* {
    margin: 0;
    padding: 0;
}

#app,
body,
html {
    margin: 0;
    padding: 0;

    min-width: 1200px;
    height: 100%;
    background: rgb(247, 247, 247);

}

html {
    overflow-y: scroll;
}

.p12 {
    font-size: 12px;
}

.p14 {
    font-size: 14px;
}

.p16 {
    font-size: 16px;
}

.p18 {
    font-size: 18px;
}

.p20 {
    font-size: 20px;
}

.fl {
    display: flex;
}

input {
    outline: none;
    border: none;
}

/* 适用于Webkit浏览器（如Chrome, Safari） */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* 适用于Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#otherDiv {
    /* 其他样式 */
    transition: all 0.5s ease !important;
    /* 这里设置所有样式变化的过渡时间为0.3秒，使用ease缓动函数 */
}



.show {
    display: block !important;

}

.hidden {
    display: none !important;
}

.logged-in .moke {
    display: flex;
    align-items: center;
}

.logged-in .moke .vippay {
    display: flex;
    align-items: center;
}

.fla {
    display: flex;
    align-items: center;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;

}

li {
    list-style: none;
}

img {
    vertical-align: top;
}

.nav {
    background: #fff;
    height: 70px;
    display: flex;
    align-items: center;
    cursor: pointer;

}

.nav .nav_body {
    width: 1200px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    /* justify-content: space-between; */
    /* padding-right: 20px; */
    box-sizing: border-box;
    height: 100%;

}


/* 登录，注册，修改密码弹窗 */
.nav .nav_body .el-dialog {
    border-radius: 8px !important;
}

.nav .nav_body .login_pop {
    height: 350px;
}

.nav .nav_body .login_pop .pop_first .head {
    display: flex;
}

.nav .nav_body .login_pop .pop_first .head>div {
    flex: 1;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;

}

.nav .nav_body .login_pop .pop_first .head_item {
    border-bottom: 2px solid #409EFF !important;
    color: #409EFF;
}

.nav .nav_body .login_pop .pop_first .head_one {
    height: 260px;
    border-bottom: 1px dashed rgb(194, 192, 192);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav .nav_body .login_pop .pop_first .head_one>img {
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    margin-bottom: 10px;

}

.nav .nav_body .login_pop .pop_first .head_one>div {
    font-size: 12px;
}

.nav .nav_body .login_pop .pop_first .head_two {
    height: 260px;
    border-bottom: 1px dashed rgb(194, 192, 192);
}

.nav .nav_body .login_pop .pop_first .head_two .el-form-item {
    margin-bottom: 25px !important;
}

.nav .nav_body .login_pop .pop_first .head_two .el-input__inner {
    height: 35px !important;
}

.nav .nav_body .login_pop .pop_first .head_two .el-button--primary {

    width: 100% !important;
    line-height: 0.6 !important;
}

.nav .nav_body .login_pop .pop_first .login_footer {
    margin-top: 15px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    justify-content: space-around;
    padding: 0 20px;
}

.nav .nav_body .login_pop .pop_first .login_footer>div {
    position: relative;
}

.nav .nav_body .login_pop .pop_first .login_footer>div:nth-child(1)::before {
    content: "";
    position: absolute;
    height: 10px;
    border-left: 1px solid #ccc;
    right: -60px;
    /* top: 30%; */
    top: calc(50% - 4px);

}

.nav .nav_body .login_pop .pop_first .login_footer>div:hover {
    color: #409EFF;
}

.nav .nav_body .login_pop .pop_two {
    height: 230px;
    padding: 30px 10px;
    box-sizing: border-box;
}

.nav .nav_body .login_pop .pop_two .el-form-item__content {
    line-height: 30px !important;
}

.nav .nav_body .login_pop .pop_two .header {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.nav .nav_body .login_pop .pop_two .header>div {
    margin-left: 40%;
    font-weight: 600;
}

.nav .nav_body .login_pop .pop_two .el-form-item {
    margin-bottom: 20px !important;
}

.nav .nav_body .login_pop .pop_two .el-input__inner {
    height: 35px !important;
}

.nav .nav_body .login_pop .pop_two .btn {
    height: 35px;
    align-items: center;
}

.nav .nav_body .login_pop .pop_two .btn .el-button {
    line-height: 0.6 !important;
    margin-left: 10px;
    width: 30% !important;
}

.nav .nav_body .login_pop .pop_two .el-button--primary {

    width: 100% !important;
    line-height: 0.6 !important;
}

.nav .nav_body .xm {
    display: flex;
    align-items: center;
    margin-right: -14px;
    width: 245px;
}

.nav .nav_body .xm .log {
    display: block;
    width: 50px;
    height: 50px;
    /* border-radius: 100%; */

}

.nav .nav_body .xm .xm_name {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-left: 20px;

}


.nav .nav_body .nav_list {
    display: flex;
    width: 58%;
    justify-content: space-evenly;
    height: 100%;
    box-sizing: border-box;


}

.nav .nav_body .nav_list .nav_name {
    color: #333;
    height: 100%;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;

}

.nav .nav_body .nav_list .nav_name:hover {
    color: #409EFF;
    box-sizing: border-box;
}

.nav .nav_body .nav_list .nav_activat {
    color: #409EFF;
    position: relative;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}



.nav .nav_body .nav_list .dropdown-content {
    display: none !important;
    position: absolute;
    left: -1px;
    top: 69px;
    padding: 10px 0;
    background-color: #FFF;
    border: 1px solid #EBEEF5;
    /* -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); */
    z-index: 2000;
    display: flex;
    width: 200px;
    flex-wrap: wrap;

}

.nav .nav_body .nav_list .dropdown-content .con_nav {
    position: absolute;
    top: 3px;
    left: 10px;
    color: #0056b3;
    font-size: 14px;
    width: 300px;
}

.nav .nav_body .nav_list .nav_mox {
    box-sizing: border-box !important;
}

.nav .nav_body .nav_list .nav_mox:hover {
    border: 1px solid #EBEEF5;
    border-bottom: none;
}



.nav .nav_body .nav_list .nav_mox:hover .dropdown-content {
    display: block !important;
    padding: 20px 0 10px 0;
    background-color: #FFF;
    border: 1px solid #EBEEF5;
    /* -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1); */
    z-index: 2000;
    display: flex !important;
    width: 300px;
    flex-wrap: wrap !important;
}

.nav .nav_body .nav_list .dropdown-content>div {
    width: 33%;
    position: relative;
}

.nav .nav_body .nav_list .dropdown-content>div a:hover {
    color: #409EFF;
}

.nav .nav_body .nav_list .dropdown-content>div a {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #000;

    font-size: 14px;
    background-color: #fff;
    display: flex !important;
    justify-content: center !important;

}

.nav .nav_body .nav_list .dropdown-content .aBofor::before {
    content: '';
    position: absolute;
    height: 16px;
    width: 10px;
    background-color: #ccc;
    border-right: 1px solid #ccc;
    right: -10px;
    top: calc(50% - 8px);

}

.nav_ge {
    display: flex;
    align-items: center;
    position: relative;
}

.nav_ge .geren {
    display: none;
    position: absolute;
    right: 0;
    top: 27px;
    padding: 10px 0;
    background-color: #FFF;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    z-index: 2000;
}

.nav_ge .geren .ge_itm {
    padding: 5px 10px;
    font-size: 14px !important;
}

.nav_ge .geren .ge_itm a:hover {
    color: #409EFF;
}

.nav_ge:hover .geren {
    display: block;
}


.nav .nav_body .nav_list .nav_activat::before {
    position: absolute;
    content: "";
    background: #409EFF;
    width: 100%;
    bottom: 0;
    height: 3px;
    border-radius: 10px;
}

.nav .nav_body .soso {
    display: flex;
    align-items: center;
}

.nav .nav_body .user_login {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    flex: 1;
    justify-content: flex-end;
}



.nav .nav_body .user_login:hover {
    color: #0A8FEA
}

.nav .nav_body .user_login .null .nulls {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.nav .nav_body .user_login .sure {
    display: flex;
    align-items: center;

}

#app .nav .nav_body .user_login>div {
    display: none;
}

.nav .nav_body .user_login .sure>img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #ccc;
}

.nav .nav_body .user_login .vippay a {
    margin-right: 20px;
    padding: 5px 10px;
    background-color: #dbc8aa;
    border-radius: 4px;
    color: #fff;
}

.nav .nav_body .user_login .vippay .img>img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.nav .nav_body .user_login .sure>div {
    font-size: 14px;
    margin: 0 5px;
}

.nav .nav_body .user_login .sure>i {
    font-size: 16px;
}

/* .nav .nav_body .user_login .login {} */

.nav .nav_body .user_login .line {
    width: 1px;
    height: 10px;
    background: #333;
    margin: 0 10px;
}

.nav .nav_body .user_login .login,
.zc {
    font-size: 16px;
    color: #333;
}

.nav .nav_body .user_login .login:hover {
    color: #0A8FEA;
}

.nav .nav_body .user_login .zc:hover {
    color: #0A8FEA;
}

.nav .nav_body .user_login .pop {
    position: absolute;
    width: 380px;
    height: 290px;
    background-color: #fff;
    border-radius: 10px;
    bottom: -323px;
    z-index: 999;
    right: 0;
    padding: 30px 20px;
    box-sizing: border-box;
}

.nav .nav_body .user_login .hide {
    display: none;
}

.nav .nav_body .user_login .pop .info {
    display: flex;
    align-items: center;
}

.nav .nav_body .user_login .pop .info .left>img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #409EFF;
}

.nav .nav_body .user_login .pop .info .right {
    margin-left: 10px;
}

.nav .nav_body .user_login .pop .info .right .phone {
    font-size: 16px;
}

.nav .nav_body .user_login .pop .info .right .bottom {
    display: flex;
    font-size: 12px;
    margin-left: 3px;
    margin-top: 5px;
    color: rgb(150, 146, 146);
}

.nav .nav_body .user_login .pop .info .right .bottom>div:nth-child(1) {
    margin-right: 10px;
}

.nav .nav_body .user_login .pop .grid {
    font-size: 14px;
    padding: 10px;
}

.nav .nav_body .user_login .pop .grid .grid_top {
    display: flex;
    margin-bottom: 30px;

}

.nav .nav_body .user_login .pop .grid .grid_bottom {
    display: flex;
    flex-wrap: wrap;
}

.nav .nav_body .user_login .pop .grid .fl {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.nav .nav_body .user_login .pop .grid .f3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.nav .nav_body .user_login .pop .grid i {
    font-size: 18px;
}


.nav .nav_body .user_login .pop .grid .fl>div:nth-child(1) {
    margin-bottom: 5px;
}

.nav .nav_body .user_login .pop .grid .f3 .four {
    margin-top: 6px;
    /* margin-bottom: 0 !important; */

}

.nav .nav_body .user_login .pop .grid .f2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 25%;
    margin-bottom: 20px;

}

.nav .nav_body .user_login .pop .grid .f2 .order {
    margin-top: 7px;
}


/* 登录 */
.Login {
    width: 350px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    border-radius: 10px;
    /* position: absolute; */
    /* right: 20%; */
    /* top: 20%; */
    cursor: pointer;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}


.nav_head {
    height: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_head .closes {
    font-size: 20px;
}

.nav_headact {
    opacity: 0;
}

.Login .el-dialog {
    border-radius: 8px !important;
}

.Login .login_pop {
    height: 400px;
}

.Login .login_pop .pop_first .head {
    display: flex;
}

.Login .login_pop .pop_first .head>div {
    flex: 1;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;

}

.Login .login_pop .pop_first .head_item {
    border-bottom: 2px solid #409EFF !important;
    color: #409EFF;
}

.Login .login_pop .pop_first .head_one {
    height: 260px;
    border-bottom: 1px dashed rgb(194, 192, 192);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Login .login_pop .pop_first .head_one>img {
    width: 180px;
    height: 180px;
    border: 1px solid #ccc;
    margin-bottom: 10px;

}

.Login .login_pop .pop_first .head_one>div {
    font-size: 12px;
}

.Login .login_pop .pop_first .head_two {
    height: 260px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed rgb(194, 192, 192);
}

.Login .login_pop .pop_first .head_two .el-form-item {
    margin-bottom: 15px !important;
}

.Login .login_pop .pop_first .head_two .el-input__inner {
    height: 35px !important;
}

.Login .login_pop .pop_first .head_two .el-button--primary {

    width: 100% !important;
    line-height: 0.6 !important;
}

.Login .login_pop .pop_first .login_footer {
    margin-top: 15px;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    justify-content: space-around;
    padding: 0 20px;
}

.Login .login_pop .pop_first .login_footer>div {
    position: relative;
}

.Login .login_pop .pop_first .login_footer>div:nth-child(1)::before {
    content: "";
    position: absolute;
    height: 10px;
    border-left: 1px solid #ccc;
    right: -60px;
    /* top: 30%; */
    top: calc(50% - 4px);

}

.Login .login_pop .pop_first .login_footer>div:hover {
    color: #409EFF;
}

.Login .login_pop .pop_two {
    font-size: 20px;
    padding: 30px 10px;
    box-sizing: border-box;
}

.Login .login_pop .pop_two .el-form-item {
    margin-bottom: 25px !important;
}

.Login .login_pop .pop_two .el-form-item__content {
    line-height: 30px !important;
}

.Login .login_pop .pop_two .header {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.Login .login_pop .pop_two .header>div {
    margin-left: 40%;
    font-weight: 600;
}

.Login .login_pop .pop_two .el-form-item {
    margin-bottom: 30px !important;
}

.Login .login_pop .pop_two .el-input__inner {
    height: 35px !important;
}

.Login .login_pop .pop_two .btn {
    height: 35px;
    align-items: center;
}

.Login .login_pop .pop_two .btn .el-button {
    line-height: 0.6 !important;
    margin-left: 10px;
    width: 30% !important;
}

.Login .login_pop .pop_two .el-button--primary {

    width: 100% !important;
    line-height: 1 !important;
}

.mianbao {
    min-width: 1200px;
    width: 65%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    margin-bottom: 10px;

}

.mianbao .el-breadcrumb {
    font-size: 12px !important;

}

.mianbao .el-breadcrumb__item:last-child .el-breadcrumb__inner {
    font-weight: 600;
}

.glv {
    color: #008052;
}

.redo {
    color: #EA2229;
}

.lan {
    color: #0A8FEA;
}

.zhu {

    color: #CCA45E;
    font-size: 16px;
}

.ke {
    color: #4787AB;
    font-size: 16px;

}

/* 底部样式 */
.Footer .foot_box {
    background-color: #15172E;
    font-size: 14px;
}

.Footer .foo_x {
    position: fixed;
    right: 6%;
    bottom: 10%;
    padding: 5px 15px;
    /* background-color: red; */
    /* border-radius: 14px; */
    cursor: pointer;
    user-select: none;
    z-index: 899;
}

.Footer .foo_x .img2 {
    width: 94px;
    height: 94px;
}

.Footer .foo_x .foo_itm {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 5px 0;
    border-radius: 6px;
    background-color: #ddd;
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    color: #999;
}

.Footer .foo_x .foo_itm:hover {
    background-color: #e0402d;
    color: #fff;
}

.Footer .foo_x .foo_itm:hover .foo_img {
    display: block;

}

.Footer .foo_x .subs i {
    font-size: 20px;
}

.Footer .foo_x .subsct {
    display: none;
}

.Footer .foo_x .foo_itm:hover .subs {
    display: none;
}

.Footer .foo_x .foo_itm:hover .subsct {
    display: block;
    color: #fff;
}

.Footer .foo_x .foo_img {
    display: none;
    position: absolute;
    left: -21px;
    top: -104px;
}

.Footer .foot_box .top {
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 50px 0;
}

.Footer .foot_box .top .img1 {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.Footer .foot_box .top .img2 {
    width: 100px;
    height: 100px;
}


.Footer .foot_box .top .top_left {
    display: flex;

    align-items: flex-end;
}

.Footer .foot_box .top .top_left .top_leftBox {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-between;

}

.Footer .foot_box .top .top_left .top_leftBox .itm {
    display: flex;
    align-items: center;
    background-color: #212440;
    padding: 10px 20px;
    color: #fff;
}

.Footer .foot_box .top .top_left .top_leftBox .itm a {
    color: #fff;
}

.Footer .foot_box .top .top_right {
    display: flex;
    font-size: 12px;
    align-items: flex-end;
}

.Footer .foot_box .top .top_right .itm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100px;
    justify-content: space-between;
    margin-right: 20px;
    padding-top: 30px;
    box-sizing: border-box;
}

.Footer .foot_box .top .top_right .itm_left {
    display: flex;
}

.Footer .foot_box .top .top_right .itm_left .sub {
    margin-right: 20px;
}

.Footer .foot_box .top .top_right .itm_left .sub1 {
    margin-right: 20px;
}

.Footer .foot_box .top .top_right .itm_left1 {
    display: flex;
    font-size: 14px;
    align-items: center;
}

.Footer .foot_box .top .top_right .itm_left1 .img3 {
    margin-right: 10px;
    width: 20px;
}

.Footer .foot_big {
    width: 100%;
    background-color: #070A23;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.Footer .foot_big .bottom {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;

}

.Footer .foot_big .bottom .left {
    width: 270px;
}

.Footer .foot_big .bottom .center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Footer .foot_big .bottom .center .topp {
    display: flex;
    margin-bottom: 10px;
}

.Footer .foot_big .bottom .center .topp .top_itm {
    margin-right: 20px;
    position: relative;
}

.Footer .foot_big .bottom .center .topp .top_itm::before {
    position: absolute;
    content: "";
    right: -10px;
    top: 3px;
    height: 70%;
    border-right: 1px solid rgb(199, 114, 114);

}

.Footer .foot_big .bottom .center .botmm {
    display: flex;
}

.Footer .foot_big .bottom .center .botmm .bom_itm {
    margin-right: 20px;
}

.Footer .foot_big .bottom .right {
    display: flex;
}

.Footer .foot_big .bottom .right .imgleft {
    width: 100px;
    height: 35px;
    margin-right: 20px;
}

.Footer .foot_big .bottom .right .imgright {
    width: 100px;
    height: 34px;
}

.PAY {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tingshow {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
}

.tingshow img {
    width: 18px;
    height: 18px;
}

.payDlog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.payDlog>img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}

.expertBox {
    min-height: 1200px;
}

.loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.loader__circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 4px;
    animation: loader_901 1s ease-in-out infinite;
}

.loader__circle:nth-of-type(1) {
    background-color: #007aff;
    animation-delay: 0;
}

.loader__circle:nth-of-type(2) {
    background-color: #ff2d55;
    animation-delay: 0.25s;
}

.loader__circle:nth-of-type(3) {
    background-color: #34c759;
    animation-delay: 0.5s;
}

.loader__circle:nth-of-type(4) {
    background-color: #ff9500;
    animation-delay: 0.75s;
}

@keyframes loader_901 {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(1);
    }
}

/* #scroll-to-top {
    display: none;
} */

/* 表格加载中 */
.jiaload {
    /* position: absolute; */
    width: 100%;
    height: 292px;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background-color: rgba(255, 255, 255, 0.7);
    /* 半透明白色背景 */
    backdrop-filter: blur(5px);
    /* 模糊背景 */
    /* 半透明白色背景 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* 确保加载中层在其他内容之上 */
}

.loaderjia {
    width: 80px;
    height: 50px;
    position: relative;
}

.loaderjia .loader-text {
    position: absolute;
    top: 0;
    padding: 0;
    margin: 0;
    color: #C8B6FF;
    animation: text_713 3.5s ease both infinite;
    font-size: .8rem;
    letter-spacing: 1px;
}

.loaderjia .load {
    background-color: #9A79FF;
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
    animation: loading_713 3.5s ease both infinite;
}

.loaderjia .load::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #D1C2FF;
    border-radius: inherit;
    animation: loading2_713 3.5s ease both infinite;
}

@keyframes text_713 {
    0% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }

    40% {
        letter-spacing: 2px;
        transform: translateX(26px);
    }

    80% {
        letter-spacing: 1px;
        transform: translateX(32px);
    }

    90% {
        letter-spacing: 2px;
        transform: translateX(0px);
    }

    100% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
}

@keyframes loading_713 {
    0% {
        width: 16px;
        transform: translateX(0px);
    }

    40% {
        width: 100%;
        transform: translateX(0px);
    }

    80% {
        width: 16px;
        transform: translateX(64px);
    }

    90% {
        width: 100%;
        transform: translateX(0px);
    }

    100% {
        width: 16px;
        transform: translateX(0px);
    }
}

@keyframes loading2_713 {
    0% {
        transform: translateX(0px);
        width: 16px;
    }

    40% {
        transform: translateX(0%);
        width: 80%;
    }

    80% {
        width: 100%;
        transform: translateX(0px);
    }

    90% {
        width: 80%;
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
        width: 16px;
    }
}




/* 弹窗背景 */
.modasl {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 固定定位 */
    z-index: 9999;
    /* 置于顶层 */
    left: 0;
    top: 0;
    width: 100%;
    /* 全屏宽度 */
    height: 100vh;
    /* 全屏高度 */
    /* overflow: auto; */
    /* 允许滚动 */
    background-color: rgb(0, 0, 0);
    /* 背景颜色 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 半透明背景 */
}

/* 弹窗内容 */
.modal-content {
    /* background-color: #fefefe; */
    margin: 15% auto;
    /* 上下居中 */
    /* padding: 20px; */
    border: 1px solid #888;
    width: 80%;
    /* 弹窗宽度 */
    max-width: 350px;
    /* 最大宽度 */
    border-radius: 8px;
}

/* 关闭按钮 */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* 按钮样式 */
button {
    padding: 10px 20px;
    background-color: #007BFF;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #0056b3;
}

.getcode {
    width: 130px;
    height: 32px;
    text-align: center;
    border: 1px solid #4FA5FF;
    border-radius: 6px;
    margin-left: 10px;
    cursor: pointer;
    color: #4FA5FF;
    background-color: #ECF5FF;
    font-size: 13px;

}

.getcode:hover {
    background-color: #409EFF;
    color: #fff;
}