/* CSS Document */
@charset "utf-8";

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

body {
    font-size: 18px;
}

/* =.copyright
-------------------------------------------- */

#scrollUp {
    background-color: #777;
    color: #eee;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    bottom: 20px;
    right: 20px;
    overflow: hidden;
    width: 46px;
    height: 46px;
    padding-top: 10px;
    border: none;
    opacity: .8
}

#scrollUp:hover {
    background-color: #333
}

@media screen and (min-width: 992px) {
    #scrollUp {
        bottom: 100px
    }
}


/* =.Banner
-------------------------------------------- */
.banner {
    background: url(../img/bg-banner-cn.jpg) left top no-repeat;
    background-size: cover;
    min-height: 520px;
    min-width: 100%;
    padding-top: 100px;
    color: #FFF;
    text-align: center;
}

.banner h1 {
    font-size: 64px;
    margin-bottom: 62px;
}

.banner p {
    margin-bottom: 30px;
    font-size: 32px;
}

.banner p span {
    display: inline-block;
    background: url(../img/bg-banner-yes.png) 0px 14px no-repeat;
    padding-left: 48px;
}

.product-feature {
    margin-top: 80px;
    background: url(../img/bg-desc-cn.jpg) left top no-repeat;
    background-size: cover;
    min-height: 560px;
    padding: 70px 110px 0px 110px;
    color: #FFF;
}

.product-feature .title,
.product-photoeraser .title {
    margin-bottom: 20px;
    font-size: 54px;
}

.product-feature p,
.product-photoeraser p {
    font-size: 24px;
}

.product-feature .img-list {
    margin: 50px 0px 90px 0px;
}

.product-feature .img-responsive {
    display: inline-block;
    margin: 0px 16px;
}

.product-feature .btn-more,
.product-photoeraser .btn-more {
    font-size: 24px;
    color: #FFF;
}

.product-photoeraser {
    margin-top: 80px;
    background: url(../img/bg-desc-photoeraser-cn.jpg) left top no-repeat;
    background-size: cover;
    min-height: 560px;
    padding: 70px 110px 0px 110px;
    color: #FFF;
}

.product-list {
    padding-top: 110px;
    border-bottom: 1px solid #c6c6c6;
    text-align: center;
}

.product-list .title {
    margin-bottom: 80px;
    font-size: 54px;
}

.product-list .item {
    width: 33.33%;
    float: left;
    padding: 0px 6px;
}

.product-list .item a {
    color: #333;
    text-decoration: none;
}

.product-list .item a:hover,
.product-list .item a:active {
    color: #01356b;
}

.product-list .item h3 {
    margin-top: 30px;
    font-size: 36px;
}

.product-list .item p {
    margin-bottom: 90px;
    font-size: 18px;
}

.service {
    text-align: center;
}

.service .item {
    width: 33.33%;
    float: left;
    padding: 82px 6px;
}

.service .item .img-responsive {
    max-height: 70px;
    margin-left: auto;
    margin-right: auto;
}

.service .item h3 {
    font-size: 36px;
}

.service .item p {
    font-size: 18px;
}

/* =.supprt-page
-------------------------------------------- */

.page-support,
.page-about,
.page-privacy,
.page-agreement {
    padding-top: 60px;
    padding-bottom: 80px;
}

.page-support h1,
.page-about h1,
.page-privacy h1,
.page-agreement h1 {
    margin-bottom: 38px;
    font-size: 32px;
    color: #ef2b1f;
}

.page-privacy h2,
.page-agreement h2 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}

.page-support p,
.page-about p,
.page-privacy p,
.page-agreement p {
    margin-bottom: 30px;
}

.page-privacy dl dt {
    font-weight: normal;
    margin-bottom: 20px;
}

.page-support .comment-form .title {
    margin-bottom: 28px;
    font-size: 24px;
    color: #ef2b1f;
}

.page-support .comment-form .form-control {
    border-radius: 0;
}

.page-support .comment-form .btn {
    width: 146px;
    height: 44px;
    margin-right: 18px;
}

.page-support .comment-form .btn-submit {
    background-color: #f83226;
    border-radius: 0;
    color: #FFF;
}

.page-support .comment-form .btn-submit:hover,
.page-support .comment-form .btn-submit:active {
    background-color: #ff453a;
}

.page-support .comment-form .btn-reset {
    background-color: #b5b5b5;
    border-radius: 0;
    color: #FFF;
}

.page-support .comment-form .btn-reset:hover,
.page-support .comment-form .btn-reset:active {
    background-color: #939393;
}

.page-support .registrationCode {
    width: 60%;
    min-height: 130px;
    padding: 34px 26px;
    margin-bottom: 20px;
    border: 1px solid #fafafa;
}

.page-support .registrationCode form {
    width: 60%;
}

.page-support .registrationCode .title {
    margin-top: 0px;
    font-size: 30px;
    font-weight: bold;
}

.page-support .registrationCode p {
    margin-top: 14px;
    margin-bottom: 10px;
}

/* =.Content Container
-------------------------------------------- */
.row:before,
.row:after,
.product-select-list:before,
.product-select-list:after,
.benefits-list::before,
.benefits-list::after,
.account-top::before,
.account-top::after,
.user-center-main ul::before,
.user-center-main ul::after {
    display: table;
    content: " ";
}

.row:after,
.product-select-list:after,
.benefits-list::after,
.account-top::after,
.user-center-main ul::after {
    clear: both;
}

@media (max-width: 991px) {

    .banner,
    .product-list {
        padding-top: 50px;
    }

    .banner h1 {
        font-size: 33px;
        margin-bottom: 26px;
    }

    .banner p {
        font-size: 24px;
    }

    .banner p span {
        background: url(../img/bg-banner-yes.png) 0px 6px no-repeat;
    }

    .product-feature {
        margin-top: 20px;
        padding: 30px 20px 20px 20px;
    }

    .product-feature .img-list {
        padding: 50px 0px;
    }

    .product-feature .img-responsive {
        margin-bottom: 10px;
    }

    .product-list .title {
        margin-bottom: 40px;
        font-size: 34px;
    }

    .product-list .item,
    .service .item {
        width: 100%;
    }

    .product-list .item .img-responsive {
        margin-left: auto;
        margin-right: auto;
    }

    .product-list .item p {
        margin-bottom: 60px;
    }

    .service {
        padding-bottom: 82px;
    }

    .service .item {
        padding: 82px 6px 0px 6px;
    }
}



/* =.Banner 4k
-------------------------------------------- */
.banner-4k {
    background: url(../img/4k/banner-bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 540px;
    min-width: 100%;
    padding-top: 80px;
    color: #FFF;
}

.banner-4k .sub-title {
    font-size: 30px;
}

.banner-4k .desc {
    float: left;
    width: 55%;
}

.banner-4k .screen {
    float: right;
    width: 45%;
    padding-left: 2%;
}

.banner-4k h1 {
    margin-bottom: 30px;
    font-size: 48px;
}


.banner-4k ul {
    list-style: none;
    margin: 0px;
    padding: 0px;

}

.banner-4k ul li {
    background: url(../img/4k/banner-icon.png) 0px 0px no-repeat;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 18px;
}


.banner-4k .btn {
    width: 240px;
    height: 60px;
    margin: 40px 20px 0px 20px;
    padding: 12px;
    font-size: 24px;
    color: #FFF;
}

.banner-4k .btn-try,
.product-download-4k .btn-down,
.customized-services-4k .btn-try {
    background-color: #3bb200;
}

.banner-4k .btn-try:hover,
.banner-4k .btn-try:focus,
.banner .btn-try:active,
.product-download-4k .btn-down:hover,
.product-download-4k .btn-down:focus,
.product-download-4k .btn-down:active,
.customized-services-4k .btn-try:hover,
.customized-services-4k .btn-try:focus,
.customized-services-4k .btn-try:active {
    background-color: #4ed20c;
    color: #FFF;
}

.banner-4k .btn-vip,
.product-download-4k .btn-buy,
.customized-services-4k .btn-buy {
    background-color: #fa9725;
}

.banner-4k .btn-vip:hover,
.banner-4k .btn-vip:focus,
.banner-4k .btn-vip:active,
.product-download-4k .btn-buy:hover,
.product-download-4k .btn-buy:focus,
.product-download-4k .btn-buy:active,
.customized-services-4k .btn-buy:hover,
.customized-services-4k .btn-buy:focus,
.customized-services-4k .btn-buy:active {
    background-color: #da8019;
    border-color: #da8019;
    color: #FFF;
}


/* =.product-feature
-------------------------- */
.product-feature-title {
    font-size: 48px;
    text-align: center;
    background: url(../img/4k/title-line.png) bottom center no-repeat;
    padding-bottom: 34px;
    margin-top: 90px;
    margin-bottom: 48px;
}

.product-feature-4k,
.product-feature-zimu,
.product-feature-player {
    padding: 48px 0px;
}

.bg-grey {
    background-color: #fafafa;
}

.product-feature-4k .row {
    /* display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
	align-items: center; */
}

.product-feature-4k .desc,
.product-feature-zimu .desc,
.product-feature-player .desc {
    padding-top: 50px;
}

.product-feature-4k .title,
.product-feature-zimu .title,
.product-feature-player .title {
    font-size: 36px;
    margin-bottom: 30px;
}

.screen-right {
    padding-right: 0px;
}

.screen-left {
    padding-left: 0px;
}


/* =.customized-services-4k
-------------------------- */
.customized-services-4k {
    padding: 90px 0px;
    background-color: #fafafa;
    text-align: center;
}

.customized-services-4k .title {
    margin-top: 0px;
    margin-bottom: 60px;
    font-size: 48px;
}

.customized-services-4k .table tr td,
.device-management .table tr td {
    padding: 14px 32px;
    text-align: center;
    font-size: 18px;
}

.customized-services-4k .table thead tr td,
.device-management .table thead tr td {
    background-color: #00a0e8;
    border-color: #00a0e8;
    font-size: 24px;
    color: #FFF;
}

.customized-services-4k .table tr td:first-child {
    text-align: left;
}

.customized-services-4k .table tbody tr:nth-of-type(odd),
.device-management .table thead tr:nth-of-type(odd) {
    background-color: #edf6fa;
}

.customized-services-4k .btn {
    width: 140px;
    height: 40px;
    font-size: 18px;
    color: #FFF;
}

/* =.hot-website-4k
-------------------------- */
.hot-website-4k {
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
}

.hot-website-4k .title {
    margin-bottom: 60px;
    font-size: 48px;
}

.hot-website-4k .item {
    float: left;
    width: 12.5%;
    padding: 0.3%;
}

.hot-website-4k .item .img-responsive {
    background-color: #f6f6f6;
}


.product-step-4k {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.product-step-4k .title {
    margin-bottom: 20px;
    font-size: 48px;
}

.product-step-4k .title span {
    color: #f83226;
}

.product-step-4k .step-num {
    padding-top: 40px;
}

.product-step-4k .step-num span {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #49a0d1;
    box-shadow: 0px 0px 1px 10px#c8e2f1;
    text-indent: -99999px;
}

.product-step-4k .product-action-step {
    padding: 60px 0px 0px 0px;
}

.product-step-4k .product-action-step dl {
    padding: 30px 40px;
    margin: 0;
}

.product-step-4k .product-action-step dl dt {
    margin-bottom: 14px;
    font-size: 24px;
}

.product-step-4k .product-action {
    position: relative;
    display: flex;
}

.product-step-4k .product-action:after {
    position: absolute;
    display: block;
    content: "";
    background-color: #49a0d1;
    height: 1px;
    width: 100%;
    left: 0%;
    top: 56.5%;
    bottom: 0px;
}


/* =.product-download-4k
-------------------------- */
.product-download-4k {
    min-height: 360px;
    background-color: #0153da;
    color: #fff;
}

.product-download-4k .container {
    min-height: 360px;
    background: url(../img/4k/bg-product-download.jpg) 22px 0px no-repeat;
}

.product-download-4k .title {
    margin-top: 150px;
    min-height: 100px;
    padding-left: 192px;
    padding-top: 10px;
    background: url(../img/4k/icon-logo-white.png) 80px 0px no-repeat;
    font-size: 22px;
    font-weight: normal;
}

.product-download-4k .title span {
    display: block;
    font-size: 36px;
}

.product-download-4k .btn {
    width: 180px;
    height: 60px;
    margin: 150px 20px 0px 20px;
    padding: 12px;
    font-size: 24px;
    color: #FFF;
}


.product-select-4k {
    padding: 48px 0px;
    font-size: 18px;
}

.product-select-4k .title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 48px;
}

.product-select-4k .desc .product-select-list img {
    float: left;
}

.product-select-4k .desc .product-select-list dl {
    padding-left: 80px;
    font-size: 18px;
    margin-bottom: 36px;
}

.product-select-4k .desc .product-select-list dl dt {
    font-size: 24px;
    font-weight: normal;
}

.product-select-4k .product-select-advantage {
    padding-top: 88px;
}

.product-select-4k .product-select-advantage .item {
    width: 16.66%;
    float: left;
    text-align: center;
}

.product-select-4k .product-select-advantage .item p {
    padding-top: 30px;
    font-size: 24px;
}


/* =.Banner zimu
-------------------------------------------- */
.banner-zimu {
    background: url(../img/zimu/banner-bg.jpg) center top no-repeat;
    background-size: cover;
    min-height: 560px;
    min-width: 100%;
    padding-top: 74px;
    color: #FFF;
}

.banner-zimu h1 {
    margin-bottom: 20px;
    font-size: 56px;
}

.banner-zimu .sub-title {
    font-size: 30px;
}

.banner-zimu .desc {
    float: left;
    width: 45%;
}

.banner-zimu .screen {
    float: right;
    width: 55%;
}

.banner-zimu .btn-download {
    width: 220px;
    height: 60px;
    margin: 40px 0px 20px 0px;
    padding: 12px;
    font-size: 24px;
    color: #FFF;
}

.banner-zimu .btn-download {
    background-color: #1296ff;
}

.banner-zimu .btn-download:hover,
.banner-zimu .btn-download:focus {
    background-color: #2ba1ff;
    color: #FFF;
}

.banner-zimu a {
    color: #fff;
}

.banner-zimu a:focus,
.banner-zimu a:hover {
    text-decoration: underline;
}

.product-step-zimu {
    background-color: #003661;
    min-height: 300px;
    padding: 30px;
    color: #FFF;
    text-align: center;
}

.product-step-zimu .title {
    font-size: 48px;
    margin-bottom: 40px;
}

.product-step-zimu .product-action-step {
    position: relative;
}

.product-step-zimu .product-action-step:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../img/zimu/line.png) left top no-repeat;
    height: 2px;
    width: 104px;
    right: -50px;
    top: 20px;
}

.product-step-zimu .product-action-step.last:before {
    background: transparent;
}

.product-step-zimu .num {
    background: url(../img/zimu/bg-num.png) left top no-repeat;
    width: 56px;
    height: 50px;
    line-height: 48px;
    font-size: 30px;
    text-align: center;
    margin: 20px auto 0px auto;
}

.product-step-zimu p {
    font-size: 30px;
}

.usage-tips-zimu {
    padding-top: 60px;
    padding-bottom: 70px;
}

.usage-tips-zimu .title {
    font-size: 60px;
    margin-bottom: 40px;
    text-align: center;
}

.usage-tips-zimu ul {
    border-top: 2px solid #cccccc;
    list-style: none;
    padding: 0px;
    margin: 40px 0px 0px 10px;
}

.usage-tips-zimu ul li {
    border-bottom: 2px solid #cccccc;
    height: 90px;
    line-height: 90px;
}

.usage-tips-zimu ul li a {
    display: block;
    font-size: 24px;
    text-decoration: none;
    color: #000;
    background: url(../img/zimu/arrow-usage-tips.png) 96% 48% no-repeat;
    padding-right: 12%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.usage-tips-zimu ul li a:hover {
    color: #01356b;
}

/* =.Page Content
-------------------------------------------- */
.tutorial-page,
.tutorial-list {
    padding-top: 40px;
    padding-bottom: 60px;
}

.breadcrumb {
    margin-left: -15px;
    margin-right: -15px;
    background: none;
    margin-bottom: 20px;
}

.tutorial-list h1 {
    margin-bottom: 30px;
    text-align: center;
    font-size: 30px;
    color: #ef2b1f;
}

.page-section {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0px 20px 0px;
    margin-bottom: 20px;
}

.page-section h2 {
    margin-top: 0px;
}

.page-section h2 a {
    font-size: 18px;
    color: #333333;
}

.page-section h2 a:hover,
.page-section h2 a:active {
    color: #ef2b1f;
}

.wp-pagenavi {
    margin-top: 30px;
    text-align: right;
}

.tutorial-page h1 {
    margin-bottom: 30px;
    font-size: 30px;
    color: #ef2b1f;
}

.tutorial-page p {
    margin-bottom: 30px;
}

.tutorial-page dl {
    margin-bottom: 40px;
    padding-left: 18px;
    border-left: 2px solid #ef2b1f;
}

.tutorial-page .comment-form {
    padding-top: 30px;
    border-top: 1px solid #d9d9d9;
}

.tutorial-page .comment-form .title {
    margin-bottom: 28px;
    font-size: 24px;
    color: #ef2b1f;
}

.tutorial-page .comment-form .form-control {
    border-radius: 0;
}

.tutorial-page .comment-form .btn {
    width: 146px;
    height: 44px;
    margin-right: 18px;
}

.tutorial-page .comment-form .btn-submit {
    background-color: #f83226;
    border-radius: 0;
    color: #FFF;
}

.tutorial-page .comment-form .btn-submit:hover,
.tutorial-page .comment-form .btn-submit:active {
    background-color: #ff453a;
}

/* =.Sidebar
-------------------------------------------- */
.sidebar .widget {
    margin-bottom: 28px;
    padding: 48px 32px;
}

.sidebar h3 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 20px;
    color: #ef2b1f;
}

.sidebar .hot-topics ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebar .hot-topics ul li {
    background: url(../img/icon-arrow-red.png) 0px 7px no-repeat;
    padding-left: 18px;
    margin-bottom: 18px;
}

.sidebar .hot-topics ul li a {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
}

.ebsgovicon {
    display: inline;
}

@media (max-width: 767px) {
    .partner .item {
        float: left;
        width: 33.33%;
        padding: 1%;
    }
}

/* =.Banner player
-------------------------------------------- */
.banner-player {
    background: url(../img/player/bg-banner.png) center top no-repeat;
    background-size: cover;
    min-height: 560px;
    min-width: 100%;
    padding-top: 74px;
    color: #FFF;
}

.banner-player h1 {
    margin-bottom: 20px;
    font-size: 80px;
}

.banner-player .sub-title {
    font-size: 36px;
}

.banner-player p.systeminfo {
    font-size: 14px;
}

.banner-player .desc {
    float: left;
    width: 45%;
}

.banner-player .screen {
    float: right;
    width: 55%;
}

.banner-player .btn-win {
    width: 190px;
    height: 50px;
    background: url(../img/player/icon-win.png) 16px 14px no-repeat;
    margin: 40px 0px 20px 0px;
    padding: 12px 40px 12px 12px;
    text-align: right;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
}

.banner-player .btn-win {
    background-color: #3263c7;
}

.banner-player .btn-win:hover,
.banner-player .btn-win:focus {
    background-color: #2ba1ff;
    color: #FFF;
}

.banner-player a {
    color: #fff;
}

.banner-player a:focus,
.banner-player a:hover {
    text-decoration: underline;
}

.product-feature-player .img-responsive {
    margin: 0 auto;
}

.product-step-player {
    padding-top: 60px;
    padding-bottom: 120px;
    text-align: center;
    background-color: #e5f2ff;
}

.product-step-player .title {
    margin-bottom: 20px;
    font-size: 36px;
}

.product-step-player .product-action-step {
    padding: 40px 0px 0px 0px;
}

.product-step-player .img {
    margin-bottom: 10px;
}

/* =.purchase
-------------------------------------------- */
.purchase-container {
    background-color: #fafafa;
    padding-top: 0px;
    padding-bottom: 20px;
}

.purchase-container h1 {
    text-align: center;
    font-size: 32px;
    color: #333333;
}

.benefits-list {
    margin: 40px 0px 0px 0px;
}

.benefits-list dt {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
}

.benefits-list dd {
    width: 50%;
    float: left;
    font-size: 18px;
    background: url(../img/icon-right-purchase-1.png) left center no-repeat;
    margin-bottom: 20px;
    padding-left: 36px;
}

.benefits-list dd span {
    color: #4fa2e3;
}

.upgrade-support {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ececec;
    padding-bottom: 10px;
}

.upgrade-support dl {
    margin-bottom: 0;
    width: 100%;
}

.upgrade-support dl dt {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.upgrade-support dl dd {
    margin-bottom: 10px;
    color: #8c8a8a;
}

.upgrade-support .num {
    display: inline-block;
    padding: 3px 6px;
    margin-right: 14px;
    background-color: #e02f25;
    color: #FFF;
    border-radius: 2px;
}

.system-requirements {
    padding: 40px 0px;
    margin-bottom: 0;
}

.system-requirements dt {
    margin-bottom: 14px;
    font-size: 16px;
    color: #333333;
}

.system-requirements dd {
    margin-bottom: 8px;
    font-size: 14px;
}

.product-select {
    border: 1px solid #ececec;
    border-top: none;
    padding: 40px 50px 22px 50px;
}

.purchase-step {
    padding-top: 20px;
}

.purchase-step .row {
    margin: 0;
}

.purchase-step .title {
    height: 54px;
    line-height: 52px;
    margin-bottom: 42px;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0;
}

.purchase-step .title.first {
    margin-bottom: 20px;
}

.purchase-step .product-num {
    width: 36px;
    height: 36px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.purchase-step .pay-select-num .text {
    display: inline-block;
    float: left;
    height: 36px;
    line-height: 36px;
}

.purchase-step .total-num {
    display: inline-block;
    float: left;
    margin-left: 30px;
    line-height: 36px;
    color: #fa9725;
    vertical-align: middle;
}

.purchase-step .jian,
.purchase-step .jia {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 32px;
    background-color: #f7f7f7;
    border: 1px solid #d1d1d1;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    vertical-align: middle
}

.purchase-step .jian {
    margin-left: 20px;
    border-right: none;
}

.purchase-step .jia {
    border-left: none;
}

.purchase-step .jian:hover,
.purchase-step .jian:active,
.purchase-step .jia:hover,
.purchase-step .jia:active {
    background-color: #eeeeee;
}

#total_price {
    margin-left: 20px;
}

.purchase-account .form-horizontal .control-label {
    float: left;
    width: 14%;
    font-size: 16px;
    padding-right: 8px;
}

.purchase-account .form-horizontal .control-label-input {
    float: left;
    width: 24%;
    margin-right: 20px;
}

.purchase-account .form-horizontal .form-control {
    font-size: 15px;
    height: 40px;
}

.purchase-account .form-horizontal .tips {
    line-height: 40px;
}

.purchase-step .pay-platform {
    min-width: 170px;
    margin-left: 24px;
    vertical-align: bottom;
}

.purchase-step .checkbox label {
    padding-left: 0;
}

.purchase-step .pay-method {
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    display: flex;
    align-items: center;
}

.purchase-step .license {
    margin-top: 20px;
    color: #808080;
}

.pay-settlement {
    padding-top: 30px;
}

.checkboxStyle {
    position: relative;
}

.checkboxStyle input[type="radio"],
.checkboxStyle input[type="checkbox"] {
    opacity: 0;
}

.checkboxStyle input[type="radio"]+label::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #999;
}

.checkboxStyle input[type="radio"]:checked+label::before {
    content: '';
    background-color: #349EDF;
    border: 1px solid #349EDF;
}

.checkboxStyle input[type="radio"]:checked+label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 8px;
    top: 18px;
    left: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.checkboxStyle input[type="checkbox"]+label {
    margin-left: 10px;
}

.checkboxStyle input[type="checkbox"]+label::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
}

.checkboxStyle input[type="checkbox"]:checked+label::before {
    content: '';
    background-color: #349EDF;
    border: 1px solid #349EDF;
}

.checkboxStyle input[type="checkbox"]:checked+label::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 8px;
    top: 5px;
    left: 5px;
    border: 2px solid #fff;
    border-top: none;
    border-left: none;
    transform: rotate(45deg)
}

.btn-settlement {
    width: 180px;
    height: 50px;
    line-height: 40px;
    color: #FFF;
    font-size: 18px;
}

.purchase-step .btn-settlement {
    background-color: #f83226;
    width: 170px;
    height: 52px;
    border-radius: 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding-top: 4px;
}

.purchase-step .btn-settlement:hover,
.purchase-step .btn-settlement:focus,
.purchase-step .btn-settlement:active {
    background-color: #fe5a50;
}


.pay-select .pay-select-time-num {
    float: left;
    width: 22%;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.pay-select .pay-select-time-num.last {
    margin-right: 0px;
}

.pay-select .itme-hour {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    margin: 0px;
    text-align: center;
    border: 1px solid #fa9826;
    background-color: #fa9826;
    border-radius: 6px 6px 0px 0px;
    color: #FFF;
}

.pay-select .item-box {
    border: 1px solid #CCCCCC;
    background-color: #FFF;
    border-radius: 0px 0px 6px 6px;
}

.pay-select .pay-select-time-num:hover .item-box,
.pay-select .pay-select-time-num.active .item-box {
    background-color: #faeee1;
    border-color: #fa9826;
}

.pay-select .pay-select-time-num:hover .tips,
.pay-select .pay-select-time-num.active .tips {
    background-color: #F9A825;
    color: #FFF;
}

.pay-select .pay-select-time-num .discount {
    position: absolute;
    top: -17px;
    right: 10px;
    background-color: #ed0f01;
    color: #FFF;
    font-size: 18px;
    width: 60px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
}

.pay-select .itme-tips {
    position: absolute;
    left: 0px;
    top: -10px;
    width: 70px;
    height: 18px;
    width: 7rem;
    height: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    text-align: center;
    background-color: #fa9826;
    font-size: 10px;
    color: #FFF;
    border-radius: 10px 0px 10px 0px;
}

.pay-select .itme-price {
    margin: 12px 0px 0px 0px;
    font-size: 36px;
    text-align: center;
    color: #E60000;
}

.pay-select .itme-old-price {
    color: #b2b2b2;
    font-size: 24px;
    text-decoration: line-through;
}

.pay-select .itme-days {
    font-size: 18px;
    margin-bottom: 16px;
}

.pay-select .tips {
    display: inline-block;
    padding: 0px 18px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto 22px auto;
    border-radius: 32px;
    background-color: #FFEBCC;
    font-size: 18px;
}

.pay-success .container {
    width: 548px;
    min-height: 676px;
    padding-top: 124px;
    position: relative;
    background-color: #fcfcfc;
    -webkit-box-shadow: 4px 20px 30px 8px #f2f2f2;
    -moz-box-shadow: 4px 20px 30px 8px #f2f2f2;
    box-shadow: 4px 20px 30px 8px #f2f2f2;
    text-align: center;
}

.pay-success .img-responsive {
    margin-left: auto;
    margin-right: auto;
}

.pay-success h1 {
    margin-top: 50px;
    font-size: 30px;
    color: #333333;
}

.pay-success .return-page {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.page-pay-success .img-responsive {
    margin: 88px auto 66px auto;
}

.page-pay-success p {
    padding-left: 96px;
    padding-right: 96px;
    text-align: left;
}
.page-pay-success p .to-email {
    color: #337ab7;
}

.text-red {
    color: red;
}

.text-blue {
    color: dodgerblue;
}

/* =.account
-------------------------------------------- */
.account-center {
    padding-top: 40px;
    padding-bottom: 40px;
}

.page-pay-success,
.page-pay,
.login-page,
.reset-page,
.restore-page,
.register-page {
    max-width: 600px;
    margin: 100px auto 140px auto;
    padding-bottom: 40px;
    border: 1px solid #e0e0e0;
    text-align: center;
    color: #000000;
    position: relative;
}

.page-pay-success h1,
.page-pay h1,
.login-page h1,
.reset-page h1,
.restore-page h1,
.register-page h1 {
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
    font-size: 30px;
}

.email-login,
.email-register {
    padding: 38px 36px 10px 36px;
    position: relative;
}

.email-login .title,
.email-register .title {
    font-size: 36px;
    margin-bottom: 44px;
    text-align: center;
}

.email-login ul,
.email-register ul {
	list-style: none;
	margin: 0px;
	padding: 0;
}

.email-login ul,
.email-register ul {
	margin-bottom: 48px;
}

.email-login ul li,
.email-register ul li {
	display: inline-block;
	width: 33.33%;
	float: left;
	text-align: left;
}

.email-login ul li.active,
.email-register ul li.active {
	font-weight: bold;
}

.email-register ul.ul-bottom li,
.email-login ul.ul-bottom li {
	width: 50%;
	text-align: left;
}
 
.email-login ul.ul-bottom li.last, 
.email-register ul.ul-bottom li.last {
	text-align: right;
}

.email-login .form-control::-moz-placeholder {
    text-align: center;
}

.email-login .form-control:-ms-input-placeholder {
    text-align: center;
}

.email-login .form-control::-webkit-input-placeholder {
    text-align: center;
}

.email-login span,
.email-register span {
	cursor: pointer;
}

.emailloginform .send-code-col,
.email-register .send-code-col {
    margin-bottom: 48px;
}

.emailloginform .send-code-col.send-code-btn,
.email-register .send-code-col.send-code-btn {
    margin-bottom: 20px;
}

.emailloginform .form-control,
.email-register .form-control {
    background: rgba(255, 255, 255, 1);
    border-color: #b3b3b3;
    height: 64px;
    font-size: 18px;
    border-radius: 8px;
}

.btn-code {
    padding: 0px 0px 0px 8px;
}

.btn-phoneregister-submit {
    background-color: #3573de;
    color: #FFF;
    width: 100%;
    font-size: 18px;
    height: 64px;
}

.btn-phoneregister-submit:hover,
.btn-phoneregister-submit:active {
    background-color: #3d7ff0;
    color: #FFF;
}

.loginform,
.resetform {
	padding-top: 66px;
	padding-bottom: 10px;
}

.loginform .form-group,
.resetform .form-group {
	margin-bottom: 30px;
}

.loginform label,
.resetform label {
	font-size: 16px;
	color: #808080;
}

.resetform p {
	font-size: 16px;
	color: #808080;
	margin-bottom: 34px;
	margin-left: 12px;
}

.restoreform .control-label,
.resetform .control-label {
	padding-left: 0px;
	padding-right: 0px;
	font-size: 16px;
}

.account-center .nav-account {
    position: relative;
    float: left;
    width: 144px;
    height: auto;
    margin-right: 24px;
    background-color: #F5F7FA;
    border-radius: 8px;
    padding: 40px 0px;
}

.account-center .nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.account-center .nav-list li {
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.account-center .nav-list li a {
    color: #000000;
    text-decoration: none;
}

.account-center .nav-list li:hover a,
.account-center .nav-list li:active a,
.account-center .nav-list li.active a {
    color: #3573DE;
}

.user-center {
    max-width: 1000px;
    min-width: 1000px;
    float: right;
}

.user-center .user-center-main {
    margin-bottom: 24px;
    padding: 0px 48px 36px 48px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
}

.user-center .account-top {
    padding: 36px 0px 46px 0px;
    background: url(../img/line-account-top.png) left bottom no-repeat;
}

.user-center .head {
    float: left;
    width: 80%;
}

.user-center .head .head-img {
    float: left;
    width: 96px;
    height: 96px;
    margin-right: 20px;
    vertical-align: middle;
}

.user-center .head .head-img img {
    border-radius: 50%;
    display: block;
    max-width: 100%;
}

.user-center .head .head-name {
    float: left;
    padding-top: 8px;
}

.user-center .head .head-name .vip {
    display: inline-block;
    width: 30px;
    height: 12px;
    background: url(../img/icon-vip.png);
    text-indent: -99999px;
    margin-left: 12px;
    vertical-align: middle;
}

.user-center .head .head-name .novip {
    display: inline-block;
    width: 30px;
    height: 12px;
    background: url(../img/icon-free.png);
    text-indent: -99999px;
    margin-left: 12px;
    vertical-align: middle;
}

.user-center .head .head-name p,
.user-center .device p {
    margin-bottom: 0px;
    margin-top: 8px;
}

.user-center .head .head-name p {
    display: block;
    overflow: hidden;
}

.user-center .logout {
    float: left;
    width: 20%;
}

.user-center .logout .btn-quit {
    border: 1px solid #707070;
    border-radius: 8px;
    width: 150px;
    /* height: 48px; */
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #333;
}

.user-center .head h1 {
    margin-top: 0px;
    font-size: 26px;
}

.user-center-main ul {
    list-style: none;
    margin: 0px 0px 48px 0px;
    padding: 36px 0px 16px 0px;
    background: url(../img/line-account-bottom.png) left bottom no-repeat;
}

.user-center-main ul li {
    float: left;
    width: 50%;
    padding-left: 38px;
    margin-bottom: 20px;
    line-height: 25px;
    background: url(../img/yes-user-center.svg) 0px 0px no-repeat;
}

.download-center .btn-download,
.user-center .btn-download {
    background-color: #0099ff;
    width: 88%;
    color: #FFF;
    font-size: 18px;
    padding: 18px 18px;
}

.download-center .btn-download:hover,
.download-center .btn-download:active,
.user-center .btn-download:hover,
.user-center .btn-download:active {
    background-color: #23a5fc;
}

.user-center .btn-renew {
    background-color: #F9AA2B;
    color: #FFF;
    font-size: 18px;
    padding: 10px 18px;
    width: 100%;
}

.user-center .btn-renew:hover,
.user-center .btn-renew:active {
    background-color: #da8019;
    border-color: #da8019;
}

.sendCodeError {
	background: url(../img/icon_error.png) left center no-repeat;
	color: red;
	padding-left: 22px;
	margin-top: 5px;
	margin-bottom: 24px;
	margin-left: 15px;
	font-size: 14px;
	text-align: left;
}

.sendCodeError.success {
	background: url(../img/icon_yes.png) left center no-repeat;
	color: #009844;
}

.invite-users {
	margin: 30px auto 40px auto;
}

.invite-users-banner {
	background: url(../img/bg-invite-banner.jpg) left top no-repeat;
	background-size: contain;
	color: #FFF;
	height: 400px;
	padding-left: 104px;
	padding-top: 60px;
}

.invite-users-banner input[type="text"] {
	border: none;
	background: url(../img/bg-invite-input.png) left top no-repeat;
	box-shadow: none;
	border-radius: none;
	width: 426px;
	height: 40px;
	padding: 6px 20px;
	font-size: 18px;
	color: #FFF;
	margin: 14px 0px 20px 0px;
}

.invite-users-banner ul {
	padding-left: 18px;
}

.invite-users-banner ul li {
	font-size: 18px;
	line-height: 36px;
}

.invite-users-banner .btn-copy {
	width: 160px;
	height: 45px;
	line-height: 30px;
	color: #FFF;
	font-size: 18px;
	border-radius: 8px;
	background-color: #fa9725;
}

.invite-users-banner .btn-copy:hover,
.invite-users-banner .btn-copy:active {
	background-color: #da8019;
	border-color: #da8019;
	color: #FFF;
}

.invite-main {
	padding: 0px 146px;
}

.invite-tips {
	background-color: #fff59d;
	height: 100px;
	margin-top: 80px;
	border: 1px solid #ddd;
}

.step-invite {
	position: relative;
	min-height: 140px;
	margin-top: 24px;
	margin-bottom: 50px;
	text-align: center;
}

.step-invite .step-desc {
	margin-top: 1.6rem;
	margin-bottom: 1rem;
	color: #00a0e8;
	font-size: 18px;
	text-align: center;
}

.step-invite .position-relative {
	position: relative;
	width: 88px;
	height: 88px;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
}

.step-invite .first .position-relative {
	margin-left: 0;
}

.step-invite .first .step-desc {
	text-align: left;
}

.step-invite .last .position-relative {
	margin-right: 0;
}

.step-invite .last .step-desc {
	text-align: right;
}

.step-invite::after {
	position: absolute;
	height: 1px;
	width: 100%;
	top: 32%;
	left: 42px;
	background: url(../img/line-invite.png) left top no-repeat;
}

.invite-users .table tr td {
	padding: 14px 42px;
	text-align: center;
}

.invite-users .table thead tr td {
	background-color: #00a0e8;
	font-size: 24px;
	color: #FFF;
}

.invite-users .table tfoot tr td {
	background-color: #fff59d;
}



/* =.supprt-page
-------------------------------------------- */
.supprt-page {
	max-width: 870px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 60px;
}

.supprt-page h1 {
	margin-bottom: 40px;
	font-size: 30px;
}

.contact-us {
	margin-top: 60px;
	margin-bottom: 48px;
	padding: 38px 42px;
	background-color: #333333;
	color: #FFF;
}

.contact-us .img-responsive {
	margin-left: 20px;
}

.contact-us h6 {
	font-size: 18px;
}

.contact-us-time {
	text-align: left;
}

.tips span,
.contact-us-time span,
.contact-us-qr span,
.resetform p span {
	color: #fa9725;
}

.supprt-page h2 {
	height: 40px;
	line-height: 40px;
	margin: 20px -15px 22px -15px;
	background-color: #00a0e8;
	color: #FFF;
	font-size: 20px;
}

.supprt-page .support-item {
	position: relative;
	margin-bottom: 16px;
	padding: 0px 24px;
	border: 1px solid #e6e6e6;
	font-size: 16px;
	text-align: left;
}

.supprt-page .support-item h3 {
	height: 56px;
	line-height: 56px;
	margin: 0;
	font-size: 16px;
}

.support-item::before {
	content: '';
	background: url(../img/icon-arrow.png) left top no-repeat;
	width: 18px;
	height: 10px;
	position: absolute;
	right: 20px;
	top: 24px;
}

.support-item.active::before {
	content: '';
	background: url(../img/icon-arrow-active.png) left top no-repeat;
}

.support-item .support-item-main {
	display: none;
	padding: 0px 18px 24px 18px;
}

.support-item.active .support-item-main {
	display: block;
}

.support-item .support-item-main dl dt,
.support-item .support-item-main dl dd,
.support-item .support-item-main p {
	margin-top: 20px;
	margin-bottom: 4px;
}

.tips {
	color: #808080;
}



/* =.Multi Dimension
-------------------------------------------- */
@media (max-width: 479px) {}

@media (min-width: 480px) {}

@media (max-width: 767px) {}

@media (min-width: 768px) {}

@media (max-width: 991px) {}

@media (min-width: 992px) {}

@media (max-width: 1199px) {}

@media (min-width: 1200px) {}

@media (min-width: 480px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}