/* app.css */
body {
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

p,
li {
    color: #555;
}

a {
    color: #1abc9c;
    text-decoration: none;
}

a,
a:focus,
a:hover,
a:active {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

a:hover {
    color: #72c02c;
    text-decoration: underline;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-right-5 {
    margin-right: 5px;
}

.no-top-space {
    margin-top: 0;
    padding-top: 0;
}

.no-bottom-space {
    margin-bottom: 0;
    padding-bottom: 0;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
    clear: both;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .sm-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px;
    }
}

@media (max-width: 992px) {
    .md-margin-bottom-10 {
        margin-bottom: 10px;
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px;
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px;
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px;
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px;
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px;
    }
}

/*Headings*/

h1 {
    font-size: 28px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    line-height: 25px;
}

h5 {
    line-height: 20px;
}

h6 {
    line-height: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #585f69;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    /* font-family: NotoSansHans-Regular, AvenirNext-Regular, "proxima-nova", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Helvetica Neue", Arial, sans-serif; */
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    margin-right: 5px;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.btn-u,
.btn-u:active,
.btn-u:focus {
    border: 1px solid #1ABC9C;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 4px 13px;
    position: relative;
    background: #72c02c;
    display: inline-block;
    text-decoration: none;
}

.btn-u:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*Block Headline*/
/*Sidebar List Toggle*/

.list-toggle:after {
    top: 7px;
    right: 10px;
    color: #777;
    font-size: 14px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.list-toggle.active:after {
    color: #fff;
    content: "\f107";
}

/*Sidebar Menu v1*/

.sidebar-nav-v1 li {
    padding: 0;
}

.sidebar-nav-v1 li a {
    display: block;
    padding: 8px 30px 8px 10px;
}

.sidebar-nav-v1 li a:hover {
    text-decoration: none;
}

.sidebar-nav-v1>li.active,
.sidebar-nav-v1>li.active:hover {
    background: #717984;
}

.sidebar-nav-v1>li.active>a {
    color: #fff;
}

/*Sidebar Sub Navigation*/

.sidebar-nav-v1 li ul {
    padding: 0;
    list-style: none;
}

.sidebar-nav-v1 li ul,
.sidebar-nav-v1 li.active ul a {
    background: #f8f8f8;
}

.sidebar-nav-v1 li ul a {
    color: #878f92;
    font-size: 14px;
    border-top: solid 1px #ddd;
    padding: 6px 30px 6px 17px;
}

.sidebar-nav-v1 ul li:hover a,
.sidebar-nav-v1 ul li.active a {
    color: #72c02c;
}

/*Sidebar Badges*/
.tag-box {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
}

.tag-box h2 {
    font-size: 20px;
    line-height: 25px;
}

.tag-box p {
    margin-bottom: 0;
}

.tag-box.tag-text-space p {
    margin-bottom: 10px;
}

.servive-block {
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 20px;
}

.servive-block p,
.servive-block h2 {
    color: #fff;
}

.servive-block h2 a:hover {
    text-decoration: none;
}

.servive-block-light,
.servive-block-default {
    background: #fafafa;
    border: solid 1px #eee;
}

.servive-block-default:hover {
    box-shadow: 0 0 8px #eee;
}

.servive-block-light p,
.servive-block-light h2,
.servive-block-default p,
.servive-block-default h2 {
    color: #555;
}

/* end app.css */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

/* style.css */
.loading {
    display: none;
    background-color: transparent;
    width: 45px;
    height: 45px;
    border: 1px solid #1abc9c;
    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
}

#showtext {
    display: none;
    text-align: center;
    color: #1abc9c;
    font-size: 14px;
}

.spinner {
    height: 45px;
    text-align: center;
}

.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    border-bottom: solid 1px #eee;
    background: url(../img/breadcrumbs.png) repeat;
}

.breadcrumbs h1 {
    color: #666;
    font-size: 22px;
    margin-top: 8px;
}

.breadcrumb {
    top: 10px;
    padding-right: 0;
    background: none;
    position: relative;
}

.breadcrumb a {
    color: #777;
}

.breadcrumb li.active,
.breadcrumb li a:hover {
    color: #72c02c;
    text-decoration: none;
}

@media (max-width: 550px) {

    .breadcrumbs h1.pull-left,
    .breadcrumbs ul.pull-right {
        width: 100%;
        text-align: center;
    }

    .breadcrumbs h1.pull-left {
        margin-bottom: 0;
    }

    .breadcrumbs .breadcrumb {
        top: 0;
        margin-bottom: 10px;
    }
}

/*Copyright*/

.copyright {
    color: #777 !important;
    font-size: 14px;
    /* padding: 30px 0; */
    background: #f4f4f4;
    border-top: solid 1px #e5e5e5;
    /* padding-bottom: 90px; */
    z-index: 1;
}

.copyright p {
    color: #dadada;
    margin-top: 12px;
}

.copyright a {
    margin: 0px;
    color: #1abc9c !important;
}

.copyright a:hover {
    color: #a8f85f;
}

.copyright a img {
    margin-top: -2px;
}

@media screen and (max-width: 768px) {
    .copyright .container .row div.col-md-6 {
        margin-bottom: 10px;
        white-space: nowrap;
    }
}

/* end style.css */
/* custom.css*/
.fw-600,
.fw-800 {
    font-weight: 600 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-150 {
    margin-bottom: 150px;
}

.font-12 {
    font-size: 12px;
}

/* 14 调成  16 */
.font-14 {
    font-size: 16px !important;
}

.footer-about-us .font-14,
.footer-common .font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-40 {
    font-size: 40px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-0 {
    margin-right: 0px !important;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-15 {
    padding-top: 15px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-30 {
    padding-top: 30px !important;
}

.pt-40 {
    padding-top: 40px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-55 {
    padding-top: 55px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-100 {
    padding-top: 100px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-230 {
    padding-top: 230px;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-15 {
    padding-bottom: 15px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-40 {
    padding-bottom: 40px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px !important;
}

.pb-90 {
    padding-bottom: 90px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-60 {
    padding-right: 60px;
}

/*end*/
/*sky-form*/
.sky-form {
    margin: 0;
    outline: none;
    box-shadow: none;
    font: 13px/1.55 NotoSansHans-Regular, AvenirNext-Regular, "proxima-nova", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Helvetica Neue", Arial, sans-serif;
    color: #666;
    border: 1px solid #eee;
}

/*end*/
/* appView.css*/
.copyright .copyright-tips {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 15px;
    color: #788090;
}

li.lastest-li {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

li.lastest-li:before {
    content: " " !important;
    padding: 0px !important;
}

li.lastest-li>span.lastest-tips {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 227, 229);
    background-image: -moz-linear-gradient(90deg, rgb(249, 251, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(249, 251, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(249, 251, 255) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 0px 21px 0px rgba(166, 171, 173, 0.24);
    z-index: 5;
    padding: 8px 25px 5px 25px;
    border-radius: 50px;
    position: relative;
    font-size: 11px;
    /* display: flex; */
}

li.lastest-li>span.lastest-tips>span {
    font-size: 11px;
    color: #969b9d;
    margin-left: -11px;
}

li.lastest-li>span.lastest-tips:before {
    position: absolute;
    top: -7px;
    left: 27%;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: #dfe3e5;
    content: '';
}

li.lastest-li>span.lastest-tips:after {
    position: absolute;
    top: -6px;
    left: 27.5%;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    content: '';
}

li.lastest-li>span.lastest-tips>a {
    color: #29caad;
    margin-right: 6px;
}

li.lastest-li>span.lastest-tips>span.close-tips {
    position: absolute;
    right: 6px;
    width: 26px;
    font-size: 14px;
    height: 100%;
    top: 0px;
    padding-top: 3px;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}

.li-new {
    position: absolute;
    top: 0px;
    /* left: 5%; */
    margin-left: 5px;
    font-size: 13px;
    background: url("https://assets.pgyer.com/static-20240110/assets/img/new.png") no-repeat;
    background-position: center;
    height: 100%;
    width: 30px;
    background-size: 100%;
}

.feedback-box .btn-feedback {
    border: 1px solid #28caad;
    color: #1abc9c;
    border-radius: 20px;
    float: right;
    margin-right: 5px;
    padding: 5px 20px;
    cursor: pointer;
}

.store-section .store-link {
    text-align: center;
    padding: 8px 24px;
    margin: auto;
    width: 160px;
    border: 1px solid #DEE2EC;
    border-radius: 5px;
    background-color: transparent;
    color: #0A0D26;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.store-section a:hover {
    text-decoration: none
}

.store-section .store-link-modile {
    padding: 3px;
    width: 140px
}

@charset "UTF-8";

@font-face {
    font-family: icomoon;
    src: url(/static/font/d_icomoon.eot);
    src: url(/static/font/d_icomoon.eot) format("embedded-opentype"), url(/static/font/d_icomoon.ttf) format("truetype"), url(/static/font/d_icomoon.woff) format("woff"), url(/static/font/d_icomoon.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-android_store:before {
    content: "\e600"
}

.icon-android:before {
    content: "\e601"
}

.icon-icon_path:before {
    content: "\e602"
}

.icon-ios_store:before {
    content: "\e603"
}

.icon-ios:before {
    content: "\e604"
}

.icon-qrcode:before {
    content: "\e605"
}

.icon-close:before {
    content: "\e63b"
}

.icon-brace-left:before {
    content: "\e613"
}

.icon-brace-right:before {
    content: "\e617"
}

.icon-comma-eye:before {
    content: "\e618"
}

.icon-mouth:before {
    content: "\e619"
}

.sky-form .btn-u.btn-u-default {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}

.sky-form a.btn-u {
    color: #333;
    line-height: 1.5 !important
}

.sky-form a.btn-u:hover {
    color: #fff
}

.sky-form .btn-u {
    line-height: 1.5 !important;
    border-radius: 3px;
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: auto;
}

#fileList li,
#feedbackApp .fileList li,
#reportApp .fileList li {
    list-style: none;
    padding: 0 0 0 20px;
    line-height: 14px;
}

#loading {
    display: none;
}

/* end */
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;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.btn-u {
    background: #1abc9c !important;
}

.btn-u:hover {
    background: #28caad !important;
}

.flexRow {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}

.flexRowCenter {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.flexRowWrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.flexRowBetween {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.flexRowTop {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
}

.flexRowBetweenTop {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

.flexColumnMiddle {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.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(/static/images/template/colorful/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('/static/images/template/colorful/top_bg_mobile_ratio.png') no-repeat scroll top center;
        background-size: 100% auto;
        height: 200px;
    }
}

@media (min-width: 1200px) {
    #header {
        background: url('https://assets3.pgyer.com/static-20240611/images/template/colorful/top_bg_new.svg') 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(https://assets3.pgyer.com/static-20240611/images/template/colorful/top_bg_mobile.svg) no-repeat scroll top center;
        background-size: 100% auto;
        height: 100px;
    }

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

    a.build-install {
        padding: 8px 20px !important;
    }
}

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

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

.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('/static/images/follow.png') no-repeat;
    background-size: cover;
    border: none;
}

.follow-btn:hover,
.follow-btn:visited,
.follow-btn:focus {
    background: url(/static/images/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('/static/images/joinTest@2x.png') no-repeat;
    background-size: cover;
    border: none;
}

.joinTest-btn:hover,
.joinTest-btn:visited,
.joinTest-btn:focus {
    background: url('/static/images/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 !important;
    border-bottom: 1px solid #EFF0F7 !important;
    font-size: 20px;
    font-weight: 600;
    color: #0A0D26 !important;
    height: 45px;
    padding: 6px 12px;
    width: 100%;
}

/* .follow-body .sky-form .input input::placeholder {
    color:#788090 !important;
} */

.follow-body .error {
    color: red;
    margin-top: 5px;
}

#email::placeholder {
    color: #788090;
    /* 将颜色改为灰色 */
    font-weight: 400;
}

.follow-body .sky-form .input {
    width: 100%;
}

.sky-form .inout input[placeholder],
[placeholder],
*[placeholder] {
    color: #788090 !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 !important;
    border-bottom: 1px solid #EFF0F7 !important;
    -webkit-appearance: none;
    /* background: url(/static/images/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;
}

a.build-install {
    font-size: 18px;
    padding: 8px 10px;
    background-color: #28caad;
    border-radius: 4px;
    border: 1px solid transparent;
}

.btn.btn-all-version {
    background: #fff;
    color: #1abc9c;
    border: 1px solid #1abc9c;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.version-info .pull-left {
    white-space: nowrap;
}

.version-info .pull-right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.version-app-icon {
    width: 44px;
    height: 44px;
}

.appRow {
    border-bottom: 1px solid #E1E6F0;
    padding-bottom: 5px;
    padding-top: 5px;
}

.infoSlide {
    background: #F3F6F9;
    border-bottom: 1px solid #E1E6F0;
    padding: 10px;
    display: none;
}

.infoIconPositioning .fa,
.downloadIconPositioning .fa {
    font-size: 18px;
    color: #1abc9c;
}

#normal_down_load {
    /* border: 1px solid #28caad; */
    background: #fff !important;
    color: #28caad;
    border: none !important;
}

#normal_down_load:hover,
#normal_down_load:active,
#normal_down_load:visited,
#normal_down_load:focus {
    color: #1ABC9C;
    padding: 8px 60px;
    font-size: 18px;
}

.high-btn,
.high-btn:focus,
.high-btn:visited,
.high-btn:hover {
    border-radius: 37px 37px 37px 37px;
}

/*安装向导*/
#installGuide .modal-dialog {
    margin: 60px 30px;
}

#installGuide .modal-dialog.xiaomi {
    margin: 60px 20px;
}

#installGuide .modal-dialog .modal-content {
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
}

#installGuide .modal-dialog .modal-body {
    background: #fff;
    height: auto;
    border-radius: 16px;
}

.carousel-inner {
    width: 100%;
    background: #EBEDF4;
    border-radius: 8px 8px 8px 8px;
}

.guide-step-title {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    height: 80px;
    position: absolute;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.xiaomi .guide-step-title {
    font-size: 14px;
}

.install-guide {
    /* background:#EBEDF4; */
    padding-bottom: 40px;
}

.carousel-indicators.install-guide {
    background: none;
    position: absolute;
    bottom: -40px;
    left: auto;
    width: 100%;
    margin-left: auto;
}

.carousel-indicators.install-guide li {
    background: #EBEDF4;
    border: 1px solid #EBEDF4;
    width: 6px;
    height: 6px;
    margin: 1px;
}

.carousel-indicators.install-guide li.active {
    background: #005EFF;
    border: 1px solid #005EFF;
}

.guide-step-title span {
    color: #005EFF;
}

.guide-continue {
    background: #005EFF !important;
    border-radius: 8px 8px 8px 8px !important;
    width: 100%;
}

/*点点浏览器*/
.diandian-install-tip {
    padding: 0px 20px;
}

.diandian-install-tip li {
    list-style: none;
    font-size: 14px;
    color: #2D2E45;
    text-align: left;
    font-family: PingFang SC, Microsoft YaHei;
    line-height: 26px;
}

#openApp.disabled {
    background: #cccccc !important;
}

#openApp:active,
#openApp:focus,
#openApp:visited {
    font-size: 18px !important;
}

a.btn-u-lg.diandianBtn {
    padding: 9px 60px !important;
}

.ig-hand {
    width: 90px;
    position: absolute;
}

#normalTip .tip-title {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
}

#normalTip .modal-content {
    border-radius: 16px;
    padding-top: 0;
    background: url(/static/images/install_guide/normal-tip-bg@2x.png) no-repeat;
    background-color: #fff;
    background-position: top center;
}

#normalTip .tip-btn {
    width: 100%;
    border-radius: 24px 24px 24px 24px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    padding: 10px 60px 8px 60px !important
}

#normalTip .tip-btn-gray {
    background: #F0F0F0 !important;
    border-radius: 24px 24px 24px 24px;
    font-weight: 600;
    font-size: 16px;
    color: #4B4B4B;
    width: 100%;
    border: none;
    padding-top: 10px !important;
}

#normalTip .tip-btn:hover,
#normalTip .tip-btn:focus,
#normalTip .tip-btn:visited,
#normalTip .tip-btn-gray:hover,
#normalTip .tip-btn-gray:focus,
#normalTip .tip-btn-gray:visited {
    border: none;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item.manual {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
    }
}

a.btn-u-lg.diandianBtn.build-install {
    padding: 8px 15px !important;
}

#normal_down_load.build-install {
    padding: 9px 15px !important;
    font-weight: 600;
    border: 1px solid #1abc9c !important;
    line-height: initial;
}

#down_load.build-install:active,
#down_load.build-install:hover,
#down_load.build-install:visited #normal_down_load.build-install:active,
#normal_down_load.build-install:hover,
#normal_down_load.build-install:visited {
    width: 100%;
    display: flex;
}

/* end 安装向导*/

.font-13 {
    font-size: 13px !important;
}

.app-build-page .tag-box {
    margin: 0px;
    padding: 0 0 20px 0;
}

.app-build-page .devider {
    display: none;
}

a.version-list {
    color: #28caad;
}

a.version-list:hover,
a.version-list:visited,
a.version-list:focus {
    color: #1abc9c;
}

.app-build-colorfull-page .devider {
    display: none;
}

.app-build-colorfull-page .app-info .devider {
    display: block;
    margin: 20px 0 0;
}

.app-build-colorfull-page .margin-bottom-40 {
    margin-bottom: 0 !important;
}

.app-build-colorfull-page .tab-box {
    margin-bottom: 0px !important;
}

.app-build-colorfull-page .tag-box {
    margin-bottom: 0px !important;
}

/*安装进度条*/
.app-install-progress .progress {
    height: 3px;
    margin: 5px 15px;
    box-shadow: none !important;
}

.app-install-progress .progress-bar-success {
    background: #1abc9c;
    width: 60px;
    position: relative;
    left: 0px;
    box-shadow: none !important;
}

/* 金融、理财app安装确认弹框开始 */

#appInstallConfirmModal {
    position: fixed;
    top: -100px;
    width: 100%;
    transition: top .5s;
    display: flex;
    justify-content: center;
    z-index: 10;
}

#appInstallConfirmModal>div {
    max-width: 94%;
    display: flex;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 15px;
    align-items: center;
    background: #4382FF;
    box-shadow: 0px 0px 10px rgba(77, 27, 27, 0.2);
}

#appInstallConfirmModal p {
    padding: 2px 10px 0 10px;
    margin-bottom: 0;
    color: white;
}

#appInstallConfirmModal img:nth-of-type(1) {
    width: 30px;
    height: 30px;
}

#appInstallConfirmModal img:nth-of-type(2) {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.app-title h1 {
    line-height: 33px;
}

/* 分享*/
.thumbUp {
    width: 40px;
    height: 40px;
}

.share {
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

.app-share .follow a.gz-a {
    text-decoration: none;
}

.app-share .follow .follow-span {
    color: #687089;
    border: 1px solid #E7EBED;
    padding: 2px 10px;
    border-radius: 5px;
    line-height: inherit;
}

.app-share .follow .follow-span:hover {
    color: #1ABC9C;
    background: #E8F8F5;
    border-color: #E8F8F5;
}

.follow,
.gz {
    list-style-type: none;
    float: right;
}

.share-item {
    display: block;
    width: 32px;
    height: 32px;
}

.facebookLink {
    background: url(https://www.pgyer.com/static-20240529/images/share/facebook_normal@2x.png);
    background-size: 100% auto;
}

.facebookLink:hover,
.facebookLink:active,
.facebookLink:visited,
.facebookLink:focus {
    background: url(https://www.pgyer.com/static-20240529/images/share/facebook_hover@2x.png);
    background-size: 100% auto;
}

.whatsappLink {
    background: url(https://www.pgyer.com/static-20240529/images/share/whatsapp_normal@2x.png);
    background-size: 100% auto;
}

.whatsappLink:hover,
.whatsappLink:active,
.whatsappLink:visited,
.whatsappLink:focus {
    background: url(https://www.pgyer.com/static-20240529/images/share/whatsapp_hover@2x.png);
    background-size: 100% auto;
}

.xLink {
    background: url(https://www.pgyer.com/static-20240529/images/share/x_normal@2x.png);
    background-size: 100% auto;
}

.xLink:hover,
.xLink:active,
.xLink:visited,
.xLink:focus {
    background: url(https://www.pgyer.com/static-20240529/images/share/x_hover@2x.png);
    background-size: 100% auto;
}

.thumb-up {
    fill: rgb(120, 128, 144);
    stroke: rgb(120, 128, 144);
    width: 24px;
}

#langMenu~ul.langMenu {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-height: 300px;
    right: -10px;
    left: auto;
    bottom: 23px;
    top: unset;
}

#langMenu~ul.langMenu::-webkit-scrollbar {
    display: none;
}

@media screen and (max-width: 768px) {
    .dropdown-menu.langMenu {
        left: -90px;
    }
}

#langMenu {
    cursor: pointer;
}

.truncate-2-lines {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: inherit;
    white-space: normal !important;
}

.truncate-1-lines {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: inherit;
    white-space: normal !important;
}

.wj-page-title {
    font-size: 12px;
    color: #687089;
}

.wj-title {
    color: #2F3950;
}

.wjInfo {
    background: #EFF2F4;
    border-radius: 8px 8px 8px 8px;
    font-weight: 600;
    font-size: 14px;
    color: #2F3950;
    margin: 10px 0;
    padding: 10px 0;
}

.wjInfo:hover {
    background: #E8F8F5;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #1ABC9C;
    color: #1ABC9C;
}