@charset "utf-8";
.active {
  color: #0096F2 !important;
  border-bottom: none !important;
  border-top: 3px solid #0096F2 !important;
  background: #ffffff !important;
}
.g-content {
  width: auto;
  height: 539px;
  background: url(../images/login_bg1.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.login_box {
  width: 1200px;
  height: 539px;
  margin: 0 auto;
  background: url(../images/login_fd.png) no-repeat 400px bottom;
}
.login_box .login_left {
  float: left;
  width: 482px;
  height: 310px;
  margin: 110px 0 0 20px;
  background: url(../images/login_titel.png) no-repeat;
  position: relative;
}
.login_box .login_left .rwm_box {
  width: 100%;
  height: 200px;
  border: 1px dashed #CCCCCC;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 10px #e5e3e3;
  -webkit-box-shadow: 0 0 10px #e5e3e3;
  -moz-box-shadow: 0 0 10px #e5e3e3;
  -ms-box-shadow: 0 0 10px #e5e3e3;
}
.login_box .login_left .rwm_box .rwm_left,
.login_box .login_left .rwm_box .rwm_right {
  width: 50%;
  height: 180px;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
}
.login_box .login_left .rwm_box .rwm_right {
  border-left: 1px dashed #CCCCCC;
}
.login_box .rwm_content p {
  padding-top: 10px;
}
.login_box .rwm_content img {
  margin: 0 auto;
  display: block;
  border: none;
  box-shadow: 0 0 10px #e5e3e3;
  -webkit-box-shadow: 0 0 10px #e5e3e3;
  -moz-box-shadow: 0 0 10px #e5e3e3;
  -ms-box-shadow: 0 0 10px #e5e3e3;
  margin-top: 10px;
}
.login_box .login_right {
  float: right;
  width: 369px;
  height: auto;
  overflow: hidden;
  background: #fff;
  margin: 76px 40px 0 0;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#a09d9d', Direction=135, Strength=4);
  /*for ie6,7,8*/
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 1, 0.1);
  /*firefox*/
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 1, 0.1);
  /*webkit*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 1, 0.1);
  /*opera或ie9*/
  border: solid 1px #dadada;
}
.login_box .login_right .tab_box {
  width: 100%;
  height: auto;
}
.login_box .login_right .cont_box {
  width: 100%;
  height: 337px;
  clear: both;
}
.login_box .tab_first,
.login_box .tab_second {
  width: 50%;
  height: 57px;
  line-height: 57px;
  font-size: 20px;
  color: #555555;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(rgba(242, 242, 242, 0.5)));
  background-image: -webkit-linear-gradient(#ffffff, rgba(242, 242, 242, 0.5));
  background-image: -moz-linear-gradient(#ffffff, rgba(242, 242, 242, 0.5));
  background-image: -o-linear-gradient(#ffffff, rgba(242, 242, 242, 0.5));
  background-image: linear-gradient(#ffffff, rgba(242, 242, 242, 0.5));
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
.login_box .tab_second {
  border-left: 1px solid #ccc;
}
#login {
  padding-top: 12px;
  overflow: hidden;
}
.btn_sub {
  width: 328px;
  height: 46px;
  margin: 23px auto 0 auto;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.btn_sub1 {
  width: 328px;
  height: 46px;
  margin: 10px auto 0 auto;
  display: block;
  font-size: 18px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
.comon {
  width: 328px;
  height: 46px;
  line-height: 46px;
  border: 1px solid #CCCCCC;
  margin: 23px auto 0 auto;
  display: block;
  color: #999999;
  font-size: 16px;
  text-indent: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
/*更改单选框样式*/
.agree {
  width: 330px;
  height: auto;
  margin: 0 auto;
  position: relative;
  margin-top: 28px;
}
.agree_s {
  width: 330px;
  height: auto;
  margin: 10px auto 0 auto;
  position: relative;
}
input[type="radio"] {
  width: 30px;
  height: 20px;
  opacity: 0;
}
label {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
}
/*设置选中的input的样式*/
/* + 是兄弟选择器,获取选中后的label元素*/
input:checked + label {
  background-color: #0083f2;
  border: 1px solid #0083f2;
}
input:checked + label::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 10px;
  top: 3px;
  left: 6px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.agree p,
.agree_s p {
  display: inline-block;
  color: #333333;
}
.agree span {
  color: #666666;
}
.forgot_pass {
  position: absolute;
  right: 0;
  bottom: 0;
}
.forgot_pass a {
  color: #FF0000 !important;
}
/*更改单选框样式*/
#register {
  padding: 20px 21px 18px 21px;
}
#register .pub {
  width: 100%;
  height: 42px;
  border: 1px solid #CCCCCC;
  line-height: 46px;
  display: block;
  color: #999999;
  font-size: 16px;
  text-indent: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#register .cod-box {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
#register .cod-box .pho_code {
  float: right;
  width: 129px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#register .cod-box .pub1 {
  width: 186px;
  height: 42px;
  line-height: 42px;
  text-indent: 12px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
}
#register .cod-box .cod_img {
  display: block;
  border: none;
  float: right;
}
