section {
    display: block;
}

p, .section h3 {
    line-height: 180%;
    letter-spacing: 3px;
}

.wrapper {
    width: 1300px;
    margin: 0 auto;
}

.O2OBanner img {
    width: 100%;
}

.border {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 237px;
    height: 28px;
    border: 1px solid #fff;
}

.border span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -10px;
    width: 60%;
    height: 140%;
    line-height: 150%;
    background: #6a9ee6;
    padding: 0 5px;
}

.important {
    color: #f2273b;
}

.bg-title .important {
    color: #ffec17;
}

.section h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.section h3.bg-title {
    position: relative;
    background: #4581c9;
    border-radius: 30px;
    font-style: italic;
    color: #fff;
    font-size: 20px;
    width: 300px;
    padding: 2px 0;
    overflow: hidden;
    margin: 5% auto;
}

.section h3.bg-title span {
    position: relative;
    z-index: 1;
}

.section h3.bg-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    background: #084eae;
    z-index: 0;
}

.section p {
    font-size: 20px;
}

.section-2, .section-4, .section-6 {
    padding: 140px 0;
}

.section-1 {
    position: relative;
    background: #649ce9 url("../images/cutprice/activity-banner.jpg") bottom center no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 270px;
    color: #fff;
}

.section-1 .text {
    position: absolute;
    top: 17.7%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section-1 p, .section-1 .section h3, .section .section-1 h3 {
    margin-top: 3.75%;
    text-align: center;
}

.section-2 {
    color: #2870d3;
}

.section-2 .line {
    display: block;
    width: 1px;
    height: 68px;
    margin: 1% auto;
    background: #2870d3;
}

.section-2 img {
    display: block;
    width: 210px;
    margin: 0 auto;
}

.section-2 p, .section-2 .section h3, .section .section-2 h3 {
    text-align: center;
}

.section-2 p {
    margin-top: 50px;
}

.section-3 img {
    width: 100%;
}

.section-4 {
    position: relative;
    background: #eaedf1;
}

.section-4:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-right: 70px solid transparent;
    border-left: 70px solid transparent;
    border-top: 30px solid #eaedf1;
}

.section-4 img {
    width: 63%;
}

.section-4 .text {
    width: 500px;
    color: #084eae;
    margin-left: -2%;
}

.section-4 p {
    margin-bottom: 20px;
}

.section-5 {
    background: url("../images/cutprice/bg-cut-process.jpg") bottom center no-repeat;
    background-size: 100% auto;
    padding: 0 0 3% 0;
}

.section-5 li {
    width: 25%;
}

.section-5 .card {
    display: inline-block;
    width: 78%;
    height: 300px;
    background: #4481c9;
    padding: 14px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
}

.section-5 .card .icon {
    margin: 35px auto;
}

.section-5 p {
    line-height: 140%;
}

.section-6 .wrapper {
    width: 1000px;
}

.section-6 li {
    width: 50%;
    margin-bottom: 12%;
    text-align: center;
}

.relate-news {
    color: #12579d;
    padding-bottom: 140px;
}

.relate-news h3 {
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
}

.relate-news .wrapper {
    padding: 0 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.relate-news li {
    margin-bottom: 10px;
}

.relate-news li a h4 {
    font-size: 20px;
    color: #12579d;
}

.relate-news li a:before {
    content: "";
    display: inline-block;
    float: left;
    width: 10px;
    height: 10px;
    background: #1581f0;
    border-radius: 50%;
    margin: 9px 12px 0 0;
}

.relate-news p {
    color: #888;
    font-size: 13px;
}