/* 消除默认样式 */
* {
    margin: 0;
    padding: 0;
}

#header {
    /* 宽度占屏幕100%，这样缩放浏览器不会影响效果 */
    width: 100%;
    min-width: 1180px;
    background-color: #FFFFFF;
    /* 给标签设计高度，否则内部为空的标签将无法显示出来 */
    /* height: 50px; 内部子标签有高度，这里就不用了*/
    /* 给模块添加背景颜色，否则我们无法看到网页布局的效果 */
    /* background-color: cyan; 去掉大模块的颜色*/
}
.headerBox{
    width: 1180px;
    margin: auto;
}
.navbar-logo {
    background: #02adff;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 22px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 600;
    letter-spacing: 2px;
}

.logo {
    width: 84px;
    height: 64px;
    margin-right: 12px;
    border-radius: 6px;
}

.container-header {
    width: 1180px;
    height: 80px !important;
    display: flex;
    align-items: center;
    margin: auto;
    background: #FFFFFF !important;
    justify-content: space-between;
    /* padding: 0 20px !important; */
}

.navbar {
    padding: 0 !important;
}

.navUl {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.nav-item {
    /* padding: 10px 15px; */
    width: 102px;
    margin-left: 40px;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #323233;
    letter-spacing: 1px;
    text-align: center;
}

#banner {
    width: 100%;
    min-width: 1180px;
    height: 490px;
}

#content {
    width: 1180px;
    /* height: 100% !important; */
    /* margin: auto; */
    margin: 70px auto;
}
.banner-bg{
    object-fit: cover;
    position: relative;
}
.downloadArea {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.download-img {
    width: 70px;
    height: 70px;
    margin-top: 30px;
}

.download-item {
    display: flex;
    flex-direction: column;
    width: 260px;
    height: 264px;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 6px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    position: relative;
}

.download-text {
    margin: 46px auto 30px;
    line-height: 1;
    font-size: 20px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #323233;
}

.download-button {
    width: 102px;
    height: 38px;
    background: linear-gradient(315deg, #60A7FF 0%, #71B1FF 26%, #45E4FD 88%, #42F5FF 100%);
    border-radius: 8px;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.download-qrcode {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.download-qrcodeimg {
    width: 180px;
    height: 180px;
    margin-top: 30px;
    cursor: pointer;
}

.sktodo {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
}

.content-box {
    width: 280px;
    height: 100%;
    text-align: center;
}

.content-box h4 {
    font-size: 22px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #323233;
}

.content-box p {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #646566;
}

.sikong-img {
    width: 240px;
    height: 176px;
    margin-bottom: 30px;
}

#content h1 {
    background: linear-gradient(315deg, #60A7FF 0%, #71B1FF 26%, #45E4FD 88%, #42F5FF 100%);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 47px;
}

#footer {
    width: 100%;
    min-width: 1180px;
    /* height: 100%; */
    background: #F7F9FA;
}

.footerBox {
    width: 1180px;
    /* height: 100px; */
    display: flex;
    margin: auto;
    padding-bottom: 10px;
}

.footerContent {
    width: 80%;
    margin-left: 12.5%;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #323233;
}

.footerContent p:nth-child(1) {
    margin-top: 32px;
    margin-bottom: 33px;
}

.footerRight {
    display: flex;

}

.footerRight-item {
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #323233;
    margin-top: 36px;
}

.footerRight-item span {
    line-height: 1;
}

.footerRight-item:nth-child(1) {
    margin-right: 40px;
}

.tabActive {
    width: 102px;
    height: 38px;
    background: linear-gradient(315deg, #60A7FF 0%, #71B1FF 26%, #45E4FD 88%, #42F5FF 100%);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    letter-spacing: 1px;
}



.content-banner {
    width: 100%;
    min-width: 1180px;
    /* height: 100%; */
    margin: auto;
    overflow: hidden;
    position: absolute;
    top: 84px;
}

.banner-text {
    width: 1180px;
    height: 358px;
    margin: 67px auto 90px;

}

.banner-text h2 {
    font-size: 30px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 46px;
    letter-spacing: 1px;
    text-align: center;
}

.banner-download {
    width: 100%;
    height: 258px;
}

.multiterminalSupport {
    width: 472px;
    height: 120px;
    margin-bottom: 12px;
    /* margin-left: 130px; */
}

.freeDownload {
    width: 472px;
    height: 120px;
    /* margin-left: 305px; */
}

.content-tab {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.tabs {
    width: 100%;
    height: 80px;
    display: flex;
}

.tab:nth-child(1) {
    border-radius: 16px 0 0 0;
}

.tab:nth-child(5) {
    border-radius: 0 16px 0 0;
}

.tab {
    width: 236px;
    height: 80px;
    background: #F4FBFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #323233;
    cursor: pointer;
}


.panels {
    width: 100%;
    height: 420px;
    border-radius: 0 0 16px 16px;
    background: #F4FBFF;
}

.panel {
    width: 100%;
    height: 100px;
    display: none;

}

.panel-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 70px;
    align-items: center;
}

.panel-text h3 {
    font-size: 36px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #323233;
}

.panel-text p {
    font-size: 22px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #646566;
}

.panel-image {
    width: 336px;
    height: 376px;
    margin-top: 44px;
}

.tips-text {
    font-size: 22px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #646566;
    text-align: center;
}

.content-safety {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 70px;
}

.item-safety {
    width: 260px;
    height: 460px;
    background: #FFFFFF;
    border-radius: 16px;
    border: 2px solid #42F5FF;
    /* border-image: linear-gradient(180deg, rgba(66, 245, 255, 1), rgba(83, 201, 255, 1), rgba(96, 167, 255, 1)) 2 2; */
    padding: 0 20px;
}

.item-safety-img {
    width: 80px;
    height: 80px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 50px;
}

img {
    width: 100%;
    height: 100%;
}

.item-safety h5 {
    font-size: 22px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    color: #323233;
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}

.item-safety p {
    font-size: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    color: #646566;
}