/* header{
  width:100%;
  height:88px;
  background:rgba(255,255,255,1);
} */
/*消除ul里面li前面的小圆点*/
ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
/*开头*/
/* .nav_log{
  width: 360px;
  height: 40px;
  padding: 28px 0 20px 0;
  float: left;
} */
.nav{
  height: 16px;
  float: right;
  padding: 44px 0 28px 0;
}
.nav a{
font-size:16px;
font-weight:400;
color:#636B70;
line-height:11px;
cursor:pointer;
}
.nav a:hover{
  color: #ee071b;
}
.nav li{
  float: left;
  margin-left: 47px;
}
/*中间*/
.middle{
  padding: 72px 0;
  background-color: #F2F5FA;
  min-width: 1200px;
}
.register{
  width:336px;
  padding: 40px 28px 54px 28px;
  background:rgba(255,255,255,1);
  box-shadow:0px 4px 8px 0px rgba(30,36,46,0.06);
  margin-left: auto;
}
.accountregister{
height:23px;
font-size:24px;
font-weight:600;
color:rgba(50,14,17,1);
line-height:24px;
padding-bottom: 19px;
}
.registermode{
font-size:20px;
font-weight:bold;
color:rgba(50,14,17,1);
line-height:20px;
}
.input {
    width: 336px;
    height: 40px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(211,214,219,1);
    border-radius: 2px;
    margin-top: 20px;
    outline: none;
    padding: 0 12px;
    font-size: 16px;
    transition: all 0.25s;
    box-sizing: border-box;
}

.input:focus {
    border: 2px solid #5bafd2;
    box-shadow: 0 4px 6px -2px rgba(91,175,210,0.3);
}
.phoneregister{
  position: relative;
}
.emailregister{
  position: relative;
}
.gaincode{
font-size:14px;
font-weight:400;
line-height:11px;
position: absolute;
top: 95px;
left:251px;
}
.phoneregister a{
  color:rgba(231,0,20,1);
}
.emailregister a{
  color:rgba(231,0,20,1);
}
.phoneregister_ctl,.emailregister_ctl{
  font-weight: normal;
  margin-right: 20px;
  color:#636B70;
  cursor:pointer;
}
.register_sel{
  font-weight: 600;
  color: #320E11;
}
.loginbutton{
width:336px;
height:40px;
background:rgba(231,0,20,1);
border-radius:2px;
margin-top: 35px;
margin-bottom: 49px;
font-size:16px;
font-weight:400;
line-height:40px;
text-align: center;
}
.loginbutton:hover {
    background: #fa3734;
}
.loginbutton:active {
    background: #d90718;
}
.loginbutton a {
    width: 100%;
    height: 100%;
    display: block;
    color: rgba(255,255,255,1);
    line-height: 42px;
}
.notaccount{
width:336px;
height:14px;
font-size:14px;
font-weight:400;
color:rgba(99,107,112,1);
line-height:14px;
text-align: center;
}
.notaccount a{
    color: #E70014;
}
/*底部*/
.bottom{
  padding: 32px 0 201px 0;
  background:rgba(255,255,255,1);
  min-width: 1200px;
  text-align: center;
}
.bottom a{
font-size:14px;
font-weight:400;
color:rgba(99,107,112,1);
line-height:14px;
margin-right: 47px;
}
.bottom a:hover{
  color: #ee071b;
}
.bottom span{
text-align: center;
font-size:12px;
font-weight:400;
color:rgba(99,107,112,1);
line-height:31px;
}
