body,
ul,
li,
p {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1200px;
}

a {
    color: #000000;
    border: none;
    outline: none;
    text-decoration: none;
}

.header {
    display: flex;
    height: 60px;
    padding: 0 calc(100vw / 10);
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header .left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.header .left .logoImage {
    height: 40px;
    display: block;
}

.header .right {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.header .right .item {
    color: #333333;
    width: 110px;
    height: 100%;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.header .right .selectItem {
    color: #ffffff !important;
    background-color: #FA7448;
}

.header .right .selectItem a {
    color: #ffffff;
}

.banner {
    background-color: #EE8131;
    display: flex;
    align-items: center;
    padding: 60px calc(100vw / 6) 0;
}

.banner .left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner .left .bannerImage {
    height: 480px;
    display: block;
    margin: 25px 0;
}

.banner .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.banner .right .bannerWordImage {
    width: 400px;
    display: block;
    margin-bottom: 40px;
}

.banner .right .textContent {
    font-size: 20px;
    line-height: 19px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 20px;
}

.banner .right .actionBox {
    width: 335px;
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner .right .actionBox .buttonBox {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.banner .right .actionBox .buttonBox .buttonImage {
    width: 335px;
}

.banner .right .actionBox .buttonBox .buttonText {
    font-weight: 600;
    font-size: 24px;
    color: #FD6B00;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .right .actionBox .remark {
    font-weight: 600;
    color: #ffffff;
    width: 258px;
    height: 14px;
    font-size: 14px;
    margin-top: 15px;
}

.top {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top .topTitle {
    margin: 30px;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}

.top .tag {
    width: 70px;
    border: 1px solid #E8E8E8;
}


.content {
    display: flex;
    align-items: center;
    padding: 0 calc(100vw / 6);
}

.content .left {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.content .left .banner2Image {
    height: 400px;
    display: block;
}

.content .right {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content .right .bannerWord2Image {
    width: 250px;
    display: block;
    margin-bottom: 50px;
    padding-left: calc(100vw / 12);
}

.content .right .textBox {
    display: flex;
    flex-direction: column;
    padding-left: calc(100vw / 12);
}

.content .right .textBox .title {
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.content .right .textBox .textContent {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}


.content2 {
    display: flex;
    align-items: center;
    padding: 0 calc(100vw / 6);
    background-color: #EEEEEE;
    margin-top: 50px;
}


.content2 .left {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content2 .left .bannerWord3Image {
    width: 250px;
    display: block;
    margin-bottom: 50px;
}

.content2 .left .textBox {
    display: flex;
    flex-direction: column;
}

.content2 .left .textBox .title {
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
}

.content2 .left .textBox .textContent {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.content2 .right {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.content2 .right .banner3Image {
    height: 495px;
    display: block;
    margin: 20px 0;
}

.banner4Image {
    width: 100%;
    display: block;
}

.banner5 {
    display: flex;
    align-items: center;
    background-color: #EEEEEE;
    padding: 25px calc(100vw / 6);
}

.banner5Image {
    width: 100%;
    display: block;
}


.bottom {
    display: flex;
    align-items: center;
    height: 250px;
    padding: 0 calc(100vw / 8);
}

.bottom .left {
    flex: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
}


.bottom .left .title {
    color: #000000;
    font-weight: bolder;
    font-size: 14px;
    line-height: 24px;
    margin: 20px 0;
}

.bottom .left .textContent {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}

.bottom .left .remark {
    color: #999999;
    flex: 1;
    display: flex;
    align-items: center;
}

.bottom .right {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

.bottom .right .bottomImage {
    height: 250px;
    display: block;
}

.DownLoad {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 100;
}

.DownLoad .downloadContent{
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 500px;
}

.DownLoad .bgImage {
    width: 100%;
}

.DownLoad .buttonBox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    z-index: 150;
}

.DownLoad .imageBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.DownLoad .buttonImage {
    width: 80%;
    margin-bottom: 20px;
}



.DownLoad .noticeImage {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 200;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}

.DownLoad .showNotice {
    display: block !important;
}


.DownLoad .noticeImage img {
    width: 100%;
}

