*{
    margin: 0;
    padding: 0;
}
html{
    background-color: #262346;
}
body{
    max-width: 600px;
    margin: 0 auto;
    background-color: #262346;
    min-height: 100vh;
   position: relative;
}
a{
    text-decoration: none;
    cursor: pointer;
}
.tip-box{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
}
.t-item{
    display: flex;
    align-items: center;
}
.t-item1{
    padding-right: 10px;
}
.t-item .phone{
    margin-right: 3px;
    width: 14px;
}
.logo{
    width: 50%;
    margin: 0 auto;
    padding: 0px 0;
    display: block;
}

.kefu{
    position: absolute;
    right: 10px;
    top: 20px;
}
.kefu img{
    width: 50px;
}

.banner{
    display: block;
    width: 100%;
    margin: 20px 0;
}

.moeny{
    width: 20%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.text{
    font-size: 24px;
    color: #ffff;
    font-weight: bold;
    text-align: center;
    font-family: 'DIN Alternate';
}

.text-content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.buttom-box{
    margin-top: 40px;
}
.buttom{
    height: 36px;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 33px;
    color: #fff;

}
.buttom img{
    width: 16px;
    margin-left: 10px;
}
.b-bg1-1{
    background: linear-gradient(90deg, #F6742C 0%, #B042DB 100%);
}
.b-bg1-2{
    background: #FE7A19;
}
.jsBox{width:100%; position:absolute; display:none; z-index:10; left:0%; bottom:56px; background:#292929;border-radius:10px;}
.jsBox div{width:94%; margin-left:3%; float:left; padding-top:10px; padding-bottom:10px;}
.jsBox div li{list-style-type:none; float:left;height:30px; font-size:14px;  padding:4px;border-radius:5px;text-align:center; line-height:30px;}
.jsBox div .left1{border:1px solid #FE7A19;font-size:13px;}
.jsBox div .left3{border:1px solid #FE7A19; font-size:13px; padding-left:8px; padding-right:8px;}
.jsBox div .left4{ background:#FE7A19;  float:right; }