@charset "utf-8";
/* CSS Document */
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.b_box {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}



@-webkit-keyframes rotate {
    to {
        -webkit-transform: rotate(30deg);
    }
}

@-ms-keyframes rotate {
    to {
        -ms-transform: rotate(30deg);
    }
}

@-moz-keyframes rotate {
    to {
        -moz-transform: rotate(30deg);
    }
}

@-o-keyframes rotate {
    to {
        -o-transform: rotate(30deg);
    }
}

@keyframes rotate {
    to {
        transform: rotate(30deg);
    }
}

.b_banner img {
    width: 100%;
    display: block;
}
.b_product {
    width: 100%;
    max-width: 1298px;
    margin: auto;
}

.b_copn01 {
    position: absolute;
    left: 14%;
    top: 93%;
    width: 100%;
    max-width: 108px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    background: #ffc600;
    color: #fc1f3a;
    line-height: 24px;
}

.b_copn02 {
    position: absolute;
    left: 34%;
    top: 93%;
    width: 100%;
    max-width: 108px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    background: #ffc600;
    color: #fc1f3a;
    line-height: 24px;
}

.b_copn03 {
    position: absolute;
    left: 53%;
    top: 93%;
    width: 100%;
    max-width: 108px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    background: #ffc600;
    color: #fc1f3a;
    line-height: 24px;
}

.b_copn04 {
    position: absolute;
    left: 72%;
    top: 93%;
    width: 100%;
    max-width: 108px;
    text-align: center;
    font-size: 18px;
    border-radius: 6px;
    background: #ffc600;
    color: #fc1f3a;
    line-height: 24px;
}




.b_product_left02 {
    display: block;
    padding: 12px 0 20px;
}

.b_product_center {
    width: 100%;
    max-width: 1200px;
    padding-top: 11%;
    margin: 0 auto;
}

.b_product_center_banner {
    width: 100%;
    max-width: 1147px;
    border: solid 18px #6ab4db;
    border-radius: 20px;
    margin-bottom: 50px;
}

.b_product_center_banner img {
    display: block;
    width: 100%;
}

.b_product_title {
    width: 100%;
    max-width: 1147px;
    margin: auto;
}


.b_product_center_porder {
    width: 100%;
    max-width: 1200px;
    margin: -16px auto;
}

.b_product_center_porder01 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 110px 10px 50px;
    margin-bottom: 50px;
    position: relative;
}

.b_product_center_porder_banner {
    width: 100%;
    max-width: 1147px;
    margin: auto;
}

.b_product_logo {
    width: 100%;
    overflow: hidden;
}

.b_product_logo li {
    width: 20%;
    float: left;
    display: block;
    padding-top: 20px;
}

.b_product_logo li img {
    width: 95%;
    max-width: 217px;
    display: block;
}

.right {
    float: right;
}

.b_product_Category {
    width: 100%;
    padding-top: 38px;
    overflow: hidden;
}

.b_product_Category li {
    width: 25%;
    float: left;
}

.b_product_Category li img {
    width: 90%;
    max-width: 256px;
    display: block;
    border: solid 10px #6ab4db;
    border-radius: 20px;
}

.b_product_Category li P {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-family: arial;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    padding: 10px 0 20px;
}

.z_left {
    float: left;
}

.z_center {
    margin: auto;
}

.z_right {
    float: right;
}


.b_product_lucky_bags {
    width: 100%;
    margin: auto;
    border-radius: 20px;
}

.b_product_lucky_bags_tips {
    width: 100%;
    color: #fff;
    padding: 10px;
}

.b_product_lucky_bags_tips h3 {
    font-size: 28px;
    line-height: 2;
    font-family: arial;
}

.b_product_lucky_bags_tips p {
    font-size: 18px;
    line-height: 1;
    font-family: arial;
    font-weight: none;
}


.b_product_lucky_bags_product {
    width: 90%;
    margin: auto;
    overflow: hidden;
}

.b_product_lucky_bags_product li, .tab_con li {
    width: 25%;
    float: left;
    padding-bottom: 20px;
}

.b_product_lucky_bags_product ul {
    width: 98%;
    margin: auto;
}

.product_content, .pr_box {
    width: 94%;
    max-width: 250px;
    margin: auto;
    font-family: arial;
    background: #fff;
    overflow: hidden;
}

.product_Lucky_bag, .tab_con .count_time {
    width: 100%;
    background: #cc2320;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

.product_img, .pr_img {
    width: 100%;
    overflow: hidden;
}

.product_img img, .pr_img img {
    width: 100%;
    overflow: hidden;
}

.product_title {
    width: 98%;
    text-align: center;
    font-size: 13px;
    line-height: 1;
    height: 26px;
    overflow: hidden;
}

.product_title a {
    color: #000000;
}

.product_price {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #000;
    text-decoration: line-through;
    line-height: 2;
}

.product_price p {
    font-size: 19px;
    color: #ff2626;
    padding-right: 8px;
    text-decoration: none;
    display: inline-block;
}

.product_discount {
    display: none;
}

.product_buy {
    width: 100%;
    max-width: 136px;
    line-height: 26px;
    background: #ff3030;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin: 0 auto 20px;
    text-transform: uppercase;
    border-radius: 5px;
}

.product_buy a {
    color: #fff;
}

.product_img img, .pr_img img {
    width: 100%;
    transitaion: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.product_img img:hover, .pr_img img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.ylyy {
    padding-top: 20px;
}

div:hover, li:hover {
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.tab-first, .tab_btn {
    width: 100%;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
}

.tab-first-left, .tab-first-right, .tab_btn li {
    width: 50%;
    line-height: 70px;
    color: black; /*原来的样式*/
    position: relative;
}

.tab-first-left {
    line-height: 120px;
    color: red;
}

.tab-first-left-bg, .tab_btn li:first-child .tab_bg {
    position: absolute;
    height: 0px;
    width: 95%;
    margin: 0 auto;
    border-top: 100px solid #9c52ed;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    text-align: center;
    left: 21px;
    top: 20px;
    z-index: 2;
}

.tab-first-right-bg, .tab_btn li:last-child .tab_bg {
    position: absolute;
    height: 0px;
    width: 95%;
    margin: 0 auto;
    border-top: 100px solid #9c52ed;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    text-align: center;
    left: 0;
    top: 20px;
    z-index: 2;
    display: none;
}

.tab-first-cont-left, .tab-first-cont-right {
    width: 98%;
    line-height: 50px;
    display: none;
    margin: auto;
    padding-bottom: 10px;
}

.b_product_lucky_bags_product_coupon {
    width: 100%;
    display: block;
    overflow: hidden;
}

.b_product_lucky_bags_product_coupon01 {
    width: 37%;
    float: left;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    padding: 18px 0 0 36px;
}

.b_product_lucky_bags_product_coupon02 {
    width: 20%;
    float: left;
    font-size: 40px;
    color: #ff3030;
    text-align: center;
    line-height: 1;
    font-weight: bold;
}

.b_product_lucky_bags_product_coupon02 span {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.b_product_lucky_bags_product_coupon03 {
    width: 28%;
    float: left;
    text-align: center;
}

.b_product_lucky_bags_product_coupon03 span {
    display: block;
    width: 184px;
    height: 40px;
    margin: 10% auto;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background: #ff3030;
    font-size: 25px;
}

.b_product_lucky_bags_product_coupon04 {
    width: 11%;
    float: left;
    text-align: center;
}

.tab_btn_con p {
    font-size: 24px;
}

.co_2 div, .co_3 div {
    display: inline-block;
}

.tab-first-cont-left, .tab_btn_con {
    display: block;
}

.tab-first-left-cont, .tab-first-right-cont, .tab_btn_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 1;
    padding: 53px 0;
    z-index: 3;
    text-align: center;
}

.tab-sec01 {
    width: 100%;
    margin: auto;
    padding-top: 10px;
    position: relative;
}

.tab-sec {
    width: 100%;
    margin: auto;
    padding-top: 10px;
    position: relative;
}

.b_banner_Timer {
    position: absolute;
    position: absolute;
    top: 61%;
    left: 57%;
    width: 15%;
    font-size: 28px;
    text-align: center;
    color: #fff;
}

.sec-ul {
    width: 100%;
    height: 100%;
}

.sec-ul li {
    list-style: none;
    width: 247px;
    height: 111px;
    float: left;
    background:;
    margin: 0 10px 20px;
    color: white;
    text-align: center;
    line-height: 111px;
    position: relative;
}

.li-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    overflow: hidden;
}

.li-cont img {
    width: 100%;
}

.li-bg {
    position: absolute;
    left: 48%;
    bottom: -25px;
    width: 28px;
    height: 27px;
    border-width: 14px;
    border-style: solid;
    border-color: black;
    border-bottom-color: rgba(197, 197, 197, 0);
    border-left-color: rgba(197, 197, 197, 0);
    border-right-color: rgba(197, 197, 197, 0);
    transform: rotate(0deg);
    z-index: 1;
    display: none;
}

.tab-sec-cont {
    width: 100%;
    text-align: center;
    display: none;
}

.b_product_center_porder_banner_left {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}

.b_product_center_porder_banner_left img {
    width: 33%;
    max-width: 370px;
    float: left;
    display: block;
}

.b_product_center_porder_banner_left01 {
    margin-right: 1.6%;
}

.b_product_center_porder_banner_left02 {
    margin-right: 1.6%;
}

.b_product_center_porder_banner_left03 {

}

.b_product_center_porder_banner_left04 {
    margin-right: 1.5%;
    width: 49%;
}

.b_product_center_porder_banner_left05 {
    width: 49%;
}

.tagblock {
    display: inline-block;
    width: 22.7%;
    margin-left: 1.6%;
    box-sizing: border-box;
}

.tagblock2 {
    display: inline-block;
    width: 47.5%;
    margin-left: 1.5%;
    box-sizing: border-box;
}

.tagblock3 {
    display: inline-block;
    width: 22.8%;
    margin-left: 1.5%;
    box-sizing: border-box;
}

.tagblock4 {
    display: inline-block;
    width: 22.8%;
    margin-left: 1.5%;
    box-sizing: border-box;
}

.tagblock5 {
    display: inline-block;
    width: 17.8%;
    margin-left: 1.5%;
    box-sizing: border-box;
}

.tag {
    display: inline-block;
    width: 100%;
    height: 105px;
    text-align: center;
    line-height: 1.5;
    padding: 13px;
    font-weight: bold;
    font-size: 26px;
    border: 6px solid #fff;
    color: #fff;
    background: #15b68b;
    box-sizing: border-box;
    position: absolute;
    top: 49px;
    z-index: 1;
    border-radius: 21px;
}

.choosetag {
    background: #f94743;
    top: 32px;
    line-height: 2;
}

.sj {
    display: none;
    background: #ffc600;
    width: 20px;
    left: 50%;
    top: 57px;
    height: 20px;
    transform: rotate(30deg);
    box-sizing: border-box;
}

.choosesj {
    display: inline-block;
}

.contenttag {
    clear: both;
    display: none;
    width: 100%;
    display: none;
}

.contenttag_2 {
    clear: both;
    display: none;
    width: 100%;
    display: none;
}

.b_copn01_copn {
    position: absolute;
    width: 12%;
    left: 16%;
    top: 84%;
    height: 50px;
}

.b_copn02_copn {
    position: absolute;
    width: 12%;
    left: 35%;
    top: 84%;
    height: 50px;
}

.b_copn03_copn {
    position: absolute;
    width: 12%;
    left: 54%;
    top: 84%;
    height: 50px;
}

.b_copn04_copn {
    position: absolute;
    width: 12%;
    left: 73%;
    top: 84%;
    height: 50px;
}

.contenttag_3 {
    clear: both;
    display: none;
    width: 100%;
    display: none;
}

.contenttag_4 {
    clear: both;
    display: none;
    width: 100%;
    display: none;
}

.contenttag_5 {
    clear: both;
    display: none;
    width: 100%;
    display: none;
}

.showcontenttag {
    display: block;
}


.floor {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.nav {
    width: 100%;
    position: fixed;
    bottom: 60%;
    z-index: 999;
}

.nav .nav_content {
    width: 100%;
    margin: auto;
    position: relative;
}

.nav ul {
    width: 153px;
    position: absolute;
    right: 40px;
}

.nav ul li {
    float: left;
}

.nav ul .floor_nav {
    width: 135px;
    margin-top: 2px;
    color: #1b582b;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.nav ul .floor_nav:first-child {
    margin-top: 0;
}

.nav ul .floor_nav:hover {

}

.nav ul .floor_nav_cur {
    color: #000;
}

.nav .nav_content {
    position: fixed;
    right: 0;
    z-index: 99999;
    width: 202px;
    height: 508px;
    padding-top: 120px;
    text-align: center;
    bottom: 5%;
    margin-bottom: 0;
    background: url(http://deal.tomtop.com/activity/201712/fixedNav.png) no-repeat;
}

.nav ul {
    right: 6px;
}

.nav ul .floor_nav {
    color:  #1b582b;
    text-align: center;
    line-height: 26px;
    height: 34px;
    cursor: pointer;
    margin: 0 auto;
    font-size: 14px;
    border-bottom: 1px dashed #1b582b;
}

.nav ul li.nav_top {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    width: 81%;
    height: 34px;
    line-height: 34px;
    margin: auto;
    background: #358629;
    border-radius: 20px;
    position: absolute;
    bottom: -141px;
    left: 13px;
}

.nav ul .floor_nav_cur {
    color: #fff;
    background: #1b582b;
}

.b_product_san li {
    width: 25%;
}

.b_product_san .product_img, .pr_img {
    max-width: 250px;
    margin: auto;
}

.b_product_san .product_content {
    max-width: 328px;
}

.b_product_san .product_title {
    max-width: 250px;
    margin: auto;
}

.b_product_san .product_price {
    max-width: 250px;

    margin: auto;
}

.b_product_san .product_buy {
    margin: 0 auto 10px;
}

