.lay1{
    width: 92%;
    margin: .6rem auto auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
}
.lay1>input{
    width: 100%;
    display: block;
    margin-bottom: .2rem;
    height: 1rem;
    border-radius: .1rem;
    border:1px solid #cdcdcd;
}
.lay1>input[type="submit"]{
    background: #08bcfd;
    color: #fff;
}
.lay-title{
    text-align:center;
    width: 92%;
    margin:.6rem auto;
}
.lay-content{
    width: 92%;
    margin: auto;
    line-height: .6rem;
    text-indent: .8rem;
}
.lay2{
    width: 92%;
    margin: .2rem auto auto;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lay2>div{
    width: 47%;
    border: 1px solid #fe0000;
    margin-bottom: .6rem;
}
.lay2>div>p{
    width: 90%;
    margin: auto;
    text-align: center;
    color: #5b5b5b;
    margin-bottom: .1rem;
}
.lay-btn{
    display: block;
    width: 60%;
    height: .8rem;
    margin: .6rem auto;
    line-height:.8rem;
    text-align: center;
    color: #fff;
    background: #fe0000;
    overflow: hidden;
    border-radius: .2rem;
}
.mb0{
    margin-bottom: 0!important;
}
.lay3{
    width: 92%;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    justify-content: space-between;
    overflow: hidden;
}
.lay3>div{
    width: 48%;
    border:1px solid #585858;
    border-radius: .3rem;
    overflow: hidden;
}
.lay3>div>p{
    width: 86%;
    margin: auto auto .2rem;
    text-align: justify;
}
.lay4{
    width: 92%;
    margin: auto;
    display: flex;
    display:-webkit-flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}
.lay4>div{
    width: 48%;
    margin-bottom: .4rem;
    border:1px solid #1775fd;
    padding:.1rem .2rem;
}

.lay4>div>span{
    color: #095cc5;
}
.lay5{
    width: 92%;
    margin: auto auto .1rem;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.lay5>img{
    width: 48%;
}
.lay6{
    width: 92%;
    margin: auto;
    overflow: hidden;
}
.lay6>div{
    width: 92%;
    margin: .4rem auto .2rem;
    border-bottom: 1px solid #464647;
    color: #464647;
    text-align: center;
    font-weight: bold;
    padding-bottom: .2rem;
}
.lay6>p{
    width: 92%;
    margin: auto;
    color: #505050;
    line-height: .6rem;
}
.lay7{
    width: 92%;
    margin: auto auto .2rem;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
}
.lay7>img{
    width: 40%;
}
.lay7>div{
    width: 59%;
    border:1px solid #cecece;
    padding: 0 .2rem;
}
.lay7>div>div{
    color: #333;
    text-align:center;
    padding-bottom: .1rem;
    font-weight: bold;
}
.lay7>div>p{
    font-weight: 300;
    
    color: #000;
    margin-bottom: .1rem;
}