@charset "utf-8";
/**
 * LSS
 * @date    2019-7-29 10:00:00
 */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a,
em, img, q, s, samp, strong, b, i, dl, dt, dd, ol, ul, li, form, label{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
}
em{
    font-style: normal;
}
[v-cloak] {
    display: none;
}
/*html5*/
article,aside,dialog,footer,header,section,footer,nav{display:block}
body,
*{
    font-family: "Microsoft YaHei", "微软雅黑", Tahoma, Geneva, sans-serif;font-size: 14px;
}
body{ background: #F4F7FA; }
a{ text-decoration: none; color: #666;}
a:hover{ text-decoration: underline;}
.wordBreak{word-break: break-word;}
/*外边距*/
.m_0{margin:0!important;}
.mr_0{margin-right: 0!important;}
.ml_0{margin-left: 0!important;}
.mt_0{margin-top: 0!important;}
.mb_0{margin-bottom: 0!important;}
.mt_50{margin-top:50px!important;}
.mt_40{margin-top:40px!important;}
.mt_30{margin-top:30px!important;}
.mt_25{margin-top:25px!important;}
.mt_20{margin-top:20px!important;}
.mt_15{margin-top:15px!important;}
.mt_10{margin-top:10px!important;}
.ml_10{margin-left:10px!important;}
.ml_15{margin-left:15px!important;}
.ml_20{margin-left:20px!important;}
.ml_25{margin-left:25px!important;}
.ml_30{margin-left:30px!important;}
.ml_40{margin-left:40px!important;}
.ml_50{margin-left:50px!important;}
.mr_10{margin-right:10px!important;}
.mr_15{margin-right:15px!important;}
.mr_20{margin-right:20px!important;}
.mr_25{margin-right:25px!important;}
.mr_30{margin-right:30px!important;}
.mr_40{margin-right:40px!important;}
.mr_50{margin-right:50px!important;}
.mb_10{margin-bottom:10px!important;}
.mb_15{margin-bottom:15px!important;}
.mb_20{margin-bottom:20px!important;}
.mb_25{margin-bottom:25px!important;}
.mb_30{margin-bottom:30px!important;}
.mb_40{margin-bottom:40px!important;}
.mb_50{margin-bottom:50px!important;}
/*内边距*/
.pr_0{padding-right: 0!important;}
.pl_0{padding-left: 0!important;}
.pt_0{padding-top: 0!important;}
.pb_0{padding-bottom: 0!important;}
.pl_10{padding-left:10px!important;}
.pl_20{padding-left:20px!important;}
.pl_30{padding-left:30px!important;}
.pr_10{padding-right:10px!important;}
.pr_20{padding-right:20px!important;}
.pr_30{padding-right:30px!important;}
.pt_10{padding-top:10px!important;}
.pt_20{padding-top:20px!important;}
.pt_30{padding-top:30px!important;}
.pb_10{padding-bottom:10px!important;}
.pb_20{padding-bottom:20px!important;}
.pb_30{padding-bottom:30px!important;}
.p_0{padding:0!important;}
/*字体*/
.font_12{
    font-size: 12px!important;
}
.font_14{
    font-size: 14px!important;
}
.font_16{
    font-size: 16px!important;
}
.font_18{
    font-size: 18px!important;
}
.font_24{
    font-size: 24px!important;
}
/*字体颜色*/
.color_333{
    color: #333!important;
}
.color_666{
    color: #666!important;
}
.color_999{
    color: #999!important;
}
.color_blue{
    color: #2A68C9!important;
}
.pull-left{
    float: left!important;
}
.pull-right{
    float: right!important;
}
.overflowHiding{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}
/*文本输入框*/
input[type="text"],
input[type="password"],
input[type="tel"]{
    height: 28px;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 5px
}
::-webkit-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
/*显示 隐藏*/
.show{
    display: block;
}
.hide{
    display: none;
}
.showImpt{
    display: block!important;
}
.hideImpt{
    display: none!important;
}
/*弹出层 公共*/
.new_popup_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 990;
}
.new_popup_tp{
    background: rgba(0,0,0,0);
}
.new_popup{
    width: 500px;
    border: 1px solid #dcdcdc;
    background: white;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 20%;
    display: none;
    z-index: 992;
}
.new_popup h3{
    background: white;
    height: 55px;
    line-height: 55px;
    border-bottom: 1px solid #E6E6E6;
    font-size: 18px;
    text-indent: 20px;
}
.new_popup h3 i{
    width: 16px;
    height: 16px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -173px -17px;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    cursor: pointer;
}
.new_popup_btn{
    text-align: center;
    margin: 30px 0;
}
.new_popup_btn a{
    padding: 0 40px;
    height: 33px;
    line-height: 33px;
    background: white;
    border: 1px solid #E6E6F2;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}
/*按钮*/
.public-btn{
    padding: 0 30px;
    height: 33px;
    line-height: 33px;
    background: white;
    border: 1px solid #E6E6F2;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
}
/*美化checkbox start*/
.blue_input,
.C_blue_input{
    position: absolute;
    clip: rect(0 0 0 0);
    z-index: -9;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.blue_input + .blue_label,
.C_blue_input + .C_blue_label{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.blue_input:checked + .blue_label{
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -338px -46px;
}
.C_blue_input:checked + .C_blue_label{
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -340px -84px;
}
.blue_label,
.C_blue_label{
    height: 16px;
    line-height: 16px;
    padding-left: 25px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -338px -65px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.C_blue_label{
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -340px -101px;
}
/*美化checkbox end*/
/*分页style*/
.pages {
    overflow: hidden;
    margin: 50px auto;
    display: table;
    clear: both;
    text-align: center;
    table-layout:fixed;
}
.pages .PagBox {
    display: table-cell;
    overflow: hidden;
    float: left;
}
.pages .PagBox .pagination {
    height: 40px;
    text-align: right;
}
.pages .PagBox .pagination a,
.pages .PagBox .pagination span {
    float: left;
    display: inline;
    width:28px;
    height:28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #BFBFBF;
    background: #F4F7FA;
    color: #666666;
    font-size: 14px;
    cursor: pointer;
    margin-right: 5px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages .PagBox .pagination .current {
    background: #2A68C9;
    border: 1px solid #2A68C9;
    color: #fff;
}
.pages .PagBox .pagination .prev,
.pages .PagBox .pagination .next {
    float: left;
    width:28px;
    height:28px;
    line-height: 26px;
    border: 1px solid #BFBFBF;
    background: #F4F7FA;
    color: #666666;
    cursor: pointer;
}
.pages .PagBox .pagination .prev i,
.pages .PagBox .pagination .next i {
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid #2A68C9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.pages .PagBox .pagination .next i {
    border-left: 5px solid #2A68C9;
    border-right: none;
}
.pages .PagBox .pagination .prev i {
    background-position: 0px 2px;
    *background-position: 0px 0px;
    *display: block;
    *margin-top:10px;
}
.pages .PagBox .pagination .next i {
    background-position: -12px 2px;
    *background-position: -12px 0px;
    *display: block;
    *margin-top:10px;
}
.pages .PagBox .pagination .pagination-break {
    width:30px;
    height:30px;
    line-height: 30px;
    border: none;
    background: none;
    cursor: default;
}
.pages .searchPage {
    display: table-cell;
    float: left;
}
.pages .searchPage .page-sum {
    padding: 5px;
    color: #666;
    font-size: 12px;
}
.pages .searchPage .page-sum .allPage{
    font-weight: normal;
}
.pages .searchPage .page-go {
    color: #666;
    font-size: 14px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages .searchPage .page-go input {
    width:30px;
    height:28px;
    line-height: 28px;
    margin: 0 5px;
    padding-left: 5px;
    background: #F4F7FA;
    border: 1px solid #BFBFBF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.pages .searchPage .page-btn {
    width:50px;
    height:28px;
    line-height: 28px;
    border: 1px solid #2A68C9;
    border-radius: 2px;
    color: #2A68C9;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
}
.pages .searchPage .page-btn:hover {
    background: #2A68C9;
    color: #fff;
}
/*面包屑导航*/
.crumbs{
    margin-bottom: 10px;
}
.crumbs li{
    color: #666;
}
.crumbs li a{
    color: #666;
    cursor: inherit;
    text-decoration: none!important;
}
/*header start*/
.header-menu-box{
    width: 100%;
    background: #2A68C9;
}
.header-menu{
    width: 1200px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}
.header-menu span,
.header-menu a{
    font-size: 12px;
    color: #fff;
}
.header-menu span{
    margin-right: 60px;
    float: left;
}
.header-menu span.header-login a{
    margin: 0 5px;
}
.header-menu span.header-menu-right{
    float: right;
    margin-right: 0;
}
.header-menu span.header-menu-right a{
    margin-left: 30px;
}
.header-menu i{
    width: 14px;
    height: 14px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
}
.header-menu i.homeIcon{
    background-position: 0 0;
}
.header-menu i.myIcon{
    background-position: -19px 0;
}
.header-menu i.helpIcon{
    background-position: -37px 0;
}
.header-menu i.pocketIcon{
    background-position: -58px 0;
}
.header-box{
    width: 100%;
    background: white;
}
.header-main{
    width: 1200px;
    height: 120px;
    margin: 0 auto;
}
.header-main .header-logo{
    float: left;
    padding-top: 30px;
    cursor: pointer;
}
.header-main .header-logo p{
    font-size: 15px;
    color: #4359A3;
    letter-spacing: 4px;
}
.header-main .header-logo h1{
    font-size: 30px;
    color: #4359A3;
}
.header-search{
    float: right;
    height: 45px;
    margin-top: 35px;
}
.header-search input{
    width: 550px;
    height: 45px;
    float: left;
}
.header-search button{
    width: 60px;
    height: 45px;
    border: none;
    float: left;
    background: #2A68C9;
    text-align: center;
    cursor: pointer;
}
.header-search button i{
    width: 24px;
    height: 24px;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -275px 0;
    display: inline-block;
    margin-top: 3px;
}
/*header end*/
/*footer start*/
.footer-box{
    width: 100%;
    background: #4D4D4D;
}
.footer-menu{
    width: 1200px;
    margin: 0 auto;
    height: 285px;
}
.footer-menu dl {
    width: 120px;
    float: left;
    color: #fff;
    margin-top: 75px;
    margin-left: 55px;
}
.footer-menu dl dd {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff
}
.footer-menu dl dd i {
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
    vertical-align: middle;
    margin-right: 5px
}
.footer-menu dl dd i.noviceIcon {
    background-position: 2px -17px
}
.footer-menu dl dd i.supplierIcon {
    background-position: -21px -17px
}
.footer-menu dl dd i.buyersIcon {
    background-position: -46px -17px
}
.footer-menu dl dd i.serviceIcon {
    background-position: -74px -17px
}
.footer-menu dl dt {
    font-size: 12px;
    line-height: 25px;
    margin-left: 28px
}
.footer-menu dl dt a {
    color: #fff;
    clear: both;
    display: inline-block
}
.footer-menu dl dt a:hover {
    text-decoration: underline
}
.footer-qrCode {
    float: right;
    color: #fff;
    line-height: 30px;
    margin-top: 75px;
    margin-right: 60px;
    text-align: center;
}
.footer-qrCode span {
    display: inline-block;
    margin-left: 40px;
    color: #fff;
    font-size: 12px;
}
.footer-qrCode img {
    display: block
}
.about-user{
    width: 1200px;
    margin: 20px auto;
    text-align: center;
}
.about-user .about-menu{
    text-align: center;
}
.about-user p{
    margin-bottom: 10px;
    font-size: 12px;
    color: #666;
}
.about-user .about-menu a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
}
/*footer end*/
/*内容区盒子*/
.container{
    width: 1200px;
    margin: 10px auto;
}
.clearFix{
    zoom: 1;
}
.container:after,
.clearFix:after{
    content: '';
    clear: both;
    height: 0;
    display: block;
    visibility:hidden;
    font-size: 0;
}
/*输入框公共*/
.public_textarea_box{
    position: relative;
}
.public_textarea{
    resize: none;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    display: block;
    background: #F6F6FB;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #DADFED;
    border-radius: 5px;
}
.public_textarea_box em{
    position: absolute;
    right: 22px;
    bottom: 10px;
    z-index: 3;
    font-size: 12px;
    color: #ccc;
    display: none;
}
.public_textarea_box .replyName{
    position: absolute;
    left: 10px;
    top: 8px;
    color: #2A68C9;
}
/*登录*/
.login_popup{
    width: 350px;
    margin-left: -175px;
    border: none;
}
.login_popup h3{
    height: 40px;
    line-height: 40px;
    background: #2A68C9;
    color: #fff;
    border: none;
}
.login_popup h3 i{
    margin-top: 12px;
    background-position: -130px -43px;
}
.login-popup-main{
    position: relative;
    overflow: hidden;
}
.login-popup-main h4{
    margin-top: 40px;
    margin-left: 30px;
    font-size: 16px;
    color: #333;
}
.login-popup-position{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.loginTabText{
    padding: 2px 5px;
    border: 1px solid #EDA265;
    border-radius: 3px;
    font-weight: bold;
    font-size: 12px;
    color: #EDA265;
    position: absolute;
    right: 70px;
    top: 15px;
    white-space: nowrap;
    z-index: 8;
}
.login-tab{
    width: 77px;
    height: 77px;
    display: block;
    background: #F2F2F2;
}
.login-tab:after{
    content: '';
    width: 0;
    height: 0;
    border-right: 53px solid #fff;
    border-top: 53px solid transparent;
    border-bottom: 53px solid transparent;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: -8px;
    top: 5px;
    z-index: 4;
}
.login-tab i{
    width: 40px;
    height: 40px;
    display: inline-block;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -250px -62px;
    vertical-align: middle;
    margin: 8px 0 0 30px;
    cursor: pointer;
}
.login-tab.active i{
    background-position: -294px -62px;
}
.loginMobile img{
    margin: 40px auto 30px auto;
    display: block;
}
.loginMobile dl{
    margin: 0 auto;
    display: block;
    width: 135px;
}
.loginMobile dl dd{
    width: 30px;
    height: 26px;
    display: inline-block;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat -70px -42px;
    vertical-align: middle;
    margin-right: 10px
}
.loginMobile dl dt{
    display: inline-block;
    vertical-align: middle;
}
.loginMobile dl dt p{
    color: #666;
    font-size: 12px;
}
.loginMobile dl dt p a{
    color: #2A68C9;
    font-size: 12px;
    margin-left: 5px;
}
.login-reg{
    text-align: right;
    padding: 40px 30px 20px 0;
}
.login-reg a{
    display: inline-block;
    margin-left: 20px;
    font-size: 12px;
}
.loginPc{
    display: none;
}
.loginPc ul{
    margin: 20px;
}
.loginPc ul li{
    margin-bottom: 15px;
    position: relative;
}
.loginPc ul li input{
    height: 40px;
    border: 1px solid #BFBFBF;
    width: 100%;
    padding: 0 5px 0 47px;
}
.loginPc ul li span{
    position: absolute;
    left: 1px;
    top: 1px;
    height: 38px;
    display: block;
    width: 38px;
    background: #E5E5E5;
    z-index: 9;
}
.loginPc ul li span i{
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("https://zhucai-static-test.oss-cn-shanghai.aliyuncs.com/circle/images/spriteIcons.png") no-repeat;
    vertical-align: middle;
    margin: 8px 0 0 9px;
}
.loginPc ul li span i.loginUserIcon{
    background-position: -70px -73px;
}
.loginPc ul li span i.passWordIcon{
    background-position: -105px -42px;
}
.loginPc .public-btn{
    margin: 20px 20px 0 20px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #2A68C9;
    border-radius: 5px;
    display: block;
}
.text_length {
    display: inline-block !important;
}
