i{
    font-style:normal;
}

body,html{
    background-color:#fff;
}
/*导航栏首页*/
nav{
    position: fixed;
    width: 100%;
    display: block;
    height: 80px;
    line-height: 78px;
    z-index: 999;
    color: #333;
    font-size: 20px;
    background: #fff;
    top: 35px;
    background: #151D3E;
    box-sizing: border-box;
}
nav ul {
    width: 80%;
}

nav ul li{
    text-align: center;
    cursor: pointer;
    height: 80px;
    box-sizing: border-box;
    padding: 0px 30px;
    font-size: 14px;
}
nav ul li a{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-weight: 700;
}
.pb-100 {
    padding-bottom: 100px;
}
.apply_btn{
    background: #1577FF;
    color: #fff;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 25px;
    font-size: 12px;
    margin-left: 25px;
    width: 120px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.apply_btn:hover{
    background: #3953d9;
}
.apply_btn a {
    color: #fff;
}
nav>div{
    width: 1200px;
    margin: 0 auto;
}
.logo_box {
    height: 80px;
    display: flex;
    align-items: center;
}
.logo_box .logo1{
    margin-right: 27px;   
}
.banner{
    margin-top:115px;
    position:   relative;
    min-height: 375px;
}
.banner img{
    width: 100%;
    min-width: 1240px;
}
.rtt_btn_group{
    position:absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    font-size: 0px;
    text-align: center;
}
.rtt_btn_group a{
    width: 240px;
    height: 64px;
    opacity: 1;
    background: url(../img/apply_btn.png?v=20221110);
    background-size: 100%;
    display: inline-block;
    color:  #fff;
    font-size:  26px;
}
.rtt_btn_group a:hover{
    background: url(../img/apply_on_btn.png?v=20221110);
}
.rtt_btn_group button {
    margin-right: 50px;
}
.apply_btn_group{
    position:absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    font-size: 0px;
    text-align: center;
}
.apply_btn_group a{
    width: 240px;
    height: 64px;
    opacity: 1;
    background: url(../img/apply_btn.png);
    background-size: 100%;
    display: inline-block;
    color:  #fff;
    font-size:  26px;
}
.apply_btn_group a:hover{
    background: url(../img/apply_on_btn.png);
}
.rtt_team_group{
    position:absolute;
    bottom:9.2%;
    left: 0;
    width: 100%;
    font-size: 0px;
    display: flex;
    align-items: center;
    justify-content:center;
}
.rtt_team_group .preExam{
    margin: 0 49px;
}
.nav_active{
    color: #686767;
}
.nav_active a{
    color: #1577FF;
    font-weight: 700;
    border-bottom: 2px solid #1577FF;
}
/*导航栏首页*/
/*页面内容公共样式*/
.contest-intro-content {
    background: #1B2C6F;
}
.contest-intro-content-bg {
    background: #172457;
}
.sectionbg1{
    background: #f3fdfd;
}
.wrap{
    width: 1200px;
    margin:0 auto;
}
.title_bg h2{
    position: relative;
    font-size: 40px;
    line-height: 180px;
    text-align: center;
    font-weight: 700;
    color: #15cfff;
}
.title_bg h2::before, .title_bg h2::after {
    position: absolute;
    content: '';
    width: 418px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.title_bg h2::before {
    left: 50px;
    background: url(../img/title_line_left.png);
    background-size: 100%;
}
.title_bg h2::after {
    background: url(../img/title_line_right.png);
    background-size: 100%;
    right: 50px;
}
/*页面内容公共样式*/
.setion1 p{
    font-size: 20px;
    line-height: 36px;
}
/******** 简介 *********/
.introduce-content {
    background: url(../img/introduce_bg.png);
    background-size: 100%;
    height: 190px;
}
.introduce-content p {
    width: 1120px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    font-size: 16px;
    margin: 0 auto;
    padding: 50px 0;
}
.section2 ul li{
    text-align: left
}
.round_longString{
    background: #00adee !important;
    color: #00adee !important;
}
.step {
    flex: 1;
}
.step-line-wrapper{
    position: relative;
    height: 70px;
}
.step-line-wrapper::after {
    content: "";
    position: absolute;
    background: #1577FF;
    height: 1px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.step-line-content {
    position: relative;
    width: 70px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 999;
    height: 35px;
    background: #1B2C6F;
    z-index: 99;
}
.step-line-content::before,  .step-line-content::after{
    content: "";
    position: absolute;
    width: 9px;
    height: 1px;
    background: #15CFFF;
    top: 50%;
}
.step-line-content::before {
    left: 8px;
}
.step-line-content::after {
    right: 8px;
}
.step-line-box {
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #15cfff;
    margin: 0 auto;
    line-height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(45deg);
    transform-origin: 14px -7px;
}
.step-line-box .round {
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #15cfff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.step-line-box .round::before {
    position: absolute;
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #15cfff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.step_time_desc{
    color: #00adee !important;
}
.long_string{
    position: absolute;
    top: 38px;
    height: 26px;
    border: 1px solid #333;
}
.long_string_active{
    border: 1px solid #00adee;
}
.section2_nav_box{
    position: relative;
}
.section2_nav_box .step{
    position:relative;
}
.step_time{
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-align: center;
}
.step_desc_box {
    height: 64px;
    background: linear-gradient(84deg,rgba(21,119,255,0.00) 4%, #1577ff 48%, rgba(21,119,255,0.00) 95%);
}
.step_desc{
    position: relative;
    font-size: 14px;
    text-align: center;
    flex: 1;
}
.step_desc5{
    bottom: -30px;
    left: -42px;
}
.active_round{
    background:#00adee;
    border: 2px solid #00adee;
}
.active_font{
    color: #00adee;
}
.setion3_prizes_mb{
    margin-bottom: 30px;
}
.setion3_prizes{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.setion3_prizes .prize-img-box {
    position: relative;
    margin-top: -80px;
}
.setion3_prizes .prize-img-box img{
    display: block;
    margin: 0 auto;
}
.setion3_prizes .prize-content {
    position: relative;
    margin-top: 60px;
    text-align: center;
}
.setion3_prizes .prize-content::before, .setion3_prizes .prize-content::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 35px;
    top: 0;
}
.setion3_prizes .prize-content::before {
    background: url(../img/prize_icon_left.png) 100% no-repeat;
    left: 20%;
}
.setion3_prizes .prize-content::after {
    background: url(../img/prize_icon_right.png) 100% no-repeat;
    right: 20%;
}
.setion3_prizes li{
    box-sizing: border-box;
    width: 285px;
    height: 456px;
    background: #fafafa;
    border-radius: 20px;
    padding:50px 15px;
    background: url(../img/prize_bg.png) 100% no-repeat;
}
.setion3_prizes li:nth-child(3){
    margin-right: 0px;
}
.setion3_prizes li:nth-child(5){
    margin-right: 0px;
}
.setion3_prizes li h3{
    font-size: 20px;
    font-weight: 700;
    color: #15CFFF;
    padding-bottom: 10px;
}
.setion3_prizes li p{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
}
.setion3_prizes li .price-nums {
    font-size: 16px;
    margin: 10px 0;
}
.equitties-box {
    height: 510px;
    width: 100%;
    background: url(../img/equitties_bg.png)  no-repeat;
    background-size: cover;
}
.setion4_prizes {
    display: flex;
    justify-content: center;
}
.setion4_prizes li {
    width: 190px;
    height: 230px;
    margin: 0 5px;
    background: url(../img/equitties_item_bg.png) 100% no-repeat;
}
.setion4_competing .setion4_competing_nav{
    border-bottom: 1px solid #b3eaec;
    line-height: 50px;
    display: flex;
    margin-bottom: 40px;
}
.setion4_competing_nav li{
    margin-right: 50px;
    font-size:18px;
    cursor: pointer;
}
.equitties-nums {
    text-align: center;
    margin: 30px auto;
    line-height: 84px;
    font-size: 64px;
    font-family: D-DIN, D-DIN-Regular;
    color: #3953d9;
}
.equitties-nums span {
    position: relative;
}
.equitties-nums span::before{
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    width: 32px;
    height: 4px;
    background: #3953D9;
    transform: translateX(-50%);
    border-radius: 2px;
}
.equitties-content {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.equitties-content strong {
    color: #15CFFF;
}
.setion4_competing .setion4_competing_nav .active{
    color: #17bec4;
    font-weight: 700;
}
.setion4_competing_content li{  
    background: #17bec4;
    border-radius: 20px;
    padding:58px 0;
    padding-left: 127px;
    padding-right: 50px;
    color: #fff;
    line-height: 24px;
}
.setion4_competing_content li p i{
    display: inline-block;
    vertical-align: middle;
    width:4px;
    height:4px;
    border-radius:50%;
    background: #fff;
    margin-right:10px;
}
.setion4_competing_content .content_top{
    margin-top:20px;
}
.setion5_prizes_nav{
    border-bottom: 1px solid #b3eaec;
    line-height: 50px;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
}
.setion5_prizes_nav li{
    margin-right: 60px;
    position: relative;
}
.setion5_prizes_nav li.active{
    color: #17bec4;
}
.setion5_prizes_nav li.active span{
    position: absolute;
    bottom: -17px;
    left: 9px;
    width: 38px;
    height: 29px;
    background: url(../img/ptize_icon.png) center center no-repeat;
}
.setion5_prizes_content{
    display: flex;
    justify-content: space-between;

}
/****** 全志V853 *******/
.setion5 .quanzhi-wrapper {
    width: 1200px;
    height: 360px;

    background: url(../img/session5_bg.png) no-repeat;
}
.setion5 .quanzhi-content {
    display: flex;
    padding:  40px;
}
.setion5 .quanzhi-content .quanzhi-logo {
    width: 320px;
    height: 240px;
    margin-right: 40px;
    background: #fff;
}
.setion5 .quanzhi-box {
    flex: 1;
}
.setion5 .quanzhi-box h3 {
    color: #15CFFF;
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 20px 0;
}
.setion5 .quanzhi-box p {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
}
.setion5 .qz-list {
    margin-top: 30px;
}
.setion5 .qz-list li {
    float: left;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #3953d9;
    background: #2c4bc5;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    cursor: pointer;
}
.qz-list a {
    color: #fff;
}
.setion5 .qz-list li:hover{
    background: #1577FF;
}
.setion5 .qz-list li:nth-child(2) {
    background: #15CFFF;
    color: #1B2C6F;
}
.setion5 .qz-list li:nth-child(2):hover{
    background: #15FFFF;
}
.setion5 .qz-list .zl-icon {
    position: relative;
    top: 3px;
    right: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/download_icon.png) no-repeat;
}
.setion6-list {
    display: flex;
}
.setion6-list li {
    width: 160px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    margin-right: 10px;
    color: #FFFFFF;
    cursor: pointer;
    border: 1px solid #3953d9;
    border-bottom: none;
    background: #1A3089;
}
.setion6-list li:hover{
    background: #15cfff;
    color: #1B2C6F;
}
.setion6-list .active {
    background: #15cfff;
    color: #1B2C6F;
}
.setion6-wrapper {
    width: 1200px;
    height: 360px;
    border: 1px solid #3953d9;
    background: linear-gradient(180deg,#192f87, #2439aa);
}
.setion6-content  {
    padding:  20px;
    height: 100%;
}
.setion6-content .setion6-item p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
.setion6-content .setion6-item span {
    display: block;
}   
.setion6-content .setion6-item strong {
    color: #15CFFF;
}

/*参赛作品轮播滑动*/
.my_swiper_style_box{
    height: 500px;
    position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  height: 235px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.my_swiper_style_box .swiper-button-prev,.my_swiper_style_box .swiper-container-rtl .swiper-button-next {
    background-image:url(../img/left.png);    
    left: -80px;
    right: auto;
}
.my_swiper_style_box .swiper-button-next,.my_swiper_style_box .swiper-container-rtl .swiper-button-prev {
    background-image:url(../img/right.png);    
    right: -80px;
    left: auto;
}
.my_swiper_style_box .swiper-button-next,.my_swiper_style_box .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper_slide_content{
    background: #17bec4;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.swiper_slide_content .swiper_slide_content_img{
    height:156px;
}
.swiper_slide_content_img img{
    width:100%;
    height:100%;
}
.swiper_slide_content .swiper_slide_content_text{
    padding-left:20px;
    padding-top: 12px;
    color:#fff;
    font-size:16px;
    line-height: 26px;
    text-align: left;
    box-sizing: border-box;
}
.setion7 {
    height: 160px;
    line-height: 160px;
}
.setion7 .setion7_logo{
    display: flex;
    font-weight: 18px;
    font-weight: 700;
}
.setion7 .setion7_logo>div{
    margin-right: 62px;
}
.setion7 .setion7_logo>div img{
    width: 200px;
}
.setion7 .setion7_logo>div:nth-child(3){
    margin-right: 0px;
}
/*联系我们&关于全志*/
.setion8 {
    display: flex;
    height: 280px;
}
.setion8 .contact-us {
    width: 400px;
}
.setion8 .about-qz {
    flex: 1;
    padding-left: 70px;
}
.setion8 h3 {
    color: #fff;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
}
.setion8 .contact-qrcode {
    width: 120px;
    height: 120px;
    margin-right: 30px;
}
.setion8 .contact-box {
    margin-top: 30px;
    position: relative;
    display: flex;
}
.setion8 .contact-box::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 155px;
    background: #2D3F8A;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.setion8 .contact-info {
    position: relative;
    padding-top: 70px;
} 
.setion8 .contact-info .qr-code {
    position: absolute;
    top: 0;
}
.setion8 .contact-info p {
    padding-bottom: 10px;
}
.setion8 .qz-desc {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
/*弹窗信息*/
.pop_desc{
    font-size: 20px;
    font-weight: 700;
    margin-bottom:  10px!important;
    text-align: center;
}
.pop_desc1{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.pop_content .about div:last-child{
    padding-top: 0px;
}
.pop_content .about{
    width: auto;
}
.pop_content .about p{
    color: #333;
}
.pop_content .contact-us {
    display: flex;
    justify-content: center;
    height: 180px;
    background: #F6F7F8;
    overflow: hidden;
}
.pop_content .contact-us .qr-img {
    margin: 30px;
    width: 120px;
    height: 120px;
}
.pop_content .contact-us .qr-img img{
    display: block;
    width: 100%;
    height: 100%;
}
.pop_content .contact-us .contact-info {
    color: #333;
    margin-top: 60px;
    font-weight: 400;
    font-size: 14px;
}
.pop_content .contact-us .contact-info p{
    line-height: 24px;
}
/*弹窗信息*/

/* 表单页面样式 */
.error_tip {
    color: #d22222;
    text-align: right;
    position: absolute;
    font-size: 12px;
    bottom: -13px;
    left: 150px;
}
.apply-form-wrapper{
    text-align: left;
    width: 1200px;
    margin:0 auto;
    margin-top: 150px;
    font-size: 16px;
    background: #fff;
    border-radius: 4px;
}
.apply-form-content {
    padding: 0 30px;
}
.apply-form-content h3{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    height: 60px;
    line-height: 60px;
}
.apply-form-content h3::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #E6E6E6;
    bottom: 0;
    left: 0;
}
.apply-form-wrapper h4 span {
    color: #FF3232;
    font-size: 14px;
    margin-left: 10px;
    background: #fff;
}
.apply-form-wrapper h4{
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-left: 34px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333333;
    background: #F6F7F8;
    margin: 25px 0;
}
.apply-form-wrapper h4::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 18px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: #1577FF;
}
.apply-form-wrapper h4 span {
    color: #666666;
    font-size: 12px;
    margin-left: 10px;
}
.info_nav{
    border-bottom: 1px solid #e4e4e4;
}
.form-info select,.form-info textarea, .form-info input{
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background: #fff;
}
.form-info select,.form-info input  {
    width: 320px;
} 
.form-info textarea  {
    height: 280px;
    width: 996px;
}
.form-info #province, .form-info #city {
    width: 155px;
}

.form-info .form-item{
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
.form-info select{
    color: #757575;
}
.form-info .form-label{
    width: 100px;
    line-height: 44px;
    font-size: 14px;
    color: #666666;
    text-align: right;
    padding-right: 50px;
}
.form-info ins{
    color: #d22222;
}
.btn-wrapper {
    position: relative;
    height: 110px;
}
.info_textarea{
    height: 100px;
    resize:none;
}
.inner_font { 
    width: 49%;
    border: 1px solid #ccc;
    padding: 10px;
    line-height: 1;
    color: #757575;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    background: #fff;
}
#province{
    margin-right: 10px
}
#residecitybox{
    margin-bottom: 10px;
}
.submit_btn{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    background: #1577FF;
    border: none;
    color: #fff;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border-radius: 20px;
    cursor: pointer;
    outline: none;

}
.submit_btn:hover {
    background: #3953D9;
}
.flex_start{
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}
.section3_2{
    padding-bottom: 50px;
}
.section3_prize_box li{
    width: 278px;
    height: 358px;
    background: #01264b;
    border-radius: 20px;
    margin-right:29px;
    box-sizing: border-box;
    padding-top:44px;
}
.section3_prize_box li:last-child{
    margin-right:0px;
}
.section3_prize_box li h4{
    position: relative;
    top: -17px;
    font-size:16px;
    font-weight:700;
}
.section3_prize_box li h4 span{
    color:#00A0E9;
}
.section3_prize_box li div{
    text-align: left;
    color: #d3e8fe;
    padding-left:30px;
    padding-top:27px;
    line-height:24px;
}
.works-box {
    background: #1B2C6F;
}
.works_list {
    overflow: hidden;
}
.works_list li{
    width: 590px;
    height: 105px;
    float: left;
    background: rgba(25, 47, 135, .8);
    margin-bottom: 40px;
    border: 1px solid #3953d9;
}
.works_list li:nth-child(even){ 
    margin-left: 16px;
}
.works_list li
.works_list li a{
    display: block;
    text-align: left;
}
.works_list li .works-cont {
    padding: 25px 10px;
}
.works_list li .works-cont h3 {
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 20px;
}
.works_list li .works-cont .works-info {
    font-size: 12px;
}
.works_list li .works-cont .works-info span {
    display: inline-block;
    color: #4E98FF;
}
.works_list li .works-cont .works-info .works-author { 
    min-width: 100px;
}
.works_list li .works-cont .works-info .works-date { 
    
}
.works_list li .works-cont .works-info .works-views {
    float: right;
}
.works_list li a p{
    font-size: 18px;
    margin: 10px 0;
}
/* 分页 */
.M-box2 {
    text-align: center;
    padding-bottom: 80px;
}
.M-box2 a,.M-box2 span{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    background: #20359E;
    border-radius: 2px;
    margin-left: 8px;
}
.M-box2 .active{
    background: #15CFFF;
    color: #fff;
}
.M-box2  .prev{
    width: auto;
    padding:0 14px ;
}
.M-box2  .prev::before{
    display: inline-block;
    content: "";
    width: 0px;
    height: 0px;
    border:4px solid   #999999;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin-right:10px ;
}
.M-box2  .next{
    width: auto;
    padding:  0 14px;
}
.M-box2  .next::after{
    display: inline-block;
    content: "";
    width: 0px;
    height: 0px;
    border:4px solid   #999999;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    margin-left:10px ;
}
.M-box2 .jump-ipt{
    float: none;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin-left: 8px;
    background: #20359E;
    border: none;
    color: #fff;
}
.M-box2 .jump-btn{
    width: auto;
    padding: 0 12px
}
.pageNav a{
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    background: #ccc;
    margin: 0 5px;
    border-radius: 3px;
}
.pageNav span{
    display: inline-block;
    padding: 6px 10px;
    color: #fff;
    margin: 0 5px;
    background: #00adee;
    border-radius: 3px;
}
.success_info {
    border-radius: 5px
}
.success_info .layui-layer-title{
    background: #fff;
    border: none;
    border-radius: 5px;
    /* display: none */
}
.success_info .layui-layer-content{
    padding-top: 0 !important;
}
.pop_content h3{
    color: #00abee;
    font-size: 24px;
    text-align: center;
}
.pop_content .pop_desc{
    display: block;
    color: #1577FF;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.pop_content .pop_desc1{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-align: center;
}
.apply-img-box {
    width: 128px;
    height: 108px;
    margin: 40px auto 0;
}
.apply-img-box img {
    width: 100%;
    display: block;
}
.pop_qrcode p{
 margin: 35px 10px 0 -7px;
}

.sideBar{
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    z-index: 999;
    width: 80px;
    background: url('../img/slide_bg.png') no-repeat;
}
.side-wrapper {
    width: 80px;
    height: 120px;
    margin-top: -10px;
}
.side-wrapper li a {
    color: #fff;
}
.side-wrapper li {
    cursor: pointer;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url(../img/slide_item_bg.png) no-repeat;
    background-size: 100%;
}
.side-wrapper li i {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 100%;
}
.side-wrapper li:hover{
    background: url(../img/slide_item_bg_at.png) no-repeat;
    background-size: 100%;
}
.side-wrapper li .side-share {
    background: url(../img/slide_share.png) no-repeat;
}
.side-wrapper li .side-top {
    background: url(../img/slide_top.png) no-repeat;
}
.consult{
    position: relative;
}
.consult_img, .share_img{
    display: none; 
    position: absolute;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    border: 1px solid #3953d9;
    background: #3953D9;
    z-index: 9;
}
.consult_img {
    top: -46px;
    left: -142px
}
.share_img {
    top: -10px;
    left: -142px
}
.consult_img:after, .share_img:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 50px;
    border: 10px solid #3953d9;
    border-color: transparent transparent transparent #3953d9;
}
.consult_img:after {
    right: -20px;
    top: 50px;
}
.share_img:after {
    right: -20px;
    top: 50px;
}
.consult_share{
    position: absolute;
    top: 141px;
    left: -142px;
    display: none;
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    background: #17bec4;
    z-index: 9;
}
.consult_share img,.consult_img img, .share_img img{
    width: 100px;
}
.consult_share:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 50px;
    border: 10px solid #17bec4;
    border-color: transparent transparent transparent #17bec4;
}
.layui-layer  .layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
    display: flex;
    justify-content: center;
}
.submitNow{
    border: none;
    outline: none;
}
.isOver{
    background: #ccc;
    cursor: not-allowed;
}
.isOver:hover{
    background: #ccc;
}
.disSubmit{
    background: #ccc!important;
    cursor:not-allowed!important;
}
