* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    font-size: 16px;
    background: #F8F9FA;
}

img {
    display: block;
}

.pointer {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.top {
    width: 100%;
    height: 0.7rem;
    background: #fff;
    position: fixed;
    top: 0;
}

.top .top-main {
    width: 12rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 0.14rem;
    color: #333;
}

.top .top-main img {
    width: 1.5rem;
    height: auto;
}

.banner {
    width: 100%;
    height: 6.16rem;
    background: url("../img/banner.png") no-repeat;
    background-size: 100% 100%;
}

.banner .left-box {
    width: 12rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner .left-box .title {
    font-size: 0.52rem;
    color: #CBA771;
    font-weight: bold;
    margin-bottom: 0.45rem;
}

.banner .left-box .img-icon {
    width: 0.2rem;
    height: auto;
    margin-right: 0.1rem;
}

.banner .left-box .subtitle {
    font-size: 0.2rem;
    color: #CBA771;
    margin-right: 0.2rem;
}

.list-box {
    width: 12rem;
    height: 5.37rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.5rem 0;
}

.list-box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.36rem;
    color: #365EFF;
    font-weight: bold;
}

.list-box .title span {
    width: 0.14rem;
    height: 0.14rem;
    background: #FFBB14;
    border-radius: 0.03rem;
    margin: 0 0.2rem;
}

.list-box .card {
    width: 8.12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 0.08rem;
    margin: 0.5rem auto 0;
}

.list-box .card .card-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 3.86rem;
    height: 1.3rem;
    background: #fff;
    border-radius: 0.15rem;
    margin-bottom: 0.25rem;
}

.list-box .card .card-item .item-top{
    width: 1.3rem;
    height: 1.3rem;
}

.list-box .card .card-item .item-top img{
    width: 1.3rem;
    height: auto;
}

.list-box .card .card-item .item-bto{
    width: 2.35rem;
    height: 1.3rem;
    background: #FFF;
    border-radius: 0 0 0.08rem 0.08rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 0.22rem;
}

.list-box .card .card-item .item-bto .title1 {
    font-size: 0.24rem;
    color: #292E3F;
    font-weight: bold;
}

.list-box .card .card-item .item-bto .subtitle {
    font-size: 0.18rem;
    color: #868CA1;
    margin-top: 0.04rem;
}

.bottom {
    width: 100%;
    height: 0.82rem;
    background: #3C4153;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.12rem;
}