﻿@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    height: 100%;
    font-size: 16px;
}

html,
body,
div,
p,
strong,
span,
a,
b,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
del,
img,
i,
em,
select,
button,
textarea,
input {
    margin: 0;
    padding: 0;
}

/*body{-webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none;}*/
body {
    background: #fff;
    font: 16px 'HarmonyOS_Sans_SC_Regular', 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif !important;
    line-height: 1.2;
    color: #333;
    position: relative;
    min-height: 100%;
}

a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"],
input[type="hidden"],
input[type="password"],
input[type="submit"],
input[type="radio"],
button,
textarea,
select {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: 'HarmonyOS_Sans_SC_Regular', 'Microsoft YaHei', "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", sans-serif;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

.clear {
    clear: both;
}

.hidden {
    overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.cell-box {
    font-size: 0;
}

.cell-box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cell-box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

/*scroll*/
::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8f00ac;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #8f00ac;
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: #8f00ac;
}

.weixin-prop {
    width: 18.75rem;
    height: auto;
    padding-bottom: 1.25rem;
    border: 1px #ddd solid;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2345667
}

.weixin-close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    color: #333;
    cursor: pointer
}

.weixin-img {
    width: 12rem;
    margin: max(40px, 3.75rem) auto 0;
}

.weixin-img canvas {
    width: 12rem;
    height: 12rem
}

.weixin-prop p {
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
    color: #222;
    margin-top: 1rem;
}

#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 99999999999999999;
    display: none;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-top: 120px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 62px;
    margin: 45px auto 30px;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 40px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
}

#browser-modal .browser-content .browser-item a {
    color: #921041;
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

.fixedok .banner {
    opacity: 0;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url(../images/bro.png) no-repeat 0 -300px;
}

/* 移动端导航按钮样式 */
.mNavBtn {
    display: none;
    width: 20px;
    height: 16px;
    right: 5%;
    top: 22px;
    position: fixed;
    cursor: pointer;
    z-index: 4;
}

.mNavBtn span {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mNavBtn span.line1 {
    top: 0;
}

.mNavBtn span.line2 {
    top: 7px;
}

.mNavBtn span.line3 {
    bottom: 0;
}

.mNavBtn.active span {
    background-color: #ccc;
}

.mNavBtn.active .line2 {
    display: none;
}

.mNavBtn.active .line1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
}

.mNavBtn.active .line3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 7px;
}

/* 移动端导航菜单样式 */
@media screen and (max-width: 1024px) {
    .mNavBtn {
        display: block;
    }
    
    .header {
        height: 60px;
        background-color: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    }
    
    .header .top-block {
        display: none;
    }
    
    .header .bot-block {
        height: 100%;
        padding: 0 5%;
    }
    
    .header .logo img.show {
        opacity: 0;
    }
    
    .header .logo img.hide {
        opacity: 1;
    }
    
    .header .main {
        margin-right: 40px;
    }
    
    .header ul {
        position: fixed;
        top: 0;
        left: 100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        display: block;
        padding: 100px 30px 30px;
        text-align: left;
        z-index: 3;
        transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        overflow: auto;
    }
    
    .header ul.active {
        left: 0;
    }
    
    .header ul .top-link {
        position: absolute;
        top: 45px;
        left: 30px;
        right: 30px;
        font-size: 0;
        display: flex;
        flex-wrap: wrap;
    }
    
    .header ul .top-link a {
        font-size: 14px;
        color: #8c1d40;
        margin: 10px 20px 0 0;
    }
    
    .header ul .top-link a:last-of-type {
        display: none;
    }
    
    .header li {
        position: relative;
        border-bottom: 1px solid #ededed;
    }
    
    .header li a.single {
        display: inline-block;
        line-height: 50px;
        color: #001533;
        z-index: 2;
    }
    
    .header li a.single:after {
        display: none;
    }
    
    .header li i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background: url("../images/icon-2.png") calc(100% - 10px) center no-repeat;
        background-size: auto 8px;
        z-index: 1;
    }
    
    .header li .subnav {
        position: static;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: none;
        display: none;
    }
    
    .header li .subnav .link .s-link {
        position: static;
        opacity: 1;
        visibility: visible;
        padding: 0;
        background-color: transparent;
        padding: 0 2rem;
    }
    
    .header li .subnav .link .s-link a {
        color: #666;
    }
    
    .header a.language {
        display: block;
        font-size: 12px;
        color: #000;
        opacity: 0.3;
    }
    
    .header a.language:before {
        content: '';
        width: 1.4rem;
        height: 1.4rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        background-image: url("../images/lang-1.png");
        display: inline-block;
        vertical-align: middle;
        margin: -2px .625rem 0 0;
    }
    
    .header .search {
        background-size: auto 14px;
        margin-left: 15px;
    }
    
    .header .menu {
        display: none;
    }
    
    .head-null {
        height: 60px;
    }
}