
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

a:link {
    text-decoration: none;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
}

/* 正在点击的链接*/
a:active {
    text-decoration: none;
}

body {
    min-width: 1220px;
    font-family: "微软雅黑"
}

.container {
    max-width: 1220px;
    margin: 0 auto;
    overflow-x: auto;
    width: 1220px;
}

.common {
    padding: 10px 20px;
    background-color: #f9fbfb;
    margin-bottom: 20px;
}

.title {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    border-radius: 6px;
    padding-bottom: 8px;
}

.title > span {
    font-size: 18px;
    margin-left: 10px;
}

.section {
    margin: 10px 0;
}

.section-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.section-flex-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    width: 274px;
    height: 80px;
    margin-right: 18px;
    margin-top: 18px;
    background-color: #fff;
}

.section-flex-item:nth-child(4n) {
    margin-right: 0;
}

.officialAccount-item:nth-child(3n) {
    margin-right: 0;
}

.section-flex-item > span {
    margin-left: 10px;
}

.applet-item {
    width: 274px;
    height: 260px;
    flex-direction: column;
    display: block;
    overflow: hidden;
}

.img-box {
    transition: all 1s;
}

.img-box:hover {
    transform: scale(1.1);
}

.applet-item-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #fbfbfb;
}

.applet-item-flex > span {
    margin-left: 10px;
}

.applet-item-img {
    text-align: center;
    width: 155px;
    margin: 14px auto 0;
}

.applet-item-img img {
    width: 100%;
}

.officialAccount-item {
    width: 370px;
    height: 260px;
    flex-direction: column;
    display: block;
}

.item-bg {
    background-color: #ec5252;
    color: #fff
}

.stk {
    margin-right: 0
}

.left-dj {
    margin-left: -16px;
}
