﻿/*reset css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,sub, sup, tt,
var, b, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    font-style: normal;
}

header, article, section, aside, nav, footer {
    display: block;
}

input,img,button{border: 0; background-color: transparent;}

a{text-decoration: none; color: #333; cursor: pointer;}

ol,ul{
    list-style:none;
}
blockquote, q{
    quotes:none;
}

:focus{
    outline:0;
}

.clear{ clear:both;}
ins{
    text-decoration:none;
}
del{
    text-decoration:line-through;
}

table{
    border-collapse:collapse;
    border-spacing:0;
}
* {
    box-sizing: border-box;
}
.ui-dialog div {
    box-sizing: content-box;
}

/*公共*/
body {
    font-size: 14px;
    color: #010101;
}
.c {
    overflow: hidden;
    zoom: 1;
}
.w {
    width: 1100px;
    margin: 0 auto;
}
.l {
    float: left;
}
.r {
    float: right;
}
a:hover {
    color: #62839e;
}
.img_position {
    position: relative;
    display: block;
    width: 100%;
}
.img_position img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 99%;
    max-height: 99%;
    width:expression(this.width > 99%? "99%" : this.width);  
    height:expression(this.height > 99%? "99%" : this.height);
}

/* 顶部 */
.kj_top{
    height: 35px;
    background-color: #f0f0f0;
}
.kj_top_title{
    line-height: 35px;
    color: #373737;
}
.kj_top_link a{
    display: inline-block;
    height: 17px;
    line-height: 17px;
    margin: 9px 0 9px 8px;
}
.kj_top_link .register{
    background: url(../images/zhuce.png) no-repeat left center;
    padding-left: 20px;
}
.kj_top_link .login{
    border-left: 2px solid #b2b2b2;
    padding-left: 10px;
}
.kj_top_link .carts{
    background: url(../images/cart111.png) no-repeat left center;
    padding-left: 27px;
}
.kj_top_link .cn{
    background: url(../images/cn.png) no-repeat left center;
    padding-left: 27px;
}
.kj_top_link .en{
    background: url(../images/en.png) no-repeat left center;
    padding-left: 27px;
}

/* logo */
.kj_logo{
    height: 125px;
    padding-top: 30px;
}
.kj_logo .r{
    padding-top: 22px;
}
.kj_search{
    width: 466px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #b0b0b0;
}
.kj_search input{
    height: 42px;
}
.kj_search input[type=text]{
    width: 420px;
    color: #373737;
    padding: 0 10px;
}
.kj_search input[type=button]{
    width: 44px;
    float: right;
    background: #fff url(../images/search.png) no-repeat center center;
    margin-top: -1px;
    cursor: pointer;
	border: 1px solid #b0b0b0;
	border-right: 0;
}
.kj_jgs{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #008eca;
    padding: 0 15px;
    margin-left: 10px;
}
.kj_jgs:hover{
    color: #ffce24;
}
.kj_pl{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #767676;
    padding: 0 15px;
    margin-left: 10px;
}
.kj_pl:hover{
    color: #ffce24;
}
.dialog-ctrlbox {
    background-color:#ffffff;
    padding:10px; 
    border-top:1px solid #cccccc; 
    text-align:right;
}
.nombtn{
        padding-left:20px; 
        padding-right:20px;
        height:30px;
        border:0px;
        background-color:#0186d5; 
        color:#ffffff;
}
.nombtn-gray {
        padding-left:20px; 
        padding-right:20px;
        height:30px;
        border:0px;
        background-color:#eeeeee;
        color:#333333;
    }

/* Menu */
.kj_nav{
    height: 68px;
    background-color: #008eca;
}
.kj_navbox > li{    
    position: relative;
    float: left;
}
.kj_navbox > li > a{
    position: relative;
    display: inline-block;
    line-height: 68px;
    padding: 0 30px;
    color: #fff;
}
.kj_navbox > li:hover > a{
    background-color: #b0d43e;
    color: #000;
}
.kj_navbox > li > ul {
    position: absolute;
    top: 68px;
    left: 0;
    width: 180px;
    padding: 15px;
    background-color: transparent;
    background-color: #b0d43e;
    z-index: 999;
}

.kj_navbox > li ul {
    display: none;
}
.kj_navbox li:hover > ul {
    display: block;
}
.kj_navbox > li li a {
    color: #fff;
}
.kj_navbox > li > ul li {
    position: relative;
    padding: 5px 15px;
}
.kj_navbox > li > ul li a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.kj_navbox > li li {
    border-bottom: 1px dotted #fff;
    text-align: center;
}
.kj_navbox > li > ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background-color: #bd0900;
    z-index: 999;
}



.kj_navshopcart {
    width: 240px;
    background-color: #b0d43e;
    padding-left: 19px;
}
.kj_navshopcart a {
    display: inline-block;
    color: #0f1304;
    height: 68px;
    line-height: 68px;
    font-size: 16px;
    padding: 0 14px;
    padding-left: 40px;
    background-image:url(../images/lj_ns_cart.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.kj_navshopcart .lj_ns_order {
    background-image:url(../images/lj_ns_order.png);
}

/*Banner*/
.kj_banner {
	margin-top: 5px;
    position: relative;
    overflow: hidden;
    height: 460px;
	
	background-repeat: no-repeat; 
	background-position: top center;
}
.ace_imgnavbox {
    position: absolute;
    bottom: 20px;
    left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 10px;
}
.ace_imgnavbox a {
    display: inline-block;
    width: 12px;
    border-radius: 6px;
    height: 12px;
    background-color: #ddd;
    font-size: 0px;
    line-height: 0px;
    margin: 3px;
}
.ace_imgnavbox .activeSlide {
    background-color: #3F85D6;
}

/* 首页产品分类 */
.kj_indexcont{
    margin-top: 40px;
}
/* 左侧 */
.kj_indexleft{
    width: 340px;
    height: 405px;
    position: relative;
}

/* 中 */
.kj_indexmid{
	margin-left: 40px;
    width: 340px;
}
.kj_icimg{
	height: 145px;
}
.kj_imnewbox{
	position: relative;
	padding-top: 10px;
	background-color: #008eca;
}
.kj_more a{
	position:absolute;
	display: block;
	right:0;
	bottom:0;
	width: 25px;
	height: 25px;
	background: #3d3d3d url(../images/more.png) no-repeat center center;
	text-align:center;
}
.kj_ictitle{
	position: relative;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.kj_ictitle span:before{
	position: absolute;
    content: '';
    bottom: 0px;
    left: 50%;
    width: 70px;
    height: 3px;
    background-color: #fff;
    transform: translateX(-50%);
}
.kj_ictitle a{
	color: #fff;
}

.kj_imnewbox ul{
	padding: 30px;
	padding-top: 10px;
}
.kj_imnewbox li{
	padding-left: 10px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    word-break: break-all;
    height: 40px;
    line-height: 40px;
	background: url(../images/newtb.jpg) no-repeat left center;
	border-bottom: 1px dotted #fff;
}
.kj_imnewbox li a{
	color: #fff;
}
/* 右侧 */
.kj_indexright{
    width: 340px;
}
.kj_ir_tit{
	height: 40px;
	line-height: 40px;
	background-color: #008eca;
	text-transform: uppercase;
	text-indent: 30px;
	color: #fff;
}
.kj_ir_cont{
	padding:10px 15px;
	background-color: #eee;
}
.kj_irc_txt{
	line-height: 25px;
}
.kj_irc_hot{
	margin-top: 10px;
	margin-left:50px;
}
.kj_irc_hot span{
	padding-left:25px;
	background: url(../images/teltb.png) no-repeat left center;
}
.kj_irc_tel,.kj_irc_cont{
	margin-top: 11px;
	text-align:center;
}
.kj_ir_user{
	padding:20px 30px;
	background-color: #eee;
}
#ineuserstausboxx1 {
    height:96px;
}
.kj_ir_user input{
	margin-left: 10px;
	width: 138px;
	height: 25px;
	border: 1px solid #c0c0c0;
}
.kj_ir_user input[type=button]{
    float: right;
	width:66px;
	height:25px;
	line-height: 25px;
	text-align:center;
	background-color: #008eca;
	margin-left: 5px;
	color: #fff;
	border: 0;
	padding: 0;
}
.kj_ir_user .mima,.kj_ir_user .userlogin_verifycodedl{
	margin-top: 10px;
}
.kj_ir_user .mima {
    line-height: 30px;
}
.regbottom a{
    margin-top: 10px;
	width:66px;
	height:25px;
	line-height: 25px;
	text-align:center;
	display: inline-block;
	background-color: #008eca;
	color: #fff;
}

.kj_ir_user .reg{
	width:66px;
	height:25px;
	line-height: 25px;
	text-align:center;
	display: inline-block;
	background-color: #008eca;
	margin-left: 10px;
	color: #fff;
}
.kj_ir_user .form-vcodeboxx{
	float:right;
}
.kj_ir_user .form-vcodeboxx img{
	margin-left: 10px;
	width:66px;
	height:25px;
}

/* 产品分类 */
.kj_prolist{
	padding: 50px 0;
}
.kj_prolist_tit{
	text-align:center;
}
.kj_prolist_cont{
	margin-top:30px;
	height: 210px;
}
.kj_plc_pre {
    margin-top:40px;
    margin-left: -85px;
}    
.kj_plc_next {
    margin-top:40px;
    margin-right: -85px;
}
.kj_plc_list{
    width: 1100px;
    height: 210px;
    overflow: hidden;
}
.kj_plc_list li{
    float: left;
    width: 260px;
    height: 210px;
    margin-right: 20px;
}
.kj_plc_listimg{
    overflow: hidden;
    width: 260px;
    height: 165px;   
}
.kj_plc_listimg a{
    height: 165px;
   
}
.kj_plc_listtext{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height: 45px;
    line-height: 45px;
    word-break: break-all;
	background-color: #008eca;
	color: #fff;
	text-align:center;
}
.kj_plc_listtext:hover{
	color: #000;
}


/* 公司简介 */
.kj_icompany{
	background-color: #eaeaea;
    padding-top: 60px;
	padding-bottom: 40px;
}
.kj_icompany .kj_iltitle{
	padding-left: 12px;
	border-left: 2px solid #444;
	text-transform: uppercase;
}
.kj_icompany .kj_iltitle span{
	display: block;
}
.kj_icommore{
	float:right;
	margin-top: 27px;
}
.kj_icombox,.kj_inewbox{
    width: 350px;
}
.kj_ichembox{
	width: 310px;
}
.kj_ilpic{
	width: 310px;
	height: 120px;
}
.kj_ilcont{
	margin-top: 35px;
	padding-right: 39px;
	border-right: 1px solid #d9d9d9;
}
.kj_ichembox .kj_ilcont{
	padding: 0;
	border: 0;
}
.kj_icombox p{
	margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    height: 120px;
    line-height: 30px;
}
.kj_inewbox{
	margin-left: 45px;
}
.kj_inewbox ul,.kj_ichembox ul{
	margin-top: 10px;
}
.kj_inewbox li{
	padding-left: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    word-break: break-all;
    height: 30px;
    line-height: 30px;
	background: url(../images/kj_inewboxtb.jpg) no-repeat left center;
}
.kj_ichembox li{
	padding-left: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
    word-break: break-all;
    height: 30px;
    line-height: 30px;
	background: url(../images/kj_inewboxtb.jpg) no-repeat left center;
}

/* Footer */
.kj_footer{
	padding-top: 60px;
	padding-bottom: 30px;
    height: 325px;
    background-color: #2ba1d3;
}
.kj_footer .kj_ewm{
    width: 122px;
	
}
.kj_footer .kj_ewm img{
    display: block;
    width: 120px;
    height: 120px;
    border: 1px solid #e8e8e8;
}
.kj_footer .kj_ewm span{
    display: block;
	margin-top: 15px;
    text-align: center;
    color: #fff;
}
.kj_footer .kj_ftccont{
    width: 720px;
}
.kj_ftccont p{
    color: #fff;
    line-height: 32px;
    padding-left: 50px;
}

.kj_ftcnav {
    padding-left: 35px;
    border-left: 1px solid #77c3e3;
}
.kj_ftcnav ul li{
    width: 125px;
    height: 35px;
    line-height: 35px;
    background-color: #4fb0da;
    text-align: center;
    margin-top: 10px;
}
.kj_ftcnav ul li:first-child{
    margin-top: 0;
}
.kj_ftcnav ul li a{
    color: #fff;
}



.kj_copyright{
    background-color: #3a3a3a;
    color: #878787;
    line-height: 25px;
    padding: 10px 0 10px 8px;
}
.kj_copyright a, .kj_copyright p{
    color: #878787;
}


/*主体部分*/
.container {
    margin: 20px auto;
}

/*左侧*/
.kj_left  {
    width: 240px;
    line-height: 30px;
    font-size: 14px;
}
.kj_ltitle{
    text-align: center;
    padding: 10px 0;
    padding-bottom:20px;
}
.kj_ltitle span{
    position: relative;
    display: block;
    font-size: 28px;
    color: #565656;
}
.kj_ltitle span:before{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 45px;
    height: 3px;
    background-color: #000;
    transform: translateX(-50%);
}
.kj_indexlist {
}
.kj_indexlist > li{    
    overflow: hidden;
    zoom: 1;
    margin-bottom: 6px;
}
.kj_indexlist > li:last-child{
    margin-bottom: 0;
}
.kj_indexlist > li > a{
    position: relative;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-left: 5px solid #ffce24;
    background-color: #3f86d6;
    color: #fff;
    padding-left: 20px;
}
.kj_indexlist > li:hover ul{
    display: block;
}
.kj_indexlist > li > a:before{
    position: absolute;
    content: '+';
    font-size: 18px;
    color: #fff;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.kj_indexlist > li:hover > a:before{
    position: absolute;
    content: '-';
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.kj_indexlist ul{
    display: none;
    overflow: hidden;
    zoom: 1;
    padding: 10px 10px 20px;
}
.kj_indexlist ul li{
    float: left;
}
.kj_indexlist ul a{
    display: inline-block;
    color: #707070;
    line-height: 18px;
    border-right: 1px solid #707070;
    padding: 0 12px;
    margin: 8.5px 0;
}
.kj_indexlist ul li:last-child a{
    border-right: 0;
}
.kj_indexlist ul a:hover{
    color: #3f86d6;
}

/*右侧*/
.kj_position {
    line-height: 40px;
    font-size: 16px;
    background: url(../images/positiontitle.png) no-repeat left center;
    padding-left: 46px;
}
.kj_position a:hover {
    color: #3f86d6;
}
.kj_rightcont {
    width: 830px;
}
.kj_rightconttext {
    padding: 20px 0;
}
/*单页面*/
.kj_pagesrightcontent {
    line-height: 30px;
}
.kj_pagesrightcontent img{
    display: block;
    max-height: 400px;
    max-width: 100%;
    margin: 10px auto;
}
/*新闻列表*/
.kj_newsrightcontent ul {
    padding-bottom: 30px;
}
.kj_newsrightcontent li {
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    background-color: #d0eefa;
    padding: 0 30px;
    margin-bottom: 6px;
}
.kj_newsrightcontent li a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_newsrightcontent li:nth-child(2n) {
    background-color: #f2f7fd;
}
.kj_newsrightcontent li span {
    float: right;

}
/*分页*/
.padding {
    font-size: 13px;
    text-align: center;
    margin: 20px auto;
}
.padding span:nth-child(2),
.padding span:nth-child(3),
.padding span:nth-child(4),
.padding span:nth-child(5){
    height: 25px;
    display: inline-block;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    padding: 3px 7px;
    margin: 0 6px;
}
.padding select, .padding input {    
    height: 25px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    text-align: center;
    margin: 0 6px;
    cursor: pointer;
}
/*新闻详情*/
.kj_newstitle { 
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px;
}
.kj_newstitle span {
    line-height: 20px;
    display: inline-block;
    color: #fff;
    background-color: #3f86d6;
    border-radius: 85px 10px;
    padding: 10px 30px;
}
.kj_newsrightinfo_text {
    line-height: 30px;
}
/*产品列表*/
.kj_prolistsj li {
    position: relative;
    border: 1px solid #ddd;
    box-shadow: 0 -3px 2px #bbb;
    padding: 8px;
    margin: 20px 0;
}
.kj_prolistsj li > div:first-child > div {
    height: 137px;
}
.kj_prol_cart {
    width: 95%;
    margin: 20px auto 0;
}
.kj_prolistsj li .kj_prol_img {
    overflow: hidden;
    position: relative;
    width: 25%;
}
.kj_prolistsj li .kj_prol_name {
    width: 70%;
    margin: 0 2%;
}
.kj_prolistsj li .kj_prol_img a {
    display: block;
    height: 137px;
    width: 100%;
    transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
}
.kj_prolistsj li .kj_prol_img:hover a{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.kj_prolistsj .kj_prol_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 200px;
    max-height: 130px;
}
.kj_prolistsj .kj_prol_name a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.kj_prolistsj .price_final {
    font-size: 13px;
}
.kj_prolistsj .kj_prol_name a:first-child span {
    color: #3f86d6;
}
.kj_prolistsj div.kj_prol_name a:hover span {
    color: #3f86d6;
}
.kj_prolistsj .kj_prol_name a.kj_more_detail {
    position: absolute;
    width: 80px;
    top: 112px;
    left: 90%;
    text-align: center;
    border-radius: 33px 2px;
    font-size: 13px;
    color: #fff;
    background-color: #3f86d6;
}
.kj_prolistsj .kj_prol_name a.kj_chinese_name {
    width: 85%;
}
.addcartbox {
    border:1px solid #dddddd;
    position:relative;
    height:25px;
    line-height:23px;
}
.addcartbox a {
    position: absolute;
    top: 0px;
    height: 23px;
    width: 25px;
    text-align: center;
    color: #999;
    background-color: #eee;
}
.addcartbox:hover {
    border-color: #3f86d6;
}
.addcartbox:hover a {
    background-color: #7babe2;
    color: #fff;
}
.kj_prol_sj .addcartbox a:hover {
    background-color: #3f86d6;
    color:#fff;
}
.addcartbox .csimgdonewm {
    left:0px;
}
.addcartbox .csimgdonewa {
    right:0px;
}
.addcartbox input {
    border: 0px;
    line-height: 23px;
    width: 30px;
    text-align: center;
}
.goodstable tr td {
    border: 1px solid #e2e2e2;
}
.goodstable tr:first-child {
    background-color: #008eca;
    color: #fff;
}
.goodstable tr:first-child td{
    padding: 10px 0;
}
.kj_prol_sj .goodstable .price_final, #GoodsListBox .goodstable .price_final {
    font-size: 13px;
}
.prolist {
    margin-top: 20px;
}
.prolist li {
    height: 275px;
    width: 227px;
    float: left;
    margin: 0 10px 15px 0;
    overflow: hidden;
    border: 1px solid #e2e2e2;
    padding: 0;
}
.prolist li:nth-child(4n){
    margin-right: 0;
}
.prolist li:hover{
    border: 1px solid #3f86d6;
}
.kj_contr_img {
    position: relative;
    display: block;
    height: 210px;
    overflow: hidden;
}
.prolist li img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.kj_prol_title{
    display: block;
    width: 97%;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: content-box;
    border-top: 1px solid #ebebeb;
    margin: auto
}
.now_buy{
    display: block;
    font-size: 14px;
    width: 70px;
    text-align: center;
    background: #c9c7c7;
    color: #fff;
    line-height: 24px;
    margin-left: 6px;
}
a.now_buy:hover {
    background-color: #3f86d6;
    color: #fff;
}
.buy_sc{
    display: block;
    background: url(../images/shou2.jpg) no-repeat center center;
    width: 25px;
    height: 25px;
}
.buy_sc:hover{
    background: url(../images/shou1.jpg) no-repeat;
}
/*购物车Down*/
.ShopCartBox {
    position: fixed;
    bottom: 0;
    right: 10px;
    padding: 3px;
    width: 450px;
    background-color: #3f86d6;
}
* html .ShopCartBox {
	position:absolute;
	bottom:auto;
	top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)))
}
.shopcartitembox {
	display:none;
	height:200px;
	overflow:auto;
	border:1px solid #cccccc;
	background-color:#ffffff;
	padding:2px;
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAlQTFRF7u7u5ubm6urqYPTI0gAAAB9JREFUeNoUiLERAAAMRLD/0Pk0HGSChSOLP/HqBBgAAfcAItOjOxwAAAAASUVORK5CYII=")
}
.shopcartitemtable {
    font-size: 12px;
}
.shopcartitemtable td {
	border-bottom:1px solid #dddddd;
	background-color:#ffffff;
	padding:8px
}
.shopcartitemtableheader td {
	background-color:#f8f8f8;
	font-weight:bold
}
.shopcartchgamounthref {
    vertical-align: middle;
}
.shopcartctrlbox {
	padding:5px;
	font-size:14px;
	color:#ffffff;
	background-repeat:no-repeat;
	line-height:25px;
	background-position:10px 10px;
	padding-left:30px;
	background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEEyQjkwRkEzNTJGMTFFMjkyNzk5MjZDMjYxMzRERUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEEyQjkwRkIzNTJGMTFFMjkyNzk5MjZDMjYxMzRERUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4QTJCOTBGODM1MkYxMUUyOTI3OTkyNkMyNjEzNERFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4QTJCOTBGOTM1MkYxMUUyOTI3OTkyNkMyNjEzNERFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiQvthAAAACISURBVHjanFGJDYAgDCzGjWAVd3GE7uQMjgArOEKFpJhaqTVeckAo1+cIRLTBHWvlDh6akJ4Aj6EtMg/vwSs4W414wgl+wqr41ip5FXMlDs6Xq5LSVRT3qN9o4cL3aHwDcnzRgUjfEEdZPXGLm+YkdlYzWeb04bMxY+7ejCoelcXopHAcTgEGAHOtLt9FRk3CAAAAAElFTkSuQmCC")
}
.shopcartctrlbox .shopcartjiesau {
    line-height: 20px;
    float: right;
    background-color: #fff;
    color: #3f86d6;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
}
.shopcartctrlbox .shopcarttogglebtn {
	color:#ffffff
}
.cart-quantity-form input {
    width: 42px;
    height: 19px;
    text-align: center;
    border: 1px solid #ccc;
}
#cartclosebtn:hover {
    color: #3f86d6;
}
/*产品详情页面*/
.proinfortext {
    padding: 10px 0px 10px 0px;
}
.proinfortext ul li {
    float: left;
    width: 180px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    background-image: url(../images/leftnavtb.jpg);
    background-repeat: no-repeat;
    background-position: 0px 12px;
}
.proinftit {
    margin-top: 10px;
    padding: 5px 20px;
    background-color: #e9e9e9;
}
.proinftit_t {
    color: #222;
    font-size: 18px;
}
.proinftit_b {
    font-size: 12px;
    line-height: 20px;
    color: #222;
}
.proinfotable {
    margin-top: 15px;
}
.proinfotabletxt {
    float: left;
    width: 860px;
    min-height: 240px;
    line-height: 30px;
    color: #333;
}
.proinfotabletxttable tr td {
    border-bottom: 1px dotted #feadaf;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 15px;
}
.proinfotabletxttable .proinfotabletxttableheader td {
    line-height: 35px;
    color: #062989;
    font-size: 16px;
    border-bottom: 1px solid #feadaf;
}
.proinfotableimgxj {
    width: 200px;
    float: right;
}
.proinfotableimg {
    width: 198px;
    height: 198px;
    position:relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef;
}
.proinfotableimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 198px;
    max-height: 198px;
}
.proinfotablexj {
    margin-top: 15px;
    text-align: center;
}
.ngoodstable {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}
.ngoodstable .goodstableheader {
    background-color: #f9f9f9;
}
/*.ngoodstable .goodstableheader:hover {
    background-color: #f9f9f9;
}*/
.adfiledownlowd {
    padding-top: 10px;
    padding-bottom: 10px;
}
.adfiledownlowd a, .adfiledownlowd .nodataspan {
    display: inline-block;
    background: url(../images/attach.png) no-repeat 3px center;
    margin-left: 10px;
    background-color: #3f86d6;
    color: #fff;
    padding: 5px 12px;
    border-radius: 6px;
    line-height: 20px;
    padding-left: 22px;
}
.productdet {
    clear: both;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}
.productdet .tab {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e2e2e2;
    padding-left: 20px;
}
.productdet .tab a {
    display: block;
    float: left;
    width: 120px;
    height: 45px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: #3f86d6;
}
.productdet .tab a.on {
    border: 1px solid #e2e2e2;
    border-bottom: #fff;
    border-radius: 4px 4px 0 0;
    line-height: 44px;
    background-color: #fff;
    color: #444;
}
.productdet .content {
    overflow: hidden;
}
.productdet .content .contentplist {
    display: none;
    line-height: 22px;
}
.productdet .content .contentplist:first-child {
    line-height: 35px;
    padding-top: 30px;
}
.relatedpro_cont ul li {
    float: left;
    margin: 10px 5px 0px 5px;
    display: inline;
    width: 197px;
    height: 222px;
    overflow: hidden;
}
.relatedpro_cont ul .proimg {
    width: 195px;
    height: 195px;
    position:relative;
    overflow: hidden;
    text-align: center;
    border: 1px solid #efefef;
}
.relatedpro_cont ul .proimg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    display: block;
    max-width: 195px;
    max-height: 195px;
}
.relatedpro_cont ul .proname {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-align: center;
}
.coamsdslisttable, 
ul.kj_newsrightcontent {
    margin-top: 30px;
}
.coamsdslisttable {
    width: 100%;
}
.coamsdslisttable td {
    height: 38px;
    width: 50%;
    word-break: break-all;
    text-align: center;
    padding: 0 15px;
}
.coamsdslisttable tr {
    border-bottom: 1px solid #e2e2e2;
}
.coamsdslisttable tr:first-child {
    border: 2px solid #e2e2e2;
    background-color: #f5f5f5;
}
.coamsdslisttable a {
    text-decoration: underline;
}
.coamsdslisttable a:hover {
    text-decoration: none;
}
/*详情2*/
.kj_shopping_container{
    padding: 23px;
    border: 1px solid #e5e5e5;
}
.shopping_left{
    float: left;
    width: 400px;
    height: 410px;
    margin-right: 40px;
    margin-top: 20px;
}
.shopl_img{   
    height: 370px;
    text-align: center;
    border: 1px solid #e6e6e6;
}
.shopl_img img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
#main_pic_src {
    background-image: url(../images/noimage.jpg);
    background-size:cover;
    max-width: 99%;
    max-height: 99%;
}
.price_final {
    font-size:36px;
}
#shopCarttable .price_final {
    font-size:16px;
}
.buyamount {
    padding-bottom:10px;
    height:50px;
}
.buyamount span {
    float:left; line-height:35px;
}
.buyamount div {
    border:1px solid #ddd;
    width:112px;
    height:32px;
    float:left;
}
.buyamount div a {
    float:left; width:30px; height:30px; text-align:center;
    line-height:30px; background-color:#efefef;
}
.buyamount div a:hover {
    background-color:#3f86d6; color:#fff;
}
.buyamount div input {
    float:left; height:30px; border:0px; margin:0px; line-height:30px; text-align:center;
    width:50px;
}
.shopping_right{
    width: 500px;
    padding: 0 0 40px;
    margin-top: 20px;
}
.shopping_right .price {
    color: #3f86d6;
    font-size: 16px;
    line-height: 42px;
}
.shopping_right dt, .shopping_right dd {
    color: #777;
    line-height: 36px;
}
.shopping_right dt {
    float: left;
    width: 64px;
}
.shopping_right .line-through {
    color: #3f86d6;
    font-size: 28px;
    line-height: 36px;
}
.xiaoqian {
    font-size: 14px;
}
.xuan {
    padding: 20px 0 0;
    margin: 15px 0;
    border-top: 1px dotted #e6e6e6;
}
.filter-size-list {
    margin: 10px 0;
}
.filter-size-list li a {
    display: block;
    margin: 0 16px 8px 0;
    float: left;
    line-height: 28px;
    padding: 0 10px;
    text-transform: uppercase;
    border: 2px solid #ccc;
}
.filter-size-list .attribute-hover a, .filter-size-list li:hover a{
    border: 2px solid #3f86d6;
    background: url(../images/xuan-di.gif) right bottom no-repeat;
}
.shopping_right .add-cart {
    float: left;
    border: none;
    font-size: 18px;
    width: 159px;
    height: 41px;
    line-height: 41px;
    margin-right: 10px;
    vertical-align: middle;
    background: #3f86d6;
    color: #fff;
    text-align: center;
}
.shopr_title{
    font-size: 16px;
    color: #555;
    padding: 20px 0;
    margin: 0 0 15px;
    border-bottom: 1px dotted #e6e6e6;
}
.shop_cont{
    width: 100%;
    line-height: 28px;
    padding-top: 40px;
}
.shop_cont img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*大包装询价*/
.progoodsbig a {
    display: inline-block;
    width: 103px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #3f86d6;
    color: #fff;
    border-radius: 5px;
    margin-top: 8px;
}
/*购物车*/
.order_item {
    margin-top: 20px;
}
.InfoHTMLBox {
    padding: 10px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 20px;
}
.InfoHTMLBox li {
    padding: 8px;
    border: 1px solid #e2e2e2;
    background-color: #f5f5f5;
}
.InfoHTMLBox li:hover {
    background-color: #fff;
}
/*提交订单后*/
.succtrl a.conshop {
    background-color: #3f86d6;
}
.shopchartpage {
    margin-top: 20px;
}
.cartsubmitsuccessedjl {
    min-height: 400px;
    background-color: #bee1f5;
    padding-top: 60px;
}
.cartsubmitsuccessedjl h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 25px;
}
.cartsubmitsuccessedjl .img_box {
    text-align: center;
    margin-bottom: 52px;
}
.cartsubmitsuccessedjl div.text {
    text-align: center;
    color: #4c4c4c;
    margin-bottom: 20px;
}
.dsuctxt {
    font-size: 18px;
    color: #3f86d6;
    line-height: 90px;
}
.succtrl {
    text-align: center;
    padding-bottom: 30px;
}
.succtrl a{
    display: inline-block;
    background-color: #3f86d6;
    color: #fff;
    padding: 10px 15px;
}
.succtrl a.gotousercenter {
    margin-right: 10px;
}
.autoreguser {
    line-height: 30px;
    color: #4c4c4c;
    margin-bottom: 20px;
    padding-left: 27%;
}
/*订单信息*/
.myordertableitem {
    margin-top:10px; font-size:12px;
    border:1px solid #dddddd;
    border-left:0px solid #dddddd;
        border-bottom:0px solid #dddddd;
}
.myordertableitem td {
    border-bottom:1px solid #dddddd;
    border-left:1px solid #dddddd;
    line-height:20px;
}
.myordertableitem .myorderheader {
    background-color:#efefef;
}
.myordertableitem .myorderheader td {
    padding:8px;
}
.myordertableitem .ordershoppingitems tr:last-child td {
    border-bottom:0px;
}
.myordertableitem .ordershoppingitems td {
    border-left: 0;
}
.proimgv {
    width: 60px;
}
.myordertableitem tr table td {
    height: 32px;
    padding-left: 5px;
}
/*购物车*/
div.shopcartarea {
    padding-top: 20px;
}
.gwc_container{
    padding: 0 20px;
}
.gwc_cont_title h1{
    padding-left: 8px;
    border-left: 4px solid #3f86d6;
    font-size: 16px;
    margin-bottom: 15px;
}
.gwc_cont_content table{
    width: 100%;
    max-width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 12px;
}
.gwc_cont_content table th{
    padding: 20px;
    border-color: transparent;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    border-bottom: 1px solid #e0e0e0;
}
/*.gwc_cont_content table th:nth-child(1){
    width: 410px;
}*/
.gwc_cont_content table tr > td {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    text-align: center;
    padding: 5px 10px;
}
.gwc_cont_content table tr > td.ordercombtnbox {
    text-align: left;
    border-right: 0;
}
.gwc_cont_content table tr > td.merchandise_subtotal {
    text-align: right;
}
.ordercombtn {
    color: #fff;
    background-color: #3f86d6;
    padding: 10px 12px;
}
.gwc_cont_content a.cart_img_box{
    float: left;
    display: inline-block;
    width: 180px;
    max-height: 108px;
    text-align: center;
}
.gwc_cont_content a.cart_img_title, span.cart_img_pagesize{
    display: block;
    text-align: left;
    margin-bottom: 15px;
}
.gwc_cont_content table img {
    display: inline-block;
    max-width: 130px;
    max-height: 80px;
}
.gwc_cont_content .custom-quantity-input {
    width: 108px;
    height: 44px;
    padding-right: 22px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.gwc_cont_content .custom-quantity-input input {
    height: 100%;
    width: 100%;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
    color: #757575;
}
.gwc_cont_content .custom-quantity-input .quantity-btn {
    width: 22px;
    height: 22px;
    line-height: 20px;
}
.custom-quantity-input .quantity-btn {
    background: #fafafa;
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -1px;
    color: #777;
    line-height: 26px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 17px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.75);
}
.custom-quantity-input .quantity-btn.quantity-input-up {
    top: -1px;
    border-radius: 3px 3px 0 0;
}
.custom-quantity-input .quantity-btn.quantity-input-down {
    bottom: -1px;
    border-radius: 0 0 3px 3px;
}
.close-button {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #dcdcdc;
    background-color: #fafafa;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
}
.close-button:hover, .custom-quantity-input .quantity-btn:hover {
    background-color: #3f86d6;
    color: #fff;
}
.gwc_cont_content .item-price-special {
    font-size: 12px;
    display: inline-block;
    margin-top: 6px;
}
.item-total-col .item-price-special,.merchandise_subtotal{
    color: #e82c0c;
}
.merchandise_subtotal{
    text-align: right;
    margin-top: 40px;
    font-size: 22px;
    margin-bottom:15px;
}
.btn{
    background: #3f86d6;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
    padding: 10px 10px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
}
.cart_back a{
    margin-bottom: 60px;
}
/*购物车结算*/
h4.order_cont_title{
    font-size: 18px;
    margin-bottom: 4px;
}
.order_payment a{
    padding: 10px 15px;
    display: inline-block;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 4px;
    margin-bottom: 50px;
    border-radius: 3px;
}
.order_payment a:hover, .order_payment a.active{
    background-color: #3f86d6;
    color: #fff;
}
.order_operating{
    border-bottom: 1px solid #e2e2e2;
    margin: 20px 0 40px;
    padding: 0 12px 20px;
}
.order_operating a{
    margin-right: 10px;
}
.order_operating span i{
    font-size: 20px;
    font-weight: bold;
    color: #e82c0c;
}
.order_total{
    height: 47px;
    text-align: right;
    font-size: 16px;
    line-height: 45px;
    border: 1px solid #3f86d6;
    background-color: #bad1ea;
    margin-top: 40px;
    margin-bottom: 30px;
}
.order_total span {
    font-size: 20px;
    font-weight: bold;
    color: #3f86d6;
    padding-right: 6px;
}
.order_total input {
     width: auto;
     height: 45px;
     font-size: 18px;
     font-weight: bold;
     background-color: #3f86d6;
     color: #ffffff;
     padding: 0 12px;
 }
.order_message{
    margin-top: 15px;
    width: auto;
    padding-bottom: 20px;
}
/*订单详情*/
.ddxx_title{
    font-size: 16px;
    margin-bottom: 12px;
}
.ddxx_right > .ddxx_title{
    margin-bottom: 40px;
}
.ddxx_table table{
    width: 100%;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    margin-bottom: 60px;
}
.ddxx_table table td{
    height: 45px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}
.forminfo {
    display: none;
}
.usercenterright11 .forminfo {
    display: block;
} 
.gwc_order .forminfo dl, 
.kj_usercenter .userfindpw_from dl,
.kj_usercenter .userreg_from dl, 
.kj_usercenter .userlogn_from dl{
    position: relative;
    width: 437px;
    height: 47px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    margin-bottom: 25px;
}
.gwc_order .forminfo dd span[style="color:red"], 
.kj_usercenter .userfindpw_from dd span[style="color:red"], 
.kj_usercenter .userreg_from dd span[style="color:red"], 
.kj_usercenter .userlogn_from dd span[style="color:red"] {
    position: absolute;
    right: -15px;
    top: 35%;
}
.gwc_order .forminfo dd span.formcolumn-item-tipstxt,
.kj_usercenter .userfindpw_from dd span.formcolumn-item-tipstxt,
.kj_usercenter .userreg_from dd span.formcolumn-item-tipstxt,
.kj_usercenter .userlogn_from dd span.formcolumn-item-tipstxt{
    position: absolute;
    left: 120px;
    top: 105%;
}
#shopcartRemarkinfo .filedsetdiv, #shopcartpaymethod .filedsetdiv {       
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.filedsetdiv input {
    border: 1px solid #ccc;
}
.gwc_order .forminfo dl dt.formcolumn-item-tit,
.kj_usercenter .userfindpw_from dl dt.formcolumn-item-tit,
.kj_usercenter .userreg_from dl dt.formcolumn-item-tit,
.kj_usercenter .userlogn_from dl dt.formcolumn-item-tit{
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #3f86d6; 
    background-color: #f2f2f2;
    width: 120px;
    height: 45px;
    border-right: 1px solid #dcdcdc;
    border-radius: 3px 0 0 3px;
    line-height: 45px;
    letter-spacing: 2px;
    padding-left: 15px;
}
.gwc_order .forminfo dl:nth-last-child(-n + 2),
.kj_usercenter .userfindpw_from dl:nth-last-child(1),
.kj_usercenter .userreg_from dl:nth-last-child(1),
.kj_usercenter .userlogn_from dl:nth-last-child(-n + 2) {
    border: 0;
}
.kj_usercenter .userlogn_from dl {
    margin-bottom: 35px;
}
.gwc_order .forminfo dl:nth-last-child(-n + 2) dt,
.kj_usercenter .userreg_from dl:nth-last-child(1) dt,
.kj_usercenter .userchgpwd_from dl:nth-last-child(1) dt,
.kj_usercenter .userlogn_from dl:nth-last-child(-n + 2) dt {
    display: none;
}
.gwc_order .forminfo dl:nth-last-child(2) dd input,
.kj_usercenter .userlogn_from dl:nth-last-child(2) dd input{
    width: 13px!important;
    height: 13px!important;
}
.kj_usercenter .userreg_from .form-vcodebox {
    float: right;
}
.kj_usercenter .userlogn_from dl:nth-last-child(3) dd input,
.kj_usercenter .userreg_from dl:nth-last-child(2) dd input {
    width: 195px;
}
.kj_usercenter .userreg_from #formcolumn_reguser_uname span.formcolumn-item-tipstxt {
    width: 111%;
}
.gwc_order .forminfo dl:nth-last-child(2),
.kj_usercenter .userlogn_from dl:nth-last-child(2) {
    margin-bottom: 0;
}
.gwc_order .forminfo dl:nth-last-child(1) dd input,
.kj_usercenter .userfindpw_from dl:nth-last-child(1) dd input,
.kj_usercenter .userreg_from dl:nth-last-child(1) dd input,
.kj_usercenter .userlogn_from dl:nth-last-child(1) dd input {
    width: auto!important;
    height: auto!important;
    color: #fff;
    border-radius: 4px;
    background-color: #3f86d6;
    padding: 10px 15px !important;
}
.kj_usercenter .userlogn_from dl:nth-last-child(1) dd a {
    margin-left: 10px;
    line-height: 35px;
}
.kj_usercenter .userlogn_from .form-vcodebox img,
.kj_usercenter .userreg_from .form-vcodebox img{
    float: right;
    height: 46px;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}
.gwc_order .forminfo .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userfindpw_from .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userreg_from .formcolumn-item .formcolumn-item-ct,
.kj_usercenter .userlogn_from .formcolumn-item .formcolumn-item-ct  {
    margin-left: 0;
}
.gwc_order .forminfo .formcolumn-item  input,
.kj_usercenter .userfindpw_from .formcolumn-item input,
.kj_usercenter .userreg_from .formcolumn-item input,
.kj_usercenter .userlogn_from .formcolumn-item input {
    width: 100%;
    height: 45px;
    padding: 0 10px;
}
.gwc_order .forminfo .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userfindpw_from .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userreg_from .formcolumn-item .formcolumn-item-ct select,
.kj_usercenter .userlogn_from .formcolumn-item .formcolumn-item-ct select {
    width: 33.333%;
    height: 45px;
}
.gwc_order .forminfo dd,
.kj_usercenter .userfindpw_from dd,
.kj_usercenter .userreg_from dd,
.kj_usercenter .userlogn_from dd{
    float: left;
    height: 47px;
}
.gwc_order .forminfo dd input,
.kj_usercenter .userfindpw_from dd input,
.kj_usercenter .userreg_from dd input,
.kj_usercenter .userlogn_from dd input {
    width: 100%;
    height: inherit;
}
.gwc_order .forminfo dd,
.kj_usercenter .userfindpw_from dd,
.kj_usercenter .userreg_from dd,
.kj_usercenter .userlogn_from dd{
    width: 315px;
}
.formset_title {
    padding-left: 215px;
    margin: 0 auto 20px;
}
/*会员中心*/
.cont_mm_left {
    width: 200px;
    padding-bottom: 12px;
}
.cont_mm_left h2{
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: 22px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #191E1F;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.cont_mm_left h3{
    padding-left: 20px;
    font-size: 12px;
    margin: 0;
    height: 25px;
    line-height: 25px;
    color: #555;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.cont_mm_left ul ul{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.cont_mm_left li li{
    padding-left: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.cont_mm_left li li a{
    padding-left: 8px;
    border-left: 2px solid transparent;
}
.cont_mm_left li li.on a{
    display: inline-block;
    border-left: 2px solid #3f86d6;
    line-height: 16px;
    font-weight: bold;
    color: #3f86d6;
}

/*大包装询价*/
#ORDERFORM .formcolumn-item {
    clear: both;
}
#ORDERFORM .formcolumn-item .formcolumn-item-tit {
    width: 120px;
    float: left;
    text-align: right;
    line-height: 30px;
}
#ORDERFORM .formcolumn-item .formcolumn-item-ct {
    margin-left: 130px;
}
#ORDERFORM .formcolumn-item select {
    height: 25px;
}
#ORDERFORM .formcolumn-item .formcom-area, 
#ORDERFORM .formcolumn-item .formcom-ipt, 
#ORDERFORM .formcolumn-item .formcom-vcode {
    width: 300px;
    padding: 6px 6px;
    border: #ABABAB 1px solid;
    box-shadow: 2px 2px 3px #EDEDED inset;
    font-size: 12px;
}
#ORDERFORM .formcolumn-item .formcom-area {
    height: 50px;
}
#ORDERFORM .formcolumn-item .formcom-vcode {
    width: 160px;
}
#ORDERFORM .formcolumn-item .form-vcodebox img {
    border: #ABABAB 1px solid;
}
#ORDERFORM .extclass_title, .formset_title {
    font-size: 14px;
    font-weight: bold;
}
#ORDERFORM .formcolumn-item .formcolumn-item-tipstxt {
    color: #999999;
}
#ORDERFORM .formcolumn-item .form-vcodebox {
    float: left;
    padding-right: 10px;
}
#ORDERFORM .formcolumn-item .needFill {
    border: 1px solid #e47a7a;
    box-shadow: 2px 2px 3px #f5e9e6 inset;
    background-color: #fefbfa;
}
#ORDERFORM .orderform .formcolumn-item .formcolumn-item-tipstxt {
    color: red;
}
#ORDERFORM .nombtn {
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    border: 0px;
    background-color: #3f86d6;
    color: #ffffff;
}
#ORDERFORM .formcolumn-item-ct .userloginbtn {
    float: left;
}
#ORDERFORM .formcolumn-item-ct a {
    float: left;
    margin-left: 10px;
    height: 34px;
    line-height: 34px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #3f86d6;
    color: #ffffff;
}
.ui-dialog #ORDERFORM.ui-dialog-content {
    overflow: visible;
}
#ORDERFORM dl {
    margin-bottom: 6px;
}
#ORDERFORM dl:last-child {
    padding: 20px 0;
}

/*结构式搜索*/
.searchobtype {
    margin-top: 8px;
    height: 55px;
    line-height: 35px;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #f8f8f8;
}
.sirecitx {
    height: 34px;
    background-color: #3f86d6;
    color: #fff;
    border: 0px;
    width: 100px;
    float: right;
}

.batchsearchlist{ border-collapse:collapse;border:1px solid #cccccc;}
.batchsearchlist a{ color:#000000;}
.batchsearchlist td{
	border-bottom:1px solid #cccccc; padding:8px;
}
.batchsearchlist .batchsearchlistheader{ background-color:#efefef; font-size:14px; font-weight:bold;}
.batchsearchlist .rowclass1{ background-color:#ffffff;}
.batchsearchlist .rowclass0{ background-color:#f8f8f8;}
.batchsearchlist li{
    box-shadow:none;
    border:0;
    padding:0;
    margin: 0;
}


