/*头部*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    width:100%;
    height:auto;
}
input,button,select,textarea{ outline:none;} /*取消表单项聚焦时产生的边框*/
textarea{resize:none;}
.bg{
    width:auto;
    height:auto;
    min-height:500px;
    background:url('../images/activity/discount_spring/bg_top.png') no-repeat center top;
    background-size:contain;
    margin-bottom:90px;
}
.disount_spring_center{
    width:1200px;
    height:auto;
    overflow:hidden;
    padding:6px;
    margin:0 auto 0;
}
.disount_spring_center .act_nav{
    width:690px;
    height:40px;
    line-height:40px;
    border:1px solid #ffffff;
    margin:135px auto 20px auto;
    border-radius:25px;
    background:rgba(225,225,225,0.2);
    padding:5px;
}
.disount_spring_center .act_nav .nav_one{
    width:50%;
    height:100%;
    border-radius:25px;
    color:#ffffff;
    text-align:center;
    font-weight:400;
    font-size:25px;
    float:left;
    cursor: pointer;
}
.disount_spring_center .act_nav .nav_one.act{
    background:#ffffff;
    color:#0E8B00;
}
/* 折扣专区开始 */
.discount_block{
    width:1200px;
    height:auto;
    overflow:hidden;
    background:#ffffff;
    box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.1);
    border-radius: 20px 20px 30px 30px;
    margin:0 auto;
    padding-top:15px;
}
.discount_block .one_cate{
    width:100%;
    height:auto;
    overflow:hidden;
}
.discount_block .one_cate .cate_name_line{
    width:auto;
    height:20px;
    line-height:20px;
    color:#0E8B00;
    font-weight:bold;
    margin:15px 0 0 0;
    font-size:0;
}
.discount_block .one_cate .cate_name_line .cate_icon{
    width:20px;
    height:16px;
    background:#0E8B00;
    display:inline-block;
    margin:2px 10px;
}
.discount_block .one_cate .cate_name_line .cate_name{
    display:inline-block;
    font-size:18px;
}
.discount_block .one_cate ul{
    width:1120px;
    height:auto;
    overflow:hidden;
    margin:29px auto 15px;
}
.discount_block .one_cate ul li{
    width:200px;
    height:auto;
    overflow:hidden;
    float:left;
    margin:0 30px 34px 0;
    border-radius:10px;
    position:relative;
}
.discount_block .one_cate ul li:nth-child(5n){
    margin-right:0;
}
.discount_block .one_cate ul li a{
    display:block;
    width: 100%;
    height:100%;
}
.discount_block .one_cate ul li .discount_tips{
    width:100px;
    height:22px;
    line-height:22px;
    background:#0E8B00;
    color:#ffffff;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    position:absolute;
    top:0;
    right:0;
    z-index:99;
    transform:translate(30%, 40%) rotate(45deg);
}
.discount_block .one_cate ul li .goods_img{
    width:200px;
    height:120px;
    background:#F2F2F2;
    text-align:center;
    line-height:120px;
}
.discount_block .one_cate ul li .goods_img img{
    width:auto;
    height:auto;
    max-width: 100%;
    max-height:100%;
    vertical-align: middle;
}
.discount_block .one_cate ul li .goods_name{
    width:100%;
    height:34px;
    line-height:34px;
    background:#0E8B00;
    padding:0 9px;
    color:#ffffff;
    font-size:14px;
    font-weight:500;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
/* 折扣专区结束 */
/* 套餐专区开始 */
.group_block{
    width:1200px;
    height:auto;
    overflow:hidden;
    background:#ffffff;
    border-radius:20px;
    margin:0 auto;
    display:none;
}
.group_block ul{
    width:100%;
    height:auto;
    overflow:hidden;
    padding-top:40px;
}
.group_block ul li{
    width:50%;
    height:auto;
    overflow:hidden;
    float:left;
}
.group_block ul li .group_name_line{
    width:auto;
    height:20px;
    line-height:20px;
    font-size:0;
}
.group_block ul li .group_icon{
    width:20px;
    height:16px;
    background:#0E8B00;
    margin:2px 10px;
    float:left;
}
.group_block ul li .group_name{
    color:#0E8B00;
    font-size:18px;
    font-weight:bold; 
    float:left;   
}
.group_block ul li .one_group{
    width: 460px;
    height:auto;
    overflow: hidden;
    max-height: 256px;
    padding:20px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin:20px 0 40px 40px;
}
.group_block ul li .one_group .group_top{
    width:100%;
    height:auto;
    overflow:hidden;
}
.group_block ul li .one_group .group_top .group_main, .group_block ul li .one_group .group_top .group_vice{
    width:200px;
    height:auto;
    overflow:hidden;
    float:left;
    border-radius:10px;
}
.group_block ul li .one_group .group_top .group_add{
    width:60px;
    height:170px;
    line-height:170px;
    color:#0E8B00;
    font-size:28px;
    text-align:center;
    float:left;
}
.group_block ul li .one_group .group_top .group_img{
    width:100%;
    height:120px;
    text-align:center;
    line-height:120px;
    overflow:hidden;
    background:#F2F2F2;
}
.group_block ul li .one_group .group_top .group_img a{
    display: block;
    width: 100%;
    height:100%;
}
.group_block ul li .one_group .group_top .group_img img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
    vertical-align: middle;
}
.group_block ul li .one_group .group_top .goods_name{
    width:auto;
    height:36px;
    background:#0E8B00;
    color:#ffffff;
    padding:9px;
}
.group_block ul li .one_group .group_top .goods_name .name_line{
    width:auto;
    height:18px;
    line-height:18px;
    font-size:14px;
    font-weight:500;
    color:#ffffff;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.group_block ul li .one_group .group_top .goods_name .goods_choose{
    width:100%;
    height:100%;
}
.group_block ul li .one_group .group_top .goods_name .goods_choose select{
    width:180px;
    height:auto;
    background:#0E8B00;
    border:none;
    color:#ffffff;
    padding:0;
    font-size:14px;
}
.group_block ul li .one_group .group_top .goods_name .model_name{
    width:auto;
    height:18px;
    line-height:18px;
    font-size:14px;
    font-weight:500;
    color:#ffffff;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.group_block ul li .one_group .group_bottom{
    width:100%;
    height:40px;
    margin:20px auto 0;
    border-top:1px solid rgba(170, 170, 170, 0.2);
    padding-top:20px;
}
.group_block ul li .one_group .group_bottom .group_b_lt{
    width:50%;
    height:auto;
    overflow:hidden;
    float:left;
}
.group_block ul li .one_group .group_bottom .group_b_lt .group_price{
    width:auto;
    height:20px;
    line-height:20px;
    font-size:18px;
    margin-bottom:2px;
    color:#CB0000;
    font-weight:500;
}
.group_block ul li .one_group .group_bottom .group_b_lt .old_price{
    width:auto;
    height:14px;
    line-height:14px;
    color:#666666;
    text-decoration-line: line-through;
}
.group_block ul li .one_group .group_bottom .group_go_buy, .group_block ul li .one_group .group_bottom .go_login{
    width:137px;
    height:40px;
    line-height:40px;
    overflow:hidden;
    float:right;
    background:#CB0000;
    border-radius:10px;
    text-align:center;
    color:#ffffff;
    cursor: pointer;
    font-size:18px;
    font-weight:500;
}
.group_block ul li .one_group .group_bottom .group_go_buy a, .group_block ul li .one_group .group_bottom .go_login a{
    display:block;
    width: 100%;
    height:100%;
    color:#ffffff;
}



/* 套餐专区结束 */