

/*登录页面*/
.login-panel .panel-title{
	padding: 10px 5px;
}
.login-box .login-panel{
	margin: 12% 0 10% 50%;
	width: 426px;
}
body,ul,li,i,p,span,em,.btn,.input-group-addon,.form-control{font-style: normal;font-family:arial,宋体;font-size: 12px;}
/*左侧菜单颜色风格 a标签*/
a{color: #333;}
.td-a, a.active, a:focus, a:hover{color: #0066cc;cursor: pointer;}
.sidebar ul li a.active{
	font-weight: 700;
}
.btn-primary{
	background: #4a82c9;
	border-color: #4279bf;
}
.btn-primary:hover{
	background: #3d75bc;
	border-color: #3268ad;
}
.btn-primary.focus,.btn-primary:focus,
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{
	background: #3d75bc;
	border-color: #3268ad;
}
/*弹出提示内容文字*/
.popup-text{
	padding: 20px 10px;
	display: block;
	overflow: hidden;
	width: 16%;
	line-height: 16px;
	color: #fff;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 45%;
	left: 50%;
	z-index: 999;
	text-align: center;
	border-radius: 5px;
	display:none;
}
#errorMsgDiv{
	margin-bottom: 15px;
}	

/*系统配置信息*/
.system-configuration .panel-heading {
    border-top: 1px solid #efefef;
    border-color: #efefef;
    font-size: 13px;
    padding: 10px 15px;
    font-weight: 700;
}
.system-input{
	height: auto;
	display: block;
	overflow: hidden;
	width: 46%;
	margin: 0 2%;
	float: left;
}
.system-input p{
	display: table;
	overflow: hidden;
	width: 100%;
}
.system-input p span{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.system-input p span:first-child{
	text-align: right;
	width: 220px;
	height: 34px;
	line-height: 34px;
}
.system-input p span input{
	width: 100%;
}
.system-input p span .myimgs{
	width: 50px;
}
.system-input p span .up-img{
	width: auto;
	display: inline-block;
}
.system-input p span em{
	color: #ff0000;
	font-size: 12px;
}
.system-btn {
	height: auto;
	width: 100%;
}
.system-btn button{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
}


/*底部信息*/
#page-wrapper{
	position: relative;
}
.page-foot{
	/*position: absolute;
	bottom: 0;*/
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	color: #999;
	/*border-top: 1px solid #efefef;*/
}
.login-body .page-foot{
	position: static;
}
.page-foot span{
	padding: 0 8px;
}
.page-foot p{
	padding: 0;
	padding-top: 3px;
	margin: 0;
}
.page-foot p:first-child{
	padding-top: 25px;
}
/*----------------- 帐户名 密码 登录 退出 ---------------------*/
.nav .dropdown  .dropdown-toggle em{
	padding-left: 1px;
}

/*登录页面1*/
.tongdayi{
	position: absolute;
	left: 80px;
	top: 80px;
	color: #fff;
	font-size: 50px;
	font-family: 微软雅黑;
	font-weight: 500;
}
.login-panel{
	margin-top: 50%;
}
.login-bg{
	background: #4a82c9 url(../images/bg.gif) center top;
}
.login-bg .login-panel{
	border-radius: 3px;
	border-color: #e2e2e2;
	border-top: 1px solid #edf3fe;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
.login-panel .form-control{
	height: 46px;
}
.login-bg .panel-default>.panel-heading{
	background-color: #edf3fe;
	border: 0;
	padding: 12px 15px;
}
.btn{
	padding: 7px 13px;
}
.panel-title{
	font-weight: 700;
	font-size: 14px;
}
.captcha-group input{
	float: left;
	width: 253px;
	margin-right: 10px;
}
.captcha-group img{
	height: 46px;
	width: 120px;
	display: inline-block;
}
.login .btn {
    color: #fff;
    background-color: #4a82c9;
    border-color: #4a82c9;
	font-weight: 700;
	font-size: 14px;
}
.login .btn:hover {
    background-color: #3d75bc;
    border-color: #3d75bc;
}
/*登录页面2*/
.login-bg{
	overflow: hidden;
	background: url(../images/login-bg.jpg) repeat-x;
}
.login-hd{
	height: 90px;
	color: #333;
	line-height: 90px;
	font-size: 38px;
	font-family: 微软雅黑;
	font-weight: 700;
	background: #fff;
}
.login-hd img.logo-img{
	float: left;
	width: 90px;
	height: 90px;
	display: block;
}
.login-panel{
	margin: 51% 0;
}



/*页面头部 帐号 系统头*/
.navbar{
	height: 70px;
	margin-bottom: 0;
}
.sidebar{
	margin-top: 71px;
	margin-top: 0;  		/*新后台左侧菜单*/
	position: static;
	border-color: #ccc;
	width: 190px;
}
.navbar-static-top{
	background: url(../images/hdbg.gif) center center repeat-x;
}
.navbar-default .navbar-brand{
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 25px 15px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
	color: #fff;
}
.navbar-top-links li{
	display: block;
	float: left;
}
.navbar-top-links li:last-child {
    margin-right: 20px;
}
.navbar-top-links li a{
	padding: 25px 10px;
	color: #fff;
}
.navbar-top-links li a:hover{
	background: #3d75bc;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background: #3d75bc;
	border: 0;
}

#page-wrapper{
	padding: 0;
}
.row{
	margin: 0;
}
.row .col-lg-12{
	padding: 20px;
}
.sidebar .sidebar-nav.navbar-collapse .form-control{
	height: 33px;
}
.form-control,.btn,.panel-heading,.pagination li:first-child a,.pagination li:last-child a,.nav-pills li a,.input-group-addon,.panel,.panel-group .panel{
	border-radius: 0;
}
.dashed-line {
    border-top: 1px dashed #e5e5e5;
}
/*--------------------------------自定义菜单---------------------------------------*/
.front_menu .menu_btn{
	text-align: right;
}
.front_menu .menu_btn a{
	margin-left: 5px;
}
/*我的页面标题*/
.myhead{
	height: 64px;
    line-height: 64px;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-left: 20px;
    font-size: 16px;
    background: #fefefe;
    font-weight: 700;
	position: relative;
}
/*返回上一页*/
.back_btn{
	position: absolute;
    top: 14px;
    right: 20px;
}

@media (min-width: 992px){
	.col-md-offset-4 {
		margin-left: 25%;
	}
}

@media (min-width: 992px){
	.col-md-4{
		width: 50%;
	}
}
@media (min-width: 1200px){
	.container {
		width: 1170px;
	}
	.col-md-offset-4 {
		margin-left: 30%;
	}
	.col-md-4 {
		width: 40%;
	}
}
/*登录页面2*/
@media (min-width: 1200px){
	.col-md-offset-4 {
		margin-left: 55%;
	}
}
.panel-heading{
	padding: 5px 15px;
}
.goods_configuration .panel-heading,
.goods_details .panel-heading{
	padding: 5px 6px;
}
.panel-body {
    padding: 20px;
}
.form-group {
    margin-bottom: 20px;
}
.login-panel .btn-lg {
	padding: 0;
	height: 45px;
	line-height: 45px;
}
.checkbox{
	margin: 12px 0;
}
/*左侧菜单图标*/
.glyphicon{
	top: 2px;
	left: 2px;
	width: 18px;
}

/*欢迎页面*/
.welcmz{
	font-size: 16px;
	padding: 30px 20px;
}

/*后台用户管理列表*/
thead{
	background: #f5f5f5;
}
.add_right_btn{
	float: right;
	margin-left: 10px;
}
/*用户列表 排版 方形*/
.users-box{
	overflow: hidden;
	width: 100%;
	display: block;
}
.users-edit-box{
	display: block;
	background: #f9f9f9;
	border-bottom: 1px solid #efefef;
	height: 49px;
}
.users-edit-box ul{
	display: block;
	padding: 10px 0;
	float: right;
	margin: 0 30px 0 0;
}
.users-edit-box li{
	float: left;
	display: block;
	position: relative;
}
.area-list-names{
	position: absolute;
	right: 8px;
	top: 35px;
	z-index: 91;
	width: 150px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: none;
	background: #fff;
	border: 1px solid #efefef;
	-moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.area-list-names a{
	width: 150px;
	display: block;
	padding: 8px 3px 8px 20px;
	border-bottom: 1px solid #efefef;
	font-size: 12px;
	background: #fff;
	color: #333;
}
.users-edit-box button{
	font-size: 13px;
	margin-right: 8px;
	padding: 5px 10px;
	border-radius: 2px;
	background: #e9f2f7;
	color: #333;
	border: 1px solid #d5e2eb;
	display: block;
}
.users-bd,
.users-bd li{
	overflow: hidden;
}
.users-bd li{
	float: left;
	width: 24%;
	border: 1px solid #e2e2e2;
	padding: 20px;
	overflow: hidden;
	display: table;
	background: #fff;
	margin: 0.5%;
	position: relative;
}
.users-bd li .slect-ip{
	position: absolute;
    top: 15px;
    right: 15px;
    z-index: 90;
    width: 16px;
    height: 16px;
    display: block;
    margin: 0;
}
/*>1800*/
@media (min-width: 1800px){
	.users-bd li{width: 24%;}
}
/* >1400 <1800*/
@media (min-width: 1400px) and (max-width: 1800px){
	.users-bd li{width: 32.3%;}
}
/* >1100 <1400*/
@media (min-width: 1100px) and (max-width: 1400px){
	.users-bd li{width: 49%;}
}
/* <1100 */
@media (max-width: 1100px){
	.users-bd li{width: 100%;margin: 0;margin-bottom: 2%;}
}
.users-bd li span{
	width: 60%;
	vertical-align: top;
	display: table-cell;
}
.users-bd li span:first-child{
	width: 40%;
	text-align: left;
}
.users-bd>li>span>a{
	position: relative;
	height: 100%;
	display: block;
	overflow: hidden;
}
.users-bd li a .imgs{
	position: relative;
    display: block;
    overflow: hidden;
}
.users-bd li a .imgs .imgbox{
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}
.users-bd li a .imgs .img{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.users-bd li span .bguser-name{
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	width: 100%;
}
.users-bd li span .bguser-name p{
	color: #fff;
	padding: 6px;
	word-wrap: break-word;
	display: block;
	text-decoration: none;
	margin: 0;
}
.users-bd li span .bguser-name p em{
	padding-right: 8px;
}
.users-bd>li>span>p{
	padding-left: 20px;
	margin-bottom: 3px;
}
.users-bd>li>span>p>em{
	color: #333;
}
.users-bd>li>span>p>em:first-child{
	color: #555;
}
.users-bd>li>span>p>button{
	padding: 4px 8px;
	margin-top: 5px;
	border-radius: 2px;
	background: #e9f2f7;
	color: #333;
	border: 1px solid #d5e2eb;
	margin-right: 2px;
}	
.users-bd li a .head-ic{
	position: absolute;
    top: 0;
    right: 0;
	width: 45px;
	height: 45px;
	display: block;
	overflow: hidden;
}
.users-bd>li>span>p.p-btn{
	position: absolute;
	bottom: 20px;
	z-index: 90;
}
/*hdtitle*/
.hdtitle{
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}
.front-user-dts .user-dts .user-xx p .user-btn{
	float: right;
	width: auto;
	height: 30px;
	line-height: 30px;
}
.front-user-dts .user-dts .user-xx p a.btn{
	color: #fff;
	margin-left: 3px;
	padding: 6px 10px;
}
.front-user-dts .user-dts .user-xx p i.zhengchang{
	background: #66cc33;
}
.users-detail .panel-default{
	border-color: #efefef;
}
.users-detail .panel-heading{
	border-top: 1px solid #efefef;
	border-color: #efefef;
	font-size: 13px;
	padding: 10px 15px;
	font-weight: 700;
}
.users-detail .panel-body p{
	float: left;
	width: 50%;
}
.users-detail .front-user-dts{
	overflow: visible;
}
.users-detail .front-user-dts .user-status button{
	float: none;
}
.users-detail .front-user-dts .area-list-names{
	top: 80px;
    right: 30px;
}
.users-detail button{
	float: none;
	border-radius: 2px;
	background: #e9f2f7;
	color: #333;
	border: 1px solid #d5e2eb;
	margin-left: 5px;
}



/*列表页码右对齐*/
.dataTables_paginate{text-align: center;}

.back_user .searchbox .form-group{
	margin-bottom: 0;
}
.back_user .panel-heading{
	border: 1px solid #ddd;
    border-bottom: 0;
	line-height: 34px;
}
.back_user .panel{
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.back_user .panel-body{
	padding: 0;
}
.back_user .panel-body .table{
	margin-bottom: 0;
}
.back_user table tr th{
	border-bottom: 0;
	font-weight: 600;
}
.back_user table tr th,
.back_user table tr td{
	padding: 11px 17px;
}
.back_user table tr td a{
	padding-right: 8px;
}
		/*新增用户弹出部分*/
		/*修改用户弹出部分*/
.pupopbox{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}
/*弹出透明全屏背景*/
.pupopfilter{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.7;
	z-index: 9999;
}
.pupop_bd{
	background: #fff;
	height: auto;
	overflow: hidden;
	display: block;
	width: 650px;
	left: 50%;
	top: 50%;
	margin-left: -325px;
	position: absolute;
	z-index: 10000;
	-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4); 
	-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
}
/*弹出窗口离顶部距离*/
.password_bguser .pupop_bd{
	margin-top: -137px;
}
.password-pupop .pupop_bd{
	margin-top: -137px;
}
.giveback-pupop .pupop_bd{
	margin-top: -137px;
}
.edite_bg_user .pupop_bd{
	margin-top: -197px;
}
.price-pupop .pupop_bd{
	margin-top: -103px;
}
.remarks-pupop .pupop_bd{
	margin-top: -140px;
}
.remarks-pupop .pupop_bd .bd_item p .form-control{
	height: auto;
}
.godds-send-pupop .pupop_bd{
	margin-top: -273px;
}
.gongshi-pupop .pupop_bd{
	margin-top: -135px;
}
.evaluation-pupop .pupop_bd{
	margin-top: -142px;
}
.new_bg_user .pupop_bd{
	height: 500px;
	overflow-y: auto;
	margin-top: -250px;
}
.delete_it .pupop_bd,
.peizhi .pupop_bd{
	margin-top: -92px;
}
.new_bg_user .pupop_bd .bd{
	padding: 30px 30px 30px 20px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #ddd;
	height: 450px;
	overflow-y: auto;
	margin-top: -250px;
}
.warehouse-pupop .pupop_bd {
    height: 561px;
    overflow-y: auto;
    margin-top: -280px;
}
.yunfei-pupop .pupop_bd{
	height: 548px;
	overflow-y: auto;
	margin-top: -274px;
}

.remarks-pupop .pupop_bd .bd_item p .form-control{
	height: auto;
}
.evaluation-pupop .pupop_bd .bd_item p .form-control{
	height: auto;
}
.pupop_bd .hd{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #477fc6;
	color: #fff;
}
.pupop_bd .hd span{
	padding-left: 15px;
	line-height: 50px;
}
.pupop_bd .hd i{
	float: right;
	font-size: 20px;
	line-height: 50px;
	padding-right: 15px;
	cursor: pointer;
}
.pupop_bd .bd{
	padding: 30px 30px 30px 20px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #ddd;
}
.pupop_bd .bd_item{
	margin-bottom: 20px;
}
.pupop_bd .bd_item span{
	float: left;
	width: 110px;
	text-align: right;
	line-height: 40px;
}
.pupop_bd .bd_item p{
	margin-left: 120px;
	line-height: 40px;
    display: block;
    overflow: hidden;
}
.pupop_bd .bd_item p em{
	height: 40px;
	line-height: 40px;
	margin-right: 15px;
}
.pupop_bd .bd_item p em input{
	vertical-align: middle;
	margin: 0;
	margin-right: 3px;
} 
.pupop_bd .bd_item p .form-control{
	height: 40px;
}
.pupop_bd .queding {
	margin: 12px 0 0 120px;
}
.pupop_bd .queding a{
	padding: 10px 30px;
}
/*是否确定删除这条信息*/
.delete_it .bd{
	padding: 30px 27px 30px 30px;
}
.yesorno{
	margin-top: 20px;
	text-align: right;
}
.yesorno a{
	margin: 0 3px;
	padding: 8px 25px;
}
/*发货*/
.godds-send-pupop .pupop_bd .bd{
	padding: 20px;
}
.godds-send-pupop .goods-dts{
	max-height: 266px;
	overflow-y: auto;
}
.godds-send-pupop .table thead tr th{
	border: 0;
}
.godds-send-pupop thead{
	background: #f3f3f3;
    border: 1px solid #ddd;
}
.godds-send-pupop .table tbody tr td{
	padding: 0;
	border: 0;
}
.godds-send-pupop .table .goods-box{
	width: 350px;
	border-right: 1px solid #ddd;
}
.godds-send-pupop .table .send-company{
	width: 350px;
	border-right: 1px solid #ddd;
}
.godds-send-pupop .table .send-company,
.godds-send-pupop .table .send-numbs{
	width: 138px;
	text-align: center;
}
.godds-send-pupop .table tbody{
	border: 1px solid #ddd;
	border-top: 0;
}
.godds-send-pupop .items-list{
	padding: 10px;
}
.godds-send-pupop .items-box{
	width: 235px;
}
.godds-send-pupop .items-box .items-tit{
	line-height: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.receiving-information p span{
	display: table-cell;
	line-height: 25px;
}
.receiving-information p span.danhao{
	padding-left: 20px;
	padding-right: 8px;
}
.receiving-information p span.jijian{
	padding-left: 0;
	padding-right: 0;
}
.receiving-information p span:first-child{
	width: 80px;
	text-align: left;
}
.receiving-information p span input{
	margin: 0;
	margin-left: 15px;
	vertical-align: middle;
}
.receiving-information p span input:first-child{
	margin-left: 0;
}
.receiving-information p span em{
	width: 230px;
    height: 34px;
    margin-left: 0;
    border: 0;
    line-height: 34px;
    display: inline-block;
    background: none;
}
.receiving-information p .jijian em{
	width: 174px;
}
.receiving-information p span em input{
	height: 100%;
    overflow: hidden;
    display: block;
    width: 100%;
    text-indent: 0;
    background: none;
    -webkit-appearance: none;
}
.godds-send-pupop .pupop_bd .queding{
	margin: 0;
	padding: 20px;
	overflow: hidden;
	background: #f9f9f9;
}
.godds-send-pupop .pupop_bd .queding a{
	float: right;
}

/*前台用户列表*/
.front_user_all table thead{
	background: #f5f5f5;
}
/*2016-08-15 前台用户列表（有用户头像等信息）----------------------------------------------------------------*/
.user-dts{
	height: 120px;
	overflow: hidden;
}
.front_user_all .back_user table tr th{
	text-align: center;
}
.front_user_all .back_user table tr th:first-child{
	text-align: left;
}
.front_user_all .back_user table tr td{
	color: #666;
	vertical-align: middle;
	text-align: center;
}
.front_user_all .back_user table tr td:first-child{
	width: 600px;
	vertical-align: baseline;
	text-align:  left;
}
.front_user_all .back_user table tr th a.look_this{
	float: right;
	font-weight: 500;
}
.back_user table tr td a.user-head{
	float: left;
	width: 100px;
	height: 100px;
	overflow: hidden;
	padding: 0;
	margin: 10px 0 0 0;
	display: block;
	border-radius: 1000px;
}
.user-dts a img{
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: block;
}
.user-dts .user-xx{
	float: left;
	padding: 10px 0 0 15px;
}
.user-dts .user-xx p{
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.user-dts .user-xx p span{
	float: left;
	height: 20px;
	line-height: 20px;
}
.user-name{
	font-size: 16px;
}
.user-dts .user-xx p.user-money{
	margin: 12px 0;
}
.user-money span{
	padding-right: 20px;
}
.user-status em{
	padding-left: 20px;
}
.front_user_all .back_user td a{
	color: #477fc6;
	padding: 0;
}
.front_user_all .back_user a.order-num{
	font-size: 14px;
}
.user-intime{
	color: #aaa;
}
.user-dts p i{
	float: left;
	padding: 0 6px;
	height: 20px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	color: #fff;
	vertical-align: middle;
	background: #66cc00;
	margin-left: 5px;
}
.user-dts p i.fensi{
	background: #66cc00;
}
.user-dts p i.putong{
	background: #3399ff;
}
.user-dts p i.tongpai{
	background: #336600;
}
.user-dts p i.yinpai{
	background: #ff6600;
}
.user-dts p i.jingpai{
	background:#ffcc33;
}
.user-dts p i.diamond{
	background: #9900ff;
}

/*前台用户管理列表*/
.front_user table tr th,
.front_user table tr td{
	width: 16.66%;
}
.searchbox{
	margin: 0;
	height: auto;
	overflow: hidden;
	padding: 21px 20px 0 20px;
    border-bottom: 1px solid #efefef;
}
.searchbox span.zhizi{
	float: left;
	line-height: 34px;
	padding: 0 8px;
}
.searchbox .form-group{
	float: left;
	margin-right: 25px;
}
.searchbox .input-group-addon{
	display: inline-block;
    float: left;
    width: auto;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    padding: 0 12px;
}
.searchbox input.form-control{
	display: inline-block;
    width: 200px;
    float: left;
}
.date_sch input.form-control{
	width: 150px;
}
.searchbox .schsele{
	height: 34px;
	line-height: 34px;
	display: inline-block;
	border-color: #ccc;
	width: 150px;
}

/*用户信息*/
.yonghu .panel{
	margin-bottom: 0;
}
.yonghu .panel .panel-heading{
	padding: 12px 15px;
	border-top: 1px solid #ddd;
}
ul,ul li{list-style: none;padding: 0;margin: 0;}
.yonghu ul{height: auto;overflow: hidden;display: block;}
.yonghu ul li{padding: 8px 0;margin: 0;}
.yonghu ul li em,
.yonghu ul li p{font-style: normal;color: #666;}
.yonghu .panel-body p a.look_it{
	padding-left: 10px;
	color: #477fc6;
}
.yonghu .panel-body p a.look_it i{height: 18px;
    width: 18px;
    display: inline-block;
    overflow: hidden;
    background: url(../images/detail-i.png) no-repeat center center;
    background-size: 106%;
    vertical-align: middle;
}
/*2016-08-16*/
.front-user-dts{
	overflow: hidden;
	padding: 30px 30px 10px 30px;
	height: auto;
	position: relative;
}
.front-user-dts .user-dts a.user-head {
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    padding: 0;
    margin: 10px 0 0 0;
    display: block;
    border-radius: 1000px;
	position: absolute;
	top: 20px;
	left: 35px;
}
.front-user-dts .user-status em{
	padding-left: 20px;
	font-size: 20px;
}
.front-user-dts .user-status button{
	float: right;
}
.front-user-dts .user-dts .user-xx{
	padding-left: 150px;
	padding-top: 7px;
	width: 100%;
}
.front-user-dts .user-dts .user-xx .user-name {
    font-size: 26px;
    height: 30px;
    line-height: 30px;
}
.front-user-dts .user-dts .user-xx p {
    height: 30px;
    line-height: 30px;
}
.front-user-dts .user-dts .user-xx p a{
	color: #477fc6;
}
.front-user-dts .user-dts p i {
    height: 20px;
    line-height: 20px;
	margin: 5px 0 0 5px;
}
.front-user-dts .user-dts p.user-now{
	margin-top: 7px;
}
.front-user-dts .user-dts p.user-now span{
    height: 30px;
    line-height: 30px;
	padding-right: 20px;
	color: #666;
	
}
.front-user-dts .user-dts p.user-money{
	margin: 3px 0;
	height: 20px;
	line-height: 20px;
	color: #666;
}
.front-user-dts .user-dts p .user-intime{
	float: right;
	padding: 0;
	color: #666;
}
.yonghu .panel-body .dizhis p{
	border-bottom: 1px dashed #ddd;
	padding: 8px 0;
	margin: 0 1%;
}
.yonghu .panel-body .dizhis p em{
	padding-right: 15px;
}
/*用户商品收藏*/
.yonghu .clt-list{
	padding: 0;
}
.yonghu .clt-list ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: auto;
}
.yonghu .clt-list ul li{
	float: left;
	width: 9.11%;
	overflow: hidden;
	margin: 1%;
}
.clt-list ul li .aimg{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.clt-list ul li .aimg img{
	display: block;
	width: 100%;
}
.clt-list ul li .atit{
	height: 32px;
	line-height: 15px;
	overflow: hidden;
	margin: 8px 0 0 0;
	padding: 0;
	display: block;
	color: #999;
}

/*>1300*/
@media (min-width: 1600px){
	.yonghu ul li{float: left;width: 30%;margin:0 1%;}
	.yonghu .panel-body p{width: 29%;margin:5px 1%;overflow: hidden;word-wrap: break-word;display: inline-block;}
	.yonghu .panel-body .dizhis p{width: 98%;}
	.yonghu ul li span{width: 100px;display: inline-block;}
	.yonghu ul li em{padding-left: 5px;}
}
/* >640 <1300*/
@media (min-width: 1100px) and (max-width: 1600px){
	.yonghu h1{padding-left: 35px;}
	.yonghu ul li{float: left;width: 48%;margin-left: 1%;}
	.yonghu ul li span{width: 100px;display: inline-block;}
	.yonghu ul li em{padding-left: 5px;}
	.front-user-dts .user-dts p .user-intime{float: none;margin: 3px 0;height: 20px;line-height: 20px;}
}
/* <640 */
@media (max-width: 1100px){
	.yonghu ul li span,
	.yonghu ul li em{display: block;width: 100%;}
	.front-user-dts .user-dts p .user-intime{float: none;}
}

/*查看详情*/
.yonghu ul li a{margin-left: 15px;height: 18px;width: auto;display: inline;color: #477fc6;}
.yonghu ul li a i{
	height: 18px;
	width: 18px;
	display: inline-block;
	overflow: hidden;
	background: url(../images/detail-i.png) no-repeat center center;
	background-size: 106%;
	vertical-align: middle;
}
/*地址*/
.yonghu ul.dizhi li{border: 0;width: 98%;display: block;overflow: hidden;}
.yonghu ul.dizhi li span,
.yonghu ul.dizhi li em{float: left;}
.yonghu ul li .dizhis{
	float: left;
	padding-left: 5px;
}
@media (max-width: 1500px){
	.yonghu ul.dizhi li span,
	.yonghu ul.dizhi li em,
	.yonghu ul.dizhi li{width: 98%;}
	.yonghu ul li .dizhis,
	.yonghu ul.dizhi li em{padding: 0;}
}
.yonghu ul li .dizhis p{padding: 0;margin: 0;overflow: hidden;}
.yonghu ul li .dizhis p em{padding-right: 10px;}

/*商品信息配置*/
.goods_configuration .peizhi{
	margin-top: 30px;
}
.goods_configuration .formbox{padding: 20px;}
.goods_configuration .panel-body{padding: 0;}


/*----------------------弹出选择属性配置分组 2016-08-12    开始--------------------------*/
.attribute-add .attribute-sch{
	width: 100%;
	overflow: hidden;
	padding-bottom: 20px;
}
.attribute-add .attribute-schinput{
	float: left;
	width: 89%;
	height: 40px;
}
.attribute-add .attribute-btn{
	float: left;
	margin-left: 1%;
	width: 10%;
	height: 40px;
} 
#AddAttForm .bd_item p.fenzu{
	overflow: hidden;
}
#AddAttForm .bd_item p.fenzu span{
	width: 459px;
	height: 38px;
	border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-indent: 16px;
	position: relative;
}
#AddAttForm .bd_item p.fenzu span em{
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
}
#AddAttForm .bd_item p.fenzu span a{
	float: right;
	color: #477fc6;
	padding-right: 15px;
	line-height: 38px;
}
.attribute-add{
	z-index: 99999;
}
.attribute-add .pupop_bd{
	width: 50%;
	height: 500px;
	margin-top: -250px;
	margin-left: -25%;
}
.attribute-add .pupop_bd .promise{
	height: 370px;
	max-height: 370px;
	overflow-y: auto;
}
.attribute-add .pupop_bd .attribute-input,
.attribute-add .pupop_bd .attribute-input input{
	width: 23px;
} 
.attribute-add .pupop_bd thead th{
	border-bottom: 0;
}
.attribute-add .pupop_bd table{
	margin: 0;
}
.attribute-add .pupop_bd .queding {
    margin: 0;
    padding: 20px;
    overflow: hidden;
    background: #f9f9f9;
	border-top: 1px solid #ddd;
}
.attribute-add .pupop_bd .queding a{
	float: right;
}
/*----------------------弹出选择属性配置分组 2016-08-12   结束--------------------------*/

.nav-tabs li a{padding: 15px 40px;}
.tab-content .formbox .form-group{width: auto;display: block;overflow: hidden;}
.tab-content .formbox label{width: 180px;float: left;display: block;padding: 0;text-indent: 27px;font-weight: 400;}
.tab-content .formbox label.checkbox-inline{width: auto;padding-right: 20px;}
.tab-content .formbox .form-control{float: left;width: 86%;display: block;height: 50px;}
.tab-content .formbox textarea.form-control{height: auto;}
.tab-content .formbox .form-group .zhuyi,
.tab-content .formbox .form-group .zhushi{
    float: left;
	width: 100%;
    padding-left: 180px;
	line-height: 30px;
	overflow: hidden;
}
.tab-content .formbox .form-group .zhushi{
	color: #999;
}
.tab-content .formbox .form-group em{
	color: #cc3333;
}

.tab-content .formbox .afterbuy label.checkbox-inline,
.tab-content .formbox .paystyle label.checkbox-inline{text-indent: 0;}
#product_details .formbox label input{margin: 0 2px 0 0;position: relative;vertical-align: middle;}
#product_details .promise{margin-left: 180px;}
#product_details .promise label{width: 100%;margin: 0;padding: 0 0 6px 0;}
#product_details .promise em{font-family: 微软雅黑;}
#product_details .formbox label input{margin: 0 2px 0 0;position: relative;vertical-align: middle;}

.tab-content .promise {overflow: hidden;}
#logistics .formbox label input{margin: 0 2px 0 0;position: relative;vertical-align: middle;}


/*商品属性配置*/
/*商品属性配置*/
.goods_configuration .promise{width: 86%;}
.goods_configuration .tab-content .formbox .promise select{width: 100%;}
.goods_configuration .tab-content .formbox .promise select:last-child{margin-top: 10px;}
.promise {overflow: hidden;display: block;}
#attribute .promise .panel-body {padding: 0;}
.panel-body tbody td a{cursor: pointer;}
#attribute .table-striped tbody .input_this td{padding: 0;}
#attribute .table-striped th{
	border: 1px solid #ddd;
    border-top: 0;
}
#attribute .table-striped th,
#attribute .table-striped tbody td{width: 114px;padding: 8px;}
#attribute .table-striped .input_td{width: 148px;}
#attribute .table-striped tbody .input_this .input_td{padding: 8px;}
#attribute .table-striped tbody .input_this .tijiao a{width: 100%;text-align: center;display: inline-block;}
#attribute .input_this input{text-indent: 8px;background: none;border: 0;border-radius: 0;width: 100%;padding: 0 ;height: 37px;overflow: hidden;}
#attribute .input_this{background: none;}
#attribute .input_this .form-control{width:100%;height:37px;padding:6px 4px;border:0;border-radius:0;background:none;}
.goods_configuration .peizhi_an{width: 100%;padding: 0 50px 40px 50px;}
.goods_configuration .peizhi_an a{width: 100%;padding: 16px;font-size: 14px;}
.goods_configuration .peizhi_an a.gosale{margin-bottom: 15px;}
.goods_configuration .salenow{
	float: left;
	height: 34px;
	line-height: 34px;
	margin: 0;
}
.goods_configuration .salenow label input{
	vertical-align: middle;
	margin: 0 3px 0 0;
	position: relative;
}

/*上传图片*/
.tab-content .promise .goodsimg .delete_img{width: 18px;height: 18px;display: none;position: absolute;top: 5px;right: 5px;z-index: 100;}
.tab-content .promise .goodsimg{float: left;width: 100px;cursor: pointer;height: 100px;border: 1px solid #e2e2e2;margin: 0;padding: 0;overflow: hidden;display: block;
	border-radius: 0;box-sizing: initial;position: relative;margin-right: 8px;}
.tab-content .promise .goodsimg .imgbox{background: url(../images/loadimg-i.gif) no-repeat center center;width: 100px;height: 100px;display: block;
overflow: hidden;position: relative;z-index: 97;}
.tab-content .promise .goodsimg .inputimg{width: 100px;height: 100px;display: block;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 99;
	opacity:0; -moz-opacity:0; filter:alpha(opacity=0); }
.tab-content .promise .goodsimg .hoverpp{display: none;width: 100px;height: 100px;overflow: hidden;position: absolute;top: 0;left: 0;z-index: 98;
	background: url(../images/loadimg-bg.png) repeat center center;color: #fff;font-size: 12px;text-align: center;line-height: 100px;}
.tab-content .promise .goodsimg:hover .hoverpp,
.tab-content .promise .goodsimg:hover .delete_img{display: block;}

/*产品详情-立即上架、通过审核、编辑等按钮 2016-06-01 11:58*/
.order_details{position: relative;}
.goods_details .right_btn{position: absolute;right: 6px;top: 7px;text-align: right;}
.goods_details .right_btn a{margin-left: 6px;}
.goods_details .right_btn form{float: left;}	
.goods_configuration{position: relative;}
.goods_configuration .right_btn{position: absolute;right: 6px;top: 7px;text-align: right;}
.goods_configuration .right_btn a{margin-left: 6px;}
.goods_configuration .right_btn form{float: left;}	
	
.mybtn {padding: 10px 15px 20px 15px;}
.mybtn button{padding:15px 0;margin-left: 180px;}
@media (max-width: 1700px){
	.tab-content .formbox .form-control{width: 84%;}
	.goods_configuration .promise{width: 84%;}
}
@media (max-width: 1550px){
	.tab-content .formbox .form-control{width: 100%;}
	.tab-content .formbox label{text-indent: 0;float: none;}
	.mybtn button{margin-left: 0;}
	.goods_configuration .promise{width: 100%;}
	#product_details .promise{margin-left: 0;}
	.tab-content .formbox .form-group .zhuyi,
	.tab-content .formbox .form-group .zhushi{
		padding-left: 0;
	}
	.tab-content .formbox .afterbuy label.checkbox-inline, 
	.tab-content .formbox .paystyle label.checkbox-inline{
		margin-left: 0;
	}
}
@media (max-width: 1280px){.nav-tabs li a{padding:15px 20px;}}
/*商品配置其他标签宽度*/
.tab-content .tab-da .formbox label{text-indent: 0;float: none;}
.tab-content .tab-da .formbox{padding: 20px 50px 0 50px;}
.tab-content .tab-da .formbox label,
.tab-content .tab-da .formbox .form-control,
.goods_configuration .tab-da .promise{width: 100%;} 

/*商品详情-商品详情*/
.goods_details .tab-content .tab-da .formbox{padding: 10px 20px 0 20px;}

#attribute .item-detail{width: 100%;overflow: hidden;display: block;}

.every_goods {
	padding: 30px;
}
.every_goods .panel-group{
	padding: 0;
	margin: 0;
}
.every_goods .panel-heading{
	padding: 0;
}
.goods_information .panel-title{
	padding: 0;
	font-size: 14px;
}
.goods_information .panel-title a{
	display: block;
	padding: 10px 15px;
}

/*订单列表*/
.order-alls {
	margin-bottom: 20px;
}
.order-alls label{
	margin-bottom: 0;
	padding: 0 20px 0 5px;
}
.order-alls a{
	cursor: pointer;
	margin-right: 8px;
}

.orders-box .order-alls{
	line-height: 30px;
}
.orders-box .order-alls input{
	vertical-align: middle;
	margin: 0 12px 0 10px;
}
.goods_list .money-input input.form-control{width: 80px;}

.orders-box table{
	margin-bottom: 10px;
}
.orders-box thead{
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background: #f9f9f9;
}
.orders-box thead.table-hd{
	background: #f3f3f3;
}	
.orders-box thead tr th{
	border-bottom: 1px;
	font-weight: 400;
}
.orders-box thead tr th.xuanze input{
	margin: 0;
	vertical-align: middle;
}
.orders-box tbody tr td{
	padding-top: 20px;
}
.orders-box tbody tr td:last-child a{
	cursor: pointer;
	padding-right: 8px;
	color: #477fc6;
}
.orders-box thead tr th em{
	color: #999;
	padding-left: 5px;
}
.orders-box tbody{
	border: 1px solid #ddd;
}
/*选择 input*/
.orders-box thead tr th.xuanze{
	width: 20px;
    padding-right: 0;
}
/*商品信息*/
.orders-box tbody tr td.order-goods{
	padding: 0;
}
/*售后*/
.after-buy{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	width: 180px;
}
/*买家*/
.buy-user{
	text-align: center;
	border-right: 1px solid #ddd;
	width: 150px;
}
/*下单日期*/
.buy-date{
	text-align: center;
	border-right: 1px solid #ddd;
	width: 150px;
}
/*优惠*/
.order-jian{
	text-align: center;
	border-right: 1px solid #ddd;
	width: 150px;
}
/*订单状态*/
.orderi-ing{
	text-align: center;
	border-right: 1px solid #ddd;
	width: 150px;
}
/*实付金额*/
.pay-num{
	text-align: center;
	border-right: 1px solid #ddd;
	width: 150px;
}
/*操作*/
.caozuo{
	border-right: 1px solid #ddd;
	text-align: right;
}
.orders-box thead.table-hd .caozuo,
.orders-box thead.table-hd .pay-num,
.orders-box thead.table-hd .order-jian,
.orders-box thead.table-hd .orderi-ing,
.orders-box thead.table-hd .buy-date,
.orders-box thead.table-hd .buy-user,
.orders-box thead.table-hd .after-buy{
	border: 0;
}

.orders-box .caozuo a{
	padding-right: 10px;
	color: #6699ff;
	cursor: pointer;
}
.orders-box .buyer-tips{
	width: 100%;
	overflow: hidden;
	display: table-row;
}
.orders-box .buyer-tips td{
    color: #ed5050;
}
.orders-box .buyer-tips td div:first-child{
	padding-bottom: 3px;
}
.orders-box .owner-tips td{
    color: #f90;
}
.orders-box .buyer-tips td{
	word-break: break-all;
	padding: 10px 10px;
	margin: 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	vertical-align: middle;
	border-bottom: 0;
}

/*商品评论*/
#evaluation-all tbody tr td{
	padding-bottom: 20px;
}
#evaluation-all tbody tr td:first-child{
	width: 400px;
	overflow: hidden;
}
#evaluation-all tbody tr td:nth-child(3){
	width: 500px;
	overflow: hidden;
}
#evaluation-all tbody tr td:last-child{
	width: 200px;
	overflow: hidden;
}
#evaluation-all tbody tr td .items-tit{
	width: 400px;
	overflow: hidden;
}
#evaluation-all tbody tr td p{
	color: #aaa;
	padding: 5px 0 0 0;
	margin: 0;
}
.evaluation-dts ul.pics{
	padding-top: 5px;
}
.evaluation-dts ul li{
	float: left;
	width: 50px;
	overflow: hidden;
	margin-right: 10px;
}
.evaluation-dts ul li img{
	width: 100%;
}


/*列表全选、不全选等样式*/
.goods_list .orders-box .order-alls input.btn{
	margin: 0 0 0 10px;
	padding: 6px 10px;
}


/*CSS my_paginate style pagination*/
.admin_paginate{padding: 10px 0 20px 0;}
.admin_paginate table tbody{border: 0;}
.admin_paginate .sabrosus td{padding: 0 0 10px 0;}
.sabrosus a,
.sabrosus span.current,
.sabrosus span.disabled{
	padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #477fc6;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
	margin-right: 5px;
}
.sabrosus span.current{
	background: #477fc6;
	border-color: #477fc6;
	color: #fff;
}
#pager_jump_page_size{
    border: 1px solid #ddd;
	padding: 6px;
	margin-left: 5px;
	text-align: center;
}
#pager_jump_btn{
	background: #477fc6;
	border-color: #477fc6;
    padding: 7px 12px;
    border: 0;
    color: #fff;
	margin-left: 2px;
}
.sabrosus a:hover,
.pagination a:active {
	border-color: #477fc6;
	color: #477fc6;
	background: none;
}
.goods_list .pagination{
	margin: 10px 0;
}
.front_user_all .pagination{
	margin: 0;
}

/*佣金明细详情*/
.commision_details .panel-heading span{
	height: 40px;
	line-height: 40px;
}
/*商品列表*/
.items-list{
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ddd;
	padding: 20px;
	margin: 0;
}
.items-list:first-child{
	border: 0;
}
.items-img{
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	border: 1px solid #e2e2e2;
}
.items-box{
	float: left;
	margin-left: 10px;
	height: auto;
	overflow: hidden;
}
.items-price{
	color: #477fc6;
	font-weight: 700;
}
.items-price em{
	padding-left: 5px;
	color: #999;
	font-weight: 400;
}
.items-img img{
	width: 100%;
	display: block;
}

/*订单详情*/
.bdbox{
	height: auto;
	overflow: hidden;
}
.step-region{
	padding: 20px;
	border-bottom: 1px solid #ddd;
}
.step-region ul{
	height: auto;
	overflow: hidden;
}
.step-region ul li{
	width: 25%;
	overflow: hidden;
	text-align: center;
	float: left;
	margin: 0;
	color: #6699ff;
}
.step-region ul li .step-title{
	font-size: 14px;
    line-height: 18px;
	margin-bottom: 10px;
}
.step-region ul li .step-number{
	position: relative;
	height: 20px;
	overflow: hidden;
}
.step-region ul li .step-number span{
	float: left;
	width: 50%;
	display: block;
	overflow: hidden;
	height: 4px;
	margin-top: 8px;
	background: #999;
}
.step-region ul li .step-number span.bgnone{
	background: none;
}
.step-region ul li .active span{
	background: #6699ff;
}
.step-region ul li .step-number em{
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 20px;
    line-height: 20px;
	overflow: hidden;
	text-align: center;
	margin-left: -10px;
	color: #fff;
    font-size: 12px;
    background: #999;
    padding: 0;
    border: 0;
    border-radius: 50px;
}
.step-region ul li .active em{
	background: #6699ff;
}
.step-region ul li .step-date{
	margin-top: 8px;
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
	color: #aaa;
}

/*订单信息*/
@media (max-width: 970px){
	.order_details ,
	.order_details .row{
		width: 760px;
	}
	.order_details .row .col-lg-12 .panel,
	.order_details .row .col-lg-12 .goodsdts{
		width: 720px;
		overflow-x: auto;
	}
}
.orders-box{
	overflow: hidden;
}
.order-xx{
	float: left;
	width: 320px;
	overflow: hidden;
	border-right: 1px solid #ddd;
	padding: 15px;
}
.order-ul{
	color: #999;
}
.table-er{
	margin-top: 10px;
}
.mytable tbody{
	border: 0;
}
.mytable tbody tr th{
	padding: 0 0 10px 0;
    vertical-align: top;
	text-align: right;
    width: 66px;
	font-weight: 400;
	color: #999;
	font-size: 13px;
}
.mytable tbody tr td{
	padding: 0;
	margin: 0;
	font-weight: 400;
	color: #999;
	font-size: 13px;
	vertical-align: top;
}
.mytable tbody tr td span a{
	padding: 0 0 0 5px;
}

/*订单状态*/
.order_details .orders-box{
	display: flex;
}
.order-status{
	float: left;
	padding: 15px;
	overflow: hidden;
    display: block;
    height: auto;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	position: relative;
}
/*订单状态历史*/
.order-history-btn{
	position: absolute;
	right: 28px;
	top: 28px;
	display: block;
}
.order-history-btn a{
	position: relative;
}
.order-history-btn a .order-history-item{
    height: 18px;
    width: auto;
    display: inline-block;
    color: #477fc6;
}
.order-history-btn a .order-history-item i {
    height: 18px;
    width: 18px;
    display: inline-block;
    overflow: hidden;
    background: url(../images/detail-i.png) no-repeat center center;
    background-size: 106%;
    vertical-align: middle;
}
.order-history-btn a .order-history{
	position: absolute;
	right: -1px;
	top: -1px;
	width: 650px;
	overflow: hidden;
	display: none;
	color: #999;
	background: #fff;
}
.order-history-btn a:hover .order-history{
	display: block;
}
.order-history table tbody tr td{
	padding-top: 8px;
}

.status-box{
	width: 100%;
	overflow: hidden;
}
.status-tit{
	position: relative;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 26px;
}
.status-ic{
	position: absolute;
    left: 5px;
	top: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
	display: block;
	color: #6699ff;
	font-size: 26px;
}
.status-tt{
	padding-left: 35px;
}
.state-desc{
	padding-left: 35px;
	margin-bottom: 20px;
}
/*------申请 维权信息*/
.weiquan-box{
	padding-left: 43px;
	margin-bottom: 30px;
}
.weiquan-box a{
	padding: 0 5px;
}

/*订单详情状态*/
.remarks-box{
	padding-left: 35px;
	padding-top: 50px;
	color: #999;
}
.remarks-box h6{
	margin: 5px 0;
}
.remarks-box ul li{
	line-height: 18px;
}
.remarks-box ul li span{
	padding-right: 8px;
}

.day_num{
	color: #ff6600;
}
.state-action{
	margin-left: 35px;
	padding-top: 20px;
}
.beizhu{
	padding-left: 15px;
	cursor: pointer;
	line-height: 34px;
}
.order_details tfoot{
	background: #f2f2f2;
	border: 1px solid #ddd;
	border-top: 0;
	text-align: right;
}
.order_details tfoot tr td{
	line-height: 24px;
	padding: 15px;
}
.order_details tfoot tr td .need-price{
	color: #55bd47;
	font-size: 14px;
	font-weight: 700;
}
.order_details .row{
	padding-bottom: 50px;
	font-size: 12px;
}
.order_details .row .goodsdts thead tr th{
	text-align: center;
	color: #999;
}
.order_details .row .orders-box thead tr .text-sty{
	text-align: left;
}
.order_details .row .goodsdts tbody tr td{
	padding: 10px;
	text-align: center;
}
.order_details .row .orders-box tbody tr td.text-sty{
	text-align: left;
}
.order_details .row .orders-box tbody tr td.td-items-img{
	width: 60px;
}
.order_details .row .orders-box tbody tr.wuliu{
	background: #f8f8f8;
	color: #999;
}
.order_details .row .orders-box tbody tr.wuliu td{
	text-align: left;
	line-height: 25px;
}
.order_details .row .orders-box tbody tr td dd{
	display: block;
}
.order_details .row .orders-box tbody tr.wuliu td em{
	padding-right: 20px;
}
/*隐藏订单物流详情*/
.wuliuhave ul li{
	display: none;
	color: #666;
	line-height: 20px;
	border-left: 2px solid #ccc;
    margin-left: 5px;
    position: relative;
}
.wuliuhave ul li:first-child{
	display: block;
	color: #390;
    border-left: 2px solid #390;
	position: relative;
}
.wuliuhave ul li .wuliu-i{
	color: #aaa;
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    position: absolute;
    left: -6px;
    top: 11px;
    border-radius: 100px;
    border: 2px solid #aaa;
    background: #fff;
}
.wuliuhave ul li:first-child .wuliu-i {
    border-color: #390;
    left: -7px;
    top: 10px;
    width: 12px;
    height: 12px;
}
.wuliuhave ul li .wuliu-each {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 6px;
}
.order_details .row .orders-box tbody tr.wuliu td.wuliu_dt a{
	padding-left: 10px;
	color: #477fc6;
	cursor: pointer;
}
.order_details .row .orders-box tbody tr.wuliu td.wuliu_dt span{
	padding-right: 5px;
}
.order_details .row .orders-box tbody tr.wuliu td:first-child{
	color: #666;
	font-weight: 700;
}
.order_details .row .orders-box tbody tr td.yunfei{
	vertical-align: middle;
	background: #fff;
	text-align: center;
}
.order_details .row .orders-box tbody tr td .items-img{
	width: 60px;
	height: 60px;
	border: 1px solid #efefef;
	display: block;
	overflow: hidden;
}
.order_details .row .orders-box tbody tr td .items-img a{
	padding: 0;
	display: block;
}
.order_details .row .orders-box tbody tr td p{
	color: #999;
	margin: 0;
}
.order_details .row .goodsdts .danjia,
.order_details .row .goodsdts .shuliang,
.order_details .row .goodsdts .youhui,
.order_details .row .goodsdts .xiaoji,
.order_details .row .goodsdts .shui,
.order_details .row .goodsdts .zuantai,
.order_details .row .goodsdts .yunfei{
	border-left: 1px solid #ddd;
} 
.order_details .row .goodsdts thead .danjia,
.order_details .row .goodsdts thead .shuliang,
.order_details .row .goodsdts thead .youhui,
.order_details .row .goodsdts thead .xiaoji,
.order_details .row .goodsdts thead .shui,
.order_details .row .goodsdts thead .zuantai,
.order_details .row .goodsdts thead .yunfei{
	border-left: 0;
} 

/*申请维权详情页面*/
.weiquan_detail .step-region ul li{
	width: 33.33%;
}
.weiquan_detail .goods-img{
	width: 66px;
	height: 66px;
	display: block;
	background: #fff center center;
	background-size: 100%;
}
.weiquan_detail .orders-goods{
	padding-left: 15px;
}
.orders-box tbody tr td a.goods-title{
	padding: 0;
}
.weiquan_detail .goods-xinxi{
	padding-top: 10px;
}
.weiquan_detail .goods-xinxi span{
	padding-left: 15px;
}
.weiquan_detail .state-desc p{margin: 0 0 3px 0;}

/*协商记录*/
.weiquan_detail .jilu-box{
	padding: 15px;
}
.jilu-box ul li{
	padding: 15px 0;
}
.jilu-box ul li h5{
	font-size: 13px;
	padding: 3px 0;
}
.jilu-box p{
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px dashed #e5e5e5;
}
.jilu-box p label{
	font-size: 13px;
}
.jilu-box p em{
	padding-left: 40px;
	color: #aaa;
}
.jilu-dts{
	
}
.jilu-dts .mytable tbody tr th{
	padding: 0 0 5px 0;
	color: #aaa;
}
.jilu-dts .mytable tbody tr td{
	color: #333;
}

/*2016-09-05 用户佣金明细*/
.myhead em{
	font-size: 16px;
}
.td-alk{
	padding-left: 8px;
}
#coms-all tbody tr td{
	vertical-align: middle;
	padding: 10px;
}
#coms-all thead tr th,#coms-all tbody tr td{
	border-left: 1px solid #ddd;
}
#coms-all thead tr th:first-child,#coms-all tbody tr td:first-child{
	border-left: 0;
}
#coms-all tbody tr td a.user-head{
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	border-radius: 1000px;
	float: left;
}
#coms-all tbody tr td a.user-head img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
#coms-all tbody tr td em{
	padding-left: 10px;
	font-size: 14px;
	line-height: 60px;
}
/*仓库列表*/
.warehouse-dizhi p select{
	margin-left: 8px;
	width: 154px;
	float: left;
}
.warehouse-dizhi p select:first-child{
	margin-left: 0;
}
.warehouse-dizhi p.dizhi-dt{
	margin-top: 6px;
}

/*运费模板*/
.yunfei-pupop .pupop_bd .bd{
	padding: 30px;
}
.yunfei-page .yunfei-input span{
	line-height: 44px;
	overflow: hidden;
	display: block;
	width: 70px;
	float: left;
}
.yunfei-page .yunfei-input input{
	width: auto;
	height: 44px;
	line-height: 44px;
	min-width: 300px;
	border: 1px solid #ccc;
}
.yunfei-page .yunfei-group{
	margin-top: 20px;
	display: block;
}
.yunfei-page .yunfei-group span.yunfei-tit{
	line-height: 44px;
	overflow: hidden;
	display: block;
	float: left;
	width: 70px;
}
.yunfei-page .yunfei-group span.yunfei-bd{
	display: block;
	width: 100%;
}
.yunfei-page .orders-box .table thead tr th{
	padding: 0 12px;
	height: 44px;
	line-height: 44px;
 }
.yunfei-page .orders-box tbody tr td{
	padding: 0 12px;
	height: 44px;
	line-height: 44px;
}
.yunfei-page .orders-box tbody tr td span.yunfei-an{
	float: right;
}
.yunfei-page .orders-box tbody tr td span.yunfei-an a{
	padding-left: 5px;
}
.yunfei-page .orders-box tbody tr td input{
	border: 0;
	text-indent: 10px;
	width: 100%;
}
.yunfei-page .orders-box tbody tr td.input-h{
	padding: 0;
}
.yunfei-page .yunfei-keep {
	margin-left: 70px;
	margin-top: 5px;
}
.yunfei-page .yunfei-keep a{
	margin-right: 10px;
	padding: 8px 36px;
}
.area-modal-content {
    min-height: 200px;
}
.area-editor-wrap {
    padding: 0;
    width: 560px;
    margin: 0 auto;
}
.area-editor-wrap .area-editor-column {
    float: left;
    width: 200px;
    height: 375px;
    border: 1px solid #e5e5e5;
}
.area-editor-wrap .area-editor-add-btn {
    margin: 150px 0 0 35px;
}
.zent-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.area-editor-wrap .area-editor-column.area-editor-column-used {
    float: right;
}
.area-editor-head {
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    padding: 10px 0;
    font-weight: normal;
    background: #f6f6f6;
    border-bottom: 1px solid #e5e5e5;
}
.area-editor-list {
    padding: 0;
    overflow: auto;
}
.area-editor>.area-editor-list {
    height: 314px;
    margin: 10px 0;
}
.area-editor-list-title {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 10px;
    margin: 0;
    font-weight: normal;
}
.area-editor-list-title .area-editor-list-title-content {
    position: relative;
    top: 5px;
    padding-left: 20px;
    line-height: 30px;
    cursor: pointer;
}
.area-editor-ladder-toggle {
    position: absolute;
    left: 0;
    top: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d7d7d7;
    color: #fff;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
}
.area-editor-depth1 {
    text-indent: 1em;
}
.area-editor-list-title .area-editor-list-title-content {
    position: relative;
    top: 5px;
    padding-left: 20px;
    line-height: 30px;
    cursor: pointer;
}
.area-editor-depth1 .area-editor-ladder-toggle {
    left: 12px;
    text-indent: 0;
}
.area-editor-list-select .area-editor-ladder-toggle {
    background-color: #fff;
    color: #d7d7d7;
}
.area-editor-list-title.area-editor-list-select {
    background: #d7d7d7;
}

.area-editor-remove-btn {
    float: right;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #d7d7d7;
    color: #fff;
    line-height: 15px;
    text-align: center;
    text-indent: 0;
    margin-top: 9px;
    cursor: pointer;
}
.area-modal-foot {
    padding: 15px 10px;
    background: #F6F6F6;
    border-top: 1px solid #e5e5e5;
    text-align: center;
}
.zent-btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 2px;
    font-size: 12px;
    color: #333;
    background: #fff;
    border: 1px solid #bbb;
    text-align: center;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.zent-btn-primary {
    color: #fff;
    background: #477fc6;
    border-color: #477fc6;
}
.zent-btn+.zent-btn {
    margin-left: 10px;
}
/*运费列表*/
.orders-box thead tr th em.moren-yf{
	color: #f90;
}
.yfth-right span{
	color: #999;
	padding-left: 10px;
}
.yfth-right{
	float: right;
	margin: 0;
}
.yfth-right a.fa-sort-down{
	font-size: 24px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
}
.yfth-right a.fa-sort-up{
	font-size: 24px;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	padding-top: 4px;
}
.yfth-right tr{
	text-align: right;
}
.yfth-right .yunfei-an a{
	padding-left: 2px;
}
.yunfei-list tr td{
	text-align: right;
}
.yunfei-list tr td:first-child{
	text-align: left;
}
.yunfei-input{
	width: 100%;
	overflow: hidden;
	display: block;
}
.yunfei-name{
	float: left;
	margin-left: 20px;
}
.yunfei-page .yunfei-input .yunfei-name span{
	width: auto;
	padding: 0 10px;
    overflow: hidden;
	height: 44px;
    line-height: 44px;
}
.yunfei-name input{
	text-indent: 10px;
}
.yunfei-style{
	float: left;
	margin: 0;
	margin-left: 70px;
}
.yunfei-style .input-group-addon{
    display: inline-block;
    float: left;
    width: auto;
    overflow: hidden;
	height: 44px;
    line-height: 44px;
    padding: 0 12px;
}
.yunfei-style .schsele{
    overflow: hidden;
	height: 44px;
    line-height: 44px;
	display: inline-block;
    border-color: #ccc;
    width: 150px;
}
.yunfei-page .yunfei-input .yunfei-moren {
	height: 44px;
    line-height: 44px;
	font-size: 14px;
}
.yunfei-page .yunfei-input .yunfei-moren input{
	width: auto;
	height: 16px;
	line-height: 16px;
	margin: 0 3px 0 12px;
	min-width: 16px;
	vertical-align: middle;
}
/*运费新增弹窗*/
.area-editor-depth1,.area-editor-depth2{
	display: none;
}

/*跨境*/
em.kuaj-i{
	margin: 0;
	padding: 0;
	margin-left: 2px;
	display: inline-block;
	color: #fff;
	padding: 1px 8px;
	overflow: hidden;
	background: #7f6dc8;
	vertical-align: top;
}


/*20170614登录*/
.zhkslogin-bg{
	background: #d9e0e7;
	color: #222;
	font-style: normal;
	font-family:微软雅黑;
	font-size: 12px;
}
.zhksheader{
    width: 100%;
    height: 63px;
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=dcdee9,endcolorstr=rgb(23,22,22),gradientType=0);	
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=rgb(23,23,23),endcolorstr=rgb(23,22,22),gradientType=0);	
	background: #161616; /* 一些不支持背景渐变的浏览器 */  
    background: -moz-linear-gradient(top,rgb(23,23,23),rgba(23,22,22,0.8));  
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#161616), to(rgba(23,22,22,0.8)));  
	overflow: hidden;
}
.zhksblogin .zhkscontent{
    width: 100%;
	background: #d9e0e7;
	overflow: hidden;
}
.zhksblogin .zhkslogin-content{
	background: #d9e0e7;
	height: 526px;
}
.zhkslogin-bd{
	width: 880px;
	height: 526px;
	display: block;
	margin: 0 auto;
}
.zhkslogo-box{
	width: 480px;
	float: left;
	height: 100px;
	padding: 200px 0;
}
.zhksmylogo{
	width: 450px;
	float: right;
	height: 100px;
}
.zhksmylogo i{
	float: left;
	width: 95px;
	height: 90px;
	display: block;
	/*background: url(../images/logo.png) no-repeat;
	background-size: 100%;*/
}
.zhksmylogo i img{
	width: 90px;
	height: 90px;
	display: block;
}
.zhksmylogo .mylogo-text{
	width: 330px;
	float: left;
	display: block;
	overflow: hidden;
	text-align: center;
}
.zhksmylogo-text{
	width: 330px;
	height: 100px;
	float: left;
	overflow: hidden;
}
.mylogo-text p{
	color: #222;
	font-style: normal;
	font-family:微软雅黑;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.mylogo-text p.text-img{
	width: 330px;
	height: 100px;
	display: block;
	overflow: hidden;
	max-height: 40px;
}
.mylogo-text p.text-img img{
	height: 100%;
}
.mylogo-text p.text-ch{
	font-size: 22px;
	line-height: 1.1;
	color: #000102;
	padding-top: 6px;
}
.mylogo-text p.text-en{
	height: 12px;
	font-size: 10px;
	line-height: 1.4;
	color: #000102;
	padding: 2px 0 0 0;
}
.mylogo-text p.text-it{
	font-size: 32px;
	line-height: 1.4;
	padding-top: 1px;
	color: #1c3647;
	font-weight: 700;
	text-shadow: #b6b9bf 2px 1px 2px;
}
.mylogo-text p.text-it em{
	font-size: 32px;
	line-height: 1.2;
	padding-top: 1px;
	color: #d3022a;
	font-weight: 700;
	text-shadow: #b6b9bf 2px 1px 2px;
	font-family:微软雅黑;
}
.zhkslogin-box{
	width: 330px;
    height: auto;
    float: left;
    /*padding: 115px 0 0 0;*/
    padding: 145px 0 0 0;
    margin-left: 45px;
}
.zhkslogin-box h3{
	font-size: 16px;
	font-weight: 700;
	display: none;
}
.zhkslogin-input p{
	margin: 15px 0;
	display: table;
	width: 90%;
}
.zhkslogin-input p.zhkslogin-a{
	margin-top: 20px;
}
.zhkslogin-input p span{
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
}
.zhkslogin-input p span input{
	height: 30px;
	padding: 0 12px;
}
.zhkslogin-input .p-input{
	text-indent: 6px;
	height: 30px;
	line-height: 30px;
	padding: 0;
	border: 1px solid #555;
	border-radius: 3px;
	box-shadow: 0 0 8px 1px #a7acb2, 0 0 1px 1px #a7acb2;
	font-size: 12px;
	width: 60%;
	background: #fff;
}
.zhkslogin-input .p-input span input{
	outline: none;
    border: 0;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
	width: 100%;
	box-shadow: none;
}
.zhkslogin-input p span:first-child{
	width: 10px;
	text-align: center;
}
.zhkslogin-input p span em{
	padding: 0 7px;
	width: 0;
	overflow: hidden;
}
.zhkslogin-input .login-yan span input{
	width: 41%;
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #555;
	border-radius: 3px;
	box-shadow: 0 0 8px 1px #a7acb2, 0 0 1px 1px #a7acb2;
	font-size: 12px;
	text-indent: 8px;
}
.zhkslogin-input .login-yan span img{
	width: 23%;
    height: 30px;
    display: inline-block;
    float: left;
    margin: 0 0 0 6px;
    border-radius: 2px;
    border: 1px solid #777;
	box-shadow: 0 0 8px 1px #ddd, 0 0 1px 1px #ddd;
}
::-webkit-input-placeholder { /* WebKit browsers */
　　color:#bbb;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
　　color:#bbb;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
　　color:#bbb;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
　　color:#bbb;
}
.zhkslogin-input p a{
	float: left;
    width: 60px;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 3px 6px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    border: 1px solid #2d373f;
    border-radius: 2px;
	filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=ecf4f7,endcolorstr=rgb(191,200,207),gradientType=0);	
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=rgb(242,248,250),endcolorstr=rgb(191,200,207),gradientType=0);	
	background: #d4dde2; /* 一些不支持背景渐变的浏览器 */  
    background: -moz-linear-gradient(top,rgb(242,248,250),rgba(191,200,207,0.8));  
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ecf4f7), to(rgba(191,200,207,0.8)));  
}
.zhkslogin-input p a.quxiao-a{
	margin-left: 75px;
}
.zhkslogin-input p a:hover{
	text-decoration: none;
	color: #000;
}
.zhkslogin-input p em.error{
	padding: 0;
}
#errorMsgDiv {
    margin: 5px 0;
}

.zhksblogin .zhksfooter{
    width: 100%;
    height: 54px;
    filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=dcdee9,endcolorstr=rgb(23,22,22),gradientType=0);	
    -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=rgb(23,23,23),endcolorstr=rgb(23,22,22),gradientType=0);	
	background: #161616; /* 一些不支持背景渐变的浏览器 */  
    background: -moz-linear-gradient(top,rgb(23,23,23),rgba(23,22,22,0.8));  
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#161616), to(rgba(23,22,22,0.8)));  
	position: absolute;
	bottom: 0;
	left: 0;
}
.zhksblogin .zhksfooter p{
	color: #7d9fbb;
	text-align: center;
    line-height: 55px;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.9);
	-o-transform:scale(0.9);
	margin-left: 70px;
}

.zhksblogin .d-line{
	width: 5px;
	float: left;
	height: 100%;
	overflow: hidden;
	background: url(../images/d-line.png) no-repeat center center;
}


/*统计*/
.ssa-home {
	width: 100%;
}
.ssa-home .mapBox{
	float: left;
	margin: 2% 0 0 2%;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 47%;
	background: #fff;
}
@media (max-width: 1100px){
	.ssa-home .mapBox{
		width: 96%;
		margin: 2% 2% 0 2%;
	}
}
.ssa-home .mapbox{
	width: 100%;
}
.ssa-home .mapBoxW{
	float: left;
	margin: 2% 2% 0 2%;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 96%;
	background: #fff;
}
.ssa-home>div:last-child{
	margin-bottom: 2%;
}


/*20180704*/
.zhksheader{
	background: #bc3b36;
	height: 50px;
}
.zhksblogin .zhksfooter{
	background: #bc3b36;
	height: 50px;
}
.mylogo-text p.text-ch,
.mylogo-text p.text-en,
.mylogo-text p.text-it{
	color: #2269a3;
}
.zhksblogin .zhksfooter p{
	color: #fff;
	line-height: 50px;
}
.zhksfooter .copyright-notice{
	color: #fff;
	line-height: 50px;
	text-align: center;
}
