body,
html {
    height: 100%;
    background: #fff;
}

.wrapper {
    min-height: 100%;
    background-image: url('');
    background-size: contain;
    background-repeat: no-repeat;
}

.form-box{
    margin-top: 2rem;
}

.top_box {
    position: relative;
    /*background: url(../images/top_bg1.jpg) no-repeat;*/
    /*background-size: 10.0rem 15.0rem;*/
    /*height: 15.0rem;*/
}
.top_box img{
    display: block;
    width: 10.0rem;
}
.center_Text {
    width: 100%;
    font-size: 0.4rem;
    color: #023370;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -0.08rem;
    transform: translateY(-50%);
}

.text_box {
    text-align: center;
    position: relative;
    padding-bottom:1.8rem;
    top: 8.13rem;

}

.the_info .line{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #383738;
    margin-bottom: 0.24rem;
}
.the_info .line:nth-child(2){
    margin-bottom: 0.31rem;

}
.the_info .orange-line{
    font-size: .28rem;
    color: #383738;
    background-color: #ffcc88;
    width: 4.68rem;
    height: .44rem;
    line-height: .44rem;
    text-align: center;
    margin: auto;
    border-radius: .067rem;
    margin-bottom: .4rem;
}
.the_info img{
    margin-right: 0.36rem;
}
/*._sel{
	background: url(../images/pull.png) no-repeat right center;
	background-size:1.17rem; 
}*/

label {
    font-size: 0.4rem;
    vertical-align: middle;
    color:#fff;
}

.text_box div input,
.text_box div select {
    font-size: 0.4rem;
    color: #000;
    border: 0;
    background-color: #fff;
    vertical-align: middle;
    width:6.39rem;
    height: 0.87rem;
    padding-left:0.27rem;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

.text_box div select {
    color: #333;
    -webkit-appearance: none;
    background: url(../images/pull.png) #fff no-repeat 5.8rem center/0.36rem 0.31rem;;
    width:6.39rem;
    padding-right: 1rem;

}
#form div{
    margin-bottom: .36rem;
}
#form div:nth-child(2) {
    margin-bottom: .75rem;

}
#mobile,
#name {
    /*width: 100%;*/
    vertical-align: middle;
    color: #6c6c6c;
    font-size: .4rem;
}

.text_box div input {
    border: 0;
    outline: none;
    background: #dcdcdc;
    border-radius: .12rem;
}

.btn_submit {
    width: 3.08rem;
    height: 0.97rem;
    /* 写实际图片地址 */
    background-color:#ffcc88 ;
    border: 0;
    border-radius: 0.12rem;
    font-size: 0.61rem;
    color: #383738;
    position: relative;
    background-size: cover;
}

.bottom_box {
    /* 写实际图片地址 */
    background: url(../images/buttom.jpg) no-repeat;
    background-size: cover;
    height: 8.4rem;
    margin-top: -1.0rem;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #000;
    font-weight: 300;
}

.hint {
    padding: 0.2rem 0.4rem;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 9999;
    border-radius: 0.2rem;
    color: #000;
    font-size: 0.43rem;
    white-space: nowrap;
}

.cff {
    color: #ddd;
}

/*._cname,
._type {
    display: none;
}*/