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: 90px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

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

.header .nav {
    float: right;
}

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

.header .nav li .hover-border {
    display: inline-block;
    line-height: 40px;
}

.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: -20px;
    top: 40px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    z-index: 9999999999;
}

.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;
}

.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;
}
.header .nav li .btn:hover {
    background: linear-gradient(4deg,rgb(0, 90, 220),rgba(59,133,251,1));
    color: #FFFFFF;
}

.navbar {
    padding: 0.6rem 1rem;
}

.mobile-ad {
    width: 100%;
    background: #DFE3E6;
    padding: 8px 20px;
    position: fixed;
    top: 4px;
    z-index: 99999999;
}

.mobile-ad img {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.mobile-ad p {
    display: inline-block;
    width: 50.8%;
    font-size: 14px;
    font-weight: 300;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
}

.mobile-ad a:not([href]):not([tabindex]).download-btn {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
    padding: 10px 10px;
    float: right;
    background: #FF671F;
    color: #FFFFFF;
}

#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*/


/* section30*/

#section30 .section-child {
    background: url('../img/section30/section30_backgroud.jpg') center no-repeat;
    background-size: cover;
}

#section30 .content {
    max-width: 1220px;
    min-height: 570px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}

#section30 .left {
    float: left;
    height: 100%;
    width: 52%;
    padding: 0 28px 0 40px;
    padding-top: 74px;
}

#section30 .left .top p {
    font-size: 50px;
    color: #80C6FF;
    font-weight: 500;
}

#section30 .left .mid {
    padding: 40px 37px 41px 0;
}

#section30 .left .mid p {
    font-size: 20px;
    color: #5CAFD5;
    font-weight: 400;
}

#section30 .left .bot a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    height: 60px;
    width: 200px;
    line-height: 60px;
    background: #2EA1FF;
    cursor: pointer;
    text-decoration-line: none;
}
#section30 .left .bot a:hover {
    background: #0047BB;
}

#section30 .right {
    line-height: 570px;
    float: right;
    height: 100%;
    width: 48%;
    padding-right: 40px;
}

#section30 .right img {
    width: 100%;
    vertical-align: middle;
}


/*小屏幕适配*/

@media (max-width: 768px) {
    #section30 .section-child {
        background: url('../img/section30/section30_backgroud.jpg') center no-repeat;
        background-size: cover;
    }
    #section30 .content {
        width: 100%;
        margin: 0 auto;
        padding: 25px 15px 0 15px;
        text-align: center;
    }
    #section30 .left {
        float: none;
        width: 100%;
        height: auto;
        padding: 1rem 1.2rem 1.2rem;
    }
    #section30 .left .top p {
        font-size: 1.75rem;
        color: #80C6FF;
        font-weight: 500;
    }
    #section30 .left .mid {
        padding: 16px 0 36px 0;
    }
    #section30 .left .mid p {
        font-size: 0.875rem;
        color: #5CAFD5;
        font-weight: 400;
    }
    #section30 .left .bot a {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        height: 50px;
        width: 200px;
        line-height: 50px;
        background: #2EA1FF;
        border-radius: 10px;
    }
    #section30 .right {
        line-height: normal;
        width: 100%;
        height: auto;
        padding-right: 0px;
        float: none;
    }
    #section30 .right img {
        max-width: 327px;
        margin: 50px 9px 68px 9px;
    }
}


/* section30*/


/* section31 */

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

#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: 14px;
    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 .25s;
    -moz-transition: background .25s;
    /* Firefox 4 */
    -webkit-transition: background .25s;
    /* Safari and Chrome */
    -o-transition: background .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: left;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
}

.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 .25s;
    -moz-transition: background .25s;
    /* Firefox 4 */
    -webkit-transition: background .25s;
    /* Safari and Chrome */
    -o-transition: background .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: 30px;
}

#section31 .list ul {
    margin: 0 auto;
    width: 950px;
}
#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 .block1 {
    max-width: 1220px;
    margin: 0 auto;
    padding-top: 66px;
}

#section31 .block1 .left {
    padding: 162px 163px 0 85px;
    width: 51%;
    float: left;
}

#section31 .block1 .left h3 {
    font-weight: 500;
}

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

#section31 .block1 .right {
    width: 49%;
    float: right;
    padding: 0 7px;
}

#section31 .block1 img {
    width: 100%;
}

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

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

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

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

#section31 .block2 .right {
    float: right;
    padding-top: 42px;
    padding-left: 11%;
    padding-right: 7%;
    width: 49%;
}

#section31 .block2 img {
    width: 100%;
}


#section31 .block2 .link h4 {
    text-align: left;
    color: #196FFC;
    padding-top: 24px;
}
#section31 .block2 .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 .block2 img {
        width: 100%;
        height: 223px;
    }
    #section31 .dataTable {
        width: 100%;
        border: 1px solid #E5E5E5;
    }
    .quote-tab ul li:nth-of-type(1) {
        width: 26%;
    }
    .quote-tab ul li:nth-of-type(3) {
        width: 26%;
    }
    .quote-tab ul {
        font-size: 0px;
    }
    .quote-tab ul li {
        margin: 0;
        padding: 0;
        font-size: 12px;
        display: inline-block;
        width: 16%;
        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 .block1 {
        max-width: 100%;
        padding-top: 60px;
        text-align: center;
    }
    #section31 .block1 .left {
        padding: 0 15px 0 15px;
        width: 100%;
        float: none;
    }
    #section31 .block1 .left p {
        margin-top: 10px;
    }
    #section31 .block1 .right {
        width: 100%;
        float: none;
        padding: 0 ;
    }
    #section31 .block2-mobile {
        max-width: 100%;
        padding-top: 60px;
        text-align: center;
    }
    #section31 .block2-mobile .right {
        float: none;
        padding: 0;
        width: 100%;
        margin-top: 53px;
        padding: 0 30px 0 30px;
    }
    #section31 .block2-mobile .left {
        padding: 0 15px 0 15px;
        width: 100%;
        float: none;
    }
    #section31 .block2-mobile .link h4 {
        text-align: center;
    }
    #section31 .block2-mobile img {
        width: 100%;
    }
    #section31 .block2-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: left;
        font-weight: 500;
        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;
    }
    .quote-list ul li .name {
        width: 22%;
    }
}
@media (max-width:370px) {
    .quote-tab ul li:nth-of-type(1) {
        transform: scale(0.9);
    }
    .quote-list ul li .name {
        width: 18%;
    }
}


/* section31 */


/* section32 */

#section32 .section-child {
    background: rgba(237, 244, 250, 1);
    padding: 100px 0 100px 0;
}

#section32 .section-child h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

#section32 .section-child .content .p3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
#section32 .section-child .content .carousel-item .p2 {
    margin-top: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

#section32 .section-child .carousel-inner {
    width: 430px;
    height: 460px;
    padding: 40px 27px 0 27px;
    margin: 0 auto;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1),0 1px 3px rgba(0, 0, 0, 0.1), 0 30px 1px -20px #FFFFFF, 0 31px 8px -21px rgba(0, 0, 0, 0.1), 0 55px 0 -35px #FFFFFF, 0 55px 2px -36px rgba(0, 0, 0, 0.1);
}

#section32 .section-child .carousel-inner .carousel-item {
    height: 90%;
    position: relative;
}
#section32 .content .carousel-inner .carousel-item img.icon{
    position: absolute;
    top: -3px;
    left: 0px;
}

#section32 .section-child .content .carousel-item .p1 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    margin-top: 48px;
}

#section32 .section-child .name {
    position: absolute;
    right: 17px;
    bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
}

#section32 .section-child .carousel  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

#section32 .carousel {
    margin: 0 auto;
    margin-top: 64px;
    max-width: 1220px;
}

#section32 .carousel-control-next {
    right: 240px;
}

#section32 .carousel-control-prev {
    left: 240px;
}

#section32 .carousel-control-next-icon {
    background-image: url("../img/section32/page.png");
    width: 40px;
    height: 40px;
}

#section32 .carousel-control-prev-icon {
    background-image: url("../img/section32/page.png");
    width: 40px;
    height: 40px;
    transform: rotate(180deg)
}

#section32 .section-child .floatImg {
    position: absolute;
    top: 0;
    left: 0;
}

#section32 .section-child .floatImg .img1 {
    position: absolute;
    top: 191px;
    left: 143px;
}

#section32 .section-child .floatImg .img2 {
    position: absolute;
    top: 208px;
    left: 940px;
}

#section32 .section-child .floatImg .img4 {
    position: absolute;
    top: 431px;
    left: 201px;
}

#section32 .section-child .floatImg .img3 {
    position: absolute;
    top: 471px;
    left: 850px;
}

#section32 .content {
    margin: 0 auto;
    max-width: 1220px;
    position: relative;
}
@media (max-width:768px) {
    #section32 .section-child {
        background: rgba(237, 244, 250, 1);
        padding: 73px 0 100px 0;
    }
    #section32 .carousel {
        margin: 0 auto;
        margin-top: 18px;
        max-width: 1220px;
    }
    #section32 .section-child .content .p3 {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        margin: 10px 54px 0 54px;
    }
    #section32 .section-child .carousel-inner {
        width: 70vw;
        height: 75vw;
        margin: 0 auto;
        overflow: hidden;
        background: #ffffff;
        padding: 24px 0 0 0 ;
        box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.1),0 1px 3px rgba(0, 0, 0, 0.1), 0 30px 1px -20px #FFFFFF, 0 31px 8px -21px rgba(0, 0, 0, 0.1), 0 55px 0 -35px #FFFFFF, 0 55px 2px -36px rgba(0, 0, 0, 0.1);
    }
    #section32 .section-child .content .carousel-item .p1 {
        font-size:18px;
        font-weight:500;
        line-height:25px;
        margin-top: 25px;
    }
    #section32 .section-child .content .carousel-item .p2 {
        margin: 20px 22px 0 22px;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        text-align: left;
    }
    #section32 .section-child .name {
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        bottom: 0px;
    }
    

}
@media (max-width:544px) {
    #section32 .carousel-control-next {
        right: 0;
    }
    #section32 .content .carousel-inner .carousel-item img{
        width: 15.6px;
    }
    #section32 .content .carousel-inner .carousel-item img.icon{
        width: 25px;
        position: absolute;
        top: 0px;
        left: 20px;
    }
    
    #section32 .carousel-control-prev {
        left: 0;
    }
    #section32 .carousel-control-next-icon {
        width: 24px;
        height: 24px;
    }
    
    #section32 .carousel-control-prev-icon {
        width: 24px;
        height: 24px;
        transform: rotate(180deg)
    }
}
/* #section32 */

/* #section37 */
#section37 {
    position: relative;
    width: 100%;
}
#section37 .section-child {
    max-width: 1220px;
    margin: 0 auto;
}
#section37 .section-child .wrap {
    width: 85%;
    margin: 0 auto;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
#section37 .part1{
    position: absolute;
    top: 0;
    width: 100%;
    height: 50%;
}
#section37 .part2{
    position: absolute;
    top: 50%;
    width: 100%;
    height: 50%;
    background:rgba(237,244,250,1);;
    z-index: -1;
}
@media (max-width:544px) {
    #section37 .section-child .wrap {
        width: 90%;
    }
}
/* #section37 */

/* #section33 */

#section33 .section-child {
    max-width: 1220px;
    margin: 0 auto;
    padding: 90px 70px 120px 70px;
}

#section33 .section-child .block4 p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
#section33 .section-child .block4 p a {
    color: #196FFC;;
    cursor: pointer;
}
#section33 .section-child .block4 p a:hover {
    color: #0047BB;
}
#section33 .section-child .block1 h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

#section33 .section-child .block1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

#section33 .section-child .block1 .wrap {
    display: flex;
    margin-top: 84px;
    justify-content: space-between;
}

#section33 .section-child .block1 .wrap .inner {
    max-width: 226px;
}

#section33 .section-child .block1 .wrap h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}

#section33 .section-child .block1 .wrap p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
}

#section33 .section-child .part-line-1 {
    background: #E8E8E8;
    max-width: 900px;
    height: 1px;
    margin: 0 auto;
    margin-top: 110px;
    margin-bottom: 60px;
}

#section33 .section-child .block2 h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

#section33 .section-child .block2 .img-wrap {
    display: flex ;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
    padding: 0 12%;
}

#section33 .section-child .block2 p {
    margin-top: 60px;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

#section33 .section-child .part-line-2 {
    background: #E8E8E8;
    max-width: 900px;
    height: 1px;
    margin: 0 auto;
    margin-top: 43px;
    margin-bottom: 60px;
}

#section33 .section-child .block3 h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
}

#section33 .section-child .block3 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
}

#section33 .section-child .block3 .wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 70px;
}

#section33 .section-child .block3 .wrap .item {
    max-width: 220px;
}

#section33 .section-child .block3 .wrap .img-item {
    height: 24px;
    width: 24px;
    align-self: center;
}

#section33 .section-child .block3 .wrap .sort {
    font-size: 40px;
    font-weight: bold;
    color: #196FFC;
    line-height: 45px;
}

#section33 .section-child .block3 .wrap .step {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    line-height: 27px;
}

#section33 .section-child .block3 .wrap .description {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
    width: 220px;
}

#section33 .section-child .block3 .wrap-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 70px;
}
#section33 .section-child .block3 .bonus-promotion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 70px;
}
#section33 .section-child .block3 .bonus-promotion .item:nth-child(1) {
    background-image: url(../img/section33/gold-1.png);
}
#section33 .section-child .block3 .bonus-promotion .item:nth-child(2) {
    background-image: url(../img/section33/gold-2.png);
}
#section33 .section-child .block3 .bonus-promotion .item:nth-child(3) {
    background-image: url(../img/section33/gold-3.png);
}
#section33 .section-child .block3 .bonus-promotion .item:nth-child(4) {
    background-image: url(../img/section33/gold-4.png);
}
#section33 .section-child .block3 .bonus-promotion .item:nth-child(5) {
    background-image: url(../img/section33/gold-5.png);
}
#section33 .section-child .block3 .bonus-promotion .item {
    width: 200px;
    height: 240px;
    background:rgba(255,255,255,1);
    background-position: center 20px;
    background-repeat: no-repeat;
    border-radius:8px;
    border:1px solid rgba(212,222,231,1);
}
#section33 .section-child .block3 .bonus-promotion .amount {
    margin-top: 68px;
    font-weight:800;
    color:#CDA800;
    line-height:55px;
    font-size:40px;
}
#section33 .section-child .block3 .bonus-promotion .bonus {
    font-size:20px;
    font-weight:500;
    color:#333333;
    line-height:27px;
}
#section33 .section-child .block3 .bonus-promotion .deposit {
    display: block;
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
    margin-top: 23px;
}
#section33 .section-child .block3 .bonus-promotion .point {
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
}
#section33 .block3 .part1 {
    width: 290px;
    height: 190px;
    padding: 4px 11px 0 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

#section33 .block3 .part1 .large-text {
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    color: rgba(51, 51, 51, 1);
}

#section33 .block3 .part1 .description {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 19px;
    margin-top: 12px;
}

#section33 .block3 .part2 {
    width: 390px;
    height: 232px;
    padding: 15px 43px 0px 42px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

#section33 .block3 .part2 .large-text {
    font-size: 32px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 44px;
    margin-top: 18px;
}

#section33 .block3 .part2 .description {
    font-size: 16px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 22px;
    margin-top: 10px;
}

#section33 .block3 .part3 {
    width: 290px;
    height: 190px;
    padding: 10px 11px 0 12px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

#section33 .block3 .part3 .large-text {
    font-size: 24px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 33px;
}

#section33 .block3 .part3 .description {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 19px;
    margin-top: 12px;
}

@media (max-width:544px) {
    #section33 .section-child {
        width: 100%;
        padding: 41px 0 0 0;
    }
    #section33 .section-child .block4 p {
        margin-top: 0px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 80px;
    }
    #section33 .section-child .block1 h3 {
        margin: 0px 16px 0 16px;
    }
    #section33 .section-child .block1 p {
        margin: 14px 14px 0 14px;
    }
    #section33 .section-child .block1 .wrap {
        display: flex;
        margin-top: 55px;
        justify-content: center;
        flex-wrap: wrap;
    }
    #section33 .section-child .block1 .wrap .inner {
        max-width: 250px;
        margin-bottom: 74px;
    }
    #section33 .section-child .block1 .wrap p {
        margin: 0;
    }
    #section33 .section-child .part-line-1 {
        margin-top: 6px;
        width: 80%;
    }
    #section33 .section-child .block2 .img-wrap {
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
        margin-top: 32px;
        padding: 0;
    }
    #section33 .section-child .block2 .img-wrap div:nth-of-type(1){
        flex-basis:40%;
        margin-bottom: 30px;
    }
    #section33 .section-child .block2 .img-wrap div:nth-of-type(2){
        flex-basis:40%;
        margin-bottom: 30px;
    }
    #section33 .section-child .block2 p {
        margin: 33px 48px 0 47px;
    }
    #section33 .section-child .part-line-2 {
        background: #E8E8E8;
        max-width: 80%;
        height: 1px;
        margin: 0 auto;
        margin-top: 14px;
        margin-bottom: 60px;
    }
    #section33 .section-child .block3 h3 {
        font-size: 28px;
        font-weight: 500;
        line-height: 38px;
        width: 90vw;
        margin: 0 auto;
        text-align: center;
    }
    #section33 .section-child .block3 p {
        width: 90vw;
        text-align: center;
        margin: 0 auto;
        margin-top: 10px;
    }
    #section33 .section-child .block3 .wrap {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        margin-top: 50px;
    }
    #section33 .section-child .block3 .wrap .item {
        width: 100%;
        max-width: 100%;
        margin-bottom: 28px;
    }
    #section33 .section-child .block3 .wrap .step {
        font-size: 20px;
        font-weight: 500;
        line-height: 27px;
    }
    #section33 .section-child .block3 .wrap .img-item {
        margin-bottom:28px;
    }
    #section33 .section-child .block3 .wrap .img-item img{
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    #section33 .section-child .block3 .wrap-bottom {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    #section33 .section-child .block3 .bonus-promotion {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        width: 100%;
        margin-top: 60px;
        margin-bottom: 30px;
        padding: 0 15px;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(1) {
        background-image: none;
        order: 5;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(2) {
        background-image: none;
        order: 4;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(3) {
        background-image: none;
        order: 3;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(4) {
        background-image: none;
        order: 2;
        margin-top: 20px;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(5) {
        background-image: url(../img/section33/gold-m.png);
        background-position: left center;   
        background-repeat: no-repeat;
        height: 120px;
        padding-top: 21px;
        order: 1;
    }
    #section33 .section-child .block3 .bonus-promotion .item {
        width: 100%;
        height: 56px;
        background:rgba(255,255,255,1);
        border-radius:8px;
        border:1px solid rgba(212,222,231,1);
        margin-top: 10px;
    }
    #section33 .section-child .block3 .bonus-promotion .amount {
        display: inline-block;
        margin-top: 4px;
        font-weight:800;
        color:#CDA800;
        line-height:30px;
        font-size:22px;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(5) .amount {
        display: inline-block;
        margin-top: 4px;
        font-weight:800;
        color:#CDA800;
        line-height:55px;
        font-size:40px;
        margin-left: 55px;
    }
    #section33 .section-child .block3 .bonus-promotion .bonus {
        display: inline-block;
        font-size:14px;
        font-weight:500;
        color:#333333;
        line-height:19px;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(5) .bonus {
        display: inline-block;
        font-size:24px;
        font-weight:500;
        color:#333333;
        line-height:33px;
    }
    #section33 .section-child .block3 .bonus-promotion .wrap-wrap {
        font-size: 0;
    }
    #section33 .section-child .block3 .bonus-promotion .deposit {
        display: inline-block;
        font-size:12px;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:17px;
        margin-top: 0px;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(5) .deposit {
        display: inline-block;
        font-size:13px;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:18px;
        margin-top: 5px;
        margin-left: 55px;
    }
    #section33 .section-child .block3 .bonus-promotion .point {
        font-size:12px;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:17px;
    }
    #section33 .section-child .block3 .bonus-promotion .item:nth-child(5) .point {
        font-size:13px;
        font-weight:400;
        color:rgba(102,102,102,1);
        line-height:18px;
    }
    #section33 .block3 .part2 {
        order: 1;
        margin: 0 0 15px 0;
        width: 90vw;
        height: 210px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    }
    #section33 .block3 .part2 .large-text {
        width: 100%;
        font-size: 24px;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 33px;
        margin-top: 22px;
    }
    #section33 .block3 .part2 .description {
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
        margin-top: 11px;
    }
    #section33 .block3 .part1 {
        padding: 6px 6px 0 6px;
        margin-right: 10px;
        order: 2;
        width: 44vw;
        height: 134px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    }
    #section33 .block3 .part1 .large-text {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 19px;
        margin-top: 16px;
    }
    #section33 .block3 .part1 .description {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        margin-top: 3px;
    }
    #section33 .block3 .part3 {
        padding: 6px 6px 0 6px;
        order: 3;
        width: 44vw;
        height: 134px;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    }
    #section33 .block3 .part3 .large-text {
        width: 100%;
        font-size: 14px;
        font-weight: 500;
        color: rgba(51, 51, 51, 1);
        line-height: 19px;
        margin-top: 16px;
    }
    #section33 .block3 .part3 .description {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        margin-top: 3px;
    }
    #section33 .block3 .part1 img {
        width: 24px;
    }
    #section33 .block3 .part2 img {
        width: 52px;
    }
    #section33 .block3 .part3 img {
        width: 24px;
    }
    #section33 .section-child .block4 p a {
        font-size: 12px;
    }

}
/* #section33 */


/* #section34 */

#section34 {
    background: #000629;
}

#section34 .section-child {
    max-width: 1220px;
    margin: 0 auto;
    font-size: 14px;
    padding: 116px 160px 193px 160px;
}

#section34 .section-child .part1 a {
    font-weight: normal;
    color: #FFFFFF;
    line-height: 19px;
    opacity: 0.8;
}

#section34 .section-child .part1 a.link {
    text-decoration: underline;
    font-weight: 500;
    color: #0073e6;
}

#section34 .section-child .part2 {
    color: rgba(255, 255, 255, 1);
    line-height: 19px;
    margin-top: 26px;
    opacity: 0.6;
}
@media (max-width:544px) {
    #section34 .section-child {
        width: 100%;
        font-size: 12px;
        text-align: center;
        padding: 70px 27px 215px 26px;
    }
}


/* #section34 */


/* cookies */

#cookies {
    background: #3E3E3E;
    width: 100%;
    position: fixed;
    bottom: 0;
    display: flex;
    z-index: 999;
}

#cookies .section-child {
    margin: 0 auto;
    max-width: 1220px;
    display: flex;
    align-items: center;
    padding: 8px 5px 8px 5px;
}

#cookies .section-child p {
    opacity: 1.0;
    font-size: 15px;
    color: #FEFEFE;
    font-weight: 300;
    line-height: 27px;
}

#cookies .section-child p a {
    text-decoration: underline;
    color: #FFFFFF;
}

#cookies .section-child button {
    margin-left: 40px;
}

.cookies-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 1rem;
    padding: .625rem 1.5rem;
    background: #0073e6;
    border-radius: 8px;
    font-size: 1.125rem;
}

.cookies-button:hover {
    background: #ffffff;
    color: #0073e6;
}
@media (max-width:768px) {
    #cookies .section-child p {
        opacity: 1.0;
        font-size: 12px;
        color: #FEFEFE;
        font-weight: 300;
        line-height: 16px;
    }
    #cookies .section-child button {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 15px;
    }
    .cookies-button {
        font-size: 16px;
        line-height: 22px;
        padding: .625rem 1.5rem;
    }
}

/* cookies */

/* section35 */
/* 
#section35 {
    position: absolute;
    max-width: 1066px;
    height: 565px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    z-index: 999;
    top: 5630px;
    left: 50%;
    margin-left: -533px;
}
#section35 .block1 {
    height: 100%;
    width: 50%;
    background: #F5FAFF;
    padding: 44px 80px 0px 20px;
    clip-path: polygon(0 0, 0 100%, 480px 100%, 100% 0px);
}

#section35 .block1 .p1 {
    font-size: 30px;
    font-weight: 800;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
}

#section35 .block1 .p2 {
    margin-top: 36px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 50px;
}

#section35 .block1 .p3 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-top: 50px;
}

#section35 .block2 {
    width: 50%;
    padding: 38px 65px 48px 92px;
}

#section35 .block2 .p1 {
    font-size: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
}

#section35 .block2 .form {
    margin-top: 40px;
}
#section35 .block2 .form .form-control{
    height: 45px;
}
#section35 .block2 .form .btn{
    height: 45px;
    display: block;
    width: 100%;
    background: #0047BB;
    line-height:27px;
    font-size:20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#section35 .block2 .account-href{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:14px;
    line-height:19px;
    cursor: pointer;
}

#section35 .block2 .fb {
    display: inline-block;
    margin: 0 35px;
    width: 130px;
    height: 45px;
    background: url(../../module/en/img/section10/fb-bg.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section35 .block2 .ge {
    display: inline-block;
    margin: 0 10px;
    width: 130px;
    height: 45px;
    background: url(../../module/en/img/section10/ge-bg.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section35 .block2 .oauth-sign p {
    text-align: center;
    max-width: 388px;
    margin: 0 auto 14px auto;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    ;
    position: relative;
}

#section35 .block2 .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -10px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 10px;
}
 */

/* section35 */

/* section39 */

@media (max-width:544px) {
    #section39{
        margin: 10px 0 70px 0;
    }
    #section39 .block1 {
        height: 100%;
        width: 100%;
    }

    #section39 .block1 .p1 {
        font-size: 28px;
        font-weight: 500;
        line-height: 38px;
        margin: 0 11px 43px 19px;
    }

    #section39 .block1 .p2 {
        margin-top: 36px;
        font-size: 14px;
        font-weight: 400;
        line-height: 50px;
        margin: 0 11px 0px 19px;
    }

    #section39 .block1 .p3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 46px;
        margin: 46px 11px 0 19px;
    }
}

/* section39 */

/* section40 */
@media (max-width:768px) {


#section40{
    width: 100%;
    position: relative;
    background: #000629;
}
#section40 .block2 {
    top: 0;
    position: absolute;
    height: 570px;
    width: 92vw;
    padding: 20px 10px 20px 10px;
    background: #ffffff;
    margin-left: 4vw;
    box-shadow:0px 9px 27px 0px rgba(0,0,0,0.1);
}

#section40 .block2 .p1 {
    font-size: 28px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
    line-height: 38px;
    text-align: center;
}

#section40 .block2 .form {
    margin-top: 40px;
}
#section40 .block2 .form .form-control{
    height: 45px;
}
#section40 .block2 .form .btn{
    height: 45px;
    display: block;
    width: 100%;
    background: #0047BB;
    line-height:27px;
    font-size:20px;
    margin-top: 25px;
    margin-bottom: 20px;
}
#section40 .block2 .account-href{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:14px;
    line-height:19px;
    cursor: pointer;
}

#section40 .block2 .oauth-block {
    display: flex;
    justify-content: space-between;
}
#section40 .block2 .fb_m {
    display: inline-block;
    width: 130px;
    height: 45px;
    background: url(../img/section38/fb-bg.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section40 .block2 .ge {
    display: inline-block;
    width: 130px;
    height: 45px;
    background: url(../img/section38/ge-bg.png) no-repeat;
    cursor: pointer;
    overflow: hidden;
}

#section40 .block2 .oauth-sign p {
    text-align: center;
    max-width: 388px;
    margin: 0 auto 14px auto;
    border-bottom: 1px solid rgba(51, 51, 51, 1);
    ;
    position: relative;
}

#section40 .block2 .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -10px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 10px;
}
#section40 .part1{
    width: 100%;
    height: 240px;
    background:#FFFFFF;
}
#section40 .remarks{
    position: absolute;
    color: #333333;
    z-index: 9;
    font-size: 12px;
    line-height: 18px;
    bottom: 10px;
    left: 42px;
    right: 40px;
    text-align: center;
}
#section40 .part2{
    width: 100%;
    height: 330px;
    background: #000629;
}
}
/* section40 */
/* service-online */
.service-online {
    box-sizing: border-box;
    position: fixed;
    bottom: 80px;
    right: 40px;
    cursor: pointer;
    z-index: 9;
}

.service-online img {
    display: block;
    width: 60px;
    height: 60px;
}

.service-online a {
    display: block;
    color: #FFFFFF;
    line-height: 18px;
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
    cursor: pointer; 
}
.email_input_close_btn {
    color: #ffffff;
}

@media screen and (max-width: 768px){
    .service-online {
        bottom: 83px;
        right: 10px;
    }
    .service-online img {
        width: 56px;
        height: 56px;
    }
}
.yhead th{
    border: 1px solid #dee2e6;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle !important;
}
.tbody td{
    border: 1px solid #dee2e6;
    font-size: 12px;
}
@media (max-width: 544px){
    .modal-dialog2 {
        margin: 0.5rem auto !important;
    }
}

/* service-online */


/** 20200428  新增活动banner **/
.section51-banner1{
    background: url(../img/section51/banner-m.png) no-repeat;
    background-size: cover;
    background-position: center;
}
#section30 .section51-banner1 .left{
    padding-top:95px
}
#section30 .section51-banner1 .left .top p{
    font-size:60px;
    font-weight:800;
    color:rgba(255,255,255,1);
    line-height:67px;
}
#section30 .section51-banner1 .left .mid{
    width: 500px;
    opacity:0.8;
    padding-bottom:55px;
}
#section30 .section51-banner1 .left .mid p{
    color:rgba(255,255,255,1);
    line-height:34px;
    font-size:30px;
    font-weight:400;
}
#section30 .section51-banner1 .left .bot a{
    width:250px;
    height:70px;
    line-height: 70px;
    font-size:30px;
    font-weight:600;
    color:rgba(255,255,255,1);
    background:linear-gradient(-24deg,rgba(253,124,0,1),rgba(255,109,0,1));
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius:5px;
}
#section30 .section51-banner1 .left .bot a:hover{
    background:linear-gradient(-24deg,rgba(253,124,0,1),rgba(255,109,0,1));
}
#section30 .section51-banner1 .left{
    width: 45%;
    padding-right:0;
}
#section30 .section51-banner1 .right{
    width: 55%;
    line-height: 1;
    padding-top:80px;
    padding-right:0;
    text-align: center;
}
#section30 .section51-banner1 .right .banner-num span{
    font-size:23px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:1;
    text-align: right;
    display: inline-block;
    margin-top:6px;
}
#section30 .section51-banner1 .right .banner-num img{
    width: 107px;
    height: 56px;
    display: inline-block;
    vertical-align: top;
    margin-left:27px;
}
#section30 .section51-banner1 .right .right-img-box{
    margin-top:20px;
    width: 642px;
    height: 352px;
    position: relative;
}
#section30 .section51-banner1 .right .right-img-box li{
    width:127px;
    height:35px;
    line-height: 35px;
    font-size:18px;
    font-weight:bold;
    color:rgba(0,56,124,1);
    background:rgba(255,255,255,1);
    box-shadow:0px 11px 20px 1px rgba(0, 0, 0, 0.35);
    border-radius:10px;
    position: absolute;
    right:-12px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon1>span{
    font-size:12px;
    font-weight:bold;
    color:rgba(0,56,124,1);
    line-height: 12px;
    vertical-align: top;
    text-align: left;
    display: inline-block;
    margin-top:6px;
    margin-right: 3px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon2>span{
    font-size:13px;
    font-weight:bold;
    color:rgba(0,56,124,1);
    line-height:28px;
    vertical-align: top;
    display: inline-block;
    margin-top:4px;
    margin-right: 3px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon1{
    top:20px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon2{
    top:75px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon3{
    top:130px;
    padding-left:14px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon4{
    top:185px;
    padding-left:17px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon5{
    top:240px;
    padding-left:14px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon3::before{
    content:'';
    display: inline-block;
    width:12px;
    height:20px;
    background:url(../img/section51/icon3-m.png) no-repeat;
    background-size:cover;
    position: absolute;
    top:7px;
    left:17px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon4::before{
    content:'';
    display: inline-block;
    width:22px;
    height:22px;
    background:url(../img/section51/icon1-m.png) no-repeat;
    background-size:cover;
    position: absolute;
    top:7px;
    left:14px;
}
#section30 .section51-banner1 .right .right-img-box .item-icon5::before{
    content:'';
    display: inline-block;
    width:21px;
    height:16px;
    background:url(../img/section51/icon2-m.png) no-repeat;
    background-size:cover;
    position: absolute;
    top:9px;
    left:16px;
}
#section30 .section51-banner1 .right .more-tips{
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:33px;
    opacity:0.6;
    margin-top:10px;
    cursor: pointer;
}
#section30 .section51-banner1 .right .more-tips:hover{
    opacity:1;
}

.section51-banner2{
    background: url(../img/section51/banner-2-m.png) no-repeat;
    background-size: cover;
    background-position: center;
}
#section30 .section51-banner2 .left{
    padding-top:95px;
    padding-right:0;
    padding-left:17px;
}
#section30 .section51-banner2 .left .top p{
    font-size: 60px;
    font-weight: 800;
    color: rgba(255,255,255,1);
    line-height:1;
}
#section30 .section51-banner2 .banner-title{
    padding-top:15px;
}
#section30 .section51-banner2 .banner-title span{
    vertical-align: top;
    display: inline-block;
}
#section30 .section51-banner2 .banner-title .font1{
    font-size:30px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:1;
    margin-top:15px;
}
#section30 .section51-banner2 .banner-title .font2{
    width:auto;
    line-height:38px;
    margin:4px 0 0 10px;
    text-align: left;
    font-size:21px;
    font-weight:800;
    color:rgba(255,255,255,1);
}
#section30 .section51-banner2 .banner-title .font3{
    font-size:81px;
    font-weight:800;
    color:rgba(253,124,0,1);
    line-height:1;    
}
#section30 .section51-banner2 .banner-title .font4{
    width:8px;
    height:7px;
    font-size:17px;
    font-family:SourceHanSansSC-Bold;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:1;
}
#section30 .section51-banner2 .left .mid p{
    font-size:27px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:1;
}
#section30 .section51-banner2 .left{
    width: 45%;
}
#section30 .section51-banner2 .right{
    width: 55%;
    line-height: 1;
    padding-top:130px;
    padding-right:0;
    text-align: center;
}
#section30 .section51-banner2 .right .right-img-box{
    width: 637px;
    height: 391px;
    margin-bottom:-5px;
    position: relative;
}
#section30 .section51-banner2 .right .right-img-box p{
    font-size:25px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:20px;
    margin-top:-30px;
}
#section30 .section51-banner2 .right .more-tips{
    font-size: 20px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 33px;
    opacity: 0.6;
    cursor: pointer;
}
#section30 .section51-banner2 .right .more-tips:hover{
    opacity: 1;
}
#section30 .section51-banner2 .left .bot a{
    width:250px;
    height:70px;
    line-height: 70px;
    background:linear-gradient(-24deg,rgba(253,124,0,1),rgba(255,109,0,1));
    box-shadow:0px 3px 15px 0px rgba(0, 0, 0, 0.35);
    border-radius:5px;
    font-size:30px;
    font-weight:500;
    color:rgba(255,255,255,1);
}
#section30 .section51-banner2 .right .right-img-box li{
    width:86px;
    height:28px;
    font-weight:bold;
    position: absolute;
}
#section30 .section51-banner2 .right .right-img-box .item-icon1{
    left: 41px;
    top:-34px;
}
#section30 .section51-banner2 .right .right-img-box .item-icon2{
    left: 261px;
    top:-60px;
}
#section30 .section51-banner2 .right .right-img-box .item-icon3{
    left: 361px;
    top:-99px;
}
#section30 .section51-banner2 .right .right-img-box .item-icon4{
    left: 517px;
    top:-48px;
}
#section30 .section51-banner2 .right .right-img-box .item-icon5{
    left: 611px;
    top:34px;
}
#section30 .swiper-pagination-bullet{
    background:#ccc;
}
#section30 .swiper-pagination-bullet-active{
    background:#fff
}

.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;
}
#section30 .section51-banner2 .right .right-img-box .item-icon1{
    background:url(../img/section51/icon11-m.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#section30 .section51-banner2 .right .right-img-box .item-icon2{
    background:url(../img/section51/icon12-m.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#section30 .section51-banner2 .right .right-img-box .item-icon3{
    background:url(../img/section51/icon13-m.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#section30 .section51-banner2 .right .right-img-box .item-icon4{
    background:url(../img/section51/icon14-m.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
#section30 .section51-banner2 .right .right-img-box .item-icon5{
    background:url(../img/section51/icon15-m.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

#section30 .section51-banner1 .more-info,#section30 .section51-banner2 .more-info{
    width:auto;
    height:auto;
    line-height: 20px;
    text-align: center;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    opacity:0.5;
    border-radius:29px 0px 0px 29px;
    font-size:18px;
    font-weight:500;
    color:rgba(4,57,122,1);
    position: absolute;
    top:93px;
    right:0;    
    padding: 2px 0 2px 15px;
    cursor: pointer;
}

.header{
    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: 18px;
    margin-top:13px;
}
.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;
    }
}
@media (max-width: 768px) {
    #section30{
        padding-top:60px;
    }
}
/**banner更换**/
#section30{
    padding:0;
}
#section30 .section-child{
    padding-top:60px;
}
.header.isActive .nav li .btn{   
    background: #0047BB;
    color: #FFFFFF;
    -webkit-transition: all 2s;
    transition: all 2s;
}
#section33 .section-child .block4 p{
    margin-top:5px;
}
#section33 .section-child .block4 .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;
    margin-top:30px;
    padding:0;
    line-height: 40px;;
}
#section33 .section-child .block4 .btn:hover{
    border-color: #0047BB;
    background-color: #0047BB;
    color:#fff;
}
#section41.section-child{
    background: url(../img/section41/section41_backgroud.jpg) center no-repeat;
    background-size: cover; 
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    position: relative;
    padding-top:0;
}
#section41 .section-content{
    display: table-cell;
    vertical-align: middle;
}
#section41 .left{
    width: 100%;
    max-width: 750px;
    padding:90px 0 0 15px;
}
#section41 .right{
    width:100%;
    height: auto;
    max-width:470px;
    line-height: 1;
    margin-right:0;
    padding-right:0;
    position: relative;
    text-align: center;
}
#section41 .right img{
    vertical-align: top;
    width: 510px;
    margin-left: -65px;
}
#section41 .right p{
    font-size:20px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    position: absolute;
    bottom:70px;
    left: 0;
    width: 100%;
    text-align: center;
}
#section41 .left .top p{
    font-size:55px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height: 60px;
    text-transform: uppercase;
}
#section41 .left .mid{
    padding: 40px 0 60px ;
}
#section41 .left .mid ul li{
    width: 65%;
    float: left;
    padding-left:50px;
    margin-bottom: 20px;
    position: relative;
    min-height: 60px;
    display: table;
}
#section41 .left .mid ul li span{
    font-size:20px;
    font-weight:400;
    color:#333;
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
}
#section41 .left .mid ul li:before{
    content:'';
    display: inline-block;
    position: absolute;
    left:0;
    top:50%;
    background-repeat: no-repeat;
    background-size: cover;
}
#section41 .left .mid .banner-item1:before{
    width:40px;
    height:35px;
    margin-top:-17.5px;
    background-image: url(../img/section41/banner-item1.png);
}
#section41 .left .mid .banner-item2:before{
    width:39px;
    height:35px;
    margin-top:-17.5px;
    background-image: url(../img/section41/banner-item2.png);
}
#section41 .left .mid .banner-item3:before{
    width:31px;
    height:32px;
    margin-top:-16px;
    background-image: url(../img/section41/banner-item3.png);
}
#section41 .left .mid .banner-item4:before{
    width:41px;
    height:34px;
    margin-top:-17px;
    background-image: url(../img/section41/banner-item4.png);
}
#section41 .left .bot a{
    width:230px;
    height:65px;
    background:radial-gradient(circle,rgba(34,78,254,1),rgba(34,78,254,1));
    box-shadow:0px 3px 9px 0px rgba(0, 0, 0, 0.1);
    border-radius:10px;
    font-size:25px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:65px;
}
#section42{
    background: #000;
}
#section42 .bottom{
    width: 100%;
    max-width: 1220px;
    margin:0 auto;
    padding:30px 0 25px 20px;
}
#section42 .bottom li{
    width: 33.3%;
    float: left;
    display: table;
}
#section42 .bottom li>div{
    display: table-cell;
    vertical-align: middle;
    min-width:200px;
}
#section42 .bottom li p{
    font-size:15px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
#section42 .bottom li span{
    font-size:12px;
    font-weight:400;
    color:rgba(255,255,255,1);
    opacity:0.4;
}
#section42 .bottom li:nth-child(1) img{
    width: 124px;
    height: 111px;
    display: inline-block;
    margin-right: 10px;
}
#section42 .bottom li:nth-child(2) img{
    width: 69px;
    height: 112px;
    display: inline-block;
    margin:0 15px 0 55px;
}
#section42 .bottom li:nth-child(3) img{
    width: 90px;
    height: 104px;
    display: inline-block;
    margin:0 15px 0 35px;
}
.header .logo{
    width: 250px;
    height: 45px;
}
#section41 .logo{
    width:250px;
    height:45px;
    margin-top:36px;
    margin-bottom: 25px;;
}


/***20200609 **/
#section41.section-child{
    background: #F7F7F7;
    background-color:#f7f7f7;
    background-image:url(../img/section52/banner-img.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 220px) center;
    background-size: auto 100%;
    position: relative;
}
#section30 .content{
    max-width: 1200px;
}
#section41 .left{
    padding-left: 0;
    padding-top: 0;
    max-width: 720px;
}
#section41 .logo{
    width: 325px;
    height: 60px;
}
#section41 .left .top p{
    font-size:52px;
    color:rgba(51,51,51,1);
}
#section41 .left .mid{
    padding-bottom:25px;
}

#section41 .left .mid ul li{
    line-height: 34px;
    color: #333;
    width: 43%;
}
#section41 .left .mid .banner-item1:before{
    width:39px;
    height:34px;
    background-image: url(../img/section52/banner-item1.png);
}
#section41 .left .mid .banner-item2:before{
    width:36px;
    height:33px;
    background-image: url(../img/section52/banner-item2.png);
}
#section41 .left .mid .banner-item3:before{
    width:29px;
    height:32px;
    background-image: url(../img/section52/banner-item3.png);
}
#section41 .left .mid .banner-item4:before{
    width:40px;
    height:34px;
    background-image: url(../img/section52/banner-item4.png);
}
#section41 .banner-btn{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    height: 120px;
}
#section30 .left .bot a{
    width:200px;
    height:55px;
    line-height: 55px;
    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;
}
#section30 .left .bot a.sell,
#section31 .block2 .right a.sell,
#section31 .block4 .trade-btn a.sell{
    background:linear-gradient(268deg,rgba(231,77,79,1),rgba(236,100,102,1));
}
#section30 .left .bot a.buy,
#section31 .block2 .right a.buy,
#section31 .block4 .trade-btn a.buy{
    background:linear-gradient(268deg,rgba(70,184,105,1),rgba(99,196,128,1));
}
#section30 .left .bot a:hover{
    opacity: 1;
}
#section41 .right{
    position: absolute;
    top:0;
    right:300px;
    max-width: none;
    margin:0;
}
#section31 .section-child{
    padding-top:55px;
    padding-bottom:60px;
}
#section31 .block1{
    padding: 0;
}
#section31 .block1 h3{
    font-size:35px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:24px;
    text-align: center;
    text-transform: uppercase;
}    
#section31 h3::after{
    content:'';
    display: block;
    width:80px;
    height: 2px;;
    margin: 20px auto 0;
    background: #1B76FB;
}
#section31 .block1 ul li{
    float: left;
    width: 33.3%;
    text-align: center;
    padding-top:60px;
    padding-bottom:55px;
}
#section31 .block1 ul li:nth-child(1) img{
    width: 79px;
    height: 73px;
    margin-bottom: 7px;
}
#section31 .block1 ul li:nth-child(2) img{
    width: 88px;
    height: 77px;
    margin-bottom: 3px;
}
#section31 .block1 ul li:nth-child(3) img{
    width: 89px;
    height: 68px;
    margin-bottom: 12px;
}
#section31 .block1 ul li h4{
    font-size:25px;
    font-weight:400;
    color:rgba(51,51,51,1);
    margin-top:40px;
    margin-bottom: 25px;
    min-height: 48px;
    line-height: 48px;
}
#section31 .block1 ul li p{
    font-size:20px;
    font-weight:300;
    color:rgba(51,51,51,1);
    opacity:0.7;
    line-height: 24px;
}
#section31 .block1 ul li:last-child h4,
#section31 .block1 ul li:last-child p{
    max-width: 320px;
    line-height: 24px;;
    margin-left: auto;
    margin-right: auto;
}
#section31 .background-box,
#section33 .background-box{
    background-color: #F7F7F7;
    overflow: hidden;
}
#section31 .block2{
    background-color: #F7F7F7;
    padding:0;
}
#section31 .block2 .left{
    width: 50%;
    padding:0;
}
#section31 .block2 .right{
    padding-left: 80px;
    padding-top: 70px;
    width: 50%;
    padding-right: 50px;
}
#section31 .block2 .right h3{
    font-size:35px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:34px;
    text-transform: uppercase;
}
#section31 .block2 .right h3::after{
    margin:20px 0 0;
}
#section31 .block2 .right p{
    font-size:20px;
    font-weight:300;
    color:rgba(51,51,51,1);
    opacity:0.7;
    margin:35px 0 30px;
}
#section31 .block2 .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 .block2 .right a:hover{
    opacity: 1;
}
#section31 .block3{
    max-width: 1220px;
    margin: 0 auto;
    padding-top:55px;
}
#section31 .block3 h3{
    font-size:35px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:24px;
    text-align: center;
    text-transform: uppercase;
}
#section31 .block3 h3::after{
    margin-top:35px;
}
#section31 .block3 ul li{
    float: left;
    width: 280px;
    border:1px solid rgba(212,212,212,1);
    border-radius:5px;
    padding:30px 0 0 20px;
    min-height: 280px;
    margin:50px 15px;
    cursor: pointer;
}
#section31 .block3 ul li h4{
    font-size:25px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;
    height: 36px;
    margin-bottom: 15px;
}
#section31 .block3 ul li p{
    font-size:20px;
    font-weight:300;
    color:#333333;
    padding-right: 20px;
    padding-bottom: 25px;
    line-height:24px;
    opacity:0.7;
}
#section31 .block3 ul li:first-child{
    margin-left: 0;
}
#section31 .block3 ul li:last-child{
    margin-right: 0;
}
#section31 .block3 ul li h4::before{
    content:'';
    display: inline-block;
    height:36px;
    width: 36px;
    background-color:#f7f7f7;
    background-image:url(../img/section52/what_icon1.png);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0;
    margin-right: 15px;
    vertical-align: top;
    border-radius:50%;
}
#section31 .block3 ul li:nth-child(1) h4::before{
    background-image:url(../img/section52/what_icon1.png);
    background-size: 27px 22px;
}
#section31 .block3 ul li:nth-child(2) h4::before{
    background-image:url(../img/section52/what_icon2.png);
    background-size: 17px 19px;
}
#section31 .block3 ul li:nth-child(3) h4::before{
    background-image:url(../img/section52/what_icon3.png);
    background-size: 23px 22px;
}
#section31 .block3 ul li:nth-child(4) h4::before{
    background-image:url(../img/section52/what_icon4.png);
    background-size: 25px 21px;
}
#section31 .block3 ul li:hover{
    border-color:#2E82FD;
    background:#2E82FD;
}
#section31 .block3 ul li:hover h4{
    color: #fff;
}
#section31 .block3 ul li:hover p{
    color: #fff;
}
#section31 .block4 {
    max-width: 1220px;
    margin: 0 auto;
}
#section31 .block4 .left {
    padding: 70px 0 0 25px;
    width: 36%;
    float: left;
}
#section31 .block4 h3 {
    font-size: 35px;
    font-weight: 500;
    color: rgba(51,51,51,1);
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
}
#section31 .block4 h3::after{
    margin:30px 0 0 0;
}
#section31 .block4 .left p {
    margin-top: 28px;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    width: 500px;
}
#section31 .block4 .right {
    width: 41%;
    float: right;
    margin-top:28px;
    padding: 0;
    position: relative;
}
#section31 .block4 .right img{
    width: 100%;
    height: auto;
}
#section31 .block4 .trade-btn {
    position: absolute;
    left: -250px;;
    bottom: 0;
    width: 400px;
    height: 285px;
    background: url(../img/section52/item_img9.png) no-repeat;
    background-size: cover;
    padding-top: 198px;
    padding-left: 142px;
}
#section31 .block4 .trade-btn a{
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width:110px;
    height:30px;
    line-height:30px;
    box-shadow:-3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius:2px;
    font-size:15px;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin: 0 2px;
}
#section31 .block5{
    max-width: 1220px;
    margin: 0 auto;
}
#section31 .block5 .left{
    float: left;
    width: 58%;
    margin:162px 0 0;
    position: relative;
}
#section31 .block5 .left img{
    width: 100%;
}
#section31 .block5 .right{
    float: right;
    width: 42%;
    padding-top: 188px;
    padding-left: 50px;
}
#section31 .block5 .right h3{
    font-size:35px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:36px;
    margin-bottom: 44px;
    text-transform: uppercase;
}
#section31 .block5 .right h3::after{
    margin:22px 0 0;
}
#section31 .block5 .right ul li{
    font-size:20px;
    font-weight:300;
    color:rgba(44,44,44,1);
    line-height:1;
    margin-bottom: 15px;
    opacity:0.7;
    position: relative;
    padding-left: 38px;
    line-height: 24px;
}
#section31 .block5 .right ul li::before{
    content:'';
    position: absolute;
    left: 0;
    top: 3px;
    height:18px;
    width: 18px;
    background: url(../img/section52/tips.png) no-repeat;
    background-size: cover;
}
#section31 .block5 .left .animated-icon1{
    position: absolute;
    width: 171px;
    height: 134px;
    top:-40px;
    left: 78px;
    background: url(../img/section52/item_icon1.png) no-repeat;
    background-size: cover;
}
#section31 .block5 .left .animated-icon2{
    position: absolute;
    width: 236px;
    height: 194px;
    top:15px;
    right: -20px;
    background: url(../img/section52/item_icon2.png) no-repeat;
    background-size: cover;
}
#section31 .block5 .left .animated-icon3{
    position: absolute;
    width: 278px;
    height: 281px;
    bottom: -45px;
    left: -120px;
    background: url(../img/section52/item_icon3.png) no-repeat;
    background-size: cover;
}
#section33 .section-child .block1 h3{
    font-size:35px;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height:36px;
    text-transform: uppercase;
}
#section33 .section-child{
    padding:70px 0 43px;
}
#section33 .section-child .block1 h3::after{
    content:'';
    display: block;
    width:80px;
    height:2px;
    background:rgba(27,117,251,1);
    margin:20px auto 0;
}
#section33 .section-child .block1 .wrap{
    margin-bottom: 30px;
    margin-top: 60px;
}
#section33 .section-child .block1 .wrap .inner{
    text-align: center;
    max-width: 400px;
    position: relative;
}
#section33 .section-child .block1 .wrap .inner.mid{
    max-width: 427px;
}
#section33 .section-child .block1 .wrap h5{
    font-size:25px;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:36px;
    margin:30px 0
}
#section33 .section-child .block1 .wrap p{
    font-size:20px;
    font-weight:300;
    color:rgba(51,51,51,1);
    opacity:0.7;
    line-height: 22px;
    margin: 0 auto;
}
#section33 .section-child .block1 .wrap .inner img{
    width: 100%;
    height: 250px;
}
#section33 .section-child .block1 .wrap .inner.mid .layer-icon{
    width:254px;
    height: 192px;
    background:url(../img/section52/item_img6.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: -31px;
    top: 126px;
}
#section33 .section-child .block1 .wrap .inner.last .layer-icon{
    width:185px;
    height: 184px;
    background:url(../img/section52/butter.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: -46px;
    top: -40px;
}
#section33 .tips-btn{
    font-size:15px;
    font-weight:200;
    font-style: italic;
    color:rgba(51,51,51,1);
    line-height:24px;
    opacity:0.7;
    cursor: pointer;
}
#section33 .tips-btn:hover{
    opacity: 1;
}
#section33 .section-child .block1 .wrap .first p{
    width: 250px;
}
#section33 .section-child .block1 .wrap .mid p{
    width: 355px;
}
#section33 .section-child .block1 .wrap .last p{
    width: 310px;
}

.section47{
	width: 100%;
    margin: -85px auto 0;
    background-color: #192135;
    background-image: radial-gradient(#24324B, #000000);
}
.section47 ul{
	width: 100%;
}
.section47 ul li{
	width: 33.3%;
	float: left;
	padding:0 0;
}
.section47 .row-award {
    width: 1220px;
    margin: 0 auto;
    text-align: center;
	padding:210px 0 100px;
    color: #FFFFFF;
}
.section47 .row-award h3{
	line-height: 1;
	margin:0;
    font-size:35px;
	font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:rgba(255,255,255,1);
    margin-bottom: 75px;;
}
.section47 .row-award h3::after{
	content: '';
	display: block;
	height: 2px;
	width: 80px;
	background: #3370F6;
	margin:25px auto 0;
}
.section47 ul li{
	width: 25%;
}
.section47 .row-award .content{
	height: 210px;
	line-height: 210px;
    margin:0;
    font-size:55px;
    font-weight:bold;
    color:rgba(255,255,255,1);
}
.section47 .row-award .content>strong{
    color: #1E53FF;
    font-weight: bold;
}
.section47 .row-award .content-btn{
	width:330px;
	height:75px;
	background:linear-gradient(4deg,rgba(48,110,246,1),rgba(75,128,247,1));
	box-shadow:0px 9px 9px 0px rgba(0, 0, 0, 0.35);
	border-radius:5px;
	line-height:47px;
	margin:100px auto 0;
}
.section47 .row-award .content-btn a{
	font-size:25px;
	font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:rgba(255,255,255,1);
	text-decoration: none;
}
.section47 .row-award .content-btn a:hover{
	color: #fff;;
}
.section47 ul li img{
	vertical-align: top;
}
.section47 ul li:nth-of-type(2) img.mid{
	width: 187px;
	height: 167px;
	margin-top:10px;
} 
.section47 ul li:nth-of-type(3) img{
	width: 119px;
	height: 193px;
	margin-top:10px;
} 
.section47 ul li:nth-of-type(4) img{
	width: 152px;
	height: 176px;
} 
.section47 .row-award .row-award-span{
	font-size:20px;
	font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:rgba(255,255,255,1);
    line-height:36px;
    display: block;
}
.section47 .row-award em{
	font-size:15px;
	font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	color:rgba(255,255,255,1);
	opacity:0.4;
    margin-top:15px;
    font-style: initial;
}
.section47 .row-award li:first-child .row-award-span{
	padding-top:35px
}
#section34{
    background: #F9F9F9;
    margin-top: -100px;
    z-index: 99;
    position: relative;
}
#section34 .section-child{
    padding:160px 0 90px;
}
#section34 .section-child .part1 a{
    font-size: 15px;
    color: rgba(140, 155, 165, 1);
    font-weight:400;
    text-decoration: none;
}
#section34 .section-child .part2{
    font-size:15px;
    font-weight:400;
    color:rgba(77, 85, 90, 1);
    opacity: 1;
}
body{
    min-width: 1220px;
}
.header .section-child{
    height: 65px;
    line-height: 65px;
}
.header img.logo{
    margin-top:10px;
    width: 160px;
    height: 30px;
    vertical-align: top;
}
.header .nav li{
    height: 50px;
}
.header .nav li .btn{
    width:120px;
    height:40px;
    line-height:40px;
    display: inline-block;
    background:linear-gradient(4deg,rgba(23,116,251,1),rgba(59,133,251,1));
    box-shadow:0px 1px 3px 0px rgba(0, 0, 0, 0.35);
    border-radius:5px;
    font-size:15px;
    margin-top:3px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding:0;
    float: right;
}
#section31 .block5 .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;
}
#section33 .section-child .block1 .wrap .inner .layer-icon:hover{
    transition: all 0s ease 0s, all 0.2s ease 0s;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    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;
    }
    #section41.section-child{
        padding-top:60px;
        display: block;
        background: #f7f7f7;
    }
    #section30 .content{
        padding-top:0;
        max-width: none;    
        display: table;
        height: 100%;
        min-height: auto;
        padding:0
    }
    #section41 .section-content{
        display: block;
        height: 100%;
    }
    #section41 .section-content .d-md-none{
        height: 100%;
        display: flex;
        flex-flow: column;
    }
    #section41 .section-content .d-md-none .top{
        flex: 1;
        overflow: auto;
    }
    #section41 .section-content .d-md-none .top>div{
        display: table;
        width: 100%;
        height: 100%;
    }
    #section41 .section-content .d-md-none .top>div>div{
        display: table-cell;
        vertical-align: middle;
    }
    #section41 .section-content .d-md-none .bottom{
        width: 100%;
    }
    @media (max-width:768px){
        #section41 .section-content .d-md-none .bottom img{
            width: 100%;
            height: 325px;
        }
    }
     
    #section41 .d-md-none .top p{
        font-size:28px;
        font-weight:800;
        color:rgba(51,51,51,1);
        text-transform: uppercase;
        line-height: 36px;
    }
    #section41 .d-md-none .bot .download{
        width:210px;
        height:47px;
        display: inline-block;
        line-height: 47px;
        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 .block1 h3{
        font-size:23px;
        line-height:12px;
    }
    #section31 h3::after{
        height:1px;
        width: 40px;
    }
    #section31 .block1{
        padding-bottom: 56px;;
    }    
    #section31 .block2{
        padding-bottom: 50px;
        position: relative;
    }
    #section31 .block1 ul li{
        width: 100%;
        padding-top:50px;
        padding-bottom: 0;
    }
    #section31 .block1 ul li h4{
        margin-top:20px;
        font-size:20px;
        min-height: auto;
        line-height: 1;
        margin-bottom: 12.5px;
    }
    #section31 .block1 ul li p{
        font-size:15px;
        opacity:0.7;
        width: 300px;
        margin: 0 auto;
        line-height: 17px;
    }
    #section31 .block1 ul li:last-child p{
        max-width: 230px;
        line-height: 17px;
    }
    #section31 .block2 .left{
        margin-top: 127px;
        width: 100%;
    }
    #section31 .block2 .right{
        width: 100%;
        padding:0 35px;
    }
    #section31 .block2 .right h3{
        font-size:23px;
        text-align: center;
        line-height: 23px;
        position: absolute;
        top:47px;
        left: 0;
        right: 0;
    }
    #section31 .block2 .right p{
        font-size:15px;
        line-height: 17px;
        text-align: center;;
    }
    #section31 .block2 .right a{
        width:140px;
        height:40px;
        font-size:18px;
        line-height:40px;
        margin:0 10px;
    }
    #section31 .block2 .right a:first-child{
        margin-left: 0;
    }
    #section31 .block2 .right a:last-child{
        margin-right: 0;
    }
    #section31 .block2 .right h3::after,
    #section31 .block3 .right h3::after,
    #section31 .block4 h3::after,
    #section31 .block5 .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;
    }
    #section31 .block3 ul li{
        width: 47%;
        margin:0 2% 20px;
        padding: 0;
        min-height: 210px;
    }
    #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:16px;
        line-height: 18px;
        position: relative;
        padding-left: 45px;
        padding-right: 10px;
        margin-top:20px;
        margin-bottom: 15px;
        height: auto;
        display: flex;
        flex-flow: column;
        justify-content: center;
    }
    #section31 .block3 ul li h4::before{
        width: 30px;
        height: 30px;
        position: absolute;
        top:0;
        left: -3px;
        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 .block4{
        max-width: none;
        min-height: 445px;;
        background: url(../img/section52/item_img2-m.png) no-repeat;
        background-size: cover;
        background-position: center bottom;
    }
    #section31 .block4 .left{
        width: 100%;
        padding:0;
    }
    #section31 .block4 .right{
        width: 100%;
    }
    #section31 .block4 h3{
        font-size:23px;
        text-align: center;
        line-height: 1;
        margin-top: 40px;
    }
    #section31 .block4 h3::after{
        margin-top: 18px;;
    }
    #section31 .block4 .left p{
        margin-top:23px;
        font-size:15px;
        line-height: 18px;
        width: auto;
        margin:23px 50px 0;
        text-align: center;
    }
    #section31 .block4 .right img{
        display: none;
    }
    #section31 .block4 .trade-btn{
        position: relative;
        width: 100%;
        left: auto;
        padding:0;
        background: none;
        height: auto;
        text-align: center;
    }
    #section31 .block4 .trade-btn a{
        width:140px;
        height:40px;
        line-height: 40px;
        font-size:18px;
    }
    #section31 .block5{
        max-width: none;
        position: relative;
    }
    #section31 .block5 .left{
        width: 100%;
        margin-top:130px;
    }
    #section31 .block5 .left img{
        width: 95%;
        height: 288px;
        float: right;
    }
    #section31 .block5 .right{
        width: 100%;
        padding:0;
    }
    #section31 .block5 .right h3{
        text-align: center;
        font-size:23px;
        line-height:1;
        position: absolute;
        top:53px;
        left: 0;
        right: 0;
    }
    #section31 .block5 .right h3::after{
        margin-top:16px;
    }
    #section31 .block5 .left .animated-icon1{
        background-image: url(../img/section52/item_icon1-m.png);
        width: 57px;
        height: 46px;
        top:-17px;
        left: 55px;
    }
    #section31 .block5 .left .animated-icon2{
        background-image: url(../img/section52/item_icon2-m.png);
        width: 87px;
        height: 87px;
        top:24px;
        right: 5px;
    }
    #section31 .block5 .left .animated-icon3{
        background-image: url(../img/section52/item_icon3-m.png);
        width: 88px;
        height: 99px;
        bottom: 5px;
        left: 0;
    }
    #section31 .block5 .right ul li{
        font-size:15px;
        line-height:24px;
        margin-bottom: 6px;
        margin-left: 24px;;
        margin-right: 29px;
    }
    #section31 .block5 .right ul li::before{
        height: 12px;
        width: 12px;
        top:6px
    }
    #section31 .block5 .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;
    }
    #section33 .section-child{
        position: relative;
    }
    #section33 .section-child{
        padding-top:150px;
        max-width: none;
    }
    #section33 .section-child .block1 .wrap{
        margin:0;
    }
    #section33 .section-child .block1 .wrap .inner{
        width: 100%;
        max-width: none;
        margin-bottom: 30px;
    }
    #section33 .section-child .block1 .wrap .inner.last .layer-icon{
        right: 0;
        top:-40px
    }
    #section33 .section-child .block1 .wrap .last p{
        width:230px;
        font-size:15px;
    }
    #section33 .tips-btn{
        font-size:12px;
        font-weight:200;
        line-height:12px;
    }
    .section47{
        margin:0;
    }
    .section47 .row-award{
        width: 100%;
        padding:0;;
    }
    .section47 .row-award h3{
        font-size:23px;
        font-weight:bold;
        color:rgba(255,255,255,1);
        line-height: 1;
        margin:54px 0 0;
    }
    .section47 .row-award h3::after{
        height: 1px;
        width: 40px;
        margin-top:19px;
    }
    .section47 ul{
        margin:20px 20px 30px;
    }
    .section47 ul li{
        width: 50%;
        float: left;
        padding:35px 10px;
    }
    .section47 .row-award .content{
        font-size:28px;
        font-weight:800;
        line-height:19px;
        height: 130px;
        line-height: 130px;
    }
    .section47 ul li:nth-of-type(2) img.mid{
        width: 122px;
        height: auto;
    }
    .section47 ul li:nth-of-type(3) img{
        width: 78px;
        height:auto;
    }
    .section47 ul li:nth-of-type(4) img{
        width: 99px;
        height:auto;
    }
    .section47 .row-award .row-award-span{
        font-size:15px;
        font-weight:500;
        color:rgba(255,255,255,1);
        line-height:18px;
    }
    .section47 .row-award .row-award-span>br{
        display: none;
    }
    .section47 .row-award em{
        font-size:12px;
        line-height: 12px;
        display: block;
    }
    #section31 .block4 .trade-btn:hover,
    #section31 .block5 .left .animated-icon>div:hover,
    #section33 .section-child .block1 .wrap .inner .layer-icon:hover{
        transition: all 0 ease 0;
        transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
    }
    #section34 .section-child{
        text-align: left;
        font-size: 13px;
        padding:40px 22px 22px 22px;
    }
    #section34 .section-child .part2{
        margin-top:18px;
    }
    .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:15px;
		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 .block2 .right .link{
        text-align: center;
    }
}
@media (max-width: 375px){
    #section31 .block2 .right a{
        width: 130px;
        margin:0 5px;
    }
}
@media (max-width: 350px){
    #section41 .d-md-none .top p{
        font-size:24px
    }
    #section41 .d-md-none .bot .download{
        margin-top:20px;
    }
    #section31 .block2 .right a{
        width: 120px;
        margin:0
    }
    #section31 .block4{
        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);}
}

/* 20201020 添加语言切换功能*/
.header img.logo{
    margin-top:5px;
}
.header .nav{
    height: 40px;
}
.header .nav li{
    display: inline-block;
    vertical-align: top;
    height:40px;
}
.header .nav li a{
    vertical-align: top;
}
.header .nav li .btn{
    margin-top:0;
}
.header .nav li a img {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.header .nav li .collapse-nav{
    line-height: 40px;
}
.navbar-toggler{
    float:right;
    margin-left: 10px;
}
#collapsibleNavbar{
    border-top:1px solid #ccc
}

/* 20210203表单注册部分 */
.section11 {
    max-width: none;
    padding: 0;
    height: 600px;
    width: 100%;
    background: url(../img/common/bg-6.jpg) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.section11 .section-box {
    width: 920px;
    margin: 0 auto;
    background: none;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    box-shadow: 10px 10px 30px 10px rgb(0 0 0 / 10%);
}
.section11 .section-content {
    display: flex;
    justify-content: flex-end;
}
.section11 .content-left, .section11 .content-right {
    width: 50%;
}
.section11 .content-left {
    padding: 55px 0 72px 50px;
    background: #fafafa;
}
.section11 .content-left ul {
    margin-top: 30px;
}
.section11 .content-left ul li {
    height: 120px;
    width: 50%;
    float: left;
    position: relative;
    padding: 0 10px 0 60px;
    text-align: left;
    display: table;
}
.section11 .content-left ul li {
    width: 100%;
    height: 62px;
    margin-top: 16px;
    padding-left: 65px;
    position: relative;
}
.section11 .content-left ul li i {
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
}
.section11 .content-left ul li:nth-of-type(1) i {
    width: 41px;
    height: 47px;
    background: url(../img/common/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.section11 .content-left ul li:nth-of-type(2) i {
    width: 37px;
    height: 50px;
    background: url(../img/common/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.section11 .content-left ul li:nth-of-type(3) i {
    width: 43px;
    height: 49px;
    background: url(../img/common/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.section11 .content-left ul li:nth-of-type(4) i {
    width: 48px;
    height: 40px;
    background: url(../img/common/icon4.png) no-repeat;
    background-size: 100% 100%;
}
.section11 .content-left ul li span {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: table-cell;
    vertical-align: middle;
}
.section11 .content-left ul li span {
    font-weight: 500;
    line-height: 27px;
}
.section11 .content-right {
    border: none;
    background: #fff;
    width: 460px;
    height: 550px;
    border-radius: 8px 6px 6px 6px;
    margin: 0;
}
.section11 .content-right .content-title .titie {
    font-size: 30px;
    font-weight: bold;
    color: rgba(51,51,51,1);
    line-height: 28px;
    margin: 70px auto 40px;
    max-width: 366px;
}
.section11 .content-right .content-title .titie {
    margin-top: 60px;
    margin-bottom: 10px;
}
.form-mode {
    width: 100%;
    margin: 20px auto 5px;
    padding-bottom: 15px;
    max-width: 366px;
    text-align: left;
}
.form-mode .signUp {
    display: inline-block;
}
.form-mode .signUp-on, .form-mode.email-mode .signUp-off {
    line-height: 22px;
    font-weight: bold;
    padding-right: 0px;
    border-bottom: 4px solid rgb(25, 91, 221);
    font-size: 12px;
    color: rgb(51, 51, 51);
    margin-left: 0;
}
.form-mode .signUp-off, .form-mode.email-mode .signUp-on {
    font-size: 12px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 22px;
    margin-left: 15px;
    cursor: pointer;
    border-bottom: 0;
}
.form-mode.email-mode .signUp-off{
	float: left;
}
.section11 .form-container {
    padding: 0;
    background: none;
    border: 0;
    height: auto;
}
.section11 #section38 .wrap-form, .right-register #section38 .wrap-form {
    width: 100%;
    height: auto;
    box-shadow: none;
    margin: 0;
}
.section11 #section38 .block2, .right-register #section38 .block2 {
    max-width: 366px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 0 48px;
}
.section11 #section38 .block2 .form, .right-register #section38 .block2 .form {
    margin: 0;
}
#section38 .form .form-group.p1, #section38 .form .form-group.p2 {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    margin-bottom: 20px;
    height: 40px;
}
.form-group {
    margin-bottom: 20px;
    padding: 0;
}
.input-group-prepend {
    margin-right: -1px;
}
#section38 .form .input-group-prepend {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    border: none;
    height: 40px;
}
.input-group-append .btn, .input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn, .input-group-prepend .btn {
    width: 100%;
    height: 100%;
    font-size: 16px;
}
#section38 .dropdown-menu {
    top: 2px !important;
    left: -1px !important;
    width: 180px;
}
#section38 .item {
    display: block;
    width: 100%;
    padding: .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;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#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 .block2 .form .form-control {
    box-shadow: none;
    border-color: #ced4da;
    height: 38px;
}
#section38 .form .p2 input {
    display: inline-block;
    width: 227px;
    vertical-align: middle;
    border: none;
    height: 38px;
    box-shadow: none;
    border-color: #ced4da;
}
#section38 .block2 .form .form-control {
    box-shadow: none;
    border-color: #ced4da;
    height: 38px;
}
#section38 .form .p2 a {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    border-left: 1px solid #ced4da;
    color: #007bff;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
}
.section11 #section38 .form .p2 a, .right-register #section38 .form .p2 a {
    width: 130px;
}
#section38 .vaild-tips {
    color: red;
    display: block;
    padding: 10px 0;
}
.right-register #section38 .block2 .form .btn-regist, .section11 #section38 .block2 .form .btn-regist {
    background: #1D6EE1;
    border: 1px solid #1D6EE1;
    font-size: 15px;
    height: 38px;
    line-height: 38px;
    padding: 0;
    width: 100%;
    color: #ffffff;
}
#section10 .oauth-sign, #section38 .block2 .oauth-sign {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 15px;
}
.right-register #section38 .oauth-sign p, .section11 #section38 .oauth-sign p {
    max-width: 388px;
    margin: 0 auto 25px auto;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    border-color: #E7E8EC;
    text-align: center;
}
#section38 .block2 .oauth-sign p {
    margin: 0;
    text-align: left;
    border-bottom: none;
    position: relative;
}
.right-register #section38 .oauth-sign p span, .section11 #section38 .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 0 10px;
    color: #AEB0C0;
    background: #fff;
}
#section10 .right-item .oauth-sign p span, #section38 .block2 .oauth-sign p span {
    text-align: left;
    font-size: 14px !important;
    color: rgb(153, 153, 153);
    position: static;
}
.section-content .oauth-sign .form-group, .register-content .oauth-sign .form-group {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin: 0;
}
#section10 .right-item .fb, #section38 .block2 .fb {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px !important;
    border-radius: 2px;
    cursor: pointer;
    background: url(../img/section39/fb-bg.png) no-repeat;
    background-size: cover;
}
#section10 .right-item .ge, #section38 .block2 .ge {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px !important;
    border-radius: 2px;
    cursor: pointer;
    background: url(../img/section39/ge-bg.png) no-repeat;
    background-size: cover;
}
#section10 .right-item .apple, #section38 .apple {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px !important;
    border-radius: 2px;
    cursor: pointer;
    background: url(../img/section39/apple-bg.png) no-repeat;
    background-size: cover;
}
.right-register #section38 .account-href, .section11 #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;
}
.section11 #section10, .right-register #section10 {
    background: none;
    padding: 0;
    display: none;
}
.section-child .right-item > div:nth-of-type(3) {
    text-align: center;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
#section10 .row {
    margin: 0;
}
#section10 .left-item, #section10 .right-item {
    padding: 0;
}
.section11 #section10 .right-item .form-control, .right-register #section10 .right-item .form-control {
    max-width: 366px;
    height: 45px;
    margin: 0 auto;
}
#section10 .right-item .vaild-tips {
    display: block;
    color: #FFFFFF;
    padding: 10px 0;
}
#section10 .right-item .vaild-tips {
    color: red;
}
.section11 #section10 .right-item button.btn, .right-register #section10 .right-item button.btn {
    margin: 0 auto;
    max-width: 366px;
    width: 100%;
    height: 40px;
    background-color: #8CADEE;
    border-radius: 3px;
    border-color: #8cadee;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    outline: none;
}
.section11 #section10 .right-item button.btn, .right-register #section10 .right-item button.btn {
    background: #1D6EE1;
    border: 1px solid #1D6EE1;
    padding: 0;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
}
#section10 .oauth-sign, #section38 .block2 .oauth-sign {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 15px;
}
#section10 .oauth-sign {
    max-width: 366px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
}
#section10 .right-item .oauth-sign p, .section-content .oauth-sign p, .register-content .oauth-sign p {
    max-width: none;
    border: none;
    margin: 0 auto;
    position: relative;
}
.section11 #section10 .right-item .oauth-sign p, .right-register #section10 .right-item .oauth-sign p {
    border-color: #E7E8EC;
}
#section10 .right-item .oauth-sign p span {
    display: inline-block;
    text-align: center;
    position: relative;
    bottom: -10px;
    background: #25447C;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,1);
    line-height: 20px;
    padding: 0 10px;
}
#section10 .right-item .oauth-sign p span, #section38 .block2 .oauth-sign p span {
    text-align: left;
    font-size: 14px !important;
    color: rgb(153, 153, 153);
    position: static;
}
.section11 #section10 .right-item .oauth-sign p span, .right-register #section10 .right-item .oauth-sign p span {
    color: #AEB0C0;
    background: #fff;
}
.section-content .oauth-sign .form-group, .register-content .oauth-sign .form-group {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    margin: 0;
}
#section10 .right-item .fb, #section38 .block2 .fb {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px !important;
    border-radius: 2px;
    cursor: pointer;
    background: url(../img/section39/fb-bg.png) no-repeat;
    background-size: cover;
}
#section10 .right-item .ge, #section38 .block2 .ge {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px !important;
    border-radius: 2px;
    cursor: pointer;
    background: url(../img/section39/ge-bg.png) no-repeat;
    background-size: cover;
}
#section10 .right-item .apple, #section38 .apple {
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px !important;
    border-radius: 2px;
    cursor: pointer;
    background: url(../img/section39/apple-bg.png) no-repeat;
    background-size: cover;
}
#section10 .right-item .account-href {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,1);
    line-height: 24px;
    text-decoration: underline;
    margin-bottom: 20px;
    cursor: pointer;
}
.section11 #section10 .right-item .account-href, .right-register #section10 .right-item .account-href {
    color: #185BDD;
    margin-bottom: 0;
}
.content-left .content-title p {
    width: 100%;
    height: auto;
    font-size: 30px;
    font-weight: bold;
    color: #252525;
}
.content-left .content-title p::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #1B76FB;
}
#register .modal-dialog {
    max-width: 550px;
}
.register-box {
    min-height: 100%;
    position: relative;
    padding: 47px 30px;
}
.box-close {
    position: absolute;
    overflow: hidden;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-indent: -300px;
    right: 16px;
    top: 16px;
    z-index: 1200;
}
.box-close:after, .box-close:before {
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 26px;
    height: 1px;
    content: "";
    background-color: #b8bfc6;
}
.box-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.box-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.register-btn-box {
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    height: 150px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 27px 0px rgb(208 208 208 / 43%);
    border-radius: 10px;
    z-index: 100;
}
.register-btn-box .a-btn {
    display: block;
    width: 336px;
    height: 72px;
    line-height: 72px;
    background: #1D6EE1;
    color: #fff;
    border-radius: 3px;
    font-size: 29px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    text-align: center;
    margin: 39px auto 0;
    text-decoration: none;
}
#register.modal.show {
    height: unset;
}
@media (max-width:768px) {
    .header {
        position: fixed;
        left: 0;
        right: 0;
    }
    .section11 {
        display: none;
    }
    #section34 .section-child {
        padding: 40px 22px 22px 22px;
    }
    #section34 {
        margin-top: 0;
    }
    #section33 .section-child {
        padding-top: 80px;
    }
    #section33 .section-child .block1 h3 {
        font-size: 23px;
        line-height: normal;
    }
    #section33 .section-child .block1 h3::after {
        width: 40px;
        height: 1px;
        margin: 15px auto 0;
    }
    #section33 .section-child .block1 .wrap .inner img {
        width: 100%;
        height: 235px;
        margin-top: 50px;
    }
    #section33 .section-child .block1 .wrap h5 {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin: 24px 0 16px;
    }
    #section33 .section-child .block1 .wrap  p {
        width: 80% !important;
        margin: 0 auto;
        font-size: 15px;
    }
}

.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;
}
.section11{
    padding-top:20px;
}
.section11 .content-right{
    height: 600px;
}

#gaSignIn,
#gaSignPhone,
#gaSignInTwo,
#gaSignPhoneTwo {
	overflow: hidden;
	position: relative;
}
#gaSignIn div[role='button'],
#gaSignPhone div[role='button'],
#gaSignInTwo div[role='button'],
#gaSignPhoneTwo div[role='button'] {
	width: 30px;
	height: 30px;
}

#gaSignIn > div,
#gaSignPhone > div,
#gaSignInTwo > div,
#gaSignPhoneTwo > div {
	position: absolute;
	opacity: 0.0001;
	top: 0;
	left: 0;
}