html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: hsl(254, 68%, 90%);
    font-family: "Times New Roman", Times, serif;  
}
h5{
    margin: 0;
    padding: 0;
}
* div{
box-sizing: border-box;
}
::-webkit-scrollbar {
    display: none;
  }
.wrapper{
    width: 100%;
    height: 100%;
    background: url(../image/pc.jpg) no-repeat center;
    background-size: 100% 100%;
    /* position: relative; */
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
}
.wraper{
flex: auto;
height: 0;
overflow-y: auto;
/* margin-bottom: 141px; */
}
.title-text h5{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5f4677;
    letter-spacing: 14px;
    font-size: 40px;
    padding-top: 10px;
}
.img-logo{
    width: 100%;
    height: 200px;
    display: flex;
    margin-top: 2%;
    align-items: center;
    justify-content: center;
}
 .img-logo span{
    width: 29%;
    height: 100%;
    display: inline-block;
    background: url(../image/img-logo.png) no-repeat center;
    background-size: contain;
}
.img-line1,.img-line2{
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-line1 span{
    width: 297px;
    height: 46px;
    display: inline-block;
    background: url(../image/line1.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
}
.img-line2 span{
    width: 297px;
    height: 46px;
    display: inline-block;
    background: url(../image/line2.png) no-repeat center;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.img-line1 span a,.img-line2 span a{
    color: #fff;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}
.img-line1 span i,.img-line2 span i{
    color: #fff;
}
.line{
    margin-top: 15px;
}
.text{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    word-wrap: break-word;
    flex-direction: column;
    margin-top: 10px;
}
.text span{
    width: 80%;
    height: auto;
    display: block;
    color: #604779;
    letter-spacing: 6px;
    font-size: 20px;
    margin-top: 2px;
    text-align: center;
}
.img-line3{
    width: 100%;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.img-line3 span{
    width: 332px;
    height: 55px;
    display: inline-block;
    background: url(../image/kefu.png) no-repeat center;
    background-size: contain;
    color: #fff;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    font-weight: 600;
}
.img-line4{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.img-line4 span{
    width: 482px;
    height: 100%;
    display: inline-block;
    background: url(../image/logo2.png) no-repeat center;
    background-size: contain;
}

.footer{
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.footer span{
    width: 70%;
    height: 45px;
    line-height: 20px;
    color: #332244;
    text-align: center;
}
.footed{
    /* position: absolute;
    bottom: 10px; */
    /* left: auto; */
    width: 100%;
}
.OnlineService{
    width: 112px;
    height: 81px;
    position: absolute;
    bottom: 0%;
    right: 0%;
    background: url(../image/line.png) no-repeat center;
    background-size: contain;
}
.OnlineService a{
    display: inline-block;
    width: 112px;
    height: 81px;
}
@media screen and (max-width: 1000px) {
    .wrapper{
        background: url(../image/h5.jpg) no-repeat center;
        background-size: cover;
    }
    .title-text h5 {
        width: 100%;
        height: 21px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5f4677;
        letter-spacing: 9px;
        font-size: 20px;
        padding-top: 17px;
    }
    .top{
        padding-top: 30px !important;
    }
    .img-logo {
        width: 100%;
        height: 161px;
    }
    .text {
        margin-top: 30px;
    }
    .footer span {
        font-size: 13px;
    }
}
@media screen and (max-width: 414px) {
     .img-logo span {
        width: 150px;
        height: 150px;
}

}
@media screen and (max-width: 375px) {
    .text {
        margin-top: 6px;
    }
    .text span {
        font-size: 14px;
    }
    .img-line3 {
        margin-top: 10px;
    }
    .img-line4 {
        height: 30px;
        margin-top: 6px;
    }
    .footer {
        margin-top: -3px;
    }
    .footer span {
        width: 80%;
        height: 27px;
        line-height: 20px;
       font-size: 12px;
    }
}
@media screen and (max-width: 375px) {
    .title-text h5 {
        font-size: 14px;
    }
}