/* 初始化 */
/* @import "ie-css.css";  */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x:hidden;
    min-width: 1024px;
}
 
/* 版心 */
 
.w {
    width: 1000px;
    margin: 0 auto ;
}
.manlogin {
    position: absolute;
    top: 6%;
    right: 10%;
}
.mleft {
    position: absolute;
    top: 18%;
    left: 6%;
}
.r_title{
font-size: 20px;
    font-weight: 600;
    color: #2A2925;
}
ul,
li,
i {
    list-style: none;
}
i {
    font-style:normal
}
button {
    outline: none;
    cursor:pointer;
}
select{
    outline: none;
    width: 33%;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

input {
 
    outline: medium;
}

.clearfix {
    *zoom: 1;
   
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border-style: none;
}

table {
    text-align: center;

}

/* 内容 */
.background {
    width: 100%;
    height: 100%;
    position:fixed;
    background-size: 100% 100%;
}
.register {
    border: 1px solid #999999;
    width: 600px;
    height: 730px;
    margin-top: 30px;
    background-color: white;
    margin-bottom: 20px;
    border-radius: 16px;
    margin-right:40px;
}

.register .header {
   text-align:center;
   padding: 10px;
   color: #3a3736;
   margin-top: 20px;
}

.topTitleBorder{
   border-bottom:3px solid #339afe;
   
 }
 
 .register .header .topTitle {
  cursor: pointer;
    display:inline-block;
    width:170px;
    margin-top:25px;
    padding-bottom:10px;
   
}
 .register .header .maLeft {
 margin-left:30px;
   
}
 
 
.register .import {
    margin: 10px 20px;
}
.register .import li {
  margin-bottom: 12px;
  color: #585451;
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.register .import li input{
    height: 28px;
    width: 380px;
    padding: 0 0 0 10px;
    margin-left: 10px;
    font-size: 14px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #999;
}
 
.register .import .account input{
   width: 226px;
}
.register .import li i{
   line-height: 40px;
   display: inline-block;
  position: relative;
  top: 6px;
  left: 8px;
  color: red;
  
}
.register .import .account .sendCode{
width: 138px;
    height: 28px;
    color: white;
    background-color: #1F7CC2;
    border-radius: 6px;
    font-size: 16px;
    padding: 1px;
    cursor: pointer;
    border: none;
}
 
 
 .register .consent {
     margin-top: 20px;
 }
 .register .consent a{
    color: #ff0000;
 }
 .register .consent .GroupRegBtn{
        display: block;
    background-color: #1F7CC2;
    width: 230px;
    height: 40px;
    border-radius: 6px;
    color: white;
    margin-left: 178px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
 }
 
 .register .consent input[type="checkbox"] {
     
     width: 18px;
     height: 18px;
     position: relative;
     top: 3px;
      }
 .register .consent{
  text-align:center;
 }
  .register .consent a.login{
   font-size: 16px;
    border: 1px solid #9e9e9e;
    color: #000;
    padding: 8px;
    border-radius: 8px;
    width: 230px;
    display: inline-block;
    text-align: center;
    margin-left: -16px;
 }
 .import ul li  {
   
} 
.import ul li span {
     width:120px;
     display:inline-block;
     text-align:center;
}
 