﻿.tempTitle p {
    margin: 10px 0px;
}

.tempTitle_p1 {
    font-size: 40px;
    color: rgb(51, 51, 51);
}

.tempTitle_p2 {
    color: rgb(92, 94, 102);
    font-size: 16px;
    letter-spacing: 2px;
}

.versionBox {
    background-color: rgb(247, 250, 255);
    padding: 50px 180px;
    margin-top: 50px;
}

.w-100 {
    width: 100%;
}

.flex-row-normal-center {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: normal;
}

main div {
    display: block;
}

.text-right {
    text-align: right;
}

.flex-1 {
    flex: 1;
}

.typeImg {
    width: 100%;
    height: 400px;
    object-fit: contain;
    border-style: none;
}

.pl-40 {
    padding-left: 40px;
}

.f-20 {
    font-size: 20px;
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.w-80 {
    width: 80%;
}

.color-333 {
    color: #333;
}

.color-666 {
    color: #666;
}

.el-button--primary.is-plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
    cursor: pointer;
}

    .el-button--primary.is-plain:hover {
        color: #ecf5ff;
        background: #409eff;
    }

    .el-button--primary.is-plain:not(:hover) {
        color: #409eff;
        background: #ecf5ff;
    }

.el-button--small {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1;
    border: 1px solid #dcdfe6;
}

.w-65 {
    width: 65%;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.p-20 {
    padding: 20px;
}

.flex-row-between-center {
    align-items: center;
}

.flex-row-between-center, .flex-row-between-normal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

main .activePain {
    border-color: #1a7dff;
}

main .tempPain{
    padding-bottom: 6px;
    border-bottom: 3px solid #fff;
    cursor: pointer;
}

.flex-column-center-center {
    align-items: center;
}

.flex-column-center-center, .flex-column-center-normal {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

main .tempPain img{
    margin-left: -10px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mt-40 {
    margin-top: 40px;
}

.publicizeBox {
    margin-bottom: -41px;
}

.jump {
    cursor: pointer;
}