.jumbotron {
    background-color: #FF5949;
    padding-top: 50px;
    padding-bottom: 11px;
}
.jumbotron.dm {
    background-color: #cccccc;
    padding-bottom: 0;
    margin-bottom: 0;
}
.jumbotron .introduce {
    background: #fff;
    text-align: center;
    padding-top: 18px;
    padding-bottom: 20px;
    border-radius: 8px;
}
.jumbotron .introduce p {
    line-height: 30px;
    padding: 10px 40px 0;
    margin-bottom: 0;
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
}
.jumbotron .introduce p span {
    display: block;
    text-indent: 2em;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 50px;
    }
}
@media screen and (min-width: 1000px) {
    .jumbotron {
        padding-top: 50px;
    }
}
@media screen and (min-width: 1200px) {
    .jumbotron {
        padding-top: 70px;
    }
}
@media screen and (max-width: 999px) {
    .jumbotron .introduce {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .jumbotron .introduce .logo2 {
        height: 30px;
    }
    .jumbotron .introduce p {
        padding: 10px 10px;
        margin-bottom: 3px;
        font-size: 12px;
        line-height: 18px;
    }
    .jumbotron .introduce .login {
        margin-top: 5px;
    }
    .J_loginAndRegisterBox {
        width: 100% !important;
    }
}
.platforms {
    margin-bottom: 30px;
}
.index-img {
    max-height: 395px;
}
.platforms h2 {
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1px;
    color: #5e5e5e;
    margin-bottom: 10px;
}
.platforms h4 {
    font-size: 27px;
    line-height: 60px;
    text-align: center;
    letter-spacing: -1px;
    color: #5e5e5e;
}
.platforms p {
    text-align: center;
    color: #7E7E7E;
    margin-bottom: 25px;
}
.platforms .platform-list>li {
    float: left;
    width: 200px;
}
.platforms .platform-list>li>a {
    display: block;
    background-color: #fff;
    border: 1px solid #ECEDEF;
    text-align: center;
    padding: 24px 10px 5px;
    position: relative;
    text-decoration: none;
}
.platforms .platform-list>li>a>img {
    max-width: 100%;
}
.platforms .platform-list>li>a>.free-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 18px;
    background: url("../img/home/free_icon.png") no-repeat top right;
}
.platforms .platform-list>li>a>.onebuy-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 18px;
    background: url("../img/home/onebuy_icon.png") no-repeat top right;
}
.platforms .platform-list>li>a>.crossborder-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url("../img/home/crossborder_icon.png") no-repeat top right;
}
.platforms .platform-list .log-desc {
    margin-bottom: 0;
    color: #404040;
    font-size: 18px;
    font-weight: 700;
}
.platforms .platform-list .col-md-3 {
    width: 25% !important;
}
.platforms .platform-list .col-md-3>a{
    width: 95%;
    margin: 6px auto;
}
.platforms .platform-list .col-md-3>a img{
    margin-top: 10px;
    margin-bottom: 6px;
}
.platforms .platform-list .col-md-3 .log-desc{
    font-size: 16px;
    font-weight: normal;
}
.functions {
    background-color: #f7f8f9;
}
.functions .function {
    margin-top: 30px;
    background-color: #fff;
    border: 1px solid #e2eaef;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}
.functions .function:hover {
    background-color: #f6ffff;
    border: 1px solid #00dad9;
}
.functions .function .icon {
    padding: 20px;
}
.functions .function h2 {
    color: #434343;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
}
.functions .function p {
    color: #7E7E7E;
    padding-right: 10px;
    font-size: 13px;
}
.functions .more-list {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    color: #404040;
}
.functions .more-list>li {
    float: left;
    padding: 10px;
    width: 25%;
    text-align: center;
}
.functions .intro-menu {
    padding: 48px 0;
    width: 100%;
}
.functions .intro-menu p {
    font-size: 15px;
    margin-bottom: 20px;
}
.describe {
    margin-top: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
    box-sizing: border-box;
}

.describe .describe-nav {
    float: left;
}

@media screen and (min-width: 1200px) {
    .describe-nav {
        width: 220px;
    }
}

@media screen and (max-width: 1200px) {
    .describe-nav {
        width: 18%;
    }
}

.describe .describe-nav li {
    background-color: #ff5949;
    height: 46px;
    line-height: 46px;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
}

@media screen and (min-width: 1000px) {
    .describe .describe-nav li {
        padding: 0 26px;
        min-width: 180px;
    }
}

@media screen and (max-width: 1000px) {
    .describe .describe-nav li {
        padding: 0 10px;
        min-width: 150px;
    }
}

.describe .describe-nav .describe-nav-on {
    background-color: #fff;
    color: #000;
}

.describe .describe-content {
    background-color: #fff;
    height: 645px;
    width: 100%;
    padding-left: 220px;
}

.describe .describe-content .content {
    padding: 46px 48px 0;
}

.describe .describe-content .content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #434343;
}

.describe .describe-content .content p {
    font-size: 16px;
    line-height: 30px;
    color: #7E7E7E;
}

.btn-trial-div {
    width: 157px;
    position: absolute;
    right: 45px;
    bottom: 30px;
}

.btn-trial {
    background-color: #03b3b2;
    font-size: 20px;
    color: #fff;
    width: 157px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.btn-trial:after {
    position: absolute;
    width: 14px;
    right: 23px;
    top: 12px;
    height: 14px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTAyNCAxMDI0JyB2ZXJzaW9uPScxLjEnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzcnIGhlaWdodD0nNyc+PHBhdGggZD0nTTgzNi41MTA4MDcgNDM0LjY1NzY4M0M2NTYuNzAzNDY2IDI5Ny40MzM3NzEgNDc2Ljg5NjEyNSAxNjAuMjA5ODYgMjk3LjExMDQ1OCAyMi45NjQyNzQgMjMzLjA3NDU1OS0yNS44ODg1NDQgMTQwLjgxMjg2OSAxOS43NTgyMzUgMTQwLjgxMjg2OSAxMDAuMzA2NTkydjgyMy4zODUwMWMwIDgwLjU0ODM1NyA5Mi4yNjE2OSAxMjYuMTk2OTQxIDE1Ni4yOTc1ODkgNzcuMzIyNDQ5IDE3OS43ODU2NjctMTM3LjIyNTcxNyAzNTkuNTkzMDA4LTI3NC40NDc4MjIgNTM5LjQwMDM0OS00MTEuNjkxNjAyIDUxLjAxMTI1LTM4LjkzMzA2MSA1MS4wMTEyNS0xMTUuNzExODM3IDAtMTU0LjY2NDc2NnonIGZpbGw9JyNmZmZmZmYnPjwvcGF0aD48L3N2Zz4=");
    background-position: center center;
    background-repeat: no-repeat;
}

.describe-content .content {
    display: none;
}

.content .check {
    margin-top: 15px;
}

.content .check:first-child {
    margin-top: 40px;
}

.content h3 {
    font-size: 18px;
    color: #434343;
    font-weight: 700;
}
.content .check p {
    margin-top: 20px;
}
.info-drop > div{
    width: 14.2%;
}
.bg-transparent-black-50 {
    background-color: rgba(0,0,0,0.5);
}
.bg-transparent-black-20 {
    background-color: rgba(0,0,0,0.2);
}
.dm-functions .row > div {

}

.dm-functions-header {
    text-align: center;
}

.dm-functions-header h2 {
    display: inline-block;
    /* padding: 0 50px; */
    margin-top: 30px;
    width: 500px;

    font-size:30px;
    line-height:60px;
    text-align:center;
    color:#000000;
    position: relative;
}


.dm-functions .row img {
    margin:0 auto;
    padding: 20px;
}
.dm-functions .row {
    padding:10px 0;
    text-align:center;
}
.dm-functions .row h3 {
    font-size:22px;
    font-weight:bold;
    color:#000000;
    line-height:38px;
    padding: 5px 0;
}
.dm-functions .row p {
    color:#7a7a7a;
    line-height: 24px;
}
.dm-functions .row .function > div{
    border-radius: 15px;
    background: white;
    box-shadow: 0 0 10px #dadada;
    border-bottom: 1px solid #cfd8dc;
    margin: 25px 8px;
    padding: 20px 40px;
    min-height: 330px;
}
.dm-functions-desc .function-bg-gray{
    background-color: rgb(244,247,250);
}
.dm-functions-desc .slogan {
    position: relative;
    text-align: center;
    width: 100%;
}
.dm-functions-desc .slogan:before, .dm-functions-desc .slogan:after {
    position: absolute;
    top: 50%;
    z-index: auto;
    background: #F9573E;
    content: "";
    height: 2px;
    width: 100%;
}
.dm-functions-desc .slogan:before {
    left: 0;
}
.dm-functions-desc .slogan:after {
    right: 0;
}
.dm-functions-desc h4 {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #F9573E;
    font-size: 30px;
    text-align: center;
    background-color: #fff;
    z-index: 10;
}
.dm-functions-desc .function>.row {
    padding-top: 40px;
    padding-bottom: 50px;
}
.dm-functions-desc .function>.row:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
}
.dm-functions-desc .function .title {
    height: 80px;
    margin: 30px auto 10px auto;
}
.dm-functions-desc .function .title p {
    text-align: center;
    height: 100%;
    line-height: 80px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.dm-functions-desc .function .title.long-red {
    background: url(../img/home/shopptitle01.png) center 0 no-repeat;
}
.dm-functions-desc .function .title.green {
    background: url(../img/home/shopptitle02.png) center 0 no-repeat;
}
.dm-functions-desc .function .title.blue {
    background: url(../img/home/shopptitle03.png) center 0 no-repeat;
}
.dm-functions-desc .function .title.orange {
    background: url(../img/home/shopptitle04.png) center 0 no-repeat;
}
.dm-functions-desc .function .title.pink {
    background: url(../img/home/shopptitle05.png) center 0 no-repeat;
}
.dm-functions-desc .function .title.purple {
    background: url(../img/home/shopptitle06.png) center 0 no-repeat;
}
.dm-functions-desc .function .title.red {
    background: url(../img/home/shopptitle07.png) center 0 no-repeat;
}
.dm-functions-desc .function .title.long-purple {
    background: url(../img/home/shopptitle08.png) center 0 no-repeat;
}
.dm-functions-desc .function {
    padding: 40px 0px   ;
}
.dm-functions-desc .function .desc {
    display: table;
    padding-left: 50px;
    padding-right: 50px;
}
.dm-functions-desc .function .desc dl {
    display: table-cell;
    vertical-align: middle;
}
.dm-functions-desc .function .col-lg-4 dl {
    padding-bottom: 10px;
    padding-top: 10px;
}
.dm-functions-desc .function .col-sm-12 dl {
    padding-top: 0px;
    padding-bottom: 10px;
}
.dm-functions-desc .function dt {
    display: inline-block;
    font-size: 25px;
    line-height: 35px;
    padding-bottom: 8px;
    font-weight: normal;
}
.dm-functions-desc .function dd {
    font-size: 16px;
    color: #7a7a7a;
    padding: 17px 0 0;
    line-height: 30px;
}
.user-tab {
    text-align: center;
}
.user-tab span{
    margin-top: 25px;
    display: inline-block;
    width: 132px;
    color: #6e6e6e;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    border-bottom: 2px solid #6e6e6e;
    cursor: pointer;
    transition: all 0.5s;
}
.user-tab span:hover{
    border-bottom-color: #5DCECE;
}
.user-tab span.active {
    color: #5DCECE;
    border-bottom-color: #5DCECE;
}
.modal-content {
    transition: height 0.5s;
}
.dm-form {
    width: 100%;
    text-align: center;
}
.dm-form .form-item {
    width: 320px;
    height: 40px;
    margin-top: 25px;
    line-height: 30px;
    font-size: 15px;
    padding: 0 15px;
}
.dm-form .form-item:not(span):not(button) {
    color: #797979;
    border: 1px #dbdbdb solid;
}
.dm-form .form-item:not(span):not(button):focus {
    outline:none;
    color: #222222;
    border: 1px #ff5949 solid;
}
.dm-form .code-btn {
    outline:none;
    display: inline-block;
    background: #dbdbdb;
    color: #797979;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    border-left: none;
    top: 1px;
    position: relative;
}
.dm-form .code-btn:not(.disabled):hover {
    background: #fff;
    color: #222;
}
.dm-form .code-btn.disabled {
    cursor: not-allowed;
}
body .checkbox label::after {
    left: -1px;
    top: -1px;
}
.dm-form-text {
    font-size: 12px;
    color: #797979;
    cursor: pointer;
}
.dm-form-text:hover {
    color: #ff5949;
}

.red {
    color: #df5138 !important
}

.dm-platform-logo-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.dm-platform-logo {
    border-radius: 4px;
    padding: 1px;
    width: 159px;
    height: 53px;
    margin: 0 4px;
}

.dm-functions .row > div {

}

.dm-functions-header {
    text-align: center;
}

.dm-functions-header h2 {
    display: inline-block;
    /* padding: 0 50px; */
    margin-top: 30px;
    width: 500px;

    font-size:30px;
    line-height:60px;
    text-align:center;
    color:#000000;
    position: relative;
}


.dm-about-us .row img {
    margin:0 auto;
}
.dm-about-us .row {
    padding:10px 0;
    text-align:center;
}
.dm-about-us .row h3 {
    font-size:22px;
    font-weight:bold;
    color:#000000;
    line-height:38px;
    padding: 5px 0;
}
.dm-about-us .row p {
    color:#7a7a7a;
    line-height: 24px;
}
.dm-about-us .row .function > div{
    border-radius: 15px;
    background: white;
    box-shadow: 0 0 10px #dadada;
    border-bottom: 1px solid #cfd8dc;
    margin: 25px 8px;
    padding: 20px 20px;
    min-height: 380px;
}
.dm-about-us-desc .function-bg-gray{
    background-color: rgb(244,247,250);
}
.dm-about-us-desc h4 {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    color: #F9573E;
    font-size: 30px;
    text-align: center;
    background-color: #fff;
    z-index: 10;
}
.dm-about-us-desc .function>.row {
    padding-top: 40px;
    padding-bottom: 50px;
}
.dm-about-us-desc .function>.row:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
}
.dm-about-us-desc .function .title {
    height: 80px;
    margin: 30px auto 10px auto;
}
.dm-about-us-desc .function .title p {
    text-align: center;
    height: 100%;
    line-height: 80px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}
.dm-about-us-desc .function {
    padding: 40px 0px   ;
}
.dm-about-us-desc .function .desc {
    display: table;
    padding-left: 50px;
    padding-right: 50px;
}
.dm-about-us-desc .function .desc dl {
    display: table-cell;
    vertical-align: middle;
}
.dm-about-us-desc .function .col-lg-4 dl {
    padding-bottom: 10px;
    padding-top: 10px;
}
.dm-about-us-desc .function .col-sm-12 dl {
    padding-top: 0px;
    padding-bottom: 10px;
}
.dm-about-us-desc .function dt {
    display: inline-block;
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 8px;
    font-weight: normal;
}
.dm-about-us-desc .function dd {
    font-size: 18px;
    color: #7a7a7a;
    padding: 17px 0 0;
    line-height: 30px;
}

.input-mobile-label {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 45px;
    position: absolute;
    margin-top: 23px;
    margin-left: 15px;
}
.input-mobile {
    text-indent: 98px;
    outline-style: none;
    border: 1px solid #ee7800;
    background: transparent;
    color: #dee0e4;
}

.input-sms-code-label {
    font-size: 14px;
    font-weight: 400;
    color: #ff5949;
    line-height: 45px;
    cursor: pointer;
    position: absolute;
    margin-top: 23px;
    margin-left: -80px;
}
.input-sms-code-mobile {
    outline-style: none;
    border: 1px solid #ee7800;
    background: transparent;
    color: #dee0e4;
}

.qr-border-box {
    position: relative;
    width: 200px;
    padding: 5px;
    margin: 0 auto;
}
.qr-border {
    position: absolute;
    width: 10px;
    height: 10px;
}
.qr-border_left_top {
    top: 0;
    left: 10px;
    border-left: 2px solid #ff5949;
    border-top: 2px solid #ff5949;
}
.qr-border_right_top {
    top: 0;
    right: 13px;
    border-right: 2px solid #ff5949;
    border-top: 2px solid #ff5949;
}
.qr-border_left_bottom {
    bottom: 0;
    left: 10px;
    border-bottom: 2px solid #ff5949;
    border-left: 2px solid #ff5949;
}
.qr-border_right_bottom {
    bottom: 0;
    right: 13px;
    border-right: 2px solid #ff5949;
    border-bottom: 2px solid #ff5949;
}

.carousel-inner img {
    height: 500px;
    position: absolute;
    width: 1920px;
    left: 50%;
    top: 0;
    display: block;
    margin-left: -960px;
    z-index: 1000;
}

