* {
    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 {
    padding-top: 30px;
    color: white;
    text-align: left;
    width: calc(100% - 48px);
    margin: auto;
    padding-left: 2%;
    padding-right: 2%;
}

.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;
    padding-left: 2%;
    padding-right: 2%;
}

.card_container li {
    position: relative;
    width: 100%;
    height: 60px;
    background-color: white;
    border-radius: 8px;
    display: block;
    margin-bottom: 12px;
    padding-top: 14px;
    padding-left: 20px;
}

.card_container li i {
    display: inline-block;
    vertical-align: middle;
}

.card_container li span {
    vertical-align: middle;
    font-size: 16px;
    color: #272C2F;
    font-weight: 500;
}

.card_container li .icon {
    height: 32px;
    width: 32px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 0;
    margin-right: 12px;
}

.product_icon .icon {
    background-image: url(/assets/images/wechatStation/product.svg);
}

.help_icon .icon {
    background-image: url(/assets/images/wechatStation/help.svg);
}

.training_icon .icon {
    background-image: url(/assets/images/wechatStation/training.svg);
}

.news_icon .icon {
    background-image: url(/assets/images/wechatStation/news.svg);
}

.case_icon .icon {
    background-image: url(/assets/images/wechatStation/cases.svg);
}

.icon.icon1 {
    background-position-x: 0;
}

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

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

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

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

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

.icon.icon7 {
    background-position-x: -192px;
}

.card_container li .arrow {
    height: 14px;
    width: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

.card_container li i 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;
    font-weight: 500;
}

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

.product .copyright {
    position: static;
    bottom: 0;
}

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