.m_nav{
    display: none;
}
.m_show{
    display: none;
}
.is_allow{
    cursor: pointer;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
div{
    box-sizing: border-box;
}
/*title*/
.title{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title h3{
    display: inline-block;
    font-size: 26px;
    font-weight: 700;
    color: #202020;
    margin:0 13px;
}
.title h3.m_show {
    display: none;
}
/*title*/
/*section*/
.section{
    padding-top: 50px;
    padding-bottom: 50px;
}
/*section*/
/*nav*/
.nav{
    position: fixed;
    top:30px;
    left:0px;
    right:0px;
    height:80px;
    background: linear-gradient(90deg,#1f55ff, #06b9ff);
}
.nav_list{
    height: 80px;
}
.nav_list li a{
    color:#fff;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 80px;
    padding:0px 20px;
}
.nav_list li:hover a{
    background: #1679ff;
}
.nav_list li.active a{
    background: #1679ff;
}
/*nav*/
/*banner*/
.banner{
    margin-top: 100px;
}
.banner img{
    width: 100%;
    vertical-align: middle;
}
/*banner*/
/*section2*/
.section2{

background: #fbfbfb;
}
.prize_list{
    padding-top: 50px;
}
.rule_box{
    background: #fff;
    padding:40px;
}
.prize_list>div{
    width: 25%;
    text-align: center;
    font-size:16px;
}
.prize_list>div p{
    padding:15px 0px 80px 0px;
}
.rule_text>p{
    width: 680px;
    font-size: 12px;
    line-height: 24px;
}
.rule_text>p:nth-child(1){
    font-size: 16px;
    color: #202020;
    margin-bottom: 5px;
}
.rule_text>p span{
    color:#118BFF;
}
.rule_link{
    padding-top: 20px;
}
.rule_link>div{
    padding-right: 43px;
}
.rule_link>div img{
    margin-right: 14px;
}
/*section1*/
.section1_text{
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-bottom: 25px;
}
.sence{
    width: 85px;
    height: 500px;
    transition: all 1s;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.sence>div{
    transition: all 1s;
}
.sence.active{
    width: 1030px;
}
.title_tip{
    position: absolute;
    top: 440px;
    left: 0px;
    right: 0px;
    background-color: rgba(0,0,0,0.3);
    height: 60px;
    display: flex;
    align-items: center;
}
.title_tip span{
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    border-left: 6px solid #0ca0ff;
    padding-left: 22px;
    color: #fff;
}
.sence .active_hide{
    display: block;
}
.sence .active_show{
    display: none;
}
.sence.active .active_show{
    display: block;
}
.sence.active .active_hide{
    display: none;
}

.sence1.active{
    background:url(../images/sence1_show.png) left  no-repeat;
    background-size: 100%;

}
.sence1{
    background:url(../images/sence1_hide.png) left  no-repeat;
    background-size: 100%;
    background-color: rgb(0, 25 ,64,0.5);
}

.sence2.active{
    background:url(../images/sence2_show.png) left  no-repeat;
    background-size: 100%;

}
.sence2{
    background:url(../images/sence2_hide.png) left  no-repeat;
    background-size: 100%;
    background-color: rgb(0, 25 ,64,0.5);
}
.sence3.active{
    background:url(../images/sence3_show.png) left  no-repeat;
    background-size: 100%;
}
.sence3 {
    background:url(../images/sence3_hide.png) left no-repeat;
    background-size: 100%; 
    background-color: rgb(0, 25 ,64,0.5);
}
.sence{
    position: relative;
}
.sence:after{
    content:"";
    position: absolute;
    top:0;
    left: 0px;
    bottom: 0;
    right: 0px;
    background-color: rgba(0,0,0,0.6);
}
.sence.active:after{
    display: none;
}
.sence_box .active_show{
    position: relative;
}

.sence_box .active_hide{
    position: relative;
    z-index: 2;
}
.sence_box .active_hide p{
    width: 8px;
    height: 27px;
    font-size: 18px;
    position: relative;
    top:20px;
    padding-left: 10px;
    color: #fff;
}
.sence_box .active_hide p:after{
    content: "";
    position: absolute;
    top:0px;
    left: 0px;
    width: 6px;
    height: 35px;
    background: #0ca0ff;

}
.sence_show_box{
    position:absolute;
    top:0px;
    left: 0px;
}
.sence_show_box1{
    top: 145px;
    left: 334px;

}
.sence_show_box2{
    top: 363px;
    left: 436px;
}
.sence_show_box3{
    top: 383px;
    left: 483px;
}
.sence_show_box4{
    top: 45px;
    left: 761px;
}
.sence_show_box5{
    top: 363px;
    left: 753px;
}
.sence_show_tip{
    text-align: center;
    background: rgba(17 ,139 ,255,0.5);
    border: 1px solid rgba(255,255,255,0.10);
    padding: 4px 0px;
    border-radius: 40px;
    transition: all 0.5s;
    position: absolute;
    height: 30px;
    font-size: 15px;
}
.sence_show_tip:hover{
    transform: scale(1.2);
}
.section1_tip{
    text-align: right;
    color:#333;
    padding-top: 10px;
}
.section1_tip>span{
    color:#118BFF;
}
.sence_show_1_tip{
    top: -23px;
    left: -176px;
    width: 90px;
}
.sence_show_2_tip{
    top: 11px;
    left: -205px;
    width: 109px;
}
.sence_show_3_tip{
    top: -81px;
    left: 66px;
    width: 105px;
}
.sence_show_4_tip{
    top: -24px;
    left: -210px;
    width: 123px;
}
.sence_show_5_tip{
    top: -81px;
    left: 86px;
    width: 105px;
}
.sence_show_tip>span:nth-child(1){
    display:inline-block;
    width:17px;
    height:17px;
    text-align:center;
    line-height:17px;
    background:#fff;
    color: #118bff;
    font-size: 12px;
    border-radius: 50%;
}
.sence_show_tip>span:nth-child(2){
    display:inline-block;
    color: #fff;
    margin-left: 4px;
}
.sence_show_box .spot{
    width:14px;
    height: 14px;
    border-radius:50%; 
    background: rgba(255,255,255,0.80);
    position: absolute;
    cursor: pointer;
    z-index: 1;
}
.sence_show_box .spot:after{
    content:"";
    position: absolute;
    width: 14px;
    height: 14px;
    top:50%;
    left:50%;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    -webkit-animation:spot-pulse-berry 3s cubic-bezier(.19,1,.22,1)  infinite both;
    animation:spot-pulse-berry 3s cubic-bezier(.19,1,.22,1) infinite both
}
.sence_show_box .line{
    position: absolute;
    top: -31px;
    right: -113px;
}
.sence_show_box1 .line{
    top: -29px;
    right: -85px;
}
.sence_show_box2 .line{
    top: -29px;
    right: -85px;
}
.sence_show_box3 .line{
    top: -25px;
    right: -97px;
}
.sence_show_box1 .line:after{
    content: "";
    position: absolute;
    top: 19px;
    left: -105px;
    width: 1px;
    height: 36px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(90deg);
}
.sence_show_box1 .line:before{
    content: "";
    position: absolute;
    top: 6px;
    left: -147px;
    width: 1px;
    height: 51px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(103deg);
}

.sence_show_box2 .line:after{
    content: "";
    position: absolute;
    top: 19px;
    left: -105px;
    width: 1px;
    height: 36px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(90deg);
}
.sence_show_box2 .line:before{
    content: "";
    position: absolute;
    top: 15px;
    left: -153px;
    width: 1px;
    height: 61px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(73deg);
}

.sence_show_box3 .line:after{
    content: "";
    position: absolute;
    top: -13px;
    left: -67px;
    width: 1px;
    height: 54px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(52deg);
}
.sence_show_box3 .line:before{
    content: "";
    position: absolute;
    top: -34px;
    left: -37px;
    width: 1px;
    height: 34px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(33deg);
}
.sence_show_box4 .line:after{
    content: "";
    position: absolute;
    top: 20px;
    left: -133px;
    width: 1px;
    height: 36px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(90deg);
}
.sence_show_box4 .line:before{
    content: "";
    position: absolute;
    top: 7px;
    left: -176px;
    width: 1px;
    height: 51px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(103deg);
}
.sence_show_box5 .line:after{
    content: "";
    position: absolute;
    top: -29px;
    left: -32px;
    width: 1px;
    height: 36px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(49deg);
}
.sence_show_box5 .line:before{
    content: "";
    position: absolute;
    top: -14px;
    left: -72px;
    width: 1px;
    height: 63px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(60deg);
}
@-webkit-keyframes spot-pulse-berry{
    0%{box-shadow:0 0 0 0 rgba(0,151,253,0.6)}
    100%{box-shadow:0 0 0 16px  rgba(0,151,253,0)}
}
@keyframes spot-pulse-berry{
    0%{box-shadow:0 0 0 0 rgba(0,151,253,0.6)}
    100%{box-shadow:0 0 0 16px  rgba(0,151,253,0)}
}

/*第二个图片*/

.sence_show_box21{
    top: 218px;
    left: 152px;

}
.sence_show_box22{
    top: 403px;
    left: 93px;
}
.sence_show_box23{
    top: 390px;
    left: 458px;
}
.sence_show_box24{
    top: 283px;
    left: 735px ;
}
.sence_show_box25{
    top: 75px;
    left: 710px;
}
.sence_show_box26{
    top: 50px;
    left: 620px;
}
.sence_show_box21 .line:after{
    content: "";
    position: absolute;
    top: -1px;
    left: -83px;
    width: 1px;
    height: 43px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(56deg);
}
.sence_show_box21 .line:before{
    content: "";
    position: absolute;
    top: -28px;
    left: -52px;
    width: 1px;
    height: 42px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(39deg);
}

.sence_show_box22 .line:after{
    content: "";
    position: absolute;
    top: 9px;
    left: -88px;
    width: 1px;
    height: 36px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(61deg);
}
.sence_show_box22 .line:before{   
    content: "";
    position: absolute;
    top: -14px;
    left: -62px;
    width: 1px;
    height: 36px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(37deg);
}

.sence_show_box23 .line:after{
    content: "";
    position: absolute;
    top: 14px;
    left: -142px;
    width: 1px;
    height: 54px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(85deg);
}
.sence_show_box23 .line:before{
    content: "";
    position: absolute;
    top: 18px;
    left: -189px;
    width: 1px;
    height: 41px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(102deg);
}
.sence_show_box24 .line:after{
    content: "";
    position: absolute;
    top: 43px;
    left: -100px;
    width: 1px;
    height: 23px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(155deg);
}
.sence_show_box24 .line:before{
    content: "";
    position: absolute;
    top: 57px;
    left: -82px;
    width: 1px;
    height: 35px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(127deg);
}
.sence_show_box25 .line:after{
    content: "";
    position: absolute;
    top: 40px;
    left: -101px;
    width: 1px;
    height: 29px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(-14deg);
}
.sence_show_box25 .line:before{
    content: "";
    position: absolute;
    top: 61px;
    left: -81px;
    width: 1px;
    height: 46px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(-47deg);
}
.sence_show_box26 .line:after{
    content: "";
    position: absolute;
    top: 45px;
    left: -159px;
    width: 1px;
    height: 36px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(79deg);
}
.sence_show_box26 .line:before{
    content: "";
    position: absolute;
    top: 35px;
    left: -127px;
    width: 1px;
    height: 32px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(60deg);
}
.sence_show_21_tip{
    top: -83px;
    left: -2px;
    width: 90px;
}
.sence_show_22_tip{
    top: -68px;
    left: -15px;
    width: 120px;
}
.sence_show_23_tip{
    top: -13px;
    left: -213px;
    width: 119px;
}
.sence_show_24_tip{
    top: 54px;
    left: 27px;
    width: 105px;
}
.sence_show_25_tip{
    top: 57px;
    left: 48px;
    width: 105px;
}
.sence_show_26_tip{
    top: 22px;
    left: -167px;
    width: 105px;
}
/*第二个图片*/

/*第3个图片*/

.sence_show_box31{
    top: 337px;
    left: 121px;

}
.sence_show_box32{
    top: 413px;
    left: 241px;
}
.sence_show_box33{
    top:257px;
    left: 369px;
}
.sence_show_box34{
    top: 240px;
    left: 526px;
}
.sence_show_box35{
    top:323px;
    left:853px;
}
.sence_show_box31 .line:after{
    content: "";
    position: absolute;
    top: -1px;
    left: -94px;
    width: 1px;
    height: 32px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(29deg);
}
.sence_show_box31 .line:before{
    content: "";
    position: absolute;
    top: -23px;
    left: -75px;
    width: 1px;
    height: 29px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(51deg);
}

.sence_show_box32 .line:after{
    content: "";
    position: absolute;
    top: 18px;
    left: -127px;
    width: 1px;
    height: 29px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(-74deg);
}
.sence_show_box32 .line:before{ 
    content: "";
    position: absolute;
    top: 14px;
    left: -144px;
    width: 1px;
    height: 17px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(-37deg);
}

.sence_show_box33 .line:after{
    content: "";
    position: absolute;
    top: 41px;
    left: -95px;
    width: 1px;
    height: 27px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(134deg);
}
.sence_show_box33 .line:before{
    content: "";
    position: absolute;
    top: 46px;
    left: -64px;
    width: 1px;
    height: 41px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(98deg);
}
.sence_show_box34 .line:after{
    content: "";
    position: absolute;
    top: 19px;
    left: -90px;
    width: 1px;
    height: 23px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(68deg);
}
.sence_show_box34 .line:before{
    content: "";
    position: absolute;
    top: 8px;
    left: -62px;
    width: 1px;
    height: 35px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(87deg);
}
.sence_show_box35 .line:after{
    content: "";
    position: absolute;
    top: 40px;
    left: -101px;
    width: 1px;
    height: 29px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(-14deg);
}
.sence_show_box35 .line:before{
    content: "";
    position: absolute;
    top: 61px;
    left: -81px;
    width: 1px;
    height: 46px;
    background: rgba(41, 151, 255,0.6);
    transform: rotate(-47deg);
}
.sence_show_31_tip{
    top: -67px;
    left: 49px;
    width: 103px;
}
.sence_show_32_tip{
    top: -32px;
    left: -155px;
    width: 120px;
}
.sence_show_33_tip{
    top: 24px;
    left: 70px;
    width: 109px;
}
.sence_show_34_tip{
    top: -20px;
    left: 69px;
    width: 109px;
}
.sence_show_35_tip{
    top: 57px;
    left: 48px;
    width: 105px;
}
/*第3个图片*/
/*section1*/
/*section2*/
.section3 .company_info{
    width: 854px;
}
.section3 .company_info img{
    margin-bottom: 31px;
}
.section3 .company_info p{
    font-size: 16px;
    color: #727172;
    line-height: 30px;

}
.section3 .company_info p a{
    color:#118BFF;
    opacity: 0.8;
}
.section3 .company_info p a:hover{
    opacity: 1;
}
.section3  .company_code{
    text-align: center;
    color: #7d7d7d;
}
.section3  .company_code img{
    margin-bottom: 19px;
}
/*aside*/
.aside{
    position:fixed;
    top:45%;
    right:67px;
    z-index: 2;
}
.aside a{
    display: block;
    margin:0 auto;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    width: 148px;
    height: 46px;
    background: #1679ff;
    border: 3px solid rgba(63,89,245,0.50);
    border-radius: 26px;
    margin-top:-24px;
    position: relative;
    z-index: 1;
}
.aside a:hover{
    background: #0065EE;
}
/*aside*/
.window_pop{
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
}
.window_pop_content_box{
    position: fixed;
    width: 800px;
    height: 700px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 16px;
    background-color: #fff;
    padding-top:40px ;
}
.window_pop .window_pop_close{
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    top: 12px;
    right: 12px;
    line-height: 40px;
    text-align: center;
}
.window_pop_title ,.window_pop_content{
    padding-left: 24px;
}
.window_pop_content{
    height:calc(100% - 200px);
    overflow-y: auto;
    padding-right: 12px;
    margin-right: 10px;
}
.window_pop_title{
    margin-bottom: 38px;
}
.window_pop_title li{
    min-width: 167px;
    padding:0px 17px;
    box-sizing: border-box;
    height: 52px;
    background: #3a5c8a;
    border-radius: 4px;
    line-height: 52px;
    text-align: center;
    font-size:22px;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
}
.window_pop_title li.active{
    background: #1679ff;
}
.window_pop_title li:hover{
    background: #1679ff;
}
.window_pop .window_pop_btn{
    position: absolute;
    left: 0px;
    right:0px;
    bottom:0px;
    height: 100px;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px 3px 20px 0px rgba(0,0,0,0.16); 
    display: flex;
    justify-content: center;
    align-items: center;
}
.window_pop_btn a{
    display: inline-block;
    width: 200px;
    height: 53px;
    background: #1679ff;
    border-radius: 4px;
    font-size: 22px;
    color: #ffffff;
    line-height: 53px;
    text-align: center;
    box-sizing: border-box;
}
.window_pop_btn a:hover{
    background: #0065EE;
}
.window_pop_content>div h2{
    font-size: 24px;
    color: #000000;
    line-height: 29px;
    margin-bottom: 10px;
}
.window_pop_content>div h2 span{
    color: #1679FF;
}
.window_pop_content>div h3{
    font-size: 20px;
    color: #666;
    line-height: 29px;
    margin-bottom:10px;
}
.window_pop_content>div p{
    font-size: 16px;
    color: #727172;
    line-height: 30px;
}
.window_pop_content>div a{
    color:#1679FF;
    font-size: 16px;
    margin-right:15px;
    display: inline-block; 
    margin-top: 5px;
}
.window_pop_content>div a.pop_link {
    font-size: 24px;
    margin-right: 0;
}

.window_pop_content>div a:hover{
    opacity:0.8;
}
/*滚动条样式*/
.window_pop_content::-webkit-scrollbar {
    width: 4px;    
    border-radius: 16px;
    /*height: 4px;*/
}
.window_pop_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border-radius: 16px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.window_pop_content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
    border-radius: 0;
    background: rgba(0,0,0,0);

}
.aside_m{
    display: none;
}
@media screen and (max-width: 750px) {

    #top{
        display: none;
    }
    .aside{
        display: none;
    }
    .pc_show{
        display: none;
    }
    .title .pc_show{
        display: none;
    }
    .m_show{
        display: inherit;
    }
    html{
        font-size: 13.333333333vw;
    }
    body,.wrap{
        width: 100%;
    }
    .section {
        padding: 0.5rem 0.3rem;
        box-sizing: border-box;
    }
    .nav{
        top:0px;
        padding:0 0.3rem;
        height: 0.88rem;
    }
    .nav .logo{
        width: 0.91rem;
    }
    .nav_list {
        height: 0.88rem;
    }
    .nav_list li a {
        font-size: 0.28rem;
        line-height: 0.88rem;
        padding: 0px 0.2REM;
    }
    .banner {
        margin-top: 0.88rem;
    }
    .title img{
        width: 0.99rem;
    }
    .title h3 {
        font-size: 0.34rem;
        margin-bottom: 0.2rem;
    }
    .title h3.m_show {
        display: inline-block;
    }
    .section1_text{
        font-size: 0.18rem;
        margin-bottom: 0.38rem;
    }
    .sence .active_hide{
        display: none;
    }
    .sence{
        display: none;
        height: 3.8rem;
    }
    .sence.active{
        display: block;
        width: 100%;
    }
    .sence_nav{
        margin-bottom: 10px;
    }
    .sence_nav li{
        width: 33%;
        height: 0.6rem;
        border-radius: 3px 0px 0px 3px;
        line-height: 0.6rem;
        font-size: 0.28rem;
        text-align: center;
        color: #ffffff;
        background: #1679ff;
    }
    .sence_nav li.active{
        background: #0ca4ff;

    }
    .sence1.active {
        background: url(../images/sence1_show_m.png) left top no-repeat;
        background-size: 6.9rem 3.8rem;
    }
    .sence2.active {
        background: url(../images/sence2_show_m.png)  left top no-repeat;
        background-size: 6.9rem 3.8rem;
    }
    .sence3.active {
        background: url(../images/sence3_show_m.png)  left top no-repeat;
        background-size: 6.9rem 3.8rem;
    }
    .sence .title_tip{
        display: none;
    }
    .sence_show_tip {
        text-align: center;
        background: rgba(17 ,139 ,255,0.5);
        border: 1px solid rgba(255,255,255,0.10);
        padding: 0.1rem 0.1rem;
        border-radius: 20px;
        transition: all 0.5s;
        position: absolute;
        height: 0.35rem;
        font-size: 0.18rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .sence_show_box .spot {
        width: 0.5rem;
        height: 0.5rem;
        background: transparent;
        top: -0.1rem;
        left: -0.2rem;
    }
    .sence_show_box .spot:before {
        content:"";
        position: absolute;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 0.2rem;
        height:  0.2rem;
        border-radius: 50%;
        background: rgba(255,255,255,0.80);
        position: absolute;
        cursor: pointer;
        z-index: 1;
    }
    .sence_show_tip>span:nth-child(1) {
        display: inline-block;
        width: 0.2rem;
        height: 0.2rem;
        text-align: center;
        line-height: 0.2rem;
        background: #fff;
        color: #118bff;
        font-size: 0.12rem;
        border-radius: 50%;
    }
    .sence_show_tip>span:nth-child(2) {
        display: inline-block;
        color: #fff;
        margin-left: 4px;
        /* display: flex; */
        width: auto;
        word-break: keep-all;
    }
    /*sence1*/
    .sence_show_box1 {
        top: 1.09rem;
        left: 2.02rem;
    }
    .sence_show_box1 .line:after {
        content: "";
        position: absolute;
        top: 0.35rem;
        left: -2.2rem;
        width: 1px;
        height: 0.2rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(90deg);
    }
    .sence_show_box1 .line:before {
        content: "";
        position: absolute;
        top: 0.2rem;
        left: -2.5rem;
        width: 1px;
        height: 0.41rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(103deg);
    }
    .sence_show_1_tip {
        top: -0.2rem;
        left: -1.85rem;
        width: auto;
        line-height: 0.12rem;
    }
    .sence_show_box2 {
        top: 2.6rem;
        left: 2.5rem;
    }
    .sence_show_box2 .line:after {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: -2.2rem;
        width: 1px;
        height: 0.36rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(90deg);
    }
    .sence_show_box2 .line:before {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: -2.63rem;
        width: 1px;
        height: 0.5rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(73deg);
    }
    .sence_show_2_tip {
        top: 0.2rem;
        left: -2.3rem;
        width: auto;
    }
    .sence_show_box3 {
        top: 2.88rem;
        left: 2.94rem;
    }
    .sence_show_box3 .line:after {
        content: "";
        position: absolute;
        top: 0rem;
        left: -1.7rem;
        width: 1px;
        height: 0.5rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(52deg);
    }
    .sence_show_box3 .line:before {
        content: "";
        position: absolute;
        top: -0.3rem;
        left: -1.4rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(27deg);
    }
    .sence_show_3_tip {
        top: -0.8rem;
        left: 0.6rem;
        width: auto;
    }
    .sence_show_box4 {
        top: 0.3rem;
        left: 4.85rem;
    }
    .sence_show_box .line {
        position: absolute;
        top: -0.3rem;
        right: -2rem;
    }
    .sence_show_box4 .line:before {
        content: "";
        position: absolute;
        top: 0.28rem;
        left: -2.54rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(103deg);
    }
    .sence_show_box4 .line:after {
        content: "";
        position: absolute;
        top: 0.34rem;
        left: -2.2rem;
        width: 1px;
        height: .3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(80deg);
    }
    .sence_show_4_tip {
        top: 0rem;
        left: -2.4rem;
        width: auto;
    }
    .sence_show_box5 {
        top: 2.6rem;
        left: 4.95rem;
    }
    .sence_show_box5 .line:before {
        content: "";
        position: absolute;
        top: -0.08rem;
        left: -1.6rem;
        width: 1px;
        height: 0.63rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(60deg);
    }
    .sence_show_box5 .line:after {
        content: "";
        position: absolute;
        top: -0.2rem;
        left: -1.2rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(49deg);
    }
    .sence_show_5_tip {
        top: -0.78rem;
        left: 0.4rem;
        width: auto;
    }
    /*sence1*/
    /*sence2*/
    .sence_show_box21 {
        top: 1.84rem;
        left: 1.1rem;
    }
    .sence_show_box21 .line:after {
        content: "";
        position: absolute;
        top: 0.1rem;
        left: -2rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(-18deg);
    }
    .sence_show_box21 .line:before {
        content: "";
        position: absolute;
        top: -0.18rem;
        left: -1.95rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(39deg);
    }
    .sence_show_21_tip {
        top: -0.75rem;
        left: -0.8rem;
        width: auto;
    }
    .sence_show_box22 {
        top: 3.15rem;
        left: 0.86rem;
    }
    .sence_show_box22 .line:after {
        content: "";
        position: absolute;
        top: 0.17rem;
        left: -1.8rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(61deg);
    }
    .sence_show_box22 .line:before {
        content: "";
        position: absolute;
        top: -0.1rem;
        left: -1.5rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(37deg);
    }
    .sence_show_22_tip {
        top: -0.7rem;
        left: -0.3rem;
        width: auto;
    }
    .sence_show_box23 {
        top: 3.19rem;
        left: 3.47rem;
    }
    .sence_show_box23 .line:after {
        content: "";
        position: absolute;
        top: 0.4rem;
        left: -2.2rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(59deg);
    }
    .sence_show_box23 .line:before {
        content: "";
        position: absolute;
        top: 0.45rem;
        left: -2.45rem;
        width: 1px;
        height: 0.28rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(102deg);
    }
    .sence_show_23_tip {
        top: 0.15rem;
        left: -2.3rem;
        width: auto;
    }
    .sence_show_box24 {
        top: 2.24rem;
        left: 4.9rem;
    }
    .sence_show_box24 .line:after {
        content: "";
        position: absolute;
        top: 0.5rem;
        left: -1.9rem;
        width: 1px;
        height: 0.23rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(155deg);
    }
    .sence_show_box24 .line:before {
        content: "";
        position: absolute;
        top: 0.7rem;
        left: -1.7rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(127deg);
    }
    .sence_show_24_tip {
        top: 0.56rem;
        left: 0.2rem;
        width: auto;
    }
    .sence_show_box25 {
        top: 0.82rem;
        left: 4.77rem;
    }
    .sence_show_box25 .line:after {
        content: "";
        position: absolute;
        top: 0.6rem;
        left: -1.9rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(-14deg);
    }
    .sence_show_box25 .line:before {
        content: "";
        position: absolute;
        top: 0.8rem;
        left: -1.7rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(-47deg);
    }
    .sence_show_25_tip {
        top: 0.84rem;
        left: 0.3rem;
        width: auto;
    }
    .sence_show_box26 {
        top: 0.63rem;
        left: 4.09rem;
    }
    .sence_show_box26 .line:after {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: -2.3rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(79deg);
    }
    .sence_show_box26 .line:before {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: -2.7rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(99deg);
    }
    .sence_show_26_tip {
        top: -0.15rem;
        left: -2.3rem;
        width: auto;
    }
    /*sence2*/
    /*sence3*/
    .sence_show_box31 {
        top: 2.52rem;
        left: 0.97rem;
    }
    .sence_show_box31 .line:after {
        content: "";
        position: absolute;
        top: -0rem;
        left: -1.74rem;
        width: 1px;
        height: 0.32rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(29deg);
    }
    .sence_show_box31 .line:before {
        content: "";
        position: absolute;
        top: -0.23rem;
        left: -1.55rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(51deg);
    }
    .sence_show_31_tip {
        top: -0.8rem;
        left: -0.5rem;
        width: auto;
    }
    .sence_show_box32 {
        top: 3.31rem;
        left: 1.9rem;
    }
    .sence_show_box32 .line:after {
        content: "";
        position: absolute;
        top: 0.3rem;
        left: -2.2rem;
        width: 1px;
        height: 0.2rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(-74deg);
    }
    .sence_show_box32 .line:before {
        content: "";
        position: absolute;
        top: 0.2rem;
        left: -2.4rem;
        width: 1px;
        height: 0.2rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(-37deg);
    }
    .sence_show_32_tip {
        top: -0.4rem;
        left: -1.2rem;
        width: auto;
    }
    .sence_show_box33 {
        top: 1.87rem;
        left: 2.92rem;
    }
    .sence_show_box33 .line:after {
        content: "";
        position: absolute;
        top: 0.45rem;
        left: -1.8rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(134deg);
    }
    .sence_show_box33 .line:before {
        content: "";
        position: absolute;
        top: 0.5rem;
        left: -1.5rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(98deg);
    }
    .sence_show_33_tip {
        top: 0.3rem;
        left: 0.6rem;
        width: auto;
    }
    .sence_show_box34 {
        top: 1.67rem;
        left: 3.89rem;
    }
    .sence_show_box34 .line:after {
        content: "";
        position: absolute;
        top: .15rem;
        left: -1.7rem;
        width: 1px;
        height: 0.3rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(68deg);
    }
    .sence_show_box34 .line:before {
        content: "";
        position: absolute;
        top: 0rem;
        left: -1.4rem;
        width: 1px;
        height: 0.4rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(79deg);
    }
    .sence_show_34_tip {
        top: -.3rem;
        left: 0.8rem;
        width: auto;
    }
    .sence_show_box35 {
        top: 2.25rem;
        left: 5.99rem;
    }
    .sence_show_box35 .line:after {
        content: "";
        position: absolute;
        top: 0.5rem;
        left: -2.2rem;
        width: 1px;
        height: 0.6rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(29deg);
    }
    .sence_show_box35 .line:before {
        content: "";
        position: absolute;
        top: 1.1rem;
        left: -2.5rem;
        width: 1px;
        height: .2rem;
        background: rgba(41, 151, 255,0.6);
        transform: rotate(47deg);
    }
    .sence_show_35_tip {
        top: 1.0rem;
        left: -1.9rem;
        width: auto;
    }
    /*sence3*/
    .prize_list {
        padding-top: 0.5rem;
        flex-flow: wrap;
    }
    .prize_list>div p {
        padding: 0.2rem;
        padding-bottom: 0.3rem;
        font-size: 0.22rem;
    }
    .prize_list>div{
        width: 50%;
        text-align: center;
    }
    .prize_list>div img{
        width: 94%;
    }
    .rule_box {
        background: #fff;
        padding: 0.3rem 0.2rem;
        display: block;
    }
    .rule_text>p{
        width: 100%;
    }
    .rule_link{
        display: block;
    }
    .rule_link>div {
        padding-right: 0;
        margin-bottom: 0.33rem;
    }
    .rule_code{
        text-align: center;
    }
    .rule_code p{
        padding: 0.2rem 0;
        color:#7D7D7D;
    }
    .section3  .wrap{
        display: block;
    }
    .section3 .company_info{
        width: 100%;
    }
    .section3 .company_info img {
        margin-bottom: 0.3rem;
        width: 1.6rem;
    }
    .section3 .company_info p {
        font-size: 0.2rem;
        line-height: 0.4rem;
        margin-bottom: 0.6rem;
    }
    .section3 .company_code img{
        margin-bottom: 0px;
    }
    .section3{
        padding-bottom: 3rem;
    }
    .footer{
        display: none;
    }
    .aside_m{
        position: fixed;
        left: 0px;
        bottom: 0px;
        right:0px;
        height: 1.98rem;
        background: #2682ff;
        display: flex;
        justify-content: center;
        align-content: center;
    }
    .aside_m a{
        width: 2.2rem;
        height: 0.68rem;
        line-height: 0.68rem;
        text-align: center;
        color: #1679ff;
        font-size: 0.28rem;
        background: #ffffff;
        border-radius: 34px;
        margin-top: 0.65rem;
    }
    .window_pop_content_box {
        position: fixed;
        width: 90%;
        height: 80vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 0;
        background-color: #fff;
        padding-top: 47px;
    }
    .window_pop_title li {
        width:auto;
        min-width: 1.2rem;
        padding: 0;
        box-sizing: border-box;
        height:auto; 
        background: #3a5c8a;
        border-radius: 4px;
        text-align: center;
        font-size: 0.2rem;
        cursor: pointer;
        color: #fff;
        margin-right: 0.1rem;
        line-height: 0.35rem; 
        display: flex;
        align-items: center;
        justify-content: center;
         padding: 0.1rem 0.1rem; 
    }
    .window_pop_title li:nth-child(4){
        width: 1.2rem;
    }
    .window_pop_title li:nth-child(3){
        width: 1.2rem;
    }
    .window_pop_title, .window_pop_content {
        padding-left: 0.24rem;
    }
    .window_pop_title {
        margin-bottom: 0.38rem;
    }
    .window_pop_content>div h2 {
        font-size: 0.24rem;
        color: #000000;
        line-height: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .window_pop_content>div h3 {
        font-size: 0.2rem;
        color: #666;
        line-height: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .window_pop_content>div p {
        font-size: 0.18rem;
        color: #727172;
        line-height: 0.5rem;
    }
    .window_pop_content>div a {
        font-size: 0.18rem;
        margin-right: 0.3rem;
    }
    .window_pop_content>div a.pop_link {
        font-size: 0.18rem;
    }
    .window_pop_btn a {
        display: inline-block;
        width: 2rem;
        height: 0.68rem;
        background: #1679ff;
        border-radius: 4px;
        font-size: 0.24rem;
        color: #ffffff;
        line-height: 0.68rem;
        text-align: center;
        box-sizing: border-box;
    }
    .window_pop .window_pop_btn{
        height: 1.2rem;
    }
    .window_pop_content {
        height: calc(100% - 160px);
    }
    .section1_tip{
        text-align: left;
        font-size: 12px;
    }
}