/*更新日志*/
{
    background: #F2F5F6
;
}

.section-1 {
    height: 300px;
    background: url(../images/update/00-banner.jpg) no-repeat center top;
}

.update_banner {
    height: 300px;
    background: url(../images/update/00-banner.jpg) center center no-repeat;
    text-align: center;
}

.update_banner h1 {
    font-size: 38px;
    color: #fff;
    padding-top: 55px;
}

.update_banner h1 em {
    color: #fcff0c;
    font-weight: bold;
}

.update_banner .update_quency {
    font-size: 16px;
    color: #fff;
    margin-top: 17px;
}

.update_banner .update_quency span {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background-color: #fff;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    color: #fc352e;
    margin-right: 6px;
}

.update_banner .update_quency span:last-child {
    margin-right: 0;
}

.update_banner .cur_version {
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
}

.update_banner .updata_btns {
    font-size: 0;
    margin-top: 35px;
}

.update_banner .updata_btns a {
    width: 158px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #fff;
    border-radius: 2px;
}

.update_banner .updata_btns a:last-child {
    margin-right: 0;
}

.update_banner .updata_btns .patch_btn {
    background-color: #fff;
    color: #fc352e;
}

.update-tabs {
    background: #fff;
    margin-bottom: 67px;
    box-shadow: 0px 5px 20px 0px #0410210d;
}

.update-tabs ul {
    text-align: center;
}

.update-tabs li {
    position: relative;
    display: inline-block;
    width: 200px;
}

.update-tabs li.last {
    border-right: 0;
}

.update-tabs li i.icon1 {
    background-position: 0 0;
}

.update-tabs li i.icon2 {
    background-position: -90px 0;
}

.update-tabs li i.icon3 {
    background-position: -180px 0;
}

.update-tabs li .con {
    background: #fff;
    position: relative;
    z-index: 9;
    overflow: hidden;
    color: #333;
    cursor: pointer;
}

.update-tabs li s {
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    display: block;
    position: absolute;
    box-shadow: 0 0 12px 1px rgba(0, 0, 0, .2);
    bottom: -8px;
    left: 190px;
    background-color: #fff;
    display: none;
}

.update-tabs li .info .tit {
    font-size: 18px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.update-tabs li .info .tit:hover {
    color: #F20D23;
}

.update-tabs li .info .span {
    font-size: 14px;
    margin-top: 5px;
}

.update-tabs li.curr .info .tit {
    color: #F20D23;
}

.updata_temp {
    margin: 100px 0;
}

.updata_temp a {
    color: #1aa6fd;
}

.updata_temp .box {
    overflow: hidden;
}

.updata_temp .box .item {
    float: left;
    position: relative;
    width: 100%;
}

.updata_temp .box .item .time {
    float: left;
    width: 96px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    background: #333;
    margin: 90px 20px 0 100px;
    position: relative;
}

.updata_temp .box .item .time .edition {
    position: absolute;
    font-size: 14px;
    color: #74818c;
    width: 96px;
}

.updata_temp .box .item .desc {
    position: relative;
    z-index: 3;
    float: left;
    width: calc(100% - 400px);
    border-left: 2px solid #CEDAE3;
    padding: 90px 60px 40px 116px;
}

.updata_temp .box .item .desc .tit {
    font-size: 32px;
    color: #333;
}

.updata_temp .box .item .desc .con {
    margin-top: 10px;
}

.updata_temp .box .item .desc .con p {
    font-size: 14px;
    color: #888;
    line-height: 27px;
}

.updata_temp .box .item .lie {
    display: block;
    position: absolute;
    top: 98px;
    left: 213px;
    padding: 5px 0;
    background: #f2f5f6;
    z-index: 4;
}

.updata_temp .box .item .lie s {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #c1cdd6;
    display: block;
}

.updata_temp .box .item.year {
    margin-left: 216px;
}

.updata_temp .box .item.year .row {
    width: 74px;
    height: 74px;
    border: 5px solid #cfdbe3;
    border-radius: 50%;
    display: block;
    position: absolute;
    background-color: #8FA0AB;
    text-align: center;
    color: #fff;
    line-height: 74px;
    font-size: 18px;
    top: 26px;
    left: -42px;
    cursor: pointer;
    z-index: 4;
}

.updata_temp .box .item.year .desc {
    padding-top: 50px;
    min-height: 40px;
}

.updata_temp .box .item.year .desc .tit {
    color: #8fa0ab;
}

.updata_temp .box .item.year .row .down {
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    left: 31px;
    bottom: 15px;
}

.updata_temp .box .item.first-year .row {
    top: 0;
}

.updata_temp .box .item.first-year .desc {
    padding-top: 24px;
}

.updata_temp .box .item.first .desc {
    padding-top: 50px;
}

.updata_temp .box .item.first .time {
    margin-top: 50px;
}

.updata_temp .box .item.first .lie {
    top: 58px;
}

.updata_temp .box .item.last {
    margin-left: 218px;
}

.updata_temp .box .item.last .lie {
    top: 77px;
    left: -3px;
}

.updata_temp .box .item.last .desc {
    padding-bottom: 0;
}

.updata_temp .box .item.year.down .row .down {
    border-bottom: 6px solid #fff;
    border-top: none;
}

.updata_temp .box .item .desc:before {
    content: "";
    position: absolute;
    left: 73px;
    top: 70px;
    bottom: 13px;
    box-shadow: 0 0 30px rgba(64, 64, 64, 0.1);
    z-index: -1;
    background: #fff;
    border: 1px solid #e5e5e5;
    width: 873px;
}

.updata_temp .box .item .desc:after {
    content: "";
    position: absolute;
    left: 63px;
    top: 96px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    transform: rotate(-45deg);
}

.updata_temp .box .item.first .desc:before {
    top: 30px;
}

.updata_temp .box .item.first .desc:after {
    top: 56px;
}

.updata_temp .box .item.year .desc:before,
.updata_temp .box .item.last .desc:before,
.updata_temp .box .item.year .desc:after,
.updata_temp .box .item.last .desc:after {
    display: none;
}

@media screen and (max-width: 768px) {

    .mob-banner {
        position: relative;
    }

    .mob-banner .j-update-times-m {
        position: absolute;
        z-index: 3;
        color: #fff;
        font-size: 1.7rem;
        left: 59%;
        top: 56%;
        height: 2rem;
        line-height: 2rem;
        margin-top: -1rem;
    }

    .update-tabs ul {
        width: 100%;
    }

    .update-tabs li {
        width: 48%;
    }

    .update-content .w1200 {
        width: 100%;
    }

    .updata_temp {
        margin: 5rem 0;
    }

    .updata_temp .box .item {
        margin-left: 4rem;
        width: auto;
        float: none;
    }

    .updata_temp .box .item:after {
        content: "";
        display: block;
        clear: both;
    }

    .updata_temp .box .item.year {
        margin-left: 4rem;
    }

    .updata_temp .box .item.year .row {
        width: 6rem;
        height: 6rem;
        line-height: 5rem;
        border: 0.5rem solid #cfdbe3;
        font-size: 1.2rem;
        left: -3rem;
    }

    .updata_temp .box .item.year .row .down {
        left: 50%;
        bottom: 0.8rem;
        margin-left: -6px;
    }

    .updata_temp .box .item .time {
        position: absolute;
        float: none;
        margin: 6.2rem 0 0;
        width: 6rem;
        left: -3rem;
        z-index: 14;
        border-radius: 0;
        height: 1.9rem;
        line-height: 1.9rem;
    }

    .updata_temp .box .item .time .edition {
        width: 100%;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 15px;
        color: #74818c;
        text-align: center;
        background: #DDE7EE;
        border: 1px solid #CEDAE3;
        border-radius: 1.3rem;
        margin-top: 1rem;
    }

    .updata_temp .box .item .lie {
        display: none;
    }

    .updata_temp .box .item .desc {
        width: 100%;
        padding: 6rem 2rem 3rem 6rem;
    }

    .updata_temp .box .item .desc:before {
        left: 4rem;
        top: 4rem;
        width: auto;
        right: 1rem;
    }

    .updata_temp .box .item.first .desc:before {
        top: 3rem;
    }

    .updata_temp .box .item .desc:after {
        left: 3.2rem;
        top: 8rem;
    }

    .updata_temp .box .item.first .desc:after {
        top: 6rem;
    }

    .updata_temp .box .item.last {
        margin-left: 4rem;
    }

    .updata_temp .box .item .desc .tit {
        font-size: 1.4rem;
    }
}
