/* 初始化 全局公用   */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#E9E9E9; color:#555; font-size:14px; font-family: "微软雅黑",Verdana, Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
a:hover { text-decoration:none; }
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px Verdana,Helvetica,Arial,sans-serif; }
table { border-collapse:collapse; }
html {overflow-y: scroll;} 
input:focus, textarea:focus {
	outline:none;
}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.clear {clear: both;}
.ks-hidden {
	display: none;
}
/* = 表单控件
------------------------------------------ */
.ks-theme-color {
	color: #47B34D !important;
}
.ks-form-group {
	margin-bottom: 5px;
}
.error_{
	color: red;
}
.ks-form-group label {
	display: block;
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 10px;
}
.ks-control{
	border:none;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 25px;
}
.ks-control-group {

}
.ks-control-group .ks-a-button {
	width: 120px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	margin-right: 20px;
}
.ks-control-group .entity-bule {
	background-color: #06A7E1;
	border:1px solid #06A7E1;
	color: #FFFFFF;
}
.ks-control-group .empty-bule {
	border:1px solid #06A7E1;
	color: #06A7E1;
}
.ks-form-group .entity-green {
	width: 180px;
	height: 43px;
	background-color: #47B34D;
	color: #FFFFFF;
	border:none;
	border-radius: 5px;
	cursor: pointer;
}
.ks-horizontal-controls .ks-label {
	float: left;
}
.ks-horizontal-controls .ks-button {
	float: left;
}

.ks-controls .ks-a-button {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border:1px solid #ccc;
    text-align: center;
    border-radius: 5px;
}

.ks-point {
	cursor:pointer;
}

input.ks-send-sms {
	width: 110px !important;
	margin-left: 10px;
	height: 43px;
	background-color: #47B34D;
	color: #FFFFFF;
	border:none;
	border-radius: 5px;
	cursor: pointer;
}
/* = 图片图标 icon
------------------------------------------ */
.ks-icon-img {
	width: 15px;
	height: 15px;
	display: inline-block;
	background-repeat: no-repeat;
}
.ks-icon-mobile {
	background-image:url(../images/04_phone.png) !important;
}
.ks-icon-verif {
	background-image:url(../images/04_code.png) !important;
}
/* 商户个人管理中 icon */
.ks-icon-rob {
	background-image: url('../images/13_robgrey.png');
}
.ks-icon-myorder {
	background-image: url('../images/13_ordergrey.png');
}
.ks-icon-mycenter{
	background-image: url('../images/13_personalgrey.png');
}

/*银行icon*/
.icon-block{width: 126px;height: 36px;}
.icon-bank{ background: url(../images/banks.jpg) no-repeat; width: 126px; height: 36px;}
.icon-bank-ALIPAY{ background-position:0px -6913px;}/*支付宝*/

/* = uploadify上传插件样式
------------------------------------------ */
.uploadify-button {
	position: relative;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #27ae60;
}
.uploadify-button {
	position: relative;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background-color: #27ae60;
}
.uploadify-queue-item {
	position: absolute;
	margin-top: 4px;
	padding: 15px;
	width: 470px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.uploadify-queue-item .cancel {
	float: right;
}
.uploadify-queue-item .cancel a,
.uploadify-queue-item .cancel a:hover {
	font-family: Consolas;
	color: #404040;
	text-decoration: none;
	border-bottom: 0 none;
}
.uploadify-queue-item .fileName {
	color: #2D7200;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}
.uploadify-queue-item.completed {
	background-color: #E5E5E5;
}
/******* validate ******/
.ks-form-group .validate-error label {
	clear: both;
	color: red;
	padding-left: 80px;
	display: block;
	width: 370px;
	text-align: left;
}

/**** send SMS ****/
.send-sms {
	border:none;
	border: 1px solid #ccc;
	width: 90px;
	height: 35px;
	background-color: #47B34D;
	color: #FFFFFF;
	cursor: pointer;
}
.sms-disabled {
	background-color: #B6B6B6 !important;
}

/*分页*/
.ks-page .current {
	border: 1px solid #e6e6e6;
	display: inline-block;
	background-color: #06A7E1;
	color: #FFFFFF;
    margin: 0 2px;
    padding: 0 14px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    font-family: arial;
}
.ks-page a {
	border: 1px solid #e6e6e6;
    background: #eee;
	display: inline-block;
    margin: 0 2px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: arial;
}

.main {width: 1190px;margin: 0 auto;}
.main-full {width: 100%;}
.top {border-bottom: 1px solid #cccccc;height: 85px;}
.top .top-img {text-align: center;width:100%;height: 55px;background-color: #4F72C3;position: fixed;z-index: 999;}
.margin-center {margin:0 auto;}
.top .area {
	width: 300px;
	float: left;
	position: relative;
}
.top .area .hot_icon {
	height: 30px;
	background-image: url(../images/city-icon.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-top: 60px;
}
.top .more_address {
	background-color: #FFFFFF;
	position: absolute;
	left: 143px;
	border: 1px solid #CCCCCC;
	z-index: 100;
	width: 480px;
	top: 90px;
	display: none;
}
.home_city_list_arrow {
	display: none;
    position: absolute;
    z-index: 100;
    top: 75px;
    left: 167px;
    /* display: inline-block; */
    width: 0;
    height: 0;
    line-height: 0;
    border: 8px dashed transparent;
    border-bottom: 8px solid #cccccc;
    font-size: 0;
}
.home_city_list_arrow em{
	position: absolute;
    top: -4px;
    left: -6px;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    color: #666;
    border-top: 6px dashed transparent;
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-bottom: 6px solid #fff;
}
.current {
	background-color: #38D77B;
    color: #fff;
	padding: 5px 15px;
    font-size: 18px;
    border-radius: 4px;
}
.nav .nav-menu li a{
	padding: 2px 5px;
}
.nav .nav-menu li a:hover{
	background-color: #38D77B;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
}
.top .more_address li{
	width: 50px;
	height: 30px;
}

.top .area ul li{
	float: left;
	margin-left: 10px;
}
.top .login-info {
	width: 300px;
	float: right;
	margin-top: 55px;
}
.top .login-info ul {
	height: 30px;
	margin-top: 5px;
}
.top .login-info ul li {
	float: right;
	margin-left: 10px;
}
.nav {
	padding-top: 5px;
	height: 62px;
}
.nav .index-logo {
	width: 150px;
	float: left;
}
.nav .nav-menu {
	float: left;
	margin-left: 50px;
}
.nav .nav-menu ul li {
	float: left;
	font-size: 20px;
	margin-left: 20px;
	line-height: 62px;
}
.nav .search {
	width: 240px;
	float: right;
	padding-top:10px;
}
.nav .search .search-input {
	width: 240px;
	border: 1px solid #38D77B;
}
.nav .search .search-input input {
	height: 50px;
	
}

.nav .search .search-input input:-webkit-input-placeholder{
	color: #FFFFFF;
}
.nav .search .search-input input[type='text'] {
	width: 186px;
	background-color: #E9E9E9;
	border:none;
}
.nav .search .search-input input[type='submit'] {
	width: 54px;
	height: 54px;
	background-color:#38D77B;
    border-width:0;
    cursor: pointer;
    background-image: url(../images/serch.png);
    background-repeat: no-repeat;
    background-position: center;
}
.banner {
	/*background-image: url(../images/banner-bg.jpg);*/
	background-repeat: no-repeat;
	width: 100%;
	height: 550px;
	margin-top:10px;
	padding-top: 20px;
}
.banner .brand-top {
	margin-top:20px;
}
.banner .brand-top ul li{
	float: left;
	margin-right: 11px;
	width: 120px;
	height: 120px;
}
.banner .brand-top ul li img{
	width: 100%;
	height: 100%;
}
.slide .unslider {
	position: relative;
	height: 412px;
}
.slide .unslider .unslider-nav {
	position: absolute;
	bottom: 10px;
}

.slide .unslider .unslider-nav ol li{
	float: left;
	margin-left: 10px;
}

.slide .unslider .slide-img {
	width: 772px;
}
.new-news {
	width: 772px;
	
}
.new-news{
	position: relative;
	background-color: #E9D8CA;
	margin-top:13px;
	top: 15px;
	padding: 1px;
	height: 20px;
	overflow: hidden;
}
.new-news .news-lists {
	height: 20px;
}
.new-news .news-lists ul li {
	height: 20px;
} 
.new-news .new-title {
	color: #FF3D01;
	font-weight: bold;
}
.new-news .title {
	float: left;
}

.flow {
	margin-top: 35px;
}
.flow .flow-icon {
	width: 100px;
	float: left;
	text-align: center;
	margin-left: 45px;
	margin-right: 45px;
	font-weight: bold;
}
.flow .flow-icon img{
	width: 100%;
	height: 100%;
}
.flow .dash-line {
	margin-top:55px;
	float: left;
}
.categ {
	margin-top: 30px;
}
.categ .product{
	position: relative;
	float: left;
	cursor: pointer;
}
.categ .product .over-flow{
	width: 595px;
	height: 400px;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
}
.categ .product .over-flow .sj-img{
	text-align: center;
	margin-top:130px;
}
.categ .product .font-back {
	background-color: #ffffff;
	width: 387px;
	margin: 0 auto;
	margin-top: 20px;
}
.categ .product .font-back p{
	float: left;
	font-size: 22px;
	margin-left: 28px;
	
}
.categ .product .img {
	width:595px;
	height: 400px;
}
.categ .product .img img {
	width: 100%;
	height: 100%;
}
.categ .product .phase {
	color:#FFFFFF;
}
.categ .product .phase {
	width: 387px;
	margin:0 auto;
}
.categ .product .phase h3 {
	margin-top:18px;
	margin-bottom: 10px;
	font-size: 22px;
}
.categ .product .phase p{
	margin-bottom: 2px;;
}
.main-full {
	width: 100%;
}
.big-font-left {
	width: 251px;
	height: 396px;
	float: left;

	background-color: #FFE400;
}
.big-font-left .img {
}
.big-font-left .img img {
	width: 100%;
}
.big-font-left .font {
	font-size: 25px;
	font-weight:bold;
	color: #333333;
	letter-spacing:20px
}
.big-font-left h3 {
	font-size: 30px;
	font-weight:bold;
	color: #000000;
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
}
.big-font-left h4 {
	color: #4D4D4D;
	text-align: center;
	font-size: 20px;
}
.center-product {
	float: left;
	margin-left: 20px;
}
.center-product .img {
	width: 300px;
}
.center-product .img img{
	width: 100%;
	height: 100%;
}
.top-product {
	background-color: #FFFFFF;
	width: 300px;
	float: left;
	margin-left: 10px;
}
.top-product .img {
	text-align: center;
	padding-top:10px;
	height: 208px;
	overflow: hidden;
}
.top-product .product-name p span {
	background-color: #C98B54;
	color: #FFFFFF;
	width: 60px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	float: left;
	font-size: 14px;
	margin-left: 24px;
}
.top-product .product-name p {
	color: #000000;
	font-size: 20px;
	margin-top:10px;
	text-align: center;
}
.top-product .product-price {
	margin-top:10px;
	margin-left: 24px;
	font-size: 17px;
}
.top-product .product-price span {
	color: #FF2C2C;
	font-weight: bold;
	margin-right: 5px;;
}
.top-product .product-price s {
	color: #A5A5A5;
	margin-left: 5px;
}
.top-product a {
	text-decoration:none;
}
.top-product .back-button {

	border: solid #CD935F 2px;
	width:225px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-weight: bold;
	color:#CA8C56;
	font-size: 18px;
	margin-top:20px;
	margin-bottom: 20px;
}
.elec-right {
	margin-left: 8px;
	width: 300px;
	float: left;
}
.elec-right .elec {
	background-color: #FFFFFF;
	width: 290px;
	float: left;
	
}
.elec-right .elec .img {
	float: left;
}
.elec-right .elec {
	padding: 5px;
	margin-bottom: 10px;
}
.elec-right .elec .attr {
	width: 130px;
	float: left;
}
.elec-right .elec .elec-title {
	background-color:#C98B54;
	color:#FFFFFF;
	width:100px;
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom: 10px;
}
.elec-right .elec h2 {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom:5px;
}
.elec-right .elec .attr p a{
	font-size: 10px;
	color: #A0A0A0;
	cursor: text;
}
.elec-right .elec h3 {
	clear: both;
	padding-left: 10px;
	color: #A2A2A2;
	font-size: 17px;
}
.elec-right .elec h3 span {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
.elec-right .elec .button-a {
	color: #C98B54;
	border: solid #C98B54 2px;
	width: 225px;
	height: 40px;
	margin:0 auto;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	margin-top:10px;
	margin-bottom: 15px;
}
.address-top {
	margin-top: 40px;
}
.address-img {
	float: left;
	width: 480px;
	height: 450px;
}
.address-img img {
	width: 100%;
	height: 100%;
}
.address-top .address {
	width: 375px;
	float: left;
	border:solid #CCCCCC 1px;
	margin-left: 10px;
	background-color: #FFFFFF;
	height: 450px;
}
.address-top .address h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border-bottom: solid #CCCCCC 1px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.address-top .address ul {
	padding-top: 10px;
}
.address-top .address ul li:hover{
	background-color:#98ADDB;
}
.address-top .address ul li {
	font-size: 16px;
	height: 30px;
	padding-left: 20px;
	line-height: 30px;
	
}
.address-top .area {
	width: 310px;
	height: 450px;
	background-color: #FFFFFF;
	float: left;
	margin-left: 10px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	overflow-y:scroll;
}
.address-top .area ul {
	display: none;
}
.address-top .area ul:first-child{
	display: block;
}
.address-top .area ul li {
	width: 144px;
	height: 125px;
	float: left;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	text-align: center;
	line-height: 125px;
}
.wx-news {
	background-image: url(../images/news-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 300px;
	height: 427px;
	color: #FFFFFF;
	padding-top: 15px;
	float: left;
	margin-right:3px;
}
.wx-news h3 {
	background-color: #FFFFFF;
	color: #467148;
	font-weight: bold;
	width: 100px;
	height: 30px;
	font-size: 18px;
	margin-left: 20px;
	text-align: center;
	line-height: 30px;
}
.wx-news ul {
	margin-left: 20px;
	margin-top: 18px;
}
.wx-news ul li {
	color: #FFFFFF;
	margin-bottom: 17px;
}
.class-new-box {
	float: left;
	width: 887px;
	
}
.class-new-box .index-news {
	position: relative;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	
}
.class-new-box .index-news .img {
	width: 440px;
	height: 220px;
}
.class-new-box .index-news .img img{
	width: 100%;
	height: 100%;
}
.class-new-box .news-title {
	width: 420px;
	height: 35px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 15px;
}
.about {
	background-color: #403D3C;
	height: 200px;
}
.bottom {
	margin-top: 15px;
}
.bottom .help {
	float: left;
	width: 200px;
	text-align: left;
	padding-left: 83px;
}
.bottom .help h3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 15px;
}
.bottom .help li {
	margin-bottom: 10px;
}
.bottom .logo-s {
	margin-top: 20px;
}
.bottom .logo-s .img {
	float: left;
	width: 396px;
	text-align: center;
}
.bottom .bottom-link {
	width: 505px;
	margin: 0 auto;
}
.bottom .bottom-link a li{
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px #CCCCCC solid;
}
.bottom-link a:last-child li:last-child{
	border-right:none;
}
.bottom p {
	text-align: center;
	margin-top: 15px;
}
.main .service li{
	float: left;
	width: 260px;
	margin-top:30px;
	text-align: center;
	border-right: 3px #807A78 solid;
	color: #FFFFFF;
	font-size: 22px;
}
.main .service li:last-child{
	border-right: none;
}
.main .service li span{
	color: #B2B2B2;
	margin-right: 12px;
}
.banner .slide {
	float: left;
}
.index-video {
	background-color: #3B3B3B;
	width: 404px;
	height: 590px;
	float: left;
}
.fixed-icon {
	position: fixed;
	color: #FFFFFF;
	right: 10px;
	top:300px;
}
.fixed-icon ul li {
	/*position: fixed;*/

	border-radius: 5px;
	background-color: #38D77B;
	margin-top:5px;
	text-align: center;
	width: 45px;
	height: 45px;
	
}
.fixed-icon ul li img{
	margin-top:8px;
}
.fixed-icon ul li a {
	color: inherit;
}
.video{
	margin-top: 25px;
}

.index-video .img {
	text-align: center;
	margin-top: 25px;
}
.vjs-default-skin .vjs-big-play-button {
  width: 2em;
  height: 2em;
  border-radius:2em;
}
.vjs-default-skin .vjs-big-play-button:before{
  line-height:2em;
}
.vjs-default-skin .vjs-big-play-button {
  left:160px;
  top:70px;
}

.index-video .link-font .recovery-buttom {
	width: 220px;
	height: 50px;
	border: 3px solid #38D77B;
	margin:0 auto;
	color: #38D77B;
	text-align: center;
	line-height: 50px;
	margin-top:40px;
	font-size: 22px;
	font-weight: bold;
	
}
.index-video .link-font p {
	text-align: center;
	color: #ABABAB;
	margin-top: 10px;
}
.index-video .link-font p a{
	color: #ABABAB;
}



.slide .unslider .unslider-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 6px;
    cursor: pointer;
    opacity: .4;
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.slide .unslider .unslider-nav li.unslider-active{
	background: #fff;
	opacity: 1;
}
.slide .unslider .next {
	background-image: url(../images/banner-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 25px;
	width: 45px;
	height: 45px;
	right: 15px;
}
.slide .unslider .prev {
	background-image: url(../images/banner-arrow.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: -25px;
	width: 45px;
	height: 45px;
	left: 0px;
}
.mobile-brand-filter {
	background-color: #FFFFFF;
	margin-top:30px;
}
.mobile-brand-filter .top{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #CCCCCC;
	
}
.mobile-brand-filter .top .title{
	float: left;
	margin-left: 18px;
}
.mobile-brand-filter .top .search{
	float: right;
	margin-right: 15px;
}
.mobile-brand-filter .top .search input{
	border:1px solid #F5F5F5;
	height: 30px;
	border-radius: 5px;
	background-image: url(../images/search_icon.png);
	background-repeat: no-repeat;
	background-position: 3px;
}
.brand-main ul {
	padding-left: 30px;
	padding-right: 30px;
	height: 150px;
	overflow: hidden;
}
.brand-main ul li{
	float: left;
	margin-left: 20px;
	margin-top:20px;
}
.brand-main .img{
	width: 100px;
	height: 50px;
	border:1px solid #CCCCCC;
	
}
.brand-main .img img{
	width: 100%;
	height: 100%;
}
.brand-main p{
	text-align: center;
	margin-top: 20px;
	padding-bottom: 10px;
}
.mobile-list{
	background-color: #FFFFFF;

}
.bg-line {
	background-color: #FFFFFF;
	position: relative;
	top:3px;
}
.mobile-list ul{

}
.mobile-list ul li{
	float: left;
	width: 237px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-top: 25px;
	
}
.mobile-list ul li .img{
	text-align: center;
	margin-bottom: 30px;
}
.mobile-list ul li p{
	padding-left: 15px;
	margin-bottom: 10px;
}
.mobile-list ul li p.title{
	color: #333333;
	font-size: 18px;
}
.mobile-list ul li .sales span{
	color: red;
	margin-left: 5px;
}
.mobile-list ul li .price{
	color: #46D983;
	font-size: 17px;
}
.mobile-list ul li .price .list-button {
	background-color: #46D983;
	color: #FFFFFF;
	float: right;
	margin-right: 30px;
	padding: 2px 4px;
	font-size: 14px;
	border-radius: 3px;
	font-weight: bold;
}
.product-attr {
	background-color: #FFFFFF;
	width: 650px;
	margin-top: 45px;
	clear: both;
	float: left;
}
.product-attr h3{
	margin-left: 30px;
	font-size: 18px;
	margin-bottom: 15px;
}
.product-attr .button-block {
	padding-left: 50px;
}
.product-attr ul {
	padding-top: 1px;
	padding-bottom: 40px;
}
.product-attr ul li:first-child{
	color: inherit;
}
.product-attr ul li {
	margin-top: 40px;
	color: #CDCDCD;
}
.product-attr .attr-button{
	/*width: 180px;*/
	min-width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	background-color: #E8E8E8;
	float: left;
	margin-right: 10px;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	margin-bottom: 10px;
}
.product-attr .attr-button input{
	opacity: 0;

}
.attr-botton-chosse {
	background-color: #38D77B !important;
	color: #FFFFFF !important;
}
#check-price{
	border: none;
	width: 200px;
	height: 50px;
	/*background-color: #38D77B;*/
	background-color:#CDCDCD;
	color: #FFFFFF;
	margin-top: 40px;
	cursor: pointer;
	border-radius: 5px;
}
.product-info {
	float: left;
	margin-top:45px;
	background-color: #FFFFFF;
	margin-left: 670px;
	width: 490px;
	padding-top: 40px;
	padding-left: 15px;
	padding-right: 15px;
	position: fixed;
}
.product-info .product h4{
	font-size: 18px;
	margin-bottom: 30px;
}
.product-info .product .img{
	width: 68px;
	height: 138px;
	float: left;
	margin-left: 22px;
	margin-right: 40px;
}
.product-info .product {
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.product-info .product .img img{
	width: 100%;
	height: 100%;
}
.product-info .product .info h2{
	font-size: 18px;
	margin-bottom: 18px;
}
.product-info .product .info h3 {
	margin-bottom: 18px;
}
.product-info .product .info h3 font{
	font-size: 18px;
}
#buy-now {
	border: none;
	width: 120px;
	height: 35px;
	background-color: #38D77B;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}
#buy-now2 {
	border: none;
	width: 120px;
	height: 35px;
	background-color: #38D77B;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}
.dont-order {
	position: absolute;
	width: 265px;
	height: 60px;
	left: 135px;
	top:160px;
}
.product-info .product .info p input[type='submit'] {
	border: none;
	width: 120px;
	height: 35px;
	background-color: #38D77B;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
}
.product-info .product .info p input[type='button'] {
	border: none;
	width: 120px;
	height: 35px;
	border:3px solid #38D77B;
	border-radius: 5px;
	background-color: #FFFFFF;
	color: #38D77B;
	cursor: pointer;
	
}
.product-info .prodcut-attr-show {
	min-height: 20px;
	padding-left: 25px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.product-info .prodcut-attr-show p{
	margin-bottom: 10px;
}
.product-info .prodcut-attr-show span{
	color: #C6C6C6;
}
.ad {
	margin-top: 15px;
}
.elec-list-block {
	background-color: #FFFFFF;
	margin-bottom: 40px;
}
.elec-list-block ul li{
	width: 238px;
	float: left;
	border-bottom: 1px solid #CCCCCC;
}
.elec-list-block ul li .img {
	width: 180px;
	height: 180px;
	margin:0 auto;
	margin-top: 45px;
	margin-bottom: 45px;
}
.elec-list-block ul li .img img{
	width: 100%;
	height: 100%;
}
.elec-list-block ul li h3 {
	text-align: center;
	font-size: 15px;
	color: #000000;
}
.elec-list-block ul li h4 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.elec-list-block ul li h4 span{
	color: #38D77B;
	font-size: 15px;
	font-size: 16px;
}
.elec-list-title-p {
	margin-bottom: 10px;
}
.elec-list-icon {
	position: relative;
	top:6px
}
.elec-list-title {
	border-bottom: 2px solid #38D77B;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-top: 10px;
	background-position: 0px 1px;
}
#elec-nav {
	position: fixed;
	margin-left: -70px;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	text-align: center;
}
#elec-nav h4 {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
#elec-nav ul li{
	border-top: 1px solid #CCCCCC;
	height: 50px;
	line-height: 50px;
	cursor: pointer;

}
#elec-nav ul li span{
	display: none;
}
#elec-nav ul li.hiden {
	background-color: #38D77B;
	color: #FFFFFF;
}
#elec-nav ul li.hiden a{
	color: #FFFFFF;
}
#elec-nav ul li img{
	margin-top: 10px;
}
.wx-index-hover:hover .wx-index {
	width: 258px;
	height: 258px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.app-hover:hover .app-code {
	width: 258px;
	height: 350px;
}
.wx-index,.app-code {
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: 48px;
	left: -210px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.app-code {
	top:0px;
}
.weixin {
	background-image: url(../images/down-app.png);
	height: 122px;
}
.weixin div:hover img{
    transform: scale(1.5);
    transition: all 1s ease 0s;
}
.weixin .app-ios,.app-android {
	float: left;
	margin-left: 43px;
	margin-top:5px;
	cursor: pointer;
	width: 80px;
	height: 80px;
}
/** 企业大宗回收 */
.bulk-full {
	width: 100%;
	background-color: #F1F1F1;
	padding-top:30px;
	margin-top: 6px;
}

.bulk {
	background-color: #FFFFFF;
	width: 990px;
	margin:0 auto;
	margin-bottom: 10px;
}
.bulk table {
	width: 960px;
	margin:0 auto;
}
.bulk td,th{
	text-align: left;
	padding-left: 20px;
	border: 1px solid #E0E0E0;
	height: 40px;
}
.bulk td {
	color: #000000;
}
.bulk th {
	font-size: 16px;
}
.bulk table tr:nth-child(odd){
	background-color:#F9F9F9;
}
.bulk .tip{
	width: 960px;
	margin:0 auto;
	padding:15px 0 15px 0;
}
.bulk .tip .tip-color{
	color: red;
}
.bulk .bulk-add{
	text-align: center;
}
.bulk .bulk-button{
	background-color: #399236;
	border:none;
	color: #FFFFFF;
	font-size: bold;
	padding: 8px;
	border-radius: 5px;
	width: 80px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.bulk .bulk-content {
	width: 960px;
	margin:0 auto;
	padding-bottom: 20px;
	padding-top: 10px;
}
.bulk .bulk-content .bulk-file {
	width: 80px;
	float: left;
	margin-right: 20px;
	background-color: #E9E9E9;
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
}
.bulk .bulk-content .bulk-file .bulk-del {
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.bulk .bulk-content .bulk-file .bulk-del p{
	text-align: center;
	margin-top: 40px;
	color: #FFFFFF;
}
.form-control .form-line {
	margin-top: 10px;
}
.form-control .form-line label {
	width: 280px;
	display: inline-block;
	text-align: right;
	padding-right: 20px;
}
.bulk .bulk-content .bulk-address select {
	width: 120px;
	text-align: center;
}
.bulk .bulk-content .bulk-address input[type=text] {
	width: 365px;
}
.login-body {
	background-color: #FFFFFF;
}
.login-main {
	width: 1190px;
	margin:0 auto;
}
.login-head {
	height: 100px;
	width: 100%;
	border-bottom: 1px solid #CCC;
}
.login-ad {
	width: 100%;
	height: 540px;
}
.login-head .login-head-left .login-logo {
	width: 135px;
	padding-top: 20px;
	float: left;
}
.login-head-left .login-title {
	width: 135px;
	height: 55.69px;
	margin-top:20px;
	float: left;
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
	line-height: 55.69px;
	font-size: 24px;
	color: #666666;
}
.login-head .login-head-right {
	width: 470px;
	height: 55.69px;
	line-height: 55.69px;
	float: right;
	margin-top: 10px;
}
.login-head .login-head-right li {
	width: 26%;
	float: left;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: center left;
}
.login-head .login-head-right li:nth-child(1) {
	background-image: url(../images/03_standard.png);
}
.login-head .login-head-right li:nth-child(2) {
	background-image: url(../images/03_Convenience.png);
}
.login-head .login-head-right li:nth-child(3) {
	background-image: url(../images/03_Green.png);
}
.login-form-right {
	width: 400px;
	height: 340px;
	margin-top: 75px;
	padding: 35px 22px 0 22px;
	float: right;
	border:1px solid #cccccc;
	background-image: url(../images/login-icon.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: relative;
}
.partner-form-right {
	background-image:none;
}
.login-form-right p {
	height: 60px;
}
.login-form-right p:nth-child(1) {
	font-size: 18px;
}
.login-form-right p input[type='text'],.login-form-right p input[type='password']{
	border:none;
	width: 350px;
	height: 40px;
	border:1px solid #cccccc;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 5px 10px;
	padding-left: 25px;
}
.login-form-right p input[type='text'] {
	background-image: url(../images/03_user.png);
}
.login-form-right p input[type='password'] {
	background-image: url(../images/03_key.png);
}
.login-form-right p input[type='submit'] {
	border:none;
	width: 397px;
	height: 45px;
	border-radius: 5px;
	background-color: #47B34D;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}
.partner-form-right p input[type='submit'] {
	background-color: #06A7E1;
}
.login-copyright {
	width: 100%;
    margin-top: 200px;
    margin-bottom: 20px;
	text-align: center;
}
.login-register a {
	float: right;
	color: #FE7620;
}
.login-form-right .login-partner-inlet {
	position: absolute;
	top:8px;
	right: 3px;
	text-align: right;
	font-size: 10px;
}
.login-form-right .login-partner-inlet a{
	color: #FFFFFF;
}
.login-main .partner-login-forget a{
	color: #06A7E1;
}
.login-main .partner-login-register {
	float: right;
}
.login-main .partner-login-register a {
	color: #666666;
	float: initial;
	clear: both;
}
.business-reg-title {
	text-align: center;
	margin-top: 23px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 35px;
}
.business-reg-status {
	width: 660px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.business-reg-status div {
	float: left;
	color: #FFFFFF;
}

.business-reg-validate-bg {
	background-repeat: no-repeat;
	width: 220px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.business-reg-validate-success-bg {
	background-image: url(../images/04_process_green.png);
}
.business-reg-validate-error-bg {
	background-image: url(../images/04_process.png);
}
.business-reg-form {
	width: 440px;
	margin: 0 auto;
}
.business-reg-form .ks-form-group input[type='text'] {
	padding-left: 10px;
}
.business-reg-form .ks-form-group input[type='password'] {
	padding-left: 10px;
}
.business-reg-form .ks-form-group {
	margin-bottom: 20px;
}
.business-reg-form .business-reg-control {
	height: 33px;
	width: 300px !important;
}
.business-reg-form .business-reg-prev {
	color: 	#4682B4;
	cursor: pointer;
}
.business-reg-form .business-reg-submit {
	border:none;
	width: 200px;
	height: 40px;
	border-radius: 5px;
	background-color: #47B34D;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
}
.business-reg-form .business-form-select {
	border:none;
	width: 98px;
	height: 33px;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.business-reg-form .validate-mobile {
	width: 200px;
}
.business-reg-form .ks-form-group .business-reg-prev {
	background-color: #FFFFFF;
	border-radius: 5px;
	height: 38px;
	width: 100px;
}

.bulk .form-control .form-line .error {
	width: auto;
}

/* = 商户注册登录
------------------------------------------ */
.merchant-reg {
	width: 800px;
	margin:0 auto;
}
.merchant-reg .tip {
	margin-top: 38px;
}
.merchant-reg .tip span {
	color: red;

}
.merchant-reg .title {
	font-size: 16px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 30px;
}
.merchant-reg .account-info {
	margin-top: 60px;
}
.merchant-reg .account-info .form-block {

}
.merchant-reg .account-info .form-block .ks-controler {
	height: 60px;
	line-height: 60px;
}
.merchant-reg .form-block .ks-controler .ks-label {
	color: #666666;
	font-size: 14px;
	width: 120px;
	text-align: right;
	margin-right: 20px;
}
.merchant-reg .account-info .form-block .ks-controler input[type='text'] {
	height: 35px;
	width: 300px;
	padding-left: 10px;
	border:2px solid #CCCCCC;
}
.merchant-reg .account-info .form-block .ks-controler input[type='password'] {
	height: 35px;
	width: 300px;
	padding-left: 10px;
	border:2px solid #CCCCCC;
}
.merchant-reg .account-info-ext {
	margin-top: 50px;
}
.merchant-reg .account-info-ext .ks-controler{
	height: 60px;
	line-height: 60px;
}
.merchant-reg .account-info-ext .ks-controler input[type='text'] {
	height: 35px;
	width: 400px;
	padding-left: 10px;
	border:2px solid #CCCCCC;
}
.merchant-reg .account-info-ext .ks-controler select {
	width: 135px;
	height: 35px;
	border:2px solid #CCCCCC;
}

.merchant-reg .account-info-ext .ks-controller-file {
	height: 160px;
}
.merchant-reg .account-info-ext .ks-controller-file .ks-label {
	float: left;
}
.merchant-reg .account-info-ext .ks-controller-file .ks-file {
	float: left;
	text-align: center;
	width: 118px;
	background-color: #E9E9E9;
	border:2px solid #CCCCCC;
	border-radius: 5px;
	padding-top: 10px;
	cursor: pointer;
}
.merchant-reg .ks-action {
	padding-left: 140px;
}
.merchant-reg .ks-action .ks-agreement {
	color: #29B3E5;
}
.merchant-reg .ks-action .ks-submit input{
	width: 190px;
	height: 40px;
	border: none;
	background-color: #06A7E1;
	color: #FFFFFF;
	border-radius: 5px;
}
.merchant-reg .show-upload-block {
	float: left;
	margin-right: 10px;
}
.merchant-reg .show-upload-block .license_img {
	width: 118px;
	height: 153px;
	background-color: #E9E9E9;
	border:2px solid #CCCCCC;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
	padding-top: 2px;
	position: relative;

}
.merchant-reg .show-upload-block .license_img img{
	width: 100%;
	height: 100%;
}
.merchant-reg .show-upload-block .ks-action-license-img {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	padding-top: 45px;
	display: none;
}
.merchant-reg .show-upload-block .ks-action-license-img a {
	color: #FFFFFF;
}
.merchant-reg .validate-error {
	color: red;
}
/* = 商户管理中心
------------------------------------------ */
.ucenter-merchant .ks-head {
	height: 100px;
	background-color: #FFFFFF;
}
.ucenter-merchant .ks-left {
	width: 40%;
	height: 100px;
	line-height: 100px;
	float: left;
}
.ucenter-merchant .ks-left .ks-logo {
	margin-top: 20px;
	margin-right: 30px;
	float: left;
}
.ucenter-merchant .ks-left .ks-title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	color: #666666;
}
.ucenter-merchant .ks-right {
	width: 40%;
	height: 100px;
	float: right;
}
.ucenter-merchant .ks-main-left {
	width: 190px;
	background-color: #FFFFFF;
	min-height: 600px;
	float: left;
}
.ucenter-merchant .ks-main-left .ks-parent-title {
	min-height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 40px 15px;

}
.ucenter-merchant .ks-main-left .ks-parent-title ul {
	padding-left: 20px;
}
.ucenter-merchant .ks-main-left .ks-sub-ul {
	padding-left: 0px;
}
.ucenter-merchant .ks-main-left .ks-sub-ul ul {
	padding-left: 0px;
}
.ucenter-merchant .ks-main-left .ks-sub-ul a {
	margin-left: 25px;
}
.ucenter-merchant .ks-main-left .ks-sub-ul ul a {
	margin-left: 45px;
}
.ucenter-merchant .ks-main-left .ks-parent-title .ks-sub-title {
	font-weight: normal;
}
.ucenter-merchant .ks-main-left .ks-title-selected{
	color: #38B3E5;
}
.ucenter-merchant .ks-main-left .ks-sub-selected {
	background-color: #F1F1F1;
}
.ucenter-merchant .ks-main-right .ks-title-selected a {
	color: #38B3E5;
}

.ucenter-merchant .merchant-main {
	margin-top: 20px;
}
.ucenter-merchant .ks-main-right {
	width: 980px;
	min-height: 600px;
	background-color: #FFFFFF;
	margin-left: 20px;
	float: left;
}
.ucenter-merchant .ks-merchant-name {
	text-align: right;
	padding-right: 5px;
	font-size: 16px;
	font-weight: bold;
	line-height: 100px;
}

.ucenter-merchant .ks-bottom {
	height: 270px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
.ucenter-merchant .ks-bottom-title {

}
.ucenter-merchant .ks-list .ks-nav {
	height: 50px;
	line-height: 50px;
}
.ucenter-merchant .ks-list .ks-nav ul {
	height: 50px;
}
.ucenter-merchant .ks-list .ks-nav ul li{
	float: left;
	margin-right: 10px;
}
.ucenter-merchant .ks-list {
	padding-left: 20px;
	padding-right: 20px;
}
.ucenter-merchant .ks-list .ks-list-block table {
	width: 100%;
	border: 2px solid #cccccc;
}
.ucenter-merchant .ks-list .ks-list-block tr {
	height: 40px;
}
.ucenter-merchant .ks-list .ks-list-block th {
	text-align: center;
	padding-left: 0px;
}
.ucenter-merchant .ks-list .ks-list-block td {
	border: 1px solid #cccccc;
	text-align: center;
	padding-left: 0px;
}
.ucenter-merchant .ks-list .ks-list-block table tr:nth-child(odd) {
	background-color: #F9F9F9;
}
.ucenter-merchant .ks-block {
	border: 1px solid #DDDDDD;
	border-bottom: none;
}
.ucenter-merchant .ks-details .ks-title {
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	padding-left: 40px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}
.ucenter-merchant .ks-details .ks-sub-title {
	height: 60px;
	line-height: 60px;
	padding-left: 40px;
}
.ucenter-merchant .ks-details .ks-card .ks-field {
	width: 135px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.ucenter-merchant .ks-details .ks-card {
	border-bottom: 1px solid #DDDDDD;
}
.ucenter-merchant .ks-details .ks-card ul li {
	height: 40px;
}
.ucenter-merchant .ks-details .ks-card ul.ks-attr-list li {
	width: 40%;
	float: left;
}
.ucenter-merchant .ks-details .ks-card .ks-time {
	width: 185px;
	text-align: right;
	margin-right: 65px;
	float: left;
}
.ucenter-merchant .ks-control-group {
	width: 485px;
	height: 70px;
	margin:0 auto;
	margin-top: 20px;
}
.ucenter-merchant .ks-status {
	color: red;
	margin-right: 50px;
	float: right;
}
.ucenter-merchant .ks-yj {
	padding: 10px;
	background-color: #06A7E1;
	border:1px solid #06A7E1;
	border-radius: 5px;
	color: #FFFFFF;
	float: right;
	margin-right: 50px;
	cursor: pointer;
}
.ucenter-merchant .ks-edit-hide {
	width: 500px;
	border:1px solid #cccccc;
	background-color: #FFFFFF;
	position: absolute;
	left: 40%;
	display: none;
}
.ucenter-merchant .ks-edit-hide .ks-line {
	height: 3px;
	background-color: #47B34D;
}
.ucenter-merchant .ks-edit-hide .ks-title {
	height: 55px;
	line-height: 55px;
	font-weight: inherit;
	font-size: 18px;
	border-bottom:none;
	padding-left: 20px;
}
.ucenter-merchant .ks-edit-hide .ks-product ul {
	margin-top: 22px;
}
.ucenter-merchant .ks-edit-hide .ks-product ul li {
	height: 35px;
	width: 50%;
	text-align: center;
	float: left;
}
.ucenter-merchant .ks-edit-hide .ks-product ul li span {
	display: inline-block;
	width: 100px;
	text-align: right;
}
.ucenter-merchant .ks-edit-hide .ks-product ul li input {
	height: 25px;
	padding-left: 10px;
	border:1px solid #CCCCCC;
	border-radius: 5px;
}
.ucenter-merchant .ks-edit-hide .ks-annex {
	height: 65px;
	padding-top: 20px;
}
.ucenter-merchant .ks-edit-hide .ks-annex .ks-label {
	float: left;
	height: 65px;
	width: 90px;
	padding-left: 35px;
	margin-right: 10px;
}
.ucenter-merchant .ks-edit-hide .ks-annex .ks-see-annex {
	color: #1DADE3;
	margin-bottom: 20px;
	background-image: url('../images/09_view.png');
	background-repeat: no-repeat;
	background-position: 115px;
}
.ucenter-merchant .ks-edit-hide .ks-annex .ks-see-annex a {
	color: #1DADE3;
}
.ucenter-merchant .ks-edit-hide .ks-annex .ks-reupload-annex {
	color: #6BC270;
	background-image: url('../images/ks-icon-upload-13-14.png');
	background-repeat: no-repeat;
	background-position: 115px;
}

.ucenter-merchant .ks-edit-hide .ks-buttom {
	height: 60px;
	width: 100%;
	background-color: #F3F7F3;
}
.ucenter-merchant .ks-edit-hide .ks-buttom .ks-total-input {
	width: 275px;
	float: left;
	line-height: 60px;
	padding-left: 25px;
}
.ucenter-merchant .ks-edit-hide .ks-buttom .ks-total-input input {
	height: 25px;
	padding-left: 5px;
	border:1px solid #CCCCCC;
	border-radius: 5px;
}
.ucenter-merchant .ks-edit-hide .ks-title .ks-colse {
	float: right;
	margin-right: 20px;
	cursor: pointer;
}
.ucenter-merchant .ks-edit-hide .ks-buttom .ks-button input {
	width: 100px;
	height: 35px;
	margin-top: 15px;
	background-color: #47B34D;
	color: #FFFFFF;
	border:none;
	border-radius: 5px;
	cursor: pointer;
}
.ucenter-merchant .ks-main-right {
	
}
.ucenter-merchant .ks-main-right .ks-form {

}
.ucenter-merchant .ks-main-right {

}
.ucenter-merchant .ks-main-right .ks-head {
	height: initial;
	height: 55px;
	line-height: 55px;
	margin-left: 60px;
	margin-right: 120px;
	padding-left: 20px;
	font-size: 16px;
	border-bottom:1px solid #e6e6e6;
}
.ucenter-merchant .ks-main-right .ks-head .ks-title {
	width: 200px;
	float: left;
}
.ucenter-merchant .ks-main-right .ks-head .ks-status {
	margin-right: 0px;
	margin-top: 10px;
	width: 100px;
	text-align: right;
	float: right;
}
.ucenter-merchant .ks-main-right .ks-form {
	margin-left: 60px;
	margin-right: 120px;
}

.ucenter-merchant .ks-main-right .ks-form .ks-horizontal-control .ks-label{
	width: 160px;
	height: 35px;
	line-height: 35px;
	text-align: right;
	margin-right: 10px;
	float: left;
}
.ucenter-merchant .ks-qualific .ks-form .ks-control-group {
	margin:initial;
	margin-top: 20px;
	width: 700px;
	height: 50px;
}
.ucenter-merchant .ks-qualific .ks-form .ks-control-group input {
	height: 35px;
	width: 400px;
	padding-left: 10px;
	border-radius: 0px;

}
.ucenter-merchant .ks-qualific .ks-form .ks-control-group select {
	height: 35px;
	width: 135px;
	border-radius: 0px;
}
.ucenter-merchant .ks-qualific .ks-license-img {
	float: left;
	width: 116px;
	height: 165px;
	border:1px solid #ccc;
	border-radius: 3px;
	position: relative;
	margin-right: 30px;
}
.ucenter-merchant .ks-qualific .ks-license-img .ks-mask-layer {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 99;
	background-color: rgba(0,0,0,0.5);
	color: #FFFFFF;
	text-align: center;
}
.ucenter-merchant .ks-qualific .ks-license-img .ks-mask-layer a {
	color: #FFFFFF;
	line-height: 165px;
}
.ucenter-merchant .ks-qualific .ks-upload-license {
	float: left;
	width: 116px;
	height: 155px;
    background-color: #E9E9E9;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
}
.ucenter-merchant .ks-qualific .ks-form .ks-control-group .ks-button {
	width: 110px;
	height: 40px;
	float: left;
	border-radius: 5px;
	margin-right: 20px;
	line-height: 40px;
}
.ucenter-merchant .ks-form .ks-control-group .ks-checkbox {
	height: 35px;
	line-height: 35px;
}
.ucenter-merchant .ks-form .ks-control-group .ks-checkbox input {
	width: 13px;
	height: 13px;
}
.ucenter-merchant .ks-form .ks-control-group .ks-checkbox label {
	float: left;
	margin-right: 20px;
}
.ucenter-merchant .ks-qualific .ks-form .ks-control-group .ks-a-button {
	float: left;
}
.merchant-main .ks-account-font {
	font-weight: bold;
	font-size: 16px;
}
.merchant-main .ks-balance-money {
	color: #29B1E4;
	font-size: 18px;
	margin-right: 0px;
}
.merchant-main .ks-bulk-status-change {
	margin:inherit;
	width: inherit;
	margin-top: 20px;
	text-align: center;
}
.merchant-main .ks-bulk-status-change .ks-a-button {
	float: inherit;
	width: 240px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
}
.merchant-main .ks-a-button {
	display: inline-block;
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 5px;
	background-color: #29B1E4;
	color: #FFFFFF;
	margin-left: 20px;

}
.merchant-main a.ks-aa-button {
	background-color: #F3F3F3;
	color: #29B1E4;
	border:1px solid #C4C4C4;
}
.ks-recharge .icon-block {
	float: left;
}
.ks-recharge .icon-block i {
	display: block;
}
.paypass {
    position: absolute;
    left: 43%;
    width: 200px;
    border: 2px solid #cccccc;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    display: none;
}
.paypass .ks-button {
	display:inherit;
	height: 25px;
    line-height: 25px;
	border: none;
	float: left;
}
.pay-footer {
	margin-top: 20px;
}
/* = 底部区域
------------------------------------------ */
#ks-bottom-link {
	padding-top: 35px;
}
#ks-bottom-link ul {
	float: left;
	width: 230px;
}
#ks-bottom-link ul a.ks-parent-title {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
#ks-bottom-link ul li {
	height: 26px;
	line-height: 26px;
}
#ks-bottom-link .ks-show-ewm {
	float: right;
}
#ks-bottom-link .ks-show-ewm .ks-img {
	float: left;
}
#ks-bottom-link .ks-copyright {
	margin-top: 65px;
}
#ks-bottom-link .ks-copyright .ks-list {
	height: 20px;
	width: 450px;
	margin:0 auto;
}
#ks-bottom-link .ks-copyright .ks-list li {
	float: left;
	margin-left: 25px;
}
#ks-bottom-link .ks-copyright p {
	margin-top: 10px;
	text-align: center;
	color: #A6A6A6;
}
/* = 首页样式区域 (date 20170420)
------------------------------------------ */
.ks-index-category-block {
	width: 100%;
	height: 300px;
	margin-top: 50px;
}
.ks-index-category-block h3 {
	font-size: 24px;
	margin-top: 30px;
}
.ks-index-category-block .ks-col {
	width: 390px;
	height:300px;
	float: left;
}
.ks-index-category-block .ks-cate1 {
	background-image: url("../images/indexcate1.png");
	background-repeat:no-repeat;
	margin-right:9px;
}
.ks-index-category-block .ks-cate2 {
	background-image: url("../images/indexcate2.png");
	background-repeat:no-repeat;
	margin-right:9px;
}
.ks-index-category-block .ks-cate3 {
	background-image: url("../images/indexcate3.png");
	background-repeat:no-repeat;
}
.ks-index-category-block .ks-line {
	float: left;
	width: 1px;
	height: 230px;
	margin-top: 35px;
	border-left: 1px solid #E6E6E6;
}
.ks-index-category-block .ks-info {
	width: 155px;
	padding-left: 30px;
	float: left;
}
.ks-index-category-block .ks-info ul {
	margin-top: 25px;
}
.ks-index-category-block .ks-info ul li {
	padding-right: 10px;
	height: 30px;
	float: left;
}
.ks-index-category-block .ks-picture {
	width: 200px;
	float: left;
}
.ks-index-category-block .ks-picture .ks-img {
	position: relative;
}
.ks-index-category-block .ks-picture .ks-img img {
	width: 100%;
	position: absolute;
	top: 100px;
	transition: transform 0.5s linear;
}
.ks-index-category-block .ks-picture .ks-img img:hover {
	transform: translate(-15px, 0);
}

/* = 组件-订单联系地址 CSS
------------------------------------------ */
.ks-user-link {}
.ks-user-link li {
	padding: 5px;
	border: 1px solid #fff;
}
.ks-user-link li.selected {
	background-color: #efffe2;
    border-color: #97b482;
}
.ks-user-link .ks-add-link .ks-form-group {
	height: 25px;
	margin-bottom: 10px;
}
.ks-user-link .ks-add-link .ks-form-group input[type='select'] {
	height: 25px;
}
.ks-user-link .ks-add-link .ks-form-group input[type='text'] {
	height: 25px;
	width: 300px;
	float: left;
}
.ks-user-link .ks-add-link .ks-form-group .error_  .error{
	width: auto;
}
.ks-user-payment li {
	padding: 5px;
	border: 1px solid #fff;
}
.ks-user-payment li.selected {
	background-color: #efffe2;
    border-color: #97b482;
}
.ks-user-payment .ks-payment-list {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	width: 175px;
	height: 36px;
	line-height: 36px;
	float: left;
}
.ks-user-payment .ks-form-group {
	 height: 36px;
	 margin-bottom: 15px;
}
.ks-user-payment .ks-payment-list .ks-icon-bank {
	display: inline-block;
    background: url(../images/banks.jpg) no-repeat;
    width: 126px;
    height: 36px;
}
.ks-user-payment .ks-payment-list .ks-icon-bank-alipay {
	background-position: 0px -6913px;
}
.ks-user-payment .ks-payment-list input[type='radio'] {
	float: left;
	margin: 10px;
}
.ks-user-payment .ks-add-payment input[type='text'] {
	float: left;
}
.ks-user-payment .ks-add-payment .error_ .error {
	width: auto;
}
/* = page 用户余额 
------------------------------------------ */
.ks-balance .ks-title {
    height: 30px;
    font-size: 16px;
    border-bottom: 1px solid #e6e6e6;
}
.ks-balance h3{
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}
.ks-balance .ks-info {
    height: 110px;
    border-bottom: 1px solid #e6e6e6;
}
.ks-balance .ks-box-left,.ks-balance .ks-box-right {
    margin-top:40px;
    float: left;
}
.ks-balance .ks-box-left {
    /*width: 300px;*/
    padding-left: 50px;
}
.ks-balance .ks-box-left h3 {
    margin-bottom: 50px;
}
.ks-balance-money {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}
.ks-balance .ks-box-left button {
    padding-left: 10px;
    padding-right: 10px;
    border:1px solid #e6e6e6;
    background-color: #F2F0F0;
    border-radius: 5px;
}

.ks-box-right {
    width: 635px;
}
.ks-pay-box {
    border:1px solid #e6e6e6;
    height: 36px;
    line-height: 36px;
    margin-top: 15px;
}
.ks-box-right h3 {
    margin-bottom: 15px;
}
.ks-pay-box .icon-bank {
    display: block;
    float: left;
}
.ks-pay-box .ks-mobile {
    float: left;
    margin-right: 40px;
}
.ks-pay-box .ks-operate {
    float: left;
}
.ks-pay-box .ks-operate a {
    margin-right: 10px;
}
.ks-box-right .ks-pay-add {
    padding-left: 25px;
    background-image: url(../images/ks_pay_add.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

.ks-balance-log {}
.ks-balance-tab-title {
    margin-top: 35px;
    height: 40px;
}
.ks-balance-tab-title h4 {
    width: 115px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border:1px solid #e6e6e6;
    border-bottom: none;
    /*border-bottom: 2px solid #FFFFFF;*/
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.ks-balance-loglist {
    border: 1px solid #e6e6e6;
    padding-top: 15px;
}
.ks-balance-loglist table {
    width: 100%;
}
.ks-balance-loglist table tr {
    text-align: left;
    padding-left: 40px;
    height: 60px;
}
.ks-balance-loglist table th {
    text-align: left;
    padding-left: 40px;
}
.ks-balance-loglist table td {
    text-align: left;
    padding-left: 40px;
}
.ks-balance-loglist table tr:nth-child(even) {
    background-color: #F5F3F2;
}
.ks-balance-tab-title .ks-balance-current {
    border-bottom: 2px solid #FFFFFF;
}
.ks-extract .ks-balance-title {
    margin-bottom: 60px;
}
.ks-extract .ks-form-group {
    height: 60px;
}
.ks-extract .ks-form-group label {
    width: 160px !important;
    margin-right: 10px !important;
}
.ks-extract .ks-form-group .ks-form-control {
    border:1px solid #e6e6e6;
    border-radius: 5px;
    padding-left: 10px;
    width: 200px;
    height: 30px;
}
.ks-form-group .ks-form-submit {
    background-color: #06A7E1;
    color: #FFFFFF;
    text-align: center;
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 5px;
}
.ks-extract .ks-pay-box {
    margin-left: 180px;
}
.ks-balance .ks-line {
    float: left;
    height: 160px;
    width: 1px;
    margin-top: 25px;
    border-left: 1px solid #e6e6e6;
    margin-right: 25px;
}
/* = page 用户注册 
------------------------------------------ */
.reg-form {
	min-height: 550px;
	background-image: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.reg-title {
	height: 58px;
	line-height: 58px;
	margin-bottom: 20px;
}
.reg-title h3 {
	float: left;
	width: 199px;
	text-align: center;
}
.reg-busiss-bg {
	background-color: #F0F0F0;
	border-left: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}
.reg-main-form {
	width: 380px;
	padding-left: 10px;
	padding-right: 10px;
}
.ks-password-verify p input {
	width: 350px !important;
}
.reg-main-form p input[type="submit"] {
	width: 375px !important;
}
.reg-main-form p input.ks-verif {
	width: 230px !important;
	float: left;
}

.reg-main-form p input.ks-reg-user-checkbox {
	width: inherit !important;
}
.reg-form p{
	margin-top: 10px;
}
.ks-to-usereg {
	padding-left: 80px;
}
.ks-to-usereg a{
	color: #47B34D;
}
.ks-money {
	float: left;
	margin-top: 8px;
	color: #37B5E5;
}
/* = page 密码找回 
------------------------------------------ */
.ks-flow {
	width: 450px;
	height: 56px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 10px;
}
.ks-form-group .warning {
	display:inline-block;
	float: none;
	width: auto;
	text-align:inherit;
	padding-right: 0px;
}
.ks-flow .ks-num {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #47B34D;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
	margin-bottom: 10px;
}
.ks-flow ul {
	width: 125px;
	margin-top: 10px;
	float: left;

}
.ks-flow ul span.ks-num {
	margin: 0 auto;
}
.ks-flow ul li {
	width: 10px;
	height: 10px;
	/*background-color: #F0F0F0;*/
	border-radius: 10px;
	float: left;
	margin-left: 25px;
	background-color: #47B34D;
}
.ks-flow .ks-flow1 {
	float: left;
}
.ks-flow .ks-flow2 {
	float: left;
}
.ks-flow .ks-flow3 {
	float: left;

}
.ks-flow ul.noing li{
	background-color: #F0F0F0;
}
.ks-flow .ks-flow2 .noing {
	background-color: #F0F0F0;
	color: #666666;
}
.ks-flow .ks-flow3 .noing {
	background-color: #F0F0F0;
	color: #666666;
}
.ks-flow-form {
	width: 450px;
	margin: 0 auto;
	margin-top: 90px;
}
.ks-flow-form p {
	text-align: center;
}
#ks-flow1 {
	width: 450px;
	display: block;
}
#ks-flow1 .ks-checkbox {
	margin-top: 35px;
	margin-bottom: 20px;
}
#ks-flow1 .ks-checkbox .ks-label {
	margin-left: 90px;
	margin-right: 10px;
}
#ks-flow1 .ks-form-verify {
	width: 80px;
}
#ks-flow1 .ks-send-sms {
	height: 30px;
	width: 80px !important;
}
.ks-flow-form .ks-form-control {
	height: 30px;
	border:1px solid #EBEBEB;
	border-radius: 5px;
}
.ks-flow-form .ks-form-group {
	margin-bottom: 20px;
}
.ks-flow-form .ks-form-group .ks-label {
	margin-left: 80px;
	line-height: 30px;
}
#ks-flow2 {
	display: none;
}
#ks-flow3 {
	display: none;
	text-align: center;
}
#ks-flow3 h3 {
	margin-top: 20px;
	font-size: 22px;
}
#ks-flow3 h3 a {
	color: #47B34D;
}
.ks-other-product {

}
.ks-other-product-title {
	width:95px;
	text-align: right;
}
.ucenter-merchant .ks-edit-hide .ks-other-product ul {
	margin-top: 0px;
}
.ks-other-product ul ol{
	padding-left:67px;
}
.ks-other-product ul ol input {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height:25px;
}
.ks-chj-goods {
	width: 550px;
	margin:0 auto;
}
.ks-chj-goods table th {
	text-align: center;
	border:none;
	background-color: #F1F1F1;
	padding-left: 0px;
	height:40px;
}
.ks-chj-goods table td {
	background-color: #F1F1F1;
	height:40px;
}
.ks-chj-goods table {
	width: 100%;
	text-align: center;
	border-collapse: separate;
}
.ks-chj-goods p {
	margin-top:10px;
	margin-bottom:10px;
}
.verify-dialog-mask {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 1000;
	cursor: pointer;
	display: none;
}
.verify-dialog-title {
	overflow: hidden;
    height: 64px;
    background-color: #f5f5f5;
    line-height: 64px;
    position: relative;
    color: #333;
    font-size: 20px;
	padding-left: 20px;
	
}
.verify-dialog-body {
	display: none; /* inline-block */
    vertical-align: middle;
    width: 416px;
    background-color: #fff;
    position: fixed;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 1001;
}
.verify-dialog-container {
	height: 126px;
	margin-top: 30px;
}
.verify-dialog-container .verify-dialog-input {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.verify-dialog-container .verify-dialog-input input {
	height: 40px;
	width: 100px;
}
.verify-dialog-containerd .ks-img-verify {
	float: left;
}
.verify-dialog-close {
    width: 16px;
    height: 16px;
    background: url(//sr.aihuishou.com/activity/pc/images/common/index_icon.png) no-repeat -263px -145px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
}