@media(max-width:1360px){
    .register_body{
        display: table; 
        margin-left: 30%;
        margin-right: auto; 
        width: 60%;
    }
}
@media(min-width:1361px){
    .register_body{
        display: table; 
        margin-left: 35%;
        margin-right: auto; 
        width: 60%;
    }
}
.myTitle{
    font-size:28px;
    text-align: center;
    padding-bottom: 15px;
    background-color: #fff;
}
.p{
    color:red;
    margin-left:20px;
    display:inline-block;
}
.c{
    color:red;
    margin-left:40%;
}
.l{
    font-size:18px;
}
.mylabel{
    float: left;
    text-align:right;
    width: 105px;
}
.d{
    width: 30%;
    padding-left: 10px;
    float: left;
}
.i{
    height:30px;
    width:300px;
}
.row {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}
#divTips{
    filter:alpha(opacity=30); /*IE滤镜，透明度50%*/
    -moz-opacity:0.3; /*Firefox私有，透明度50%*/
    opacity:0.3;/*其他，透明度50%*/
    position: absolute;width: 100%; height: 50%;display:none;color:black;z-index:10;padding-left: 10px;padding-top:2px;font-size: 15px;
}
.no-border {
    border: none;
}
.font-c-light {
    color: #999999;
}
.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    width: 315px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;    
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/*外层div*/
.input-file-box{
	border: 1px solid gray;
    width: 150px;
    height: 150px;
    position: relative;
    text-align: center;
    border-radius: 8px;
}
/*文字描述*/
.input-file-box > span{
	display: block;
    width: 100px;
    height: 30px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: gray;
}
/*input框*/
.input-file-box #uploadfile{
	opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.input-img{
    width: 150px;
    height: 150px;
}
.select-label {
    width: 108px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mybtn{
    margin-left:15.5%;
    height:30px;width:80px;
    background-color:#003366;
    display:inline-block;
    text-align: center;
    line-height: 28px; 
    -moz-border-radius: 10px;
    /* Gecko browsers */
    -webkit-border-radius: 10px;
    /* Webkit browsers */    
    border-radius:10px;
    color:white;
    width: 15%;
}
.show_msg{
    width:100%;
    height:35px;
    text-align:center;
    position:fixed;
    left: 0;
    z-index: 999;
}
.show_span{
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    background:rgba(0,0,0,0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 1em;
}
.first_lecel{
    width: 416px;
    margin: 0 auto;
    position: relative;
    outline: none;
    top: 100px;    
}

.second_level{
    position: relative;
    background-color: #fff;
    border: 0;
    border-radius: 6px;
    background-clip: padding-box;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}
.thrid_level{
    padding: 16px;
    font-size: 12px;
    line-height: 1.5;
}