body {
    overflow: hidden;
    font-size: 13px;
    color: #1f1f1f
}

html, body {
    width: 100%;
    height: 100%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0
}

div {
    margin: 0;
    padding: 0
}

* {
    box-sizing: border-box
}

[tabindex]:focus {
    outline: 0 solid transparent
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-text);
    color: #9e9e9e
}

[contentEditable=plaintext-only]:empty:not(:focus):before {
    content: attr(data-text);
    color: #9e9e9e
}

video {
    background-color: #f0f0f0
}

input {
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px
}

input:focus, .input:active, .apm-input:focus, .apm-input:active {
    outline: none;
    border: 1px solid #386deb
}

a {
    text-decoration: none;
    color: #386deb
}

a:hover {
    color: #3262d3
}

.apm-btn {
    border-radius: 4px;
    cursor: pointer;
    padding: 0 16px;
    height: 32px;
    line-height: 32px
}

.apm-btn-border {
    background-color: #fff;
    color: #386deb;
    border: 1px solid #386deb
}

.apm-btn-primary {
    background-color: #386deb;
    color: #fff;
    border: 1px solid #386deb
}

.apm-btn-primary:hover {
    background-color: #3262d3
}

input, textarea, select, button {
    font-size: 13px
}

.no-app {
    width: 100%;
    text-align: center;
    margin-top: 200px;
    font-size: 20px;
    color: #757575
}

.min-price {
    color: #2680eb
}

.free-price {
    text-transform: uppercase;
    font-weight: 500;
    color: #2bb53c
}

.app-coming-soon {
    text-transform: uppercase;
    font-weight: 500;
    color: #fd9a02
}

.pointer {
    cursor: pointer
}

.icon {
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 0 center
}

.icon-16 {
    width: 16px;
    height: 16px
}

.icon-24 {
    width: 24px;
    height: 24px
}

.icon-32 {
    width: 32px;
    height: 32px
}

.icon-app-menu {
    background-image: url(../img/icons/icon-app-menu.svg)
}

.icon-back {
    background-image: url(../img/icons/icon-back.svg)
}

.icon-close {
    background-image: url(../img/icons/icon-close.svg)
}

.icon-close-red {
    background-image: url(../img/icons/icon-close-red.svg)
}

.icon-shopping-cart {
    background-image: url('../img/icons/icon_shopping-cart.svg')
}

.icon-not-permission {
    background-image: url('../img/icons/icon-not-permission.svg')
}

.icon-star-rating-checked {
    background-image: url('../img/icons/icon-star-rating-checked.svg')
}

.icon-star-rating-unchecked {
    background-image: url('../img/icons/icon-star-rating-unchecked.svg')
}

.icon-star-rating-haft {
    background-image: url('../img/icons/icon-star-rating-haft.svg')
}

.icon-customer {
    background-image: url('../img/icons/icon-customer.svg')
}

.icon-gear-set {
    background-image: url('../img/icons/icon-gear-set.svg')
}

.icon-error-cloud {
    background-image: url('../img/icons/icon-error-cloud.svg')
}

.icon-search {
    background-image: url('../img/icons/icon-search-24.svg');
    background-repeat: no-repeat
}

.icon-error {
    background-image: url('../img/icons/icon-error.svg');
    background-repeat: no-repeat
}

.icon-success {
    background-image: url('../img/icons/icon-active-success.svg');
    background-repeat: no-repeat
}

.logo-active-success {
    background-image: url('../img/icons/logo-active-success.svg')
}

.logo-active-error {
    background-image: url('../img/icons/logo-active-error.svg')
}

.icon-open-app {
    background-image: url('../img/icons/icon-open-app.svg')
}

.icon-key {
    background-image: url('../img/icons/icon-key.svg')
}

.icon-active-empty {
    background-image: url('../img/icons/icon-active-empty.svg')
}

.icon-subscriber {
    background-image: url('../img/icons/icon-subscriber.svg')
}

.main-header {
    height: 56px;
    display: inline-flex;
    background: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99
}

.btn-header-login {
    line-height: 32px;
    color: #1a1b1d;
    font-weight: 500;
    margin-right: 24px;
    cursor: pointer
}

.btn-header-login:hover {
    color: #2680eb
}

.btn-header-register {
    background-color: #2680eb;
    border: 1px solid #2680eb;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    padding: 0 16px;
    cursor: pointer;
    margin-right: 24px
}

.btn-header-register:hover {
    background-color: #0058c1
}

#logo {
    line-height: 44px;
    min-width: 210px;
    display: inline-flex;
    padding-left: 24px
}

.main-header .logo-link {
    margin-top: 12px;
    padding: 0;
    display: inline-flex;
    text-decoration: none
}

.main-header .logo-link .main-logo {
    background: transparent url('../img/icons/ic_market_48px.svg') no-repeat center center;
    height: 32px;
    width: 32px;
    margin: 0 8px 0 0;
    background-size: cover
}

.main-header .logo-link .title-logo {
    color: #212121;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px
}

.main-header .box-app-menu {
    background: transparent url(../img/icons/ic_apps_black_24px.svg) no-repeat center center;
    cursor: pointer;
    width: 24px;
    height: 32px;
    margin: 12px 16px 0 0
}

.user-info {
    position: relative;
    flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    text-align: right;
    margin-top: 12px;
    height: 32px;
    display: inline-flex
}

.user-info .user-avatar {
    width: auto;
    height: auto;
    border-radius: 50%;
    cursor: pointer;
    width: 32px;
    margin-right: 24px;
    height: 32px;
    background-color: #f2f2f2
}

.option-market {
    display: flex;
    margin-left: 32px;
    display: none
}

.option-market .opt-header {
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    color: #212121;
    padding-left: 6px;
    padding-right: 6px
}

.option-market .opt-header:hover {
    color: #386deb
}

.option-market .opt-mg-left {
    margin-left: 20px
}

.option-market .opt-header-choose {
    border-bottom: 3px #386deb solid;
    color: #386deb
}

.option-market .opt-header .numer-apps {
    margin-left: 8px;
    height: 20px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e8f2ff;
    padding: 0 6px;
    border-radius: 6px;
    font-weight: 500;
    color: #2680eb;
    white-space: nowrap
}

.user-info .apm-myapps-active {
    height: 32px;
    color: #2680eb;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 32px
}

.user-info .key-active {
    width: 24px;
    height: 26px;
    margin-right: 6px
}

#container {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #f0f0f0
}

.main-container {
    margin-top: 56px;
    overflow-y: auto;
    height: calc(100% - 56px)
}

.main-content {
    width: 100%;
    height: 100%
}

.page-content {
    -ms-flex: 1;
    flex: 1;
    min-height: 200px;
    margin-bottom: 16px
}

@media(max-width:416px) {
    .main-header .logo-link .title-logo {
        display: none
    }

    .apm-c-c .apm-search-field {
        width: 180px !important;
        right: 250px !important
    }
}

@media(max-width:768px) {
    .apm-side-bar-menu {
        display: none
    }

    .apm-top-banner .market-des {
        font-size: 12px !important
    }

    .apm-c-c .apm-list-search-apps .apm-list-search-result {
        justify-content: center
    }

    #app-detail-container .app-detail-nav-container .app-nav-space {
        width: 16px !important
    }

    #app-detail-container .app-detail-nav-container {
        padding: 16px 0 !important
    }

    #app-detail-container .app-detail-header {
        flex-wrap: wrap
    }

    #app-detail-container .btn-install {
        margin-top: 24px !important
    }
}

@media(max-width:1024px) {
    .apm-top-banner {
        height: 168px !important;
        padding-top: 24px !important
    }

    .apm-top-banner .market-des {
        font-size: 13px !important
    }

    .apm-top-banner .market-name {
        font-size: 32px !important
    }

    .apm-home-content {
        padding: 0 16px
    }
}

.apui-star-rating {
    display: inline-flex
}

.apui-star-rating .icon {
    width: 16px;
    height: 16px
}

.apm-ads-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: auto;
    max-width: 400px;
    max-height: 300px;
    height: auto;
    z-index: 300;
    color: #212121;
    border-radius: 8px;
    box-shadow: 0 2px 13px rgba(0, 0, 0, .3);
    overflow: hidden
}

.apm-ads-box {
    position: relative
}

.apm-ads-box .icon-close {
    position: absolute;
    top: 16px;
    right: 16px
}

.apm-advisory-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 200;
    color: #212121
}

.apm-advisory-box {
    position: absolute;
    width: 859px;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0 40px 32px 40px;
    z-index: 2;
    cursor: move
}

.apm-advisory-box input, .apm-advisory-box textarea, .apm-advisory-box select, .apm-advisory-box button {
    font-size: 13px !important
}

.apm-advisory-box .icon-close {
    position: absolute;
    top: 24px;
    right: 24px
}

.apm-advisory-box .apm-advisory-success-box {
    display: none
}

.apm-advisory-box .apm-advisory-form {
    display: block
}

.apm-advisory-box[view='success'] .apm-advisory-success-box {
    display: block
}

.apm-advisory-box[view='success'] .apm-advisory-form {
    display: none
}

.apm-advisory-header {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    text-align: center;
    margin-top: 28px
}

.apm-advisory-header .apm-advisory-title {
    font-size: 24px;
    margin-bottom: 7px;
    font-weight: bold
}

.apm-advisory-info-header {
    display: flex
}

.apm-advisory-header .apm-advisory-info {
    color: #666;
    flex: 1;
    margin-left: 70px
}

.apm-advisory-header .edit-advisory {
    background-image: url(../../src/min/img/icons/edit.svg);
    background-repeat: no-repeat;
    background-position: 0;
    text-align: right;
    padding: 0 0 0 23px;
    cursor: pointer;
    color: #2196f3
}

.apm-advisory-content {
    border-radius: 4px;
    overflow: auto;
    min-height: 200px
}

.apm-advisory-footer {
    margin-top: 12px;
    height: 48px
}

.apm-advisory-btn {
    width: 100%;
    border-radius: 4px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    cursor: pointer
}

.apm-advisory-btn:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .16)
}

.apm-advisory-btn[action='cancel'] {
    margin-right: 16px;
    color: #3779e8;
    border: 1px solid #3779e8
}

.apm-advisory-btn[action='send'] {
    background-color: #3779e8;
    color: #fff
}

.apm-advisory-btn[action='send']:hover {
    background-color: #3069c8
}

.apm-advisory-row {
    display: flex;
    margin-bottom: 8px
}

.field-space {
    width: 1px;
    margin: 0 8px;
    opacity: 0
}

.apm-advisory-field {
    -ms-flex: 1;
    flex: 1
}

.apm-advisory-field .apm-field {
    display: flex
}

.apm-advisory-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 64px;
    border: 6px solid #63d442;
    border-radius: 40px;
    position: relative
}

.apm-advisory-success-icon:before {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: 8px;
    width: 20px;
    height: 40px;
    border: solid #63d442;
    border-width: 0 6px 6px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.apm-advisory-success-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 8px
}

.apm-advisory-success-des {
    font-size: 13px;
    text-align: center
}

.apm-advisory-success-btn {
    width: 305px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
    background-color: #3779e8;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 16px
}

.apm-advisory-success-btn:hover {
    background-color: #3069c8
}

.appm-application-active {
    width: 100%;
    margin-top: 12px
}

.appm-application-active .appm-active-app {
    width: 100%;
    background-color: #f6f6f6;
    display: flex;
    flex-direction: row;
    padding: 24px;
    border-radius: 4px
}

.appm-active-app .appm-active-logo {
    width: 56px;
    height: 56px;
    margin-right: 16px
}

.appm-active-app .appm-active-logo img {
    width: 52px;
    height: 52px
}

.appm-active-app .appm-active-info {
    display: flex;
    flex-direction: column;
    width: 250px
}

.appm-active-app .appm-active-info .appm-active-name {
    font-size: 18px;
    font-weight: bold
}

.appm-active-app .appm-active-info .appm-active-package {
    font-size: 14px;
    font-weight: 500;
    margin-top: 16px
}

.appm-active-app .appm-active-status {
    display: flex;
    flex-direction: row;
    align-items: center
}

.appm-active-app .appm-row-name {
    display: flex
}

.appm-active-app .appm-row-name .appm-open-app {
    margin-left: 12px;
    width: 16px;
    height: 16px
}

.app-detail-container {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    height: calc(100% - 56px);
    display: none;
    background-color: #fff;
    z-index: 98;
    overflow: auto
}

#app-detail-container .appm-btn {
    margin-left: 16px
}

#app-detail-container .app-detail-content-wrap {
    overflow-x: hidden;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    height: 100%;
    display: flex;
    flex-direction: column
}

#app-detail-container .app-detail-header-container {
    margin: 0 auto;
    width: 90%;
    max-width: 950px;
    position: relative;
    padding-top: 24px
}

#app-detail-container .app-detail-content-container {
    width: 100%;
    position: relative
}

#app-detail-container .app-detail-body {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%
}

#app-detail-container .app-detail-back {
    margin-bottom: 24px;
    font-weight: 500;
    color: #757575;
    padding-left: 24px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../img/icons/icon-back-page.svg);
    user-select: none
}

#app-detail-container .app-detail-back:hover {
    cursor: pointer;
    color: #2680eb;
    background-image: url(../img/icons/icon-back-page-blue.svg)
}

#app-detail-container .app-detail-content-container .icon-close-red:hover {
    background-color: rgba(255, 0, 0, 1)
}

#app-detail-container .app-detail-header {
    display: flex;
    margin: 0 auto;
    margin-bottom: 24px
}

#app-detail-container .app-detail-info-block {
    display: flex
}

#app-detail-container .app-detail-nav-container {
    display: flex;
    border-top: 1px solid #e0e6e8;
    min-height: 54px;
    padding: 15px 0;
    width: 100%
}

#app-detail-container .app-detail-nav-container .app-detail-nav {
    display: flex;
    flex-wrap: wrap
}

#app-detail-container .app-detail-nav-container .app-detail-nav-item {
    font-size: 16px;
    cursor: pointer;
    font-weight: 500;
    color: #151b23
}

#app-detail-container .app-detail-nav-container .app-nav-space {
    width: 40px
}

#app-detail-container .app-detail-nav-container .app-detail-nav-item:hover {
    color: #212121
}

#app-detail-container .app-detail-nav-container .app-detail-nav-item.active {
    color: #2680eb
}

#app-detail-container .app-detail-header .app-logo {
    width: 80px;
    height: 80px
}

#app-detail-container .app-detail-header .app-logo img {
    width: 80px;
    height: 80px
}

#app-detail-container .app-detail-header .app-name-container {
    padding-left: 20px;
    padding-right: 40px
}

#app-detail-container .app-detail-header .app-name {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%
}

#app-detail-container .app-detail-header .app-des {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    margin-bottom: 8px
}

#app-detail-container .app-detail-header .app-com-title {
    color: #757575;
    line-height: 19px
}

#app-detail-container .app-detail-header .app-company {
    text-decoration: none;
    color: #2680eb;
    cursor: pointer;
    font-weight: 500;
    margin-left: 8px;
    line-height: 19px
}

#app-detail-container .app-detail-header .v-line {
    height: 19px;
    width: 1px;
    margin: 0 16px;
    background-color: #e0e0e0
}

#app-detail-container .btn-advisory:hover {
    background-color: #226cc3;
    color: #fff
}

#app-detail-container .btn-install {
    margin: 0 auto;
    height: 36px;
    line-height: 34px;
    color: #2680eb;
    font-size: 15px;
    width: 130px;
    border: 1px solid;
    border-radius: 4px;
    min-width: 80px;
    text-align: center;
    margin-top: 8px;
    cursor: pointer
}

#app-detail-container .btn-install:hover {
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16)
}

#app-detail-container .btn-install.disable {
    cursor: default;
    background-color: #9e9e9e
}

#app-detail-container .btn-buy-now {
    margin: 0 auto;
    background-color: #2680eb;
    height: 36px;
    line-height: 34px;
    color: #fff;
    font-size: 15px;
    width: 130px;
    border-radius: 4px;
    text-align: center;
    margin-top: 8px;
    cursor: pointer
}

#app-detail-container .btn-buy-now:hover {
    background-color: #246fca;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .08)
}

#app-detail-container .apui-slide-nav .nav-item:before {
    background-color: #707070
}

#app-detail-container .apui-slides .slide {
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

#app-detail-container .apui-slides .slide img {
    height: 100%;
    padding: 0
}

#app-detail-container .apui-slides .slide.active img {
    -moz-box-shadow: 0 -2px 20px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 -2px 20px rgba(0, 0, 0, .08);
    box-shadow: 0 -2px 20px rgba(0, 0, 0, .08);
    width: auto
}

#app-detail-container .apui-slides .slide img {
    height: 100%
}

#app-detail-container .screenshort-slider {
    border-radius: 4px;
    overflow: hidden
}

#app-detail-container .apui-slider-container .apui-slide-next, #app-detail-container .apui-slider-container .apui-slide-prev {
    border: 1px solid #9e9e9e
}

.app-detail-content-container-wrap {
    flex: 1;
    background-color: #f4f7f9
}

#app-detail-container .apm-price-info {
    text-align: center;
    padding-top: 12px;
    color: #666
}

.app-detail-block-title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 24px
}

.app-detail-panel {
    line-height: 28px;
    width: 100%;
    background-color: #f4f7f9
}

.feature-content, .overview-content, .app-detail-img, .related-apps {
    margin: 0 auto;
    width: 90%;
    max-width: 950px;
    padding-top: 24px;
    padding-bottom: 24px
}

.related-apps-block {
    background-color: #fff;
    padding: 28px 0
}

.related-apps-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px
}

.related-apps-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.app-detail-block-content.question a {
    line-height: 32px;
    display: block;
    color: #2196f3
}

.app-detail-block-content.question a:hover {
    color: #1f65b9
}

.app-detail-content {
    text-align: justify;
    display: flex
}

.apm-group-app {
    margin-bottom: 60px
}

.apm-group-app .apm-group-header {
    margin-bottom: 16px;
    position: relative;
    width: 100%;
    padding: 0 8px
}

.apm-group-app .apm-group-name {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px
}

.apm-group-app .apm-group-des {
    margin-top: 4px;
    color: #757575;
    font-size: 16px
}

.apm-group-app .apm-group-footer {
    margin: 16px 0;
    width: 100%;
    height: 40px;
    text-align: center
}

.apm-group-app .apm-group-btn-more {
    padding: 0 16px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .08);
    background: #2196f3;
    color: #fff;
    height: 36px;
    line-height: 36px;
    display: inline-block
}

.apm-group-app .apm-group-btn-more:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
    cursor: pointer;
    background: #1f86d8
}

.apm-group-app .apm-group-apps {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.fake-app-item {
    width: 300px;
    height: 1px;
    margin: 0 8px;
    opacity: 0
}

.apm-app.loading {
    background-image: none
}

.apm-app.loading .app-name-container .app-name {
    height: 12px
}

.apm-app {
    width: 300px;
    height: 230px;
    box-sizing: border-box;
    margin: 8px;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .08);
    overflow: hidden;
    position: relative;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.app-purchased-icon {
    background-image: url(../img/icons/icon-card.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    margin-right: 8px;
    width: 16px;
    height: 16px
}

.apm-app:hover {
    box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
    margin-top: 4px;
    margin-bottom: 12px
}

.apm-app .app-banner {
    height: 162px;
    filter: saturate(.85);
    background-size: cover;
    background-position: center
}

.apm-app:hover .app-banner {
    filter: saturate(1)
}

.apm-app .app-name-container {
    width: 100%;
    height: 68px;
    padding: 12px;
    text-align: left;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.apm-app .app-name-container .app-name {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 4px;
    color: #212121;
    opacity: .87;
    font-weight: bold
}

.apm-app .app-name-container .app-index-info {
    width: 100%;
    display: inline-flex
}

.apm-app .app-name-container .app-index-info .app-quantity {
    margin-left: 8px;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px
}

.apm-app .app-name-container .app-index-info .icon-customer {
    display: block;
    width: 18px;
    height: 18px;
    margin-left: 4px
}

.apm-app .app-action-container {
    width: 100%;
    height: 68px;
    padding: 8px 12px;
    position: absolute;
    bottom: -200px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.apm-app:hover .app-action-container {
    bottom: 0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

.apm-app .apm-btn-box {
    width: 100%;
    height: 32px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    line-height: 22px
}

.apm-app .apm-btn-box .apm-btn {
    height: 32px;
    line-height: 30px
}

.apm-app .apm-btn-box .apm-btn-primary {
    text-align: center;
    display: inline-block
}

.apm-app .apm-btn-box .apm-btn-border {
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-right: 8px
}

.apm-app .apm-btn-box .apm-btn-border:hover {
    background-color: #f2f2f2
}

.apm-app .app-action-container .apm-price-info {
    color: #666;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    margin-top: 20px;
    display: inline-flex;
    width: 100%;
    justify-content: center;
    cursor: default;
    user-select: none
}

.apm-app .app-installed-icon {
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #64d271;
    border-radius: 8px;
    border: none;
    margin-right: 8px
}

.apm-app .app-installed-icon:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.apm-app .app-installed-text {
    color: #48bb56;
    line-height: 17px
}

.apm-app .app-purchased-text {
    color: #2196f3;
    line-height: 17px
}

.apm-app .apm-installed-box {
    position: absolute;
    display: flex;
    width: 24px;
    height: 24px;
    padding: 4px;
    right: 8px;
    top: 16px
}

.apm-app .apm-installed-box:hover {
    background-color: #e0e6e8;
    border-radius: 4px
}

.apm-app .apm-installed-box .app-installed-menu {
    width: 16px;
    height: 16px
}

.apm-app .app-status {
    display: inline-flex
}

.apm-app .app-publisher {
    color: #757575
}

.apm-field-caption {
    margin-bottom: 8px;
    color: #666
}

.apm-advisory-field .apm-field-control {
    flex: 2;
    font-size: 14px
}

.apm-advisory-info-header {
    display: flex
}

.apm-advisory-field .apm-field-caption {
    margin-bottom: 8px;
    color: #666;
    width: 140px;
    line-height: 40px
}

.apm-advisory-field .apm-field-caption.custom {
    width: 100px
}

.apm-field-control .apm-field-input.disable {
    background: #eee
}

.apm-field-control .apm-field-input {
    width: 100%;
    border-radius: 4px;
    background: none;
    height: 40px;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0 8px
}

.apm-field-control .apm-field-input.not-valid {
    border: 1px solid #ff6a00
}

.selected-value {
    height: 100%;
    line-height: 40px
}

.apm-field-caption span {
    display: none
}

.data-field-tooltip {
    position: fixed;
    width: 300px;
    background-color: #ff9a9a;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px
}

.apm-field-control .apm-long-text-field {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: none;
    height: 64px;
    padding: 8px;
    overflow-y: auto
}

.apm-field-control>input.disable:focus {
    border: 1px solid #e0e0e0;
    outline-offset: 0;
    outline: none
}

.apm-field-control>input:focus, .apm-field-control .apm-long-text-field:focus {
    border: 1px solid #2196f3;
    outline-offset: 0;
    outline: none
}

.apm-field-control>input.disable {
    background: #eee
}

.apm-field-control.icon-trigger {
    background-position: calc(100% - 8px) 18px;
    background-repeat: no-repeat
}

.apm-install-container {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(220, 220, 220, .9)
}

.apm-install-container .apm-install-module {
    width: 90%;
    max-width: 1024px;
    min-height: 330px;
    min-width: 340px;
    max-height: calc(100% - 56px);
    padding: 0;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .16);
    position: relative
}

.apm-install-container .apm-install-many {
    display: none
}

.apm-install-container.many .apm-install-content {
    display: none
}

.apm-install-container.many .apm-install-many {
    display: block;
    width: 100%;
    padding: 24px
}

.apm-install-container .apm-install-content {
    width: 100%;
    padding: 40px 0 0 0;
    overflow-y: auto
}

.apm-is-m .apm-related-apps {
    margin-top: 24px;
    padding: 24px;
    background-color: #f5f5f5
}

.apm-is-m .apm-related-apps-title {
    font-size: 16px;
    font-weight: 500;
    padding: 0 16px;
    margin-bottom: 8px;
    display: flex;
    line-height: 32px
}

.apm-is-m .apm-install-all-btn {
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid #386deb;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal;
    color: #386deb;
    cursor: pointer
}

.apm-is-m .apm-install-all-btn:hover {
    background-color: #f2f2f2
}

.apm-is-m .apm-install-open-btn {
    max-width: 144px;
    text-align: center;
    margin: 0 auto;
    padding: 0 16px;
    height: 32px
}

.apm-is-m .icon-close-red {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -24px;
    top: 0;
    background-position-x: 4px;
    background-color: #ff5858
}

.apm-is-m .icon-close-red:hover {
    background-color: #f00
}

.apm-is-m .apm-list-apps {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.apm-install-icon img {
    width: 80px;
    height: 80px;
    margin-top: 20px
}

.apm-install-icon {
    margin: 0 auto;
    text-align: center;
    height: 120px;
    width: 100%;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: auto 80px;
    background-image: none
}

.apm-install-icon[type='install'] {
    background-image: url('../img/icons/icon-gear-set.svg')
}

.apm-install-icon[type='success'] {
    background-image: url('../img/icons/icon-install-success.svg')
}

.apm-install-icon[type='error'] {
    background-image: url('../img/icons/icon-error-cloud.svg')
}

.apm-install-message {
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 22px
}

.apm-install-appname {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 12px
}

.apm-only-suggest {
    margin-top: -40px !important
}

.apm-popup-notpermission {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    z-index: 102;
    font-size: 13px;
    left: 0;
    top: 0
}

.apm-popup-notpermission-content {
    width: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .16);
    width: 580px;
    padding: 24px
}

.apm-notpermission-body {
    line-height: 21px;
    font-size: 13px
}

.apm-popup-notpermission .apm-notpermission-title {
    clear: both;
    font-size: 20px;
    line-height: 24px;
    color: #e81e1e;
    margin-bottom: 16px;
    padding-left: 40px;
    background-image: url('../img/icons/icon-not-permission.svg');
    background-position: left;
    background-repeat: no-repeat
}

.apm-popup-notpermission .icon-close {
    position: absolute;
    top: 16px;
    right: 16px;
    height: 24px;
    width: 24px
}

.apm-popup-notpermission .apm-notpermission-footer {
    height: 40px;
    display: flex;
    width: 100%;
    cursor: pointer;
    margin-top: 8px
}

.apm-popup-notpermission .apm-notpermission-btn {
    padding: 0 16px;
    height: 32px;
    line-height: 32px;
    margin-top: 4px;
    border-radius: 4px
}

.apm-popup-notpermission .apm-notpermission-btn.btn-cancel {
    color: #fff;
    background-color: #2680eb;
    border: 1px solid #2680eb
}

.apm-popup-notpermission .apm-notpermission-btn.btn-cancel:hover {
    background-color: #207eca;
    border: 1px solid #207eca
}

.apm-notpermission-admin-title {
    margin-top: 12px
}

.apm-notpermission-admin-list {
    padding: 16px;
    border: 1px solid #e0e0e0;
    background-color: #f2f2f2;
    margin-top: 8px
}

.apm-notpermission-admin-item {
    margin-bottom: 8px;
    padding-left: 14px;
    position: relative;
    min-height: 19px;
    width: 100%
}

.apm-notpermission-admin-item:before {
    content: "";
    position: absolute;
    background-color: #9e9e9e;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    left: 0;
    top: 6px;
    display: block
}

.apm-notpermission-admin-item [field="Email"] {
    color: #2680eb
}

.ssp-pbox-container .pbox-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 16px;
    text-transform: uppercase;
    padding-top: 32px
}

.ssp-pbox-container .pbox-product-empty {
    height: 500px;
    background-color: #fff;
    position: relative;
    margin: 12px 0 24px 0;
    border-radius: 5px
}

.ssp-pbox-container .pbox-product-empty .product-empty {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ssp-pbox-container .pbox-product-empty .product-empty .empty-icon {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat
}

.ssp-pbox-container .pbox-product-empty .product-empty .empty-text {
    font-size: 20px;
    font-weight: 500;
    text-align: center
}

.ssp-pitembox-container {
    margin-bottom: 16px;
    padding: 24px 16px;
    position: relative;
    display: flex;
    border-radius: 4px;
    background-color: #fff
}

.ssp-pitembox-container .product-item-key-app {
    line-height: 72px;
    padding: 0 24px 12px 12px;
    display: flex
}

.ssp-pitembox-container .product-item-key-app .app-icon {
    width: 56px;
    height: 56px;
    margin-right: 16px
}

.ssp-pitembox-container .product-item-key-app .app-icon img {
    width: 100%;
    height: 100%
}

.ssp-pitembox-container .product-item-key-app .app-name {
    line-height: 50px;
    padding-left: 12px
}

.ssp-pitembox-container .product-item-key-content {
    flex: 1;
    min-width: 100px
}

.ssp-pitembox-container .product-item-key-content.item-center {
    padding-top: 6px;
    border-top: 1px solid #dbe2eb
}

.ssp-pitembox-container .product-key.item-center {
    border-top: 1px solid #dbe2eb
}

.ssp-pitembox-container .product-item-key-content .app-name {
    padding-bottom: 8px;
    font-weight: bold
}

.ssp-pitembox-container .product-item-key-content .order-item {
    padding-bottom: 8px;
    display: flex
}

.ssp-pitembox-container .product-item-key-content .order-item .name-price {
    flex: 1;
    text-align: right;
    min-width: 150px;
    font-weight: 500
}

.ssp-pitembox-container .product-item-key-content .product-list-order {
    padding-bottom: 8px
}

.ssp-pitembox-container .product-item-key-content .list-order-child {
    border-top: 1px solid #dbe2eb;
    padding-top: 12px
}

.ssp-pitembox-container .product-item-key-content .msp-key-copy {
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer
}

.ssp-pitembox-container .product-key {
    position: relative;
    min-width: 100px;
    text-align: center;
    margin: auto;
    font-weight: bold
}

.ssp-pitembox-container .product-key.btn {
    height: 42px;
    padding: 12px 24px;
    text-align: center;
    border: 1px solid #2680eb;
    border-radius: 4px;
    font-weight: 500;
    color: #2680eb;
    cursor: pointer;
    user-select: none
}

.ssp-pitembox-container .product-key-more {
    min-width: 40px;
    height: 42px;
    border: 1px solid #dbe2eb;
    border-radius: 4px;
    font-weight: 500;
    color: #2680eb;
    cursor: pointer;
    margin: auto;
    margin-left: 12px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    user-select: none
}

.ssp-pitembox-container .product-key.btn.disabled {
    opacity: .5;
    cursor: default
}

.ssp-pitembox-container .product-key .product-btn-key {
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #2680eb;
    white-space: nowrap;
    padding: 0 16px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: #2680eb
}

.ssp-pitembox-container .product-app-info {
    flex: 1;
    padding: 0 24px;
    min-width: 200px
}

.ssp-pitembox-container .product-app-info .product-company-info {
    padding-bottom: 8px
}

.ssp-pitembox-container .product-app-info .product-company-info .company-name {
    font-weight: 500
}

.ssp-pitembox-container .product-app-info .product-company-info .company-taxcode {
    padding-top: 8px;
    display: flex
}

.ssp-pitembox-container .product-app-info .product-company-info .company-taxcode .taxcode-value {
    font-weight: 500
}

.ssp-pitembox-container .product-app-info .product-date-info {
    display: flex;
    padding-bottom: 8px
}

.ssp-pitembox-container .product-app-info .product-date-info .date-value {
    font-weight: 500
}

.ssp-pitembox-container .product-app-info .product-view-detail .view-btn {
    width: 100px;
    color: #2680eb;
    cursor: pointer;
    user-select: none
}

.ssp-pitembox-container .product-app-info .subscriber-view-detail {
    color: #2680eb;
    width: 100px;
    cursor: pointer
}

.ssp-pitembox-container .product-key-more .menu-app-action {
    width: 200px;
    padding: 12px 10px;
    position: absolute;
    right: 0;
    top: 48px;
    z-index: 99;
    border-radius: 8px;
    color: #212121;
    background: #fff;
    box-shadow: 0 3px 40px rgba(5, 4, 38, .12);
    font-weight: normal;
    display: none
}

.ssp-pitembox-container .product-key-more .menu-app-action .btn-action {
    padding: 12px;
    display: flex;
    justify-content: left;
    align-items: center;
    user-select: none
}

.ssp-pitembox-container .product-key-more .menu-app-action .btn-action:hover {
    background-color: #e5f2ff
}

.msp-quotation-container {
    padding: 24px;
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto
}

.msp-item-card-wrap {
    height: 100%;
    width: 260px;
    min-height: 300px;
    margin: 4px;
    background-color: #fff;
    border-radius: 8px
}

.msp-item-card-wrap.card-item-custom {
    padding: 0 6px
}

.msp-item-card {
    padding: 24px 20px;
    width: 100%;
    height: 100%;
    text-align: center
}

.msp-item-name {
    margin-top: 8px;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase
}

.msp-item-price {
    line-height: 34px;
    height: 34px;
    font-size: 28px;
    font-weight: bold;
    margin-top: 20px
}

.msp-item-unit {
    line-height: 15px;
    height: 15px;
    color: #666;
    margin-top: 8px;
    margin-bottom: 24px
}

.msp-item-detail p {
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    margin-bottom: 12px;
    margin-top: 0;
    padding-left: 24px;
    position: relative
}

.msp-item-detail p:before {
    content: "";
    display: block;
    position: absolute;
    left: 2px;
    top: 0;
    width: 6px;
    height: 12px;
    border: solid #25e8a1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.msp-item-card-wrap.recommend {
    margin-left: -2px;
    margin-right: 0;
    z-index: 9
}

.msp-item-card-wrap.recommend .msp-item-card {
    background-color: #f3f8fe;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16)
}

.msp-item-card-wrap.recommend .msp-item-name {
    color: #2680eb
}

.apm-recommend-container {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 97;
    background-color: rgba(220, 220, 220, .9)
}

.apm-recommend-module {
    width: 90%;
    max-width: 1024px;
    min-height: 330px;
    min-width: 340px;
    max-height: calc(100% - 100px);
    padding: 0;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .16);
    position: relative
}

.apm-recommend-container .apm-install-many {
    display: none
}

.apm-recommend-container.many .apm-recommend-content {
    display: none
}

.apm-recommend-container.many .apm-install-many {
    display: block;
    width: 100%;
    padding: 24px;
    overflow-y: auto
}

.apm-recommend-container .apm-recommend-content {
    width: 100%;
    padding: 24px 0 0 0;
    overflow-y: auto
}

.apm-re-m .apm-recommend-header-top {
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
    display: flex;
    z-index: 999;
    background: #fff;
    width: 100%;
    padding: 16px 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .16)
}

.apm-re-m .apm-recommend-header-top .apm-recommend-title {
    line-height: 40px;
    text-align: left
}

.apm-re-m .apm-recommend-header {
    padding: 0 24px;
    background-color: #fff;
    width: 100%;
    padding: 0 24px
}

.apm-re-m .apm-recommend-apps {
    margin-top: 24px;
    padding: 24px;
    background-color: #f5f5f5
}

.apm-re-m .apm-recommend-title {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px
}

.apm-re-m .apm-install-all-btn {
    max-width: 144px;
    text-align: center;
    margin: 0 auto;
    padding: 0 16px;
    height: 40px;
    line-height: 40px
}

.apm-re-m .icon-close-red {
    width: 24px;
    height: 24px;
    position: absolute;
    right: -24px;
    top: 0;
    background-position-x: 4px;
    background-color: #ff5858
}

.apm-re-m .icon-close-red:hover {
    background-color: #f00
}

.apm-re-m .apm-list-apps {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.apm-re-m .apm-install-icon img {
    width: 80px;
    height: 80px;
    margin-top: 20px
}

.apm-re-m .apm-install-icon {
    margin: 0 auto;
    text-align: center;
    height: 120px;
    width: 100%;
    background-position: center 20px;
    background-repeat: no-repeat;
    background-size: auto 80px;
    background-image: none
}

.apm-re-m .apm-install-icon[type='install'] {
    background-image: url('../img/icons/icon-gear-set.svg')
}

.apm-re-m .apm-install-icon[type='success'] {
    background-image: url('../img/icons/icon-install-success.svg')
}

.apm-re-m .apm-install-icon[type='error'] {
    background-image: url('../img/icons/icon-error-cloud.svg')
}

.apm-re-m .apm-install-message {
    font-size: 16px;
    text-align: center;
    color: #666;
    line-height: 22px
}

.apm-related-item {
    display: flex;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 0;
    filter: saturate(1);
    opacity: .35
}

.apm-related-item:last-child {
    border-bottom: none
}

.apm-related-item[status='waiting'] {
    filter: saturate(.1);
    opacity: .35
}

.apm-related-item[status='loading'] {
    opacity: .75;
    filter: saturate(1)
}

.apm-related-item[status='success'], .apm-related-item[status='error'] {
    opacity: 1;
    filter: saturate(1)
}

.apm-related-item .appm-btn {
    margin-left: 16px
}

.apm-related-item .app-info-block {
    display: flex
}

.apm-related-item .app-logo {
    width: 64px;
    height: 64px
}

.apm-related-item .install-status {
    width: 64px;
    height: 64px;
    min-width: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    background-image: none;
    margin-left: 16px
}

.apm-related-item .open-app, .apm-related-item .buy-app {
    display: none;
    margin-left: 8px
}

.apm-related-item[status='success'].ready .open-app, .apm-related-item[status='success'].ready .buy-app {
    display: block;
    margin-top: 16px
}

.apm-related-item[status='success'].ready .install-status {
    display: none
}

.apm-related-item[status='success'] .install-status {
    background-image: url('../img/icons/icon-success.svg')
}

.apm-related-item[status='error'] .install-status {
    background-image: url('../img/icons/icon-error.svg')
}

.apm-related-item[status='loading'] .install-status {
    background-image: url('../img/icons/icon-gear-set-1.svg')
}

.apm-related-item .app-logo img {
    width: 64px;
    height: 64px
}

.apm-related-item .app-name-container {
    padding-left: 20px;
    padding-right: 40px
}

.apm-related-item .app-name {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 5px;
    width: 100%
}

.apm-related-item .app-des {
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    margin-bottom: 8px
}

.apm-side-bar-menu {
    width: 210px;
    height: 100%;
    padding: 0 8px
}

.apm-side-bar-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    margin-bottom: 14px;
    user-select: none;
    padding-left: 8px
}

.apm-side-bar-item {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0)
}

.apm-side-bar-group {
    margin-bottom: 24px
}

.apm-side-bar-item {
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    padding-left: 8px
}

.apm-side-bar-item:hover, .apm-side-bar-item.active {
    font-weight: bold;
    color: #2680eb
}

.ActiveCodePopup {
    padding-bottom: 12px
}

.ActiveCodePopup .appm-a-p {
    width: 100%;
    display: flex;
    flex-direction: column
}

.ActiveCodePopup .appm-a-p .appm-avtive-content {
    width: 100%;
    margin-top: 20px
}

.ActiveCodePopup .appm-a-p .appm-avtive-content .appm-active-wait {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.appm-avtive-content .appm-active-wait .appm-active-loading {
    height: 70px;
    width: 70px;
    position: relative
}

.appm-avtive-content .appm-active-wait .appm-loading-describe {
    margin-top: 8px;
    flex-wrap: wrap-reverse;
    text-align: center
}

.appm-avtive-content .appm-active-list-app {
    max-height: 320px;
    overflow: auto;
    margin-top: 12px
}

.appm-avtive-content .appm-run-active-footer {
    margin-top: 28px;
    font-size: 14px;
    display: flex;
    justify-content: center
}

.appm-avtive-content .appm-run-active-footer .appm-run-active-footer-content {
    width: 158px;
    height: 38px;
    border-radius: 4px;
    background-color: #2680eb;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.appm-avtive-content .appm-disable {
    opacity: .5
}

.ChooseAppsActive {
    padding-bottom: 12px
}

.ChooseAppsActive .appm-c-p {
    width: 100%;
    margin-top: 16px;
    display: flex;
    flex-direction: column
}

.TypeActiveCodePopup .appm-c-p .appm-choose-content {
    width: 100%;
    margin-top: 20px
}

.appm-c-p .appm-choose-content .appm-choose-list-apps {
    width: 100%;
    max-height: 430px;
    margin-top: 16px;
    border: 1px solid #dbe2eb;
    border-collapse: collapse;
    display: block;
    position: relative;
    overflow: auto
}

.appm-choose-border {
    border: 1px solid #dbe2eb
}

.appm-c-p .appm-choose-content .appm-choose-list-apps .appm-choose-header {
    height: 40px;
    background-color: #f1f2f5
}

.appm-c-p .appm-choose-footer {
    height: 36px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.appm-c-p .appm-choose-footer .appm-button-cancle {
    width: 80px;
    height: 36px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313030;
    font-weight: bold;
    background-color: #e5e5e5;
    border-radius: 4px;
    cursor: pointer
}

.appm-c-p .appm-choose-footer .appm-button-continue {
    width: 80px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-color: #2680eb;
    border-radius: 4px;
    cursor: pointer
}

.appm-colum-name {
    padding: 24px;
    line-height: 20px;
    display: flex;
    align-items: center
}

.appm-choose-logo {
    width: 48px;
    height: 48px
}

.appm-choose-logo img {
    width: 48px;
    height: 48px
}

.appm-choose-info {
    margin-left: 12px;
    display: flex;
    flex-direction: column
}

.appm-choose-info .appm-choose-name {
    font-size: 16px;
    font-weight: bold
}

.appm-choose-info .appm-choose-package {
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px
}

.appm-list-license {
    display: flex;
    flex-wrap: wrap
}

.appm-list-license .msp-info {
    width: 50%;
    display: flex;
    line-height: 24px;
    font-size: 14px
}

.msp-info .msp-info-title {
    padding-right: 8px
}

.msp-info .msp-info-value {
    font-weight: bold
}

.appm-choose-footer .appm-disable {
    opacity: .5
}

.SubscriberDetailPopup {
    padding-bottom: 12px
}

.SubscriberDetailPopup .appm-s-p {
    width: 100%;
    display: flex;
    flex-direction: column
}

.SubscriberDetailPopup .appm-s-p .appm-subcriber-content {
    width: 100%;
    margin-top: 12px;
    display: flex
}

.appm-s-p .appm-subcriber-content .sb-logo img {
    width: 40px;
    height: 40px
}

.appm-s-p .appm-subcriber-content .sb-detail {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.appm-s-p .appm-subcriber-content .sb-detail .sb-name-prduct {
    font-weight: bold;
    font-size: 16px
}

.appm-s-p .appm-subcriber-content .sb-detail .sb-name-package {
    padding-top: 4px
}

.appm-s-p .appm-subcriber-content .sb-detail .sb-license {
    padding-top: 8px;
    display: flex;
    flex-wrap: wrap
}

.sb-license .msp-info {
    width: 50%;
    display: flex;
    align-items: center;
    line-height: 24px;
    font-size: 14px
}

.sb-license .msp-info .msp-info-title {
    padding-right: 8px
}

.sb-license .msp-info .msp-info-value {
    font-weight: bold
}

.appm-s-p .appm-subcriber-content .sb-detail .sb-date {
    padding-top: 12px
}

.apui-popup-title {
    font-size: 22px !important;
    font-weight: bold !important
}

.TypeActiveCodePopup {
    padding-bottom: 12px
}

.TypeActiveCodePopup .appm-t-p {
    width: 100%;
    display: flex;
    flex-direction: column
}

.TypeActiveCodePopup .appm-t-p .appm-active-content {
    width: 100%;
    margin-top: 20px
}

.appm-t-p .appm-active-content .activecode-field {
    width: 100%;
    height: 50px
}

.appm-t-p .appm-active-footer {
    height: 36px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.appm-t-p .appm-active-footer .appm-button-cancle {
    width: 80px;
    height: 36px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313030;
    font-weight: bold;
    background-color: #e5e5e5;
    border-radius: 4px;
    cursor: pointer
}

.appm-t-p .appm-active-footer .appm-button-continue {
    width: 80px;
    height: 36px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    background-color: #2680eb;
    border-radius: 4px;
    cursor: pointer
}

.appm-t-p .appm-error {
    color: #f00
}

.appm-t-p .appm-boder_eror {
    border: 1px solid #f00
}

.appm-t-p .loading {
    text-transform: none
}

.appm-t-p .loading:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(../img/loading.gif) center no-repeat;
    background-size: cover;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    border-radius: 3px;
    opacity: .6;
    cursor: default
}

.apm-category-container {
    height: 100%;
    width: 100%
}

.apm-c-c .apm-category-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    position: relative
}

.apm-c-c .apm-box-apps {
    display: flex
}

.apm-c-c .apm-cate-content {
    max-width: 960px;
    min-width: 310px
}

.apm-c-c .apm-box-search {
    margin-bottom: 32px
}

.apm-c-c .apm-search-field {
    height: 32px;
    background-color: #f2f2f2;
    position: fixed;
    top: 12px;
    right: 210px;
    z-index: 100;
    width: 330px;
    padding-left: 40px;
    float: right;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    font-size: 13px;
    color: #212121;
    background-image: url(../img/icons/icon-search-24.svg);
    background-position: 12px;
    background-repeat: no-repeat
}

.apm-c-c .apm-search-field:active, .apm-c-c .apm-search-field:focus, .apm-c-c .apm-search-field:hover {
    border: none;
    outline: none;
    box-shadow: 0 0 4px #2680eb;
    background-color: #fff
}

.apm-c-c .apm-list-apps {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.apm-c-c.is-searching .apm-list-apps {
    display: none
}

.apm-c-c .apm-list-search-apps {
    display: none
}

.apm-c-c.is-searching .apm-list-search-apps {
    display: block
}

.apm-c-c .apm-list-search-apps .apm-list-search-result {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    height: calc(100% - 144px);
    max-width: 960px;
    min-width: 310px
}

.apm-c-c .apm-list-search-apps .apm-search-info {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
    padding-left: 8px
}

.apm-homepage-container {
    width: 100%;
    position: relative
}

.apm-h-c.loading .apm-home-content {
    display: none
}

.apm-h-c .apm-home-content {
    display: none
}

.apm-h-c.loading .apm-home-content-loading {
    display: block;
    width: 90%;
    max-width: 960px
}

.apm-h-c .apm-home-content-loading {
    display: none
}

.apm-box-search-fixed-container {
    position: fixed;
    top: 56px;
    width: 100%;
    z-index: 90;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    border-top: 1px solid #e0e0e0
}

.apm-box-search-fixed {
    max-width: 950px;
    margin: 0 auto;
    display: flex
}

.apm-h-c .apm-home-content-wrap {
    padding: 0;
    display: flex;
    height: 100%;
    width: 100%;
    margin-top: -136px;
    justify-content: center
}

.apm-h-c .apm-home-content {
    height: 100%;
    max-width: 950px;
    min-width: 310px;
    display: block
}

.apm-h-c .apm-top-banner {
    height: 188px;
    width: 100%;
    padding-top: 50px;
    color: #fff;
    text-align: center;
    background-image: url(/sites/amis/images/pages/free-app/img-bg-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.apm-h-c .apm-market-title {
    width: 100%;
    text-align: left;
    color: #fff;
    margin-bottom: 32px;
    padding: 0 8px
}

.apm-h-c .market-name {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 8px;
    width: 100%
}

.apm-h-c .market-des {
    font-size: 16px;
    line-height: 19px;
    padding-right: 16px;
    margin: 0
}

.apm-h-c .apm-box-search {
    height: 56px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .16);
    margin: 0 8px 40px 8px
}

.apm-h-c .apm-search-field {
    height: 56px;
    padding-left: 48px;
    border-radius: 8px;
    padding-right: 16px;
    background-image: url(../img/icons/icon-search-24.svg);
    background-position: 20px 20px;
    background-repeat: no-repeat;
    border: none;
    font-size: 16px;
    overflow: hidden;
    color: #212121
}

.apm-h-c .apm-search-categories {
    min-width: 100px;
    height: 56px
}

.apm-h-c .apm-search-categories .selected-value {
    line-height: 56px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    padding-right: 32px
}

.apm-h-c .apm-list-apps {
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.apm-h-c .apm-list-search-apps {
    justify-content: center;
    display: none;
    flex-wrap: wrap;
    position: relative;
    top: 46px;
}

.apm-h-c.is-searching .apm-list-apps {
    display: none
}

.apm-h-c.is-searching .apm-list-search-apps {
    display: flex
}

.apm-h-c .apm-list-search-apps .apm-list-search-result {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    height: calc(100% - 144px)
}

.apm-h-c .apm-list-search-apps .apm-search-info {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: left;
    width: 100%;
    padding-left: 16px
}

.apm-h-c .apm-category-search-name {
    font-size: 32px;
    font-weight: bold;
    line-height: 38px;
    padding-left: 16px;
    margin-bottom: 8px;
    width: 100%
}

.apm-subscriber-container {
    height: 100%;
    width: 100%
}

.apm-s-c .apm-subscriber-wrap {
    padding: 0 32px
}

.ssp-support-container .ssp-support-header {
    display: flex;
    padding: 32px 0 16px 0;
    margin: 0 32px;
    border-bottom: 1px solid #c1c2c3
}

.ssp-support-container .ssp-support-header .sp-btn-back {
    width: 42px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: -3px center;
    cursor: pointer
}

.ssp-support-container .ssp-support-header .sp-header-company {
    font-size: 24px;
    font-weight: bold;
    flex: 1
}

.ssp-support-header .sp-header-button {
    display: flex
}

.ssp-support-header .sp-header-button .header-btn {
    height: 40px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    position: relative
}

.ssp-support-header .sp-header-button .btn-support {
    margin-right: 12px;
    background-color: #fff;
    color: #232ecc;
    border: 1px solid #232ecc
}

.ssp-support-header .sp-header-button .btn-buy-new {
    background-color: #232ecc;
    color: #fff
}

.ssp-company-info {
    margin: 0 32px
}

.ssp-company-product {
    margin: 0 32px
}

.ssp-support-loader-box .ssp-support-loader-container {
    padding-top: 32px
}

.ssp-support-loader-box .ssp-support-loader-container .support-loader-header {
    display: flex;
    padding: 32px 16px 16px 16px;
    margin: 0 32px;
    background: #fff;
    margin-bottom: 24px
}

.ssp-support-loader-box .ssp-support-loader-container .support-loader-header .loader-header-company {
    flex: 1;
    height: 36px;
    margin-right: 12px
}

.ssp-support-loader-box .ssp-support-loader-container .support-loader-header .loader-header-btn {
    width: 150px;
    margin-right: 12px
}

.ssp-support-loader-box .ssp-support-loader-container .support-loader-header .loader-header-btn:last-child {
    margin-right: 0
}

.support-loader-content {
    padding: 32px 16px 16px 16px;
    margin: 0 32px;
    background: #fff;
    margin-bottom: 24px
}

.support-loader-content .loader-content-company .loader-license-title {
    width: 100%;
    height: 48px
}

.support-loader-content .loader-content-company .loader-license-row {
    display: flex;
    margin: 12px 0
}

.support-loader-content .loader-content-company .loader-content-title {
    height: 36px;
    margin-right: 12px
}

.support-loader-content .loader-content-company .loader-content-value {
    height: 36px
}

.support-loader-content .loader-content-company .row-20 {
    width: 20%
}

.support-loader-content .loader-content-company .row-80 {
    width: 80%
}

.support-loader-list {
    padding-top: 0 32px;
    margin-bottom: 24px
}

.support-loader-list .support-title {
    height: 46px;
    padding: 12px;
    background-color: #fff
}

.support-loader-list .support-title .sp-title-loader {
    height: 24px;
    width: 250px
}

.support-loader-list .support-product-box {
    width: 100%;
    height: 95px;
    background-color: #fff;
    margin-top: 18px;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    position: relative
}

.support-loader-list .support-product-box .product-box-logo {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background-color: #e8e8e8
}

.support-loader-list .support-product-box .product-box-info {
    width: 190px;
    height: 40px;
    margin-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column
}

.support-loader-list .support-product-box .product-box-info .product-box-1 {
    width: 135px;
    height: 17px;
    position: absolute;
    top: 0;
    background-color: #e8e8e8
}

.support-loader-list .support-product-box .product-box-info .product-box-2 {
    width: 190px;
    height: 13px;
    position: absolute;
    bottom: 0;
    background-color: #e8e8e8
}

.support-loader-list .support-product-box .product-box-btn {
    width: 145px;
    height: 40px;
    background-color: #e8e8e8;
    border-radius: 5px;
    position: absolute;
    right: 20px
}