
/* common */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, strong, b, u, i, dl, dt, dd, ol, ul, li, form, label, table, tbody, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
}



input,textarea{
    outline: none;
    padding: 0;
    display: block;
}
input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}
input::-o-clear{display: none;}
ol, ul {
    list-style: none;
}
img {
    border: 0;
    display: block;
    margin: 0 auto;
}
a{
    text-decoration: none;
    color: inherit;
}



html,body{
    min-width: 1400px;
    font-size: 14px;
}
body,textarea,input{
   /*  font-family: "Microsoft YaHei","Hiragino Sans GB","LiHei Pro", "Verdana","sans-serif" !important; */
    font-family: 'Noto Sans SC'!important;
}
table,tr,th,td{
    border-collapse: collapse;
}
::-webkit-input-placeholder{
    color: #ccc;
}    /* 使用webkit内核的浏览器 */
:-moz-placeholder{
    color: #ccc;
}                  /* Firefox版本4-18 */
::-moz-placeholder{
    color: #ccc;
}                  /* Firefox版本19+ */
:-ms-input-placeholder{
    color: #ccc;
}           /* IE浏览器 */

/* common */
.w1600{
    width: 1600px;
    margin: 0 auto;
}
.pd-0{padding:0!important;}
.pd-1{padding:0.5em!important;}
.pd-2{padding:1em!important;}
.pd-3{padding:1.5em!important;}
.pd-4{padding:2em!important;}
.mg-0{margin:0!important;}
.mt-0{margin-top:0!important;}
.mr-0{margin-right:0!important;}
.mb-0{margin-bottom:0!important;}
.ml-0{margin-left:0!important;}
.pt-0{padding-top:0!important;}
.pr-0{padding-right:0!important;}
.pb-0{padding-bottom:0!important;}
.pl-0{padding-left:0!important;}
.mg-1{margin:0.5em!important;}
.mg-2{margin:1em!important;}
.mg-3{margin:1.5em!important;}
.mg-4{margin:2em!important;}
.mt-1{margin-top:0.5em!important;}
.mr-1{margin-right:0.5em!important;}
.mb-1{margin-bottom:0.5em!important;}
.ml-1{margin-left:0.5em!important;}
.pt-1{padding-top:0.5em!important;}
.pr-1{padding-right:0.5em!important;}
.pb-1{padding-bottom:0.5em!important;}
.pl-1{padding-left:0.5em!important;}
.mt-2{margin-top:1em!important;}
.mr-2{margin-right:1em!important;}
.mb-2{margin-bottom:1em!important;}
.ml-2{margin-left:1em!important;}
.pt-2{padding-top:1em!important;}
.pr-2{padding-right:1em!important;}
.pb-2{padding-bottom:1em!important;}
.pl-2{padding-left:1em!important;}
.mt-3{margin-top:1.5em!important;}
.mr-3{margin-right:1.5em!important;}
.mb-3{margin-bottom:1.5em!important;}
.ml-3{margin-left:1.5em!important;}
.pt-3{padding-top:1.5em!important;}
.pr-3{padding-right:1.5em!important;}
.pb-3{padding-bottom:1.5em!important;}
.pl-3{padding-left:1.5em!important;}
.mt-4{margin-top:2em!important;}
.mr-4{margin-right:2em!important;}
.mb-4{margin-bottom:2em!important;}
.ml-4{margin-left:2em!important;}
.pt-4{padding-top:2em!important;}
.pr-4{padding-right:2em!important;}
.pb-4{padding-bottom:2em!important;}
.pl-4{padding-left:2em!important;}
.hover-opacity:hover{
    opacity: 0.8;
}
.ovh{
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.tal{
    text-align: left;
}
.psr{
    position: relative !important;
}
.psa{
    position: absolute !important;
}
.curp{
    cursor: pointer;
}
.hide{
    display: none;
}
.hide-i{
    display: none!important;
}
.show-block{
    display: block!important;
}
.bold{
    font-weight: bold;
}
.transparent{
    opacity: 0;
}
.not{
    cursor:not-allowed !important;
    color: #b9b9b9;
}
.border-box{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-border,.noborder{
    border: 0 !important;
}
.text-over{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-over-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-over-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.text-over-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.inline-block{
    display: inline-block;
}
.fs12{
    font-size: 12px !important;
}
.fs14{
    font-size: 14px !important;
}
.fs16{
    font-size: 16px !important;
}
.fs18{
    font-size: 18px !important;
}
.fs20{
    font-size: 20px !important;
}
.bg-red{
    background-color: #b40f19 !important;
}
.bg-white{
    background-color: #fff !important;
}
.tran15{
    -webkit-transition: 0.15s;
       -moz-transition: 0.15s;
        -ms-transition: 0.15s;
         -o-transition: 0.15s;
            transition: 0.15s;
}
.tran02{
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}
.tran03{
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.underline{
    position: relative;
}
.underline::before{
    content: '';
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: #fff;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}
.underline:hover::before{
    left: 0;
    right: 0;
    opacity: 1;
}
.underline-red{
    position: relative;
}
.underline-red:hover{
    color: #b40f19;
}
.underline-red::before{
    content: '';
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 50%;
    right: 50%;
    opacity: 0;
    background-color: #b40f19;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}
.underline-red:hover::before,.underline-red.hover::before{
    opacity: 1;
    left: 0;
    right: 0;
}
.red{
    color: #b40f19 !important;
}
.white{
    color: #fff !important;
}
.lineHeight2{
    line-height: 200%;
}
.lineHeight3{
    line-height: 300%;
}
.lazy{
    /*background: url(/images/loading.gif) no-repeat 50% 50%;*/
}
.clearBoth{
    clear: both;
}
.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.changeScroll{
    overflow: auto;
}
.changeScroll::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(0, 0, 0, 0.15);
}
.changeScroll::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.3);
}
/* checkbox样式 */
input.checkbox{
    width: 14px;
    height: 14px;
    position: relative;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
input.checkbox:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom:0;
    left: 0;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1px;
    -webkit-transition: 0.05s;
       -moz-transition: 0.05s;
        -ms-transition: 0.05s;
         -o-transition: 0.05s;
            transition: 0.05s;
}
input.checkbox:after{
    content: '';
    position: absolute;
    top: 4px;
    left: 3px;
    height: 3px;
    width: 7px;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.05s;
       -moz-transition: 0.05s;
        -ms-transition: 0.05s;
         -o-transition: 0.05s;
            transition: 0.05s;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
input.checkbox:checked:before,input.checkbox:checked:after{
    border-color: #b40f19 !important;
}
.btn-close{
    display: block;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
        -ms-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
}
.btn-close:before,.btn-close:after{
    content: '';
    position: absolute;
    left: 10%;
    top: 50%;
    width: 80%;
    height: 2px;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.btn-close:after{
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.slide-icon{
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.slide-icon::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/icon-slide.png) no-repeat 50% 50%;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
    -webkit-transition: all .2s ease 0s;
       -moz-transition: all .2s ease 0s;
        -ms-transition: all .2s ease 0s;
         -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
}
.slide-icon.on::before{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.slide-icon-grey{
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.slide-icon-grey::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/images/icon-slide-grey.png) no-repeat 50% 50%;
    -webkit-background-size: 60% auto;
    background-size: 60% auto;
    -webkit-transition: all .2s ease 0s;
       -moz-transition: all .2s ease 0s;
        -ms-transition: all .2s ease 0s;
         -o-transition: all .2s ease 0s;
            transition: all .2s ease 0s;
}
.slide-icon-grey.on::before{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}



/* 覆盖 jquery.mCustomScrollbar.js 滚动条样式 */
.mCSB_scrollTools{
    opacity: 1;
    width: 5px;
}
.mCustomScrollBox{
    padding-right: 8px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: rgba(0, 0, 0, 0.5) !important;
    width: 100%;
}
.mCSB_scrollTools .mCSB_draggerRail{
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{

}
.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{
    display: none;
}
.mCSB_scrollTools a + .mCSB_draggerContainer{
    margin: 0;
}




/* header */
.cb-header{
    width: 100%;
    height: 94px;
    /*height: 224px;*/
    /*height: 244px;*/
    font-size: 16px;
    color: #555;
    background-color: #f1f0ee;
}
.cb-header .activity_wrap{
	position: relative;
}
.cb-header .activity_wrap .activity{
	/*margin-top: 94px;*/
	width: 100%;
}
.cb-header .header-fixed{
    background-color: #f1f0ee;
    width: 100%;
    /*height: 94px;*/
    /*height: 206px;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
.cb-header .header_relative{
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.cb-header .tex{
	/*margin: auto;*/
	position: relative;
}
.cb-header .header-fixed .header-center{
    height: 100%;
}
.cb-header .header-fixed .header-center .logo{
    margin-top: 7px;
    width: 200px;
    height: 82px;
}
.cb-header .header-fixed .header-center .logo img{
    width: 100%;
    height: 100%;
}
.header-nav{
    height: 100%;
}
.header-nav ul{
    padding-right: 1px;
    height: 100%;
}
.header-nav ul:after{
    /*content: '';*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 50%;*/
    /*margin-top: -15px;*/
    /*height: 30px;*/
    /*border-right: 1px solid #c1c0be;*/
}
.header-nav ul .search-li{
    width: 25px;
    border-bottom: 1px solid transparent;
    margin-right: 12px;
    padding: 36px 0 5px 0;
    height: 22px;
    /*overflow-x: hidden;*/
    overflow: hidden;
}
.header-nav ul .search-li.on{
    /*width: 410px;*/
     width: 350px;
    /* border-bottom: 1px solid #000; */
}
.header-nav ul .search-li.tran03{
	 /*width: 410px;*/
}
.header-nav ul .search-li .input_wrap{
    width: 320px;
    border-bottom: 1px solid #000;
    /* padding: 36px 0 5px 0; */
    height: 26px;
}
.header-nav .header-search-icon{
    width: 22px;
    height: 22px;
    top: 36px;
    /* left: 0; */
    left: 290px;
    cursor: pointer;
}
.header-nav .header-search-icon:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border: 3px solid #444;
    border-radius: 50%;
}
.header-nav .header-search-icon:before{
    content: '';
    position: absolute;
    left: 16px;
    top: 18px;
    width: 8px;
    height: 3px;
    background-color: #444;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header-nav .header-search-icon:hover:after{
    border-color: #000;
}
.header-nav .header-search-icon:hover:before{
    background-color: #000;
}
.header-nav .header-search-input-box{
    /*width: 355px;*/
    width: 250px;
    /* left: 35px; */
    left: 8px;
    top: 37px;
}
.header-nav .header-search-input-box input{
    width: 100%;
    height: 20px;
    line-height: 20px;
    background: 0;
    border: 0;
    display: block;
    outline: none;
    padding: 0;
}
.header-nav .slide-up-search{
    left: 290px;
    top: 36px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}
/*批量搜索开始*/
.cb-header .fixedOpacity{
	  /*background-color: rgba(255,255,255,0.9);*/
	  /*opacity: 0.9;*/
    width: 100%;
    /*min-height: 175px;*/
    position: fixed;
    top: 94px;
    left: 0;
    z-index: 1999999;
    display: none;
}
.cb-header .relativeOpacity{
	 background-color: rgba(255,255,255,0.9);
	 width: 100%;
	 /*min-height: 175px;*/
	 position: relative;
	 float: left;
	 padding-bottom: 23px;
	 box-sizing: border-box;
}
.cb-header .batch_search{
	 padding: 5px 10px;
     /* background: #c00100; */
     background: #ccc;
	 color: #555;
	 font-size: 14px;
	 display: inline-block;
	 box-sizing: border-box;
	 position: absolute;
	 top: 34px;
	 left: 333px;
	 cursor: pointer;
}
@media screen and (max-width: 1630px) {
    .cb-header{
        height: 94px;
    }
    .cb-header #fixedOpacity{
        top: 94px;
    }
    .cb-header .textarea_button_wrap{
        width: 46%;
        margin-top: -20px;
        margin-left: 22%;
        background: white;
        padding: 10px 10px 10px 20px;
        box-sizing: border-box;
        border: 1px solid #999;
    }
}
@media screen and (min-width: 1631px) {
    .cb-header .textarea_button_wrap{
        width: 35%;
        margin-top: -15px;
        margin-left: 33.5%;
        background: white;
        padding: 10px 10px 10px 20px;
        box-sizing: border-box;
        border: 1px solid #999;
    }
}

.cb-header .textarea_button_wrap textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	min-height:100px;
	/*border: 1px solid #ccc;*/
	border: none;
	max-height: 499px;

}
.cb-header .textarea_button_wrap .textarea_wrap{
	/*overflow-y: auto;*/
	/*overflow-x: hidden;*/
	width: 100%;
	max-height: 500px;
	position: relative;
	padding-right: 5px;
	box-sizing: border-box;
}
.cb-header .textarea_button_wrap .button_wrap{
	padding-top: 10px;
	width: 100%;
	text-align: right;
	padding-right: 21px;
	box-sizing: border-box;
}
.cb-header .textarea_button_wrap .button_wrap button{
	/*padding-left: 20px;
	padding-right: 20px;*/
	padding: 5px 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: white;
	outline: none;
	border: 0;
	cursor: pointer;
	letter-spacing: 3px;
}
.cb-header .textarea_button_wrap .button_wrap button.search_button{
	background: #c00100;
}
.cb-header .textarea_button_wrap .button_wrap button.cancel_button{
	background: #8e8e8e;
}
/*批量搜索结束*/
.header-nav .slide-up-search:after{
    content:'';
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
}
.header-nav .slide-up-search:before{
    content:'';
    height: 100%;
    width: 2px;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1px;
    -webkit-transform: rotateZ(45deg);
       -moz-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
         -o-transform: rotateZ(45deg);
            transform: rotateZ(45deg);
}
.header-nav .search-complete{
    top: 64px;
    left: 0;
    width: 410px;
    max-height: 300px;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 2px 16px 0px #d6d6d6;
    /*padding-top: 10px;*/
    z-index: 8;
}
.header-nav .search-complete .complete-title{
    border-bottom: 1px solid #e3e3e3;
    margin: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #838383;
}
.header-nav .search-complete .complete-item{
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.header-nav .search-complete .complete-item:hover,.header-nav .search-complete .complete-item.on{
    background-color: #dcdcdc;
}
.header-nav li a{
    display: block;
    height: 100%;
    line-height: 94px;
    padding: 0 28px;
    /* padding: 0 23px; */
    position: relative;
}
.header-nav li:last-child a{
    padding-right: 0;
}
.header-nav li a:before{
    content: '';
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    border-right: 1px solid #c1c0be;
}
.header-nav li:last-child a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    height: 30px;
    /* border-right: 1px solid #c1c0be; */
}
.header-nav li a:hover{
    color: #000;
}
.header-nav .nav_li_pb {
	font-size:12px;
	color:#c10000;
	text-align: center;
	cursor: pointer;
}
.header-nav .nav_li_pb a{
    line-height: 20px;
    margin-top: 27px;
}
.header-nav .nav_li_pb a:hover{
    color: #b40f19;
}
.nav_li_pb i {
	font-style:normal;
}
.nav_li_pb i {
	display:inline-block;
	vertical-align:bottom;
	-webkit-animation-name:fontSizeUp1;
	animation-name:fontSizeUp1;
	-webkit-animation-duration:5s;
	animation-duration:5s;
	-webkit-animation-timing-function:steps(1,end);
	animation-timing-function:steps(1,end);
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-transform-origin:50% 75%;
	transform-origin:50% 75%;
}
.nav_li_pb i:nth-of-type(1) {
	-webkit-animation-delay:0s;
	animation-delay:0s;
	font-size: 18px;
}
.nav_li_pb i:nth-of-type(2) {
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
		font-size: 18px;

}
.nav_li_pb i:nth-of-type(3) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
		font-size: 18px;

}
.nav_li_pb i:nth-of-type(4) {
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
}
.nav_li_pb i:nth-of-type(5) {
	-webkit-animation-delay:2s;
	animation-delay:2s;
}
.nav_li_pb i:nth-of-type(6) {
	-webkit-animation-delay:2.5s;
	animation-delay:2.5s;
}
.nav_li_pb i:nth-of-type(7) {
	-webkit-animation-delay:3s;
	animation-delay:3s;
}
.nav_li_pb i:nth-of-type(8) {
	-webkit-animation-delay:3.5s;
	animation-delay:3.5s;
}
.nav_li_pb i:nth-of-type(9) {
	-webkit-animation-delay:4s;
	animation-delay:4s;
}
.nav_li_pb i:nth-of-type(10) {
	-webkit-animation-delay:4.5s;
	animation-delay:4.5s;
}

/*无动效黑字*/
.header-nav .nav_li_pb_black {
	font-size:12px;
	/* color:#c10000; */
	text-align: center;
	cursor: pointer;
}
.header-nav .nav_li_pb_black a{
    line-height: 20px;
    margin-top: 27px;
}
.header-nav .nav_li_pb_black a:hover{
    /* color: #b40f19; */
}
.nav_li_pb_black i {
	font-style:normal;
}
.nav_li_pb_black i {
	display:inline-block;
	vertical-align:bottom;
	/* -webkit-animation-name:fontSizeUp1;
	animation-name:fontSizeUp1;
	-webkit-animation-duration:5s;
	animation-duration:5s;
	-webkit-animation-timing-function:steps(1,end);
	animation-timing-function:steps(1,end);
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-transform-origin:50% 75%;
	transform-origin:50% 75%; */
}

/*整盘送和五折清仓红文字动效*/
.header-nav .nav_li_pb_wuzhe {
	font-size:12px;
	color:#c10000;
	text-align: center;
	cursor: pointer;
}
.header-nav .nav_li_pb_wuzhe a{
    /* line-height: 20px;
    margin-top: 27px; */
}
.header-nav .nav_li_pb_wuzhe a:hover{
    color: #b40f19;
}
.nav_li_pb_wuzhe i {
	font-style:normal;
}
.nav_li_pb_wuzhe i {
	display:inline-block;
	vertical-align:bottom;
	-webkit-animation-name:fontSizeUp1;
	animation-name:fontSizeUp1;
	-webkit-animation-duration:5s;
	animation-duration:5s;
	-webkit-animation-timing-function:steps(1,end);
	animation-timing-function:steps(1,end);
	-webkit-animation-fill-mode:none;
	animation-fill-mode:none;
	-webkit-animation-iteration-count:infinite;
	animation-iteration-count:infinite;
	-webkit-transform-origin:50% 75%;
	transform-origin:50% 75%;
}
.nav_li_pb_wuzhe i:nth-of-type(1) {
	-webkit-animation-delay:0s;
	animation-delay:0s;
	font-size: 18px;
}
.nav_li_pb_wuzhe i:nth-of-type(2) {
	-webkit-animation-delay:0.5s;
	animation-delay:0.5s;
		font-size: 18px;

}
.nav_li_pb_wuzhe i:nth-of-type(3) {
	-webkit-animation-delay:1s;
	animation-delay:1s;
		font-size: 18px;

}
.nav_li_pb_wuzhe i:nth-of-type(4) {
	-webkit-animation-delay:1.5s;
	animation-delay:1.5s;
    font-size: 18px;
}

@-webkit-keyframes fontSizeUp1 {
	0% {
	-webkit-transform:scale(1.25);
	transform:scale(1.25);
    }
    7%,100% {
	-webkit-transform:scale(1);
	transform:scale(1);
    }
}
@keyframes fontSizeUp1 {
	0% {
	-webkit-transform:scale(1.25);
	transform:scale(1.25);
    }
    7%,100% {
	-webkit-transform:scale(1);
	transform:scale(1);
    }
}
.nav_li_pb .fontSizeUp1 {
	-webkit-animation-name:fontSizeUp1;
	animation-name:fontSizeUp1;
}

/* 右侧悬浮导航 */
.fixed-right{
    margin-top: -147px;
    position: fixed;
    z-index: 7;
    background-color: #efefef;
    right: 0;
    top: 50%;
    font-size: 12px;
    color: #858585;
}
.fixed-right:hover{
     width: 122px;
     margin-top: -184px;
}
.fixed-right ul li{
    padding: 0px 4px;
    position: relative;
}
.fixed-right ul li a span{
    display: none;
}
.fixed-right:hover ul li a span{
    display:inline-block;
    margin-left: 10px;
}
.fixed-right li.link-li:after{
    content:'';
    left: 0;
    top: 50%;
    height: 26px;
    margin-top: -13px;
    width: 0px;
    position: absolute;
    background-color: #b40f19;
    -webkit-transition: 0.16s;
    -moz-transition: 0.16s;
    -ms-transition: 0.16s;
    -o-transition: 0.16s;
    transition: 0.16s;
}
.fixed-right li.link-li:hover{
    color: #b40f19;
}
.fixed-right li.link-li:hover:after{
    width: 3px;
}
.fixed-right li.link-li:hover i{
    background-position-y: -26px;
}
.fixed-right .portrait-box{
    padding: 10px 0 ;
}
.fixed-right .portrait-box a:hover{
    color: #b40f19;
}
.fixed-right .portrait{
    object-fit: scale-down;
    margin: 0 auto;
    width: 34px;
    height: 34px;
    border: 1px solid #b7b7b7;
    border-radius: 50%;
}
.fixed-right:hover .portrait{
    width: 50px;
    height: 50px;
    margin: 0 35px;
}
.fixed-right:hover .portrait-box .name{
    display: inline-block;
    width: 110px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.fixed-right .link-box{
    padding: 9px 0;
    border-top: 1px dashed #858585;
}
.fixed-right .noline{
    border-bottom: none;
}
.fixed-right .link-box a{
    display: block;
    line-height: 26px;
    height: 26px;
    color:#858585;
    cursor: pointer;
}
.fixed-right .link-box a:hover{
    color:#c10000;
    cursor: pointer;
}
.fixed-right:hover .link-box a{
    margin-left: 5px;
}
.fixed-right .link-box a i{
    float: left;
    height: 100%;
    width: 30px;
    height: 26px;

    background-image: url(/images/icon-fixed-right.png);
}
.fixed-right .link-1 i{background-position: -113px 0;}
.fixed-right .link-2 i{background-position: -138px 0;}
.fixed-right .link-3 i{background-position: -62px 0;}
.fixed-right .link-4 i{background-position: -87px 0;}
.fixed-right .link-5 i{background-position: -35px 0;}
.fixed-right .link-6 i{background-position: -3px 0;}




/* footer */
.cb-footer{
    background-color: #444;
    color: #fff;
    position: relative;
    z-index: 2;
}
.cb-footer .cb-footer-main .footer-part-center{
    width: 1200px;
    margin: 0 auto;
}
.cb-footer .footer-part-top{
    border-bottom: 1px solid #fff;
    padding: 67px 0 63px;
}
.cb-footer .footer-part-top li{
    width: 25%;
    font-size: 12px;
    line-height: 20px;
    padding: 3px 0 3px 74px;
    height: 56px;
}
.cb-footer .footer-part-top .li-1{background: url(/images/icon-1.png) no-repeat 0 0;}
.cb-footer .footer-part-top .li-2{background: url(/images/icon-2.png) no-repeat 0 0;}
.cb-footer .footer-part-top .li-3{background: url(/images/icon-3.png) no-repeat 0 0;}
.cb-footer .footer-part-top .li-4{background: url(/images/icon-4.png) no-repeat 0 0;}
.cb-footer .footer-part-top li .big{
    font-size: 20px;
    line-height: 30px;
}
.cb-footer .footer-part-bottom{
    padding-top: 55px;
}
.cb-footer .footer-part-bottom .footer-col-1{
    width: 230px;
}
.cb-footer .footer-part-bottom .footer-col-2{
    width: 230px;
}
.cb-footer .footer-part-bottom .footer-nav{
    font-size: 12px;
    line-height: 200%;
}
.cb-footer .footer-part-bottom .col-head{
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 10px;
}
.cb-footer .footer-part-bottom .footer-col-3 .col-head{
    padding-left: 40px;
}
.footer-col-3 dl{
    font-size: 12px;
    line-height: 200%;
}
.footer-col-3 dd{
    padding-left: 40px;
}
.cb-footer .footer-part-bottom .footer-col-3 .tel{
    padding-left: 40px;
    font-size: 14px;
    line-height: 30px;
    background: url(/images/icon-tel.png) no-repeat 0 6px;
}
.cb-footer .footer-part-bottom .footer-col-3 .mail{
    padding-left: 40px;
    font-size: 14px;
    line-height: 30px;
    background: url(/images/icon-mail.png) no-repeat 0 9px;
}
.cb-footer .footer-part-bottom .footer-col-3 .board{
    width: 340px;
    font-size: 12px;
    line-height: 30px;
}
.footer-part-bottom .footer-col-3 .switch{
    width: 100%;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    position: relative;
    color: #fff;
}
.footer-part-bottom .footer-col-3 .switch:before{
    content: '';
    position: absolute;
    background: url(/images/index/slide-down.png);
    right: 8px;
    top: 12px;
    width: 12px;
    height: 8px;
    -webkit-transition: 0.2s;
       -moz-transition: 0.2s;
        -ms-transition: 0.2s;
         -o-transition: 0.2s;
            transition: 0.2s;
}
.footer-part-bottom .footer-col-3 .switch.on:before{
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
}
.footer-part-bottom .footer-col-3 .message-board-form{
    display: none;
}
.footer-part-bottom .footer-col-3 .form-row{
    padding-left: 40px;
}
.footer-part-bottom .footer-col-3 .message-board-form .form-row{
    background: url(/images/icon-star.png) no-repeat 25px 12px;
}
.footer-part-bottom .footer-col-3 .message-board-form .form-row div.on{
    color: #fff !important;
}
.footer-part-bottom .footer-col-3 input{
    color: #fff;
    width: 100%;
    height: 30px;
    background: 0;
    outline: none;
    border: 0;
    border-bottom: 1px solid #fff;
}
.footer-part-bottom .footer-col-3 textarea{
    resize: none;
    background: 0;
    outline: none;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: 70px;
    line-height: 18px;
    font-size: 14px;
    padding: 6px 0;
}
.footer-part-bottom .footer-col-3 input::placeholder,.footer-part-bottom .footer-col-3 textarea::placeholder{
    color: #999;
    font-size: 12px;
}
.footer-part-bottom .footer-col-3 .submit-message{
    width: 100%;
    border: 1px solid #fff;
    height: 26px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}
.footer-part-bottom .footer-col-3 .captcha{
    right: 0;
    left: auto;
    bottom:0;
    width: 300px;
    background: #444;
    display: none;
}
.footer-part-bottom .footer-col-4{
    width: 365px;
}
.footer-part-bottom .footer-col-4 .online{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.footer-part-bottom .footer-col-4 .online .service-icon{
    width: 35px;
    height: 35px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: rgba(114, 114, 114, 1);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.footer-part-bottom .footer-col-4 .online a{
    display: inline-block;
    cursor: pointer;
}
.footer-part-bottom .footer-col-4 .online a:hover .service-icon{
    background-color: rgba(114, 114, 114, 0.5);
}
.footer-part-bottom .footer-col-4 .online .icon-qq{
    background-image: url(/images/icon-qq.png);
}
.footer-part-bottom .footer-col-4 .online .icon-wx{
    background-image: url(/images/icon-wx.png);
}
#wx-qr-code{
    width: 200px;
    height: auto;
    text-align: center;
}
#wx-qr-code .wechat-img{
    width: 100%;
    height: 150px;
    text-align: center;
}
#wx-qr-code .wechat-img img{
    width: 150px;
}
.cb-footer .footer-part-bottom .footer-part-center{
    font-size: 12px;
    padding-bottom: 15px;
}
.cb-footer .footer-underline{
    height: 46px;
    line-height: 46px;
    background-color: #303030;
    color: #7a7a7a;
    font-size: 12px;
}
.cb-footer .footer-underline img{
    margin-top: 12px;
}
.cb-footer .footer-underline .underline-center{
    width: 650px;
    margin: 0 auto;
}
.cb-footer .footer-underline .jiandu{
    background: url(/images/jiandu.png);
    width: 26px;
    height: 31px;
    margin: 8px 25px 0;
}
.cb-footer .footer-underline .yuegong{
    background: url(https://www.beian.gov.cn/img/new/gongan.png) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 31px;
    margin: 13px 0px 13px 0;
    transform: translateY(1px);
}


/* alert弹窗样式 */
.layui-layer-page .layui-layer-content{
    overflow: unset !important;
}
.layui-layer{
    font-size: 14px;
    line-height: 18px;
    color: #686868;
    background: none;
    box-shadow: none;
}
.MSG {
    border: 2px solid #838383;
    font-size: 14px;
    line-height: 18px;
    color: #686868;
    font-weight: normal;
    box-shadow: 0px 0px 10px -2px #999;
    min-width: 50px;
    max-width: 300px;
    position: relative;
    font-size: 14px;
    text-align: left;
    padding: 15px 25px;
    background-color: #fff;
}

/* layer.confim */
.layui-layer-title{
    height: 34px !important;
    line-height: 34px !important;
    border: 0 !important;
    background-color: #eae9e8 !important;
    color: #858585 !important;
}
.layui-layer-setwin{
    right: 12px !important;
    top:10px !important;
}
.layui-layer.layui-layer-dialog {
    min-width: 400px;
}
.layui-layer .layui-layer-btn{
    text-align: center !important;
    padding-bottom: 20px;
}
.layui-layer-btn .layui-layer-btn0,.layui-layer-btn .layui-layer-btn1 {
    border: 0;
    border-radius: 0;
    width: 128px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding:0;
    color: #fff;
    background-color: #b40f19;
    margin: 5px 3px 0;
}
.layui-layer-btn .layui-layer-btn0 {
    background-color: #858585 !important;
    /* background-color: #b40f19 !important; */
}
/* .layui-layer-btn .layui-layer-btn1 {
    background-color: #b40f19 !important;
} */

/* layer.loading */
.kbLoading {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.kbLoading:before,.kbLoading:after {
    content: '';
    display: block;
    width: 111px;
    height: 111px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
}
.kbLoading:before{
    -webkit-animation: LOADING 1s steps(12) both infinite;
    animation: LOADING 1s steps(12) both infinite;
    background: url(data:img/png;base64,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) 0 0 no-repeat;
}
.kbLoading:after {
    background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA3CAMAAABgpweWAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAACi1BMVEX///+qqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqamqqan////tfESuAAAA13RSTlMACRsGFidOp/T93j8BxH9NF5HubB1MantGL78Y+QItC37y2Qwl9716LmMIaGBlvFro1QXdyWR2SIvWA6kSEKagKd+QFXTPBKtxzZ5A4WYZ8Qpi3P5ybvPiQ0SuzuqDm48gxgcPWPC+wrLk+jOdHsVKc8ojVyzvDhRWk9OJE5kwJrH1WU/2gnjpZ9pVUirjVFzrqkVtrHWzwY2ButQ0MoXIX2mYsOU+5sM8UZU9HA0RuGuhhHy3KLmfOFCtN4D75zHYXowk0Ii7Qor80fjM16PHcEl54DbSy1cMxzcAAAABYktHRACIBR1IAAAAB3RJTUUH4QsKEiQU/THxNwAABA5JREFUSMedlvlDVFUUxw+LDQ9xFAebSeeJNEw4KoqQqBiRgpChzDhjYySGmkNJEVQKiliQictIaiHu5p6kiRSl4ZIrpi3aYuff6b557771zsb3B5j7Ped+5t37zpx7AYavhMSkqDnJIyIEk54xpSCXOjIyIm2UmfwdzYyNSR+LIVnEcca4Z622BGPeczgeYIJ9AvnIT9REMidliQR83hEysu3CwPlCzmQdw4XOKTAVp5GPudPVgRl5EgFnSqvNL6DOi7Mc6tRCxNkwB+cWAcyzvyTbxS/TfCzJpOYr82Uza0GpwihDXFhegfgqwCJ8jbqVi2kyt0T1hVWjZAi6czzUXio8mpfkTk3zom+GBObk1GWalfOv+xXK8jfEJVa/KVsrahB9K3livqXk1erfwarVSpCbs+bttaYA6uUty65TRu/whhfpeVeVva4eo4l7j1E15e9HnadWCbP0iuriQHAN7Nquyoud8QGEUWPsjKZwDPgwZsZHYRkfx8yoqbCsT2MyxmyI59UsL2vWzW/ZuKnVFw+CKLC5TUUYscUZ53xRqZ9Qwqft3LAIRB2fiYitgeHM9n2Owjf7GgXEtni3QVKBO2Vz5/j67VUAO8jQnoJZcRJ2Iha24i5oDq6F3R1dW4K13OKuOBlf7Nm7j/+yOrQZs9cDfMV170dfjxyvP3Cw06SH+nsOmdvHysODkGhW18bEBjh85Gg1DbceE8wpxzVdpD1DMEsr6PhrY4me8ECOFD1Cz5qTKkQ3TTwlGXbGiQRwWlqI0qGU3nammHoOepScZTHOibFvQoPzLlLGvTLjW2JdcIUq2yxZJxmIi1JsgTBwIc7/Di71mS9biJr6Sa/PJZUtnGHjpLzvGYzzUuwHYTDg/hErIWlAfA/2RWR9P12xhp7/qpTH6qg/S7FBYTAJ/e5SuCavxQpw/YYz0KLa6ekMxiwpdlPY8PLL6b8AWGVGHbEs6aEfabdk3WIwOmm+fIBlpyjv9jY16Xagn8G4Q4OcRexyd++p6iPQKGadVZp/s5FxX5kwFGzwXLV2aGu939ZW/GCTqtG0GRn7NTOY/UBj+vKNDBcyta832MMMZDH2YyubsZEvymUGvBHqVC+3n+2bWL+XAkOa88DKJuH/r50DxjZnYTGu6JLagx7wXLshrMcB+baSh9r9ZV6Ae7WIhwsfnZEPnd9uzvxdewL1sRDA72Su+48/mXcKG5NB7rN6PX6yZOTk1Rl/Wf5O1UUG2QhIMO5qXk+fHTecHnLr/H8uhWHAv9HvcqJqjkFYFcaG8N4NjwD+eizHvykZIiq7LxrhaSVEVe9QhIuEfZ6Nj44gasiZywQU9Oe2xAQQ1VJdaHrU5Q49ka8j77/B2mXBxDjmq/e4OCPZEfXh/wcIt372FeLVCAAAAABJRU5ErkJggg==) center center no-repeat;
}

/* 优惠icon样式 */
.discount-icon{
    background: #fff;
    margin-bottom: 10px;
    padding: 0px 0.5em;
    border-radius: 1px;
}

.discount-icon.type-1{
    color: #ff9c00;
    border: 1px solid #ff9c00;

}
.discount-icon.type-2{
    color: #b40f19;
    border: 1px solid #b40f19;

}
.discount-icon.type-3{
    color: #0862b6;
    border: 1px solid #0862b6;

}
.discount-icon.type-4{
    color: #ff9c00;
    border: 1px solid #ff9c00;
}


/* my-popup */
.my-popup{
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.my-popup .pop-main{
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #fff;
}
.my-popup .pop-main .pop-header{
    line-height: 32px ;
    background-color: #eae9e8;
    color: #858585;
    padding: 0 12px;
    position: relative;
}
.my-popup .pop-main .pop-header .pop-close{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    cursor: pointer;
    margin-top: -10px;
}
.my-popup .pop-header .pop-close::before,.my-popup .pop-header .pop-close::after{
    background: #bcbcbc;
}
.my-popup .pop-main .pop-footer{
    width: 315px;
    margin: 35px auto 0;
    overflow: hidden;
}
.my-popup .pop-main .pop-footer .btn{
    width: 140px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    float: left;
}
.my-popup .pop-main .pop-footer .pop-close, .my-popup .pop-main .pop-top-header .pop-close{
    background-color: #858585;
    margin-right: 35px;
}
.my-popup .pop-main .pop-footer .pop-accept, .my-popup .pop-main .pop-top-header .pop-accept{
    background-color: #b40f19;
}
.my-popup .pop-main .pop-top-header{
    height:40px;
    margin: 20px 0 ;
    line-height: 40px;
}
.my-popup .pop-main .pop-top-header .btn{
    width: 120px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    float: left;
}
.my-popup .pop-main .pop-top-header img{
    width: 38px;
    height: auto;
    display: inline-block;
}
.my-popup .pop-main .pop-top-header div.text{
    display: inline-block;
    margin: 0 10px 0 12px;
    vertical-align: text-bottom;
}
.my-popup .pop-main .pop-top-header .header-btns{
    margin: 6px auto 0;
    overflow: hidden;
    display: inline-block;
}

/* 期货提示弹窗 */
.pop-qhTips .pop-main{
    /*width: 550px;*/
    width: 600px;
    margin-left: -268px;
    font-size: 14px;
    color: #666;
    padding-bottom: 36px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.pop-qhTips .pop-body{
    padding: 0 52px;
    max-height: 420px;
}
.pop-qhTips .pop-body .goods_box{
    padding: 29px 0 0;
    border-top: 1px dashed #cecece;
}
.pop-qhTips .pop-body .goods_box:nth-of-type(1){
    border-color: #fff;
}
.pop-qhTips .pop-body .goods_info{
    height: max-content;
}
.pop-qhTips .pop-body .goods_info img{
    height: 160px;
    margin-right: 35px;
    margin-left: 20px;
}
.pop-qhTips .pop-body .goods_info .info_text{
    height: 116px;
    line-height: 24px;
    margin-top: 25px;
}
.pop-qhTips .pop-body .goods_info .info_text1{
    width: calc(100% - 215px);
    line-height: 24px;
    margin-top: -2px;
}
.pop-qhTips .pop-body .goods_info .info_text1 .data-sum{
    position: relative;
    margin-top: 40px;
    color: #c10000;
    font-size: 20px;

}
.pop-qhTips .pop-body .goods_info .info_text1 .data-original-sum{
    position: relative;
    margin-top: 40px;
    color: #666666;
    text-decoration:line-through;
    font-size: 20px;

}
.pop-qhTips .pop-body .goods_info .info_text1 .data-sum span{
    color: #666666;
    font-size: 14px;
    margin-left: 5px

}
.pop-qhTips .pop-body .goods_info .info_text1 div.data-sum:before{
    content: '不含运费总价:';
    position:absolute;
    top:-20px;
    left: 0;
    color: #666666;
    font-size: 14px;
}
.pop-qhTips .pop-body .buy-type .method-box{
    padding-top: 22px;
}
.pop-qhTips .pop-body .buy-type .method-box .checkInput{
    height: 23px;
    line-height: 14px;
}
.pop-qhTips .pop-body .buy-type .method-box .checkInput .checkbox::before{
    border-color: #b40f19;
}
.pop-qhTips .pop-body .buy-type .method-box .checkInput label{
    padding-left: 6px;
}
.pop-qhTips .pop-body .buy-type .method-box table{
    width: 100%;
    line-height: 32px;
    text-align: center;
}
.pop-qhTips .pop-body .buy-type .method-box table,.pop-qhTips .pop-body .buy-type .method-box tr,.pop-qhTips .pop-body .buy-type .method-box th,.pop-qhTips .pop-body .buy-type .method-box td{
    border: 1px solid #bebebe;
}



/* 询价弹窗 */
.pop-xunjia .pop-main{
    width: 450px;
    height: 336px;
    margin: -168px 0 0 -225px;
}
.pop-xunjia .pop-body{
    padding: 8px 0;
}
.pop-xunjia .pop-body .form-row{
    color: #454545;
    padding-top: 22px;
}
.pop-xunjia .pop-body .form-row label{
    text-align: right;
    width: 98px;
    padding-right: 6px;
    line-height: 26px;
}
.pop-xunjia .pop-body .form-row input{
    float: left;
    line-height: 24px;
    border: 1px solid #b2b2b2;
    width: 266px;
    padding: 0 10px;
    display: block;
    color: #454545;
}
.pop-xunjia .pop-main .pop-footer{
    padding: 30px 0 0 104px;
    margin-top: 0;
    width: auto;
    overflow: unset;
}
.pop-xunjia .pop-main .pop-footer .btn{
    width: 128px;
    height: 32px;
    line-height: 32px;
}
.pop-xunjia .pop-main .pop-footer .btn.pop-close{
    margin-right: 31px;
}
.pop-xunjia .pop-main .pop-footer .captcha{
    bottom: -20px;
    left: 98px;
}


/* 对比框样式 */
#contrast-window{
    z-index: 3;
    width: 122px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
#contrast-window .contrast-head{
    color: #fff;
    background-color: #c00000;
    line-height: 28px;
    padding-right: 10px;
}
#contrast-window .contrast-head .close-contrast-window{
    position: absolute;
    width: 22px;
    height: 22px;
    right: 1px;
    top: 3px;
}
#contrast-window .contrast-list{
    border-right: 1px solid #d7d7d7;
    padding: 0 5px 6px;
}
#contrast-window .contrast-list li{
    border-bottom: 1px dashed #d7d7d7;
    padding-top: 15px;
    line-height: 35px;
    position: relative;
    width: 100%;
}
#contrast-window .contrast-list li:hover{
    color: #c00000;
}
#contrast-window .contrast-list img{
    width: 65px;
    height: 65px;
}
#contrast-window .contrast-list .btn-close{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0px;
    display: none;
}
#contrast-window .contrast-list .btn-close:before,#contrast-window .contrast-list .btn-close:after{
    background-color: #c5c5c5;
    height: 1px;
}
#contrast-window .contrast-list li:hover .btn-close{
    display: block;
}
#contrast-window .contrast-foot{
    padding-top: 9px;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
#contrast-window .contrast-foot .to-contrast{
    width: 85px;
    line-height: 26px;
    margin: 0 auto;
    color: #fff;
    background-color: #c00000;

}
#contrast-window .contrast-foot .empty{
    line-height: 16px;
    padding: 9px;
}

.base-btn{
    color: #fff!important;
    background-color: #c00000!important;
}
/*促销样式*/
.promotion_icon_box{
    max-height: 100%;
}
.promotion_icon{
    position: absolute;
    left: 0;
    top:0;
    width: 45px;
    min-height: 45px;
    z-index: 1;
    color: #ffffff
}
/*.promotion_icon:hover{*/
/*    width: 100%;*/
/*    max-height: 100%;*/
/*    -webkit-transition: 0.2s;*/
/*    -moz-transition: 0.2s;*/
/*    -ms-transition: 0.2s;*/
/*    -o-transition: 0.2s;*/
/*    transition: 0.2s;*/
/*}*/
.promotion_icon_man:hover,.promotion_icon_sale:hover{
    width: 100%;
    max-height: 100%;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.promotion_icon_sale{
    background: url("/images/sale.png") left top no-repeat;
    background-size: 45px;

}
.promotion_icon_sale:hover{
    background: #0862b6 url("/images/sale.png") left top no-repeat;
    background-size: 45px;

}
.promotion_icon_discount{
    /*background: url("/images/discount1.png") left top no-repeat;*/
    background: url("/images/discountRed.png") left top no-repeat;
    background-size: 45px;
}
.promotion_icon_discount .discount45{
    transform: rotate(-45deg);
    margin-right: 15px;
    margin-top: 5px;
    font-size: 10px;
}
/*.promotion_icon_discount:hover{*/
/*    background: #c10000 url("/images/discount1.png") left top no-repeat;*/
/*    background-size: 36px;*/

/*}*/
.promotion_icon_man{
    background: url("/images/man.png") left top no-repeat;
    background-size: 36px;

}
.promotion_icon_man:hover{
    background: rgba(255,156,0,1) url("/images/man.png") left top no-repeat;
    background-size: 36px;

}
.promotion_icon ul{
    width: 100%;
    display: none
}
.promotion_icon:hover ul{
   display: block;
}
.promotion_icon ul li{
   width: 100%;
   height: 24px;
   line-height: 24px;
   text-align: center;
}




@-webkit-keyframes LOADING {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes LOADING {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*************************************** 媒体查询 ***************************************/
@media (max-width: 1630px){
	.cb-header{
	  	/*height: 206px;*/
    }
    .header-nav li a{
        padding: 0 16px;
    }
    .w1600{
        width: 1350px;
    }
    .calculator .calculator-body {
        width: 100%;
        height: 500px;
        background: #fff;
    }
    .calculator .calculator-main .left-tab {
        width: 57.8%;
        margin: 100px auto 0;
    }
    .calculator-main .show-area {
        width: 80%;
        height: 400px;
        margin: 70px 0 0 -7.5%;
    }
    .calculator-main .item-4 .img {
        width: 927px;
        /* height: 500px; */
        margin: 20px 0 0 30px;
    }
    .calculator-main .item-4 .img-info .info-title {
        border-bottom: 1px solid #b40f19;
        color: #b40f19;
        font-size: 20px;
        line-height: 28px;
        height: 56px;
        padding: 15px 0 15px;
    }
    .calculator-main .item-4 .img-info .info-detail {
        color: #6d6d6d;
        font-size: 12px;
        line-height: 20px;
        padding-top: 15px;
    }
    .calculator-main .item-4 .img-info .info-detail .watch-img {
        display: block;
        width: 132px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        font-size: 14px;
        text-align: center;
        background-color: #b40f19;
        margin: 30px auto 0;
        cursor: pointer;
    }
}
/*隐藏CNZZ统计*/
#cnzz_stat_icon_1278841142{
    display: none;
}


/*layer免登录弹窗特殊按钮 左红右灰*/
.no-login-skin .layui-layer-btn1{
    border: 1px solid #858585 !important;
    background-color: #858585 !important;
    color: #fff !important;
}
.no-login-skin .layui-layer-btn0{
    border:1px solid #b40f19 !important;
    background-color: #b40f19 !important;
    color: #fff !important;
}
