* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: 'ubuntu';
    src: url(https://le-www-live-s.legocdn.com/sc/assets/b2.13.0.176/fonts/ubuntu-v9-latin-regular.woff2);
}

body {
    font-family: 'ubuntu';
}

::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 8px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
    background: #EEE;

}

::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #DDD;
}

::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    display: none;
}

.btn {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border-radius: 29px;
    cursor: pointer;
}

.btnYellow {
    background: rgba(254, 217, 12, 1);
    box-shadow: 0px 14px 29px 1px rgba(254, 217, 12, 0.3);
    color: #2C3946;
}

.btnBlue {
    background: rgba(0, 142, 254, 1);
    box-shadow: 0px 14px 29px 1px rgba(0, 142, 254, 0.3);
    color: #fff;
    margin-right: 30px;
}

.downloadPage {
    background: rgba(220, 236, 250, 1);
    min-width: 1200px;
}

.nav {
    width: 100%;
    height: 90px;
    background: rgba(255, 255, 255, 1);
}

.navContainer {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(85, 101, 117, 1);
    justify-content: space-between;
}

.navRight {
    display: flex;
    align-items: center;
    height: 100%;
}

.navList {
    width: 560px;
    height: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.navList>div {
    display: inline-block;
    width: calc(100% / 3);
    line-height: 90px;
    text-align: center;
    line-height: 90px;
    cursor: pointer;
    position: relative;
}

.navList>div:hover {
    color: #046dfa;
}

.navList>div:hover .productList {
    height: 224px;
}

.productList {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    color: rgba(85, 101, 117, 1);
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.productList>div {
    padding: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 56px;
    line-height: 56px;
}

.productList>div:hover {
    background: #046dfa;
    color: #fff;
}

.shopBtn {
    width: 120px;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    background-color: rgb(28, 139, 244);
    text-align: center;
    color: #fff;
    margin-left: 60px;
    cursor: pointer;
}

.downloadPageContainer {
    padding: 100px 0 120px;
}

.donwloadTitle {
    font-size: 48px;
    font-weight: bold;
    color: rgba(44, 57, 70, 1);
    text-align: center;
    margin-bottom: 60px;
}

.productCard {
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 50px 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 60px;
}

.productCard::after {
    display: block;
    content: '';
    clear: both;
}

.productCard:last-child {
    margin-bottom: 0;
}

.cardLeft {
    float: left;
    width: 334px;
    margin-left: 30px;
}

.cardRight {
    float: left;
    width: 730px;
    min-height: 334px;
    margin-left: 56px;
    position: relative;
}

.cardRightTitle {
    margin-top: 20px;
}

.productName {
    font-size: 38px;
    font-weight: bold;
    color: rgba(44, 57, 70, 1);
}

.productVersion {
    font-size: 28px;
    font-weight: bold;
    color: rgba(44, 57, 70, 1);
}

.productDes {
    font-size: 16px;
    font-weight: 400;
    color: rgba(44, 57, 70, 1);
    line-height: 24px;
    margin: 20px 0 30px;
}

.productDoc {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 142, 254, 1);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.productDoc>img {
    width: 18px;
    height: 24px;
    margin-right: 10px;
}

.productSupport {
    font-size: 18px;
    font-weight: bold;
    color: rgba(44, 57, 70, 1);
    margin: 30px 0 19px;
}

.productSupportList {
    font-size: 16px;
    font-weight: 400;
    color: rgba(44, 57, 70, 1);
    line-height: 24px;
}

.line {
    border-top: 1px solid rgba(238, 238, 238, 1);
    margin: 40px 0;
}


.software {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.softwareTitle {
    font-size: 28px;
    font-weight: bold;
    color: rgba(44, 57, 70, 1);
    margin-bottom: 30px;
}

.softwareDes {
    font-size: 16px;
    font-weight: 400;
    color: rgba(44, 57, 70, 1);
    line-height: 15px;
}

.downloadBtnContainer {
    display: flex;
    margin-top: 30px;
    /* justify-content: space-between; */
}

.g0Download {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.g0DownloadText {
    margin-top: 85px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(44, 57, 70, 1);
}

.footBar {
    width: 100%;
    min-width: 1200px;
    height: 240px;
    background: rgba(240, 247, 254, 1);
    padding-top: 40px;
}

.footBarContainer {
    width: 1200px;
    margin: 0 auto;
}

.footBarIconList {
    width: 300px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.footBarIconList>img {
    width: 36px;
    height: 38px;
}

.footBarList {
    width: 1100px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 50px;
    font-size: 14px;
    color: #95a7b9;
}

.footBarList>span {
    cursor: pointer;
}

.footTextLine {
    border-top: 1px solid #CED8E3;
    margin: 25px 0;
}

.footText {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(149, 167, 185, 1);
}