*{
    margin: 0px;
    padding: 0px;
}
/*统一宽度1200px*/
.pc_width
{
    width: 1200px;
    margin-left:auto;
    margin-right:auto;
}

/**导航*/
.header_menu
{
  position: fixed;
  background: #ffffff;
  height: 60px;
  width: 100%; 
  box-shadow: 0px 2px 3px #4aca6d;

}
.header_menu dt
{
  float: left;
  margin-right: 50px;

}
.header_menu dt img
{
  height: 40px;
  margin-top: 10px;
}
.header_menu dd
{
  transition: all 0.2s;
  float: left;
  border-top: 3px solid #ffffff;; 
  height:57px;
  line-height: 57px;

}
.header_menu dd:hover
{
  cursor: pointer;
  border-top: 3px solid #4aca6d;
}

.header_menu dd>a
{
  font-size: 16px;
  color: rgb(80, 79, 79);
  font-weight: 500;
  text-decoration: none;
  padding: 0px 10px;
}


/**内容**/
.reg_content
{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url(../Img/login_bg.jpg);
    background-repeat:no-repeat; 
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}

/*********注册框*******/
.reg_div
{
    margin-left: auto;
    margin-right: auto;
    height: 520px;
    width: 450px;
    border-radius: 8px;
    background: #f6f7f6;
    overflow: hidden;
}
.reg_div>span:first-child
{
    color: #454645;
    display: block;
    width:450px;
    font-size: 25px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-bottom: 1px solid #e9e9e9;
    background-image:  linear-gradient(0deg,#fcfcfc,#f3f2f2da);
   
}
.reg_frm
{
    display: block;
    height: 300px;
    width:450px;
    background-color: linear-gradient(0deg,#ffffff,#ffffff);
}
.reg_input:first-child
{
    margin-top: 10px;
}
.reg_input
{
    width:370px;
    margin-left: auto;
    margin-right: auto;
}

.reg_input>span
{
    position: relative;
    left: 30px;
    font-size: 20px;
    color: #63cc63;

}
.reg_input>input
{
    color: #4b4d4d;
    border-radius: 5px;
    width: 200px;
    outline:none;
    height: 35px;
    padding-left: 30px;
    padding-right: 10px;
    border: 1px solid #69ee69;
}
#reg_get
{
    outline: none;
    line-height: 30px;
    padding: 0px 5px ;
    background-color: #454645;
    color: white;
    border: 0px ;
    cursor: not-allowed;
}
reg_get:hover
{
    background-color: #454645 !important;
}

.reg_getbtn
{
    cursor: pointer !important;
    background-color: #4aca6d !important;
}

.reg_input>label
{
    font-size: 14px;
    color: #f75f5f;
}



.reg_lable
{
    width: 200px;
    height: 18px;
    color: #f75f5f;
    display: block;
    line-height: 18px;
    margin-left: 100px;
    font-size: 12px;
}

.protocol_lab
{
    padding-left: 10px;
    margin-right: 150px;
    height: 18px;
    color: #f75f5f;
    line-height: 18px;
    font-size: 12px;
}
.reg_login
{
    font-size: 12px;
    height: 20px;
    width: 90%;
    margin-left: 30px;
    margin-top: 20px;
}
.reg_login a
{
    color: #4b1ad3;
}

/****底部****/
.reg_footer
{
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
    color: #606161;
    width: 100%;
    text-align: center;
}