.box {
    width: 85%;
    transition: all 0.4s;
	margin: 0 auto;
}

dl.tit {
    text-align: center;
    margin-top: 3.8%;
    margin-bottom: 15px;
}

dl.tit dt {
    font-size: 36px;
    /* font-size: 0.36rem; */
}

dl.tit dd {
    font-size: 18px;
    color: #999;
    margin-top: 8px;
}

dl.tit dd:after {
    content: '';
    width: 26px;
    height: 3px;
    background: #057fc6;
    display: block;
    margin: 0 auto;
    margin-top: 13px;
}

.job_con {
    padding-bottom: 50px;
}

.apply_i {
    background: #fff;
}

.apply_i_inp label {
    display: block;
    float: left;
    width: calc(50% - 13px);
    margin-right: 25px;
    margin-top: 20px;
}

.apply_i_inp label:nth-child(2n+1) {
    clear: both;
}

.apply_i p {
    font-size: 14px;
    color: #666666;
}

.apply_i p span {
    color: #ff0000;
    width: 20px;
    margin-right: 10px;
}

.apply_i_inp label input, .apply_i_inp label select {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
    -webkit-appearance: button;
    line-height: 50px;
}

.apply_i_inp label:nth-child(2n) {
    margin-right: 0;
}

.apply_i_textarea label {
    margin-top: 20px;
    display: block;
}

.apply_i_textarea .textarea {
    margin-top: 10px;
    position: relative;
}

.apply_i_textarea .textarea textarea {
    height: 180px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    width: 100%;
    resize: none;
}

.msg_code {
    margin-top: 20px;
}

.msg_code label {
    display: block;
    width: calc(50% - 13px);
    position: relative;
}

.msg_code p {
    font-size: 14px;
    color: #666666;
}

.msg_code input {
    display: block;
    width: 100% !important;
    height: 50px;
    background-color: #f5f5f5;
    border-radius: 3px;
    border: solid 1px #dcdcdc;
    margin-top: 10px;
    padding: 0 20px;
    color: #999999;
}

.msg_code img {
    position: absolute;
    right: 15px;
    top: calc(50% + 12px);
    transform: translateY(-50%);
}

.apply_i .common_btn {
    width: 180px;
    border-radius: 3px;
    margin: 50px auto 0;
    display: block;
    overflow: hidden;
    position: relative;
    height: 40px;
    line-height: 40px;
    background: #999;
    font-size: 14px;
    /* color: #fff; */
    text-align: center;
        border: 1px solid #999;
}

@media only screen and (max-width: 767px) {
	.msg_code img{
		position: relative;
		transform: inherit;
	}
}