/*首页*/
.cs-cont {
    margin-top: 1.5rem;
    background: url(/mobile/images/theme/cs-bg.png) no-repeat center top;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    height: 190px;
}

.cs-cont.night {
    background: url(/mobile/images/helpcenter/cs-bg.png) no-repeat center top;
}

.cs-left {
    width: 158px;
    height: 190px;
    position: relative;
    top: -13px;
    left: 45px;
}

.cs-portrait {
    /* margin: -2rem 0 0 1rem; */
    width: 100%;
}

.cs-right {
    width: 142px;
    margin-left: 60px;
}

.cs-text {
    font-size: 13px;
    text-align: center;
    line-height: 1.5rem;
    color: #979797;
}

.cs-text.night {
    color: #C0CAEF;
}

.service-cont {
    justify-content: center;
    align-items: center;
    width: 142px;
    height: 55px;
    font-size: 14px;
    color: white;
    background: url(/mobile/images/helpcenter/cs-btn.png) no-repeat;
    margin: 0rem 0 1rem;
    background-position: 0 5px;
}

.exclusive-item {
    display: flex; /* 建議顯式定義 */
    justify-content: flex-start;
    align-items: center;

    height: 50px;
    line-height: 50px; /* 若用 flex，可移除或改為 normal */

    font-size: 16px;
    font-weight: bold;

    background: url('/mobile/images/helpcenter/e-bg.png') no-repeat center;
    background-size: cover; /* 建議加入，避免圖片縮放異常 */
    color: #333; /* 建議加明確字色 */
    border-radius: 6px; /* 若需圓角可加 */
    width: 90%;
    margin: 0 auto;
}

.exclusive-item.active {
    display: flex;
}

.exclusive-c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    position: relative; /* 你原本 absolute 需要這個才生效 */
}

.exclusive-c i {
    position: absolute;
    top: 17px;
    left: 345px;
}

.private-qrcode {
    position: relative;
    padding: 10px;
    height: 160px;
    margin-bottom: 10px;
    border-radius: 4px;

    text-align: center;
}

.private-qrcode .right-girl {
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 175px;
    border-radius: 0 4px 4px 0;
}

.img-code {
    display: inline-block;
    position: relative;
    z-index: 10;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.s-img {
    width: 100px;
    /*height: 110px;*/
    /*margin-bottom: 10px;*/
}

.e-img {
    height: 36px;
    margin-right: 1rem;
}

.e-text {
    color: #644212;
    font-size: 16px;
    flex-grow: 1; /* 推挤 icon 到右侧 */
}

.cs-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.acc-cont {
    margin: 1.5rem 0;
}

.h-title {
    padding: 20px 10px 10px;
    font-size: 14px;
    font-weight: bold;
}

.h-title2 {
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}

.forget-cont {
    position: relative;
    width: 33.333%;
    text-align: center;
    color: #707EAD;
    line-height: 1.5;
}

.forget-line {
    width: 1px;
    height: 80px;
    background: #e4e4e4;
}

.contact-wrap.night .forget-line {
    background: linear-gradient(180deg, rgba(42, 55, 90, 0.06) 0%, #2A375A 46.35%, rgba(42, 55, 90, 0.06) 100%);;
}

.question-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 15px 10px;
    border-radius: 10px;
    background: #FBFBFB;
}

.question-item.night {
    background: #191F36;
}

.question-left-cont {
    flex: 1;
    padding: 20px 0;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: #111;
    border-right: 1px solid #E4E4E4;
}

.question-left-cont.night {
    color: #E1E9FF;
    border-right: 1px solid #212944;
}

.question-left-cont img {
    width: 50%;
}

.question-right-cont {
    flex: 2;
    overflow: hidden;
    color: #E1E9FF;
}

.question-right-cont li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9EA7C4;
    position: relative;
    /* display: flex;
    justify-content: space-between; */
}

.question-right-cont li:not(:nth-last-of-type(1)) {
    border: none;
}

.question-right-cont li:not(:nth-last-of-type(1)).night {
    border-bottom: 1px solid #212944;
}

.question-right-cont li a {
    display: block;
    color: #333;

}

.answer-content {
    display: none;
    padding: 4px;
    margin-top: 10px;
    white-space: pre-line;
    font-size: 12px;
    line-height: 30px;
}


.iconfont.icon-right-arr {
    transition: transform 0.3s ease; /* 添加过渡效果 */
}

/* 旋转90度，表示箭头朝下 */
.iconfont.icon-right-arr.rotated {
    transform: rotate(90deg);
}

.q-detail-item {
    cursor: pointer;
}

.q-detail-item i {
    position: absolute;
    right: 0;
    transition: transform 0.3s ease;
}

.q-detail-item.active i {
    transform: rotate(90deg); /* 当点击时，箭头旋转 */
}


.help-item {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 1px solid #FBFBFB;
    font-size: 14px;
    text-indent: 0;
    text-align: left;
    background: #FBFBFB;
    color: #333;
}

.help-wrap.night .help-item {
    border-bottom: 1px solid #212944;
    background: #191F36;
    color: #E1E9FF;
}

.help-item:nth-last-of-type(1) {
    border-bottom: 1px solid transparent;
}

.help-item .title {
    display: block;
    height: 50px;
    color: #333;
}

.help-title {
    width: 95%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-item .i-arrow-r {
    right: 10px;
    color: #656E90;
}


.help-detail-title {
    margin: 10px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
    color: #111;
}

.help-detail-title.night {
    color: #E1E9FF;
}

.help-detail-context {
    font-size: 14px;
    color: #707EAD;
    line-height: 2;

}

.help-wrap .common-list .common-item {
    padding: 0 5px;
    color: #111;
}

.help-wrap.night .common-list .common-item {
    color: #fff;
}

.overflow-x {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.common-list {
    overflow-x: auto;
    white-space: nowrap;
    width: auto;
}

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

/*.swiper1 {*/
/*width: 100%;*/
/*margin-bottom: 10px;*/
/*background: #fff;*/
/*box-shadow: -2px 2px 4px 0 rgba(0,0,0,0.07);*/
/*}*/


/*.swiper1 .swiper-slide {*/
/*display: -webkit-box;*/
/*display: -ms-flexbox;*/
/*display: -webkit-flex;*/
/*display: flex;*/
/*-webkit-box-pack: center;*/
/*-ms-flex-pack: center;*/
/*-webkit-justify-content: center;*/
/*justify-content: center;*/
/*-webkit-box-align: center;*/
/*-ms-flex-align: center;*/
/*-webkit-align-items: center;*/
/*align-items: center;*/
/*font-size: 14px;*/
/*height: 50px;*/
/*text-align: center;*/
/*cursor: pointer;*/
/*}*/
/*.swiper1 .swiper-slide .help-nav-title{*/
/*display: inline-block;*/
/*height: 50px;*/
/*line-height: 50px;*/
/*border-bottom: 2px solid transparent;*/
/*}*/
/*.swiper1 .selected .help-nav-title{*/
/*color: #764efc;*/
/*border-bottom: 2px solid #764efc;*/
/*}*/

/*.swiper2 {*/
/*width: 100%;*/
/*}*/
/*.swiper2 .swiper-slide {*/
/*color: #fff;*/
/*text-align: center;*/
/*box-sizing: border-box !important;*/
/*overflow-x: hidden !important;*/
/*}*/

.work-time {
    text-align: left;
    position: absolute;
    top: 30px;
    left: 5px;
    line-height: 1.8;
    color: #000;
    font-size: 12px;
}

.layui-m-layer-modal-layer .layui-m-layercont {
    padding: 0px;
    margin: 0px;
}

.layui-m-layer-modal-layer img {
    width: 100%;
}

.layui-m-layer-modal-layer button img {
    width: 80%;
}

.layui-m-layer-modal-layer #j-modal-cs {
    position: absolute;
    left: 20px;
    top: 135px;
    width: 90%;
}

.layui-m-layer-modal-layer #j-modal-desktop {
    position: absolute;
    left: 20px;
    top: 210px;
    width: 90%;
}

.layui-m-layer-modal-layer #j-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 6%;
}

/*专属客服页面*/
.exclusive-header {
    height: 180px;
    line-height: 1.5;
    text-align: center;
    padding: 10px 10px 0;
    color: #fff;
    font-size: 14px;
    background: url(/mobile/images/helpcenter/excs-bg.png) no-repeat center top;
}

.detail-header-img {
    width: 80px;
}

.vip-img {
    height: 40px;
}

.contact-img {
    vertical-align: middle;
    margin-right: 10px;
    height: 40px;
    border-radius: 4px;
}

.font12 {
    font-size: 12px;
    color: #5C6686;
}

.contact-list {
    margin-top: -30px;
    padding: 0 10px;
}

.contact-item {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 19px;
    background: #FBFBFB;
}

.contact-item a {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-wrap.night .contact-item {
    background: #191F36;
}

.contact-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1;
    color: #111;
    font-weight: normal;
}

.contact-wrap.night .contact-title {
    color: #E1E9FF;
}

.contact-text {
    font-size: 12px;
    line-height: 1;
    color: #9EA7C4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.code-scale {
    width: 250px;
    margin-bottom: 10px;
}

.layui-m-layer0 .layui-m-layerchild.code-modal {
    width: auto;
}

.code-modal .layui-m-layercont {
    padding: 10px 25px;
}

.michat-down {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 10px 0 0;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    background: #0A84FF;
}

.close-btn {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    background: url(/mobile/images/helpcenter/close-btn.png) no-repeat center top;
    background-size: 100% 100%;
}

.bg-shadow {
    padding: 1rem 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    background: #FBFBFB;
}

.contact-wrap.night .bg-shadow {
    background: #131726;
}

.allTime {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0 10px;
    height: 60px;
    width: calc(100% - 20px);
    margin: 0 auto;
    background: url(/mobile/images/helpcenter/allTime.jpg) no-repeat center center / 100% 100% !important;
    font-weight: bold;
    animation: switch 1.3s ease-out infinite;
}

.brandDown {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 135px;
    transform: translateX(-50%);
    padding: 0 10px;
    width: 100%;
}

.brandDown li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    background: #FBFBFB;
    color: #9EA7C4;
    box-sizing: border-box;
    padding: 0 12px;
    margin-bottom: 10px;
}

.contact-wrap.night .brandDown li {
    background: #191f36;
    color: #fff;
}

.brandDown li .downApp, .contact-item a {
    width: 72px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #0A84FF;
    border-radius: 6px;
    color: #fff;
}

.contact-wrap.night .brandDown li .downApp {
    color: #fff;
    background: #0A84FF;
}

.brandDown li .brandLeft {
    display: flex;
}

.brandDown li .brandLeft > div {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.brandDown li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.brandDown li h2 {
    font-size: 14px;
    color: #111;
}

.contact-wrap.night .brandDown li h2 {
    color: #fff;
}

.brandDown li h4 {
    font-size: 12px;
    color: #9EA7C4;
}

.contact-wrap.night .brandDown li h4 {
    color: #9EA7C4;
}

.cusmoter-links li {
    height: 70px;
    width: calc(100% - 20px);
    margin: 0 auto;
    border-radius: 12px;
    background: #FBFBFB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    margin-top: 10px;
}


.night .cusmoter-links li {
    background: #191F36;

}

.cusmoter-links li .imgs {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.cusmoter-links li .left {
    display: flex;
    align-items: center;
}

.cusmoter-links li .left .cus-tit {
    color: #333;
    font-size: 14px;
}

.cusmoter-links li .left .cus-num {
    color: #333;
    font-size: 14px;
}

.night .cusmoter-links li .left .cus-tit {
    color: #E1E9FF;
    font-size: 14px;
}

.night .cusmoter-links li .left .cus-num {
    color: #E1E9FF;
    font-size: 14px;
}

.cusmoter-links li .blue-as {
    border-radius: 6px;
    width: 72px;
    height: 30px;
    color: #fff;
    background: #0A84FF;
    text-align: center;
    line-height: 30px;
}

.question-text {
    color: #FF2D55;
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
    /* display: none; */
}


@keyframes switch {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.8);
    }
}