.footer {
    padding: 10px 0;
    color: #ccc;
}
.footer a {
    color: #ccc;
}
.footer a:hover {
    color: #fff;
}
.gray_bg {
    background-color: #f0f0f0;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
/* 第二导航栏 */
.nav_bar{
    display: block;
    height: 80px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 30px;
    z-index: 9;
    border-bottom: 1px solid #cccc;
}
.m_nav{
    display: none;
}
.nav_bar>div{
    height: 80px;
}
.nav_bar ul li{
    margin-left: 35px;
    font-size: 16px;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
}
.add_border{
    border-bottom: 2px solid #d22222;
}
/* 第二导航栏 */


/* banner */
.banner{
    position: relative;
    margin-top: 110px;
    overflow: hidden;
}
.banner .i_box {
    height: 225px;
    background: no-repeat center center;
    background-size: auto 100%;
}
.banner .hd {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}
.banner .hd li {
    display: inline-block;
    overflow: hidden;
    margin: 0 5px;
    text-indent: -99em;
    width: 30px;
    height: 4px;
    background-color: #fff;
    font-size: 1;
    line-height: 1;
    cursor: pointer;
}
.banner .hd .on {
    background-color: #E60028;
}
.banner .mob {
    display: none;
}
.banner img {
    width: 100%;
}
/* banner */




/* 主体 */
#go_section5,#go_section4, #go_section3, #go_section2, #go_section1 {
    position: relative;
    top: -110px;
    display: block;
    height: 0;
    overflow: hidden;
}
h2{
    text-align: center;
    font-size: 28px;
    margin: 60px 0 40px;
    font-family: 微软雅黑 bold;
    position: relative;
    line-height: 78px;
    font-weight: 400;
    background: url('../images/title_bg.png') repeat-x #fff;
}
h2 .word {
    display: inline-block;
    padding: 0 50px;
    background-color: #fff;
}
h2 .red {
    font-size: 36px;
    font-weight: 400;
}
.notice_word {
    padding: 12px 24px;
    font-size: 17px;
    line-height: 34px;
    background-color: #f7f7f7;
}
.notice_word .num {
    color: #E60028;
    font-weight: 700;
}
.notice_word img {
    vertical-align: top;
    margin-right: 20px;
}
.play{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    opacity: 0.8;
    margin: auto;
    width: auto !important;
}
.play:hover{
    opacity: 1;
}
.ac{
    border-bottom: 2px solid #d22222;
}
.section1_down a{
    position: absolute;
    bottom: 15px;
    right: 0;
}
.isOk{
    background: #ccc;
    width: 100px;
    display: block;
    margin: 0 auto;
    color: #fff;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    left: 0
}

/* 秒杀区 */
.pannel_box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.pannel_box .hd {
    border-bottom: 3px solid #e60028;
}
.pannel_box .hd .tag {
    display: inline-block;
    width: 120px;
    text-align: center;
    line-height: 40px;
    background-color: #e60028;
    color: #fff;
    font-size: 18px;
    border-radius: 3px 3px 0 0;
}
.pannel_box .hd .right {
    margin-top: 8px;
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.pannel_box .hd .right img {
    margin-right: 5px;
    height: 24px;
    vertical-align: top;
}
.pannel_box .bd {
    margin-top: 38px;
 }
.mx_box ul {
    margin-right: -30px;
}
.mx_box li {
    float: left;
    margin: 0 26.666666px 26.666666px 0;
    width: 340px;
    height: 365px;
    padding: 20px;
    border: 1px solid #dd002a;
}
.mx_box li:hover {
    border-width: 2px;
    padding: 19px;
}
.mx_box li:hover .tit,
.mx_box li:hover .desc {
    color: #dd002a;
    cursor: pointer;
}
.mx_box .ibox {
    position: relative;
    margin-bottom: 10px;
    height: 210px;
    line-height: 210px;
    text-align: center;
}
.mx_box .ibox img {
    vertical-align: middle;
    max-width: 90%;
    max-height:90%;
}
.mx_box .ibox .ii {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    margin: 20px 0 0 28px;
    height: 70px;
    width: 70px;
    background: url('../images/u274.png') center center no-repeat;
}
.mx_box li .tag {
    position: absolute;
    left: -5px;
    top: -5px;
    padding: 0 20px;
    background-color: #808080;
    color: #fff;
    line-height: 24px;
    border-radius: 24px;
}
.mx_box .tit {
    font-size: 18px;
    font-weight: 700;
}
.mx_box .desc {
    margin-top: 10px;
    height: 52px;
    color: #666;
    overflow: hidden;
}
.mx_box .del {
    color: #999;
}
.mx_box .area {
    overflow: hidden;
}
.mx_box .area .left {
    float: left;
    color: #e60028;
    font-size: 14px;
}
.mx_box .area .unit {
    font-size: 12px;
}
.mx_box .area .num {
    font-size: 20px;
    font-weight: 700;
}
.mx_box .area .right {
    float: right;
}
.mx_box .area .right a {
    display: inline-block;
    width: 110px;
    line-height: 30px;
    border-radius: 3px;
    text-align: center;
    background-color: #e60028;
    color: #fff;
}
.mx_box li.big {
    margin-right: 25px;
    width: 545px;
    height: 230px;
}
.mx_box li.big .tit {
    margin-top: 20px;
}
.mx_box li.big .ibox {
    margin-right: 20px;
    float: left;
    width: 250px;
    height: 100%;
    line-height: 230px;
}、
.mx_box li.big .area .left,
.mx_box li.big .area .right {
    float: none;
}
.mx_box li.big .area .left {
    margin-bottom: 20px;
    line-height: 1.6;
}
/* 秒杀区 */

/* 专属优惠码 */
.yhcode {
    overflow: hidden;
    height: 300px;
}
.yhcode .stock {
    float: left;
    width: 490px;
    height: 100%;
    text-align: center;
}
.yhcode .stock img {
    max-width: 100%;
}
.getstep {
    float: left;
    margin: 0 80px;
    width: 340px;
}
.getstep .tit {
    margin: 8px 0 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}
.getstep .item {
    border: 1px solid #e60028;
    line-height: 33px;
    font-size: 14px;
    text-indent: 1em;
    border-radius: 4px;
}
.getstep img {
    display: block;
    margin: 10px auto;
}
.getstep .go {
    margin-top: 35px;
}
.getstep .btn {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    border-radius: 40px;
    background-color: #c40013;
}
.getstep .btn:hover {
    background-color: #680017;
}
.getstep .more {
    float: right;
    line-height: 40px;
    color: #c40013;
}
.getstep .more:hover {
    text-decoration: underline;
}
.discout {
    float: left;
    width: 210px;
    background-color: #f0f0f0;
    border-radius: 5px;
    height: 100%;
}
.discout .surp {
    margin: 25px auto 30px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
    text-align: center;
    background-color: #e60028;
    color: #fff;
}
.discout .num {
    font-size: 48px;
    display: inline-block;
    vertical-align: sub;
}
.discout .word {
    text-align: center;
    font-size: 14px;
}
.discout .split {
    margin: 15px auto;
    width: 66px;
    height: 2px;
    background-color: #c6c6c6;
}
.discout .elef {
    font-size: 12px;
}
/* 专属优惠码 */

/* 看资料 */
.tech_box {
    padding: 50px 0;
}
.tech_box .tit {
    text-align: center;
    font-size: 16px;
}
.tech_box .slide {
    position: relative;
    margin: 30px auto 0;
    width: 1014px;
    height: 320px;
}
.tech_box .slide .bd {
    overflow: hidden;
    width: 1014px;
}
.tech_box .slide .bd li {
    position: relative;
    float: left;
    margin-right: 18px;
    width: 240px;
    height: 320px;
}
.tech_box .slide .prev,
.tech_box .slide .next {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -70px;
    margin-top: -40px;
    padding: 25px 10px;
    font: normal 700 30px/1 'SimSun';
    background-color: #a8a8a8;
    color: #fff;
    cursor: pointer;
}
.tech_box .slide .next {
    left: auto;
    right: -70px;
}
.tech_box .slide .prev:hover,
.tech_box .slide .next:hover {
    background-color: #787878;
}
.tech_box .slide .ext {
    position: absolute;
    width: 100%;
    bottom: -40px;
    transition: all .3s;
}
.tech_box .slide .bd li:hover .ext {
    bottom: 0;
}
.tech_box .slide .ext .word {
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    text-align: justify;
}
.tech_box .slide .btn {
    display: block;
    width: 100%;
    background-color: #e60028;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.tech_box .slide .btn img {
    margin-right: 10px;
}
/* 看资料 */

/* 活动说明 */
.readme {
    overflow: hidden;
    border: 1px solid #c30013;
    padding: 40px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
}
.readme .left {
    float: left;
    margin-right: 60px;
}
.readme .right {
    float: left;
    margin-top: 140px;
    width: 150px;
    text-align: center;
}
.readme .right img {
    width: 100%;
}
.readme .tit {
    margin-bottom: 5px;
}
.contact_box {
    margin-top: 30px;
    line-height: 44px;
}
.contact_box .item {
    margin-right: 35px;
}
.contact_box img {
    vertical-align: top;
    margin-right: 10px;
}
/* 活动说明 */

/* 底部公司介绍 */
.key_brief {
    margin-top: 50px;
    overflow: hidden;
    padding: 50px 0;
    line-height: 1.6;
}
.key_brief .email {
    margin-top: 15px;
}
.key_brief .logo {
    margin-bottom: 20px;
    display: block;
    height: 30px;
}
.key_brief .left {
    float: left;
    margin-right: 190px;
    width: 590px;
    font-size: 14px;
}
.key_brief .right {
    float: left;
    width: 180px;
    margin-top: 30px;
    text-align: center;
}
/* 底部公司介绍 */

.fixed-chance {
    position: fixed;
    right: 20px;
    top: 40%;
    width: 130px;
    height: 80px;
    padding: 20px 0;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background: linear-gradient(#db0029,#990012);
    box-shadow: 0 3px 5px #770012;
    font-size: 14px;
}
.fixed-chance .btn {
    margin-top: 15px;
    display: inline-block;
    width: 70%;
    line-height: 24px;
    border-radius: 3px;
    background-color: #fffefe;
}


    /* 幸运之门 */
    /*抽奖区域*/
    #prize_area {
        padding: 40px 0;
    }

    /*抽奖弹窗样式*/
    .lotter_alert {
        /*抽奖机会用完*/
        /*中奖了*/
    }

    .lotter_alert.not_winning {
        width: 305px;
    }

    .lotter_alert.not_winning .layui-layer-content {
        overflow: hidden;
    }

    .lotter_alert.layui-layer {
        padding: 30px;
        background: #fff;
        border-radius: 5px;
    }

    .lotter_alert .layui-layer-title {
        display: none;
    }

    .lotter_alert .layui-layer-content {
        text-align: center;
    }

    .lotter_alert .layui-layer-content i {
        display: block;
        color: #C77701;
        font-size: 40px;
        font-style: normal;
        padding: 20px 0;
    }

    .lotter_alert .layui-layer-content big {
        display: block;
        margin-bottom: 10px;
        font-size: 18px;
        color: #333333;
        margin-top: 25px;
        font-weight: bold;
    }

    .lotter_alert .layui-layer-content span {
        color: #000;
        font-size: 12px;
    }

    .lotter_alert.no_chance {
        width: 305px;
    }

    .lotter_alert.no_chance big {
        display: block;
        padding-top: 10px;
        color: #342e2e;
    }

    .lotter_alert.no_chance .btns {
        display: block;
        padding: 20px 0;
    }

    .lotter_alert.no_chance .btn {
        color: #fff;
        border: none;
        width: 85px;
        margin: 0 3px;
        background: #eb0029;
    }

    .lotter_alert.no_chance .layui-layer-content {
        overflow: hidden;
    }

    .lotter_alert.winner {
        width: 305px;
    }

    .lotter_alert.winner big b {
        color: #ff0000;
    }

    .lotter_alert.winner img {
        display: block;
        margin: 10px auto;
        width: 100px;
    }

    .lotter_alert.winner span {
        line-height: 20px;
    }

    .lotter_alert.winner .layui-layer-content {
        overflow: hidden;
    }
    .lotter_alert .layui-layer-content big img{
        width: 35px;
        vertical-align: middle;
        margin-right: 11px;
    }
    .pop_desc{
        font-size: 14px;
        padding: 10px;
        border-radius: 5px;
        margin-top: 4px;
        display: inline-block;
    }
    .no_chance .pop_desc{
        color: #fff;
        background: #e61439;
    }

    .section4{
        width: 1200px;
        margin: 0 auto;
        padding-bottom: 60px;
    }
    #prilist{
        float: left;
        width: 672px;
        margin-right: 100px;
    }

    #prilist li {
        display: block;
        background: #fcdee3;
        float: left;
        margin: 0 20px 20px 0;
        width: 202px;
        padding: 30px 0;
        text-align: center;
        overflow: hidden;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        color: #333;
        border: 2px solid #fac5ce;
    }

    #prilist li.right {
        margin-right: 0;
    }

    #prilist li.active {
        border: 2px solid #eb0029;
    }

    #prilist img {
        display: block;
        height: 60px;
        margin: 0 auto 10px;
    }

    #prilist #begin_btn {
        padding: 0;
        height: 151px;
        line-height: 151px;
        font-size: 20px;
        color: #fff;
        background: #eb0029;
        cursor: pointer;
    }
    #prilist #begin_btn:hover{
        background: #9a001b;
    }
    #prilist #begin_btn:active {
        font-size: 16px;
    }

    #winner_list {
        float: left;
        width: 380px;
    }

    #winner_list a {
        text-decoration: underline;
    }

    #winner_list .list_box {
        padding-top: 10px;
        background: #e90029;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    #winner_list .list_box b {
        display: block;
        margin: 0 auto;
        font-size: 18px;
        color: #007ac2;
        margin-bottom: 10px;
        text-align: center;
        color: #fff;
    }

    /*#fcdee3*/

    #winner_list .list_box p {
        line-height: 20px;
    }

    #winner_list .tips {
        line-height: 20px;
        color: #999999;
        font-size: 12px;
        display: block;
    }
    #winner_list .tips a{
        color: #9a001b;
    }
    #jq_marquee_box {
        margin-top: 10px;
        height: 335px;
        line-height: 15px;
        overflow: hidden;
        background: #fff;
        color: #000;
        border: 1px solid #e90029;
        /* box-shadow: 0 3px 15px #eee; */
        border-top: none;
        padding: 20px 0;
        border-radius: 0 0 10px 10px;
    }
    .winner_tip {
        color: #999;
    }

    #winner_ul {
        display: block;
        padding: 20px;
    }

    #winner_ul .null {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        padding-top: 30px;
    }

    #winner_ul li {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 20px;
        color: #ef6775;
    }
    #winner_ul li span{
        color: #666666;
    }
    .about_box {
        padding: 60px 0 40px;
    }
    .about_box .t_box {
        float: left;
        width: 940px;
        font-size: 14px;
        line-height: 1.5;
    }
    .about_box .concat {
        margin-top: 30px;
        border-top: 1px solid #e4e4e4;
        width: 50%;
        font-size: 14px;
    }
    .about_box .qr_img {
        float: right;
        margin-top: 70px;
        font-size: 14px;
        width: 180px;
        text-align: center;
    }
    .about_box .qr_img img {
        vertical-align: top;
        margin-bottom: 15px;
    }
    .about_box .qr_img .spe {
        color: #E80027;
    }
    .about_box .tip {
        padding: 20px 0 8px;
        color: #E80027;
    }
    .side_button a{
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    /* 幸运之门 */
    .line{
        position: absolute;
        top: 7px;
        width: 98.4%;
        display: inline-block;
        height: 3px;
        background: #e61439;
    }
    /* 分享 */
    .bdsharebuttonbox .share-need-vfy { width: 266px; height: 38px; display: block; margin: 0; padding: 0; background: none; position: absolute; left: auto; right: 0; z-index: 1000; }
    .bdshare-button-style0-16::after { clear: both; content: ''; display: block; height: 0; visibility: hidden; }
    .bdsharebuttonbox { float: right;margin: 45px 0 35px; font-size: 14px; color: #333; line-height: 38px; z-index: 2; }
    .bdshare-button-style0-16 .bds_weixin { background-position: 0 -1612px; }
    .bdshare-button-style0-16 .bds_tsina { background-position: 0 -104px; }
    .bdshare-button-style0-16 .bds_qzone { background-position: 0 -52px; }
    .bdsharebuttonbox .bds_sqq {
        background-attachment: scroll;
        background-clip: border-box;
        background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qq-ico.png");
        background-origin: padding-box;
        background-position: 0 0 !important;
        background-size: auto;
        background-repeat: no-repeat;
        height: 38px;
        margin: 0 0 0 18px;
        padding: 0;
        width: 38px;
    }
    .bdsharebuttonbox .bds_weixin {
        background-attachment: scroll;
        background-clip: border-box;
        background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weixin-ico.png");
        background-origin: padding-box;
        background-position: 0 0 !important;
        background-size: auto;
        background-repeat: no-repeat;
        height: 38px;
        margin: 0 0 0 18px;
        padding: 0;
        width: 38px;
    }
    .bdsharebuttonbox .bds_tsina {
        background-attachment: scroll;
        background-clip: border-box;
        background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/weibo-ico.png");
        background-origin: padding-box;
        background-position: 0 0 !important;
        background-size: auto;
        background-repeat: no-repeat;
        height: 38px;
        margin: 0 0 0 18px;
        padding: 0;
        width: 38px;
    }
    .bdsharebuttonbox .bds_qzone {
        background-attachment: scroll;
        background-clip: border-box;
        background-image: url("http://bbs.elecfans.com/template/elecfans_201508/prize/images/qzone-ico.png");
        background-origin: padding-box;
        background-position: 0 0 !important;
        background-size: auto;
        background-repeat: no-repeat;
        height: 38px;
        margin: 0 0 0 18px;
        padding: 0;
        width: 38px;
    }
    .bdsharebuttonbox a, .bdsharebuttonbox .bds_more{
        cursor: pointer;
        float: left;
        font-size: 12px;
        line-height: 16px;
    }


    /* 弹窗 */
    /*  修改弹窗样式  */
    /*弹窗*/

    .pop_window {
        z-index: 1011;
        position: fixed;
        padding: 0px;
        margin: 0px 0px 0px -250px;
        width: 420px;
        top: 15%;
        left: 50%;
        color: rgb(0, 0, 0);
        border: 8px solid rgb(216, 216, 216);
        border-radius: 5px;
        cursor: default;
        line-height: 1.6;
        background: rgb(255, 255, 255);
        font-size: 14px;
    }
    .pop_window .dialog-hd{
        width: 100%;
        line-height: 50px;
        text-indent: 20px;
        background: #d00;
        color: #fff;
    }

    .form-item {
        height: 484px;
        overflow-y: scroll;
    }
    .layer {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(25, 25, 25, 0.8);
    }
    .pop_window_box {
        display: none;
    }
    .pop_window_box .error {
        color: #f00;
        background: none;
        padding-left: 8px;
        font-weight: normal;
    }
    #video_box .dialog {
        background: #F6F6F6;
    }
    #video_box .pop_window {
        width: 800px;
        height: 500px;
        margin-left: -400px;
    }
    #video_player_box {
        padding: 0;
    }
    #video_player_box {
        height: 450px;
    }
    #video_box .dialog-hd {
        margin-right: 70px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        background: #fff;
        border: none;
        height: 30px;
        border-radius: 5px;
    }

    #submit_form{
        overflow: inherit;
    }
    #submit_form .caigou dd {
        clear: both;
    }
    #submit_form .caigou label {
        margin: 3px 0;
    }
    .pop_window{
        border: none;
        border-radius: 5px;
        box-shadow: 2px 1px 10px #000000;
        z-index: 99999;
    }
    .dialog{
        border-radius: 5px;
    }
    .collect_title{
        text-indent: 20px;
        margin: 16px 0;
    }
    .close-dialog{
        right: 5px;
        top: 5px;
        color: #999999;
    }
    .inline_dl {
        padding: 0 20px;
        box-sizing: border-box;
    }

    #submit_form .inline_dl dd{
        float: inherit;
    }
    #submit_form .user_info_cookie{
        margin-left: 36px;
    }
    #submit_form dd{
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }
    #submit_form dd label{
        width: 50%;
    }

    .input_box{
        width: 300px;
        margin: 0 auto;
        position: relative;
    }
    .input_box span{
        position: absolute;
        left: 20px;
        top: 5px;
        font-size: 20px;
        color: #999;
    }
    .input_box input{
        width: 300px;
        line-height: 40px;
        border-radius: 5px;
        padding: 0px 10px 0 50px;
        box-sizing: border-box;
    }
    .dialog-bd{
        padding: 0;
    }
    #s_tip_box{
        text-align: center;
    }
    #s_tip_box h2{
        font-size: 24px;
        color: #e30327;
        text-align: center;
        margin-bottom: 40px;
    }
    #s_tip_box p{
        margin-bottom: 40px;
        font-size: 20px
    }
    #s_tip_box h5{
        color: #999;
    }

    #submit_form .inline_dl .wid100{
        width: 100%;
        margin: 0
    }
    .info_msgBox{
        height: 390px;
    }
    /*用户资料 - 弹窗表单*/
    .dialog-bd{
        /* position: relative; */
    }
    #submit_form{
        height: 460px;
        overflow-y: auto;
        margin-bottom: 56px;
    }


    .color_red{
        color:#d22;
    }
    #submit_form dl{
        display: block;
        margin: 10px 0;
    }
    #submit_form dt{
        display: block;
        font-weight: bold;
        font-size: 14px;
    }
    #submit_form dt i{
        font-weight: normal;
        font-style: normal;
    }
    #submit_form dt span{
        font-weight: normal;
        color: #999;
        font-size: 12px;
    }

    #submit_form dd{
        font-size: 14px;
        color: #666;
    }
    #submit_form dd input[type=text]{
        border: 1px solid #ddd;
        padding: 8px 10px;
        width: 100%;
        border-radius: 5px;
    }
    #submit_form dd label{
        display: block;
        margin: 10px 0;
        line-height: 14px;
    }
    #submit_form label input{
        margin-right: 10px;
        float: left;
    }
    #submit_form .inline_selects label{
        float: left;
        width: 280px;
    }
    #submit_form .inline_dl dt{
        float: left;
        line-height: 35px;
    }
    #submit_form .inline_dl select{
        width: 129px;
        height: 35px;
        margin: 0 10px 10px 0;
        border: 1px solid #ddd;
    }

    #submit_form .inline_dl textarea{
        width: 100%;
        display: block;
        height: 18px;
        padding: 10px;
        border: 1px solid #ddd;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    .frm_btn {
        background: none;
        color: #fff;
        width: 100%;
        height: 36px;
        vertical-align: top;
        border: none;
        outline: none;
    }
    .dialog{
        height: 566px;
        position: relative;
    }
     #submit_form .sub {
        width: 200px;
        margin: 20px auto;
        background: #c80d00;
        float: inherit;
        cursor: pointer;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }

    #submit_form .sub:hover {
         background: #e1261a;
    }

     .close-dialog {
        position: absolute;
        top: 10px;
        right: 35px;
        width: 28px;
        height: 28px;
        color: #D0CECF;
        text-align: center;
        cursor: pointer;
        font-size: 20px;
     }
     .close-dialog:hover {
        color: #444;
     }
     .radio_box{
        display: block !important;
     }
    /* 弹窗 */


    .last_function:hover{
        box-shadow: 1px 1px 7px 4px #ccc;
    }
    .bg_red{
        background: #e61439 !important;
    }
    .thank_join .pop_desc{
        display: block;
    }
    .new_not_winning .layui-layer-content big{
        margin-top: 0;
    }

    .question .ui-text {
        margin-left: 10px;
        border: 1px solid #e4e4e4;
        padding: 3px 8px;
    }

/* 主体 */

@media screen and (max-width: 800px) {
    .banner {
        margin-top: 60px;
    }
    .lotter_alert.layui-layer {
        width: 50% !important;
    }
    .section4 {
        width: 100%;
    }
    .section3 .desc {
        width: auto;
        font-size: 12px;
        margin: 0 .4rem;
        line-height: 1.4;
        text-align: justify;
    }
    .section3 .tip {
        font-size: 13px;
        line-height: 1;
        text-align: left;
        width: auto;
        margin: .2rem .4rem 0;
    }
    .section3 .tit {
        padding-bottom: .2rem;
        font-size:16px;
    }
    .section3 ul li {
        height: 6.1734rem;
    }
    .section3 ul li .btn {
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 1rem;
        font-size: 16px;
        padding: 0;
        margin-top: .0534rem;
    }
    .section3 ul li .btn img {
        height: .4rem;
    }
    .notice_word {
        display: -webkit-flex;
        display: flex;
        font-size:12px;
        line-height: 1.2;
        align-items: center;
    }
    .notice_word img {
        margin-right: .2934rem;
        height: .4534rem;
    }
    h2{
        font-size: 20px;
        margin: .66rem 0 .6rem;
        background: #fff;
        line-height: .8rem;
    }
    h2 .word {
        font-size: .5rem;
    }
    h2 .red {
        font-size: .6rem;
    }
    .wrapper{
        width: 100%;
    }
    #top{
        display: none;
    }
    .nav_bar{
        top: 0;
        height: 60px;
    }
    .nav_bar>div{
        width: 100%;
        height: 60px;
    }
    .nav_bar>div img{
        display: none;
    }
    .p_nav{
        display: none;
    }
    .m_nav{
        display: flex;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .m_nav li img{
        display: inline-block;
        width: 100%;
        position: relative;
        top: 10px;
    }
    .m_nav li a{
        height: 100%
    }
    .nav_bar .m_nav li{
        display: inline-block;
        font-size: 14px;
        margin-left: 0;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .m_nav li:first-child{
        width: 30%;
        /* margin-right: 9%; */
    }
    .section h2 img{
        display: none;
    }
    .section1 ul li{
        width: 48%;
        margin-bottom: 17px;
        height: 200px;
        position: relative;
    }
    .section1 ul{
        padding: 0 10px;
    }
    .section1_down p{
        width: 100%;
        font-size: 17px
    }
    .section1_down h3 {
        font-size: 14px;
        margin: 14px;
    }
    .section1_down span{
        font-size: 17px;
        position: absolute;
        bottom: 14px;
        right: 0px;
    }
    .section2 ul li{
        width: 50%;
    }
    .download_desc{
        top: .52rem;
        height: 4.6rem;
        line-height: 4.6rem;
    }
    .download_desc .d_tit {
        font-size: 16px;
    }
    .section3 ul {
        margin-top: .6667rem;
        padding-bottom: .4rem;
    }
    .section3 ul li{
        float: none;
        width: auto;
        margin: 0 .4rem .6rem;
    }
    .section3 .i_box {
        height: 4.6rem;
    }
    .play{
        width: 15% !important
    }
    .section4 .form {
        padding: 16px;
        box-sizing: border-box;
        /* height: 8rem; */
        overflow: auto;
    }
    .section4 .form label{
        width: 100%;
        font-size: 14px;
    }
    .section4 form h4{
        font-size: 20px;
    }
    .section4 .a_btn {
        position: static;
        margin: .6rem auto 0;
    }
    #prize_area{
        padding: 0;
    }
    #prilist{
        width: 100%;
        margin-right: 0;
    }
    #prilist li{
        width: 30%;
        margin: 0 10px 10px 0;
        padding:10px 0;
        height: 66px;
    }
    #prilist li{
        width: 30%;
        margin: 0 1% 10px 0;
        font-size: 14px;
    }
    #prilist li:nth-of-type(3n+1){
        margin-left: 2%;
    }
     #prilist img{
        height: 36px;
     }
     .roll-8 img{
        height: 42px !important;
     }
     .roll-4 img{
        height: 24px !important;
        margin-top: 16px !important;
     }
     #prilist #begin_btn{
        height: 86px;
        line-height: 86px;
        font-size: 22px;
     }
     #winner_ul li {
        font-size: .34rem;
     }
     #winner_list{
        width: 94%;
        margin: 20px 3% 0;
        font-size: 17px;
     }
     #winner_list .tips{
        color: #666;
     }
     .play{
        top: -0.6rem
     }
     .about_box {
        padding: .6rem 0;
        margin: 0 .4rem;
        width: auto;
     }
     .about_box .t_box {
        float: none;
        width: auto;
        font-size: 12px;
     }
     .about_box .t_box img {
        margin-bottom: .1rem;
        height: .8rem;
     }
     .about_box .tip {
        font-size: 14px;
        padding-top: .3rem;
     }
     .about_box .concat {
        width: auto;
        margin-top: .4rem;
        font-size: 14px;
     }
     .about_box .qr_img {
        float: none;
        margin: .4rem auto 0;
        font-size: 14px;
     }
     .about_box .qr_img img {
        max-width: 140px;
        margin-bottom: .2rem;
     }
     .section4 form h4{
        margin: 10px auto 6px auto;
     }
    ins{
        font-size: 20px;
    }
    .footer{
        display: none;
    }
    .about img{
        bottom: 22px;
    }
    #winner_list .tips{
        display: none;
    }
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 460px;
    }
    .info_msgBox{
        height: 350px;
        overflow: auto;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 100%;
        height: 40px;
        overflow:hidden;
        resize:none;
        border-radius: 5px;
    }
    #submit_form .inline_dl select {
        width: 115px;
    }
    #submit_form dd label{
        margin: 5px 0;
    }
    .pop_window{
        top: 0%;
    }
    .sideBar{
        display: none;
    }
    .bdsharebuttonbox{
        display: none;
    }
    .section1_title{
        margin-top: 24px;
        margin-bottom: 16px;
    }
    .form_test .question:last-child{
        margin-bottom: 0;
    }
    .section1_down a{
        font-size: 17px;
    }
    .lotter_alert .layui-layer-content big{
        /* margin-top: -36px; */
    }

    .line{
        width: 95%
    }
    .question{
        line-height: 15px;
    }
    .question h4{
        font-size: 15px !important;
        line-height: 22px;
    }
    ins {
        font-size:15px!important;
    }
    .a_btn{
        position: fixed;
        height: 35px;
        width: 130px;
        font-size: 17px;
        line-height: 35px;
        bottom: 10px;
    }
    .download_icon{
        top: 0.85rem !important;
        left: 7px;
        width: 17px;
    }
    .section4{
        padding-bottom: .6rem;
    }
    .close-dialog{
        right: 5px;
        color: #525252;
    }
    .winner .layui-layer-content{
        font-size: 17px;
    }
    .new_not_winning .layui-layer-content{
        font-size: 20px;
    }
    .dialog {
        height: 100%;
    }


    .container {
        width: auto;
        margin: 0 .3rem;
    }
    /* 秒杀区 */
    .pannel_box {
        width: auto;
        margin: 0 .3rem;
    }
    .pannel_box .hd .tag {
        font-size: .4rem;
        line-height: .8rem;
        width: 2.6rem;
    }
    .pannel_box .hd .right {
        margin-top: .2rem;
        line-height: .5rem;
        font-size: .24rem;
    }
    .pannel_box .hd .right img {
        height: .5rem;
    }
    .pannel_box .bd {
        margin-top: .38rem;
    }
    .mx_box ul {
        margin: 0;
    }
    .mx_box li.big,
    .mx_box li {
        position: relative;
        margin: 0 0 .26rem;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .mx_box li .tag {
        left: .3rem;
        top: .3rem;
        padding: 0 .2rem;
        font-size: .24rem;
    }
    .mx_box li.big .ibox,
    .mx_box .ibox {
        position: static;
        margin-bottom: .1rem;
        width: 3.2rem;
        margin-right: .3rem;
        height: 100%;
        line-height: 1;
    }
    .mx_box .ibox .ii {
        margin: -.34rem 0 0 -2.6rem;
        transform: scale(.7);
    }
    .mx_box .ext {
        flex: 1;
    }
    .mx_box .tit {
        font-size: .18rem;
    }
    .mx_box .desc {
        margin: .1rem 0 .14rem;
        font-size: .24rem;
        height: auto;
    }
    .mx_box .del {
        font-size: .24rem;
    }
    .mx_box .area>div {
        float: none!important;
    }
    .mx_box .area .left {
        font-size: .24rem;
    }
    .mx_box .area .right a {
        font-size: .24rem;
        width: 2.2rem;
        line-height: .8rem;
    }
    .mx_box .area .num {
        font-size: .46rem;
    }
    /* 秒杀区 */

    /* 专属优惠码 */
    .yhcode {
        height: auto;
    }
    .yhcode .stock {
        float: none;
        width: 100%;
    }
    .getstep {
        float: none;
        margin: 0;
        width: auto;
    }
    .getstep .item {
        font-size: .24rem;
    }
    .getstep .go {
        text-align: center;
        margin: .6rem 0;
    }
    .getstep .btn {
        float: none;
        display: block;
        margin: 0 auto;
        font-size: .34rem;
        line-height: 34px;
    }
    .getstep .more {
        float: none;
        font-size: .24rem;
        text-align: center;
        line-height: 1;
    }
    .discout {
        float: none;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
    }
    .discout .surp {
        margin: .5rem 0 .5rem .5rem;
    }
    .discout .word {
        flex: 1;
        font-size: .4rem;
    }
    /* 专属优惠码 */

    /* 看资料 */
    .tech_box {
        padding: .6rem 0;
    }
    .tech_box .tit {
        font-size: .34rem;
    }
    .tech_box .slide {
        height: auto;
        margin-top: .4rem;
        width: auto;
    }
    .tech_box .slide .bd li {
        margin-right: .4rem;
        width: 4.5rem;
        height: 7rem;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .tech_box .slide>span {
        opacity: .7;
    }
    .tech_box .slide .prev {
        left: -.2rem;
    }
    .tech_box .slide .next {
        right: -.2rem;
    }
    .tech_box .slide .ext {
        bottom: 0;
    }
    .tech_box .slide .ext .word {
        font-size: .34rem;
    }
    .tech_box .slide .btn {
        font-size: .24rem;
        line-height: 32px;
    }
    /* 看资料 */

    /* 活动说明 */
    .readme {
        padding: .4rem;
    }
    .key_brief>div,
    .readme>div {
        float: none!important;
        margin-right: 0!important;
        text-align: justify;
    }
    .contact_box {
        margin-top: .8rem;
    }
    .contact_box .item {
        display: block;
        margin-bottom: .4rem;
    }
    .readme .right {
        margin: 1rem 0 0;
    }
    /* 活动说明 */

    /* 底部公司介绍 */
    .key_brief {
        margin-top: 1rem;
        padding: .5rem 0;
    }
    .key_brief>div {
        width: auto!important;
    }
    .key_brief .right {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        font-size: .34rem;
        text-align: left!important;
    }
    .key_brief .right>div {
        float: left;
        margin-right: .5rem;
    }
    /* 底部公司介绍 */
    .fixed-chance {
        right: .15rem;
        border-radius: 40px;
        font-size: .34rem;
        width: 2.4rem;
        height: auto;
    }
    .fixed-chance .btn {
        margin: .3rem auto 0;
        display: block;
        border-radius: 24px;
        width: 60%
    }
    .winner_tip {
        font-size: .24rem;
    }
    .banner .pc {
        display: none;
    }
    .banner .mob {
        display: block;
    }
}