/*css document*/
@charset "utf-8";
/*首页导航*/
/*全局报名弹出框*/
.apply_show{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2000;
}
.apply_show .apply_frame{
    width: 610px;
    height: 390px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -195px 0 0 -305px;
    background: url("apply_show1.png") repeat #FFFFFF;
    overflow: hidden;
}
.apply_frame h3{
    width: 610px;
    height: 47px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height:47px;
    background: #f08300;
}
.apply_frame .close_frame{
    position: absolute;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
}
.apply_frame .chart{
    width: 428px;
    height: 59px;
    background: url("apply_show2.png") no-repeat;
    margin: 13px auto 22px;
}
.apply_frame .submit_box{
    position: relative;
    width: 428px;
    height: 249px;
    margin: 0 auto;
}
.apply_frame .submit_box .user_b,.apply_frame .submit_box .tel_b{
    outline: none;
    border:2px solid #f08300;
    padding-left: 77px;
}
.apply_frame .submit_box input{
    display: block;
    color: #f08300;
    font-size: 18px;
    background:none;
}
.apply_frame .submit_box input::-webkit-input-placeholder{
    color: #f08300;
}
.apply_frame .submit_box input::-moz-placeholder{
    color: #f08300;
}
.apply_frame .submit_box input:-ms-input-placeholder{
    color: #f08300;
}
.apply_frame .submit_box .user_b{
    height: 60px;
    background: url("apply_show3.png") no-repeat 20px;
}
.apply_frame .submit_box .user,.apply_frame .submit_box .tel{
    width: 347px;
    height: 56px;
    line-height:56px;
}
.apply_frame .submit_box .tel_b{
    height: 60px;
    line-height:60px;
    background: url("apply_show4.png") no-repeat 20px;
    margin-top: 20px;
}
.apply_frame .submit_box .apply_secrecy{
    font-size: 12px;
    color: #f08300;
    margin-top: 5px;
    text-align: center;
}
.apply_frame .submit_box .submit_btn{
    position: absolute;
    width: 291px;
    height: 60px;
    left: 70px;
    bottom: 20px;
    background: #f08300;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 60px;
}
