*{
    margin: 0;
    padding: 0;
}
html{
    background-color: #fff;
}
body{
    max-width: 600px;
    margin: 0 auto;
    background-color: #111111;
    min-height: 100vh;
    position: relative;
}
.logo{
    width: 60%;
    margin: 0 auto;
    padding: 30px 0;
    display: block;
}
.banner{
    width: 100%;
}
.tip-box{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    background-color: #292929;
    padding: 5px 10px;
    border-radius: 10px;
    width: 80%;
    margin: 10px auto;
}
.t-item{
    display: flex;
    align-items: center;
}
.t-item1{
    padding-right: 10px;
}
.t-item .phone{
    margin-right: 3px;
    width: 14px;
}
.buttom-box{
    margin-top: 10px;
}
.buttom{
    height: 46px;
    width: 80%;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    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; }
.kefu{
    position: absolute;
    right: 10px;
    top: 20px;
}
.hd-box{
    width: 50%;
    float: left;

}
.hd-box img{
    display: block;
    width: 95%;
    margin:5px auto;
    border-radius: 10px;
}