#ic, #passport { display: none; }
.member_box{
	padding-top: 80px;
}
.loginbg {
	background-color: #d6dadb;
}
/*-uitad-*/

.ui-tabs-content {
	padding-bottom: 100px;
}
.ui-tabs-nav {
	padding-left: 14%;
	border-bottom: solid 2px #c3c7c9;
	height: 40px;
	margin-top: 40px;
}
.ui-tabs-nav li {
	padding-right: 7px;
	padding-bottom: 15px;
	float: left;
}
.ui-tabs-nav li a {
	padding: 0 18px;
	display: block;
	color: #323232;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0.5px;
}
.ui-tabs-nav li a.active {
	border-bottom: solid 5px #27838c;
}
.ui-tabs-nav li a:hover {
	border-bottom: solid 5px #27838c;
}
.ui-tabs-panel {
	padding-top: 30px;
}
.ui-tabs-hide {
	display: none;
}
.ui-tabs-main {
	margin-top: 10px;
}
/*-uitad-end-*/


/*-banner02-*/

.membertitle {
	background-color: #d0d4d5;
	height: 50px;
	padding: 15px 0;
	margin-bottom: 35px;
	text-align: center;
	font-size: x-small;
	letter-spacing: 1px;
	font-style: italic;
	color: #727272;
}
.membertitle abbr {
	color: #8c3c3e;
}
/*--FORM-*/

/* input è‡ªè¨‚ç¾©æ¨£å¼ */
.emailbtn::-webkit-input-placeholder,.vercode::-webkit-input-placeholder,.create::-webkit-input-placeholder {
    color:    #aaa;
}
.emailbtn:-moz-placeholder,.vercode:-moz-placeholder,.create:-moz-placeholder {
    color:    #aaa;
}
.emailbtn::-moz-placeholder,.vercode::-moz-placeholder,.create::-moz-placeholder {
    color:    #aaa;
}
.emailbtn:-ms-input-placeholder,.vercode:-ms-input-placeholder,.create:-ms-input-placeholder {
    color:    #aaa;
}
.regis_input input[type="text"], .regis_input input[type="password"] {
	letter-spacing: 0.1px;
	width: 366px;
	height: 40px;
	line-height: 25px;
	color: #75787c;
	font-size: 13px!important;
	position: relative;
	top: 0px;
	border: 1px #75787c solid;
	background-color: #d6dadb;
	padding: 8px 15px;
	margin: 0 0px 10px 0px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.regis_input input[type="text"]:hover {
	background-color: #fff;
}
.contant_input input[type="text"] {
	letter-spacing: 0.1px;
	height: 40px;
	line-height: 25px;
	color: #75787c;
	font-size: 13px!important;
	position: relative;
	top: 0px;
	border: 1px #75787c solid;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 8px 15px;
	margin: 10px 0px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.contant_input input[type="text"]:hover {
	background-color: #e1e4e5;
	border: 2px #4c4f54 solid;
}
.contant_input.type1 input[type="text"] {
	width: 97%;
}
.contant_input.type2 input[type="text"] {
	width: 100%;
}
.contant_input.type3 input[type="text"] {
	width: 50%;
}
/* input è‡ªè¨‚ç¾©æ¨£å¼ end */

/* textarea è‡ªè¨‚ç¾©æ¨£å¼ */
.contant_textarea textarea {
	letter-spacing: 0.1px;
	width: 100%;
	height: 240px;
	line-height: 25px;
	color: #75787c;
	font-size: 14px!important;
	position: relative;
	top: 0px;
	border: 1px #75787c solid;
	background-color: rgba(255, 255, 255, 0.1);
	padding: 8px 15px;
	margin: 10px 0px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.contant_textarea textarea:hover {
	background-color: #e1e4e5;
	border: 2px #4c4f54 solid;
}
/* textarea è‡ªè¨‚ç¾©æ¨£å¼ end */

.vercode {
	letter-spacing: 0.1px;
	width: 200px;
	height: 40px;
	line-height: 25px;
	color: #75787c;
	font-size: 13px!important;
	position: relative;
	top: 0px;
	border: 1px #75787c solid;
	background-color: #d6dadb;
	padding: 8px 15px;
	margin: 10px 0px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.iconvercode {
	background-image: url(/images/login/icon_vercode.png);
	display: inline-block;
	height: 40px;
	width: 18px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-left: 1%;
	vertical-align: middle;
}
.member_nav ul {
	padding: 0;
	text-align: center;
}
.member_nav li {
	position: relative;
}

.loginbtn {
	width: 215px;
	height: 45px;
	line-height: 12px;
	background-color: #000;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2% 0;
	margin-top: 25px;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.loginbtn a {
	color: #fff;
}
.loginbtn:hover {
    cursor: pointer;
	  color: #fff;
    background-color: rgba(40, 40, 40, 1);
	  text-decoration: none;
}
.loginbtn:active,
.loginbtn.active {
    background-color: rgba(40, 40, 40, 1);
    color: #FFF;
}
.form1 {
	position: relative;
	display: block;
	margin-bottom: 40px;
}
.form1 label {
	margin-bottom: 5px;
	position: relative;
	color: #ffffff;
	display: inline-block;
}
fieldset {
	border: none;
}
.form1 label input, .form1 label textarea {
	outline: none;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	width: 100%;
	padding: 7px 15px;
	background-color: #000000;
	border: none;
	color: #7d7d7d;
	float: left;
	text-transform: none;
}
.form1 label textarea {
	width: 340px;
	height: 175px;
	resize: none;
}
.form1 label input {
	width: 248px;
}
.form1 .empty {
	width: 100%;
	height: 40px;
	font-size: 10px;
	position: absolute;
	top: -11px;
}
.member_line {
	width: 100%;
	height: 40px;
	display: block;
}
.member_line.type_line {
	width: 100%;
	height: 40px;
	border-color: #8c3c3e;
	border-width: 3px;
	border-style: solid;
	display: block;
}
.member_text {
	padding: 15px;
	letter-spacing: 1px;
	position: relative;
	text-align: left;
	top: 0px;
	color: #FFF;
	background-color: #8c3c3e;
	border-color: #8c3c3e;
	border-width: 1px;
	border-style: solid;
	display: block;
}
.member_contact {
	max-width: 365px;
	width: 100%;
	font-size: 12px;
	margin: 0 auto;
	color: #a5a7ab;
	margin-top: 40px;
	padding-top: 20px;
	border-top-color: #a5a7ab;
	border-top-width: 1px;
	border-top-style: dashed;
}
.member_mail {
	background-image: url(/images/login/mail.png);
	background-repeat: no-repeat;
	background-position: 110px 0px;
}
.member_Phone {
	background-image: url(/images/login/phone.png);
	background-repeat: no-repeat;
	background-position: 70px 0px;
}

.create{
 	width:365px !important;
}
.create_code_b{
 	width:193px !important;
 	margin-right:7px;
 	position:relative;
 	left:0px;
 	top:0px;
}
/*--FORM-END--*/
.merber_logo{
	margin-bottom:20px;
}

@media screen and (max-width:1366px) {

}
@media (min-width: 980px) and (max-width: 1180px) {

}
@media (min-width: 768px) and (max-width: 979px) {
	.member_box{
		padding-top: 50px;
	}
	.merber_logo{
		margin-bottom:0px;
	}
	.ui-tabs-nav {
		padding-left: 14%;
		border-bottom: solid 2px #c3c7c9;
		height: 40px;
		margin-top: 100px;
	}
	.ui-tabs-nav li {
		padding-right: 7px;
		padding-bottom: 15px;
		float: left;
	}
	.ui-tabs-nav li a {
		padding: 0 18px;
		display: block;
		color: #323232;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		line-height: 36px;
		letter-spacing: 0.5px;
	}
	.ui-tabs-nav li a:hover {
		border-bottom: solid 5px #27838c;
	}
}
@media screen and (max-width:767px) {
	.contant_input.type3 input[type="text"] {
		width: 40%;
	}
	.member_box{
		padding-top: 30px;
		padding-bottom: 50px;
		height:100%;
	}
	.create{
	 	width:100% !important;
	}
	.create_code_b{
	 	width:100% !important;
	 	margin-right:0px;
	}
	.membertitle {
		height: auto;
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.loginbtn {
		width: 100%;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		padding: 0 0;
		margin-top: 25px;
	}
	.u_code img{
		float:left;
	}
	.u_code a{
		float:left;
	}
	.form1 {
		position: relative;
		display: block;
		margin-bottom: 40px;
		width: 100%;
	}
	.form1 label {
		margin-bottom: 5px;
		position: relative;
		color: #ffffff;
		display: block;
	}
	fieldset {
		border: none;
		padding:0px;
		margin:0px;
	}
	.form1 label input, .form1 label textarea {
		outline: none;
		box-shadow: none;
		border-radius: 0;
		margin: 0;
		width: 100%;
		padding: 7px 15px;
		background-color: #000000;
		border: none;
		color: #7d7d7d;
		float: left;
		text-transform: none;
	}
	.form1 label textarea {
		width: 340px;
		height: 175px;
		resize: none;
	}
	.form1 label input {
		width: 100%!important;
	}
	.form1 .empty {
		width: 100%;
		height: 40px;
		font-size: 10px;
		position: relative;
		top: 0px;
	}
	.member_contact {
		max-width: 100%;
		float:left;
		width: 100%;
		font-size: 13px;
		margin: 0 auto;
		color: #a5a7ab;
		margin-top: 25px;
		padding-top: 20px;
	}
	.member_mail {
		background-image: url(/images/login/mail.png);
		background-repeat: no-repeat;
		background-position: 100px center;
	}
	.member_Phone {
		background-image: url(/images/login/phone.png);
		background-repeat: no-repeat;
		background-position: 50px center;
	}
}
@media screen and (max-width:330px) {

}
@media screen and (max-width:300px) {

}