
.left-mode{
    width: 327px;
    display: inline-block;
    vertical-align: top;
}

.left-mode li{
    width: 327px;
    height: 100px;
    margin-bottom: 2px;
    background-color: white;
    cursor: pointer;
    color: #212121;
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    position: relative;
    overflow: hidden;
}

.left-mode li span:nth-child(1){
    width: 22px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}
.left-mode li span:nth-child(2){
    position: relative;
    z-index: 2;
}

.left-mode li:before{
    display: inline-block;
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #a88462;
    /* opacity: 0.3; */
    left: -100%;
    z-index: 1;
    transition: 0.3s;
}

.left-mode li:hover::before{
    left: 0px;
}

.left-mode li:hover{
    color: white;
}

.left-mode li:nth-child(1) span:nth-child(1){
    background: url(/assets/img/pc/mode/pw-icon.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(1):hover span:nth-child(1),
.left-mode li:nth-child(1).on span:nth-child(1){
    background: url(/assets/img/pc/mode/pw-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(2) span:nth-child(1){
    background: url(/assets/img/pc/mode/dz-icon.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(2):hover span:nth-child(1),
.left-mode li:nth-child(2).on span:nth-child(1){
    background: url(/assets/img/pc/mode/dz-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(3) span:nth-child(1){
    background: url(/assets/img/pc/mode/sf-icon.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(3):hover span:nth-child(1),
.left-mode li:nth-child(3).on span:nth-child(1){
    background: url(/assets/img/pc/mode/sf-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(4) span:nth-child(1){
    background: url(/assets/img/pc/mode/gz-icon.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(4):hover span:nth-child(1),
.left-mode li:nth-child(4).on span:nth-child(1){
    background: url(/assets/img/pc/mode/gz-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(5) span:nth-child(1){
    background: url(/assets/img/pc/mode/hl-icon.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(5):hover span:nth-child(1),
.left-mode li:nth-child(5).on span:nth-child(1){
    background: url(/assets/img/pc/mode/hl-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(6) span:nth-child(1){
    background: url(/assets/img/pc/mode/sh-icon.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(6):hover span:nth-child(1),
.left-mode li:nth-child(6).on span:nth-child(1){
    background: url(/assets/img/pc/mode/sh-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(7) span:nth-child(1){
    background: url(/assets/img/pc/mode/tx-icon.png) center center no-repeat;
    background-size: contain;
}

.left-mode li:nth-child(7):hover span:nth-child(1),
.left-mode li:nth-child(7).on span:nth-child(1){
    background: url(/assets/img/pc/mode/tx-icon-hl.png) center center no-repeat;
    background-size: contain;
}

.left-mode li.on{
    color: #fff;
    background-color: #b39273;
}

.inner-title-box{
    border-bottom: 1px solid #ebebeb;
}

.inner-title-box span:nth-child(1){
    display: inline-block;
    line-height: 80px;
    border-bottom: 2px solid #a88462;
}

.inner-list-box{
    padding-top: 15px;
}


.right-mode{
    width: 100%;
    min-height: 835px;
    background-color: white;
    display: inline-block;
    position: relative;
}

.right-mode li{
    width: 100%;
    min-height: 100%;
    display: none;
}

.right-mode li.on{
    display: block;
}

.content{
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
}

.content-list li span:nth-child(2){
    margin-left: 0px ;
}

.title{
    color: #b39273;
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.content{
    color: #1a1a1a;
    font-size: 16px;
    line-height: 24px;
}

.mode-img{
    /* position: absolute;
    bottom: 50px;
    left: 70px; */
    max-width: 100%;
    display: block;
    margin: 40px auto;
}

.changeMode {
    font-size: 0.24rem;
    line-height: 0.24rem;
    vertical-align: top;
    display: inline-block;
    line-height: 0.4rem;
    padding: 0.1rem 0.4rem 0.1rem 0.2rem;
    text-align: center;
    border-radius: 6px;
    background-color: rgb(250, 250, 250);
    margin-top: -0.1rem;
    position: absolute;
    color: #1f1c1c;
    z-index: 1;
    right: 0rem;
    top: 0.58rem;
    text-align: center;
    border: 1px solid #ebebeb;
    cursor: pointer;
    display: none;

}

.changeMode::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border-left: 0.10rem solid transparent;
    border-right: 0.10rem solid transparent;
    border-top: 0.10rem solid #fff;
    right: 0.1rem;
    top: 0.25rem;
}

@media screen and (max-width: 1080px) {
    .left-mode li{
        height: 1.0rem;
        line-height: 1.0rem;
        font-size: 0.24rem;
        font-size: 18px;
    }
    .left-mode li span:nth-child(1){
        margin-top: 0.3rem;
        margin-right: 0.1rem;
    }
    .inner-left {
        display: block;
        position: absolute;
        z-index: 10;
        background-color: white;
        transition: 0.3s;
        right: -370px;
        top: 1.10rem;
    }
    
    .inner-left.show{
        right: 0;
        width: 30%;
        height: auto;
    }
    
    .inner-left.show li,
    .inner-left.show .left-mode{
        width: 100%;
    }

    .changeMode{
        display: block;
        background-color: #a98664;
        color: white;
    }
}

@media screen and (max-width: 750px) {
    .inner-list-box {
        padding: 0px 0px;
        background-color: rgba(0, 0, 0, 0);
    }

    .inner-title span {
        line-height: 0.8rem;
        border-bottom: 0.02rem solid #a88462;
        display: inline-block;
    }

    .right-mode{
        background-color: rgba(0, 0, 0, 0);
    }
}