/* 公共样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ol, ul {
	list-style: none;
}
a {
	color: #555555;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #054F98;
	text-decoration: none;
}
button:focus {
	outline: 0!important;
}

.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	overflow: hidden;
}
body {
    height: 100%;
	color: #000000;
}
/* 页面样式 */
.login_box{
    height: 100%;
}
.searchArea {
    width: 100%;
    height: 90px;
    background-color: #212329;
}
.searchContent {
    width: 1160px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.head_right{
    display: flex  ;
    align-items: center;
}
.head_right img{
    width: 15px;
    height: 15px;
    margin: 5px;
}
.searchContent .searchLogo {
    line-height: 60px;
}
.searchContent .searchLogo img{
    height: 48px;
}
.searchContent .searchLogo .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
}
.searchContent .searchLogo img {
    vertical-align: middle;
}
.searchContent .searchInput{
    line-height: 85px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.content{
	background-color: #ecebf1;
}
.content .content_login{
	width: 1230px;
	margin: 0 auto;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between; */

	padding: 92px 103px 73px 87px;
}
.content_form{
    width: 274px;
    margin: auto;
}
.content_form .qr_login{
	position: absolute;
	right: 0;
	top: 13px;
}
.content_form .qr_login:hover{
	cursor: pointer;
}
.content_form .form_top{
	/*padding: 0 32px;*/
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between; */
	/*margin-bottom: 58px;*/
    display: flex;
    justify-content: space-around;
    margin: 50px 0px 30px;
}
.form_top .title_top{
	font-size: 20px;
	color: #333333;
	font-family: MicrosoftYaHei-Bold;
	font-family: MicrosoftYaHei-Bold;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	opacity: 0.5;
}
/*.form_top .left_title{*/
/*	float: left;*/
/*}*/
/*.form_top .right_title{*/
/*	float: right;*/
/*}*/
.form_top .title_top:hover{
	cursor: pointer;
}
.form_top .active{
	position: relative;
	opacity: 1;
    color: #3D9EFF;
}
.form_top .active::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 20px;
	height: 3px;
	background: #3D9EFF;
}
/* .content_login{
	display: flex;
	align-items: center;
	justify-content: center;
} */
.login_input_form{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 31px;
}

.login_input_form.hide{
	display: hidden;
}
.login_input_form input{
	width: 274px;
	height: 40px;
	padding-left: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	margin-bottom: 16px;
}
.login_input_form input:nth-child(2){
	margin-bottom: 24px;
}
.login_input_form button{
	width: 274px;
	height: 40px;
	color: #fff;
	background-color: #054F98;
	border-radius: 3px;
	border: none;
}
.login_input_form button:hover{
	background-color: #054F98;
}

.verificationCodeBox button{
	width: 274px;
	height: 40px;
	color: #fff;
	background-color: #054F98;
	border-radius: 3px;
	border: none;
}


.successBox {
	padding: 2px;
	background: rgb(215, 238, 231);
	color: green;
	margin-left: 75px;
}
.verificationCodeBox input{
	height: 43px;
	line-height: 43px;
}
.verificationCodeBox button:hover{
	background-color: #054F98;
}
#verificationCode {
	position: absolute;
	right: 2px;
	top: 2px;
	height: calc(100% - 4px);
}
#verificationCode2 {
	position: absolute;
	right: 2px;
	top: 2px;
	height: calc(100% - 4px);
}
 .login_input_form .iphone_input{
	height: 40px;
	margin-bottom: 16px;
	position: relative;
}
 .login_input_form .iphone_input .input_title{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #054F98;
	font-size: 14px;
	border-left: 1px solid #eee;
	padding-left: 10px;
}
.login_input_form .iphone_input .input_title:hover{
	cursor: pointer;
}
.qr_code{
	margin-top: 20px;
	width: 100%;
	height: 260px;
	text-align: center;
	padding-top: 20px;
}
.qr_code img{
	width: 180px;
	height: 180px;
	padding: 15px;
	border: 1px solid #ccc;
}
.qr_code .titleQr{
	margin: 10px auto 0;
	width: 190px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	background-color: #EEEEEE;
	color: #999999;
	border-radius: 30px;
}
.qr_code .hide{
	display: hidden;
}
.login_form_buttom{
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between; */
	margin-bottom: 31px;
}
.login_form_buttom span{
	color: #000;
}
.login_form_buttom .font{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	/*color: #054F98;*/
	color: #7db627;
	margin-left: 15px;
}
.login_form_buttom .font:hover{
	color: #054F98;
}
.content_form .form_login_type{
	padding: 10px;
	height: 88px;
	text-align: center;
}
.content_form .form_login_type .top_title{
	position: relative;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #000000;
	opacity: 0.5;
}
.content_form .form_login_type .top_title::before,
.content_form .form_login_type .top_title::after {
	position: absolute;
	content: "";
	border-top: 2px solid #ccc;
	width:50px;
	top: 50%;
}
.form_login_type .top_title::before {
	left: 0px;
}
.form_login_type .top_title::after {
	right: 0px;
}
.content_form .form_login_type .type .qq,
.content_form .form_login_type .type .wx{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}
.content_form .form_login_type .type .wx:hover{
	cursor: pointer;
}
.content_form .form_login_type .type{
	margin-top: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.content_form .form_login_type .type img{
	margin-right: 5px;
}
.content_form .form_login_type .type span{
	opacity: 0.5;
}
.login_message{
	width: 1230px;
	height: 150px;
	padding: 45px 78px 0 188px;
	margin: 0 auto;
	border-bottom: 1px solid #f1f1f1;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between */
}
.login_message .message_item{
	float: left;
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; */
	padding-right: 21px;
}
.login_message .message_item img{
	width: 62px;
	height: 62px;
	margin-right: 10px;
	float: left;
}
.login_message .message_item .item_message{
	/* display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around; */
	width: 300px;
	padding-top: 5px;
}
.login_message .message_item .item_message span{
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #080808;
	display: block;
}
.login_message .message_item .item_message span:nth-child(2){
	opacity: 0.5;
	margin-top: 10px;
}
footer{
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #474747;
    background: #fff;
    font-size: 14px;
}
.register_content{
    width: 100%;
    height: calc( 100% - 120px );
    background: url("../images/bg.png");
    background-size: 100% 100% ;
    min-height: 660px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.register_content>img{
    height: 600px;
    background: #fff;
    border-radius: 20px 0px 0px 20px;
}
.register_content .register_info{
    height: 600px;
    width: 565px;
    background-color: #fff;
    box-shadow: -6px 6px 17px 0px rgba(0,0,0,0.06);
    border-radius: 0px 20px 20px 0px ;
    padding: 40px 70px;
}
.login_title{
    font-weight: 500;
    font-size: 32px;
    color: #333333;
}
.login_info{
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E1E1E1;
    height: 400px;
    margin-top: 20px;
    position: relative;
}
.wx {
	display: inline-block;
	margin-top: 10px;
	width: 42px;
	height: 42px;
	background: url(../images/yunlogin_icon.png) no-repeat;
	background-position: 0 0;
}
.wx:hover {
	background-position: -42px 0;
}


/* 04.07样式补充 */
.login_input_form input{
	filter: none !important;
	box-shadow:0 0 0 50px #FFF inset;
	-webkit-text-fill-color: #333;  /* 兼容chrome*/
}
.login_input_form input:focus{
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

 .login_input_form  .showpwd{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #054F98;
	font-size: 14px;
	padding-left: 10px;
}
 .login_input_form  .showpwd:hover{
	cursor: pointer;
}
.slider-move-track{
    background-color: #e3e3e3 !important;
}
.slider-move-btn{
    border: 1px solid #e3e3e3;
}
