body {
    background-color: #000000;
    color: #fff;
    font-family: 'heiti';
}

img {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#bg {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    overflow-x: hidden;
}

#header {
    box-sizing: border-box;
    width: 1920px;
    height: 144px;
    background-image: url("../img/header.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 20px 300px;
}

#logo {
    display: inline-block;
    width: auto;
    height: 100%;
}

.header-menu {
    display: inline-block;
    position: absolute;
    right: 200px;
    padding: 30px 0;
}

.header-menu-item {
    display: inline-block;
    text-align: center;
    font-size: 24px;
    /*font-weight: bold;*/
    color: #fff;
    margin: auto 30px;
}

.header-menu-item:hover {
    color: #d7d7d7;
}

.section-title {
    margin: 0 auto;
    padding: 50px 0;
}

#introduction {
    height: 700px;
}

#introduction-bg {
    margin: 0 auto;
}

#privacy-content {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 500px;
    border-radius: 25px;
    background: #4481de;
}

#privacy-content-text {
    box-sizing: border-box;
    height: 500px;
    overflow-y: auto;
    padding: 50px 180px 50px 50px;
    font-size: 24px;
    line-height: 40px;
}

#privacy-rooters {
    position: absolute;
    right: -100px;
    bottom: 0;
}

#subscribe {
    position: relative;
    height: 800px;
}

#subscribe-rooters {
    position: absolute;
    bottom: 0px;
}

#subscribe-content {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1200px;
    height: 200px;
    border-radius: 25px;
    background: #4481de;
    padding: 25px;
    z-index: 2;
}

.subscribe-input {
    display: inline-block;
    background-color: #3b5bb2;
    width: 513px;
    height: 60px;
    border-radius: 25px;
    margin: 10px;
    padding: 0 20px;
    line-height: 60px;
}

.subscribe-input > span {
    font-size: 24px;
}

.subscribe-input > input {
    color: #fff;
    font-family: 'heiti';
    background-color: transparent;
    border: 0;
    font-size: 24px;
    line-height: 60px;
    width: 400px;
    height: 60px;
}

.subscribe-input > input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #3b5bb2 inset !important;
    -webkit-text-fill-color: #fff;
}

.btn {
    color: #fff;
    font-family: 'heiti';
    border: 0;
    font-size: 24px;
    background-color: #2E2574;
    border-radius: 25px;
    padding: 0 20px;
    margin: 10px;
    height: 60px;
    width: 260px;
}

#contact-content {
    position: relative;
    box-sizing: border-box;
    margin: 40px auto;
    width: 1200px;
    height: 140px;
    border-radius: 25px;
    background: #4481de;
    padding: 25px;
    z-index: 2;
}

#contact-content .subscribe-input {
    width: 1086px;
}