* {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

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: -5.5vw;*/
    /* width: 100%; */
}


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

.head1 img {
    height: 16vw;
    display: block;
    margin-left: 0vw;
}

.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, #1d00ff, #f10000);
}
.justDownh5 button {
    position: relative;
    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, #0098ff, #72c756);
}

.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: 25%;
	width: 143%;
	height: 105%;
	border: none;
	outline: none;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 3.9vw;
	/* background: linear-gradient(90deg, #dccab8, #804e32, #d2b79c); */
	background: linear-gradient(90deg, #ffc800, #ff10000);
}
.justDownh52 button{
	position: relative;
	right: 60%;
	width: 144%;
	height: 106%;
	border: none;
	outline: none;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	border-radius: 3.9vw;
	/* background: linear-gradient(90deg, #dccab8, #804e32, #d2b79c); */
	background: linear-gradient(90deg, #ffc800, #ff10000);
}

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

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

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

    100% {
        right: 8rem;
    }
}

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

.mar img {
    height: 5vw;
}

marquee {
    font-size: 21px;
    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: 100%;
    height: 16vw;
}

.payicon img {
    width: 100%;
}

.gameAdvice img {
    width: 100%;
}

.sec {
    width: 98%;
    margin: 2vw auto;
    height: 85vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec .project {
    width: 18%;
    height: 100%;
    margin-right: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.pro {
    height: 12vw;
    background: url(../images/tabnormal.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(65, 70, 92, .3);
}

.pro1 {
    width: 100%;
    height: 100%;
    background: url(../images/tab1.png) no-repeat;
    background-size: 50%;
    background-position: left;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.pro1.active {
    background-image: url(../images/tab7.png);
}

.pro2 {
    width: 100%;
    height: 100%;
    background: url(../images/tab2.png) no-repeat;
    background-size: 50%;
    background-position: left;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.pro2.active {
    background-image: url(../images/tab8.png);
}

.pro3 {
    width: 100%;
    height: 100%;
    background: url(../images/tab3.png) no-repeat;
    background-size: 50%;
    background-position: left;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.pro3.active {
    background-image: url(../images/tab9.png);
}

.pro4 {
    width: 100%;
    height: 100%;
    background: url(../images/tab4.png) no-repeat;
    background-size: 50%;
    background-position: left;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.pro4.active {
    background-image: url(../images/tab10.png);
}

.pro5 {
    width: 100%;
    height: 100%;
    background: url(../images/tab5.png) no-repeat;
    background-size: 50%;
    background-position: left;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.pro5.active {
    background-image: url(../images/tab11.png);
}

.pro6 {
    width: 100%;
    height: 100%;
    background: url(../images/tab6.png) no-repeat;
    background-size: 50%;
    background-position: left;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.pro6.active {
    background-image: url(../images/tab12.png);
}

.tabselect {
    height: 12vw;
    background: url(../images/tabselect.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    border-radius: 15px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px 0 rgba(65, 70, 92, .3);
}

.pro span {
    margin-right: 1vw;
    font-size: 15px;
    color: #4a4d51;
}

.sec .showImg1 {
    width: 77%;
    height: 100%;
    position: relative;
}

.sec .showImg1 .activity {
    width: 100%;
    height: 115px;
    border-radius: 15px;
    /*box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);*/
}

.show1,
.show2,
.show3,
.show4,
.show5,
.content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.activity img {
    width: 100%;
    height: 25vw;
    border-radius: 15px;
    margin-top: -65px;
}

.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: 1px 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;
}

@media (max-width:360px) {
    .wxchat img {
        height: 8vw !important;
        margin-right: 5px;
    }
}

.wxchat img {
    height: 10vw;
    margin-right: 5px;
}

.wxchat p {
    color: #7a472b;
    line-height: 20px;
    flex: 1;
}

.wxchat p b {
    font-size: 2.5vw;
}

.wxchat p span {
    font-size: 3.2vw;
}

.wxchat button {
    margin-left: auto;
    width: 16vw;
    margin-right: 3vw;
    height: 8vw;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(90deg, #dccab8, #d2b496, #d2b79c);
    color: #fff;
    font-size: 14px
}

.wxchat span span {
    font-size: 3vw;
}

.wxchat button:active {
    opacity: 0.8;
}
.image-item{
    display: block;
}
.image-item1{
    display: block;
    animation: glowing 2s infinite;
}
.image-item2{
    display: block;
    animation: glowing1 2s infinite;
}
.image-item3{
    display: block;
    animation: glowing2 2s infinite;
}
.image-item4{
    display: block;
    animation: glowing3 2s infinite;
}


.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: 24px;
    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;}
}