* {
    box-sizing: border-box;
}

body {
    background-color: #003359;
    margin: 0;
    font-family: PingFang SC, Microsoft Yahei, SimHei, sans-serif;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

body {
    background-color: #EEEEEE;
}

.clear {
    clear: both;
}

.container_station {
    width: 100%;
}

.head_bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/images/wechatStation/home_background.svg) center top no-repeat;
    background-size: 100%;
    z-index: -1;
}

.middle {
    width: 100%;
}

.head_title {
    width: 100%;
    padding-top: 30px;
    color: white;
    text-align: center;
}

.head_title .title {
    font-size: 28px;
    line-height: 42px;
    margin-bottom: 14px;
    font-weight: 500;
}

.head_title .description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
    font-weight: 500;
}

.card_container {
    width: calc(100% - 48px);
    margin: auto;
}


.card_container li {
    position: relative;
    width: 46%;
    height: 92px;
    background-color: white;
    border-radius: 8px;
    display: inline-block;
    float: left;
    margin-bottom: 12px;
    margin-left: 2%;
    margin-right: 2%;
}

.card_container li .icon {
    display: block;
    height: 32px;
    width: 32px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 7px;
    background-image: url(/assets/images/wechatStation/home.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 0;
}
.icon.product {
    background-position-x: 0;
}

.icon.help {
    background-position-x: -32px;
}

.icon.training {
    background-position-x: -64px;
}

.icon.case {
    background-position-x: -96px;
}

.icon.news {
    background-position-x: -128px;
}

.icon.awards {
    background-position-x: -160px;
}

.card_container li .icon img {
    width: 100%;
}

.card_container li p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #272C2F;
    text-align: center;
}

.card_container li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.copyright {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.copyright p {
    font-size: 12px;
    color: #76797B;
    text-align: center;
    line-height: 20px;
}