@charset "utf-8";
/* CSS Document */
/*Reset*/
*{box-sizing:border-box;}
a:hover, a:focus{text-decoration:none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
body{-webkit-text-size-adjust:none;}
fieldset,img{border:0;}
img{ vertical-align: top; max-width: 100%; }
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;}
.clearfix:after{visibility:hidden;display: block;content:"";clear:both;height:0;}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.cli{ clear:both; font-size:0; height:0; overflow:hidden;display:block;}
.lclear{clear:left;font-size:0;height:0;overflow:hidden;}	
/*去除qq和360浏览器的默认的“X”样式和小眼睛*/
input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}
/*去除浏览器自带黄色框*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset !important;}
/*去除安卓默认点击事件蓝色框*/
i,span,div{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
/*ios去除微信点击蓝色边框*/
input:focus,p:focus,div:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-modify:read-write-plaintext-only;}
/*general*/
body{font-size:12px;font-family:"Microsoft Yahei", Arial, sans-serif;color:#000;line-height:1.2;}
a{color:#333;text-decoration:none;}
.group_2 .agreement .clickAgreement,
.group_6 .agreement .clickAgreement {
	color: #d31616;
	cursor: pointer;
}
.group_1 .agreement .clickAgreement,
.group_3 .agreement .clickAgreement,
.group_5 .agreement .clickAgreement {
	color: #3D80FC;
	cursor: pointer;
}

.group_2 .loginbtn.active-btn,
.group_6 .loginbtn.active-btn,
.group_2 .qrcodeWap .qrcodeCreate,
.group_6 .qrcodeWap .qrcodeCreate {
	background-color: #d31616;
	border-color: #d31616;
	cursor: pointer;
}
.group_2 .loginbtn.disable-btn,
.group_6 .loginbtn.disable-btn {
	background-color: #F2ACAC;
	border-color: #F2ACAC;
	cursor: not-allowed;
}

.group_4 .loginbtn.active-btn,
.group_4 .active-btn,
.group_4 .qrcodeWap .qrcodeCreate  {
  background-color: #18b3f0;
	border-color: #18b3f0;
	cursor: pointer;
}
.group_4 .loginbtn.disable-btn,
.group_4 .disable-btn {
  background-color: #aee1f5;
	border-color: #aee1f5;
	cursor: not-allowed;
}
.group_1 .loginbtn.active-btn,
.group_3 .loginbtn.active-btn,
.group_5 .loginbtn.active-btn,
.group_1 .active-btn,
.group_3 .active-btn,
.group_4 .active-btn,
.group_5 .active-btn,
.group_1 .qrcodeWap .qrcodeCreate,
.group_3 .qrcodeWap .qrcodeCreate,
.group_5 .qrcodeWap .qrcodeCreate {
	background-color: #3D80FC;
	border-color: #3D80FC;
	cursor: pointer;
}

.group_1 .loginbtn.disable-btn,
.group_3 .loginbtn.disable-btn,
.group_5 .loginbtn.disable-btn,
.group_1 .disable-btn,
.group_3 .disable-btn,
.group_5 .disable-btn  {
	background-color: #b2cdfe;
	border-color: #b2cdfe;
	cursor: not-allowed;
}
