@charset "UTF-8";
body {
    padding-top: 0 !important;
}

.msg-box {
    display: none
}


.index-header {
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    height: 130px;
    text-align: center;
    background-image: url("../images/bgs.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#index-form {
    background-image: url("../images/form_bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
}


.index_btn_layout {
    text-align: center
}

.index_btn {
    display: inline-block;
    width: 302px;
    height: 44px;
    background: #da1c0a;
    border-radius: 22px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border-color: #da1c0a;

}

.shili {
    max-width: 460px;
    margin: 0 auto;
    padding: 0 60px
}

.shili img {
    width: 17px;
    height: 17px;
}
.indexpro{
    max-width: 460px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.indexpro img{max-width: 100%}

.mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mask img{
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    width:20%;
    margin-left:-10%;
    margin-top:-10%;
    border-radius: 5%;
}