
  /* 会员登录 */
  .login{
	background: url(../images/login_bg.jpg) no-repeat center;

    background-size: cover;
    padding-top: 150px;
    padding-bottom: 250px;
  }

  .login h3{
    font-size: 64px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    padding: 40px 0;
  }

  .login .form-control{

    height: 59px;
    border-radius: 0;
    margin: 0 auto;
  }

  .login .btn-info{   
    height: 59px;
    border-radius: 0;
    font-weight: 400;
    font-size: 24px;
    background-color: #008CDB;
  width: 100%;
    border: 0;
    display: block;
  }


  .login .register{
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
  }

  .login .register a{
    color: #008CDB;
  }
  .login .form-group{
    position: relative;
    margin: 20px auto;
    max-width: 500px;
  }
  .login .getcode{
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    border: 0;
    background-color: #D9D9D9;
    width: 186px;
    border-radius: 0;
    color: #7D7D7D;
    font-size: 20px;
  }

  .register-page{
    margin-bottom: 260px;
  }

  .register-page h4{
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 50px;
  }

  .register-page .reg-login{
    color: #4B4B4B;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 90px;
  }

  .register-page .form-group input{
    height: 58px;
    padding-left: 40px;
  }
  
  .register-page .form-group i{
    font-size: 24px;
    top: 10px;
    left: 10px;
  }
  .register-page .form-group .mcode{
    position: absolute;
    top: 0;
    right: 0;
    height: 58px;
    border-radius: 0;
    border: 0;
    background-color: #D9D9D9;
    font-size: 20px;
    color: #000;
    line-height: 45px;
    padding: 0 20px;
  }
  .register-page .reg-but button{
    width: 157px;
    height: 41px;
    border: 0;
    border-radius: 0;
    font-size: 20px;

  }
  .register-page .reg-but{
    text-align: center;
  }
  .register-page .reg-but .chongtian{
    background-color: #D9D9D9;
    color: #000;
   
  }
  .register-page .reg-but .tijiao{
    background-color: #008CDB;
  }

  .usercenter .left{
    width: 22%;
    float: left;
    padding: 0 10px;

  }

  .usercenter .right{
    width: 78%;
    float: left;

  }
  .usercenter .left ul{


    box-shadow: 3px 0 3px -3px rgba(200, 200, 200, 0.7),-3px 0 3px -3px rgba(200, 200, 200, 0.7),0 3px 3px 0px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 3px 0 3px -3px rgba(200, 200, 200, 0.7),-3px 0 3px -3px rgba(200, 200, 200, 0.7),0 3px 3px 0px rgba(200, 200, 200, 1);
    overflow: hidden;
    margin-bottom: 78px;
}
  .usercenter .left ul li{
   height: 49px;
   text-align: center;
   font-size: 22px;
   background-color: #F5F5F5;
   line-height: 49px;
  }
  .usercenter .left ul li.actvie{
    background-color: #008CDB;
 
  }
  .usercenter .left ul li.actvie a{

    color: #FFF;
  }

  .usercenter .user-zl{
    padding: 20px;
  }
  .usercenter .user-zl .table-responsive td{
    padding: 0 8px;
  }
  .usercenter .user-zl>div{
    line-height: 40px;
  }
  .usercenter .user-zl .register-page{
    max-width: 567px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .product-commend h3{
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
  }
  .product-commend .product{
background-color: #F4F4F4;
box-shadow: 3px 0 3px -3px rgba(200, 200, 200, 0.7),-3px 0 3px -3px rgba(200, 200, 200, 0.7),0 3px 3px 0px rgba(200, 200, 200, 1);
    -webkit-box-shadow: 3px 0 3px -3px rgba(200, 200, 200, 0.7),-3px 0 3px -3px rgba(200, 200, 200, 0.7),0 3px 3px 0px rgba(200, 200, 200, 1);
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 70px;
    padding-top: 30px;
  }
  .product-commend .product .ico{
    
    width: 50%;
    margin: 0 auto;
  }


  .product-commend .product h4{
 font-size: 14px;
 font-weight: 700;
 line-height: 50px;
 display: inline-block;
 position: relative;
 padding-bottom: 35px;

  }

  .product-commend .product h4 i{
    position: absolute;
    bottom: 15px;
    left: -2px;
    font-size: 14px;
    color: #008CDB;
    transform: scale(0.6);
  }

  .product-commend .product p{
    font-size: 10px;
    color: #C0C0C0;
    position: absolute;
    left: 0;
    bottom: 0px;
    font-weight: 400;
  }

  .product-commend .product a{
    display: block;
    width: 120px;
    height: 29px;
    line-height: 29px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #008CDB;
    border-radius: 3px;
    margin: 0 auto;
    position: relative;
  }
  .product-commend .product a i{
    position: absolute;
    right: 10px;

  }
  .usercenter .service_title{
    position: relative;
  }
  .usercenter .service_title a{
    position: absolute;
    right: 3px;
    font-size: 12px;
  }
  .usercenter .service_title a i{
    padding-left: 5px;
    color: #008CDB;
  
    font-size: 14px;
  }

  .service_title h4.no{
    color: #000;
  }

  .service_title h4.no::before, .service_title h4.no::after{
    height: 0;
    background-color: none;
  }

  .history_down {
    border-bottom: #6B6B6B 1px solid;
    width: 95%;
    margin: 0 auto;
}

  .history_down a{
    
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    /* border-bottom: 4px solid #028ddb; */
    padding: 0 20px;
    position: relative;
    line-height: 40px;
    text-decoration: none;
  }


  
  
  .history_down a.active{
    color: #008CDB;
  }

  .history_down a::after {
    content: ">";
    color: #008CDB;
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
  
  }

  .history_down a.active::before,
  .history_down a.active::after {
    content: "";
    position: absolute;
    bottom:-1.5px;
    width: 100%;
    height: 4px;
    background-color: #008CDB;
    transform: skewX(320deg);
    transform-origin: center;
    left: 0;
    z-index: 10;
  }

  .ordernum .count{
    float: left;
    padding-left: 10px;
  }

  .ordernum{
    padding: 10px 20px;
  }

  .ordernum .order{
    float: right;
  }
  .ordernum .order select{
    margin-left: 10px;
  }

  .usercenter .right h2{
    font-size: 24px;
    padding:0 40px;
    margin-bottom: 30px;
  }

  .user-zl table thead{
    background-color: #E5E5E5;
  }
  .user-zl table thead th{
    text-align: center;
  }

  .user-zl table td{
    border: 1px solid #E5E5E5;
  }

  @media (max-width:767px) {
    .usercenter .left{
      float: none;
      width: 100%;
    }
    .usercenter .right{
      float: none;
      width: 100%;
    }
    .history_down a{
width: 50%;
float: left;
text-align: center;
    }
  }