body {
    padding-bottom: 5rem;
}
.ct-img-box {
    margin-top: 3rem;
    background: no-repeat url(../img/travelsbg.png);
    background-size: auto;
    background-size: cover;
    padding: 0.5rem 2.5% 0.8rem;
    width: 95%;
}
.settop {
    margin-top: 4rem;
}
.ct-title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    font-weight: bold !important;
    display: flex;
}
    .ct-title .cot-logo {
        width: 2rem;
        margin: 0.22rem 0;
    }
.marginL12 {
    margin-left: 0.6rem !important;
}
.ct-bigimg {
    text-align: center;
    margin-bottom: 0;
    text-align: center;
}
    .ct-bigimg li {
        background: #fff;
        border-radius: 0.25rem;
    }
    .ct-bigimg img {
        height: 10rem;
        width: 100%;
        border-radius: 0.25rem 0.25rem 0 0;
    }
.ct-slider-title {
    line-height: initial;
    margin: 0.6rem 0;
    font-size: 0.48rem !important;
    padding: 0 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ct-people-info {
    margin-bottom: 0.625rem;
    width: calc(100% - 1rem);
    padding: 0 0.5rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.color999 {
    color: #999 !important;
}

.ct-smallimg li {
    margin: 0.8rem 0.85rem 0 0;
}
.ct-smallimg img {
    width: 91.32%;
    height: 92.32%;
    border: 0.1rem solid transparent;
    border-radius:0.25rem;
}
.flex-active-slide img {
    border-color: #fff !important;
}

.idx-Popular-title, .cd-Popular-title, .cd-comment-title {
    margin: 1rem 0.32rem 0.8rem;
    position: relative;
    font-size: 1.2rem !important;
    padding-left: 2.5%;
    display: flex;
    justify-content: space-between;
}
.idx-Popular-green::before {
    background: #95D016;
    content: "";
    width: 0.275rem;
    height: 75%;
    border-radius: 2px;
    position: absolute;
    left: 0rem;
    top: 19%;
}
.font12 {
    font-size: 0.8rem !important;
}
.font14 {
    font-size: 0.9rem !important;
}
.font18 {
    font-size: 1.2rem !important;
}

.fontbold {
    font-weight: bold !important;
}
.colorblue {
    color: #22ACF6 !important;
}
.cst-travels-ul{
    padding:0 2.5%;
    margin:0;
}
.colorred {
    color: #FF4C4C !important;
}
    .cst-travels-ul li {
        margin: 1rem 0 1.35rem 0;
        display: flex;
        justify-content: space-between;
    }
.ct-left {
    width: 100%;
    height: 7rem;
    position: relative;
}
.ct-right, .ct-right img {
    width: 100%;
    height: 7rem;
    position: relative;
    overflow: hidden;
    border-radius: 0.25rem;
}
    .ct-right img {
        width: 15rem;
    }
.ct-left .ct-left-title {
    font-size: 1rem !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ct-people-p {
    width: 80%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
}
.head-left-icon {
    margin: 0.08rem 0 -0.02rem 0;
}
    .head-left-icon img {
        width: 0.9rem;
        height: 0.9rem;
    }
.ct-number {
    position: relative;
    top: -0.04rem;
}
.LoadMore {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 2rem 0;
}

    .LoadMore img {
        width: 1.5rem;
        height: 1.5rem;
    }

    .LoadMore div {
        color: #777;
        font-weight: 600;
    }
.qad-title {
    margin: 0.5333rem 0.32rem 0.8rem;
    position: relative;
    font-size: 1.2rem !important;
    font-weight: bold !important;
    padding-left: 2.5%;
}

    .qad-title::before {
        background: #95D016;
        content: "";
        width: 0.175rem;
        height: 75%;
        border-radius: 2px;
        position: absolute;
        left: 0rem;
        top: 19%;
    }

.cst-content {
    padding: 0 2.5%;
    margin-top: 1rem;
}

.cd-head-img {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.disflex1 {
    display: flex;
    margin-bottom: 1rem;
}

.acs {
}

    .acs .custname {
        font-size: 0.8rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
    }

    .acs .c-conents {
        font-size: 0.9rem;
    }

    .acs .cd-txt-cont {
        font-size: 0.8rem;
        margin-top: 0.25rem;
        color: #3AA0FF;
    }

    .acs .c-conents img {
        max-width: 100%;
    }
.public-wind-bg {
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 99;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 0px -1px 8px 0px rgba(6,0,0,0.1);
    display: none;
}

.qa-q-box {
    position: fixed;
    bottom: -20rem;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    z-index: 99;
    width: 100%;
    transition: 0.5s;
    transform-origin: center center;
    padding: 0.4rem 0;
}

.disflex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.qa-q-box span {
    width: 6rem;
    text-align: right;
    line-height: 1.6rem;
}

.qa-q-box input, .qa-q-box textarea, .qa-q-box .cname {
    width: 17rem;
    height: 1.6rem;
    padding: 0.15rem 0.25rem;
    border-radius: 0.25rem;
    border: 1px solid #ccc;
    margin-right: 1rem;
}

.qa-q-box textarea {
    height: 4.5rem;
}

.cd-btn-box {
    text-align: center;
    padding-top: 0.25rem;
    margin-bottom: 1rem;
}

.cd-q-sure {
    min-width: 4rem;
    border: 1px solid #4A9CFF;
    background: #4A9CFF;
    padding: 0.5rem;
    border-radius: 0.25rem;
    color: #fff;
}

.cd-q-cancel {
    width: 4rem;
    border: 1px solid #ccc;
    background: #fff !important;
    color: #ccc !important;
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}

#drag {
    margin-right: 1rem;
    width: 17.5rem !important;
    height: 2rem;
    margin-bottom: 0;
    line-height: 2rem;
}

    #drag .drag_bg {
        height: 2rem;
    }

    #drag .handler {
        height: 2rem;
        width: 2rem;
    }
.cd-img{
    width:100%;
    margin-top:3rem;
}
.cd-txt {
    line-height: 1.5rem;
    margin-top: 1rem;
}
    .cd-txt img {
        max-width: 100%;
    }
.idx-special-offer {
    flex-wrap: wrap;
    padding: 0 2.5%;
    display: flex;
    justify-content: space-between;
    margin:0;
}
    .idx-special-offer li {
        width: 48.45% !important;
        font-size: 12px;
        padding-bottom: 0.22rem;
        box-shadow: 0px 0px 15px 0px rgba(55,55,55,0.1);
        border-radius: 0.25rem;
        list-style: none;
    }
    .idx-special-offer li a {
        display:inline-block;
    }
.idx-special-div {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.69%;
    overflow: hidden;
    border-radius: 0.25rem 0.25rem 0px 0px;
}
    .idx-special-div img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: 0;
        transform: translate(-50%, -50%);
        border-radius: 5px 5px 0px 0px;
    }
.idx-special-offer li p {
    font-weight: bold !important;
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    line-height: 0.98rem;
    padding: 0 0.25rem;
}
    .idx-special-offer li p span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: inline-block;
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .idx-special-offer li p:last-child {
        font-weight: normal !important;
        font-size: 0.8rem;
        margin-top: 0;
    }
    .idx-special-offer li p:last-child span {
        width: unset;
        display: unset;
    }
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background: rgba(255,255,255,1);
    box-shadow: 0px -1px 8px 0px rgba(6,0,0,0.1);
    padding-top: 0.25rem;
    z-index: 9;
}
        .footer li {
            float: left;
            width: 20.2%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
    .footer .de-lt {
        width: 56%;
    }
    .footer .fot-iconfont {
        font-size: 0.6466rem;
        margin: 0.14rem 0 -0.02rem 0;
    }
    .footer .de-lt-btn {
        border-radius: 0.18333rem;
        margin: 0;
        height: 2.5rem;
        background: #f5f5f5;
        padding-left: 10%;
        width: 90%;
        color: #C6C6C6;
        border: 0;
        font-size: 0.9rem;
    }