body,html{
    background: linear-gradient( 178deg, #FFFFFF 0%, #F4F8FF 100%);
    height: auto;
    /* overflow: hidden; */
}
.headerCon{
    background: #bddefe;
}
.mainCons{
    background: url(../images/enterBg.png) no-repeat center -1.7rem;
    background-size: 100% 9.33rem;
    padding: 6.28rem 0.27rem 0;
    margin-top: 1.17rem;
}
.enterOut{
    width: 100%;
    height: 9.33rem;
    background: url(../images/enterBg2.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.4rem;
    box-sizing: border-box;
}
.enterOut li{
    height: 2.67rem;
    border-radius: 0.27rem 0.27rem 0.27rem 0.27rem;
    padding: 0.4rem 0.27rem 0 0.53rem;
    box-sizing: border-box;
    position: relative;
}
.enterOut li img{
    display: block;
    position: absolute;
    width: 2.13rem;
    height: 2.13rem;
    top: 0.27rem;
    right: 0.27rem;
}
.enterOut li p{
    font-weight: bold;
    font-size: 0.43rem;
    line-height: 0.6rem;
    margin-bottom: 0.27rem;
}
.enterOut li a{
    display: block;
    width: 1.81rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.43rem 0.43rem 0.43rem 0.43rem;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
}
.enterOut li:nth-child(1){
    background: linear-gradient( 270deg, #FFFFFF 0%, #F4F8FF 100%);
    border: 0.03rem solid #EAF2FF;
    margin-bottom: 0.27rem;
}
.enterOut li:nth-child(2){
    background: linear-gradient( 270deg, #FFFFFF 0%, #EAF8F3 100%);
    border: 0.03rem solid #EAF8F3;
    margin-bottom: 0.27rem;
}
.enterOut li:nth-child(3){
    background: linear-gradient( 270deg, #FFFFFF 0%, #FFF9F2 100%);
    border: 0.03rem solid #FFECD4;
}
.enterOut li:nth-child(1) a{
    background: #307FFF;
}
.enterOut li:nth-child(2) a{
    background: #00B578;
}
.enterOut li:nth-child(3) a{
    background: #FF9100;
}
.enterOut li a.btn2{
    background: #eee;
    color: #666;
    width: 2rem;
}
/* 弹窗 start */
.queryForm p{
    font-size: 0.4rem;
    line-height: 0.56rem;
    height: 0.56rem;
    margin-bottom: 0.27rem;
}
.queryForm p em{
    color: #FF0000;
    padding-right: 0.13rem;
}
.queryForm input{
    width: 100%;
    border: 1px solid #eee;
    height: 0.93rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    background: #fff;
    margin-bottom: 0.27rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
    font-size: 0.37rem;
}
.myMainPop .myMainCon{
    height: auto;
}
.queryForm  .floatInput{
    width: 62%;
}
.queryForm  .imgCode{
    width: 35%;
    border: 1px solid #eee;
    height: 0.93rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    background: #fff;
}
.queryForm  .DuanXinBox{
    width: 35%;
    border: 1px solid #eee;
    height: 0.93rem;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    background: #dddddd;
    color: #666;
}
.queryBtn .cancel{
    width: 47%;
    height: 1.07rem;
    line-height: 1.07rem;
    background: #FFFFFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    border: 0.01rem solid #DDDDDD;
    font-size: 0.43rem;
    color: #666666;
    text-align: center;
}
.queryBtn .submit{
    width: 47%;
    height: 1.07rem;
    line-height: 1.07rem;
    background: #307FFF;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    font-size: 0.43rem;
    color: #fff;
    text-align: center;
}
/* 弹窗 end */
/* 一键生成图片 */
#proveBox {
    width: 33rem;
    height: 47rem;
    position: fixed;
    background: url(../images/zs_bg.jpg) no-repeat;
    background-size: 33rem 47rem;
    z-index: -1;
    left: -33rem;
    overflow: hidden;

}
#proveBox .titleBox{
    display: block;
    width: 24rem;
    height: 10.68rem;
    margin: 7.5rem auto 2.8rem;
}
#proveBox .textBox{
    width: 24rem;
    margin: 0 auto 8.3rem;
    font-size: 0.88rem;
    font-weight: bold;
    line-height: 2.7rem;
    text-indent: 1.9rem;
}
#proveBox .textBox span{
    background: url(../images/zs_line.jpg) repeat-x bottom;
    background-size: 100% 3px;
    padding: 0 0.7rem;
    white-space: pre-wrap;
}
#proveBox .bottomp{
    text-align: right;
    line-height: 2.04rem;
    font-size: 0.88rem;
    text-align: center;
}
#proveBox .bottomp.f_54{
    font-size: 0.72rem;
}
#proveBox .bottomOut{
    position: absolute;
    bottom: 9.2rem;
    right: 4.4rem;
}
.xzBtn{
    display: block;
    width: 100%;
    height: 1.07rem;
    line-height: 1.07rem;
    background: #307FFF url(../images/xzbtn.png) no-repeat 65% center;
    background-size: 0.37rem 0.37rem;
    color: #fff;
    font-size: 0.43rem;
    text-align: center;
    border-radius: 0.13rem 0.13rem 0.13rem 0.13rem;
    margin: 0.5rem auto 0;
}