*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x: hidden;
}
.fill{
    width: 100%;
    height: 100%;
}
.desc-title{
    text-align: center;
    line-height: 51px;
    font-size: 37px;
}
.opacity0{
    opacity: 0;
    pointer-events: none;
    height: 0;
}
.opacity1{
    opacity: 1;
    pointer-events: auto;
    height: auto;
}
section,div,p,span{
	position: relative;
    box-sizing: border-box;
}

.posa{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.br-pc{
    width: 100%;
    display: block;
}
.br-phone{
    width: 100%;
    display: none;
}

.wechat-link {
    text-decoration: underline;
    cursor: pointer;
    color: #b8913e;
}

.wechat-link:hover {
    color: #8b691f;
}

.play-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 10000;
    display: none;
    top: 0;
}
.play-box .play-wrap {
    width: 60%;
    position: absolute;
    top: 50%;
    max-height: 90vh;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-box .play {
    width: 100%;
}
.play-box .closeVideo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .8);
    text-align: center;
    line-height: 40px;
    color: rgba(0, 0, 0, .8);
    font-size: 22px;
    position: absolute;
    top: -20px;
    right: -20px;
    user-select: none;
    cursor: pointer;
}


.commonProblemContent1{
    width: 100%;
}
.commonProblemContBox{
    width: 100%;
    /* min-height: 1474px; */
    padding-bottom: 50px;
}
.commonProblemContent1 .commonProblemCont{
    width: 1196px;
    padding-top: 120px;
    margin: 0 auto;
}
.commonProblemContent1 .commonProblemCont .title{
    font-weight: bold;
    font-size: 38px;
}
.commonProblemContent1 .commonProblemCont .desc{
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin: 30px auto 0;
}
.commonProblemContent1 .commonProblemCont .cont_{
    width: 1198px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
}
.commonProblemContent1 .commonProblemCont .cont_ .left{
    width: 295px;
    background: rgba(30, 30, 30, 0.8);
    padding: 0 20px 20px 20px;
    align-self: flex-start;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .tit{
    padding: 30px 0 14px 0;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    border-bottom: 1px solid #303030;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList{
    width: 100%;
    height: 47px;
    transition: 0.3s all;
    cursor: pointer;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active{
    height: auto;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList .title{
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    padding: 0 16px;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active .title{
    background: #C79830;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList .title img{
    width: 9px;
    height: 15px;
    transition: 0.3s all;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active .title img{
    transform: rotate(90deg);
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList .items{
    width: 100%;
    height: 0;
    padding-left: 34px;
    transition: 0.3s all;
    overflow: hidden;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active .items{
    height: auto;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList .items .item{
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    cursor: pointer;
}
.commonProblemContent1 .commonProblemCont .cont_ .left .typeList .items .item.active{
    color: #C79830;
}
.commonProblemContent1 .commonProblemCont .cont_ .right{
    width: 873px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox{
    width: 100%;
    height: 138px;
    background: rgba(30, 30, 30, 0.8);
    padding: 23px 30px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop input{
    width: 704px;
    height: 56px;
    background: #161719;
    border: 1px solid #3E3E3E;
    padding-left: 47px;

    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop input::placeholder{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop .icon{
    width: 18px;
    height: 18px;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop .searchBtn{
    width: 93px;
    height: 56px;
    background: #C79830;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    line-height: 56px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .hotSearch{
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    padding-top: 20px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .hotSearch .hotSearchList{
    display: flex;
    align-items: center;
    gap: 10px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .hotSearch .hotSearchList .item{
    font-weight: 400;
    font-size: 14px;
    color: #C79830;
    cursor: pointer;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox{
    width: 100%;
    background: rgba(30, 30, 30, 0.8);
    margin-top: 30px;
    padding-bottom: 30px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox{
    width: 100%;
    height: 103px;
    border-bottom: 1px solid rgba(48, 48, 48, 0.8);
    padding: 0 30px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox .tit{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding-top: 20px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox .problemNum{
    font-weight: 400;
    font-size: 16px;
    color: #9CA3AF;
    display: flex;
    align-items: center;
    padding-top: 8px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox .problemNum span{
    color: #C79830;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList{
    width: 100%;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem{
    width: 100%;
    border-bottom: 1px solid rgba(48, 48, 48, 0.8);
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .title{
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 45px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .title span{
    width: 4px;
    height: 4px;
    background: #C79830;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .title img{
    width: 16px;
    height: 9px;
    transition: 0.3s all;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem.active .title img{
    transform: rotate(180deg);
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content{
    width: 814px;
    height: 0;
    margin: 0 auto;
    overflow: hidden;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem.active .content{
    height: auto;
    color: #999;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .tip{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    padding: 0 0 20px 0;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .tip span{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #999999 !important;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
	padding:0 0 20px e;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts .text{
    width: calc(50% - 7px);
    background: rgba(56, 48, 32, 0.5);
    padding: 20px 25px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts .text .tit{
    font-weight: 400;
    font-size: 16px;
    color: #C79830;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts .text .txt{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    padding-top: 10px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .tipBox{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding: 15px 0 30px 0;
}

#pagination{display: flex;justify-content: center;margin-top: 24px;}

#pagination.light-theme ul li a,#pagination.light-theme ul li span{transition: 0.3s all;}
#pagination.light-theme ul li a.page-link{height: 40px;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;font-weight: bold;font-size: 18px;color: #fff;text-align: center;line-height: 40px;padding: 0 13px;}
#pagination.light-theme ul li.active span.current{height: 40px;background: #CC9933;border: 2px solid #CC9933;font-weight: bold;font-size: 18px;color: #fff;text-align: center;line-height: 40px;padding: 0 13px;}
#pagination.light-theme ul li span.ellipse.clickable{width: 57px;height: 40px;font-weight: bold;font-size: 30px;color: #fff;text-align: center;line-height: 53px;display: flex;align-items: center;justify-content: center;}
#pagination.light-theme ul li span.ellipse.clickable input{color: #fff;background: transparent;}
#pagination.light-theme ul li span.ellipse.clickable:hover{background: transparent;}

#pagination.light-theme ul li a.page-link.prev,#pagination.light-theme ul li a.page-link.next{width: 30px;height: 40px;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;text-align: center;line-height: 40px;background-size: cover;background-position: center;background-size: 6px 9px;background-repeat: no-repeat;}
#pagination.light-theme ul li a.page-link.prev{
    background-image: url(/best/images/commonProblem/pc/icon-jt2.png);
}
#pagination.light-theme ul li a.page-link.next{
    background-image: url(/best/images/commonProblem/pc/icon-jt.png);
}

#pagination.light-theme ul li.disabled span.prev,#pagination.light-theme ul li.disabled span.next{width: 30px;height: 40px;background: rgba(255, 255, 255, 0.3); background-position: center;background-size: 6px 9px;background-repeat: no-repeat;}
#pagination.light-theme ul li.disabled span.prev{
    background-image: url(/best/images/commonProblem/pc/icon-jt2.png);
}
#pagination.light-theme ul li.disabled span.next{
    background-image: url(/best/images/commonProblem/pc/icon-jt.png);
}

.commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox{
    width: 100%;
    height: 151px;
    margin-top: 30px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox .tit{
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 30px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox .tel{
    font-weight: 400;
    font-size: 16px;
    color: #9CA3AF;
    text-align: center;
    padding-top: 7px;
}
.commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox .tip{
    font-weight: 400;
    font-size: 16px;
    color: #505050;
    text-align: center;
    padding-top: 7px;
}

.commonProblemContent1 .goTop {
    width: 38px;
    height: 38px;
    background: #C79830;
    border-radius: 50%;
    position: fixed;
    right: 10%;
    bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s all;
    z-index: 999;
}
.commonProblemContent1 .goTop.show {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width:992px) {
	.desc-title{
        text-align: center;
        line-height: .51rem;
        font-size: .37rem;
    }
    .br-pc{
        display: none;
    }
    .br-phone{
        display: inline-block;
    }
    .bg1{
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .bg2{
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .play-box .closeVideo {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .8);
        text-align: center;
        line-height: 0.4rem;
        color: rgba(0, 0, 0, .8);
        font-size: 0.22rem;
        position: absolute;
        top: -0.2rem;
        right: -0.2rem;
        user-select: none;
        cursor: pointer;
    }

    .commonProblemContent1{
        width: 100%;
    }
    .commonProblemContBox{
        width: 100%;
        min-height: auto;
    }
    .commonProblemContent1 .commonProblemCont{
        width: 100%;
        padding-top: 1.2rem;
        margin: 0 auto;
    }
    .commonProblemContent1 .commonProblemCont .title{
        font-weight: bold;
        font-size: 0.38rem;
    }
    .commonProblemContent1 .commonProblemCont .desc{
        width: 100%;
        text-align: center;
        font-weight: 400;
        font-size: 0.16rem;
        color: #FFFFFF;
        margin: 0.3rem auto 0;
    }


    .commonProblemContent1 .commonProblemCont .cont_{
        width: calc(100% - 1rem);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0.46rem auto 0;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left{
        width: 100%;
        background: rgba(30, 30, 30, 0.8);
        padding: 0;
        align-self: normal;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .tit{
        padding: 0.3rem 0.3rem 0.25rem 0.3rem;
        font-weight: bold;
        font-size: 0.2rem;
        color: #FFFFFF;
        border-bottom: 0 solid #303030;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .tit img{
        width: 0.09rem;
        height: 0.15rem;
        transition: 0.3s all;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeListBox{
        height: 0;
        overflow: hidden;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left.active .tit{
        /* background: #C79830; */
        border-bottom: 0.01rem solid #303030;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left.active .tit img{
        transform: rotate(90deg);
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left.active .typeListBox{
        height: auto;
    }
    
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList{
        width: 100%;
        height: 0.62rem;
        transition: 0.3s all;
        cursor: pointer;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active{
        height: auto;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList .title{
        height: 0.62rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
        padding: 0 0.3rem;

    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active .title{
        background: #C79830;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList .title img{
        width: 0.09rem;
        height: 0.15rem;
        transition: 0.3s all;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active .title img{
        transform: rotate(90deg);
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList .items{
        width: 100%;
        height: 0;
        padding-left: 0.5rem;
        transition: 0.3s all;
        overflow: hidden;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList.active .items{
        height: auto;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList .items .item{
        width: 100%;
        height: 0.5rem;
        color: #FFFFFF;
        cursor: pointer;
        font-weight: 400;
        font-size: 0.16rem;
        line-height: 0.5rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList .items .item a{
        font-weight: 400;
        font-size: 0.16rem;
        line-height: 0.5rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .left .typeList .items .item.active{
        color: #C79830;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right{
        width: 100%;
        padding-bottom: 0.36rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox{
        width: 100%;
        height: 1.38rem;
        background: rgba(30, 30, 30, 0.8);
        padding: 0.23rem 0.3rem;
        margin-top: 0.3rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop input{
        width: 4.8rem;
        height: 0.56rem;
        background: #161719;
        border: 0.01rem solid #3E3E3E;
        padding-left: 0.47rem;

        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop input::placeholder{
        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop .icon{
        width: 0.18rem;
        height: 0.18rem;
        position: absolute;
        left: 0.17rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .searchTop .searchBtn{
        width: 0.93rem;
        height: 0.56rem;
        background: #C79830;
        font-weight: bold;
        font-size: 0.18rem;
        color: #FFFFFF;
        cursor: pointer;
        text-align: center;
        line-height: 0.56rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .hotSearch{
        width: 100%;
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 0.16rem;
        color: #FFFFFF;
        padding-top: 0.2rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .hotSearch .hotSearchList{
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .searchBox .hotSearch .hotSearchList .item{
        font-weight: 400;
        font-size: 0.16rem;
        color: #C79830;
        cursor: pointer;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox{
        width: 100%;
        background: rgba(30, 30, 30, 0.8);
        margin-top: 0.3rem;
        padding-bottom: 0.3rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox{
        width: 100%;
        height: 1.03rem;
        border-bottom: 1px solid rgba(48, 48, 48, 0.8);
        padding: 0 0.3rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox .tit{
        font-weight: bold;
        font-size: 0.2rem;
        color: #FFFFFF;
        padding-top: 0.2rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox .problemNum{
        font-weight: 400;
        font-size: 0.16rem;
        color: #9CA3AF;
        display: flex;
        align-items: center;
        padding-top: 0.12rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .titleBox .problemNum span{
        color: #C79830;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList{
        width: 100%;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem{
        width: 100%;
        border-bottom: 0.01rem solid rgba(48, 48, 48, 0.8);
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .title{
        width: 100%;
        height: 0.56rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0.3rem 0 0.45rem;
        font-weight: 400;
        font-size: 0.18rem;
        color: #FFFFFF;
        cursor: pointer;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .title span{
        width: 0.04rem;
        height: 0.04rem;
        background: #C79830;
        position: absolute;
        left: 0.3rem;
        top: 50%;
        transform: translateY(-50%);
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .title img{
        width: 0.16rem;
        height: 0.09rem;
        transition: 0.3s all;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem.active .title img{
        transform: rotate(180deg);
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content{
        width: 5.87rem;
        height: 0;
        margin: 0 auto;
        overflow: hidden;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem.active .content{
        height: auto;
        color: #999;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .tip{
        font-weight: 400;
        font-size: 0.18rem;
        color: #999999;
        padding: 0 0 0.2rem 0;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .tip span{
        font-size: 0.18rem !important;
        font-weight: 400 !important;
        color: #999999 !important;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 0.1rem;
        padding-top: 0.2rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts .text{
        width: calc(50% - 0.05rem);
        background: rgba(56, 48, 32, 0.5);
        padding: 0.2rem 0.25rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts .text .tit{
        font-weight: 400;
        font-size: 0.18rem;
        color: #C79830;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .texts .text .txt{
        font-weight: 400;
        font-size: 0.16rem;
        color: #999999;
        padding-top: 0.1rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .problemBox .problemList .problemItem .content .tipBox{
        font-weight: 400;
        font-size: 0.18rem;
        color: #999999;
        line-height: 0.32rem;
        padding: 0.15rem 0 0.3rem 0;
    }

    #pagination{display: flex;justify-content: center;margin-top: 0.24rem;}

    #pagination.light-theme ul li a,#pagination.light-theme ul li span{transition: 0.3s all;}
    #pagination.light-theme ul li a.page-link{height: 0.4rem;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;font-weight: bold;font-size: 0.18rem;color: #fff;text-align: center;line-height: 0.4rem;padding: 0 0.12rem;}
    #pagination.light-theme ul li.active span.current{height: 0.4rem;background: #CC9933;border: 0px solid #CC9933;font-weight: bold;font-size: 0.18rem;color: #fff;text-align: center;line-height: 0.4rem;padding: 0 0.12rem;}
    #pagination.light-theme ul li span.ellipse.clickable{width: 0.57rem;height: 0.4rem;font-weight: bold;font-size: 0.3rem;color: #fff;text-align: center;line-height: 0.53rem;display: flex;align-items: center;justify-content: center;}
    #pagination.light-theme ul li span.ellipse.clickable input{color: #fff;background: transparent;}
    #pagination.light-theme ul li span.ellipse.clickable:hover{background: transparent;}

    #pagination.light-theme ul li a.page-link.prev,#pagination.light-theme ul li a.page-link.next{width: 0.3rem;height: 0.4rem;background: rgba(255, 255, 255, .3);border: 0px solid #DFDFDF;text-align: center;line-height: 0.4rem;background-size: cover;background-position: center;background-size: 0.06rem 0.09rem;background-repeat: no-repeat;}
    #pagination.light-theme ul li a.page-link.prev{
        background-image: url(/best/images/commonProblem/pc/icon-jt2.png);
    }
    #pagination.light-theme ul li a.page-link.next{
        background-image: url(/best/images/commonProblem/pc/icon-jt.png);
    }

    #pagination.light-theme ul li.disabled span.prev,#pagination.light-theme ul li.disabled span.next{width: 0.3rem;height: 0.4rem;background: rgba(255, 255, 255, 0.3); background-position: center;background-size: 0.06rem 0.09rem;background-repeat: no-repeat;}
    #pagination.light-theme ul li.disabled span.prev{
        background-image: url(/best/images/commonProblem/pc/icon-jt2.png);
    }
    #pagination.light-theme ul li.disabled span.next{
        background-image: url(/best/images/commonProblem/pc/icon-jt.png);
    }

    .commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox{
        width: 100%;
        height: 1.51rem;
        margin-top: 0.3rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox .tit{
        font-weight: bold;
        font-size: 0.2rem;
        color: #FFFFFF;
        text-align: center;
        padding-top: 0.3rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox .tel{
        font-weight: 400;
        font-size: 0.18rem;
        color: #9CA3AF;
        text-align: center;
        padding-top: 0.07rem;
    }
    .commonProblemContent1 .commonProblemCont .cont_ .right .noProblemBox .tip{
        font-weight: 400;
        font-size: 0.18rem;
        color: #505050;
        text-align: center;
        padding-top: 0.07rem;
    }

    .commonProblemContent1 .goTop {
        width: 0.5rem;
        height: 0.5rem;
        background: #C79830;
        border-radius: 50%;
        position: fixed;
        right: 0.3rem;
        bottom: 1.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        opacity: 0;
        pointer-events: none;
        transition: 0.3s all;
    }
    .commonProblemContent1 .goTop.show {
        opacity: 1;
        pointer-events: auto;
    }
}






/* 加载GIF */
  
.loading {
	width      : 100%;
	height     : 100%;
	background : #000;
	position   : fixed;
	top        : 0;
	left       : 0;
	z-index    : 10001;
	line-height: 100%;
	text-align : center;
}

.loading img {
	position         : absolute;
	top              : 50%;
	left             : 50%;
	-webkit-transform: translate(-50%, -50%);
	transform        : translate(-50%, -50%);
}

@media (max-width:992px) {
	.loading img {
		width: 5rem;
	}
}

/* load浮层 */
aside.loadBox{ position:fixed; left:0; top:0; width:100%; height:100%; background-color:rgba(0,0,0,0.5); z-index:999999999; display: none;}
aside.loadBox>span{ position:absolute; left:50%; top:50%; transform: translate(-50%,-50%) scale(0.46); margin-left: -0.15rem;}
aside.loadBox>span i{ position:absolute; left:0; top:0; width:0.4rem; height:0.1rem; border-radius:0.08rem; background-color:rgba(255,255,255,0.5);}
aside.loadBox>span i:nth-child(1){ transform:translate(0.6rem, 0) rotate(0deg); animation:loadCircle 2.4s 0s linear infinite;}
aside.loadBox>span i:nth-child(2){ transform:translate(0.5196rem, 0.3rem) rotate(30deg); animation:loadCircle 2.4s 0.2s linear infinite;}
aside.loadBox>span i:nth-child(3){ transform:translate(0.3rem, 0.5196rem) rotate(60deg); animation:loadCircle 2.4s 0.4s linear infinite;}
aside.loadBox>span i:nth-child(4){ transform:translate(0, 0.6rem) rotate(90deg); animation:loadCircle 2.4s 0.6s linear infinite;}
aside.loadBox>span i:nth-child(5){ transform:translate(-0.3rem, 0.5196rem) rotate(120deg); animation:loadCircle 2.4s 0.8s linear infinite;}
aside.loadBox>span i:nth-child(6){ transform:translate(-0.5196rem, 0.3rem) rotate(150deg); animation:loadCircle 2.4s 1.0s linear infinite;}
aside.loadBox>span i:nth-child(7){ transform:translate(-0.6rem, 0) rotate(180deg); animation:loadCircle 2.4s 1.2s linear infinite;}
aside.loadBox>span i:nth-child(8){ transform:translate(-0.5196rem, -0.3rem) rotate(210deg); animation:loadCircle 2.4s 1.4s linear infinite;}
aside.loadBox>span i:nth-child(9){ transform:translate(-0.3rem, -0.5196rem) rotate(240deg); animation:loadCircle 2.4s 1.6s linear infinite;}
aside.loadBox>span i:nth-child(10){ transform:translate(0, -0.6rem) rotate(270deg); animation:loadCircle 2.4s 1.8s linear infinite;}
aside.loadBox>span i:nth-child(11){ transform:translate(0.3rem, -0.5196rem) rotate(300deg); animation:loadCircle 2.4s 2.0s linear infinite;}
aside.loadBox>span i:nth-child(12){ transform:translate(0.5196rem, -0.3rem) rotate(330deg); animation:loadCircle 2.4s 2.2s linear infinite;}
@-webkit-keyframes loadCircle{0%{opacity:1}8.3%{opacity:0}50%{opacity:1}100%{opacity:1}}

aside.toastBox{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 999999999;background-color:rgba(0,0,0,0);display: none;pointer-events: none;}
aside.toastBox .toast{background: #000;border-radius: 10px;color: #fff;position: absolute;left: 50%;top: 72%;transform: translate(-50%);padding: 5px 8px;font-size: 16px;}







