body {
    /* background: #080624; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    font-family: "PingFang_SC_Medium", "Arial";
}

.left {
    float: left;
}

.right {
    float: right;
}

[v-cloak] {
    display: none;
}


/* ===footer=== */

.footer {
    color: #a6a7a8;
    text-align: center;
    padding: 20px 0 30px 0;
    height: 70px;
    /* background: #080624; */
}

.footer p {
    margin: 10px 0 10px 0;
}

.line {
    height: 20px;
    width: 2px;
    background: #a6a7a8;
    margin: 2px 10px 0 10px;
}

.down-list-box {
    position: relative;
}

.down-list-out {
    height: 24px;
    cursor: pointer;
}

.down-list {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #a6a7a8;
    margin: 8px 0 0 4px;
}

.select-box {
    height: 70px;
    width: 163px;
    background: gray;
    position: absolute;
    top: 29px;
    left: 0;
    border: solid 2px #aaa8a8;
    color: #000;
    display: none;
}

.select-cn {
    padding-top: 2px;
}

.select-cn,
.select-tc {
    height: 34px;
}

.select-cn:hover {
    background: #cac7c7;
    color: #646466;
}

.select-tc:hover {
    background: #cac7c7;
    color: #646466;
}

.ft-info {
    /* width: 890px; */
    height: 32px;
    margin: 0 auto;
    display: inline-block;
    margin: 0 auto 10px auto;
}

.ft-info a {
    color: #a6a7a8;
}


/* ===footer=== */


/* 关于我们、服务条款、隐私政策、 */

.ft30 {
    font-size: 30px;
}

.color-wt {
    color: white;
}

.color-bk {
    color: #000;
}

.ft24 {
    font-size: 24px;
}

.mg-right38 {
    margin-right: 38px;
}

.pd-top20 {
    padding-top: 20px;
}

.ft18 {
    font-size: 18px;
}

.gray-content {
    color: #a8a8a8;
}

.vertical-red-line {
    background: #fe4b64;
    width: 8px;
    height: 30px;
    margin-right: 20px;
    margin-top: 6px;
}

.h-gray-line {
    background: #bbb9b9;
    width: 250px;
    height: 2px;
    margin: 20px auto 20px auto;
}


/* 关于我们、服务条款、隐私政策、 */