.is_pc{
    display: block;
}
.is_pc_flex{
    display: flex;
}
.is_mobile,.is_mobile_flex{
    display: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header{
    position: fixed;
    left: 0px;
    top: 30px;
    width: 100%;
    background: #fff;
    height: 80px;
    z-index: 100;
}
.header .flex-between{
    height: 80px;
}
.header .menu a{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #111c24;
    margin-left: 50px;
    cursor: pointer;
    line-height: 80px;
}
.header .menu a:hover,.header .menu a.act{
    color: #5A2A82;
}
.header .menu a:hover::after,.header .menu a.act::after{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -16px;     
    width: 32px;
    height: 4px;
    background: #5a2a82;
}
.part{
    width: 1200px;
    margin: 0 auto;
}
.partTitle{
    height: 45px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #5a2a82;
    line-height: 45px;
    padding-bottom: 50px;
    padding-top: 70px;
}
.word{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    color: #111c24;
    line-height: 32px;
}
.partList{
    padding-top:100px ;
    padding-bottom: 80px;
    align-items: flex-start;
}
.partList li{
    position: relative;
    width: 384px;
    height: 280px;
    box-sizing: border-box;
    padding-top:93px ;
    text-align: center;
    border-top: 12px solid #5A2A82;
    background: #ffffff;
    box-shadow: 0px 3px 8px 0px rgba(38,32,42,0.08)
}
.partList li::before{
    content:"";
    position: absolute;
    top:-61px ;
    left: 50%;
    width: 110px;
    height: 110px;
    margin-left: -55px;
}
.partList li:nth-child(1)::before{
    background: url(../images/p1_1.png) left top no-repeat;
    background-size: 100% 100%;
}
.partList li:nth-child(2)::before{
    background: url(../images/p1_2.png) left top no-repeat;
    background-size: 100% 100%;
}
.partList li:nth-child(3)::before{
    background: url(../images/p1_3.png) left top no-repeat;
    background-size: 100% 100%;
}
.partList h4{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #5a2a82;
    line-height: 32px;
}
.partList div{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #111c24;
    line-height: 28px;
    padding:24px 30px 0 ;
}
.wrap{
    position: relative;
}
.wrap2{
    background: url(../images/partBg2.png) left top no-repeat;
    background-size: 100% 100%;
}
.part2  .partTitle{
    padding-top: 80px;
}

.partList2 li{
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #111c24;
    line-height: 56px;
    background: #ffffff;
    border: 1px solid #ececec;
    box-sizing: border-box;
    cursor: pointer;
}
.partList2 li.active{
    color: #ffffff;
    background: #5a2a82;
    border-color: #5a2a82;
}
.partList2_2 li{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom:90px
}
.partList2_2 li img{
   width: 555px;
   height: 333px;
   margin-left: 50px;
}
.partList2_2 li:nth-child(2) img{
    width: 555px;
    height: 333px;
    margin-right: 50px;
    margin-left: 0px;
 }
 .partList2_2 li:nth-child(2),.partList2_2 li:nth-child(3){
    display: none;
 }
 .partList2_2 li h4{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #5a2a82;  
    line-height: 33px;
    margin-bottom: 20px;
 }
 .partList2_2 li div{
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    color: #111c24;
    line-height: 28px;
 }
 .spotImg{
    height: 320px;
    background: url(../images/fourImg.png) left top no-repeat; 
    background-size: 100% 100%;    
 }
 .seeAll{
    justify-content: center;
    height: 64px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background: #5a2a82;
    cursor: pointer;
 }
 .seeAll:hover{
     background: #66427D;
 }
 .seeAll img{
    width: 16px;
    height: 16px;
    margin-left: 10px;
 }
 .jjTry{
    position: relative;
    padding-top: 20px;
 }
 #spotAnimate{
    position: absolute;
    left: 50%;
    top: 0;
    width: 1130px;
    height: 160px;
    margin-left: -565px;
 }
.part{
    padding-bottom: 80px;
}
.wrap_3{
    position: relative;
}
.wrap_3::before{
    content:"";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 247px;
    height: 369px;
    background:url(../images/des1.png) left top no-repeat ; 
    background-size: 100% 100%;         
}
.wrap_3::after{
    content:"";
    position: absolute;
    right: 0px;
    top: 159px;
    width: 234px;
    height: 349px;
    background:url(../images/des2.png) left top no-repeat ; 
    background-size: 100% 100%;         
}
.wrap_4{
    background:url(../images/partBg4.png) left top no-repeat ; 
    background-size: 100% 100%;         
}
.part4{
    position: relative;
    padding-bottom: 116px;
}
.commonResource{
    width: 1060px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 30px;
}
.resourceItem li{
    position: relative;
    width: 340px;
    height: 255px;
    background: #fff;
    padding: 58px 24px 0;
    box-sizing: border-box;
    cursor: pointer;
}
.resourceItem li div{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 98px;
    line-height: 34px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}
.resourceItem li div::after{
    content:"";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 17px solid #fff;
    border-right: 5px solid #fff;
    display: block;
}
.resourceItem li div.bk{
    background: #12788a;
}
.resourceItem li div.bps{
    background: #99CC33;
}

.resourceItem li h4{
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #5a2a82;
    margin-bottom: 20px;
}
.resourceItem li span{
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #316aca;
}
.resourceItem li:hover{
    box-shadow: 0px 3px 8px 0px rgba(38,32,42,0.30); 
}
.resourceItem li:hover span{
    text-decoration: underline;
    color: #23527C;
}
.swiper-button-prev1,.swiper-button-next1{
   width: 48px; 
   height: 48px;
   top:269px;
  margin-top: 0px;
  outline: none;
}
.swiper-button-prev1{
    left: 0px;
    background: url(../images/prev.png) left top no-repeat;
    background-size: 100% 100%;
}
.swiper-button-next1{
    right: 0px;
    background: url(../images/next.png) left top no-repeat;
    background-size: 100% 100%;
}
.swiper-pagination1{
    width: 100%;
    text-align: center;
}
.swiper-pagination1 .swiper-pagination-bullet{
    width:16px ;
    height: 16px;
    margin: 0 8px;
    border: 1px solid #80539c;
    border-radius: 50%;
    background: none;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
    background: #80539c;
}
.aboutSs{
    width: 1200px;
    margin: 0 auto;
    padding-top:86px ;
    padding-bottom: 82px;
}
.aboutSs>img{
    width: 247px;
    height: 36px;
    display: block;
    margin-bottom: 40px;
}
.aboutWords{
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #111c24;
    line-height: 32px;
}
.aboutWords a{
    color: #316ACA;
}
.aboutWords a:hover{
    text-decoration: underline;
}
.aboutWords img{
    width: 260px;
    height: 219px;
    margin-left: 178px;
}
#bannerVideo{
    width: 100%;
    height: 500px; 
    max-height: 500px;
    padding-top: 0px;
    padding-bottom: 0px;
}
#bannerVideo>div{
    height: 100%;
} 
.top_height{
    height: 110px;
}
.fixedRight{
    position: fixed;
    bottom: 120px;
    right: 10px;
    width: 124px;
}
.rightImg{
    display: block;
    height: 109px ;
    position: relative;
    background: url(../images/rightImg.png) left top no-repeat;
    background-size: 100% 100%;
}
.rightImg::after{
    content:"";
    position: absolute;
    bottom: 0px;
    left: 2px;
    width: 120px;
    height:36px ;
    background:#5a2a82 ;
    z-index: -1;
}
.fixedRight ul{
    margin: 0 2px;
    width: 120px;
    padding:8px 5px 5px;
    background: #5a2a82;
    box-sizing: border-box;
}
.fixedRight ul li{
    width: 110px;
    line-height: 32px;
    background: #683592;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    margin-bottom: 1px;
    cursor: pointer;
}
.fixedRight ul li:hover{
    background: #80539c;
}
.fixedRight ul li.act{
    background: #80539c;
}
.fixedRight ul li.cj{
    background: #fcaf1a;
    line-height: 20px;
    padding-top: 6px;
    padding-bottom: 5px;
}
.fixedRight ul li.cj i{
    display: block;
    line-height: 17px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}
.fixedRight ul li.cj:hover{
    background: #E07C05;
}
.fixedRight ul li.cj .flex{
    justify-content: center;
}
.fixedRight ul li.cj img{
    width: 14px;
    height: 14px;
    margin-right: 4px;
}
.fixedRight ul li:last-child{
    justify-content: center;
}
.fixedRight ul li:last-child img{
    width: 10px;
    height: 8px;
    margin-right: 4px;
}
/*表单*/
.user_self_input .layui-layer-title{
    background: #5a2a82;
    color:#fff;
}
.user_self_input .layui-layer-setwin .layui-layer-close1 {
    background-position: 0 0px;
    cursor: pointer;
}
.user_self_input  .layui-layer-ico {
    background: url(../images/close.png) no-repeat;
}
.rule_activity{
    background: #f3f4f9;
    padding:20px;
    justify-content: space-between;
}
.rule_activity_left p{
    font-size:12px;
    line-height: 28px;
}
.rule_activity_left p i{
    font-style: normal;
    color:#5A2A82; 
}
.rule_activity_left span{
    font-size:12px;
    display:    inline-block;
    margin-right:   20px;
}
.rule_activity_left div span:last-child{
    margin-right:   0px;
}
.rule_activity_left>div
{
    padding-top: 10px;
}
.rule_activity_left span img{
    vertical-align: middle;
    margin-right:   5px;
}
.rule_activity_right {
    text-align: center;
}
.rule_activity_right  img{
    display: block;
    width: 124px;
    height: 124px;
}
.rule_activity_right p{
    font-size: 12px;
    color: #78787a;
    line-height:   28px;
}
#info_inputs{
    padding: 20px;
}
.collect_title{
    color:#FB4754;
    margin-bottom: 15px;
}
#info_inputs .inline_dl_flex {
    display: flex;
    width: 50%;
    margin-bottom: 20px;
    line-height: 40px;
}
#info_inputs .inline_dl_flex input,
#info_inputs .inline_dl_flex select
{
   width: 240px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    border-radius: 4px; 
    padding-left: 15px;
    box-sizing: border-box;
}
#info_inputs  input[disabled],select[disabled]{
    cursor: not-allowed;
}
.color_red{
    color:#D00000;
    margin-right: 5px;
    display: inline-block;
}
.form_qusetion{
    border: 7px solid #ededed;
    padding: 40px 30px 80px 30px;
}
.form_qusetion .item_input{
    margin-bottom: 40px;
}
.form_qusetion .item_input p{
    margin-bottom: 20px;
}
.form_qusetion .item_input label{
    width: 168px;
    display: inline-block;
}
input[type="radio"],
input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-appearance: none;
    border: 1px solid #707070;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  border-radius:50%;
  margin-right: 10px;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background: url(../images/radio.png)   no-repeat center;
  background-size: 100% 100%;
  border:none;
}
.item_input p{
    margin-bottom: 15px;
}
.item_input{
    margin-bottom: 20px;
}
.item_input>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item_input>div label:first-child{
    /* margin-right: 200px; */
}
.item_input>div label{
   width: 50%;
   margin-bottom: 10px;
}
.item_input>div label:nth-child(2n-1){
    width: 40%;
}
.item_input>div label:nth-child(2n){
    width: 60%;
}
.form_tip{
    font-size:12px;
    color:#999;
}
.user_self_input  .layui-layer-btn{
    text-align: left;
}
.user_self_input  .layui-layer-btn .layui-layer-btn0 {
    width: 350px;
    height: 50px;
    background: #5a2a82;
    border-radius: 4px;
    font-size: 18px;
    box-sizing: border-box;
    border:none;
    text-align: center;
    line-height: 50px;
}.user_self_input  .layui-layer-btn .layui-layer-btn0.isDisabled{
    cursor: not-allowed;
    background: #ccc;
}
.user_prize_layer .layui-layer-title {
    background: transparent;
    border-bottom: 0px solid #eee;
}
.user_prize_layer .success_form{
    text-align: center;
    font-size:24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.user_prize_layer .success_form img{
    vertical-align: middle;
    margin-right: 30px;
}
.user_prize_layer  .pop_prize_list{
    display: inline-flex;
    justify-content:center;
    margin-bottom: 48px;
    width: 750px;
}
.user_prize_layer .pop_prize_list li{
    width: 140px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin:17px 5px 0;    
    background: #fff;
}
.user_prize_layer  .pop_prize_list li.active{
    border: 1px solid #dba3ed;
    box-shadow: 0px -3px 6px 0px rgba(100,2,131,0.17) inset; 
}
.user_prize_layer .go_prize_btn{
    display: block;
    margin:0 auto;
    width: 240px;
    height: 50px;
    background: #640283;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    font-size:18px;
    font-weight: 700;
    color:#fff;
}
.user_prize_layer .go_prize_btn:hover{
    background: #441353;
}
.answerTips{
    font-weight: bold; 
    color:#316ACA ;
    cursor: pointer;
}
.answerTips:hover{
    text-decoration: underline;
    color: #23527C;
}
.pop_prize_wrap{
    position: relative;
    background: #EEE9F2; 
    width: 640px;
    height: 165px;
    border:6px solid #5A2A82;
    border-radius: 8px;  
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    margin-bottom: 40px;
}   
.pop_prize_wrap::before,.pop_prize_wrap::after{
    content:"";
    position: absolute;
    left: 50%;
    width: 0px;
    height: 0px;
    margin-left: -10px;
    border-left:10px solid  transparent;
    border-right:10px solid  transparent;
}
.pop_prize_wrap::before{
    border-top:12px solid  #5A2A82;
    border-bottom:12px solid  transparent;
}
.pop_prize_wrap::after{
    border-top:12px solid  transparent;
    border-bottom:12px solid  #5A2A82;
    bottom:0px;
}
/*表单*/
/*侧边栏*/
.prize_no{
    text-align: center;
}
.prize_no_img{
    margin-bottom: 30px;
}
.prize_no_text1,.prize_yes_text1{
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}
.prize_no_text2,.prize_yes_text3{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.prize_yes{
    text-align: center;
}
.prize_yes_img{
    margin:30px 0;
}
.prize_yes_img img{
    transform: scale(1.5);
}
.prize_yes_text2{
    margin-top:10px;
    font-size: 24px;
    font-weight: 700;
    color: #E07C05;
    line-height: 20px;
}
.prize_aside_m{
    display:none;
}
.user_prize_layer .layui-layer-title{
    height: 28px;
}  
.user_prize_layer2 .layui-layer-title{
    height: 42px;
}  
.user_prize_layer .success_form{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #111c24;
    line-height: 33px;
    margin-bottom: 15px;
}
.user_prize_layer .success_form img{
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.success_tips{
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #78787a;
    margin-bottom: 30px;
}
.user_prize_layer .success_form2{
    margin-top:12px ;
    margin-bottom: 42px;
}
 #bannerVideo>div div{
    display: none!important;
} 
.videoWrap{
    position: relative;
}
.videoDesc{
    display: flex;
    align-items: center;
    position: absolute;
    left:calc(50% - 585px);
    top: 0px;
    height: 100%;
    width: 570px;
   
}
.videoDesc h3{
    font-size: 57px;
    font-weight: 300;
    line-height: 57px;
    color: #fff;
    margin-bottom: 20px;
}
.videoDesc div{
    position: relative;
    line-height: 28px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}
.videoDesc div p{
    font-size: 25px;
    line-height: 1.6;
}
.videoDesc span{
    content:"";
    position: absolute;
    left: -20%;
    width: 140%;
    height: 100%;
    background: rgba(90,42,130,0.5);
    transform: skew(-20deg);
}