.footer {
    padding: 10px 0;
    color: #ccc;
}

.footer a {
    color: #ccc;
}

.footer a:hover {
    color: #fff;
}

.brand-info {
    position: relative;
    background-color: #e5e5e5;
    height: 310px;
    color: #000;
    display: flex;
    box-sizing: border-box;
}

.brand-info .box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.brand-info img {
    height: 80px;
    width: 196px;
    margin-top: 48px;
    margin-right: 84px;
}

.brand-info ul h1 {
    font-size: 24px;
    margin-top: 48px;
    margin-bottom: 40px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';

}

.brand-info ul p {
    font-size: 16px;
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    line-height: 50px;

}

.fc_r {
    color: #ff4242;
}

.fc_b {
    color: #169BD5;
}

.m_item {
    display: none !important;
}

/* 第二导航栏 */
.ac {
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    background-color: #fcc800;
}

.ac a {
    color: #000;
}

.nav_bar {
    display: none;
    height: 80px;
    position: fixed;
    width: 100%;
    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: 30px;
    overflow: hidden;
    background: url('../images/banner.jpg') no-repeat center;
    height: 475px;
    width: 100%;
}

.banner_btn_list {
    position: absolute;
    display: flex;
    left: 50%;
    top: 30px;
    margin-left: 100px;
}

.banner_btn {
    width: 96px;
    height: 33px;
    background-color: #1f3f59;
    margin-right: 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}

.banner_btn a {
    color: #fff;
}

.banner_btn:hover {
    height: 47px;
    line-height: 47px;
    background-color: #fcc900;
    font-weight: 600;
    padding: 0;
}

#top .banner_btn:hover a {
    display: block;
    width: 100%;
    background-color: #fcc900;
    color: #000;
    border-radius: 0 0 5px 5px;
    padding: 0;
}

.banner_icon_box {
    width: 100%;
    background-color: #1f3f59;
    height: 62px;
    display: flex;
    justify-content: center;
}

.icon_btn {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    width: 200px;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
}

.icon_btn img {
    margin-right: 12px;
}

.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;
}
.swiper-box{
    display: block;
}
.swiper-container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 10px 10px 50px 10px ;
  }
  .swiper-slide {
    text-align: center;
    transition: 300ms;
    transform: scale(0.7);
  }
  .swiper-item{
    padding: 18px;
    height: 576px;
    background-color: #f8f8f8;
    width: 548px;
    box-shadow: 6px 5px 10px #aaa;
    border-radius: 5px;
    box-sizing: border-box;
  }
  .swiper-item img{
      width: 100%;
      height: 250px;
  }
  .swiper-item h3 {
      font-size: 24px;
      font-weight: 600;
      font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
      margin: 24px 0;
  }
  .swiper-item p {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 34px;
      font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
  }
  .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
  }
.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 */





/* 主体 */
#meter_info,
#goods_info,
#questions,
#lucky_lottery{
    position: relative;
    top: -110px;
    display: block;
    height: 0;
    overflow: hidden;
}

#top_banner {
    position: relative;
    top: 0;
    display: block;
    height: 0;
    overflow: hidden;
}

h2 {
    text-align: center;
    margin: 50px auto auto auto !important;
    position: relative;
    line-height: 1;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-size: 24px;
    color: #000;
}

h2:after {
    content: "";
    display: block;
    width: 1200px;
}

.white_height {
    height: 100px;
    width: 1200px;
    position: relative;
}

.content_item_title {
    margin-bottom: 30px;
}

.title-box {
    display: flex;
    align-items: center;
}

.content_img_1 {
    margin-top: 44px;
}
.footer-roll-m{
    display: none;
}
.title-text {
    padding: 0 20px;
    height: 50px;
    background-color: #1f3f59;
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    margin-right: 20px;
}

.title-right-text p {
    font-weight: 700;
    font-size: 16px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}
.center_text_m, .center_text_8_m{
 display: none;
}
.title-right-text_m {
    display: none;
}

.cut-line {
    width: 100%;
    height: 3px;
    background-color: #1f3f59;
}

.play_box {
    position: relative;
    border-radius: 5px;
}

.tit_box {
    flex: 1;
}

.tit_box .hd_word {
    font-weight: 700;
    font-size: 22px;
    line-height: 40px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    color: #38699a;
}

.promotion_video .tit_box {
    padding-right: 56px;
}
.promotion_video .video_item .play_icon {
    width: 82px;
    height: 82px;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -41px;
}
.instrument-item {
    border: 1px solid #fff;
    height: 264px;
    display: flex;
}

.center_text {
    margin-top: 15px;
    min-width: 660px;
}

.center_text h1 {
    line-height: 40px;
    font-size: 22px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';

}

.center_text p {
    font-weight: 600;
    line-height: 30px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}

.center_text_8 {
    margin-top: 15px;
    min-width: 660px;
}

.center_text_8 h1 {
    line-height: 60px;
    font-size: 22px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';

}

.center_text_8 p {
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}

.one-line {
    margin-bottom: 20px;
}

.info-item {
    display: flex;
    align-items: center;
}

.round-dot {
    background-color: #38699a;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 10px;
}

.mini-cut-line {
    width: 342px;
    height: 1px;
    background-color: #38699a;
    margin: 10px 0;
}

.instrument-item:hover {
    border: 1px solid #38699a;
}

.promotion_video .brief {
    margin: 5px 0;
    line-height: 1.6;
    font-weight: 700;
    font-size: 16px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}

.video-num-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.video-num-box .play_icon {
    width: 102px;
    height: 102px;
}
.major-content{
    display: none;
}
.video-title {
    width: 100%;
    line-height: 58px;
    background-color: #fcc800;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}

.play_icon {
    width: 60px;
    height: 60px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: 120px auto 0 auto;
    background: url('../images/play2.png');
    background-size: cover;
    cursor: pointer;
}

.video_cover_1 {
    width: 544px;
    height: 362px;
}

.play_box:hover .play_icon {
    background-image: url('../images/play.png');
}

.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;
}

.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;
}

.down-pdf {
    text-align: center;
    padding-top: 24px;
}

.down-pdf div img {
    margin-bottom: 20px;
}

.doc_down {
    display: inline-block;
    margin: 5px auto 0;
    width: 125px;
    line-height: 34px;
    text-align: center;
    background-color: #fad131;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    border-radius: 3px;
    font-weight: 600;
    color: #000;
}

.doc_down:hover {
    background-color: black;
    color: #fad131;
}

.ref_doc_second .doc_down {
    display: block;
    margin: 0 auto;
}

.questions .cont {
    position: relative;
    margin: 0 auto;
    background-size: 100% 100%;
    background-image: url('../images/form_bg.png');
    background-size: 100% 100%;
    line-height: 2;
    padding: 88px 72px 46px 72px;
    display: flex;
}

.form-left {
    margin-right: 100px;
}

.questions .q {
    margin-bottom: 10px;
    border-left: 16px solid #fcc800;
    text-indent: 16px;
    line-height: 1;
    font-size: 16px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 600;
}

.questions .a {
    margin-bottom: 65px;
    margin-left: 30px;
}

.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: 25px;
    font-size: 14px;
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}

.questions .a input+span::before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
}

.questions .a [type=radio]+span::before {
    border-radius: 100%;
}

.questions .a :checked+span::after {
    position: absolute;
    left: 1px;
    top: -6px;
    content: "√";
    font-size: 18px;
    transform: scale(.8);
    font-weight: 700;
}

.questions .a [type=radio]:checked+span::after {
    content: "";
    left: 3px;
    top: 6px;
    width: 10px;
    height: 10px;
    background-color: #535353;
    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: 116px;
    width: 164px;
    line-height: 46px;
    text-align: center;
    background-color: #fad131;
    border-radius: 6px;
    color: #000;
    font-size: 20px;
    border: none;
    outline: none;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}

.questions button:hover {
    background-color: #000;
    color: #fad131;
}

.questions button::after {
    content: "确 认 交 卷";
}

.questions button:disabled {
    background-color: #949494;
    cursor: not-allowed;
}

.questions button:disabled::after {
    content: "已交卷";
    color: #f1f1f1;
    background-color: 959595;
}


/* 规则 */
.about_box {
    border: 4px solid #000;
    border-radius: 10px;
    padding: 20px 20px;
    box-sizing: border-box;
    margin: 30px auto 50px auto;
    font-size: 12px;
}
.about_box_m {
    display: none;
}
.qr_img img {
    width: 195px;
    height: 195px;
    margin-bottom: 10px;
}

.qr_img P {
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    color: #000;
}

.rule {
    line-height: 40px;
    font-weight: 600;
    font-size: 14px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    color: #000;
}

.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%;
    z-index: 2;
    width: 146px;
}

.aside_fixed::before,
.aside_fixed::after {
    position: absolute;
    left: 2px;
    top: 2px;
    content: "";
    background-color: #fff;
}

.aside_fixed::after {
    top: auto;
    bottom: 2px;
}

.aside_fixed a {
    position: relative;
    display: block;
    z-index: 1;
    line-height: 46px;
    overflow: hidden;
    width: 130px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    background-color: #38699a;
    color: #fff;
    text-align: center;
    margin-bottom: 3px;
}

.aside_fixed a:hover,
.aside_fixed .ac {
    color: #000;
    background-color: #fad131;
}
.aside_fixed a:last-child {
    height: 46px;
    line-height: 60px;
}
.aside_fixed a:last-child::before {
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -5px;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 1px solid currentcolor;
    border-left: 1px solid currentcolor;
    transform: rotate(45deg);
}
.aside_fixed .aside_fixed_disabled,
.aside_fixed .aside_fixed_disabled:hover {
    border-color: #666;
    color: #666;
    background-color: #fff;
}

.aside_title_2 {
    padding-top: 3px;
    padding-left: 4px;
    background-color: #fff;
}

.pot-box {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 4px 5px;
}

.lil-pot {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background-color: #38699a;
}

.aside_title {
    border: 4px solid #38699a;
    border-radius: 5px;
    text-align: center;
    background-color: #fad131;
    font-size: 20px;
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}

.aside_title_2 {
    border: 4px solid #38699a;
    border-radius: 5px;
}

/*抽奖区域*/
#prize_area {
    padding: 40px 0;
}


.lotter_alert .prize_name {
    color: #ff911a;
}
.lotter_alert.layui-layer {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}

.lotter_alert .layui-layer-title {
    background-color: #000;
    color: #000;
}
.lotter_alert .layui-layer-close,
.lotter_alert .layui-layer-close:hover {
    top: -8px;
    background: #000;
    color: #fff;
    opacity: 1!important;
}
.lotter_alert .layui-layer-close:after {
    content: "×";
    position: absolute;
    top: 0;
    color: inherit;
    font-size: 26px;
    line-height: 1;
}
.lotter_alert .goBtn {
    display: block;
    width: 100px;
    margin: 10px auto 0;
    text-align: center;
    border-radius: 3px;
    line-height: 2;
    background-color: #fad131;
    cursor: pointer;
}

.lotter_alert .layui-layer-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    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 .layui-layer-content big img {
    width: 35px;
    vertical-align: middle;
    margin-right: 11px;
}

#prilist {
    float: left;
    margin-right: 30px;
    width: 800px;
}

.luck-title {
    width: 800px;
    line-height: 54px;
    background-color: #1f3f59;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    margin-bottom: 10px;
    margin-top: 60px;
}

#prilist li {
    display: block;
    background: #b9d6ed;
    float: left;
    margin: 0 20px 20px 0;
    width: 248px;
    height: 96px;
    padding: 30px 0;
    border: 2px solid #b9d6ed;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    font-size: 16px;
}

#prilist li.right {
    margin-right: 0;
}

#prilist li.active {
    border-color: #38699a;
}

#prilist img {
    display: block;
    height: 76px;
    margin: 0 auto 10px;
}

.winner_desc {
    font-size: 13px;
    line-height: 20px;
    color: #999;
    text-align: justify;
}

#prilist #begin_btn {
    padding: 0;
    height: 160px;
    line-height: 160px;
    font-size: 20px;
    color: #fff;
    background: #38699a;
    cursor: pointer;
}

#prilist #begin_btn:hover {
    background: #1f3f59;
}

#prilist #begin_btn:active {
    font-size: 16px;
}

#winner_list {
    float: left;
    width: 356px;
    position: absolute;
    right: 0;
    top: 100px;
}

#winner_list a {
    text-decoration: underline;
}

#winner_list .list_box {
    display: block;
    padding-top: 10px;
    background: #1f3f59;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
}

#winner_list .list_box b {
    display: block;
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    color: #007ac2;
    margin-bottom: 10px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    padding-left: 42px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    box-sizing: border-box;
}

/*#fcdee3*/
.index_module {
    position: relative;
}

#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: 378px;
    line-height: 15px;
    overflow: hidden;
    background: #fff;
    color: #000;
    border: 1px solid #1f3f59;
    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: #1f3f59;
}

#winner_ul li span {
    color: #666666;
    display: inline-block;
    width: 60px;
}

#winner_ul li em {
    display: inline-block;
    width: 100px;
    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: #000;
    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: #d00;
}

#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;
    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="jobcat"],
select[name="industry"] {
    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;
    }

    .banner_icon_box {
        width: 100%;
        background-color: #1f3f59;
        height: 0.52rem;
        position: relative;
        top: -0.1rem;
    }
    .video-num-box .play_icon,
    .promotion_video .video_item .play_icon {
        left: 50%;
        top: 50%;
        margin: -.5rem 0 0 -.5rem;
        width: 1rem;
        height: 1rem;
    }
    .video-num-box .play_icon {
        width: .8rem;
        height: .8rem;
        margin: -.4rem 0 0 -.4rem;
    }
    .icon_btn {
        display: flex;
        align-items: center;
        height: 100%;
        color: #fff;
        justify-content: center;
        font-size: 0.22rem;
        cursor: pointer;
    }

    .icon_btn img {
        width: 0.32rem;
        height: 0.32rem;
        margin-right: 0.1rem;
    }

    .content_item_title {
        margin-bottom: 0;
    }

    .title-text {
        padding: 0 .2rem;
        height: .5rem;
        background-color: #1f3f59;
        color: #fff;
        font-size: .3rem;
        text-align: center;
        line-height: .5rem;
        border-radius: 0.05rem 0.05rem 0 0;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        margin-right: 0.2rem;
    }

    .video_cover_1 {
        width: 100%;
        height: 100%;
    }

    .content_img_1 {
        height: 2.09rem;
        width: 6.3rem;
        margin-top: 0.24rem;
    }

    .cut-line {
        display: none;
    }

    .white_height {
        display: none;
    }

    .box_have_border {
        border: 0.04rem solid #1f3f59;
        box-sizing: border-box;
        padding: 0.24rem;
    }

    .instrument-item {
        height: 2.8rem;
        display: flex;
    }
    .instrument-item:hover {
        border: 1px solid #fff;
    }

    .zoom_items .bd {
        position: relative;
        width: 3.1rem;
        padding: 0.1rem;
    }

    .zoom_items .bd .pic {
        height: 2.44rem;
        width: 100%;
        cursor: zoom-in;
    }
    .center_text, .center_text_8{
        display: none;
    }
    .center_text_m, .center_text_8_m {
        display: block;
    }
    .center_text_m{
        margin-top: 0.15rem;
        flex-shrink: 1;
        min-width: 100%;
    }
    .mini-cut-line{
        width: 100%;
        height: 1px;
        background-color: #38699a;
        margin: 0.1rem 0;
    }
    .center_text_8_m h1 span {
        font-size: 0.24rem;
        font-weight: 600;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    }
    .center_text_8_m h1 {
        font-size: 0.14rem;
        line-height: 0.4rem;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    }
    .center_text_8_m p {
        width: 90%;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    }
    .center_text_m p{
        width: 90%;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    }
    .center_text_m h1 span {
        font-size: 0.24rem;
        font-weight: 600;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    }
    .center_text_m h1{
        font-size: 0.14rem;
        line-height: 0.4rem;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';

    }
    .round-dot{
        width: 0.18rem;
        height: 0.18rem;
    }
    .video-title {
        width: 95%;
        line-height: 0.58rem;
        background-color: #1f3f59;
        color: #fff;
        text-align: center;
        font-size: 0.22rem;
        font-weight: 600;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    }
    .video-num-box{
        box-sizing: border-box;
        position: relative;
    }
    .video-num-box .play_box {
        width: 95%;
    }
    .video-right{
        position: relative;
        right: -0.1rem;
    }
    .major-content{
        display: block;
    }
    .major-item{
        display: flex;
        margin-bottom: 0.4rem;
        min-height: 3rem;
        position: relative;
    }
    .major-btn{
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .major-btn-left{
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .down-text-box{
        width: 3.58rem;
    }
    .major-line{
        background-color: #333;
        height: 1px;
        width: 100%;
        margin: .05rem 0;
    }
    .down-text-box > p{
        font-size: .24rem;
        line-height: 1.2;
        height: 2rem;
        overflow: hidden;
    }
    .down-text-box > h3 {
        font-weight: normal;
        font-size: .26rem;
    }
    .major-img{
        height: 3.2rem;
        width: 2.5rem;
    }
    .form-left{
        margin: 0 auto;
    }
    .questions .a input+span {
        position: relative;
        padding-left: 0.3rem;
        padding-top: 0.03rem;
        font-size: 0.14rem;
        font-weight: 600;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    }

    .questions .a input+span::before {
        position: absolute;
        left: 0;
        top: 0.1rem;
        content: "";
        width: 0.24rem;
        height: 0.24rem;
        background-color: #e5e5e5;
    }
    .questions .a :checked+span::after {
        position: absolute;
        left: 1px;
        top: -6px;
        content: "√";
        font-size: 18px;
        transform: scale(.8);
        font-weight: 700;
    }

    .questions .a [type=radio]:checked+span::after {
        content: "";
        left: 0.02rem;
        top: 0.12rem;
        width: 0.2rem;
        height: 0.2rem;
        background-color: #535353;
        border-radius: 100%;
    }
    .swiper-box{
        display: none;
    }
    .luck-title {
        width: 6.9rem;
        line-height: 0.54rem;
        background-color: #1f3f59;
        color: #fff;
        text-align: center;
        font-size: 0.22rem;
        font-weight: 600;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        margin-bottom: 0.1rem;
        margin-top: 0.6rem;
    }
    #jq_marquee_box {
        margin-top: 0.1rem;
        height: 1.1rem;
        line-height: 0.15rem;
        overflow: hidden;
        background: #fff;
        color: #000;
        border: 1px solid #1f3f59;
        border-top: none;
        padding: 0.2rem 0;
        border-radius: 0 0 0.1rem 0.1rem;
        font-size: 0.14rem;
    }
    #winner_list .list_box b{
        display: block;
        margin: 0 auto;
        font-size: 0.22rem;
        font-weight: 600;
        color: #007ac2;
        margin-bottom: 0.1rem;
        line-height: 0.5rem;
        text-align: left;
        color: #fff;
        padding-left: 0.42rem;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        box-sizing: border-box;
    }
    #winner_ul .null {
        font-size: 0.18rem;
        line-height: 0.3rem;
        text-align: center;
        padding-top: 0.3rem;
    }
    .footer-roll-m{
        position: fixed;
        bottom: 0;
        box-sizing: border-box;
        display: flex;
        background-color: #1f3f59;
        height: 0.8rem;
        width: 100%;
        z-index: 2;
        align-items: center;
        justify-content: space-between;
    }
    .footer-roll-m p {
        color: #fff;
        font-size: 0.23rem;
        width: 100%;
        text-align: center;
    }
    .footer-roll-m a{
        background-color:#fad131 ;
        height: 100%;
        width: 3rem;
        line-height: 0.8rem;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        font-weight: 600;
        text-align: center;
    }
    .brand-info {
        position: relative;
        background-color: #e5e5e5;
        min-height: 3.9rem;
        color: #000;
        display: block;
        box-sizing: border-box;
        padding: 0 0.3rem;

    }
    .brand-info .box {
        display: block;
        width: auto;
    }

    .brand-info img {
        height: 0.8rem;
        width: 1.96rem;
        margin-top: 0.3rem;
        margin-right: 0;
    }

    .brand-info ul h1 {
        font-size: 0.3rem;
        margin-top: 0.25rem;
        margin-bottom: 0.3rem;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';

    }

    .brand-info ul p {
        font-size: 0.16rem;
        font-weight: 500;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        line-height: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .rule_m {
        font-weight: 600;
        font-size: 14px;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        color: #000;
    }
    .rule_m p {
        font-weight: normal;
        margin-bottom: 0.2rem;
    }
    .info-item{
        margin-bottom: 0.2rem;
    }
    .down-pdf {
        text-align: center;
        padding-top: 0.24rem;
    }
    .down-pdf div img {
        margin-bottom: 0.2rem;
        height: 1.38rem;
        width: 1rem;
    }
    .title-right-text p {
        display: none;
    }

    .title-right-text_m {
        display: block;
    }

    .pc_itme {
        display: none !important;
    }

    .wrapper {
        width: 100%;
        clear: both;
        margin-bottom: 0.5rem;
    }

    .container {
        margin: 0 .3rem 0 .3rem;
    }

    #top {
        display: none;
    }

    #append_parent .close {
        /* top: -20px; */
        width: 20px;
        height: 20px;
    }

    h2 {
        display: none;
    }

    .promotion_video>.flex {
        flex-wrap: wrap;
    }

    .promotion_video .tit_box {
        padding: 0;
        width: 100%;
    }

    .tit_box .hd_word {
        position: relative;
        padding-top: .1rem;
        font-size: .3rem;
        min-height: .45rem;
        line-height: 1.2;
        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;
    }

    .play_box {
        height: auto;
        width: 100%;
    }

    .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;
        margin-top: 0;
        margin-right: 1rem;
    }

    .zoom_items .item {
        margin-bottom: 0;
    }

    .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;
    }

    .doc_down {
        display: inline-block;
        margin: 0.05rem auto 0;
        width: 1.5rem;
        line-height: 0.45rem;
        text-align: center;
        background-color: #fad131;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        border-radius: 4px;
        font-weight: 600;
        color: #000;
        font-size: 0.16rem;
    }

    .questions .cont {
        overflow: hidden;
        height: auto;
        padding: 1rem .1rem;
        background-image:none;
        font-size: .22rem;
        display: block;
    }
    .questions .q {
        font-size: .22rem;
        text-indent: .22rem;
        margin-bottom: 0.1rem;
        border-left: 0.16rem solid #fcc800;
        text-indent: 0.16rem;
        line-height: 1;
        font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
        font-weight: 600;
    }

    .questions .a {
        margin-bottom: .8rem;
    }

    .questions .a label {
        margin-right: .25rem;
    }

    .questions .a input {
        margin-right: .1rem;
        vertical-align: -.04rem;
    }

    .questions button {
        position: static;
        width: 1.8rem;
        line-height: .6rem;
        font-size: .24rem;
        margin-left: 2.3rem;
    }
    .roll-text{
        font-size: 0.14rem;
    }
    .lotter_alert.layui-layer {
        width: 50% !important;
    }

    .nav_bar {
        display: block;
        top: 0;
        height: 60px;
        z-index: 10;
        padding: 0 10px;
        box-sizing: border-box;
        background-color: #1f3f59;
    }

    .nav_bar ul li {
        padding: 0 .3rem;
        height: 60px;
        line-height: 60px;
        font-size: .3rem;
    }

    .dib {
        color: #fff;
    }

    .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: .5rem 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 {
        padding-top: .2rem;
    }

    .qr_img img {
        width: 2rem;
        height: 2rem;
        margin-bottom: 0;
    }

    .about_box {
        display: none;
        padding: .5rem;
        margin: .6rem auto 1rem auto;
    }
    .about_box_m {
        display: block;
        border: 2px solid #000;
        border-radius: 0.1rem;
        padding: 0.2rem 0.2rem;
        box-sizing: border-box;
        margin: 0.3rem auto 0.5rem auto;
        font-size: 0.12rem;
    }
    .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: 0.2rem;
        display: block;
        margin-right: 0;
    }
.concat-and-qrcode{
    display: flex;
    justify-content: space-between;
}

    #prize_area {
        padding: 0;
    }

    #prilist {
        width: 100%;
        margin: 0 auto;
    }

    #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;
        display: none;

    }

    .play {
        top: -0.6rem
    }

    .footer {
        display: none;
    }

    .about img {
        bottom: 22px;
    }
    #winner_list {
        position: relative;
        right: 0;
        top: 0;
    }

    .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 {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        color: #2F318B;
    }

    .lotteryed {
        width: 30% !important;
    }
}

@media screen and (max-width: 320px) {
    .pop_window {
        top: -2%;
    }

    #submit_form .inline_dl select {
        width: 90px;
    }
    .down-text-box > p{
        position: relative;
        height: 1.65rem;
    }
    .down-text-box > p::after {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #fff;
    }
}