body{
    background-color: #f5f5f5;
}
/*主体盒子*/
.jd_layout{
    width: 100%;
    max-width:640px;
    min-width:300px;
    height: 1000px;
    margin:0 auto;
    /*background-color: red;*/
}
/*头部开始*/
.jd_header{
    z-index:1000;
    height: 40px;
    width: 100%;
    max-width:640px;
    min-width:300px;
    margin:0 auto;
    position:fixed;
    top:0;
}
.jd_header>.jd_header_box{
    position: relative;
    width: 100%;
    height: 40px;
    max-width:640px;
    min-width:300px;
    margin:0 auto;
    /*background: rgb(201,21,35);*/
}
/*logo*/
.jd_header>.jd_header_box>.icon_logo{
    width: 60px;
    height: 36px;
    position: absolute;
    top:4px;
    left:10px;
    background-position: 0 -103px;
}
/*登录*/
.jd_header>.jd_header_box>.login{
    width: 50px;
    height: 40px;
    line-height:40px;
    position: absolute;
    right:0;
    top:0;
    color:#fff;
    font-size:15px;
}
.jd_header>.jd_header_box>form{
    width: 100%;
    height: 100%;
    padding-left:70px;
    padding-right:50px;
}
.jd_header>.jd_header_box>form>input{
    width: 100%;
    height: 30px;
    border-radius: 15px;
    margin-top:5px;
    padding-left:30px;
}
.jd_header>.jd_header_box>form>.icon_search{
    background-position: -60px -109px;
    width: 20px;
    height: 20px;
    position: absolute;
    left:80px;
    top:10px;
}
/*轮播图部分*/
.jd_banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.jd_banner ul:nth-child(1){
    width: 1000%;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);
}
.jd_banner ul:nth-child(1) li{
    width:10%;
    float: left;
}
.jd_banner ul:nth-child(1) li a{
    width: 100%;
    display:block;
}
.jd_banner ul:nth-child(1) li a>img{
    width: 100%;
    display:block;
}
.jd_banner ul:nth-child(2){
    width: 112px;
    height: 6px;

    position: absolute;
    bottom:5px;
    left:50%;
    margin-left:-56px;
}
.jd_banner ul:nth-child(2) li{
    float: left;
    width: 6px;
    height: 6px;
    border:1px solid #fff;
    border-radius:50%;
    margin-left:8px;
}
.current{
    background-color: #fff;
}
.jd_banner ul:nth-child(2) li:nth-child(1){
    margin-left:0;
}
@keyframes move {
    0%{
        transform:translateX(-10%);
    }
}
/*导航栏部分*/
.jd_nav{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.jd_nav>ul{
    width: 100%;
    padding:8px 0;
}
.jd_nav>ul>li{
    width: 25%;
    float: left;
}
.jd_nav>ul>li>a{
    diaplay:block;
}
.jd_nav>ul>li>a>img{
    width: 40px;
    height: 40px;
    display:block;
   margin:0 auto;
}
.jd_nav>ul>li>a>p{
    text-align:center;
    font-size:12px;
    color:#666;
    padding:6px 0;
}
/*<!--商品主盒子部分-->*/
.jd_product{
    padding:0 5px;
}
.jd_product>.product_box{
    width: 100%;
    background-color: #fff;
    margin-top:10px;
    box-shadow: 0 0 1px #e0e0e0;
}
.jd_product>.product_box>.product_box_tit{
    height:32px;
    line-height:32px;
    border-bottom:1px solid #e0e0e0;
}
.jd_product>.product_box>.product_box_tit.no_border{
    border:none;
}
.jd_product>.product_box>.product_box_tit>h3{
    font-size:15px;
    font-weight:normal;
    padding-left:20px;
    position:relative;
    color:#666;
}
.jd_product>.product_box>.product_box_tit>h3::before{
    content:" ";
    position:absolute;
    top:10px;
    left:10px;
    height: 12px;
    width: 3px;
    background-color: #d8505c;
}
.jd_product>.product_box>.product_box_con{

}
/*商品子盒子01   头部*/
.jd_product>.product_box>.no_border>.f_right>a{
    display:block;
    float: right;
}
/*掌上秒杀部分*/
.jd_product>.product_box>.no_border>.f_left{

}
.jd_sk>.sk_icon{
    float: left;
    background: url("../images/seckill-icon.png") no-repeat;
    -webkit-background-size:16px 20px;
    background-size:16px 20px;
    width: 16px;
    height: 20px;
    margin-top:6px;
}
.jd_sk>.sk_name{
    float: left;
    color:#d8505c;
    font-size:15px;
}
.jd_sk>.sk_time{
    float: left;
    margin-top:8px;
 }
.jd_sk>.sk_time>span{
    float:left;
    width: 15px;
    height: 15px;
    line-height:15px;
    background-color: #000;
    color:white;
    text-align:center;
    margin-left:3px;
}
.jd_sk>.sk_time>span:nth-child(3n){
    background-color: #fff;
    color:#333;
    width: 5px;
}
/*商品子盒子01    内容部分*/
.product_box>.product_box_con>ul{
    width: 100%;
    padding:10px 0;
}
.product_box>.product_box_con>ul>li{
    width: 33.3333%;
    float: left;
    text-align: center;
}
.product_box>.product_box_con>ul>li>a{
    display:block;
    width: 100%;
    border-right:1px solid #e0e0e0;
    margin-bottom: 3px;
}
.product_box>.product_box_con>ul>li:last-child>a{
    border-right:none;

}
.product_box>.product_box_con>ul>li>a>img{
    width: 64%;
    display:block;
    margin:0 auto;
}

.product_box>.product_box_con>ul>li>p:first-of-type{
    color:#d8505c;
    padding:5px 0;
}
.product_box>.product_box_con>ul>li>p:last-of-type{
    text-decoration:line-through;
}
/*组合样式*/
.w_50{
    width: 50%;
    display:block;
}
.w_50>img{
    display:block;
    width: 100%;
}
.f_left{
    float:left;
}
.f_right{
    float: right;
}
.b_bottom{
    border-bottom:1px solid #e0e0e0;
}
.b_right{
    border-right:1px solid #e0e0e0;
}
.b_left{
    border-left:1px solid #e0e0e0;
}
