.downLoad {
    display: inline-block;
    cursor: pointer;
}

.showpage {
    display: flex;
    flex-direction: column;
    align-items: center;

    /* width: 1200rem;
    margin: 0 360rem 0 360rem  */
}

.topBox {
    width: 1200rem;
    height: 64rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    z-index: 99;
    position: relative;
}

.topMiddle {
    display: flex;
    gap: 40rem;
}



.is_border {
    border-bottom: 1rem solid #D8D8D8;
}

.topLeft>img {
    width: 100%;
    vertical-align: middle;
}

.topLeft span {
    font-weight: bold;
    font-size: 16rem;
    color: #333333;
}

.topRight {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    width: 129rem;
    height: 40rem;
    background: linear-gradient(270deg, #4D9CFE 0%, #1887FF 100%);
    border-radius: 4rem;
    line-height: 40rem;
    font-size: 14rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    /* margin-top: 12rem; */
}

.topRight img {
    width: 24rem;
    height: 19rem;
}

.topRight a {
    font-size: 14rem;
    font-weight: 500;
    color: #FFFFFF;
}

.topRight:hover {
    background: linear-gradient(270deg, #1887FF 0%, #4D9CFE 100%);
}

.banner {
    display: flex;
    justify-content: center;
    height: 720rem;
    width: 100%;
    position: relative;

}

.bannerImg {
    position: absolute;
    height: 720rem;
    width: 100%;
    top: 0;
    margin: 0 auto;
    object-fit: cover;
    z-index: 1;
}

.bannerLeft {
    display: flex;
    flex-direction: column;
}

.bannercontain {
    display: flex;
    justify-content: space-between;
    position: absolute;
    gap: 65rem;
    z-index: 9;
    top: 64rem;
    width: 1200rem;
}

.bannerTitle {
    display: flex;
    align-items: center;
    gap: 16rem;
    position: relative;
    font-weight: bold;
    font-size: 42rem;
    color: #333333;
    margin-top: 130rem;
}

.bannerTitle img {
    width: 72rem;
    height: 72rem;
    border-radius: 9rem;
}


.bannerList {
    display: flex;
    flex-direction: column;
    gap: 24rem;
    margin-top: 40rem;
}

.information {
    
    display: flex;
    gap: 40rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.information {
    font-weight: 400;
    font-size: 16rem;
    color: #666666;
}

.informationwidth {
    width: 170rem;
}



.bannerBtn {
    position: relative;
    cursor: pointer;
    width: 217rem;
    height: 60rem;
    background: linear-gradient( 270deg, #4D9CFE 0%, #1887FF 100%);
    box-shadow: 0px 11px 30px 0px rgba(24,135,255,0.3), 0px 4px 10px 0px rgba(24,135,255,0.17);
    border-radius: 4rem;
    line-height: 60rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 20rem;
    margin-top: 70rem;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
}

.bannerBtn:hover {
    background: linear-gradient(270deg, #1887FF 0%, #4D9CFE 100%);
}

.bannerBtn img {
    width: 24rem;
    height: 19rem;
    margin-right: 12rem;
}

.bannerTxt {
    margin-top: 24rem;
    height: 20rem;
    font-size: 12rem;
    font-weight: 500;
    color: #333333;
    line-height: 20rem;
}

.bannerRight {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 635rem;
    height: 387rem;
    background: #FFFFFF;
    box-shadow: 0rem 2rem 11rem 0rem rgba(0, 0, 0, 0.1);
    border-radius: 8rem;
    margin-top: 125rem;
    padding: 12rem;
    box-sizing: border-box;
}

.bannerRight img {
    cursor: pointer;
    width: 611rem;
    height: 363rem;
    border-radius: 8rem;
}

.dwon-an {
    position: absolute;
    width: 220rem;
    height: 220rem;

    background: #fff;
    opacity: 0.1;
    z-index: 1;
    animation: bigyuan 1.2s infinite;
    -webkit-animation: bigyuan 1.2s infinite;
    border-radius: 100%;
}

@keyframes bigyuan {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
    }
}


.downloadBox {
    margin-top: 120rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    margin-bottom: 120rem;
}

.Titles {
    text-align: center;
    font-weight: 600;
    font-size: 32rem;
    color: #333333;
    height: 32rem;
    width: 300rem;
    line-height: 32rem;
    position: relative;
    display: flex;
    justify-content: center;
}


.titleImg {
    position: absolute;
    width: 207rem;
    height: 47rem;
    top: 16rem;

}
.ordinaryimg{
    cursor: pointer;
    width: 580rem;
    height: 340rem;
    border-radius: 6rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 2rem solid #fff;
    box-sizing: border-box;
}
.softwareimg {
    cursor: pointer;
    width: 580rem;
    height: 340rem;
    border-radius: 6rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border: 2rem solid #fff;
    box-sizing: border-box;
}

.ordinaryBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    width: 217rem;
    height: 60rem;
    box-shadow: 0rem 11rem 30rem 0rem rgba(18, 94, 217, 0.3), 0rem 4rem 10rem 0rem rgba(18, 94, 217, 0.17);
    border-radius: 4rem;
    border: 2rem solid #1887FF;
    font-weight: 500;
    font-size: 20rem;
    color: #1887FF;
    box-sizing: border-box;
}
.ordinaryBtn div{
    background-image: url('../img/icon_download2@2x.png');
    background-size: 24rem 19rem;
    width: 24rem;
    height: 19rem;
}
.ordinaryBtn:hover div{
    background-image: url('../img/icon_download@2x.png');

}

.ordinaryBtn:hover{
background-color: #2e8cfc;
color: #fff;
}

.downloadTitle{
    margin-top: 24rem;
    font-size: 32rem;
    font-weight: 700;
}
.secureBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    width: 217rem;
    height: 60rem;
    background: linear-gradient(270deg, #4D9CFE 0%, #1887FF 100%);
    box-shadow: 0rem 11rem 30rem 0rem rgba(18, 94, 217, 0.3), 0rem 4rem 10rem 0rem rgba(18, 94, 217, 0.17);
    border-radius: 4rem;
    font-weight: 500;
    font-size: 20rem;
    color: #FFFFFF;
}
.secureBtn:hover {
    background: linear-gradient(270deg, #1887FF 0%, #4D9CFE 100%);
}

.secureBtn img{
    width: 20rem;
    height: 24rem;
}



.bottom {
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    height: 72rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 8rem 0rem rgba(0, 0, 0, 0.06);
}

.bottomContain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200rem;
}

.bottomLeft {
    display: flex;
    gap: 12rem;
}

.downloadContain {
    margin-top: 72rem;
    display: flex;
    gap: 40rem;
}

.downloadContain>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32rem;
}

.bottomLeftTitle {
    font-weight: bold;
    font-size: 16rem;
    color: #333333;
    line-height: 16rem;
    max-width: 250rem;
    overflow: hidden;
    /*内容超出后隐藏*/
    text-overflow: ellipsis;
    /*超出内容显示为省略号*/
    white-space: nowrap;

}

.bottomLeftTxt {
    margin-top: 4rem;
    font-weight: 500;
    font-size: 16rem;
    color: #333333;
    max-width: 250rem;
    overflow: hidden;
    /*内容超出后隐藏*/
    text-overflow: ellipsis;
    /*超出内容显示为省略号*/
    white-space: nowrap;

}

.bottomLeft img {
    width: 40rem;
    height: 40rem;
    border-radius: 5rem;
}

.bottomMiddle {
    display: flex;
    align-items: center;
    gap: 8rem;
    width: 400rem;
    font-weight: 500;
    font-size: 16rem;
    color: #333333;

}

.bottomMiddle img {
    width: 16rem;
    height: 15rem;
}

.bottomDownload {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
    width: 129rem;
    height: 40rem;
    background: linear-gradient(270deg, #4D9CFE 0%, #1887FF 100%);
    border-radius: 4rem;
    line-height: 40rem;
    font-size: 14rem;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
}
.bottomDownload:hover{
    background: linear-gradient(270deg, #1887FF 0%, #4D9CFE 100%);

}
.downloadIcon {
    width: 24rem;
    height: 19rem;
}

/* 底部 */


.company {
    margin-top: 2rem;
}

.footerTxt {
    margin-top: 8rem;
}

.footer {
    padding-top: 20px;
    background: #f5f5f5;
    font-size: 14rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 100%;
    margin-bottom: 72rem;
}

.footer div {
    color: #666;
    font-size: 14rem;
    line-height: 30rem;
}

.footerTxt {
    margin: 0 4rem;
    color: #666;
    font-size: 14rem;
}

.footerTxt span {
    margin: 0 4rem;
    color: #fff;
    font-size: 12rem;
}

.footerTxt a {
    margin: 0 04rem;
    color: #fff;
    font-size: 12rem;
}

.footerTxt a:hover {
    color: #30CF85;
}