﻿/*提交申请弹出 start*/
.submit-apply{
    width: 550px;
    height: 370px;
    background: #fff;
    overflow: hidden;
    display: none;
}
.closeBtn{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("../images/close.png") no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.submit-apply h5{
    display: block;
    width: 100%;
    height: 60px;
    background: #ff6161;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.submit-apply-content{
    /*width: 100%;*/
    height: 100%;
    padding: 0 40px 0 20px;
}
.submit-apply-content-left{
    width: 109px;
    height: 100%;
    float: left;
    border-right: 1px solid #ccc;
}
.submit-apply-content-right{
    width: 340px;
    height: 300px;
    padding: 15px 0 0 40px;
    float: left;
}
.submit-apply-content-right-icon{
    width: 67px;
    height: 69px;
    margin: 0 auto;
    background: url("../images/tanchu-icon_03.jpg") no-repeat;
    background-size: cover;
    margin-top: 23px;
}
.submit-apply-content-right-chengg{
    text-align: center;
    color: #ff6161;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.chenggongtishi{
    width: 250px;
    text-align: center;
    font-size: 16px;
    color: #4d4d4e;
    margin: 0 auto;
    margin-top: 20px;
}
.submit-apply-content-left-img{
    width: 80px;
    height: 250px;
    background: url("../images/tanchuangimg_03.jpg") no-repeat;
    margin-top: 27px;
}
.submit-apply-content-right-item-input{
    width: 341px;
    height: 40px;
    margin-bottom: 15px;
}
.submit-apply-name{
    width: 197px;
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 22px;
}
.submit-apply-sex{
    position: relative;
    top: 2px;
    margin-left: 6px;
    margin-right: 8px;
}
.submit-apply-phone{
    width: 317px;
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 22px;
}
.submit-apply-phone-but{
    width: 170px;
}
.submit-apply-content-right-item-input-button{
    float: right;
    height: 100%;
    width: 140px;
    background: white;
    border: 1px #ff6161 solid;
}
.submit-apply-content-right-item-input-button:hover{
    color: white;
    background: #ff6161;
}
.submit-apply-limit{
    width: 269px;
    height: 38px;
    border: 1px solid #ccc;
    padding-left: 22px;
    margin-right: 13px;
}
.submit-apply-btn{
    width: 100%;
    height: 50px;
    display: block;
    background: #ff6161;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    /*margin-top: 30px*/
}
.submit-apply{
    position: fixed;
    left: 50%;
    margin-left: -225px;
    top: 50%;
    margin-top: -185px;
    z-index: 666;
}
/*提交申请弹出 end*/