* {
    margin: 0;
    padding: 0;
}

.uplogBody {
    width: 100%;
    background-color: #f6f6f6;
}

.uplogBody-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}

.uplog-banner1 {
    width: 100%;
    height: 150px;
    background: url("../../images/producttopic/updatelog/banner.png") no-repeat center center;
    text-align: center;
    line-height: 150px;
    font-size: 30px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.uplog-box1 {
    width: 100%;
    height: 160px;
    background-color: #fff;
    font-size: 14px;
    color: #333333;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 20px;
}

    .uplog-box1 > p:nth-child(1) {
        padding-top: 25px;
        width: 95%;
        margin: 0 auto;
        line-height: 24px;
    }

    .uplog-box1 > p:nth-child(2) {
        padding-top: 20px;
        padding-bottom: 25px;
        width: 95%;
        margin: 0 auto;
        line-height: 24px
    }

.uplog-box2-title {
    width: 100%;
    display: flex;
    font-size: 18px;
    line-height: 42px;
    font-weight: bold;
    padding: 20px 0;
}

    .uplog-box2-title > div:nth-child(1) {
        margin-right: 50px;
        width: 120px;
        text-align:center;
    }

        .uplog-box2-title > div:nth-child(1):hover {
            opacity: 0.5;
        }

    .uplog-box2-title > div:nth-child(2):hover {
        opacity: 0.5;
    }

    .uplog-box2-title > div:nth-child(2) {
        width: 150px;
    }

.uplog-bottom-active {
    border-bottom: 2px solid #006fff;
}

.uplog-box2-title > div:nth-child(2) {
    /* border-bottom: 2px solid #006fff; */
    width: 150px;
}

.uplog-box2-content {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.uplog-box2-versions1 {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

    .uplog-box2-versions1 > p:nth-child(1) {
        font-size: 20px;
        font-weight: bold;
        padding-top: 15px;
    }

.p-hover::after {
    content: "";
    display: block;
    width: 20px;
    border-bottom: 2px solid #006fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.p-hover:hover:after {
    content: "";
    display: block;
    width: 65px;
    border-bottom: 2px solid #006fff;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.uplog-box2-versions1 > p:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    padding-top: 10px;
}

.uplog-box2-versions1-detail {
    width: 100%;
    display: flex;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 42px;
    align-items: center;
    border-bottom: 1px dashed #eaeaea;
}

    .uplog-box2-versions1-detail > :first-child {
        margin-right: 20px;
    }

    .uplog-box2-versions1-detail > :last-child {
        border: 1px solid #eeeeee;
        color: #b2b2b2;
        border-radius: 20px;
        height: 20px;
        line-height: 20px;
        width: 80px;
        text-align: center;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        background-color: #fbfbfb;
        margin-left: 20px;
    }

.uplog-box2-content2 {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin-top: 20px;
    padding-bottom: 20px;
}

/*.uplog-box2-content > div:last-child {
    border: none;
}*/

.uplog-box2-content2 > div:last-child {
    border: none;
}

.blankbox {
    width: 100%;
    height: 100px;
}

.up-icon-op {
    padding: 3px 5px;
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    width: 48px;
    height: 20px;
    line-height: 26px;
    background-color: #E03997;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.up-icon-adjust {
    padding: 3px 5px;
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    width: 55px;
    height: 26px;
    line-height: 26px;
    background-color: #006fff;
}

.up-icon-add {
    padding: 3px 5px;
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    width: 55px;
    height: 26px;
    line-height: 26px;
    background-color: #39B54A;
}

.up-icon-repair {
    padding: 3px 5px;
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    width: 55px;
    height: 26px;
    line-height: 26px;
    background-color: #9C26B0;
}

.up-icon-upgrade {
    padding: 3px 5px;
    margin-right: 12px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    width: 55px;
    height: 26px;
    line-height: 26px;
    background-color: #8DC63F;
}

.uplog-box2-versions1-detail > div > i {
    display: inline-block;
}

.content-hide {
    display: none;
}

#javaBox {
    -webkit-animation: fade-in-fwd 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-fwd 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

#netBox {
    -webkit-animation: fade-in-fwd 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-fwd 1.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes fade-in-fwd {
    0% {
        -webkit-transform: translateZ(-80px);
        transform: translateZ(-80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
