.body {
    /*width: 100%;*/
    /*height: 100vh;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}
.main {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.flex {
    display: flex;
    align-items: center;
}
.header {
    width: 100%;
    height: 50px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.logo {
    width: 32px;
    height: 32px;
    border-radius: 4px;
}
.logo-name {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 16px;
}
.header-ul {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    list-style: none;
}
.header-ul li {
    margin-right: 50px;
    cursor:pointer
}
.header-ul li a{
    color: rgba(51, 51, 51, 1);
    text-decoration: none;
}
.header-ul li:last-child {
    margin-right: 0;
}
.banner {
    width: 100vw;
    height: 300px;
}
.swiper {
    width: 100vw;
    height: 300px;
}
.about {
    width: 100%;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    padding: 50px 0;
}
.about-left {
    width: 60%;
}
.about-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(51, 51, 51, 1);
}
.about-info {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 21px;
    color: rgba(51, 51, 51, 1);
    display: inline-block;
}
.btn-wrap {
    width: auto;
    height: 30px;
    margin-top: 48px;
}
.btn-title {
    font-size: 20px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    margin-right: 16px;
}
.down-btn {
    width: 74px;
    height: 30px;
    opacity: 1;
    border-radius: 4px;
    background: rgba(245, 245, 245, 1);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(0, 0, 0, 1);
    margin-right: 24px;
    text-align: center;
    border: 0;
    cursor:pointer
}
.down-btn-1 {
    width: 140px;
}
.btn-active {
    background: rgba(255, 245, 230, 1);
}
.down-btn:last-child {
    margin-right: 0;
}
.about-right {
    width: 258.13px;
    height: 471.15px;
    opacity: 1;
    border-radius: 22px 28px 28px 28px;
    margin-right: 100px;
}
.qrcode-wrap {
    width: auto;
    height: 200px;
    margin-top: 24px;
    margin-left: 100px;
}
.qrcode-div {
    width: auto;
    height: 100%;
    opacity: 1;
    border-radius: 8px;
    background: rgba(242, 242, 242, 1);
    padding: 5px;
}
.qrcode {
    width: 162px;
    height: 162px;
    opacity: 1;
    border-radius: 8px;
}
.qrcode-name {
    text-align: center;
}
.qr-btn {
    display: flex;
    flex-direction: column;
    margin-left: 24px;
}
.qr-btn button {
    width: 172px;
    height: 32px;
    opacity: 1;
    border-radius: 45px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer
}
.android-btn {
    background: rgba(78, 194, 118, 1);
}
.ios-btn {
    background: rgba(0, 0, 0, 1);
    margin-top: 16px;
}
.android-icon {
    width: 16px;
    height: 20px;
    margin-right: 10px;
}
.ios-icon {
    width: 15px;
    height: 18px;
    margin-right: 10px;
}
.news {
    width: 100%;
    opacity: 1;
    background: rgba(250, 250, 250, 1);
    padding: 24px 0;
}
.news-main {
    width: 80%;
    margin: 0 auto;
}
.news-title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(51, 51, 51, 1);
}
.list-wrap {
    width: 100%;
    /*height: 237px;*/
    display: flex;
    align-items: center;
    margin-top: 13px;
}
.list-item {
    /*width: 368px;*/
    /*height: 237px;*/
    opacity: 1;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 13px 0;
    margin-left: 24px;
    cursor:pointer
}
.list-item:first-child {
    margin-left: 0;
}
.item-img {
    width: 342px;
    height: 191px;
    opacity: 1;
    border-radius: 8px;
}
.item-name {
    height: 15px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 8px;
}
.us {
    width: 100%;
    height: 220px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    padding: 35px 0;
}
.us-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.us-list-item {
    width: 48%;
    padding-top: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.email-icon {
    width: 48px;
    height: 48px;
    opacity: 1;
    border-radius: 50%;
    margin-right: 16px;
    background: linear-gradient(135deg, rgba(252, 123, 16, 1) 0%, rgba(255, 64, 5, 1) 100%);
}
.font {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
}
.us-content {
    margin-left: 64px;
}
.footer {
    width: 100%;
    height: 40px;
    opacity: 1;
    background: rgba(255, 64, 5, 1);
    /*position: fixed;*/
    /*left: 0;*/
    /*bottom: 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 0px;
    color: rgba(255, 255, 255, 1);
}
.cp-name {
    margin-right: 97px;
}
.company {
    color: rgba(255, 255, 255, 1);
    text-decoration-line: none;
}
.address {
    margin-left: 38px;
}
.news-detail {
    width: 100%;
    height: auto;
}
.title-box {
    width: 100%;
    padding: 24px 0;
    background-color: #f8f8fa;
}
.title-div {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}
.title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title-text {
    font-size: 1.17em;
    font-weight: bold;
}
.close-icon {
    width: 40px;
    height: 40px;
}
.create-time {
    color: #999;
    font-size: 80%;
}
.detail-box {
    margin-top: 20px;
}
.news-content {
    width: 80%;
    padding: 20px;
    margin: 0 auto;
    background-color: #f8f8fa;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.displayNone {
    display: none !important;
}
.displayBlock {
    display: block;
}
.displayFlex {
    display: flex;
}
.displayInline {
    display: inline;
}
.tips-div {
    width: 350px;
    /*height: 400px;*/
    background: #FFFFFF;
    position: fixed;
    top: 250px;
    z-index: 100;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
}
.tips-title {
    text-align: center;
    color: red;
    padding-top: 15px;
}
