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;
    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: #686767;
    font-weight: 700;
}
.now_btn{
    background: #17bec4;
    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;
}
.now_btn:hover{
    background: #59cfd3;
}
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%;
}
.rtt_btn_group{
    position:absolute;
    bottom:31%;
    left: 0;
    width: 100%;
    font-size: 0px;
    text-align: center;
}
.rtt_btn_group button,.rtt_btn_group a{
    width: 250px;
    height: 64px;
    opacity: 1;
    background: #17bec4;
    border-radius: 32px;
    display: inline-block;
    text-align: center;
    line-height:    64px;
    color:  #fff;
    font-size:  26px;
}
.rtt_btn_group button {
    margin-right: 50px;
}
.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 div{
    padding:23px 0px;
    text-align: center;
    width: 175px;
    background:url(../img/teamnum_bg.png) left top no-repeat;
    background-size: 100%;
}

.rtt_team_group h3{
   font-size:36px;
   font-weight:bold;
   color: #17BEC4;
   line-height: 1;
}
.rtt_team_group h3 span{
    color: #fff;
}
.rtt_team_group p{
    line-height: 1;
    margin-top: 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-top: 12px;
}
/* .rtt_team_group .projectNum{
    margin-left: 49px;
} */
.rtt_team_group .preExam{
    margin: 0 49px;
}
/* .sign_btn_pc{
    width: 250px;
    height: 64px;
    opacity: 1;
    background: #17bec4;
    border-radius: 32px;
    display: inline-block;
    left:50%;
    transform: translate(-50%,0);
    text-align: center;
    line-height:    64px;
    color:  #fff;
    font-size:  26px;
} */
.money_btn{
    background: #00adee;
    color: #fff !important;
}
.banner_desc li{
    width: 150px;
}
.banner_desc li h3{
    font-size: 36px;
}
.banner_desc li p{
    font-size: 24px;
}
.nav_active{
    color: #686767;
}
.nav_active a{
    color: #17bec4;
    font-weight: 700;
    border-bottom: 2px solid #17bec4;
}
/*导航栏首页*/
/*页面内容公共样式*/
.section{
    padding:60px 0px;
}
.sectionbg1{
    background: #f3fdfd;
}
.wrap{
    width: 1200px;
    margin:0 auto;
}
.title_bg{
    height:200px;
    background:url(../img/title_bg.png) center center no-repeat;
    margin-bottom: 40px;
}
.title_bg h2{
    font-size:36px;
    color:#333;
    line-height: 200px;
    text-align: center;
    font-weight: 700;
}
/*页面内容公共样式*/
.setion1 p{
    font-size: 20px;
    line-height: 36px;
}
.line{
    width: 200px;
    display: block;
    margin: 19px auto; 
    border-top: 1px solid #6fd7db;
}
.line_desc{
    position: relative;
    z-index: 3;
}
.round{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #17BEC4;
    display: block;
    position: absolute;
    top: 31px;
    z-index: 9;
    left: 106px;
}
.section2 ul li{
    text-align: left
}
.round_longString{
    background: #00adee !important;
    color: #00adee !important;
}
.step_time_desc{
    color: #00adee !important;
}
.round5{
    left: 1040px;
}
.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:after{
    position: absolute;
    top: 38px;
    left: 0px;
    right: 0px;
    content: "";
    border-bottom: 1px solid #6fd7db;
    z-index: 1;
}
.section2_nav_box .step{
    position:relative;
}
.step_time{
    font-size: 14px;
    font-weight: 400;
    opacity: 0.8;
    position: relative;
    width:230px;
    text-align: center;
}
.step_desc{
    font-size: 14px;
    opacity: 0.9;
    position: relative;
    text-align: center;
}
.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: center;
}
.setion3_prizes div img{
    margin-right: 20px;
}
.setion3_prizes li{
    display:flex;  
    box-sizing: border-box;
    width: 278px;
    height: 211px;
    background: #fafafa;
    border-radius: 20px;
    padding:50px 15px;
    margin-right: 60px;
}
.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: #000;
    padding-bottom: 10px;
}
.setion3_prizes li h3 span{
    color:#17BEC4;
}
.setion3_prizes li  p{
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #b67600;
}
.setion3_prizes li  .price{
    color: #FC2E2E;
}
.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;
}
.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;

}
.setion5_prizes_content li{
    width: 380px;
    height:293px;
    background: #17bec4;
    border-radius: 20px;
}
.setion5_prizes_content li img{
    height: 214px;
    width:380px;
    border-radius: 20px 20px 0px 0px;
}
.setion5_prizes_content li div p:nth-child(1){
    padding-top:15px;
}
.setion5_prizes_content li p{
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height:26px;    
}

.section7_start_box li{
    float:left;
    background:url(../img/startbg.png) no-repeat;
    width: 380px;
    height:119px;
    margin-right:30px;
    text-align: left;
    padding-left:40px;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 30px;
    box-sizing: border-box;
}
.section7_start_box li img{
    vertical-align: middle;
    margin-right: 30px;
}
.section7_start_box li:nth-child(4),
.section7_start_box li:nth-child(5),
.section7_start_box li:nth-child(6){
    margin-bottom: 0px;
}
.section7_start_box li:nth-child(3n){
    margin-right:0px;
}

/*参赛作品轮播滑动*/
.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;
}
/*参赛作品轮播滑动*/

/*开发套件*/
.setion8_dev{
    margin-bottom: 30px;
}
.setion8_dev{
    padding:50px;
    background: #d7f9fa;
    border-radius: 20px;
    display: flex;
}
.dev_img img{
    margin-right: 21px;
    width: 240px;
}
.setion8_dev_content h2{
    font-size: 18px;
    font-weight: 700;
    color: #17bec4;
    margin-bottom: 15px;
    padding-top: 20px
}
.setion8_dev_content p{
    line-height: 28px;
    margin-bottom: 45px;
}
.setion8_dev_content .dev_btn a{
    display: inline-block;
    width: 150px;
    height: 40px;
    opacity: 1;
    border: 1px solid #17bec4;
    border-radius: 21px;
    text-align: center;
    color:#17bec4;
    line-height:40px;
    margin-right: 26px;
}
.setion8_dev_content .dev_btn a img{
    vertical-align: middle;
}
.setion8_dev_content .dev_btn a:hover{
    color: #fff;
    background: #59cfd3;
}
/*开发套件*/

/*评审团队*/
.setion9 ul{
    margin: 0 auto;
}
.setion9 ul li{
    width: 278px;
    margin-bottom: 50px;
    position: relative;
    height: 358px;
    background: #fafafa;
    border-radius: 20px;
    text-align: center;
    color: #333;
    cursor: pointer;
}
.setion9 ul li img{
    width:140px;
    margin-top: 73px;
}
.setion9 ul li span{
    background: rgba(23, 190 ,196,0.8);
    position: absolute;
    display: inline-block;
    display: none;
    width: 100%;
    min-height: 100%;
    z-index: 9;
    top: 0;
    left: 0;
    text-align: left;
    border-radius: 5px;
    padding: 25px 20px;
    box-sizing: border-box;
    color: #fff;
    line-height: 28px;
    font-size: 14px;
}
.setion9 ul li h5{
    padding:0 20px ;
    text-align: left;
}
.setion9 ul li h5{
    text-align: center;
}
.setion9 ul li h4{

    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
/*评审团队*/
/*初审名单*/
.section10_table_name{
    box-sizing: border-box;
    padding:20px;
    padding-right: 10px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #e6e6e6;
}
.section10_table_name>div{
    padding-right: 10px;
    max-height: 568px;
    overflow-y: auto;
}
.section10_table_name table{
    width: 100%;
}
.section10_table_name table th,.section10_table_name table td{
    text-align: center;
    line-height: 48px;
}
.section10_table_name table tr:nth-child(2n-1) td{
    background: #f2f2f2;
    color: #333;

}
.section10_table_name table tr:nth-child(1){
background: #17bec4;
color: #fff;
    
}
/*初审名单*/
/*主办单位*/
.setion11 .setion11_logo{
    display: flex;
    font-weight: 18px;
    font-weight: 700;
}
.setion11 .setion11_logo>div{
    margin-right: 62px;
}
.setion11 .setion11_logo>div img{
    width: 200px;
}
.setion11 .setion11_logo>div:nth-child(3){
    margin-right: 0px;
}
/*.setion11 h2{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 40px;
}
.setion11_logo{
    display: flex;
    justify-content:center;
}
.setion11_logo img{
    margin-right: 30px;
}*/
/*主办单位*/
/*底部信息*/
.section12{
    background: #333333;
    padding-top: 107px;
    padding-bottom: 90px;
}
.concat{
    color: #fff;
    border-right: 1px solid #17bec4;
    padding-right: 50px;
    width: 1019px;
    text-align: left;
}
.concat h5{
    border-bottom: 4px solid  #17BEC4;
    display: inline-block;
    padding-bottom: 20px; 
    font-size: 18px;
}
.concat p{
    padding-top: 50px;
    line-height:28px;
    font-size:14px;
}
.about{
    color: #fff;
    text-align: left;
    margin-left: 40px;
    width: 679px;

}
.about div{
    margin-right: 20px;
}
.about div:first-child p{
    margin-bottom: 20px;
}
.about div:last-child p{
    margin-bottom: 10px;
}
.about div:last-child{

    padding-top: 56px;
}
.about img{
    width: 150px;
}
.about h4{
    font-size: 18px;
}
.about p{
    font-size: 14px;
}


/*底部信息*/
/*弹窗信息*/
.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 img {
    width: 120px;
    height: 120px;
    margin:0px ;
}
.pop_content .about p{
    color: #333;
}
/*弹窗信息*/

/* 表单页面样式 */
.error_tip {
    color: #d22222;
    text-align: right;
}
.info_section h4 span {
    color: #FF3232;
    font-size: 14px;
    margin-left: 10px;
}
.info_section{
    text-align: left;
    width: 1200px;
    margin:0 auto;
    margin-top: 150px;
    font-size: 16px;
}
.info_section h4{
    border-left: 7px solid #17bec4;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333333;
    margin: 25px 0;
}
.info_section h4 span {
    color: #FF3232;
    font-size: 14px;
    margin-left: 10px;
}
.info_nav{
    border-bottom: 1px solid #e4e4e4;
}
.info_section h3{
    font-size: 30px;
    color: #09347a;
}
.info_left{
    width: 50%;
    margin-right: 50px;
}

.info_left select,.info_left textarea, .info_left input, .info_right input{
    width: 100%;
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 5px;
    background: #fff;
}

.info_left select option:nth-child(2){
    background: rgb(204, 204, 204);
}
.info_right >div{
    display: inline
}
.info_left select{
    color: #757575;
}
.info_left p, .info_right p{
    margin-bottom: 5px;
    margin-top: 15px;
}
.info_left ins{
    color: #d22222;
}
.info_textarea{
    height: 100px;
    resize:none;
}
.info_right{
    width: 50%;
}
.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{
    display: block;
    margin: 40px auto 50px auto;
    background: #17bec4;
    border: none;
    color: #fff;
    text-align: center;
    width: 240px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}
.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_list li{
    width: 280px;
    margin-right: 20px;
    margin-bottom: 40px;
}
.works_list li a{
    display: block;
    text-align: left;
}
.works_list li a p{
    font-size: 18px;
    margin: 10px 0;
}
.works_list li a span{
    font-size: 14px;
    display: block;
    color: #a7a7a7;
}
.works_list li img{
    width: 100%;
    height: 180px;
}
.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;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}
.pop_content img{
    width: 120px;
    height: 120px;
}
.pop_qrcode p{
 margin: 35px 10px 0 -7px;
}

.sideBar{
   
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translate(0px, -50%);
    padding: 20px 10px;
    border: 1px solid #e6e6e6;
    color: #fff;
    border-radius: 10px;
    background: #fff;
    z-index: 999;
}

.sideBar ul{
    border-radius: 50px;
    padding: 10px 0 0 0;
    text-align: center;
}
.sideBar ul li:first-child{
}
.sideBar ul li:last-child{
    background-color:transparent;
    background:url(../img/top1.png) center center no-repeat;
}
.sideBar ul li:last-child:hover{
    background:url(../img/top2.png) center center no-repeat;
}
.sideBar ul li{
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    border-radius: 10px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background: #f7f7f7;
    color: #fff;
    box-sizing: border-box;
    color: #333;
}
.sideBar ul li:hover{
    background: #17bec4;
    color: #fff;

}
.sideBar ul li:last-child{
    background-color:transparent;
    margin-bottom: 0px;
}
.sideBar ul li a{
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 100%;
    color: #333;
}
.sideBar ul li:hover a{
    color: #fff;
}
.sideBar ul li img{
    vertical-align: bottom;
}
.sideBar span{
    width: 20px;
    height: 10px 
}

.consult{
    position: relative;
}
.consult_img{
    position: absolute;
    top: 87px;
    left: -142px;
    display: none; 
    width: 120px;
    height: 120px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    background: #17bec4;
    z-index: 9;
}
.consult_img:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 50px;
    border: 10px solid #17bec4;
    border-color: transparent transparent transparent #17bec4;
}
.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{
    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;
}
.setion4_2_prizes{
    display: flex;
    align-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    height: 532px;
}
.setion4_2_prizes .item{
    width:278px ;
    border-radius: 20px;
    margin-right: 29px; 
    margin-bottom: 30px; 
    overflow: hidden;
}
.setion4_2_prizes .item:nth-child(4n){
    margin-right: 0px;
}
.setion4_2_prizes .item img{
   width: 100%;
   height: 156px;
}
.setion4_2_prizes .item_name{
    font-size: 16px;
    color:#FFFFFF;
    line-height: 26px;
    padding: 15px 20px 13px 15px;
    background: #17BEC4;
    font-weight: 400;
    box-sizing: border-box;
} 
.setion4_2_prizes .item_name div{
   white-space: nowrap;
   overflow: hidden;
   text-overflow:ellipsis ;
}
/* 分页 */
.M-box2 {
    text-align: center;
}
.M-box2 a,.M-box2 span{
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    margin-left: 8px;
}
.M-box2 .active{
    background: #17BEC4;
    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;
}
.M-box2 .jump-btn{
    width: auto;
    padding: 0 12px
}
.watchLive{
    position: relative;
    width: 100%;
    height: 13.07vw;
    background:url(../img/watchTv.png) left top no-repeat;
    background-size: 100%;
}
.watchLive .liveUrl{
    position: absolute;
    bottom:18.33%;
    right: 23.8%;
} 
.watchLive .liveUrl div a{
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
    margin-bottom: 19px;
    font-size: 16px;
}
.watchLive .liveUrl>div:nth-child(2){
    margin-bottom: 0px;
}
.watchLive .liveUrl div span{
    width: 62px;
    height: 30px;
    line-height: 30px;
    background: #22cbd1;
    border-radius: 4px;
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
}
.watchLive .liveUrl div i{
    font-size: 14px;
    margin-left: 26px;
    width: 150px;
    height: 45px;
    background: #f3b65e;
    border-radius: 4px;
    padding-left: 27px;
    line-height: 45px;
    box-sizing: border-box;
}
.watchLive .liveUrl div i::after{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background:url(../img/playcontrol.png) left top no-repeat;
    margin-left: 10px;
}
.disSubmit{
    background: #ccc!important;
    cursor:not-allowed!important;
}

/* 获奖作品 start */
.winning-prizes-tabs {
    font-size: 0;
    text-align: center;
    margin-bottom: 40px;
}
.winning-prizes-tabs::after {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(171,233,234,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(171,233,234,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(171,233,234,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
.winning-prizes-tabs li {
    display: inline-block;
    position: relative;
    margin: 0 30px;
    padding-bottom: 40px;
}
.winning-prizes-tabs li span {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
}
.winning-prizes-tabs li.is-active span {
    color: #17BEC4;
}
.winning-prizes-tabs li::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 6px;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 29px;
    background-image: url('../img/winning-active-icon.png');
}
.winning-prizes-tabs li.is-active::after {
    display: block;
}

.winning-prizes-lists {
    font-size: 0;
    display: none;
}
.winning-prizes-lists.is-active {
    display: block;
}
.winning-prizes-inner {
    margin: 0 -15px -30px -15px;
}
.winning-prizes-box {
    width: 33.33%;
    padding: 0 15px 30px 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}
.winning-prizes-card {
    overflow: hidden;
    border-radius: 20px;
    display: block;
}
.winning-prizes-card img {
    max-width: 100%;
    width: 100%;
    height: 214px;
    display: block;
    margin: 0 auto;
}
.winning-prizes-card .text-media {
    padding: 16px 20px;
    min-height: 77px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #17bec4;
}
.winning-prizes-card .text-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
    overflow: hidden; 
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.winning-prizes-card .text-auth {
    font-size: 14px;
}
/* 获奖作品 end */