@charset "utf-8";

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
td {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: '方正兰亭黑_GBK';
  src: url('./fonts/fangzheng.TTF') format('truetype');
}

/* @font-face {
  font-family: 'GBK-light';
  src: url(./fonts/兰亭细黑\ GBK.TTF) format('truetype');
} */

* {
  font-family: "方正兰亭黑_GBK", "Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, sans-serif !important;
  margin: 0;
  padding: 0;
}

html {
  height: 100% !important;
  /* overflow-x: hidden; */
  position: relative;
}

body {
  height: 100% !important;
  font: 16px "";
  word-wrap: break-word;
  color: #0f0b00;
  background-color: #a4c5c7;
}

#loading {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2001;
  background-color: #a4c5c7;
  text-align: center;
}

#loading .loading .imgBox {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  text-align: center;
}

#loading .imgBox img {
  width: 100%;
}

#loading .loading .gif {
  display: block;
  width: 20px;
  margin: 20px auto;
}
#loadingTxt{
  position: absolute;
  left: 0;
  top: 55.8%;
  width: 100%;
  display: block;
  text-align: center;
}
#loading .loading .lodingtext {
  width: auto;
  display: inline-block;
  margin: 10px auto;
  height: 12px;
}

a,
u,
s,
del {
  color: #0f0b00;
  text-decoration: none !important;
}

a:hover {
  color: #0f0b00;
}

fieldset,
a img,
.bor0 {
  border: 0;
}

i,
em,
b {
  font-style: normal;
  font-weight: 100;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

.ind2 {
  text-indent: 2em;
}

/*溢出隐藏出现省略号*/
.over {
  white-space: nowrap;
  /*强制不换行*/
  overflow: hidden;
  /*溢出隐藏*/
  text-overflow: ellipsis;
  /*溢出隐藏时出现省略号*/
}

/*图片垂直对齐*/
.valign {
  text-align: center;
}

.valign img {
  vertical-align: middle;
}

.valign:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.clear {
  zoom: 1;
  /*解决ie清除浮动*/
}

.clear:before {
  content: "";
  display: table;
}

/*第一个子元素margin-top向上传递问题*/
/*清除浮动*/
.clear:after {
  content: "";
  clear: both;
  display: block;
}

/* 容器 */
#star,
#rangeDetail,
#login,
#register,
#forgetPassWord,
#apply,
#auditDetail,
#counter,
#search,
#skinTest,
#invoice,
#invoiceDetail,
#invoiceManage,
#editInvoice,
#address,
#editAddress,
#order,
#orderDetail,
#afterSale,
#logistics,
#evaluate,
#bindWechart,
#returnGood {
  width: 100%;
  max-width: 1200px;
  min-height: 600px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}
#content{
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  min-height: 600px;
  display: block;
  background-color: #fff;
}
.margin {
  width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
}

.margin_mini {
  width: 1100px;
  margin: 0 auto;
  /* overflow: hidden; */
  position: relative;
}

button:hover {
  cursor: pointer;
}

/* 复选框样式 */
input[type="checkbox"]::after {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  display: inline-block;
  /* visibility: visible; */
  text-align: center;
  vertical-align: top;
  content: " ";
  border: 1px solid #0f0b00;
  /* border-radius: 3px */
}

input[type="checkbox"]:checked::after {
  /* content: "✓"; */
  background: url(../images/product/choose.png) no-repeat center;
  background-color: #ffffff;
  background-size: 100%;
}

/* 单选框样式 */
input[type="radio"]::after {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  content: " ";
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}

input[type="radio"]:checked::after {
  /* content: "✓"; */
  background: url(../images/cart/choose.png) no-repeat center;
  background-color: #0f0b00;
  background-size: 14px;
}

.motify {
  position: fixed;
  top: 35%;
  left: 50%;
  width: 12rem;
  padding: 0.4rem;
  margin: 0 0 0 -6rem;
  font-size: 12px;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 2em;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}

/* 头部 */
#containerH {
  width: 100%;
  min-width: 1200px;
  height: 136px;
  /* background: rgb(197, 255, 226); */
  /* background: url(../images/public/headerBg.png) no-repeat center top; */
  background-size: 100% 186px;
  /* overflow: hidden; */
}

#containerH .margin_head {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  min-width: 1200px;
  /* display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 align-items: center; */
}

#containerH .logo {
 width: 100%;
 height: 50px;
 padding-top: 17px;
 padding-bottom: 8px;
 display: block;
}

#containerH .logo img {
  display: block;
  width: 150px;
  height: 45px !important;
  margin: 0 auto;
}

#containerH .back {
  width: 20px;
  height: 40px;
  background: url(../images/public/back.png) no-repeat center 55%;
  background-size: 80%;
  position: absolute;
  left: 0px;
  top: 70px;
}

#containerH .back:hover {
  cursor: pointer
}

#containerH .logo2 {
  width: 120px;
  box-sizing: border-box;
  position: absolute;
  left: 0px;
  top: 134px;
  display: none;
}

#containerH .logo2 img {
  display: block;
  width: 100%;
  /* height: 45px !important; */
  margin: 0 auto;
}

#containerH .nav {
  float: left;
  height: 60px;
  margin-left: 50px;
}

#containerH .nav li {
  float: left;
  height: 62px;
  line-height: 30px;
  position: relative;
  margin-right: 50px;
}
#containerH .nav li:last-child {
  margin-right: 0;
}

#containerH .nav li a {
  display: block;
  /* padding: 0 10px; */
  font-size: 16px;
  line-height: 30px;
  color: #0f0b00;
  padding: 0;
  cursor: pointer;
}

#containerH .nav li a:hover {
  background: none;
  font-weight: 600;
  background: none;
  border-bottom: 2px solid #0f0b00;
}

#containerH .nav li .about:hover {
  font-weight: 500;
  cursor: default;
}

#containerH .nav li.actived a {
  font-weight: 600;
}

#containerH .nav li ol {
  width: 270%;
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
  display: none;
}

#containerH .nav li ol li {
  text-align: center;
  margin-right: 10px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}

#containerH .nav li ol li a {
  font-size: 12px;
  margin: 0;
  color: #666666;
}

#containerH .nav li ol li a:hover {
  color: #0f0b00;
}

#containerH .search_cart {
  float: right;
  width: 165px;
  height: 60px;
  margin-top: -3px;
  margin-right: 20px;
}

.subicon{
	width: 60px;
	height: 60px;
	display: block;
	cursor: pointer;
}
.subnavBox{
	position: absolute;
	left: 50%;
	top: 0;
	width: 1400px;
	margin-left: -700px;
	display: none;
	height: 408px;
	background: rgba(255, 255, 255, 1);
	overflow: hidden;
	z-index: 999991;
}
.maskmenubg{
	  position: absolute;
	  left: 0;
	  top: 136px;
	  width: 100%;
	  height: 408px;
	  background-color: #fff;
	  display: none;
	  z-index: 999990;
  }
.subnavCenter{
	width: 1400px;
	display: block;
	margin: 0 auto;
}
.qixiasub{
	cursor: pointer;
	font-size: 16px;
}
.qixiasub:hover, .curqixia{
	overflow: auto;
	font-weight: 600;
	display: block;
	/* background: url('../images/index/shangsanjiao.png') no-repeat center 26px;
	background-size: 14px; */
	border-bottom: 2px solid #0f0b00;
}
.subNavPin{
	float: left;
	width: 500px;
	padding: 20px 0;
}
.subnavItem{
	height: 80px;
	display: block;
	cursor: pointer;
	text-align: center;
}
.subnavLitxt{
	display: block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: 400;
	margin-bottom:50px;
	margin-top: 10px;
}
.subnavLitxt a:link,.subnavLitxt a:visited{
	display: inline-block;
	color: #0F0B00;
	border-bottom: 2px solid #fff;
	line-height: 32px;
}
.subnavLitxt a:hover{
	display: inline-block;
	color: #0F0B00;
	border-bottom: 2px solid #0F0B00;
	line-height: 32px;
}
.subnavtu{
	width: 640px;
	height: 368px;
	display: none;
	overflow: hidden;
}
.subnavtu img{
	width: 100%;
	display: block;
}
.dis{
	display: block;
}
.cursubNav{
	background: url("../images/index/heisanjiao.png") no-repeat 90% center #e6e6e6;
	background-size: 14px;
}
.subnavItem img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}
.subNavpinImg{
	float: right;
	width: 900px;
	padding: 20px 0;
}
.subMenuli{
	float: left;
	width: 200px;
	padding:0 50px;
	height: 408px;
	text-align: left;
}
.subMenuTu{
	float: left;
	width: 1100px;
	height: 408px;
	text-align: center;
	overflow: hidden
}
.subMenuTu ol{
	float: left;
	width: 242px;
	padding:10px;
	cursor: pointer;
	margin: 20px 10px 10px;
}
.subMenuTu ol img{
	width: 240px;
	height: 280px;
	display: block;
	margin-bottom: 10px;
    border: 1px solid #e5e5e5;
	background-color: #fff;
}
.subMenuTu ol:hover{
	background-color: #f3f3f3;
}
.subMenuTu ol p{
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
}
.subMenuli strong{
	line-height: 44px;
	font-size: 16px;
	color: #0F0B00;
	display: block;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
.subMenuli p a{
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	color: #0F0B00;
	border-bottom: 2px solid #fff;
	font-weight: 500;
	font-family: '方正兰亭黑_GBK, Arial, Helvetica, sans-serif';
}
.subMenuli p a:hover{
	font-weight: bold;
	display: inline-block;
	line-height: 32px;
	text-decoration: none;
	border-bottom: 2px solid #0F0B00;
}
.subMenuli .xilieIndex{
	display: block;
	height: 200px;
	margin-bottom: 20px;
	overflow: hidden;
}
.subMenuli .submore{
	border: 1px solid #0F0B00;
	font-size: 14px;
	line-height: 32px;
	display: inline-block;
	padding: 0 20px 0 10px;
	background: url("../images/public/righticon.png") no-repeat 95% center;
	background-size: 14px;
}
@media screen and (max-device-width:1380px){
	#containerH .nav {
	  float: left;
	  height: 60px;
	  margin-left: 40px;
	}
	#containerH .nav li {
	  float: left;
	  height: 62px;
	  line-height: 30px;
	  position: relative;
	  margin-right: 30px;
	}
	.subnavBox{
		position: absolute;
		left: 50%;
		top: 0;
		width: 1200px;
		margin-left: -600px;
		display: none;
		height: 408px;
		background: rgba(255, 255, 255, 1);
		overflow: hidden;
		z-index: 999991;
	}
	.subMenuTu{
		float: left;
		width: 900px;
		height: 408px;
		text-align: center;
		overflow: hidden
	}
	.subNavPin{
		float: left;
		width: 300px;
		padding: 20px 0;
	}
}
#containerH .search,
.cart,
.personalCenter {
  float: right;
  width: 20px;
  height: 20px;
  line-height: 30px;
  margin-left: 34px;
}

#containerH .search img {
  width: 100%;
}

#containerH .search img:hover {
  cursor: pointer;
}

#containerH .cart img {
  width: 100%;
}

#containerH .cart img:hover {
  cursor: pointer;
}

#containerH .personalCenter img {
  width: 100%;
}

#containerH .personalCenter img:hover {
  cursor: pointer;
}

/* 右侧弹出层 */
body {
  position: relative;
}

.rightSide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.rightSide .box {
  float: right;
  width: 400px;
  height: 100%;
  background: #ffffff;
}

.rightSide .box .top {
  width: 100%;
  height: 50px;
  position: relative;
}

.rightSide .box .top .close {
  width: 20px;
  height: 20px;
  background: url("../images/public/close.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 15px;
  right: 20px;
}

.rightSide .box .top .close:hover {
  cursor: pointer;
}

.rightSide .box .list {
  background: #f0f0f0;
  padding: 15px 30px 40px;
  margin: 0;
}

.rightSide .box .list li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #bbbbbb;
  line-height: 50px;
  padding: 0;
}

.rightSide .box .list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.rightSide .box .list li a:hover {
  cursor: pointer;
}

.rightSide .box .list li a i {
  float: left;
  width: 32px;
  height: 50px;
  margin-right: 30px;
}

.rightSide .box .list li.cart_nav a i {
  background: url("../images/public/shopping-cart.png") no-repeat center;
}

.rightSide .box .list li.collection_nav a i {
  background: url("../images/public/heart.png") no-repeat center;
}

.rightSide .box .list li.order_nav a i {
  background: url("../images/public/box.png") no-repeat center;
}

.rightSide .box .list li.myCenter_nav a i {
  background: url("../images/public/my.png") no-repeat center;
}

.rightSide .box .list li a i .num {
  display: block;
  width: 38px;
  height: 50px;
  line-height: 46px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

/* 未登录显示模块 */
.rightSide .box .noLogin {
  background: #f0f0f0;
  padding: 30px 20px 0 30px;
  position: relative;
  display: none;
}

.rightSide .box .noLogin h3 {
  font-size: 19px;
  font-weight: 600;
  position: absolute;
  left: 30px;
  top: -40px;
}

.rightSide .box .noLogin .shopList {
  max-height: 250px;
  overflow-y: auto;
}

.rightSide .box .noLogin .shopList li {
  width: 320px;
  height: 110px;
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}

.rightSide .box .noLogin .shopList li .img {
  width: 80px;
  height: 80px;
  border: 1px solid #ebebeb;
  float: left;
  margin: 15px 0 0 14px;
  overflow: hidden;
}

.rightSide .box .noLogin .shopList li .img img {
  display: block;
  margin: auto;
  width: 100%;
}

.rightSide .box .noLogin .shopList li p {
  float: left;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  margin-left: 20px;
}

.rightSide .box .noLogin .shopList li .name {
  margin-top: 25px;
}

.rightSide .box .noLogin .shopList li .price {
  margin-top: 12px;
}

.rightSide .box .noLogin .noLogin_bottom {
  height: 80px;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden;
}

.rightSide .box .noLogin .noLogin_bottom a {
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 80px;
}

.rightSide .box .noLogin .noLogin_bottom a i {
  float: right;
  width: 20px;
  height: 80px;
  background: url("../images/public/goCarrt.png") no-repeat center;
  background-size: 6px 12px;
}

.rightSide .box .noLogin .noLogin_bottom .pay {
  float: right;
  width: 130px;
  height: 34px;
  border: 0;
  background: #0f0b00;
  color: #ffffff;
  margin-top: 23px;
  line-height: 34px;
  text-align: center;
}

.rightSide .box .noLogin .noLogin_bottom .pay:hover {
  cursor: pointer;
}

/* 底部 */
#containerF {
 min-height: 580px;
 background: #a4c5c7;
 color: rgba(0,0,0,0.9);
 text-align: center;
 overflow: hidden;
 width: 100%;
 margin: 0 auto;
}

#containerF .margin {
  width: auto;
}

#containerF h3 {
  margin: 0 0 50px 0;
  font-size: 28px;
  font-weight: 400;
  padding-top: 50px;
}

#containerF .service {
  /* overflow: hidden; */
}

#containerF .service .serviceList {
  width: 1200px;
  padding: 0 50px;
  height: 160px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.9);
  margin: 0 auto;
  box-sizing: content-box;
  overflow: hidden;
}

#containerF .service .serviceList li {
  width: 300px;
  font-size: 16px;
  float: left;
  text-align: center;
}

#containerF .service .serviceList li a {
  display: block;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.9);
}

#containerF .service .serviceList li:last-child {
  margin-right: 0;
}

#containerF .service .serviceList li img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  /* border: 1px solid #ccc; */
/*  box-sizing: border-box; */
}

#containerF .service .bottom {
  width: 1250px;
  /* height: 260px; */
  margin: 65px auto 0;
  /* overflow: hidden; */
  border: 0 !important;
  padding: 0;
}

#containerF .service .bottom ul {
  /* overflow: hidden; */
  display: flex;
  justify-content: space-around;
}

#containerF .service .bottom ul li {
  float: left;
  text-align: left;
  /* margin-right: 160px; */
}

#containerF .service .bottom ul li:last-child {
  /* margin-left: 80px; */
  margin: 0;
  overflow: visible;
}

#containerF .service .bottom ul li dt {
  font-size: 16px;
  font-weight: 600;
}

#containerF .service .bottom ul li a {
  color: rgba(0, 0, 0, 0.9);
  transform: scale(1);
}

#containerF .service .bottom ul li a:hover{
	color: #000;
	text-decoration: underline;
}
#containerF .service .bottom ul li a:hover img{
	transform: scale(0.8);
}

#containerF .service .bottom ul li dd {
  margin: 15px 0;
  font-size: 13px;
}
#containerF .service .bottom ul li dl {
	position: relative;
}
.qiweiicon{
	background: url("../images/public/qiweiicon.png") no-repeat 0 center;
	background-size: 18px;
	padding-left: 24px;
}
.qiweima{
	position: absolute;
	left: 90px;
	top: 36px;
	border: 4px solid #fff;
	z-index: 10990;
	display: none;
	width: 90px !important;
	height: 90px !important;
}
#containerF .service .bottom ul li:hover .qiweima{
	cursor: pointer;
	display: block;
}
#containerF .service .bottom .b_right {
  font-size: 14px;
}

#containerF .service .bottom .b_right dd {
  margin-bottom: 20px;
  line-height: 1;
}

#containerF .service .bottom .b_right dd span {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

#containerF .service .bottom .b_right dd a {
  color: rgba(0, 0, 0, 0.9);
  position: relative;
}

#containerF .service .bottom .b_right dd a img {
  width: 26px !important;
}

#containerF .service .bottom .b_right dd a .erweima {
    position: absolute;
	left: 80px;
	top: -20px;
	z-index: 10990;
	display: none;
}

#containerF .service .bottom .b_right dd .weChart:hover .erweima {
  display: block;
  width: 120px !important;
  height: 120px !important;
}

.bottomBg {
  width: 1200px;
  height: 130px;
  text-align: center;
  color: #0f0b00;
  font-size: 13px;
  padding-top: 35px;
  box-sizing: border-box;
  background-color: #a4c5c7;
  margin: 0 auto;
}

.bottomBg .bei {
  display: inline;
  line-height: 50px;
  margin: 0 20px;
}

/* 会员章程 + 用户 */
.contentHead {
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.contentHead i {
  display: inline-block;
  width: 10px;
  height: 20px;
  background: url("../images/specialServices/back.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 30px;
}

.contentHead i:hover {
  cursor: pointer;
}
.contentHead h1{
  font-size: 18px;
  display: block;
  line-height: 30px;
  line-height: 80px;
}
.zixuntt h1{
	display: none;
}

.memlist {
  text-align: left;
  margin: 10px 0 110px;
}

.memlist li {
  border-bottom: 1px solid #d6d6d6;
  padding: 25px 0 40px;
}

.memlist li h3 {
  font-size: 20px;
  line-height: 50px;
}

.memlist li p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 16px;
}

.memlist li p:last-child {
  margin-bottom: 0;
}

.memlist .tips {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.memlist .tips1 {
  margin-top: 30px;
}

/* 明星 */
#star {
  width: 1200px;
  min-height: 600px;
  text-align: center;
  margin: 0 auto;
  background-color: #fff;
}

#star .title {
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  font-weight: 500;
}

#star ul li {
  width: 100%;
  margin: 0 auto 10px;
}

#star ul li img {
  display: block;
  width: 100%;
}

#star ul li .starList_center1 {
  width: 520px;
  height: 40px;
  margin: 20px auto;
}

#star ul li .starList_center1 i {
  float: left;
  width: 24px;
  height: 36px;
  border: 0;
  background: url(../images/index/ten_tips.png) no-repeat center;
}

#star ul li .starList_center1 span {
  display: inline-block;
  /* border: 1px solid #eeeeee; */
  width: 140px;
  height: 34px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 36px;
  font-weight: 100;
  color: #444444;
  box-shadow: 0px 3px 6px 1px #eeeeee;
}

#star ul li .starList_center2 {
  font-size: 16px;
  font-weight: 100;
  padding: 20px 0;
  color: #666666;
}

#star ul li .starList_end {
  width: 85%;
  height: 250px;
  border-top: 1px solid #e5e5e5;
  /* border-bottom: 1px solid #e5e5e5; */
  overflow: hidden;
  margin: 0 auto;
}

#star ul li .starList_end .starList_end_1 {
  font-size: 28px;
  line-height: 80px;
  margin-top: 10px;
}

#star ul li .starList_end .starList_end_2 {
  font-size: 20px;
  font-weight: 200;
  color: #444444;
  font-family: 'GBK-light';
}

#star ul li .starList_end .starList_end_3 {
  font-size: 20px;
  line-height: 40px;
  font-weight: 200;
  color: #444444;
}

#star ul li .starList_end a {
  display: block;
  width: 100px;
  height: 30px;
  border: 0;
  background: #ffffff;
  color: #444444;
  border: 1px solid #888888;
  font-size: 16px;
  font-weight: 200;
  line-height: 30px;
  margin: 20px auto 0;
}

/* 登录 */
#login, #register{
	background-color: #fff;
	width: 1200px;
	margin: 0 auto;
	min-height: 500px;
}
#login .tableBox {
  margin-bottom: 160px;
}

#login .tableBox .log_regTable {
  width: 100%;
  height: 100px;
  padding: 0 388px;
  box-sizing: border-box;
}

#login .tableBox .log_regTable li {
  float: left;
  width: 50px;
  height: 100px;
  font-size: 22px;
  line-height: 100px;
  color: #4c4c4c;
}

#login .tableBox .log_regTable li.active {
  color: #0f0b00;
  font-weight: 600;
}

#login .tableBox .log_regTable li:hover {
  cursor: pointer;
}

#login .tableBox .log_regTable i {
  float: left;
  width: 0;
  height: 22px;
  border-left: 1px solid #0f0b00;
  margin: 39px 110px 0;
}

#login .tableBox .tableContent {
  width: 1000px;
  height: 555px;
  border: 1px solid #c7c7c7;
  margin: 0 auto;
  text-align: left;
}

#login .tableBox .tableContent dl {
  height: 100%;
  display: none;
  overflow: hidden;
}

#login .tableBox .tableContent .actived {
  display: block;
}

/* 登录 */
#login .tableBox .tableContent .login .left,
.center,
.right {
  float: left;
  width: 498px;
  height: 100%;
  padding: 50px 60px 0;
  box-sizing: border-box;
}

#login .tableBox .tableContent .loginTable {
  overflow: hidden;
}

#login .tableBox .tableContent .loginTable li {
  float: left;
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
  margin-right: 34px;
}

#login .tableBox .tableContent .loginTable li.active {
  color: #0f0b00;
  font-weight: 600;
  border-bottom: 1px solid #0f0b00;
}

#login .tableBox .tableContent .loginTable li:hover {
  cursor: pointer;
}

#login .tableBox .tableContent .loginTableContent dl {
  height: 310px;
}

#login .tableBox .tableContent .loginTableContent dl dd {
  margin-top: 15px;
  overflow: hidden;
}

#login .tableBox .tableContent .loginTableContent dl dd:first-child {
  margin-top: 25px;
}

#login .tableBox .tableContent .loginTableContent dl dd input {
  float: left;
  width: 200px;
  height: 44px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  text-indent: 12px;
}

#login .tableBox .tableContent .loginTableContent dl dd .code_tel,
.userId,
.password {
  width: 378px !important;
}

#login .tableBox .tableContent .loginTableContent dl dd .picCodeImg {
  float: left;
  width: 95px;
  height: 44px;
  margin-left: 14px;
}

#login .tableBox .tableContent .loginTableContent dl dd .changePicCode {
  float: right;
  width: 60px;
  height: 44px;
  line-height: 20px;
  border: 0;
  background: none;
  padding: 0;
  text-align: left;
}

#login .tableBox .tableContent .loginTableContent dl dd .changePicCode:hover {
  cursor: pointer;
}

#login .tableBox .tableContent .loginTableContent dl dd .changePicCode p {
  font-size: 13px;
}

#login .tableBox .tableContent .loginTableContent dl dd .changePicCode p:last-child {
  width: 40px;
  border-bottom: 1px solid #0f0b00;
}

#login .tableBox .tableContent .loginTableContent dl dd .telCodeBtn,
.telCodeBtn1,
.telCodeBtn2 {
  float: left;
  width: 162px;
  height: 44px;
  background: #0f0b00;
  color: #ffffff;
  font-size: 18px;
  line-height: 44px;
  border: 0;
  margin-left: 14px;
}

#login .tableBox .tableContent .login .left .loginTableContent dl dd .telCodeBtn2 {
  opacity: 0.8;
}

#login .tableBox .tableContent .login .left .loginTableContent dl dd .telCodeBtn2:hover {
  cursor: default;
}

/* 忘记密码 */
#login .tableBox .tableContent .login .left .loginTableContent dl dd .forget {}

#login .tableBox .tableContent .login .left .loginTableContent dl dd .forget:hover {
  cursor: pointer;
}

#login .tableBox .tableContent .loginTableContent dl .login_code,
.login_userId {
  width: 378px;
  height: 44px;
  background: #0f0b00;
  border: 0;
  margin-top: 50px;
  font-size: 18px;
  color: #ffffff;
}

#login .tableBox .tableContent .loginTableContent dl .login_code2,
.login_userId2 {
  width: 378px;
  height: 44px;
  background: #0f0b00;
  opacity: 0.8;
  border: 0;
  margin-top: 50px;
  font-size: 18px;
  color: #ffffff;
  display: none;
}

#login .tableBox .tableContent .login .left .loginTableContent dl .login_code2:hover,
.login_userId2:hover {
  cursor: default;
}

#login .tableBox .tableContent .login .left .loginTableContent dl .login_userId {
  margin-top: 20px;
}

#login .tableBox .tableContent .login .left .otherWay {
  margin-top: 20px;
  overflow: hidden;
}

#login .tableBox .tableContent .login .left .otherWay span {
  float: left;
  font-size: 18px;
}

#login .tableBox .tableContent .login .left .otherWay .other {
  float: left;
  width: 22px;
  height: 22px;
  margin-left: 20px;
}

#login .tableBox .tableContent .login .left .otherWay .other:hover {
  cursor: pointer;
}

#login .tableBox .tableContent .login .left .otherWay .qq {
  background: url("../images/membershipClub/qq.png") no-repeat center;
  background-size: 19px;
}

#login .tableBox .tableContent .login .left .otherWay .alipay {
  background: url("../images/membershipClub/alipay.png") no-repeat center;
  background-size: 19px;
}

#login .tableBox .tableContent .login .left .otherWay .wechart {
  background: url("../images/membershipClub/wechart.png") no-repeat center;
  background-size: 19px;
}

#login .tableBox .tableContent .login .left .otherWay .weibo {
  background: url("../images/membershipClub/weibo.png") no-repeat center;
  background-size: 19px;
}

#login .tableBox .tableContent .login .left .errMsg {
  display: none;
  width: 378px;
  min-height: 44px;
  background: #0f0b00;
  border: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
  padding: 13px 0;
  margin-top: 20px;
  box-sizing: border-box;
}

#login .tableBox .tableContent .login .center {
  height: 200px;
  width: 0;
  border-left: 1px solid #e5e5e5;
  padding: 0;
  margin-top: 50px;
}

#login .tableBox .tableContent .login .right span {
  display: block;
  font-size: 18px;
}

#login .tableBox .tableContent .login .right p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 34px;
}

#login .tableBox .tableContent .login .right a {
  display: block;
  width: 292px;
  height: 43px;
  border: 1px solid #0f0b00;
  background: 0;
  font-size: 17px;
  line-height: 43px;
  margin-top: 40px;
  text-align: center;
}

/* 注册 */
#register .tableBox {
  margin-bottom: 160px;
}

#register .tableBox .log_regTable {
  width: 100%;
  height: 100px;
  padding: 0 388px;
  box-sizing: border-box;
}

#register .tableBox .log_regTable li {
  float: left;
  width: 50px;
  height: 100px;
  font-size: 22px;
  line-height: 100px;
  color: #4c4c4c;
}

#register .tableBox .log_regTable li.active {
  color: #0f0b00;
  font-weight: 600;
}

#register .tableBox .log_regTable li:hover {
  cursor: pointer;
}

#register .tableBox .log_regTable i {
  float: left;
  width: 0;
  height: 22px;
  border-left: 1px solid #0f0b00;
  margin: 39px 110px 0;
}

#register .tableBox .tableContent {
  width: 1000px;
  height: 555px;
  border: 1px solid #c7c7c7;
  margin: 0 auto;
  text-align: left;
}

#register .tableBox .tableContent dl {
  height: 100%;
  overflow: hidden;
}

/* 注册 */
#register .tableBox .tableContent .register {
  padding: 105px 40px 0;
  box-sizing: border-box;
  overflow: hidden;
}

#register .tableBox .tableContent .register dd {
  float: left;
  width: 458px;
  height: 46px;
  margin-bottom: 24px;
}

#register .tableBox .tableContent .register dd span {
  float: left;
  height: 46px;
  font-size: 17px;
  line-height: 46px;
}

#register .tableBox .tableContent .register dd:nth-child(2n + 1) span {
  width: 90px;
}

#register .tableBox .tableContent .register dd:nth-child(2n) span {
  width: 110px;
}

#register .tableBox .tableContent .register dd input {
  float: left;
  height: 44px;
  border: 1px solid #cccccc;
  text-indent: 12px;
}

#register .tableBox .tableContent .register dd .picCode_r,
.telCode_r {
  float: left;
  width: 170px;
}

#register .tableBox .tableContent .register dd .nickName,
.tel_r,
.password_r,
.password2_r {
  width: 300px;
}

#register .tableBox .tableContent .register dd .picCodeImg_r {
  float: left;
  width: 100px;
  height: 46px;
  margin-left: 5px;
}

#register .tableBox .tableContent .register dd .changePicCode_r {
  height: 44px;
  line-height: 20px;
  float: right;
  border: 0;
  background: 0;
  padding: 0;
  text-align: left;
}

#register .tableBox .tableContent .register dd .changePicCode_r:hover {
  cursor: pointer;
}

#register .tableBox .tableContent .register dd .changePicCode_r p {
  font-size: 13px;
}

#register .tableBox .tableContent .register dd .changePicCode_r p:last-child {
  width: 40px;
  border-bottom: 1px solid #0f0b00;
}

#register .tableBox .tableContent .register dd .telCodeBtn_r,
.telCodeBtn_r2 {
  float: left;
  width: 130px;
  height: 46px;
  background: #0f0b00;
  color: #ffffff;
  font-size: 16px;
  line-height: 46px;
  border: 0;
  margin-left: 5px;
}

#register .tableBox .tableContent .register dd .telCodeBtn_r2 {
  opacity: 0.8;
}

#register .tableBox .tableContent .register dd .telCodeBtn_r2:hover {
  cursor: default;
}

#register .tableBox .tableContent .register p {
  font-size: 14px;
}

#register .tableBox .tableContent .register p span {
  margin-left: 10px;
}

#register .tableBox .tableContent .register .regBtn {
  font-size: 18px;
  width: 390px;
  height: 45px;
  line-height: 45px;
  border: 0;
  background: #0f0b00;
  color: #ffffff;
  margin: 50px 0 0 225px;
}

/* 忘记密码 */
#forgetPassWord h3 {
  font-size: 22px;
  line-height: 100px;
}

#forgetPassWord .forgetIndex {
  border: 1px solid #c7c7c7;
  width: 1000px;
  height: 550px;
  margin: 0 auto 100px;
  text-align: left;
}

#forgetPassWord .forgetIndex .box {
  width: 376px;
  margin: 78px auto 0;
}

#forgetPassWord .forgetIndex label p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 12px;
}

#forgetPassWord .forgetIndex label p b,
i {
  font-weight: 500;
}

#forgetPassWord .forgetIndex label .user_email,
.code,
.password,
.password2 {
  width: 376px;
  height: 44px;
  border: 1px solid #cfcfcf;
  text-indent: 12px;
  position: relative;
}

#forgetPassWord .forgetIndex .pass {
  position: relative;
  width: 376px;
  height: 44px;
}

#forgetPassWord .forgetIndex .pass:nth-child(2) {
  margin-top: 45px;
}

#forgetPassWord .forgetIndex .pass .clear {
  display: none;
  width: 12px;
  height: 44px;
  background: url("../images/login_register/clear.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 45px;
}

#forgetPassWord .forgetIndex .pass .eye {
  display: none;
  width: 24px;
  height: 44px;
  background: url("../images/login_register/blind.png") no-repeat center;
  position: absolute;
  top: 0;
  right: 8px;
}

#forgetPassWord .forgetIndex .pass span {
  position: absolute;
  left: 12px;
  bottom: -18px;
  /* color: #009c54; */
  color: #db2222;
  font-size: 12px;
  display: none;
}

#forgetPassWord .forgetIndex .pass span i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/login_register/true.png") no-repeat center;
  display: none;
}

#forgetPassWord .forgetIndex .pass:hover .clear,
#forgetPassWord .forgetIndex .pass:hover .eye {
  display: block;
}

#forgetPassWord .forgetIndex .pass .clear:hover,
.eye:hover {
  cursor: pointer;
}

#forgetPassWord .forgetIndex label .iptBox {
  position: relative;
  height: 76px;
}

#forgetPassWord .forgetIndex label .iptBox .time {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 13px;
  color: #666666;
}

#forgetPassWord .forgetIndex label .iptBox .errMsg {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 13px;
  color: #db2222;
  display: none;
}

#forgetPassWord .forgetIndex .reset,
.confirm,
.confirm2,
.resetSubmit {
  display: block;
  width: 376px;
  height: 44px;
  border: 0;
  background: #0f0b00;
  color: #ffffff;
  margin-top: 40px;
}

/* #forgetPassWord .forgetIndex .confirm {
  display: none;
} */

#forgetPassWord .forgetIndex .confirm2 {
  background: #0f0b00;
  display: none;
}

#forgetPassWord .forgetIndex .getCode2 {
  width: 190px;
  display: none;
}

#forgetPassWord .forgetIndex .getCode2:hover {
  cursor: pointer;
}

#forgetPassWord .forgetIndex .confirm2:hover {
  /* cursor: default; */
}

/* 提示 */
#forgetPassWord {
  position: relative;
}

#forgetPassWord .menban {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

#forgetPassWord .menban .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 434px;
  height: 260px;
  background: #ffffff;
  padding: 36px;
  box-sizing: border-box;
  text-align: left;
  display: none;
}

#forgetPassWord .menban .box h3 {
  font-size: 22px;
  line-height: 1;
}

#forgetPassWord .menban .box p {
  line-height: 26px;
  margin-top: 20px;
}

#forgetPassWord .menban .box .confirm {
  width: 124px;
  height: 44px;
  background: #0f0b00;
  border: 0;
  color: #ffffff;
  float: right;
  margin-top: 15px;
}

#forgetPassWord .menban .box2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 434px;
  height: 260px;
  background: #ffffff;
  padding: 36px;
  box-sizing: border-box;
  text-align: center;
  display: none;
}

#forgetPassWord .menban .box2 p {
  font-size: 22px;
  margin: 20px 0 10px;
  line-height: 1;
}

#forgetPassWord .menban .box2 a {
  display: block;
  width: 54px;
  height: 34px;
  border-bottom: 1px solid #0f0b00;
  font-size: 18px;
  line-height: 34px;
  margin: 0 auto;
}

/* 输入验证码 */
.iptCode {
  display: none;
}

/* 重置密码 */
.resetIndex {
  display: none;
}

#apply .winList {
  display: block;
  width: 200px;
  position: absolute;
  top: 0;
  right: -150px;
  z-index: 10;
}

#apply .winList:hover {
  cursor: pointer;
}

#apply {
  position: relative;
}

#apply .menban {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
  display: none;
}

#apply .menban .box {
  width: 800px;
  height: 600px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  padding: 30px 40px;
  box-sizing: border-box;
}

#apply .menban .box h3 {
  font-size: 26px;
}

#apply .menban .box .time {
  color: #888888;
  margin: 5px auto 15px;
}

#apply .menban .box .tableBox ul {
  overflow: hidden;
  text-align: center;
}

#apply .menban .box .tableBox ul li {
  display: inline-block;
  width: 150px;
  height: 30px;
  border: 1px solid #cccccc;
  margin-left: 40px;
  box-sizing: border-box;
  line-height: 30px;
}

#apply .menban .box .tableBox ul li:hover {
  cursor: pointer;
}

#apply .menban .box .tableBox ul li.active {
  border: 1px solid #0f0b00;
}

#apply .menban .box .tableBox ul li:first-child {
  margin-left: 0;
}

#apply .menban .box .tableBox .tableContent dl {
  margin-top: 20px;
}

#apply .menban .box .tableBox .tableContent dl dd {
  display: none;
}

#apply .menban .box .tableBox .tableContent dd h4 {
  font-size: 20px;
  border-top: 1px solid #c7c7c7;
  margin-top: 20px;
  padding: 20px 0 0;
}

#apply .menban .box .tableBox .tableContent dd .tips {
  color: #666666;
  font-size: 14px;
  margin: 10px auto;
}

#apply .menban .box .tableBox .tableContent dl dd .users {
  overflow: auto;
  width: 102%;
  height: 330px;
}

#apply .menban .box .tableBox .tableContent dl dd .users::-webkit-scrollbar {
  width: 3px;
}

#apply .menban .box .tableBox .tableContent dl dd .users::-webkit-scrollbar-thumb {
  background: #bfbfbf;
  border-radius: 10px;
}

#apply .menban .box .tableBox .tableContent dl dd span {
  float: left;
  width: 165px;
  font-size: 14px;
  margin: 0 20px 5px 0;
  text-align: left;
  color: #7c7c7c;
}

#apply .menban .box .tableBox .tableContent dl dd span b {
  display: inline-block;
  width: 60px;
  height: 20px;
  overflow: hidden;
  font-weight: 500;
}

#apply .menban .box .tableBox .tableContent dl dd span i {
  display: inline-block;
  height: 20px;
  overflow: hidden;
  font-weight: 500;
}

#apply .menban .box .tableBox .tableContent dl dd span:nth-child(4n) {
  margin-right: 0;
}

#apply .menban .box .tableBox .tableContent dl dd.active {
  display: block;
}

#apply .margin_mini .tableBox {
  width: 100%;
  margin-bottom: 110px;
}

#apply .margin_mini .tableBox ul {
  width: 100%;
  overflow: hidden;
  margin: 25px auto 20px;
}

#apply .margin_mini .tableBox ul li {
  float: left;
  width: 200px;
  height: 100px;
  margin-right: 16px;
  overflow: hidden;
}

/* #apply .margin_mini .tableBox ul li img {
  width: 100%;
  height: 100%;
} */

#apply .margin_mini .tableBox ul li p {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 24px;
  line-height: 100px;
}

#apply .margin_mini .tableBox ul li.active p {
  display: none;
}

/* #apply .margin_mini .tableBox ul li:nth-child(1) {
  background: url("../images/specialServices/table01.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li:nth-child(2) {
  background: url("../images/specialServices/table02.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li:nth-child(3) {
  background: url("../images/specialServices/table03.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li:nth-child(4) {
  background: url("../images/specialServices/table04.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(1) {
  background: url("../images/specialServices/table01_active.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(2) {
  background: url("../images/specialServices/table02.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(3) {
  background: url("../images/specialServices/table03.png") no-repeat center;
  background-size: 100%;
}

#apply .margin_mini .tableBox ul li.active:nth-child(4) {
  background: url("../images/specialServices/table04.png") no-repeat center;
  background-size: 100%;
} */

#apply .margin_mini .tableBox ul li:nth-child(4n) {
  margin-right: 0;
}

#apply .margin_mini .tableBox ul li:hover {
  cursor: pointer;
}

#apply .margin_mini .tableBox ul li.active {
  width: 450px;
  height: 100px;
}

#apply .margin_mini .tableBox .tableContent {
  width: 100%;
}

#apply .margin_mini .tableBox .tableContent dl dd {
  display: none;
  width: 1100px;
  height: 540px;
  overflow: hidden;
  position: relative;
}

#apply .margin_mini .tableBox .tableContent dl dd.active {
  display: block;
}

#apply .margin_mini .tableBox .tableContent dl dd img {
  width: 100%;
}

#apply .margin_mini .tableBox .tableContent dl dd img:hover {
  cursor: pointer;
}

#apply .margin_mini .tableBox .tableContent dl dd button {
  position: absolute;
  left: 600px;
  top: 380px;
  width: 270px;
  height: 45px;
  background: 0;
  border: 2px solid #0f0b00;
  font-size: 18px;
}

#apply .margin_mini .tableBox .tableContent dl dd:nth-child(2) button {
  left: 170px;
}

#apply .margin_mini .tableBox .tableContent dl dd:nth-child(2) .tips {
  left: 170px;
}

#apply .margin_mini .tableBox .tableContent dl dd:nth-child(3) button {
  left: 640px;
}

#apply .margin_mini .tableBox .tableContent dl dd:nth-child(3) .tips {
  left: 640px;
}

#apply .margin_mini .tableBox .tableContent dl dd .tips {
  position: absolute;
  left: 600px;
  top: 430px;
  width: 270px;
  font-size: 13px;
}

#apply {
  position: relative;
}

#apply .formBox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: none;
}

#apply .formBox .form {
  width: 1100px;
  height: 600px;
  background: #ffffff;
  margin: 50px auto 0;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

#apply .formBox .form .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/specialServices/close.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 38px;
  right: 38px;
}

#apply .formBox .form .close:hover {
  cursor: pointer;
}

#apply .formBox .form h3 {
  font-size: 22px;
  line-height: 70px;
  text-indent: 64px;
}

#apply .formBox .form .formUl {
  width: 100%;
  height: 350px;
  border-top: 1px solid #0f0b00;
  border-bottom: 1px solid #0f0b00;
}

#apply .formBox .form .formUl li {
  width: 480px;
  height: 46px;
  border-bottom: 1px solid #e5e5e5;
  margin: 30px 0 0 64px;
}

#apply .formBox .form .formUl li span {
  font-size: 18px;
  line-height: 46px;
}

#apply .formBox .form .formUl li input {
  float: right;
  margin-top: 3px;
  width: 380px;
  height: 40px;
  border: 0;
  background: none;
  font-size: 18px;
  color: #0f0b00;
  text-indent: 16px;
}

#apply .formBox .form .formUl li .phone {
  color: #aaaaaa;
}

#apply .formBox .form button {
  float: left;
  width: 270px;
  height: 45px;
  background: #0f0b00;
  border: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
  margin: 30px 0 0 64px;
}

#apply .formBox .form p.recordList {
  float: left;
  width: 270px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: 30px 0 0 0;
}

#apply .formBox .form p.recordList:hover {
  cursor: pointer;
}

#apply .formBox .form .formUl dl {
  height: 46px;
  margin: 30px 0 0 64px;
}

#apply .formBox .form .formUl dl dd {
  float: left;
  width: 250px;
  height: 46px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 30px;
}

#apply .formBox .form .formUl dl dd .province,
.city,
.town {
  font-size: 18px;
  line-height: 46px;
}

#apply .formBox .form .formUl dl dd select {
  float: right;
  margin-top: 3px;
  width: 100px;
  height: 40px;
  border: 0;
  font-size: 18px;
  color: #0f0b00;
  text-indent: 8px;
  display: none;
}

#apply .formBox .form .formUl dl dd:nth-child(2) .select2-choice {
  width: 150px;
}

#apply .formBox .form .formUl dl dd:nth-child(3) select {
  width: 120px;
}

#apply .formBox .form .main dd span {
  float: left;
}

#apply .formBox .form .main dd div {
  float: right;
  width: 160px;
  height: 46px;
  position: relative;
}

#apply .formBox .form .main dd div.boxCity {
  width: 200px;
}

#apply .formBox .form .main dd div.boxCountry {
  width: 180px;
}

#apply .formBox .form .main dd div span {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 46px;
  text-indent: 16px;
  background: url("../images/public/selectAreaOpen.png") no-repeat center right;
}

#apply .formBox .form .main dd div .list {
  width: 100%;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 100;
  min-height: 36px;
  max-height: 200px;
  overflow-y: auto;
  background: #ffffff;
  border: 1px solid #0f0b00;
  display: none;
  border-radius: 5px;
}

#apply .formBox .form .main dd div .list li {
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0;
  border: 0;
  overflow: hidden;
}

#apply .formBox .form .main dd div .list li:hover {
  background: #0f0b00;
  color: #ffffff;
  cursor: pointer;
}

/* 试用申领用户须知 */
#apply .noticeToUsers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: none;
}

#apply .noticeToUsers .box {
  width: 1100px;
  height: 772px;
  background: #ffffff;
  margin: 20px auto 0;
  padding: 50px 40px;
  box-sizing: border-box;
  position: relative;
  text-align: left;
}

#apply .noticeToUsers .box .close {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/specialServices/close.png") no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 38px;
  right: 38px;
}

#apply .noticeToUsers .box .close:hover {
  cursor: pointer;
}

#apply .noticeToUsers .box h3 {
  font-size: 22px;
  line-height: 70px;
  font-weight: 500;
  text-indent: 64px;
}

#apply .noticeToUsers .box .notice {
  width: 100%;
  height: 520px;
  padding: 0 64px;
  box-sizing: border-box;
  border-top: 1px solid #0f0b00;
  border-bottom: 1px solid #0f0b00;
}

#apply .noticeToUsers .box .notice .title {
  border-bottom: 1px solid #cccccc;
  padding: 17px 0 27px 0;
}

#apply .noticeToUsers .box .notice .title .title1 {
  line-height: 36px;
}

#apply .noticeToUsers .box .notice .title .title2 {
  font-size: 15px;
  line-height: 31px;
}

#apply .noticeToUsers .box .notice .tips {
  margin-top: 18px;
}

#apply .noticeToUsers .box .notice .tips .tips_title {
  line-height: 39px;
}

#apply .noticeToUsers .box .notice .tips .listName {
  line-height: 36px;
}

#apply .noticeToUsers .box .notice .tips .tipsList li {
  font-size: 14px;
  line-height: 30px;
}

#apply .noticeToUsers .box .notice .tips .tipsList li:nth-child(2n) {
  text-decoration: underline;
  font-weight: 600;
}

#apply .noticeToUsers .box button {
  width: 252px;
  height: 43px;
  background: none;
  border: 0;
  margin-top: 40px;
}

#apply .noticeToUsers .box button.cancel {
  margin-left: 64px;
  border: 1px solid #7f736d;
  color: #7f736d;
}

#apply .noticeToUsers .box button.agree {
  background: #0f0b00;
  color: #ffffff;
}

/* 申领记录 */
.apply_0 p img {
  display: block;
  margin: 150px auto 20px;
}

.apply_0 p span {
  display: block;
}

.apply_0 p span a {
  text-decoration: underline !important;
}

#applyList {
  text-align: left;
  margin-top: 75px;
  overflow: hidden;
}

#applyList li {
  margin-bottom: 60px;
  width: 100%;
  height: 230px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
}

#applyList li .top {
  height: 65px;
  border-bottom: 1px solid #ebebeb;
  line-height: 65px;
  padding: 0 20px;
}

#applyList li .top .left {
  float: left;
  font-size: 18px;
}

#applyList li .top .right {
  float: right;
  font-size: 18px;
  width: auto;
  padding: 0;
}

#applyList li .shop {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

#applyList li .shop .img {
  float: left;
  width: 118px;
  height: 118px;
  border: 1px solid #dddddd;
}

#applyList li .shop .img a {
  display: block;
  width: 100%;
  height: 100%;
}

#applyList li .shop .img img {
  display: block;
  margin: auto;
  width: 118px;
  height: 118px;
}

#applyList li .shop .left {
  float: left;
  margin-left: 38px;
}

#applyList li .shop .left .name {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}

#applyList li .shop .left .num {
  color: #5b5b5b;
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 40px;
}

#applyList li .shop .left .price {
  font-weight: 600;
}

#applyList li .shop .btns {
  float: right;
}

#applyList li .shop .btns button {
  float: left;
  width: 120px;
  height: 45px;
  border: 1px solid #0f0b00;
  background: none;
  font-size: 18px;
  margin-top: 70px;
  padding: 0;
}

#applyList li .shop .btns button a {
  display: block;
  width: 100%;
  height: 100%;
  color: #0f0b00;
  line-height: 45px;
}

#applyList li .shop .btns button.confirm {
  margin-left: 20px;
  color: #0f0b00;
}

#applyList li .shop .btns p {
  font-size: 18px;
  margin-top: 90px;
}

/* 底部 */
.applyListbottom {
  border-top: 1px solid #0f0b00;
  width: 100%;
  height: 180px;
}

.applyListbottom button.back {
  float: right;
  margin-top: 56px;
  width: 150px;
  height: 46px;
  border: 0;
  background: #0f0b00;
  color: #ffffff;
  font-size: 20px;
}

#tips {
    width: 1200px;
    color: #261c19;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    z-index: 2000;
    margin: 0 auto;
  	position: relative;
  	z-index: 1;
  }
  #tips .tipsContent {
    width: 1200px;
    height: 30px;
    overflow: hidden;
  	margin: 0 auto;
    position: relative;
  }
  
  #tips .tipsContent span{
    display: block;
    position: absolute;
    left: 0;
    z-index: 1
  }
  
  #tips .tipsClose {
  	  position: absolute;
  	  right: 0;
  	  top: 0px;
    width: 24px;
    cursor: pointer;
  	height: 24px;
  	background-color: #000;
  	line-height: 24px;
  	color: #fff;
  	text-align: center;
  	display: block;
  	z-index: 99999;
  }