*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-family: "hanyiqihei";
}
body{
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
}
.container{
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
header{
    width: 100%;
    height: 60px;
    /*background-color: rgba(215, 177, 128, 0.5);*/
    background-image: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.20) 100%);
    filter: blur(6);
    position: absolute;
    z-index: 9999;
}
header div{
    /* width: calc(100% - 160px); */
    max-width: calc(1440px - 160px);
    margin: 0 auto;
    height: 60px;
    display: flex;
    display: -webkit-flex; /* Safari */
    justify-content: space-between;
}
header div .logo-box{
    height: 60px;
    width: auto;
}
header div .logo-box .logo-menu{
    display: none;
}
header div .logo-box .logo {
    margin-top: 17px;
    width: 150px;
    height: 26px;
    cursor: pointer;
}
header div .nav{
    list-style: none;
    flex-grow: 1;
}
header div .nav li{
    /* height: 60px; */
    margin-left: 30px;
    line-height: 60px;
    display: inline-block;
}
header div .nav li a{
    font-size: 14px;
    color: white;
    display: block;
    height: 40px;
}
header div .nav li a:hover{
    border-bottom: 1px solid white;
}
.tool-ul{
    list-style: none;
}
.tool-ul li{
    display: inline-block;
    margin-left: 30px;
}
.tool-img{
    display: block;
    width: 24px;
    height: 24px;
    margin-top: 18px;
}
.search-box{
    display: flex;
    width: 250px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(133, 83, 83, 0.2);
    transform: translateY(-7px);
}
.search-box input{
    display: block;
    width: calc(100% - 70px);
    height: 100%;
    outline: none;
    font-size: 14px;
    color: white;
    background-color: transparent;
    margin-left: 15px;
}
.search-box img {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(./../images/search.png);
    background-size: 100%;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
}
.language a{
    color: white;
    font-size: 14px;
    display: inline-block;
    transform: translateY(-7px);
}
.language > img{
    width: 15px;
    height: 15px;
    transform: translateY(-5px);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: white;
    opacity: 0.6;
    font-size: 14px;
}
.content-box{
    position: relative;
    /* width: calc(100% - 160px); */
    max-width: calc(1440px - 160px);
    padding-left: 80px;
    padding-right: 80px;
    margin: 0 auto;
    overflow: hidden;
}
#_banner{
    width: 100%;
    height: 320px;
    background-image: url("./../images/result-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#_banner > .desc{
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 120px;
}
#_banner > .desc > p{
    color: white;
    font-family: "tencent";
}
#_banner > .desc > p:nth-child(1) {
    font-size: 48px;
    color: #FFFFFF;
}
footer{
    width: 100%;
    height: 298px;
    background-color: #D7B180;
}
.footer-menu-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.footer-menu-box > div > .title{
    color: white;
    font-size: 18px;
}
.footer-menu-box > div > a{
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-info{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-remark{
    color: white;
    font-size: 28px;
}
.footer-menu-box > div > .site-logo{
    width: 188px;
    height: 33px;
    margin-top: 15px;
}
.footer-menu-box > .logo-box{
    text-align: right;
}
.footer-menu-box > div > .follow{
    text-align: right;
    margin-top: 15px;
}
.footer-menu-box > div > .follow > img{
    width: 24px;
    height: 24px;
}
footer > .site-copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}footer{
     width: 100%;
     height: 298px;
     background-color: #D7B180;
 }
.footer-menu-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    margin-top: 80px;
}
.footer-menu-box > div > .title{
    color: white;
    font-size: 18px;
}
.footer-menu-box > div > a{
    display: block;
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-info{
    color: white;
    font-size: 14px;
    margin-top: 15px;
}
.footer-menu-box > div > .site-remark{
    color: white;
    font-size: 28px;
    font-family: "tencent";
}
.footer-menu-box > div > .site-logo{
    width: 188px;
    height: 33px;
    margin-top: 15px;
}
.footer-menu-box > .logo-box{
    text-align: right;
}
.footer-menu-box > div > .follow{
    text-align: right;
    margin-top: 15px;
}
.footer-menu-box > div > .follow > img{
    width: 24px;
    height: 24px;
}
footer > .site-copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
}
.content-box > .box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
}
.content-box > .box > .left{
    width: calc(290px - 48px);
    height: auto;
    background: #FFFFFF;
    padding: 24px;
}
.content-box > .box > .right{
    width: calc(100% - 30px - 290px);
    height: auto;
    margin-left: 30px;
}
.country-box{
    width: 100%;
    height: auto;
    padding-top: 15px;
}
.country-box > .title{
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    display: flex;
}
.country-box > .title > img{
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}
.country-box > .title > span{
    display: block;
    width: calc(100% - 16px);
    height: 24px;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    text-align: left;
    line-height: 17px;
}
.country-box > .area-list{
    width: 100%;
    height: auto;
    display: none;
}
.country-box > .area-list > .parent{
    width: 100%;
    min-height: 38px;
    background: #FFFFFF;
    display: flex;
}
.country-box > .area-list > .parent > span{
    display: block;
    width: calc(100% - 32px - 10px);
    height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.60);
    text-align: left;
    line-height: 17px;
    margin-left: 10px;
}
.country-box > .area-list > .parent > img{
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}
.country-box > .area-list > .son{
    padding-left: 26px;
    width: calc(100% - 26px);
    height: auto;
    display: none;
}
.country-box > .area-list > .son > .country{
    width: 100%;
    height: 38px;
    display: flex;
}
.country-box > .area-list > .son > .country > span{
    display: block;
    width: calc(100% - 32px - 10px);
    height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.60);
    text-align: left;
    line-height: 17px;
    margin-left: 10px;
}
.country-box > .area-list > .son > .country > img{
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

/*类别*/
.country-box > .area-list > .category{
    width: 100%;
    height: auto;
}
.country-box > .area-list > .category > .country{
    width: 100%;
    height: 38px;
    display: flex;
}
.country-box > .area-list > .category > .country > span{
    display: block;
    width: calc(100% - 32px - 10px);
    height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.60);
    text-align: left;
    line-height: 17px;
    margin-left: 10px;
}
.country-box > .area-list > .category > .country > img{
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.checkbox-wrap{
    width: 16px;
    height: 16px;
    position: relative;
}
.checkbox-wrap input{
    width: 16px;
    height: 16px;
    display: none;
}
.checkbox-wrap label{
    width: 16px;
    height: 16px;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #707070;
}
/*.checkbox-wrap input:checked+label{*/
/*    content: url("./../images/Ok.png");*/
/*    background-color: #C18E55;*/
/*    border: none;*/
/*}*/
#country-list .is-checked{
    content: url("./../images/no-checked.png");
    border: none;
}
.is-checked {
    content: url("./../images/Ok.png");
    background-color: #C18E55;
    border: none;
}
.no-checked{
    border: 1px solid #707070;
}
.box > .right > .title{
    width: 100%;
    height: 24px;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 15px;
}
.box > .right > .title > a{
    display: none;
}
.box-content{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.box-content > .post-box-3{
    width: 298px;
    min-height: calc(387px + 16px + 26px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.box-content > .post-box-3 > div{
    width: 100%;
    height: 387px;
    object-fit: fill;
}
.box-content > .post-box-3 > div > img{
    width: 100%;
    height: 100%;
}
.box-content > .post-box-3 > div > .zhezhao{
    width: 100%;
    height: 387px;
    background-color: rgba(193,142,85,0.8);
    position: relative;
    top: -392px;
    display: none;
}
.box-content > .post-box-3 > div > .zhezhao > p{
    width: 250px;
    height: 198px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    z-index: 1111;
    position: relative;
    top: 165px;
    left: 24px;
    text-align:justify;
    overflow: hidden;
}
.box-content > .post-box-3 > p{
    width: 100%;
    min-height: 26px;
    max-height: 52px;
    line-height: 26px;
    margin-top: 16px;
    overflow: hidden;
}
.box-content > .post-box-3 > p > a{
    font-weight: 500;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
}
.box-content > .post-box-3 > div > .category{
    width: 100px;
    height: 28px;
    background: #D7B180;
    position: relative;
    top: -33px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: flex;
    text-align: center;
    line-height: 28px;
}
.box-content > .post-box-3 > div > .category > img{
    width: 24px;
    height: 24px;
    margin-left: 8px;
}
.box-content > .post-box-3 > p > a:hover{
    color: #C18E55;
}
.box-content > .post-box-1{
    width: 298px;
    height: 220px;
    background: #FFFFFF;
    margin-right: 20px;
    margin-bottom: 20px;
}
.box-content > .post-box-1:hover{
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}

.box-content > .post-box-1 > .category{
    width: 100px;
    height: 28px;
    background: #D7B180;
    position: relative;
    top: 0;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.box-content > .post-box-1 > .category > img{
    width: 11.81px;
    height: 16.14px;
}
.box-content > .post-box-1 > .post-info{
    width: calc(100% - 48px);
    margin: 24px;
}
.box-content > .post-box-1 > .post-info > .date{
    width: 197px;
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 22px;
}
.box-content > .post-box-1 > .post-info > .title{
    width: 100%;
    height: 52px;
    font-weight: 500;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 16px;
}
.box-content > .post-box-1 > .post-info > .title > a{
    font-weight: 500;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 26px;
}
.box-content > .post-box-1 > .post-info > .title > a:hover{
    color: #C18E55;
}
.box-content > .post-box-1 > .post-info > .author{
    width: 193.98px;
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 42px;
}
.box-content > .post-box{
    width: 298px;
    /*width: 25%;*/
    height: 334px;
    /*background-color: red;*/
    margin-right: 20px;
    margin-bottom: 20px;
}
.box-content > .post-box:hover{
    box-shadow: 0 4px 12px 8px rgba(0,0,0,0.03);
}
.box-content > .post-box > .post-img{
    width: 298px;
    height: 168px;
}
.box-content > .post-box > .post-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-content > .post-box > .post-img > span{
    display: flex;
    width: 100px;
    height: 28px;
    background: #D7B180;
    position: relative;
    top: -33px;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}
.box-content > .post-box > .post-img > span > img{
    width: 24px;
    height: 24px;
    border: 0;
    padding-top: 2px;
    display: block;
    margin-left: 5px;
}
.box-content > .post-box > .post-desc{
    width: calc(100% - 48px);
    padding: 24px;
    height: calc(100% - 168px - 48px);
    background: #FFFFFF;
}
.box-content > .post-box > .post-desc > p:nth-child(1){
    width: 100%;
    height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 22px;
}
.box-content > .post-box > .post-desc > p:nth-child(2){
    width: 100%;
    height: 52px;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
}
.box-content > .post-box > .post-desc > p > a{
    color: rgba(0,0,0,0.80);
    font-weight: 500;
}
.box-content > .post-box > .post-desc > p > a:hover{
    color: #C18E55;
}
.box-content > .post-box > .post-desc > p:nth-child(3){
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 15px;
}
.box-content > .zjgd-box{
    width: 298px;
    height: 220px;
    background: #FFFFFF;
}
.box-content > .zjgd-box > .category{
    width: 100px;
    height: 28px;
    background: #D7B180;
    line-height: 28px;
    display: flex;
}
.box-content > .zjgd-box > .category > img{
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 5px;
    margin-top: 2px;
}
.box-content > .zjgd-box > .category > span{
    width: 56px;
    height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.box-content > .zjgd-box > .post-desc{
    width: calc(100% - 48px);
    height: calc(100% - 28px - 48px);
    padding: 24px;
}
.box-content > .zjgd-box > .post-desc > p:nth-child(1){
    width: 100%;
    height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 22px;
}
.box-content > .zjgd-box > .post-desc > p:nth-child(2){
    width: 100%;
    height: 52px;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 26px;
    overflow: hidden;
    margin-top: 16px;
}
.box-content > .zjgd-box > .post-desc > p:nth-child(3){
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 42px;
}
.box-content > .book-box{
    width: 298px;
    height: calc(387px + 15px + 26px);
}
.box-content > .book-box > .book-desc{
    width: 100%;
    height: 387px;
}
.box-content > .book-box > .book-desc > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.box-content > .book-box > .book-desc > .category{
    width: 100px;
    height: 28px;
    background: #D7B180;
    line-height: 28px;
    display: flex;
    position: relative;
    /*position: absolute;*/
    top: -33px;
}
.box-content > .book-box > .book-desc > .category > img{
    width: 24px;
    height: 24px;
    display: block;
    margin-left: 5px;
    margin-top: 2px;
}
.box-content > .book-box > .book-desc > .category > span{
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.box-content > .book-box > .title{
    width: 298px;
    height: 26px;
    font-size: 18px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 15px;
}
.box > .right > .page-box{
    width: 100%;
    height: 32px;
    margin-top: 30px;
}
.box > .right > .page-box > ul{
    display: flex;
    justify-content: right;
    list-style: none;
}
.box > .right > .page-box > ul > li {
    width: 32px;
    height: 32px;
    background-color: white;
    border-radius: 2px;
    margin-left: 8px;
    line-height: 32px;
    text-align: center;
}
.page-box > ul > li > a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    /*color: #FFFFFF;*/
    color: black;
}
.page-box > ul > .active > a{
    color: #FFFFFF;
    background: #D7B180;
}
.nav-bar{
    width: 100%;
    height: 72px;
    background: #FFFFFF;
    box-shadow: inset 0 1px 0 0 #ABABAB;
}
.nav-bar > ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
.nav-bar > ul > li{
    width: 100px;
    height: 100%;
    text-align: center;
    line-height: 72px;
}
.nav-bar > ul > li > a{
    font-size: 16px;
    color: rgba(0,0,0,0.80);
}
.nav-bar > ul > li > a:hover{
    color: #C18E55;
}
.nav-bar > ul > .active{
    border-bottom: 2px solid #C18E55;
}
.nav-bar > ul > .active > a{
    color: #C18E55;
}
.shaixuan{
    width: 100%;
    height: auto;
}
.shaixuan > .title{
    width: 64px;
    height: 24px;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 24px;
}
.shaixuan > .tags{
    width: 100%;
    height: auto;
    padding-top: 15px;
}
.shaixuan > .tags > p{
    display: inline-block;
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    /*background-color: red;*/
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.shaixuan > .tags > p .tag-close{
    content: url("./../images/tag_close.png");
    width: 16px;
    height: 16px;
    margin-left: 10px;
    transform: translateY(3px);
}
.shaixuan > .tags > p > span{
    width: 28px;
    height: 20px;
    font-size: 14px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
}
.mobile-shaixuan-box{
    display: none;
}
/* 适配 Ipad Pro 及以下 */
@media screen and (max-width: 1366px) {
    header div .logo-box .logo-menu {
        display: block;
        width: 24px;
        height: 24px;
        float: right;
        margin-top: 15px;
        margin-right: 15px;
    }

    header div .logo-box .logo {
        margin-left: 15px;
        height: 24px;
        /* content: url(./../images/logo_yellow.png); */
        margin-top: 15px;
    }

    header div .logo-box {
        width: 100%;
        /* border-bottom: 1px solid #FDFDFD; */
    }

    header div {
        width: 100%;
        margin: 0;
        height: 60px;
        display: block;
        /* background-color: white; */
    }

    header div .nav {
        position: relative;
        z-index: 999;
        /* background-color: white; */
    }

    header div .nav li {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    header div .nav li a {
        color: black;
    }

    .search-box, .tool-ul {
        width: 100%;

    }

    header div .nav,
    header div .tool-ul{
        display: none;
    }

    .search-box{
        margin-top: 25px;
        display: flex;
        width: 85%;
        height: 40px;
        border-radius: 20px;
        /*background-color: rgba(199,157,110, 1);*/
        background-color: #F7F7F7;
        transform: translateY(-7px);
    }

    .search-box input{
        display: block;
        width: calc(100% - 70px);
        height: 100%;
        outline: none;
        font-size: 14px;
        color: rgba(0,0,0,0.40);
        background-color: transparent;
        margin-left: 15px;
    }
    .search-box input::placeholder{
        color: rgba(0,0,0,0.40);
    }
    .content-box{
        width: calc(100% - 32px);
        margin: 0 auto;
        padding: 0;
    }
    footer {
        height: 555px;
    }

    .footer-menu-box {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .footer-menu-box > .service,
    .footer-menu-box > .law {
        width: 50%;
        order: 2;
    }

    .footer-menu-box > .logo-box {
        order: 3;
    }

    .footer-menu-box > div {
        width: 100%;
        margin-bottom: 30px;
        border-bottom: 1px solid white;
        padding-bottom: 30px;
    }

    .footer-menu-box > div > a {
        margin-top: 10px;
    }

    .footer-menu-box > .logo-box,
    .footer-menu-box > .logo-box > .follow {
        border-bottom: none;
        text-align: center;
    }

    .site-copyright {
        display: none;
    }
    .content-box > .box{
        display: block;
    }
    .content-box > .box > .left{
        width: 100%;
        display: none;
    }
    .content-box > .box > .right{
        width: 100%;
        margin: 0;
    }
    .box > .right > .page-box > ul{
        justify-content: center;
    }
    .content-box > .box > .right > .box-content,
    .content-box > .box > .right > .box-content > .post-box,
    .content-box > .box > .right > .box-content > .post-box > .post-img
    {
        width: 100%;
        margin-right: 0;
    }
    .box-content > .post-box-1 > .post-info > .title > a,
    .box-content > .post-box > .post-desc > p > a{
        font-size: 16px;
    }
    .box-content > .post-box-1{
        width: 100%;
        margin-right: 0px;
    }
    .box-content > .post-box-3{
        width: calc(50% - 7.5px);
        height: auto;
        min-height: auto;
        margin-right: 7.5px;
        margin-bottom: 15px;
    }
    .box-content > .post-box-3 > p > a{
        font-weight: 500;
        font-size: 16px;
        color: rgba(0,0,0,0.80);
        letter-spacing: 0;
        line-height: 24px;
    }
    .box-content > .post-box-3 > div {
        height: 213px;
    }
    .box-content > .post-box-3 > div > img {
        width: 164px;
        height: 213px;
    }
    .box > .right > .title > a{
        display: inline-block;
        width: 56px;
        height: 22px;
        font-weight: 400;
        font-size: 14px;
        color: #C18E55;
        letter-spacing: 0;
        line-height: 22px;
        float: right;
    }
    .mobile-shaixuan-box{
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999999999;
        background-color: #F7F7F7;
    }
    .mobile-shaixuan-box > .mobile-nav{
        width: 100%;
        height: 56px;
        background: #FFFFFF;
        line-height: 56px;
        display: flex;
        justify-content: flex-start;
    }
    .mobile-shaixuan-box > .mobile-nav > img{
        display: block;
        width: 24px;
        height: 24px;
        transform: scaleX(-1) rotate(-180deg);
        margin-top: 15px;
        margin-left: 16px;
    }
    .mobile-shaixuan-box > .mobile-nav > span{
        width: 144px;
        height: 22px;
        font-weight: 400;
        font-size: 16px;
        color: #C18E55;
        letter-spacing: 0;
    }
    .mobile-shaixuan-box > .mobile-category{
        width: calc(100% - 32px);
        margin: 0 auto;
        height: auto;
        background: #FFFFFF;
        margin-top: 16px;
    }
    .mobile-shaixuan-box > .mobile-category > .title{
        width: calc(100% - 24px);
        height: 64px;
        background: #FFFFFF;
        font-weight: 500;
        font-size: 16px;
        color: rgba(0,0,0,0.80);
        letter-spacing: 0;
        line-height: 64px;
        padding-left: 24px;
    }
    .mobile-shaixuan-box > .mobile-category > .category-box{
        width: calc(100% - 48px);
        height: auto;
        margin: 0 auto;
    }
    .mobile-shaixuan-box > .mobile-category > .category-box > .country{
        width: 100%;
        height: 38px;
        display: flex;
    }
    .mobile-shaixuan-box > .mobile-category > .category-box > .country > span{
        display: block;
        width: calc(100% - 32px - 10px);
        height: 22px;
        font-size: 14px;
        color: rgba(0,0,0,0.60);
        text-align: left;
        line-height: 17px;
        margin-left: 10px;
    }
    .content-box > .box > .left {
        width: 100%;
        display: block;
        background: none;
        padding: 0;
    }
    .content-box > .box > .left > .shaixuan > .title {
        display: none;
    }
    .content-box > .box > .left > .country-box{
        display: none;
    }
    .shaixuan > .tags{
        padding-top: 0px;
    }
    .shaixuan > .tags > p{
        margin-right: 8px;
    }
    .content-box > .box {
        padding-top: 20px;
    }
}