#__vconsole {
    color: #000;
    font-size: 13px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    /* global */
    /* compoment */
}
#__vconsole .vc-max-height {
    max-height: 19.23076923em;
}
#__vconsole .vc-max-height-line {
    max-height: 3.38461538em;
}
#__vconsole .vc-min-height {
    min-height: 3.07692308em;
}
#__vconsole dd,
#__vconsole dl,
#__vconsole pre {
    margin: 0;
}
#__vconsole .vc-switch {
    display: block;
    position: fixed;
    right: 0.76923077em;
    bottom: 0.76923077em;
    color: #FFF;
    background-color: #04BE02;
    line-height: 1;
    font-size: 1.07692308em;
    padding: 0.61538462em 1.23076923em;
    z-index: 10000;
    border-radius: 0.30769231em;
    box-shadow: 0 0 0.61538462em rgba(0, 0, 0, 0.4);
}
#__vconsole .vc-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 10001;
    transition: background 0.3s;
    -webkit-tap-highlight-color: transparent;
    overflow-y: scroll;
}
#__vconsole .vc-panel {
    display: none;
    position: fixed;
    min-height: 85%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10002;
    background-color: #EFEFF4;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
}
#__vconsole .vc-tabbar {
    border-bottom: 1px solid #D9D9D9;
    overflow-x: auto;
    height: 3em;
    width: auto;
    white-space: nowrap;
}
#__vconsole .vc-tabbar .vc-tab {
    display: inline-block;
    line-height: 3em;
    padding: 0 1.15384615em;
    border-right: 1px solid #D9D9D9;
    text-decoration: none;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
#__vconsole .vc-tabbar .vc-tab:active {
    background-color: rgba(0, 0, 0, 0.15);
}
#__vconsole .vc-tabbar .vc-tab.vc-actived {
    background-color: #FFF;
}
#__vconsole .vc-content {
    background-color: #FFF;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 3.07692308em;
    left: 0;
    right: 0;
    bottom: 3.07692308em;
    -webkit-overflow-scrolling: touch;
    margin-bottom: constant(safe-area-inset-bottom);
    margin-bottom: env(safe-area-inset-bottom);
}
#__vconsole .vc-content.vc-has-topbar {
    top: 5.46153846em;
}
#__vconsole .vc-topbar {
    background-color: #FBF9FE;
    display: flex;
    display: -webkit-box;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-direction: row;
    -webkit-flex-wrap: wrap;
    width: 100%;
}
#__vconsole .vc-topbar .vc-toptab {
    display: none;
    flex: 1;
    -webkit-box-flex: 1;
    line-height: 2.30769231em;
    padding: 0 1.15384615em;
    border-bottom: 1px solid #D9D9D9;
    text-decoration: none;
    text-align: center;
    color: #000;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
#__vconsole .vc-topbar .vc-toptab.vc-toggle {
    display: block;
}
#__vconsole .vc-topbar .vc-toptab:active {
    background-color: rgba(0, 0, 0, 0.15);
}
#__vconsole .vc-topbar .vc-toptab.vc-actived {
    border-bottom: 1px solid #3e82f7;
}
#__vconsole .vc-logbox {
    display: none;
    position: relative;
    min-height: 100%;
}
#__vconsole .vc-logbox i {
    font-style: normal;
}
#__vconsole .vc-logbox .vc-log {
    padding-bottom: 3em;
    -webkit-tap-highlight-color: transparent;
}
#__vconsole .vc-logbox .vc-log:empty:before {
    content: "Empty";
    color: #999;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.15384615em;
    text-align: center;
}
#__vconsole .vc-logbox .vc-item {
    margin: 0;
    padding: 0.46153846em 0.61538462em;
    overflow: hidden;
    line-height: 1.3;
    border-bottom: 1px solid #EEE;
    word-break: break-word;
}
#__vconsole .vc-logbox .vc-item-info {
    color: #6A5ACD;
}
#__vconsole .vc-logbox .vc-item-debug {
    color: #DAA520;
}
#__vconsole .vc-logbox .vc-item-warn {
    color: #FFA500;
    border-color: #FFB930;
    background-color: #FFFACD;
}
#__vconsole .vc-logbox .vc-item-error {
    color: #DC143C;
    border-color: #F4A0AB;
    background-color: #FFE4E1;
}
#__vconsole .vc-logbox .vc-log.vc-log-partly .vc-item {
    display: none;
}
#__vconsole .vc-logbox .vc-log.vc-log-partly-log .vc-item-log,
#__vconsole .vc-logbox .vc-log.vc-log-partly-info .vc-item-info,
#__vconsole .vc-logbox .vc-log.vc-log-partly-warn .vc-item-warn,
#__vconsole .vc-logbox .vc-log.vc-log-partly-error .vc-item-error {
    display: block;
}
#__vconsole .vc-logbox .vc-item .vc-item-content {
    margin-right: 4.61538462em;
    display: inline-block;
}
#__vconsole .vc-logbox .vc-item .vc-item-repeat {
    display: inline-block;
    margin-right: 0.30769231em;
    padding: 0 6.5px;
    color: #D7E0EF;
    background-color: #42597F;
    border-radius: 8.66666667px;
}
#__vconsole .vc-logbox .vc-item.vc-item-error .vc-item-repeat {
    color: #901818;
    background-color: #DC2727;
}
#__vconsole .vc-logbox .vc-item.vc-item-warn .vc-item-repeat {
    color: #987D20;
    background-color: #F4BD02;
}
#__vconsole .vc-logbox .vc-item .vc-item-code {
    display: block;
    white-space: pre-wrap;
    overflow: auto;
    position: relative;
}
#__vconsole .vc-logbox .vc-item .vc-item-code.vc-item-code-input,
#__vconsole .vc-logbox .vc-item .vc-item-code.vc-item-code-output {
    padding-left: 0.92307692em;
}
#__vconsole .vc-logbox .vc-item .vc-item-code.vc-item-code-input:before,
#__vconsole .vc-logbox .vc-item .vc-item-code.vc-item-code-output:before {
    content: "›";
    position: absolute;
    top: -0.23076923em;
    left: 0;
    font-size: 1.23076923em;
    color: #6A5ACD;
}
#__vconsole .vc-logbox .vc-item .vc-item-code.vc-item-code-output:before {
    content: "‹";
}
#__vconsole .vc-logbox .vc-item .vc-fold {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-outer {
    display: block;
    font-style: italic;
    padding-left: 0.76923077em;
    position: relative;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-outer:active {
    background-color: #E6E6E6;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-outer:before {
    content: "";
    position: absolute;
    top: 0.30769231em;
    left: 0.15384615em;
    width: 0;
    height: 0;
    border: transparent solid 0.30769231em;
    border-left-color: #000;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-outer.vc-toggle:before {
    top: 0.46153846em;
    left: 0;
    border-top-color: #000;
    border-left-color: transparent;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-inner {
    display: none;
    margin-left: 0.76923077em;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-inner.vc-toggle {
    display: block;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-inner .vc-code-key {
    margin-left: 0.76923077em;
}
#__vconsole .vc-logbox .vc-item .vc-fold .vc-fold-outer .vc-code-key {
    margin-left: 0;
}
#__vconsole .vc-logbox .vc-code-key {
    color: #905;
}
#__vconsole .vc-logbox .vc-code-private-key {
    color: #D391B5;
}
#__vconsole .vc-logbox .vc-code-function {
    color: #905;
    font-style: italic;
}
#__vconsole .vc-logbox .vc-code-number,
#__vconsole .vc-logbox .vc-code-boolean {
    color: #0086B3;
}
#__vconsole .vc-logbox .vc-code-string {
    color: #183691;
}
#__vconsole .vc-logbox .vc-code-null,
#__vconsole .vc-logbox .vc-code-undefined {
    color: #666;
}
#__vconsole .vc-logbox .vc-cmd {
    position: absolute;
    height: 3.07692308em;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #D9D9D9;
    display: block!important;
}
#__vconsole .vc-logbox .vc-cmd .vc-cmd-input-wrap {
    display: block;
    height: 2.15384615em;
    margin-right: 3.07692308em;
    padding: 0.46153846em 0.61538462em;
}
#__vconsole .vc-logbox .vc-cmd .vc-cmd-input {
    width: 100%;
    border: none;
    resize: none;
    outline: none;
    padding: 0;
    font-size: 0.92307692em;
}
#__vconsole .vc-logbox .vc-cmd .vc-cmd-input::-webkit-input-placeholder {
    line-height: 2.15384615em;
}
#__vconsole .vc-logbox .vc-cmd .vc-cmd-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 3.07692308em;
    border: none;
    background-color: #EFEFF4;
    outline: none;
    -webkit-touch-callout: none;
    font-size: 1em;
}
#__vconsole .vc-logbox .vc-cmd .vc-cmd-btn:active {
    background-color: rgba(0, 0, 0, 0.15);
}
#__vconsole .vc-logbox .vc-cmd .vc-cmd-prompted {
    position: fixed;
    width: 100%;
    background-color: #FBF9FE;
    border: 1px solid #D9D9D9;
    overflow-x: scroll;
    display: none;
}
#__vconsole .vc-logbox .vc-cmd .vc-cmd-prompted li {
    list-style: none;
    line-height: 30px;
    padding: 0 0.46153846em;
    border-bottom: 1px solid #D9D9D9;
}
#__vconsole .vc-logbox .vc-group .vc-group-preview {
    -webkit-touch-callout: none;
}
#__vconsole .vc-logbox .vc-group .vc-group-preview:active {
    background-color: #E6E6E6;
}
#__vconsole .vc-logbox .vc-group .vc-group-detail {
    display: none;
    padding: 0 0 0.76923077em 1.53846154em;
    border-bottom: 1px solid #EEE;
}
#__vconsole .vc-logbox .vc-group.vc-actived .vc-group-detail {
    display: block;
    background-color: #FBF9FE;
}
#__vconsole .vc-logbox .vc-group.vc-actived .vc-table-row {
    background-color: #FFF;
}
#__vconsole .vc-logbox .vc-group.vc-actived .vc-group-preview {
    background-color: #FBF9FE;
}
#__vconsole .vc-logbox .vc-table .vc-table-row {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-direction: row;
    -webkit-flex-wrap: wrap;
    overflow: hidden;
    border-bottom: 1px solid #EEE;
}
#__vconsole .vc-logbox .vc-table .vc-table-row.vc-left-border {
    border-left: 1px solid #EEE;
}
#__vconsole .vc-logbox .vc-table .vc-table-col {
    flex: 1;
    -webkit-box-flex: 1;
    padding: 0.23076923em 0.30769231em;
    border-left: 1px solid #EEE;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    /*white-space: nowrap;
          text-overflow: ellipsis;*/
    -webkit-overflow-scrolling: touch;
}
#__vconsole .vc-logbox .vc-table .vc-table-col:first-child {
    border: none;
}
#__vconsole .vc-logbox .vc-table .vc-small .vc-table-col {
    padding: 0 0.30769231em;
    font-size: 0.92307692em;
}
#__vconsole .vc-logbox .vc-table .vc-table-col-2 {
    flex: 2;
    -webkit-box-flex: 2;
}
#__vconsole .vc-logbox .vc-table .vc-table-col-3 {
    flex: 3;
    -webkit-box-flex: 3;
}
#__vconsole .vc-logbox .vc-table .vc-table-col-4 {
    flex: 4;
    -webkit-box-flex: 4;
}
#__vconsole .vc-logbox .vc-table .vc-table-col-5 {
    flex: 5;
    -webkit-box-flex: 5;
}
#__vconsole .vc-logbox .vc-table .vc-table-col-6 {
    flex: 6;
    -webkit-box-flex: 6;
}
#__vconsole .vc-logbox .vc-table .vc-table-row-error {
    border-color: #F4A0AB;
    background-color: #FFE4E1;
}
#__vconsole .vc-logbox .vc-table .vc-table-row-error .vc-table-col {
    color: #DC143C;
    border-color: #F4A0AB;
}
#__vconsole .vc-logbox .vc-table .vc-table-col-title {
    font-weight: bold;
}
#__vconsole .vc-logbox.vc-actived {
    display: block;
}
#__vconsole .vc-toolbar {
    border-top: 1px solid #D9D9D9;
    line-height: 3em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    display: -webkit-box;
    flex-direction: row;
    -webkit-box-direction: row;
}
#__vconsole .vc-toolbar .vc-tool {
    display: none;
    text-decoration: none;
    color: #000;
    width: 50%;
    flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
    position: relative;
    -webkit-touch-callout: none;
}
#__vconsole .vc-toolbar .vc-tool.vc-toggle,
#__vconsole .vc-toolbar .vc-tool.vc-global-tool {
    display: block;
}
#__vconsole .vc-toolbar .vc-tool:active {
    background-color: rgba(0, 0, 0, 0.15);
}
#__vconsole .vc-toolbar .vc-tool:after {
    content: " ";
    position: absolute;
    top: 0.53846154em;
    bottom: 0.53846154em;
    right: 0;
    border-left: 1px solid #D9D9D9;
}
#__vconsole .vc-toolbar .vc-tool-last:after {
    border: none;
}
@supports (bottom: constant(safe-area-inset-bottom)) or (bottom: env(safe-area-inset-bottom)) {
    #__vconsole .vc-toolbar,
    #__vconsole .vc-switch {
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom);
    }
}
#__vconsole.vc-toggle .vc-switch {
    display: none;
}
#__vconsole.vc-toggle .vc-mask {
    background: rgba(0, 0, 0, 0.6);
    display: block;
}
#__vconsole.vc-toggle .vc-panel {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* color */
 .vcelm-node {
     color: #183691;
 }
.vcelm-k {
    color: #0086B3;
}
.vcelm-v {
    color: #905;
}
/* layout */
.vcelm-l {
    padding-left: 8px;
    position: relative;
    word-wrap: break-word;
    line-height: 1;
}
/*.vcelm-l.vcelm-noc {
  padding-left: 0;
}*/
.vcelm-l.vc-toggle > .vcelm-node {
    display: block;
}
.vcelm-l .vcelm-node:active {
    background-color: rgba(0, 0, 0, 0.15);
}
.vcelm-l.vcelm-noc .vcelm-node:active {
    background-color: transparent;
}
.vcelm-t {
    white-space: pre-wrap;
    word-wrap: break-word;
}
/* level */
.vcelm-l .vcelm-l {
    display: none;
}
.vcelm-l.vc-toggle > .vcelm-l {
    margin-left: 4px;
    display: block;
}
/* arrow */
.vcelm-l:before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 0;
    height: 0;
    border: transparent solid 3px;
    border-left-color: #000;
}
.vcelm-l.vc-toggle:before {
    display: block;
    top: 6px;
    left: 0;
    border-top-color: #000;
    border-left-color: transparent;
}
.vcelm-l.vcelm-noc:before {
    display: none;
}


 #app {
     font-family: Avenir, Helvetica, Arial, sans-serif;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #2c3e50;
 }

.header-background {
    width: 100%;
    height: 175px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    padding: 0;
}

*, body, figure {
    padding: 0;
    margin: 0
}

ol, ul {
    list-style-type: none
}

.inner-image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    width: inherit;
    height: inherit
}

@media screen and (min-width: 320px) {
    html {
        font-size: 14px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 16px
    }
}

@media screen and (min-width: 400px) {
    html {
        font-size: 18px
    }
}

@media screen and (min-width: 440px) {
    html {
        font-size: 20px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 22px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 28px
    }
}

.base-info {
    padding: 1.25rem 1.45rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.base-info .base-info-l {
    border-radius: .8rem;
    overflow: hidden;
    width: 6.5rem;
    height: 6.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.base-info .base-info-l > img {
    width: 100%;
    height: 100%;
}

.base-info .base-info-r {
    position: relative;
    margin-left: 1.2rem;
    flex: 1;
}

.base-info .base-info-r .title {
    margin-top: .35rem;
    font-weight: 700;
    font-size: 1.25rem;
}

.base-info .base-info-r .category, .base-info .base-info-r .title {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.5rem;
}

.base-info .base-info-r .category {
    color: #999;
    font-size: 1rem;
}

.base-info .base-info-r .install-btn {
    display: inline-block;
    height: 1.6rem;
    width: 6.5rem;
    border-radius: .8rem;
    background: #0477f9;
    border: 1px solid #0477f9;
    text-align: center;
    color: #fff;
    font-size: .85rem;
    bottom: .35rem;
    left: 0;
    line-height: 1.5rem;
}

.base-info .base-info-r .disabled-install-btn {
    display: inline-block;
    height: 1.6rem;
    width: 6.5rem;
    border-radius: .8rem;
    background: #888d94;
    border: 1px solid #888d94;
    text-align: center;
    color: #fff;
    font-size: .85rem;
    bottom: .35rem;
    left: 0;
    line-height: 1.5rem;
}

.base-info .base-info-r .loading {
    height: 18px;
    margin-right: 4px;
    vertical-align: -3px;
}

.base-info .base-info-r .install-btn:hover {
    text-decoration: none;
    background-color: #338bef;
}

.base-info .base-info-r .clr {
    margin-top: 1.8em;
}

.base-info .base-info-r .arouse {
    float: right;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    color: rgba(6, 122, 254, 1);
}

.base-info .base-info-r .arouse b {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -2px 5px 0 0;
    text-align: center;
    background: rgba(6, 122, 254, 1);
    color: #fff;
    border-radius: 100%;
}

.rate-info {
    padding-top: 1rem;
    margin: 0 1.45rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #eee;
}

.rate-info .rate p strong {
    font-size: 1rem;
    font-weight: 700;
    color: #888;
}

.rate-info .rate > img {
    width: 5rem;
    margin-left: 5px;
}

.rate-info .rate > p {
    color: #999;
    font-size: .75rem;
}

.rate-info .classification strong {
    color: #8e8f92;
    font-size: 1rem;
}

.rate-info .classification > p {
    color: #999;
    font-size: .75rem;
}

.rate-info .rate p {
    padding-bottom: 0.25rem;
}

.rate-info .rate, .rate-info .classification {
    text-align: center;
}

.rate-info .classification p {
    padding-bottom: 0.25rem;
}

.rate-info .rate-line-between {
    width: 1px;
    background-color: #e7e7e7;
    height: 3rem;
    margin: 0.5rem 0.5rem 0 0.5rem;
}

.comment-info {
    border-top: 1px solid #eee;
    padding: 1rem 0;
    margin: 0 1.45rem;
}

.comment-info .comment-info-title {
    margin-bottom: .85rem;
    font-size: 1.25rem;
    font-weight: bolder;
}

.comment-info .comment-info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.comment-info .comment-info-content .comment-info-l > strong {
    font-size: 3.75rem;
    line-height: 3.5rem;
    color: #4a4a4e;
    font-weight: 700;
}

.comment-info .comment-info-content .comment-info-l > p {
    width: 5.6875rem;
    text-align: center;
    color: #7b7b7b;
    margin-top: .625rem;
}

.comment-info .comment-info-content .comment-info-r {
    margin-left: 2rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.comment-info .comment-info-content .comment-info-r .comment-star-list > li {
    margin-top: .3rem;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star {
    position: relative;
    width: 2.875rem;
    height: .4375rem;
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star > img {
    display: block;
    width: 100%;
    height: 100%;
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-star > div {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #fff;
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-progress {
    position: relative;
    margin-left: .5rem;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: .125rem;
    background: #e9e9ec;
    border-radius: .125rem;
}

.comment-info .comment-info-content .comment-info-r .comment-star-list .comment-progress > div {
    position: absolute;
    left: 0;
    width: 0;
    height: .125rem;
    background: #4a4a4e;
    border-radius: .125rem;
    width: 90%;
}

.comment-message {
    background-color: #F9F9F9;
    border: none;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    min-height: 11.5rem;
}

.comment-message > div {
    padding: 0 10px;
}

.comment-message .comment-user {
    margin-bottom: 5px;
}

.comment-message .comment-user span:first-child {
    display: inline-block;
    width: 69%;
    text-align: left;
    font-weight: bold;
    font-size: 0.85rem;
    margin: 0;
}

.comment-message .comment-user span:last-child {
    display: inline-block;
    width: 29%;
    text-align: right;
    font-size: 0.75rem;
}

.comment-message .comment-star .glyphicon-user {
    font-size: 0.75rem;
    border: 1px solid #dedeea;
    border-radius: 50%;
    color: #fff;
    background-color: #E9E9EC;
}

.comment-message .comment-star {
    font-size: 0.75rem;
}

.comment-message .comment-star span:first-child {
    color: #FFBB15;
    display: inline-block;
    width: 49%;
    text-align: left;
}

.comment-message .comment-star span:last-child {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-size: 0.75rem;
}

.comment-message .comment-content {
    padding: 5px 10px;
}

.app-info {
    border-top: 1px solid #eee;
    margin: 0 1.45rem;
}

.app-info .app-title {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: bolder;
}

.app-info .app-info-con {
    position: relative;
    font-size: .875rem;
}

.information-info {
    border-top: 1px solid #eee;
    margin: 0 1.45rem;
}

.information-info .app-title {
    margin-bottom: .5rem;
    font-size: 1.25rem;
    font-weight: bolder;
}

.information-info .information-list {
    padding: 0;
}

.information-info .information-list > li {
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 3.5;
    border-bottom: 1px solid #f2f2f2;
}

.information-info .information-list > li .l {
    color: #737379;
}

.information-info .information-list > li .r {
    margin-left: 1.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    line-height: 1rem;
}

.disclaimer {
    padding: 10px;
    color: rgba(153, 153, 153, 1);
    background: rgba(249, 249, 249, 1);
}

.pc-box {
    display: none;
    text-align: center;
    z-index: 2;
    position: relative;
}

.pc-logo {
    width: 160px;
    height: 160px;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.pc-logo img {
    display: block;
    width: 100%;
    height: 100%;
}

.pc-box > p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5em;
}

.pc-box .code {
    margin: 30px auto 10px;
    width: 200px;
    height: 200px;
}

.pc-box .info {
    font-size: 18px;
    font-weight: bold;
    margin: 50px auto;
}

.pc-box .pc-colsed {
    z-index: 2;
    position: absolute;
    right: 20px;
    width: 30px;
}

.pc-box .pc-colsed img {
    display: block;
    width: 100%;
}

.pc-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/dist/images/mask/bg1.jpg);
}

.pc-box .tipss {
    font-size: 14px;
    text-align: center;
    margin-top: 30px;
    width: 100%;
}

/* 轮播图 */
.app-slider {
    margin-top: .3rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    z-index: 200;
}

.app-slider .swiper-slide {
    margin-right: .2rem;
    padding-bottom: .75em;
    margin: 0 0.25rem;
}

.app-slider .swiper-slide {
    width: calc(100% - 1rem);
    height: 11rem;
}

.app-slider .swiper-slide img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0.8rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.base-info .base-info-r .install-btn {
    display: inline-block;
    outline: none;
}

.user-verify-dialog {
    display: none;
    width: 310px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute !important;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 110;
}

.user-verify-dialog > .card > .card-header {
    display: none;
    background-color: #F7F7F7;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.user-verify-dialog > .card > .card-body {
    height: 210px;
}

.user-verify-dialog > .card .captcha-container {
    position: relative;
    width: 100%;
    margin: 15px !important;
}

.user-verify-dialog > .card > .card-header > div {
    padding: 15px 15px 15px 18px;
    display: inline-block;
}

.user-verify-dialog > .card > .card-header > div:first-child {
    width: 80%;
    text-align: left;
}

.user-verify-dialog > .card > .card-header > div:last-child {
    width: 18%;
    text-align: right;
}

#hide-div {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.sliderContainer {
    width: 278px;
    margin-top: -5px;
}

#captcha .sliderContainer .slider {
    touch-action: none;
}

.mask-box {
    z-index: 2;
    position: relative;
}

.mask-colsed {
    z-index: 2;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

.mask-colsed img {
    display: block;
    width: 100%;
}

.mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.mask-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

.mask-pop .swiper-container {
    width: 100%;
}

.mask-pop .swiper-slide img {
    display: block;
    width: 100%;
}

.mask-pop .swiper-slide p {
    margin: 10px 0;
    text-align: center;
    font-size: 14px;
    color: #0491F7;
}

.mask-pop .swiper-container .swiper-pagination {
    position: static;
}

.mask-pop .swiper-pagination-bullet {
    background: #DBF0FD;
    opacity: 1;
}

.mask-pop .swiper-pagination-bullet-active {
    background: #0491F7;

}

.file-info {
    display: block;
    margin: 30px 0 20px;
    font-size: 14px;
    color: #00B0F9;
    text-align: center;

}

.file-box {
    z-index: 2;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 70%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;

}

.file-box h3 {
    text-align: center;
    font-size: 16px;
    color: #3A3A3A;

}

.file-box .colsed-btn {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(90deg, rgba(32, 124, 249, 1), rgba(0, 205, 250, 1));
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.file-con {
    margin: 20px 0;
    font-size: 14px;
    color: #777;
}

.file-con strong {
    display: block;
    margin-top: 20px;
    color: #333;
}

.file-con p {
    margin-top: 8px;
}

#gomchelp {
    max-height: 500px;
    overflow-y: scroll;
}

.reset-route-btn.fill-color-btn {
    display: none;
    background-color: red;
    color: white;
    text-decoration: none;
    border-radius: 0.8rem;
    padding: 0.1rem 0.5rem;
    text-align: center;
}

.apk-loading {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    right: 0;
    display: none;
    z-index: 9999999;
}

.apk-loading img {
    width: 100%;
    height: 100%;
}

.wechat-mask {
    z-index: 2;
    position: relative;
    display: block;
}

.wechat-mask .mask-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.wechat-mask .mask-pop {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.wechat-mask .mask-colsed img {
    display: block;
    width: 100%;
}

.wechat-mask .copy-url-img {
    display: block;
    width: 100%;
}

.wechat-mask .copy-url {
    position: relative;
    margin: 20px 30px;
    height: 36px;
    line-height: 36px;
    background: #F1F6F9;
    border-radius: 18px;
    overflow: hidden;
}

.wechat-mask button, .wechat-mask input {
    border: none;
    background: none;
    outline: 0;
}

.wechat-mask .copy-url input {
    padding-left: 20px;
    color: #9A9A99;
}

.wechat-mask .copy-url button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg, rgba(34, 125, 249, 1), rgba(0, 203, 250, 1));
    color: #fff;
    border-radius: 0 18px 18px 0;
}

.wechat-mask .safari-tip-div {
    position: absolute;
    top: 15px;
    left: 120px;
}

.wechat-mask .safari-tip-p {
    font-size: 15px;
    color: white;
    font-weight: 400;
}
</style>