*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    border: none;
    font-family: "hanyiqihei";
}
.container{
    /* max-width: 1440px; */
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
body{
    width: 100%;
    height: auto;
    background-color: #F7F7F7;
}
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;
    display: block;
    color: white;
    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/gjzc-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;
    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;
}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;
}

.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: 34px;
}
.content-box > .box > .right{
    width: calc(100% - 30px - 290px);
    height: auto;
    margin-left: 30px;
}
.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;
    border: 1px solid #E7E7E7;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 8px;
}
.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;
}
.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;*/
/*}*/

.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 > .post-list-box{
    background-color: white;
    width: calc(100% - 60px);
    height: auto;
    padding: 30px;
}
.box > .right > .post-list-box > .post-list{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.box > .right > .post-list-box > .post-list > a{
    display: block;
    width: 100%;
    max-height: 48px;
    font-size: 16px;
    color: rgba(0,0,0,0.80);
    letter-spacing: 0;
    line-height: 24px;
    overflow: hidden;
}
.box > .right > .post-list-box > .post-list > a:hover{
    color: #C18E55;
}
.box > .right > .post-list-box > .post-list > p{
    display: block;
    width: 100%;
    height: 22px;
    font-size: 14px;
    color: rgba(0,0,0,0.40);
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 4px;
}
.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;
}
.box > .right > .title > a{
    display: none;
}
.content-box > .box > .left > .mobile-nav{
    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: white;
        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%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999999;
        background-color: #F7F7F7;
        padding: 0px;
        display: none;
    }
    .content-box > .box > .left > .mobile-nav{
        width: 100%;
        height: 56px;
        background: #FFFFFF;
        line-height: 56px;
        display: flex;
        justify-content: flex-start;
    }
    .content-box > .box > .left > .mobile-nav > img{
        display: block;
        width: 24px;
        height: 24px;
        transform: scaleX(-1) rotate(-180deg);
        margin-top: 15px;
        margin-left: 16px;
    }
    .content-box > .box > .left > .mobile-nav > span{
        width: 144px;
        height: 22px;
        font-weight: 400;
        font-size: 16px;
        color: #C18E55;
        letter-spacing: 0;
    }
    .shaixuan {
        width: calc(100% - 32px - 32px);
        margin: 16px auto;
        padding: 16px;
        background-color: #FFFFFF;
    }
    .country-box{
        width: calc(100% - 32px - 32px);
        margin: 16px auto;
        padding: 16px;
        background-color: #FFFFFF;
    }
    .content-box > .box > .right{
        width: 100%;
        margin: 0;
    }
    .box > .right > .page-box > ul{
        justify-content: center;
    }
    .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;
    }

}