html{
    overflow:auto;
   
}
html,body{
    margin: 0;
    padding:0;|
}
.content{
    background: url('../images/bg.png') no-repeat;
    background-color:#10193e;
    margin:0 auto;
    background-size:100% 3909px; 
    background-attachment: scroll ;
    max-width:1920px;
    height:3909px;
}
.title1{
    width:695px;
    margin: 0 auto;
    display: block;
    padding-top:227px;
}
.card{
    width:1104px;
    margin: 0 auto;
    display: block;
    padding-top:135px;
}
.tip{
    width:1134px;
    margin: 0 auto;
    display: block;
    padding-top:100px;
    height:1318px;
}
.btns{
    width:36%;
    margin: 0 auto;
    display: block;
    margin-top:100px;
}
.bottom{
    height:238px;
    line-height:240px;
    color:#fdceb3;
    font-size:28px;
    text-align: center;
}
a {
    text-decoration: none;
    cursor: pointer;
    color:#fdceb3;
}
.resetTelNum{
    text-align:center;
}
.resetTelNum img{
    display:block;
    margin:0 auto;
}
body .layui-layer-btn .layui-layer-btn0 {
    border-radius: 2px;
    width: 110px;
    height: 40px;
    color: #29538e;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border: 1px solid #29538e;
}
body .layui-layer-title{
    background: #29538e;
    color:#fff;
}
body .layui-layer-setwin .layui-layer-close1 {
    background-position: -84px -40px;
    cursor: pointer;
}