html {
    background-color: #f2f2f2;
    color: #666;
}

body {
    font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, Verdana, "Microsoft Yahei";
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'iconfont';
    /* project id 1335573 */
    src: url('//at.alicdn.com/t/font_1335573_w0g8584kvo.eot');
    src: url('//at.alicdn.com/t/font_1335573_w0g8584kvo.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1335573_w0g8584kvo.woff2') format('woff2'), url('//at.alicdn.com/t/font_1335573_w0g8584kvo.woff') format('woff'), url('//at.alicdn.com/t/font_1335573_w0g8584kvo.ttf') format('truetype'), url('//at.alicdn.com/t/font_1335573_w0g8584kvo.svg#iconfont') format('svg');
}

@font-face {
    font-family: Helvetica;
    src: url(https://b.yzcdn.cn/static/app-web/font/Akrobat-Black.otf)
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.blank {
    height: 5px;
    clear: both;
}

.clear {
    clear: both;
}

.layui-container {
    padding: 0 10px;
    min-width: 1170px;
}

header {
    height: 60px;
    background: #FDFDFD;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11111;
}

content {
    display: block;
    margin-top: 60px;
}

footer {
    background: #33363C;
}

.head {
    height: 60px;
    background: #FDFDFD;
}

.head .logo {
    display: inline-block;
    background: url('../img/logo.png');
    background-size: 265px 40px;
    background-repeat: no-repeat;
    height: 40px;
    width: 265px;
    text-indent: -1000px;
    margin: 10px 0;
}

.head .topnav {
    position: absolute;
    bottom: -3px;
    right: 0;
}

.head .topnav .topnavmeta {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #000;
    opacity: 0.8;
    display: none;
}

.head .layui-nav {
    background-color: transparent;
    padding: 0;
}

.head .layui-nav .layui-nav-item {
    line-height: 60px;
}

.head .layui-nav .layui-nav-item a {
    color: #333;
    padding: 0 15px;
}

.head .layui-nav .layui-nav-item a:hover {
    /* opacity: .7; */
}

.head .layui-nav .layui-this>a {
    color: #358EEB;
}

.head .layui-nav .layui-nav-item .layui-nav-more {
    border-top-color: #333;
}

.head .layui-nav-tree .layui-nav-itemed .layui-nav-more {
    border-top-color: transparent;
}

.head .layui-nav .layui-nav-item .layui-nav-mored {
    border-color: transparent transparent #333;
}

.layui-nav-tree .layui-nav-item>a:hover {
    background: #dfdfdf;
}

.layui-nav-tree .layui-nav-itemed>a:hover {
    background: #666;
}

.layui-nav-tree .layui-this>a:hover {
    background: #009688;
}

.layui-nav-itemed>a {
    background: #666;
}

.layui-nav-tree .layui-nav-itemed .layui-nav-child a {
    color: #fff;
    background: #555;
}

.head .layui-nav-tree .layui-this>a {
    color: #fff;
}

.head .layui-nav .layui-this:after {
    height: 0px;
    background-color: #3A9BFF;
}

.head .layui-nav-bar {
    height: 0px;
    background-color: #3A9BFF;
}

.head .topmenu {
    position: absolute;
    top: 12px;
    right: 15px;
}

.head .toplogin {
    position: absolute;
    background: #fff;
    border-radius: 0 0 8px 8px;
    top: 0;
    right: 15px;
    line-height: 26px;
    padding: 0 10px;
}

.head .toplogin a,
.head .toplogin span {
    display: inline-block;
    padding: 0 5px;
}

.head .toplogin a {
    color: #296AAC;
}

.head .toplogin a:hover {
    text-decoration: underline;
}

.mainbox {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.mainbox .mainbox-title {
    height: 45px;
    border-bottom: 2px solid #ccc;
}

.mainbox .mainbox-title .maintitle {
    display: inline-block;
    /* background: #296AAC; */
    line-height: 45px;
    padding: 0 15px;
    color: #333;
    position: relative;
    font-size: 16px;
}

.mainbox .mainbox-title .maintitle .tit-bg {
    /* position: absolute;
    top: 0;
    right: -45px;
    display: block;
    width: 0;
    height: 0;
    border-bottom: 45px solid #296AAC;
    border-right: 45px solid transparent; */
}

.mainbox .mainbox-body {
    min-height: 100px;
    padding: 15px;
    overflow: hidden;
}

.indexmainpic {
    width: 100%;
    height: 400px;
}

.foot {
    color: #999;
    padding: 30px 10px;
    line-height: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer_info a {
    color: #ccc;
}

.mainbox .articlecontent {
    padding: 30px;
    min-height: 500px;
}

.mainbox .articlecontent .articletitle {
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    padding: 0 5px 5px 5px;
}

.mainbox .articlecontent .articlemeta {
    font-size: 12px;
    color: #999;
    padding: 5px;
}

.mainbox .articlecontent .articleinfo {
    line-height: 30px;
    letter-spacing: 0.2px;
    padding: 20px 5px;
}

.mainbox .articlecontent .articleinfo p {
    margin-bottom: 15px;
}

.mainbox .articlecontent .articleinfo img {
    max-width: 100%;
}

.mainbox .wenjuancontent {
    padding: 30px 50px;
    min-height: 500px;
}

.mainbox .wenjuancontent .title {
    font-size: 22px;
    text-align: center;
    color: #333;
}

.mainbox .wenjuancontent .meta {
    text-align: center;
    padding: 20px 0;
    line-height: 26px;
    color: #555;
}

.mainbox .wenjuancontent .info {
    line-height: 25px;
    letter-spacing: 0.2px;
}

.mainbox .catecontent {
    min-height: 500px;
}

.mainbox .catecontent .catebox {
    padding: 20px 10px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    display: flex;
}

.mainbox .catecontent .catebox .cateimg {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-right: 20px;
}

.mainbox .catecontent .catebox .cateimg img {
    width: 120px;
    height: 100px;
    object-fit: cover;
}

.mainbox .catecontent .catebox .cateinfo {
    flex-grow: 1;
}

.mainbox .catecontent .catebox .cateinfo .catetitle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.mainbox .catecontent .catebox .cateinfo .catetitle a {
    font-size: 18px;
    color: #333;
}

.mainbox .catecontent .catebox .catejianjie {
    color: #999;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    line-height: 22px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1E9FFF;
}

.catenewarticle li {
    height: 35px;
}

.catenewarticle li a {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mainbox .productcontent {
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
    margin-left: -10px;
}

.mainbox .productcontent .catebox {
    width: calc(25% - 10px);
    margin-left: 10px;
    overflow: hidden;
    background: #ededed;
    height: 260px;
    margin-bottom: 10px;
}

.mainbox .productcontent .catebox .cateimg {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.mainbox .productcontent .catebox .cateimg img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: .5s;
}

.mainbox .productcontent .catebox .cateimg img:hover {
    transform: scale(1.2);
}

.mainbox .productcontent .catebox .catetitle {
    padding: 4px 10px;
    font-size: 12px;
    overflow: hidden;
    line-height: 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.toppic {
    background-repeat: no-repeat;
    background-position: center;
    height: 180px;
}

.rightcate {
    text-align: center;
    border: 1px solid #f2f2f2;
    border-top: 0;
    border-left: 0;
    height: 40px;
    line-height: 40px;
}

.rightcate a {
    display: block;
}

.pagination {
    padding: 10px;
    text-align: center;
}

.pagination li {
    display: inline-block;
    border: 1px solid #f2f2f2;
    margin-left: -1px;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 5px;
    height: 30px;
    min-width: 30px;
    line-height: 20px;
}

.pagination .active {
    background: #296AAC;
    border: 1px solid #296AAC;
    color: #fff;
}

.pagination .disabled {
    color: #ccc;
}

.wenjuanbox {
    padding: 10px;
}

.wenjuanbox .wenjuantitle {
    padding: 10px 0;
}

.wenjuanbox .wenjuanremark {
    padding: 0 10px;
}

.wenjuanbox .wenjuaninfo {
    padding: 10px;
}

.wenjuanbox .wenjuanduoxuan li {
    margin: 5px 0;
}

.wenjuanbox .wenjuanwenben input {
    padding: 5px;
    width: 300px;
    max-width: 100%;
}

.loginbox {
    display: none;
    padding: 20px 20px 10px;
    width: 320px;
    max-width: 100%;
}

.loginbox .login-title {
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
}

.loginbox .usernameinput {
    position: relative;
    margin-bottom: 15px;
}

.loginbox .usernameinput span {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 24px;
    height: 20px;
    border-right: 1px solid #cccccc;
}

.loginbox .usernameinput i {
    font-size: 18px;
}

.loginbox .usernameinput input {
    padding: 5px 5px 5px 40px;
    width: 100%;
    border: 1px solid #cccccc;
    background: #fdfdfd;
    height: 30px;
}

.loginbox .yanzhengmainput {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.loginbox .yanzhengmainput span {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 24px;
    height: 20px;
    border-right: 1px solid #cccccc;
}

.loginbox .yanzhengmainput i {
    font-size: 18px;
}

.loginbox .yanzhengmainput input {
    padding: 5px 5px 5px 40px;
    width: calc(100% - 90px);
    border: 1px solid #cccccc;
    background: #fdfdfd;
    height: 30px;
    float: left;
}

.loginbox .yanzhengmainput .daojishibox {
    width: 80px;
    border: 1px solid #cccccc;
    background: #fafafa;
    text-align: center;
    font-size: 12px;
    height: 30px;
    padding: 5px 0;
    float: right;
}

.loginbox .passwordinput {
    position: relative;
    margin-bottom: 15px;
}

.loginbox .passwordinput span {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 24px;
    height: 20px;
    border-right: 1px solid #cccccc;
}

.loginbox .passwordinput i {
    font-size: 18px;
}

.loginbox .passwordinput input {
    padding: 5px 5px 5px 40px;
    width: 100%;
    border: 1px solid #cccccc;
    background: #fdfdfd;
    height: 30px;
}

.userleft {
    min-height: 300px;
    width: 200px;
    float: left;
}

.userleft .listhead {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    text-align: center;
    padding: 30px 10px;
}

.userleft .listhead .headavatar img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    border: 1px solid #f2f2f2;
}

.userleft .listhead .headtitle {
    line-height: 20px;
    padding: 10px;
}

.userleft .listhead .headtitle .nickname {
    font-size: 16px;
    color: #296AAC;
}

.userleft .listhead .headtitle .leixing {
    color: #999;
    font-size: 14px;
}

.userleft .listhead .headlogout {
    padding-top: 10px;
}

.userleft .listhead .headlogout a {
    color: #999;
}

.userleft .listmain {
    background: #fff;
    border-radius: 8px;
    padding: 20px 0;
}

.userleft .listmain .listmaingroup .listli {
    display: block;
    padding: 10px 15px 10px 40px;
    overflow: hidden;
}

.userleft .listmain .listmaingroup .listli .iconfont {
    float: left;
    height: 20px;
    font-size: 20px;
    margin-right: 8px;
}

.userleft .listmain .listmaingroup .listli span {
    float: left;
    height: 20px;
    line-height: 22px;
}

.userleft .listmain .listmaingroup .listli:hover {
    background: #358EEB;
    color: #fff;
}

.userleft .listmain .listmaingroup .listcur {
    background: #296AAC;
    color: #fff;
}

.userright {
    background: #fff;
    border-radius: 8px;
    min-height: 300px;
    width: calc(100% - 210px);
    float: right;
    padding: 20px;
    min-height: 562px;
}

.userright .usertopmsg {
    background: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 2px;
}

.userright .usertopmsg a {
    color: #296AAC
}

.lgs-panel {
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-bottom: 15px;
}

.lgs-panel .lgs-panel-title {
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px;
}

.lgs-panel .lgs-panel-body {
    padding: 15px;
}

.lgs-user-kuaijie li {
    text-align: center;
    margin-bottom: 10px;
}

.lgs-user-kuaijie li:hover .iconfont {
    opacity: 0.9;
}

.lgs-user-kuaijie li .iconfont {
    height: 55px;
    display: inline-block;
    width: 100%;
    line-height: 55px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 28px;
    border-radius: 2px;
    transition: all 0.3s ease 0s;
    background: #296AAC;
}

.bottom-nav {
    background: #fdfdfd;
    border-top: 1px solid #EFEFEF;
    height: 54px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 12px;
}

.bottom-nav a {
    padding-top: 6px;
    display: block;
}

.bottom-nav .layui-this {
    color: #296AAC;
}

.bottom-nav .iconfont {
    font-size: 22px;
}

.layui-table-cell a {
    color: #296AAC;
}