
/* scroll */
*::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

*::-webkit-scrollbar-track {
	background: #eee;
}

*::-webkit-scrollbar-thumb {
	background: #ddd;
	border-radius: 3px;
}

*::-webkit-scrollbar-thumb:hover {
	background: #888;
}
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
body{
    background:#f0f2f6 url(/msite/images/login/bg.png)no-repeat top center;
    background-size: 100%;
    font-family: 'Open Sans';
    font-size: 13px;
    color: #333333;
    
}
.divsubmitbtn{
	height: 42px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(201, 201, 201, 1);
    border-radius: 4px;
    font-size: 16px;
    text-indent: 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    line-height: 42px;
    text-align: center;
}
.headers{
    width: 100%;
    padding-top: 58px;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9
}
.headers .tips{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.619607843137255);
    line-height: 40px;
    margin-right: 9px;
    height: 40px;
    position: absolute;
    right: 105px;
    top: 10px;
}
.headers .btn{
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: inherit;
    background-color: rgba(0, 102, 204, 1);
    border-radius: 6px;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Open Sans Bold', 'Open Sans Regular', 'Open Sans';
    position: absolute;
    right: 10px;
    top: 10px;
}
main{
    
    width: 100%;
    overflow-y: auto;
    height: 100%;
    position: fixed;
    left: 0px;
    -webkit-overflow-scrolling: touch;
}
.container{
    width: 100%;
    margin-top: 37%;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-box-shadow: 0px -6px 5px rgba(0, 0, 0, 0.159019607843137);
    -webkit-box-shadow: 0px -6px 5px rgb(0 0 0 / 15%);
    box-shadow: 0px -6px 5px rgb(0 0 0 / 15%);
    position: relative;
    z-index: 10;
    padding-bottom: 30px;
}
.title{
    font-weight: 700;
    font-style: normal;
    font-size: 22px;
    color: #000000;
    text-align: center;
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #e4e4e4;
}
.login_box{
    padding-left:28px;
    padding-right: 28px;
}
.form-item{
    padding-top: 12px;
}
.form-label{
    font-size: 16px;
    color: #434343;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
	position:relative;
}
.form-con{
    position: relative;
}
.form-mg input{
    height: 42px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(201, 201, 201, 1);
    border-radius: 4px;
    font-size: 16px;
    text-indent: 10px;
    box-sizing: border-box;
    width: 100%;
    outline: none;
}
.form-mg input.border-red{
    border:1px solid rgba(255, 102, 0, 1)
}

#auth_code_pic{
    position: absolute;
    right: 5px;
    top: 3px;
}
.keep-checkbox{
    margin-bottom: 10px;
}
.form-mg .submitbtn{
    background: inherit;
    background-color: rgba(0, 102, 204, 1);
    border: none;
    border-radius: 6px;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.349019607843137);
    -webkit-box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 35%);
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #FFFFFF;
}
.gooogle-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333333;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    background: #FFFFFF;
	position:relative;
}
.gooogle-btn img{
	margin-right: 16px;
	width: 24px;
}
.gooogle-btn .g_id_signin{ width:auto; height:auto; margin:0; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:2; opacity:0;}
.not-member-tips{
    text-align: center;
    font-size: 14px;
    margin-top: 8px;
}
.floor{
    background: rgba(240, 242, 246, 1);
    height: 100px;
    width: 100%;
    text-align: center;
    line-height: 20px;
    color: #868686;
    font-size: 12px;
    padding-top: 18px;
    /*margin-top: 30px;*/
}
.florr_link{
    
    margin-bottom:18px;
}
.florr_link a{
    color: #868686;
}
.input-error{
    color: #FF6600;
    display: none;
}
.form-item a{
    color: #0F71DD;
}
.showPassward{
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(/msite/images/icon/dark/glass-pwd-icon.png)no-repeat center center;
    height: 32px;
    width: 32px;
    
    background-size:32px 32px;
    opacity: 0.5; 
}
.showPasswarding{
    background-image: url(/msite/images/icon/dark/eye-pwd-icon.png);
    background-size:28px 28px;
}

/*gmail*/
.gmail_connect_box{ width:auto; height:auto; margin:0; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; z-index:9; background:url(../images/login/register-bg.png?v=2) center top no-repeat; background-size:cover; -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:auto;}
.gmail_connect_box .tit{ width:auto; height:auto; line-height:22px; margin:70px 20px 0 20px; padding:0; font-size:20px; color:#333; font-weight:bold; text-align:center;}
.gmail_connect_box .text01{ width:auto; height:auto; line-height:24px; margin:35px 20px 0 20px; padding:0; font-size:16px; color:#333; text-align:center;}
.gmail_connect_box .div_email_c{ width:auto; height:42px; line-height:42px; margin:20px 20px 0 20px; padding:0; border:1px solid #C9C9C9; -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; overflow:hidden;}
.gmail_connect_box .div_email_c .inp{ display:block; width:auto; height:auto; margin:0; padding:0 0 0 10px; font-size:14px; color:#333; border:0 none; outline:none; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-box-sizing:border-box; box-sizing:border-box;}
.gmail_connect_box .div_password_c{ width:auto; height:42px; line-height:42px; margin:10px 20px 0 20px; padding:0; border:1px solid #C9C9C9; background-color:#fff; -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; overflow:hidden;}
.gmail_connect_box .div_password_c .inp{ display:block; width:auto; height:auto; margin:0; padding:0 0 0 10px; font-size:14px; color:#333; border:0 none; outline:none; position:absolute; left:0; top:0; right:50px; bottom:0; -webkit-box-sizing:border-box; box-sizing:border-box;}
.gmail_connect_box .div_password_c .pw_c_ico{ display:block; width:32px; height:32px; margin:-16px 0 0 0; padding:0; position:absolute; right:5px; top:50%; background:url(../images/icon/dark/glass-pwd-icon.png) center center no-repeat; background-size:32px 32px;}
.gmail_connect_box .div_password_c .pw_o_ico{ display:block; width:32px; height:32px; margin:-16px 0 0 0; padding:0; position:absolute; right:5px; top:50%; background:url(../images/icon/dark/eye-pwd-icon.png) center center no-repeat; background-size:28px 28px;}
.gmail_connect_box .a_btn_o{ display:block; width:auto; height:44px; line-height:44px; margin:20px 20px 0 20px; padding:0; font-size:14px; color:#fff; font-weight:bold; text-align:center; text-decoration:none; background-color:#0066cc; -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; cursor:pointer;}
.gmail_connect_box .div_line{ width:auto; height:1px; margin:40px 20px 0 20px; padding:0; position:relative;}
.gmail_connect_box .div_line .span01{ display:block; width:30px; height:20px; line-height:20px; margin:-10px 0 0 -15px; padding:0; font-size:14px; color:#333; font-weight:bold; text-align:center; position:absolute; left:50%; top:50%; z-index:2;}
.gmail_connect_box .div_line .line_o{ display:block; width:-webkit-calc(50% - 15px); width:calc(50% - 15px); height:auto; margin:0; padding:0; position:absolute; left:0; top:0; border-bottom:1px solid #C9C9C9;}
.gmail_connect_box .div_line .line_t{ display:block; width:-webkit-calc(50% - 15px); width:calc(50% - 15px); height:auto; margin:0; padding:0; position:absolute; right:0; top:0; border-bottom:1px solid #C9C9C9;}
.gmail_connect_box .text02{ width:auto; height:auto; line-height:24px; margin:25px 20px 0 20px; padding:0; font-size:16px; color:#333; text-align:center;}
.gmail_connect_box .a_btn_t{ display:block; width:auto; height:44px; line-height:44px; margin:20px 20px 20px 20px; padding:0; font-size:14px; color:#fff; font-weight:bold; text-align:center; text-decoration:none; -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; cursor:pointer;
	background-image: -webkit-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -webkit-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -moz-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -ms-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: -o-linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
	background-image: linear-gradient(to right, rgba(255, 57, 29, 1) 5%, rgba(255, 156, 46, 1) 100%);
}
.gmail_connect_box .div_link_c{ width:auto; height:20px; line-height:20px; margin:10px 20px 20px 20px; padding:0; position:relative;}
.gmail_connect_box .div_link_c .a01{ font-size:12px; color:#666; position:absolute; left:0; top:0; text-decoration:underline;}
.gmail_connect_box .div_link_c .a02{ font-size:12px; color:#666; position:absolute; right:0; top:0; text-decoration:underline;}
.gmail_connect_box .error_border{ border:1px solid #FF6A24;}
.gmail_connect_box .error_tip_c{ width:auto; height:auto; margin:3px 20px 0 20px; padding:0; font-size:12px; color:#FF6A24;}
/*end*/

.a_fpw_link{ font-size:14px; color:#0F6BD8; font-weight:normal; text-decoration:underline; position:absolute; right:0; top:0;}
.header_box{ width:auto; height:45px; line-height:45px; margin:0; padding:0 0 0 60px; font-size:16px; color:#333; font-weight:bold; position:absolute; left:0; top:0; right:0; z-index:2; border-bottom:1px solid #E4E4E4; background-color:#fff; -webkit-box-sizing:border-box; box-sizing:border-box;}
.header_box .s_ico{ display:block; width:45px; height:45px; margin:0; padding:0; position:absolute; left:10px; top:0; background:url(../images/arrow_left.png) center center no-repeat; background-size:24px 24px;}
.forgot_password_box{ width:auto; height:auto; margin:0; padding:0 0 20px 0; position:absolute; left:0; top:45px; right:0; bottom:0; -webkit-box-sizing:border-box; box-sizing:border-box; overflow-y:auto;}
.forgot_password_box::-webkit-scrollbar{ width:4px; height:4px;}
.forgot_password_box::-webkit-scrollbar-track{ background:none;}
.forgot_password_box::-webkit-scrollbar-thumb{ background:#999; -webkit-border-radius:4px; border-radius:4px;}
.forgot_password_box::-webkit-scrollbar-thumb:hover{ background:#888;}
.forgot_password_box .text01{ width:auto; height:auto; line-height:20px; margin:30px 25px 0 25px; padding:0; font-size:14px; color:#333; font-weight:bold;}
.forgot_password_box .text{ width:auto; height:auto; line-height:20px; margin:20px 25px 0 25px; padding:0; font-size:14px; color:#333; font-weight:bold;}
.forgot_password_box .div_email_c{ width:auto; height:42px; line-height:42px; margin:3px 25px 0 25px; padding:0; border:1px solid #C9C9C9; -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; overflow:hidden;}
.forgot_password_box .div_email_c .inp{ display:block; width:auto; height:auto; margin:0; padding:0 0 0 10px; font-size:14px; color:#333; border:0 none; outline:none; position:absolute; left:0; top:0; right:0; bottom:0; -webkit-box-sizing:border-box; box-sizing:border-box;}
.forgot_password_box .div_email_c .email_text{ display:block; width:auto; height:auto; margin:0; padding:0 0 0 10px; font-size:14px; color:#333; font-weight:bold; background-color:#F2F2F2;}
.forgot_password_box .div_code_c{ width:auto; height:42px; line-height:42px; margin:3px 25px 0 25px; padding:0; border:1px solid #C9C9C9; background-color:#fff; -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; position:relative; overflow:hidden;}
.forgot_password_box .div_code_c .inp{ display:block; width:auto; height:auto; margin:0; padding:0 0 0 10px; font-size:14px; color:#333; border:0 none; outline:none; position:absolute; left:0; top:0; right:50px; bottom:0; -webkit-box-sizing:border-box; box-sizing:border-box;}
.forgot_password_box .div_code_c .code_img{ display:block; width:100px; height:33px; margin:-16.5px 0 0 0; padding:0; position:absolute; right:5px; top:50%;}
.forgot_password_box .error_border{ border:1px solid #FF6A24;}
.forgot_password_box .error_tip_c{ width:auto; height:auto; margin:3px 25px 0 25px; padding:0; font-size:13px; color:#FF6A24;}
.forgot_password_box .a_btn{ display:block; width:auto; height:44px; line-height:44px; margin:20px 25px 0 25px; padding:0; font-size:14px; color:#fff; font-weight:bold; text-align:center; text-decoration:none; background-color:#0066cc; -webkit-box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); box-shadow:0px 2px 4px 0px rgba(0,0,0,0.3); -webkit-border-radius:5px; border-radius:5px; -webkit-box-sizing:border-box; box-sizing:border-box; cursor:pointer;}
.forgot_password_box .gou_ico{ display:block; width:40px; height:40px; margin:0 auto; margin-top:30px; padding:0; background:url(../images/gou_ico.png) center center no-repeat; background-size:40px 40px;}
.forgot_password_box .text02{ width:auto; height:auto; line-height:20px; margin:20px 25px 0 25px; padding:0; font-size:14px; color:#333; font-weight:bold; text-align:center;}
.forgot_password_box .text03{ width:auto; height:auto; line-height:20px; margin:20px 25px 0 25px; padding:0; font-size:14px; color:#333; text-align:center;}
.forgot_password_box .text03 .a_link{ color:#0F6BD8; text-decoration:underline;}