.loginheadWrap{
    width: 100%;
    height: 90px;
}
.loginhead{
    width: 1180px;
    height: 90px;
    margin: 0 auto;
}
.loginhead .backindex{
    display: block;
    float: left;
    width: 79px;
    height: 54px;
    margin-top:20px;
}
.loginhead .rights{
    float: right;
    font-size: 14px;
    color: #808080;
    margin: 47px 80px 0 0;
}
.loginhead .rights .freereg{
    color: #fe8300;
    border-bottom: 1px solid #fe8300;
    cursor: pointer;
    -webkit-user-select:none;
}
/*以上是登录头部样式*/
/*表单容器开始*/
.formWrap{
    width: 1180px;
    margin: 0 auto; 
    margin-top: 40px;
    height: 360px;
}
.formWrap .leftIconGroup{
    float: left;
    width: 384px;
    height: 289px;
    background: url('../images/icongroup.png');
    margin: 34px 0 0 140px
}
.formWrap .loginAndregform{
    float: right;
    width: 318px;
    height: 335px;
    overflow: hidden;
    margin-right: 80px;
    *position: relative;
}
.formWrap .rightForm{
    height: 331px;
    width: 314px;
    border:2px solid;
    border-color: #fe8300 #e6e6e6 #e6e6e6 #e6e6e6;
}

/*登录表单样式*/
.loginform{
    margin-top:80px;
}
.loginform .logintitle{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.loginform .loginName,.loginPassword{
    outline: none;
    border: none;
    height: 40px;
    line-height: 40px;
    width: 188px;
    color: #666;
    font-size: 16px;
   
}
.loginform .labell{
    display:block;height:40px;line-height:40px;background:#fff;
    width: 230px;margin: 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.loginform .loginName::-webkit-input-placeholder{
    color: #666;
    font-size: 16px;
}
.loginform .rember{
    font-size: 12px;
    color: #ccc;
    margin: 25px 0 10px 0
}
.loginform .remberlabel{
    cursor: pointer;
    -webkit-user-select:none;
}
.loginform .remberlabel .box{
    height: 10px;
    width: 10px;
    border:1px solid #ccc;
    display: inline-block;
    position: relative;

}
.loginform .activechick:after{
    content: url('../images/check.png');
    position: absolute;
    top: -4px;
    left: 0;
}
.loginform .activechick after{
    content: attr(data);
    color: #fe8300;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: -4px;
    left: 0;
}
.loginform .loginsubmitt{
    background: #6caaff;
    width: 230px;
    height: 40px;
    border: none;
    line-height: 40px;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    font:14px '微软雅黑';
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.loginform .loginsubmitt:hover{
    background: #3C8DFD
}
.loginform .loginsubmit {
  background: #6caaff;
  width: 230px;
  height: 38px;
  border: none;
  line-height: 38px;
  text-align: center;
  color: #fff;
  outline: none;
  cursor: pointer;
  font: 14px '微软雅黑';
}
.loginform .loginsubmit:hover{
    background: #3C8DFD
}
.loginform .forget,.freereg2{
    color: #ccc;
    cursor: pointer;
}
/*注册form表单*/
.regform{
    margin:25px 30px 20px 30px;
}
.regform .choseoption{
    display: block;
    width: 50%;
    float: left;
    padding-bottom: 15px;
    color: #ccc;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.regform .activeoption{
    color: #fe8300;
    border-bottom-color: #fe8300;
    -webkit-user-select:none;
    position: relative;
    -webkit-text-shadow: 0 2px 25px #ff7800;
    -o-text-shadow: 0 2px 25px #ff7800;
    -ms-text-shadow: 0 2px 25px #ff7800;
    -moz-text-shadow: 0 2px 25px #ff7800;
    text-shadow: 0 2px 25px #ff7800
}
.regform .activeoption:after{
      content: '';
      border: 5px solid;
      border-color: transparent transparent #fe8300 transparent;
      bottom: 0;
      left: 59px;
      position: absolute;
}
.regform .namlabel,.regpasdlabel,.regcodelabel{
    height: 36px;
    width: 250px;
    display: block;
    position: relative;
}

.regform .userIcon{
   display: block;
    height: 36px;
    width: 36px;
    position: absolute;
    background: url('../images/username.png') no-repeat center center;
    background-color: #ccc;
    z-index: 1;
}
.regform .loginName{
    outline: none;
    height: 34px;
    line-height: 34px;
    width: 210px;
    position: absolute;
    padding-left:40px;
    border:1px solid #ccc;
}
.regform .loginName:focus{
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.regform .regcode{
    outline: none;
    border:1px solid #ccc;
    height: 34px;
    line-height: 34px;
    width: 148px;
    float: left;
    padding-left:10px;
    *padding-left: 0px;/*IE7和IE6和IE5*/  
}
.regform .regcode:focus{
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.regform .regpasd{
    outline: none;
    height: 34px;
    line-height: 34px;
    width: 240px;
    padding-left:10px;
    border: 1px solid #ccc
}
.regform .regpasd:focus{
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -o-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}
.regform .regcode::-webkit-input-placeholder{
    color: #ccc;
    font-size: 10px;
}
.regform .regpasd::-webkit-input-placeholder{
    color: #ccc;
    font-size: 10px;
}
.regform .getcode{
    float: right;
    background: #f2f2f2;
    border:1px solid #e6e6e6;
    color: #ccc;
    height: 38px;   
    cursor: pointer;
}
.regform .rember{
    font-size: 12px;
    color: #ccc;
    margin: 6px 0 6px 0
}
.regform .remberlabel{
    cursor: pointer;
}
.regform .remberlabel .box{
    height: 10px;
    width: 10px;
    border:1px solid #ccc;
   display: inline-block;
   position: relative;
}
.regform .activechick:after{
    content:url('../images/check.png');
    position: absolute;
    top: -4px;
    left: 0;
}
.regform .activechick after{
    content: attr(data);
    color: #fe8300;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: -4px;
    left: 0;
}
.regform .regsubmit{
    background: #fe8300;
    width: 253px;
    height: 38px;
    border: none;
    line-height: 38px;
    text-align: center;
    color: #fff;
    outline: none;
    cursor: pointer;
    font:14px '微软雅黑';
}





/*协议*/
.xieyebox{
  width: 720px;
  height: 562px;
  overflow: auto;
  margin: auto;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid #d5d5d5\9;
  background: #fff;
  box-shadow: 1px 1px 28px #ccc,1px 1px 23px #948787;
  z-index: 10;
}
.Xieyicontent{
    width: 100%;
    height: 500px;
    overflow:auto;
    border:1px solid #ccc;
    background: #fff;
    text-indent: 10px;
    padding-left: 5px;
}
.readed{
      background: #2277cc;
      border: 1px solid #1256aa;
      box-shadow: 0 1px 0 #c9c9c9;
      -webkit-box-shadow: 0 1px 0 #c9c9c9;
      -ms-box-shadow:0 1px 0 #c9c9c9;
      -o-box-shadow: 0 1px 0 #c9c9c9;
      -moz-box-shadow: 0 1px 0 #c9c9c9;
      color: #fff;
      cursor: pointer;
      padding: 5px;
}
.closeicon{
    color: #ccc;
    cursor: pointer;
}
.closeicon:hover{
    background: #2277cc;
    color: #fff;
}
#pleaseread{
    color: #fe8300;
    cursor: pointer;
}
.xieyeul{
    font-size: 14px;
    color: #4c4c4c;
}
.xieyeul dd{
    line-height: 180%;
}
/*协议*/
.regcodelabel label {
            clear: both;
            float: left;
            line-height: 24px;
            height: 24px;
            width: 210px;
            margin: 0;
        }

        label.error, span.error {
            color: #F30;
            font-size: 12px;
        }

        .enable {
            border: 1px solid #ccc;
            color: #666;
            font-size: 12px;
            cursor: pointer;
            margin-left: 10px
        }

        .disable {
            border: 1px solid #d0d0d0;
            color: #999;
            background: #d0d0d0;
            cursor: not-allowed;
            margin-left: 10px
        }

        .send_sms {
            line-height: 34px;
        }
        .closeicon{
            font-family: "Tahoma";
            font-weight: bold;
            cursor: pointer;
            color: #d5d5d5;
            font-style: normal;
            cursor: pointer;
        }
        #my-mask1{
            position: relative;
            display: none;
        }







