@charset "utf-8";

/*@font-face {
    font-family: 'INTER';
    src: url('../font/INTERSTATECOND.eot');
    src:
    url('../font/INTERSTATECOND.eot?#font-spider') format('embedded-opentype'),
    url('../font/INTERSTATECOND.woff') format('woff'),
    url('../font/INTERSTATECOND.ttf') format('truetype'),
    url('../font/INTERSTATECOND.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/


/* 初始化CSS */

html {
    font-size: 187.5% !important;
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-size:100%; */
    font-weight: bold;
}

fieldset,
img {
    border: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

li {
    list-style-type: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Microsoft Yahei", "SimSun", Arial, sans-serif;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    margin: 0;
    font-size: 12px;
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
}

textarea {
    font-family: "Microsoft Yahei", "SimSun", Arial, sans-serif;
    resize: none;
}

body {
    font: 12px "Source Han Sans CN", "Microsoft Yahei", "SimSun", Arial, sans-serif;
    color: #333;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
}

i,
em {
    font-style: normal;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.auto {
    margin-left: auto;
    margin-right: auto;
}


/*解决chrome浏览器 input,textarea 获得焦点时会有一个边框的问题*/

input,
textarea {
    outline: none;
}


/*清除ios端 input,textarea 默认内阴影 默认圆角,radio和checkbox需要还原值为radio和checkbox*/

input[type="submit"],
input[type="reset"],
select,
button,
textarea {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}


/*自定义 input,textarea 的placeholder文字样式*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #999;
}


/*滚动条*/

body *::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #eee;
    border-radius: 2px;
}

body *::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 2px;
}


/*html5*/

article,
aside,
footer,
header,
section,
footer,
nav,
figure,
main {
    display: block
}


/*小号文字  scale以12号字体为基准 需写实际字号大小*/

.font_adjust {
    -webkit-text-size-adjust: none;
}

.font_scale8 {
    -webkit-transform: scale(0.66);
}

.font_scale10 {
    -webkit-transform: scale(0.83);
}

.font_lc {
    -webkit-transform-origin: left center;
}

.font_rc {
    -webkit-transform-origin: right center;
}

.font_up {
    text-transform: uppercase;
}


/*文字截断*/

.TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TXTovehid-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.TXTovehid-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.TXTovehid-four {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


/*transition*/

.tran200 {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tran400 {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.tran500 {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.tran1000 {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
}


/*动效*/

.scaleimg:hover .pic img,
.scaleimg:hover .pic em {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.02);
}

.rotateY:hover {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.translateX:hover {
    -webkit-transform: translateX(-6px);
    -moz-transform: translateX(-6px);
    -ms-transform: translateX(-6px);
    transform: translateX(-6px);
}

*:before,
*:after {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

*:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/*搜索弹窗样式*/

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: url(../images/grayBg.png) repeat;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    opacity: 0;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    padding: 40px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hidden_search .text {
    width: 100%;
    height: 20px;
    padding: 8px 0;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
}

.hidden_search .btn {
    display: block;
    background: url(../images/search_icon.jpg) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    text-indent: -999em;
    border: none;
    cursor: pointer;
}

.hidden_search .search_wrap {
    border: 1px solid #e4eaec;
    border-radius: 20px;
    position: relative;
    padding-right: 56px;
    padding-left: 20px;
    height: 36px;
}

.hidden_search .close_btn {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 10px;
    width: 22px;
    height: 22px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.hidden_search .close_btn:after,
.hidden_search .close_btn:before {
    background: #cccccc;
    width: 20px;
    height: 3px;
    display: block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    content: "";
    position: absolute;
    left: 10px;
    top: 11px;
}

.hidden_search .close_btn:before {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hidden_search .close_btn:after {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 26px;
}

.hidden_search .close_btn:hover:after,
.hidden_search .close_btn:hover:before {
    background: #19408c;
}

.header .menuIcon {
    width: 24px;
    margin-left: 1rem;
    display: none;
}

.menuIcon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    animation: navBtn 2s infinite ease;
}

.menuIcon span:nth-child(2) {
    margin: 6px 0;
    animation-delay: 0.5s;
}

.menuIcon span:nth-child(3) {
    animation-delay: 1.0s;
}

@keyframes navBtn {
    50% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

.navForm {
    background: #fff;
    border-radius: 3px;
}

.navForm .text {
    width: 80%;
    height: 32px;
    border: none;
    background: none;
    font-size: 14px;
    color: #555;
    line-height: 32px;
    text-indent: 8px;
}

.navForm .subm {
    width: 20%;
    height: 32px;
    border: none;
    background: url(../images/search_icon.jpg) no-repeat center;
    cursor: pointer;
}

.mm-listview>li.nBorder:not(.mm-divider):after {
    display: none;
}

.scrollStyle::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background: #EFEFEF;
    border-radius: 2px;
}

.scrollStyle::-webkit-scrollbar-thumb {
    background: #014BA7;
    border-radius: 2px;
}

.bgStyle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/*按钮背景动效*/

.ani-btn {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.ani-btn:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 30%;
    top: 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #014BA7;
    transform: translate(-50%, -50%) scale(0);
}

.ani-btn:hover,
.on .ani-btn,
.ani-btn.on {
    border-color: #014BA7!important;
    color: #fff!important;
    transition: 0.5s ease-in-out;
}

.ani-btn:hover:after,
.on .ani-btn:after,
.ani-btn.on:after {
    transform: translate(-50%, -50%) scale(11);
    transition: 1s ease-in-out;
}


/*按钮背景动效2*/

.ani-btn2 {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.ani-btn2:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #CF1414;
    transform: skew(50deg) scaleX(0);
    transform-origin: left bottom;
}

.ani-btn2:hover {
    background-color: rgba(255, 255, 255, 0);
    border-color: #CF1414!important;
    color: #fff!important;
    transition: 0.5s ease-in;
}

.ani-btn2:hover:after {
    transform: skew(50deg) scaleX(1.5);
    transition: 0.5s ease-in;
}


/*按钮背景动效3*/

.ani-btn3 {
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.ani-btn3:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: linear-gradient(90deg, red, orange, yellow, orange, red, orange, yellow, orange, red);
    background-size: 200% 100%;
    transform: skew(50deg) scaleX(0);
    transform-origin: left bottom;
}

.ani-btn3:hover {
    color: #fff!important;
    transition: 0.5s ease-in-out;
}

.ani-btn3:hover:after {
    transform: skew(50deg) scaleX(1.5);
    transition: 0.6s ease-in;
    animation: bgAni 2s infinite linear;
}

@keyframes bgAni {
    0% {
        background-position: 0 0;
    }
}


/*边距*/

.mrgBtm10 {
    margin-bottom: 10px;
}

.padding80 {
    padding: 2.66rem 0;
}

.padding60 {
    padding: 2rem 0;
}

.padding50 {
    padding: 1.66rem 0;
}

.padding40 {
    padding: 1.33rem 0;
}

.padding30 {
    padding: 1rem 0;
}

.padding20 {
    padding: 0.66rem 0;
}


/*网页限定宽度*/

.w1200 {
    width: 90%;
    margin: 0 auto;
    max-width: 1200px;
}

.w1600 {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
}


/* 单页默认样式 */

.pageStyle {
    color: #333333;
    line-height: 1.1rem;
}

.pageStyle.lh36 {
    line-height: 1.2rem;
}

.pageStyle * {
    max-width: 100% !important;
    margin: 10px auto;
}

.pageStyle img {
    height: auto !important;
    max-width: 100% !important;
}

.pageStyle ul,
.pageStyle ul li {
    list-style: disc inside;
}


/* flex布局 */

.disflex {
    display: flex;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexBetween {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 字号公用 */

.fz12 {
    font-size: 0.4rem;
}

.fz14 {
    font-size: 0.466rem;
}

.fz16 {
    font-size: 0.533rem;
}

.fz18 {
    font-size: 0.6rem;
}

.fz20 {
    font-size: 0.66rem;
}

.fz22 {
    font-size: 0.733rem;
}

.fz24 {
    font-size: 0.8rem;
}

.fz25 {
    font-size: 0.83rem;
}

.fz26 {
    font-size: 0.866rem;
}

.fz28 {
    font-size: 0.933rem;
}

.fz30 {
    font-size: 1rem;
}

.fz32 {
    font-size: 1.06rem;
}

.fz34 {
    font-size: 1.13rem;
}

.fz36 {
    font-size: 1.2rem;
}

.fz38 {
    font-size: 1.26rem;
}

.fz39 {
    font-size: 1.3rem;
}

.fz40 {
    font-size: 1.33rem;
}

.fz44 {
    font-size: 1.46rem;
}

.fz45 {
    font-size: 1.5rem;
}

.fz48 {
    font-size: 1.6rem;
}

.fz50 {
    font-size: 1.66rem;
}

.fz60 {
    font-size: 2rem;
}

.fz180 {
    font-size: 6rem;
}


/*自定义表单通用样式*/

.custom-form * {
    box-sizing: border-box;
}

.custom-form>.title {
    margin-bottom: 1em;
    font-size: 28px;
    line-height: 30px;
}

.custom-form>.title .icon {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: -.2em .4em 0 0;
}

.custom-form .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    font-size: 14px;
}

.custom-form .row .item {
    display: flex;
    width: 100%;
}

.custom-form .row .item.w49 {
    width: 49%;
}

.custom-form .row .item.w32 {
    width: 32%;
}

.custom-form .row .item.w23 {
    width: 23.5%;
}

.custom-form .row .name {
    flex: 0 0 6em;
    box-sizing: border-box;
    padding: 10px 0;
    line-height: 20px;
    white-space: nowrap;
}

.custom-form .row .name .icon {
    vertical-align: middle;
    width: 20px;
    height: 20px;
}

.custom-form .row .name i {
    position: absolute;
    margin-left: -.8em;
    color: #f00;
}

.custom-form .row .info-content {
    flex: 100%;
    overflow: hidden;
}

.custom-form input {
    vertical-align: top;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #D8D8D8;
}

.custom-form input:focus {
    border-color: #1A2A75;
}

.custom-form textarea {
    vertical-align: top;
    width: 100%;
    height: 100px;
    padding: 10px;
    resize: none;
    border: 1px solid #D8D8D8;
}

.custom-form textarea:focus {
    border-color: #1A2A75;
}

.custom-form select {
    vertical-align: top;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 0;
    color: #666;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjA3My4xNjRMNiA1LjIzNi45MjcuMTY0YS41MjcuNTI3IDAgMCAwLS43NjMgMCAuNTI3LjUyNyAwIDAgMCAwIC43NjNsNS40NTQgNS40NTVjLjExLjEwOS4yNTUuMTYzLjM4Mi4xNjNhLjU1NC41NTQgMCAwIDAgLjM4Mi0uMTYzTDExLjgzNi45MjdhLjUyNy41MjcgMCAwIDAgMC0uNzYzLjUyNy41MjcgMCAwIDAtLjc2MyAweiIgZmlsbD0iIzQ0NEI1NCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+) right 1em center no-repeat;
    background-size: 12px 12px;
}

.custom-form input[type='radio'] {
    appearance: radio;
    -webkit-appearance: radio;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0;
}

.custom-form input[type='checkbox'] {
    appearance: checkbox;
    -webkit-appearance: checkbox;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0;
}

.custom-form .choice-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 20px;
}

.custom-form .choice-area label {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    cursor: pointer;
    color: #666;
}

.custom-form .yzm-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.custom-form .yzm-area input[type='text'] {
    width: 100%;
}

.custom-form .yzm-area .btn {
    flex: 0 0 100px;
    height: 40px;
    background-color: #1A2A75;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.custom-form .yzm-area .pic {
    flex: 0 0 150px;
    height: 40px;
    overflow: hidden;
}

.custom-form .yzm-area .pic img {
    width: 100%;
    height: 100%;
}


/*自定义单选框input[type="radio"]样式*/

.custom-input label {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.custom-input input[type="radio"] {
    display: none;
}

.custom-input input[type="radio"]+em {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    cursor: pointer;
}

.custom-input input[type="radio"]+em::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.custom-input input[type="radio"]:checked+em {
    border-color: #1A2A75;
}

.custom-input input[type="radio"]:checked+em::before {
    background-color: #1A2A75;
}

.custom-input input[type="radio"]+em:hover {
    border-color: #1A2A75;
}


/*自定义多选框input[type="checkbox"]样式*/

.custom-input input[type="checkbox"] {
    display: none;
}

.custom-input input[type="checkbox"]+em {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
    background-color: #fff;
    border: 1px solid #999;
    cursor: pointer;
}

.custom-input input[type="checkbox"]+em::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTBwdCIgaGVpZ2h0PSIxMHB0IiB2aWV3Qm94PSIwIDAgMTAgMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iI2ZmZiIgb3BhY2l0eT0iLjg1IiBkPSJNNC4zMSA2Ljc2QzUuNjEgNC4xNCA3LjE3IDEuNTkgOS43Mi4wMUwxMCAzLjN2LjMxQzcuNzcgNS40NSA1Ljk4IDcuNzIgNC4yMyAxMGgtLjE2QzIuODkgOC44MiAxLjg1IDYuOTMgMCA2Ljgydi0uNTNjLjU5LS40MSAxLjc4LTEuMjMgMi4zNy0xLjY0LjY1LjcgMS4yOSAxLjQxIDEuOTQgMi4xMXoiLz48L3N2Zz4=");
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.custom-input input[type="checkbox"]:checked+em {
    background-color: #1A2A75;
    border-color: #1A2A75;
}

.custom-input input[type="checkbox"]:checked+em::before {
    background-color: #1A2A75;
}

.custom-input input[type="checkbox"]+em:hover {
    border-color: #1A2A75;
}


/*自定义select*/

.custom-select {
    z-index: 1;
    position: relative;
    width: 100%;
    max-width: 200px;
}

.custom-select * {
    box-sizing: border-box;
}

.custom-select .name {
    position: relative;
    height: 40px;
    padding: 0 40px 0 20px;
    background-color: #fff;
    border: 1px solid #999;
    color: #222;
    line-height: 38px;
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select .name::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    border: 4px solid transparent;
    border-top-color: #999;
    transform: translateY(-25%);
}

.custom-select .list {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    max-height: 150px;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 0 6px rgba(0, 0, 0, .2);
    overscroll-behavior: contain;
}

.custom-select .list li a {
    display: block;
    padding: 10px 20px;
    border: 1px solid #eee;
    border-bottom: 0;
    font-size: 13px;
    line-height: 16px;
    color: #666;
    transition: .3s;
}

.custom-select .list li a:hover {
    background-color: #1A2A75;
    text-decoration: none;
    color: #fff;
}


/*layer弹窗自定义皮肤*/

body .custom-skin .layui-layer-title {
    background: #222;
    color: #fff;
}

body .custom-skin .layui-layer-setwin .layui-layer-close1 {
    filter: brightness(100);
}

body .custom-skin .layui-layer-setwin .layui-layer-close1:hover {
    opacity: 1;
}

body .custom-skin .layui-layer-setwin .layui-layer-close2 {
    right: -40px;
    top: -50px;
    background-image: none;
    border-radius: 50%;
}

body .custom-skin .layui-layer-setwin .layui-layer-close2::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiPjxwYXRoIGQ9Ik05MjQuMyAzMzcuOGMtMjIuNS01My4zLTU0LjgtMTAxLjEtOTUuOS0xNDIuMi00MS4xLTQxLjEtODguOS03My4zLTE0Mi4yLTk1LjlDNjMxIDc2LjQgNTcyLjQgNjQuNSA1MTIgNjQuNWMtNjAuNCAwLTExOSAxMS44LTE3NC4yIDM1LjItNTMuMyAyMi41LTEwMS4xIDU0LjgtMTQyLjIgOTUuOXMtNzMuMyA4OC45LTk1LjkgMTQyLjJDNzYuNCAzOTMgNjQuNSA0NTEuNiA2NC41IDUxMmMwIDYwLjQgMTEuOCAxMTkgMzUuMiAxNzQuMiAyMi41IDUzLjMgNTQuOCAxMDEuMSA5NS45IDE0Mi4yIDQxLjEgNDEuMSA4OC45IDczLjMgMTQyLjIgOTUuOSA1NS4yIDIzLjMgMTEzLjggMzUuMiAxNzQuMiAzNS4yIDYwLjQgMCAxMTktMTEuOCAxNzQuMi0zNS4yIDUzLjMtMjIuNSAxMDEuMS01NC44IDE0Mi4yLTk1LjkgNDEuMS00MS4xIDczLjMtODguOSA5NS45LTE0Mi4yIDIzLjMtNTUuMiAzNS4yLTExMy44IDM1LjItMTc0LjIgMC02MC40LTExLjktMTE5LTM1LjItMTc0LjJ6TTUxMiA5MTkuNWMtMjI0LjcgMC00MDcuNS0xODIuOC00MDcuNS00MDcuNVMyODcuMyAxMDQuNSA1MTIgMTA0LjUgOTE5LjUgMjg3LjMgOTE5LjUgNTEyIDczNi43IDkxOS41IDUxMiA5MTkuNXoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNjg1LjIgMzM4LjhjLTcuOC03LjgtMjAuNS03LjgtMjguMyAwTDUxMiA0ODMuNyAzNjcuMSAzMzguOGMtNy44LTcuOC0yMC41LTcuOC0yOC4zIDAtNy44IDcuOC03LjggMjAuNSAwIDI4LjNMNDgzLjcgNTEyIDMzOC44IDY1Ni45Yy03LjggNy44LTcuOCAyMC41IDAgMjguMyAzLjkgMy45IDkgNS45IDE0LjEgNS45czEwLjItMiAxNC4xLTUuOWwxNDUtMTQ0LjkgMTQ0LjkgMTQ0LjljMy45IDMuOSA5IDUuOSAxNC4xIDUuOXMxMC4yLTIgMTQuMS01LjljNy44LTcuOCA3LjgtMjAuNSAwLTI4LjNMNTQwLjMgNTEybDE0NC45LTE0NWM3LjgtNy44IDcuOC0yMC40IDAtMjguMnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=');
    background-size: 100% 100%;
}

body .custom-skin .layui-layer-btn .layui-layer-btn0 {
    background-color: #1A2A75;
    border-color: #1A2A75;
    color: #fff;
}

body .custom-skin .layui-layer-resize {
    display: none;
}


/* body .layui-layer-page .layui-layer-content {overflow: hidden;} */

@media screen and (max-width: 1680px) {
    html {
        font-size: 170% !important;
    }
}

@media screen and (max-width: 1480px) {}

@media screen and (max-width: 1280px) {
    html {
        font-size: 160% !important;
    }
    .custom-form .row {
        margin-bottom: 10px;
    }
    .custom-form .row .item {
        margin-bottom: 10px;
    }
    .custom-form .row .item.w49,
    .custom-form .row .item.w32,
    .custom-form .row .item.w23 {
        width: 49%;
    }
    .contact-form .btns-area .btn:first-child {
        margin-left: 0;
    }
    .contact-form input {
        height: 40px;
    }
    .contact-form .row .name {
        padding: 10px .5em 10px 2em;
    }
    .contact-form textarea {
        height: 120px;
    }
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 760px) {
    /* html {font-size: 130% !important;} */
    .fz50 {
        font-size: 1rem;
    }
    .fz45 {
        font-size: 0.9rem;
    }
    .fz44 {
        font-size: 0.9rem;
    }
    .fz40 {
        font-size: 0.9rem;
    }
    .fz36 {
        font-size: 0.9rem;
    }
    .fz32 {
        font-size: 0.76rem;
    }
    .fz30 {
        font-size: 0.75rem;
    }
    .fz28 {
        font-size: 0.7rem;
    }
    .fz26 {
        font-size: 0.6rem;
    }
    .fz25 {
        font-size: 0.55rem;
    }
    .fz24 {
        font-size: 0.55rem;
    }
    .fz22 {
        font-size: 0.52rem;
    }
    .fz20 {
        font-size: 0.5rem;
    }
    .fz18 {
        font-size: 0.49rem;
    }
    .fz16 {
        font-size: 0.48rem;
    }
    .cd-popup-container {
        width: 80%;
        padding: 40px 20px;
    }
    .pageStyle.lh36 {
        line-height: 0.9rem;
    }
}

@media screen and (max-width: 468px) {
    .fz22 {
        font-size: 0.55rem;
    }
    .fz18 {
        font-size: 0.54rem;
    }
    .fz16 {
        font-size: 0.5rem;
    }
    .fz14 {
        font-size: 0.49rem;
    }
}