*{  margin: 0 ;
    padding: 0;
}
html,body{
    height: 100%;
}
.left{
    float: left;
}
.border{
    border: 1px solid red;
}
.login_bg{
    width: 100%;
    height:550px;
    background: url("../../images/login_bg2.png") no-repeat;
    background-size: 100% 100%;
}
#loginForm #verifyCodeInput{
    width: 50%;
}
.tabs{
    width: 350px;
    padding-bottom: 30px;
    position: absolute;
    top:-moz-calc(500px/2 - 190px);
    top:-webkit-calc(550px/2 - 190px);
    top: calc(500px/2 - 190px);
    background: white;
    overflow: hidden;
    box-shadow: 0px 3px 10px #efefef;
}
.tabs_item{
    width: 90%;
    border-bottom: 1px solid #d0004c;
    margin: 10px 5%;
    letter-spacing: 3px;
}
.tabs_item div{
    width: 100%;
    color: #999;
    cursor: pointer;
    text-align: center;
    font-size: 19px;
    display: inline-block;
    transition: all 0.7s;
    margin: 10px 0;
}
.tabs_item .on{
    color: #C90046;
    font-weight: bold;
}
.tabs_block{
    width: 700px;
    height: 100%;
    text-align: center;
}
.tabs_block .list_block{
    width: 350px;
    text-align: center;
    margin-top: 20px;
}
.list_block form{
    width: 350px;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
}
.registbtn{
    width: 100%;
    text-align: justify;
    display: block;
    margin: 10px auto;
    text-align:center;
    color:#999;
}
.registbtn .on2{
    color: white;
    background: #C90046;
}
.registbtn button:hover{
	background:#C90046;
	color:#fff;
}
.regist:nth-child(1){
    padding: 6px 15px 6px 15px;
    margin-right: 5px;
}
.regist:nth-child(2){
    padding: 6px 11px 6px 11px;
     margin-right: 5px;
}
.regist:nth-child(3){
    padding: 6px 11px 6px 11px;
}
.list_block form .form-group{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.list_block form .form-group div{
    width: 70%;
    text-align: center;
    display: inline-block;
}
.login{
   width: 70%;
    color: white;
    font-size: 18px;
    line-height: 42px;
    border-style: none;
    background: #C90046;
    margin-top: 20px;
    border-radius: 5px 5px 0 0;
    letter-spacing: 10px;
}
.codecss{
	width: 28%;
    height: 34px;
    margin-top: -4px;
    position: relative;
    top: 3px;
}
.verification_box{
    position: relative;
    display: inline-block;
}
.verification_box span{
    position: relative;
    top: 6px;
    width: 27%;
    margin-right: 5px;
    color: #8e8e8e;
    text-align: left;
    font-size: 15px;
}
.code{
    width: 50px;
    color: green;
    line-height: 32px;
    top:1px;
    right:5px;
    border-style: none;
    background: white;
    position: absolute;
}
.list_block .form-group,.list_block .form-group{
	margin-bottom:22px;
}
.list_block .form-control,.list_block .form-group{
	border-radius:0;
	box-shadow:none;
}
.list_block .form-group{
	width:295px;
	display:block;
	margin:0 auto;
	background:#fff;
}
.list_block .form-group div{
	width:100%;
	padding:6px;
	border:1px solid #ddd;
}
.list_block .form-group+.form-group{
	margin-top:20px;
}
.list_block .form-group img:first-child{
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:5px;	
}
.form-control{
	display:inline-block!important;
	border:none;
	width:184px;
	border-left:1px solid #dcdcdc;
	margin-right:15px;
	height:auto;
	padding:0 10px;
}
/* 微信登录 */
.wxlogin button:before{
	content:"";
	display:inline-block;
	width:23px;
	height:19px;
	background: url("../../images/wx_icon.png") no-repeat;
	background-size:100%;
	vertical-align:middle;
	margin-right:10px;
}
.tabs_block {
	 position:relative;
}
#weixinImg{
	position:absolute;
	top:-65px;
	left:28px;
	background:#fff;
} 
.close{
	display: inline-block;
    position: absolute;
    top: -55px;
    left: 295px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 1px solid #333;
    border-radius: 50%;
    text-align: center;
    display: none;
}
.close:hover{
	background:#333;
	color:#fff;
	border:none;
}
.close_hide{
	display:none;
}
.close_show{
	display:inline-block;
}
/* 注册样式添加 */
.user-tel-send{
	display:inline-block;
	width:33%;
	height:30px;
	line-height:30px;
	background:#C90046;
	color:#fff;
}
.identifying_code_value{
	width:100%;
	border:1px solid #ddd;
	height:34px;
	line-height:34px;
	margin-top:10px;
}
#registForm .tel-value{
	position:relative;
}
#registForm .tel-value .judge{
	position:absolute;
	display:inline-block;
	width:20px;
	height:20px;
	right:10px;
	bottom:5px;
	cursor:pointer;	
} 
#registForm .disabled{
	border:1px solid #DDD;
	background-color:#F5F5F5;
	color:#ACA899;
}
/* 注册页 */
.login_bg2{
	height:650px;
}
.bg{
	width:700px;
	height:581px;
	background:#ded8d8;
	margin-top:35px;
}
.tabs_register{
	width:700px;
	top: calc(450px/2 - 190px)!important;
	background:url(../../images/tabs_register_bg.png)no-repeat bottom;;
	background-size:100%;
}
.tabs_register .tabs_item{
	border-bottom:1px solid #d0004c;
}
.tabs_register .list_item{
	color:#d0004c;
	font-weight:bold;
}
.tabs_register .tabs_block .list_block{
	width:705px;
}
.tabs_register .registbtn div{
	display:inline-block;
}
.tabs_register .list_block form{
	width:705px;
}
.tabs_register .list_block .form-group{
	width:295px;
	display:block;
	margin:0 auto;
	background:#fff;
}
.tabs_register .list_block .form-group div{
	width:100%;
	padding:6px;
	border-left:2px solid #cbcbcb;
	border-right:2px solid #cbcbcb;
}
.tabs_register .list_block .form-group+.form-group{
	margin-top:20px;
}
.tabs_register .list_block .form-group img{
	width:20px;
	height:20px;
	display:inline-block;
	margin-right:5px;	
}
.tabs_register .form-control{
	display:inline-block!important;
	border:none;
	width:230px;
	border-left:1px solid #dcdcdc!important;
	margin-right:15px;
	height:auto;
	padding:0 10px;
}
#registForm .user-tel{
	width:54%;
	border:none;
	margin-right: 0%;
}
.identifying_code_value{
	margin-top:0px;
	border:none;
}
.user-tel-send,.identifying_code_value{
	height:25px;
	line-height:25px;
}
.tabs_register .registbtn{
	margin-top:40px;
}
.tabs_register .registbtn button{
	cursor:pointer;
	display:inline-block;
}
.tabs_register .registbtn button.enter{
	width:84px;
	height:84px;
	background:url(../../images/enter_f.png)no-repeat;
}
.tabs_register .registbtn button.yyzx{
	width:130px;
	height:130px;
	margin:0 30px;
	background:url(../../images/consult_s.png)no-repeat;
}
.tabs_register .registbtn button.tobevip{
	width:84px;
	height:84px;
	background:url(../../images/study_f.png)no-repeat;
}

.tabs_register .registbtn button.enter2{
	width:130px;
	height:130px;
	background:url(../../images/enter_s.png)no-repeat;
}
.tabs_register .registbtn button.yyzx2{
	width:84px;
	height:84px;
	margin:0 30px;
	background:url(../../images/consult_f.png)no-repeat;
}
.tabs_register .registbtn button.tobevip2{
	width:130px;
	height:130px;
	background:url(../../images/study_s.png)no-repeat;
}
@media screen and (max-width: 760px){
	.row .col-xs-offset-2{
		margin-left: 10.666667%;
	}
	.tabs{
		width:600px;
	}
	.list_block form .form-group div{
		width:100%;
	}
	.tabs_block .list_block{
		margin-left:30px;
		width:540px;
	}
	.verification_box span{
		width:27%;
	}
	.list_block form{
		width:510px;
	}
	.login{
		line-height:60px;
	}
	.wxlogin{
		display:none;
	}
	.codecss{
		height:45px;
	}
	#loginForm #verifyCodeInput{
		height:45px;
	}
	#registForm .user-tel,.user-tel-send,.identifying_code_value{
		height:55px;
		line-height:55px;
	}
	#registForm .tel-value .judge{
		width: 30px;
	    height: 30px;
	    bottom: 10px;
	}
	.login_bg{
		height:1100px;
	}
	#registForm .user-tel{
		width:59%;
	}
	.tabs_register .list_block .form-group{
		margin:0;
	}
	.tabs_register .list_block .form-group{
		width:550px;
	}
	#registForm .user-tel, .user-tel-send, .identifying_code_value{
		height:40px;
		line-height:40px;
	}
	.tabs_register .list_block .form-group img{
		width:30px;
		height:30px;
	}
	.tabs_register .form-control{
		width:470px;
	}
	.user-tel-send{
		width:31%;
	}
	.registbtn{
		margin:0;
		text-align:left;
		margin-left:80px;
	}
	.bg{
		width:600px;
	}
	.list_block .form-group img:first-child{
		width:30px;
		height:30px;
	}
	.form-control{
		width:395px;
	}
}
.operate{
	margin-top: 20px;
}
.operate>div{
	float: left;
	width: 50%;
}
.operate>div a{
	display: inline-block;
	padding: 6px 15px 6px 15px;
}
    



























