.home {
    width: 100%;
    height: 100%;
}

.home .home-top {
    height: 0.8rem;
    padding: 0.4rem 0.4rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home .home-top .home-top-left img {
    width: 0.8rem;
}

.home .home-top .home-top-left span {
    font-size: 0.32rem;
    font-weight: 500;
    color: #222222;
    line-height: 0.8rem;
    margin-left: 0.2rem;
}

.home .home-top .complain {
    width: 1.2rem;
    height: 0.56rem;
}

.home .home-main {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0.6rem 0 2.2rem;
    flex-direction: column;
    overflow-y: auto;
}

.home .home-main h2 {
    width: 4rem;
    font-size: 0.48rem;
    font-weight: 500;
    color: #222222;
    line-height: 0.66rem;
    text-align: center;
    border-bottom: 0.08rem solid #ffe301;
}

.home .home-main .describe {
    font-size: 0.28rem;
    font-weight: 400;
    color: #222222;
    line-height: 0.52rem;
    margin: 0.3rem 0.4rem 0.52rem;
}

.home .home-main .banner .leisure {
    width: 100%
}

.home .home-main .banner .leisure-back {
    width: 100%;
}
.banner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home .home-main .message {
    padding: 0.4rem;
    font-size: 0.24rem;
    font-weight: 400;
    color: #222222;
    line-height: 0.4rem;
}

.home .home-main .company {
    font-size: 0.28rem;
    font-weight: 500;
    color: #222222;
    line-height: 0.4rem;
}

.home .home-button {
    width: 100%;
    height: 1.52rem;
    position: fixed;
    bottom: 0.28rem;
    left: 0;
}

.home .home-button .text {
    width: 5.12rem;
    height: 1.58rem;
    display: block;
    margin: 0 auto;
    background-color: #9059ED;
    border-radius: 0.79rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.53rem;
    font-family: SimSun;
}

.kefuIcon {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 23px;
    right: 35px;
}

.kefu_box {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 10;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.con_KF {
    width: 300px;
    height: 500px;
    border-radius: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}

.form_KF {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #f1f3f4;
}

input {
    margin: 10px 0;
    margin-left: 16px;
}

.description {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 26px;
    border-bottom: 2px solid #f1f3f4;
}

.Close {
    width: 100%;
    display: flex;
    padding: 0px 50px;
    margin-top: 20px;
    justify-content: space-around;
}

.Close_but {
    width: 100px;
    height: 50px;
    color: #fff;
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    font-size: 16px;
}
.btn {
    width: 100%;
    position: fixed;
    bottom: 2.6rem;
  }
  
 .btn .text {
    width: 5.12rem;
    height: 1.08rem;
    display: block;
    margin: 0 auto;
    background-color: #9167d8;
    border-radius: 0.79rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 0.53rem;
  }