* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: Source Han Sans CN;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 1.6;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

input {
    outline: none;
}

:hover {
    transition: 0.3s;
}

 ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

 ::-webkit-scrollbar-track {
    background: #fff;
}

 ::-webkit-scrollbar-thumb {
    background: #AE0C2A;
    border-radius: 6px;
}

.center {
    width: 1200px;
    margin: 0 auto
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

i img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.searchBox {
    background: url(../images/icon-search.png) no-repeat center/contain;
    width: 28px;
    height: 28px;
    display: block;
    flex-shrink: 0;
    margin-left: 10px;
}

.searchBox input {
    outline: none;
    border: none;
}

.searchBox input[type="submit"] {
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer;
}

.logoBox {
    width: 100%;
    background: #AE0C2A;
    height: 100px;
}

.logoBox::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}

.logoBox .center {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.login {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 34px;
    background: url(../images/icon-login.png) no-repeat left center/contain;
}

.logo {
    width: 69%;
    flex-shrink: 0;
}

.logo img {
    width: 100%;
}

.nav {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav {
    width: 100%;
    display: flex;
    height: 100%;
}

.nav li {
    flex: auto;
    position: relative;
    text-align: center;
    padding: 25px 0;
    transition: 0.3s;
}

.nav li+li a {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.nav li a {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.nav li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
}

.nav li dl {
    position: absolute;
    min-width: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: fit-content;
    padding: 10px 18px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 10px;
    z-index: 10;
    top: 100%;
    transition: 0.3s;
}

.nav li dl dd a {
    font-size: 17px;
    white-space: nowrap;
    color: #333;
    font-weight: normal;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
}

.nav li dl dd:last-child a {
    border: none;
}

.nav li dl dd a:hover {
    color: #AE0C2A;
}

.nav li:hover dl {
    transform: translateX(-50%) scale(1);
    transition: 0.3s;
}

.phoneNav {
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    background: #AE0C2A;
    align-items: center;
    padding: 12px 10px;
}

.dropLeft {
    width: 32px;
    height: 32px;
    display: block;
    background: url(../images/icon-meun.png) no-repeat center/contain;
    flex-shrink: 0;
}

.moblielogo {
    width: 70%;
    max-width: 360px;
}

.moblielogo img {
    width: 100%;
}

.masking {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: transparent;
    transition: all 0.5s ease 0.2s;
    z-index: -1;
}

.masking.focus {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1001;
}

.iphone_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 200px;
    height: 100%;
    margin-left: -200px;
    transition: all 0.6s ease 0.2s;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
    z-index: 999999;
}

.iphone-box {
    background-color: #AE0C2A;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
    padding-top: 80px;
    transition: all 0.6s ease 0.2s;
    -webkit-transition: all 0.6s ease 0.2s;
    -moz-transition: all 0.6s ease 0.2s;
    -ms-transition: all 0.6s ease 0.2s;
    -o-transition: all 0.6s ease 0.2s;
}

.iphone-box>ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iphone-box .active>a {
    color: #fff;
}

.iphone-box>ul>li>a>i {
    height: 18px;
    width: 18px;
    padding-left: 8px;
    box-sizing: content-box;
    display: inline-block;
    background: url(../images/icon-add.png) no-repeat right center/contain;
    vertical-align: middle;
    display: none;
}

.iphone-box>ul>li>ul {
    display: none;
    padding-bottom: 10px;
}

.iphone-box>ul>li>ul>li>a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.iphone-box>ul>li>ul>li>a strong {
    font-weight: normal !important;
}

.iphone_nav.focus {
    margin-left: 0;
    display: block !important;
}

.loginMobile {
    padding: 10px 0;
}

.loginMobile a {
    font-size: 18px;
}


/* footer */

.footer-top-con {
    width: 100%;
}

.footer-top {
    background: url(../images/foot-bg.png) no-repeat center/cover;
    padding: 60px 0;
}

.footer-top-con {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.botlogo {
    width: 39.5%;
}

.code {
    width: 134px;
    height: 134px;
    flex-shrink: 0;
}

.code img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.botlogo img {
    width: 100%;
}

.baseMess p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 36px;
    background: url(../images/icon-phone.png) no-repeat left center;
}

.baseMess p+p {
    margin-top: 30px;
}

.baseMess p:nth-child(2) {
    background-image: url(../images/icon-local.png);
}

.baseMess p:nth-child(3) {
    background-image: url(../images/icon-email.png);
}

.footer-bottom {
    background: #4E0000;
    padding: 10px 20px;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 14px;
    color: #FFFFFF;
}


/*phoneNav*/

.phoneNav {
    display: none;
}