body {
    /* color: #969b9d; */
    color: #333;
    font-family: NotoSansHans-Regular, AvenirNext-Regular, "proxima-nova", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Helvetica Neue", Arial, sans-serif, "Source Han Sans";
    font-size:16px;
}

body.body-new-color {
    background-color: #F0F3F6;
}

body .modal-open {
    overflow: hidden;
}

.body-mobile.body-relative {
    position: relative;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.table-striped>tbody>tr {
    background: #FFF;
}

.table-striped>tbody>tr:nth-child(2n) {
    background: #f2f6f8;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th {
    background-color: #f2f6f8;
}

.table-hover>tbody>tr>td.warning {
    background-color: #fff;
    padding-top: 15px;
}

.table-hover>tbody>tr>td.version-update {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: table-caption;
}

.version-update {
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr.warning:hover>th {
    color: #7c8183;
    background-color: #fff;
}

#header {
    background: url(../image/top_bg_middle.png) no-repeat scroll top center;
    background-size: 100% auto;
    height: 260px;
}

.body-pc #header {
    height: 120px;
    margin-bottom: 40px;
}

.qrcode {
    margin-top: 20px;
    margin-bottom: 15px;
}

.qrcode, .qrcode-mobile {
    width: 120px;
    height: 120px;
    border: none;
    padding: 3px;
    cursor: pointer;
    transition: all 0.25s;
}

.app-name {
    color: #0A0D26 !important;
    margin-left: 10px;
    margin-right: 10px;
}

p.install-tips {
    color: #788090;
    margin-bottom: 0;
}

.body-pc p.install-tips {
    margin-top: 20px;
    margin-bottom: 20px;
}

.install-eara .install-btn {
    margin-bottom: 20px;
}

.body-pc .install-eara .install-btn {
    margin-bottom: 60px;
}

.qrcode:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
    border: none;
}

.qrcode-merge {
    width: 120px;
    height: 120px;
    margin-bottom: 17px;
    cursor: pointer;
    transition: all 0.25s;
}

.qrcode-merge:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(21, 21, 21, 0.2);
    border: none;
}

.loading-scale {
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    background: 0 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
    #header {
        background: url('../image/top_bg_mobile_ratio.png') no-repeat scroll top center;
        background-size: 100% auto;
        height: 200px;
    }
}

@media (min-width: 1200px) {
    #header {
        background: url('../image/top_bg.png') no-repeat scroll top center;
        height: 120px;
        margin-bottom: 40px;
        background-size: contain;
        background-repeat-x: repeat;
    }
    .qrcode {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 770px) {
    #header {
        background-position: center;
        background: url(../image/top_bg_mobile.png) no-repeat scroll top center;
        background-size: 100% auto;
        height: 100px;
    }

    .btn-u-lg, a.btn-u-lg {
        padding: 8px 60px !important;
    }
}

.body-mobile #header {
    height: 70px;
}

.appicon {
    border: none;
    width: 100px;
    height: 100px;
}

.appicon-install {
    border: none;
    width: 80px;
    height: 80px;
    margin-right:10px;
}

#password {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f5f8fb;
}

.separate-line {
    border-top: 1px solid #e6e6e6;
    margin-top: 60px;
    margin-bottom: 40px;
}

.install-btn {
    padding-top: 10px;
}

.signature_in_house {
    background-color: #40acf1;
}

.signature_app_store {
    background-color: #95abbd;
}

.signature_no_sign {
    background-color: #f87044;
}

.signature_adhoc {
    background-color: #e84d67;
}

.loading-btn {
    -webkit-animation: rotate .6s linear infinite;
    animation: rotate .6s linear infinite;
    background: 0 0;
}

.btn-u-lg, a.btn-u-lg {
    font-size: 18px;
    padding: 8px 100px;
    background-color: #28caad;
    border-radius: 30px;
    border: 1px solid transparent;
}

.history-item {
    text-align: left;
    padding-left: 1vw !important;
    white-space: nowrap;
    min-width: 120px;
    width: 30%;
}

.history-item.version,
.history-item.created {
    max-width: 170px;
}

.history-item-mobile {
    text-align: center;
    min-width: 120px;
}

.text-center {
    text-align: center !important;
}
.pl-50 {
    padding-left: 50px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.btn-u.btn-u-green {
    background-color: #28caad;
}

.btn-u.btn-u-green:hover, .btn-u.btn-u-green:focus, .btn-u.btn-u-green:active {
    background-color: #24bca1;
    color: #fff;
}

.servive-block-light, .servive-block-default {
    background: none;
    border: none;
}

.gray-text {
    /* color: #6C7D89; */
    color: #333;
}

.gray-text li {
    /* color: #6C7D89; */
    color: #333;
}

.breadcrumb>li+li:before {
    content: none;
}

.breadcrumb>li {
    padding: 0 5px;
}

.gray-text .breadcrumb>li:not(:last-child) {
    /* border-right: 1px solid #DEE2EC;
    padding-right: 10px;
    margin-right: 5px; */
}

.devider.devider-dotted {
    border-top: 1px solid #e7ebed;
}

.content-title {
    font-size: 18px;
    color: #0A0D26;
    margin-bottom: 15px;
    font-weight: 600;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: none;
}

#inhouseClick {
    color: #e22448;
}

.download-animation {
    animation: mymove 0.25s;
    -moz-animation: mymove 0.25;
    /* Firefox */
    -webkit-animation: mymove 0.25s;
    /* Safari and Chrome */
    -o-animation: mymove 0.25s;
    /* Opera */
}

@keyframes mymove {
    from {
        padding: 8px 60px;
        font-size: 18px;
        border-radius: 30px;
        opacity: 1;
    }
    to {
        padding: 12px;
        font-size: 0px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        opacity: 0;
    }
}

@-moz-keyframes mymove
/* Firefox */

    {
    from {
        padding: 8px 60px;
        font-size: 18px;
        border-radius: 30px;
        opacity: 1;
    }
    to {
        padding: 12px;
        font-size: 0px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        opacity: 0;
    }
}

@-webkit-keyframes mymove
/* Safari and Chrome */

    {
    from {
        padding: 8px 60px;
        font-size: 18px;
        border-radius: 30px;
        opacity: 1;
    }
    to {
        padding: 12px;
        font-size: 0px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        opacity: 0;
    }
}

@-o-keyframes mymove
/* Opera */

    {
    from {
        padding: 8px 60px;
        font-size: 18px;
        border-radius: 30px;
        opacity: 1;
    }
    to {
        padding: 12px;
        font-size: 0px;
        width: 45px;
        height: 45px;
        border-radius: 50%;
        opacity: 0;
    }
}

a.btn-newyear {
    background: #f13e20;
    border: 1px solid #f13e20;
    border-radius: 30px;
    padding: 10px 50px;
}

img.dl {
    width: 56px;
    position: absolute;
    left: -16px;
    top: -10px;
}

a.btn-newyear:hover, a.btn-newyear:active, a.btn-newyear:focus {
    background: #fd5337;
    border: 1px solid #fd5337;
    color: #fff;
}

@media (max-width: 768px) {
    table.app_view_history>tbody>tr>td:first-child {
        padding-left: 4px;
        text-align: left;
        width: 50%;
    }
}

table.app_view_history>tbody>tr>td:nth-child(2) {
    padding-left:0;
}

@media(max-width: 320px) {
    table.app_view_history>tbody>tr>td:first-child {
        width: 60% !important;
    }
    table.app_view_history>tbody>tr>td:nth-child(2) {
        text-align: left;
        padding-left: 15px;
    }
}

table.app_view_history td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
    text-align: left;
}

table.app_view_history td.text-right {
    text-align:right !important;
    padding-right:1vw;
}

a.btn-lg-default, a.btn-lg-default:hover, a.btn-lg-default:focus {
    font-size: 18px;
    padding: 8px 100px;
    background-color: #999 !important;
    border-color: #999 !important;
    border-radius: 30px;
}

span.tryAgain {
    top: -16px;
}

#installAnswer {
    background: #f5f8fb;
}

#appicon-bg {
    text-align: center;
}

.app-type {
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-type>p {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-type>p .app-name {
    margin-left: 16px;
    margin-right: 16px;
}

.app-type>p .app-type-icon {
    position: absolute;
    left: -16px;
}

.app-type>p .app-type-label {
    position: absolute;
    right: 0;
    left: 100%;
    display: table;
    padding-top: 4px;
}

.app-version {
    color: #788090;
}

.app-version>span:not(:last-child) {
    border-right: 1px solid #DEE2EC;
}

.app-version>span {
    padding-right: 14px;
    padding-left: 14px;
}

.body-mobile .app-version>span {
    padding-right: 10px;
    padding-left: 10px;
}

.app-cates {
    color: #19BB9B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

.app-cates a {
    text-decoration: none;
}

.app-cates span {
    background: #E7F7F5;
    border: 1px solid #19BB9B;
    border-radius: 20px;
    padding: 2px 16px;
}

#screenshot .table-responsive {
    border: none;
    overflow: auto;
    margin-bottom: 0;
}

.body-mobile span.scroll-icon {
    display: none;
}

/* .body-pc span.scroll-left, .body-pc span.scroll-right { */
span.scroll-left, span.scroll-right {
    position: absolute;
    left: -12px;
    font-size: 20px;
    top: 50%;
    color: #AAB0C4;
    transform: rotate(180deg);
    cursor: pointer;
}

span.scroll-right {
    right: -12px;
    left: auto;
    transform: none;
}

#screenshot .table-responsive>table {
    margin-bottom: 10px;
}

#screenshot tr>td:first-child {
    padding-left: 0;
}

#screenshot tr>td:last-child {
    padding-right: 0;
}

#screenshot tr>td>div {
    border: 1px solid #DDE1EB;
    border-radius: 5px;
}

#screenshot tr>td>div img {
    border-radius: 4px;
}

.body-pc #screenshot tr>td>div img {
    width: 230px !important;
}

.body-mobile #screenshot tr>td>div img {
    width: 150px !important;
}

#screenshot a[data-target="#detailModal"] {
    display: block;
    text-decoration: none;
}

#screenshot a[data-target="#detailModal"]>span:first-child {
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#screenshot a[data-target="#detailModal"]>span {
    color: #788090;
}

.app-tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DDE1EB;
    margin-bottom: 20px;
}

.app-tabs>li {
    margin-bottom: 0;
    width: 100px;
    text-align: center;
}

.app-tabs>li>a {
    color: #788090;
    border: none !important;
}

.body-mobile .app-tabs>li>a {
    padding: 16px 15px;
}

.app-tabs>li>a {
    font-weight: 600;
}

.app-tabs>li>a span.all-count {
    font-weight: normal;
}

.body-pc .app-tabs>li>a {
    padding-bottom: 10px;
}

.body-pc .app-tabs>li>a:hover {
    color: #19BB9B;
}

#down_load {
    background-color: #28caad;
    line-height: initial;
    border: 1px solid transparent;
    z-index:1040;
}

#down_load:focus, #down_load:active, #down_load:hover {
    color: #fff;
    padding:10px 100px;
    font-size: 18px;
}

.body-pc #down_load:hover {
    background-color: #1ABC9C;
}

.app-tabs>li>a:hover {
    background-color: #fff;
}

.app-tabs>li.active>a {
    color: #19BB9B !important;
}

.app-tabs>li.active::after {
    width: 24px;
    height: 4px;
    left: 37%;
    content: '';
    position: absolute;
    bottom: -1px;
    background: #19BB9B;
    border-radius: 3px;
}

#comment .comment-input .user-avatar {
    width: 32px;
    border-radius: 100%;
    margin-right: 16px;
    margin-top: 0;
}

.body-pc #comment .app-star {
    margin-top: 10px;
}

#comment .app-star {
    display: flex;
    align-items: center;
}

.body-pc #comment .app-star {
    padding-bottom: 10px;
}

.body-pc #comment .app-star p.app-score {
    color: #0A0D26;
    margin: 0;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}

.body-pc #comment .app-star .star-ratings {
    display: inline-block;
}

#comment .app-star .star-ratings {
    color: #DDDFE7;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
}

.body-pc #comment .app-star .star-ratings .fill-ratings {
    top: 2px;
}

#comment .app-star .star-ratings .fill-ratings {
    color: #FFBF00;
    padding: 0;
    position: relative;
    z-index: 2;
    top: 0;
    overflow: hidden;
}

#comment .app-star .star-ratings .fill-ratings span, #comment .app-star .star-ratings .empty-ratings span {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#comment .app-star .star-ratings .fill-ratings span>i, #comment .app-star .star-ratings .empty-ratings span>i {
    margin-right: 5px;
}

.body-pc #comment .app-star .star-ratings .empty-ratings {
    top: 2px;
}

#comment .app-star .star-ratings .empty-ratings {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
}

.body-pc #comment .comment-input {
    margin-bottom: 20px;
}

#comment .comment-input {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

#comment .comment-input input {
    background: #FFFFFF;
    border: 1px solid #DDE1EB;
    border-radius: 32px;
    padding: 6px 2px 6px 16px;
    width: 100%;
    outline: none;
}

#comment .comment-btns {
    display: flex;
}

#comment .comment-btns {
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

#comment .comment-btn-group {
    flex-grow: 1;
}

.body-mobile #comment .app-star>p {
    display: none;
}

#comment .comment-btn-group .comment-btns {
    float: right;
}

.body-mobile #comment .comment-btn-group .comment-btns button {
    padding: 5px 10px;
    width: 70px;
}

.body-mobile #comment p.app-score {
    margin: 0;
}

.body-pc #comment .comment-btns {
    /* margin-bottom: 40px; */
}

.btn, #addMoreComment, #comment .comment-btns button:focus {
    outline: none;
}

#addMoreComment, #comment .comment-btns button {
    /* margin-right: 12px; */
    padding: 5px 15px;
    background: #FFFFFF;
    border: 1px solid #DDE1EB;
    /* border-radius: 28px; */
    outline: none;
    line-height: initial;
}

#comment .comment-btns button.active {
    background: #19BB9B;
    color: #fff;
    box-shadow: none;
    border: 1px solid transparent;
}

#comment .blank-comment {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#comment .blank-comment img {
    width: 108px;
}

#comment .blank-comment p {
    color: #A4ABB9;
}

.body-mobile #commentModal .modal-dialog {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin: 0;
    border: none;
}

.body-mobile #commentModal .modal-dialog .modal-content {
    width: 100%;
    border: none;
    border-radius: 0;
}

.body-mobile #commentModal .modal-dialog .modal-content .modal-body {
    padding: 20px 12px;
}

#commentModal .modal-dialog .modal-content .modal-body textarea {
    background: #F1F2F6;
    border: 1px solid #DEE2EC;
    resize: none;
}

#commentModal .modal-dialog .modal-content .modal-body .comment-star {
    margin: auto;
    margin-top: 20px;
    width: 50%;
}

.body-pc #commentModal .modal-dialog .modal-content .modal-body {
    text-align: right;
}

.body-mobile #commentModal .modal-dialog .modal-content .modal-body .btn-submit {
    width: 100%;
    padding: 14px;
    border-radius: 28px;
    margin-top: 15px;
    outline: none;
}

.body-pc #commentModal .modal-dialog .modal-content .modal-body .btn-submit {
    margin-top: 20px;
}

#commentModal .modal-dialog .modal-content .modal-body .comment-star>span {
    display: flex;
    justify-content: space-between;
    color: #DDDFE7;
    font-size: 30px;
    text-indent: 5px;
}

#commentModal .modal-dialog .modal-content .modal-body .comment-star>span i.fa-star.active {
    color: #FFBF00;
}

#comment-textarea {
    background: #F1F2F6;
    border: 1px solid #DEE2EC;
}

#comment .comment-item {
    display: flex;
    margin-bottom: 20px;
}

#comment .comment-item .user-avatar {
    width: 48px;
    margin-right: 12px;
}

#comment .comment-item .user-avatar>img {
    width: 48px;
    border-radius: 100%;
    margin-top: 6px;
}

#comment .comment-item .app-star {
    border-bottom: none;
    margin: 0;
}

#comment .comment-item .detail-top {
    display: flex;
    flex-direction: column;
}

#comment .comment-item .detail-top>div {
    display: flex;
    margin-bottom: 15px;
}

#comment .comment-item .detail-top>div .app-star {
    padding-bottom: 0;
}

#comment .comment-item .detail-top p {
    color: #788090;
}

#comment .comment-item .detail-top .app-star span {
    font-size: 12px;
}

#comment .comment-item .detail-top>div>span {
    color: #A4ABB9;
    font-size: 12px;
}

#comment .comment-item .detail-top>div>span.comment-version {
    border-right: 1px solid #DEE2EC;
    margin-right: 15px;
    padding-right: 15px;
    padding-left: 15px;
}

#comment .comment-item .detail-bottom p {
    color: #0A0D26;
    word-break: break-all;
}

#commentList {
    padding-top: 5px;
}

.body-mobile #commentList {
    max-height: 400px;
    overflow: auto;
}

#detailModal .modal-header {
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
}

.body-mobile #detailModal .modal-body {
    word-break: break-all;
}

.body-mobile #detailModal .modal-dialog {
    width: 100vw;
    margin: 0;
    max-height: 90%;
    overflow: auto;
    bottom: 0;
    position: fixed;
}

.body-pc #detailModal .modal-content {
    height: 80vh;
    overflow: auto;
}

.body-mobile #detailModal .modal-content {
    border: none;
    border-radius: 0;
}

.body-mobile #detailModal .modal-body #descriptionLoad {
    float: right;
    margin-top: 10px
}
.entry-readmore {
    position:absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 120px 0 0;
    text-align: center;
    width: 100%;
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff 68%);
}

.entry-readmore-btn {
    padding: 10px 50px;
    line-height: 16px;
    font-size: 14px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
    border-radius: 30px;
    cursor: pointer;
    position:absolute;
    bottom:4px;
    width:100%;
    text-align: center;
}

.entry-readmore-btn:hover {
    color: #fff;
    background-color: var(--theme-hover);
    border-color: var(--theme-hover)
}

#detailModal .modal-body #description, #detailModal .modal-body .update-description {
    white-space: pre-line;
    line-height: 21px;
    font-size: 14px;
    margin-bottom: 20px;
    color: #788090;
}

#detailModal .description-title {
    color: #000;
    font-size: 16px;
    margin: 0;
}

.install-eara-mobile {
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px -10px 20px 0px rgba(178, 186, 203, 0.1);
    z-index:1500;
}

.body-mobile .install-eara, .body-pc .install-eara-mobile {}

.body-mobile .install-eara-mobile .install-btn {
    margin-bottom: 10px;
    margin-top: 10px;
}

.body-mobile .placeholder-icon {
    width: 60%;
    margin: auto;
}

.install-eara-mobile #down_load, .install-eara-mobile .btn-download-goapp {
    width: 83%;
}

.body-new-color #down_load, .body-new-color .btn-download-goapp {
    font-weight: 700;
}

.body-new-color .install-eara-mobile #down_load, .body-new-color .install-eara-mobile .btn-download-goapp {
    padding: 4px;
    border-radius: 20px;
}

.body-new-color.body-pc .developer-info p {
    margin-bottom: 0;
}

.body-new-color .install-eara-mobile .btn-download-goapp ,
.body-new-color .install-eara-mobile .btn-download-goapp:active{
    /* margin-top: 15px; */
    background: #28caad;
    line-height: normal;
    color: #fff;
    border: none;
}

.body-new-color.body-mobile .developer-info p {
    margin-bottom: 2px;
    line-height: 21px;
}

.body-pc {
    bottom: 0;
}

.bg-white {
    background-color: #fff;
}

.body-pc .container {
    width: 750px;
    position: relative;
}

.body-pc .app-tabs {
    justify-content: center;
}

.body-pc .app-tabs {
    padding-top: 5px;
}

.body-pc .app-tabs, .body-mobile .app-tabs {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 3;
}

.body-pc .app-tabs>li:first-child {
    margin-right: 100px;
}

.body-pc .app-tabs>.mr-100 {
    margin-right: 100px;
}

/* .body-pc #screenshot>div, .body-pc .prefer-scroll { */
.prefer-scroll {
    position: relative;
}

.body-pc #screenshot div.table-responsive {
    margin-left: 12px;
    margin-right: 12px;
}

.body-pc #screenshot a.app-subtitle {
    color: #0A0D26;
}

#screenshot a[data-target="#detailModal"] {
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.body-pc .copyright {
    z-index: 0;
    padding-top: 40px;
    padding-bottom: 60px;
}

.body-pc .copyright .copyright-tips {
    margin-top: 20px;
}

.cate-icons {
    display: flex;
    overflow: auto;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -5px;
}

.body-pc .cate-icons {
    padding: 20px 12px;
}

.cate-icons .cate-item {
    float: left;
    text-align: center;
    margin-right: 70px;
}

.body-mobile .cate-icons .cate-item {
    margin-right: 20px;
}

.body-mobile .cate-icons .cate-item:first-child, .body-mobile .cate-icons .cate-item:first-child {
    margin-left: 15px;
}

.cate-icons .cate-item a {
    text-decoration: none;
}

.cate-icons .cate-item p {
    color: #0B0E27;
    margin: 0;
    margin-top: 10px;
}

.body-pc .cate-icons-scroll {
    position: relative;
}

.body-pc .cate-icons-scroll .scroll-icon {
    top: 30%;
}

.body-pc .cate-icons-scroll .scroll-icon.scroll-left {
    left: 0;
}

.body-pc .cate-icons-scroll .scroll-icon.scroll-right {
    right: 0;
}

.cate-icons .cate-item img {
    width: 48px;
}

.cate-icons .cate-item img:hover {
    transform: scale(1.1);
    transition-duration: 500ms;
}

.scroll-bo, #preferListHorizon, #similarListHorizon {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.scroll-box::-webkit-scrollbar, #preferListHorizon::-webkit-scrollbar, #similarListHorizon::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.body-pc span.scroll-icon:hover {
    color: #16B99A;
}

/* .body-pc .prefer-scroll span.scroll-icon { */
.prefer-scroll span.scroll-icon { 
    top: 30%;
}

.body-pc #preferListHorizon, .body-pc #similarListHorizon {
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#preferListHorizon, #similarListHorizon {
    display: flex;
    overflow: auto;
}

.body-pc #preferListHorizon .prefer-item, .body-pc #similarListVertical .prefer-item, .body-pc #preferListVertical .prefer-item, .body-pc #similarListHorizon .prefer-item {
    margin-right: 15px;
    min-width: 100px;
}

.body-pc #similarListVertical .prefer-item, .body-pc #preferListVertical .prefer-item {
    margin-top: 20px;
}

.body-pc #similarListVertical .prefer-item:nth-child(8n), .body-pc #preferListVertical .prefer-item:nth-child(8n) {
    /* margin-right: 0; */
}

#preferListHorizon .prefer-item, #similarListHorizon .prefer-item {
    margin-right: 10px;
    min-width: 80px;
}

.body-mobile #preferListHorizon .prefer-item, .body-mobile #similarListHorizon .prefer-item {
    margin-right: 2px;
}

.body-mobile #preferListHorizon .prefer-item:first-child, .body-mobile #similarListHorizon .prefer-item:first-child {
    margin-left: 15px;
}

.body-mobile #preferListHorizon .prefer-item:last-child, .body-mobile #similarListHorizon .prefer-item:last-child {
    margin-right: 15px;
}

.body-mobile .vertical-list .prefer-item, .body-mobile #similarListVertical .prefer-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.prefer-item .app-icon img {
    border: 1px solid #dee2ec;
    border-radius: 16px;
}

.body-mobile .vertical-list .prefer-item .prefer-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
}

.vertical-list .prefer-item .prefer-detail .detail-right {
    text-align: center;
}

.vertical-list .prefer-item .prefer-detail .detail-left {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.vertical-list .prefer-item .prefer-detail .app-version span {
    padding-left: 0;
    padding-right: 7px;
    margin-right: 7px;
}

.prefer-item .prefer-detail .detail-left .app-version {
    margin: 0;
    color: #A4ABB9;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.body-pc #preferListVertical, .body-pc #similarListVertical {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.body-pc #preferListVertical .prefer-item .prefer-detail .detail-left>*, .body-pc #similarListVertical .prefer-item .prefer-detail .detail-left>* {
    display: none;
}

.body-pc #preferListVertical .prefer-item .prefer-detail .detail-left>.app-title, .body-pc #similarListVertical .prefer-item .prefer-detail .detail-left>.app-title {
    display: block;
}

#similarListHorizon .prefer-item .prefer-detail .detail-left .app-version, #preferListHorizon .prefer-item .prefer-detail .detail-left .app-version {
    display: none;
}

.prefer-item .prefer-detail .detail-left .app-subtitle {
    color: #788090;
    font-size: 12px;
    margin-bottom: 5px;
}

#similarListHorizon .prefer-item .prefer-detail .detail-left>*, .body-pc #preferListVertical .prefer-item .prefer-detail .detail-left>*, .body-pc #similarListVertical .prefer-item .prefer-detail .detail-left>*, #preferListHorizon .prefer-item .prefer-detail .detail-left>* {
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#preferListHorizon .prefer-item .prefer-detail .detail-left .app-title, .body-pc #preferListVertical .prefer-item .prefer-detail .detail-left .app-title, .body-pc #similarListVertical .prefer-item .prefer-detail .detail-left .app-title, #similarListHorizon .prefer-item .prefer-detail .detail-left .app-title {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.prefer-item .prefer-detail .app-title {
    color: #0A0D26;
    font-size: 14px;
    margin-bottom: 4px;
}

.prefer-item .app-icon img {
    width: 64px;
    border-radius: 16px;
}

.prefer-item .detail-right .btn-install {
    background: #FFFFFF !important;
    border: 1px solid #16B99A;
    color: #16B99A;
    border-radius: 28px;
    padding: 2px 14px;
    line-height: inherit;
}

a.btn-feedback:hover, .app-cates a span:hover, .prefer-item .detail-right .btn-install:hover {
    cursor: pointer;
    background-color: #1ABC9C;
    color: #fff;
}

.prefer-item .prefer-detail .detail-left .app-version img.top-icon {
    height: 20px;
}

.color-788090 {
    color: #788090;
}

.group-name .app-name::after, .group-name .app-name::before {
    max-width: 350px;
    border-color: #DEE2EC;
}

.body-pc .modal-header .close {
    margin-top: 2px;
}

.body-pc #form input {
    width: 30%;
}

input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.body-mobile #scrollTop {
    display: none;
}

.comment-list {
    position: relative;
}

.body-pc #scrollTop {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    background: #E5E8F0;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    right: 0;
    bottom: 100px;
    cursor: pointer;
}

.body-pc #scrollTop:hover {
    color: #1ABC9C;
}

.disabled, a:disabled {
    pointer-events: none;
}

.body-mobile .app-cates span {
    padding: 0 14px;
}

.body-mobile .app-cates {
    margin-bottom: 15px;
}
.useGoApp {
    text-align:center;
}
.useGoApp p {
    color:#7C8091;
    font-size:14px;
    margin: 10px 10px 20px;
}
a.normal-download {
    display:block;
    background:none;
    width:100%;
    text-align:center;
}
#selectDownload {
    z-index:1600;
}
.useGoApp #down_load,
.useGoApp #selectDownloadBtn {
    background:none;
    width: 100%;
    font-size: 18px;
    padding-top: 30px;
    color: #28caad;
}

.useGoApp #selectDownloadBtn:focus, 
.useGoApp #selectDownloadBtn:active, 
.useGoApp #selectDownloadBtn:hover, 
.useGoApp #down_load:focus, 
.useGoApp #down_load:active, 
.useGoApp #down_load:hover {
   color: #28caad;
}
.useGoApp a:hover,
.useGoApp a:active,
.useGoApp a:focus {
    text-decoration:none;
}

.useGoApp .btn-download-goapp {
    width: 83%;
}

.useGoApp .btn-download-goapp {
    font-weight: 700;
}

.useGoApp .btn-download-goapp {
    padding: 4px;
    border-radius: 20px;
}


.useGoApp .btn-download-goapp ,
.useGoApp .btn-download-goapp:active{
    /* margin-top: 15px; */
    background: #28caad;
    line-height: normal;
    color: #fff;
    border: none;
    padding: 8px 14px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 40px;
}
.useGoApp .speed-icon {
    width: 13px;
    margin-left: 5px;
    margin-top: -3px;
}

.selectDownload.fade .modal-dialog {
    /* transform: translate3d(0, 100vh, 0); */
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
}
.selectDownload.in .modal-dialog {
    transform: translate3d(0, 0, 0);
}
#copyAKey, #copyAkey:focus {
    border:none;
    color:#fff;
    position: absolute;
    bottom: 0;
    right: -200px;
}
.loadingAppGo {
	display: none;
	background-color: transparent;
	width: 45px;
	height: 45px;
	border: 1px solid #28caad;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	-webkit-transition: all .25s;
	transition: all .25s;
	-webkit-animation: rotate .6s linear infinite;
	animation: rotate .6s linear infinite
}
#appCheckModal .modal-body p{
    color: #505458;
}
.service-box div.row{
    margin-bottom: 0 !important;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .service-box div.row .service-item{
        margin-bottom: 16px;
        margin-top: 8px;
        height: 73px;
    }
    .service-box div.row> .service-item:nth-child(2n+1) {
        padding-left: 8px;
    }
    .service-box div.row> .service-item:nth-child(2n) {
        padding-right: 8px;
    }
}

/**/
h2 i.app-type-icon {
    margin-right:15px;
}
span.signature-label {
    position: relative;
    /* top: -6px;
    margin-left:15px; */
}
#down_load, #down_load, #down_load:active, #down_load:visited, #down_load:hover {
    padding: 10px 100px;
    font-weight: 600;
}

/*关注*/
.follow-btn{
    position: fixed;
    bottom: 80px;
    z-index: 100;
    right: 0;
    width: 70px;
    height: 40px;
    cursor: pointer;
    background:url('../image/follow.png') no-repeat;
    background-size: cover;
    border:none;
}
.follow-btn:hover,
.follow-btn:visited,
.follow-btn:focus { 
    background:url(../image/followed.png) no-repeat;
    background-size: cover;
}

.joinTest-btn {
    position: fixed;
    bottom: 100px;
    z-index: 1050;
    right: 0;
    width: 108px;
    height: 40px;
    cursor: pointer;
    background:url('../image/joinTest@2x.png') no-repeat;
    background-size: cover;
    border:none;
}

.joinTest-btn:hover,
.joinTest-btn:visited,
.joinTest-btn:focus { 
    background:url('../image/joinTest-hover@2x.png') no-repeat;
    background-size: cover;
}


.follow-title, .follow-label {
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #0A0D26;
    margin-bottom:10px;
}

.table-label {
    font-size: 16px;
    font-family: PingFang SC;
    color: #788090;
    margin-bottom:10px;
}

.follow-title {
    text-align: center;
}
.follow-label {
    font-size:18px;
}

.follow-subtitle {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #788090;
}
.follow-body .sky-form .input input, .follow-body .sky-form .select select {
    border:none;
    border-bottom: 1px solid #EFF0F7; 
    font-size:20px;
    font-weight:600;
    color:#0A0D26 !important;
    height:45px;
} 
.sky-form .inout input[placeholder], [placeholder], *[placeholder] {
    color:#0A0D26 !important;
}
.follow-body .sky-form .input input::-webkit-input-placeholder {
    color: #0A0D26;
}
.follow-body .sky-form .input input::-moz-placeholder {
    color: #0A0D26;
}
.follow-body .sky-form .input input::moz-placeholder {
    color: #0A0D26;
}
.follow-body .sky-form .input input:-ms-input-placeholder {
    color: #0A0D26;
}

.follow-body .sky-form .input input:focus,
.follow-body .sky-form .input input:hover,
.follow-body .sky-form select:hover, 
.follow-body .sky-form select:focus { 
    outline: none; 
    box-shadow:none;
    border-bottom: 1px solid #EFF0F7; 
}

.follow-body .sky-form section {
    margin-bottom: 0px;
}

.follow-body .form-control {
    border:none;
    border-bottom: 1px solid #EFF0F7;
    -webkit-appearance:none;
    background: url(../image/follow-arrow@2x.png)  no-repeat right ;
    background-size: .6rem; 
    font-size:20px;
    color:#0A0D26;
    font-weight:600;
    height:45px;
}

.follow-body .form-control select:focus {
    border:none;
    border-bottom: 1px solid #EFF0F7;
}

.follow-body .form-control select:hover {
    border:none;
    border-bottom: 1px solid #EFF0F7;
}

.follow-body .form-control select:hover {
    border:none;
    border-bottom: 1px solid #EFF0F7;
}

.sky-form .follow-submit {
    background: #1ABC9C;
    border-radius: 53px;
    padding: 12px 50px;
    width: 80%;
    font-size:18px;
}
#followSuccess .follow-label img{
    width:100px;
    margin-bottom:30px;
}

/* risk */
.risk-download {
    background: #1ABC9C;
    border-radius: 53px;
    padding: 10px 50px;
    width: 100%;
    max-width:400px;
    font-size:18px;
}

.risk-download:active, .risk-download:focus, .risk-download:visited {
    padding: 10px 50px;
    font-size:18px;
}

a.risk-report {
    color:#788090;
    font-size:14px;
    text-decoration:none;
}

a.risk-report:hover {
    color:#28caad;
}

.modal.fade:not(.in).bottom .modal-dialog {

-webkit-transform: translate3d(0, 25%, 0);

transform: translate3d(0, 25%, 0);
}
/* androi 提示普通下载 */
.android-top-container {
    background:#1D85DE;
    width:100%;
    min-height:52px;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.android-top-container img {
    width:20px;
    height:auto;
    margin:10px 15px 10px 10px;
}
/* job 推荐样式*/
#cityJobAd {
    font-family: PingFang SC;
}
#cityJobAd .modal-header {
    display:none;
}
#cityJobAd .modal-body {
    background:#fff;
    height:auto;
    padding:20px;
    border-radius:12px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#cityJobAd .modal-footer{
    text-align: center;
}
a.job-view {
    border:none;
    width: 100%;
    background: linear-gradient(225deg, #02AAB0 0%, #1ABC9C 100%) !important;
    border-radius: 50px;
    padding: 12px;
    font-size: 18px;
    font-weight:600;
    margin-top:10px;
}

a.job-view:hover,
a.job-view:visited {
    border:none;
    width: 100%;
    background: linear-gradient(225deg, #02AAB0 0%, #1ABC9C 100%) !important;
    border-radius: 50px;
    padding: 16px;
    font-size: 18px;
    font-weight:600;
}

#cityJobAd li {
    list-style: none;
}

#cityJobAd .job-ad-item {
    width:100%;
    display: flow-root;
    background: #F1F4F7;
    border-radius: 12px;
    padding: 15px;
    margin-bottom: 10px;
}

#cityJobAd .job-ad-item .job-title {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cityJobAd .job-ad-item .job-salary {
    font-size: 14px;
    font-weight: 600;
    color: #FF7019;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70px;
    text-align: right;
}

#cityJobAd .section {
    padding:0;
} 

#joinTracup, #joinTracupEn {
    background:#ebf3ff !important;
    padding: 8px 74px;
    color: #3b86ff;
    border:none !important;
    font-size: 18px !important;
}

#joinTracupEn {
    padding: 8px 64px;
} 

#joinTracup:hover,
#joinTracup:focus,
#joinTracup:visited,
#joinTracupEn:hover,
#joinTracupEn:focus,
#joinTracupEn:visited {
    background:#d9e8ff !important;
    border:none !important;
    font-size: 18px !important;
}

.plr0, .tag-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.version-info {
    margin-top:5px;
    padding:5px 0;
    border-bottom:1px solid #e7ebed;
}

li.lastest-li {
    margin-top: -10px;
}

span.signature-label {
    padding:5px;
}
.no-icp {
    font-size: 14px;
    font-weight: 400;
    color: #FF7714;
    padding: 0 20px;
}

.icp-info {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #687089;
    background: #F6F6F6;
    border-radius: 60px 60px 60px 60px;
    opacity: 1;
    border: 1px solid #E1E6F0;
    margin:auto;
    padding:10px 24px;
}

.icp-info img {
    width:24px; 
    height:auto;
    padding-right:5px;
}
.icp-info span {
    color:#8C8E9F;
}

.install-app-info .install-app-title {
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 5px;
    font-size: 18px;
}
.install-app-info .app-size {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:14px;
}
.install-app-info .app-created {
    font-size:14px;
}
.install-app-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:15px;
}
.install-app-info .install-tip {
    color:#2359f5;
}

/** 安装原因样式*/
.list-group-item {
    background: #f2f6f8;
    border: none;
    padding: 0px !important;
    box-shadow:none !important;
    margin-bottom:10px;
    font-size: 14px;
}
.pannel {
    box-shadow:none !important;
}

.list-group-item a {
    color:#333 !important;
    padding: 10px 30px 10px 10px !important;
}
.list-group-item.active, .list-group-item.active:hover {
    color:#333 !important;
    background: #f2f6f8 !important;
}

.list-group-item ul {
    /* padding: 10px !important; */
    background: #fff !important;
}

.list-toggle:after {
    top:5px;
    font-size: 20px;
}

.list-toggle.active:after {
    color: #777;
}
a.docLink {
    display: contents !important;
    font-size: 14px !important;
    color: #1abc9c !important;
}

a.docLink:hover {
    color: #1abc9c !important;
}
li.sublist {
    list-style: disc;
    padding: 5px 0;
    margin-left: 30px;

}
.doc-nav {
    width: 100%;
}

.download-progress {
    height:5px;
    margin-bottom:15px;
}