/* <!-- layout style --> */
@font-face {
    font-family: "Avenir-LT-W01_35-Light";
    src: url("/fonts/Avenir-LT-W01_35-Light.eot");
    src: url("/fonts/Avenir-LT-W01_35-Light.eot") format("eot"),
        url("/fonts/Avenir-LT-W01_35-Light.woff2") format("woff2"),
        url("/fonts/Avenir-LT-W01_35-Light.woff") format("woff"),
        url("/fonts/Avenir-LT-W01_35-Light.ttf") format("truetype"),
        url("/fonts/Avenir-LT-W01_35-Light.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Avenir-LT-W01_85-Heavy";
    src: url("/fonts/Avenir-LT-W01_85-Heavy.eot");
    src: url("/fonts/Avenir-LT-W01_85-Heavy.eot") format("eot"),
        url("/fonts/Avenir-LT-W01_85-Heavy.woff2") format("woff2"),
        url("/fonts/Avenir-LT-W01_85-Heavy.woff") format("woff"),
        url("/fonts/Avenir-LT-W01_85-Heavy.ttf") format("truetype"),
        url("/fonts/Avenir-LT-W01_85-Heavy.svg") format("svg");
    font-display: swap;
}

@font-face {
    font-family: "Futura-LT-W01-Light";
    src: url("/fonts/Futura-LT-W01-Light.eot");
    src: url("/fonts/Futura-LT-W01-Light.eot") format("eot"),
        url("/fonts/Futura-LT-W01-Light.woff2") format("woff2"),
        url("/fonts/Futura-LT-W01-Light.woff") format("woff"),
        url("/fonts/Futura-LT-W01-Light.ttf") format("truetype"),
        url("/fonts/Futura-LT-W01-Light.svg") format("svg");
    font-display: swap;
}
/* 原全局a_self样式 */
html {
    font-size: 54px;
}

* {
    margin: 0;
    padding: 0;
    font-family: Avenir-LT-W01_35-Light, Avenir-LT-W01_85-Heavy;
}

body {
    min-width: 1220px;
    font-size: 14px;
    line-height: 1.42857143;
}

img {
    vertical-align: middle;
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 0px;
    list-style: none;
}

a {
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
p {
    margin: 0 0 10px
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.btn-regular,
.btn-regular-o,
.btn-o {
    cursor: pointer;
    transition: background-color 300ms, border-color 300ms, color 300ms;
    text-decoration: none;
    border-radius: 3px;
    font-family: Helvetica;
    padding: 0;
    text-align: center;
    border: solid 1px;
}

.btn-regular:not(button):not(input),
.btn-regular-reverse:not(button):not(input),
.btn-regular-o:not(button):not(input),
.btn-o:not(button):not(input) {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

#video-btn{
    transition: none;
}

.btn-regular {
    background-color: #2095f2;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.btn-regular-reverse {
    cursor: pointer;
    transition: background-color 300ms, border-color 300ms, color 300ms;
    text-decoration: none;
    border-radius: 3px;
    font-family: Helvetica;
    padding: 0;
    text-align: center;
    border: solid 1px rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 1);
    color: #2095f2;
}

.login{
    border: none;
}

.btn-regular-o {
    border-color: rgba(255, 255, 255, 0.8);
    background: none;
    color: #fff;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px auto;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-middle {
    justify-content: center;
    align-items: center;
}
.flex-one {
    flex: 1;
}
.flex-column {
    flex-direction: column;
}
.mobile_show {
    display: none !important;
}

.pc_show {
    display: block !important;
}

.pc_show_inline {
    display: inline-block !important;
}

/* <!-- header style --> */
.common-header {
    position: sticky;
    top: 0;
    z-index: 99;
    height: auto;
    width: 100%;
    background-color: #fff;
    border-bottom: solid 1px #e1e1e1;
}

.banner-text {
    width: 100%;
    height: 60px;
    background-color: #f19d0b;
    font-size: 18px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.common-header > nav {
    max-width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    line-height: 80px;
}

.common-header > nav .navLogo {
    width: 160px;
    line-height: 74px;
    text-align: center;
    float: left;
}

.common-header > nav .list {
    width: 840px;
    margin: 0 20px 0 45px;
    margin-left: 14px;
    padding: 0;
    font-weight: bolder;
    float: left;
    height: 80px;
}

.common-header > nav .list > li {
    list-style: none;
    padding: 0 20px;
    float: left;
    box-sizing: border-box;
    text-align: center;
}

.common-header > nav .list > li.help-center {
    position: relative;
}

.common-header > nav .list > li > a {
    font-weight: normal;
    font-family: Helvetica;
    font-size: 20px;
    color: #141414;
    text-decoration: none;
    transition: text-shadow 300ms;
}

.common-header > nav .list > li.help-center ul {
    display: none;
    position: absolute;
    left: -173%;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 700px;
    background-color: #fff;
    top: 95%;
    border: solid 1px #ccc;
    border-radius: 6px; /* border-top-left-radius:0;border-top-right-radius:0;*/
    flex-wrap: wrap;
}

.common-header nav > .n-right {
    margin: 0;
    padding: 0;
    width: 250px;
    justify-content: space-between;
    position: absolute;
    right: 2rem;
    box-sizing: border-box;
    padding-top: 20px;
    background-color: rgba(255, 255, 255, 1);
}

.common-header nav > .n-right:before {
    content: "";
    position: absolute;
    top: 29px;
    left: -5px;
    height: 24px;
    width: 1px;
    background: #d8d8d8;
}

.common-header nav > .n-right > li {
    list-style: none;
    float: left;
}

.common-header nav > .n-right > li > a {
    text-decoration: none;
    height: 40px;
    font-size: 20px;
}

.common-header nav .changeLang {
    width: 120px;
    line-height: 79px;
    position: absolute;
    right: 0px;
    float: right;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 1);
}

.common-header nav .changeLang img {
    height: 26px;
    transform: translate(30px, -1px);
    margin-right: 4px;
    z-index: 9999;
}

.common-header nav .changeLang > .jan {
    display: none;
    position: absolute;
    top: 100%;
    left: -30px;
    background-color: #fff;
    height: 160px;
    width: 150px;
    border: solid 1px #ccc;
}

.common-nav {
    position: relative;
}

.nav-detail,
.nav-list {
    display: none;
}

.sitewide {
    box-shadow: rgba(0, 0, 0, 0.25) 0 0 8px;
    position: relative;
    z-index: 999;
    height: 35px;
    line-height: 35px;
    display: none;
}

.mock-in-mobile {
    display: none !important;
}
/* <!-- footer style --> */
.footer {
    background: #ececec;
    padding: 0 0 50px;
}

.footer hr {
    border-top-color: #ddd;
    width: 1000px;
}

.newfooter {
    width: 100%;
    height: 256px;
    background: #ececec;
    box-sizing: border-box;
    padding-top: 47px;
}

.newfooter ul {
    width: 1044px;
    height: 165px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.newfooter ul li {
    float: left;
    width: 188px;
    height: 165px;
    margin-right: 20px;
}

.newfooter ul li:nth-child(3) {
    margin-right: 120px;
}

.newfooter ul li:nth-child(4) {
    width: 320px;
    margin: 0;
}

.newfooter ul li p {
    font-size: 14px;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
    height: 20px;
    font-weight: bold;
}

.newfooter ul li .a {
    margin-bottom: 7px;
    color: #1e7fef;
    user-select: none;
    height: 20px;
}

.newfooter ul li .a a {
    cursor: pointer;
    font-size: 14px;
    color: #1e7fef;
    text-align: left;
    text-decoration: none;
}

.newfooter ul li .part {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    margin-bottom: 24px;
}

.newfooter ul li .sign {
    display: block;
    background: #1e7fef;
    border-radius: 3px;
    width: 172px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 17px;
    transition: all 0.3s;
}

.newfooter ul li .sign {
    display: block;
    background: #1e7fef;
    border-radius: 3px;
    width: 172px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 17px;
    transition: all 0.3s;
}

.newfooter ul li .login {
    font-size: 14px;
    color: #333333;
    text-align: left;
}

.newfooter ul li .login a {
    font-weight: normal;
    color: #1e7fef;
    text-decoration: none;
}

.copy-right {
    margin-top: 10px;
}

.social-media-link-warp {
    width: 300px;
    margin-top: 15px;
    justify-content: space-between;
}

.social-media-link-warp a {
    background:url('/images/h/home-new/footer_chat_logo.png') no-repeat;
    width: 0.8rem;
    height: 0.8rem;
    background-size:1.8rem 1.8rem;
}
.social-media-link-warp .link-warp-fb{
    background-position: -0.9534rem -0.9534rem;
}
.social-media-link-warp .link-warp-tw{
    background-position: -0.9534rem -0.052rem;
}
.social-media-link-warp .link-warp-ins{
    background-position: -0.052rem -0.052rem;
}
.social-media-link-warp .link-warp-yt{
    background-position: -0.052rem -0.9534rem;
}
@media (max-width: 768px) {
    /* <!-- layout style --> */
    html {
        font-size: 37.5px;
    }

    body {
        min-width: 320px;
    }

    * {
        font-family: Arial-BoldMT !important;
    }

    .mobile_show {
        display: block !important;
    }

    .pc_show {
        display: none !important;
    }

    .pc_show_inline {
        display: none !important;
    }

    .navbar-nav > li {
        float: left;
    }

    /* <!-- header style --> */
    .common-header {
        box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.3);
        border: none;
    }

    .banner-text {
        font-size: 12px;
        display: flex;
        flex-direction: column;
        padding: 10px 10px;
        justify-content: center;
    }

    .common-header .common-nav {
        padding: 0 0.3rem;
        width: calc(100% - 0.6rem);
        line-height: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 1.2rem;
    }

    .common-header .common-nav .navLogo {
        width: auto;
        line-height: normal;
        float: none;
    }

    .common-header .common-nav .navLogo a {
        display: block;
        width: 3.03rem;
    }

    .common-header .common-nav .navLogo a img {
        display: block;
        width: 100%;
        height: 0.613333rem;
    }

    .common-header .common-nav .list {
        display: none;
    }

    .common-header .common-nav .changeLang {
        display: none;
    }

    .common-header .common-nav .n-right {
        display: none;
    }

    .common-header .common-nav .nav-detail {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .common-header .common-nav .nav-detail .nav-ls {
        margin-right: 0.2rem;
        font-size: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .common-header .common-nav .nav-detail .nav-ls a {
        display: inline-block;
        font-size: 0.35rem;
        color: #fff;
        padding: 0 0.4rem;
        background: #2294f2;
        line-height: 0.9rem;
        height: 0.9rem;
        border-radius: 0.1rem;
    }

    .common-header .common-nav .nav-detail .nav-ls a:first-child {
        margin-right: 0.2rem;
    }

    .common-header .common-nav .nav-detail .nav-menu {
        width: 0.8rem;
        height: 0.8rem;
        display: flex;
    }

    .common-header .common-nav .nav-detail .nav-menu ul {
        height: 100%;
        list-style: none;
    }

    .common-header .common-nav .nav-detail .nav-menu ul span {
        list-style: none;
        height: 2px;
    }

    .common-header .common-nav .nav-detail .nav-menu ul.left {
        width: 0.3rem;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }

    .common-header .common-nav .nav-detail .nav-menu ul.left span {
        width: 3px;
        height: 3px;
        background: #2294f2;
        border-radius: 50%;
    }

    .common-header .common-nav .nav-detail .nav-menu ul.right {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .common-header .common-nav .nav-detail .nav-menu ul.right span {
        width: 100%;
        height: 2px;
        background: #2294f2;
    }

    .common-header section {
        background: #2294f2;
    }

    .common-header div.mock-in-mobile {
        user-select: none;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
    }

    .common-header div.mock-in-mobile.hidden {
        display: none !important;
    }

    .hidden {
        display: none !important;
    }
/* <!-- footer style --> */
    .newfooter {
        height: auto;
        padding: 0.5rem;
    }

    .newfooter ul {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .newfooter ul li {
        height: auto;
        margin-bottom: 0.533333rem;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .newfooter ul li > p {
        font-size: 0.53rem;
    }

    .newfooter ul li .a {
        color: #1e7fef;
    }

    .newfooter ul li .a a {
        font-size: 0.4rem;
        color: #1e7fef;
    }

    .newfooter ul li .part {
        text-align: center;
        color: #333;
    }

    .newfooter ul li .part + a {
        margin: 0 auto;
        font-size: 0.53rem;
        height: 1.2rem;
        width: 5.333333rem;
        line-height: 1.2rem;
        margin-bottom: 0.8rem;
    }

    .newfooter ul li div.login {
        color: #333;
        font-size: 0.4rem;
        text-align: center;
    }

    .newfooter ul li div.login a {
        color: #1e7fef;
        font-weight: normal;
    }

    .footer .social-media-link-warp {
        width: 80% !important;
    }

    .social-media-link-warp a {
        width: 1rem;
        height: 1rem;
        background-size:2.2605rem 2.2605rem;
    }
    .social-media-link-warp .link-warp-fb{
        background-position: -1.1974rem -1.1974rem;
    }
    .social-media-link-warp .link-warp-tw{
        background-position: -1.1974rem -0.0658rem;
    }
    .social-media-link-warp .link-warp-ins{
        background-position: -0.0658rem -0.0658rem;
    }
    .social-media-link-warp .link-warp-yt{
        background-position: -0.0658rem -1.1974rem;
    }

    .copy-right {
        margin-top: 0.5rem;
    }
}
.flex {
    display: -webkit-flex;
    display: flex;
}

.flex-middle {
    justify-content: center;
    align-items: center;
}

.flex-one {
    flex: 1;
}

.flex-column {
    flex-direction: column;
}

.btn-regular:hover, .btn-o:hover,
.btn-regular:focus, .btn-regular-reverse:focus, .btn-o:focus {
    text-decoration: none;
}

.btn-regular:hover {
    background-color: #1788e2;
    border-color: #1788e2;
    color: rgba(255, 255, 255, 1);
}

.btn-regular-reverse:hover {
    text-decoration: none;
    background-color: #fff;
    border-color: #fff;
    color: #2095f2;
}

.btn-regular-o:hover {
    text-decoration: none;
    border-color: #fff;
    color: #fff;
}

.btn-regular-o:focus {
    text-decoration: none;
    color: #fff;
}

.btn-o {
    background-color: #fff;
    color: rgba(32, 149, 242, 0.8);
    border-color: rgba(32, 149, 242, 0.8)
}

    .btn-o:hover {
        color: #2095f2;
        border-color: #2095f2
    }

    .btn-o:active {
        color: rgba(32, 149, 242, 0.8);
        border-color: rgba(32, 149, 242, 0.8)
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.c-9 {
    color: #999 !important;
}
/* display */
.pc {
    display: block !important;
}

.mobile {
    display: none !important;
}

a.pc {
    display: inline-block !important;
}

a.mobile {
    display: none !important;
}

._pc {
    display: flex !important;
}

._mobile {
    display: none !important;
}

.mobile_hidden {
    display: block !important;
}

._mobile_hidden {
    display: inline-block !important;
}
/* common-header */
.banner-text:hover {
    color: #ececec;
}

.common-header > nav .list > li.help-center ul li {
    float: left;
    width: 50%;
    padding: 10px 20px;
    text-align: left;
    line-height: 24px;
}

.common-header > nav .list > li > a:hover {
    color: #2095f2;
}

.common-header > nav .list > li.active > a {
    color: #2095f2;
}

.common-header > nav .list > li.help-center:hover ul {
    display: block;
    padding-left: 15px;
}

.common-header > nav .list > li.help-center ul::before {
    content: " ";
    position: absolute;
    border: solid 10px transparent;
    border-bottom-color: #ccc;
    top: -20px;
    left: 50%;
    transform: translateX(-10px);
}

.common-header > nav .list > li.help-center ul::after {
    content: " ";
    position: absolute;
    border: solid 10px transparent;
    border-bottom-color: #fff;
    top: -19px;
    left: 50%;
    transform: translateX(-10px);
}

.common-header > nav .list > li.help-center ul li a {
    text-decoration: none;
    display: inline;
    font-size: 22px;
}

.common-header > nav .list > li.help-center ul li p {
    font-size: 16px;
    margin: 20px 0 0 0;
}

.common-header nav .logged-info {
    height: 100%;
    width: 160px;
    position: absolute;
    right: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

    .common-header nav .logged-info .dropdown {
        height: 100%;
    }

        .common-header nav .logged-info .dropdown > a {
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            font-size: 18px;
            text-align: right;
            background: #fff;
        }

            .common-header nav .logged-info .dropdown > a:hover {
                background-color: unset;
            }

        .common-header nav .logged-info .dropdown.open > a {
            background-color: unset;
        }

.common-header nav .changeLang > span {
    color: #707070;
    font-size: 21px;
}

.common-header nav .changeLang > .jan a {
    display: block;
    height: 25%;
    width: 100%;
    color: #337ab7;
    font-size: 19px;
    text-align: center;
    line-height: 40px;
    transition: color 0.3s;
    cursor: pointer;
}

    .common-header nav .changeLang > .jan a:hover {
        color: #23527c;
        text-decoration: none;
    }

.common-header nav .changeLang > .jan:before {
    content: " ";
    position: absolute;
    border: solid 10px transparent;
    border-bottom-color: #ccc;
    top: -20px;
    left: 50%;
    transform: translateX(-10px);
}

.common-header nav .changeLang > .jan:after {
    content: " ";
    position: absolute;
    border: solid 10px transparent;
    border-bottom-color: #fff;
    top: -19px;
    left: 50%;
    transform: translateX(-10px);
}

.common-header nav .changeLang:hover > .jan {
    display: block;
}

.sitewide .glyphicon-remove {
    position: absolute;
    right: 40px;
    top: 11px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
}

#alert-title {
    font-size: 14px;
}

@media (max-width: 768px) {
    .tac {
        text-align: center !important;
    }

    .product-img, .product-item {
        text-align: center !important;
    }

    .product-item {
        padding-top: 20px !important;
    }

    .navbar-nav-my li {
        display: block !important;
    }

    .navbar-my .open .dropdown-menu li {
        text-align: left !important;
    }

    .fa {
        display: none !important;
    }

    a.pc {
        display: none !important;
    }

    a.mobile {
        display: block !important;
    }

        a.mobile.inline {
            display: inline-block !important;
        }

    div._pc {
        display: none !important;
    }

    div._mobile {
        display: flex !important;
    }

    .mobile_hidden {
        display: none !important;
    }

    div.mobile_show.changePwd {
        width: auto !important;
    }

    img.mobile_show {
        display: block !important;
        width: 12px;
        height: 12px;
        margin: 0 auto;
    }

    ._mobile_hidden {
        display: none !important;
    }

    .common-header .product-down {
        display: none !important;
    }

    .common-header section ul {
        list-style: none;
    }

        .common-header section ul li {
            padding: 0 0.3rem;
            font-size: .4rem;
            line-height: 1rem;
            height: 1rem;
            color: #fff;
            font-family: PingFang-SC;
        }

        .common-header section ul p {
            padding: 0 0.3rem;
            height: 1rem;
            display: flex;
            align-items: center;
        }

            .common-header section ul p span {
                font-size: .4rem;
                color: #fff;
            }

                .common-header section ul p span.arrow-default {
                    position: absolute;
                    font-size: .5rem;
                    display: inline-block;
                    width: 2rem;
                    height: 2rem;
                    right: .2rem;
                    font-family: PingFang-SC;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .common-header section ul p span.arrow-default img {
                        display: inline-block;
                        width: 0.5rem;
                        height: 0.5rem;
                    }

                .common-header section ul p span.arrow-active {
                    position: absolute;
                    right: .2rem;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-family: PingFang-SC;
                    transform: rotate(180deg);
                }

        .common-header section ul.sub-items {
            background: #fff;
        }

            .common-header section ul.sub-items li {
                color: #000000;
            }

    ._show {
        display: block !important;
    }
}

.btn-primary-my {
    float: left;
    padding: 0;
    background: #FFC600;
    border-radius: 50px;
    width: 270px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 15px;
    font-weight: bold;
}

.btn-defalut-my {
    margin: 0 10px;
    margin-bottom: 20px;
    clear: both;
}

.btn-defalut-my {
    display: block;
    padding: 0;
    border-radius: 0;
    width: 200px;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    background: url(/images/video_icon.png) no-repeat 36px 0;
    border: none;
    color: #fff !important;
    padding-left: 67px;
}

.btn-primary-my:hover {
    background: #e5a800;
}

.btn-defalut-my:hover {
    background: url(/images/video_hover_icon.png) no-repeat 36px 0;
}

.home-content {
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
}

.suc-item > div {
    margin: 0;
    padding: 0;
}

.ul-item {
    overflow: hidden;
    text-align: center;
    margin: 10px 0;
}

    .ul-item .ul-num {
        font-size: 24px;
        color: #333;
        display: block;
        font-weight: bold;
    }

    .ul-item .ul-text {
        font-size: 14px;
        color: #555;
        display: block;
    }

/*pricing*/
.pricebox {
    width: 100%;
    height: 640px;
}

.pricetop {
    height: 230px;
    background: #fff;
    box-shadow: 0 0 6px #f2f2f2;
}

    .pricetop h4 {
        padding-top: 26px;
        font-size: 18px;
        font-weight: bold;
    }

    .pricetop .p-div {
        padding-top: 14px;
    }

        .pricetop .p-div span {
            color: #08A9E3;
            font-size: 22px;
            font-weight: bold;
        }

    .pricetop .p-divs {
        padding-top: 0px;
        margin-bottom: 10px;
    }

        .pricetop .p-divs > span {
            color: #08A9E3;
            font-size: 22px;
            font-weight: bold;
            position: relative;
            display: inline-block;
        }

            .pricetop .p-divs > span > span {
                border: 1px solid #999999;
                color: #999999;
                width: 79px;
                height: 15px;
                line-height: 13px;
                font-size: 10px;
                text-align: center;
                border-radius: 20px;
                position: absolute;
                top: 5px;
                right: -82px;
            }

    .pricetop .p-t {
        font-size: 13px;
        color: #ddd;
        line-height: 16px;
    }

    .pricetop > p {
        color: #999;
        padding-top: 10px;
    }

    .pricetop .p-btn {
        padding-top: 30px;
    }

        .pricetop .p-btn a {
            width: 170px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            display: inline-block;
            background: #363636;
            color: #FFC500;
            font-size: 16px;
            text-decoration: none;
            border-radius: 20px;
            font-weight: bold;
        }

.pricebody {
    height: 390px;
    background: #F8F8F8;
    font-weight: bold;
    position: relative;
}

.pricetop .p-btn a:hover {
    background: #14181a;
}

.pricebody ul {
    list-style: none;
    padding-top: 28px;
    padding-left: 14px;
    margin-bottom: 0;
}

    .pricebody ul li {
        display: block;
        line-height: 16px;
        color: #333;
        font-size: 12px;
        margin-bottom: 16px;
        text-align: left;
        font-weight: normal;
        position: relative;
        padding-left: 22px;
    }

        .pricebody ul li img {
            position: absolute;
            top: 2px;
            left: 0;
        }

.hot .pricetop {
    background: #363636 url(/images/most-popular.png) no-repeat 0 0;
    color: #fff;
    height: 270px;
}

    .hot .pricetop h4 {
        padding-top: 36px;
    }

    .hot .pricetop .p-div > span {
        padding-top: 30px;
    }

    .hot .pricetop .p-div > span, .hot .pricetop .p-divs > span {
        font-size: 24px;
    }

    .hot .pricetop .p-div > span, .hot .pricetop .p-divs > span {
        color: #fff;
    }

        .hot .pricetop .p-divs > span > span {
            color: #ddd;
            border-color: #ddd;
        }

    .hot .pricetop .p-btn {
        padding-top: 29px;
    }

        .hot .pricetop .p-btn a {
            background: #FFC500;
            color: #333;
            font-weight: bold;
            font-size: 15px;
        }

            .hot .pricetop .p-btn a:hover {
                background: #e6b000;
            }

.hei50 {
    height: 40px;
}

.pricebody .curr {
    font-weight: bold;
    color: #333;
}

.trial {
    display: block;
    width: 100%;
    height: 46px;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .trial > a {
        display: block;
        background: #EEEEEE;
        text-align: center;
        height: 46px;
        line-height: 46px;
        color: #555;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
    }

.price-row > div {
    padding: 0 10px;
}

.pricebody > p {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    line-height: 22px;
    padding-top: 20px;
}

.pricebody-esp > p {
    font-size: 13px;
    color: #333;
}

.pricebody-esp .p-esp {
    padding-top: 35px;
}

    .pricebody-esp .p-esp a {
        color: #08a9e3;
        text-decoration: none;
        font-weight: bold;
    }

    .pricebody-esp .p-esp span {
        font-weight: bold;
    }

.prive-btns {
    width: 260px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 36px;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    margin-bottom: 20px;
}

    .prive-btns:hover {
        background: #fff;
        color: #333;
        text-decoration: none;
    }

.prive-btn2 {
    width: 260px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    background: #FFC500;
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-left: 15px;
    border-radius: 36px;
    text-decoration: none;
}

    .prive-btn2:hover {
        background: #e6b000;
        text-decoration: none;
        color: #333;
    }

.prive-outer {
    width: 543px;
    margin: 0 auto;
}
/*end*/

/*how it work*/
.firedown {
    height: 228px;
    background: #fff;
}

    .firedown p {
        font-size: 20px;
        width: 100%;
        text-align: center;
        color: #333;
        padding-top: 80px;
        font-weight: bold;
    }

    .firedown .download-btn {
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

        .firedown .download-btn span {
            display: inline-block;
            margin: 0 auto;
        }

            .firedown .download-btn span:nth-child(2) {
                margin-left: 10px;
            }

            .firedown .download-btn span .btn-my {
                width: 250px;
                padding: 0;
                margin: 0;
                height: 42px;
                line-height: 42px;
                text-align: center;
                font-size: 15px;
                color: #ffc500;
                font-weight: bold;
                background: #363636;
                border-radius: 42px;
            }

/*product*/
.product-img {
    width: 100%;
    text-align: right;
    padding-right: 20px;
}

    .product-img span {
        display: inline-block;
        overflow: hidden;
    }

        .product-img span img {
            width: 100%;
            height: auto;
        }

.product-item {
    padding-top: 135px;
    text-align: left;
}

    .product-item h3 {
        font-size: 22px;
        color: #333;
        padding: 16px 0 6px;
        margin: 0;
    }

        .product-item h3 a {
            font-size: 22px;
            color: #333;
            text-decoration: none;
            cursor: default;
        }

            .product-item h3 a:hover {
                color: #333;
            }

    .product-item p {
        color: #999;
        font-size: 15px;
    }

.two .product-img {
    text-align: left;
    padding-left: 40px;
}

.two .product-item {
    text-align: right;
}

.life-time {
    height: 454px;
    background: url('/images/lt.png') no-repeat center top;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding-top: 190px;
}

.life-time-content {
    display: inline-block;
    overflow: hidden;
}

    .life-time-content span {
        float: left;
        overflow: hidden;
    }

        .life-time-content span img {
            display: block;
        }

    .life-time-content p {
        float: left;
        font-size: 22px;
        color: #333;
        font-weight: bold;
        padding-top: 18px;
        padding-left: 20px;
    }

        .life-time-content p a {
            font-size: 22px;
            color: #333;
            text-decoration: none;
        }

            .life-time-content p a:hover {
                color: #333;
            }

/*download*/
.download-main {
    overflow: hidden;
    text-align: center;
    padding-top: 70px;
}

    .download-main .download-main-content {
        display: inline-block;
        margin: 0 auto;
        position: relative;
    }

.oneitem {
    position: absolute;
    left: 40px;
    top: 20px;
    width: 223px;
    height: 128px;
    overflow: hidden;
    z-index: 2;
    opacity: 0;
}

.twoitem {
    position: absolute;
    right: 50px;
    top: -10px;
    width: 223px;
    height: 128px;
    overflow: hidden;
    z-index: 3;
    opacity: 0;
}

.threeitem {
    position: absolute;
    left: 90px;
    top: 40px;
    width: 223px;
    height: 128px;
    overflow: hidden;
    z-index: 4;
    opacity: 0;
}

.fouritem {
    position: absolute;
    right: 66px;
    top: 90px;
    width: 223px;
    height: 128px;
    overflow: hidden;
    z-index: 5;
    opacity: 0;
}

.fiveitem {
    position: absolute;
    left: 333px;
    top: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    z-index: 6;
}

.arrows {
    position: absolute;
    left: 358px;
    top: 116px;
    width: 20px;
    height: 28px;
    overflow: hidden;
    z-index: 7;
    opacity: 0;
}

.tab {
    position: absolute;
    left: 286px;
    top: 210px;
    width: 176px;
    height: 125px;
    overflow: hidden;
    z-index: 8;
    opacity: 0;
}

.spinner {
    width: 70px;
    height: 70px;
    position: relative;
}

.download-btn .dropdown-menu {
    box-shadow: none;
    padding: 0;
    background: none;
    border-radius: 6px;
    width: 400px;
    height: 136px;
    top: 130%;
    border: none;
}

    .download-btn .dropdown-menu .bg {
        position: relative;
        height: 0px;
        z-index: 1;
    }

        .download-btn .dropdown-menu .bg > div {
            width: 100%;
            height: 136px;
            background: #000;
            opacity: 0.5;
            border-radius: 6px;
        }

        .download-btn .dropdown-menu .bg > span {
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 10px solid #000;
            opacity: 0.5;
            position: absolute;
            top: -10px;
            left: 20px;
        }

    .download-btn .dropdown-menu .ddbodying {
        position: relative;
        z-index: 2;
    }

    .download-btn .dropdown-menu .iconclick {
        float: left;
        width: 33%;
        overflow: hidden;
        text-align: center;
        padding-top: 20px;
        height: 110px;
        position: relative;
    }

        .download-btn .dropdown-menu .iconclick a {
            overflow: hidden;
            display: inline-block;
            transition: all 0.1s;
            width: 56px;
            height: 56px;
            border-radius: 8px;
        }

        .download-btn .dropdown-menu .iconclick .click1 {
            background: #3277E3 url('/images/dropbox.png') no-repeat center center;
        }

        .download-btn .dropdown-menu .iconclick .click2 {
            background: #094AB2 url('/images/onedrive.png') no-repeat center center;
        }

        .download-btn .dropdown-menu .iconclick .click3 {
            background: #3277E3 url('/media/2625/download_icon_56-56.png') no-repeat center center;
        }

        .download-btn .dropdown-menu .iconclick span {
            position: absolute;
            text-align: center;
            color: #fff;
            margin-top: 10px;
            width: 100%;
            left: 0;
            bottom: 0;
        }

        .download-btn .dropdown-menu .iconclick:hover span {
            color: #F8BE32;
        }

        .download-btn .dropdown-menu .iconclick .click1:hover {
            width: 66px;
            height: 66px;
            margin-top: -5px;
            background: #3277E3 url('/images/dropbox_d.png') no-repeat center center;
        }

        .download-btn .dropdown-menu .iconclick .click2:hover {
            width: 66px;
            height: 66px;
            margin-top: -5px;
            background: #094AB2 url('/images/onedrive_d.png') no-repeat center center;
        }

        .download-btn .dropdown-menu .iconclick .click3:hover {
            width: 66px;
            height: 66px;
            margin-top: -5px;
            background: #3277E3 url('/media/2626/download_icon_66-66.png') no-repeat center center;
        }

.spinner img {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 999;
    width: 60px;
    height: 60px;
}

.double-bounce1, .double-bounce2 {
    z-index: 99;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 4.0s infinite ease-in-out;
    animation: bounce 4.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/*userinfo*/
.wrapbody {
    padding-left: 297px;
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    min-width: 870px;
    min-height: 900px;
}

.wrap-body {
    overflow: hidden;
    position: relative;
    padding-top: 10px;
    background-color: #f8f8f8;
}

.basc-left {
    background: #F4F4F4;
    border-right: 1px solid #E5E5E5;
    overflow: hidden;
    width: 280px;
    position: absolute;
    left: 0;
    top: 10px;
    height: 100%;
}

.home-bodying {
    padding-top: 40px;
}

.my-table th, .my-table td {
    font-weight: normal !important;
    font-size: 12px;
    vertical-align: middle !important;
}

.my-table td {
    padding: 16px 8px !important;
    padding-left: 16px !important;
}

.basc-table-top {
    background: #333333;
    color: #fff;
}

    .basc-table-top span {
        height: 30px;
        line-height: 30px;
        display: block;
        margin: 6px 0;
        font-weight: normal;
        border-left: 1px solid #fff;
        padding-left: 8px;
    }

    .basc-table-top .sp {
        border-left: none;
    }

/*review-order*/
.st-jdt {
    height: 40px;
    line-height: 40px;
    background: #333333;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
}

.st-jdt-active {
    background: #F4B300;
}

.st-jdt-bg1 {
    background-image: url(/images/jdt-w-2.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.st-jdt-bg2 {
    background-image: url(/images/jdt-w-1.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.st-jdt-bg3 {
    background-image: url(/images/jdt-w-3.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.st-jdt span {
    display: inline-block;
    padding-right: 36px;
}

.ro-title {
    font-size: 32px;
    font-family: fantasy;
    font-weight: normal;
    letter-spacing: 1px;
}

.co-item {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
}

    .co-item .coi-title {
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #E5E5E5;
        background: #EEEEEE;
        padding-left: 20px;
    }

    .co-item .coi-content {
        padding: 10px 20px;
    }

        .co-item .coi-content span {
            margin-bottom: 20px;
            display: block;
        }


.co-month .com-sp {
    border: 1px solid #E5E5E5;
    border-radius: 3px 0 0 3px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #EEEEEE;
    margin-bottom: 10px;
}

.co-month .com-main {
    border: 1px solid #E5E5E5;
    border-radius: 0px 3px 3px 0;
    height: 50px;
    line-height: 50px;
    border-left: none;
    margin-bottom: 10px;
}

    .co-month .com-main span {
        margin-left: 20px;
    }

.pass-time {
    height: 50px;
    line-height: 50px;
}


/*tutorials*/
.nav-list-box {
    overflow: hidden;
}

    .nav-list-box .nav-list-top {
        font-size: 14px;
        color: #333;
        overflow: hidden;
        padding-left: 40px;
        margin-bottom: 20px;
    }

        .nav-list-box .nav-list-top span {
            height: 24px;
            line-height: 24px;
            line-height: 28px;
            float: left;
            font-weight: bold;
        }

        .nav-list-box .nav-list-top p {
            overflow: hidden;
            line-height: 20px;
            font-weight: normal;
            width: 94%;
            color: #555;
            font-size: 12px;
            margin-top: 20px;
        }

            .nav-list-box .nav-list-top p a {
                display: block;
                margin-top: 10px;
            }

.nav-list .list-group-item {
    border: none;
    padding: 10px 15px;
    margin-bottom: 6px;
    margin-top: 6px;
    padding-left: 50px;
    font-size: 12px;
    border-radius: 0;
    background: none;
}

    .nav-list .list-group-item a {
        color: #333;
    }

        .nav-list .list-group-item a:hover {
            color: #333;
        }

.nav-list .list-group-active {
    background: #08A9E3;
}

    .nav-list .list-group-active a {
        color: #fff;
    }

        .nav-list .list-group-active a:hover {
            color: #fff;
        }

.nav-list-botom {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}

.down-info {
    overflow: hidden;
    font-size: 12px;
}

    .down-info .down-info-s {
        display: block;
        padding-left: 40px;
        color: #999;
        padding-bottom: 8px;
    }

        .down-info .down-info-s span {
            display: block;
        }

    .down-info .down-info-btn {
        overflow: hidden;
        padding-left: 40px;
        padding-top: 20px;
    }

        .down-info .down-info-btn a {
            background: #363636;
            color: #FFC500;
            font-weight: normal;
            letter-spacing: 1px;
            font-size: 12px;
            padding: 12px 36px;
        }

.tc-icon {
    background: url(/images/jc_icon.png) no-repeat left top;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.e_icon {
    background: url(/images/e_icon.png) no-repeat left top;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 10px;
}

.ap_icon {
    background: url(/images/TC_icon.png) no-repeat left top;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.ar_icon {
    background: url(/images/AR_icon.png) no-repeat left top;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.jc_icon {
    background: url(/images/AP_icon.png) no-repeat left top;
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 10px;
}

.tutorials-main {
    background: #fff;
    width: 80%;
    text-align: left;
    display: inline-block;
}

    .tutorials-main .row-con {
        width: 100%;
        display: inline-block;
        padding: 36px;
    }

.inactive {
    display: none;
}

/*search-box*/
.search-box {
    padding-top: 61px;
    padding-bottom: 5px;
}

.search {
    border: 2px solid #08A9E3;
    display: inline-block;
}

    .search .search-input {
        height: 46px;
        line-height: 46px;
        padding-left: 10px;
        float: left;
        width: 480px;
        border: none;
        outline: none;
    }

    .search .search-submit {
        height: 46px;
        line-height: 46px;
        background: #08A9E3;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        border: none;
        width: 120px;
        text-align: center;
        outline: none;
    }


/*tutorial-nav-bg*/
.tutorialBody {
    padding-top: 20px;
}

/*leftbar*/
.leftbar {
    width: 230px;
}

.leftitem {
    overflow: hidden;
    margin-bottom: 20px;
}

    .leftitem > .title {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #fff;
        background: #363636;
        padding-left: 20px;
    }

    .leftitem > .leftnav {
        list-style: none;
        padding-left: 0;
        border: 1px solid #E5E5E5;
        border-top: none;
    }

        .leftitem > .leftnav > li {
        }

            .leftitem > .leftnav > li.in > a {
                background: url(/images/down-d.png) no-repeat 90% center;
            }

            .leftitem > .leftnav > li.active > a {
                background: url(/images/down-f.png) no-repeat 90% center;
            }

            .leftitem > .leftnav > li > a {
                height: 50px;
                line-height: 50px;
                display: block;
                padding-left: 20px;
                font-size: 15px;
                color: #333;
                text-decoration: none;
            }

            .leftitem > .leftnav > li > ul {
                list-style: none;
                padding-left: 0;
            }

                .leftitem > .leftnav > li > ul > li > a {
                    background: #EEEEEE;
                    height: 50px;
                    line-height: 50px;
                    display: block;
                    padding-left: 30px;
                    font-size: 15px;
                    color: #333;
                    text-decoration: none;
                }

/*tutos*/
.tutos-body {
    max-width: 1200px;
}

@media (min-width: 992px) {
    .tutos > div {
        padding: 0;
    }

    .tutos > .col-md-3 {
        width: 262px;
    }

    .tutos > .col-md-9 {
        max-width: 908px;
    }
}

/*learn-content*/
.tab-content img {
    max-width: 100%;
}

.tab-content p {
    max-width: 100%;
}

/* blog */
article.is-page-content p * {
    font-size: 17px !important;
}

article.is-page-content p strong span span {
    font-size: inherit;
}

/*learn*/
.tab-content p {
    font-size: 17px !important;
}

/*footer-link*/
.footer-btm-link {
    text-align: center;
}

    .footer-btm-link a {
        padding-left: 15px;
    }

        .footer-btm-link a:nth-child(1) {
            padding-right: 0px;
            padding-top: 10px;
        }

.slide-tool > .s:hover {
    background: #08A9E3;
    color: #fff;
}

/*lear-bottom-link*/
a.list-group-item {
    color: #337ab7 !important;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 18px !important;
    padding-top: 12px !important;
    padding-left: 3px;
}

    a.list-group-item span {
        font-size: 12px !important;
        color: #A1A1A1 !important;
    }

.list-group h4 {
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
}

/*button style*/
.btm-btn {
    display: inline-block !important;
    text-decoration: none;
    height: 40px;
    width: 160px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(241, 104, 118, 1);
    transition: background-color 0.4s ease 0s;
    font-size: 20px;
    text-align: center;
}

    .btm-btn:hover {
        color: #fff;
        background-color: rgba(39, 59, 123, 1);
    }