p {
    font-size: 17px;
    line-height: 180%;
}

.important {
    color: #f2273b;
}

.wrapper {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.bg-title {
    background: url("../images/returnCash/bg-title.jpg") top center no-repeat;
    background-size: 100% 100%;
    padding: 5px 0 20px;
}

.bg-title .important {
    color: #ffc751;
}

.section {
    padding: 60px 0;
}

.section h3 {
    display: inline-block;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding: 5px 10px 20px;
}

.section-1 {
    background: url("../images/returnCash/bg-tree.jpg") bottom center no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.section-1 h3.bg-title {
    color: #fff;
}

.section-1 .sec-title {
    display: block;
    margin: 30px 0;
    color: #1380f0;
    font-size: 16px;
}

.section-1 img {
    width: 60%;
}

.section-2 {
    background: #1581f0;
    color: #fff;
    text-align: center;
}

.section-3 {
    color: #12579d;
}

.section-3 h3 {
    color: #fff;
}

.section-3 .text {
    margin: 20px auto;
    text-align: center;
}

.section-3 .cl {
    width: 1167px;
    height: 257px;
    background: #9edaf6 url("../images/returnCash/par.png") left center no-repeat;
    background-size: auto 100%;
}

.section-3 .cl p {
    display: inline-block;
    width: 50%;
    padding: 7% 8%;
    box-sizing: border-box;
    text-align: left;
}

.section-3 .cl p .important {
    color: #000;
    font-weight: bold;
}

.section-4 {
    background: #12579d;
    text-align: center;
}

.section-4 img {
    width: 46%;
}

.section-5 {
    text-align: center;
    background: #dce2ed;
    width: 100%;
    overflow: hidden;
}

.section-5 h3 {
    width: 635px;
    margin: 60px auto;
    text-align: left;
}

.section-5 .text-1 {
    width: 76%;
    padding: 0 14%;
    margin: 172px auto -172px;
    text-align: left;
}

.section-5 .text-2 {
    margin: 0 auto;
    width: 76%;
    text-align: right;
}

.section-5 img {
    margin-top: 60px;
}

.section-5 .view-1, .section-5 .view-2 {
    width: 76%;
}

.section-5 .view-3, .section-5 .view-4 {
    width: 54%;
}

.section-5 .btn {
    display: block;
    margin: 20px auto;
    width: 235px;
}

.section-5 .btn img {
    width: 100%;
}

.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;
}

.blackBG {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99999;
}

.zhengai {
    background: #fff;
    position: fixed;
    z-index: 100000;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 20px;
    text-align: center;
    font-size: 50px;
    height: 200px;
    line-height: 160px;
}

.zhengai a {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #b90000;
    line-height: 0;
}