.footer {
    padding: 10px 0;
    color: #ccc;
}
.footer a {
    color: #ccc;
}
.footer a:hover {
    color: #fff;
}
.fc_r {
    color: #BB192F;
}
.fc_b {
    color: #169BD5;
}
.m_item {
    display: none!important;
}
/* 第二导航栏 */
.ac{
    border-bottom: 2px solid #d22222;
    font-weight: 700;
}
.ac a{
    color: #d22222;
}
.nav_bar{
    display: block;
    height: 80px;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 30px;
    z-index: 99;
    border-bottom: 1px solid #cccc;
}
.m_nav{
    display: none;
}
.nav_bar>div{
    height: 80px;
}
.nav_bar ul li{
    margin-left: 0;
    font-size: 16px;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
}
/* 第二导航栏 */
#append_parent {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, .5);
}
#append_parent .cont {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
#append_parent .ibox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 80%;
    height: 80%;
}
#append_parent .close {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 25px;
    height: 25px;
    background: url('../images/con_close.jpg') center center;
    background-size: cover;
}
#append_parent img {
    max-width: 100%;
    max-height: 100%;
}

/* 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 img{
    display: block;
    cursor: inherit;
}
.banner .hd .on {
    background-color: #E60028;
}
/* banner */





/* 主体 */
#free_try,
#questions,
#lucky_lottery{
    position: relative;
    top: -110px;
    display: block;
    height: 0;
    overflow: hidden;
}
h2{
    text-align: center;
    margin: 60px auto 20px auto !important;
    position: relative;
    line-height: 1;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-size: 24px;
    color: #000;
}
h2:after{
    content: "";
    display: block;
    width: 1200px;
    height: 44px;
    margin: -5px auto 0;
    background: url('../images/h2_bg.png') center center no-repeat;
}

.play_box{
    position: relative;
    width: 543px;
    height: 302px;
    border-radius: 5px;
}
.tit_box {
    border-top: 1px solid #BB192F;
    flex: 1;
}
.tit_box .hd_word {
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #BB192F;
}
.tit_box .hd_word::before {
    content: "";
    margin-right: 12px;
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 30px;
    background-color: #BB192F;
}
.tit_box .hd_word a {
    float: right;
    font-size: 14px;
    font-weight: 400;
}
.tit_box .hd_word a:hover {
    color: #BB192F;
}
.tit_box .hd_word a span {
    font-family: 'simsun'
}
.promotion_video .tit_box {
    padding-right: 56px;
}
.promotion_video .brief {
    margin: 17px 0;
    line-height: 1.6;
}
.play_icon{
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 120px auto 0 auto;
    background: url('../images/play.png');
    background-size: 100% 100%;
    cursor: pointer;
    opacity: .7
}
.play_box:hover .play_icon{
    opacity: 1
}
.solution .tit {
    background-color: #BB192F;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
}
.solution .bd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 15px 10px;
    justify-content: space-between;
    border: 1px solid #BB192F;
}
.solution .bd .tag {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 174px;
    border-radius: 8px;
    box-shadow: 2px 2px 8px #aaa;
}
.solution .bd .tt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 76px;
    height: 100%;
    color: #fff;
    font-weight: 700;
    border-radius: 0 8px 8px 0;
}
.solution .bd .tag:nth-child(1) {
    position: relative;
    border: 2px solid #FF4600;
}
.solution .bd .tag:nth-child(2) {
    position: relative;
    border: 2px solid #FF8409;
}
.solution .bd .tag:nth-child(3) {
    position: relative;
    border: 2px solid #FF6600;
}
.solution .bd .tag:nth-child(1) .tt {
    background-color: #FF4600;
}
.solution .bd .tag:nth-child(2) .tt {
    background-color: #FF8409;
}
.solution .bd .tag:nth-child(3) .tt {
    background-color: #FF6600;
}
.solution .bd .tag:nth-child(1)::after,
.solution .bd .tag:nth-child(2)::before,
.solution .bd .tag:nth-child(1)::before,
.solution .bd .tag:nth-child(2)::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 4px;
    background-color: #BB192F;
}
.solution .bd .tag:nth-child(2)::before,
.solution .bd .tag:nth-child(1)::after {
    margin-left: 180px;
}
.solution .bd .tag:nth-child(1)::before,
.solution .bd .tag:nth-child(2)::after {
    margin-left: 185px;
    height: 14px;
    width: 4px;
}
.solution .bd .td {
    flex: 1;
    word-break: break-all;
    text-align: center;
}
.webtool .brief {
    padding-bottom: 20px;
    line-height: 1.8;
}
.webtool .brief img {
    display: block;
    margin-left: 25px;
}
.zoom_items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.zoom_items .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border: 2px solid #BB192F;
}
.zoom_items .tit {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0 15px;
    width: 24px;
    word-break: break-all;
    align-items: center;
    background-color: #BB192F;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}
.zoom_items .bd {
    position: relative;
    width: 310px;
    padding: 10px;
}
.zoom_items .bd .pic {
    width: 100%;
    height: 194px;
    cursor: zoom-in;
}
.zoom_items .bd .hand {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.free_try {
    margin-top: 60px;
    background-color: #f2f2f2;
}
.free_try h2 {
    margin: 60px 0 20px !important;
}
.free_try .wrapper>.flex {
    padding-bottom: 30px;
}
.try_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-top: 15px;
}
.try_item>div:first-child {
    width: 172px;
}
.try_item .ibox {
    margin: 0 auto;
    height: 144px;
    width: 132px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 90% auto;
}
.try_item .free_apply {
    display: block;
    margin: 0 auto;
    width: 106px;
    line-height: 34px;
    text-align: center;
    background-color: #da1f3d;
    border-radius: 3px;
    color: #fff;
}
.try_item .free_apply:hover {
    background-color: #BB192F;
}
.try_item .brief {
    font-size: 12px;
    color: #666;
    line-height: 2;
}
.try_item .line {
    margin: 0 15px;
    color: #eee;
}
.try_item .fc_b {
    margin: 10px 0 2px;
}
.numdown b {
    color: #BB192F;
}
.try_item .light {
    color: #999;
}
.ref_doc {
    width: 500px;
}
.ref_doc .tit {
    background-color: #BB192F;
    color: #fff;
    font-weight: 700;
    text-indent: 20px;
    line-height: 40px;
}
.ref_doc .bd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 18px;
    border: 1px solid #BB192F;
}
.ref_doc .bd .ibox {
    position: relative;
    width: 230px;
    height: 164px;
    margin-right: 26px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: zoom-in;
    flex-shrink: 0;
}
.ref_doc .hand {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
    background-color: #BB192F;
}
.ref_doc .hand img {
    display: block;
    height: 24px;
    filter: brightness(100);
}
.ref_doc ul {
}
.ref_doc li {
    overflow: hidden;
}
.ref_doc li:first-child {
    margin-bottom: 25px;
}
.ref_doc div.pdf {
    margin-right: 10px;
    float: left;
    width: 68px;
    height: 68px;
    background: url('../images/u185.png') no-repeat center center;
}
.ref_doc img.pdf {
    display: block;
    margin: 24px auto;
}
.ref_doc .doc_tit {
    color: #BB192F;
    font-weight: 700;
}
.ref_doc .doc_down {
    display: inline-block;
    margin: 5px auto 0;
    width: 86px;
    line-height: 26px;
    text-align: center;
    background-color: #da1f3d;
    border-radius: 3px;
    color: #fff;
}
.ref_doc .doc_down:hover {
    background-color: #BB192F;
}
.ref_doc_second .doc_down {
    display: block;
    margin: 0 auto;
}

.questions .cont {
    position: relative;
    margin: 0 auto;
    height: 668px;
    padding: 125px 460px 0 130px;
    background: url('../images/u3.png') center center no-repeat;
    background-size: 100% 100%;
    line-height: 2;
}
.questions .q {
    margin-bottom: 10px;
    border-left: 3px solid #BB192F;
    text-indent: 16px;
    line-height: 1;
    font-size: 16px;
}
.questions .a {
    margin-bottom: 50px;
}
.questions .a label {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}
.questions .a input[type="radio"],
.questions .a input[type="checkbox"] {
    position: absolute;
    margin-right: 8px;
    visibility: hidden;
}
.questions .a input+span {
    position: relative;
    padding-left: 15px;
}
.questions .a input+span::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid #BB192F;
}
.questions .a [type=radio]+span::before {
    border-radius: 100%;
}
.questions .a :checked+span::after {
    position: absolute;
    left: 1px;
    top: -2px;
    content: "√";
    color: #BB192F;
    font-size: 12px;
    transform: scale(.8);
    font-weight: 700;
}
.questions .a [type=radio]:checked+span::after {
    content: "";
    left: 4px;
    top: 7px;
    width: 4px;
    height: 4px;
    background-color: #BB192F;
    border-radius: 100%;
}
.questions .a input[type=text] {
    margin: 0;
    padding: 0 10px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}
.questions button {
    position: absolute;
    right: 164px;
    bottom: 100px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    background-color: #da1f3d;
    border-radius: 3px;
    color: #fff;
    border: none;
    outline: none;
    letter-spacing: 2px;
}
.questions button:hover {
    background-color: #BB192F;
}
.questions button::after {
    content: "提交后抽奖";
}
.questions button:disabled {
    background-color: #949494;
    cursor: not-allowed;
}
.questions button:disabled::after {
    content: "已提交"
}


/* 规则 */
.about_box{
    border: 1px dashed rgba(218, 31, 61, 1);
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 30px auto 40px auto;
    font-size: 12px;
}
.qr_img img{
    width: 136px;
    height: 136px;
    margin-bottom: 10px;
}
.rule{
    line-height: 30px
}
.concat_mode{
    margin-top: 20px;
}
.concat_mode span{
    display: inline-block;
    margin-right: 30px;
}
.concat_mode img{
    width: 32px;
    height: 32px;
    margin-right: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.aside_fixed {
    position: fixed;
    right: 0;
    top: 30%;
    padding: 2px;
    width: 76px;
    height: 170px;
    border-radius: 80px;
    background-color: #BB192F;
}
.aside_fixed::before,
.aside_fixed::after {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background-color: #fff;
}
.aside_fixed::after {
    top: auto;
    bottom: 2px;
}
.aside_fixed a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 8px;
    width: 54px;
    height: 54px;
    line-height: 1.4;
    border-radius: 100%;
    border: 4px solid #BB192F;
    font-size: 16px;
    font-weight: 700;
}
.aside_fixed a:last-child {
    top: auto;
    bottom: 8px;
}
.aside_fixed a:hover {
    background-color: #BB192F;
    color: #fff;
}
.aside_fixed .aside_fixed_disabled,
.aside_fixed .aside_fixed_disabled:hover {
    border-color: #666;
    color: #666;
    background-color: #fff;
}


/*抽奖区域*/
#prize_area {
    padding: 40px 0;
}


.prize_name{
    margin: 8px 0;
    color: #d22222;
    font-size: 18px;
    display: block;
}
.lotter_alert.not_winning {
    width: 305px;
}

.lotter_alert.not_winning .layui-layer-content {
    overflow: hidden;
}

.lotter_alert.layui-layer {
    padding: 30px 20px;
    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: 10px 0 0 0;
}

.lotter_alert .layui-layer-content big {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}

.lotter_alert .layui-layer-content span {
    color: #000;
    font-size: 14px;
}

.lotter_alert.no_chance {
    width: 305px;
}

.lotter_alert.no_chance big {
    display: block;
    padding-top: 10px;
    color: #342e2e;
    margin-top: 20px;
}

.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;
}

#prilist{
    float: left;
    width: 672px;
    margin-right: 100px;
}

#prilist li {
    display: block;
    background: #fcdee3;
    float: left;
    margin: 0 20px 20px 0;
    width: 202px;
    height: 100px;
    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;
    font-size: 16px;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    border: 2px solid #eb0029;
}

#prilist img {
    display: block;
    height: 60px;
    margin: 0 auto 10px;
}
.winner_desc{
    font-size: 13px;
    line-height: 20px;
    color: #999;
}

#prilist #begin_btn {
    padding: 0;
    height: 160px;
    line-height: 160px;
    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 {
    display: block;
    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: left;
    color: #fff;
    padding-left: 20px;
    box-sizing: border-box;
}

/*#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: 300px;
    line-height: 15px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border: 1px solid rgba(230,0,40,1);
    border-top: none;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
    font-size: 14px;
}

#winner_ul {
    display: block;
    padding: 0 20px 0 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;
}
#winner_ul li em{
    display: inline-block;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 14px;
}
#winner_ul li em:last-child{
    width: 120px;
}



/*弹窗*/
.pop_window {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px 0px 0px -250px;
    width: 389px;
    top: 15%;
    left: 50%;
    color: rgb(0, 0, 0);
    border: 8px solid rgb(216, 216, 216);
    border-radius: 5px;
    cursor: default;
    height: 460px;
    line-height: 1.6;
    background: rgb(255, 255, 255);
    font-size: 14px;
    max-height: 596px;
    min-height: 540px;
}
.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;
}
.radio_box dt{
    float: inherit !important;
}
#submit_form{
    overflow: inherit;
}
#submit_form .reason_box{
    display: none;
}
.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%; */
}
.dialog-bd{
    padding: 0;
}
#submit_form .inline_dl .wid100{
    width: 100%;
    margin: 0;
    border-radius: 3px;
}
.info_msgBox{
    height: 100%;
    overflow: auto;
}
/*用户资料 - 弹窗表单*/
#submit_form{
    height: 380px;
    overflow-y: auto;
}


.color_red{
    color:#d22;
}
#submit_form dl{
    display: block;
    margin: 10px 0;
}
#submit_form dt{
    display: block;
    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 10px 10px 0;
    line-height: 14px;
    font-size: 13px;
}
#submit_form label input{
    margin-right: 5px;
    vertical-align: initial;
    /* float: left; */
}
#submit_form .inline_selects label{
    float: left;
    width: 280px;
}
#submit_form .inline_dl dt{
    float: left;
    width: ;
    line-height: 25px;
}
#submit_form .inline_dl select{
    width: 129px;
    height: 35px;
    margin: 0 0 10px 0;
    border: 1px solid #ddd;
}

#submit_form textarea{
    width: 81%;
    display: block;
    height: 60px;
    padding: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
    resize: none;
    border-radius: 3px;
    margin-left: 47px;
}
.frm_btn {
    background: none;
    color: #fff;
    width: 100%;
    height: 36px;
    vertical-align: top;
    border: none;
    outline: none;
    cursor: pointer;
}
.dialog{
    height: 100%;
    position: relative;
}
 #submit_form .sub {
    width: 200px;
    margin: 20px auto;
    background: #c80d00;
    float: inherit;
    cursor: pointer;
    position: absolute;
    bottom: 45px;
    right: 0;
    left: 0;
}
.desc{
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    bottom: 10px;
    color: #999;
}
#submit_form .sub:hover {
     background: #e1261a;
}
select[name="vocational"]{
    width: 100% !important;
    margin-right: 0 !important;
    border-radius: 5px;
}

 .close-dialog {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 28px;
    height: 28px;
    color: #D0CECF;
    text-align: center;
    cursor: pointer;
    font-size: 20px;
 }
 .close-dialog:hover {
    color: #444;
 }
 .radio_box{
    display: block !important;
    line-height: 28px;
 }
 .mb40{
    margin-bottom: 40px !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) {
    html{
        font-size: 13.3333333vw;
    }
    body{
        width: 100vw
    }
    .m_item {
        display: block!important;
    }
    .pc_itme {
        display: none!important;
    }
    .wrapper{
        width: 100%;
        clear: both;
    }
    .container {
        margin: 0 .3rem;
    }
    #top{
        display: none;
    }
    #append_parent .close {
        /* top: -20px; */
        width: 20px;
        height: 20px;
    }
    h2{
        font-size: .34rem;
        margin: .3rem 0 .3rem !important;
        position: relative;
    }
    h2::after {
        background-image: url('../images/h2_bg_m.jpg');
        margin-top: .1rem;
        width: auto;
        height: .47rem;
        background-size: 100% auto;
    }
    .promotion_video>.flex {
        flex-wrap: wrap;
    }
    .promotion_video .tit_box {
        padding: 0;
        width: 100%;
        flex-shrink: 0;
        order: 1;
    }
    .tit_box .hd_word {
        position: relative;
        padding-top: .1rem;
        margin-bottom: .2rem;
        font-size: .3rem;
        min-height: .45rem;
        line-height: 1.2;
        padding-left: .7rem;
        text-indent: 0;
    }
    .hd_word_a_m {
        margin-bottom: .2rem;
        font-size: .24rem;
        text-align: right;
    }
    .hd_word_a_m span {
        font-family: simsun;
    }
    .tit_box .hd_word::before {
        position: absolute;
        left: 0;
        top: 0;
        width: .5rem;
        min-height: .45rem;
        height: 100%;
    }
    .promotion_video .brief {
        margin: .08rem auto;
        font-size: .22rem;
    }
    .promotion_video .play_box {
        height: auto;
        width: 100%;
        margin-bottom: .2rem;
    }
    .solution .tit {
        font-size: .24rem;
    }
    .solution .bd .tag {
        display: block;
        width: 1.83rem;
        font-size: .22rem;
    }
    .solution .bd .tt {
        width: auto;
        border-radius: 5px;
        height: .73rem;
    }
    .solution .bd .td {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        height: .85rem;
        line-height: 1.2;
    }
    .solution .bd .tag:nth-child(1)::before, .solution .bd .tag:nth-child(2)::after {
        top: .6rem;
        margin-left: 2.05rem;
    }
    .solution .bd .tag:nth-child(2)::before, .solution .bd .tag:nth-child(1)::after {
        top: .7rem;
        margin-left: 1.96rem;
    }
    .webtool .brief {
        padding-bottom: .1rem;
        font-size: .22rem;
    }
    .webtool .brief>div:last-child {
        display: none;
    }
    .zoom_items .tit {
        width: .3rem;
        padding: 0 .4rem;
        font-size: .24rem;
    }
    .zoom_items {
        display: block;
    }
    .zoom_items .item {
        margin-bottom: .3rem;
    }
    .free_try {
        margin: 0;
        background: #fff;
    }
    .free_try h2 {
        margin: .3rem 0 .3rem !important;
    }
    .free_try .wrapper>.flex {
        display: block;
        font-size: .22rem;
        color: #666;
        line-height: 2;
        text-indent: .7rem;
        padding-bottom: .3rem;
    }
    .free_try .wrapper>.flex .line {
        margin: 0 .15rem;
        color: #eee;
    }
    .try_item {
        align-items: center;
    }
    .try_item .brief {
        font-size: .22rem;
        line-height: 1.6;
        text-indent: 0;
    }
    .try_item .ibox {
        width: 1.68rem;
        height: 1.64rem;
    }
    .try_item>div:first-child {
        margin: 0 .2rem 0 .6rem;
        width: auto;
    }
    .try_item .free_apply {
        width: 1.43rem;
        line-height: .4rem;
        text-indent: 0;
        font-size: .24rem;
    }
    .free_try .wrapper>.flex:last-child .try_item .ibox {
        transform: rotate(90deg);
        width: 1.64rem;
        height: 1.68rem;
    }
    .ref_doc {
        margin-top: .2rem;
        width: auto;
        text-indent: 0;
        line-height: 1.2;
    }
    .ref_doc li:first-child {
        margin-bottom: .25rem;
    }
    .ref_doc .bd {
        padding: .15rem;
    }
    .ref_doc .bd .ibox {
        margin-right: .2rem;
        width: 3.2rem;
        height: 2.3rem;
    }
    .ref_doc div.pdf {
        margin-right: .08rem;
        height: .9rem;
        width: .9rem;
        background-size: cover;
    }
    .ref_doc img.pdf {
        margin: .36rem auto;
        height: .9rem;
        width: .9rem;
    }
    .ref_doc .doc_tit {
        font-size: .22rem;
    }
    .ref_doc .doc_down {
        display: block;
        width: 1.18rem;
        line-height: .35rem;
    }
    .questions .cont {
        overflow: hidden;
        height: auto;
        padding: .9rem .6rem;
        background-image: url('../images/u2.png');
        background-size: 100% 100%;
        font-size: .22rem;
    }
    .questions .q {
        font-size: .22rem;
        text-indent: .22rem;
    }
    .questions .a {
        margin-bottom: .5rem;
    }
    .questions .a label {
        margin-right: .25rem;
    }
    .questions .a input {
        margin-right: .1rem;
        vertical-align: -.04rem;
    }
    .questions button {
        float: right;
        position: static;
        width: 1.6rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .24rem;
    }
    .lotter_alert.layui-layer {
        width: 50% !important;
    }
    .nav_bar{
        top: 0;
        height: 60px;
        z-index: 10;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .nav_bar ul li{
        padding: 0 .3rem;
        height: 60px;
        line-height: 60px;
        font-size: .3rem;
    }
    .nav_bar>div{
        width: 100%;
        height: 60px;
    }
    .nav_bar>div img{
        width: 1rem;
    }
    .u1_m{
        display: block;
        width: 100%;
    }
    .aside_fixed,
    .u1_pc{
        display: none;
    }
    .promotion_video {
        margin: .3rem 0;
        padding: 0;
        box-sizing: border-box;
    }

    .try_video_cover p{
        display: none;
    }

    .play_icon {
        top: 50%;
        width: .8rem;
        height: .8rem;
        margin: -.4rem auto 0;
    }

    .apply {
        float: right;
        margin-right: 20px;
    }

    .highlight {
        margin-bottom: 20px;
    }

    .qr_img{
        float: left;
        margin-top: .5rem;
    }
    .qr_img p{
        float: right;
        padding-top: .35rem;
        margin-left: .3rem;
    }
    .qr_img img{
        width: 2rem;
        height: 2rem;
    }
    .about_box{
        padding: .5rem;
        margin: .6rem auto 1rem auto;
    }
    .try_info{
        width: 100%;
    }
    .aside_m{
        display: flex !important;
        position: fixed;
        bottom: 0;
        height: 1rem;
        width: 100%;
        box-sizing: border-box;
        background: #fff;
    }
    .aside_m img{
        width: 2rem;
        margin-left: 10px;
    }
    .aside_m a{
        display: inline-block;
        height: 100%;
        line-height: 1rem;
        width: 30%;
        text-align: center;
        background: #d22222;
        color: #fff;
    }
    .stars{
        background: url('../images/u315.png')no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: .5rem;
        height: .45rem;
        margin: auto;
    }
    .concat_mode span{
        margin-bottom: 10px;
        display: block;
    }


    #prize_area{
        padding: 0;
    }
    #prilist{
        width: 100%;
    }
    #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: .28rem;
    }
    #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: .35rem;
     }
     #winner_list{
        width: 94%;
        margin: 20px 3% 0;
        font-size: 17px;
     }
     #winner_list .tips{
        color: #666;
     }
     .play{
        top: -0.6rem
     }
    .footer{
        display: none;
    }
    .about img{
        bottom: 22px;
    }
    #winner_list .tips{
        display: none;
    }
    .pop_window{
        width: 92%;
        margin: 10% 0px 0px -46%;
        height: 500px;
    }
    #submit_form dd input[type=text]{
        width: 100%;
        border-radius: 5px;
    }
    #submit_form .inline_dl textarea{
        width: 78%;
        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: 5%;
    }
    .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; */
    }
    .question{
        line-height: 15px;
        width: 90%;
    }
    .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;
    }
    .close-dialog{
        right: 15px;
        color: #525252;
    }
    .winner .layui-layer-content{
        font-size: 17px;
    }
    .new_not_winning .layui-layer-content{
        font-size: 20px;
    }
    .question .ui-text {
        margin-left: 10px;
        width: 4rem;
    }
    .banner {
        margin-top: 60px;
        height: 4rem;
        overflow: hidden;
    }
    .banner .i_box {
        height: 4rem;
    }
    .banner .i_box:nth-child(2) {
        background-size: 115% auto;
    }
    .banner .hd {
        bottom: .1rem;
    }
    .desc_content{
        padding: 0 10px;
        text-align: left;
        margin-top: .45rem;
    }
    .pc_document{
        /* display: none; */
    }
    .m_document{
        display: block !important;
    }
    .section3 .m_document li {
        margin: 0 .4rem .6rem !important;
        padding: .35rem;
    }
    .m_btn{
        display: block;
        width: 45%;
        text-align: center;
        line-height: 35px;
        background: rgba(233, 0, 41, 1);
        color: #fff;
        font-size: 0.35rem;
        border-radius: 3px;
        margin-top: 10px;
    }
    .m_btn img{
        vertical-align: sub;
        margin-right: 8px;
    }
    .banner{
        display: none;
    }
    .m_banner{
        display: block !important;
        margin-top: 60px;
    }
    .m_h2{
        display: block;
    }
    .p_h2{
        display: none;
    }
    #winner_ul li{
        color: #2F318B;
    }
    .lotteryed{
        width: 30% !important;
    }
}

@media screen and (max-width: 320px) {
    .pop_window {
        top: -2%;
    }
    #submit_form .inline_dl select {
        width: 90px;
    }
}