*{
    margin: 0;
    padding: 0;
    font-family: "SF Pro SC", "PingFang SC", system-ui, -apple-system, Helvetica, Arial, sans-serif;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.wrap{
    width: 100%;
}
.index_wrap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
}
.list_wrap{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.list_bg{
    width: 100%;
}
.index_bg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.left_wrap{
    position: absolute;
    top: 5.4rem;
    left: 1rem;
}
.left_wrap img{
    width: 1.4rem;
    height: 1.4rem;
    display: block;
    margin-bottom: 0.4rem;
    outline: none;
}
.left_wrap img:nth-child(1){

}
.left_wrap img:nth-child(2){

}
.list_ul{
    position: absolute;
    left: 3.8rem;
    z-index: 9;
    top: 1.5rem;
}
.list_ul li{
    width: 2.9rem;
    margin-bottom: 0.2rem;
}
.list_ul li div{
    font-size: 0.4rem;
    color: #727272;
}
.list_ul li div span{
    color: #E9B70A;
}
.list_ul li div img{
    vertical-align: middle;
}
.list_ul li p{
    font-size: 0.26rem;
    color: #0295D9;
}
.list1_wrap .list_ul{
    left: 37%;
    top: 1rem;
}
.list1_wrap .list_ul li div{
    color: #1b96d5;
    font-size: 0.28rem;
    font-weight: bold;
}
.list1_wrap .list_ul li p{
    color: #115fad;
    font-weight: bold;
    font-size: 0.3rem;
}
.list1_wrap .left_wrap {
    position: absolute;
    top: 5.4rem;
    right: 0.5rem;
    left: inherit;
}
.list1_wrap .list_ul li{
    margin-bottom: 0.4rem;
}
.clear:after{
    display: block;
    clear: both;
    content: '';
    height: 0;
    visibility: hidden;
}