/* login */
html {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	font-weight: normal;
	overflow: auto;
}

.main_login {
	margin: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}

#header {
	background-color: transparent;
}

.head{
	height: .77rem;
    background: #1b98ec;
    color: #fff;
    line-height: .77rem;
    text-align: center;
    font-size: .32rem;
}

.arrow-left {
	width: 0.52rem;
	height: 0.52rem;
	top: 0.3rem;
}

header img {
	border-radius: 0.5rem;
	background-color: #44B3BC;
	height: 1rem;
	width: 1rem;
	font-size: 0.36rem;
}

header span {
	border: 1px solid #44B3BC;
	color: #44B3BC;
	position: fixed;
	right: 0.2rem;
	top: 0.2rem;
	border-radius: 0.5rem;
	padding: 0 0.1rem;
}

.logo {
	text-align: center;
	margin: 0 0rem .85rem 0rem;
	color: #fff;
	padding-top: 1.19rem;
}

.logo img {
	width: 2.29rem;
	height: auto;
}

.logo_con {
	/* margin: 0 0.4rem; */
}

.logo_con li {
    height: 0.89rem;
    position:relative;
    padding: 0 .41rem;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.2rem;
}
.logo_con li:after{
    position: absolute;
    bottom: -1px;
    right: 0;
    display: inline-block;
    width: 0.41rem;
    height: 1px;
    background: #fff;
    content: "";
}
.logo_con li:before{
    position: absolute;
    bottom: -1px;
    left: 0;
    display: inline-block;
    width: 0.41rem;
    height: 1px;
    background: #fff;
    content: "";
}

.logo_con li #getVerifyCode {
    position: absolute;
    right: 0.41rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    border-left: 1px solid #e6e6e6;
    color: #333;
    padding-left: 0.2rem;
}

.logo_con li .my_btn.yes {
    background-color: #48b3bd;
}

.logo_con li .my_btn.no {
    display: none;
    border: 1px solid #cdcdcd;
    background-color: #cdcdcd;
}

.logo_con li img {
	width: 0.26rem;
	height: auto;
	margin-right: 0.16rem;
}

.logo_con li input {
	background-color: transparent!important;
	font-size: .28rem;
    width: 100%;
}

.logo_con li:last-child input {
    border-bottom: 0;
}

.logo_con label .my_btn {
	border: 1px solid #44B3BC;
	color: #fff;
	border-radius: 0.5rem;
	padding: 0.05rem 0.1rem;
	float: right;
}

.logo_con label .my_btn.yes {
	background-color: #48b3bd;
}

.logo_con label .my_btn.no {
	display: none;
	background-color: #cdcdcd;
    border: 1px solid #cdcdcd;
}

span.submit {
	display: block;
	height: 0.72rem;
	line-height: 0.72rem;
	border-radius: 0.36rem;
	-webkit-border-radius: 0.36rem;
	text-align: center;
	color: #fff;
	background-color: #e6212a;
    margin: .3rem .41rem 0;
	font-size: .32rem;
}

.third-party-logins{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.third-party-logins .til {
	position: relative;
	margin: 0 .5rem;
	text-align: center;
	font-size: .28rem;
	color: #999;
}

.third-party-logins .til:after, .third-party-logins .til:before {
	content: "";
	width: 35%;
	height: 1px;
	background: #e2e2e2;
	position: absolute;
	top: 50%;
}

.third-party-logins .til:after {
	left: 0;
}

.third-party-logins .til:before {
	right: 0;
}

.third-party-logins .item-bx{
    text-align: center;
}
.third-party-logins .item-bx img {
	width: .76rem;
	margin: .2rem
}
.user-know {
	width: 100%;
	text-align: center;
	margin-top: 0.4rem;
}
.user-know input{
    -webkit-appearance: checkbox;
}
.user-know label{
    color: #bbb;
    font-size: 0.24rem;
}
.user-know label a{
    color: #f2ad36;
}

.user_know .bx {
	position: relative;
	background: #fff;
	margin: 0 auto;
	width: 80%;
	padding: .2rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.user_know .context {
	height: 7.5rem;
	overflow: auto;
}

.user_know .Close {
	position: absolute;
	top: .2rem;
	right: .2rem;
	font-size: .32rem;
	padding: 0 .1rem;
}
