* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
}


.mr-5 {
    margin-right: 5px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-80 {
    margin-bottom: 80px;
}

.opacity-1 {
    opacity: 1 !important;
}

.btn {
    width: 180px;
    height: 40px;
    background: linear-gradient(90deg, #00CC69 2.22%, #00AD59 100%);
    /* box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.25); */
    border-radius: 3px;
    cursor: pointer;
}

.btn:hover {
    background: #00cc69;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: -webkit-box-shadow .45s ease-out;
    transition: -webkit-box-shadow .45s ease-out;
    transition: box-shadow .45s ease-out;
    transition: box-shadow .45s ease-out, -webkit-box-shadow .45s ease-out;
    color: #fff;
    /* box-shadow: 0px 2px 16px rgb(0, 204, 105); */
}

.btn img {
    margin-left: 16px;
    margin-right: 34px;
}

.link {
    float: right;
    margin-top: 16px;
    width: 180px;
    display: flex;
    justify-content: space-between;
}

.link a,
.link span {
    color: #ADB5BD;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.link a:hover {
    text-decoration: underline;
}

.vector {
    margin-right: 24px;
    margin-left: 40px;
}

.flex-box-center {
    display: flex;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: center;
    justify-items: center;
}

.flex-box-col-end {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

#app {
    background-color: #000;
}

.content {
    height: 100vh;
    background: url('https://image.xunyou.com/PALETTE/product_bg.png') center/cover;
    position: relative;
    overflow: hidden;
    font-family: 'PingFang SC';
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}

.content .content-tabs {
    position: absolute;
    left: 6%;
    top: 22%;
    z-index: 999;
    padding-left: 32px;
    border-left: 2px solid rgb(0, 230, 118, 0.1);
}

.content .content-tabs .content-tabs-icon {
    width: 2px;
    height: 22px;
    background: #00E676;
    position: absolute;
    left: -2px;
    top: -2px;
    transition: transform .5s;
}

.content .content-tabs .content-tabs-item {
    cursor: pointer;
    opacity: 0.3;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    width: 180px;
    overflow: hidden;
}

.content .content-tabs .content-tabs-item:hover {
    opacity: 1;
}

.content .content-container-content {
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    left: calc(50% - 465px);
    top: calc(50% - 350px);
    max-width: 1200px;
}

.content .content-container-content .content-container-content__left {
    margin-bottom: 80px;
}

.announce-title {
    font-size: 24px;
    color: #fff;
    border-bottom: 1px solid #29363C;
    padding-bottom: 24px;
    margin-bottom: 48px;
}

.announce-part {
    margin-bottom: 16px;
}

.announce-part-title.announce-tips {
    font-size: 16px;
    color: #00E676;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.announce-part-content {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}