.customer_login_box{
    width:100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    display: none;
}
.customer_login_box .login_form{
    width: 300px;
    height: auto;
    position: relative;
    margin:200px auto; 
    background: #fff;
    box-shadow: 0 0 6px #444;
    border-radius: 2px;
    display: none;
}
.customer_login_box .login_form .title{
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 10px;
    font-size: 20px;
    color: #fff;
    background: #0f649f;
    overflow:hidden; 
}
.customer_login_box .login_form .form_item{
    width: 100%;
    height: 40px;
    position: relative;
    margin:10px 0; 
}
.customer_login_box .login_form .form_item .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    margin:5px 10px 5px 30px; 
    vertical-align: top;
}
.customer_login_box .login_form .form_item .icon1{
    background: url(/public/static/home/img/customer.png) no-repeat;
    background-size: 100% 100%;
}
.customer_login_box .login_form .form_item .icon2{
    background: url(/public/static/home/img/password.png) no-repeat;
    background-size: 100% 100%;
}
.customer_login_box .login_form .form_item .icon1_focus{
    background: url(/public/static/home/img/customer_focus.png) no-repeat;
    background-size: 100% 100%;
}
.customer_login_box .login_form .form_item .icon2_focus{
    background: url(/public/static/home/img/password_focus.png) no-repeat;
    background-size: 100% 100%;
}
.customer_login_box .login_form .form_item input{
    width: 200px;
    height: 30px;
    position: relative;
    margin:5px 0; 
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #999;
    border-radius:2px;
    outline: none; 
    font-size: 16px;
    text-indent: 10px;
    line-height: 30px;
}
.customer_login_box .login_form .form_item input:focus{
    border-bottom: 2px solid #0f649f;
}
.customer_login_box .login_form .login_sub{
    width: 80%;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    letter-spacing: 10px;
    line-height: 30px;
    margin: 5px 10% 10px;
    background: #0f649f;
    cursor: pointer;
    border-radius: 2px;
}
.customer_login_box .login_form .close_box{
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
}
.customer_login_box .login_form .close_box .close_x{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 2px;
    left: 2px;
}




.customer_change_pwd_box{
    width:100%;
    height: 100%;
    position:fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.2);
    z-index: 999;
    display: none;
}
.customer_change_pwd_box .login_form{
    width: 300px;
    height: auto;
    position: relative;
    margin:200px auto; 
    background: #fff;
    box-shadow: 0 0 6px #444;
    border-radius: 2px;
    display: none;
}
.customer_change_pwd_box .login_form .title{
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    letter-spacing: 10px;
    font-size: 20px;
    color: #fff;
    background: #0f649f;
    overflow:hidden; 
}
.customer_change_pwd_box .login_form .form_item{
    width: 100%;
    height: 40px;
    position: relative;
    margin:10px 0; 
}
.customer_change_pwd_box .login_form .form_item .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    margin:5px 10px 5px 20px; 
    vertical-align: top;
}
.customer_change_pwd_box .login_form .form_item .icon1{
    background: url(/public/static/home/img/customer.png) no-repeat;
    background-size: 100% 100%;
}
.customer_change_pwd_box .login_form .form_item .icon2{
    background: url(/public/static/home/img/password.png) no-repeat;
    background-size: 100% 100%;
}
.customer_change_pwd_box .login_form .form_item .icon1_focus{
    background: url(/public/static/home/img/customer_focus.png) no-repeat;
    background-size: 100% 100%;
}
.customer_change_pwd_box .login_form .form_item .icon2_focus{
    background: url(/public/static/home/img/password_focus.png) no-repeat;
    background-size: 100% 100%;
}
.customer_change_pwd_box .login_form .form_item input{
    width: 200px;
    height: 30px;
    position: relative;
    margin:5px 0; 
    vertical-align: top;
    border: none;
    border-bottom: 1px solid #999;
    border-radius:2px;
    outline: none; 
    font-size: 16px;
    text-indent: 10px;
    line-height: 30px;
}
.customer_change_pwd_box .login_form .form_item input:focus{
    border-bottom: 2px solid #0f649f;
}
.customer_change_pwd_box .login_form .chanage_pwd_sub{
    width: 80%;
    height: 30px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
    letter-spacing: 10px;
    line-height: 30px;
    margin: 5px 10% 10px;
    background: #0f649f;
    cursor: pointer;
    border-radius: 2px;
}
.customer_change_pwd_box .login_form .close_box_1{
    width: 50px;
    height: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
    border-radius: 50%;
    background: red;
    cursor: pointer;
}
.customer_change_pwd_box .login_form .close_box_1 .close_x{
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 2px;
    left: 2px;
}

#slider {
  margin: 10px 10%;
  width: 80%;
  height: 42px;
  position: relative;
  border-radius:0;
  background-color: #dae2d0;
  overflow: hidden;
  text-align: center;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#slider_bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #7AC23C;
  z-index: 1;
}

#label {
  width: 46px;
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  line-height: 38px;
  border: 1px solid #cccccc;
  background: #fff;
  z-index: 3;
  cursor: move;
  color: #ff9e77;
  font-size: 16px;
  font-weight: 900;
}

#labelTip {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 13px;
  font-family: 'Microsoft Yahei', serif;
  color: #787878;
  line-height: 38px;
  text-align: center;
  z-index: 2;
}
.hire_title{
    width: 100%;
    height: 40px;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
.gotoindex{
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    color: #fff;
    background: 
}