.page_container{
    font-size:15px;
    line-height: 28px;
    background-color: var(--main-m-page-background);
}
.page_pc{
    display: none;
}
/*header*/
.header{
    height: 50px;
}
.nav{
    width: 100%;
}
.nav_list{
    width: 100%;
    line-height: 50px;
}
.nav_item{
    float: left;
    width: 14.28%;
    font-size: 16px;
    text-align: center;
}
.login{
    display: none;
}

.center{
    margin-top: 51px;
    padding-bottom: 100px;
}
.center{
    height: 100%;
    background: var(--img-index-bg) no-repeat 100% 100%;
}
.title-word{
    background: var(--img-word-bg) no-repeat center 4px !important;
    color: #146f8f !important;
    width: 120px;
    margin: 0 auto;
}
/*banner*/
.banner{
    width: 100%;
    background:none !important;
}

.banner img{
    width: 100%;
}
.b_login{
    width: 100%;
    text-align: center;
    margin-top: -60px;
}
.login_p{
    width:42%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 2%;
    background-color: #188473;
    /*background-image: linear-gradient(to bottom,#3bd9ba,#188473);*/
    background-image: linear-gradient(to bottom,var(--mian-title-left-color),var(--main-font-left-color));
}
.login_sd{
    width:42%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 2%;
    background-color: #188473;
    /*background-image: linear-gradient(to bottom,#3bd9ba,#188473);*/
    background-image: linear-gradient(to bottom,var(--mian-title-left-color),var(--main-font-left-color));
}

/*大赛背景*/
.c_box{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}
.c_title{
    width:97%;
    height: 70px;
    line-height: 70px;
    padding-left: 3%;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    /*color: var(--main-title-color);*/
    /*background: var(--img-m-title-bg) no-repeat;*/
    background-size: 60px 70px;
    text-align: center;
}
.bg_content{
    position: relative;
    /*width:94%;*/
    margin: 0 auto;
    padding: 20px 4%;
    background-color: #fff;
    border-radius: 10px;
}
.file{
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.file a{
    display: inline-block;
    width: 36%;
    text-align: center;
}
.file img{
    width:100px;
    margin: 0 5px 5px 5px;
    border: 1px red solid;
    padding: 10px;
}

/*组织机构*/
.org_content{
    width: 96%;
    margin-top: 5px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom,var(--mian-title-right-color),var(--min-title-color));
    padding: 10px;
}
.org_text{
    width: 94%;
    padding: 10px 3%;
    /*background-image: linear-gradient(to bottom,#c5dcd6,#ddebdb);*/
    background-image: linear-gradient(to bottom,var(--mian-title-left-color),var(--mian-title-right-color));
    border-radius: 10px;
}
.org_text p{
    margin: 10px 0;
}
.view_more{
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    background-color: #38947e;
    border-radius: 30px;
}

/*内容与形式*/
.form_content{
    width: 100%;
    margin-top: 5px;
}
.form_item{
    position: relative;
    width: 100%;
    margin-top: 19px;
    margin-bottom: 30px;
}
.form_item:last-child{
    margin-bottom: 0;
}
.title{
    width: 100%;
    height: 33px;
    border-radius: 10px 10px 0 0;
    /*background-image: linear-gradient(to right,#37947d,#c8e0ce);*/
    background-image: linear-gradient(to right,var(--main-font-left-color),var(--mian-title-right-color));
}
.title_left{
    position: absolute;
    top:-12px ;
    height: 45px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    padding:0 20px 0 15px;
    letter-spacing: 3px;
    background: var(--img-title-left) no-repeat;
    background-size: 100% 100%;
}
.f_text{
    width: 94%;
    padding: 15px 3%;
    color: #0a4236;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    border-radius:0 0 10px 10px;
}
.f_text p{
    text-align: left;
}
.f_text a{
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    /*color: #0a4236;*/
    color: var(--main-font-left-color);
    font-size: 16px;
    border-radius: 30px;
    font-weight: bold;
    margin: 20px 0;
    /*background-color: #e1f1eb;*/
    background-color: var(--mian-title-right-color);
}

/*日程安排*/
.time_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 5px;
    padding: 35px 3%;
    /*background: var(--img-m-time-content) no-repeat;*/
    background: #FFF;
    background-size: 100% 100%;
    border-radius: 10px;
}
.time_list{
    position: relative;
    width: 92%;
    margin: 0 auto;
    padding-left: 8%;
}
.time_list:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 2px;
    width: 2px;
    height: 99%;
    background-color: var(--main-font-left-color);
}
.time_item{
    position: relative;
    width: 80%;
    line-height: 33px;
    margin-bottom: 40px;
    padding-left: 10%;
}
.time_item:last-child{
    margin-bottom: 0;
}
.a_1{
    width: 100%;
    height: 33px;
    color: #fff;
    font-weight: bold;
    /*background-image: linear-gradient(to right,#1d9da8,#298a7f);*/
    background-image: linear-gradient(to right,var(--mian-title-left-color),var(--main-font-left-color));
}
.a_1 span:first-child{
    display: inline-block;
    width: 33px;
    text-align: center;
    margin-right: 8px;
    /*color: #0bb5ac;*/
    color: var(--min-title-color);
    /*color: #FFF;*/
    /*background-color: var(--mian-title-left-color);*/
    background-color: #FFF;
    border: 1px solid var(--main-font-left-color);
}
.a_2{
    width:79%;
    padding:6px 3%;
    color: #fff;
    padding-left: 18%;
    /*background-image: linear-gradient(to right,#1d8c7b,#0ca9ba);*/
    background-image: linear-gradient(to right,var(--main-font-left-color),var(--mian-title-left-color));
}
.time_item:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border: 6px transparent solid;
    border-left: 10px var(--main-font-left-color) solid;
}

/*奖项设置*/
.prize_content{
    width: 100%;
    margin-top: 5px;
}
.prize_item{
    width: 100%;
    margin-right: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    /*background: url("../images/imagesM/prize_bg_01.png") no-repeat;*/
    background-size: 97% 100%;
    background-position-x:97%;
    background-color: #f6ddb6;
    border-radius: 10px;
}
.prize_item:nth-child(2){
    /*background: url("../images/imagesM/prize_bg_02.png") no-repeat;*/
    background-size: 97% 100%;
    background-position-x:97%;
}
.prize_item:last-child{
    margin-right: 0;
    margin-bottom: 0;
    /*background: url("../images/imagesM/prize_bg_03.png") no-repeat;*/
    background-size: 97% 100%;
    background-position-x:97%;
    background-color: #f6ddb6;
    border-radius: 10px;
}
.p_i_title{
    width: 100%;
}
.p_i_title span{
    display: inline-block;
    width: 190px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin-top: 23px;
    letter-spacing: 2px;
    background-image: linear-gradient(to right,#987537,#caa364);
    background-image: -ms-linear-gradient(to right,#987537,#caa364);
    background-image: -moz-linear-gradient(to right,#987537,#caa364);
    background-image: -webkit-linear-gradient(to right,#987537,#caa364);
    background-image: -o-linear-gradient(to right,#987537,#caa364);
    border-radius: 0 50px 50px 0;
    text-shadow: 2px 2px #77521f;
}
.p_i_con{
    margin-top: 25px;
}
.p_i{
    width: 80%;
    margin-left: 10%;
    color: #072847;
    line-height: 26px;
    margin-bottom: 20px;
}
.p_i_left{
    float: left;
    width: 45px;
}
.p_i_left img{
    position: relative;
    top: 3px;
}
.p_i_right{
    float: left;
    width: calc(100% - 45px);
    font-weight: 600;
}
.p_i_right p:nth-child(1){
    font-size: 17px;
    font-weight: 600;
}
.prize_item:nth-child(2) .p_i,.prize_item:nth-child(3) .p_i{
    width: 80%;
    margin-left: 10%;
    color: #333;
    margin-bottom: 20px;
}
.p_i_right span{
    display: block;
}
.p_i_right span:nth-child(1){
    color: #dd3d32;
    margin-right: 15px;
    font-size: 18px;
}
.p_i_zs{
    //background: url(../images/zhengshu.jpg) no-repeat;
    background-size: 90px 65px;
    background-position: right top;
}

/*联系我们*/
.contact_content{
    width: 100%;
    margin-top: 5px;
    /*border-bottom: 5px #38947e solid;*/
    border-bottom: 5px var(--min-title-color) solid;
    border-radius: 10px;
}
.contact_text{
    width: 94%;
    padding: 10px 3%;
    text-align: center;
    /*background-image: linear-gradient(to bottom,#c5dcd6,#ddebdb);*/
    background-image: linear-gradient(to bottom,var(--mian-title-left-color),var(--mian-title-right-color));
    border-radius: 10px;
}
.contact_text p{
    text-align: left;
    margin: 10px 0;
}
.contact_content p:last-child{
    text-align: center;
}

.bottom_btn{
    margin-top: 25px;
}


.piaochuang{
    position: fixed;
    right: 0;
    top: calc((100% - 370px) / 2);
    z-index: 10;
    width: 85px;
    height: 165px;
    background: var(--img-piaochuang) no-repeat;
    background-size: 100% auto;
}
/*.piaochuang a{*/
/*    width: 100%;*/
/*    height: 60px;*/
/*    margin-top: 2px;*/
/*}*/
.piaochuang a:first-child{
    width: 100%;
    height: 50px;
    margin-top: 23px;
}
.piaochuang a:last-child{
    width: 100%;
    height: 50px;
    margin-top: 2px;
}