charset "utf-8";
body{
	background: #F3F4F7;
}
.part{
	background: #F3F4F7;
    padding-bottom: 25px;
}
.main{
	width: 1000px;
	padding: 0;
	margin: 0 auto;
}
button{
	border: none;
	outline: none;
	background: none;
	cursor: pointer;
}
/*提示*/
.toast{
    position: fixed;
    top: 50%;
    left: 32%;
    border-radius: 5px;
    background: rgba(0,0,0,.8);
    width: 200px;
    padding: 10px 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 9999999999999;
}
.text-center {
    text-align: center;
}
.color-f {
    color: #fff;
}
.f14{
    font-size: 14px;
}
b {
    font-weight: 400;
}
.guide:hover{
	background: #878a90;
}
.guide:active{
	background: #878a90;
}
/*切换tab*/
.part .content-box{
	width: 1000px;
    padding-top: 80px;
    margin: 0 auto;
    height: 570px;
}
.part .content-box .change-box{
	width: 380px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(219,219,219,1);
	border-radius: 8px;
	display: inline-block;
    margin-left: 104px;
    margin-top: 52px;
}
.part .content-box .login-box{
	padding: 0 50px 0 50px;
}
.part .content-box .register-box{
	padding: 0 50px 0 50px;
}
.part .content-box .change-box .title{
	padding: 40px 50px 0 50px;
	font-size: 24px;
	color: #409EFF;
	font-weight: bold;
}
.part .content-box .change-box .tab-content{
   width: 73%;
   text-align: left;
   margin: 0 auto;
   margin-top: 24px;
   margin-bottom: 24px;
}
.part .content-box .tab-content ul li{
	display: inline-block;
	text-align: left;
	position: relative;
	padding-bottom: 6px;
	margin-right: 25px;
}
.part .content-box .tab-content ul li a{
	display: block;
	font-size: 14px;
	color: #303133;
}
.content-box .tab-content ul li.current a{
	font-weight: bold;
}
.content-box .tab-content ul li.current:after{
	display: block;
	position: absolute;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #409EFF;
}
/*登录盒子*/
.tabbox .SignFlowInput{
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	overflow: hidden;
	position: relative;
}
.tabbox .SignFlowInput label {
	display: block;
    border: none;
    width: 100%;
    height: 44px;
    padding: 0;
    color: #8590a6;
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}
.tabbox .Input{
	height: 44px;
    color: #606266;
    line-height: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 0;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    background: transparent;
    border: none;
    resize: none;
    outline: none;
    font-size: 14px;
}

input.Input {
   	color: #606266;
    line-height: 24px;
    width: 100%;
    font-size: 14px;
}

.tabbox .login-options a{
	display: block;
	font-size: 14px;
	color: #666777;
	float: right;
	margin-bottom: 12px;
	margin-top: 12px;
}
.tabbox .third-box{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 340px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    margin-top: 82px;
   	background: rgba(250,250,250,1);
}
.tabbox .third-box span{
	display: inline-block;
	font-size: 14px;
	color: #333444;
}
.tabbox .third-box ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	margin-left: 15px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.tabbox .third-box ul li{
	width: 60px;
	margin: 0 10px;
}
.tabbox .third-box ul li a{
	font-size: 14px;
	color: #999AAA;
}

/*快速登录盒子*/
.part .content-box .fast-login-box {
    padding: 0 50px 0 50px;
}

.supported-box{
	display: inline-block;
	min-width: 82px;
	position: relative;
}
.Popover{
	display: inline-block;
}
.supported-box em{
	padding: 0;
}
.supported-box .line{
	width: 1px;
	height: 20px;
	margin: 0 5px;
	background: #ebebeb;
	display: block;
	position: absolute;
	top: 0;
	left: 70px;
}
#register-options{
	padding: 5px 50px;
}
#register-options span{
	display: block;
	font-size: 14px;
	color: #666777;
	margin-top: 24px;
	line-height: 1.65;
}
#register-options a{
	color: #409EFF;
}
.tabbox .third-boxs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 340px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	height: 60px;
    line-height: 60px;
    padding: 0 20px;
	margin-top: 28px;
	background: rgba(250,250,250,1);
}
.tabbox .third-boxs span{
	display: inline-block;
	font-size: 14px;
	color: #333444;
}
.tabbox .third-boxs ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 150px;
	margin-left: 15px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.tabbox .third-boxs ul li{
	width: 60px;
	margin: 0 10px;
}
.tabbox .third-boxs ul li a{
	font-size: 14px;
	color: #999AAA;
}

.get_code{
	position: absolute;
    top: 24px;
    right: 0;
    padding: 4px 0;
    color: #409EFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#sendCode{
	position: absolute;
    top: 24px;
    right: 0;
    padding: 4px 0;
    color: #409EFF;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#fast-login-btn{
	display: block;
    width: 100%;
	height: 40px;
	line-height: 40px;
    text-align: center;
	border: none;
	outline: none;
    background: #409EFF;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
	border-radius: 3px;
	letter-spacing: .15em;
	box-shadow:0px 8px 20px rgba(64,158,255,0.5);
}

#fast-login-btn:hover{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}

#fast-login-btn:active{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}
/*提示语*/
.SignFlowInput-errorMask {
    padding: 8px 0 0 0px;
    text-align: left;
    font-size: 14px;
    color: #f1403c;
    cursor: text;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
}
/*右边盒子*/
.content-box .img-box{
	float: left;
	width: 400px;
    display: block;
    margin-top: 52px;
}

.content-box .img-box .title{
	font-size: 30px;
    color: #FA5555;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}
.content-box .img-box span.titles{
	color: #000;
}
.content-box .img-box em{
	display: block;
	font-size: 16px;
	color: #606266;
	padding-top: 12px;
}

.content-box .img-box img{
	display: block;
	width: auto;
	padding-top: 60px;
}
#login{
	display: block;
    width: 100%;
	height: 40px;
	line-height: 40px;
    text-align: center;
	border: none;
	outline: none;
    background: #409EFF;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
	border-radius: 3px;
	letter-spacing: .15em;
	box-shadow:0px 8px 20px rgba(64,158,255,0.5);
	cursor: pointer;
}

#login:hover{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}

#login:active{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}

#complete{
	display: block;
    width: 100%;
	height: 40px;
	line-height: 40px;
    text-align: center;
	border: none;
	outline: none;
    background: #409EFF;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
	border-radius: 3px;
	letter-spacing: .15em;
	box-shadow:0px 8px 20px rgba(64,158,255,0.5);
}

#complete:hover{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}

#complete:active{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}

#register{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	outline: none;
	background: #409EFF;
	color: #fff;
	font-size: 14px;
	margin: 0 auto;
	margin-top: 20px;
	border-radius: 3px;
	letter-spacing: .15em;
	box-shadow:0px 8px 20px rgba(64,158,255,0.5);
}

#register:hover{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}

#register:active{
	background: #177AE1;
	box-shadow: 0px 8px 20px rgba(64,158,255,0.5);;
}


::-webkit-input-placeholder {
   color: #AAABBB;
   font-size: 14px;
}
:-moz-placeholder {
   color: #AAABBB;
   font-size: 14px;
}
::-moz-placeholder {
   color: #AAABBB;
   font-size: 14px;
}
:-ms-input-placeholder {
   color: #AAABBB;
   font-size: 14px;
}
.login_forms .login_box .forget{
    color: #999AAA;
    display: block;
    float: right;
    margin-top: 12px;
}

.tabbox .img{
	display: block;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}
#regForm input[type="checkbox"]{width: 18px;height: 18px;display: inline-block;text-align: center;vertical-align: middle; line-height: 14px;position: relative;}
#regForm input[type="checkbox"]::before{content: "";position: absolute;top: 0;left: 0;background: #fff;width: 100%;height: 100%;border: 1px solid #E9EAF5;border-radius: 2px;}
#regForm input[type="checkbox"]:checked::before{content: "\2713";background-color: #fff;position: absolute;top: 0;left: 0;width:100%;border: 1px solid #E9EAF5;color: #188EEE;font-size: 16px;font-weight: bold;}


/*赠送vip的弹窗*/
.wk__own__dialog1 {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0 auto;
    z-index: 10000000;
    display: none;
}

.wk__own__dialog1 .dialog__mask1 {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}

.wk__own__dialog1 .dialog__area1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 380px;
    height: 380px;
    background: url(../images/sendvip.png) no-repeat;
}
.wk__own__dialog1 .dialog__area1 .dialog_content1 {
    padding: 185px 100px;
}
.wk__own__dialog1 .dialog__area1 .dialog_content1 span {
	display: block;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 800;
    color: rgba(251,78,78,1);
    position: absolute;
    top: 38%;
    left: 30%;
    letter-spacing: 0.55px;
}
.wk__own__dialog1 .dialog__area1 .dialog_content1 em{
	display: block;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,107,107,1);
    text-shadow: 0px 3px 6px rgba(255,184,158,0.50);
    letter-spacing: 1px;
}
.wk__own__dialog1 .dialog__area1 .dialog_content1 em:first{
	margin-top: 60px;
}

.wk__own__dialog1 .dialog__area1 .dialog_content1 a.quick_close {
	display: block;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(90deg,rgba(255,153,143,1) 0%,rgba(255,70,102,1) 100%);
    box-shadow: 0px 3px 6px rgba(255,75,104,0.48);
    border-radius: 25px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    position: absolute;
    left: 15%;
    bottom: 7%;
    letter-spacing: 1px;
}


#sogou_secure_inputs_container{display:none;}
input::-webkit-input-safebox-button{display:none;}