@charset "utf-8";
.main{
    width: 100%;
    min-width: 1200px;
    box-sizing: border-box;
}
.contwall-cont{
    width: 100%;
    max-width: 1320px;
    margin: 0 auto 0;
    padding: 0 20px 0;
    box-sizing: border-box;
}
.headw {
    width: 100%;
    height: 82px;
    background-image: var(--back-gradient-head);
    min-width: 1200px;
    box-sizing: border-box;
    position:relative;
    z-index: 102;
    -webkit-backdrop-filter:blur(6px);
    backdrop-filter:blur(6px);
    /* border-bottom: 1px solid #eee; */
}
.headw .cont{
    width: 100%;
    height: 82px;
    padding: 0 20px;
    box-sizing: border-box;
    max-width: 1280px;
    margin: 0 auto;
}
.headw .logo-w{
    height: 82px;
    width: 14%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.headw .cc{
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
}
.headw .logo{
    width: 15%;
    height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: var(--back-gradient-logo);
    border-radius: 0 0 10px 10px;
}
.headw .logo img{
    width: auto;
    height: 75%;
}
.headw a{
    font-size: 14px;
    color:var(--default-back-color);
    width: 15%;
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.headw a .line-h{
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #ddd;
}
.headw a .line-h-l{
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background-color: #ddd;
}
.headw i{
    color: var(--color-allweb);
    font-size: 18px;
}
.headw a span{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.headw a:hover{
    color: var(--color-allweb);
}
.headw .icon{
    height: 18px;
    width: 18px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headw .icon img{
    max-width: 100%;
    max-height: 100%;
}
.bannerw{
    width: 100%;
    height: 681px;
    background-color:#F5F6F8;
    position: relative;
    overflow: hidden;
}
.bannerw .bannerc{
    position: absolute;
    width:1920px;
    height: auto;
    overflow: hidden;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.bannerw .bannerc img{
    width: 100%;
    height: auto;
}
.bannerw .bannerc-wap{
    display:none;
}
.bannerw .title-1-wrapper{
    width: 480px;
    height: auto;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    overflow: visible;
}
.bannerw .title-1-wrapper img{
    width: 100%;
    height: auto;
}
/*  */
.vip-level{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.vip-level img{
    width: 35px;
    height: auto;
}
.vip-mobile{
    display: none;
}
/* 展开/收起按钮 */
.vip-toggle-btn{
    width: 220px;
    height: 46px;
    margin: 14px auto 0;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background: var(--back-gradient-logo);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 22px rgba(0,0,0,0.12);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.vip-toggle-btn::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(120px 40px at 20% 0%, rgba(255,255,255,0.22), rgba(255,255,255,0) 60%);
    opacity: 0.85;
    pointer-events: none;
}
.vip-toggle-btn::after{
    content: "";
    position: absolute;
    top: -60%;
    left: -30%;
    width: 60%;
    height: 220%;
    transform: rotate(25deg);
    background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.18), rgba(255,255,255,0));
    opacity: 0;
    pointer-events: none;
}
.vip-toggle-btn:hover{
    border-color: rgba(255, 255, 255, 0.22);
}
.vip-toggle-btn:hover::after{
    opacity: 1;
    left: 85%;
    transition: left 0.8s ease, opacity 0.2s ease;
}
.vip-toggle-btn i{
    font-size: 13px;
    line-height: 1;
    margin-top: 1px;
}
.Notice-w{
    width: 100%;
    height: 50px;
    border-radius: 50px;
    padding: 0 30px 0 90px;
    box-sizing: border-box;
    position: relative;
    margin: -25px auto 0;
    z-index: 10;
    background-image:linear-gradient(to bottom, #57a0f8, #5959f6);
    box-shadow: 0 12px 20px 0 rgb(0 0 0 / 12%);
}
.Notice-w .ui{
    width: 57px;
    height: auto;
    position: absolute;
    left: 20px;
    top: -7px;
}
.Notice-w .ui img{
    width: 100%;
    height: auto;
}
.Notice-w .cc{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    overflow: hidden;
}
/*txt-scroll*/
.txt-scroll {
    width: 100%;
}

.txt-scroll .scrollbox {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s;
}
.txt-scroll .scrollbox a{
    padding-right: 15px;
    border-right: 1px solid #586077;
    height: 12px;
    line-height: 12px;
    display: inline-block;
}

.txt-scroll .txt,
.txt-scroll .txt-clone {
    display: inline;
    position: relative;
}
/*  */
.contTit{
    width: 100%;
    height: auto;
    line-height: 1;
    padding: 30px 0;
}
.contTit .cc{
    width: auto;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.contTit .cc .line-h-w{
    width: 88px;
    height: 100%;
    position: relative;
}
.contTit .cc .line-h-w .line-h{
    width: 100%;
    height: 4px;
    border-radius: 3px;
    background: #ff9e0153;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-12px);
}
.contTit .cc .contText{
    width: auto;
    font-size: 36px;
    text-align: center;
    z-index: 2;
    color: #333;
    white-space: nowrap;
}
.contTit .cc .miniPicw{
    width:80px;
    height: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.contTit .cc .miniPicw .blue{
    width: 50%;
    height: 100%;
    background: #2F7CF7;
}
.contTit .cc .miniPicw .red{
    width: 50%;
    height: 100%;
    background: #EE4312;
}
/*  */
.contTit-pic {
    width: 100%;
    height: auto;
    line-height: 1.2;
    position: relative;
    z-index: 100;
}

.contTit-pic .cc {
    width: auto;
    height: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.contTit-pic .cc .line-h-w {
    width: 50px;
    height: 100%;
    position: relative;
}
.contTit-pic .cc .bctxt{
    font-size: 22px;
    margin-top: 10px;
}
.contTit-pic .cc .line-h-w .line-h {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-image: linear-gradient(130deg, #f8da78, #ff9c01, #f8da77);
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.contTit-pic .cc .contText {
    width: 100%;
    height: 120px;
    position: relative;
}
.contTit-pic .cc .contText .cctits{
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 28px;
    transform: translateX(-50%);
    font-size: 52px;
    text-align: center;
    white-space: nowrap;
}
.contTit-pic .cc .contText img{
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}
/*  */
.indexConall{
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    color: #333;
}
.cont-c-1{
    margin-top: 0;
}
.cont-c-1 .tsmtxt{
    text-align: justify;
}
.cont-c-1 .tsmtxt img{
    float: left;
    margin-right: 14px;
    width: 178px;
    display: block;
}
.cont-c-1 .w-line{
    width: 100%;
    margin: 0 auto;
    height: 1px;
    border-bottom: 1px dotted rgba(82, 88, 106,0.5);
}
.cont-c-2{
    width: 100%;
    height: auto;
    margin: 20px auto 0;
}
.cont-c-2 .item{
    width: 23%;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid rgba(82, 88, 106, 0.12);
    transition: 1s;
    background-color: #fff;
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(6px);
}
.cont-c-2 .item:hover {
    border: 1px solid rgba(82, 88, 106, 0.3);
}
.cont-c-2 .item .icon{
    width: 100%;
    height: auto;
    position: relative;
}
.cont-c-2 .item .icon img{
    width: 100%;
    height: auto;
}
.cont-c-2 .item .tits{
    width: 100%;
    height: 22px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height:22px;
    font-family: 'Montserrat Bold',sans-serif;
    color:#333;
}
.cont-c-2 .item .ctxt {
    width: 100%;
    height: 72px;
    margin: 14px auto 0;
    text-align: center;
    font-size: 14px;
    color: #616A7A;
}
@media (max-width: 1252px) {
    .cont-c-2 .item .ctxt {
        height: 134px;
    }
}
.cont-c-3{
    padding: 30px;
    border-radius: 20px;
}
.cont-c-3 .item,.cont-c-3 .item .tits {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 12px;
}
.cont-c-3 .item p:nth-child(1){
    border-bottom: 1px dotted #eee;
    margin-bottom: 12px;
}
.cont-c-3 .item .tits{
    color: var(--color-allweb);
}
.cont-c-3 p{
    padding-bottom: 12px;
}
.cont-c-3 p:last-child {
    border-bottom: none !important;
    padding-bottom: 0;
}
.cont-c-3 .item .tits:before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid var(--color-allweb);
    border-radius: 50%;
    display: inline-block;
    margin-right: 12px;
}
.cont-c-new {
    width: 100%;
}
.cont-c-new .item {
    border-radius: 12px;
    width: 100%;
    padding: 30px;
}
.cont-c-new .item .Dtit{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 12px 0;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.cont-c-new .item .tits {
    font-size: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.12);
    padding: 12px 0;
}

.cont-c-new .item .text {
    font-size: 14px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
    padding-bottom: 12px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}
.cont-c-new .item .text:last-child {
    border-bottom: none;
}
.cont-c-3 .item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.cont-c-4-t {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.cont-c-4-t .telw a {
    width: 32%;
    height: auto;
    padding: 12px 20px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
.cont-c-4-t .telw a .icon{
    font-size: 90px;
    height: 90px;
    line-height: 90px;
}
.cont-c-4-t .telw a .icon img{
    height: 90px;
    width: auto;
}
.cont-c-4-t .telw a .text p.tits{
    font-size: 19px;
    font-family: 'Montserrat Bold',sans-serif;
    color: #192042;
}
.cont-c-4-t .telw a .text p.cc {
    font-size: 15px;
    color: #040615;
}
.cont-c-4 {
    width: 100%;
    height: auto;
}
.cont-c-4 .item{
    width: 19%;
    height: auto;
    border-radius: 20px;
}
.cont-c-4 .item .right{
    position: relative;
    padding: 20px;
}
.cont-c-4 .item .icon{
    width: 180px;
    height:auto;
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
}
.cont-c-4 .item .icon img{
    width: 100%;
    height: auto;
}
.cont-c-4 .item .right .tits{
    height: 45px;
    line-height: 45px;
    text-align: left;
}
.cont-c-4 .item .right .cctxt {
    height: 60px;
    line-height: 20px;
}
.cont-c-4 .item .btns{
    width: auto;
    max-width: 100%;
    height: 42px;
    display: block;
    border-radius: 40px;
    text-align: center;
    line-height: 42px;
    margin: 10px auto 10px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translateX(-50%);
    transition: 0.3s;
    white-space: nowrap;
}
.cont-c-4 .item .btns:hover{
    font-size: 18px;
    /* box-shadow: 0px 6px 16px -1px rgba(0, 119, 255, 0.758); */
}
.jiegoutu img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/*  */
.footer-brand {
    width: 100%;
    background-color: #fff;
    height: auto;
}

.footer-brand .list1 {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.footer-brand .list1 .item {
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 14px;
}

.footer-brand .list1 .item:first-child {
    padding-right: 30px;
}

.footer-brand .list1 .item:last-child {
    padding-left: 30px;
}

.footer-brand .item .title {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 25px;
}

.footer-brand .item .logolist {
    width: 100%;
    height: 22px;
    overflow: hidden;
}

.footer-brand .item .logolist img {
    width: auto;
    height: 22px;
    display: inline-block;
}

.footer-brand .item .txtc {
    color: #A1A6B0;
    line-height: 20px;
    margin-top: 17px;
}

.footer-brand .line-l {
    border-left: 1px solid #eee;
}

.footer-brand .line-r {
    border-right: 1px solid #eee;
}

.footer-brand .list2 {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.footer-brand .list2 .item .title {
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 3px solid #f4cb2a;
}

.footer-brand .list2 .item:first-child {
    padding-right: 80px;
}

.footer-brand .list2 .item:last-child {
    padding-left: 80px;
}

.footer-brand .list2 .item {
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 13px;
}

.footer-brand-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #30303c;
    padding: 38px 0 38px 0;
}

.footer-brand-list .content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 30px;
    overflow: hidden;
}

.footer-brand-list .item {
    width: auto;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-brand-list .item img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.footer-brand-list .item:hover {
    animation: slide-up 0.38s ease-out forwards;
}

.footer-b {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #212129;
    text-align: center;
    color: #757585;
    font-size: 13px;
}

.footer-b a {
    color: #757585;
}

.footer-b a:hover {
    color: #fff;
}

@keyframes slide-up {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-30px);
    }
}

/*  */
.loader-all {
    align-items: center;
    background-color: #090f1e;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    text-align: center;
    top: 0;
    height: 100%;
    width: 100vw;
    min-height: 100vh;
    min-width: 100vw;
    z-index: 1000;
}

.loader-all.transparent {
    opacity: 0;
    visibility: hidden;
}

.loader-all.transition-active {
    transition: opacity .5s .5s ease, visibility 0s 1s
}

.loader-all .loader-logo {
    margin-bottom: 45px;
    height: 68px;
    width: 200px;
    backface-visibility: hidden;
}

.loader-all .loader-logo img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.loader-all .spinner {
    animation: spinner .75s infinite linear;
    border: 3px solid var(--color-allweb);
    border-radius: 50%;
    border-right-color: transparent;
    border-top-color: transparent;
    box-sizing: border-box;
    height: 25px;
    pointer-events: none;
    width: 25px;
}
.btn-tx-1{
    overflow: hidden;
}
.btn-tx-1:hover:before {
    background-color: hsla(0, 0%, 100%, .2);
    bottom: 0;
    content: "";
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 30px;
    will-change: left;
    z-index: 1;
    animation: flare 5s ease infinite;
}
.appdowm-w {
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    border-radius: 20px;
    padding-bottom:30px;
}

.appdowm-w .licon {
    width: 38%;
    height:209px;
    position: relative;
}

.appdowm-w .licon img {
    width: 94%;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.appdowm-w .rdownc {
    width: 58%;
    height: 100%;
}
.appdowm-w .rdownc .h1{
    line-height: 40px;
}
.appdowm-w .urlitem a{
    width: 23%;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    border-radius: 30px;
    text-align: center;
    background-color: #fff;
    color: var(--default-back-color);
    display: flex;
    font-size: 13px;
}
.appdowm-w .urlitem a .icon,.appdowm-w .urlitem a .icon img{
    width: auto;
    height: 13px;
}
.appdowm-w .rdownc a.appdown {
    border-radius: 10px;
    width: 49%;
    height:80px;
    box-sizing: border-box;
    padding:0 20px;
    position: relative;
}

.appdowm-w .rdownc a.android {
    background-color: rgba(151, 174, 225, .11);
    background-image: linear-gradient(105deg, rgb(100, 255, 118) -65%, rgba(39, 44, 58, 0) 35%);
}

.appdowm-w .rdownc a.ios {
    background-color: rgba(151, 174, 225, .11);
    background-image: linear-gradient(105deg, rgb(26, 158, 253) -65%, rgba(39, 44, 58, 0) 35%);
}

.appdowm-w .rdownc a.appdown .iconc {
    width: 13%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
}

.appdowm-w .rdownc a.appdown .iconc img {
    width: 100%;
    height: auto;
}
.appdowm-w .rdownc a.appdown .rtext{
    width: 55%;
}
.appdowm-w .rdownc a.appdown .rtext span {
    display: block;
    font-size: 15px;
    line-height: 24px;
}

.appdowm-w .rdownc a.appdown .phone {
    width: 21%;
    height: auto;
    right: 20px;
    bottom: 0;
    position: absolute;
}

.appdowm-w .rdownc a.appdown .phone img {
    width: 100%;
    height: auto;
}
.kefuw{
    width: 100px;
    height: auto;
    position: fixed;
    z-index: 200;
    bottom: 280px;
    right: 30px;
    color: var(--default-back-color);
    background: rgba(255, 255, 255, 1);
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 0 10px;
}
.kefuw .item-c{
    color: var(--default-back-color);
    padding-bottom: 12px;
    display: block;
}
.kefuw .item-c.rbor{
    border-right: 3px solid #aaa;
    padding-right: 12px;
}
.kefuw .item-c .icon{
    text-align: center;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.kefuw .item-c .icon img{
    width: 100%;
    display: block;
}
.kefuw .LinkBtns {
    color: #fff;
    padding: 0 8px;
    border-radius: 4px;
    background-color: #e6b55f;
}
.kefuw .item-c .right{
    line-height: 25px;
    margin-top: 10px;
}
.kefuw .item-c .right .tit {
    text-align: center;
    font-family: 'Montserrat Bold',sans-serif;
    animation: flashBlueRed 1s infinite;
    font-size: 16px;
}
.kefuw .item-c:hover .tit{
    color: var(--color-allweb-red);
    font-weight: 800;
}
.kefuw .item-c:hover .icon img{
    transform: scale(1.2) translateY(-5px);
    transition: all .5s ease;
}
@keyframes flashBlueRed {
    0%, 100% { color: var(--color-allweb); }
    50% { color: var(--color-allweb-red); }
}
.kefuw .item-c .right .number {
    text-align: center;
}
.kefuw .boxbtn{
    width: 100%;
    height: 40px;
    background: var(--color-allweb);
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    right: 0;
    bottom: -40px;
    border-radius: 0 0 10px 10px;
    padding: 0 12px;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    cursor: pointer;
}
.kefuw .boxbtn i{
    font-size: 20px;
}
.Linkall{
    color: var(--color-allweb) !important;
    text-decoration: underline !important;
}
.h5listw{
    margin-bottom: 40px;
    height: auto;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
    background: #fff;
    border: 1px solid rgba(82, 88, 106, 0.12);
}
.h5listw a {
    width: 15%;
    padding: 12px 20px;
    border-radius: 12px;
    text-align: center;
    background-color: #fff;
    color: var(--default-back-color);
    font-size: 13px;
    position: relative;
}
.h5listw a .icon{
    height: 24px;
}
.h5listw a .icon img{
    height: 100%;
}
.h5listw a:after{
    content: "";
    display: block;
    width: 0px;
    height: 20px;
    border-left: 1px solid #eee;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.h5listw a:last-child:after{
    display: none;
}
.h5listw a:hover{
    color: var(--color-allweb);
}
.color-allweb-red{
    color: var(--color-allweb-red);
}
.color-allweb-golden{
    color: var(--color-allweb-golden);
}
@keyframes flare {
    0% {
        left: -45px
    }

    20% {
        left: calc(100% + 15px)
    }

    to {
        left: calc(100% + 15px)
    }
}
@keyframes spinner {
    100% {
        transform: rotate(1turn)
    }
}
@keyframes jump {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-15px) scale(1.05);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}
@media (max-width: 1600px) {
    .indexCon1 .cells .tits {
        font-size: 18px;
        top: 75.5%;
    }
}

@media (max-width: 1380px) {
    .indexCon1 .cells .tits {
        top: 73.5%;
        font-size: 14px;
    }

    
}

.item-all .tits{
    font-size: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    font-weight: 500;
    padding-top: 12px;
}
.item-all .titmini{
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
    margin-bottom: 12px;
    padding-top: 12px;
    color: #000;
    font-weight: 500;
}
.item-all .text{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px dashed #eee;
    padding-bottom: 12px;
}
.item-all .text:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.dateBlock{
    margin:0 10px;
    color: var(--color-allweb-red);
    font-weight: bold;
}
.cont-1-title-text{
    display: none;
}
@media screen and (max-width: 750px) {
    .main {
        min-width: 0;
    }
    .cont-1-title-text{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 0.2rem;
        padding-bottom: 0.3rem;
    }
    .cont-1-title-text .title-text{
        font-size: 0.6rem;
        font-family: 'NotoSansSC Black', sans-serif;
        line-height: 1;
        text-align: center;
    }
    .cont-1-title-text .miniPicw {
        width: 80px;
        height: 5px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }
    .cont-1-title-text .miniPicw .blue {
        width: 50%;
        height: 100%;
        background: #2F7CF7;
    }
    .cont-1-title-text .miniPicw .red {
        width: 50%;
        height: 100%;
        background: #EE4312;
    }
    .contwall-cont {
        padding: 0 0.3rem 0;
    }
    .headw {
        display: none;
    }
    .bannerw {
        height: 9.5rem;
    }
    .bannerw .bannerc {
        display: none;
    }
    .bannerw .bannerc-wap{
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 3;
    }
    .bannerw .bannerc-wap img{
        width: 100%;
        height: auto;
    }
    .bannerw .bannerc-wap .vipIcon {
        position: absolute;
        width: 2.5rem;
        height: auto;
        left: 0.1rem;
        bottom: 3.1rem;
        animation: jump 3s ease-in-out infinite;
    }
    .vip-level {
        gap: 0.1rem;
    }
    .vip-level img {
        width: 0.6rem;
    }
    .cont-c-1 .back-grad-all {
        padding: 0.3rem;
    }
    .cont-c-1 .viptab,
    .vip-toggle-btn {
        display: none;
    }
    .vip-mobile{
        display: block;
        width: 100%;
    }
    .vip-mobile .vip-mobile-bar{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.2rem;
        padding: 0.2rem 0.24rem;
        border: 1px solid rgba(82, 88, 106, 0.12);
        border-radius: 0.16rem;
        background-color: #f5f5f5;
        margin-bottom: 0.24rem;
    }
    .vip-mobile .vip-mobile-bar .tit{
        font-size: 0.28rem;
        color: var(--default-color);
        font-weight: 600;
        white-space: nowrap;
    }
    .vip-mobile .vip-mobile-bar .sel{
        position: relative;
        flex: 1;
    }
    .vip-mobile .vip-mobile-bar select{
        width: 100%;
        height: 0.72rem;
        border-radius: 0.12rem;
        border: 1px solid rgba(82, 88, 106, 0.18);
        padding: 0 0.72rem 0 0.24rem;
        font-size: 0.28rem;
        background-color: #fff;
        color: var(--default-color);
        outline: none;
        appearance: none;
        -webkit-appearance: none;
    }
    .vip-mobile .vip-mobile-bar .sel i{
        position: absolute;
        right: 0.24rem;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(38, 38, 48, 0.7);
        font-size: 0.26rem;
        pointer-events: none;
    }
    .vip-mobile .vip-card{
        width: 100%;
        border-radius: 0.2rem;
        border: 1px solid rgba(82, 88, 106, 0.12);
        background-color: #fff;
        overflow: hidden;
    }
    .vip-mobile .vip-card .head{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 0.18rem;
        padding: 0.24rem;
        background: var(--back-gradient-head);
        border-bottom: 1px solid rgba(82, 88, 106, 0.12);
    }
    .vip-mobile .vip-card .head img{
        width: 1rem;
        height: auto;
        flex-shrink: 0;
    }
    .vip-mobile .vip-card .head .lv{
        font-size: 0.34rem;
        font-weight: 700;
        color: var(--default-color);
    }
    .vip-mobile .vip-card .list{
        padding: 0.1rem 0.24rem;
        display: flex;
        flex-direction: column;
    }
    .vip-mobile .vip-card .row{
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 0.24rem;
        padding: 0.2rem 0;
        border-bottom: 1px dashed rgba(82, 88, 106, 0.18);
    }
    .vip-mobile .vip-card .row:last-child{
        border-bottom: none;
    }
    .vip-mobile .vip-card .k{
        flex: 1;
        font-size: 0.26rem;
        color: rgba(38, 38, 48, 0.72);
        line-height: 1.3;
    }
    .vip-mobile .vip-card .v{
        font-size: 0.28rem;
        color: var(--allweb-color);
        font-weight: 600;
        white-space: nowrap;
        line-height: 1.3;
    }
    .cont-c-3{
        padding: 0.3rem;
        border-radius: 10px;
    }
    .cont-c-new .item .text{
        font-size: 0.28rem;
    }
    .dateBlock{
        padding: 0.2rem;
        border-radius: 5px;
        background-color: var(--color-allweb);
        margin: 0.2rem 0;
        color: #fff;
        font-weight: 500;
        white-space: nowrap;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .kefuw{
        right: 0.3rem;
        bottom: 1.6rem;
    }
    .bannerw .title-1-wrapper{
        display: none;
    }
    .contTit{
        padding:0.4rem 0;
    }
    .contTit .cc .contText{
        font-size: 0.6rem;
    }
    .contTit .cc{
        gap: 0.2rem;
    }
    .h5listw{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0.3rem;
        border-radius: 10px;
        gap: 0.2rem;
    }
    .h5listw a {
        width: calc(50% - 0.1rem); /* 50% - 间隙的一半 */
        box-sizing: border-box;
        border: 1px solid #eee;
        border-radius: 5px;
        font-size: 0.28rem;
    }
    .h5listw a:after{
        display: none;
    }
    .footer-brand-list{
        display:none;
    }
    .footer-brand .list1{
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        flex-direction: column;
        padding:0.45rem 0;
        gap: 0.3rem;
    }
    .footer-brand .list1 .item{
        padding:0;
        width: 100%;
    }
    .footer-brand .list1 .item:last-child{
        padding:0;
    }
    .footer-brand .line-r{
        border-bottom:1px dashed #e5e5e5;
        border-right:none;
    }
    .footer-brand .list1 .item:first-child{
        padding:0 0 0.3rem 0;
    }
    .footer-brand .item .logolist img{
        width: 100%;
        height: auto;
    }
    .footer-brand .item .title{
        margin-bottom: 0.3rem;
        border-left: 4px solid var(--color-allweb);
        padding-left: 0.2rem;
        line-height: 1;
    }
    .footer-brand .item .txtc{
        margin-top: 0.2rem;
    }
}
