.h-content750 .h-nav-box{
    border-bottom: 1px solid #ccc;
}
/*登录模块*/
.login-contect{margin-top: 1.15rem;}
.user-login{border-bottom: 1px solid #ccc;height: .98rem;}
.user-login input,.user-password input{width: 94%;padding: 4% 3% 3%;border: 0;font-size: .32rem;color: #666;}
.user-password{border-bottom: 1px solid #ccc;position: relative;height: .98rem;}
.user-password input{position: absolute;left: 0;}
.user-password a{position: absolute;top: .34rem;}
.user-password .close{right: .86rem;width: .3rem;height: .3rem;background: url("../images/close.png") no-repeat center right;background-size: .3rem .3rem;}
.user-password .hide-password,.user-password .show-password{right:.3rem;width:.42rem;height: .26rem;}
.user-password .hide-password{background: url("../images/hide-password.png") no-repeat center right;background-size: .42rem .26rem;}
.user-password .show-password{background: url("../images/show-password.png") no-repeat center right;background-size: .42rem .26rem;}
.find-password{margin-top: .26rem;}
.find-password a{text-decoration: underline;color: #333;font-size: .23rem;text-indent: .28rem;}
.login-contect .login-btn{display: block;width: 5rem;height:.6rem;line-height:.6rem;margin: 1.3rem auto 2.9rem auto;background: #f55e14;color: #fff;font-size: .36rem;text-align: center;border-radius: 4px;}

/*第三方登录模块*/
.third-login{margin-bottom: 100px;}
.third-login h3{text-align: center;}
.third-login .third-show{overflow: hidden;margin: .6rem auto 0 auto;width: 5.32rem;}
.third-login .third-show a{display: inline-block;height: 1.45rem;width: 2.6rem;text-align: center;}
.third-login .third-show .weipay-login i{width:.8rem;height:.7rem;background: url("../images/weipay.png") no-repeat center center;background-size: .8rem .7rem;}
.third-login .third-show .qq-login i{width:.65rem;height:.75rem;background: url("../images/qq-login.png") no-repeat center center;background-size: .65rem .75rem;}
.third-login .third-show a i{display: inline-block;}
.third-login .third-show a span{display: block;color: #333;font-size: .32rem;}

/*注册模块*/
.tel-get{position: relative;height: .98rem;}
.tel-get input{position: absolute;left: 0;}
.tel-get .tel-get-btn{width: 1.56rem;height: .48rem;line-height:.48rem;right: .28rem;top:8px;text-align: center;font-size: .20rem;color: #fff;position: absolute;background: #f55e14;border-radius: 4px;}

.agreement .checkbox{margin-left: .28rem;margin-right: 6px;display:inline-block;width: .3rem;height: .3rem;vertical-align: middle;}
.agreement .unchecked{background: url("../images/unchecked.png") no-repeat center center;background-size: .3rem .3rem;}
.agreement .checked{background: url("../images/checked.png") no-repeat center center;background-size: .3rem .3rem;}
.agreement span{display: inline;font-size: .24rem;color: #666;margin-right: 2px;}
.agreement a{display: inline;text-indent: 0;font-size: .24rem;color: #f55e14;text-decoration: none;}

/*注册弹窗显示模块*/
.alert-bg{width: 100%;height: 100%;background: #000000;opacity: 0.6;filter:alpha(opacity=60);position:fixed;top: 0;left: 0%;z-index: 99;display: none;}
.register-alert{width: 5.4rem;padding:0 .3rem;position:fixed;top:50%;left: 50%;margin-top:-1rem;margin-left:-3rem;background: #fff;z-index: 100;border-radius: 4px;display: none;}
.register-alert p{text-align: center;padding-top: .54rem;font-size: .3rem;}
.register-alert button{margin-top: .30rem;color: #f55e14;background: none;border: 0;outline: none;width:2rem;padding:10px;margin-left: 3.2rem;font-size: .3rem;}

/*搜索页面*/
.header{position: relative;height: 1rem;line-height: 1em;margin-top: 10px;border-bottom: 1px solid #a6a6a6;}
.header .return {
    position: absolute;
    left: 3%;
    top: 2px;
    border-left: #999999 2px solid;
    border-bottom: #999999 2px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: .22rem;
    height: .22rem;
    margin-top: .2rem;
    display: inline-block;
}
.header .search-text{position: absolute;left:1rem;top:6px;width: 5rem;height: .56rem;line-height:.56rem;border: 1px solid #ccc;border-radius:4px;display: inline-block;overflow: hidden;}
.header .search-text .search-icon{display: inline-block;width:.55rem;height:.55rem;background: url("../images/search-icon.png") no-repeat 10px center;background-size: .28rem .28rem;float: left;}
.header .search-text input{border: 0;height: .53rem;line-height: .23rem;text-indent: 5px;font-size: .28rem;display: inline-block;width: 3.5rem;float: left;color: #666;}
.header .search-txt{position: absolute;right: 3%;height:.56rem;line-height: .56rem;padding: 0 10px;color: #f55e14;font-size: .32rem;margin-top: .1rem;}
.hot-search{}
.hot-search h3{height: .86rem;line-height: .86rem;padding-left: 3%;font-size: .3rem;}

.hot-search .search-centent{padding: 0 3%;overflow: hidden;padding-bottom: 30px;}
.hot-search .search-centent a{padding: 2px 4px;display: inline-block;border: 1px solid #ccc;margin: 0 .2rem .2rem 0;font-size: .15rem;float: left;}
.hot-search .search-centent a:nth-of-type(4n){margin-right: 0;}
.line{width: 100%;height: .32rem;background: #f1f1f1;}

/*商品展示页规格尺码弹窗*/
.detail-alert{width:7.5rem;padding: 20px 0;background: #fff;position:fixed;bottom: .5rem;z-index: 100;left: 50%;margin-left:-3.75rem;}
.detail-alert .product-show{width: 7.5rem;overflow: hidden;}
.product-show .left,.product-show .middle,.product-show .right{float: left;}
.product-show .left{width: 1.6rem;margin-left: .25rem;}
.product-show .middle{width: 5rem;text-indent: 15px;}
.product-show .middle h3{color: #f55e14;font-size: .36rem;height: .82rem;line-height: .82rem;}
.product-show .middle h3 i{display: inline;}
.product-show .middle h3 span{display: inline;}
.product-show .middle p{font-size: .36rem;color: #666;}
.product-show .right{float: left;}
.product-show .right .alert-close{width: .4rem;height: .4rem;background: url("../images/detail-close.png") no-repeat center center;background-size: .4rem .4rem;}
.detail-alert .color-item{border-bottom: 1px solid #ccc;width: 100%;}

.pis_count {height: 1rem;line-height: 1.0rem;padding-left: 3%;font-size: .36rem;overflow: hidden;border-bottom: 1px solid #cccccc;}
.pis_count span{float: left;}
.pis_count span,.pis_count input,.pis_count span a{display: inline;}
.pis_count .pcount {
    display: inline-block;
    height: .5rem;
    border: 1px solid #999;
    border-radius: 3px;
    line-height: .5rem;
    overflow: hidden;
    margin-top: .25rem;
}
.pis_count .pcount .r {
    border-right: 1px solid #999;
}
.pis_count .pcount .num {
    text-align: center;
    border: 0;
    width: 1rem;
    font-size: .14rem;
    color: #333;
    height: .5rem;
    line-height: .5rem;
    float: left;

}
.pis_count .pcount .l {
    border-left: 1px solid #999;
}
.pis_count .pcount a {
    display: inline-block;
    width: .54rem;
    height: .46rem;
    line-height: .46rem;
    border-radius: 3px 0 0 3px;
    text-align: center;
    cursor: pointer;
    float: left;

}