﻿@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
fieldset, img, input, button ,select{
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}
ul, ol {
    list-style: none;
}
input , button{
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}
button{
    cursor:pointer;
    background: transparent;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
    background: transparent;
}
/*防止拖动*/
textarea {
    resize: none;
    font-family: "Microsoft YaHei";
    outline-style: none;
}
img {
    border: 0;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
body {
    font: 14px/150% "微软雅黑"!important;
    color: #000;
    background-color: #b41f23;
    padding: 0 0 172px;
    width: 1200px;
    margin: 0 auto;
}
html{
    width: 1200px;
    margin: 0 auto;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.f-l{
    float: left;
}
.f-r{
    float: right;
}
a {
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
em ,i , u{
    font-style: normal;
    text-decoration: none;
}
.padb0{
    padding-bottom: 0;
}

/*   index   */
.pc .banner a img{
    width: 100%;
}
.pc .nav{
    margin-top: 44px;
    overflow: hidden;
}
.pc .nav a{
    float: left;
    font-size: 34px;
    line-height: 58px;
    color: #fff;
    font-weight: bold;
    border-radius: 14px;
    border: 4px solid #fff;
    padding: 0 36px;
    margin-right: 38px;
}
.pc .nav a:last-child{
    margin-right: 0;
}
.pc .tit{
    margin-top: 78px;
    font-size: 40px;
    line-height: 150px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: url("../images/bg1.png") no-repeat center;
    background-size: auto 100%;
}
.pc .bargain{
    padding: 40px 0;
    background-color: #fff;
    margin: 84px 0 0;
}
.pc .bargain_top{
    padding: 0 40px;
    display: none;
}
.pc .bargain_top.active{
    display: block;
}
.pc .bargain_video{
    height: 640px;
    position: relative;
}
.pc .bargain_video>img{
    width: 166px;
    height: 166px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -83px 0 0 -83px;
}
.pc .bargain_video i{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.pc .bargain_video i img{
    width: 100%;
    height: 100%;
}
.pc .bargain_video video{
    display: block;
    width: 100%;
    height: 100%;
}
.pc .bargain_video_info{
    padding: 26px 0;
    display: flex;
}
.pc .bargain_video_info>span{
    float: left;
    font-size: 20px;
    line-height: 36px;
    height: 36px;
    color: #b41f23;
    border-radius: 6px;
    border: 1px solid #b41f23;
    box-sizing: border-box;
    padding: 0 18px 0 40px;
    text-align: center;
    margin: 4px 26px 0 0;
    position: relative;
    display: none;
}
.pc .bargain_video_info>span i{
    position: relative;
    top: -2px;
}
.pc .bargain_video_info>span:before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #b41f23;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 18px;
    margin-top: -5px;
}
.pc .bargain_video_info>span.on{
    display: block;
}
.pc .bargain_video_txt{
    flex: 1;
}
.pc .bargain_video_txt p{
    font-size: 26px;
    line-height: 44px;
    color: #b41f23;
}
.pc .swiper{
    padding: 0 54px;
    position: relative;
}
.pc .swiper .box{
    overflow: hidden;
    position: relative;
}
.pc .swiper .box ul{
    position: relative;
}
.pc .swiper .box ul li{
    float: left;
    width: 256px;
    height: 144px;
    padding-right: 22px;
}
.pc .swiper .box ul li img{
    display: block;
    width: 100%;
    height: 100%;
}
.pc .swiper .box ul li.on{
    background-color: #cceaf9;
    border-color: #3bafe7;
}
.pc .swiper>span{
    position: absolute;
    width: 24px;
    height: 46px;
    top: 50%;
    margin-top: -23px;
    cursor: pointer;
    z-index: 9;
}
.pc .swiper>span.prve{
    background: url(../images/prev.png) no-repeat left center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    left: 18px;
}
.pc .swiper>span.next{
    background: url(../images/next.png) no-repeat right center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    right: 18px;
}
.pc .choose_list li{
    float: left;
    width:376px;
    background-color: #fff;
    margin: 36px 32px 0 0;
}
.pc .choose_list li:nth-child(3n){
    margin-right: 0;
}
.pc .choose_list li>img{
    width: 100%;
    height: 260px;
}
.pc .choose_list_con{
    display: flex;
    padding: 12px 20px 24px;
}
.pc .choose_list_con>img{
    width: 56px;
    height: 56px;
    margin: 0 16px 0 0;
}
.pc .choose_list_con_txt{
    flex: 1;
}
.pc .choose_list_con_txt h3{
    font-size: 24px;
    line-height: 34px;
    color: #e31e27;
}
.pc .choose_list_con_txt p{
    font-size: 18px;
    line-height: 26px;
    color: #7e7d7d;
}
.pc .choose_list li>button{
    display: block;
    width: 100%;
    font-size: 28px;
    line-height: 76px;
    color: #b41f23;
    background-color: #e4e4e4;
    text-align: center;
}
.pc .choose_list li>button img{
    height: 30px;
    margin: -4px 0 0 16px;
}
.pc .Lucky_draw{
    position: relative;
}
.pc .Lucky_draw>h2{
    font-size: 48px;
    line-height: 210px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.pc .Lucky_draw>button{
    display: block;
    color: #fff;
    font-size: 44px;
    line-height: 58px;
    position: absolute;
    top: 170px;
    right: 40px;
    z-index: 1;
}
.pc .Lucky_draw>button img{
    height: 58px;
    float: right;
    margin-left: 36px;
}

.pc .rotary {
    position: relative;
    width: 100%;
    height: 684px;
    margin: 0 auto;
    background: url("../images/bg3.png") no-repeat center;
    background-size: auto 684px;
}

.pc .rotaryArrow {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -85px 0 0 -85px;
    width: 170px;
    height: 170px;
}

.pc .rotaryArrow img{
    width: 100%;
    height: 206px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pc .rotary_center{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -85px 0 0 -85px;
    width: 170px;
    height: 170px;
    z-index: 1;
}

.pc .Perfect_info{
    width: 792px;
    height: 1006px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -503px 0 0 -396px;
    z-index: 9;
    box-sizing: border-box;
    padding: 60px 60px 0;
    display: none;
}
.pc .Perfect_info>img{
    height: 44px;
    position: absolute;
    top: 35px;
    right: 35px;
}
.pc .Perfect_info h3{
    font-size: 54px;
    line-height: 60px;
    color: #b41f23;
    text-align: center;
}
.pc .Perfect_info_list li{
    margin-top: 32px;
}
.pc .Perfect_info_list li input{
    font-size: 30px;
    line-height: 68px;
    color: #333;
    border-radius: 4px;
    background-color: #eee;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 50px;
}
.pc .Perfect_info_list li select{
    font-size: 30px;
    line-height: 68px;
    height: 68px;
    color: #333;
    border-radius: 4px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0 50px;
    -webkit-appearance: none;
    appearance: none;
    background: #eee url("../images/down.png") no-repeat right center;
    background-size: auto 20px;
    background-origin: content-box;
}
.pc .Perfect_info_list li .Perfect_info_list_sel{
    overflow: hidden;
}
.pc .Perfect_info_list li .Perfect_info_list_sel select{
    float: left;
    width: 48%;
}
.pc .Perfect_info_list li .Perfect_info_list_sel select:nth-child(2n){
    float: right;
}
.pc .Perfect_info>button{
    font-size: 36px;
    line-height: 86px;
    color: #fff;
    background-color: #b41f23;
    margin-top: 50px;
    width: 100%;
}
.pc .Perfect_info_list_agree{
    margin-top: 50px;
    display: flex;
}
.pc .Perfect_info_list_agree>img{
    width: 30px;
    height: 30px;
    margin-right: 42px;
    margin-top: 5px;
}
.pc .Perfect_info_list_agree p{
    flex: 1;
    font-size: 26px;
    line-height: 40px;
    color: #b2b1b1;
}
.pc .Perfect_info_num{
    height: 344px;
    margin-top: -172px;
    padding: 0 60px;
}
.pc .Perfect_info_num h3{
    line-height: 110px;
}
.pc .Perfect_info_num>button{
    font-size: 40px;
    line-height: 94px;
    color: #b41f23;
    border-top: 1px solid #eee;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.pc .result {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9;
    margin: -292px 0 0 -346px;
    width: 692px;
    height: 584px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    padding: 36px 72px 0;
    text-align: center;
}
.pc .result>img{
    height: 34px;
    position: absolute;
    top: 44px;
    right: 44px;
}

.pc .result h3{
    font-size: 46px;
    line-height: 112px;
    color: #333;
}
.pc .result h4{
    height: 150px;
}
.pc .result h4 img{
    height: 150px;
}
.pc .result button {
    display: block;
    width: 538px;
    font-size: 36px;
    line-height: 96px;
    color: #fff;
    border-radius: 20px;
    background-image: linear-gradient(to right,#de3034,#b41f23);
    margin: 0 auto;
}

.pc .result p {
    font-size: 40px;
    line-height: 124px;
    color: #b41f23;
}
.pc .rules{
    padding: 44px 90px 0;
}
.pc .list{
    border-radius: 20px;
    border: 3px solid #fff;
    padding: 0 64px;
    display: flex;
}
.pc .list h3{
    font-size: 38px;
    line-height: 110px;
    color: #fff;
    width: 266px;
}
.pc .list_ul{
    flex: 1;
    height: 110px;
    overflow: hidden;
}
.pc .list_ul li{
    font-size: 38px;
    line-height: 110px;
    color: #fff;
}
.pc .rules_info{
    padding: 80px 0 100px;
    color: #fff;
}
.pc .rules_info h3{
    font-size: 44px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
}
.pc .rules_info h4{
    font-size: 32px;
    line-height: 88px;
    margin-bottom: 4px;
    text-align: center;
}
.pc .rules_info p{
    font-size: 32px;
    line-height: 56px;
}
.pc .rules_ewm{
    display: flex;
    justify-content: space-between;
    padding: 0 84px;
}
.pc .rules_ewm li{
    width: 358px;
    box-sizing: border-box;
    background-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 88, 93);
    border-radius: 20px;
    padding: 44px 28px 0;
}
.pc .rules_ewm li img{
    width: 100%;
}
.pc .rules_ewm li p{
    font-size: 40px;
    line-height: 110px;
    color: #b41f23;
    font-weight: bold;
    text-align: center;
}

.pc .rotary_ul{
    width: 684px;
    height: 684px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -342px 0 0 -342px;
}
.pc .rotary_ul li{
    text-align: center;
    padding-top: 200px;
    height: 342px;
    box-sizing: border-box;
    position: absolute;
}
.pc .rotary_ul li h3{
    font-size: 30px;
    line-height: 60px;
    color: #fff;
}
.pc .rotary_ul li:nth-child(2n) h3{
    color: #b41f23;
}
.pc .rotary_ul li img{
    height: 54px;
    display: block;
    margin: 10px auto 0;
}
.pc .rotary_ul li:nth-child(1){
    transform: rotate(60deg);
    top: 30px;
    right: 0;
}
.pc .rotary_ul li:nth-child(2){
    transform: rotate(120deg);
    top: 310px;
    right: 30px;
}
.pc .rotary_ul li:nth-child(3){
    transform: rotate(180deg);
    top: 450px;
    right: 270px;
}
.pc .rotary_ul li:nth-child(4){
    transform: rotate(240deg);
    top: 320px;
    left: 30px;
}
.pc .rotary_ul li:nth-child(5){
    transform: rotate(300deg);
    top: 30px;
    left: 30px;
}
.pc .rotary_ul li:nth-child(6){
    transform: rotate(360deg);
    top: -120px;
    left: 270px;
}