﻿html {
    position: relative;
    min-height: 100%
}

body {
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    font-family: Calibri,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji","Microsoft YaHei" !important;
    -webkit-text-size-adjust: none;
}

.wrapper {
    width: 100%;
    margin: 0 auto
}

.bodyheader {
    width: 100%;
    height: 60px;
    background: #005eb8;
    top: 0;
    z-index: 10
}

.app-logo {
    margin-top: 1.5vh;
    justify-content: center;
    display: flex;
}

@media print {
    .app-logo img {
        width: 80%;
    }

    .surveyMain .layui-table-cell {
        height: auto;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
        width: 100px;
    }
}

@media (max-width: 600px) {
    .app-logo img {
        width: 100%
    }

    .SVYheader {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1em;
    }

    .banner {
        display: flex;
    }
}

.app-name {
    text-align: left;
    color: #00338D;
    font-family: KPMG;
    margin-top: 10px;
    margin-bottom: 10px;
}

.row {
    margin: 0
}


[class^="col-"], [class*="col-"] {
    padding: 0
}

#main-content {
    background: #fff;
    padding: 0 20px;
    border-left: 1px solid #e7ecf8;
    position: relative;
    top: 70px
}

    #main-content [class^="col-"] {
        padding: 0 10px 0 10px !important
    }

    #main-content .row {
        margin: 0 -10px 0 -10px !important
    }

.banner {
    width: 100%;
    padding: 2%;
    margin: auto;
    text-align: center;
    height: 100%;
    padding-left: 0px;
}

.side-bar {
    float: left;
    padding: 17px 0 0 10px
}

.logo {
    padding: 18px 0 11px 20px;
    float: left
}

.app-title {
    font-family: Calibri,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    float: left;
    cursor: pointer;
    align-self: center;
    text-align: left
}

.app-nav {
    float: right;
    padding: 38px 0 0 0
}

    .app-nav ul li ul li.nav-task-xs {
        display: none
    }

#SideBarNav {
    display: none
}

    #SideBarNav + #main-content {
        margin-left: 0
    }

.in#SideBarNav {
    display: block;
    width: 164px;
    position: absolute;
    top: 70px
}

    .in#SideBarNav + #main-content {
        margin-left: 220px
    }

.bodyfooter {
    width: 100%;
    background: #dedede;
    border-top: 0 solid #0091da;
    position: absolute;
    bottom: 0
}

.copyright {
    width: 100%;
    margin: 0 auto;
    padding: 10px
}

    .copyright p {
        font-size: 12px;
        line-height: 1.2;
        color: #333
    }

#promptBox .layui-input-inline {
    width: 25%;
}

@media all {
    .navbar-toggle {
        display: block;
        margin-right: 0;
        margin-top: 3px;
        min-width: 0
    }
}

@media(max-width:567px) {
    .userName {
        display: none
    }

    .app-nav ul li.open > ul li.visible-xs {
        display: inline-block !important
    }

    #promptBox .layui-input-inline {
        width: 50%;
    }

    #impersonateCancel {
        margin-left: 0 !important;
    }
}

@media(min-width:568px) and (max-width:767px) {
    .userName {
        display: none
    }

    .app-nav ul li.open > ul li.visible-xs {
        display: inline-block !important
    }
}

@media(min-width:1082px) {
    .app-title {
        font-size: 20px
    }
}

#SideBarNav ul {
    margin: 0;
    padding: 0
}

    #SideBarNav ul li {
        margin: 0;
        padding: 0;
        width: 220px;
        height: 35px;
        position: relative;
        line-height: 26px;
        list-style: none;
        background-color: #fff;
        border-bottom: 1px solid #e7ecf8;
        text-indent: 0
    }

        #SideBarNav ul li a {
            color: #007c92;
            width: 220px;
            display: inline-block;
            vertical-align: middle;
            padding-left: 10px;
            position: relative;
            font-size: 12px;
            line-height: 32px;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis
        }

        #SideBarNav ul li span {
            display: inline-block;
            float: right;
            width: 0;
            height: 0;
            border-top: 4px solid transparent;
            border-bottom: 4px solid transparent;
            border-left: 4px solid #007c92;
            padding-right: 4px;
            margin-top: 9px;
            margin-right: 10px
        }

        #SideBarNav ul li ul {
            display: none
        }

        #SideBarNav ul li:hover, #SideBarNav ul li:focus {
            display: inline-block;
            white-space: nowrap;
            overflow: visible;
            background: #98c6f3
        }

            #SideBarNav ul li:hover a, #SideBarNav ul li:focus a {
                z-index: 109;
                overflow: visible
            }

            #SideBarNav ul li:hover span {
                border-left: 4px solid #fa9a00
            }

            #SideBarNav ul li:hover ul, #SideBarNav ul li:hover ul {
                display: block;
                line-height: 26px;
                position: absolute;
                top: -1px;
                left: 220px;
                z-index: 99
            }

                #SideBarNav ul li:hover ul li, #SideBarNav ul li:hover ul li {
                    width: 220px;
                    border-right: 1px solid #e7ecf8
                }

                    #SideBarNav ul li:hover ul li:first-child, #SideBarNav ul li:hover ul li:first-child {
                        border-top: 1px solid #e7ecf8
                    }

                    #SideBarNav ul li:hover ul li a, #SideBarNav ul li:hover ul li a {
                        color: #007c92
                    }

        #SideBarNav ul li.haveChildren {
            background: url("../images/GoArrow.gif") no-repeat;
            background-position: 200px center;
            background-color: #fff
        }

            #SideBarNav ul li.haveChildren :hover {
                background: #98c6f3
            }

span.triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent
}

.app-nav ul {
    float: right;
    padding: 0;
    margin-right: 20px
}

.app-nav > ul {
    margin-top: -15px
}

.app-nav ul li {
    padding: 0 5px;
    position: relative;
    display: inline-block;
    margin-left: 0;
    text-indent: 0
}

    .app-nav ul li:hover a {
        text-decoration: none
    }

    .app-nav ul li span, .app-nav ul li span[class^="icon-"] {
        color: #fff
    }

        .app-nav ul li span.badge {
            background-color: #f68d2e;
            position: relative;
            top: -10px;
            left: -5px;
            padding: 2px 5px;
            border: 2px solid #00338d
        }

        .app-nav ul li span.badge-success {
            background-color: #43b02a
        }

        .app-nav ul li span.badge-warning {
            background-color: #f68d2e
        }

        .app-nav ul li span.badge-important {
            background-color: #fe1010
        }

    .app-nav ul li.open > ul {
        left: auto;
        right: -10px;
        line-height: 26px;
        min-width: inherit;
        border: none;
        border-radius: 0
    }

        .app-nav ul li.open > ul li {
            margin: 0;
            padding: 0;
            min-width: 165px;
            display: inline-block;
            position: relative;
            background-color: #fff;
            border-bottom: 1px solid #e7ecf8
        }

            .app-nav ul li.open > ul li a {
                min-width: 165px;
                padding: 0 10px;
                line-height: 26px;
                color: #007c92;
                font-size: 12px;
                background-color: #fff
            }

                .app-nav ul li.open > ul li a:hover {
                    color: #fa9a00
                }

            .app-nav ul li.open > ul li.visible-xs span[class^="icon-"] {
                font-size: 14px;
                padding-right: 8px;
                color: #007c92
            }

            .app-nav ul li.open > ul li.visible-xs span.badge {
                float: right;
                left: auto;
                right: 0;
                top: 3px;
                border: 2px solid #fff
            }

            .app-nav ul li.open > ul li.visible-xs > ul {
                display: none
            }

            .app-nav ul li.open > ul li.visible-xs:hover a {
                color: #fa9a00;
                background-color: #fff
            }

                .app-nav ul li.open > ul li.visible-xs:hover a span[class^="icon-"] {
                    color: #fa9a00
                }

            .app-nav ul li.open > ul li.visible-xs:hover > ul {
                display: block;
                margin: 0;
                width: 100px;
                line-height: 26px;
                position: absolute;
                top: -2px;
                right: 165px;
                z-index: 99;
                background-color: #fff
            }

                .app-nav ul li.open > ul li.visible-xs:hover > ul li {
                    width: 100px;
                    border-right: 1px solid #e7ecf8;
                    border-left: 1px solid #e7ecf8
                }

                    .app-nav ul li.open > ul li.visible-xs:hover > ul li:first-child {
                        border-top: 1px solid #e7ecf8
                    }

                    .app-nav ul li.open > ul li.visible-xs:hover > ul li a {
                        color: #007c92;
                        line-height: 26px
                    }

                    .app-nav ul li.open > ul li.visible-xs:hover > ul li:hover a {
                        color: #fa9a00;
                        text-decoration: none
                    }

.icon-bar {
    background: #fff !important
}

.block {
    display: block;
    position: relative;
    height: 255px;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden
}

.block, .block-medium-blue {
    background-color: #005eb8
}

.block, .block-light-blue {
    background-color: #0091da
}

.block-blue {
    background-color: #005eb8
}

.block-dark-blue {
    background-color: #00338d
}

.block-violet {
    background-color: #483698
}

.block-purple {
    background-color: #470a86
}

.block-light-purple {
    background-color: #6d2077
}

.block-green {
    background-color: #00a3a1
}

.block-dark-green {
    background-color: #009a44
}

.block-light-green {
    background-color: #43b02a
}

.block-yellow {
    background-color: #eaaa00
}

.block-kpmg-blue {
    background-color: #00338d
}

.block-orange {
    background-color: #f68d2e
}

.block-pink {
    background-color: #c6007e
}

div.block {
    padding: 10px
}

    div.block > div {
        margin-bottom: 15px
    }

        div.block > div > span[class^="icon-"] {
            font-size: 30px;
            margin-bottom: 15px;
            color: #fff
        }

.text-center {
    text-align: center
}

.block p.title {
    font-size: 16px;
    margin-bottom: 2px
}

    .block p.title a {
        color: #fff
    }

.block p.cont {
    margin-top: 45px;
    padding-right: 10px
}

    .block p.cont span {
        float: right;
        color: #fff
    }

h2.aritle-title {
    color: #00338d;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin: 8px 0
}

.search-input {
    width: 100%;
    border: solid 1px #00338d
}

    .search-input .form-group {
        margin: 0;
        display: inline
    }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.search-input input {
    width: 100%;
    height: 25px;
    padding-left: 7px;
    padding-right: 30px;
    color: #666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 1.2;
    max-width: 165px
}

.search-input button {
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #43b02a;
    color: #fff;
    border: 1px solid #666;
    border-left: 0;
    margin: 0;
    min-width: 0
}

.search-input .icon-search {
    font-size: 1.3rem
}

.circleImage {
    border-radius: 50%;
    -moz-border-radius: 50%;
    overflow: hidden
}

.block .icon {
    font-size: 48px;
    color: #fff;
    float: right;
    margin: 20px
}

.block > .theme-board {
    height: 160px;
    padding: 10px
}

    .block > .theme-board > p {
        font-size: 36px;
        padding-left: 16px;
        padding-top: 10px;
        color: #fff;
        line-height: 1.42
    }

.block > .detail {
    color: #666;
    font-size: 16px;
    line-height: 19.2px;
    font-family: Arial,sans-serif
}

    .block > .detail > a {
        color: #666
    }

        .block > .detail > a:hover {
            color: #0091da
        }

    .block > .detail > .Arrow {
        font-size: 14px;
        color: #43b02a;
        line-height: 12px;
        margin: 0 10px 10px 0
    }

.block > hr {
    border-top: 3px solid #eee;
    width: 90%
}

.block > .title {
    padding-left: 16px
}

    .block > .title > .count {
        font-size: 60px;
        line-height: 60px;
        color: #fff;
        margin-bottom: 10px
    }

    .block > .title a {
        font-size: 16px;
        line-height: 19.2px;
        color: #fff
    }

.block > h3 {
    color: #333;
    font-size: 28px;
    margin: 14px
}

    .block > h3 > .icon {
        float: right;
        margin-right: 16px;
        font-size: 30px
    }

.block > table {
    margin: 14px;
    width: 95%
}

.animated {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideDown {
    0% {
        -webkit-transform: translateY(-70px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes slideDown {
    0% {
        -moz-transform: translateY(-70px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes slideDown {
    0% {
        -o-transform: translateY(-70px);
    }

    100% {
        -o-transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-70px)
    }

    100% {
        transform: translateY(0)
    }
}

.animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown
}

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

    100% {
        -webkit-transform: translateY(-70px)
    }
}

@-moz-keyframes slideUp {
    0% {
        -moz-transform: translateY(0)
    }

    100% {
        -moz-transform: translateY(-70px)
    }
}

@-o-keyframes slideUp {
    0% {
        -o-transform: translateY(0);
    }

    100% {
        -o-transform: translateY(-70px);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(-70px)
    }
}

.animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp
}


.mainNav {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 18px;
}
.mainNav li {
    list-style: none;
    margin-left: 0px;
}
.footerDIV {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #fff;
    left: 0;
    font-size: 12px;
    line-height: 1.2;
    color: #333;
}

.layui-question-block {
    /*margin-left: 20px;*/
}

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: white;
    background: rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
    z-index: 999999;
}

.DateQuestion, .TextQuestion, .layui-form-select {
    width: 274px;
}

.DateRangeQuestion {
    /*width: 546px;*/
    width: 282px;
}

#lastTimeBox {
    margin: 5px 10px;
    padding: 2px;
    position: relative;
    border-radius: 6px;
    line-height: 1.5;
    border: 1px solid #67f38e;
    background-color: #e1fbd6;
}

#verifyTipsBox {
    margin: 5px 10px;
    padding: 2px;
    position: relative;
    border-radius: 6px;
    color: #666;
    line-height: 1.5;
    border: 1px solid #fec;
    background-color: #fff7e6;
}

/*统一样式*/
.layui-card:last-child {
    margin-bottom: 15px;
}

.layui-form-checkbox span {
    text-overflow: clip;
    white-space: normal;
    color: #333 !important
}

.layui-form-radio * {
    display: inline;
    color: #333;
}
/*等级选框的特殊样式*/
.layui-card .layui-tab {
    overflow-x: auto;
}

.layui-tab-title {
    overflow: unset !important;
}

    .layui-tab-title li {
        min-width: auto;
        border: 1px solid #e6e6e6;
        margin-left: -1px;
        line-height: 36px;
        white-space: pre;
    }

        .layui-tab-title li:first-child {
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px;
            margin-left: 0;
        }

        .layui-tab-title li:last-child {
            border-top-right-radius: 2px;
            border-bottom-right-radius: 2px;
        }

    .layui-tab-title .layui-this {
        z-index: 5;
    }

    .layui-tab-title .layui-icon-ok:before {
        font-family: layui-icon !important;
        font-size: 42px;
        position: absolute;
        left: 50%;
        margin-left: -21px;
        color: red;
        font-weight: bolder;
    }

    .layui-tab-title .layui-this:after {
        display: none;
    }

[lay-stope="tabmore"] {
    display: none;
}
/*Lable题型的特殊样式*/
.claLableHeader .layui-card-body {
    display: none !important;
}

.claLableHeader .layui-card-header {
    border-bottom: none !important;
}

/*Level题型的特殊样式*/
.claLevel .layui-tab-title {
    height: auto;
}

/*Section题型的特殊样式*/
.claSectionHeader {
    background-color: rgb(0,163,161);
    box-shadow: none;
}

    .claSectionHeader .layui-card-body {
        display: none !important;
    }

    .claSectionHeader .layui-card-header {
        color: white;
        border-bottom: none !important;
        width: 100%;
    }

        .claSectionHeader .layui-card-header > .layui-icon {
            position: absolute;
            cursor: pointer;
            right: 45px;
            top: 8px;
        }

.claSection {
    font-weight: bold;
    color: white !important;
    border-bottom: none !important;
    display:inline-block;
    width:90%;
}

#searchStaffno {
    border-radius: 5px;
    color: #fff;
    background-color: #009688;
    border: none;
    height: 38px;
    width: 76px;
}

#promptCancel {
    border-radius: 5px;
    height: 38px;
    width: 76px;
}
/*page break*/
.claPageBreakHeader {
    background-color: #5B9BEA;
    box-shadow: none;
}

    .claPageBreakHeader .layui-card-body {
        display: none !important;
    }

    .claPageBreakHeader .layui-card-header {
        color: white;
        border-bottom: none !important;
    }

        .claPageBreakHeader .layui-card-header > .layui-icon {
            position: absolute;
            cursor: pointer;
            right: 45px;
            top: 8px;
        }
/*#region New question style */
.surveyMain .layui-icon-upload-circle {
    cursor: pointer;
    vertical-align: middle;
    color: #5FB878;
}

.surveyMain .layui-table-hover {
    background-color: transparent !important;
}

.surveyMain .layui-table-view {
    border: 0;
    margin: 0;
}

.surveyMain .layui-table-header,
.surveyMain .layui-table thead tr {
    border: 0;
    background-color: transparent;
}

.surveyMain .layui-table-cell {
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
}
@media only screen and (max-width: 1024px) {
    .surveyMain .layui-table-cell {
        height: auto;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
        width: 100px;
    }
}
.surveyMain .layui-table-view .layui-table[lay-skin=line] {
    border-width: 0 0 0 0;
}

.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
    border-width: 0px;
    border-style: dashed;
    border-color: #e6e6e6;
}
.surveyMain .layui-table-grid-down {
    display: none;
}

.moveup {
    position: absolute;
    margin-left: -20px;
}

.layui-table {
    background-color: unset;
}
.layui-textarea {
    min-height: 20px !important
}

/*调整单选题/多选题对齐样式 start*/
.display-block {
    display: block;
    word-break: break-word !important;
}

.display-flex {
    display: flex;
    flex-wrap: wrap;
    word-break: break-word !important;
}

.one-fourth-checkbox {
    flex: 0 0 25% !important;
    word-break: break-word !important;
    vertical-align: top !important;
    margin-bottom: 0.8% !important;
}

.one-third-checkbox {
    flex: 0 0 33.3% !important;
    word-break: break-word !important;
    vertical-align: top !important;
}

.one-second-checkbox {
    flex: 0 0 50% !important;
    word-break: break-word !important;
    vertical-align: top !important;
}

.one-first-checkbox {
    flex: 0 0 100% !important;
    word-break: break-word !important;
    vertical-align: top !important;
}

.one-fourth-radio {
    flex: 0 0 25% !important;
    vertical-align: top !important;
}

    .one-fourth-radio > div {
        width: 100% !important;
    }

        .one-fourth-radio > div > div {
            width: 80% !important;
            word-break: break-word !important;
            display: inline-block;
            vertical-align: top !important;
        }

        .one-fourth-radio > div > i {
            display: inline-block;
            vertical-align: top !important;
        }

.one-third-radio {
    flex: 0 0 33.3% !important;
    vertical-align: top !important;
}

    .one-third-radio > div {
        width: 100% !important;
    }

        .one-third-radio > div > div {
            width: 80% !important;
            word-break: break-word !important;
            display: inline-block;
            vertical-align: top !important;
        }

        .one-third-radio > div > i {
            display: inline-block;
            vertical-align: top !important;
        }

.one-second-radio {
    flex: 0 0 50% !important;
    vertical-align: top !important;
    word-break: break-all !important;
}

    .one-second-radio > div {
        width: 100% !important;
    }

        .one-second-radio > div > div {
            width: 90% !important;
            display: inline-block;
            vertical-align: top !important;
        }

        .one-second-radio > div > i {
            display: inline-block;
            vertical-align: top !important;
        }

.one-first-radio {
    flex: 0 0 100% !important;
    vertical-align: top !important;
}

    .one-first-radio > div {
        width: 100% !important;
    }

        .one-first-radio > div > div {
            width: 90% !important;
            word-break: break-word !important;
            display: inline-block;
            vertical-align: top !important;
        }

        .one-first-radio > div > i {
            display: inline-block;
            vertical-align: top !important;
        }


@media only screen and (min-width: 320px) and (max-width: 950px) {
    .layui-card-body ::-webkit-scrollbar {
        height: 5px;
    }

    .layui-card-body ::-webkit-scrollbar-thumb {
        background: #379c9b;
        border-radius: 25px;
    }

    .layui-card-body ::-webkit-scrollbar-thumb:hover {
            background: rgb(70, 201, 199);
            border-radius: 25px;
    }

    .layui-card-body ::-webkit-scrollbar-track {
        background-color: #ccc;
        border-radius: 25px;
    }
}

/** iPhone & iPad **/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .one-fourth-checkbox, .one-third-checkbox {
        flex: 0 0 50% !important;
        word-break: break-word !important;
        vertical-align: top !important;
        margin-bottom: 0.8% !important;
    }

    .one-fourth-radio, .one-third-radio {
        flex: 0 0 50% !important;
        vertical-align: top !important;
    }

        .one-third-radio > div > div, .one-fourth-radio > div > div, .one-second-radio > div > div, .one-first-radio > div > div {
            width: 70% !important;
            word-break: break-word !important;
            display: inline-block;
            vertical-align: top !important;
        }
}
/*调整单选题/多选题对齐样式 end*/

.cookie-title {
    padding: 0px;
    font-size: 16px;
    font-family: Arial,sans-serif;
    color: rgba(0,0,0,0.85);
    font-weight: bolder;
}

.cookie-content {
    display: block;
    margin-left: 32px;
    padding-top: 10px;
    width: 87.2%;/*436px*/
    border-top: 1px solid lightgrey;
}

    .cookie-content a {
        text-decoration: underline;
        color: dodgerblue;
    }

.cookie-skin {
    border-radius: 10px !important;
}

body .cookie-skin .layui-layer-title {
    padding-top: 32px !important;
    padding-left: 32px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    height: 24px !important;
    border-width: 0px !important;
    line-height: 0px !important;
}

body .cookie-skin .layui-layer-content {
    word-break: break-all !important;
    height: 182px !important;
    padding: 0px !important;
    text-align: left !important;
    font-family: Arial,sans-serif !important;
    font-size: 13px !important;
    color: rgba(0,0,0,0.85) !important;
}

body .cookie-skin .layui-layer-btn {
    text-align: left !important;
    height: 20px !important;
    margin-bottom: 0px !important;
    padding-left: 32px !important;
    padding-bottom: 0px !important;
    padding-top: 7px !important;
}

body .cookie-skin .layui-layer-btn0 {
    text-align: center !important;
    height: 32px !important;
    background-color: #fff !important;
    width: 20% !important;/*60px*/
    color: #1565c0 !important;
    border-color: #1565c0 !important;
    border-radius: 4px !important;
}

body .cookie-skin .layui-layer-btn1 {
    text-align: center !important;
    height: 32px !important;
    width: 40% !important;/*120px*/
    background-color: #1565c0 !important;
    color: #fff !important;
    border-color: #1565c0 !important;
    border-radius: 4px !important;
}

/** iPhone & iPad **/
@media only screen and (min-width: 320px) and (max-width: 1024px) {
    .cookie-skin {
        border-radius: 10px !important;
        margin: 0 auto !important;
        width: 42.55vw !important;
        height: 55vh !important;
    }

    body .cookie-skin .layui-layer-btn0 {
        text-align: center !important;
        height: 32px !important;
        background-color: #fff !important;
        width: 20% !important;
        color: #1565c0 !important;
        border-color: #1565c0 !important;
        border-radius: 4px !important;
        font-size: 0.8em;
    }

    body .cookie-skin .layui-layer-btn1 {
        text-align: center !important;
        height: 32px !important;
        width: 40% !important;
        background-color: #1565c0 !important;
        color: #fff !important;
        border-color: #1565c0 !important;
        border-radius: 4px !important;
        font-size: 0.8em;
    }

    .cookie-content {
        display: block;
        margin-left: 28px;
        padding-top: 10px;
        width: 80%;
        border-top: 1px solid lightgrey;
    }

    body .cookie-skin .layui-layer-content {
        word-break: break-all !important;
        height: 70% !important;
        padding: 0px !important;
        text-align: left !important;
        font-family: Calibri,system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
        font-size: 13px !important;
        color: rgba(0,0,0,0.85) !important;
    }

    .cookie-title {
        padding: 0px;
        font-size: 1em;
        font-family: Arial,sans-serif;
        color: rgba(0,0,0,0.85);
        font-weight: bolder;
    }

    body .cookie-skin .layui-layer-title {
        padding-top: 32px !important;
        padding-left: 32px !important;
        padding-right: 32px !important;
        background-color: #fff !important;
        border-radius: 10px !important;
        height: 6% !important;
        border-width: 0px !important;
        line-height: 0px !important;
    }

    body .cookie-skin .layui-layer-btn {
        text-align: left !important;
        height: 20px !important;
        margin-bottom: 0px !important;
        padding-left: 22px !important;
        padding-bottom: 0px !important;
        padding-top: 7px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) and (max-height: 640px) {
    .cookie-skin {
        border-radius: 10px !important;
        width: 42.55vw !important;
        height: 65vh !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 1024px) and (min-height: 1025px) and (max-height: 1366px) {
    .cookie-skin {
        border-radius: 10px !important;
        width: 42.55vw !important;
        height: 30vh !important;
        margin: 0 auto !important;
    }
}
/*调整cookie弹窗样式 end*/

.submit {
    background-color: #2579ec !important;
}

.privacyCls {
    color: #b2b2b2;
}

.layui-layer-tips {
    text-align: justify !important;
}

.openWindow .layui-layer-btn0 {
    background-color: #009688 !important;
    border-color: #009688 !important;
}

.rateClass i.layui-icon {
    color: #5FB878 !important;
}
/*Fill.cshtml*/
.privacy-layer {
    width: 100% !important;
    box-sizing: border-box;
    overflow: auto;
    padding: 0 20px;
    padding-top: 20px;
    font-size: 1.125em;
    color: #666;
}

.swal2-html-container {
    max-height: 65vh;
    overflow:auto;
}

.swal2-confirm {
    background-color: #288bf6 !important;
}

#app-name-div {
    display: none;
}