*{
    margin:0;
    padding:0;
    list-style: none;
}
body{
    max-width: 750px;
    margin:0 auto;
}
.header_box{
    width: 100%;
    position: relative;
}
.banner_box{
    position: relative;
    width: 100%;
}
.close{
    position: absolute;
    width: 65px;
    height: 79px;
    top: 10px;
    left: 10px;
}
.back_img{
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 1
}
.header_box p{
    text-align: center;
    font-size: 36px;
    line-height:85px;
}
.name_box{
    margin-top: 12px;
}
.name_box .name_tit{
    margin-left:30px;
    font-size: 36px;
    margin-top: 40px;
}
.name_box .name_tit span{
    color: #E11111;
    margin-right: 0.2133rem;
}
.name_box input{
    width: 664px; 
    height: 60px;
    line-height:60px;
    margin-left: 30px;
    padding-left:10px;
    border: 2px solid #EBEAEA;
    font-size: 30px;
    margin-top: 20px;
}
.province_box,.education_box{
        width: 675px;
    height: 60px;
    margin-left: 30px;
    display: inline-block;
    border: 2px solid #EBEAEA;
    background: url("https://www.niigata-engei.com/bmyy/images/down.png") 624px center no-repeat;
    position: relative;
    background-size: 4%;
     margin-top:20px;
}
.province_box p,.education_box p{
     line-height: 60px;
     padding-left: 5px;
     color: #8d8c8c;
     font-size: 30px;
     cursor: pointer;
}
.province_menu,.education_menu{
    position: absolute;
    background:#fff;
    width: 425px;
    height: 400px;
    overflow-y:scroll;
    cursor: pointer;
    margin-left: -2px;
    display: none;
    z-index: 1;
     border: 2px solid #EBEAEA;
     border-top: 0;
}
.register_btn{
    width: 600px;
    line-height:60px;
    text-align: center;
    color: #fff;
    background: #FD7400;
    margin: 20px auto 0;
    cursor: pointer;
    font-size: 36px;

}
.main .phone_box input {
    width: 389px;
}
.phone_btn {
    display: inline-block;
    width: 250px;
    text-align: center;
    font-size: 36px;
    color: #fff;
    background: #12C8D5;
    margin-left:  20px;
    cursor: pointer;
        padding-top: 5px;
    padding-bottom: 13px;
}
#imgCode01{
    width: 250px;
    height: 63px;
    float: right;
    margin-top: 20px;
    margin-right: 45px;
}
.service_box{
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.service_tit{
    font-size: 36px;
    font-weight: bold;
}
.service_con{
    font-size: 26px;
    color: #555555;
    line-height:30px;
}
.mask_box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.mask_con{
    position: fixed;
    width: 641px;
    height: 680px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    background: url("https://www.niigata-engei.com/bmyy/images/mask.png") 0 0 no-repeat;
    background-size: 100%;
}
.mask_close{
    width: 50px;
    height: 50px;
    right: 23px;
    top: 18px;
    position: absolute;
}
.mask_tit{
    text-align: center;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    padding-top: 60px;
    color: #12c8d5;
    padding-left: 36px;
}
.mask_ts{
    font-size: 26px;
    line-height: 33px;
    padding-top: 12px;
    padding-left: 45px;
    padding-right: 45px;
}
.mask_ewm{
    width: 195px;
    height: 195px;
    margin-top: 73px;
    margin-left: 234px;
    display: block;
}
.mask_fz{
    font-size: 22px;
    text-align: center;
    margin-top: 68px;
    color: #777777;
    float: left;
    padding-right: 40px;
    background: url("https://www.niigata-engei.com/bmyy/images/fz.png") right center no-repeat;
    margin-left: 115px;
    margin-bottom: 30px;
}
.clear{
    clear: both;
}
.mask_fz textarea {
    resize: none;
    outline: 0;
    border: 0;
    line-height: 22px;
    vertical-align: bottom;
    color: #777;
    font-size: 22px;
    width: 179px;
    height: 27px;
}