* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%
}

/*body, html {*/
/*    min-height: 100%;*/
/*    height: auto !important*/
/*}*/

body {
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
    overflow: auto !important;
    overflow-x: hidden;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: var(--common-body-font-family)
}

a {
    color: #222;
    text-decoration: none;
    outline: none;
    tap-highlight-color: transparent;
    focus-ring-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    -moz-tap-highlight-color: transparent;
    -moz-focus-ring-color: transparent
}

a:hover {
    color: var(--common-body-font-emphasisColor)
}

li, ol, ul {
    list-style: none
}

img {
    border: 0 solid #ccc
}

embed, table, video {
    max-width: 100%
}

input, textarea {
    border: none;
    background: none;
    font-family: inherit
}

input[type=checkbox], input[type=radio], input[type=submit], textarea[type=checkbox], textarea[type=radio], textarea[type=submit] {
    cursor: pointer
}

input:focus, textarea:focus {
    outline: none
}

input[type=search]::-ms-clear, input[type=text]::-ms-clear {
    display: none
}

input::-webkit-search-cancel-button {
    display: none
}

textarea {
    resize: none
}

button {
    border: none;
    background: none;
    cursor: pointer
}

em, i {
    font-style: normal
}

button, input, select {
    border: none
}

button:focus, input:focus, select:focus {
    outline: none
}

select option {
    border: none
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder, ::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

.c-nomr {
    margin-right: 0 !important
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.vcb {
    display: inline-block;
    vertical-align: middle
}

.mr10 {
    margin-right: 10px
}

.mr15 {
    margin-right: 15px
}

.mr20 {
    margin-right: 20px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb40 {
    margin-bottom: 40px
}

.color999 {
    color: #999
}

.colorAAA {
    color: #aaa
}

.fs12 {
    font-size: 12px
}

.yfb-f-box {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden
}

.g-hd .yfb-f-box, header .yfb-f-box {
    overflow: unset
}

.self-ellipsis-2 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.content-box > iframe {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden
}

@media screen and (min-width: 1220px) {
    .content-box > iframe, .yfb-f-box {
        width: 1200px
    }
}

@media screen and (min-width: 960px) and (max-width: 1219px) {
    .content-box > iframe, .yfb-f-box {
        width: 950px
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .content-box > iframe, .yfb-f-box {
        width: 750px
    }
}

@media screen and (max-width: 767px) {
    .yfb-f-box {
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.btn {
    height: 40px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    background-color: #f3f5f9;
    cursor: pointer
}

.btn:hover {
    border: 1px solid var(--common-body-font-emphasisColor)
}

.btn-blue, .btn:hover {
    color: #fff;
    background-color: var(--common-body-font-emphasisColor)
}

.btn-blue {
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer
}

.btn-blue, .btn-blue:hover {
    border: 1px solid var(--common-body-font-emphasisColor)
}

.btn-blue:hover {
    color: #fff;
    background-color: var(--common-body-font-emphasisColor)
}

.btn-yellow {
    display: inline-block;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #f3981c;
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background-color: #f3981c;
    cursor: pointer
}

.btn-yellow:hover {
    color: #fff;
    background-color: #faa42c;
    border: 1px solid #faa42c
}

.error {
    color: #ff5858;
    font-size: 12px;
    line-height: 20px
}

.error-box input, .error-box textarea {
    border-color: red
}

.dialogs {
    display: none
}

.layui-layer-showImg {
    width: 80%;
    height: 80%;
    max-width: 700px;
    max-height: 700px
}

.layui-layer-showImg .layui-layer-title {
    background-color: unset;
    border: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.layui-layer-iframe.layui-layer-showImg iframe {
    height: 100% !important
}

.layui-layer-showImg .layui-layer-content {
    width: 100%;
    height: 100%
}

.checkbox {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.checkbox input {
    z-index: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.checkbox input, .checkbox span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.checkbox span {
    font-family: iconfont !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    color: var(--common-body-font-emphasisColor);
    background-image: url(../images1/checkbox.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.checkbox.checked span {
    background: unset;
    font-weight: 400
}

.checkbox.checked span:before {
    display: none !important
}

.checkbox span {
    background: none !important
}

.checkbox span i {
    display: none
}

.checkbox span i.yfb-unselected {
    display: block;
    color: #e1e1e1
}

.checkbox span i.yfb-unselected:before {
    background-color: #fff
}

.checkbox.checked span i.yfb-unselected, .checkbox span i.yfb-selected {
    display: none
}

.checkbox.checked span i.yfb-selected {
    display: block
}

.radiobox {
    cursor: pointer;
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle
}

.radiobox input {
    z-index: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.radiobox input, .radiobox span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.radiobox span {
    background-image: url(../images1/radio.png);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat
}

.radiobox.checked span {
    background-image: url(../images1/radio_selected.png)
}

@media screen and (min-width: 992px) {
    .m-b2ckf {
        transform: none !important;
        top: auto !important;
        bottom: 40% !important
    }
}

.chat {
    width: 50px;
    display: block;
    height: 50px;
    background-image: none !important
}

#chat {
    cursor: pointer;
    right: 0;
    display: block;
    min-width: 40px
}

#chat, #chatbigBox {
    position: fixed;
    z-index: 9
}

#chatbigBox {
    right: 50px;
    bottom: 0;
    line-height: 1.4;
    font-size: 14px
}

#chatBox.active {
    overflow: hidden;
    width: 290px;
    box-shadow: 0 0 5px 2px rgba(81, 91, 96, .5);
    z-index: 99999999;
    height: 430px;
    transition: all 0s
}

#chatBox .flex {
    display: flex;
    display: -webkit-flex !important;
    justify-content: space-between;
    flex-wrap: wrap
}

#chatBox {
    width: 0;
    box-shadow: 0 0 5px 2px rgba(81, 91, 96, 0);
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    height: 0;
    transition: all 0s;
    overflow: hidden
}

#chatBox .chatTop {
    height: 35px;
    line-height: 35px;
    color: #fff;
    background-color: var(--common-body-font-emphasisColor);
    padding: 0 5px;
    box-sizing: border-box
}

#chatBox .chatTop img {
    float: right
}

#chatBox .chatTop .down {
    display: block;
    width: 15px;
    height: 10px;
    margin-top: 12px;
    cursor: pointer
}

#chatBox #chats {
    overflow-y: auto
}

#chatBox .chatCont {
    height: 300px;
    background-color: #f0f3f4;
    text-align: center;
    color: #999;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9d9d9
}

#chatBox .chatCont .chatRt {
    text-align: right
}

#chatBox .chatCont .chatLt, #chatBox .chatCont .chatRt {
    padding: 5px;
    box-sizing: border-box;
    display: block;
    word-wrap: break-word
}

#chatBox .chatCont .chatLt {
    text-align: left
}

#chatBox .chatCont .chatRt p {
    background-color: var(--common-body-font-emphasisColor);
    border-radius: 8px 8px 0 8px;
    color: #fff
}

#chatBox .chatCont .chatLt p, #chatBox .chatCont .chatRt p {
    padding: 5px;
    box-sizing: border-box;
    display: inline-block;
    word-wrap: break-word;
    text-align: justify
}

#chatBox .chatCont .chatLt p {
    background-color: #fff;
    border-radius: 8px 8px 8px 0;
    color: #333
}

#chatBox .chatInput {
    height: 100px;
    background-color: #fff
}

#chatBox .chatInput textarea {
    display: block;
    height: 70px;
    line-height: 1.4;
    width: 100%;
    padding: 5px;
    box-sizing: border-box
}

#chatBox .toolBox {
    padding: 0 5px
}

#chatBox .toolBox .chaticon {
    display: inline-block;
    width: 18px;
    cursor: pointer
}

.scrollbarBox::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    scrollbar-arrow-color: red
}

.scrollbarBox::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #c1c1c1;
    box-shadow: inset 0 0 5px #c1c1c1;
    background: #c1c1c1;
    scrollbar-arrow-color: red
}

.scrollbarBox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 95, 178, 0);
    box-shadow: inset 0 0 5px rgba(0, 95, 178, 0);
    border-radius: 0;
    background: rgba(0, 95, 178, 0)
}

@media screen and (max-width: 992px) {
    #chatBox.active {
        transform: translateY(0)
    }
}

@media screen and (max-width: 767px) {
    .right-hanging.isMobile {
        z-index: 99999999
    }

    #chatbigBox {
        right: 0
    }

    #chatbigBox .chatMask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: fixed;
        top: 0;
        left: 0;
        display: none
    }

    #chatbigBox .chatMask.active {
        display: block
    }

    #chatBox {
        right: 10px
    }

    #chatBox.active {
        width: 100%;
        height: 70vh;
        right: 0;
        display: flex;
        flex-direction: column
    }

    #chatBox .chatCont {
        flex: 1
    }

    #chatBox .chatTop {
        padding: 0 15px;
        height: 50px;
        line-height: 50px
    }

    #chatBox .chatTop .down {
        margin-top: 20px
    }

    #chatBox .chatInput textarea {
        padding: 10px 15px
    }

    #chatBox .toolBox {
        padding: 0 15px
    }
}

.layui-layer-quick-view {
    width: 95% !important;
    max-width: 900px !important;
    max-height: 80% !important;
    border-radius: 10px;
    overflow: hidden
}

.layui-layer-quick-view-table {
    max-height: 80vh !important;
    overflow-y: auto !important
}

.m-prob1 .prob-pic {
    position: sticky !important;
    top: 10px;
    z-index: 9
}

.m-prob1 .prob-info .time .time-promotion .white-box {
    min-width: 24px !important;
    width: auto !important
}

.left-box {
    width: 100%
}

@media screen and (max-width: 530px) {
    .content ul {
        float: none !important;
        margin-left: 0 !important
    }
}

.img_active {
    top: 0 !important
}

.bgImg {
    max-width: 100%;
    height: auto !important;
    left: 50% !important;
    transform: translateX(-50%)
}

.at-share-btn-elements .at_flat_counter {
    display: none
}
