@charset "utf-8";
@font-face {
    font-family: "NotoSansSC Light";
    src: url(../fonts/static/NotoSansSC-Light.ttf) format("truetype");
}
@font-face {
    font-family: "NotoSansSC Bold";
    src: url("../fonts/static/NotoSansSC-Bold.ttf");
    font-weight: bold;
    /* 指定字体粗细 */
}
@font-face {
    font-family: "NotoSansSC Black";
    src: url("../fonts/static/NotoSansSC-Black.ttf");
    font-weight: bold;
    /* 指定字体粗细 */
}
.SansBold{
    font-family: 'NotoSansSC Bold', sans-serif;
}
.SansLight {
    font-family: 'NotoSansSC Light', sans-serif;
}
.SansBlack {
    font-family: 'NotoSansSC Black', sans-serif;
}
ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

i {
    font-style: normal;
}
a {
    color: var(--default-color);
    transition: transform 0.2s ease-in-out;
    /* blr: expression(this.onFocus=this.blur()); */
}
p{
    padding: 0;
    margin: 0;
}
div{
    box-sizing: border-box;
}
a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.txt-important-White{
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat Bold',sans-serif;
}
.txt-important-allweb {
    font-size: 17px;
    color: var(--default-center-color);
    font-family: 'Montserrat Bold', sans-serif;
}
.txtauto{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.txtNrow{
    white-space: nowrap;
}
.txtelement {
    text-transform: uppercase;
}

/*  */
.clearfix:after,
.clearfix::before {
    display: block;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;

}

.clearfix {
    zoom: 1;
}

img {
    display: block;
}

body {
    font-size: 15px;
    line-height: 1.6;
    font-family: "pingfang", sans-serif;
    font-weight: 300;
    color: #252525;
    padding: 0;
    margin: 0;
    background:url(../images/contentBody.jpg) #F5F6F8 no-repeat bottom center;
    background-size: 100% auto;
}
.itemAll{
    border-radius: 20px;
    border:1px solid rgba(82, 88, 106,0.5);
    transition: 1s;
    background-color: rgba(11,12,49,0.4);
    -webkit-backdrop-filter:blur(10px);
    backdrop-filter:blur(6px);
}
.clear {
    clear: both;
}

.dispflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dispflex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dispflex-l-t {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.dispflex-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}
.dispflex-c{
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.txtUppercase{
    text-transform: uppercase;
}
.hide {
    display: none;
}

.show {
    display: block !important;
}
.line-h-1{
    line-height: 1;
}
/*  */
.mln{
    margin-left: 5px !important;
}
.mlm{
    margin-left: 10px !important;
}
.mlw{
    margin-left: 15px !important;
}
.mls{
    margin-left: 20px !important;
}
.mlv{
    margin-left: 30px !important;
}
/*  */
.mrn {
    margin-right: 5px !important;
}
.mrm {
    margin-right: 10px !important;
}
.mrw {
    margin-right: 15px !important;
}
.mrs {
    margin-right: 20px !important;
}
.mrv {
    margin-right: 30px !important;
}
/*  */
.mbn {
    margin-bottom: 5px !important;
}

.mbm {
    margin-bottom: 10px !important;
}

.mbw {
    margin-bottom: 15px !important;
}

.mbs {
    margin-bottom: 20px !important;
}

.mbv {
    margin-bottom: 30px !important;
}
/*  */
.mtn {
    margin-top: 5px !important;
}

.mtm {
    margin-top: 10px !important;
}

.mtw {
    margin-top: 15px !important;
}

.mts {
    margin-top: 20px !important;
}

.mtv {
    margin-top: 30px !important;
}
/* padding */
/*  */
.pln {
    padding-left: 5px !important;
}

.plm {
    padding-left: 10px !important;
}

.plw {
    padding-left: 15px !important;
}

.pls {
    padding-left: 20px !important;
}

.plv {
    padding-left: 30px !important;
}

/*  */
.prn {
    padding-right: 5px !important;
}

.prm {
    padding-right: 10px !important;
}

.prw {
    padding-right: 15px !important;
}

.prs {
    padding-right: 20px !important;
}

.prv {
    padding-right: 30px !important;
}

/*  */
.pbn {
    padding-bottom: 5px !important;
}

.pbm {
    padding-bottom: 10px !important;
}

.pbw {
    padding-bottom: 15px !important;
}

.pbs {
    padding-bottom: 20px !important;
}

.pbv {
    padding-bottom: 30px !important;
}

/*  */
.ptn {
    padding-top: 5px !important;
}

.ptm {
    padding-top: 10px !important;
}

.ptw {
    padding-top: 15px !important;
}

.pts {
    padding-top: 20px !important;
}

.ptv {
    padding-top: 30px !important;
}
/*  */
.w-size-10{
    width: 10%;
}
.w-size-20 {
    width: 20%;
}
.w-size-30 {
    width: 30%;
}
.w-size-40 {
    width: 40%;
}
.w-size-50 {
    width: 50%;
}
.w-size-60 {
    width: 60%;
}
.w-size-70 {
    width: 70%;
}
.w-size-80 {
    width: 80%;
}
.w-size-90 {
    width: 90%;
}
.w-size-100 {
    width: 100%;
}

.h-size-10 {
    height: 10%;
}

.h-size-20 {
    height: 20%;
}

.h-size-30 {
    height: 30%;
}

.h-size-40 {
    height: 40%;
}

.h-size-50 {
    height: 50%;
}

.h-size-60 {
    height: 60%;
}

.h-size-70 {
    height: 70%;
}

.h-size-80 {
    height: 80%;
}

.h-size-90 {
    height: 90%;
}

.h-size-100 {
    height: 100%;
}
/* font */
.Fcolor-allweb{
    color: var(--color-allweb) !important;
}
.Fcolor-red{
    color: #ff3e1e !important;
}
.Fcolor-blue{
    color: #00aeff !important;
}
.Fcolor-green{
    color: #00ff66 !important;
}
.Fcolor-yellow{
    color: #ffde00 !important;
}
.Fcolor-white{
    color: #fff !important;
}
.Fcolor-sm{
    color: #8490af !important;
}
.Fcolor-tits {
    color: #122044 !important;
}
.Fcolor-black {
    color: var(--color-allweb-black) !important;
}
.txt-l{
    text-align: left !important;
}
.txt-c {
    text-align: center !important;
}
.txt-r {
    text-align: right !important;
}
.Fsize-n{
    font-size: 12px !important;
}
.Fsize-m {
    font-size: 16px !important;
}
.Fsize-w {
    font-size: 18px !important;
}
.Fsize-v {
    font-size: 22px !important;
}
.F-bold{
    font-weight: bold;
}
/* back */
.Back-allweb {
    color: var(--default-back-color) !important;
    background-color: var(--color-allweb) !important;
}

.Back-red {
    color: #fff !important;
    background-color: #ff3e1e !important;
}

.Back-blue {
    color: #fff !important;
    background-color: #00aeff !important;
}

.Back-green {
    color: #fff !important;
    background-color: #00ff66 !important;
}

.Back-yellow {
    color: #fff !important;
    background-color: #ffde00 !important;
}
.Back-black {
    color: #fff !important;
    background-color: var(--default-back-color) !important;
}
/*  */
.pos-r{
    position: relative;
}
.pos-a{
    position: absolute;
}
/*  */
.menuBtn-gradient-1 {
    background-image: linear-gradient(-90deg, #3d5fff, #6541ff);
}

.menuBtn-gradient-2 {
    background-image: linear-gradient(90deg, #a030c1, #6c65ef);
}

.menuBtn-gradient-3 {
    background-image: linear-gradient(90deg, #eeac72, #de454e);
}

.menuBtn-gradient-4 {
    background-image: linear-gradient(90deg, #ab30bc, #e752b2);
}

.menuBtn-gradient-5 {
    background-image: linear-gradient(90deg, #c6ef81, #57b9cd);
}

.menuBtn-gradient-6 {
    background-image: linear-gradient(90deg, #eac673, #cda258);
}

.menuBtn-gradient-7 {
    background-image: linear-gradient(90deg, #1ed5e6, #46aef7);
}

.menuBtn-gradient-8 {
    background-image: linear-gradient(90deg, #c872f2, #f772d1);
}

.menuBtn-gradient-9 {
    background-image: linear-gradient(90deg, #f86f65, #fc5392);
}

.menuBtn-gradient-10 {
    background-image: linear-gradient(90deg, #fd644f, #f18e27);
}

.menuBtn-gradient-11 {
    background-image: linear-gradient(90deg, #18a86b, #2fb383);
}

.menuBtn-gradient-12 {
    background-image: linear-gradient(90deg, #7f22ff, #5874ff);
}

.menuBtn-gradient-13 {
    background-image: linear-gradient(90deg, #6541ff, #3e5fff);
}

.menuBtn-gradient-14 {
    background-image: linear-gradient(90deg, #ab30bc, #e752b2);
}

.menuBtn-gradient-15 {
    background-image: linear-gradient(90deg, #01a2f8, #28f09d);
}

.menuBtn-gradient-16 {
    background-image: linear-gradient(90deg, #f5ca6b, #fba980);
}

.menuBtn-gradient-17 {
    background-image: linear-gradient(90deg, #0dccff, #4760ff);
}
/*  */
.boxshow-blue{
    box-shadow: 0px 6px 16px -1px rgba(0, 119, 255, 0.758);
}

.back-grad-all{
    border-radius: 20px;
    border:1px solid rgba(82, 88, 106,0.12);
    transition: 1s;
    background-color:#fff;
    padding: 30px;
}
.whiteFont{
    font-weight: bold;
    -webkit-text-stroke: 1px #e6b55f;
    -moz-text-stroke: 1px #e6b55f;
    /* Firefox */
    -ms-text-stroke: 1px #e6b55f;
    /* Edge */
    text-stroke: 1px #e6b55f;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    /* Firefox */
    -ms-text-fill-color: transparent;
    /* Edge */
    text-fill-color: transparent;
}
.gradient-text {
    background: linear-gradient(to bottom, #e9a631 0%, #e98a31 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}
.jiaobiaoAll{
    position: absolute;
    right: -36px;
    top: 8px;
    height: 34px;
    line-height: 34px;
    width: 120px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transform: rotate(45deg);
}
.menuBtn-gradient-allweb{
    background-image: var(--back130-gradient-allweb);
}
.overHide{
    overflow: hidden;
}
/*  */
:root{
    --default-color: #252525;
    --default-center-color: #307CF7;
    --default-t1-color: #262646;
    --default-back-color: #18182d;
    --color-white: #fff;
    --color-allweb: #307CF7;
    --color-allweb-red: #D71D12;
    --color-allweb-black: #13151a;
    --color-allweb-golden: #F2C674;
    --back130-gradient-allweb: linear-gradient(to bottom, #F95514 0%, #D71D12 100%);
    --back-gradient-head: linear-gradient(to bottom, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, .68));
    --back-gradient-logo:linear-gradient(90deg, #307CF7, #1862D3);
    --back130-gradient-1:linear-gradient(130deg, #307CF7, #a541ff);
    --back130-gradient-2: linear-gradient(130deg, #307CF7, #00f2fe);
    --back130-gradient-3: linear-gradient(130deg, #fddb45, #fb7099);
    --back130-gradient-4: linear-gradient(130deg, #98e05f, #0de3ac);
    --back130-gradient-5: linear-gradient(130deg, #307CF7, #5a42ec);
    --back-gradient-6: linear-gradient(to bottom, #FFFFFF, #E4EAF0);
}
/*  */
@keyframes bannervip {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -8619px;
    }
}
table.table-all {
    width: 100%;
    border-collapse: collapse;
    border: 2px solid #ddd;
}

table.table-all th,
table.table-all td {
    padding: 8px;
    text-align: center;
    border: 1px solid #eee;
    /* 灰色边框 */
}

table.table-all th {
    background-color: #f2f2f2;
    /* 表头背景色 */
}

table.table-all tr:nth-child(even) {
    background-color: #f9f9f9;
    /* 偶数行背景色 */
}
.rowItem::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin-right: 12px;
    vertical-align: middle;
}
.viptab tr td:nth-child(4) {
    font-weight: bold;
}
.viptab tr td:nth-child(7) {
    font-weight: bold;
    color: var(--color-allweb-red);
}
.viptab tr td:nth-child(8) {
    font-weight: bold;
    color: var(--color-allweb);
}

@media screen and (max-width: 750px) {
    html {
        font-size: calc(100vw / 7.5);
        font-size: min(calc(100vw / 7.5), 100px);
    }
    body {
        font-size: 0.28rem;
    }
    /*  */
    .mln {
        margin-left: 0.1rem !important;
    }

    .mlm {
        margin-left: 0.2rem !important;
    }

    .mlw {
        margin-left: 0.3rem !important;
    }

    .mls {
        margin-left: 0.4rem !important;
    }

    .mlv {
        margin-left: 0.5rem !important;
    }

    /*  */
    .mrn {
        margin-right: 0.1rem !important;
    }

    .mrm {
        margin-right: 0.2rem !important;
    }

    .mrw {
        margin-right: 0.3rem !important;
    }

    .mrs {
        margin-right: 0.4rem !important;
    }

    .mrv {
        margin-right: 0.5rem !important;
    }

    /*  */
    .mbn {
        margin-bottom: 0.1rem !important;
    }

    .mbm {
        margin-bottom: 0.2rem !important;
    }

    .mbw {
        margin-bottom: 0.3rem !important;
    }

    .mbs {
        margin-bottom: 0.4rem !important;
    }

    .mbv {
        margin-bottom: 0.5rem !important;
    }

    /*  */
    .mtn {
        margin-top: 0.1rem !important;
    }

    .mtm {
        margin-top: 0.2rem !important;
    }

    .mtw {
        margin-top: 0.3rem !important;
    }

    .mts {
        margin-top: 0.4rem !important;
    }

    .mtv {
        margin-top: 0.5rem !important;
    }

    /* padding */
    /*  */
    .pln {
        padding-left: 0.1rem !important;
    }

    .plm {
        padding-left: 0.2rem !important;
    }

    .plw {
        padding-left: 0.3rem !important;
    }

    .pls {
        padding-left: 0.4rem !important;
    }

    .plv {
        padding-left: 0.5rem !important;
    }

    /*  */
    .prn {
        padding-right: 0.1rem !important;
    }

    .prm {
        padding-right: 0.2rem !important;
    }

    .prw {
        padding-right: 0.3rem !important;
    }

    .prs {
        padding-right: 0.4rem !important;
    }

    .prv {
        padding-right: 0.5rem !important;
    }

    /*  */
    .pbn {
        padding-bottom: 0.1rem !important;
    }

    .pbm {
        padding-bottom: 0.2rem !important;
    }

    .pbw {
        padding-bottom: 0.3rem !important;
    }

    .pbs {
        padding-bottom: 0.4rem !important;
    }

    .pbv {
        padding-bottom: 0.5rem !important;
    }

    /*  */
    .ptn {
        padding-top: 0.1rem !important;
    }

    .ptm {
        padding-top: 0.2rem !important;
    }

    .ptw {
        padding-top: 0.3rem !important;
    }

    .pts {
        padding-top: 0.4rem !important;
    }

    .ptv {
        padding-top: 0.5rem !important;
    }
    .Fsize-n {
        font-size: 0.22rem !important;
    }

    .Fsize-m {
        font-size: 0.28rem !important;
    }

    .Fsize-w {
        font-size: 0.3rem !important;
    }

    .Fsize-v {
        font-size: 0.42rem !important;
    }
}
