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: #0047BB;
    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;
    margin: 0 auto;
}

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

/* section38 */
#section38 {
    position: relative;
    width: 100%;
    background: #000629;
}
#section38 .wrap-form{
    max-width: 1066px;
    height: 590px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
/* clip-path: polygon(0 0, 0 100%, 480px 100%, 100% 0px); */
#section38 .block1 {
    height: 100%;
    width: 50%;
    background: #F5FAFF;
    padding: 44px 80px 0px 20px;
    clip-path: polygon(0 0, 0 100%, 480px 100%, 100% 0px);
}

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

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

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

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

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

#section38 .block2 .form {
    margin-top: 40px;
}
#section38 .block2 .form .form-control{
    height: 45px;
    font-size: 16px;
}
#section38 .form .p1 input {
    padding-left: 0;
}
#section38 .block2 .form .btn{
    height: 48px;
    display: block;
    width: 100%;
    line-height:35px;
    font-size:20px;
}
#section38 .block2 .account-href{
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size:14px;
    line-height:19px;
    cursor: pointer;
}

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

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

#section38 .block2 .oauth-sign p {
    text-align: center;
    max-width: 388px;
    margin: 0 auto 14px auto;
    border-bottom: 1px solid #D8D8D8;
    ;
    position: relative;
}

#section38 .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;
}
#section38 .part1{
    position: absolute;
    top: 0;
    width: 100%;
    height: 58%;
    background:#FFFFFF;
}
#section38 .remarks{
    position: absolute;
    color: #333333;
    z-index: 9;
    font-size: 14px;
    line-height: 21px;
    bottom: 12px;
    left: 50%;
    transform: translate(-50%);
}
/* section38 */
/* 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: 40px;
    display: block;
    width: 100%;
    line-height:22px;
    font-size: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;
}
.modal-dialog2 {
    margin: 4.75rem auto !important;
}
@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{
    position: fixed;
    top:0;
    left:0;
    right:0;
    background:#fff;
    z-index:999;
}
/* m-header*/
.m-header{
    height:60px;
    width: 100%;
    background: #fff;
    position: fixed;
    top:0;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}
.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;
}
#section30{
    padding-top:90px;
}
/* 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;
}
.header{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    border-bottom: 1px solid #ccc;
} 
#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;
}
#section41 .left .mid{
    padding: 30px 0 60px ;
}
#section41 .left .mid ul li{
    width: 65%;
    float: left;
    padding-left:60px;
    margin-bottom: 20px;
    position: relative;
    min-height: 60px;
    display: table;
}
#section41 .left .mid ul li span{
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,1);
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
}
#section41 .left .mid ul li.banner-item2,
#section41 .left .mid ul li.banner-item4{
    width: 35%;
}
#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;
}
.banner-logo{
    width:250px;
    height:45px;
    margin-bottom:45px;
}
@media (max-width: 1600px) and (max-height: 768px) {
    #section41 .left{
        padding-top:55px;
    }
    #section41 .right img{
        width: 90%;
    }
    #section41 .left .mid{
        padding:30px 0
    }
}
@media (max-width: 1152px) and (max-height: 864px) {
    #section41 .left{
        padding-top:55px;
        max-width: 620px;
    }
    #section41 .left .top p{
        font-size: 44px;
    }
}
@media (max-width: 1024px) and (max-height: 768px) {
    #section41 .left{
        padding-top:55px;
        max-width: 500px;
    }
    #section41 .left .top p{
        font-size: 34px;
    }
    #section41 .left .mid{
        padding:25px 0 40px
    }
    #section41 .left .mid ul li{
        width:60%
    }
    #section41 .right img{
        width: 75%;
    }
    #section42 .bottom li>div{
        min-width: auto;
    }
}

/* 电话注册 */
.clearfix:after {
    clear: both;
    display: table;
    content: ' ';
}

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

#section38 .block2 > ul {
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}

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

#section38 .block2 > ul li {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: rgb(153, 153, 153);
    line-height: 22px;
    cursor: pointer;
    border-bottom: 0;
}
#section38 .block2 > ul li:nth-of-type(2) {
    margin-left: 15px;
}

#section38 .block2 > ul li.active {
    font-weight: bold;
    border-bottom: 2px solid#196FFC;
}

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

#section38 .block2>div:nth-of-type(1)>div.active {
    display: block;
}
#section38 .block2>div:nth-of-type(1)>div.hide {
    display: none;
}

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

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

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

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

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

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

#section38 .form .p2 a {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    border-left: 1px solid #ced4da;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}


#section38 .form .p2 input {
    display: inline-block;
    width: 227px;
    vertical-align: middle;
    border: none;
    height: 38px;
    box-shadow: none;
    border-color: #ced4da;
    font-size: 15px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}

#section38 .form .p3 input {
    font-size: 15px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(151, 153, 164, 1);
}

#section38 .block2 .form .btn-regist {
    max-width: 385px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 2px;
    margin-bottom: 15px;
}

#section38 .block2 .form .btn-regist:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

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

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

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

#section38 .form .form-group.p1 .area-btn {
    font-size: 16px;
    font-family: roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

#section38 .form #areaVal {
    padding-right: 0;
    padding-left: 0;
}
#section38 .vaild-tips-email,
#section38 .vaild-tips-phone {
    color: red;
    display: block;
	text-align:center;
}
/* moblie 手机注册 */
@media (max-width: 768px) {
    #section40 .block2>div:nth-of-type(1)>div.active {
        display: block;
    }
    #section40 .block2>div:nth-of-type(1)>div.hide {
        display: none;
    } 

    #section40 .block2 > ul {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    #section40 .block2 .form {
        margin-top: 0;
    }

    #section40 .block2 > ul li {
        float: left;
        font-size: 12px;
        font-weight: 400;
        color: rgb(153, 153, 153);
        line-height: 22px;
        cursor: pointer;
        border-bottom: 0;
    }
    #section40 .block2 > ul li:nth-of-type(2) {
        margin-left: 15px;
    }
    
    #section40 .block2 > ul li.active {
        font-weight: bold;
        border-bottom: 2px solid#196FFC;
    }

    #section40 .form .form-group.p1 {
        height: 40px;
        border: 1px solid #ced4da;
        border-radius: 5px;
        margin-bottom: 6px;
    }
    #section40 .form .input-group-prepend {
        height: 38px;
        line-height: 38px;
        display: inline-block;
        width: 20%;
        vertical-align: top;
        border: none;
        margin-right: -1px;
    }
    #section40 .form .form-group.p1 .area-btn {
        font-size: 16px;
        font-weight: 400;
        color: rgba(51, 51, 51, 1);
    }
    #section40 .dropdown-menu {
        top: 2px !important;
        left: -1px !important;
        width: 180px;
    }
    #section40 .item {
        display: block;
        width: 100%;
        padding: 2.5px 15px;
        clear: both;
        font-weight: 400;
        color: #212529;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        cursor: pointer;
        font-size: 14px;
        line-height: 15px;
    }
    #section40 .item span {
        font-weight: 400;
        float: right;
    }
    #section40 .form .p1 input {
        height: 38px;
        line-height: 38px;
        box-shadow: none;
        border-color: #ced4da;
        display: inline-block;
        width: 78%;
        vertical-align: top;
        border: none;
        font-size: 16px;
        padding-left: 0;
    }
    #section40 .form .form-group.p2 {
        height: 40px;
        border: 1px solid #ced4da;
        border-radius: 5px;
        margin-bottom: 7px;
    }
    #section40 .form .form-group.p2 #sendCode {
        color: #007bff;
    }
    #section40 .form .p1 input,
    #section40 .form .p2 input,
    #section40 .block2 .form .form-control {
        height: 38px;
        line-height: 38px;
        border-color: #ced4da;
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        color: rgba(151, 153, 164, 1);
    }
    #section40 .block2 .form .p2 .form-control {
        width: 65%;
        border: none;
    }
    #section40 .block2 .form .p3 .form-control {
        border: none;
    }
    #section40 .form .form-group.p3 {
        height: 40px;
        border: 1px solid #ced4da;
        border-radius: 5px;
    }
    #section40 .form .p2 a {
        display: inline-block;
        width: 32%;
        vertical-align: middle;
        border-left: 1px solid #ced4da;
        text-align: center;
        cursor: pointer;
        font-size: 12px;
        font-weight: 400;
        color: rgba(151, 153, 164, 1);
    }
    #section40 .vaild-tips-email-m,
    #section40 .vaild-tips-phone-m {
        color: red;
        display: block;
        font-size: 12px;
    }
    #section40 .block2 .form .btn-regist {
        width: 100%;
        max-width: none;
        height: auto;
        line-height: 42px;
        padding: 0;
        font-size: 18px;
        font-weight: 400;
        color: rgba(255, 255, 255, 1);
        background-color: #007bff;
        border-color: #007bff;
        border-radius: 5px;
        margin-bottom: 0;
    }
}


.sendcode-disabled{
    cursor: no-drop !important;
    color: rgb(220, 220, 220) !important;
}
#gaSignIn,
#gaSignIn_m {
	overflow: hidden;
	position: relative;
}
#gaSignIn div[role='button'],
#gaSignIn_m div[role='button'] {
	width: 130px;
	height: 45px;
}
#gaSignIn > div,
#gaSignIn_m > div {
	position: absolute;
	opacity: 0.0001;
	top: 0;
	left: 0;
}