﻿
.registered{
    width:100%;
    /*height:706px;*/
    background:#f5f5f5;
    padding-bottom:40px;
}
.registeredBox{
    /*height:626px;*/
    background:#fff;
}
.registeredBox_header{
    height:58px;line-height:58px;
    position:relative;
    width:1120px;
    margin:0 auto;
    border-bottom:2px solid #eeeeee;
}
.registeredBox_header h1{
    
	font-family:"微软雅黑";
	font-size: 18px;
	color: #333333;
    font-weight:bold;
    margin-left:10px;
}
.registeredBox_header span{
    display:inline-block;
    width:2px;
    height:20px;
    background:#59abe7;
    position:absolute;
    top:20px;
}
.registeredContent{
    margin-top:20px;
    display:none;
}
.registeredList{
    margin-left:283px;
    /*height:30px;*/
    line-height:30px;
    margin-bottom:20px;
}
.btts {
    width: 6px;
    height: 6px;
    font-family:"微软雅黑";
    font-size: 14px;
    color: #59abe7;
}
.tieltname{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
}
.registeredList_center input{
    width: 210px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #bbbbbb;
    padding-left:10px;
}
.registeredList_right{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #59abe7;
    margin-left:10px;
    display:none;
}
.registeredList_left{
    width:100px;
    height:30px;
}
.Submit_audit{
    margin-left:300px;
    margin-top:40px;
}
.Submit_auditBtn,.Submit_auditBtn1{
    display:block;
    width:300px;
    height:40px;
    background-color: #3f8aca;
	border-radius: 5px;
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 40px;
    text-align:center;
	color: #ffffff;
    
}
.Submit_audit span{
    display:inline-block;
    margin-left:10px;
    color:red;
    line-height:40px;
}


.audit_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;
}

.audit_main {
    position: relative;
    width: 450px;
    height: 240px;
}

.audit_title {
    height: 39px;
    border-bottom: 1px solid #59abe7;
}

    .audit_title span {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        line-height: 38px;
        color: #59abe7;
        padding-left: 20px;
    }

    .exit_title a {
        position: absolute;
        right: 20px;
        top: 7px;
    }

    
.audit_btn_box {
    text-align: center;
}

    .audit_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;
    }

     
    .header_title{
        margin-left:283px;
        margin-top:20px;
    } .header_title_ul li {
        float: left;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
        cursor:pointer;
        border-bottom: 2px solid #e0e0e0;
    }
    .header_title_ul li.current {
        color: #c72c2c;
        border-bottom: 2px solid #c72c2c;
    }