@charset "utf-8";
@font-face {
    font-family: 'smileySans';
    src: url('font/SmileySans-Oblique.otf');
}


/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    font-size: 62.5%;
    font-family: smileySans, sans-serif;
    color: #1A1A1A;
}

h4 {
    font-weight: normal;
}

a {
    color: #1A1A1A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.main-w {
    width: 1200px;
    margin: 0 auto;
}

.container-top {
    background: linear-gradient(0deg, #DAFAAD 0%, rgba(218,250,173,0) 100%); ;
}

.header {
    padding: 2.6rem 0;
    /* width: 100%;
    position: fixed;
    background: #F9F9F9;
    z-index: 100; */
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header .logo img {
    width: 6.8rem;
}

.logo span {
    margin-left: 2rem;
    font-size: 2.6rem;
    line-height: 3rem;
    color: #1A1A1A;
}

.top-content {
    padding-bottom: 6rem;
}

.top-inner1 {
    font-size: 5.8rem;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.top-inner1  img{
    margin-right: -13rem;
}
.top-title {
    position: absolute;
    left: 0;
}

.top-title p {
    line-height: 8rem;
}

.top-inner2 {
    background: #fff;
    box-shadow: 0px 20px 20px 0px rgba(211, 211, 211, 0.1);
    border-radius: 4rem;
    display: flex;
    justify-content: space-between;
    padding: 5.3rem 6.3rem;
}

.top-code {
    display: flex;
    align-items: center;
}

.top-code img {
    width: 24.4rem;
}

.top-code h4 {
    font-size: 2.8rem;
    line-height: 3.3rem;
}

.top-code p {
    font-size: 1.8rem;
    line-height: 2.1rem;
    margin-top: 1.1rem;
    font-family: PingFang HK-Regular, PingFang HK;
}

.top-code span {
    color: #4590FF;
}

.middle-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    font-size: 3.4rem;
    line-height: 4rem;
    margin-top: 6rem;
}
.middle-content div img{
    border: 1px dashed #666;
}
.middle-content p {
    margin-top: 2rem;
}

.container-footer {
    margin-top: 8rem;
    background: url(img/bg2.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 11rem 0 5rem;
}

.footer-content p {
    font-size: 3.4rem;
    line-height: 4rem;
    margin-top: 5rem;
}

.footer-logo,
.footer-info {
    font-size: 2rem;
    line-height: 2.3rem;
    font-family: PingFang HK-Regular, PingFang HK;
}
.footer-info p{
    padding: 3px 0;
}
.footer-logo {
    margin: 26rem 0 13rem;
}

.footer-logo p {
    margin-top: 4rem;
    font-size: 2rem;
    line-height: 2.3rem;
    display: block;
}
.footer-logo a{
    color:#999999;
    font-weight: 400;
}
.footer-info p{
    color: #999999;
}
.footer-info a {
    margin: 1rem 0;
    display: block;
}