.main-wrapper {
    background-color: #F6F8FA;
}
#main-container {
    width: 1300px;
}

.i-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 439px;
    padding-top: 50px;
    background-color: #E5F0FF;
    box-shadow: 0px 4px 30px 1px rgba(29, 120, 244, 0.08);
    border: 0;
    margin-bottom: 0;
}
.i-box-img1 {
    background: url('../images/download_1_3.jpg') no-repeat;
    background-size: 100%;
    height: 100%;
}

.i-box:hover {
    cursor: pointer;
}

.i-box-img2 {
    background: url('../images/download_1_4.jpg') no-repeat;
    background-size: 100%;
}

.i-box-img3 {
    background: url('../images/download_1_5.jpg') no-repeat;
    background-size: 100%;
}

.new-header {
    margin-top: 100px;
    font-size: 2em;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
}
.htt-line {
    width: 80px;
    height: 6px;
    background-color: #1D78F4;
    margin: 8px auto 16px;
}
.new-img {
    width: 155px;
}
.env {
    font-size: 24px;
    font-weight: 600;
    color: #1D78F4;
}
.i-box .desc {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    flex: 1;
}

.card > .caption {
    position: absolute;
    top: -100%;
    left: 0;
    display: block !important;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: linear-gradient(180deg, #1D78F4 0%, rgba(29, 120, 244, 0.6) 100%);
    border-radius: 16px 16px 16px 16px;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1);
    transition: all .8s cubic-bezier(.175, .885, .32, 1);
}

.card > .caption p {
    padding: 0px 0px 0px 10px;
    text-align: left;
    line-height: 32px;
    vertical-align: middle;
}

.card > .caption p > a, .card > .caption .more {
    color: #dcdadb;
}

.card > .caption p > a:hover {
    color: #fafafa;
}
.card > .caption p i {
    margin-top: 10px;
    right: 30px;
    position: absolute;
}

.card > .caption .more {
    background-color: #fff;
    position: absolute;
    right: 42%;
    bottom: 28px;
    padding: 6px 12px;
    border-radius: 10px;
    color: #444;
}
.card > .caption .more:hover {
    background-color: #f5f5f5;
    color: #000;
}

.card-intro{
    width: 100%;
    font-size: 1.2em;
    /*color: #333;*/
    color: #666;
    height: 120px;
    background-color: #fff;
    /*border-radius: 0px 0px 16px 16px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.banner {
    height: 420px;
    padding-left: 320px;
    background: url('../images/new/banner.png');
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}
.banner p {
    color: #F1F1F1;
    font-size: 40px;
    font-weight: 600;
    font-family: MiSans-Semibold, MiSans;
}
.banner img {
    width: 99px;
    height: 212px;
    margin: 0 20px;
}
.label-info {
    margin-right: 10px;
    background-color: #fff;
}
.card {
    border-radius: 16px;
    overflow: hidden;
}

.version {
    margin: 60px 0 24px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.select-box {
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
}
.select-box select {
    width: 308px;
    height: 40px;
    margin-left: 16px;
    border: 1px solid #D2DCE6;
    border-radius: 2px;
    opacity: 0.8;
}

.version-table {
    margin-bottom: 100px;
}

.version-table td {
    height: 48px;
    padding: 0 0 0 24px;
    border: 1px solid #D4DFE5;
    font-size: 14px;
    font-weight: 600;
}
thead td {
    background-color: #E1E8EC;
    color: #707F8C;
}
tbody td {
    font-weight: 500;
    font-family: MiSans, MiSans;
    color: #2B2A35;
}
.version-table button {
    width: 64px;
    height: 24px;
    background-color: #1D78F4;
    border: none;
    border-radius: 4px;
    color: #fff;
    outline: none;
}
.project-version { width: 366px; }
.version-number { width: 344px; }
.release-date { width: 210px; }
.content-size, .handle-button { width: 180px; }