/* 默认样式去除 */
* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
}

body {
    scrollbar-width: none;
}
html {
    scrollbar-width: none;
}

::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    display: none;
    z-index: 999;
}

/* 解决页面闪缩的问题 */
[v-cloak] {
    display: none !important;
}

/* 模块宽度1 -- 1980px -- 1440px */
.module_width_px {
    width: 144rem;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 模块宽度1 -- 100% - 8vw */
.module_width_vw {
    width: calc(100% - 8vw);
    margin: 0 auto;
    box-sizing: border-box;
}


/* 媒体查询 */
@media screen and (max-width: 767px) {

    /* 顶部导航/底部 */
    .nav_pc_box,
    .footer_pc_box {
        display: none !important;
    }

    .nav_mobile_box,
    .footer_mobile_box {
        display: block;
    }

    /* 内容 argin-top pc - 8rem h5 -- 22.53rem*/
    .module_margin_top {
        margin-top: 22.53rem;
    }
}

@media screen and (min-width: 768px) {

    /* 顶部导航 */
    .nav_pc_box,
    .footer_pc_box {
        display: block;
        
    }

    .nav_mobile_box,
    .footer_mobile_box {
        display: none;
    }

    /* 内容 argin-top pc - 8rem h5 -- 22.53rem*/
    .module_margin_top {
        margin-top: 8rem;
    }
}

/* 导航样式 --移动端 */
.nav_mobile_box {
    position: fixed;
    top: 0;
    z-index: 999;
}

.nav_mobile_main_box {
    width: 100vw;
    height: 22.53rem;
    display: flex;
    justify-content: space-between;
    padding: 0 8.19rem;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
}

.nav_mobile_main_box img:nth-child(1),
.nav_mobile_dialogbox_top img:nth-child(1) {
    height: 18rem;
}

.nav_mobile_dialogbox {
    background: #1A1A24;
    padding: 0 8.19rem;
    color: #fff;
    /* position: absolute; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    min-height: 100vh;
    display: none;
    /* display: inline-block; */
    box-sizing: border-box;
}

.nav_mobile_dialogbox_top {
    height: 22.53rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_mobile_dialogbox_list {
    margin-bottom: 8.19rem;
}

.nav_mobile_dialogbox_list_item {
    padding: 10.24rem 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 8.19rem;
}

/* 导航样式 -- 浏览器滚动条管道一定位置时 */
.nav_bg_color {
    background-color: #fff !important;
}

.nav_bg_color .nav_black_item {
    color: #7A7980 !important;
}

.nav_bg_color .nav_black_active {
    color: #333333 !important;
}

/* 导航样式 -- 黑底 */
.nav_black_box {
    width: 100%;
    height: 8rem;
    /* height: 10rem; */
    background: rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0;
    z-index: 99;
    /* position: relative; */
}

.nav_content_box {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}

.nav_black_logo,
.nav_white_logo {
    width: 24.4rem;
    /* width: 17.4rem; */
    /* height: 5rem; */
    box-sizing: border-box;
}


.nav_black_list_box {
    display: flex;
    color: #FFFFFF;
    /* margin-left: 19.4rem; */
}

.nav_black_item {
    font-size: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.9rem;
    margin-right: 4.8rem;
    cursor: pointer;
}

.nav_black_item:last-child {
    margin: 0;
}

.nav_black_active {
    font-weight: 600;
    position: relative;
}

.nav_black_active::after {
    content: '';
    top: 3.6rem;
    left: 50%;
    transform: translate(-50%, -50%);
    /*left: 1.6rem;
    */
    position: absolute;
    width: 3.2rem;
    height: 0.4rem;
    background: linear-gradient(270deg, #7A5BFB 0%, #4FC7FB 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.nav_right_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}

.nav_scoial_box {
    color: #7A7980;
    cursor: pointer;
    font-size: 2rem;
}

.nav_login_avatar {
    /* position: absolute;
    right: 0; */
}

.nav_login_avatar img {
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    border-radius: 2.5rem;
    -webkit-border-radius: 2.5rem;
    -moz-border-radius: 2.5rem;
    -ms-border-radius: 2.5rem;
    -o-border-radius: 2.5rem;
}

.user_info_btn_box {
    cursor: pointer;
    padding: 1rem 2rem;
    text-align: center;
    /* position: absolute;
    top: 50%;
    left: -4rem;
    transform: translate(-50%, -50%);
    padding: 0 2rem;
    background-color: #fff; */
}

.user_info_btn_box:hover {
    background-color: #f3f3f5;
}

.nav_black_btn_box {
    width: 10.4rem;
    height: 4.2rem;
    border-radius: 2.1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #8465FF;
    font-weight: 500;
    font-size: 1.6rem;
    color: #FFFFFF;
    cursor: pointer;
}

/* 导航样式 -- 白底 */
.nav_white_box {
    width: 100%;
    height: 8rem;
    /* height: 10rem; */
    /* background: rgba(255, 255, 255, 0.1); */
    background: #FFFFFF;
    position: fixed;
    z-index: 99;
    top: 0;
}

.nav_white_list_box {
    display: flex;
    color: #7A7980;
    /* margin-left: 19.4rem; */
}

.nav_white_item {
    font-weight: 400;
    color: #7A7980;
    line-height: 1.9rem;
    margin-right: 4.8rem;
    cursor: pointer;
    position: relative;
    font-size: 2rem;
}

.nav_creative:hover img {
    /* display: none; */
}

.nav_white_item img {
    position: absolute;
    width: 3rem;
    top: -1rem;
    left: 7rem;
    transform: rotate(20deg);
}

.nav_white_item:last-child {
    margin: 0;
}

.nav_white_active {

    font-weight: 600;

    color: #333333;
    position: relative;
}

.nav_white_active::after {
    content: '';
    top: 3.6rem;
    /* left: 1.6rem; */
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 3.2rem;
    height: 0.4rem;
    background: linear-gradient(270deg, #7A5BFB 0%, #4FC7FB 100%);
    border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
}

.nav_white_btn_box {
    width: 10.4rem;
    height: 4.2rem;
    border-radius: 2.1rem;
    border: 1px solid #8465FF;
    font-weight: 500;
    font-size: 1.4rem;
    color: #8465FF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-sizing: border-box;

    -webkit-border-radius: 2.1rem;
    -moz-border-radius: 2.1rem;
    -ms-border-radius: 2.1rem;
    -o-border-radius: 2.1rem;
}

/* 创作中心 */
.creative_center_box {
    width: 100px !important;
}

.creative_center_content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 2rem;
}

.creative_center_close {
    position: absolute;
    top: 1.4rem;
    right: 1.4rem;
    cursor: pointer;
}

.creative_center_item {
    margin-bottom: 2rem;
}

.creative_center_item_title {
    font-weight: 800;
    color: #333333;
    position: relative;
}

.creative_center_item_title img {
    position: absolute;
    width: 3rem;
    top: -1rem;
    left: 5rem;
    transform: rotate(20deg);
    -webkit-transform: rotate(50deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

.creative_center_item_imgs {
    margin-top: 1.6rem;
    display: flex;
    gap: 1.6rem;
}

.creative_center_imgs_item {
    width: 10rem;
    height: 11.5rem;
    /* width: 13.8rem;
    height: 16rem; */
    /* background-color: #7A5BFB; */
    border-radius: 1.2rem;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.creative_center_imgs_content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    box-sizing: border-box;
    /* background: rgba(255, 255, 255, 0.1); */
    background: rgba(0, 0, 0, 0.3);
    border-bottom-left-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
    /* background: linear-gradient( 180deg, #000000 40%, rgba(0,0,0,0) 100%); */
}

.creative_center_imgs_title {

    font-weight: 800;
    font-size: 1.2rem;
    ;
    color: #FFFFFF;
}

.creative_center_imgs_describe {

    font-weight: 400;
    font-size: 1rem;
    ;
    color: #FFFFFF;
    margin-top: 0.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 社群弹框 */
.scoial_service_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

.scoial_service_code {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.scoial_service_code_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.scoial_service_code_item img {
    width: 10rem;
    height: 10rem;
}

.scoial_service_code_item span {
    display: inline-block;
    width: 10rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 1rem;
    text-align: center;
}

/* 合作伙伴 */
@media screen and (max-width: 767px) {
    .partners_list {
        margin-top: 6.3rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 4rem;
        /* display: flex;
        gap: 4rem;
        flex-wrap: wrap;
        justify-content: space-around; */
    }

    .partners_item {
        border-radius: 2rem;
        -webkit-border-radius: 2rem;
        -moz-border-radius: 2rem;
        -ms-border-radius: 2rem;
        -o-border-radius: 2rem;
    }

    .partners_list img {
        width: 70%;
        /*width: 31.4rem;
        */
        aspect-ratio: 314 / 196;
        box-sizing: border-box;
        border-radius: 4rem;
        -webkit-border-radius: 4rem;
        -moz-border-radius: 4rem;
        -ms-border-radius: 4rem;
        -o-border-radius: 4rem;
    }

    .partners_title {
        font-size: 10rem;
    }

    .partners_sub {
        font-size: 6rem;
    }
}

@media screen and (min-width: 768px) {
    .partners_list {
        margin-top: 6.3rem;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 1.6rem;
        cursor: pointer;
    }

    .partners_item {
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
    }

    .partners_list img {
        width: 70%;
        /* width: 100%; */
        aspect-ratio: 314 / 196;
        /* height: 13.3rem; */
        box-sizing: border-box;
        border-radius: 1rem;
        -webkit-border-radius: 1rem;
        -moz-border-radius: 1rem;
        -ms-border-radius: 1rem;
        -o-border-radius: 1rem;
    }

    .partners_title {
        font-size: 2.8rem;
    }

    .partners_sub {
        font-size: 1.8rem;
    }
}

.partners_item {
    /* border-radius: 1rem; */
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.04) 100%); */
    /* box-shadow: 0px 0.6rem 1.6rem rgba(0, 0, 0, 0.05); */
    box-shadow: 0px -0.6rem 1.6rem rgba(0, 0, 0, 0.05);
    border: 1px solid #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.4) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners_box {
    background-image: url('../images/partners_bg.webp');
    background-size: 100% 100%;
    padding-bottom: 7.8rem;
}

.partners_title {
    font-weight: 600;
    color: #333333;
    text-align: center;
}

.partners_sub {
    font-weight: 500;

    color: #8C8C8C;
    margin-top: 1rem;
    margin-bottom: 6.3rem;
    text-align: center;
}

/* 底部 -- pc */
.footer_box {
    background: #1A1A24;
}

.footer_main_box {
    /* padding-top: 3.6rem; */
    padding-top: 7.8rem;
}

.footer_main_content {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #262626;
    padding-bottom: 2.3rem;
}

.footer_main_left {
    display: flex;
    gap: 8.8rem;
}

.footer_main_title {
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 1.4rem;
}

.footer_item_list_item {
    font-weight: 400;
    font-size: 1.4rem;
    color: #999999;
    margin-bottom: 1rem;
    cursor: pointer;
}

.footer_item_list_item:hover {
    color: #fff;
}

.footer_main_follow {
    display: flex;
    gap: 2rem;
}

.footer_main_follow_item {
    cursor: pointer;
    position: relative;
    width: 3.2rem;
    height: 3.2rem;
}

.footer_main_follow_item:hover .footer_follow_item_dialog {
    display: inline-block;
}

.footer_follow_icon1 {
    background-image: url('../images/wx.svg');
    background-size: 100% 100%;

}

.footer_follow_icon1:hover {
    background-image: url('../images/wx1.svg');
}

.footer_follow_icon2 {
    background-image: url('../images/xcx.svg');
    background-size: 100% 100%;

}

.footer_follow_icon2:hover {
    background-image: url('../images/xcx1(1).svg');
}

.footer_follow_icon3 {
    background-image: url('../images/kf.svg');
    background-size: 100% 100%;
}

.footer_follow_icon3:hover {
    background-image: url('../images/kf1.svg');
}

.footer_follow_item_dialog {
    display: none;
    position: absolute;
    width: 14.8rem;
    height: 14.8rem;
    /* width: 7.4rem; */
    /* height: 7.4rem; */
    border-radius: 0.4rem;
    background-color: #fff;
    /* bottom: -8.6rem; */
    bottom: -15.8rem;
    left: -6rem;
}

.footer_follow_item_dialog::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-left: 1rem solid transparent;
    border-bottom: 1rem solid #fff;
    position: absolute;
    left: 44%;
    top: -2rem;
}

.footer_follow_item_code {
    width: 100%;
    height: 100%;
}

.footer_main_right {
    display: flex;
    flex-direction: column;
    margin-right: 10rem;
    /* gap: 2.4rem; */
}

.footer_main_right .footer_main_title {
    text-align: right;
}

.footer_main_right_social {
    display: flex;
    gap: 3rem;
}

.footer_main_right_social_item {
    /* width: 14.8rem; */
    color: #999999;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.footer_main_right_social_item:hover {
    color: #fff;
}

.footer_main_right_social_item img {
    width: 14.8rem;
    height: 14.8rem;
    margin-bottom: 1rem;
}

.footer_main_right_img {
    width: 18rem;
    height: 5.2rem;
}

.footer_main_right_social_item span {
    display: block;
    width: 14.8rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}

.footer_main_record {
    font-weight: 400;
    font-size: 1.2rem;
    color: #999999;
    text-align: center;
    padding-top: 2rem;
    /* padding-bottom: 2rem; */
    padding-bottom: 2.5rem;
}

.footer_main_record span {
    text-decoration: underline;
}

/* 底部 -- 移动端 */
.footer_mobile_box {
    color: #999999;
    padding: 0 8.19rem;
    padding-bottom: 15.36rem;
}

.footer_mobile_main_content {
    padding-top: 8.19rem;
    border-bottom: solid 1px #262626;
}

.footer_mobile_content_item {
    margin-bottom: 8.19rem;
}

.footer_mobile_content_title {

    font-weight: bold;
    font-size: 7.17rem;
    color: #FFFFFF;
}

.footer_mobile_content_list {
    display: flex;
    gap: 12.29rem;
    margin-top: 6.14rem;
    font-size: 6.14rem;
    flex-wrap: wrap;
}

.footer_mobile_main_record {
    font-size: 6.144rem;
    padding-top: 8.19rem;
    padding-bottom: 1.54rem;
}

.footer_mobile_main_record p:last-child {
    text-decoration: underline;
}

/* 回到顶部按钮 */
@media screen and (max-width: 767px) {
    .el-backtop {
        width: 54px !important;
        height: 54px !important;
        z-index: 100 !important;
    }
}
@media screen and (min-width: 768px) {
    .el-backtop {
        width: 60px !important;
        height: 60px !important;
        z-index: 100 !important;
    }
}

.backtop_box {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-image: url('../images/backtop.svg');
}

.backtop_box:hover {
    background-image: url('../images/backtop1.svg');
}

/* 侧边悬浮按钮 */
.side_floating_box {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.side_back {
    /* color: #333; */
    color: #fff;
    background-size: 100% 100%;
    background-image: url('../images/backtop.svg');
}
.side_back:hover {
    background-image: url('../images/backtop1.svg');
}
.side_collection {
    /* color: #fff; */
    /* background-color: #8465ff; */
    background-size: 100% 100%;
    background-image: url('../images/collect.svg');
}

/* 分页组件样式 */
.el-pager li.is-active {
    background: #8465FF !important;
}

.el-pager li.is-active:hover {
    color: #fff !important;
}

.el-pager li,
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .btn-prev {
    background-color: #fff !important;
}

.el-pager li:hover,
.el-pagination button:hover {
    color: #8465FF !important;
}

.el-input__wrapper.is-focus {
    box-shadow: 0 0 0 1px #8465FF !important;
}

/* 登录对话框 */
/* .el-dialog  */
@media screen and (max-width: 767px) {
    .login_dialog {
        height: 100vh !important;
        padding: 0 !important;
    }

    .login_account_box {
        width: 100%;
        height: 100%;
        /* height: 100vh; */
        padding: 10.24rem;
        box-sizing: border-box;
    }

    .login_type_title {
        margin: 8.19rem 0;
        font-size: 12.29rem;
    }

    .login_type_content {
        padding: 8.19rem;
    }

    .userAgreement_box {
        margin-left: 8.19rem;
        margin-top: 4.1rem;
        font-size: 8rem;
    }

    .login_btn_box {
        padding: 0 20.48rem;
        margin-top: 13.31rem;
    }

    .login_type_bottom>p {
        font-size: 6.14rem;
        line-height: 5.12rem;
        opacity: 0.75;
    }

    .login_type_list {
        margin-top: 12.29rem;
    }

    .login_type_item_icon {
        padding: 4.1rem;
        width: 25.6rem;
        height: 25.6rem;
        margin-top: 4.1rem;
        margin-bottom: 4.1rem;
    }

    .login_type_item_icon span {
        font-size: 15.36rem;
    }

    .login_type_item_label {
        font-size: 6.14rem;
        line-height: 5.12rem;
    }

    .login_input_box .el-input__wrapper {
        border-radius: 30.72rem;
        padding-top: 4.1rem;
        padding-bottom: 4.1rem;
        -webkit-border-radius: 30.72rem;
        -moz-border-radius: 30.72rem;
        -ms-border-radius: 30.72rem;
        -o-border-radius: 30.72rem;
    }
}

@media screen and (min-width: 768px) {
    .login_dialog {
        /*background-color: #8465FF !important;
        */
        border-radius: 3.2rem !important;
        height: 52rem !important;
        padding: 0 !important;
        -webkit-border-radius: 3.2rem !important;
        -moz-border-radius: 3.2rem !important;
        -ms-border-radius: 3.2rem !important;
        -o-border-radius: 3.2rem !important;
    }

    .login_dialog .el-dialog__header {
        display: none;
    }

    .login_account_box {
        width: 48rem;
        height: 63rem;
        padding: 2rem;
        border-top-right-radius: 3.2rem;
        border-bottom-right-radius: 3.2rem;
    }

    .login_type_title {
        margin: 1.6rem 0;
        font-size: 2.4rem;
    }

    .login_type_content {
        padding: 1.6rem;
    }

    .userAgreement_box {
        margin-left: 1.6rem;
        margin-top: 0.8rem;
        font-size: 1.6rem;
    }

    .login_btn_box {
        padding: 0 4rem;
        margin-top: 2.6rem;
    }

    .login_type_bottom>p {
        font-size: 1.2rem;
        line-height: 1rem;
        opacity: 0.75;
    }

    .login_type_list {
        margin-top: 2.4rem;
    }

    .login_type_item_icon {
        padding: 0.8rem;
        width: 5rem;
        height: 5rem;
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .login_type_item_icon span {
        font-size: 3rem;
    }

    .login_type_item_label {
        font-size: 1.2rem;
        line-height: 1rem;
    }

    .login_input_box .el-input__wrapper {
        border-radius: 6rem;
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }
}





.login_dialog .el-dialog__body {
    display: flex;
    justify-content: center;
}

.login_account_box {

    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;

}

.login_type_title {
    text-align: center;
    font-weight: 700;

}



.userAgreement_box a {
    cursor: pointer;
    color: #1677ff;
}



.el-form-item__error {
    text-indent: 2em;
}

.el-form-item.is-error .el-input__validateIcon {
    display: none !important;
}

.captcha_btn.is-disabled,
.captcha_btn.is-disabled:hover {
    background-color: #b7b7b7 !important;
}

/* 微信扫码登录 */
.login_type_wechat_box {
    /* background-color: #1677ff; */
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 0 2rem;
    width: 100%;
    box-sizing: border-box;
}

.login_wechat_qr {
    display: flex;
    align-items: center;
    margin: auto auto 0.6rem;
    width: 100%;
    max-width: 24rem;
    min-height: 24rem;
    border: 1px solid #8585851f;
    padding: 0.6rem;
    position: relative;
    box-sizing: border-box;
}

.login_wechat_qr img {
    max-width: 100%;
    height: auto;
}

.login_wechat_qr_text {
    text-align: center;
    margin: 0 auto;
}

.login_wechat_qr_text span {
    color: #786df5;
    cursor: pointer;
}

.login_wechat_text {
    font-size: 1.2rem;
    line-height: 1rem;
}

.login_wechat_text span {
    color: #786df5;
}

.login_type_bottom {
    text-align: center;
}



.login_type_list {
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.login_type_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login_type_item_icon {

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #8465ff;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #8465ff1d;
}






.login_info_box {
    flex: 1;
    width: 47.8rem;
    height: 63rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
    background: url('../images/login_bg.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 4.8rem;
}

.login_info_title {
    display: flex;
    align-items: center;
    margin-bottom: 4rem;
}

.login_info_title img {
    width: 22.4rem;
}

.login_info_service {
    margin: 4rem 0;
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
}


.login_info_tips_box {
    line-height: 2.5rem;
    font-size: 1.4rem;
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 1.2rem;
    padding: 2.4rem;
}

.login_info_tips_box li {
    line-height: 1rem;
    margin: 2.4rem 0;
    display: flex;
    align-items: center;
}

.login_info_tips_box img {
    width: 2rem;
    height: 2rem;
    margin-right: 1rem;
}

.login_info_creation {
    font-size: 2.4rem;
    margin: 4rem 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 6rem;
}

.login_info_collections {
    font-weight: bold;
    position: relative;
    margin-top: 3.6rem;
}

.login_info_collections:hover::before {
    transform-origin: bottom left;
    transform: scaleX(1);
}

.login_info_collections::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0.2rem;
    background-color: #3cefff;
    transform-origin: bottom right;
    transform: scaleX(0);
    transition: transform 0.5s ease;
}



/* 移动端登录页面 */
.mobile_login_btn_box {
    background: #8465FF;
    padding: 6.14rem 2rem;
    text-align: center;
    border-radius: 5.18rem;
    font-size: 8.19rem;
    -webkit-border-radius: 5.18rem;
    -moz-border-radius: 5.18rem;
    -ms-border-radius: 5.18rem;
    -o-border-radius: 5.18rem;
}

/* 分享对话框 */
.share_box {
    text-align: center;

}
.share_box img {
    max-width: 100%;
}
.share_box p {
    margin-bottom: 10px;
}