.m_top_tip{
    height: 36px;
    background: #1e0c0ccc;
    display: flex;
    align-items: center;
}
.m_top_tip img{
    height: 23px;
}
.index-main{
    padding:15px;
    background:#bf3526;
}
.index-form{
    background:url(./images/form_bg.png) no-repeat;
    background-size:100% 100%;
    width:calc(100% - 40px);
    padding:20px;
    position:relative;
    margin-top: -155px;
    
}
.form-btn>a{
    display:block;
    height:.56rem;
    line-height:.56rem;
    text-align:center;
    font-weight:700;
    color:#f24445;
    font-size:.3rem;
    -webkit-border-radius:.26rem;
    -moz-border-radius:.26rem;
    border-radius:.26rem;
    -webkit-animation:btnAnimate 1.5s linear infinite;
    -moz-animation:btnAnimate 1.5s linear infinite;
    -o-animation:btnAnimate 1.5s linear infinite;
    animation:btnAnimate 1.5s linear infinite;
    -webkit-transform:scale(.8);
    -moz-transform:scale(.8);
    -ms-transform:scale(.8);
    -o-transform:scale(.8);transform:scale(.8)
}
.form-btn>a>img{
    width: 100%;
    height: auto;
}
.form-box__right{
    background: none;
}
.form-box__right li{
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(241, 143, 84, .5);
    border-radius: 50px;
    margin-bottom: 7.5px;
    display: flex;
    align-items: center;
    padding:0 20px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.form-box__right-item>input{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #94472d;
    background: none;
}
::-webkit-input-placeholder {
    color: #94472d;
}
.form-box__right-words {
    width: auto;
    color: #483223;
    line-height: 2.4375rem;
    margin-right: 9px;
}
.index-pic{
    margin: 0;
}
.form-wrap__item--date{
    background: none;
}
.index-form-item-gender {
    display: flex;
    gap: 20px;
}
.index-form-sex {
    color: #94472d;
    border: 1px solid #94472d;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-form-sex.checked{
    background: #c33d2a;
    color: #fff;
    border: none;
}
.form-agreement{
    color: #ffb482 !important;
    height: 27px;
    padding: 6px 0;
}
.form-agreement>a{
    color: #ffDA82 !important;
    
}
.form-agreement input[type="checkbox"] {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #f8c003;
 border-radius: 50%;
/* 取消默认样式 */
  -webkit-appearance: none;
}
/* 设置选中样式 */
.form-agreement input[type="checkbox"]:checked {
  background-color: transparent;
}
.form-agreement input[type="checkbox"]:checked::after {
content: "√";
  position: absolute;
  font-size: 20px;
  top: 0;
  left: -2px;
  width: 24px;
  height: 24px;
  color: #f8c003;
  text-align: center;
}
.zxcs-index-query-text{
    color: #feb381;;
    text-decoration: underline;
    margin-left: 20px;
    text-align: center;
    display: block;
    padding: 5px 0 24px;
}
.footer {
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    padding: 15px 0 20px;
    background: #a42618;
    color: #feb381;
}
.footer a {
    color: #ffe898;
}