html, body {
    padding: 0px;
    margin: auto;
    font-size: 14px;
    line-height: 32px;
    color: #191919;
    background-color: #F9F9F7;
    font-family: "FZLTXHK--GBK1-0";
    max-width: 750px;
}

.container {
    background-color: #FFFFFF;
}

input {
    font-size: 14px;
    color: #191919;
    font-family: "FZLTXHK--GBK1-0";
}

input[type="text"], input[type="number"] {
    border: none;
    /*margin-left: 20px;*/
    min-width: 100px;
    height: 40px;
    width: 95%;
    background-color: #F9F9F7;
    padding-left: 11px;
}

select {
    padding-left: 13px;
    padding-right: 10px;
    border: none;
    /*margin-left: 20px;*/
    width: 158px;
    height: 40px;
    font-size: 14px;
    color: #191919;
    font-family: "FZLTXHK--GBK1-0";
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    border-radius: 0;
    background: #F9F9F7 url("../img/down.png")no-repeat right;
    background-size: 0.8rem;
    background-position-x: 95%;
}


select:last-child {
    margin-left: 16px;
}

.title img {
    width: 100%;
}

.desc_area .desc_text {
    margin-top: 16px;
    padding: 0 16px 0 16px;
}

.desc_area .desc_text span {
    font-size: 14px;
    font-family: "FZLTXHK--GBK1-0";
}

.main {
    background-color: #fff;
    /*border-top: 1px solid #d8d8d8;*/
    /*border-bottom: 1px solid #d8d8d8;*/
    padding: 0px 16px;
}

.item {
    padding: 10px 0px;
    /*border-bottom: 1px solid #d8d8d8;*/
}

.item:last-child {
    border: none;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}

.btn {
    width: 312px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #5e82ab;
    border-radius: 24px;
    color: #fff;
    margin: 20px auto;
    margin-bottom: 20px;
}

.btn1 {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #5e82ab;
    border-radius: 24px;
    color: #fff;
    margin: 20px auto;
    margin-bottom: 20px;
    border: none;
}

.red {
    color: red;
}

.input_container {
    width: 100%;
}