#weixin, #register, #pw{
  cursor: pointer;
  font-size: 14px;
}

.header_box,.oauth_wrap{
  width: 960px;
  margin: 0 auto;
}

@media (max-width:1360px){
  .header_box,.oauth_wrap{
    width: 70%;
    margin: 0 auto;
  }
}

.oauth_box{
  margin: 0 auto;
  width: 308px;
  box-shadow:0px 4px 12px rgba(0,0,0,0.15);
  padding:30px;
  padding-top: 10px;
}
.bottom_intro { width:100%; line-height: 1.5; font-size:12px; text-align: center; margin:0 auto; color:#0468b4; }
.intro_block {line-height: 50px; width: 100%; margin: 0 auto;font-size:14px; }
.file_tip { clear:both; position: relative; }
.file_tip input[type="checkbox"]{
  display:none; 
}
.file_tip a { color:#098703; text-decoration: underline; }
.file_tip label{
  padding-left: 20px;
}
.file_tip label:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #098703;
}

.file_tip input[type='checkbox'] + label::before{
   border-radius: 3px;
}

.file_tip input[type='checkbox']:checked+label::before{
  content: "\2713";
  font-size: 12px;
  color: #f3f3f3;
  text-align: center;
  line-height: 15px;
}






.file_tip input { width:14px; height:14px; }
.file_tip label { color:#098703; font-size:12px; text-align: left;}
.software_intro { display:none;}
#software{
  font-size: 14px;
  color: #0589ed;
  font-weight: bold;
}
.panel_title { height:52px; line-height: 52px; text-align: center;font-size:22px; color:#777; }

.oauth_box p {
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-bottom: 12px;
}


.oauth_box .login_input{
  width: 280px;
  position: relative;
  top: 2px;
  left: 2px;
  height: 24px;
  padding: 10px 10px 10px 16px;
  line-height: 24px;
  background: 0 0;
  color: #777;
  font-family: Verdana,Tahoma,Arial;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 12px;
  outline-color:#c47300;
}

.oauth_box .login_input[name=verify] {width:160px; }
.oauth_box .login_input[name=verify] +span {font-size:12px; }
.login_button{
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 400;
  border-radius: 4px;
  color: #fff;
  background: -webkit-gradient(linear,0% 0%, 100% 0%, from(#33B7FD), to(#0589ed));
  /* 兼容IE11 */
  background: -ms-linear-gradient(top,#33B7FD,#0589ed);
  cursor: pointer;
  margin-top: 12px;
  outline: none;
  box-shadow:2px 2px 5px rgba(5,136,236,0.5);
}
.login_button:active {background: #0589ed;}
.oauth_box .sms_input { width:170px;   border-top-left-radius:4px;
  border-top-right-radius:0px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:4px;}
.sms-code-btn { width:110px; height:46px; color:#0588ec; border:1px solid #e2e2e2;background:#fff; outline: 0px;
border-left:none; margin-top:2px; cursor: pointer;border-radius: 4px;}
.sms-code-btn:active { background:#f2f2f2; }
.sms-code-btn:disabled { background:#e2e2e2; color:#999;}
.bottom {
  height: 28px;
  margin-bottom: 8px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.bottom .link {
  color: #666;
  text-decoration: none;
}
button.verify-btn { border:none; background: none;outline: none; color:#333; cursor: pointer;}
.error_tip{
  clear:both;
  text-align: center;
  line-height: 18px;
  height: 18px;
  color: #ff3b30;
  display: block;
  font-weight: bold;
}
.error_msg{
  display: none;
  font-size: 12px;
}
#pw{
  display: none;
}

#qr_login{
  display: none;
  width: 300px;
  height: 400px;
  margin: 0 auto;
}
.dotted { margin:0 16px;}

@media (max-width:500px){

  #weixin {display:none;}
  .header_box,.oauth_wrap{
    width: 86%;
    margin: 0 auto;
  }

  .panel_title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #777;
}

.oauth_box .login_input {
  width: 88%;
  position: relative;
  top: 2px;
  left: 2px;
  height: 24px;
  padding: 10px 10px 10px 16px;
  line-height: 24px;
  background: 0 0;
  color: #777;
  font-family: Verdana,Tahoma,Arial;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  margin-bottom: 12px;
  outline-color: #c47300;

}

.oauth_box {
  margin: 0 auto;
  width: 82%;
  box-shadow: 0px 4px 12px rgba(0,0,0,0.15);
  padding: 30px;
  padding-top: 10px;
}

.login_button {
  width: 100%;
  border: none;
  font-size: 16px;
  border-radius: 4px;
  font-weight: 400;
  border-radius: 4px;
  color: #fff;
  background: -webkit-gradient(linear,0% 0%, 100% 0%, from(#33B7FD), to(#0589ed));
  /* 兼容IE11 */
  background: -ms-linear-gradient(top,#33B7FD,#0589ed);
  cursor: pointer;
  margin-top: 12px;
  outline: none;
  box-shadow: 2px 2px 5px rgba(5,136,236,0.5);
}

.oauth_box .sms_input { width:48%;}
.sms-code-btn {
  width:39%;
}


.loginCheckbox{
  font-size:14px;
  color:#188ae2;
  margin-top:15px;
}

.bottom { font-size:13px; }

.dotted {
  margin: 0 4px;
}
}
.functionKey{
  color: blue;
  cursor: pointer;
}
#existLogin{
  display: none;
}
#existLogin .imgarea {
  margin: 0px auto;
  text-align: center;
  padding-top:310px;
  width:724px;
  height:450px;
  background:url(../bg1.png) 0px 20px no-repeat;
  box-sizing: border-box;
}

#existLogin .imgarea button { width:140px; height: 40px; font-size: 14px; text-align: center; cursor: pointer; margin-bottom: 30px;}
#existLogin .imgarea .btn1 { background: #d9f0ff; border: 1px solid #1292F3; color: #1292F3;}
#existLogin .imgarea .btn2 { background: #1292F3; border: 1px solid #1292F3; color: #fff;}
