﻿body {
    overflow-x: hidden;
}

.main_ed {
    width: 100%;
    height: 100%;
}

.main_header {
    width: 100%;
    border-bottom: 3px solid #c72d2d;
}

.main_header_coneter {
    height: 115px;
}

.main_login {
    display: inline-block;
    margin-right: 27px;
    margin-top: 15px;
    pointer-events: none;
}

.footer {
    width: 100%;
    height:115px; 
    border-top: 3px solid #c72d2d;
}

.footertop {
    margin-top: 28px;
    margin-bottom: 28px;
}

.footertop p {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    opacity: 0.7;
}


.categoryes li {
    float: left;
    line-height: 109px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333;
    margin-right: 30px;
}

.categoryesbtn {
    display: inline-block;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #3f8aca;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    margin-top: 41px;
}

    .categoryesbtn:hover {
        background-color: #3F8ACA;
        color: #fff !important;
    }

.categoryeactive a {
    border-bottom: 3px solid #c72d2d;
    color: #c72d2d;
}

.categoryes li .categoryh {
    padding: 11px;
}

.mask {
    background-color: black;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 99;
    display: none;
}

.logines {
    position: fixed;
    width: 386px;
    height: 365px;
    background-color: #ffffff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    display: none;
}


.username {
    width: 270px;
    height: 35px;
    margin: 0 auto;
    background-color: rgba(242, 242, 242, 1);
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 20px;
}

    .username span {
        display: inline-block;
        text-align: center;
        width: 50px;
        height: 35px;
        line-height: 30px;
    }

    .username input {
        height: 35px;
        width: 215px;
        background-color: rgba(242, 242, 242, 1);
    }

.Please_contact {
    width: 270px;
    text-align: right;
    font-family: MicrosoftYaHei-Bold;
    font-size: 12px;
    margin: 0 auto;
}

    .Please_contact span {
        color: #999;
    }



.login_btn_box a {
    display: block;
    width: 270px;
    height: 40px;
    background-color: rgba(199, 45, 45, 1);
    border-radius: 5px 5px 5px 5px;
    margin: 10px auto;
    font-family: ﻿MicrosoftYaHei;
    font-size: 18px;
    color: #f3f3f3;
    text-align: center;
    line-height: 40px;
}

.banner_login_title {
    width: 270px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 20px;
}



    .banner_login_title span {
        font-family: MicrosoftYaHei-Bold;
        font-size: 24px;
        font-weight: bold;
        color: #c72d2d;
    }

.banner_login_main {
    position: relative;
    width: 386px;
    height: 340px;
}

.close_login {
    position: absolute;
    right: 20px;
    top: 10px;
}




.exitsbtn {
    display: inline-block;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #c72d2d;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    margin-top: 41px;
}

    .exitsbtn:hover {
        color: #fff !important;
    }


.registersbtn {
    display: inline-block;
    width: 66px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #c72d2d;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    margin-top: 41px;
}

    .registersbtn:hover {
        color: #fff !important;
    }


.exites {
    position: fixed;
    width: 450px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    display: none;
}


.end_contestes {
    position: fixed;
    width: 450px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    display: none;
}

.save_successful{
     position: fixed;
    width: 450px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    display: none;
}

.exites_main {
    position: relative;
    width: 450px; 
}

.exit_title {
    height: 39px;
    border-bottom: 1px solid #c72d2d;
}

    .exit_title span {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        line-height: 38px;
        color: #c72d2d;
        padding-left: 20px;
    }

    .exit_title a {
        position: absolute;
        right: 20px;
        top: 7px;
    }

.please_contact_box {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.please_contact_box {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.endcontact_box {
    margin-top: 40px;
    margin-bottom: 36px;
    text-align: center;
}

    .endcontact_box .endcontact_p1 {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        line-height: 30px;
        color: #333333;
    }

    .endcontact_box .endcontact_p2 {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        line-height: 30px;
        color: #666666;
        padding-right: 14px;
    }


.exites_btn_box {
    text-align: center;
    margin-bottom:20px;
}

    .exites_btn_box a {
        display: inline-block;
        width: 120px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background-color: #3f8aca;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #fff;
        border-radius: 5px;
    }


.determine {
    margin-right: 70px;
}

.categoryes li a:hover {
    color: #c72d2d;
}

.SubjectHeadings {
    height: 26px;
    font-family: "宋体";
    font-size: 26px;
    line-height: 26px;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
    /*border-left: 4px solid #c72d2d;*/
    padding-left: 10px;
    font-weight: bold;
}

.competition_time {
    position: fixed;
    width: 450px;
    height: 240px;
    background-color: #ffffff;
    border-radius: 5px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 100;
    display: none;
}

.promptes {
    width: 268px;
    height: 23px;
    margin: 0 auto;
    border-radius: 5px;
    border: solid 1px #c72d2d;
    display: none;
}

    .promptes span {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #c72d2d;
        padding-left: 10px;
    }

.usernametype {
    margin-top: 10px;
}


.teachers_login {
    display: inline-block;
    width: 66px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background-color: #3f8aca;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
    border-radius: 2px;
    margin-top: 41px;
}

    .teachers_login:hover {
        color: #fff !important;
    }


/*单证处理---单证改错弹窗*/

.AnswerBox{
    position:fixed;
    top:50%;
    left:50%;
     background-color: #ffffff;
    border-radius: 5px;
    width:450px;
    min-height:240px;
    margin-left:-225px; 
    display:none;
    z-index:9999;
}

.AnswerBoxGC{
    position:fixed;
    top:50%;
    left:50%;
     background-color: #ffffff;
    border-radius: 5px;
    width:450px;
    min-height:240px;
    margin-left:-225px; 
    display:none;
    z-index:9999;
}
.please_contactUl ul {
    padding:20px; 
}
.please_contactUl ul li{ 
    
    min-height:40px;
    position:relative;
    margin-bottom:10px;
    cursor:pointer ;
}
.please_contactUl ul li p{
    display:inline-block;  
    word-break:break-word;
    width: 370px;
}
.please_contactUl ul li input{
    width:100%;
    height:40px;
    z-index:7;
    opacity:0;
    position:absolute;
    top:0;
    left:0;
    font-size:0;
    cursor:pointer;
}
.xxText{
    margin:0 5px 0 20px;
}
.radioBtn{
    display:inline-block;
    width:12px;
    height:12px;
    background:url(../Images/danxuanweixuanzhong.png) no-repeat;
    position:absolute;
    top:1px;
    left:0;
}
.radioBtnCurrent{
     background:url(../Images/danxuanxuanzhong.png) no-repeat;
}