.page_container{
    background-color: #e1e7f5;
}
.center{
    padding-top: 30px;
}
.p_content{
    width: 1200px;
    margin: 0 auto;
    background-color: #efecff;
    border-radius: 15px;
    overflow: hidden;
}
.main_column{
    float: left;
    width: 238px;
    padding-top: 45px;
    text-align: center;
}
.p_avatar{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
}
.p_avatar img{
    width: 102px;
    border-radius: 50%;
}
.p_avatar p{
    margin-top: 10px;
}
.left_menu{
    width: 100%;
    margin-top: 10px;
}
.menu_item{
    width: 97%;
    margin-left: 3%;
    font-size: 17px;
    text-align: left;
}
.menu_item a{
    width: 100%;
    padding: 16px 0;
    background-color: #efecff;
}
.menu_item a span{
    display: inline-block;
    width: 157px;
    height: 34px;
    line-height: 34px;
    padding-left: 70px;
    border-left: 4px #efecff solid;
}
.menu_item_active a{
    background-color: #fff;
}
.menu_item_active a span{
    border-left: 4px #ff9a69 solid;
}

.details_info{
    float: left;
    width: 918px;
    min-height: 628px;
    padding: 30px 22px 60px 22px;
    background-color: #fff;
}

/*----------------myinfo.html----------------*/
.infolist{
    width: 420px;
    margin: 20px auto;
}
.ileft{
    float: left;
    width: 75px;
    height: 45px;
    line-height: 45px;
    color: #9d9d9d;
   text-align: right;
}
.iright{
    float: left;
    width: 332px;
    padding-left: 12px;
}
.text1{
    width: 95%;
    height: 38px;
    line-height: 38px;
    border: #eee 1px solid;
    padding-left: 16px;
    font-size: 16px;
    outline: none;
}
.my_group{
    padding-left: 16px;
}
.infolist button{
    font-size: 17px;
}
.infolist a{
    color: #333;
}


/*----------------mysign.html----------------*/
.bm_explain {
    width: 766px;
    padding: 0 75px 20px 75px;
    margin: 0 auto;
    line-height: 36px;
}
.bm_explain h3{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.bm_explain p{
    width: 100%;
    text-align: center;
}
.bm_entry{
    width: 820px;
    margin: 0 auto;
}
.mlist{
    float: left;
    width: 350px;
    /*min-height: 120px;*/
    text-align: center;
    margin: 15px;
    padding: 15px;
    border-radius: 12px;
    background: url(../images/mbg7.png) repeat;
    background-size: 100% auto;
    background-color: #5370ff;
}
.prize_info{
    width: 680px;
    min-height: 120px;
    color: #fff;
    text-align: center;
    margin: 15px;
    padding: 15px;
    border-radius: 12px;
    background-image: url(../images/mbg7.png);
    background-color: #5370ff;
    background-size: auto auto;
    background-repeat: repeat;
}
.moffice{
    min-height: 217px;
}
.signsuccess{
    display: inline-block;
    width: 135px;
    height: 32px;
    font-size: 15px !important;
    font-weight:normal !important;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 30px;
    margin: 0 auto;
    background-color: coral;
    text-shadow: 0 0 0 #fff !important;
}
.mlist_success{
    background-image: url("../images/ubg_y.png");
}
.mlist a{
    width: 100%;
    /*padding: 16px 0;*/
    margin-bottom: 5px;
}
.mlist p:first-child{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: 1px 1px 3px #000;
}
.mlist p:last-child{
    display: inline-block;
    width: 135px;
    height: 32px;
    color: #333;
    text-align: center;
    line-height: 32px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 15px;
    background-color: #fff;
}
.normal{
    font-size: 15px;
}

.certificate_sample{
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.certificate_sample img{
    max-width: 72%;
}

/*----------------myschool.html----------------*/
.my_school_cb{
    width: 100%;
    word-break: break-word;
}
.btn{
    height: 40px;
    font-size: 16px;
    margin-top: 10px;
    border-radius: 10px;
}
.red{
    color: red;
}

/*----------------volunteer.html----------------*/
.apply_volunteer{
    width: 94%;
    padding: 10px 3%;
}
.bm_zyz_succeed{
    width: 100%;
    color: #666;
    margin-bottom: 30px;
}
.bm_zyz_succeed p{
    /*margin-bottom: 10px;*/
}
.zyz_table,.zyz_invite_list{
    width: 100%;
    /*margin-bottom: 10px;*/
    border: 1px #ccc solid;
    border-collapse: collapse;
}
.zyz_table tr td{
    padding: 20px;
    text-align: center;
    border:1px #ccc solid;
    word-break:break-word;
}
.zyz_table tr td:nth-child(1){
    font-weight: bold;
    font-size: 17px;
}
.copy_btn{
    width: 160px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    border: none;
    background-color: #4d76ed;
    border-radius: 10px;
    margin: 10px 0;
    cursor: pointer;
}
.zyz_invite_list tr td{
    padding: 3px;
    text-align: center;
    border:1px #eee solid ;
}
.zyz_invite_list tr td:nth-child(1){
    font-weight: normal;
    font-size: 16px;
}

.apply_volunteer h3{
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 40px;
}
.bm_zyz_btn{
    width: 307px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 5px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 17px;
    background-image: linear-gradient(to right,#00a5ff,#3161eb);
}
.bm_zyz_btn a{
    display: inline-block;
    width: 100%;
    color: #fff;
}

/*----------------mn_practice----------------*/
.mn_practice{
    width: 852px;
    margin: 0 auto;
}
.mn_list {
    float: left;
    width: 360px;
    min-height: 70px;
    margin: 10px 8px;
    /*width: 400px;*/
    /*margin: 10px auto;*/
    padding: 20px 25px;
    border-radius: 10px;
    background: url(../images/mbg1.png) repeat;
    background-size: 100% auto;
    background-color: #6f5de0;
}
.office{min-height:197px;background-image: url("../images/mbg2.png");background-color: #ffb449;}
.programming{background-image: url("../images/mbg3.png");background-color: #ff756b;}
.computer_system{background-image: url("../images/mbg4.png");}
.embedded{background-image: url("../images/mbg5.png");}
.artificial_intelligence{background-image: url("../images/mbg6.png");        background-color: #94a0ff;}
.digital{background-image: url("../images/mbg7.png");background-color: #5370ff;}
.subject_box{
    width: 100%;
    margin-top: 12px;
}
.mn_name{
    float:left;
    color:#fff;
    width:55%;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
}
.sub_title{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
}
.mn_into{
    float: right;
    width: 45%;
    text-align: right;
}
.mn_into p{
    width: 100%!important;
    letter-spacing: 0!important;
    /*margin-top: 0!important;*/
}
.sign2 {
    width: 135px;
    height: 32px;
    text-align: center;
    background: #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}



/*----------------chengban----------------*/
.cb_center .details_info{
    width: 862px;
    padding: 30px 50px 60px 50px;
    word-break: break-word;
}
.team_info .infolist {
    width: 555px;
}
.team_info .ileft {
    width: 210px;
    text-align: left;
}
.itips{
    float: left;
    width: 100%;
    font-size: 14px;
    color: lightcoral;
    margin-top: 10px;
}

.cb_apply_info{
    width: 100%;
    margin-bottom: 50px;
}
.download_file {
    display: inline-block;
    color: #fff;
    padding: 2px 12px;
    border-radius: 10px;
    background-color: orangered;
}
.apply_succeed{
    width: calc(100% - 2px);
    height: auto;
    word-wrap: break-word;
    border: 1px #ccc solid;
    border-bottom: none;
    padding: 20px 0;
    text-align: center;
    margin-top: 20px;
}
.apply_tips{
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.xya{
    width: 100%;
    color: #000;
}
.invite_table{
    width: 100%;
    margin-bottom: 10px;
    border: 1px #ccc solid;
    border-collapse: collapse;
}
.invite_table tr td{
    padding: 20px;
    text-align: center;
    white-space:normal;
    border:1px #ccc solid ;
}
.invite_table tr td:nth-child(1){
    font-weight: bold;
    font-size: 17px;
}


/*----------------team_up----------------*/
.teamtitle{
    width: 100%;
    font-size: 25px;
    color: #3d76dd;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
}
.team_up .infolist{
    width: 436px;
}
.infolists{
    width: 470px !important;
}
.inline_list{
    width:320px !important;
    margin-top: 5px !important;
}
.team_up .infolist .ileft{
    width: 100px;
}
.team_up .infolist .iright{
    width: 324px;
}


/*--------------------works_submit--------------*/
.works_submit{
    width: 90%;
    padding: 20px 5%;
}
.works_submit h3{
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #5370ff;
    margin-bottom: 15px;
}
.works_submit p{
    font-size: 17px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}
#design_intro{
    width: 96%;
    height: 120px;
    resize: none;
    padding: 15px 2%;
    border: 1px #dfdfdf solid;
    border-radius: 10px;
}
#design_submit_btn{
    display: block;
    width: 160px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    margin: 0 auto;
    border-radius: 6px;
    border: none;
    outline: none;
    letter-spacing: 5px;
    font-size: 17px;
    margin-top: 12px;
    background-color: #5370ff;
}


.piaochuang{
    bottom: 273px;
    height: 186px;
    overflow: hidden;
}
.zx_list {
    position: fixed;
    bottom: 160px;
    right: 150px;
    top: auto;
}

.compete {
    display: inline-block !important;
    font-size: 15px !important;
    /*font-weight: 500 !important;*/
    color: #fff !important;
    line-height: 32px !important;
    text-align: center;
    border-radius: 42px !important;
    margin: 0 auto;
    /*text-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
    height: 32px !important;
    background: linear-gradient(135deg, #8A4FFF 0%, #6C2DC9 100%) !important;
    /*box-shadow: 0 4px 14px rgba(255,127,80,0.25),*/
    /*inset 0 1px 1px rgba(255,255,255,0.15);*/
    cursor: pointer;
    /*transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
    position: relative;
    /*overflow: hidden;*/
    border: none;
}
/*.compete:hover {*/
/*    transform: translateY(-2px);*/
/*    background: linear-gradient(135deg, #8A4FFF 0%, #6C2DC9 100%) !important;*/
/*    box-shadow: 0 6px 20px rgba(255,127,80,0.35),*/
/*    inset 0 2px 2px rgba(255,255,255,0.2);*/
/*}*/
/*.compete:active {*/
/*    transform: translateY(1px);*/
/*    box-shadow: 0 2px 6px rgba(255,127,80,0.25) !important;*/
/*}*/
/*.compete::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: -100%;*/
/*    width: 50%;*/
/*    height: 100%;*/
/*    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0) 100%);*/
/*    animation: gentleShine 3s infinite;*/
/*}*/
