/* css reset*/

ul,
li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td,
ol,
ul,
li,
img,
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

html,
body,
div,
p,
span,
img,
ul,
li,
dl,
dd,
dt,
em,
strong {
    margin: 0;
    padding: 0;
    border: none;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

html,
body {
    width: 100%;
    margin-right: 0;
    overflow-x: hidden;
}

html {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    /* Firefox 4 */
    -webkit-transition: all 0.1s ease-in-out;
    /* Safari and Chrome */
    -o-transition: all 0.1s ease-in-out;
    /* Opera */
}

a {
    cursor: pointer;
    color: #0047bb;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #0047bb;
}

a:visited, a:focus{
    text-decoration:none;
}

img {
    vertical-align: middle;
}

:after,
:before {
    box-sizing: border-box;
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.clearfix:after {
    clear: both;
    display: table;
    content: ' ';
}


/* css reset*/


/* section1 */

#seolp-section1 {
    width: 100%;
    height: auto;
}

#seolp-section1 .banner1 {
    width: 100%;
    height: auto;
    background: url(../image/section1-background.png) no-repeat center center/cover;
    position: relative;
}

#seolp-section1 .container {
    max-width: 1220px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

#seolp-section1 .container-left {
    width: 73%;
    height: auto;
    padding: 80px 0 7px;
}

#seolp-section1 .container-left h3 {
    width: 100%;
    height: auto;
    font-size: 48px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

#seolp-section1 .container-left>p {
    width: 87%;
    height: auto;
    margin-top: 30px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

#seolp-section1 .container-left ul {
    width: 100%;
    margin-top: 40px;
}

#seolp-section1 .container-left ul li {
    float: left;
    height: auto;
    text-align: center;
    margin-right: 50px;
}

#seolp-section1 .container-left ul li p:first-child {
    text-align: center;
}

#seolp-section1 .container-left li p:first-child img {
    display: inline-block;
}

#seolp-section1 .container-left li p:last-child {
    width: auto;
    height: auto;
    margin-top: 16px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

#seolp-section1 .container-left ul li:nth-of-type(1) img {
    width: 46px;
    height: 49px;
}

#seolp-section1 .container-left ul li:nth-of-type(2) img {
    width: 52px;
    height: 49px;
}

#seolp-section1 .container-left ul li:nth-of-type(3) img {
    width: 59px;
    height: 49px;
}

#seolp-section1 .container-left ul li:nth-of-type(4) img {
    width: 66px;
    height: 49px;
}

#seolp-section1 .container-left>a {
    display: block;
    width: 300px;
    height: 60px;
    padding: 10px 50px;
    margin-bottom: 74px;
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(238, 238, 238, 1);
    background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
    border-radius: 4px;
}

#seolp-section1 .container>img {
    display: block;
    width: 673px;
    height: auto;
    position: absolute;
    top: 24px;
    right: 10%;
}


/* section1 */


/* section2 */

#seolp-section2 {
    width: 100%;
    height: auto;
    position: relative;
}

#seolp-section2 .section2-container {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 80px;
}

#seolp-section2 .section2-container h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.blocks>h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 30px auto 55px;
    background: #1b76fb;
}

#seolp-section2 .section2-container .desc-content {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

#seolp-section2 .section2-container p {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    text-align: center;
}

#seolp-section2 .section2-container img {
    display: block;
    width: 855px;
    height: auto;
    margin: 0 auto;
}

#seolp-section2 .fixed-register {
    width: 220px;
    height: 120px;
    position: absolute;
    left: 59px;
    bottom: 66px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(54, 130, 255, 1);
    box-shadow: 0px 5px 10px 1px rgba(198, 198, 199, 0.65);
    border-radius: 10px;
    z-index: 9999;
}

#seolp-section2 .fixed-register img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 13px auto 10px;
}

#seolp-section2 .fixed-register a {
    display: block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    border-radius: 4px;
    color: rgba(255, 255, 255, 1);
    background: rgba(66, 122, 246, 1);
}


/* section2 */


/* section3 */

#seolp-section3 {
    width: 100%;
    background: rgba(247, 247, 247, 1);
    border: 3px solid rgba(247, 247, 247, 1);
}

#seolp-section3 .block1 {
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 114px;
    width: 100%;
    height: auto;
}

#seolp-section3 .block2 {
    width: 100%;
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
}

#seolp-section3 .block1 h3 {
    width: 80%;
    height: auto;
    margin: 0 auto;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
    text-align: center;
}

#seolp-section3 .block2 h3 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    font-size: 35px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

#seolp-section3 .flex-lists {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#seolp-section3 .flex-lists li {
    width: 30%;
    height: auto;
    padding: 48px;
    margin-bottom: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 0px rgba(229, 229, 229, 1);
    border-radius: 5px;
}

#seolp-section3 .flex-lists li>div.li-top {
    margin-bottom: 60px;
}

#seolp-section3 .flex-lists li:nth-of-type(1) p:nth-of-type(2),
#seolp-section3 .flex-lists li:nth-of-type(3) p:nth-of-type(2),
#seolp-section3 .flex-lists li:nth-of-type(4) p:nth-of-type(2) {
    margin-top: 15px;
}

#seolp-section3 .flex-lists li:nth-of-type(2) p:nth-of-type(2),
#seolp-section3 .flex-lists li:nth-of-type(5) p:nth-of-type(2),
#seolp-section3 .flex-lists li:nth-of-type(6) p:nth-of-type(2) {
    margin-top: 35px;
}

#seolp-section3 .flex-lists li img {
    display: block;
    width: 100px;
    height: 75px;
    margin: 0 auto;
}

#seolp-section3 .flex-lists li p:nth-of-type(1) {
    width: 100%;
    height: auto;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

#seolp-section3 .flex-lists li p:nth-of-type(2) {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    opacity: 0.7;
}

#seolp-section3 .block1 .desc-content {
    margin: 30px auto 0;
}

#seolp-section3 .block1>div {
    width: 100%;
    height: auto;
}

#seolp-section3 .block1>div p {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section3 .block1>div a {
    display: block;
    width: 400px;
    height: 60px;
    margin: 60px auto 0;
    padding: 10px 28px;
    font-size: 26px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
    border-radius: 4px;
}

#seolp-section3>hr,
#seolp-section5>div>hr {
    max-width: 1220px;
    margin: 80px auto;
    height: 1px;
    border-top: 1px solid rgba(102, 102, 102, 1);
    opacity: 0.2;
}

#seolp-section3 .block2>ul {
    width: 100%;
    height: auto;
    margin: 55px 0;
}

#seolp-section3 .block2>ul::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(102, 102, 102, 1);
    opacity: 0.2;
}

#seolp-section3 .block2>ul>li {
    width: auto;
    height: auto;
    float: left;
    margin-right: 3px;
    padding: 12px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    background: rgba(238, 238, 238, 1);
    box-shadow: 0px 3px 7px 0px rgba(213, 213, 213, 0.35);
    border-radius: 5px;
    cursor: pointer;
}

#seolp-section3 .block2>ul>li.active,
#seolp-section3 .block2>ul>li:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(66, 122, 246, 1);
}

#seolp-section3 .block2 .list-content {
    width: 100%;
    height: auto;
    margin-bottom: 75px;
}

#seolp-section3 .block2 .lever-desc div:nth-of-type(1) {
    width: 100%;
    height: auto;
}

#seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-left,
#seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-right {
    width: 50%;
    height: auto;
    float: left;
}

#seolp-section3 .block2 .lever-desc>p {
    width: 100%;
    height: auto;
    padding: 40px 0 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

#seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-left p {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-left p:nth-of-type(3) {
    padding-bottom: 0;
}

#seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-right img {
    width: 600px;
    height: 283px;
}

#seolp-section3 .block2 .lever-table {
    width: 100%;
    height: auto;
}

#seolp-section3 .block2 .lever-table table {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 0px rgba(229, 229, 229, 1);
    border-radius: 10px;
}

#seolp-section3 .block2 .lever-table thead {
    width: 100%;
    height: auto;
}

#seolp-section3 .block2 .lever-table thead th {
    width: 450px;
    height: 83px;
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
}

#seolp-section3 .block2 .lever-table thead th:nth-of-type(1) {
    width: 320px;
    border-top-left-radius: 10px;
}

#seolp-section3 .block2 .lever-table thead th:nth-of-type(3) {
    border-top-right-radius: 10px;
}

#seolp-section3 .block2 .lever-table th,
#seolp-section3 .block2 .lever-table td {
    border: 1px solid rgba(203, 203, 203, 1);
}

#seolp-section3 .block2 .lever-table th,
#seolp-section3 .block2 .lever-table td {
    border-top: none;
    border-left: none;
}

#seolp-section3 .block2 .lever-table th:nth-of-type(3),
#seolp-section3 .block2 .lever-table td:nth-of-type(3) {
    border-right: none;
}

#seolp-section3 .block2 .lever-table tbody tr:nth-of-type(3) td {
    border-bottom: none;
}

#seolp-section3 .block2 .lever-table thead th,
#seolp-section3 .block2 .lever-table td {
    padding-left: 25px;
}

#seolp-section3 .block2 .lever-table td {
    height: 83px;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(102, 102, 102, 1);
}

#seolp-section3 .block2 .lever-table td span {
    color: #427af6;
}

#seolp-section3 .block2>.active {
    display: block;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) h4 {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(66, 122, 246, 1);
}

#seolp-section3 .block2 .list-content:nth-of-type(2)>p {
    width: 100%;
    height: auto;
    padding: 0 0 60px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul li {
    width: 50%;
    height: auto;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul li div {
    padding-bottom: 50px;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul li img {
    display: block;
    width: 470px;
    height: auto;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul li div>p {
    width: 470px;
    height: auto;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul li div>p>span {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    opacity: 0.3;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul li div>p>span:nth-of-type(2) {
    float: right;
}

#seolp-section3 .block2 .list-content:nth-of-type(2) ul li>p {
    width: 91%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) ul {
    width: 100%;
    height: auto;
    padding-right: 95px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) ul li {
    width: 132px;
    height: auto;
    text-align: center;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) ul li img {
    width: 132px;
    height: 132px;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) ul li p {
    width: 100%;
    height: auto;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container {
    width: 100%;
    height: auto;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left {
    width: 49%;
    height: auto;
    float: left;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left .word-desc {
    padding: 58px 0;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left p {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left p:nth-of-type(4) {
    padding-bottom: 0;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left>a {
    display: block;
    width: 300px;
    height: 60px;
    padding: 10px 37px;
    background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
    border-radius: 4px;
    font-size: 26px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-right {
    width: 50%;
    height: auto;
    float: left;
    padding-top: 62px;
}

#seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-right img {
    display: block;
    width: 601px;
    height: 500px;
}

#seolp-section3 .block2 .list-content:nth-of-type(4) .word-desc {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

#seolp-section3 .block2 .list-content:nth-of-type(4) .word-desc p {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section3 .block2 .list-content:nth-of-type(4) img {
    display: block;
    width: 100%;
    height: auto;
}

#seolp-section3 .block2 .list-content:nth-of-type(5) .word-desc {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left,
#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-right {
    width: 50%;
    height: auto;
    float: left;
}
#seolp-section3 .block2 .list-content:nth-of-type(5) > p.word-desc {
    margin-top: 25px;
}

#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left {
    padding-right: 5px;
}

#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-right {
    padding-left: 20px;
}

#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left .word-desc {
    margin-bottom: 25px;
}

#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left .word-desc:last-child {
    margin-bottom: 0;
}

#seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-right img {
    width: 601px;
    height: 402px;
    display: block;
}


/* section3 */


/* section4 */

#seolp-section4 {
    width: 100%;
    height: auto;
}

#seolp-section4 .banner1 {
    width: 100%;
    height: auto;
    background: url(../image/section1-background.png) no-repeat center center/cover;
    position: relative;
}

#seolp-section4 .container {
    max-width: 1220px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 120px;
    padding-left: 0;
}

#seolp-section4 .container h3 {
    width: 863px;
    height: auto;
    margin: 0 auto;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

#seolp-section4 .container h3::after {
    display: block;
    content: ' ';
    margin: 20px auto 50px;
    width: 80px;
    height: 3px;
    background: rgba(65, 121, 244, 1);
}

#seolp-section4 .container-left {
    width: 50%;
    height: auto;
    padding-bottom: 200px;
}

#seolp-section4 .container-left p {
    width: 570px;
    height: auto;
    margin-bottom: 60px;
    font-size: 28px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

#seolp-section4 .container-left li {
    width: 320px;
    height: auto;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
    list-style: disc inside;
}

#seolp-section4 .container>img {
    display: block;
    width: 770px;
    height: auto;
    position: absolute;
    bottom: 43px;
    right: 233px;
}


/* section4 */


/* section5 */

#seolp-section5 {
    width: 100%;
    height: auto;
}

#seolp-section5 .blocks {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 30px;
}

#seolp-section5 .blocks .container-left,
#seolp-section5 .blocks .container-right {
    width: 50%;
    float: left;
}

#seolp-section5 .blocks h4 {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(66, 122, 246, 1);
}

#seolp-section5 .block1 h4 {
    margin-bottom: 15px;
}

#seolp-section5 .block1 img {
    width: 600px;
    height: 330px;
}

#seolp-section5 .block2 img {
    width: 600px;
    height: 480px;
}

#seolp-section5 .block3 img {
    width: 600px;
    height: 420px;
}

#seolp-section5 .block4 img {
    width: 600px;
    height: 480px;
}

#seolp-section5 .blocks .container-left p,
#seolp-section5 .blocks .container-right p {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section5 .block1 ul {
    width: 100%;
    height: auto;
}

#seolp-section5 .block1 ul li {
    width: 85%;
    height: auto;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section5 .block1 .container-left p:nth-of-type(2),
#seolp-section5 .blocks .container-right p {
    width: 95%;
}

#seolp-section5 .block1 .container-right {
    padding-top: 65px;
}

#seolp-section5 .block2 .container-left {
    padding-top: 35px;
}

#seolp-section5 .block3 .container-right {
    padding-top: 43px;
}

#seolp-section5 .block4 .container-left {
    padding-top: 75px;
}

#seolp-section5 .block1 ul li i {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: rgba(66, 122, 246, 1);
    border-radius: 50%;
}

#seolp-section5>div>hr {
    margin: 0 auto;
}

#seolp-section5 .block2 .container-right {
    padding-left: 65px;
}

#seolp-section5 .block3 .container-left {
    padding-right: 60px;
}

#seolp-section5 .block4 .container-right p:nth-of-type(3),
#seolp-section5 .block4 .container-right p:nth-of-type(7),#seolp-section5 .block4 .container-right p:nth-of-type(9) {
    font-weight: bold;
}
#seolp-section5 .block4 .container-right p:nth-of-type(7),#seolp-section5 .block4 .container-right p:nth-of-type(9) {
    text-align: center;
}

#seolp-section5 .block4 .container-left .city-info {
    width: 100%;
    height: auto;
    padding: 0 70px 0 60px;
    display: flex;
    justify-content: space-between;
}

#seolp-section5 .block4 .container-right {
    padding-left: 20px;
}

#seolp-section5 .block4 .container-left .city-info img {
    display: inline-block;
    width: 182px;
    height: auto;
    vertical-align: bottom;
}

#seolp-section5 .block4 .container-left > p {
    width: 100%;
    height: 75px;
    margin-bottom: 0;
    line-height: 75px;
    font-size: 72px;
    text-align: center;
    font-family: Futura;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

#seolp-section5 .block4 .container-left .count-info {
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-left: 10px;
}

#seolp-section5 .block4 .container-left .count-info div {
    width: 220px;
    height: 260px;
    float: left;
    padding: 33px 0 35px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 16px 0px rgba(198, 198, 199, 1);
    border-radius: 10px;
    text-align: center;
}

#seolp-section5 .block4 .container-left .count-info div h5 {
    width: 100%;
    height: auto;
    padding: 0 30px;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

#seolp-section5 .block4 .container-left .count-info div span:nth-of-type(1) {
    display: block;
    width: 160px;
    height: auto;
    margin: 0 auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 25px 0;
    border-bottom: 1px solid rgba(212, 14, 28, 1);
}

#seolp-section5 .block4 .container-left .count-info div span:nth-of-type(2) {
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(212, 14, 28, 1);
}

#seolp-section5 .block4 .container-left .count-info .count-right span:nth-of-type(1) {
    border-bottom: 1px solid rgba(32, 169, 0, 1);
}

#seolp-section5 .block4 .container-left .count-info .count-right span:nth-of-type(2) {
    color: rgba(32, 169, 0, 1);
}

#seolp-section5 .block4 .container-left .count-info .count-left {
    margin-right: 120px;
}

#seolp-section5 .block4 .container-right p {
    width: 100%;
}

#seolp-section5 .block4 .container-left .price-info {
    width: 100%;
    height: auto;
    padding-left: 10px;
    padding-top: 65px;
    padding-right: 40px;
}

#seolp-section5 .block4 .container-left .price-info ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#seolp-section5 .block4 .container-left .price-info ul:nth-of-type(2) {
    padding: 20px 25px 0;
}

#seolp-section5 .block4 .container-left .price-info ul:nth-of-type(1) li {
    width: 95px;
    height: 70px;
    padding-top: 10px;
    background: rgba(255, 255, 255, 1);
    box-shadow: -3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

#seolp-section5 .block4 .container-left .price-info ul:nth-of-type(1) li:nth-of-type(1) {
    border: 1px solid rgba(212, 14, 28, 1);
}

#seolp-section5 .block4 .container-left .price-info ul:nth-of-type(1) li:nth-of-type(2) {
    background: rgba(66, 122, 246, 1);
}

#seolp-section5 .block4 .container-left .price-info ul:nth-of-type(1) li:nth-of-type(3) {
    border: 1px solid rgba(32, 169, 0, 1);
}

#seolp-section5 .block4 .container-left .price-info ul li span {
    display: block;
    width: auto;
    height: auto;
    font-size: 17px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(212, 14, 28, 1);
    text-align: center;
    text-shadow: -3px 0px 5px rgba(0, 0, 0, 0.15);
}

#seolp-section5 .block4 .container-left .price-info ul li span:nth-of-type(1) {
    font-weight: bold;
}

#seolp-section5 .block4 .container-left .price-info ul li:nth-of-type(2) span {
    color: rgba(255, 255, 255, 1);
}

#seolp-section5 .block4 .container-left img {
    width: 120px;
    height: 10px;
    margin-top: 32px;
}

#seolp-section5 .block4 .container-left .price-info ul li:nth-of-type(3) span {
    color: rgba(32, 169, 0, 1);
}


/* section5 */


/* section6 */

#seolp-section6 {
    width: 100%;
    height: auto;
    background: rgba(247, 247, 247, 1);
}

#seolp-section6 .section6-container {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding: 90px 13px 80px;
}

#seolp-section6 .section6-container h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

#seolp-section6 .section6-container .section6-desc p {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-bottom: 30px;
}

#seolp-section6 .section6-container .section6-desc ul {
    width: 100%;
    height: auto;
    margin: 40px 0 60px;
}

#seolp-section6 .section6-container .section6-desc ul li {
    width: 84%;
    height: auto;
    position: relative;
    padding-left: 25px;
    margin-bottom: 40px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section6 .section6-container .section6-desc ul li i {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background: rgba(66, 122, 246, 1);
    border-radius: 50%;
}

#seolp-section6 .section6-container img {
    display: block;
    width: 1016px;
    height: auto;
    margin: 0 auto;
}


/* section6 */


/* section7 */

#seolp-section7 {
    width: 100%;
    height: auto;
}

#seolp-section7 .block1 {
    width: 100%;
    height: auto;
    background: url(../image/section7-background.png) no-repeat center center/cover;
}

#seolp-section7 .block1>div {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding: 120px 0 15px;
}

#seolp-section7 .block1 h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
}

#seolp-section7 .block1>div>p {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    text-align: center;
}

#seolp-section7 .block1>div>ul {
    width: 100%;
    height: auto;
    padding: 60px 125px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#seolp-section7 .block1>div>ul li {
    width: 25%;
    height: auto;
    margin-bottom: 60px;
    text-align: center;
}

#seolp-section7 .block1 ul>div.icon {
    display: block;
    color: #fff;
    font-weight: bold;
    width: 17px !important;
    height: 17px !important;
    content: ' ';
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(-45deg);
    margin-top: 32px;
}

#seolp-section7 .block1>div>ul li:nth-of-type(1),
#seolp-section7 .block1>div>ul li:nth-of-type(4) {
    width: 35%;
}

#seolp-section7 .block1>div>ul li img {
    display: block;
    margin: 0 auto;
}

#seolp-section7 .block1>div>ul li:nth-of-type(1) img {
    width: 56px;
    height: 55px;
}

#seolp-section7 .block1>div>ul li:nth-of-type(2) img {
    width: 57px;
    height: 55px;
}

#seolp-section7 .block1>div>ul li:nth-of-type(3) img {
    width: 86px;
    height: 55px;
}

#seolp-section7 .block1>div>ul li:nth-of-type(4) img {
    width: 60px;
    height: 60px;
}

#seolp-section7 .block1>div>ul li:nth-of-type(5) img {
    width: 46px;
    height: 60px;
}

#seolp-section7 .block1>div>ul li:nth-of-type(6) img {
    width: 64px;
    height: 60px;
}

#seolp-section7 .block1>div>ul li p {
    width: 100%;
    height: auto;
    padding-top: 20px;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
}

#seolp-section7 .block1>div>ul li p:nth-of-type(2) {
    font-size: 18px;
}

#seolp-section7 .block1>div>ul li span {
    width: 17px;
    height: 25px;
    border: 1px solid rgba(255, 255, 255, 1);
}

#seolp-section7 .block2 {
    max-width: 1220px;
    width: 100%;
    height: auto;
    margin: 80px auto 0;
}

#seolp-section7 .block2-container {
    width: 100%;
    height: auto;
}

#seolp-section7 .block2-container>ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#seolp-section7 .block2-container>ul>li {
    width: 16.666666%;
    height: auto;
    font-size: 24px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(210, 210, 210, 1);
    text-align: center;
    cursor: pointer;
}

#seolp-section7 .block2-container>ul>li::after {
    display: block;
    border-right: 2px solid;
    content: ' ';
    width: 2px;
    height: 20px;
    float: right;
    margin-top: 7px;
}

#seolp-section7 .block2-container>ul>li:last-child::after {
    display: none;
}

#seolp-section7 .block2-container>ul>li.active,
#seolp-section7 .block2-container>ul>li:hover {
    color: rgba(55, 131, 255, 1);
}

#seolp-section7 .block2-container .list-content {
    width: 100%;
    height: auto;
    padding: 75px 0;
}

#seolp-section7 .block2-container .list-content h3 {
    width: 100%;
    height: auto;
    font-size: 35px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    text-align: center;
}

#seolp-section7 .block2-container .list-content>div {
    padding-top: 60px;
}

#seolp-section7 .block2-container .list-content div p {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section7 .block2-container .list-content>div>p:nth-of-type(1) {
    margin-bottom: 25px;
}

#seolp-section7 .block2-container .list-content>div>img {
    display: block;
    width: 840px;
    height: 480px;
    margin: 60px auto 0;
}

#seolp-section7 .block2-container .list-content:nth-of-type(1) div p {
    margin-bottom: 25px;
}

#seolp-section7 .block2-container .list-content:nth-of-type(1) div p:nth-of-type(5) {
    margin-top: 55px;
    margin-bottom: 0;
}

#seolp-section7 .block2-container .list-content:nth-of-type(2) div p:nth-of-type(3),
#seolp-section7 .block2-container .list-content:nth-of-type(3) div p:nth-of-type(3),
#seolp-section7 .block2-container .list-content:nth-of-type(4) div p:nth-of-type(3) {
    margin-top: 30px;
}

#seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container .container-left,
#seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container .container-right {
    width: 50%;
    height: auto;
    float: left;
}

#seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container h4 {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(66, 122, 246, 1);
}

#seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container p {
    width: 100%;
    height: auto;
    padding-right: 85px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container img {
    display: block;
    width: 544px;
    height: 455px;
    margin-left: -40px;
}

#seolp-section7 .block2-container .list-content:nth-of-type(2)>div>img,
#seolp-section7 .block2-container .list-content:nth-of-type(4)>div>img {
    width: 842px;
    height: 425px;
}

#seolp-section7 .block2-container .list-content:nth-of-type(5)>div>p:nth-of-type(1) {
    font-weight: 400;
}

#seolp-section7 .block2-container .list-content:nth-of-type(5)>div:nth-of-type(1)>img {
    width: 764px;
    height: 256px;
}

#seolp-section7 .block2-container .list-content:nth-of-type(5)>div:nth-of-type(2)>img {
    width: 895px;
    height: 214px;
}

#seolp-section7 .block2-container .list-content:nth-of-type(6)>div>p:nth-of-type(1) {
    padding-bottom: 0;
}

#seolp-section7 .block2-container .content-list,
#seolp-section7 .block2-container .content-list2 {
    width: 100%;
    height: auto;
}

#seolp-section7 .block2-container .content-list2::before {
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    margin-top: 50px;
    border-top: 0;
    opacity: 0.2;  
}

#seolp-section7 .block2-container .content-list h4,
#seolp-section7 .block2-container .content-list2 h4 {
    width: 100%;
    height: auto;
    padding: 60px 0;
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(65, 121, 244, 1);
}

#seolp-section7 .block2-container .content-list>ul,
#seolp-section7 .block2-container .content-list2>ul {
    width: 100%;
    height: auto;
}

#seolp-section7 .block2-container .content-list>ul::after,
#seolp-section7 .block2-container .content-list2>ul::after {
    display: block;
    content: ' ';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid rgba(102, 102, 102, 1);
    opacity: 0.2;
}

#seolp-section7 .block2-container .content-list>ul>li,
#seolp-section7 .block2-container .content-list2>ul>li {
    width: auto;
    height: auto;
    float: left;
    padding: 12px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    background: rgba(238, 238, 238, 1);
    box-shadow: 0px 3px 7px 0px rgba(213, 213, 213, 0.35);
    border-radius: 5px;
}

#seolp-section7 .block2-container .content-list>ul>li.active,
#seolp-section7 .block2-container .content-list>ul>li:hover,
#seolp-section7 .block2-container .content-list2>ul>li.active,
#seolp-section7 .block2-container .content-list2>ul>li:hover {
    color: rgba(255, 255, 255, 1);
    background: rgba(66, 122, 246, 1);
}

#seolp-section7 .block2-container .content-list>div,
#seolp-section7 .block2-container .content-list2>div {
    width: 100%;
    height: auto;
    padding: 55px 0 0;
}

#seolp-section7 .block2-container .content-list>div>div>p,
#seolp-section7 .block2-container .content-list2>div>div>p {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section7 .block2-container .content-list>div>div>p:nth-of-type(1),
#seolp-section7 .block2-container .content-list2>div>div>p {
    padding-bottom: 30px;
}

#seolp-section7 .block2-container .content-list>div>div>p:nth-of-type(3) {
    font-weight: bold;
}

#seolp-section7 .block2-container .content-list>div>div>div {
    position: relative;
    margin-top: 10px;
}

#seolp-section7 .block2-container .content-list>div>div>div>p {
    width: 50%;
    position: absolute;
    top: 460px;
    left: -25px;
    text-align: center;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 40px;
}
#seolp-section7 .block2-container .content-list>div>div>div>img:nth-of-type(1) {
    width: 600px;
    height: 550px;
    margin-right: 20px;
    float: left;
}

#seolp-section7 .block2-container .content-list>div>div>div>img:nth-of-type(2) {
    width: 580px;
    height: 550px;
    float: left;
}

#seolp-section7 .block2-container .content-list2>div>div>div {
    position: relative;
}

#seolp-section7 .block2-container .content-list2>div>div>div> p {
    position: absolute;
    width: 50%;
    top: 435px;
    left: 300px;
    text-align: center;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 40px;
}

#seolp-section7 .block2-container .content-list2>div>div>div>img {
    width: 660px;
    height: 530px;
    margin: 0 auto;
}

#seolp-section7 .block2-container .list-content:nth-of-type(6) {
    padding-bottom: 50px;
}


/* section7 */


/* section8 */

#seolp-section8 {
    width: 100%;
    height: auto;
    background: rgba(247, 247, 247, 1);
}

#seolp-section8 .section8-container {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding-top: 120px;
}

#seolp-section8 .section8-container h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
}

#seolp-section8 .section8-container>div {
    width: 100%;
    height: auto;
}

#seolp-section8 .section8-container .container-left {
    width: 50%;
    float: left;
    padding-right: 70px;
}

#seolp-section8 .section8-container img {
    width: 600px;
    height: 640px;
    display: block;
    float: left;
}

#seolp-section8 .section8-container .container-left .desc-word {
    width: 100%;
    height: auto;
    margin-bottom: 55px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section8 .section8-container .container-left .desc-word p:nth-of-type(1) {
    margin-bottom: 30px;
}

#seolp-section8 .section8-container .container-left .desc-table {
    width: 100%;
    height: auto;
    padding: 30px;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 16px 0px rgba(229, 229, 229, 0.5);
    border-radius: 10px;
}

#seolp-section8 .section8-container .container-left .desc-table h4 {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section8 .section8-container .container-left .desc-table h4::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin: 9px auto 35px;
    background: rgba(65, 121, 244, 1);
    opacity: 0.2;
}

#seolp-section8 .section8-container .container-left .desc-table ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

#seolp-section8 .section8-container .container-left .desc-table ul li span {
    width: 49%;
    height: auto;
    display: inline-block;
    font-size: 22px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section8 .section8-container .container-left .desc-table ul li span:nth-of-type(2) {
    font-weight: 500;
    text-align: right;
}


/* section8 */


/* section9 */

#seolp-section9 {
    width: 100%;
    height: auto;
}

#seolp-section9 .section9-container {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 60px;
}

#seolp-section9 .section9-container h3 {
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    text-align: center;
    font-size: 35px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

#seolp-section9 .section9-container ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

#seolp-section9 .section9-container ul li {
    width: 47%;
    height: auto;
    padding: 38px 40px 50px 30px;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 1);
    border: 3px solid rgba(235, 235, 235, 1);
    border-radius: 10px;
}

#seolp-section9 .section9-container ul li h4 {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(66, 122, 246, 1);
}

#seolp-section9 .section9-container ul li h4 img {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin-right: 35px;
}

#seolp-section9 .section9-container ul li div p {
    width: 100%;
    height: auto;
    padding-top: 30px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}


/* section9 */


/* section10 */

#seolp-section10 {
    width: 100%;
    height: auto;
    background: rgba(247, 247, 247, 1);
}

#seolp-section10 .section10-container {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding: 110px 0 80px 0;
}

#seolp-section10 .section10-container>h3 {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 60px;
}

#seolp-section10 .section10-container>p {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section10 .section10-container>div {
    margin-top: 35px;
}

#seolp-section10 .section10-container .container-left {
    width: auto;
    height: auto;
    float: left;
    position: relative;
}

#seolp-section10 .section10-container .container-left img {
    width: 650px;
    height: 800px;
    display: block;
    position: absolute;
    left: -50px;
    top: 0;
}

#seolp-section10 .section10-container .container-right {
    width: 50%;
    height: auto;
    float: left;
    padding-top: 20px;
    margin-left: 54%;
}

#seolp-section10 .section10-container .container-right>h3 {
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section10 .section10-container .container-right ul {
    width: 100%;
    height: auto;
    padding-top: 30px;
}

#seolp-section10 .section10-container .container-right>ul>li {
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 40px;
    padding-bottom: 30px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

#seolp-section10 .section10-container .container-right>ul>li:last-child {
    padding-bottom: 0;
}

#seolp-section10 .section10-container .container-right>ul>li::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 8px;
    left: 0;
    background: url(../image/section10-icon.png) no-repeat center center/cover;
}

#seolp-section10 .section10-container .container-right>a {
    width: 280px;
    height: 60px;
    line-height: 60px;
    display: block;
    margin-left: 30px;
    margin-top: 60px;
    text-align: center;
    font-size: 26px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
    border-radius: 4px;
}


/* section10 */


/* section11 */

#seolp-section11 {
    width: 100%;
    height: auto;
    background: url(../image/section1-background.png) no-repeat center center/cover;
}

#seolp-section11 .section11-container {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding-top: 110px;
    padding-bottom: 80px;
    text-align: center;
}

#seolp-section11 .section11-container h3 {
    width: 100%;
    height: auto;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

#seolp-section11 .section11-container h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 3px;
    margin: 30px auto 55px;
    background: #1b76fb;
}

#seolp-section11 .section11-container .content {
    width: auto;
    height: 210px;
    line-height: 210px;
    font-size: 55px;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    position: relative;
}

#seolp-section11 .section11-container .content img {
    margin: 0 auto;
}

#seolp-section11 .section11-container .content img.mid {
    width: 187px;
    height: 167px;
}

#seolp-section11 .section11-container .content img.mid2 {
    width: 119px;
    height: 193px;
}

#seolp-section11 .section11-container .content img.mid3 {
    width: 152px;
    height: 176px;
}

#seolp-section11 .section11-container .content strong {
    display: inline-block;
    font-size: 38px;
    margin-left: 5px;
    font-weight: bold;
    color: rgba(0, 71, 187, 1);
}

#seolp-section11 .section11-container span {
    display: block;
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 20px;
    font-family: Roboto;
    font-weight: 500;
    padding: 0px 15px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#seolp-section11 .section11-container span.num-mt {
    margin-top: 30px;
}

#seolp-section11 .section11-container em {
    display: block;
    font-style: normal;
    width: auto;
    height: auto;
    margin-top: 10px;
    font-size: 15px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    opacity: 0.4;
}


/* section11 */

/* section12 */
#seolp-section12 {
    width: 100%;
    height: auto;
}
#seolp-section12 .section12-container{
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
}
#seolp-section12 .section12-container h3{
    width: 100%;
    height: auto;
    margin-top: 100px;
    font-size: 40px;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    color: rgba(51,51,51,1);
    line-height: 60px;
}
#seolp-section12 .section12-container > div {
    width: 100%;
    height: auto;
    margin: 0 auto 80px;
}

#seolp-section12 .section12-container > div .panel {
    background: rgba(247,247,247,1);
    border: 2px solid rgba(247,247,247,1);
    border-radius: 5px;
    margin-bottom: 20px;
}
#seolp-section12 .section12-container > div .panel-default>.panel-heading {
   padding: 0;
}
#seolp-section12 .section12-container > div .panel-default>.panel-heading a{
    display: block;
    padding: 28px;
    width: 100%;
    height: auto;
    font-size: 28px;
    font-family: Roboto;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 30px;
}
#seolp-section12 .section12-container > div .panel-default>.panel-heading+.panel-collapse>.panel-body{
    border-top: none;
    background: rgb(255,255,255,1);
    padding: 26px 102px 30px 27px;
}
#seolp-section12 .section12-container > div .panel-default>.panel-heading+.panel-collapse>.panel-body p{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    font-size: 18px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 30px;
}
#seolp-section12 .section12-container > div .panel-default>.panel-heading+.panel-collapse>.panel-body p:last-child {
    padding-bottom: 0;
}

#seolp-section12 .section12-container i.icon {
    display: inline-block;
    color: #CDCDCD;
    font-weight: bold;
    width: 20px !important;
    height: 20px !important;
    content: ' ';
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    position: absolute;
    top: 30px;
}
#seolp-section12 .section12-container > div .panel-default>.panel-heading a {
    position: relative;
}
#seolp-section12 .section12-container > div .panel-default>.panel-heading a span{
    padding-left: 45px;
}

#seolp-section12 .section12-container > div .panel-default>.panel-heading a:hover i{
    color: #427AF6;
}

#seolp-section12 .section12-container i.active {
    color: #427AF6;
    transform: rotate(225deg);
    top: 40px;
}
/* section12 */
/* section13 */
#seolp-section13 {
    width: 100%;
    height: auto;
    background: url(../image/section13-background.png) no-repeat center center/cover;
}

#seolp-section13 .section13-container {
    max-width: 1220px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 55px;
}
#seolp-section13 .section13-container h3 {
    width:100%;
    height:auto;
    margin: 0 0 10px;
    font-size: 54px;
    font-family:Roboto;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
}
#seolp-section13 .section13-container p {
    width:100%;
    height:auto;
    margin-top: 10px;
    font-size:22px;
    font-family:Roboto;
    font-weight:300;
    color:rgba(255,255,255,1);
    text-align: center;
}
#seolp-section13 .section13-container a {
    display: block;
    width: 440px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin: 25px auto 0;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 400;
    color: rgba(255,255,255,1);
    border: 3px solid rgba(255,255,255,1);
    border-radius: 4px;
}
/* section13 */


/* 适配移动端 */

@media (max-width: 768px) {

    /* section1 */
    #seolp-section1 {
        margin-top: 55px;
    }

    #seolp-section1 .section1-container-m {
        width: 100%;
        height: auto;
        background: url(../image/section1-background-m.png) no-repeat center center/cover;
    }

    #seolp-section1 .section1-container-m>div {
        padding: 55px 10px 180px;
    }

    #seolp-section1 .section1-container-m>div>h3 {
        width: 100%;
        height: auto;
        font-size: 35px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 42px;
    }

    #seolp-section1 .section1-container-m>div>p {
        width: 100%;
        height: auto;
        padding-top: 30px;
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(253, 253, 253, 1);
        line-height: 21px;
    }

    #seolp-section1 .section1-container-m>div>a {
        display: block;
        width: 225px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        margin-top: 30px;
        font-size: 24px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
        border-radius: 3px;
    }

    /* section1 */
    /* section2 */
    #seolp-section2 .section2-container {
        padding-top: 50px;
        padding-bottom: 52px;
        max-width: none;
        width: 95%;
    }

    #seolp-section2 .section2-container h3 {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    .blocks>h3::after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(66, 122, 246, 1);
        margin: 15px auto 30px;
        background: #1b76fb;
    }

    #seolp-section2 .section2-container p {
        width: 100%;
        height: auto;
        padding: 0 12px;
        text-align: left;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section2 .section2-container p:nth-of-type(1) {
        padding-bottom: 30px;
    }

    #seolp-section2 .section2-container img {
        width: 342px;
        height: 249px;
    }

    #seolp-section2 .fixed-register-m {
        width: 97%;
        height: auto;
        position: absolute;
        bottom: -15px;
        left: 1.5%;
        margin: 0 auto;
        padding: 8px 5px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(66, 122, 246, 1);
        box-shadow: 0px 3px 5px 0px rgba(198, 198, 199, 0.65);
        border-radius: 3px;
        z-index: 9999;
    }

    #seolp-section2 .fixed-register-m img {
        width: 15px;
        height: 17px;
        display: inline-block;
    }

    #seolp-section2 .fixed-register-m span {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 0 0 8px;
        font-size: 12px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section2 .fixed-register-m a {
        display: inline-block;
        width: 124px;
        height: 33px;
        margin-left: 15px;
        line-height: 33px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        background: rgba(66, 122, 246, 1);
        border-radius: 3px;
    }

    /* section2 */
    /* section3 */
    #seolp-section3 .block1 {
        padding-top: 50px;
    }

    #seolp-section3 .block1 h3 {
        width: 75%;
        height: auto;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
    }

    #seolp-section3 .block1 > div:nth-of-type(1) {
        width: 100%;
    }

    #seolp-section3 .block1 .swiper-slide>div>div {
        width: 270px;
        height: auto;
        margin: 0 auto;
        padding: 30px 25px;
        text-align: center;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 8px 0px rgba(229, 229, 229, 1);
        border-radius: 3px;
    }

    #seolp-section3 .block1 .swiper-slide:nth-of-type(1)>div>div.li-top,
    #seolp-section3 .block1 .swiper-slide:nth-of-type(2)>div>div.li-top {
        padding-bottom: 50px
    }

    #seolp-section3 .block1 .swiper-slide div.li-top {
        margin-bottom: 30px;
    }

    #seolp-section3 .block1 .swiper-slide img {
        margin: 0 auto 20px;
    }

    #seolp-section3 .block1 div.slide-1 div img {
        width: 52px;
        height: 50px;
    }

    #seolp-section3 .block1 div.slide-2 div img {
        width: 62px;
        height: 50px;
    }

    #seolp-section3 .block1 div.slide-3 div img {
        width: 56px;
        height: 50px;
    }

    #seolp-section3 .block1 div.slide-4 div img {
        width: 40px;
        height: 50px;
    }

    #seolp-section3 .block1 div.slide-5 div img {
        width: 55px;
        height: 50px;
    }

    #seolp-section3 .block1 div.slide-6 div img {
        width: 41px;
        height: 50px;
    }

    #seolp-section3 .block1 .swiper-slide div.desc-content>p:nth-of-type(1) {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        font-size: 20px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section3 .block1 .swiper-slide div.desc-content>p:nth-of-type(2) {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 21px;
    }

    #seolp-section3 .block1>div p {
        width: 100%;
        height: auto;
        margin-top: 25px;
        padding: 0 10px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section3 .block1>div a {
        display: block;
        width: 280px;
        height: 50px;
        margin: 30px auto 50px;
        padding: 0;
        line-height: 50px;
        text-align: center;
        font-size: 20px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
        border-radius: 2px;
    }

    #seolp-section3>hr {
        width: 90%;
        margin: 50px auto;
    }

    #seolp-section3 .block2 h3 {
        width: 91%;
        height: auto;
        margin: 0 auto;
        font-size: 21px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-left,
    #seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-right {
        width: 95%;
        height: auto;
        float: none;
        padding-top: 25px;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-left p {
        margin: 0 auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section3 .block2 .lever-desc div:nth-of-type(1) .desc-right img {
        width: 331px;
        height: 172px;
    }

    #seolp-section3 .block2 .lever-desc>p {
        width: 95%;
        height: auto;
        padding: 20px 0 30px;
        margin: 0 auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section3 .block2 .lever-table {
        width: 100%;
        height: auto;
    }

    #seolp-section3 .block2 .lever-table table {
        border-radius: 5px;
    }

    #seolp-section3 .block2 .lever-table thead th {
        width: 39%;
        height: 58px;
        text-align: center;
        font-size: 14px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    #seolp-section3 .block2 .lever-table td {
        width: 39%;
    }

    #seolp-section3 .block2 .lever-table thead th:nth-of-type(3) {
        border-top-right-radius: 5px;
    }

    #seolp-section3 .block2 .lever-table thead th:nth-of-type(1),
    #seolp-section3 .block2 .lever-table tr td:nth-of-type(1) {
        width: 22%;
        border-top-left-radius: 5px;
    }

    #seolp-section3 .block2 .lever-table td {
        width: auto;
        height: auto;
        text-align: center;
        font-size: 13px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
    }

    #seolp-section3 .block2 .lever-table thead th,
    #seolp-section3 .block2 .lever-table td {
        padding: 10px 0;
    }

    #seolp-section3 .block2 .list-content {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .block2-container .list-content h4 {
        width: 95%;
        height: auto;
        margin: 0 auto;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: rgba(54, 130, 255, 1);
    }

    #seolp-section3 .block2 .list-content:nth-of-type(1) h4 {
        padding-top: 50px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(2) h4 {
        padding-top: 50px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) h4 {
        padding: 20px 0;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(4) h4 {
        padding-top: 50px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(5) h4 {
        padding-top: 50px;
        padding-bottom: 25px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(6) h4 {
        padding-top: 60px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(2) p,
    #seolp-section3 .block2 .list-content:nth-of-type(2) ul li>p {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 28px 0;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(2)>p {
        width: 95%;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(2) ul li {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(2)>ul>li>img {
        display: block;
        width: 282px;
        height: 150px;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) ul {
        width: 95%;
        height: auto;
        display: block;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) ul li {
        width: 76px;
        height: auto;
        display: inline-block;
        text-align: center;
        margin-left: 40px;
        padding-bottom: 20px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) ul li:nth-of-type(1),
    #seolp-section3 .block2 .list-content:nth-of-type(3) ul li:nth-of-type(4) {
        margin-left: 0;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) ul li img {
        width: 76px;
        height: 76px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) ul li p {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left {
        width: 95%;
        height: auto;
        float: none;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left .word-desc {
        padding: 0;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left p {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left img {
        width: 331px;
        height: 243px;
        margin: 0 auto 30px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left p:nth-of-type(4) {
        padding-bottom: 30px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(3) .desc-container .container-left>a {
        width: 270px;
        height: 50px;
        margin: 0 auto;
        padding: 0;
        font-size: 20px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        border-radius: 2px;
        background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
        text-align: center;
        line-height: 50px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(4) .word-desc {
        margin-bottom: 30px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(4) .word-desc p {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(4)>img {
        width: 331px;
        height: 135px;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(5) .word-desc,
    #seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left {
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(5) .word-desc>p,
    #seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left>p {
        width: 100%;
        height: auto;
        margin-bottom: 25px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left {
        float: none;
        padding: 0;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(5)>img {
        width: 331px;
        height: 221px;
        margin: 0 auto;
    }

    #seolp-section3 .block2 .list-content:nth-of-type(5)>div.desc-container .container-left .word-desc:last-child {
        padding-bottom: 50px;
    }

    /* section3 */
    /* section4 */
    #seolp-section4 .container {
        max-width: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        position: relative;
    }

    #seolp-section4 .container h3 {
        width: 80%;
        height: auto;
        padding-top: 50px;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 30px;
    }

    #seolp-section4 .container h3::after {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: rgba(66, 122, 246, 1);
        margin: 10px auto 30px;
    }

    #seolp-section4 .container>img {
        width: 370px;
        height: 218px;
        position: absolute;
        top: 150px;
        left: -2%;
    }

    #seolp-section4 .container-left {
        width: 100%;
        height: auto;
        padding-top: 250px;
        padding-bottom: 50px;
    }

    #seolp-section4 .container-left p {
        width: 100%;
        height: auto;
        padding-left: 15px;
        margin-bottom: 20px;
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    #seolp-section4 .container-left li {
        width: 100%;
        height: auto;
        padding-left: 15px;
        list-style: disc inside;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        line-height: 30px;
    }

    /* section4 */
    /* section5 */
    #seolp-section5>div {
        width: 100%;
        height: auto;
        padding-top: 50px;
        padding-bottom: 70px;
    }

    #seolp-section5 .blocks {
        width: 90%;
        height: auto;
        max-width: none;
        padding: 30px 15px 50px;
        margin: 0 auto;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 8px 0px rgba(229, 229, 229, 1);
        border-radius: 5px;
    }

    #seolp-section5 .block1 img {
        width: 301px;
        height: 157px;
        margin: 0 auto;
    }

    #seolp-section5 .blocks h4 {
        width: 100%;
        height: auto;
        font-size: 18px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(66, 122, 246, 1);
        margin: 0;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 10px;
    }

    #seolp-section5 .blocks>p {
        width: 100%;
        height: auto;
        padding-left: 10px;
        font-size: 12px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section5 .block1 ul {
        padding-left: 15px;
    }

    #seolp-section5 .block1 ul li {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 30px;
        margin-bottom: 25px;
        padding-left: 15px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 24px;
    }

    #seolp-section5 .block1 ul li i {
        display: inline-block;
        position: absolute;
        top: 10px;
        left: 0;
        width: 5px;
        height: 5px;
        background: rgba(66, 122, 246, 1);
        border-radius: 50%;
    }

    #seolp-section5>div:nth-of-type(2) .block2 img,
    #seolp-section5 .block3 img {
        width: 200px;
        height: 170px;
        margin: 0 auto;
    }

    #seolp-section5>div:nth-of-type(2) .blocks>p {
        width: 100%;
        height: auto;
        padding-left: 10px;
        margin-bottom: 25px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 23px;
    }

    #seolp-section5 .blocks .container-left,
    #seolp-section5 .blocks .container-right {
        width: 100%;
        float: none;
    }

    #seolp-section5 .blocks .container-left {
        padding-top: 0;
    }

    #seolp-section5 .block4 .container-left .city-info {
        width: 100%;
        height: auto;
        padding: 0; 
        display: flex;
        justify-content: space-between;
    }

    #seolp-section5 .block4 .container-left .city-info img {
        display: inline-block;
        width: 60px;
        height: 39px;
        margin-top: 0;
        vertical-align: text-bottom;
    }

    #seolp-section5 .block4 .container-left .city-info span {
        width: auto;
        height: auto;
        display: inline-block;
        font-size: 33px;
        font-family: Futura;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section5 .block4 .container-left .count-info {
        width: 100%;
        height: auto;
        padding-top: 25px;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
    }

    #seolp-section5 .block4 .container-left .count-info div {
        width: 130px;
        height: auto;
        float: none;
        padding: 10px;
        text-align: center;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 8px 0px rgba(198, 198, 199, 1);
        border-radius: 5px;
    }

    #seolp-section5 .block4 .container-left .count-info .count-left {
        margin-right: 54px;
    }

    #seolp-section5 .block4 .container-left .count-info div h5 {
        width: 75%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        font-size: 12px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section5 .block4 .container-left .count-info div span:nth-of-type(1) {
        display: block;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 8px 0;
        border-bottom: 1px solid rgba(212, 14, 28, 1);
        font-size: 10px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section5 .block4 .container-left .count-info div span:nth-of-type(2) {
        display: block;
        width: auto;
        height: auto;
        text-align: center;
        padding-top: 4px;
        font-size: 12px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(212, 14, 28, 1);
    }

    #seolp-section5 .block4 .container-left .price-info {
        padding: 20px 0 0 0;
    }

    #seolp-section5 .block4 .container-left .price-info ul:nth-of-type(1) li {
        width: auto;
        height: auto;
        padding: 3px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 0px 8px 0px rgba(229, 229, 229, 1);
        border-radius: 5px;
    }

    #seolp-section5 .block4 .container-left .price-info ul li span {
        display: block;
        width: auto;
        height: auto;
        text-align: center;
        font-size: 10px;
        font-family: Roboto;
        color: rgba(212, 14, 28, 1);
        text-shadow: -1px 0px 2px rgba(0, 0, 0, 0.15);
    }

    #seolp-section5 .block4 .container-left .price-info ul:nth-of-type(2) {
        padding: 6px 7px 0;
    }

    #seolp-section5 .block4 .container-left .price-info ul:nth-of-type(2) li {
        font-size: 8px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        opacity: .8;
    }

    #seolp-section5 .block4 .container-left .price-info ul:nth-of-type(1) img {
        width: 65px;
        height: 6px;
        vertical-align: middle;
        margin-top: 17px;
    }

    #seolp-section5 .block4 .container-right h4,
    #seolp-section5 .block4 .container-right {
        padding-left: 0;
    }

    #seolp-section5 .block4 .container-right>div>p {
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section5 .block4 .container-right>div>p.word-bold {
        font-weight: bold;
    }

    #seolp-section5 .block4 .container-right p:nth-of-type(3),
    #seolp-section5 .block4 .container-right p:nth-of-type(6) {
        font-weight: 400;
    }

    #seolp-section5 .block4 .container-right p.word-bold span {
        font-size: 18px;
        font-weight: bold;
    }

    #seolp-section5 .block4 .container-right>div>p:last-child,
    #seolp-section5 .block4 .container-right>div>p:nth-last-of-type(2) {
        text-align: center;
        line-height: 24px;
    }

    /* section5 */
    /* section6 */
    #seolp-section6 .section6-container {
        max-width: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0;
    }

    #seolp-section6 .section6-container h3 {
        width: 100%;
        height: auto;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section6 .section6-container .section6-desc p {
        width: 95%;
        height: auto;
        margin: 0 auto 20px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section6 .section6-container .section6-desc ul {
        width: 95%;
        height: auto;
        margin: 30px auto 0px;
    }

    #seolp-section6 .section6-container .section6-desc ul>img:nth-of-type(1) {
        width: 353px;
        height: 282px;
        margin: 0 auto;
    }

    #seolp-section6 .section6-container .section6-desc ul>img:nth-of-type(2) {
        width: 353px;
        height: 238px;
        margin: 0 auto;
    }

    #seolp-section6 .section6-container .section6-desc ul li {
        width: 100%;
        height: auto;
        position: relative;
        padding-left: 13px;
        margin: 30px 0;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section6 .section6-container .section6-desc ul li i {
        width: 4px;
        height: 4px;
        background: rgba(66, 122, 246, 1);
        border-radius: 50%;
    }

    /* section6 */
    /* section7 */
    #seolp-section7 .block1 {
        background: url(../image/section7-background-m.png) no-repeat center center/cover;
    }

    #seolp-section7 .block1>div {
        max-width: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0 5px;
    }

    #seolp-section7 .block1 h3 {
        width: 100%;
        height: auto;
        line-height: normal;
        text-align: center;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    #seolp-section7 .block1 h3::after {
        display: block;
        content: ' ';
        width: 40px;
        height: 2px;
        margin: 10px auto 25px;
        background: rgba(66, 122, 246, 1);
    }

    #seolp-section7 .block1>div>p {
        width: 95%;
        height: auto;
        margin: 0 auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        text-align: center;
        line-height: 21px;
    }

    #seolp-section7 .block1>div>ul {
        width: 95%;
        height: auto;
        margin: 45px auto 0;
        padding: 0;
    }

    #seolp-section7 .block1>div>ul li {
        width: 50%;
        height: auto;
        margin-bottom: 40px;
        padding: 0 15px;
        text-align: center;
    }

    #seolp-section7 .block1>div>ul li:nth-of-type(1) img {
        width: 40px;
        height: 41px;
    }

    #seolp-section7 .block1>div>ul li:nth-of-type(2) img {
        width: 41px;
        height: 41px;
    }

    #seolp-section7 .block1>div>ul li:nth-of-type(3) img {
        width: 61px;
        height: 41px;
    }

    #seolp-section7 .block1>div>ul li:nth-of-type(4) img {
        width: 43px;
        height: 41px;
    }

    #seolp-section7 .block1>div>ul li:nth-of-type(5) img {
        width: 32px;
        height: 41px;
    }

    #seolp-section7 .block1>div>ul li:nth-of-type(6) img {
        width: 46px;
        height: 41px;
    }

    #seolp-section7 .block1>div>ul li:nth-of-type(1),
    #seolp-section7 .block1>div>ul li:nth-of-type(4) {
        width: 50%;
    }

    #seolp-section7 .block1>div>ul li p {
        width: 100%;
        height: auto;
        padding-top: 20px;
        font-size: 18px;
        font-family: Roboto;
        font-weight: 500;
        color: rgba(255, 255, 255, 1);
        line-height: 22px;
    }

    #seolp-section7 .block1>div>ul li p:nth-of-type(2) {
        font-size: 14px;
        padding-top: 10px;
    }

    #seolp-section7 .block2 {
        max-width: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
    }

    #seolp-section7 .block2-container .list-content {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0 0;
    }

    #seolp-section7 .block2-container .list-content::after {
        display: block;
        content: ' ';
        width: 100%;
        height: 1px;
        padding-top: 50px;
        border-bottom: 1px solid rgba(102, 102, 102, 1);
        opacity: 0.2;
    }

    #seolp-section7 .block2-container .list-content:last-child::after {
        display: none;
    }

    #seolp-section7 .block2-container .list-content h3 {
        width: 80%;
        height: auto;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section7 .block2-container .list-content>div {
        padding-top: 25px;
    }

    #seolp-section7 .block2-container .list-content div p {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(2)>div>p {
        margin-top: 25px;
    }

    #seolp-section7 .block2-container .list-content>div>img {
        display: block;
        width: 331px;
        height: 189px;
        margin: 25px auto 0;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(1) div p:nth-of-type(3),
    #seolp-section7 .block2-container .list-content:nth-of-type(3) div p:nth-of-type(3) {
        margin-top: 30px;
        margin-bottom: 0;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(1) div p:nth-of-type(3) {
        margin-bottom: 25px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(2)>div>p:nth-of-type(1) {
        margin-top: 0;
        padding-bottom: 0;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(2)>div>img {
        width: 331px;
        height: 168px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) h3 {
        width: 90%;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container .container-left,
    #seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container .container-right {
        width: 100%;
        height: auto;
        float: left;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container h4 {
        width: 100%;
        height: auto;
        font-size: 18px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(66, 122, 246, 1);
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .container-left>div {
        margin: 11px 0;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container img {
        display: block;
        width: 340px;
        height: 280px;
        margin: 0 auto;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container p {
        width: 100%;
        height: auto;
        padding: 0;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .desc-container p {
        margin-bottom: 25px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .container-left p:last-child {
        margin-bottom: 50px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(3) .container-right p:last-child {
        margin-bottom: 0;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(4) div p,
    #seolp-section7 .block2-container .list-content:nth-of-type(4) div p:nth-of-type(3) {
        margin-top: 25px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(4) div p:nth-of-type(1) {
        padding-bottom: 0;
        margin-top: 0;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(4) {
        width: 96%;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(4)>div>img {
        width: 331px;
        height: 168px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(5)>div:nth-of-type(1)>img {
        width: 331px;
        height: 111px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(5)>div:nth-of-type(2)>img {
        width: 331px;
        height: 79px;
    }

    #seolp-section7 .block2-container .list-content>div>p:nth-of-type(1) {
        padding-bottom: 0;
    }

    #seolp-section7 .block2-container .list-content>div>p {
        margin-bottom: 25px;
    }

    #seolp-section7 .block2-container .list-content:nth-of-type(6) h3 {
        width: 95%;
    }

    #seolp-section7 .block2-container .list-content {
        width: 97%;
    }

    #seolp-section7 .block2-container .content-list-m h4,
    #seolp-section7 .block2-container .content-list2-m h4 {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 30px 0;
        font-size: 18px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(65, 121, 244, 1);
    }

    #seolp-section7 .block2-container .content-list-m>ul>li,
    #seolp-section7 .block2-container .content-list2-m>ul>li {
        width: auto;
        height: auto;
        float: left;
        padding: 5px;
        font-size: 12px;
        font-family: Roboto;
        font-weight: 400;
        background: rgba(238, 238, 238, 1);
        box-shadow: 0px 2px 4px 0px rgba(213, 213, 213, 0.35);
        border-radius: 3px;
    }

    #seolp-section7 .block2-container .content-list-m>ul::after,
    #seolp-section7 .block2-container .content-list2-m>ul::after {
        display: block;
        content: ' ';
        width: 100%;
        height: 1px;
        border-bottom: 1px solid rgba(102, 102, 102, 1);
        opacity: 0.2;
    }

    #seolp-section7 .block2-container .content-list-m>ul>li.active,
    #seolp-section7 .block2-container .content-list2-m>ul>li.active {
        color: rgba(255, 255, 255, 1);
        background: rgba(66, 122, 246, 1);
    }

    #seolp-section7 .block2-container .content-list-m>div,
    #seolp-section7 .block2-container .content-list2-m>div,
    #seolp-section7 .block2-container .content-list-m>div>div>p:nth-of-type(1),
    #seolp-section7 .block2-container .content-list2-m>div>div>p {
        padding: 0;
    }

    #seolp-section7 .block2-container .content-list-m>div>div>p,
    #seolp-section7 .block2-container .content-list2-m>div>div>p {
        width: 100%;
        height: auto;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section7 .block2-container .content-list-m>div>div>p:nth-of-type(3) {
        font-weight: 400;
    }

    #seolp-section7 .block2-container .content-list-m>div>div>p:nth-of-type(5) ,#seolp-section7 .block2-container .content-list-m>div>div>p:nth-of-type(4){
        margin-top: 20px;
    }

    #seolp-section7 .block2-container .content-list2-m>div>div:nth-of-type(1)>p:nth-of-type(3) {
        margin-top: 20px;
    }

    #seolp-section7 .block2-container .content-list2-m>div>div {
        margin-bottom: 50px;
    }

    .m-tab-list {
        width: 100%;
        height: auto;
        background: rgba(247, 247, 247, 1);
        box-shadow: 0px 2px 2px 0px rgba(51, 51, 51, 0.3);
    }

    .m-tab-list>ul {
        width: 85%;
        height: auto;
        margin: 0 auto;
    }

    .m-tab-list>ul>li {
        width: auto;
        height: auto;
        padding: 13px;
        float: left;
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: rgba(102, 102, 102, 1);
    }

    .m-tab-list>ul>li.active {
        color: rgba(66, 122, 246, 1);
        border-bottom: 3px solid;
    }

    /* mobile tab2 固定注册按钮 */
    #seolp-section7 .fixed-register-m-tab2 {
        width: 97%;
        height: auto;
        position: fixed;
        bottom: 0;
        left: 1.5%;
        margin: 0 auto;
        padding: 8px 5px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(66, 122, 246, 1);
        box-shadow: 0px 3px 5px 0px rgba(198, 198, 199, 0.65);
        border-radius: 3px;
        z-index: 9999;
    }

    #seolp-section7 .fixed-register-m-tab2 img {
        width: 15px;
        height: 17px;
        display: inline-block;
    }

    #seolp-section7 .fixed-register-m-tab2 span {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 0 0 0 8px;
        font-size: 12px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section7 .fixed-register-m-tab2 a {
        display: inline-block;
        width: 124px;
        height: 33px;
        margin-left: 15px;
        line-height: 33px;
        text-align: center;
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        background: rgba(66, 122, 246, 1);
        border-radius: 3px;
    }

    /* section7 */
    /* section8 */
    #seolp-section8 .section8-container {
        max-width: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 50px 0;
    }

    #seolp-section8 .section8-container h3 {
        width: 95%;
        height: auto;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        text-align: center;
        line-height: 30px;
    }

    #seolp-section8 .section8-container .container-left {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    #seolp-section8 .section8-container .container-left .desc-word {
        width: 95%;
        height: auto;
        margin: 0 auto;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section8 .section8-container img {
        width: 270px;
        height: 250px;
        float: none;
        margin: 30px auto;
    }

    #seolp-section8 .section8-container .container-left .desc-table {
        width: 85%;
        height: auto;
        margin: 0 auto;
        padding: 20px 35px;
        background: rgba(255, 255, 255, 1);
        box-shadow: none;
        border-radius: 5px;
    }

    #seolp-section8 .section8-container .container-left .desc-table h4 {
        width: 100%;
        height: auto;
        font-size: 15px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        line-height: 16px;
    }

    #seolp-section8 .section8-container .container-left .desc-table h4::after {
        margin: 9px auto 20px;
    }

    #seolp-section8 .section8-container .container-left .desc-table ul li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    #seolp-section8 .section8-container .container-left .desc-table ul li:last-child {
        margin-bottom: 0;
    }

    #seolp-section8 .section8-container .container-left .desc-table ul li span {
        width: 49%;
        height: auto;
        display: inline-block;
        font-size: 12px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 16px;
    }

    /* section8 */
    /* section9 */
    #seolp-section9 .section9-container {
        max-width: none;
        height: auto;
        margin: 0 auto;
        position: relative;
        padding-top: 50px;
        padding-bottom: 70px;
    }

    #seolp-section9 .section9-container h3 {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        text-align: center;
        font-size: 21px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #seolp-section9 .section9-container ul {
        width: 85%;
        height: auto;
        margin: 0 auto;
        display: block;
    }

    #seolp-section9 .section9-container ul li {
        width: 100%;
        height: auto;
        padding: 25px;
        margin: 0;
        background: rgba(255, 255, 255, 1);
        border: 2px solid rgba(235, 235, 235, 1);
        border-radius: 5px;
    }

    #seolp-section9 .section9-container ul li h4 {
        width: 100%;
        height: auto;
        font-size: 18px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(66, 122, 246, 1);
    }

    #seolp-section9 .section9-container ul li h4 img {
        display: inline-block;
        width: 51px;
        height: 51px;
        margin-right: 15px;
    }

    #seolp-section9 .section9-container ul li div p {
        width: 100%;
        height: auto;
        padding-top: 20px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    /* section9 */
    /* section10 */
    #seolp-section10 .section10-container {
        max-width: none;
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 30px 0 50px 0;
    }

    #seolp-section10 .section10-container>h3 {
        width: 85%;
        height: auto;
        margin: 0 auto;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        text-align: center;
        line-height: 30px;
    }

    #seolp-section10 .section10-container>p {
        width: 95%;
        height: auto;
        margin: 0 auto;
        text-align: left;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(4, 7, 32, 1);
        line-height: 21px;
    }

    #seolp-section10 .section10-container>div {
        margin-top: 25px;
    }

    #seolp-section10 .section10-container .container-left {
        width: 95%;
        height: auto;
        margin: 0 auto;
        float: none;
        position: static;
    }

    #seolp-section10 .section10-container .container-left img {
        width: 325px;
        height: 330px;
        margin: 0 auto;
        display: block;
        position: static;
    }

    #seolp-section10 .section10-container .container-right {
        width: 95%;
        height: auto;
        float: none;
        padding-top: 30px;
        margin: 0 auto;
    }

    #seolp-section10 .section10-container .container-right>h3 {
        width: 95%;
        height: auto;
        margin: 0 auto;
        font-size: 18px;
        font-family: Roboto;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 15px;
    }

    #seolp-section10 .section10-container .container-right ul {
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding-top: 30px;
    }

    #seolp-section10 .section10-container .container-right>ul>li {
        width: 100%;
        height: auto;
        position: relative;
        padding-left: 30px;
        padding-bottom: 20px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
        line-height: 21px;
    }

    #seolp-section10 .section10-container .container-right>ul>li::before {
        width: 15px;
        height: 15px;
        top: 5px;
    }

    #seolp-section10 .section10-container .container-right>a {
        width: 270px;
        height: 50px;
        line-height: 50px;
        margin: 30px auto 0;
        text-align: center;
        background: linear-gradient(0deg, rgba(48, 109, 246, 1), rgba(74, 128, 246, 1));
        border-radius: 2px;
        font-size: 20px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
    }

    /* section10 */
    /* section11 */
    #seolp-section11 .m-index-award {
        color: #FFFFFF;
        padding: 50px 0 0 0;
        text-align: center;
        position: relative;
    }

    #seolp-section11 .m-index-award h3 {
        width: auto;
        height: auto;
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 32px;
    }

    #seolp-section11 .m-index-award h3::after {
        content: '';
        display: block;
        width: 80px;
        height: 3px;
        margin: 15px auto 0;
        background: rgba(13, 114, 255, 1);
    }

    #seolp-section11 .m-index-award .swiper-slide {
        margin-top: 50px;
    }

    #seolp-section11 .m-index-award .m-content {
        font-size: 41px;
        font-family: SourceHanSansSC;
        font-weight: 800;
        color: rgba(255, 255, 255, 1);
        line-height: 29px;
    }

    #seolp-section11 .m-index-award .m-content strong {
        color: #1E53FF;
        font-weight: 800;
    }

    #seolp-section11 .m-index-award .m-content img {
        margin: 0 auto 30px;
    }

    #seolp-section11 .m-index-award .m-content img.mid {
        width: 183px;
        height: 180px;
    }

    #seolp-section11 .m-index-award .m-content img.mid2 {
        width: 118px;
        height: 180px;
    }

    #seolp-section11 .m-index-award .m-content img.mid3 {
        width: 148px;
        height: 180px;
    }

    #seolp-section11 .m-index-award .swiper-wrapper .no-img .m-content {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    #seolp-section11 .m-index-award .swiper-slide span {
        display: block;
        font-size: 14px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
    }

    #seolp-section11 .m-index-award .swiper-slide em {
        font-size: 10px;
        font-family: SourceHanSansSC;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 1);
        opacity: 0.4;
    }

    #seolp-section11 .m-index-award .swiper-slide {
        padding-bottom: 110px;
    }

    #seolp-section11 .m-index-award .swiper-container-horizontal>.swiper-pagination-bullets,
    #seolp-section11 .swiper-pagination-custom,
    #seolp-section11 .swiper-pagination-fraction {
        bottom: 40px;
    }

    #seolp-section11 .m-index-award .swiper-pagination-bullet {
        background: #999999;
    }

    #seolp-section11 .m-index-award .swiper-pagination-bullet-active {
        background: #0047BB;
    }

    /* section11 */
    /* section12 */

    #seolp-section12 .section12-container {
        max-width: none;
        width: 85%;
    }
    #seolp-section12 .section12-container h3 {
        font-size: 22px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(51,51,51,1);
        line-height: 30px;
        margin-top: 50px;
    }
    #seolp-section12 .section12-container > div .panel-default>.panel-heading {
        background: rgba(247,247,247,1);
        border-radius: 3px;
    }
    #seolp-section12 .section12-container > div .panel-default>.panel-heading a {
        position: relative;
        padding: 13px;
        font-size:14px;
        font-family:Roboto;
        font-weight:500;
        color:rgba(51,51,51,1);
        line-height:15px;
    }
    #seolp-section12 .section12-container i.icon {
        width: 10px !important;
        height: 10px !important;
        top: 15px;
    }
    #seolp-section12 .section12-container i.active.icon {
        top: 20px;
    }
    #seolp-section12 #accordion .panel-heading a:before {
        display: none;
    }
    #seolp-section12 .section12-container > div .panel-default>.panel-heading a span {
        padding-left: 25px;
    }

    #seolp-section12 .section12-container > div .panel-default>.panel-heading+.panel-collapse>.panel-body {
        padding: 15px 20px;
    }
    #seolp-section12 .section12-container > div .panel-default>.panel-heading+.panel-collapse>.panel-body p {
        width: 100%;
        height: auto;
        padding-bottom: 25px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(102,102,102,1);
        line-height: 21px;
    }
    #seolp-section12 .section12-container > div {
        margin-bottom: 50px;
    }
    /* section12 */
    /* section13 */
    #seolp-section13 .section13-container {
        max-width: none;
        padding: 60px 0;
    }
    #seolp-section13 .section13-container h3 {
        width: 100%;
        height: auto;
        margin: 0 0 10px;
        text-align: center;
        font-size: 36px;
        font-family: Roboto;
        font-weight: bold;
        color: rgba(255,255,255,1);
    }
    #seolp-section13 .section13-container p {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 300;
        color: rgba(255,255,255,1);
    }
    #seolp-section13 .section13-container a {
        display: block;
        width: 270px;
        height: 50px;
        line-height: 50px;
        border: 2px solid rgba(255,255,255,1);
        border-radius: 2px;
        font-size: 16px;
        font-family: Roboto;
        font-weight: 400;
        color: rgba(255,255,255,1);
    }
    /* section13 */

    /* Carousel */
    #seolp-section3 .carousel-swiper-container .swiper-slide,
    #seolp-section5 .trade-swiper-container .swiper-slide,
    #seolp-section9 .cost-swiper-container .swiper-slide{
        height: 0;
        padding-bottom: 50px;
    }
    

    #seolp-section3 .carousel-swiper-container .swiper-slide-active,
    #seolp-section5 .trade-swiper-container .swiper-slide-active,
    #seolp-section9 .cost-swiper-container .swiper-slide-active {
        height: auto !important;
    }

    #seolp-section5>div:nth-of-type(2),#seolp-section3 .block1>div:nth-of-type(1){
        position: relative;
    }

    #seolp-section3 .carousel-swiper-container .swiper-pagination-bullet,
    #seolp-section5 .trade-swiper-container .swiper-pagination-bullet,
    #seolp-section9 .cost-swiper-container .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    #seolp-section3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    #seolp-section5 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
    #seolp-section9 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 13px 0 0;
    }

    #seolp-section3 .swiper-container-horizontal>.swiper-pagination-bullets,
    #seolp-section5 .swiper-container-horizontal>.swiper-pagination-bullets,
    #seolp-section9 .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 70px;
    }

    #seolp-section3 .swiper-container-horizontal>.swiper-pagination-bullets{
        bottom: 0;
    }
}

/* header start */

/* @media (max-width: 768px) {
    .navbar {
        margin-bottom: 0;
    }
    .container-fluid {
        padding: 0;
        width: 100%;
    }
    .header-imgGredient {
        width: 100%;
        height: 4px;
    }
    .ad-entry {
        background: #DFE3E6;
        position: relative;
        height: 50px;
        padding: 5px 20px 5px 78px;
    }
    .ad-entry img {
        position: absolute;
        width: 38px;
        height: 38px;
        left: 31px;
    }
    .ad-entry img.close {
        position: absolute;
        width: 15px;
        height: 15px;
        left: 6px;
        opacity: 1;
    }
    .ad-entry .text .title {
        display: block;
        font-size: 15px;
        font-weight: 600;
    }
    .ad-entry .text .ad-content {
        display: inline-block;
        font-size: 10px;
    }
    .ad-entry .btn {
        display: inline-block;
        background: #FF671F;
        color: #ffffff;
        border: none;
        position: absolute;
        right: 20px;
        top: 10px;
        padding: 0 10px;
        margin: 0;
        line-height: 30px;
        min-width: 50px;
        font-size: 14px;
        font-weight: 400;
    }
    .container-fluid>.navbar-header {
        position: relative;
        margin: 0;
        padding: 0 20px;
        background: #ffffff;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .navbar-default .navbar-toggle {
        border-color: #ffffff;
    }
    .navbar-brand {
        padding-left: 0;
        padding-right: 0;
        float: none;
    }
    .navbar-brand>img {
        width: 132px;
        height: 32px;
        margin-top: 9px;
        display: inline-block;
    }
    .login img {
        width: 20px;
        height: 20px;
        float: right;
        position: absolute;
        right: 72px;
        top: 17px;
    }
    .lan {
        width: 20px;
        height: 20px;
        float: right;
        position: absolute;
        right: 110px;
        top: 17px;
    }
    .lan img {
        width: 100%;
        height: 100%;
    }
    #m-navbar-collapse {
        width: 100%;
        margin: 0;
        padding: 40px 30px 0 30px;
        background: #ffffff;
        max-height: none;
        z-index: 99999999999999;
    }
    #m-navbar-collapse #accordion {
        overflow-y: scroll;
        padding-bottom: 120px;
    }
    #m-navbar-collapse .panel-group .panel {
        border-bottom: none;
        margin-bottom: 20px;
    }
    #m-navbar-collapse .panel-group .panel-heading {
        border-bottom: 1px solid #DFE3E6;
    }
    #m-navbar-collapse .panel-body {
        padding: 0;
    }
    #m-navbar-collapse .panel-body a {
        display: block;
        text-align: center;
        color: #333333;
        font-weight: 400;
        line-height: 44px;
        margin-top: 20px;
        font-size: 16px;
        border-bottom: 1px solid #DFE3E6;
    }
    #m-lang-collapse {
        width: 100%;
        margin: 0;
        padding: 0 30px;
        background: #ffffff;
        text-align: center;
        padding-bottom: 40px;
    }
    #m-lang-collapse li {
        line-height: 44px;
        border-bottom: 1px solid #DFE3E6;
    }
    #m-lang-collapse li a {
        color: #333333;
        font-size: 14px;
        cursor: pointer;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    #m-navbar-collapse .panel-group .panel-heading.active {
        border-bottom: 1px solid #FF671F;
    }

    #accordion .panel-heading a:before {
        content: "\e258";
        font-size: 14px;
        position: absolute;
        font-family: "Glyphicons Halflings";
        left: 100%;
        margin-left: -15px;
        top: 16px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        color: #333333;
    }

    #accordion .panel:nth-of-type(3) .panel-heading a:before,
    #seolp-section12 #accordion .panel-heading a:before {
        display: none;
    }

    #accordion .panel-heading.active a:before {
        transform: rotate(90deg);
        transition: all 0.3s;
        color: #333333;
    }

    .panel-title a.hover, .panel-title a.visited,.panel-title a.focus {
        color: rgba(51, 51, 51, 1);
    }
} */

/* header end */


/* footer start */
/* footer {
    padding: 40px 0 120px 0;
    border: none;
    background: #f9f9f9;
}

.footer-detail .container {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto;
    color: #333333;
    max-width: 1220px !important;
}

footer .row {
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

.footer-detail .row:first-child {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #d8d8d8;
}

.footer-detail .column {
    width: auto;
}

.footer-detail .logo {
    width: 620px;
    height: auto;
    position: relative;
}

.footer-detail .logo {
    display: inline-block;
}

.footer-detail .logo p {
    width: 100%;
    max-width: 250px;
}

.footer-detail .logo img {
    width: 248px;
    height: auto;
    margin-bottom: 0;
    margin-right: 55px;
    display: inline-block;
}

.footer-detail .logo p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(90, 90, 90, 1);
    line-height: 24px;
    min-width: 275px;
    display: inline-block;
    vertical-align: middle;
}

.footer-detail .logo::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100px;
    background: #d8d8d8;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -50px;
}

.footer-detail .cat-tag {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0;
    margin-left: 80px;
}

.footer-detail .cat-tag a:last-child li {
    border: none;
}

.footer-detail .column {
    width: auto;
}

footer .cat-tag p {
    display: inline-block;
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin-bottom: 27px;
    padding: 12px 16px;
}

.footer-detail .cat-tag p {
    display: none;
}

footer .cat-tag li {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: rgba(90, 90, 90, 1);
    padding: 0 15px;
    margin: 5px 0 3px;
    line-height: 16px;
    border-right: 1px solid #5a5a5a;
}

footer .a-link {
    min-width: 1200px;
    margin-top: 20px;
    margin-bottom: 37px;
}

footer .warning p {
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 200;
    color: rgba(77, 85, 90, 1);
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-detail .warning p {
    text-align: left;
}

footer .a-link a {
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 400;
    color: rgba(140, 155, 165, 1);
    line-height: 18px;
    cursor: pointer;
}

@media (max-width:768px) {
    footer {
        padding: 40px 35px 0 35px;
    }
    .footer-detail {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .row {
        padding: 0;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
    }
    .footer-detail .row:first-child {
        display: block;
    }
    .col-xs-12, .col-xs-6 {
        padding: 0;
    }
    .footer-detail .column {
        width: 100%;
    }
    .footer-detail .logo {
        width: 100%;
        text-align: left;
    }
    .footer-detail .logo::after {
        display: none;
    }
    footer .logo img {
        display: block;
        margin: 0 auto;
    }
    .footer-detail .logo img {
        width: 175px;
        margin: 0;
    }
    footer .logo p {
        max-width: 100%;
    }
    .footer-detail .logo p {
        max-width: none;
        text-align: left;
        margin-top: 20px;
        font-size: 18px;
        font-weight: 400;
    }
    .footer-detail .cat-tag {
        display: block;
        margin: 0;
        margin-left: -12px;
        margin-top: 25px;
    }
    .footer-detail .column {
        width: 100%;
    }
    footer .cat-tag p {
        width: 100%;
        font-size: 24px;
        color: rgba(51, 51, 51, 1);
        line-height: 18px;
        margin-top: 70px;
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 20px 0;
    }
    .footer-detail .cat-tag li {
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        padding: 0 12px;
        margin: 5px 0;
    }
    footer .hot-tag {
        padding-bottom: 30px;
    }
    footer .hot-tag p {
        width: 100%;
        font-size: 24px;
        color: rgba(51, 51, 51, 1);
        line-height: 18px;
        margin-bottom: 20px;
        margin-top: 70px;
        border-bottom: 1px solid #d8d8d8;
    }

    footer .a-link {
        min-width: initial;
        text-align: center;
    }

    footer .warning p {
        font-size: 14px;
    }
    footer .a-link a {
        font-size: 14px;
    }

    .footer-detail .warning p:last-child {
        padding-bottom: 50px;
    }
} */
/* footer end */