/* @font-face {
    font-family: AliRegular;
    src: url(../css/Alibaba-PuHuiTi-Regular-simple.ttf);
} */
html {
    height: 100%;
}

body {
    min-height: 100%;
    background: #FAFAFA;
}

body.bg-white {
    background: #fff;
}

* {
    box-sizing: border-box;
}

.hide {
    display: none;
}

.header {
    width: 100%;
    /* height: 83px; */
    position: fixed;
    border: 1px solid #F4F4F4;
    background: #FFFFFF;
    z-index: 99;
}

.header .headerWarp {
    position: relative;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.header .headerLogo {
    /* position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(-100%, -50%); */
    width: 130px;
    height: 40px;
    background: url('../images/img65.png') no-repeat center;
    background-size: 100% 100%;
}

.header .topHeadershotBox {
    position: relative;
}

.header .headshotBox {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 15px;
}

.header .headshotImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.searchBox {
    position: relative;
}

.searchBox .searchWrapper {
    width: 413px;
    height: 40px;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 10px 55px 10px 29px;
}

.searchBox .searchIpt {
    width: 100%;
    /* height: 40px; */
    font-size: 15px;
    color: #222222;
    line-height: 20px;
    /* padding: 10px 75px 10px 35px; */
    border-left: 1px solid #57BACA;
    padding: 0 5px;
}

.searchBox .searchIpt::placeholder {
    color: #969696;
}

.searchBox .searchBtn {
    width: 55px;
    height: 40px;
    border-radius: 20px;
    background: url('../images/img01.png') no-repeat center #57BACA;
    background-size: 22px 22px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.header .headerNavs {
    margin-left: 15px;
}

.header .headerNav {
    font-size: 18px;
    color: #969696;
    line-height: 25px;
    /* margin-right: 30px; */
    padding: 30px 15px;
    cursor: pointer;
    position: relative;
}


.header.layout2 .headerLogo {
    position: absolute;
    left: -69px;
    top: 50%;
    transform: translate(-100%, -50%);
}

.header.layout2 .headerNavs {
    margin-left: 0;
}

.header.layout2 .headerNav:first-child {
    padding-left: 0;
}

.header .headerNav:hover,
.header .headerNav.active {
    font-size: 18px;
    font-weight: bold;
    color: #57BACA;
    line-height: 25px;
}

.header .headerNav:hover:after,
.header .headerNav.active::after {
    display: inline-block;
    content: '';
    height: 4px;
    width: 36px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #57BACA;
}

.header .topHeadershotBox:hover .myInfoCardBox {
    display: block;
}

.header .myInfoCardBox {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
}

.header .myInfoCard {
    width: 269px;
    /* height: 374px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(221, 221, 221, 0.5);
    border: 1px solid rgba(230, 230, 230, 0.5);
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
    padding: 26px 20px;
    text-align: center;
}

.header .myInfoCard::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 4px solid #FFFFFF;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    top: 0;
    right: 20px;
    transform: translate(0, -100%);
    box-shadow: 0px -5px 10px 0 rgba(230, 230, 230, 1);
}

.header .cardHeadershot {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.header .cardHeadershot img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.header .cardUsername {
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    margin-top: 6px;
    text-align: center;
}

.header .cardVIPOpen {
    width: 100px;
    /* height: 24px; */
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #57BACA;
    font-size: 13px;
    color: #57BACA;
    line-height: 18px;
    padding: 3px 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.header .cardVIP {
    display: inline-block;
    margin-top: 2px;
    font-size: 12px;
    color: #696969;
    line-height: 17px;
    /* padding: 5px 0; */
    background: url('../images/img25.png') no-repeat left center;
    background-size: 26px 26px;
    padding-left: 31px;
}

.header .cardList {
    border-top: 1px solid #F4F4F4;
    margin-top: 10px;
    padding: 13px 0;
}

.header .cardItem {
    padding: 15px 16px 15px 26px;
    /* margin: 15px 0; */
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    cursor: pointer;
}

.header .cardItem.bg1 {
    background: url('../images/img28.png') no-repeat left center, url('../images/img27.png') no-repeat right center;
    background-size: 16px 16px, 10px 10px;
}

.header .cardItem.bg2 {
    background: url('../images/img30.png') no-repeat left center, url('../images/img27.png') no-repeat right center;
    background-size: 16px 16px, 10px 10px;
}

.header .cardItem.bg3 {
    background: url('../images/img32.png') no-repeat left center, url('../images/img27.png') no-repeat right center;
    background-size: 16px 16px, 10px 10px;
}

.header .cardItem.bg1:hover {
    background: url('../images/img29.png') no-repeat left center, url('../images/img26.png') no-repeat right center;
    background-size: 16px 16px, 10px 10px;
    color: #57BACA;
}

.header .cardItem.bg2:hover {
    background: url('../images/img31.png') no-repeat left center, url('../images/img26.png') no-repeat right center;
    background-size: 16px 16px, 10px 10px;
    color: #57BACA;
}

.header .cardItem.bg3:hover {
    background: url('../images/img33.png') no-repeat left center, url('../images/img26.png') no-repeat right center;
    background-size: 16px 16px, 10px 10px;
    color: #57BACA;
}

.header .exitLogin {
    /* height: 30px; */
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #F4F4F4;
    font-size: 14px;
    color: #B1B1B1;
    line-height: 20px;
    text-align: center;
    padding: 5px 0;
    cursor: pointer;
}

.header .topNoLogin {
    /* width: 90px; */
    /* height: 40px; */
    background: #FFFFFF;
    border-radius: 20px;
    border: 1px solid #57BACA;
    padding: 9px 14px;
    text-align: center;
    margin-left: 10px;
    font-size: 14px;
    color: #57BACA;
    line-height: 20px;
}

.header .topNoLogin a {
    font-size: 14px;
    color: #57BACA;
    line-height: 20px;
}


/* 首页底部 */
.footer {
    width: 100%;
    background: #F0F0F0;
    position: absolute;
    bottom: 0;
}

.footer .footerWarp {
    min-width: 1200px;
    max-width: 1200px;
    height: 224px;
    margin: 0 auto;
    padding: 50px 0;

}

.footer .footerLeft {
    padding-right: 49px;
}

.footer .footerLeft ul {
    margin-bottom: 40px;
}

.footer .footerLeft ul li {
    font-size: 13px;
    font-weight: bold;
    color: #777777;
    line-height: 18px;
    margin-right: 75px;
}

.footer .footerLeft ul li:last-of-type {
    margin-right: 0;
}

.footer .footerInfo {
    font-size: 12px;
    color: #777777;
    line-height: 17px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footer .footerInfo a {
    font-size: 12px;
    color: #777777;
    line-height: 17px;
    letter-spacing: 1px;
}

.footer .footerRight {
    border-left: 1px solid #E2E2E2;
}

.footer .footerQRBoxs {
    padding-left: 48px;
    text-align: center;
}

.footer .footerQRCode {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    background: black;
}

.footer .footerQRText {
    text-align: center;
    font-size: 12px;
    color: #777777;
    line-height: 17px;
}

.indexCont,
.mainCont {
    padding-top: 107px;
    padding-bottom: 224px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.toast {
    position: fixed;
    left: 50%;
    top: 99px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 124px;
    min-height: 48px;
    padding: 12px;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #DFDFDF;
    z-index: 9999;
}

.toast::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.toast.icon-success::before {
    background: url(../images/icon-checked.png) no-repeat center center / 100% 100%;
}

.toast.icon-none {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.toast.icon-none::before {
    content: none;
}

.toast .text {
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.indexContTop {
    width: 100%;
    padding-bottom: 63px;
}

.indexBtmCont {
    width: 100%;
}

/* 上方内容左侧 */
.indexContLeft {
    width: 780px;
}

.topSwiper {
    width: 387px;
    height: 387px;
    overflow: hidden;
    background: skyblue;
    flex-shrink: 0;
    position: relative;
}

.swiperBullet {
    display: inline-block;
    height: 2px;
    width: 25px;
    border-radius: 0;
    position: relative;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}

.swiperBulletLine {
    display: inline-block;
    width: 25px;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.swiperBullet:hover .swiperBulletBg {
    /* transform: scaleY(2); */
    width: 100%;
}

.swiperBulletBg {
    height: 4px;
    width: 0;
    /* width: 100%; */
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 1);
    z-index: 1;
}

.loading {
    width: 100%;
}

.start {
    animation: pending 5s linear forwards;
}

@keyframes pending {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}






.swiperShadow {
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.4;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: absolute;
    bottom: 15px;
    left: 24px;
    width: auto;
    line-height: 12px;
    transition: none;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.swiperNext {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url('../images/img07.png') no-repeat center;
    background-size: 100% 100%;
    z-index: 1;
    cursor: pointer;
}

.contTopRight {
    flex-wrap: wrap;
    width: 390px;
}

.topCard {
    height: 193px;
    width: 193px;
    position: relative;
    margin-bottom: 2px;
    margin-right: 2px;
}

.topCard:hover .cardInfo {
    background-color: #444444;
}

/* .topCard:hover .cardInfo.greenBg{
    background-color: #57BACA;
} */
.topCard:hover .cardInfo p {
    bottom: 50%;
    transform: translate(0, 50%);
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 88px;
}

.topCard img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.cardInfo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #444444 100%);
    transition: all .5s;
}

.cardInfo p {
    padding: 0 14px;
    position: absolute;
    bottom: 14px;
    left: 0;
    font-size: 14px;
    height: 44px;
    color: #FFFFFF;
    line-height: 22px;
    text-align: justify;
    transition: all .5s;
}

/* 上方内容右侧 */
.indexContRight {
    width: 383px;
}

.blockWarp {
    position: relative;
    padding-top: 10px;
}

.blockWarp::before {
    display: inline-block;
    content: '';
    height: 1px;
    width: 30px;
    background-color: #57BACA;
    position: absolute;
    top: 0;
    left: 0;
}

.blockTitle {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
}

.departmentBlock {
    padding: 20px 0 13px;
    border-bottom: 1px solid #F4F4F4;

}

.departmentBlock:last-child {
    border-bottom: none;
}

.departmentTitle {
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    line-height: 22px;
    white-space: nowrap;
    margin-right: 30px;
    align-self: flex-start;
}

.departmentItem {
    width: 25%;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    cursor: pointer;
    margin-bottom: 15px;
}

.departmentItem:hover {
    color: #57BACA;
}

.departmentList {
    flex-wrap: wrap;
}


/* 下方内容左侧 */
.nowGuideWarp {
    width: 100%;
    padding-bottom: 60px;
}

.blockTitleBig {
    font-size: 28px;
    color: #222222;
    line-height: 40px;
}

.guideItem {
    box-sizing: border-box;
    height: 144px;
    border-bottom: 1px solid #F4F4F4;
    padding: 27px 0;
    background: #FAFAFA;
}

.guideShadowWrapper {
    width: 100%;
    height: 100%;
    position: relative;
    /* cursor: pointer; */
}

.guideShadow {
    width: 807px;
    height: 144px;
    position: absolute;
    top: -27px;
    left: -15px;
    transition: all .2s linear;
    z-index: 0;
}

.guideItem:hover .guideShadow {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.guideCont {
    position: relative;
    z-index: 0;
}

.guideTitle {
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
    transition: all .2s linear;
}

.guideItem:hover .guideTitle {
    /* font-weight: bold; */
    color: #57BACA;
}

.guideLine2 {
    font-size: 14px;
    color: #777777;
    line-height: 22px;
    margin-bottom: 15px;
}

.guideBtmLabel {
    min-width: 59px;
    /* height: 20px; */
    background: rgba(87, 186, 202, .1);
    font-size: 12px;
    color: #57BACA;
    line-height: 18px;
    padding: 1px 10px;
    text-align: center;
    margin-right: 10px;
}

.guideBtmInfo {
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
}

.guideBtmTime {
    margin-right: 20px;
}

.guideMore {
    width: 98px;
    /* height: 28px; */
    background: #FAFAFA;
    border-radius: 14px;
    border: 1px solid #F4F4F4;
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
    padding: 6px 0;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    cursor: pointer;
}

/* 下方内容右侧 */
.indexContRight {
    width: 383px;
}

.uploadBlock {
    width: 383px;
    height: 60px;
    margin-bottom: 60px;
}

.uploadBlock img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.welcomeFollowWrapper {
    margin-bottom: 60px;
}

.followCont {
    margin-top: 20px;
}

.followQRBox {
    width: 119px;
    height: 119px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 5px;
    margin-bottom: 10px;
}

.followQRBox:hover .followQRImg {
    transform: scale(1.1);
}

.followQRImg {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .2s linear;
}

.followText {
    font-size: 12px;
    color: #222222;
    line-height: 16px;
    text-align: center;
}

.linkImgBlock {
    margin: 0 0 50px;
    width: 100%;
    height: 120px;
}

.linkImgBlock img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blockMore {
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
    background: url('../images/img15.png') no-repeat right center;
    background-size: 8px 8px;
    padding-right: 9px;
}

.blockMore:hover {
    color: #57BACA;
    background: url('../images/img16.png') no-repeat right center;
    background-size: 8px 8px;
}

.hotAgenciesItem {
    padding: 25px 0;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
}

.hotAgenciesShadow {
    width: 413px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    transition: all .2s linear;
}

.hotAgenciesItem:hover .hotAgenciesShadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.hotAgenciesCont {
    position: relative;
    z-index: 0;
}

.agenciesCover {
    width: 80px;
    height: 50px;
    overflow: hidden;
    margin-right: 12px;
}

.agenciesCover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.agenciesLine1 {
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin-bottom: 2px;
}

.agenciesLine2 {
    font-size: 13px;
    color: #777777;
    line-height: 18px;
}

/* 订阅页面 */

.guideListTime {
    display: inline-block;
    background: url('../images/img17.png') no-repeat 9px center #F8F8F8;
    background-size: 8px 8px;
    font-size: 14px;
    color: #57BACA;
    line-height: 20px;
    padding: 8px 10px 8px 18px;
    margin: 20px 0 10px;
}

.changeBooking {
    background: #fafafa;
    border-radius: 15px;
    border: 1px solid #57BACA;
    font-size: 14px;
    color: #57BACA;
    line-height: 20px;
    padding: 5px 22px;
}

.labelBlocks {
    padding-top: 20px;
    flex-wrap: wrap;
}

.labelBlock {
    width: 179px;
    /* max-width: 171px; */
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 14px 10px;
    margin: 0 0 15px 0;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.labelBlock:hover {
    background: #57BACA;
    color: #FFFFFF;
}

.labelBlock:hover .fullName {
    display: inline-block;
}

.labelBlock .fullName {
    display: none;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%, -100%);
    border-radius: 5px;
    text-align: center;
    background: #f0f0f0;
    /* background: red; */
    min-width: 100%;
    /* height: 52px; */
    font-size: 12px;
    color: #333333;
    line-height: 15px;
    padding: 11px 10px;
}

.labelBlock .fullName::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #f0f0f0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}


/* 指南页面 */
.cont1060 {
    width: 1060px;
    margin: 0 auto;
    position: relative;
}

.cont1060 .guideShadow {
    width: 1080px;
    height: 144px;
    position: absolute;
    top: -27px;
    left: -10px;
    transition: all .2s linear;
}


.recommendedAgencyWrap {
    margin-bottom: 15px;
    padding: 20px;
    width: 100%;
    height: 111px;
    background: linear-gradient(90deg, #F5F9FF 0%, #F4FDFF 100%);
    border-radius: 2px;
}

.recommendedAgencyTitle {
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    line-height: 21px;
    margin-bottom: 12px;
}

.recommendedAgencyItem {
    margin-right: 40px;
}

.recommendedAgencyCover {
    width: 60px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 2px;
    overflow: hidden;
}

.recommendedAgencyCover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.recommendedAgencyName {
    font-size: 16px;
    font-weight: 300;
    color: #222222;
    line-height: 22px;
    margin-left: 10px;
}








.categoryBlock {
    /* margin-bottom: 40px; */
}

.categoryLeft {
    min-width: 60px;
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    line-height: 21px;
    margin-right: 30px;
    margin-top: 16px;
}

.categoryRight {
    /* border-bottom: 1px solid #F4F4F4; */
    padding-bottom: 16px;
}

.categoryItem {
    font-size: 15px;
    color: #969696;
    line-height: 21px;
    margin: 16px 30px 0 0;
    cursor: pointer;
}

.categoryItem:hover,
.categoryItem.active {
    color: #57BACA;
}


/* 我的 */
.myLeftNav {
    width: 200px;
    height: 50px;
    background-color: #F6FBFC;
    font-size: 15px;
    color: #57BACA;
    line-height: 21px;
    text-align: center;
    padding: 15px 0 15px 21px;
    cursor: pointer;
}

.myLeftNav.bg1 {
    background: url('../images/img18.png') no-repeat 59px center #F6FBFC;
    background-size: 18px 18px;
}

.myLeftNav.active.bg1 {
    background: url('../images/img19.png') no-repeat 59px center #57BACA;
    background-size: 18px 18px;
    color: #FFFFFF;
}

.myLeftNav.bg2 {
    background: url('../images/img20.png') no-repeat 59px center #F6FBFC;
    background-size: 18px 18px;
}

.myLeftNav.active.bg2 {
    background: url('../images/img21.png') no-repeat 59px center #57BACA;
    background-size: 18px 18px;
    color: #FFFFFF;
}

.myLeftNav.bg3 {
    background: url('../images/img22.png') no-repeat 59px center #F6FBFC;
    background-size: 18px 18px;
}

.myLeftNav.active.bg3 {
    background: url('../images/img23.png') no-repeat 59px center #57BACA;
    background-size: 18px 18px;
    color: #FFFFFF;
}

.myLeftNavs {
    position: absolute;
    top: 0;
    left: 0;
}

.myList {
    padding-left: 230px;
    padding-bottom: 60px;
    overflow: hidden;
}

.cont1060 .myList .guideShadow {
    width: 860px;
}

/* 检索 */
.es-highlight {
    color: #f08200;
}

.searchBigBox {
    position: relative;
    width: 100%;
    height: 68px;
    margin-bottom: 30px;
}

.searchBigBtn {
    width: 160px;
    height: 68px;
    border-radius: 0px 34px 34px 0px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    background: url('../images/img01.png') no-repeat 40px center #57BACA;
    background-size: 22px 22px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px 0;
    padding-left: 24px;
    cursor: pointer;
}

.searchBigBtn:hover {
    background: url('../images/img01.png') no-repeat 40px center #38A5B7;
    background-size: 22px 22px;
}

.searchBigWrapper {
    /* width: 1060px; */
    height: 68px;
    background: #f0f0f0;
    border-radius: 34px;
    padding: 22px 30px;
    padding-right: 160px;
}

.searchBigWrapper input {
    width: 100%;
    padding-left: 10px;
    padding-right: 20px;
    border-left: 1px solid #57BACA;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
}

.searchBigWrapper input::placeholder {
    color: #B1B1B1;
}


.guideSearchTop {
    margin-bottom: 10px;
}

.guideRightOption {
    /* width: 56px; */
    /* height: 20px; */
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}

.guideRightOption.active {
    color: #57BACA;
}

.guideRightOption.active::after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px solid #57BACA;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.dropBox {
    min-width: 76px;
    position: relative;
    /* padding-bottom: 5px; */
    z-index: 1;
    cursor: pointer;
    margin-right: 30px;
    padding-right: 20px;
    background: url('../images/img66.png') no-repeat right center;
    background-size: 10px 10px;
}

/* .publishYearBox:hover .yearList{
    display: block;
} */
.dropText {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.dropList {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 120px;
    max-height: 290px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    overflow: auto;
    padding: 10px 0;
}

.dropItem {
    text-align: center;
    font-size: 14px;
    color: #969696;
    line-height: 20px;
    padding: 5px;
    cursor: pointer;
}

.dropItem:hover,
.dropItem.active {
    color: #57BACA;
}

.guideContLitter {
    display: inline-block;
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 14px;
    color: #969696;
    line-height: 20px;
    padding: 0 5px;
    margin-top: 20px;
}

.agenciesList {
    margin-top: 16px;
    flex-wrap: wrap;
}

.agenciesItem {
    width: 340px;
    height: 68px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 15px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    text-align: center;
    margin-right: 20px;
}

.agenciesList a:nth-of-type(3n) .agenciesItem {
    margin-right: 0;
}

.agenciesItem:hover {
    background: #57BACA;
    color: #FFFFFF;

}

.colorText {
    color: #57BACA;
}

/* 会员 */
.VIPCard {
    /* width: 383px; */
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 30px 25px;
    text-align: center;
    margin-bottom: 40px;
}

.VIPCardText {
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    color: #696969;
    line-height: 21px;
}

.VIPBtn {
    width: 200px;
    background: #57BACA;
    border-radius: 25px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    padding: 12px;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 40px;
}

.rightsWrapper {
    text-align: left;
}

.rightsTitle {
    font-size: 18px;
    color: #222222;
    line-height: 25px;
}

.rightsList {
    flex-wrap: wrap;
}

.rightsItem {
    width: 33%;
    text-align: center;
    margin-top: 30px;
}

.rightsItem img {
    height: 36px;
    width: 36px;
    margin-bottom: 10px;
}

.rightsItem p {
    font-size: 12px;
    color: #666666;
    line-height: 17px;
}

.VIPOvertime {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    color: #696969;
    line-height: 22px;
    background: url('../images/img40.png') no-repeat left center;
    background-size: 26px 26px;
    padding: 2px 0;
    padding-left: 28px;
}

.VIPCardText2 {
    font-size: 15px;
    color: #B1B1B1;
    line-height: 21px;
    margin-top: 10px;
}


/* 专题 */
.specialWrapper {
    padding-bottom: 60px;
}

textarea {
    font-family: auto;
}

.specialItem {
    width: 376px;
    height: 388px;
    margin-right: 36px;
    margin-bottom: 30px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; */
}

.specialItem:nth-child(3n) {
    margin-right: 0;
}

.specialItem:hover .specialCover img {
    transform: scale(1.1);
}

.specialItem:hover .specialTitle {
    color: #57BACA;
}

.specialCover {
    width: 376px;
    height: 220px;
    background: #EDEDED;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.specialCover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .2s linear;
}

.specialTitle {
    height: 44px;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin-bottom: 14px;
    font-weight: bold;
    transition: all .2s linear;
}

.specialDetail {
    height: 44px;
    font-size: 14px;
    color: #777777;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: justify;
}

.specialLine {
    width: 30px;
    height: 0;
    border-bottom: 1px solid rgba(177, 177, 177, .5);
    margin-bottom: 12px;
}

.specialTime {
    height: 18px;
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
    background: url('../images/img42.png') no-repeat left center;
    background-size: 12px 12px;
    padding-left: 15px;
    padding-top: 1px;
}

/* 修改订阅 */
.saveBooking {
    min-width: 100px;
    /* height: 30px; */
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #57BACA;
    font-size: 14px;
    font-family: AlibabaPuHuiTiR;
    color: #57BACA;
    line-height: 20px;
    padding: 5px;
    text-align: center;
}

.saveBooking:hover {
    background: #57BACA;
    color: #FFFFFF;
}

.isBookingList {
    margin-top: 20px;
}

.bookingItem,
.isBookingItem {
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 14px 15px;
    position: relative;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin: 0 15px 20px 0;
}

.bookingItem:hover,
.bookingItem.active,
.isBookingItem:hover {
    color: #FFFFFF;
    background: #57BACA;
}

.isBookingDel {
    width: 16px;
    height: 16px;
    background: url('../images/img43.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    cursor: pointer;
}

.isBookingItem:hover .isBookingDel {
    background: url('../images/img44.png') no-repeat center;
    background-size: 100% 100%;
}

.mgTop20 {
    margin-top: 20px;
}

.bookingChoose {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url('../images/img45.png') no-repeat center;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}

.bookingItem.active .bookingChoose {
    display: block;
}

.bookingList {
    margin-bottom: 40px;
}

/* 机构详情 */
.membersList,
.instituteSynopsis {
    margin-bottom: 50px;
}

.instituteTop {
    margin-top: 20px;
}

.instituteCover {
    width: 96px;
    height: 60px;
    background: #FAFAFA;
    /* border: 1px solid #DFDFDF; */
    overflow: hidden;
}

.instituteCover img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.instituteName {
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    margin-left: 15px;
}

.instituteSynopsisText {
    margin-top: 15px;
    text-align: justify;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

.membersListTop {
    margin-top: 15px;
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    margin-bottom: 10px;
}

.membersListText {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

.informationList {
    margin-top: 15px;
}

.informationItem {
    padding-bottom: 25px;
    padding-top: 26px;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
}

.informationShadow {
    position: absolute;
    height: 100%;
    width: 413px;
    top: 0;
    left: -15px;
    z-index: 0;
    transition: all .2s linear;
}

.informationItem:hover .informationShadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}

.informationCont {
    position: relative;
    z-index: 0;
}

.informationItem:first-child {
    margin-top: 0;
}

.informationCover {
    width: 153px;
    height: 90px;
    overflow: hidden;
    margin-right: 20px;
}

.informationCover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.informationRight {
    height: 90px;
}

.informationTitle {
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: justify;
}

.informationTime {
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
}

/* 购买会员 */
.VIPPageCont {
    width: 100%;
    padding-top: 87px;
    padding-bottom: 224px;
}

.VIPBanner {
    width: 100%;
    min-width: 1060px;
    height: 152px;
    background: url('../images/img46.png') no-repeat center top;
    background-size: auto 100%;
    margin: 0 auto;
}

.VIPwrapper {
    width: 1060px;
    margin: 0 auto;
    margin-top: -43px;
}

.VIPNavs {
    width: 100%;
    height: 42px;
}

.VIPNav {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    padding: 10px 0 4px;
    text-align: center;
    cursor: pointer;
    color: #969696;
}

.VIPNav.nav1.active {
    background: url('../images/img47.png') no-repeat center top;
    background-size: 100% 100%;
    color: #222222;
}

.VIPNav.nav1 {
    background: url('../images/img51.png') no-repeat center top;
    background-size: 100% 100%;
}

.VIPNav.nav2 {
    background: url('../images/img48.png') no-repeat center top;
    background-size: 100% 100%;
}

.VIPNav.nav2.active {
    background: url('../images/img52.png') no-repeat center top;
    background-size: 100% 100%;
    color: #57BACA;
}

.VIPCont {
    background-color: #FFFFFF;
    padding: 41px 110px;
}

.VIPList {
    margin-bottom: 50px;
}

.VIPItem {
    width: 186px;
    height: 186px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
    flex-shrink: 0;
    cursor: pointer;

    /*旧弹性盒*/
    /*Internet Explorer 10*/
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    /*Firefox*/
    display: -moz-flex;
    display: -moz-box;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.VIPItem:hover,
.VIPItem.active {
    background: #F2FDFF;
    border: 1px solid #57BACA;
}

.VIPPrice {
    font-size: 40px;
    font-weight: bold;
    color: #57BACA;
    line-height: 56px;
    /* margin-top: 15px; */
    /* margin-bottom: 25px; */
}

.VIPItemText {
    font-size: 22px;
    color: #222222;
    line-height: 30px;
}

.paymentBlock {
    margin-bottom: 80px;
}

.paymentBox {
    margin-top: 20px;
    text-align: center;
}

.paymentQR {
    display: inline-block;
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 5px;
}

.paymentQR img {
    width: 100%;
    height: 100%;
}

.paymentNum {
    margin-top: 13px;
    font-size: 28px;
    font-weight: bold;
    color: #57BACA;
    line-height: 40px;
    margin-bottom: 13px;
}

.paymentText {
    display: inline-block;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    padding-left: 56px;
    background: url('../images/img50.png') no-repeat left center, url('../images/img49.png') no-repeat 25px center;
    background-size: 22px 22px, 22px 22px;
}

.privilegeBox {
    margin-top: 20px;
}

.privilegeTitle {
    font-size: 18px;
    font-weight: bold;
    color: #222222;
    line-height: 25px;
    text-align: center;
    margin-bottom: 40px;
}

.privilegeList {
    flex-wrap: wrap;
}

.privilegeItem {
    margin: 0 30px 18px;
    padding-left: 12px;
    background: url('../images/img17.png') no-repeat left center;
    background-size: 8px 8px;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
}

.SVIPList {
    /* flex-wrap: wrap; */
}

.SVIPItem {
    flex-shrink: 0;
    background: url('../images/img53.png') no-repeat right top;
    background-size: 72px 72px;
    margin-right: 32px;
}

.SVIPItem:hover,
.SVIPItem.active {
    background: url('../images/img53.png') no-repeat right top #F2FDFF;
    background-size: 72px 72px;
    border: 1px solid #57BACA;
}

.svipPrivilegeBox {
    margin-top: 52px;
}

.svipPrivilegeItem {
    width: 200px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 30px 11px;
    text-align: center;
}

.svipPrivilegeTitle {
    font-size: 17px;
    color: #222222;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.svipPrivilegeCont {
    font-size: 13px;
    color: #222222;
    line-height: 20px;
    background: url('../images/img17.png') no-repeat left 9px;
    background-size: 8px 8px;
    padding-left: 10px;
    text-align: justify;
    margin-bottom: 15px;
}

.svipPrivilegeConts {
    display: inline-block;
}


/* 上传指南 */

.uoloadGuideBlock {
    width: 890px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.form {
    margin-top: 30px;
}

.fromLeft {
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    line-height: 21px;
    min-width: 90px;
    padding-top: 10px;
}

.formItem {
    margin-bottom: 15px;
}

/* .formItem:has(.translation.active)~.authorItem,
.formItem:has(.unscramble.active)~.authorItem,
.formItem:has(.originalText.active)~.framerItem,
.formItem:has(.translation.active)~.guideFormItem,
.formItem:has(.unscramble.active)~.guideFormItem,
.formItem:has(.originalText.active)+.secondType {
    display: flex;
}

.authorItem,
.framerItem,
.fileItem,
.guideFormItem,
.secondType {
    display: none;
}
.formItem:has(.noFile.active)~.noFileItem,
.formItem:has(.hasFiel.active)+.fileItem {
    display: flex;
}

.formItem:has(.hasFiel.active)~.noFileItem,
.formItem:has(.noFile.active)+.fileItem {
    display: none;
} */

/* .fileItem{
    display: none;
} */

.formItem.authorItem,
.formItem.guideFormItem,
.formItem.noFileItem {
    display: none;
}


.chooseForm {
    padding-bottom: 15px;
}

.chooseForm .fromLeft {
    padding-top: 0;
}

.chooseItem {
    font-size: 15px;
    color: #969696;
    line-height: 21px;
    margin-right: 30px;
    min-width: 60px;
    cursor: pointer;
}

.chooseItem.active {
    color: #57BACA;
}

.formRight {
    position: relative;
}

.formRight input {
    width: 100%;
    height: 40px;
    padding: 9px 20px;
    font-size: 15px;
    color: #222222;
    line-height: 22px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
}

.formRight textarea::placeholder,
.formRight input::placeholder {
    color: #B1B1B1;
}

.formRight textarea {
    width: 100%;
    height: 295px;
    padding: 10px 20px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    font-size: 15px;
    color: #222222;
    line-height: 22px;
}

.formTip {
    font-size: 12px;
    color: #B1B1B1;
    line-height: 16px;
    margin-top: 10px;
}




.flatpickr-day {
    font-weight: normal;
}

.sendBtn {
    width: 300px;
    background: #57BACA;
    border-radius: 25px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    padding: 12px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    cursor: pointer;
}

.sendBtn:hover {
    background: #38A5B7;
}


.flatpickr-day.selected,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover {
    background: #38A5B7;
    border-color: #38A5B7;

}

#dateIpt {
    background: url('../images/img54.png') no-repeat 767px center #FFFFFF;
    background-size: 20px 20px;
    cursor: initial;
}

#dateIpt:focus {
    background: url('../images/img55.png') no-repeat 767px center;
    background-size: 20px 20px;
}

.jFiler-input-dragDrop,
.jFiler-theme-dragdropbox,
.fileUpload {
    display: block;
    width: 100%;
    height: 90px;
    position: relative;
    border-radius: 5px;
    background: url('../images/img56.png') no-repeat center 21px #F0F0F0;
    background-size: 20px 20px;
    border: none;
}

#fileToUpload {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.upLoadText {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 15px;
    color: #969696;
    line-height: 21px;
}

/* 指南详情 */
.guideDetailsBlock {
    /* padding-bottom: 60px; */
    /* border-bottom: 3px solid #F4F4F4; */
    /* margin-bottom: 60px; */
}

.guideDetailsTitle {
    font-size: 28px;
    font-weight: bold;
    color: #222222;
    line-height: 40px;
}

.guideDetailsCont {
    margin-top: 10px;
}

.detailsContLeft {
    min-width: 80px;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    margin-right: 5px;
}

.detailsContRight {
    flex: 1;
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    text-align: justify;
}

.detailsContRight.summary .btn {
    margin-left: 4px;
    color: #57BACA;
    cursor: pointer;
}

.detailsContRight.summary .btn::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 4px;
    background: url(../images/img26.5.png) no-repeat center center / 100% 100%;
}

.detailsContRight.summary.open .btn::after {
    transform: rotate(180deg);
}

.detailsContRight.summary .btn:hover::after {
    background: url(../images/img26.png) no-repeat center center / 100% 100%;
    transform: rotate(90deg);
}

.detailsContRight.summary.open .btn:hover:after {
    transform: rotate(-90deg);
}

.detailsLabels {
    line-height: 22px;
}

.detailsLabel {
    display: inline-block;
    min-width: 60px;
    padding: 2px 10px;
    background: rgba(87, 186, 202, .1);
    font-size: 12px;
    color: #57BACA;
    line-height: 17px;
    text-align: center;
    margin-right: 10px;
}

.detailsChooses {
    width: 200px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #57BACA;
    position: relative;
    cursor: pointer;
}

.detailsChoose {
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #57BACA;
    line-height: 20px;
    border-radius: 15px;
    padding: 5px;
}

.detailsChoose.active {
    color: #FFFFFF;
    background: #57BACA;
}

.detailsChooseBtn {
    width: 16px;
    height: 16px;
    background: url('../images/img57.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.detailsQRWrapper {
    margin-top: 20px;
    text-align: center;
}

.detailsQR {
    width: 119px;
    height: 119px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    padding: 10px;
    margin: 0 auto;
}

.detailsQRWrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detailsQRWrapper p {
    margin-top: 10px;
    font-size: 12px;
    color: #222222;
    line-height: 16px;
}

.relatedGuide {
    margin-bottom: 20px;
}

.relatedGuideTip {
    display: inline-block;
    font-size: 16px;
    color: #57BACA;
    line-height: 22px;
    border-bottom: 1px solid #57BACA;
    padding-bottom: 3px;
    margin-top: 20px;
}

.relatedGuideItem {
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    border-bottom: 1px solid #F4F4F4;
    padding: 20px 0;
}

.rightBlock {
    margin-bottom: 50px;
    margin-bottom: 20px;
}

.uploaderInfoWrap {
    margin-top: 20px;
}

.uploaderHeader {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 50%;
}

.uploaderHeader img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.uploaderName {
    font-size: 13px;
    color: #969696;
    line-height: 18px;
    margin-left: 6px;
}

.uploaderCont {
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    margin-top: 7px;
    padding-left: 30px;
}


.rightBlockText2 {
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    margin: 14px 0 10px 0;
}

.rightBlocklabels {
    margin-top: 20px;
}

.rightBlocklabel {
    /* width: 84px; */
    /* height: 40px; */
    background: #FAFAFA;
    border-radius: 5px;
    /* border: 1px solid #E6E6E6; */
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 10px 14px;
    margin: 0 10px 15px 0;
}

.rightBlocklabel:hover {
    background: #57BACA;
    color: #FFFFFF;
}

.rightInformation {
    padding: 26px 0;
    border-bottom: 1px solid #F4F4F4;
    position: relative;
}

/* .rightInfomationShadow {
    width: 413px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 0;
    transition: all .2s linear;
} */

.rightInfomationCont {
    position: relative;
    z-index: 0;
}

.rightInformation:hover .rightInformationTitle {
    color: #57BACA;
}

/* .rightInformation:hover .rightInfomationShadow {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
} */

.rightInformationCover {
    width: 116px;
    height: 68px;
    overflow: hidden;
    margin-right: 10px;
}

.rightInformationCover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.rightInformationRight {
    height: 68px
}

.rightInformationTitle {
    font-size: 14px;
    color: #222222;
    line-height: 20px;
}

.rightInformationTime {
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
}

.relatedGuideItem:hover {
    color: #57BACA;
}

.commentsIpt {
    width: 100%;
    height: 127px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    padding: 10px 19px;
    margin-top: 20px;
    font-size: 15px;
    color: #222222;
    line-height: 21px;
}

.commentsIpt::placeholder {
    color: #B1B1B1;
}

.commentsItem {
    padding: 26px 0;
    border-bottom: 1px solid #F4F4F4;
}

.commentsHeader {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 10px;
}

.commentsHeader img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.commentsName {
    font-size: 13px;
    color: #282828;
    line-height: 18px;
}

.commentsTime {
    font-size: 13px;
    color: #969696;
    line-height: 18px;
}

.commentsReplyBtn {
    display: inline-block;
    min-width: 60px;
    background: #FFFFFF;
    border-radius: 13px;
    border: 1px solid #57BACA;
    font-size: 14px;
    color: #57BACA;
    line-height: 20px;
    padding: 3px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.commentsDelBtn {
    display: inline-block;
    min-width: 60px;
    background: #FFFFFF;
    border-radius: 13px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #B1B1B1;
    line-height: 20px;
    padding: 3px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.commentsCont {
    margin-top: 15px;
    padding-left: 46px;
    text-align: justify;
    font-size: 14px;
    color: #222222;
    line-height: 22px;
}

.indexContSideBtn {}

/* .sideBtns {
    position: fixed;
    top: 239px;
    margin-left: -4rem;
} */
.sideBtns {
    margin-top: 10px;
}

.sideBtns .sideWrap {
    margin-left: 30px;
    position: relative;
}

.sideBtns .sideWrap>p {
    font-size: 12px;
    color: #222222;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
}

.sideBtn {
    width: 44px;
    height: 44px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
}

.sideBtn.downLoad {
    background: url('../images/img59.png') no-repeat center #FFFFFF;
    background-size: 16px 16px;
}

.sideBtns .sideWrap:hover .sideBtn.downLoad {
    background: url('../images/img74.png') no-repeat center #57BACA;
    background-size: 16px 16px;
}

.sideBtn.cloud {
    background: url('../images/icon-cloud-stroke-black.png') no-repeat center #FFFFFF;
    background-size: 16px 16px;
}

.sideBtns .sideWrap:hover .sideBtn.cloud {
    background: url('../images/icon-cloud-stroke-white.png') no-repeat center #57BACA;
    background-size: 16px 16px;
}

.sideBtns .sideWrap .sideBtn.cloud.active {
    background: url('../images/icon-cloud-stroke-active.png') no-repeat center center / 16px 16px, #FFFFFF !important;
}

.sideBtn.collect {
    background: url('../images/img60.png') no-repeat center #FFFFFF;
    background-size: 16px 16px;
}

.sideBtns .sideWrap:hover .sideBtn.collect {
    background: url('../images/img75.png') no-repeat center #57BACA;
    background-size: 16px 16px;
}

.sideBtn.share {
    background: url('../images/img61.png') no-repeat center #FFFFFF;
    background-size: 16px 16px;
}

.sideBtns .sideWrap:hover .sideBtn.share {
    background: url('../images/img76.png') no-repeat center #57BACA;
    background-size: 16px 16px;
}

.sideBtn.collect.active {
    background: url('../images/img62.png') no-repeat center #FFFFFF;
    background-size: 16px 16px;
}

.downLoadBox {
    position: relative;
}

.downLoadBox:hover .downLoadPop {
    display: block;
}

.downLoadPop {
    display: none;
    width: 309px;
    /* height: 196px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
    border: 1px solid #E6E6E6;
    padding: 10px 20px;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -100%);
    margin-bottom: 4px;
}

.downLoadPop::after {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top: 4px solid #FFFFFF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.downLoadPop .text {
    font-size: 13px;
    color: #222222;
    line-height: 18px;
    margin: 10px 0;
}

.downLoadPop .text:hover {
    color: #57BACA;
}

/* .sideBtn.collect.active:hover,
.sideBtn:hover {
    background: #57BACA;
} */

/* .sideBtn span {
    display: none;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
    white-space: nowrap;
}

.sideBtn:hover span {
    display: inline-block;
} */

.collect:hover .isCollect,
.collect.active:hover .noCollect {
    display: none;
}

.collect:hover .noCollect,
.collect.active:hover .isCollect {
    display: inline-block;
}

.sideBtn.share span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sideBtn.share {
    position: relative;
}

.sideWrap:hover .sharePop {
    display: block;
}

.sharePop {
    display: none;
    width: 106px;
    height: 134px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, -105%);
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
    border: 1px solid #E6E6E6;
    padding: 13px;
}

.sharePop::before {
    width: 0;
    height: 0;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    border-top: 4px solid #FFFFFF;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
}

.sharePopClose {
    width: 10px;
    height: 10px;
    background: url('../images/img63.png') no-repeat center;
    background-size: 100%, 100%;
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
}

.shareQRBox {
    width: 80px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 6px;
}

.shareQRBox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shareText {
    font-size: 13px;
    color: #222222;
    line-height: 18px;
    background: url(../images/img64.png) no-repeat left center;
    background-size: 14px 14px;
    padding-left: 15px;
    white-space: nowrap;

}


.indexContLeft2 {
    width: 765px;
}

.indexContLeft2 .guideShadow {
    width: 795px;
}

.indexContRight2 {
    width: 373px;
}

.indexContRight2 .infomationShadow,
.indexContRight2 .rightInfomationShadow {
    width: 403px;
}




.noBooking {
    height: 253px;
    width: 200px;
    background: url('../images/img67.png') no-repeat center top;
    background-size: 163px 120px;
    padding-top: 140px;
    /* margin: 0 auto; */
    /* margin-top: 161px; */
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
}

.noBookingText {
    font-size: 18px;
    color: #222222;
    line-height: 25px;
    text-align: center;
}

.startBooking {
    width: 200px;
    background: #57BACA;
    border-radius: 25px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    padding: 12px;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
}



.backTop {
    display: none;
    width: 40px;
    /* height: 63px; */
    border-radius: 6px;
    padding: 29px 7px 10px;
    background: url('../images/img68.png') no-repeat center 8px #EEF8F9;
    background-size: 14px 14px;
    font-size: 12px;
    background: url('../images/img68.png') no-repeat center 8px #EEF8F9;
    background-size: 14px 14px;
    color: #57BACA;
    line-height: 12px;
    position: fixed;
    bottom: 250px;
    margin-left: 76rem;
    cursor: pointer;
    letter-spacing: 2px;
    white-space: nowrap;
    text-align: center;
}

.backTop:hover {
    background: url('../images/img69.png') no-repeat center 8px #57BACA;
    background-size: 14px 14px;
    color: #FFFFFF;
}



.noMore {
    font-size: 12px;
    color: #B1B1B1;
    line-height: 17px;
    text-align: center;
    margin-top: 50px;
}

.greenText {
    color: #57BACA;
}

.greenLink {
    text-decoration: underline;
}

.fileResWrap {
    padding-top: 10px;
}

.fileName {
    font-size: 15px;
    color: #222222;
    line-height: 21px;
    float: left;
}

.removeFile {
    width: 22px;
    height: 22px;
    cursor: pointer;
    background: url('../images/img70.png') no-repeat center;
    background-size: 100% 100%;
    float: right;
}



.commitComment {
    background: #57BACA;
    border-radius: 13px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 3px 12px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}

.commentsBlock {
    padding-bottom: 60px;
}


.bookingListWrap {
    padding-bottom: 60px;
}

.noBooking2 {
    height: 253px;
    width: 200px;
    background: url(../images/img67.png) no-repeat center top;
    background-size: 163px 120px;
    padding-top: 140px;
    margin: 0 auto;
    margin-top: 60px;
}


.paymentType {
    min-width: 158px;
    /* height: 42px; */
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: center;
    padding: 11px;
    padding-left: 37px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.paymentType.alipay {
    background: url('../images/img50.png') no-repeat 17px center;
    background-size: 20px 20px;
}

.paymentType.wechat {
    background: url('../images/img49.png') no-repeat 17px center;
    background-size: 20px 20px;
    margin-right: 50px;
}

.paymentType.active {
    border: 1px solid #57BACA;
}

.paymentType.active::after {
    content: '';
    width: 31px;
    height: 31px;
    background: url('../images/img72.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(1px, 1px);
}


.dropIptWrap {
    width: 100%;
    /* height: 40px; */
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 0 19px;
    position: relative;
    overflow-x: auto;
}

.dropIptWrap::-webkit-scrollbar {
    display: none;
}

.dropIptWrap .dropIpt {
    border: none;
    background: none;
    padding-left: 0;
    min-width: 170px;
}

.dropLabel {
    max-width: 133px;
    font-size: 15px;
    color: #222222;
    line-height: 21px;
    position: relative;
    margin-right: 18px;
    padding-right: 14px;
}

.dropLabelRemove {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -3px;
    right: 0;
    background: url('../images/img73.png') no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
}

.iptDropWrap {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    min-height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(221, 221, 221, 0.5);
    border-radius: 5px;
    border: 1px solid #E6E6E6;
    padding: 20px 0 5px 20px;
}

.iptDropItem {
    /* height: 48px; */
    background: #FAFAFA;
    border-radius: 5px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 15px;
    margin: 0 15px 15px 0;
    cursor: pointer;
}

.iptDropItem:hover {
    color: #57BACA;
}




.whiteWrapBig {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
}

.whiteWrapSmall {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 16px;
}

.guideDetailWrap {
    margin-bottom: 20px;
}




.vipPopWrap {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.vipPop {
    width: 500px;
    /* height: 250px; */
    background: #FFFFFF;
    border-radius: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 25px 0px rgba(221, 221, 221, 0.8);
    border: 1px solid rgba(230, 230, 230, 0.5);
}

.vipPopBtm {
    align-self: stretch;
    border-top: 1px solid rgba(230, 230, 230, 0.5);
}

.vipPopBtm .btn {
    text-align: center;
    padding: 20px;
    font-size: 30px;
    line-height: 40px;
    color: #B1B1B1;
    cursor: pointer;
}

.vipPopBtm .btn.closeBtn {
    border-right: 1px solid rgba(230, 230, 230, 0.5);
}

.vipPopBtm .btn.buyVIPBtn {
    color: #57BACA;
}

.VIPPopCont {
    padding: 20px;
    text-align: center;
}

.vipPopTitle {
    font-size: 40px;
    line-height: 55px;
    color: #333333;
    margin-bottom: 20px;
}

.vipPopText {
    font-size: 24px;
    line-height: 40px;
    color: #333333;

}

.indexContLeft3 {
    width: 786px;
}

.indexContRight3 {
    width: 394px;
}

.topSearchWrap {
    padding-top: 97px;
}

.whiteWrap {
    background: #FFFFFF;
    padding: 15px;
}

.pd20 {
    padding-top: 20px;
}

.information {
    margin-bottom: 60px;
}

.page-guide-detail .sideBtns .btn {
    min-width: 120px;
    height: 40px;
    padding: 9px 12px;
    font-size: 16px;
    line-height: 22px;
    border-radius: 40px;
}

.page-guide-detail .sideBtns .btn:first-child {
    margin-left: 85px;
}

.page-guide-detail .sideBtns .btn+.btn {
    margin-left: 10px;
}

.page-guide-detail .sideBtns .btn.fill-gold {
    color: #fff;
    background: linear-gradient(90deg, #E1BD8B 0%, #E5B572 100%);
}

.page-guide-detail .sideBtns .btn.fill-blue {
    color: #fff;
    background: #57BACA;
}

.page-guide-detail .sideBtns .btn.stroke-blue {
    color: #57BACA;
    border: 1px solid #57BACA;
}

/* 指南总结 markdown：放在摘要位置，默认折叠 */
.detailsContRight.summary.summary-md .text {
    display: block;
    overflow: hidden;
    position: relative;
}

/* 首行与左侧「AI大纲：」同为 28px 行高，避免标题行高偏小导致看起来偏上 */
.detailsContRight.summary.summary-md .guideSummaryMarkdown > :first-child {
    line-height: 28px;
    margin-top: 0;
}

.detailsContRight.summary.summary-md:not(.open) .text::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 48px;
    background: linear-gradient(transparent, #FFFFFF);
    pointer-events: none;
}

.detailsContRight.summary.summary-md .btn {
    display: inline-block;
    margin-top: 8px;
    margin-left: 0;
}

.guideSummaryMarkdown {
    font-size: 16px;
    color: #222222;
    line-height: 28px;
    word-break: break-word;
}

.guideSummaryMarkdown h1,
.guideSummaryMarkdown h2,
.guideSummaryMarkdown h3,
.guideSummaryMarkdown h4 {
    font-weight: bold;
    color: #222222;
    margin: 16px 0 8px;
    line-height: 1.4;
}

.guideSummaryMarkdown h1:first-child,
.guideSummaryMarkdown h2:first-child {
    margin-top: 0;
}

.guideSummaryMarkdown h1 {
    font-size: 18px;
}

.guideSummaryMarkdown h2 {
    font-size: 16px;
}

.guideSummaryMarkdown h3,
.guideSummaryMarkdown h4 {
    font-size: 16px;
}

.guideSummaryMarkdown p {
    margin: 8px 0;
}

.guideSummaryMarkdown ul,
.guideSummaryMarkdown ol {
    margin: 8px 0 8px 8px;
    padding-left: 1.4em;
}

.guideSummaryMarkdown ul {
    list-style: disc outside;
}

.guideSummaryMarkdown ol {
    list-style: decimal outside;
}

.guideSummaryMarkdown li {
    list-style: inherit;
    margin: 4px 0;
}

.guideSummaryMarkdown li > ul {
    list-style: circle outside;
}

.guideSummaryMarkdown strong {
    font-weight: bold;
}

.guideSummaryMarkdown hr {
    border: none;
    border-top: 1px solid #F4F4F4;
    margin: 16px 0;
}
