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;
    color: rgba(51, 51, 51, 1);
}

html,
body {
    width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}


/* header*/

.header .section-child {
    max-width: 1220px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.header .logo {
    vertical-align: middle;
    float: left;
    width: 220px;
    height: auto;
}

.header .nav {
    float: right;
    line-height: 74px;
}

.header .nav li {
    margin-right: 50px;
    font-size: 20px;
    font-weight: 500;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.header .nav li:last-child {
    margin-bottom: 27px;
}

.header .nav li .hover-border {
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.header .nav li .hover-border:hover {
    border-bottom: 1px solid #ff671f;
}


/* .header .nav li .select-down:before {
    position: absolute;
    right: -12px;
    bottom: 18px;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333333;
} */


/* .header .nav li .select-up:before {
    position: absolute;
    right: -12px;
    bottom: 18px;
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #333333;
}
 */


/* .header .nav li .collapse-nav:after {
    position: absolute;
    top: -10px;
    content: '';
    width: 100%;
    height: 10px;
    background: none;
} */

.header .nav li .collapse-nav {
    display: none;
    text-align: left;
    position: absolute;
    left: 0px;
    top: 50px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 9999999999;
    line-height: 0;
}

.header .nav li .collapse-nav a {
    width: 160px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    padding: 14px 20px;
    border-bottom: 1px solid #f5f7fa;
    background: #ffffff;
    text-decoration: none;
}

.header .nav li .collapse-nav a:hover {
    border-bottom: 1px solid #ff671f;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;
}

.header .nav li .btn {
    width: 130px;
    height: 40px;
    font-size: 16px;
    border-radius: 1px;
    border: 1px solid rgba(25, 111, 252, 1);
    text-align: center;
    font-weight: 500;
    color: #196ffc;
    outline: none;
    cursor: pointer;
}

.navbar {
    padding: 0.6rem 1rem;
}

#collapsibleNavbar {
    position: fixed;
    top: 59px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999999;
    padding: 40px 30px;
    overflow-y: scroll;
}

#collapsibleNavbar::-webkit-scrollbar {
    display: none;
}

#collapsibleNavbar li {
    width: 100%;
    line-height: 44px;
    margin-bottom: 20px;
    font-size: 16px;
    position: relative;
}

#collapsibleNavbar li a {
    display: block;
    border-bottom: 1px solid #dfe3e6;
    margin-top: 20px;
}

#collapsibleNavbar li a[aria-expanded='true'] {
    border-bottom: 1px solid #ff671f;
}

#collapsibleNavbar li a .material-icons {
    position: absolute;
    right: 0;
    top: 10px;
}

#collapsibleNavbar li a[aria-expanded='true'] .material-icons {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#collapsibleNavbar li a .collapse .head-link {
    text-align: center;
}

.mobile-navbar .navbar-toggler-icon .material-icons {
    font-weight: bold;
    font-size: 28px;
}

.tooltip.right {
    min-width: 220px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #d8d8d8;
}

.tooltip-inner {
    background: #d8d8d8;
    padding: 8px 8px 8px 8px;
    text-align: left;
}

.tooltip-inner img {
    width: 144px;
    height: 144px;
    padding: 8px 8px;
    background: #ffffff;
}

.bs-tooltip-auto[x-placement^='bottom'] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #d8d8d8;
}


/* header*/


/* section31 */

#section31 .section-child {
    background: #ffffff;
    width: 100%;
    overflow: hidden;
}

#section31 .productsTable p {
    margin: 10px 0 47px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.quote-tab {
    width: 100%;
}

#section31 .dataTable {
    max-width: 600px;
    border: 1px solid #e5e5e5;
}

.quote-tab ul {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.quote-tab ul li {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
    display: inline-block;
    width: 20%;
    box-sizing: content-box;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    font-weight: 500;
}

.quote-tab ul li:nth-of-type(5) {
    border-right: none;
}

.quote-tab ul li.active {
    background: #ffffff;
    color: #196ffc;
    border-bottom: 1px solid#196FFC;
}

.quote-list ul {
    width: 100%;
}

.quote-list ul li {
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    border-top: none;
    background: #ffffff;
    transition: background 0.25s;
    -moz-transition: background 0.25s;
    /* Firefox 4 */
    -webkit-transition: background 0.25s;
    /* Safari and Chrome */
    -o-transition: background 0.25s;
    /* Opera */
}

.quote-list ul li:hover {
    background: #f6f8fa;
}

.quote-list ul li a {
    color: #333333;
}

.quote-list ul li span {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 12px;
}

.quote-list ul li .name {
    width: 22%;
    text-align: center;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    overflow-x: hidden;
}

.quote-list ul li .sell {
    width: 18%;
    text-indent: 10px;
    font-weight: 300;
}

.quote-list ul li .buy {
    text-align: center;
    width: 18%;
    font-weight: 300;
}

.quote-list ul li .rate {
    width: 18%;
    text-align: center;
    font-weight: 300;
}

.quote-list ul li .trade-btn {
    display: inline-block;
    width: 60px;
    font-size: 12px;
    background: #ffffff;
    color: #196ffc;
    border: 1px solid #196ffc;
    line-height: 30px;
    outline: none;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    transition: background 0.25s;
    -moz-transition: background 0.25s;
    /* Firefox 4 */
    -webkit-transition: background 0.25s;
    /* Safari and Chrome */
    -o-transition: background 0.25s;
    /* Opera */
}

.quote-list ul li .trade-btn:hover {
    background: #0047bb;
    color: #ffffff;
}

.up {
    color: #499644;
}

.down {
    color: #c9263d;
}

#section31 .form-group input {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    line-height: 48px;
    outline: none;
    padding-left: 5px;
    font-size: 16px;
    text-indent: 20px;
}

#section31 .form-group {
    margin-bottom: 0;
}

#section31 .form-group img {
    position: absolute;
    right: 20px;
    top: 10px;
}

#section31 .dataTable {
    position: relative;
}

#section31 .list {
    margin-top: 54px;
}

#section31 .list ul li {
    font-weight: 400;
    font-size: 14px;
    float: left;
    margin-left: 57px;
}

#section31 .list ul {
    margin: 0 auto;
    width: 794px;
}

#section31 .list-mobile ul li .p1 {
    font-size: 16px;
    font-weight: 500;
}

#section31 .list-mobile ul li .p2 {
    font-size: 14px;
    font-weight: 300;
}

#section31 .list-mobile ul li:nth-of-type(2) {
    margin-top: 14px;
}

#section31 .list-mobile ul li:nth-of-type(3) {
    margin-top: 14px;
}

#section31 .section-child .part-line {
    background: #e8e8e8;
    max-width: 80%;
    height: 1px;
    margin: 0 auto;
    margin-top: 60px;
}

#section31 .list-mobile ul {
    text-align: center;
    margin-top: 18px;
}

#section31 .link h4 {
    text-align: center;
    color: #196ffc;
    padding-top: 36px;
}

#section31 .link h4 a {
    cursor: pointer;
}

#section31 .block4 {
    margin: 0 auto;
    padding-top: 108px;
}

#section31 .block4 .left {
    float: left;
    width: 51%;
    padding-left: 7%;
    padding-right: 3%;
}

#section31 .block4 .right h3 {
    font-weight: 500;
}

#section31 .block4 .right p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

#section31 .block4 .right {
    float: right;
}

#section31 .block4 img {
    width: 100%;
    height: 630px;
}

#section31 .block4 .link h4 {
    text-align: left;
    color: #196ffc;
    padding-top: 24px;
}

#section31 .block4 .link h4 a {
    cursor: pointer;
}


/* 适配移动端 */

@media (max-width: 768px) {
    #section31 .productsTable p {
        margin: 10px 15px 47px 15px;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
    }

    #section31 .dataTable {
        width: 100%;
        border: 1px solid #e5e5e5;
    }

    .quote-tab ul li {
        margin: 0;
        padding: 0;
        font-size: 12px;
        display: inline-block;
        width: 20%;
        box-sizing: content-box;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
        font-weight: 500;
    }

    .quote-list ul li span {
        font-size: 12px;
    }

    .quote-list ul li .trade-btn {
        font-size: 12px;
        line-height: 22px;
        width: 48px;
    }

    .quote-list ul li .rate {
        width: 14%;
    }

    #section31 .block4-mobile {
        max-width: 100%;
        padding-top: 60px;
        text-align: center;
    }

    #section31 .block4-mobile .right {
        float: none;
        padding: 0;
        width: 100%;
        margin-top: 53px;
        padding: 0 30px 0 30px;
    }

    #section31 .block4-mobile .left {
        padding: 0 15px 0 15px;
        width: 100%;
        float: none;
    }

    #section31 .block4-mobile .link h4 {
        text-align: center;
    }

    #section31 .block4-mobile img {
        width: 100%;
    }

    #section31 .block4-mobile .left p {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

    #section31 .link h4 {
        padding-top: 30px;
    }

    #section31 .section-child {
        background: #ffffff;
        padding: 61px 0 203px 0;
    }

    .quote-list ul li .name {
        width: 18%;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
        float: left;
        text-align: center;
    }
}

@media (max-width: 544px) {
    #section31 .section-child {
        background: #ffffff;
        padding: 61px 0 106px 0;
    }
}

.modal .og-pad h3 {
    font-size: 20px;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 29px;
    margin-bottom: 45px;
}

.modal.show .modal-dialog {
    max-width: 1000px;
}

.modal .content-box {
    border: 1px solid #dcdcdc;
    margin: 0 20px 40px;
}

.modal .modal-content {
    padding: 0;
    background: #fff !important;
}

.content-nav .nav-btn {
    width: 50%;
    float: left;
    background: rgba(225, 77, 75);
    height: 52px;
    line-height: 52px;
    font-size: 13px;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 52px;
    cursor: pointer;
}

.content-nav .nav-btn.active {
    background: rgba(195, 61, 61);
}

.content-box .modal-content-info,
.content-box .modal-content-table {
    padding: 30px 40px 10px 35px;
}

.modal-content-info .modal-content-title {
    font-size: 13px;
    color: #666;
    line-height: 16px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.modal .modal-content .modal-content-info p,
.modal .modal-content .modal-content-info span {
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #666;
    line-height: 16px;
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 22px;
}

.modal .modal-content .modal-content-info p span {
    color: #666;
    margin-right: 3px;
}

.modal .modal-content-info table {
    width: 100%;
    border-color: #dcdcdc;
    background: #dcdcdc;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.modal .modal-content-info thead th {
    height: 35px;
    background: #999;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.modal .modal-content-info tbody th span {
    font-size: 12px;
    color: #999;
}

.modal .modal-content-info tbody th {
    height: 58px;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    background: #fbfbfb;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #dcdcdc;
}

.modal .modal-content-info tbody td {
    background: #fff;
    height: 45px;
    line-height: 45px;
    color: #666;
    font-weight: 500;
    font-size: 13px;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #dcdcdc;
}

.modal .modal-content-table {
    display: none;
}

.modal .modal-content-table table {
    width: 100%;
    border-color: #dcdcdc;
    background: #dcdcdc;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.modal .modal-content-table table th {
    height: 58px;
    text-align: center;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    background: #fbfbfb;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #dcdcdc;
}

.modal .modal-content-table table td {
    height: 45px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: #fff;
    font-family: roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    border: 1px solid #dcdcdc;
}

.modal .nav-btn {
    height: 55px;
    background: rgba(225, 77, 75);
    line-height: 55px;
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
}

.modal .time {
    font-style: normal;
}


/* .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
} */


/* m-header*/

.m-header {
    height: 60px;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 999;
}

.m-header .ad-entry img {
    width: 34px;
    height: 34px;
    margin: 13px 20px;
    vertical-align: top;
}

.m-header .ad-entry .title {
    font-size: 18px;
    font-family: SourceHanSansSC-Regular;
    font-weight: 500;
    color: rgba(56, 56, 56, 1);
    display: inline-block;
    line-height: 60px;
    margin-top: 0;
}

.m-header .ad-entry .btn {
    width: 70px;
    height: 35px;
    line-height: 35px;
    background: linear-gradient(7deg, rgba(255, 110, 0, 1), rgba(252, 152, 33, 1));
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
    border-radius: 3px;
    font-size: 18px;
    font-family: SourceHanSansSC-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    border: 0;
    vertical-align: top;
    margin-top: 12px;
    float: right;
    margin-right: 18px;
    width: auto;
    padding: 0 5px;
    font-size: 16px;
}

.m-header .ad-entry .btn:not([href]):not([tabindex]):focus,
.m-header .ad-entry .btn:not([href]):not([tabindex]):hover {
    color: #fff;
}


/* header*/

@media (max-width: 360px) {
    .m-header .ad-entry .title {
        font-size: 14px;
    }

    .m-header .ad-entry .btn {
        font-size: 14px;
    }
}


/* .header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    border-bottom: 1px solid #ccc;
} */

.header .logo {
    width: 250px;
    height: 45px;
}

#section31 h3::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    margin: 20px auto 0;
    background: #1b76fb;
}

#section31 .background-box {
    background: rgba(247, 247, 247, 1);
    overflow: hidden;
    min-height: 650px;
    ;
}

#section31 .block4 {
    background-color: #f7f7f7;
    padding: 0;
}

#section31 .block4 .left {
    width: 50%;
    padding: 0;
}

#section31 .block4 .right {
    padding-left: 125px;
    padding-top: 91px;
    width: 50%;
}

#section31 .block4 .right h3 {
    font-size: 35px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

#section31 .block4 .right h3::after {
    margin: 20px 0 0;
}

#section31 .block4 .right p {
    font-size: 20px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    opacity: 0.7;
    margin: 35px 0 46px;
}

#section31 .block4 .right a {
    width: 150px;
    height: 42px;
    line-height: 42px;
    box-shadow: -2px 2px 5px 0px rgba(0, 0, 0, 0.15);
    opacity: 0.9;
    border-radius: 2px;
    margin-right: 40px;
    font-size: 25px;
    font-weight: 400;
    display: inline-block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

#section31 .block4 .right a:hover {
    opacity: 1;
}

#section31 .block3 {
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 90px;
    background-color: #fff;
}

#section31 .block3 h3 {
    font-size: 40px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 600;
    color: #292929;
    line-height: 57px;
    text-align: center;
    margin-bottom: 60px;
}

#section31 .block3 h3::after {
    margin-top: 18px;
}

#section31 .block3 ul li {
    width: 350px;
    min-height: 220px;
    cursor: pointer;
}

#section31 .block3 ul li a {
    text-decoration: none;
}

#section31 .block3 ul li a>span {
    background: #286BFF;
    min-height: 130px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 30px 0;
    display: block;
}

#section31 .block3 ul li h5 {
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

#section31 .block3 ul li p {
    font-size: 18px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 12px;
}

#section31 .block3 ul {
    display: flex;
    justify-content: space-between;
}

#section31 .block3 ul li img {
    width: 100%;
    height: 216px;
}

#section31 .block3 ul li h4 {
    font-size: 25px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    height: 36px;
    margin-bottom: 22px;
}

#section31 .block3 ul li p {
    opacity: 1;
    font-size: 18px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    background: #286BFF;
}

#section31 .block3 ul li h4::before {
    content: '';
    display: inline-block;
    height: 36px;
    width: 36px;
    background-color: #f7f7f7;
    background-image: url(../img/section3-img1.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-right: 20px;
    vertical-align: top;
    border-radius: 50%;
}

#section31 .block3 ul li:nth-child(1) h4::before {
    background-image: url(../img/section3-img1.png);
    background-size: 27px 22px;
}

#section31 .block3 ul li:nth-child(2) h4::before {
    background-image: url(../img/section3-img2.png);
    background-size: 17px 19px;
}

#section31 .block3 ul li:nth-child(3) h4::before {
    background-image: url(../img/section3-img3.png);
    background-size: 23px 22px;
}

#section31 .block3 ul li:nth-child(4) h4::before {
    background-image: url(../img/section3-img4.png);
    background-size: 25px 21px;
}

#section31 .block3 ul li:hover h4 {
    color: #fff;
}

#section31 .block3 ul li:hover p {
    color: #fff;
}

#section31 .block5 {
    width: 100%;
    height: auto;
    max-width: 1220px;
    min-height: 650px;
    margin: 0 auto;
    position: relative;
}

#section31 .block1 .left {
    float: none;
    width: 50%;
    padding-left: 18px;
    padding-top: 95px;
}

#section31 .block5 .left {
    width: 50%;
    padding: 100px 0 0 20px;
}

#section31 .block1 h3 {
    height: 34px;
    font-size: 34px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 34px;
}

#section31 .block5 h3 {
    width: 569px;
    line-height: 46px;
    ;
    font-size: 40px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 600;
    color: #333333;
}

#section31 .block1 h3::after,
#section31 .block5 h3::after {
    margin: 30px 0 0 0;
}

#section31 .block1 h3::after {
    margin: 20px 0 0 0;
    display: none;
}

#section31 .block1 .left p.split-line {
    margin-top: 33px;
}

#section31 .block1 .left p {
    width: 455px;
    height: auto;
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 300;
    color: rgba(110, 110, 110, 1);
    line-height: normal;
    margin-bottom: 20px;
}

#section31 .block1 .left p:last-child {
    margin-bottom: 108px;
}

#section31 .block1 {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    height: 650px;
}

#section31 .block1 .left {
    padding: 0;
    height: 100%;
}

#section31 .block1 .img-container {
    height: 100%;
}

#section31 .block1 .img-container img {
    height: 100%;
    width: auto;
}

#section31 .block1 .right {
    text-align: right;
}

#section31 .block1 .right h3 {
    width: auto;
    font-size: 50px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 600;
    color: #292929;
    line-height: 59px;
}

#section31 .block1 .right a {
    width: 260px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(4deg, #E67406, #F97E24);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    font-size: 35px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: block;
    float: right;
    margin-top: 55px;
    text-decoration: none;
}

#section31 .block5 .left p {
    margin-top: 47px;
    width: 510px;
    height: auto;
    font-size: 25px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: #828282;
    line-height: 60px;
    opacity: 0.7;
}

#section31 .block5 .left .tradeBtn {
    margin-top: 33px;
    font-size: 30px;
}

#section31 .block5 .left p:last-child {
    width: 100%;
    height: auto;
    line-height: normal;
    font-size: 18px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(157, 157, 157, 1);
    margin-top: 32px;
    margin-bottom: 110px;
    opacity: 1;
}

#section31 .block1 .right {
    width: 800px;
    height: 400px;
    padding: 0;
    position: absolute;
    top: 150px;
    ;
    left: 36%;
}

#section31 .block5 .right {
    width: 850px;
    height: 500px;
    padding: 0;
    position: absolute;
    top: 93px;
    right: -100px
}

#section31 .block5 .right img {
    width: 100%;
    height: auto;
}

#section31 .block1 .right img {
    width: 800px;
    height: 400px;
    overflow: hidden;
}

#section31 .block2 {
    max-width: 1220px;
    margin: 0 auto;
}

#section31 .block2 .left {
    float: left;
    width: 50%;
    height: auto;
    margin: 100px 0 0;
    /* margin: 20px 0 0; K线图后期优化 */
    position: relative;
}

#section31 .block2 .left iframe {
    width: 100%;
    height: 500px;
}

#section31 .block2 .left img {
    width: 675px;
    height: auto;
}

#section31 .block2 .right {
    float: left;
    width: 50%;
    padding: 100px 0 0 100px;
    /* padding: 120px 0 0 80px; K线图后期优化*/
}

#section31 .block2 .right h3,
#section31 .block4 .right h3 {
    font-size: 35px;
    font-weight: 600;
    font-family: IBM Plex Sans Thai Looped;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    margin-bottom: 44px;
}

#section31 .block2 .right h3 {
    font-size: 35px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 600;
    color: #333333;
    line-height: 36px;
}

#section31 .block2 .right h3,
#section31 .block1 h3 {
    font-weight: bold;
}

#section31 .block1 h3 {
    width: 290px;
    height: auto;
    font-size: 35px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
}

#section31 .block4 .right h3::after {
    margin: 31px 0 0;
}

#section31 .block2 .right h3::after {
    margin: 32px 0 0;
}

#section31 .block2 .right ul li,
#section31 .block4 .right ul li {
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(45, 44, 44, 1);
    line-height: 25px;
    opacity: 0.7;
    margin-bottom: 15px;
    ;
}

#section31 .block4 .right ul li {
    font-family: Trirong;
    font-weight: 300;
    line-height: 42px;
}

#section31 .block2 .right ul li::before,
#section31 .block4 .right ul li::before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    background: url(../img/li-icon.png) no-repeat;
    background-size: cover;
    margin-right: 21px;
}

#section31 .block2 .right ul li {
    position: relative;
    padding-left: 50px;
}

#section31 .block2 .right ul li::before {
    position: absolute;
    left: 0;
    top: 5px;
}

#section31 .block2 .left .animated-icon1 {
    position: absolute;
    width: 165px;
    height: 125px;
    top: -45px;
    left: 75px;
    background: url(../img/section2-img3.png) no-repeat;
    background-size: cover;
}

#section31 .block2 .left .animated-icon2 {
    position: absolute;
    width: 227px;
    height: 230px;
    top: 15px;
    right: -20px;
    background: url(../img/section2-img4.png) no-repeat;
    background-size: cover;
}

#section31 .block2 .left .animated-icon3 {
    position: absolute;
    width: 268px;
    height: 233px;
    bottom: 0;
    left: -93px;
    background: url(../img/section2-img5.png) no-repeat;
    background-size: cover;
}

body {
    min-width: 1220px;
}


/* .header .section-child {
    height: 65px;
    line-height: 65px;
} */

.header img.logo {
    margin-top: 18px;
    width: 160px;
    height: 30px;
    vertical-align: top;
}

.header .nav li {
    height: 45px;
    margin-right: 64px;
}

.header .nav li img {
    width: 20px;
    height: 20px;
}

.header .nav li .btn {
    width: 120px;
    height: 45px;
    line-height: 40px;
    display: inline-block;
    background: linear-gradient(4deg, rgba(5, 112, 255, 1), rgba(54, 130, 255, 1));
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 0;
}

#section31 .block2 .left .animated-icon>div:hover {
    transition: all 0s ease 0s, all 0.2s ease 0s;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    cursor: pointer;
}

@media (max-width: 768px) {
    body {
        min-width: auto;
    }

    .header .section-child {
        max-width: none;
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    .header .m-auto {
        padding: 0 20px !important;
    }

    .header img.logo {
        width: 150px;
        height: 27px;
        margin-top: 4px;
    }

    .header .header-btn {
        width: 65px;
        height: 35px;
        line-height: 35px;
        float: right;
        background: linear-gradient(91deg, rgba(255, 139, 82, 1), rgba(252, 103, 47, 1));
        box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18);
        border-radius: 3px;
        color: #ffffff;
    }

    .header .header-btn::after {
        content: '';
        display: inline-block;
        height: 11.5px;
        width: 8px;
        background: url(../img/section52/download-icon.png) no-repeat;
        background-size: cover;
        margin-left: 7px;
    }

    #section31 h3::after {
        height: 1px;
        width: 40px;
    }

    #section31 .block4 {
        padding: 50px;
        position: relative;
    }

    #section31 .block4 .left {
        margin-top: 127px;
        width: 100%;
    }

    #section31 .block4 .right {
        width: 100%;
        padding: 0 35px;
    }

    #section31 .block4 .right h3 {
        font-size: 23px;
        text-align: center;
        line-height: 23px;
        position: absolute;
        top: 47px;
        left: 0;
        right: 0;
    }

    #section31 .block4 .right p {
        font-size: 15px;
        line-height: 17px;
        text-align: center;
    }

    #section31 .block4 .right a {
        width: 130px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        margin: 0 10px;
    }

    #section31 .block4 .right a:first-child {
        margin-left: 0;
    }

    #section31 .block4 .right a:last-child {
        margin-right: 0;
    }

    #section31 .block4 .right h3::after,
    #section31 .block3 .right h3::after,
    #section31 .block1 h3::after,
    #section31 .block5 h3::after,
    #section31 .block2 .right h3::after {
        margin-left: auto;
        margin-right: auto;
    }

    #section31 .block3 h3 {
        font-size: 23px;
    }

    #section31 .block3 h3::after {
        margin-top: 30px;
    }

    #section31 .block3 ul {
        padding: 32px 15px 17px;
        display: flex;
        flex-direction: column;
    }

    #section31 .block3 ul li {
        width: 100%;
        margin: 0 0 40px;
        padding: 0;
        min-height: 155px;
    }

    #section31 .block3 ul li:hover {
        background: none;
        border-color: rgba(212, 212, 212, 1);
    }

    #section31 .block3 ul li:hover h4,
    #section31 .block3 ul li:hover p {
        color: #333333;
    }

    #section31 .block3 ul li:nth-child(2n) {
        margin-right: 0;
    }

    #section31 .block3 ul li:nth-child(2n + 1) {
        margin-left: 0;
    }

    #section31 .block3 ul li h4 {
        font-size: 18px;
        line-height: 18px;
        position: relative;
        padding-left: 55px;
        padding-right: 10px;
        margin-top: 20px;
        margin-bottom: 15px;
        height: 36px;
        word-break: break-all;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }

    #section31 .block3 ul li h4::before {
        position: absolute;
        top: 0;
        left: 0;
        margin-left: 10px;
    }

    #section31 .block3 ul li p {
        font-size: 13px;
        padding: 0 10px 10px;
        line-height: 18px;
    }

    #section31 .block3 ul li:last-child h4 {
        line-height: 36px;
    }

    #section31 .block1,
    #section31 .block5 {
        max-width: none;
        min-height: 445px;
    }

    #section31 .block1 .left,
    #section31 .block5 .left {
        width: 100%;
        padding: 0;
    }

    #section31 .block1 .right,
    #section31 .block5 .right {
        width: 100%;
    }

    #section31 .block1 h3,
    #section31 .block5 h3 {
        font-size: 23px;
        text-align: center;
        line-height: 1;
        margin-top: 40px;
    }

    #section31 .block1 h3::after,
    #section31 .block5 h3::after {
        margin-top: 18px;
    }

    #section31 .block1 .left p,
    #section31 .block5 .left p {
        margin-top: 23px;
        font-size: 15px;
        line-height: 18px;
        width: auto;
        margin: 23px 50px 0;
        text-align: center;
    }

    #section31 .block1 .right img,
    #section31 .block5 .right img {
        display: none;
    }

    #section31 .block2 {
        max-width: none;
        position: relative;
    }

    #section31 .block2 .left {
        width: 100%;
        margin-top: 130px;
    }

    #section31 .block2 .left img {
        width: 95%;
        height: 288px;
        float: right;
    }

    #section31 .block2 .right {
        width: 100%;
        padding: 0;
    }

    #section31 .block2 .right h3 {
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 23px;
        line-height: 1;
        position: absolute;
        top: 53px;
        left: 0;
        right: 0;
    }

    #section31 .block2 .right h3::after {
        margin-top: 21px;
    }

    #section31 .block2 .left .animated-icon1 {
        background-image: url(../img/section52/item_icon1-m.png);
        width: 57px;
        height: 46px;
        top: -17px;
        left: 55px;
    }

    #section31 .block2 .left .animated-icon2 {
        background-image: url(../img/section52/item_icon2-m.png);
        width: 87px;
        height: 87px;
        top: 24px;
        right: 5px;
    }

    #section31 .block2 .left .animated-icon3 {
        background-image: url(../img/section52/item_icon3-m.png);
        width: 88px;
        height: 99px;
        bottom: 5px;
        left: 0;
    }

    #section31 .block2 .right ul li,
    #section31 .block4 .right ul li {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 6px;
        margin-left: 24px;
        margin-right: 29px;
    }

    #section31 .block2 .right ul li::before,
    #section31 .block4 .right ul li::before {
        height: 12px;
        width: 12px;
        top: 6px;
    }

    #section31 .block2 .right .download {
        width: 187px;
        height: 47px;
        line-height: 47px;
        margin: 0 auto;
        display: block;
        text-align: center;
        background: linear-gradient(88deg, rgba(61, 111, 248, 1), rgba(45, 80, 251, 1), rgba(61, 111, 248, 1));
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
        border-radius: 5px;
        font-size: 20px;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        margin-top: 45px;
    }

    #section31 .block2 .left .animated-icon>div:hover {
        transition: all 0 ease 0;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
    }

    .modal.show .modal-dialog {
        max-width: none;
        width: auto;
        margin-left: 20px !important;
        margin-right: 20px !important;
    }

    .modal .content-box {
        margin: 0;
        border: 0;
    }

    .modal-body .pt-5 {
        padding: 0 !important;
    }

    .modal .og-pad h3 {
        font-size: 14px;
        font-family: source-han-sans-simplified-c, sans-serif;
        font-weight: 400;
        color: rgba(102, 102, 102, 1);
        line-height: 19px;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .modal .modal-body .close {
        top: 10px !important;
    }

    .content-nav .nav-btn {
        height: 36px;
        line-height: 36px;
    }

    .content-box .modal-content-info,
    .content-box .modal-content-table {
        padding: 0;
    }

    .modal-content-info .modal-content-title {
        font-size: 14px;
        margin-top: 15px;
    }

    .modal .modal-content .modal-content-info p {
        padding-left: 20px;
        position: relative;
        font-family: source-han-sans-simplified-c, sans-serif;
        font-weight: 400;
        line-height: 20px;
        min-height: 20px;
    }

    .modal .modal-content .modal-content-info p>span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 13px;
        line-height: 20px;
    }

    .modal .modal-content .modal-content-info .time {
        left: 20px;
    }

    .modal .modal-content-info thead th {
        display: none;
    }

    .modal .modal-content-info table {
        border-collapse: collapse;
        background: #fbdbdb;
    }

    .modal .modal-content-info tbody th {
        height: 36px;
        font-size: 12px;
        color: #fff;
        background: #999;
        font-weight: 600;
        line-height: 8px;
        position: relative;
        border-right: 1px solid #dcdcdc;
    }

    .modal .modal-content-info tbody th span {
        font-size: 10px;
        color: #fff;
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
    }

    .modal .modal-content-info tbody tr:nth-child(2n + 1) td {
        background: rgba(246, 246, 246, 1);
    }

    .modal .modal-content-table table th {
        height: 30px;
        line-height: 30px;
        color: #666;
        font-size: 12px;
    }

    .modal .modal-content-table table td {
        color: #999;
        font-size: 12px;
        height: 30px;
        line-height: 30px;
    }

    #section31 .block4 .right .link {
        text-align: center;
    }
}

@media (max-width: 375px) {
    #section31 .block4 .right a {
        width: 130px;
        margin: 0 5px;
    }
}

@media (max-width: 350px) {
    #section31 .block4 .right a {
        width: 120px;
        margin: 0;
    }

    #section31 .block1,
    #section31 .block5 {
        background-size: 100% auto;
    }
}

.form-group .vaild-tips {
    display: block;
    margin: 0 auto;
    color: red;
    text-align: center;
}

.active .animated.scale-1 {
    animation: scale1 1s;
    -moz-animation: scale1 1s;
    /* Firefox */
    -webkit-animation: scale1 1s;
    /* Safari and Chrome */
    -o-animation: scale1 1s;
    /* Opera */
}

.active .animated.scale-2 {
    animation: scale2 1s;
    -moz-animation: scale2 1s;
    /* Firefox */
    -webkit-animation: scale2 1s;
    /* Safari and Chrome */
    -o-animation: scale2 1s;
    /* Opera */
}


/*** animation  scale-1  ***/

@keyframes scale1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}


/* Firefox */

@-moz-keyframes scale1 {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.1);
    }

    100% {
        -moz-transform: scale(1);
    }
}


/* Safari 和 Chrome */

@-webkit-keyframes scale1 {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
    }
}


/* Opera */

@-o-keyframes scale1 {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.1);
    }

    100% {
        -o-transform: scale(1);
    }
}


/*** animation  scale-2  ***/

@keyframes scale2 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


/* Firefox */

@-moz-keyframes scale2 {
    0% {
        -moz-transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
    }
}


/* Safari 和 Chrome */

@-webkit-keyframes scale2 {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}


/* Opera */

@-o-keyframes scale2 {
    0% {
        -o-transform: scale(1);
    }

    50% {
        -o-transform: scale(1.2);
    }

    100% {
        -o-transform: scale(1);
    }
}


/* section28 start*/

#section28 {
    height: auto;
    min-height: 650px;
    background: url(../img/background-img.jpg) no-repeat center center/cover;
}

#section28 .section-child {
    max-width: 1220px;
    margin: 0 auto;
    min-height: 650px;
    align-items: center;
    position: relative;
}


/* #section28 .section-item {
    max-width: 600px;
    color: #FFFFFF;
} */

#section28 .right-item {
    float: left;
    width: 500px;
    height: 600px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 21px 29px 45px 14px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 44px 55px 50px 55px;
    margin-top: 80px;
}

#section28 .left-item {
    margin: 0 79px 0 0;
    float: left;
}

#section28 .left-item h3 {
    width: 660px;
    font-size: 60px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 600;
    color: #FEFEFE;
    line-height: 80px;
}

#section28 .left-item p {
    font-size: 40px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: #FEFEFE;
}

#section28 .left-item a {
    width: 260px;
    height: 62px;
    line-height: 62px;
    display: block;
    text-align: center;
    background: linear-gradient(72deg, #E67406, #FF822E);
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 30px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    margin: 65px 0;
}

#section28 .left-item .banner-tips {
    width: 555px;
    font-size: 12px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0.5;
    line-height: 16px;
    ;
}

#section28 .left-item ul li {
    margin-top: 45px;
    overflow: hidden;
}

#section28 .left-item ul li img {
    width: 56px;
    height: 56px;
    margin-right: 33px;
    float: left;
}

#section28 .left-item ul li p {
    display: inline-block;
    width: 550px;
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

#section28 .row .right-item .content-title .title {
    width: 237px;
    font-size: 25px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: normal;
}

#section28 .right-item .title::after {
    content: '';
    display: block;
    width: 84px;
    height: 3px;
    background: rgba(30, 121, 255, 1);
    margin-top: 14px;
}

#section28 .banner-img {
    position: absolute;
    top: 100px;
    right: 0;
}

#section28 .banner-img img {
    height: 490px;
    width: auto;
}


/* section28 -end */


/* footer -start*/

.footer {
    width: 100%;
    margin: 0 auto;
    background: rgba(249, 249, 249, 1);
}

.footer .row {
    margin: 0 auto;
    max-width: 1220px;
    padding: 97px 34px 136px 35px;
}

.footer .row .logo {
    margin-top: 0;
    margin-bottom: 40px;
}

.footer .row .col-lg-2 {
    padding: 0;
}

.footer .row .col-lg-10 {
    padding: 0;
}

.footer .row .col-lg-12 {
    padding: 0;
}

.footer .community img {
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 16px;
}

.footer .community p {
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 500;
    color: rgba(77, 85, 90, 1);
    margin-bottom: 20px;
}

.footer ul li {
    text-align: center;
    float: right;
}

.footer ul li a {
    display: block;
    text-align: center;
    color: #4d555a;
    padding: 12px 16px;
}

.footer ul li a:nth-of-type(1) {
    font-size: 16px;
    font-family: source-han-sans-simplified-c, sans-serif;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
}

.footer .a-link a {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
}

.footer .warning p {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    font-size: 14px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 200;
    color: rgba(77, 85, 90, 1);
    line-height: 24px;
    margin-bottom: 10px;
}

.footer .a-link {
    margin-top: 20px;
    text-align: left;
}

.footer .a-link a {
    height: auto;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    color: rgba(140, 155, 165, 1);
    line-height: 18px;
    cursor: pointer;
}

.footer .sponsor {
    max-width: 1220px;
    margin: 0 auto;
    padding: 30px 30px;
}

.footer .sponsor img {
    display: inline-block;
}

.footer .sponsor img:first-child {
    width: 148px;
    height: 63px;
    margin-right: 88px;
}

.footer .sponsor img:nth-child(2) {
    width: 240px;
    height: 63px;
    margin-right: 94px;
}

.footer .sponsor img:nth-child(3) {
    width: 128px;
    height: 57px;
    margin-right: 89px;
}

.footer .sponsor img:nth-child(4) {
    width: 121px;
    height: 51px;
    margin-right: 121px;
}

.footer .sponsor img:last-child {
    width: 105px;
    height: 54px;
}


/* footer -end*/


/* forex -start */

.forex-ad {
    width: 100%;
    line-height: 121px;
    text-align: center;
    font-family: IBM Plex Sans Thai Looped, sans-serif;
    background: rgba(45, 80, 254, 1);
}

.forex-ad a {
    display: inline-block;
    width: 200px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 60px;
    padding: 0 20px 0 17px;
    margin-left: 39px;
    margin-top: 0;
    background: rgba(255, 117, 0, 1);
    box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    text-decoration: none;
}

.forex-ad span {
    display: inline-block;
    color: #ffffff;
    font-size: 30px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 56px;
}

.forex-ad img {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 9px 0 0;
}


/* forex -end */

.tradeBtn {
    display: block;
    width: 200px;
    height: 60px;
    background: linear-gradient(4deg, rgba(255, 117, 0, 1), rgba(255, 117, 0, 1));
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    font-size: 25px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
    padding: 10px 20px;
    margin-top: 56px;
    text-decoration: none;
    text-align: center;
}

.tradeBtn:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

#section31 .block3 .content-list {
    padding: 0 35px 0;
    margin-top: 99px;
    overflow: hidden;
}

#section31 .block3 .content-list li {
    width: 549px;
    height: 220px;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 5px;
    margin-bottom: 41px;
    display: inline-block;
    text-align: center;
}

#section31 .block3 .content-list li:nth-child(1) {
    padding: 33px 55px;
}

#section31 .block3 .content-list li:nth-child(2) {
    padding: 33px 55px;
}

#section31 .block3 .content-list li:nth-child(3) {
    padding: 33px 56px;
}

#section31 .block3 .content-list li:nth-child(4) {
    padding: 33px 55px;
}

#section31 .block3 .content-list li:nth-child(1),
#section31 .block3 .content-list li:nth-child(3) {
    margin-right: 40px;
}

#section31 .content-list li p {
    width: 100%;
    text-align: center;
}

#section31 .content-list li p span {
    font-size: 30px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 36px;
    opacity: 1;
}

#section31 .block3 .content-list li:nth-child(2) {
    background: rgba(13, 114, 255, 1);
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

#section31 .block3 .content-list li:nth-child(2) span {
    font-size: 30px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 36px;
}

#section31 .content-list li:nth-child(1) img {
    width: 49px;
    height: 46px;
    margin-right: 20px;
}

#section31 .content-list li:nth-child(2) img {
    width: 43px;
    height: 46px;
    margin-right: 30px;
}

#section31 .content-list li:nth-child(3) img {
    width: 46px;
    height: 46px;
    margin-right: 35px;
}

#section31 .content-list li:nth-child(4) img {
    width: 43px;
    height: 46px;
    margin-right: 20px;
}

#section31 .content-list li img {
    display: inline-block;
    vertical-align: bottom;
}

#section31 .content-list li div {
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(134, 134, 134, 1);
    line-height: normal;
}

#section31 .content-list li:first-child div {
    margin-top: 33px;
}

#section31 .content-list li:nth-child(2) div {
    margin-top: 23px;
}

#section31 .content-list li:nth-child(3) div {
    margin-top: 18px;
}

#section31 .content-list li:nth-child(4) div {
    margin-top: 18px;
    width: 417px;
}

#section31 .block3 .content-list li:nth-child(2) div {
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 300;
    color: rgba(255, 255, 255, 1);
    line-height: 28px;
    margin-top: 23px;
}

#section83 .content-list li div {
    width: 205px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.actionInfo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.actionInfo .tradeBtn {
    margin-top: 18px;
    margin-left: 510px;
    margin-bottom: 20px;
    background: rgba(255, 117, 0, 1);
    box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.actionInfo p {
    width: 569px;
    height: auto;
    font-size: 18px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(190, 190, 190, 1);
    line-height: unset;
    margin: 0 auto;
}

.header {
    background: rgba(247, 247, 247, 1);
    text-align: center;
}

.header .logo {
    vertical-align: middle;
    float: left;
    width: 220px;
    height: 45px;
}

.header .row {
    max-width: 1220px;
    margin: 0 auto;
    height: 74px;
    padding: 0 66px;
}


/* section38 */

#section28 .phone-box {
    margin-top: 40px;
}

#section38 .wrap-form {
    width: 100%;
    height: auto;
    box-shadow: none;
    margin: 0;
}

#section38 .block2 {
    padding: 0 80px 48px;
}

#section38 .block2 .form {
    max-width: 385px;
    margin: 0 auto;
}

#section38 .form .p2 a {
    width: 130px;
}

#section38 .block2 .form {
    margin: 0;
}

#section38 .block2 .form .btn-regist {
    height: 40px;
    background-color: #8cadee;
    border-radius: 3px;
    border-color: #8cadee;
    font-size: 14px;
    margin-bottom: 10px;
}

#section38 .block2 {
    padding: 0;
}

#section38 {
    background: #fff;
}

#section38 .block2 .form .btn-regist {
    background-color: #8cadee;
    border-color: #8cadee;
}

#section38 .download-pc {
    position: relative;
    display: inline-block;
    width: 148px;
    height: 49px;
}

#section38 img.banner {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#section38 .download-code {
    border: 1px solid #999;
    position: absolute;
    padding: 20px;
    background: #ffffff;
    width: 190px;
    bottom: -205px;
    left: 0;
    display: none;
}

#section38 .download-code-triangle {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 20px;
    background: #ffffff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#section38 .download-code img {
    width: 150px;
    height: 150px;
}

#section38 .download-pc:hover .download-code {
    display: block;
}

#section38 .oauth-sign p {
    width: 385px;
    border-bottom: 1px solid #ffffff;
    position: relative;
    border-color: #e7e8ec;
    text-align: center;
    margin-bottom: 20px;
}

#section38 .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -10px;
    padding: 0 10px;
    background: #fff;
}

#section38 .account-href {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    text-decoration: underline;
    color: #185bdd;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 25px;
}

#section38 .form .input-group-prepend {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border: none;
    height: 40px;
}

#section38 .form .p1 input {
    display: inline-block;
    width: 78%;
    vertical-align: top;
    border: none;
    height: 38px;
    line-height: 38px;
    box-shadow: none;
    border-color: #ced4da;
}

#section38 .form .form-group {
    margin-bottom: 0;
}

#section38 .form .form-group.p1,
#section38 .form .form-group.p2 {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    height: 40px;
}

#section38 .form .form-group.p2 #sendCode {
    color: #007bff;
}

#section38 .dropdown-menu {
    top: 2px !important;
    left: -1px !important;
    width: 180px;
}

#section38 .block2 .form .form-control {
    box-shadow: none;
    border-color: #ced4da;
}

#section38 .item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5rem;
}

#section38 .item span {
    font-weight: 400;
    float: right;
}

#section38 .item:hover {
    background-color: #ced4da;
}

#section38 .form .p2 a {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    border-left: 1px solid #ced4da;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}

#section38 .form .p2 input {
    display: inline-block;
    width: 227px;
    vertical-align: middle;
    border: none;
    height: 38px;
    box-shadow: none;
    border-color: #ced4da;
    font-size: 15px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}

#section38 .form .p3 input {
    font-size: 15px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}

#section38 .vaild-tips {
    color: red;
    display: block;
    padding: 10px 0;
}

#section38 .fb {
    display: inline-block;
    margin: 0 10px;
    width: 130px;
    height: 45px;
    background: url(../img/facebook-logo.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section38 .ge {
    display: inline-block;
    margin: 0 10px;
    width: 130px;
    height: 45px;
    background: url(../img/google-loago.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section38 .block2 {
    max-width: none;
}

#section38 .block2 .form {
    width: 385px;
}

#section38 .block2 .form .btn-regist {
    max-width: 385px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(268deg, rgba(28, 120, 255, 1), rgba(30, 121, 255, 1));
    opacity: 0.75;
    border-radius: 2px;
    margin-bottom: 15px;
}

#section38 .oauth-sign p span {
    font-size: 15px;
    font-weight: 400;
    color: rgba(174, 174, 174, 1);
    line-height: 24px;
}

#section38 .fb {
    width: 180px;
    height: 35px;
    background: url(../img/facebook-logo.png) no-repeat;
    background-position: center;
    border: 1px solid rgba(231, 231, 231, 1);
    background-size: 69px 14px;
    margin-left: 0;
    vertical-align: top;
}

#section38 .ge {
    width: 180px;
    height: 35px;
    background: url(../img/google-loago.png) no-repeat;
    background-position: center;
    border: 1px solid rgba(231, 231, 231, 1);
    background-size: 51px 17px;
    margin-right: 0;
    vertical-align: top;
}

#section38 .oauth-href {
    width: 385px;
    color: #aeaeae;
    font-size: 15px;
    font-weight: 400;
    color: rgba(174, 174, 174, 1);
    line-height: 23px;
    text-align: center;
}

#section38 .oauth-href a {
    text-decoration: none;
}

#section38 .form .p1 input,
#section38 .form .p2 input,
#section38 .block2 .form .form-control {
    height: 48px;
    line-height: 48px;
}

#section38 .form .form-group.p1,
#section38 .form .form-group.p2 {
    height: 50px;
}

#section38 .form .input-group-prepend {
    height: 48px;
    line-height: 48px;
}

#section38 .form .form-group.p1 .area-btn {
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

#section38 .download-pc {
    width: 180px;
    height: 35px;
    border: 1px solid rgba(231, 231, 231, 1);
    margin-left: 0;
    margin-top: 1rem;
    padding: 0 43px;
}

#section38 .download-pc:last-child {
    margin-left: 20px;
}

#section38 .download-pc:last-child:first-child {
    margin-left: 0;
}

#section38 img.banner {
    height: 21px;
    width: 93px;
    margin-top: 5px;
}

#section38 .right-item .oauth-sign p span {
    color: #aeb0c0;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -10px;
    padding: 0 10px;
}


/* 20200714 */

.header {
    background: rgba(247, 247, 247, 1);
    text-align: center;
}

.header img.logo {
    margin-top: 18px;
    width: 221px;
    height: 39px;
    margin-bottom: 17px;
    margin-left: 16px;
}

.header .nav {
    float: right;
    line-height: 74px;
}

.header .nav li {
    float: left;
    height: auto;
}

.header .nav li .btn {
    width: 120px;
    height: 45px;
    line-height: 40px;
    display: inline-block;
    background: linear-gradient(4deg, rgba(255, 102, 0, 1), rgba(255, 117, 0, 1));
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    border: none;
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 0;
}

.header .nav li:last-child {
    margin-bottom: 0;
    margin-right: 9px;
}

.header .nav li .select-down {
    display: inline-block;
    line-height: 40px;
    font-size: 20px;
    font-family: IBM Plex Sans Thai Looped;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}

.header .nav li .tradeBtn {
    margin-top: 0;
}

.header .nav li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer .footer-row {
    margin: 0 auto;
    width: 100%;
    min-width: 1220px;
    padding: 90px 0 130px;
}

.footer .footer-row .logo {
    margin-top: 0;
    margin-bottom: 40px;
}

.footer .footer-row .col-lg-2 {
    padding: 0;
}

.footer .footer-row .col-lg-10 {
    padding: 0;
}

.footer .footer-row .col-lg-12 {
    padding: 0;
}

.footer .warning p.a-link {
    max-width: 1220px;
    width: 1110px;
    margin-bottom: 27px;
}

@media (max-width: 768px) {
    body {
        min-width: 0px;
    }

    body,
    html {
        overflow-x: hidden;
        font-size: 10px;
    }

    .mobile-navbar {
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 999;
    }

    .navbar {
        margin-top: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        background: rgba(247, 247, 247, 1);
    }

    .mobile-navbar .navbar-brand {
        width: 149px;
        height: 27px;
        display: block;
        margin-left: 23px;
        padding: 0;
        margin-right: 30px;
        margin-top: 17px;
        margin-bottom: 16px;
    }

    .mobile-navbar .navbar-brand img {
        width: 100%;
        height: 100%;
    }

    .mobile-navbar .a-btn {
        width: auto;
        height: auto;
        display: block;
        background: linear-gradient(4deg, rgba(255, 102, 0, 1), rgba(255, 117, 0, 1));
        box-shadow: none;
        line-height: 17.5px;
        padding: 9px;
        border-radius: 2.5px;
        font-size: 15px;
        font-weight: 500;
        font-family: IBM Plex Sans Thai Looped;
        color: rgba(255, 255, 255, 1);
        margin-top: 0;
        margin-right: 15px;
    }

    .mobile-navbar .navbar-toggler {
        padding: 0;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 2.5px;
    }

    .mobile-navbar .navbar-toggler img {
        width: 28px;
        height: 28px;
        margin-right: 20px;
    }

    /* #section28 */
    #section28 {
        width: 100%;
        height: auto;
        padding: 0;
        background: url(../img/background-img-m.jpg) no-repeat center;
        max-height: 570px;
        min-height: 570px;
        height: 100%;
        background-size: 100% 100%;
    }

    #section28 .section-child {
        max-width: none;
        margin: 0 auto;
        position: relative;
        align-items: initial;
        min-height: 570px;
        max-height: 570px;
        height: 100%;
    }

    #section28 .left-item {
        width: 100%;
        margin: 0;
        float: none;
        padding: 70px 21px 120px;
    }

    #section28 .left-item h3 {
        width: 305px;
        height: auto;
        margin: 0 auto;
        font-size: 28px;
        font-weight: 800;
        color: rgba(255, 255, 255, 1);
        line-height: normal;
        text-align: center;
    }

    #section28 .left-item ul {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    #section28 .left-item ul li {
        margin-top: 15px;
        text-align: center;
    }

    #section28 .left-item ul li:last-child {
        margin-top: 30px;
    }

    #section28 .left-item ul li:first-child img {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
        margin-right: 0;
        float: none;
    }

    #section28 .left-item ul li:last-child img {
        width: 52px;
        height: 52px;
        margin-bottom: 12px;
        margin-right: 0;
        float: none;
    }

    #section28 .left-item ul li p {
        display: block;
        width: 359px;
        margin: 0 auto;
        font-size: 15px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        float: none;
        text-align: center;
        line-height: normal;
        padding-left: 30px;
        padding-right: 30px;
    }

    #section28 .left-item ul li:nth-of-type(2) p {
        width: 344px;
    }

    #section28 .right-item {
        display: none;
        width: 386px;
        height: auto;
        float: none;
        position: absolute;
        top: 450px;
        margin-top: 0;
        padding: 0;
        margin-left: 14px;
        margin-right: 13px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 1px 2px 12px 1px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
    }

    #section28 .right-item .content-title {
        margin-top: 40px;
        margin-left: 19px;
    }

    #section28 .right-item .content-title .title {
        font-size: 21px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #section28 .right-item .title::after {
        content: '';
        display: block;
        width: 68px;
        height: 2px;
        background: rgba(30, 121, 255, 1);
        margin-top: 14px;
    }

    #section28 .right-item .phone-box {
        margin: 32px 20px 54px 21px;
    }

    #section28 .banner-img {
        bottom: 60px;
        left: 0;
        right: 0;
        top: auto;
        text-align: center;
    }

    #section28 .banner-img img {
        width: 280px;
        height: 256px;
    }

    #section28 .left-item h3 {
        width: 310px;
        font-size: 28px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 600;
        color: #FEFEFE;
        line-height: 38px;
    }

    #section28 .left-item p {
        font-size: 20px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 400;
        color: #FEFEFE;
        text-align: center;
        line-height: 28px;
        margin-top: 5px;
    }

    #section28 .left-item a {
        width: 210px;
        height: 45px;
        line-height: 45px;
        font-size: 23px;
        margin: 0 auto;
        margin-top: 20px;
    }

    #section28 .left-item .banner-tips {
        position: absolute;
        bottom: 10px;
        width: 350px;
        line-height: 12px;
        font-size: 12px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 300;
        color: #FFFFFF;
        opacity: 0.5;
        text-align: center;
        left: 50%;
        margin-left: -175px;
    }

    #section38 {
        padding: 0;
    }

    #section38 .wrap-form {
        width: 100%;
        height: auto;
        box-shadow: none;
        margin: 0;
    }

    #section38 .block2 {
        padding: 0;
        max-width: none;
    }

    #section38 .block2 .form {
        width: 310px;
        margin: 0;
    }

    #section38 .form .form-group.p1 {
        height: 40px;
        border: 1px solid #ced4da;
        border-radius: 1px;
        margin-bottom: 6px;
    }

    #section38 .form .input-group-prepend {
        height: 38px;
        line-height: 38px;
        display: inline-block;
        width: 20%;
        vertical-align: top;
        border: none;
        margin-right: -1px;
    }

    #section38 .form .form-group.p1 .area-btn {
        font-size: 16px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }

    #section38 .dropdown-menu {
        top: 2px !important;
        left: -1px !important;
        width: 180px;
    }

    #section38 .item {
        display: block;
        width: 100%;
        padding: 2.5px 15px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 16px;
        line-height: 15px;
    }

    #section38 .item span {
        font-weight: 400;
        float: right;
    }

    #section38 .form .p1 input {
        height: 38px;
        line-height: 38px;
        box-shadow: none;
        border-color: #ced4da;
        display: inline-block;
        width: 78%;
        vertical-align: top;
        border: none;
        font-size: 16px;
    }

    #section38 .form .form-group.p2 {
        height: 40px;
        border: 1px solid #ced4da;
        border-radius: 1px;
        margin-bottom: 7px;
    }

    #section38 .form .form-group.p2 #sendCode {
        color: #007bff;
    }

    #section38 .form .p1 input,
    #section38 .form .p2 input,
    #section38 .block2 .form .form-control {
        height: 38px;
        line-height: 38px;
        border: none;
        box-shadow: none;
        border-color: #ced4da;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 400;
        color: rgba(151, 153, 164, 1);
    }

    #section38 .block2 .form .p2 .form-control {
        width: 60%;
    }

    #section38 .form .form-group.p3 {
        height: 40px;
        border: 1px solid #ced4da;
        border-radius: 1px;
    }

    #section38 .form .p2 a {
        display: inline-block;
        width: 30%;
        vertical-align: middle;
        border-left: 1px solid #ced4da;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        color: rgba(151, 153, 164, 1);
    }

    #section38 .vaild-tips {
        color: red;
        display: block;
        padding: 10px 0;
    }

    #section38 .block2 .form .btn-regist {
        width: 100%;
        max-width: none;
        height: auto;
        line-height: 19px;
        padding: 10px 90px;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        background: linear-gradient(268deg, rgba(28, 120, 255, 1), rgba(30, 121, 255, 1));
        opacity: 0.75;
        border-radius: 2px;
        margin-bottom: 0;
    }

    #section38 .block2 .oauth-sign {
        width: 310px;
        height: auto;
    }

    #section38 .oauth-sign p {
        width: 100%;
        border-bottom: 1px solid #ffffff;
        position: relative;
        border-color: #e7e8ec;
        text-align: center;
        margin-bottom: 15px;
    }

    #section38 .oauth-sign p span {
        display: inline-block;
        text-align: center;
        position: relative;
        bottom: -10px;
        font-size: 12px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 400;
        color: rgba(174, 174, 174, 1);
        line-height: 19px;
        padding: 0 23px 0 19px;
        background: #fff;
    }

    #section38 .fb,
    #section38 .fb-m {
        width: 145px;
        height: 28px;
        display: inline-block;
        background: url(../img/facebook-logo.png) no-repeat;
        background-position: center;
        border: 1px solid rgba(231, 231, 231, 1);
        background-size: 56px 11px;
        margin-left: 0;
        margin-right: 15px;
        cursor: pointer;
        overflow: hidden;
    }

    #section38 .ge,
    #section38 .ge-m {
        width: 145px;
        height: 28px;
        display: inline-block;
        background: url(../img/google-loago.png) no-repeat;
        background-position: center;
        border: 1px solid rgba(231, 231, 231, 1);
        background-size: 41px 14px;
        margin: 0;
        cursor: pointer;
        overflow: hidden;
    }

    #section38 .oauth-href {
        width: 100%;
        color: #aeaeae;
        font-size: 12px;
        font-weight: 400;
        color: rgba(174, 174, 174, 1);
        line-height: 18px;
        text-align: center;
    }

    #section38 .account-href {
        display: inline-block;
        font-size: 12px;
        font-weight: 300;
        line-height: 18px;
        text-decoration: underline;
        color: #185bdd;
        margin-left: 40px;
        cursor: pointer;
    }

    #section38 .onelink-m {
        margin-top: 10px;
    }

    #section38 .onelink-m .d-sm-block {
        display: none !important;
    }

    #section38 .onelink-m .google-play,
    #section38 .onelink-m .app-store {
        width: 145px;
        height: 28px;
        display: inline-block;
        background: url(../img/google-play.png) no-repeat center center/cover;
        background-size: 56px 11px;
        border: 1px solid rgba(231, 231, 231, 1);
        margin-left: 0;
        margin-right: 15px;
        cursor: pointer;
        overflow: hidden;
    }

    #section38 .onelink-m .app-store {
        margin-right: auto;
        background: url(../img/app-store.png) no-repeat center center/cover;
        background-size: 56px 11px;
    }

    /* #section28 */
    /* #section31 */
    #section31 {
        margin-top: 0;
    }

    #section31 .section-child {
        background: #ffffff;
        padding: 0;
    }

    #section31 .block1 {
        max-width: none;
        min-height: auto;
    }

    #section31 .block1 .left {
        width: 100%;
        height: auto;
        float: none;
        margin: 0;
        padding: 0;
    }

    #section31 .block1 .left h3 {
        width: 223px;
        height: auto;
        margin: 0 auto;
        font-size: 25px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
    }

    #section31 .block1 h3::after {
        content: '';
        display: block;
        width: 43px;
        height: 2px;
        margin: 25px auto 0;
        background: #2a75ff;
    }

    #section31 .block1 .left img {
        display: block;
        width: 100%;
        height: 305px;
        margin-top: 12px;
    }

    #section31 .block1 .left p.split-line {
        width: 325px;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        height: auto;
        font-size: 15px;
        font-weight: 300;
        color: rgba(110, 110, 110, 1);
        line-height: normal;
        text-align: center;
    }

    #section31 .block1 .left p {
        width: 305px;
        padding: 10px 0 !important;
        margin: 0 auto;
        height: auto;
        font-size: 15px;
        font-weight: 300;
        color: rgba(110, 110, 110, 1);
        line-height: normal;
        text-align: center;
    }

    #section31 .block1 .left p:nth-of-type(2) {
        padding: 10px 35px;
        width: 300px;
    }

    #section31 .block1 .left p:last-child {
        margin-bottom: 45px;
        width: 320px;
    }

    #section31 .block2 {
        width: 100%;
        max-width: none;
        position: relative;
        background-color: #f7f7f7;
        padding: 0;
    }

    #section31 .block2 .left {
        width: 100%;
        margin-top: 115px;
        float: left;
        position: relative;
    }

    #section31 .block2 .left iframe {
        width: 105%;
        height: 300px;
    }

    #section31 .block2 .left img {
        width: 95%;
        float: right;
    }

    #section31 .block2 .left .animated-icon1 {
        position: absolute;
        background: url(../img/section2-img3.png) no-repeat center center/cover;
        width: 86px;
        height: 65px;
        top: -14px;
        left: 32px;
    }

    #section31 .block2 .left .animated-icon2 {
        position: absolute;
        background: url(../img/section2-img4.png) no-repeat center center/cover;
        width: 118px;
        height: 119px;
        top: 8px;
        right: -11px;
    }

    #section31 .block2 .left .animated-icon3 {
        position: absolute;
        background: url(../img/section2-img5.png) no-repeat center center/cover;
        width: 104px;
        height: 121px;
        bottom: 0;
        left: -13px;
    }

    #section31 .block2 .right {
        width: 100%;
        padding: 0;
        margin-top: 3px;
        margin-left: 0;
    }

    #section31 .block2 .right ul {
        padding: 0 30px 39px;
    }

    #section31 .block2 .right ul li {
        width: auto;
        height: auto;
        font-size: 17px;
        font-weight: 400;
        color: rgba(45, 44, 44, 1);
        line-height: 22px;
        opacity: 0.7;
        position: relative;
        padding-left: 31px;
        margin: 0;
        margin-bottom: 5px;
        ;
    }

    #section31 .block2 .right ul li img {
        position: absolute;
        width: 13px;
        height: 13px;
        top: 5px;
        left: 0;
    }

    #section31 .block2 .right ul li::before {
        display: none;
    }

    #section31 .block3 {
        width: 100%;
        height: auto;
        max-width: none;
        margin-top: 40px;
        margin-bottom: 0;
        padding: 0;
    }

    #section31 .block3 h3 {
        width: auto;
        height: auto;
        text-align: center;
        font-size: 23px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 600;
        color: #292929;
        line-height: 1;
        margin-bottom: 0;
    }

    #section31 .block3 ul li a>span {
        min-height: 75px;
        padding-top: 18px;
    }

    #section31 .block3 h3::after {
        margin-top: 25px;
        width: 43px;
        height: 2px;
        background: rgba(42, 117, 255, 1);
    }

    #section31 .block3 .content-list {
        overflow: hidden;
        margin-top: 0;
        padding: 0;
    }

    #section31 .block3 .content-list li:nth-child(1),
    #section31 .block3 .content-list li:nth-child(2),
    #section31 .block3 .content-list li:nth-child(3),
    #section31 .block3 .content-list li:nth-child(4) {
        width: 100%;
        height: auto;
        min-height: auto;
        margin: 0;
        padding: 0;
        border: none;
        text-align: center;
        background: #fff;
        box-shadow: none;
        border-radius: 0;
    }

    #section31 .block3 ul li p {
        width: 100%;
        height: auto;
        font-size: 18px;
        line-height: 18px;
        padding: 0;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        text-align: center;
        opacity: 1;
    }

    #section31 .block3 ul li h5 {
        font-size: 18px;
        font-weight: 500;
        line-height: 12px;
        text-align: center;
        color: #fff;
    }

    #section31 .block3 ul li p {
        font-size: 13px;
        font-weight: 400;
        line-height: 12px;
        text-align: center;
        color: #fff;
    }

    #section31 .content-list li p span {
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
    }

    #section31 .block3 .content-list li:nth-child(2) span {
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        color: rgba(51, 51, 51, 1);
        text-align: center;
        opacity: 1;
    }

    #section31 .content-list li:nth-child(1) img {
        width: 75px;
        height: 70px;
        display: block;
        margin: 39px auto;
    }

    #section31 .content-list li:nth-child(2) img {
        width: 59px;
        height: 63px;
        display: block;
        margin: 39px auto;
    }

    #section31 .content-list li:nth-child(3) img {
        width: 70px;
        height: 70px;
        display: block;
        margin: 39px auto;
    }

    #section31 .content-list li:nth-child(4) img {
        width: 66px;
        height: 70px;
        display: block;
        margin: 39px auto;
    }

    #section31 .content-list li:first-child div,
    #section31 .block3 .content-list li:nth-child(2) div,
    #section31 .block3 .content-list li:nth-child(3) div,
    #section31 .block3 .content-list li:nth-child(4) div {

        width: 345px;
        height: auto;
        margin: 0 auto;
        padding: 20px 0 0 0;
        font-size: 17px;
        font-weight: 400;
        color: rgba(134, 134, 134, 1);
        line-height: normal;
    }

    #section31 .content-list li:first-child div {
        width: 365px;
        margin: 0 auto;
        padding: 20px 0;
    }

    #section31 .block3 .actionInfo {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 60px 0 53px;
    }

    #section31 .block3 .actionInfo .tradeBtn {
        width: 200px;
        height: auto;
        display: block;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        padding: 6px 40px;
        color: rgba(255, 255, 255, 1);
        background: linear-gradient(4deg, rgba(255, 102, 0, 1), rgba(255, 117, 0, 1));
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
        border-radius: 5px;
    }

    #section31 .block3 .actionInfo p {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px 50px 0;
        font-size: 13px;
        font-weight: 300;
        color: rgba(134, 134, 134, 1);
        line-height: normal;
    }

    #section31 .block4 {
        background: rgba(247, 247, 247, 1);
        padding: 0;
        position: static;
    }

    #section31 .block4 .left {
        margin-top: 0;
        width: 100%;
        padding: 0;
        float: left;
    }

    #section31 .block4 .left img {
        width: 100%;
        height: auto;
    }

    #section31 .block4 .right {
        width: 100%;
        padding: 40px 35px;
        float: right;
    }

    #section31 .block4 .right h3 {
        position: static;
        font-size: 25px;
        font-weight: bold;
        color: rgba(51, 51, 51, 1);
        text-align: left;
        line-height: normal;
        margin: 0;
    }

    #section31 .block4 .right h3::after {
        content: '';
        display: block;
        width: 43px;
        height: 2px;
        margin: 16px 0 0 0;
        background: #1b76fb;
    }

    #section31 .block4 .right ul {
        width: 100%;
        padding-top: 30px;
    }

    #section31 .block4 .right ul li {
        height: auto;
        font-size: 17px;
        font-weight: 300;
        color: rgba(45, 44, 44, 1);
        line-height: 30px;
        opacity: 0.7;
        margin: 0;
        position: relative;
        padding-left: 32px;
    }

    #section31 .block4 .right ul li img {
        width: 12px;
        height: 12px;
        position: absolute;
        left: 0;
        top: 8px;
    }

    #section31 .block4 .right ul li::before {
        display: none;
    }

    #section31 .block4 .right ul li:last-child {
        margin-bottom: 0;
    }

    /* #section31 block5 */
    #section31 .block5 {
        height: auto;
        max-width: none;
        width: 100%;
        position: relative;
    }

    #section31 .block5 .left {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    #section31 .block5 .left h3 {
        width: 380px;
        height: auto;
        margin: 0 auto;
        font-size: 28px;
        padding: 50px 0 0;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
        line-height: 30px;
        text-align: center;
    }

    #section31 .block5 .left h3::after {
        content: '';
        display: block;
        width: 43px;
        height: 2px;
        background: rgba(42, 117, 255, 1);
        margin: 15px auto 0;
    }

    #section31 .block5 .left img {
        display: block;
        width: 100%;
        height: 220px;
        margin-top: 8px;
        margin-bottom: 0;
    }

    #section31 .block5 .left p {
        width: 100%;
        height: auto;
        line-height: normal;
        margin: 0;
        padding: 40px 0;
        font-size: 17px;
        font-weight: 300;
        color: rgba(45, 44, 44, 1);
        opacity: 0.7;
        text-align: center;
        padding: 25px 0;
    }

    #section31 .block5 .left .tradeBtn {
        width: 190px;
        height: 45px;
        line-height: 45px;
        display: block;
        margin: 0 auto;
        font-size: 20px;
        font-weight: bold;
        padding: 0;
        color: rgba(255, 255, 255, 1);
        background: linear-gradient(4deg, rgba(255, 102, 0, 1), rgba(255, 117, 0, 1));
        ;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
        border-radius: 5px;
        margin-bottom: 50px;
    }

    #section31 .block5 .left p:last-child {
        width: 100%;
        height: auto;
        font-size: 14px;
        font-weight: 400;
        color: rgba(134, 134, 134, 1);
        margin: 0;
        padding: 20px 0 45px;
        line-height: normal;
        opacity: 1;
        text-align: center;
    }

    /* footer */
    .footer {
        width: auto;
        background: rgba(249, 249, 249, 1);
    }

    .footer .sponsor {
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 0;
    }

    .footer .sponsor img {
        display: inline-block;
    }

    .footer .sponsor img:first-child {
        width: 66px;
        height: 28px;
        margin: 14px 17px 9px 11px;
    }

    .footer .sponsor img:nth-child(2) {
        width: 107px;
        height: 28px;
        margin: 15px 15px 8px 8px;
    }

    .footer .sponsor img:nth-child(3) {
        width: 57px;
        height: 25px;
        margin: 15px 20px 10px 0;
    }

    .footer .sponsor img:nth-child(4) {
        width: 54px;
        height: 23px;
        margin-top: 16px;
        margin-bottom: 12px;
        margin-right: auto;
    }

    .footer .sponsor img:nth-child(5) {
        display: none;
    }

    .forex-ad span {
        display: none;
    }

    .forex-ad {
        width: 100%;
        background: rgba(45, 80, 254, 1);
        line-height: normal;
        text-align: center;
    }

    .forex-ad a {
        margin: 10px 120px 7px 116px;
        display: inline-block;
        width: auto;
        height: auto;
        background: rgba(255, 117, 0, 1);
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
        font-size: 13px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: bold;
        color: rgba(255, 255, 255, 1);
        line-height: 14px;
        padding: 0 13px 0 0;
    }

    .forex-ad img {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 7px 7px 7px 17px;
    }

    #section31 .background-box {
        min-height: auto;
        height: auto;
    }

    #section31 .block1 {
        height: auto;
    }

    #section31 .block1 .right {
        position: absolute;
        top: -190px;
        left: 0;
        right: 0;
    }

    #section31 .block1 .right a {
        float: none;
        margin: 0 auto;
    }

    #section31 .block1 .left img {
        margin-top: 190px;
    }

    #section31 .block1 .right h3 {
        font-size: 25px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 600;
        color: #292929;
        line-height: 35px;
        margin-top: 35px;
        margin-bottom: 20px;
    }

    #section31 .block1 .right a {
        width: 190px;
        height: 45px;
        line-height: 45px;
        ;
        font-size: 18px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 500;
        color: #FFFFFF;
    }

    #section31 .block1 .right h3::after {
        display: none;
        ;
    }

    /* footer */
    .footer .footer-row {
        max-width: none;
        margin: 0;
        padding: 0;
        min-width: auto;
    }

    .footer .footer-row .warning {
        padding: 41px auto 58px;
        margin: 0 auto;
        padding: 41px 20px 58px;
    }

    .footer .footer-row .warning p.a-link {
        width: 100%;
        margin-bottom: 25px;
        max-width: none;
        min-width: initial;
        text-align: center;
    }

    .footer .a-link a {
        width: auto;
        height: auto;
        font-size: 14px;
        text-decoration: none;
        font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 400;
        color: rgba(140, 155, 165, 1);
        line-height: 18px;
        cursor: pointer;
    }

    .footer .warning p {
        width: auto;
        font-size: 14px;
        font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 300;
        color: rgba(135, 135, 135, 1);
        line-height: 24px;
        margin-bottom: 10px;
    }

    #collapsibleNavbar {
        position: fixed;
        top: 59px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #ffffff;
        z-index: 999999;
        padding: 0 30px;
        overflow-y: scroll;
    }
}

@media (max-width: 414px) {
    #section28 .right-item {
        width: 386px;
        margin-left: 14px;
        margin-right: 13px;
    }

    #section31 .block1 .left h3 {
        width: 223px;
    }

    #section31 .block1 .left p.split-line {
        width: 325px;
        padding: 0;
        margin: 0 auto;
    }

    #section31 .block1 .left p {
        width: 305px;
        padding: 10px 0 !important;
        margin: 0 auto;
    }

    #section31 .block1 .left p:last-child {
        width: 320px;
    }

    #section31 .content-list li:first-child div {
        width: 365px;
        margin: 0 auto;
        padding: 20px 0;
    }

    #section31 .block3 .content-list li:nth-child(2) div,
    #section31 .block3 .content-list li:nth-child(3) div,
    #section31 .block3 .content-list li:nth-child(4) div {
        width: 345px;
        padding: 20px 0 0 0;
        font-size: 17px;
        font-weight: 400;
        margin: 0 auto;
    }

    #section31 .block3 .content-list li:nth-child(3) div {
        width: 340px;
    }

    #section31 .block5 .left h3 {
        width: 375px;
        height: auto;
        margin: 0 auto;
        font-size: 28px;
        font-family: IBM Plex Sans Thai Looped;
        font-weight: 600;
        color: rgba(51, 51, 51, 1);
    }
}

@media (max-width: 375px) {
    #section28 .right-item {
        width: 350px;
        margin-left: 13px;
        margin-right: 12px;
    }

    #section31 .block3 .content-list li:nth-child(2) div,
    #section31 .block3 .content-list li:nth-child(3) div,
    #section31 .block3 .content-list li:nth-child(4) div {
        width: 313px;
        font-size: 15px;
    }

    #section31 .block3 .content-list li:nth-child(3) div {
        width: 300px;
    }

    #section31 .block5 .left p {
        font-size: 15px;
    }

    #section31 .block2 .right ul li {
        font-size: 15px;
        line-height: 22px;
    }

    #section31 .block4 .right ul li {
        font-size: 15px;
    }

    #section31 .block5 .left h3 {
        width: 300px;
        font-size: 20px;
    }
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.example-box {
    display: flex;
    justify-content: space-between;
}

.example-box img {
    height: 36px;
    margin-top: 1px;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}