﻿* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.head {
    width: 100%;
    height: 15vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    z-index: 999;
    background: #fff;
}

.head img {
    height: 11vw;
    display: block;
    margin-left: 3vw;
}


.head1 {
    width: 100%;
    height: 15vw;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    background: #fff;
}

.head1 img {
    height: 12vw;
    display: block;
    margin-left: 3vw;
}

.justDown {
    width: 22vw;
    height: 8vw;
    margin-right: 3vw;
}

.justDown button {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4vw;
    /* background: linear-gradient(90deg, #dccab8, #804e32, #d2b79c); */
    background: linear-gradient(90deg, #ffc800, #f10000);
}
.justDownh5 button {
    position: relative;
    width: 100%;
    height: 124%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-radius: 4vw;
    /* background: linear-gradient(90deg, #dccab8, #804e32, #d2b79c); */
    background: linear-gradient(90deg, #ffc800, #f10000);
}

.justDown button:before {
    content: '';
    width: 0px;
    height: 13vw;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 5px 3px #fff;
    position: absolute;
    transform: rotate(30deg);
    right: 0;
    top: -3px;
    animation: myMove 2s infinite;
}

.justDownh5 button:before {
    content: '';
    width: 0px;
    height: 12vw;
    overflow: hidden;
    display: block;
    box-shadow: 0 0 5px 3px #fff;
    position: absolute;
    transform: rotate(30deg);
    right: 0;
    top: -3px;
    animation: myMove 2s infinite;
}

.justDownh5 button{
	position: relative;
}

.justDownh51 button{
	position: relative;
	left: 20%;
	width: 150%;
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4vw;
    /* background: linear-gradient(90deg, #dccab8, #804e32, #d2b79c); */
    background: linear-gradient(90deg, #00b1ff, #f10000);
}
.justDownh52 button{
	position: relative;
	right: 50%;
    width: 150%;
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    border-radius: 4vw;
    /* background: linear-gradient(90deg, #dccab8, #804e32, #d2b79c); */
    background: linear-gradient(90deg, #f10000, #00b1ff);
}

.swiper-container {
    width: 95%;
    margin: 0 auto;
    margin-top: 15vw;
    height: 40vw;
    border-radius: 10px;
}

.swiper-container img {
    width: 100%;
}

@keyframes myMove {
    0% {
        right: 5%;
    }

    100% {
        right: 8rem;
    }
}

.mar {
    width: 95%;
    margin: 0 auto;
    height: 6vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mar img {
    height: 5vw;
}

marquee {
    font-size: 13px;
    color: #484a50;
    margin-left: 2vw;
    margin-right: 2vw;
}

.ck{
    width: 29%;
    height: 10vw;
    display: flex;
    align-items: center;
    color: slategrey;
}

.ck img{
    width: 100%;
}

.deposit {
    width: 95%;
    margin: 2vw auto;
    height: 10vw;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #9aa4c2;
}

.payicon {
    width: 103%;
    height: 30vw;
}

.payicon img {
    width: 95%;
}

.gameAdvice img {
    width: 100%;
}

.activity img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.sec .showImg1 .match {
    width: 100%;
    margin-bottom: 0;
    border-radius: 15px;
    box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.match img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.livePerson1 {
    border-radius: 15px;
    box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.livePerson1 img {
    width: 100%;
    border-radius: 15px;
}

.livePerson2 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.livePerson2 ul li {
    width: 48%;
    height: 25vw;
    padding: 4px 2px;

}

.livePerson2 ul li img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.electron {
    width: 100%;
    height: 100%;

}

.electron ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.electron ul li {
    width: 48%;
    margin-top: 3vw;
}

.electron ul li img {
    width: 100%;
    border-radius: 15px;
}

.line {
    margin-top: 2vw;
    border: .5px dashed #ddd;
}
.spansor1 {
    width: 100%;
    text-align: center;
}

.spansor1 img {
    width: 100%;
    border-radius: 15px;
}
.spansor {
    width: 100%;
    /*height: 25vw;*/
    margin: 2vw auto;
    text-align: center;
    margin-bottom: 40px;
}

.spansor img {
    width: 100%;
    border-radius: 15px;
}

.friend {
    margin-top: 3vw;
}

.wxchat {
    width: 100%;
    height: 17vw;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, .2);
    background-color: hsla(0, 0%, 100%, .8);
    color: #9aa4c2;
    text-align: center;
    line-height: 10vw;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    z-index: 1000;
}

.tablediv {
    width: 90%;
    margin: 1vw auto;
    border-radius: 10px;
    overflow: hidden;
}

.tabletop {
    height: 10.5vw;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    background-color: #153F66;
}

.tableitem {
    height: 11vw;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    color: #0C186C;
}

.tableitemd {
    height: 11vw;
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    color: #0C186C;
    background-color: #C5EAFF;
}

.kefu {
    position: fixed;
    right: 0;
    width: 30px;
    background-color: #64b0f7;
    top: 35%;
    z-index: 999999;
    text-align: center;
    padding: 10px 3px;
	color: #FFFFFF;
	text-decoration: none;
	border-radius: 10px 0px 0px 10px;
}
.kefu>img {
    width: 25px;
    filter: brightness(1000%);
}
.doc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fdfafa;
    text-align: center;
    line-height: 40px;
    color: #44a2f5;
    text-decoration: none;
}
@keyframes glowing {
    0% {box-shadow: 0 0 1px yellow, 0 0 2px yellow, 0 0 3px yellow, 0 0 10px yellow;}
    50% {box-shadow: 0 0 2px yellow, 0 0 4px yellow, 0 0 5px yellow, 0 0 15px yellow;}
    100% {box-shadow: 0 0 1px yellow, 0 0 2px yellow, 0 0 3px yellow, 0 0 10px yellow;}
}
@keyframes glowing1 {
    0% {box-shadow: 0 0 1px red, 0 0 2px red, 0 0 3px red, 0 0 10px red;}
    50% {box-shadow: 0 0 2px red, 0 0 4px red, 0 0 5px red, 0 0 15px red;}
    100% {box-shadow: 0 0 1px red, 0 0 2px red, 0 0 3px red, 0 0 10px red;}
}
@keyframes glowing2 {
    0% {box-shadow: 0 0 1px blue, 0 0 2px blue, 0 0 3px blue, 0 0 10px blue;}
    50% {box-shadow: 0 0 2px blue, 0 0 4px blue, 0 0 5px blue, 0 0 15px blue;}
    100% {box-shadow: 0 0 1px blue, 0 0 2px blue, 0 0 3px blue, 0 0 10px blue;}
}
@keyframes glowing3 {
    0% {box-shadow: 0 0 1px green, 0 0 2px green, 0 0 3px green, 0 0 10px green;}
    50% {box-shadow: 0 0 2px green, 0 0 4px green, 0 0 5px green, 0 0 15px green;}
    100% {box-shadow: 0 0 1px green, 0 0 2px green, 0 0 3px green, 0 0 10px green;}
}