
*{
    margin: 0px;
    padding:0px;
}
html{font-size:14px;}
body{
    font:14px Microsoft Yahei,sans-serif,PingFangSC-Regular,Tahoma,helvetica,Segoe UI !important;
    color:#333;
    box-sizing: border-box;
}
ul,ol,dl{
    list-style: none;
}
i{
    font-style: normal;
}
a{
    color:#333;
    text-decoration: none;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
    cursor: pointer;
}

:root{
   --theme:#843011;  /* 主题颜色 */
   --theme2:#dfc2b7; 
}

/* 隐藏调试工具 */
#think_page_trace_open{
    display: none !important;
}

/* 主体宽度 */
.body{
    width:100%;
    max-width:1620px;
    margin:0 auto;
    padding:0 30px;
    box-sizing: border-box;
}

/* 顶部bar */
.topBar{
    background: #f8f9fa;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    display: flex;
}
.topBar .body{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topBar .e{
    cursor: pointer;
}
.topBar .left{
    display: flex;
}
.topBar .left .slogan{
    margin-right: 20px;
}
.topBar .left .link .e{
    color:var(--theme);
}
.topBar .left .link .e:hover,.topBar .right .link .e:hover{
    text-decoration: underline;
    color:var(--theme);
}
.topBar .left .link .e::after,.topBar .right .link .e::after{
    content: '';
    display: inline-block;
    width:1px;
    height: 12px;
    background-color: #666;
    margin:0 11px 0 10px;
    position: relative;
    top:2px;
}
.topBar .left .link .e:last-child::after,.topBar .right .link .e:last-child::after{
    display: none;
}
.topBar .loginStatus .isLogin{
    display: none;
}


/* 头 */
.header-main{
    width:100%;
    z-index: 99;
    height: 145px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left{
    display: flex;
    align-items: center;
    width:100%;
}
.header-left{
    display: flex;
    align-items: center;
    width:70%;
}
.header-left .logo{
    margin-right: 15%;
}
.header-left .logo img{
    width:180px;
}
.header-left .search{
    max-width:480px;
    width: 100%;
    position: relative;
    top:-10px;
}
.header-left .topSearchBar form{
    display: flex;
    align-items: center;
}
.header-left .topSearchBar .clear{
    flex-shrink: 0;
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    border-radius: 5px;
    margin-left:10px;
    background-color: #fafafa;
    color:#666;
    border:1px solid #eee;
}
.header-left .topSearchBar .clear:hover{
    background-color: #eee;
    border-color: #ccc;
    color:#333;
}
.header-left .topSearchBar .tags{
    display: flex;
}
.header-left .topSearchBar .tags a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 18px;
}
.header-left .topSearchBar .tags a:hover{
    text-decoration: underline;
}
.header-left .topSearchBar .tags a:first-child{
    color:#843011;
}

.searchOptions{
    background-color: #fff;;
    position: absolute;
    z-index: 99;
    width:100%;
    left:0;
    top:90px;
    border:1px solid #bb6d50;
    box-sizing: border-box;
    padding:0px 10px 10px 10px;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out; -webkit-transition: .2s ease-in-out; -moz-transition: .2s ease-in-out; -o-transition: .2s ease-in-out;
}
.searchOptions.active{
    visibility: visible;
    top:80px;
    opacity: 1;
}
.searchOptions .top{
    height: 40px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:5px;
}
.searchOptions .top .tip{
    color:var(--theme);
}
.searchOptions .top .close{
    color:var(--theme);
    width:32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.searchOptions .top .close:hover{
    background-color: #fafafa;
}
.searchOptions .top .noshow{
    background-color: #eee;
    font-size:12px;
    color:#999;
    cursor: pointer;
    padding: 3px 5px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.searchOptions .top .noshow:hover{
    background-color: #fafafa;
    color:#843011;
}
.searchOptions ul{
    display: flex;
    flex-wrap: wrap;
}
.searchOptions ul li{
    width:20%;
    padding:3px 5px;
    box-sizing: border-box;
    color:#777;
}
.searchOptions ul li span{
    cursor: pointer;
    padding:2px 5px;
    border-radius: 5px;
    font-size:13px;
}
.searchOptions ul li span:hover{
    color:var(--theme2);
}
.searchOptions ul li span.on{
    background-color: var(--theme);
    color:#fff;
}



.header-left .topSearchBar .reset{
    margin-left:15px;
    flex-shrink: 0;
    height: 43px;
    padding:0 10px;
    border:1px solid #eee;
    background-color: #fafafa;
    color:#666;
    border-radius: 5px;
    cursor: pointer;
}
.header-left .topSearchBar .reset:hover{
    background-color: #eee;
    color:#333;
}

.header-left .searchBar{
    background-color: #F2F3F4;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius:5px;
}
.header-left .searchBar .title{
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding:0 15px;
}
.header-left .searchBar .title .iconfont{
    font-size:20px;
    margin-right: 2px;
}
.header-left .searchBar input{
    width:100%;
    height: 32px;
    background-color: rgba(0, 0, 0, 0);
    border:none;
    outline: none;
    padding:0 10px;
    font-size:15px;
    font-family: Microsoft Yahei;
}
.header-left .searchBar .btn button{
    height: 45px;
    width:45px;
    border:none;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    cursor: pointer;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.header-left .searchBar .btn button .iconfont{
    font-size:24px;
    color:var(--theme);
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.header-left .searchBar .btn button:hover{
    background-color: var(--theme);
    color:#fff;
}
.header-left .searchBar .btn button:hover .iconfont{
    color:#fff;
}

.header-right{
    flex-shrink: 0;
    display: flex;
}
.header-right .tell{
    display:flex;
    align-items: center;
}
.header-right .tell .icon{
    margin-right: 10px;
}
.header-right .tell .num{
    color:var(--theme);
    font-size: 23px;
    font-weight: 700;
    font-family: sans-serif;
    display: block;
    line-height: 1;
}
.header-right .tell .title{
    color:#7E7E7E;
    font-size:12px;
}

.header-right .xcx{
    margin-left:35px;
}
.header-right .xcx .imgbox{
    width:100px;
    height:100px;
    border:1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
}
.header-right .xcx .imgbox img{
    width:100px;
    height:100px;
    display: block;
}
.header-right .xcx .title{
    text-align: center;
    color:#999;
    font-size:12px;
    margin-top: 4px;
}

/* 导行栏 */
.topNav{
    border-top:1px solid #ececec;
    border-bottom: 1px solid #ececec;
    height: 70px;
    position: sticky;
    top:0;
    z-index: 98;
    background-color:#fff;
}
.topNav .body{
    height: 70px;
    display: flex;
    align-items: center;
}
.topNav .classify{
    background-color: var(--theme);
    height: 44px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    color:#fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
    position: relative;
    z-index: 99;
    margin-right: 15px;;
}
.topNav .classify:hover{
    background-color: #29A56C;
}
.topNav .classify .icon-classify{
    font-size:20px;
}
.topNav .classify .title{
    font-weight: 700;
    font-family: sans-serif;
    padding:0 8px 0 5px;
}
.topNav .classify .arrow{
    font-size: 14px;
    position: relative;
    top:2px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
}
.topNav .classify .list{
    position: absolute;
    left: 0px;
    top: 50px;
    left: 0;
    z-index: 99;
    margin: 0;
    padding: 25px;
    background: #fff;
    border: 1px solid #dfc2b7;
    border-radius: 10px;
    font-size: 16px;
    min-width: 270px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
}
.topNav .classify .list ul li{
    width:50%;
    float:left;
}
.topNav .classify .list ul li a{
    display: block;
    border-radius: 5px;
    border: 1px solid #F2F3F4;
    padding:15px;
    margin:5px;
    font-size:15px;
    font-weight: 700;
    font-family: sans-serif;
    color:#333;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
}
.topNav .classify .list ul li a:hover{
    border: 1px solid #dfc2b7;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    color:var(--theme);
}
.topNav .classify.active .list{
    visibility: visible;
    opacity: 1;
     top: 66px;
}
.topNav .classify.active .arrow{
    transform: rotate(180deg); /
}
.topNav .nav{
    display: flex;
}
.topNav .nav a{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: rgb(37, 61, 78);
    font-family:  sans-serif;
    display: block;
    margin:0 18px;
}
.topNav .nav a:hover{
    color:var(--theme);
}
.topNav .nav a.on{
    color:var(--theme);
}

/* 底部 */
.footer{
    border-top:1px solid #f2f4f7;
}
.footer .body{
    display: flex;
    justify-content: space-between;
    padding-top:40px;
    padding-bottom:40px;
}
.footer .item .title{
    font-size: sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin:15px 0 15px 0;
}
.footer .item ul li{
    margin:12px 0;
}
.footer .item li a{
    color:#7f7f7f;
    text-decoration: 0px;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
    font-size:13px;
}
.footer .item li a:hover{
    color: var(--theme);
    text-decoration: 5px;
}
.footer-left .logo{
    margin-bottom: 20px;
}
.footer-left .slogan{
    font-size:17px;
    color: #253D4E;
    margin:10px 0;
}
.footer-left ul li{
    color:#7f7f7f;
}
.footer-right .ad{
    font-size: 15px;
    color: #253D4E;
    margin:15px 0;
}
.footer-right .icon{
    margin-bottom: 15px;
}
.footer-right .icp a{
    color: #7f7f7f;
}

/* 返回顶部 */
#pageGoTop{
    position: fixed;
    bottom:100px;
    right:30px;
    border:2px solid #333;
    width:35px;
    height: 35px;
    display: flex;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: .3s ease-out; -webkit-transition: .3s ease-out; -moz-transition: .3s ease-out; -o-transition: .3s ease-out;
    cursor: pointer;
    opacity:0;
    visibility: hidden;
    transform:scale(1.2); 
}
#pageGoTop .iconfont{
    font-size:22px;
}
#pageGoTop.active{
    visibility:visible;
    opacity:0.9;
    transform:scale(1);
}
#pageGoTop:hover{
    opacity: 1;
    transform:scale(1.1); 
}





/* layui分页 */
.layui_page{
    display: flex;
    width:100%;
    margin:30px 0;
}
.layui_page .layui-laypage a,.layui_page .layui-laypage span{
    height: 35px;
    line-height: 35px;
    font-size:14px;
}
.layui_page .layui-laypage a:hover,.layui_page .layui-laypage span:hover{
    color:#FF5722;
}

/* 通用分页 */
.common_page{
    margin:-5px;
    display: flex;
    width:100%;
    align-items: center;
}
.common_page.aligin-right{
    justify-content: flex-end;
}
.common_page.aligin-center{
    justify-content: center;
}
.common_page ul.pagination{
    display: flex;
}
.common_page ul.pagination li{
    margin:4px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    border:1px solid #fff;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
}
.common_page ul.pagination li:hover{
    border:1px solid var(--theme) !important;
}
.common_page ul.pagination li.active span{
    color:#fff;
    background-color: var(--theme) !important;
}
.common_page ul.pagination li.disabled{
    background-color: #f5f5f5;
    border:1px solid #f5f5f5;
}
.common_page ul.pagination li a,.common_page ul.pagination li span{
    display: block;
    height: 32px;
    width:32px;
    line-height: 32px;
    text-align: center;
    background-color: #fafafa;
}


/* 手机端头部 */
.m-header{
    display: none;
    height: 50px;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top:0;
    background-color: #fff;
    z-index: 999;
    padding:0 10px;
}
.m-header .logo a{
    display: block;
}
.m-header .logo a img{
    display: block;
    height: 32px;
}
.m-header .barIcon{
    width:32px;
    height:25px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.m-header .barIcon .i{
    height: 3px;
    background-color:#999;
    border-radius: 3px;
    transition: .2s ease; -webkit-transition: .2s ease; -moz-transition: .2s ease; -o-transition: .2s ease;
}
.m-header .barIcon.active .i1{
    transform-origin: 0% 50%;
    transform: rotate(45deg);
}
.m-header .barIcon.active .i2{
    opacity: 0;
}
.m-header .barIcon.active .i3{
     transform-origin: 0% 50%;
    transform: rotate(-45deg)
}
.m-nav{
    position: fixed;
    height: 100%;
    width:70%;
    right:-100%;
    top:0px;
    background-color: #fff;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out; -webkit-transition: .3s ease-in-out; -moz-transition: .3s ease-in-out; -o-transition: .3s ease-in-out;
    max-width: 360px;
}
.m-nav.active{
    right:0px;
    visibility: visible;
    opacity: 1;
}
.m-nav .top{
    display: flex;
    height: 50px;
    align-items: center;
}
.m-nav .top .text{
    width:100%;
    text-align: center;
    opacity: 0.7;
}
.m-nav .top .close{
    height: 40px;
    width:40px;
    flex-shrink: 0;
    display:flex;
    align-items: center;
    justify-content: center;
}
.m-nav-bg{
    position: fixed;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease; -webkit-transition: .2s ease; -moz-transition: .2s ease; -o-transition: .2s ease;
}
.m-nav-bg.active{
    opacity: 1;
    visibility: visible;
}
.m-nav ul li a{
    display: block;
    height: 42px;
    line-height: 42px;
    padding:0 15px;
    border-bottom:1px solid #eee;
    margin:0 10px;
    font-size:15px;
}
.m-nav ul li{
    margin:5px 0;
}
.m-nav ul li a.on{
    color: var(--theme);
    font-weight: 700;
}
.m-nav .searchBar{
    display: flex;
    background-color: #eee;
    margin:0 10px;
    height: 40px;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
.m-nav .searchBar.on{
    box-shadow: 0px 0px 0px 3px rgba(123, 48, 71, 0.3);
}
.m-nav .searchBar input{
    width:100%;
    border:none;
    height: 36px;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    padding:0 10px;
}
.m-nav .searchBar button{
    border:none;
    height: 36px;
    width:40px;
    background-color: none;
}

.m-nav .info{
    margin:10px;
    border:1px solid #eee;
    border-radius: 5px;
    padding:10px;
}
.m-nav .info .title{
    font-size:16px;
    margin-bottom: 2px;
    font-weight: 700;
    color:#333;
}
.m-nav .info p{
    line-height: 24px;
    color:#666;
}


/* 平板 */
@media screen and (min-width:750px) and (max-width:1025px){
   
}


/* 手机 */
@media screen and (min-width:0px) and (max-width:750px){
    .body{padding:0 10px;}
    .m-header{display: flex;}
    .topBar .right{display: none;}
    .header{display: none;}
    .topNav{display: none;}

    .footer .body{flex-direction: column;}
    .footer .item{display: none;}
    .footer .footer-left{display: block;}
}