html, body, div, ul, li, ol, a, input, textarea, p, dl, dt, dd {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background: #f5f5f5;
    position: relative;
    font-size: 14px;
    max-width: 640px; /*最大宽度设置640px*/
    margin: auto;
    overflow: hidden
}

a, input, img, textarea, span, div {
    outline: 0;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

* {
    box-sizing: border-box;
}

.blank {
    clear: both;
    height: 10px;
}

.blank8 {
    clear: both;
    height: 8px;
}

.blank5 {
    clear: both;
    height: 15px;
}

.tag-name {
    font-size: 0;
    position: absolute;
    top: -60px;
    left: 0;
}

#header {
    height: 86px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 640px;
    z-index: 2019;
    margin: 0 auto;
    background-color: #ffffff;
}

.head {
    position: relative;
}

.head img {
    width: 120px;
    height: auto;
    margin-top: 28px;
    margin-bottom: 9px;
}

.logo img {
    margin-left: 18px;
}

.head .top-menu {
    display: inline-block;
    width: 40px;
    height: 30px;
    float: right;
    margin-top: 28px;
    margin-bottom: 9px;
}

.head .top-menu .iconRectangleCopy {
    color: #021326;
    font-size: 26px;
}

.head ul.nav_box {
    width: 100%;
    background: #F5F5F5;
    float: none;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
    display: none;
}

.normal-li {
    padding-left: 10px;
    margin-bottom: 5px;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
}

.head ul li a {
    line-height: 35px;
    height: 40px;
    color: #021326;
    display: block;
    padding: 0 10px;
}

.qrcode-container {
    margin-left: 3px;
}

.qrcode-container img {
    width: 70px;
    height: 70px;
    text-align: center;
    margin-top: 0;
}

.qrcode-container p {
    text-align: center;
}

.last-li a {
    margin-left: 10px;
}

.last-li {
    margin-bottom: 5px;
    text-align: left;
    height: 1000px;
}

.qrcode-container li {
    width: 100px;
    float: left;
    margin: 0 auto;
    text-align: center;
}

.head-js__open ul.nav_box {
    display: block;
}

.head-bg {
    background: #F5F5F5;
}

/*首页开始*/
.top-btns {
    display: none;
}

.login-btn {
    display: none;
}

.video-box video {
    display: none;
}

.video-box img {
    position: absolute;
    width: auto;
    height: 100%;
    left: -400px
}

.video-container {
    padding-top: 88px;
    width: 100%;
    height: auto;
}

.video-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #0A3C96;
    opacity: 0.45;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.video-text {
    position: fixed;
    display: block;
    top: 50%;
    z-index: 9;
}

.video-text h1 {
    font-family: PingFangSC-Semibold, PingFang SC;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 30px;
}

/*首页结束*/
