* {
    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: #072A75;
    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: #072A75;
    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: #0068EF;
    font-weight: bold;
}

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

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

.list-box .card .card-item{
    width: 2.35rem;
    height: 2.9rem;
}

.list-box .card .card-item .item-top{
    width: 2.35rem;
    height: 1.7rem;
    background: #EDF6FF;
    border-radius: 0.08rem 0.08rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

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

.list-box .card .card-item .item-bto .title {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
}

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

.bottom {
    width: 100%;
    height: 0.82rem;
    background: #414343;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.12rem;
}