﻿@charset "UTF-8"; 
input {
    display: inline-block;
}
.header {
  height: 85px;
  padding: 23px 0 22px;
  font-size: 0;
}

.header .line {
  display: inline-block;
  width: 1px;
  height: 68px;
  margin: 8px 33px 9px 36px;
  background-color: #dddddd;
}

.header .logo-title {
  display: inline-block;
  vertical-align: top;
  height: 85px;
  line-height: 85px;
  font-size: 22px;
  font-weight: normal;
}

.header .registed {
  height: 85px;
  line-height: 85px;
  font-size: 16px;
}

.header .registed .link {
  color: #f24645;
}

.header .registed .link:hover {
  text-decoration: underline;
}
 
.banner {
  position: relative;
  width: 100%;
     height: 560px;
    padding: 83px 0 40px;
  background: url("/Images/login/banner-reg.jpg") no-repeat center;
}

.banner .blur {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  filter: alpha(opacity=60);
  background-color: #000;
}

.banner .container {
  position: relative;
  z-index: 10;
  overflow: inherit;
}

.banner .companys {
  width: 616px;
  height: 100%;
}

.banner .companys li {
  overflow: hidden;
  float: left;
  display: table;
  cursor: pointer;
  width: 32%;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  margin: 0 8px 8px 0;
  font-size: 18px;
  transition: all .3s linear;
}

.banner .companys li:hover {
  z-index: 100;
  box-shadow: 0px 0px 18px #000;
  transform: scale(1.1);
}

.banner .companys li .table-cell {
  display: table-cell;
  vertical-align: middle;
}

.banner .companys li .table-cell img {
  width: 100%;
}

.banner .companys .more {
  box-sizing: border-box;
  width: 304px;
  height: 124px;
  padding: 29px 22px 30px 8px;
}

.banner .companys .companys-introduce {
  height: 60px;
  line-height: 30px;
}

.banner .companys .companys-introduce .number {
  font-size: 24px;
}

.banner .companys .companys-introduce .number .xiang {
  font-size: 18px;
}

.banner .companys .companys-introduce .red {
  color: #f24645;
}

.banner .companys .zl {
  float: right;
  margin-right: 0;
  margin-bottom: 0;
  height: 256px;
}

.banner .companys .zl img {
  margin-top: 39px;
  max-width:148px;
}

.banner .companys .zl .companys-introduce {
  margin-top: 50px;
}

.banner .reg {
  box-sizing: border-box;
  width: 442px;
  height: 550px;
  padding: 0 21px;
  border-radius: 6px;
  background-color: #fff;
}

.banner .reg .banner-title {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.banner .reg .input-box {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 41px;
line-height: 40px\9;
  margin-bottom: 14px;
  padding-left: 15px;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.banner .reg .error{
  border-color:red;
}

.banner .reg .input-box input {
  width: 100%;
  height: 42px;
height: 40px\9;
  line-height: 42px;
line-height: 40px\9;
  border: none;
  border-radius: 6px;
}

.banner .reg .getYZM {
  font-size: 0;
}

.banner .reg .getYZM .yzm {
  width: 274px;
  margin-right: 10px;
  vertical-align: top;
}

.banner .reg .getYZM .yzm-btn-gray {
  cursor: pointer;
  width: 99px;
  height: 42px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #f0f0f0;
  color: #999;
  font-size: 13px;
}

.banner .reg .getYZM .yzm-btn {
  cursor: pointer;
  width: 99px;
  height: 42px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #f24645;
  color: #ffffff;
  font-size: 14px;
}

.banner .reg .consent {
  position: relative;
  width: 100%;
  font-size: 0;
}

.banner .reg .consent .checkbox {
  position: absolute;
  cursor: pointer;
  width: 14px;
  height: 14px;
  left: 0;
  z-index: 10;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
}

.banner .reg .consent .checkbox-box {
  display: inline-block;
  cursor: pointer;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  border: 1px solid #dddddd;
  vertical-align: top;
  margin-top: 1px;
}

.banner .reg .consent .checked {
  border: none;
  width: 14px;
  height: 14px;
  background: url("/Images/login/checked.png") no-repeat center;
}

.banner .reg .consent .consent-text {
  display: inline-block;
  width: 368px;
  font-size: 12px;
}

.banner .reg .consent .consent-text a {
  color: #00a2ff;
}

.banner .reg .consent .consent-text a:hover {
  text-decoration: underline;
}

.banner .reg .submit {
  cursor: pointer;
  width: 100%;
  height: 56px;
  margin-top: 20px;
  border: none;
  border-radius: 6px;
  background-color: #f24645;
  color: #ffffff;
  font-size: 20px;
}

.banner .reg .registed {
  width: 100%;
  margin-top: 18px;
  text-align: center;
}

.banner .reg .registed .link {
  color: #f24645;
}

.banner .reg .registed .link:hover {
  text-decoration: underline;
}

.banner .reg .btn {
  transition: all .3s;
}

.banner .reg .btn:hover {
  background-color: #cc0000;
} 

.consent-agree{
    cursor:pointer;
}

.more img{
    max-width:200px;
}

.banner .reg .yzm-box {
    border: none;
    padding-left: 0;
}
 .reg .yzm-box input.yzm{
    width: 140px;
    vertical-align: top;
    padding-left: 15px;
    border: 1px solid #dddddd;
    border-radius: 6px;
}
 .reg .yzm-box .yzm-pic{
    vertical-align: top;
    margin-top: 8px;
    margin-right: 10px;
} 
 .Protocol{
     width: 700px;
     background-color: #f2f2f2;
     padding:10px;
     height: 550px;
     overflow-y:auto;
 }
  .Protocol h3{
      text-align:center; 
  }
 .Protocol p{
     line-height:30px;
     text-indent: 2em;
 }