* {margin: 0; padding: 0;}
body {margin: 0;padding: 0;background: #161616;}
html, body {overflow-x: hidden; max-width: 100%;}
a { text-decoration: none;}

.header {
    position: sticky;
    top: 0;
    z-index: 5000;
    background: #000000;
    left: 0;
    width: 100%;
}

.header .row2 {
    height: 1.72rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header .row2 .col1 {
    display: flex;
}
.header .row2 .logo { position: absolute; left: 5px; top: 0;}
.header .row2 .logo img {
    height: 1.6rem;
}
.icon-restore {
    display: block;
    fill: #ff4e00;
}
.header .row2 .col1 a {
    min-width: 2.79rem;
    height: .8rem;
    background: transparent;
    border-radius: .16rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    font-family: "Nunito-Bold";
    font-size: .42rem;
    color: #e9e9e9;
    text-transform: uppercase;

    width: 2.1rem;
    margin-right: 0.2rem;
}
.header .row2 .col1 a:nth-of-type(1) {
    border: .01rem solid #e9e9e9;
}
.header .row2 .col1 a:nth-of-type(2) {
    color: #000;
    background: #ff4e00;
    transition: background .3s;
}

.banner {
    position: relative;
    overflow: hidden;
}
.banner .item {}
.banner .item img {
    width: 100%;
}
.swiper1-pagination {
    position: absolute;
    z-index: 10;
    text-align: center;
}

.ind-block1 {}

.ind-block1 .row2 {
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #000; margin-left: 0 !important; margin-right: 0 !important;
}

.ind-block1 .row2 .col1 {
    padding: 0 1rem;
}

.ind-block1 .row2 .col1 img {
    height: 0.33rem;
}

.ind-block1 .row2 .col2 {
    flex: 1;
    color: #fff;
    overflow: hidden;
}

.ind-block1 .row2 .col2 .content {
    overflow: hidden;
    white-space: nowrap;
}
.ind-block1 .row2 .col2 .content span {
    display: inline-block;
    color: #fff; font-size: 14px;
    transform: translateX(100%) translateZ(0);
}
.ind-block1 .row2 .col2 .content span.active {
    -webkit-transform: translateX(-100%) translateZ(0);
    transform: translateX(-100%) translateZ(0);
    transition: -webkit-transform 20s;
    transition: transform 20s;
    transition: transform 20s, -webkit-transform 20s;
    transition-timing-function: linear;
}

.ind-block2 {}

.ind-block2 .row2 {
    display: flex;
    margin-top: 0.6rem;
    margin-left: 0.3rem;
}

.ind-block2 .row2 .col1 {}

.ind-block2 .row2 .col1 .itemG {}

.ind-block2 .row2 .col1 .itemG .item {
    width: 2.18rem;
    min-height: 1.39rem;
    background: #292b2e;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-size: .36rem;
    font-weight: 600;
    color: #a1aabc;
    border-radius: .09rem;
    cursor: pointer;
    transition: color .3s, background .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.2rem;
}
.ind-block2 .row2 .col1 .itemG .item.active {
    pointer-events: none;
    background: #ff4e00;
    color: #000;
}

.ind-block2 .row2 .col2 {
    flex: 1;
    margin-left: 0.4rem;
}

.ind-block2 .row2 .col2 .tab-content {}

.ind-block2 .row2 .col2 .tab-content .content-box {
    width: 9.4rem;
    overflow: hidden;
    display: none;
}
.ind-block2 .row2 .col2 .tab-content .content-box.active { display: block;}
.ind-block2 .row2 .col2 .tab-content .content-box .tit {
    color: #00a1ff;
    margin-bottom: .25rem;
    padding-left: 0;
    font-size: 0.42rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content-box1 .item {
    position: relative;
    width: 100% !important;
    display: block;
}
.content-box1 .item .img {}
.content-box1 .item .img img {
    width: 100%;
    display: block;
}
.content-box1 .item .txt {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}
.content-box1 .item .txt1 {}
.content-box1 .item .txt1 img {
    height: 0.41rem;
}
.content-box1 .item .txt2 {
    color: #fff;
    margin-top: 0.1rem;
    font-size: 0.2rem;
}

.content-box2 {}
/*.content-box2 .item {
    position: relative;
    margin-bottom: 0.2rem;
    width: 97%!important;
}*/
.content-box2 .item .img {}
.content-box2 .item .img img {
    width: 100%;
    display: block;
}
/*.content-box2 .item .button-container {
    position: absolute;
    bottom: 14%;
    right: 5%;
    display: flex;
    align-items: center;
}
.content-box2 .item .button-container a {
    color: #fff;
    border: .01rem solid #fff;
    background: none;
    width: 1.94rem;
    height: .64rem;
    font-size: .3rem;
    margin-right: .13rem;
    border-radius: .1rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.content-box2 .item .button-container a:nth-of-type(1) {
    color: #000;
    border: .01rem solid #ff0151;
    background: #ff0151;
}
.content-box2 .item .button-container a:nth-of-type(2) {}

.content-box3 .item {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.content-box3 .item .img {}
.content-box3 .item .img img {
    width: 100%;
    display: block;
}
.content-box3 .item .txt {
    position: absolute;
    top: 65%;
    right: 3%;
    transform: translateY(-50%);
    width: 43%;
}
.content-box3 .item .txt2 {
    color: #fff;
    margin-top: 0.1rem;
    font-size: 0.2rem;
}

.content-box4 .itemG {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-box4 .item {
    position: relative;
    width: 48%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.content-box4 .item .img {}
.content-box4 .item .img img {
    width: 100%;
    display: block;
}
.content-box4 .item .hot {
    position: absolute;
    bottom: 0;
    right: 0;
}
.content-box4 .item .hot img {
    display: block;
    height: 0.57rem;
}

.content-box5 .itemG {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-box5 .item {
    position: relative;
    width: 48%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.content-box5 .item .img {}
.content-box5 .item .img img {
    width: 100%;
    display: block;
}
.content-box5 .item .hot {
    position: absolute;
    bottom: 0;
    right: 0;
}
.content-box5 .item .hot img {
    display: block;
    height: 0.57rem;
}

.content-box6 .item {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.content-box6 .item .img {}
.content-box6 .item .img img {
    width: 100%;
    display: block;
}
.content-box6 .item .txt {
    position: absolute;
    top: 65%;
    right: 3%;
    transform: translateY(-50%);
    width: 43%;
}
.content-box6 .item .txt2 {
    color: #fff;
    margin-top: 0.1rem;
    font-size: 0.2rem;
}

.content-box7 .item {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
.content-box7 .item .img {}
.content-box7 .item .img img {
    width: 100%;
    display: block;
}
.content-box7 .item .txt {
    position: absolute;
    top: 65%;
    right: 3%;
    transform: translateY(-50%);
    width: 43%;
}
.content-box7 .item .txt2 {
    color: #fff;
    margin-top: 0.1rem;
    font-size: 0.2rem;
}

.ind-block3 {
    padding-left: 0.7rem;
    background: url(../img/c-bg.jpg) no-repeat center bottom / 100% auto;
    padding-bottom: 0.9rem;
}

.ind-block3 .tit {
    color: #ff4e00;
    padding-top: .49rem;
    padding-bottom: .61rem;
    font-size: .42rem;
    font-weight: 900;
    line-height: 100%;
}

.ind-block3 .video {
    height: 6.21rem;
    margin-right: 0.7rem;
    padding: 0.7rem 0;
}

.ind-block3 .itemG {
    display: flex;
    overflow-x: auto;
    width: 100%;
    padding-bottom: 0.3rem;
    align-items: center;
}

.ind-block3 .itemG a.item {
    position: relative;
    width: 3.3rem;
    margin-right: .41rem;
    display: flex;
    flex-shrink: 0;
    filter: grayscale(1);
    align-items: center;
}
.ind-block3 .itemG a.active { filter: none;}
.ind-block3 .itemG a.active::after {content: "";
    position: absolute;
    bottom: .05rem;
    left: 0;
    width: 100%;
    height: .1rem;
    background: #ff4b00;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    z-index: 1;}
.ind-block3 .itemG a.item img {
    width: 100%;
    height: 60px;
}

.ind-block4 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.ind-block4 .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* margin-right: 0.7rem; */
}

.ind-block4 .tit .col1 {
    padding-top: .57rem;
    padding-bottom: .66rem;
    font-size: .42rem;
    font-weight: 900;
    line-height: 100%;
    color: #ff4e00;
}

.ind-block4 .tit a.col2, .ind-block5 .tit a.col2 {
    color: #787e8b;
    cursor: pointer;
    font-size: 12px;
}

.ind-block4 .tab {
    display: flex;
    border-bottom: 1px solid hsla(0, 0%, 100%, .25);
    /* margin-right: 0.7rem; */
}
.ind-block4 .tab .item {
    height: .92rem;
    width: 3.49rem;
    font-size: .43rem;
    padding: 0;
    border-top-left-radius: .1rem;
    border-top-right-radius: .1rem;
    border-radius: .09rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid hsla(0, 0%, 100%, .25);
    border-bottom-color: transparent;
    margin-right: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsla(0, 0%, 100%, .25);
}
.ind-block4 .tab .item.active {
    background: #ff4e00;
    color: #fff;
    border: .01rem solid #ff4e00;
}

.ind-block4 .row2 {
    display: flex;
    overflow-x: auto;
    width: 100%;
    padding-top: .61rem;
    padding-bottom: .3rem;
    display: none;
}
.ind-block4 .row2.active { display: flex;}
.ind-block4 .row2 a.item {
    position: relative;
    width: 3.3rem;
    margin-right: .41rem;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    border-radius: 0.1rem;
    overflow: hidden;
}

.ind-block4 .row2 a.item .img {}

.ind-block4 .row2 a.item .img img {
    width: 100%;
    display: block;
}

.ind-block4 .row2 a.item .txt {
    align-items: center;
    justify-content: space-between;
    height: .78rem;
    font-size: .28rem;
    padding-left: .52rem;
    padding-right: .2rem;
    padding-bottom: 4px;
    display: flex;
    background: #131313;
}

.ind-block4 .row2 a.item .txt .txt1 {
    color: #a2aabd;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ind-block4 .row2 a.item .txt .txt2 {}

.ind-block4 .row2 a.item .txt .txt2 img {
    height: 0.36rem;
    display: block;
}
.ind-block4 .row2 a.item .bottom {}
.ind-block4 .row2 a.item .bottom:before {content: "";display: block;transition: background .5s;content: "";position: absolute;background: #5f0a0e;height: .06rem;left: 0;bottom: 0;width: 100%;}
.ind-block4 .row2 a.item .bottom:after {content: "";display: block;height: .08rem;bottom: .04rem;width: 1.64rem;left: .34rem;transition: background .5s;content: "";position: absolute;background: #5f0a0e;transform: perspective(.5em) rotateX(8deg);}

.ind-block5 {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.ind-block5 .tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ind-block5 .tit .col1 {
    padding-top: .57rem;
    padding-bottom: .66rem;
    font-size: .42rem;
    font-weight: 900;
    line-height: 100%;
    color: #ff4e00;
}

.ind-block5 .tit a.col2 {
    color: #787e8b;
    cursor: pointer;
}

.ind-block5 .itemG {
    display: flex;
    overflow-x: auto;
    width: 100%;
    padding-bottom: .3rem;
    font-size: 10px;
}

.ind-block5 .itemG a.item {
    width: 7.5rem;
    position: relative;
    margin-right: .41rem;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    overflow: hidden;
    border-radius: 0.1rem;
}

.ind-block5 .itemG a.item .img {}

.ind-block5 .itemG a.item .img img {
    width: 100%;
}

.ind-block5 .itemG a.item .txt {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.ind-block5 .itemG a.item .txt .txt1 {
    color: #f1c300;
    margin-bottom: 0.2rem;
}

.ind-block5 .itemG a.item .txt .txt2 {
    line-height: .32rem;
    margin-bottom: 0.2rem;
}

.ind-block5 .itemG a.item .bottom {}
.ind-block5 .itemG a.item .bottom::before {content: "";display: block;transition: background .5s;content: "";position: absolute;background: #f1c300;height: .07rem;left: 0;bottom: 0;width: 100%;}
.ind-block5 .itemG a.item .bottom::after {content: "";display: block;height: .09rem;bottom: .04rem;width: 1.64rem;left: .97rem;transition: background .5s;content: "";position: absolute;background: #f1c300;transform: perspective(.5em) rotateX(8deg);}

.ind-block5 .itemG a.item:nth-of-type(2) .bottom {}
.ind-block5 .itemG a.item:nth-of-type(2) .bottom::before {background: #ec1c23;}
.ind-block5 .itemG a.item:nth-of-type(2) .bottom::after {background: #ec1c23;}

.ind-block5 .itemG a.item:nth-of-type(3) .bottom {}
.ind-block5 .itemG a.item:nth-of-type(3) .bottom::before {background: #02c7bd;}
.ind-block5 .itemG a.item:nth-of-type(3) .bottom::after {background: #02c7bd;}

.ind-block5 .itemG a.item:nth-of-type(4) .bottom {}
.ind-block5 .itemG a.item:nth-of-type(4) .bottom::before {background: #b401e2;}
.ind-block5 .itemG a.item:nth-of-type(4) .bottom::after {background: #b401e2;}

.footer { color: #FFFFFF; margin: 0.5rem;}

.footer .row2 {
    display: flex;
    justify-content: space-between;
    padding: 0.3 0.7rem 0 0.7rem;
    font-size: 12px;
}

.footer .row2 .col1 {}

.footer .row2 .col1 .tit {
    color: #fff;
}

.footer .row2 .col1 .icoG {
    margin-top: 0.2rem;
}

.footer .row2 .col1 .icoG a {}

.footer .row2 .col1 .icoG a img {
    height: 0.72rem;
}

.footer .row2 .col1 .icoG2 {
    margin-top: 0.2rem;
}

.footer .row2 .col1 .icoG2 a {
    margin-right: 0.2rem;
}

.footer .row2 .col1 .icoG2 a img {
    height: 0.4rem;
}

.footer .row22 {
    text-align: center;
    color: #666;
    padding: 1rem 0.2rem;
}
.swiper2-pagination { width: auto !important;}
.swiper-pagination-bullets span { background-color: #fff !important;}

::-webkit-scrollbar {
    width: 5px !important;
    height: 5px !important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    /* border-radius: 10px; */
}

::-webkit-scrollbar-thumb {
    /* border-radius: 10px; */
    background: #666;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5);
}

::-webkit-scrollbar-thumb:window-inactive {
    /* background: rgba(255,0,0,0.4); */
}

:root {
    --color0: #ff4e00;
    --color1: #ff0151;
    --color2: #ff4e00;
    --color3: #f1c300;
    --color4: #eb1c21;
    --color5: #c700f8;
    --color6: #00dacf;
}
.tab0 {}
.tab1 {}
.tab2 {}
.tab3 {}
.tab4 {}
.tab5 {}
.tab6 {}

.tab0 .ind-block2 .row2 .col1 .itemG .item.active { background: var(--color0);}
.tab1 .ind-block2 .row2 .col1 .itemG .item.active { background: var(--color1);}
.tab2 .ind-block2 .row2 .col1 .itemG .item.active { background: var(--color2);}
.tab3 .ind-block2 .row2 .col1 .itemG .item.active { background: var(--color3);}
.tab4 .ind-block2 .row2 .col1 .itemG .item.active { background: var(--color4);}
.tab5 .ind-block2 .row2 .col1 .itemG .item.active { background: var(--color5);}
.tab6 .ind-block2 .row2 .col1 .itemG .item.active { background: var(--color6);}

.tab0 .ind-block2 .row2 .col2 .tab-content .content-box .tit { color: var(--color0);}
.tab1 .ind-block2 .row2 .col2 .tab-content .content-box .tit { color: var(--color1);}
.tab2 .ind-block2 .row2 .col2 .tab-content .content-box .tit { color: var(--color2);}
.tab3 .ind-block2 .row2 .col2 .tab-content .content-box .tit { color: var(--color3);}
.tab4 .ind-block2 .row2 .col2 .tab-content .content-box .tit { color: var(--color4);}
.tab5 .ind-block2 .row2 .col2 .tab-content .content-box .tit { color: var(--color5);}
.tab6 .ind-block2 .row2 .col2 .tab-content .content-box .tit { color: var(--color6);}

.tab0 .header .row2 .col1 a:nth-of-type(2) { background: var(--color0);}
.tab1 .header .row2 .col1 a:nth-of-type(2) { background: var(--color1);}
.tab2 .header .row2 .col1 a:nth-of-type(2) { background: var(--color2);}
.tab3 .header .row2 .col1 a:nth-of-type(2) { background: var(--color3);}
.tab4 .header .row2 .col1 a:nth-of-type(2) { background: var(--color4);}
.tab5 .header .row2 .col1 a:nth-of-type(2) { background: var(--color5);}
.tab6 .header .row2 .col1 a:nth-of-type(2) { background: var(--color6);}

.tab0 .header2 .row2 .col2 .c1 span { color: var(--color0);}
.tab1 .header2 .row2 .col2 .c1 span { color: var(--color1);}
.tab2 .header2 .row2 .col2 .c1 span { color: var(--color2);}
.tab3 .header2 .row2 .col2 .c1 span { color: var(--color3);}
.tab4 .header2 .row2 .col2 .c1 span { color: var(--color4);}
.tab5 .header2 .row2 .col2 .c1 span { color: var(--color5);}
.tab6 .header2 .row2 .col2 .c1 span { color: var(--color6);}

.tab0 .header2 .row2 .col2 .c2 svg {stroke: var(--color0); fill: var(--color0);display: block;}
.tab1 .header2 .row2 .col2 .c2 svg {stroke: var(--color1); fill: var(--color1);}
.tab2 .header2 .row2 .col2 .c2 svg {stroke: var(--color2); fill: var(--color2);}
.tab3 .header2 .row2 .col2 .c2 svg {stroke: var(--color3); fill: var(--color3);}
.tab4 .header2 .row2 .col2 .c2 svg {stroke: var(--color4); fill: var(--color4);}
.tab5 .header2 .row2 .col2 .c2 svg {stroke: var(--color5); fill: var(--color5);}
.tab6 .header2 .row2 .col2 .c2 svg {stroke: var(--color6); fill: var(--color6);}

.tab0 .header2 .row2 .col2 .c3 svg { fill: var(--color0);}
.tab1 .header2 .row2 .col2 .c3 svg { fill: var(--color1);}
.tab2 .header2 .row2 .col2 .c3 svg { fill: var(--color2);}
.tab3 .header2 .row2 .col2 .c3 svg { fill: var(--color3);}
.tab4 .header2 .row2 .col2 .c3 svg { fill: var(--color4);}
.tab5 .header2 .row2 .col2 .c3 svg { fill: var(--color5);}
.tab6 .header2 .row2 .col2 .c3 svg { fill: var(--color6);}

.tab0 .ind-block0 .row2 .col1 .txt { color: var(--color0);}
.tab1 .ind-block0 .row2 .col1 .txt { color: var(--color1);}
.tab2 .ind-block0 .row2 .col1 .txt { color: var(--color2);}
.tab3 .ind-block0 .row2 .col1 .txt { color: var(--color3);}
.tab4 .ind-block0 .row2 .col1 .txt { color: var(--color4);}
.tab5 .ind-block0 .row2 .col1 .txt { color: var(--color5);}
.tab6 .ind-block0 .row2 .col1 .txt { color: var(--color6);}

.tab0 .deposit .st1 { stroke: var(--color0)}
.tab1 .deposit .st1 { stroke: var(--color1)}
.tab2 .deposit .st1 { stroke: var(--color2)}
.tab3 .deposit .st1 { stroke: var(--color3)}
.tab4 .deposit .st1 { stroke: var(--color4)}
.tab5 .deposit .st1 { stroke: var(--color5)}
.tab6 .deposit .st1 { stroke: var(--color6)}

.tab0 .deposit .st3 { stroke: var(--color0)}
.tab1 .deposit .st3 { stroke: var(--color1)}
.tab2 .deposit .st3 { stroke: var(--color2)}
.tab3 .deposit .st3 { stroke: var(--color3)}
.tab4 .deposit .st3 { stroke: var(--color4)}
.tab5 .deposit .st3 { stroke: var(--color5)}
.tab6 .deposit .st3 { stroke: var(--color6)}

.tab0 .deposit .st4 { stroke: var(--color0);fill: var(--color0);}
.tab1 .deposit .st4 { stroke: var(--color1);fill: var(--color1);}
.tab2 .deposit .st4 { stroke: var(--color2);fill: var(--color2);}
.tab3 .deposit .st4 { stroke: var(--color3);fill: var(--color3);}
.tab4 .deposit .st4 { stroke: var(--color4);fill: var(--color4);}
.tab5 .deposit .st4 { stroke: var(--color5);fill: var(--color5);}
.tab6 .deposit .st4 { stroke: var(--color6);fill: var(--color6);}

.tab0 .deposit .st5 { stroke: var(--color0)}
.tab1 .deposit .st5 { stroke: var(--color1)}
.tab2 .deposit .st5 { stroke: var(--color2)}
.tab3 .deposit .st5 { stroke: var(--color3)}
.tab4 .deposit .st5 { stroke: var(--color4)}
.tab5 .deposit .st5 { stroke: var(--color5)}
.tab6 .deposit .st5 { stroke: var(--color6)}

.tab0 .withdraw .st1 { stroke: var(--color0)}
.tab1 .withdraw .st1 { stroke: var(--color1)}
.tab2 .withdraw .st1 { stroke: var(--color2)}
.tab3 .withdraw .st1 { stroke: var(--color3)}
.tab4 .withdraw .st1 { stroke: var(--color4)}
.tab5 .withdraw .st1 { stroke: var(--color5)}
.tab6 .withdraw .st1 { stroke: var(--color6)}

.tab0 .withdraw .st4 { stroke: var(--color0);fill: var(--color0);}
.tab1 .withdraw .st4 { stroke: var(--color1);fill: var(--color1);}
.tab2 .withdraw .st4 { stroke: var(--color2);fill: var(--color2);}
.tab3 .withdraw .st4 { stroke: var(--color3);fill: var(--color3);}
.tab4 .withdraw .st4 { stroke: var(--color4);fill: var(--color4);}
.tab5 .withdraw .st4 { stroke: var(--color5);fill: var(--color5);}
.tab6 .withdraw .st4 { stroke: var(--color6);fill: var(--color6);}

.tab0 .history .st1 { stroke: var(--color0)}
.tab1 .history .st1 { stroke: var(--color1)}
.tab2 .history .st1 { stroke: var(--color2)}
.tab3 .history .st1 { stroke: var(--color3)}
.tab4 .history .st1 { stroke: var(--color4)}
.tab5 .history .st1 { stroke: var(--color5)}
.tab6 .history .st1 { stroke: var(--color6)}

.tab0 .history .st4 { stroke: var(--color0);fill: var(--color0);}
.tab1 .history .st4 { stroke: var(--color1);fill: var(--color1);}
.tab2 .history .st4 { stroke: var(--color2);fill: var(--color2);}
.tab3 .history .st4 { stroke: var(--color3);fill: var(--color3);}
.tab4 .history .st4 { stroke: var(--color4);fill: var(--color4);}
.tab5 .history .st4 { stroke: var(--color5);fill: var(--color5);}
.tab6 .history .st4 { stroke: var(--color6);fill: var(--color6);}

.tab0 .rr a.a { color: var(--color0);fill: var(--color0);}
.tab1 .rr a.a { color: var(--color1);fill: var(--color1);}
.tab2 .rr a.a { color: var(--color2);fill: var(--color2);}
.tab3 .rr a.a { color: var(--color3);fill: var(--color3);}
.tab4 .rr a.a { color: var(--color4);fill: var(--color4);}
.tab5 .rr a.a { color: var(--color5);fill: var(--color5);}
.tab6 .rr a.a { color: var(--color6);fill: var(--color6);}

.banner { display: none;}
.ind-block1 { display: none;}
.ind-block3 { display: none;}
.ind-block4 { display: none;}
.ind-block5 { display: none;}

.tab0 .banner { display: block;}
.tab0 .ind-block1 { display: block;}
.tab0 .ind-block3 { display: block;}
.tab0 .ind-block4 { display: block;}
.tab0 .ind-block5 { display: block;}

.header2 {
    /*display: none;*/
    background: #000000;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6000;
}

.header2 .row2 {
    height: 1.72rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header2 .row2 .col1 {

}
.header2 .row2 .col2 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 50;
}
.header2 .row2 .col2 .c1 {
    color: #fff;
    margin-right: 0.5rem;
}
.header2 .row2 .col2 .c1 span {}
.header2 .row2 .col2 .c1 strong {
    font-size: 0.5rem;
    margin-left: 0.2rem;
}
.header2 .row2 .col2 .c2 {
    margin-right: 0.2rem;
}
.header2 .row2 .col2 .c2 svg {
    fill: #fff;
    width: .56rem;
    height: .56rem;
}
.header2 .row2 .col2 .c3 {
    margin-right: 0.5rem;
}
.header2 .row2 .col2 .c3 svg {
    width: .68rem;
    height: .78rem;
    fill: #fff;
}

.ind-block0 {
    background: #27282a;
    /*display: none;*/
}
.ind-block0 .row2 {
    display: flex;
    align-items: center;
    padding: 0.3rem;
}
.ind-block0 .row2 .col1 {
    display: flex;
    align-items: center;
    margin-right: 0.8rem;
    margin-left: 0.3rem;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
}
.ind-block0 .row2 .col1 .img {
    margin-right: 0.3rem;
}
.ind-block0 .row2 .col1 .img img {
    height: 0.76rem;
}
.ind-block0 .row2 .col1 .txt {
    color: #fff;
}
.ind-block0 .row2 .col2 {
    flex: 1;
    border-left: 1px solid #666;
}
.ind-block0 .row2 .col2 .itemG {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 0 0.5rem;
    box-sizing: border-box;
}
.ind-block0 .row2 .col2 .itemG .item {}
.ind-block0 .row2 .col2 .itemG .item .ico {
    height: 1.5rem;
}
.ind-block0 .row2 .col2 .itemG .item .ico svg {
    width: 1.4rem;
}
.ind-block0 .row2 .col2 .itemG .item .txt {
    color: #a1aabc;
}

.bottom-p {height: 2rem;display: none;}
.bottom {
    background: #252628;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 5000;
    display: none;
}
.bottom .row2 {}
.bottom .row2 .itemG {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0.3rem 0;
}
.bottom .row2 .itemG .item {
    text-align: center;
}
.bottom .row2 .itemG .item .ico {}
.bottom .row2 .itemG .item .ico svg {
    width: 1rem;
}
.bottom .row2 .itemG .item .txt {
    color: #666;
}

.contact {position: fixed;bottom: 0.5rem;right: 0.4rem;width: 2.5rem;z-index: 6000;}
.contact img {width: 100%;}

.block2-login {
    width: 95%;
    background: #333;
    box-shadow: none;
    border-radius: 0;
    margin: 10px auto 20px auto;
    display: flex;
    flex-direction: column;
    /*position: relative;*/
    overflow: hidden;
    padding-bottom: 10px;
}
.block2-login .row22 { margin-right: 0;}
.block2-login .row23 {color: #FFFFFF}
/*.block2-login .row224 { background: #fcfcfc}*/

.barControl {margin: 0 auto;}
.barContro_space {margin: 10px 0;background: #056125;border-radius: 5px;}
.vader {border-radius: 2px;display: block;width: 0%;box-shadow: 0px 0px 10px 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275;background-color: #fff;}
.yoda {border-radius: 2px;display: block; width: 0%; box-shadow: 0px 0px 10px 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A;background-color: #FFFFFF;}
.obi {border-radius: 2px;display: block; width: 0%;box-shadow: 0px 0px 10px 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8;background-color: #fff;}
.windu { border-radius: 2px;display: block; width: 0%; box-shadow: 0px 0px 10px 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4;background-color: #fff;}

.header2 .row2 .col1 {
    display: flex;
    position: absolute;
    left: 5px;
    top: 10px;
    z-index: 10;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    /*width: 30%;*/
}
.header2 .row2 .col1 a.a {
    background: #53BCFF;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
    padding: 0 5px;
}

.header2 .row2 .col1 a.c {
    background: #6820D4;
    color: #fff;
    padding: 0 5px;

}

.swiper3-pagination { width: auto !important;}

.item-match {background: url(../img/box.png) no-repeat center center / 100% 100%;padding: 12px;box-sizing: border-box;}
.item-match span.icon-epl {
    display: block;
    text-align: center;
    color: #001b42;
    font-size: 13px;
    font-weight: bold;
}
.item-match .teams {
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-match .teams .team {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.item-match .teams .team i.icon-team-bg {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    background: url(../img/team-bg.png) no-repeat center center / 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-match .teams .team i.icon-team-bg i.icon-team-default {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.item-match .teams .team i.icon-team-bg i.icon-team-default img {width: 40%;display: block;}
.item-match .teams .team span {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    display: block;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 6px;
    overflow: hidden;
}
.item-match .teams .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 5px;
}
.item-match .teams .info span.time {
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    line-height: 1.3em;
}
.item-match .teams .info span.time br {}
.item-match .teams .info span.vs {
    line-height: 2em;
    color: #001b42;
    font-size: 12px;
    font-weight: bold;
}
.item-match .teams .info span.btn {
    font-size: .2848rem;
    width: 2rem;
    height: .5rem;
    background: #ff4d00;
    border-radius: .09rem;
    margin-top: .623rem;
    padding: 0;
    color: #fff;
    margin: 0;
}
.item-match .nums-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
}
.item-match .nums-list li {
    list-style: none;
    color: #fff;
    flex: 1;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    line-height: 1em;
}
.item-match .nums-list li span {
    font-weight: bold;
    color: #001b42;
}
.item-match .nums-list li span:nth-of-type(2) { font-weight: normal;}
.item-match .nums-list li:nth-of-type(2) {background: rgba(255, 255, 255, 0.5);}

.rr {
    display: flex;
    align-items: center;
}
.rr a {}
.rr a svg.icon-restore {}
.rr a svg.icon-restore style {}
.rr a svg.icon-restore path {}
.rr a.a {
    display: flex;
    margin-left: 10px;
    align-items: center;
    padding-top: 3px;
}
.rr a.a svg.icon {
    margin-left: 5px;
}
.rr a.a svg.icon path {}
.lang {
    width: 30px;
    height: 24px;
    position: relative;
    margin-left: 5px;
    padding-top: 2px;
}
.lang .t1 {}
.lang .t1 img {
    width: 24px;
    display: block;
    margin: auto;
}
.lang .t2 {
    position: absolute;
    top: 25px;
    left: 0;
    display: none;
    background: #161616;
    width: 30px;
}
.lang .t2 a {
    display: block;
}
.lang .t2 a:last-child { margin: 5px 0;}
.lang .t2 a img.lazyload {
    width: 24px;
    display: block;
    margin: auto;
}
.lang:hover .t2 { display: block;}

.ind-block3 .itemG a.item {
    flex-direction: column;
    background: #1F1F1F;
}
.ind-block3 .itemG a.item .txt {
    padding: 5px 0;
}
.ind-block3 .itemG a.item .txt1 {
    text-align: center;
    line-height: 1.5em;
    height: 1.5em;
    overflow: hidden;
    font-size: 8px;
}
.ind-block2 .row2 .col1 .itemG .item img { width: 82%;}

.block2-login .row22 {background: #ff3600;}
.block2-login .row22 .col2 {background: #056125;}
.reg-bg .reg .row2 .col3 { display: flex; justify-content: center; margin-top: 20px;}
.reg-bg .reg .row2 .col3 .btn, .login-bg .login .row2 .col3 .btn {width: 2.4rem;height: 1.2rem;border-radius: 5px;border: none;font-size: 0.5rem; padding: 0; }
.btn-default {
    background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
}
.reg-bg .reg .row2 .col2 .item input::placeholder { color: #888888;}
.header2 .row2 .col1  .logo { position: absolute; top: -10px; left: 0; }
.header2 .row2 .col1  .logo img { height: 1.6rem; }
/*倍场选择模态窗口*/
#slots_modal {
    display: none;
    width: 80%;
    height: fit-content;
    color: #FFFFFF;
    border: 0 solid #337b87;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin: 100px auto 0 10%;
    padding-right: 0px;
}

#slots_modal p {
    color: black;
}
#slots_modal .modal-dialog { margin: 0 auto;}
.slots_modal-header {
    background: #337b87;
    padding: 5px 10px;
    text-align: center;
}

.slots_modal-body {
    padding: 20px 20px 0 20px;
    background: #dbeced;
}

.slots_modal-btn {
    display: inline-block;
    text-align: center;
    width: 45%;
    margin: 0 0 5% 5%;
    background: #337b87;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 2px 0;
}

.slots_modal-btn:nth-child(odd) {
    /*margin-left: 0;*/
}
#contactList { display: none; padding: 5px 10px 0 10px; overflow: hidden;}
#contactList li { list-style: none; border-bottom: 1px dashed #cccccc; overflow: hidden; font-size: 180%; }
#contactList li:last-child { border-bottom: 0;}
#contactList li a { display: block; width: 100%; text-align: center; padding: 5px; }

.float-support-btn { z-index: 9999; position: fixed; right: 1rem !important; bottom: 3.5rem !important; width: 50px; height: 50px; background: #705BF5; border-radius: 50%; }
.float-support-btn svg { vertical-align: top; }

#app-download { height: 35px; padding: 8px; overflow: hidden; font-size: 70%; color: #FFFFFF; display: none; }
#app-download .btn { font-size: 90% !important; padding: 5px 10px; }
#app-download .close { width: 30px; height: 30px; border-radius: 50%;border: 1px solid white;padding: 5px 8px;font-size: 10px;cursor: pointer; margin-right: 10px;}

@media (min-width: 576px) {
    html { font-size: 90%; }
    body { font-size: 14px; }
    #contactList li { font-size: 120%; }
}