@charset "utf-8";

/* CSS Document */

*,
body {
    margin: 0;
    padding: 0;
}

html {
    color: #fff;
    width: 100%;
    font-family: Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial, sans-serif;
    height: 100%;
}

body {
    background: #070808;
}

a {
    text-decoration: none;
}

ul,
li {
    margin-left: 20px;
}

.header {
    background: #070707;
    position: fixed;
    width: 100%;
    height: 1rem;
    z-index: 10;
}

.sub-header {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.main ul li {
    list-style: none;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    color: #fff;
    font-weight: bold;
}

.logo img {
    width: 0.6rem;
    vertical-align: middle;
    margin: 0 0.1rem 0 0;
}

.logo span {
 
}

.menu {
    display: flex;
}

.menu li {
    margin-left: 3rem;
    list-style: none;
}

.menu a {
    color: #fff;
    display: block;
    font-size: 0.2rem;
    line-height: 0.7rem;
    text-align: center;
}

.menu a:hover,
.menu a.active {
    background-size: 100% auto;
}

.main {
    padding-top: 1.5rem;
    background: url(img/bg.png) no-repeat;
    background-size: 100% 100%;

}

.container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}

.content {
    color: black;
    width: 50%;
    position: relative;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
 
}

.title {
    text-align: center;
    color: #fff;
}

.title h2 {
    font-size: 0.7rem;
 
}

.title p {
    font-size: 0.3rem;
    margin: 0.2rem 0;
}

.info {
    vertical-align: middle;
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

.info a {
    display: block;
}

.info img {
    vertical-align: middle;
    width: 60%;
}

.info span {
    font-size: 1.4rem;
    color: white;
}

.img {
    width: 37%;
    margin: 0.2rem 0;
    height: 100%;
}

.privacy {
    padding: 0.1rem 0.3rem;
    color: #fff;
}

.privacy .part {
    margin-bottom: 0.4rem;
}

.privacy h1 {
    font-size: 0.4rem;
    line-height: 0.6rem;
    text-align: center;
}

.privacy p {
    line-height: 0.28rem;
    margin-top: 0.1rem;
    font-size: 0.14rem;
}

.privacy .gray {
    color: rgb(131, 130, 130);
    font-size: 0.14rem;
    line-height: 0.28rem;
}

.part h4 {
    font-size: 0.2rem;
    line-height: 180%;
}

.part h5 {
    font-size: 0.18rem;
    line-height: 180%;
}


