﻿#chat-container {
    position: fixed;
    z-index: 992 !important
}

.float-dialog .chat-assistant {
    align-items: center;
    border-radius: 24px;
    display: flex;
    height: 44px;
    justify-content: center;
    position: relative;
    width: 44px
}

.float-dialog .chat-assistant .chat-active-icon {
    display: none
}

.float-dialog .chat-assistant .chat-icon,
.float-dialog .chat-assistant.pangu-generating .chat-active-icon {
    display: block
}

.float-dialog .chat-assistant.pangu-generating .chat-icon {
    display: none
}

@media (max-width:768px) {
    .float-dialog .chat-assistant {
        display: none
    }
}

.float-dialog .chat-assistant>i {
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 98%;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px
}

.float-dialog .chat-assistant:after {
    background-color: #c2c2c2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    right: 10px
}

.float-dialog .chat-hover-container {
    border-radius: 2px;
    display: flex;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .1));
    height: auto;
    justify-content: flex-end;
    margin-right: 12px;
    min-width: 207px;
    opacity: 0;
    position: absolute;
    right: 100%;
    transform: scale(.95);
    transform-origin: right;
    transition: opacity .4s, transform .3s ease-out;
    visibility: hidden
}

.float-dialog .chat-hover-container:after {
    border: 8px solid transparent;
    border-left-color: #fff;
    content: "";
    height: 0;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.float-dialog .chat-assistant .chat-icon:hover,
.float-dialog .chat-assistant .chat-icon:hover~i {
    transform: scale(1.15)
}

.float-dialog .chat-assistant .chat-icon:hover~.chat-hover-container {
    opacity: 1;
    transform: scale(1);
    visibility: visible !important
}

.float-dialog .chat-hover-content {
    background: #fff;
    border-radius: 8px;
    height: 100%;
    padding: 24px;
    position: relative
}

.float-dialog .por-icon-close {
    display: none
}

.float-dialog .chat-hover-title {
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 4px
}

.float-dialog .chat-hover-subtitle {
    color: #595959;
    font-size: 12px;
    line-height: 18px
}

#footer:not(.hide-chatTips) .float-dialog .chat-assistant.show>i {
    transform: scale(1.05)
}

#footer:not(.hide-chatTips) .float-dialog .chat-assistant.show .chat-hover-container {
    min-width: 233px;
    opacity: 1;
    transform: scale(1);
    visibility: visible !important
}

#footer:not(.hide-chatTips) .float-dialog .chat-assistant.show .por-icon-close {
    background-image: url(../image/1620789184022004391.svg);
    background-size: 100% 100%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px
}

#footer:not(.hide-chatTips) .float-dialog .chat-assistant.show .por-icon-close:before {
    content: ""
}

#footer:not(.hide-chatTips) .float-dialog .chat-assistant.show .por-icon-close:hover {
    background-image: url(../image/1620789184054090808.svg)
}

.phone-icon {
    align-items: center;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px
}

.phone-icon>i {
    background-image: url(../image/icon-phone-new.svg);
    background-size: 100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px
}

.phone-icon:hover>i {
    transform: scale(1.05)
}

.icons-float-bar {
    background: url(../image/float-dialog-icon.png) 0 0 no-repeat;
    background-size: auto 100%;
    display: inline-block;
    height: 20px;
    vertical-align: middle;
    width: 20px
}

.icons-float-bar.f1 {
    background-position: 0 0
}

.icons-float-bar.f2 {
    background-position: -20px 0
}

.icons-float-bar.f3 {
    background-position: -40px 0
}

.icons-float-bar.f4 {
    background-position: -60px 0
}

.icons-float-bar.f5 {
    background-position: -80px 0
}

.show-totop .float-bar-nav>.item.to-top-btn a {
    align-items: center;
    border-radius: 24px;
    box-shadow: 0 4px 10px 0 hsla(220, 4%, 56%, .2);
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px
}

.icons-float-bar.to-top {
    background-image: url(../image/float-dialog-icon-new.svg);
    background-position: 50%;
    background-size: 100%
}

.float-bar-nav>.item.to-top-btn:hover .to-top {
    transform: scale(1.05)
}

@media (max-width:1023px) {
    .icons-float-bar {
        background-image: url(../image/float-dialog-icon.png);
        background-size: auto 100%
    }
}

.float-bar-nav .item:hover>a .icons-float-bar,
.sub-inner:hover .icons-float-bar {
    opacity: 1
}

.float-sidebar {
    bottom: 56px;
    position: fixed;
    right: 20px;
    z-index: 990
}

.float-sidebar:hover {
    z-index: 993
}

.show-adv-space.float-sidebar {
    bottom: 90px
}

.float-sidebar:before {
    background: #fff;
    border-radius: 24px;
    bottom: 122px;
    box-shadow: 0 4px 11px 0 hsla(220, 4%, 56%, .2);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -2px
}

.float-bar-nav>.item {
    background-color: #fff;
    font-size: 0;
    height: 44px;
    line-height: 44px;
    text-align: center;
    transition: background-color .3s ease-out;
    width: 44px
}

.float-bar-nav>.item.tel {
    border-radius: 24px;
    cursor: default;
    height: 44px;
    line-height: 0
}

.float-bar-nav>.item.tel>.icons-float-bar {
    margin: 12px auto
}

.float-bar-nav>.item.tel>p {
    background-color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #252b3a;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 16px;
    position: relative;
    text-align: center
}

.float-bar-nav>.item.tel>p:before {
    background-color: #333;
    border-radius: 50%;
    content: "";
    display: none;
    height: 3px;
    left: 50%;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 3px
}

.float-bar-nav>.item.to-top-btn {
    margin-top: 80px;
    opacity: 0;
    transition: opacity .3s ease-out;
    visibility: hidden
}

@media (max-height:600px) {
    .float-bar-nav>.item.to-top-btn {
        margin-top: 30px
    }

    .float-sidebar:before {
        bottom: 72px
    }
}

@media (max-height:500px) {
    .float-bar-nav>.item.to-top-btn {
        margin-top: 10px
    }

    .float-sidebar:before {
        bottom: 52px
    }
}

@media (max-height:450px) {
    .float-bar-nav>.item.to-top-btn {
        margin-top: 5px
    }

    .float-sidebar:before {
        bottom: 47px
    }
}

.show-totop .float-bar-nav>.item.to-top-btn {
    opacity: 1;
    visibility: visible
}

.float-bar-nav .item {
    border-radius: 100%;
    position: relative
}

.float-bar-nav .sub-nav-layer {
    bottom: 0;
    font-size: 14px;
    margin-bottom: -115px;
    opacity: 0;
    padding-right: 20px;
    position: absolute;
    right: calc(100% - 8px);
    transform: scale(.95);
    transform-origin: right;
    transition: opacity .4s, transform .3s ease-out;
    visibility: hidden
}

.float-bar-nav .sub-nav-layer:before,
.float-config-btn .float-config-star-expand:before,
.float-config-custom:before,
.sidebar-qr-code-content:before {
    border: 8px solid transparent;
    border-left-color: #fff;
    content: " ";
    height: 0;
    left: 100%;
    position: absolute;
    width: 0
}

.float-config-btn .float-config-star-expand:before {
    top: 50%;
    transform: translateY(-50%)
}

.float-config-btn .float-config-star.isExpand {
    bottom: -207px;
    top: auto;
    transform: translateY(0) !important
}

.float-config-btn .float-config-star.isExpand .float-config-star-expand:before {
    bottom: 222px;
    margin-top: 0;
    top: auto;
    transform: translateY(0)
}

.float-bar-nav .sub-nav-layer:before {
    bottom: 130px;
    left: calc(100% - 20px)
}

@media (min-width:1024px) {
    .float-bar-nav .item:hover .sub-nav-layer {
        opacity: 1;
        transform: scale(1);
        visibility: visible
    }
}

.float-bar-nav .page-nav .sub-nav-layer {
    bottom: 90px;
    min-height: 292px;
    position: fixed;
    right: 94px;
    top: auto
}

.oldIE .float-bar-nav .sub-nav-layer {
    visibility: hidden
}

.float-bar-nav .page-nav-list {
    background-color: #fff;
    box-shadow: 0 5px 8px rgba(6, 0, 1, .1);
    font-size: 14px;
    padding: 20px 0;
    text-align: left;
    width: 160px
}

.oldIE .float-bar-nav .page-nav-list {
    border: 1px solid #d4d5d7
}

.float-bar-nav .page-nav-list .item {
    cursor: pointer;
    line-height: 20px;
    list-style: circle inside;
    padding: 15px 30px;
    transition: background-color .3s ease-out
}

.sub-nav-main .phone {
    display: inline-block;
    line-height: 30px;
    text-align: center;
    vertical-align: top;
    width: 160px
}

.sub-nav-main .phone-icons {
    background: url(https://res-static.hc-cdn.cn/aem/content/dam/cloudbu-site/archive/china/static/v2_resources/images/phone-icon.gif) no-repeat;
    display: inline-block;
    height: 54px;
    margin: 20px 0 0;
    width: 54px
}

.sub-nav-main .text {
    color: #666;
    font-size: 14px;
    line-height: 18px
}

.sub-nav-main .num {
    color: #333;
    font-size: 16px
}

.sub-nav-main .num span {
    font-weight: 700
}

.sub-nav-main ul.info {
    border-left: 1px dotted #d4d4d4;
    display: inline-block;
    height: 125px;
    margin: 15px 0;
    padding: 10px 20px 0;
    text-align: left;
    width: 160px
}

.sub-nav-main ul.info li {
    color: #999;
    font-size: 12px;
    line-height: 24px
}

@media (max-height:800px) {
    .float-bar-nav .page-nav-list .item {
        padding: 10px 30px
    }
}

.float-bar-nav .page-nav-list .item:hover {
    background-color: #f5f5f5
}

.float-bar-nav .page-nav-list .item.on {
    background-color: #5dcbb2;
    color: #fff
}

.float-bar-nav .sub-nav-main {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px 0 hsla(220, 4%, 56%, .2);
    display: block;
    line-height: 40px;
    min-width: 302px;
    padding: 14px 0
}

.sub-inner .icons-float-bar {
    float: left;
    margin: 10px 16px 0 24px
}

.sub-inner.inner .icons-float-bar {
    float: left;
    margin-top: 8px
}

.sub-inner {
    height: 44px;
    line-height: 44px;
    padding-right: 24px;
    position: relative;
    text-align: left
}

.sub-inner.inner {
    height: auto;
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px
}

.sub-inner .title {
    color: #333;
    font-size: 14px;
    margin-left: 60px
}

.sub-inner .info {
    background: none;
    color: #191919;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-left: 62px;
    margin-top: 5px;
    padding: 0
}

.sub-inner .info span {
    color: #595959;
    font-weight: 400
}

.sub-inner.inner .title {
    color: #666a75;
    font-size: 12px;
    line-height: 24px
}

.sub-inner.smart-pc {
    display: block
}

.sub-inner.smart-pc .info span p {
    display: inline-block
}

.sub-inner.smart-pc .info span img {
    height: 16px;
    margin: 0 4px;
    vertical-align: -2px;
    width: 16px
}

@media (max-width:768px) {
    .sub-inner.smart-pc {
        display: none
    }
}

.sub-inner.smart-mb {
    display: none
}

@media (max-width:768px) {
    .sub-inner.smart-mb {
        display: block
    }
}

.sub-inner.inner .icons-float-bar {
    margin-top: 0
}

.sub-inner:hover {
    background: #fafafa
}

.float-bar-nav .telephone {
    font-weight: 700;
    margin-left: 5px
}

@media (max-width:1366px) {
    .float-sidebar {
        right: 0
    }

    .page-nav:hover .sub-nav-layer {
        right: 64px
    }
}

@media (max-width:1023px) {
    .float-sidebar:before {
        bottom: 0
    }

    .float-sidebar {
        right: -200px;
        transition: right .3s ease-out
    }

    .float-sidebar.show {
        right: 0
    }

    .float-config-btn .float-config-star.isExpand {
        bottom: -44px
    }

    .float-sidebar .page-nav .sub-nav-layer {
        visibility: hidden !important
    }

    .float-sidebar.show .page-nav:hover .sub-nav-layer {
        right: 44px;
        visibility: visible !important
    }

    .float-bar-nav>.item.tel>p,
    .float-sidebar.show .shown-btn {
        display: none
    }

    .float-bar-nav .sub-nav-layer {
        bottom: 0;
        top: auto
    }

    .show .float-bar-nav .sub-nav-layer {
        right: 100%
    }
}

.float-bar-nav>.item.tel>.icons-float-bar {
    margin-bottom: 0
}

.float-bar-nav>.item.tel {
    background-color: #fff
}

.sub-inner>a:first-child:hover .title {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.float-sidebar .sub-inner .info-pc {
    display: block
}

.float-sidebar .sub-inner .info-mb {
    display: none
}

.float-sidebar .sub-inner.inner .title {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.float-sidebar .sub-inner.inner .info {
    font-size: 12px
}

.sub-inner:hover .title {
    color: #0060FC
}

.sub-inner .info-pc {
    color: #191919 !important
}

.float-bar-nav>.item.tel>p {
    padding: 0
}

.float-bar-nav>.item.tel>p>a {
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 16px;
    transform: rotate(90deg);
    transform-origin: 18px 24px;
    white-space: nowrap
}

@media (max-width:1023px) {
    .float-expand {
        opacity: 1 !important;
        transform: scale(1) !important;
        visibility: visible !important
    }

    .float-bar-nav .phone-icon {
        border-radius: 50%
    }

    .sub-inner .info-mb span {
        color: #595959;
        font-weight: 400
    }

    .float-sidebar .sub-inner .info-pc {
        display: none
    }

    .float-sidebar .sub-inner .info-mb {
        display: block
    }

    .float-sidebar .shown-btn {
        display: none
    }

    .float-sidebar {
        right: 20px
    }

    .float-bar-nav .sub-nav-layer {
        margin-bottom: 0
    }

    .float-bar-nav .sub-nav-layer:before,
    .float-config-btn .float-config-star-expand:before {
        display: none
    }

    .float-bar-nav>.item.tel>.icons-float-bar {
        margin-top: 13px
    }

    .to-top-btn {
        display: none
    }
}

.float-config-btn {
    background-color: #fff;
    border-radius: 2px;
    border-radius: 100%;
    height: 44px;
    position: relative;
    width: 44px
}

.float-config-btn:after {
    background-color: #c2c2c2;
    bottom: 0;
    content: "";
    height: 1px;
    left: 10px;
    position: absolute;
    right: 10px
}

.float-config-btn>.float-config {
    background-position: 50%
}

.float-config-btn>.float-config-btn-img {
    background-position: 9px 9px;
    background-repeat: no-repeat;
    border-radius: 100%
}

.float-config-btn img {
    border: none;
    height: 100%;
    width: 100%
}

.float-config-btn .float-config-smartQA {
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    height: 46px;
    opacity: 0;
    padding-right: 4px;
    position: absolute;
    right: 100%;
    top: 0;
    transform: scale(.95);
    transform-origin: right;
    transition: opacity .4s, transform .3s ease-out;
    visibility: hidden;
    width: 120px
}

.float-config-btn .float-config-smartQA .float-config-smartQA-expand {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    padding: 12px;
    width: 100%
}

.float-config-btn .float-config-smartQA .float-config-smartQA-expand .icons-float-bar {
    float: left;
    margin-right: 12px
}

.float-config-btn .float-config-smartQA .float-config-smartQA-expand:hover .title {
    color: #0060FC
}

@media (max-width:1023px) {
    .float-config-btn {
        display: none
    }

    #footer .float-sidebar {
        right: 20px
    }
}

@media (max-width:798px) {
    .float-sidebar:before {
        height: 0
    }

    .float-bar-nav>.item.tel {
        border-radius: 100%;
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
        height: 44px
    }
}

@media (max-width:768px) {
    .float-sidebar {
        bottom: 76px;
        right: 20px
    }
}

.float-bar-ad {
    background-position: 50%;
    background-size: 100%;
    border-radius: 24px;
    box-shadow: 0 4px 10px 0 hsla(220, 4%, 56%, .3);
    display: none;
    margin-bottom: 7px;
    position: relative;
    width: 40px
}

.float-bar-ad-img-box img {
    display: block;
    width: 100%
}

@media (max-width:1023px) {
    .float-bar-ad {
        display: none
    }
}

#back-to-top.show {
    display: none !important
}

@media only screen and (max-width:1023px) {
    #back-to-top.show {
        display: block !important
    }
}

.star-question {
    color: #191919;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    width: calc(100% - 7px)
}

.btn-cancel {
    margin-left: 8px
}

.star-score-tip {
    color: #c2c2c2;
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    line-height: 18px
}

.star-score-btns {
    font-size: 0;
    height: 24px;
    margin-bottom: 8px;
    width: 100%
}

.star-score-btns p {
    background: none no-repeat 50%/cover;
    border: 1px solid #dfdfdf;
    border-radius: 12px;
    color: #191919;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    width: 24px
}

.star-score-btns p i {
    background-position: 50%;
    background-size: 100%;
    display: none;
    height: 100%
}

.star-score-btns p:nth-child(-n+7) i {
    background-image: url(../image/dissatisfied.png)
}

.star-score-btns p:nth-child(8) i,
.star-score-btns p:nth-child(9) i {
    background-image: url(../image/qualified.png)
}

.star-score-btns p:nth-child(10) i,
.star-score-btns p:nth-child(11) i {
    background-image: url(../image/satisfied.png)
}

.star-score-btns p.active i,
.star-score-btns p:hover i {
    display: block
}

.star-score-btns p.active,
.star-score-btns p:hover {
    border: none;
    font-size: 0
}

.star-score-btns p+p {
    margin-left: 8px
}

.star-score-btns p.active {
    background-image: none
}

.float-config-btn .float-config-star {
    border-radius: 2px;
    height: auto;
    opacity: 0;
    padding-right: 20px;
    position: absolute;
    right: calc(100% - 8px);
    top: 50%;
    transform: translateY(-50%) scale(.95);
    transform: scale(.95);
    transform-origin: right;
    visibility: hidden;
    width: 412px
}

.float-config-btn .float-config-star .float-config-star-expand {
    align-items: center;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1);
    height: 100%;
    padding: 24px;
    position: relative;
    width: 100%
}

.star-score-wrapper {
    display: inline-block;
    margin-top: 20px
}

#textarea1,
.question-wrapper {
    display: none
}

#textarea1 textarea::-webkit-input-placeholder {
    color: #adb0b8
}

#textarea1 textarea:-moz-placeholder,
#textarea1 textarea::-moz-placeholder {
    color: #adb0b8
}

#textarea1 textarea:-ms-input-placeholder {
    color: #adb0b8
}

#textarea1 .por-textarea-word-error {
    color: #0060FC
}

.star-btn-wrapper {
    display: none
}

.star-btn-wrapper .por-btn {
    border-radius: 20px
}

.star-btn-wrapper .por-btn.btn-submit:not([disabled]) {
    background-color: #191919;
    border-color: #191919;
    color: #fff
}

.star-btn-wrapper .por-btn.btn-submit:not([disabled]):hover {
    background-color: #595959;
    border-color: #595959
}

.star-btn-wrapper .por-btn-primary[disabled] {
    background-color: rgba(0, 0, 0, .05)
}

.star-btn-wrapper .por-btn.por-btn-dark {
    border-color: #595959;
    color: #191919
}

.star-btn-wrapper .por-btn.por-btn-dark:hover {
    border-color: #999
}

.float-config-btn .feedback-wrapper {
    display: none;
    height: 40px
}

@media (min-width:799px) {
    #footer .float-config-btn.feedback-wrapper {
        display: block
    }
}

.float-config-btn .feedback {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px
}

.float-config-btn .feedback i {
    background-image: url(../image/smile-n-new.svg);
    background-repeat: no-repeat;
    background-size: 98%;
    display: inline-block;
    height: 20px;
    width: 20px
}

.float-config-btn:hover .feedback i {
    transform: scale(1.05)
}

.float-config-btn .float-config-star-result {
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    display: none;
    height: 42px;
    margin-right: 16px;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transform: scale(.95);
    transform-origin: right;
    transition: opacity .4s, transform .3s ease-out;
    visibility: hidden
}

.float-config-btn .float-config-star-result.success {
    width: 124px
}

.float-config-btn .float-config-star-result.fail {
    width: 180px
}

.float-config-btn .float-config-star-result .float-config-star-result-expand {
    align-items: center;
    background: #fff;
    height: 100%;
    padding: 12px 16px;
    width: 100%
}

.float-config-btn .float-config-star-result.active {
    display: block
}

.float-config-btn .float-config-star-result.active,
.float-config-btn .float-config-star.active,
.float-config-btn:hover .float-config-custom {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    visibility: visible
}

.float-config-btn .star-result-icon {
    height: 16px;
    width: 16px
}

.star-result-desc {
    color: #252b3a;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
    position: relative;
    top: -3px
}

.float-config-btn .float-config-star.hide {
    display: none
}

.question-wrapper {
    margin-top: 20px
}

.question-wrapper .checkbox-name {
    color: #191919;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 6px
}

.question-wrapper .checkbox-name .text-required {
    color: #0060FC;
    margin-right: 4px
}

.question-wrapper .por-checkbox input[type=checkbox]:focus+span,
.question-wrapper .por-checkbox input[type=checkbox]:hover+span {
    border-color: #191919
}

.question-wrapper .por-checkbox-group {
    display: flex;
    flex: 1 0 50%;
    flex-wrap: wrap
}

.question-wrapper .por-checkbox-inline {
    display: flex;
    margin-top: 10px;
    width: calc(50% - 7px)
}

.question-wrapper .por-checkbox-inline:hover label {
    cursor: pointer
}

.question-wrapper .por-checkbox-inline:hover input[type=checkbox]+span {
    border-color: #595959
}

.question-wrapper .por-checkbox input[type=checkbox]+span {
    border-radius: 4px
}

.question-wrapper .por-checkbox input[type=checkbox]:checked+span {
    background-color: #191919;
    border-color: #191919
}

.question-wrapper .por-checkbox-inline label {
    color: #595959;
    font-size: 12px;
    line-height: 18px
}

.question-wrapper .por-checkbox-inline label.checked-dark {
    color: #191919
}

.question-wrapper .por-checkbox-inline label.disabled-label {
    color: #c9c9c9
}

.question-wrapper .por-checkbox input[type=checkbox]:disabled+span,
.question-wrapper .por-checkbox input[type=checkbox]:disabled:hover+span {
    border-color: #c9c9c9
}

.question-wrapper .por-checkbox-inline:nth-child(2n) {
    margin-left: 14px
}

.question-wrapper .por-checkbox-inline:nth-child(odd) {
    margin-left: 0
}

.question-wrapper .por-checkbox-inline .por-checkbox {
    flex-shrink: 0;
    margin-right: 8px
}

.checkbox-title {
    color: #191919;
    font-size: 12px;
    line-height: 18px;
    margin: 24px 0 8px
}

.checkbox-title .text-required {
    color: #0060FC;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
    width: 5px
}

.float-config-btn .comment-textarea {
    border: 1px solid #c2c2c2;
    border-radius: 6px;
    font-size: 12px;
    min-height: 72px !important;
    min-width: 120px !important;
    resize: none;
    vertical-align: top;
    width: 100%
}

.float-config-btn .comment-textarea:focus {
    border: 1px solid #595959
}

.float-config-btn .close-icon {
    background-image: url(../image/1620789184022004391.svg);
    background-size: 100% 100%;
    cursor: pointer;
    height: 10px;
    position: absolute;
    right: 15px !important;
    top: 15px !important;
    width: 10px
}

.float-config-btn .close-icon:hover {
    background-image: url(../image/1620789184054090808.svg)
}

.float-config-btn .word {
    color: grey;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    top: -2px
}

.float-config-btn .screenshots-wrapper {
    display: none;
    margin-bottom: 12px;
    margin-top: -24px
}

.screenshots-wrapper .por-checkbox-inline {
    margin-bottom: 8px
}

.screenshots-wrapper .por-checkbox input[type=checkbox]+span {
    border-radius: 2px
}

.screenshots-wrapper .por-checkbox input[type=checkbox]:focus+span,
.screenshots-wrapper .por-checkbox input[type=checkbox]:hover+span {
    border-color: #191919
}

.screenshots-wrapper .por-checkbox input[type=checkbox]:checked+span {
    background-color: #191919;
    border-color: #191919
}

.screenshots-wrapper .por-checkbox-inline .por-checkbox {
    height: 12px;
    margin-right: 4px;
    vertical-align: -2px;
    width: 12px
}

.screenshots-wrapper .por-checkbox-inline .por-checkbox input[type=checkbox] {
    height: 12px;
    width: 12px
}

.screenshots-wrapper .por-checkbox-inline .por-checkbox input[type=checkbox]+span i {
    font-size: 8px
}

.screenshots-wrapper .por-checkbox-inline label {
    color: grey;
    font-size: 12px;
    line-height: 18px
}

.float-config-btn .screenshots-container {
    border-radius: 6px;
    cursor: pointer;
    display: none;
    font-size: 12px;
    height: 72px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.float-config-btn .screenshots-container span {
    background-color: #191919;
    border-radius: 4px;
    color: #fff;
    line-height: 22px;
    padding: 0 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 1
}

.float-config-btn .screenshots-container:after {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

#preview-screenshots-modal img {
    max-height: 80%;
    max-width: 80%
}

.float-config-btn .prompt-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    margin-top: 4px
}

.float-config-btn .prompt-info {
    color: #0060FC;
    opacity: 0
}

.float-config-btn .prompt-text {
    font-size: 12px;
    line-height: 18px
}

.float-config-btn .prompt-icon {
    height: 16px;
    position: relative;
    top: 2px;
    width: 16px
}

.float-config-btn .info-icon {
    background-image: url(../image/1621927244868051712.svg);
    background-position: 13px 13px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 100%
}

.por-tip-notice.error {
    width: 190px !important
}

.por-tip-notice .por-tip-notice-text {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-left: 40px !important
}

.por-tip-notice .por-tip-notice-content i {
    font-size: 14px !important;
    left: 20px !important;
    top: 14px !important
}

.por-tip-notice .por-tip-notice-content:before {
    height: 16px !important;
    left: 16px !important;
    top: 13px !important;
    width: 16px !important
}

.pagination-container {
    color: #666;
    font-size: 0;
    line-height: 24px
}

.pagination-container>* {
    font-size: 14px;
    vertical-align: middle
}

.pagination-toFirst,
.pagination-toLast {
    display: none
}

.pagination {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    vertical-align: middle
}

.pagination>li {
    display: inline
}

.pagination>li>a {
    color: #666;
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 24px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    width: auto
}

.pagination>li+li>a {
    margin-left: 15px
}

.pagination>li:last-child>a,
.pagination>li:nth-child(2)>a {
    margin-left: 10px
}

.pagination>.disabled>a,
.pagination>.ellipsis>a {
    cursor: default
}

.pagination>.active>a {
    background-color: #f7f8f8;
    color: #e41f2b;
    cursor: default
}

@media (min-width:1024px) {
    .pagination>li:not(.active):not(.ellipsis):not(.disabled)>a:hover {
        background-color: #e41f2b;
        color: #fff
    }
}

.pagination-toFirst:not(.disabled):active,
.pagination-toLast:not(.disabled):active,
.pagination>li:not(.active):not(.ellipsis):not(.disabled)>a:active {
    background-color: #f24651
}

.pagination-toFirst:not(.disabled):active:before,
.pagination-toLast:not(.disabled):active:before,
.pagination>li:not(.active):not(.ellipsis):not(.disabled)>a:active:before {
    background-position-y: -16px
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    background-color: #f7f8f8;
    width: 30px
}

.pagination-toFirst:before,
.pagination-toLast:before,
.pagination>li:first-child>a:before,
.pagination>li:last-child>a:before {
    background-image: url(../image/pagination-sprite.png);
    background-size: auto 48px;
    content: "";
    display: block;
    height: 16px;
    margin: 4px auto;
    width: 16px
}

#nav-main .topbar-nav .nav-inner .hot,
#nav-main.all-nav .nav-title .hot {
    background: #e41e2b;
    border-radius: 50%;
    display: block;
    height: 6px;
    position: absolute;
    width: 6px
}

@media (min-width:1024px) {

    .pagination>li:first-child:hover>a:before,
    .pagination>li:last-child:hover>a:before {
        background-position-y: -16px
    }

    #nav-main .topbar-nav .nav-inner .hot,
    #nav-main.all-nav .nav-title .hot {
        left: 103px;
        top: 3px
    }
}

.pagination>li:first-child.disabled>a:before,
.pagination>li:last-child.disabled>a:before {
    background-position-y: -32px
}

.pagination>li:first-child>a:before {
    background-position: -32px 0
}

.pagination>li:last-child>a:before {
    background-position: -48px 0
}

.pagination>.pagination-goto-mb {
    display: none
}

.pagination-to {
    border: 1px solid #d2d2d2;
    color: #333;
    font-size: 14px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    width: 36px
}

.pagination-to:hover {
    border-color: #999
}

.pagination-to:focus {
    border-color: #666;
    color: #666
}

.pagination-text+.pagination-to,
.pagination-to+.pagination-text {
    margin-left: 3px
}

.pagination-submit {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    color: #333;
    cursor: pointer;
    height: 24px;
    margin-left: 12px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:1024px) {
    .pagination-submit:hover {
        border-color: #e41f2b;
        color: #e41f2b
    }
}

.pagination>li.pagination-selectTo {
    display: none
}

.pagination-selectTo select {
    border: 1px solid #d2d2d2;
    color: #666;
    float: left;
    font-size: 14px;
    height: 24px;
    margin-left: 10px;
    min-width: 70px;
    padding-left: 6px
}

.pagination-toFirst:before {
    background-position: 0 0
}

.pagination-toLast:before {
    background-position: -16px 0
}

@media (max-width:1023px) {
    .pagination-container {
        line-height: 28px;
        text-align: center
    }

    .pagination-submit,
    .pagination-text,
    .pagination-to,
    .pagination>li:not(:first-child):not(:last-child):not(.pagination-goto-mb) {
        display: none
    }

    .pagination>li>a {
        height: 28px;
        padding-left: 8px;
        padding-right: 8px
    }

    .pagination>li:first-child>a,
    .pagination>li:last-child>a {
        width: 32px
    }

    .pagination>li:last-child>a,
    .pagination>li:nth-child(2)>a {
        margin-left: 15px
    }

    .pagination-toFirst:before,
    .pagination-toLast:before,
    .pagination>li:first-child>a:before,
    .pagination>li:last-child>a:before {
        margin: 6px auto
    }

    .pagination>.pagination-goto-mb {
        border: 1px solid #d2d2d2;
        color: #999;
        display: block;
        float: left;
        font-size: 14px;
        height: 28px;
        line-height: 26px;
        margin-left: 15px
    }

    .pagination>.pagination-goto-mb.on-focus {
        border-color: #666
    }

    .goto-mb-input {
        border: none;
        color: #666;
        height: 26px;
        line-height: 21px;
        padding: 0 5px;
        width: 34px
    }

    .pagination-goto-mb span {
        height: 26px;
        padding: 0 5px;
        text-align: left
    }

    .pagination-toFirst,
    .pagination-toLast {
        background-color: #f7f8f8;
        cursor: pointer;
        display: inline-block;
        height: 28px;
        padding-left: 5px;
        padding-right: 5px;
        vertical-align: middle;
        width: 32px
    }

    .pagination-toFirst.disabled:before,
    .pagination-toLast.disabled:before {
        background-position-y: -32px
    }
}

.management,
.order {
    display: none
}

.mag1 .management,
.mag2 .management,
.mag3 .management,
.ord1 .order,
.ord2 .order,
.ord3 .order {
    display: block
}

.management span,
.message span,
.order span {
    background-color: #f66f6a;
    border-radius: 10px;
    color: #fff !important;
    float: right;
    font-size: 12px;
    line-height: 16px;
    margin-top: 3px;
    padding: 0 4px;
    width: 16px
}

.mag1 .management span,
.msg1 .message span,
.ord1 .order span {
    width: 16px !important
}

.mag2 .management span,
.msg2 .message span,
.ord2 .order span {
    width: 22px !important
}

.mag3 .management span,
.msg3 .message span,
.ord3 .order span {
    width: 28px !important
}

.account-img {
    display: inline-block;
    height: 25px;
    line-height: 0px;
    position: relative;
    vertical-align: middle;
    width: 25px
}

.msg .account-img:before {
    background-color: #e41e2c;
    border-radius: 50%;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 6px
}

.account-info {
    overflow: hidden
}

.account-info a:first-child,
.account-info a:last-child {
    float: left;
    width: 50%
}

.account-info-none:after {
    display: none !important
}

.account-info-none>a {
    color: #fff
}

.account-info a:last-child {
    padding-left: 0
}

.cf:after,
.cf:before {
    content: " ";
    display: table;
    line-height: 0
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}

.AGrid-row:after,
.AGrid-row:before {
    content: " ";
    display: table;
    line-height: 0
}

.AGrid-row:after {
    clear: both
}

.AGrid-row {
    zoom: 1;
    clear: both
}

.AGrid-row.no-gap,
.gap .AGrid-row.no-gap {
    margin: 0
}

.AGrid-row.no-gap [class^=col-],
.gap .AGrid-row.no-gap [class^=col-] {
    padding: 0
}

.AGrid-row.gap,
.no-gap .AGrid-row.gap {
    margin: -10px
}

.AGrid-row.gap [class^=col-],
.no-gap .AGrid-row.gap [class^=col-] {
    padding: 10px
}

@media (max-width:799px) {

    .AGrid-row.gap,
    .no-gap .AGrid-row.gap {
        margin: -5px
    }

    .AGrid-row.gap [class^=col-],
    .no-gap .AGrid-row.gap [class^=col-] {
        padding: 5px
    }
}

.foldIcon {
    border: 5px solid transparent;
    border-top-color: #747474;
    position: absolute;
    transform-origin: 50% 25%;
    transition: transform .5s ease-out
}

.unfold .foldIcon {
    transform: rotateX(180deg)
}

.foldIcon:before {
    border: 5px solid transparent;
    border-top-color: #fff;
    content: "";
    margin-left: -5px;
    margin-top: -6px;
    position: absolute
}

.hide {
    display: none
}

@media (max-width:768px) {
    .tm-adv-space {
        background: #fff;
        border-radius: 12px 12px 0 0;
        bottom: 0;
        box-shadow: 0 -10px 40px 0 rgba(0, 0, 0, .1);
        display: block;
        left: 0;
        position: fixed;
        right: 0;
        z-index: 9
    }

    .tm-adv-space-content {
        align-items: center;
        background-size: 100% 100%;
        display: flex;
        justify-content: space-between;
        padding: 12px
    }

    .tm-adv-space-img {
        background: no-repeat 50%/cover;
        display: inline-block;
        height: 34px;
        margin-right: 8px;
        width: 34px
    }

    .tm-adv-space-content-close {
        color: #191919;
        margin-left: 6px;
        margin-right: -10px
    }

    .tm-adv-space-content-close .tm-adv-space-content-close__icon {
        align-items: center;
        display: flex;
        font-size: 15px;
        height: 28px;
        justify-content: center;
        overflow: hidden;
        position: relative;
        width: 28px
    }

    .tm-adv-space-content__image {
        border-radius: 6px;
        height: 40px;
        margin: 0 10px;
        overflow: hidden;
        width: 40px
    }

    .tm-adv-space-content__image img {
        height: 40px;
        width: 40px
    }

    .tm-adv-space-content__main {
        flex: 1;
        margin-right: 10px;
        width: 186px
    }

    .tm-adv-space-content__title {
        color: #191919;
        font-size: 14px;
        line-height: 22px
    }

    .tm-adv-space-content__title+.tm-adv-space-content__desc {
        color: #595959;
        font-size: 12px;
        line-height: 18px;
        margin-top: 2px;
        width: 100%
    }

    .tm-adv-space-btn {
        cursor: pointer;
        font-size: 0;
        position: relative
    }

    .tm-adv-space-btn:active .tm-adv-space-btn__inner {
        border: 1px solid grey;
        color: #191919
    }

    .tm-adv-space-btn__inner {
        border: 1px solid #191919;
        border-radius: 16px;
        color: #191919;
        display: inline-block;
        font-size: 14px;
        height: 100%;
        line-height: 30px;
        overflow: hidden;
        padding: 0 24px;
        text-overflow: ellipsis;
        white-space: nowrap
    }
}

@media (min-width:769px) {
    .tm-adv-space {
        display: none !important
    }
}

.common-business-detail-reminder .common-business-overflow-container {
    margin-right: 4px;
    max-height: 75vh;
    overflow-y: scroll;
    padding: 24px 20px 24px 24px
}

.common-business-detail-reminder .common-business-overflow-container::-webkit-scrollbar {
    background-color: #ddd;
    border-radius: 8px;
    width: 4px
}

.common-business-detail-reminder .common-business-overflow-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.common-business-detail-reminder .common-business-overflow-container::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 8px
}

.common-business-detail-reminder .title {
    color: #191919;
    font-size: 16px;
    font-weight: 550;
    line-height: 22px;
    padding-bottom: 12px
}

.common-business-detail-reminder .info {
    background: #e7f1ff;
    border-radius: 8px;
    color: #191919;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    padding: 8px 16px
}

.common-business-detail-reminder .info-icon {
    clear: both;
    float: left;
    height: 14px;
    margin-right: 8px;
    padding-top: 3px;
    width: 14px
}

.common-business-detail-reminder .info-icon>div {
    color: #1476ff
}

.common-business-detail-reminder .info-text,
.common-business-detail-reminder .info-text .info-config-text,
.common-business-detail-reminder .info-text .info-config-text>p,
.common-business-detail-reminder .info-text .info-pre-text {
    display: inline
}

.common-business-detail-reminder .limit-discount-desc {
    color: #595959;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    margin-top: 12px
}

.common-business-detail-reminder .limit-discount-resources {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.common-business-detail-reminder .common-business-resource {
    border: 1px solid #e4e3e3;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px
}

.common-business-detail-reminder .resource-top {
    display: flex;
    gap: 12px
}

.common-business-detail-reminder .resource-icon {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 40px
}

.common-business-detail-reminder .resource-info {
    display: flex;
    flex-direction: column
}

.common-business-detail-reminder .resource-name {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.common-business-detail-reminder .resource-desc {
    color: #595959;
    font-size: 12px;
    line-height: 18px
}

.common-business-detail-reminder .resource-bottom {
    display: flex;
    justify-content: space-between
}

.common-business-detail-reminder .discount-info {
    align-items: center;
    display: flex
}

.common-business-detail-reminder .origin-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px
}

.common-business-detail-reminder .discount-text {
    color: #0060FC;
    font-size: 12px;
    line-height: 18px;
    margin-left: 12px
}

.common-business-detail-reminder .discount-price {
    color: #0060FC;
    font-size: 16px;
    line-height: 22px;
    margin-left: 6px
}

.common-business-detail-reminder .discount-btn {
    padding: 2px 16px !important
}

.common-business-detail-reminder[data-type=promotion] .situation-intro {
    color: #191919;
    font-size: 12px;
    line-height: 18px
}

.common-business-detail-reminder[data-type=promotion] .situation-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 12px
}

.common-business-detail-reminder[data-type=promotion] .por-radio-card input[type=radio]+span {
    font-size: 12px;
    line-height: 18px;
    padding: 6px 12px
}

.common-business-detail-reminder[data-type=promotion] .por-checkbox-card-pane {
    margin-bottom: 24px
}

.common-business-detail-reminder[data-type=promotion] .promotion-intro {
    color: #191919;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px
}

.common-business-detail-reminder[data-type=promotion] .por-checkbox-card-group-content {
    grid-gap: 4px 8px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin: 0
}

.common-business-detail-reminder[data-type=promotion] .por-checkbox-card-pane .por-checkbox-card-group {
    padding: 0
}

.common-business-detail-reminder[data-type=promotion] .por-checkbox-card-group-content .por-checkbox-card,
.common-business-detail-reminder[data-type=promotion] .por-checkbox-card-group-content .por-radio-card {
    margin: 0
}

#data-float-reminder-promotion {
    border: none;
    width: 100%
}

.common-business-reminder-modal .title {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 12px
}

.common-business-reminder-modal .desc {
    display: flex;
    flex-direction: column;
    font-size: 0
}

.common-business-reminder-modal .desc-main-tip {
    color: #191919;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 12px
}

.common-business-reminder-modal .desc-main-img {
    border-radius: 8px;
    width: 320px
}

.common-business-reminder-modal .desc-pre-text {
    display: inline
}

.common-business-reminder-modal .desc-config-text {
    color: #595959;
    display: inline;
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px
}

.common-business-reminder-modal .desc-config-text>p {
    display: inline
}

.common-business-reminder-modal .btn {
    align-self: center;
    margin-top: 20px;
    width: -moz-fit-content;
    width: fit-content
}

.common-business-reminder-modal-extend {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .078);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 986
}

.Flexus-reminder-detail .coupon,
.Flexus-reminder-modal-extend .coupon {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    height: 80px;
    position: relative
}

.Flexus-reminder-detail .coupon .coupon-tag,
.Flexus-reminder-modal-extend .coupon .coupon-tag {
    background: #eed4ab;
    border-radius: 0 14px 0 14px;
    color: var(--por-color-text-white);
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    z-index: 987
}

.Flexus-reminder-detail .coupon .coupon-tag-text,
.Flexus-reminder-modal-extend .coupon .coupon-tag-text {
    color: #563500;
    display: block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    max-width: 200px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.Flexus-reminder-detail .coupon .coupon-content,
.Flexus-reminder-modal-extend .coupon .coupon-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 20px;
    position: relative;
    z-index: 987
}

.Flexus-reminder-detail .coupon .price,
.Flexus-reminder-modal-extend .coupon .price {
    align-items: baseline;
    color: #563500;
    display: inline-flex;
    font-size: 24px;
    line-height: 36px
}

.Flexus-reminder-detail .coupon .desc,
.Flexus-reminder-modal-extend .coupon .desc {
    color: #563500;
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px
}

.Flexus-reminder-detail .coupon-background-img,
.Flexus-reminder-detail .coupon-background-img-applied,
.Flexus-reminder-modal-extend .coupon-background-img,
.Flexus-reminder-modal-extend .coupon-background-img-applied {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    border-radius: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%
}

.Flexus-reminder-detail .coupon-background-img-applied,
.Flexus-reminder-modal-extend .coupon-background-img-applied {
    display: none
}

.Flexus-models {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.Flexus-models .Flexus-model {
    align-items: center;
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    padding: 16px
}

.Flexus-models .icon {
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.Flexus-models .information {
    display: flex;
    flex-direction: column
}

.Flexus-models .name {
    color: #191919;
    font-size: 14px;
    line-height: 22px
}

.Flexus-models .region {
    color: #595959;
    font-size: 12px;
    line-height: 18px
}

.Flexus-models .expire-time {
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    margin-left: auto;
    padding: 0 4px
}

.Flexus-models .expire-time.almost-expire {
    background: #f7e3e3;
    color: #f34848
}

.Flexus-models .expire-time.normal {
    background: #f5ece5;
    color: #d96900
}

.smart-reminder-container .title {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 12px
}

.smart-reminder-container .info {
    background: #e7f1ff;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 8px 16px
}

.smart-reminder-container .info .info-text {
    font-size: 0
}

.smart-reminder-container .info .info-text>span {
    color: #191919;
    font-size: 12px;
    line-height: 18px
}

.smart-reminder-container .info-icon {
    clear: both;
    float: left;
    height: 14px;
    margin-right: 8px;
    padding-top: 3px;
    width: 14px
}

.smart-reminder-container .info-icon>div {
    color: #1476ff
}

.smart-reminder-container .info-text,
.smart-reminder-container .info-text .info-config-text,
.smart-reminder-container .info-text .info-config-text>p,
.smart-reminder-container .info-text .info-pre-text {
    display: inline
}

.coupons-reminder-container {
    display: flex;
    flex-direction: column;
    margin-top: 32px
}

.coupons-reminder-container .title {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 12px
}

.coupons-reminder-container .coupons {
    grid-gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.coupons-reminder-container .show-more {
    align-self: center;
    color: #191919;
    cursor: pointer;
    font-size: 12px;
    line-height: 18px;
    padding: 16px 0;
    z-index: 989
}

.coupons-reminder-container .more {
    display: block
}

.coupons-reminder-container .collapse,
.coupons-reminder-container .coupon {
    display: none
}

.coupons-reminder-container .coupon:nth-child(-n+4),
.coupons-reminder-container.is-collapse .coupon {
    display: block
}

.coupons-reminder-container.is-collapse .more {
    display: none
}

.coupons-reminder-container.is-collapse .collapse {
    display: block
}

.coupons-reminder-container .desc {
    color: #595959;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 32px
}

.coupons-reminder-container .detail-btn {
    align-self: center;
    margin-bottom: 12px;
    width: -moz-fit-content;
    width: fit-content
}

.coupons-reminder-container .detail-btn-text {
    display: block
}

.coupons-reminder-container .detail-applied-btn-text,
.float-dialog .hidden {
    display: none
}

.float-dialog .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px
}

.float-dialog .applied .detail-btn-text {
    display: none
}

.float-dialog .applied .detail-applied-btn-text {
    display: block
}

.float-dialog .applied .coupon-background-img {
    display: none
}

.float-dialog .applied .coupon-background-img-applied {
    display: block
}

.float-dialog .applied .coupon .coupon-tag {
    background: #a4a4a2
}

.float-dialog .applied .coupon .coupon-tag-text,
.float-dialog .applied .coupon .desc,
.float-dialog .applied .coupon .price {
    color: #fff
}

.Flexus-reminder-modal .title {
    display: inline;
    font-size: 0;
    margin-bottom: 12px
}

.Flexus-reminder-modal .title>span {
    color: #191919;
    display: inline;
    font-size: 12px;
    line-height: 18px
}

.Flexus-reminder-modal .title-config-text,
.Flexus-reminder-modal .title-config-text>p,
.Flexus-reminder-modal .title-pre-text,
.Flexus-reminder-modal .title>span>p {
    display: inline
}

.Flexus-reminder-modal .btn {
    align-self: center;
    margin-top: 16px;
    width: -moz-fit-content;
    width: fit-content
}

.Flexus-detail-reminder-container,
.Flexus-reminder-modal-extend {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .078);
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 24px;
    position: relative;
    width: 100%;
    z-index: 986
}

.Flexus-detail-reminder-container {
    padding-right: 2px
}

.Flexus-detail-reminder-overflow-container {
    margin-right: 2px;
    overflow-y: scroll;
    padding-right: 22px
}

.Flexus-detail-reminder-overflow-container::-webkit-scrollbar {
    background-color: #ddd;
    border-radius: 8px;
    width: 4px
}

.Flexus-detail-reminder-overflow-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.Flexus-detail-reminder-overflow-container::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 8px
}

.FlexusL-detail-reminder-container .FlexusL-overflow-container {
    margin-right: 6px;
    max-height: 75vh;
    overflow-y: scroll;
    padding: 24px 18px 24px 24px
}

.FlexusL-detail-reminder-container .FlexusL-overflow-container::-webkit-scrollbar {
    background-color: #ddd;
    border-radius: 8px;
    width: 4px
}

.FlexusL-detail-reminder-container .FlexusL-overflow-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.FlexusL-detail-reminder-container .FlexusL-overflow-container::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 8px
}

.FlexusL-smart-reminder .smart-reminder-container .title {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 12px
}

.FlexusL-smart-reminder .smart-reminder-container .info {
    background: #e7f1ff;
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 8px 16px
}

.FlexusL-smart-reminder .smart-reminder-container .info .info-text {
    font-size: 0
}

.FlexusL-smart-reminder .smart-reminder-container .info .info-text>span {
    color: #191919;
    font-size: 12px;
    line-height: 18px
}

.FlexusL-smart-reminder .smart-reminder-container .info-icon {
    clear: both;
    float: left;
    height: 14px;
    margin-right: 8px;
    padding-top: 3px;
    width: 14px
}

.FlexusL-smart-reminder .smart-reminder-container .info-icon>div {
    color: #1476ff
}

.FlexusL-smart-reminder .smart-reminder-container .info-text,
.FlexusL-smart-reminder .smart-reminder-container .info-text .info-config-text,
.FlexusL-smart-reminder .smart-reminder-container .info-text .info-config-text>p,
.FlexusL-smart-reminder .smart-reminder-container .info-text .info-pre-text {
    display: inline
}

.FlexusL-coupon-reminder .coupon-reminder-container {
    display: flex;
    flex-direction: column;
    margin-top: 32px
}

.FlexusL-coupon-reminder .coupon-reminder-container .title {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 12px
}

.FlexusL-coupon-reminder .coupon-reminder-container .desc {
    color: #595959;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 32px
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon {
    margin-bottom: 12px
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 14px;
    height: 80px;
    position: relative
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon .coupon-tag {
    background: #eed4ab;
    border-radius: 0 14px 0 14px;
    color: var(--por-color-text-white);
    font-size: 12px;
    height: 20px;
    line-height: 18px;
    padding: 0 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    z-index: 987
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon .coupon-tag-text {
    color: #563500;
    display: block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    max-width: 200px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon .coupon-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 12px 20px;
    position: relative;
    z-index: 987
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon .price {
    align-items: baseline;
    color: #563500;
    display: inline-flex;
    font-size: 24px;
    line-height: 36px
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon .desc {
    color: #563500;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
    padding-top: 6px
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon-background-img,
.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon-background-img-applied {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover;
    border-radius: 12px;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%
}

.FlexusL-coupon-reminder .coupon-reminder-container .FlexusL-coupon .coupon-background-img-applied {
    display: none
}

.FlexusL-coupon-reminder .coupon-reminder-container .detail-btn {
    align-self: center;
    margin-bottom: 12px;
    width: -moz-fit-content;
    width: fit-content
}

.FlexusL-coupon-reminder .coupon-reminder-container .detail-btn-text {
    display: block
}

.FlexusL-reminder-modal .title {
    color: #191919;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 8px
}

.FlexusL-reminder-modal .desc {
    font-size: 0
}

.FlexusL-reminder-modal .desc>span {
    color: #595959;
    font-size: 12px;
    line-height: 18px
}

.FlexusL-reminder-modal .desc-config-text,
.FlexusL-reminder-modal .desc-config-text>p,
.FlexusL-reminder-modal .desc-pre-text,
.FlexusL-reminder-modal .desc>span>p {
    display: inline
}

.FlexusL-reminder-modal .btn {
    align-self: center;
    margin-top: 32px;
    width: -moz-fit-content;
    width: fit-content
}

.FlexusL-reminder-modal-extend {
    padding: 24px
}

.FlexusL-detail-reminder-container,
.FlexusL-reminder-modal-extend,
.common-business-detail-reminder {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, .078);
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%
}

.FlexusL-detail-reminder-container {
    max-height: 75vh
}

.FlexusL-detail-reminder-container::-webkit-scrollbar {
    background-color: #ddd;
    border-radius: 8px;
    width: 4px
}

.FlexusL-detail-reminder-container::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.FlexusL-detail-reminder-container::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 8px
}

.float-reminder-modal .hidden,
.float-sidebar .hidden {
    display: none
}

.float-reminder-modal .close-icon {
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 8px
}

.float-reminder-modal .info-text,
.float-reminder-modal .info-text>span,
.float-reminder-modal .info-text>span>p {
    display: inline
}

.Flexus-detail-reminder-container .por-btn,
.Flexus-reminder-modal .por-btn,
.FlexusL-reminder-detail .por-btn,
.FlexusL-reminder-modal .por-btn,
.common-business-reminder-modal .por-btn,
.common-reminder-detail .por-btn {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 32px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 22px;
    max-width: 100%;
    outline: none;
    padding: 4px 24px;
    text-align: center;
    transition: .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word
}

.Flexus-detail-reminder-container .por-btn.por-btn-secondary,
.Flexus-reminder-modal .por-btn.por-btn-secondary,
.FlexusL-reminder-detail .por-btn.por-btn-secondary,
.FlexusL-reminder-modal .por-btn.por-btn-secondary,
.common-business-reminder-modal .por-btn.por-btn-secondary,
.common-reminder-detail .por-btn.por-btn-secondary {
    background-color: transparent;
    border-color: #595959;
    color: #191919
}

.Flexus-detail-reminder-container .por-btn.por-btn-secondary:hover,
.Flexus-reminder-modal .por-btn.por-btn-secondary:hover,
.FlexusL-reminder-detail .por-btn.por-btn-secondary:hover,
.FlexusL-reminder-modal .por-btn.por-btn-secondary:hover,
.common-business-reminder-modal .por-btn.por-btn-secondary:hover,
.common-reminder-detail .por-btn.por-btn-secondary:hover {
    background-color: transparent;
    border-color: grey;
    color: #191919
}

.Flexus-detail-reminder-container .por-btn.por-btn-primary,
.Flexus-reminder-modal .por-btn.por-btn-primary,
.FlexusL-reminder-detail .por-btn.por-btn-primary,
.FlexusL-reminder-modal .por-btn.por-btn-primary,
.common-business-reminder-modal .por-btn.por-btn-primary,
.common-reminder-detail .por-btn.por-btn-primary {
    background-color: #191919;
    border-color: #191919;
    color: #fff
}

.Flexus-detail-reminder-container .por-btn.por-btn-primary:hover,
.Flexus-reminder-modal .por-btn.por-btn-primary:hover,
.FlexusL-reminder-detail .por-btn.por-btn-primary:hover,
.FlexusL-reminder-modal .por-btn.por-btn-primary:hover,
.common-business-reminder-modal .por-btn.por-btn-primary:hover,
.common-reminder-detail .por-btn.por-btn-primary:hover {
    background-color: #595959;
    border-color: #595959;
    color: #fff
}

@media (max-width:768px) {

    .Flexus-detail-reminder-container,
    .Flexus-reminder-modal,
    .FlexusL-reminder-detail,
    .FlexusL-reminder-modal,
    .common-business-reminder-modal,
    .common-reminder-detail {
        display: none
    }
}

.Flexus-reminder-modal,
.FlexusL-reminder-modal,
.common-business-reminder-modal {
    bottom: 224px;
    height: auto;
    position: fixed;
    right: 75px;
    transform: translateY(50%);
    transition: opacity .4s, transform .3s ease-out;
    width: 380px;
    z-index: 986
}

@media (max-width:1360px) {

    .Flexus-reminder-modal,
    .FlexusL-reminder-modal,
    .common-business-reminder-modal {
        bottom: 224px;
        right: 55px;
        transform: translateY(50%)
    }
}

@media (max-width:1024px) {

    .Flexus-reminder-modal,
    .FlexusL-reminder-modal,
    .common-business-reminder-modal {
        bottom: 56px;
        right: 76px;
        transform: none
    }
}

.FlexusL-models {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.FlexusL-model {
    align-items: center;
    background: #f7f7f7;
    border-radius: 8px;
    display: flex;
    padding: 16px
}

.FlexusL-model .icon {
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.FlexusL-model .information {
    display: flex;
    flex-direction: column
}

.FlexusL-model .name {
    color: #191919;
    font-size: 14px;
    line-height: 22px
}

.FlexusL-model .region {
    color: #595959;
    font-size: 12px;
    line-height: 18px
}

.FlexusL-model .expire-time {
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    margin-left: auto;
    padding: 0 4px
}

.FlexusL-model .expire-time.almost-expire {
    background: #f7e3e3;
    color: #f34848
}

.FlexusL-model .expire-time.normal {
    background: #f5ece5;
    color: #d96900
}

.Flexus-reminder-detail,
.FlexusL-reminder-detail,
.common-reminder-detail {
    height: -moz-fit-content;
    height: fit-content;
    padding-right: 20px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: scale(.95);
    transform: translateY(-50%);
    transform-origin: right;
    transition: opacity .4s, transform .3s ease-out;
    width: 456px;
    z-index: 986
}

.Flexus-reminder-detail>div,
.FlexusL-reminder-detail>div,
.common-reminder-detail>div {
    margin-bottom: 20px;
    margin-top: 120px;
    max-height: calc(100vh - 140px)
}

@media (max-width:1340px) {

    .Flexus-reminder-detail>div,
    .FlexusL-reminder-detail>div,
    .common-reminder-detail>div {
        margin-bottom: 20px;
        margin-top: 145px;
        max-height: calc(100vh - 165px)
    }
}

.z-index-higher ul,
.z-index-higher>div {
    z-index: 990
}

.z-index-higher>ul {
    position: relative
}

#interceptor-modal .por-modal-dialog {
    border-radius: 8px
}

#interceptor-modal .por-modal-title {
    color: #191919;
    font-size: 20px;
    line-height: 30px;
    vertical-align: middle
}

#interceptor-modal .por-modal-icon {
    vertical-align: middle
}

#interceptor-modal .por-modal-icon.por-icon-prompt {
    color: #1476ff
}

#interceptor-modal .interceptor-link {
    word-break: break-all
}

#interceptor-modal .por-modal-body,
#interceptor-modal .por-modal-close .u-icon {
    color: #595959
}

#interceptor-modal .por-modal-close:hover .u-icon {
    color: grey
}

#interceptor-modal .por-btn {
    border-radius: 32px
}

#interceptor-modal .por-btn-primary {
    background-color: #191919;
    border-color: #191919;
    color: #fff
}

#interceptor-modal .por-btn-primary:hover {
    background-color: #595959;
    border-color: #595959
}

#interceptor-modal .por-btn-dark {
    background-color: transparent;
    border-color: #191919;
    color: #191919
}

#interceptor-modal .por-btn-dark:hover {
    border-color: grey
}