.banner{
    height: 910px;
    display: flex;
    justify-content: center;
    background: url("../../assets/imgs/download/banner.jpg");
    background-size: 100% 100%;
}

.container{
    width: 1200px;
    margin: 0 auto;
}

.banner-con{
    padding-top: 80px;
}

.banner-left, .banner-right{
    width: 50%;
}

.banner-left h3{
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 68px;
}

.banner-left p{
    font-size: 20px;
    font-weight: 400;
    color: #8fb3fb;
    line-height: 28px;
}

.banner-left button{
    width: 200px;
    height: 44px;
    margin-top: 24px;
    font-size: 16px;
    border: none;
    background: #fff;
    border-radius: 4px;
    color: #198cff;
    font-weight: 600;
    cursor: pointer;
}

.banner-left button:hover{
    color: #fff;
    background: #66aef6;
}

.banner-right img{
    width: 100%;
}

.banner-bottom{
    display: flex;
    width: 100%;
    margin-top: 40px;
}

.download-link-card {
    padding: 48px 40px;
    margin-right: 24px;
    text-align: center;
    width: 384px;
    height: 388px;
    border-radius: 16px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.12);
    box-shadow: 0 6px 32px 0 rgba(0,51,102,0.08);
}
.download-link-card button {
    width: 160px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 32px;
    color: #1A8CFF;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    background: #FFFFFF;
}
.download-link-card button:hover{
    color: #fff;
    border-color: #1A8CFF;
    background: #1A8CFF;
}
.download-link-card img {
    width: 56px;
    height: 56px;
}

.br-50{
    border-radius: 50%;
}
#weixin p{
    color: #fff;
}
.download-link-card .computer-name {
    margin: 24px 0 4px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}
.download-link-card .support,
.download-link-card .time{
    font-size: 16px;
    font-weight: 400;
    color: #8dc2fb;
}
.download-link-card .support {
    margin-bottom: 16px;
    white-space: nowrap;
}
.download-link-card .time{
    margin-bottom: 4px;
}

.content{
    margin-top: 80px;
}

h2.title{
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    line-height: 40px;
}

.mb-40{
    margin-bottom: 40px;
}

.function-list{
    margin: 80px 0 100px 0;
}

.logos{
    display: flex;
    padding-bottom: 48px;
    padding-left: 160px;
    border-bottom: 1px solid #E6EBF0;
    justify-content: space-around;
}

.logos div{
    width: 260px;
}

.logos img{
    height: 25px;
}

.function-type1{
    display: flex;
    margin-top: 50px;
    min-height: 78px;
    border-bottom: 1px solid #E6EBF0;
}

.function-type1 h5{
    width: 160px;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.function-type1 img{
    width: 16px;
    margin-right: 4px;
}

.function-type1 .f-row{
    display: flex;
}

.function-type1 .f-row .box{
    width: 244px;
    padding-right: 16px;
    margin-bottom: 16px;
}

.function-type1 .f-row .box:last-child{
    margin-right: 0;
}

.function-type1 .f-row .box span{
    font-size: 14px;
    font-weight: 400;
    color: #7c7c7c;
}

.function-r .f-row:last-child{
    padding-bottom: 30px;
}

.select-block {
    display: flex;
    padding: 6px 6px 6px 12px;
    background: #F3F4F5;
    width: 104px;
    height: 32px;
    border-radius: 2px;
    box-sizing: border-box;
}

.version{
    font-size: 16px;
    line-height: 22px;
    margin-top: 24px;
}

select {
    width: 100%;
    border: none;
    background: none;
    outline: none;
}

.search input {
    width: 600px;
    height: 48px;
    padding-left: 56px;
    padding-right: 12px;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(49, 113, 187, 0.16);
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    box-sizing: border-box;
}

.search .icon {
    position: absolute;
    left: 16px;
    top: 8px;
    width: 32px;
    height: 32px;
    background: url("../../assets/imgs/wiki/search.png");
    background-size: 100% 100%;
}

.search .clear {
    width: 12px;
    height: 12px;
}

.table{
    width: 100%;
    margin: 16px 0 0 0;
}

.table th, .table td{
    padding: 16px 24px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 22px;
}

.table th:last-child, .table td:last-child{
    text-align: center;
}

.table th{
    background: #F9FAFB;
    text-align: left;
    box-shadow: inset 0 -1px 0 0 #E6EBF0;
}

.table td{
    padding: 16px 24px;
    background: #FFFFFF;
    box-shadow: inset 0 -1px 0 0 #E6EBF0;
}

.table td span{
    color: #808080;
}

.table button{
    width: 72px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    cursor: pointer;
}

.table button:hover{
    color: #fff;
    border-color: #1A8CFF;
    background: #1A8CFF;
}

.radios{
    height: 44px;
    margin-left: 100px;
    line-height: 36px;
}

.radios label{
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.radios label:nth-of-type(1){
    padding-right: 14px;
}

.radios label:nth-of-type(2){
    padding-right: 20px;
}

.radios label:nth-of-type(3){
    padding-right: 18px;
}

.radios label:nth-of-type(4){
    padding-right: 22px;
}

.radios label span{
    display: inline-block;
    width: 74px;
    font-style: 16px;
    font-weight: 600;
    text-align: center;
}

.radios label.active{
    color: #1A8CFF;
    border-bottom: 2px solid #1A8CFF;
}

.radios input{
    opacity: 0;
}

.content{
    min-height: 600px;
}

.box .time{
    margin: 4px 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.footer-con{
    margin-top: 120px;
}