/**!
 * 我的预选梦想
 * date: 2023-07-31
 * author: wangkai;
 */

.main {
    padding: 40px 40px 48px;
    background: #fff;
}

.dreams-node {
    margin-top: 24px;
    padding: 25px 0 45px 20px;
    background: #fdf8ed;
}

.dreams-node:first-child {
    margin-top: 0;
}

.is-more .dreams-node:nth-child(n + 11) {
    display: none;
}

.dreams-list.open .dreams-node:nth-child(n + 11) {
    display: block;
}

.dreams-check {
    float: left;
    width: 16px;
    height: 16px;
    background: url('../images/dreams/checkbox.png') no-repeat;
    cursor: pointer;
}

.dreams-check.active {
    background-image: url('../images/dreams/checkbox_h.png');
}

.dreams-pic {
    float: left;
    margin-left: 19px;
    width: 152px;
    height: 119px;
}

.dreams-pic > img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.dreams-wrap {
    position: relative;
    float: left;
    margin-left: 30px;
    padding-top: 3px;
    width: calc(100% - 16px - 19px - 152px - 30px);
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.dreams-item {
    display: inline-block;
    vertical-align: top;
    margin: 9px 60px 0 0;
    line-height: 32px;
    font-size: 16px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
}

.dreams-item label {
    color: #666;
}

.dreams-content {
    margin-right: 25px;
    height: 64px;
    overflow: hidden;
}

.dreams-content.open {
    height: auto;
}

.dreams-toggle{
    display: none;
    position: absolute;
    bottom: -31px;
    right: 36px;
    height: 18px;
    line-height: 18px;
    padding-right: 13px;
    font-size: 14px;
    color: #ff9425;
    background: url('../images/dreams/toggle_ico.png') right center no-repeat;
    cursor: pointer;
}

.dreams-toggle.open {
    color: #6c6c6c;
    background-image: url('../images/dreams/toggle_icoh.png');
}

.operate {
    margin-top: 24px;
    height: 39px;
    line-height: 39px;
}

.check-all {
    float: left;
    margin-left: 20px;
    padding-left: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #666;
    background: url('../images/dreams/checkbox.png') left center no-repeat;
    cursor: pointer;
}

.check-all.active {
    background-image: url('../images/dreams/checkbox_h.png');
}

.claim-check {
    float: right;
    padding-left: 57px;
    width: 122px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #fff;
    background: url('../images/dreams/claim.png') 29px center no-repeat #ff9425;
}

.delete-check {
    float: right;
    margin-right: 14px;
    padding: 0 2px 0 26px;
    color: #fb3d1e;
    font-size: 18px;
    font-weight: 500;
    background: url('../images/dreams/delete.png') left center no-repeat;
}

.no-derams {
    display: none;
    height: 417px;
    padding-top: 246px;
    line-height: 46px;
    text-align: center;
    color: #9ba4c0;
    font-size: 24px;
    font-weight: 500;
    background: url('../images/dreams/no_derams.png') center 31px no-repeat;
}

.layui-layer.claimed-tips {
    box-shadow: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.8);
}

.claimed-content {
    padding: 36px 24px 36px 71px;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    background: url('../images/dreams/layer_tips.png') 36px 39px no-repeat;
}

.page-toggle {
    display: none;
    margin-top: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.page-toggle > a {
    padding-right: 13px;
    font-size: 14px;
    color: #ff9425;
    background: url('../images/dreams/toggle_ico.png') right center no-repeat;
    cursor: pointer;
}

.page-toggle.open > a {
    color: #6c6c6c;
    background-image: url('../images/dreams/toggle_icoh.png');
}
.ewb-intro-toggle {
    display: none;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.toggle-btn {
    display: inline-block;
    vertical-align: top;
    padding-right: 13px;
    color: #FF9425;
    background: url("../images/toggle_ico.png") right center no-repeat;
}

.toggle-btn>span:nth-child(2) {
    display: none;
}

.toggle-btn.open {
    color: #6C6C6C;
    background-image: url("../images/toggle_icoh.png");
}

.toggle-btn.open>span:nth-child(1) {
    display: none;
}

.toggle-btn.open>span:nth-child(2) {
    display: block;
}


.toggle-btn-list {
    display: inline-block;
    vertical-align: top;
    padding-right: 13px;
    color: #FF9425;
    background: url("../images/toggle_ico.png") right center no-repeat;
}

.toggle-btn-list>span:nth-child(2) {
    display: none;
}

.toggle-btn-list.open {
    color: #6C6C6C;
    background-image: url("../images/toggle_icoh.png");
}

.toggle-btn-list.open>span:nth-child(1) {
    display: none;
}

.toggle-btn-list.open>span:nth-child(2) {
    display: block;
}
/* 手机端 */
@media (max-width: 767px) {
    .main {
        padding: 10px 10px 30px 10px;
    }
    .dreams-wrap {
        width: 100%;
        margin-left: 0;
    }
    .check-all {
        margin-left: 0;
    }
}


/* 08.18修改 */
.dreams-item {
    text-align: left;
    word-break: break-all;
}

/* place */
.ewb-place{
    padding-top: 10px;
    height: 47px;
    line-height: 47px;
    font-size: 15px;
    margin-bottom: 20px;
}

.ewb-place>a{
    color: #666;
}

.ewb-place>a.ewb-cur{
    color: #f08300;
}