﻿@charset "utf-8";
a {
  color: black;
}

.home {
  margin: 5%;
  border: 1px solid #CCCCCC;
  min-height: 500px;
  border-radius: 10px;
}

.userInfo_home {
  margin: 5%;
  border: 1px solid #CCCCCC;
  min-height: 1050px;
  border-radius: 10px;
}

.head {
  width: 100%;
  height: 50px;
  background-color: #EFEFEF;
  border-radius: 10px 10px 0 0;
}

.head_nav {
    width: 120px;
  height: 55px;
  float: left;
  font-size: 12px;
  margin-left: 10px;
  color: #393A3F;
}

.head_nav span {
  width: 100%;
  float: left;
  text-align: center;
}

.h_nav {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
}

.head_logo {
  float: right;
  margin-right: 20px;
}

.form {
  width: 80%;
  margin-top: 50px;
  margin-left: 10%;
}

.form_h {
  width: 100%;
  font-size: 12px;
  float: left;
}

.form_text {
  width: 100%;
  float: left;
  margin: 15px 0;
}

.input_text {
  margin: 10px 0;
}

.input_text label {
  float: left;
  width: 100%;
  font-size: 12px;

  color: #808285;
}

.input_text input {
  margin: 5px 0;
  padding-left: 5px;
  height: 28px;
  border: 1px solid #CCCCCC;
  font-size: 16px;

}

.form_f {
  width: 100%;
  float: left;
  font-size: 12px;
}

.sumbit_b {
  float: left;
  background-color: #666666;
  color: white;
  font-size: 18px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  margin: 2% 0 0 0;
}

.code {
  width: 100%;
  float: left;
}

.code input {
  width: 48%;
  float: left;
}

.getCode {


  height: 26px;
  line-height: 26px;
  margin-left: 5%;
  margin-top: 5px;
  padding: 0 5px;
  background-color: #666666;
  color: #ffffff;
border-radius: 0;
-webkit-appearance:none;

  text-align: center;
  font-size: 14px;
}

.code label {
  width: 2%;
  line-height: 34px;
}

.userInfo_nav {
  width: 150px;
}

.userInfo_h {
  font-size: 14px;
}

.footer {
  float: left;
  margin-top: 10px;
  font-size: 14px;
}

/*弹出框*/

.box {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 998;
  background-color: #fff;
}

.box .mainlist {
  padding: 10px;
}

.box .mainlist p {
  text-align: center;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}

#hidden_BG {
  display: none;
  background-color: #666;
  position: absolute;
  z-index: 997;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
}

.on_send {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background: #393A3F;
  width: 30%;
  margin: 5% 10% 5% 10%;
  float: left;
  border-radius: 10px;
}

.on_cancel {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: white;
  background: #393A3F;
  width: 30%;
  margin: 5% 10% 5% 10%;
  float: left;
  border-radius: 10px;
}

.join_club {
  width: 100%;
  float: left;
  margin-top: 10px;
  color: #808285;
}

.join_club input {
  width: 16px;
  height: 16px;
  float: left;
}

.join_club div {
  font-size: 12px;
  margin-left: 4px;
  float: left;
  line-height: 14px;
}

.join_club_form {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: none;
}

.r_userInfo_h {
  margin-left: -20px;
}

.agr_info {
  font-size: 12px;
  color: #808285;
  line-height: 18px;
  margin-top: 10px;
  float: left;
  height: 150px;
  overflow: scroll;
}

.item-login {
  position: relative;
  width: 96%;
}

input.rect_mobile {
  padding-left: 65px;
  border: 1px solid lightgrey;
  width: 96%;
}

.rect_mobile {
  display: block;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 1px;
}

.select-cpt {
  line-height: 22px;
  width: 45px;
  background-color: white;
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 1px;
  text-align: left;
  padding-left: 10px;
}

.select-body {
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
  height: 100px;
  overflow: auto;
  border: 1px solid lightgrey;
  box-shadow: 0 0 1px lightgrey;
}

.select-head {
  cursor: pointer;
}

.option {
  position: relative;
  z-index: 20;
  background-color: white;
  padding-left: 10px;
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.arrow {
  border-width: 5px;
  border-style: solid;
  width: 0;
  height: 0;
  position: absolute;
  right: 7px;
  border-color: black transparent transparent transparent;
  bottom: 4px;
  left: 50px;
}

.option:hover {
  background-color: #666666;
  ;
  color: white;
}

.option.active {
  background-color: #666666;
  color: white;
}

/*短息*/

.cert_code {
  height: 25px;
  box-sizing: border-box;

  line-height: 25px;
  font-size: 16p;
  border: 1px solid lightgrey;
  width: 35%;
  margin-left: 5px;
}

/* 邀请码*/
.invitation_code {
  height: 25px;
  box-sizing: border-box;
  line-height: 25px;
  font-size: 16p;
  border: 1px solid lightgrey;
  width: 92%;
  margin-left: 5px;
}

/*短信验证码*/

.send_ms_wap {
  display: inline;
  margin-left: 20px;
}

.send_btn {
  background: #666666;
  color: white;
}

/*图片验证码*/

.img_code_wap {
  display: inline;
  margin-left: 20px;
}

.tips {
  color: red;
  margin: 10 0 10 0;
}

/**弹出邀请码框**/

		.float-l {
			float: left;
		}

		.float-r {
			float: right;
		}

		.clearfix:after {
			content: "";
			clear: both;
			display: block;
			height: 0;
		}
		.text-ellipsis{
			overflow:hidden;
			text-overflow:ellipsis;
			white-space:nowrap;
		}
		.btn {
			display: inline-block;
			padding: 6px 12px;
			margin-bottom: 0;
			font-size: 14px;
			font-weight: 400;
			line-height: 1.42857143;
			text-align: center;
			white-space: nowrap;
			vertical-align: middle;
			cursor: pointer;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			background-image: none;
			border: 1px solid transparent;
			border-radius: 4px;
			resize: none;
			outline: none;
		}

		.layerDiv {
			position: fixed;
			top: 50%;
			left: 50%;
			-webkit-transform: translateX(-50%) translateY(-50%);
			-moz-transform: translateX(-50%) translateY(-50%);
			-ms-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
		}
		/*
		 * 操作弹框
		 */

		.layerBox {
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5);
			background-color: rgba(0, 0, 0, 0.5);
			position: fixed;
			top: 0;
			left: 0;
			filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
			z-index: 9998;
		}

		.layerDiv {
			background: #fff;
			background-color: #fff;
			width: 40%;
			height: 30%;
			position: absolute;
		}

		.layerTit {
			width:200px;
			height: 42px;
			line-height: 42px;
			padding-top: 0;
			padding-right: 80px;
			padding-bottom: 0;
			padding-left: 20px;
			-webkit-border-radius: 2px 2px 0 0 !important;
			-moz-border-radius: 2px 2px 0 0 !important;
			-ms-border-radius: 2px 2px 0 0 !important;
			border-radius: 2px 2px 0 0 !important;
			background: #F8F8F8;
			background-color: #F8F8F8;
			border-bottom: 1px solid #eee;
			font-size: 14px;
			color: #333;
		}

		.layerTitR {
			position: absolute;
			top: 0;
			right: 15px;
			line-height: 42px;
		}

		.layerTitR .fa {
			color: #999;
			font-size: 16px;
			margin-left: 10px;
		}

		.layerContent {
			width: 99.6%;
		}

		.layerAlertDiv {
			width: 300px;
			height: auto;
		}

		.layerButtDiv {
			padding: 20px;
		}

		.layerButtDiv .layerCont {
			width: 84%;
		}

		.layerCont h4 {
			font-size: 16px;
			margin-top: 0;
			font-weight: bold;
			line-height: 32px;
		}
		.invitationCodeTextarea {
			width:240px;
			height: 20px;
			padding: 6px 10px;
			margin-top:20px;
			font-size: 14px;
			border: 1px solid #ccc;
			resize: none;
  			outline:0 none !important;
		}
		.invitationCodetips
		{
		 padding: 10px 0px;
		 font-size: 12px;
		 color: #646464;
		 display: block;

		}
		
		.invitationCodeErrortips
		{
		 padding: 10px  0px  0px  0px;
		 font-size: 12px;
		 color: red;
		 display: block;
		}

		.layerIcon {
			width: 30px;
			height: 30px;
			margin-right: 10px;
			background-image: url("http://wechat.jiemeihome.com/image/personal/icon.png");
			background-repeat: no-repeat;
		}

		.layerIcon0 {
			background-position: 0px 0px;
		}

		.layerIcon1 {
			background-position: -30px 0px;
		}

		.layerIcon2 {
			background-position: -60px 0px;
		}

		.layerIcon3 {
			background-position: -90px 0px;
		}

		.layerIcon4 {
			background-position: -120px 0px;
		}

		.layerIcon5 {
			background-position: -150px 0px;
		}

		.layerIcon6 {
			background-position: -180px 0px;
		}

		.layerButt {
			padding-top: 20px;
			text-align: right;
		}

		.layerButt .btn {
			background: #00acac;
			background-color: #00acac;
			margin-left: 20px;
			color: #fff;
		}

		.layerButt .btn:nth-last-of-type(1) {
			background: #b6c2c9;
			background-color: #b6c2c9;
		}

		.layerButt .btn:nth-of-type(1) {
			background: #666666;
			background-color: #666666;
		}
