.bg3 {
    background-image: url('/static/img/index/bg_3.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.foot-title {
    font-family: SourceHanSansCN-Bold;
    font-weight: 700;
    font-size: 0.8rem;
    color: #000000;
    text-align: center;
}
.foot-subtitle {
    font-family: SourceHanSansCN-Medium;
    font-weight: 500;
    font-size: 0.4rem;
    color: #00000080;
    text-align: center;
    margin: 0.8rem 0 1rem 0;
}
.content .inpbox-wrap{
    display: flex;
    justify-content: center;
}

.content .inpbox {
    display: flex;
    width: 100%;
    margin-bottom: 0.38rem;
}

.content input {
    display: block;
    width: 80%;
    height: 1rem;
    border-radius: 1rem;
    border: 1px solid #c9c9c9;
    padding: 0 12px;
    font-size: 0.3rem;
    outline: none;
    color: #666;
}

.content input::-webkit-input-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.content input::-moz-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.content input:-ms-input-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.content input:-moz-placeholder {
    font-size: 0.32rem;
    color: #666;
}

.content textarea {
    display: block;
    width: 100%;
    height: 4rem;
    line-height: 1.4;
    border-radius: 6px;
    border: 1px solid #c9c9c9;
    padding: 12px;
    font-size: 0.3rem;
    outline: none;
    color: #666;
    resize: none;
    box-sizing: border-box;
    margin-bottom: 0.2rem;
}

.content .inpbox:nth-child(3) {
    margin-bottom: 0;
}
.content .radiobox {
    display: flex;
    justify-content: flex-start;
    padding: 0.3rem 0;
    flex-wrap: wrap;
    margin-left:20px;
}

.content .radio-item {
    display: flex;
    align-items: center;
    margin-right: 30px;
    margin:5px 30px 5px 0;
    cursor: pointer;
}
.radio-item{
    cursor: pointer;
}

.content .radio-item-yd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    margin-right: 10px;
}

.content .radio-item-yds {
    width: 8px;
    height: 8px;
    border-radius: 100%;
}

.content .radio-active {
    background: #1dcad3;
}

.content .radio-item-name {
    font-size: 0.3rem;
    color: #666;
}

.content .radio-item:last-child {
    margin-right: 0;
}

.content .tips {
    color: #f00;
    font-size: 0.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin-left: 5%;
    width: 92.5%;
    margin-top: -0.6rem;
}

.content .btns {
    display: flex;
    justify-content: center;
    margin: 1rem 0 1rem 0;
}

.content .btns input {
    padding: 0 1rem;
    display: block;
    height: 1rem;
    width: auto!important;
    /*line-height: 0.8rem;*/
    border-radius: 0.5rem;
    font-size: 0.4rem;
    outline: none;
    color: #fff;
    text-align: center;
    background: #1dcad3;
    outline: none;
    border: 0;
    /*margin-top:0.2rem;*/
}

.content .tip {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #666;
}<!--0.00033903121948242-->