/* 初始化 */
/* @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 ;
}

ul,
li,
i {
    list-style: none;
}
i {
    font-style:normal
}
button {
    outline: none;
    cursor:pointer;
}
select{
    outline: none;
    
}
.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 {
    background-color: #f6f9f9;
    padding: 0;
}
.register {
    border: 1px solid #000;
    width: 950px;
    box-shadow: 0rem 0.015rem 0.1rem 0.1rem  #e0dfdf;
   height: 926px;
   margin-top:30px;
   background-color: white;
   margin-bottom: 20px;
}

.register .header {
 height: 100px;
   text-align:center;
   box-shadow: 0px 4px 0px 0px  #e0dfdf;

}

.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-top: 50px;
}
.register .import li {
  margin-bottom: 22px;
  color: #999999;
  font-size: 25px;
  line-height: 40px;
}
.register .import li input{
    height: 40px;
    width: 400px;
    padding: 0 0 0 10px;
    margin-left: 10px;
    font-size: 14px;
}
 
.register .import .account input{
   width: 245px;
}
.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: 40px;
   color: white;
   background-color: #339afe;
   border-radius: 6px;
   font-size: 16px;
   padding: 1px;
    box-shadow: 5px 6px 10px 0px #c3c3c4;
   cursor :pointer;
   border:none;
}
 
 
 .register .consent {
     margin-top: 40px;
 }
 .register .consent a{
    color: #339afe;
 }
 .register .consent .GroupRegBtn{
    display: block;
    background-color: #339afe;
    width: 200px;
    height: 40px;
    border-radius: 6px;
    color: white;
    margin-left: 375px;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
     box-shadow: 5px 6px 10px 0px #c3c3c4;
     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: 20px;
   border-bottom: 1px solid #339afe;
 }
 .import ul li  {
    margin-left:125px;
} 
.import ul li span {
     width:150px;
     display:inline-block;
     text-align:right;
}
 