* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.head {
    width: 98%;
    height: 15vw;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 999;
    background: #fff;
}

.head img {
    height: 12vw;
    display: block;
    margin-left: 3vw;
}

.swiper-container {
    width: 95%;
    margin: 0 auto;
    margin-top: 15vw;
    height: 40vw;
    border-radius: 10px;
}

.swiper-container img {
    width: 100%;
}

.justDown {
    width: 22vw;
    height: 8vw;
    top: 20vw;
    margin-right: 2vw;
}

.justDown button {
    position: absolute;
    width: 23.6%;
    height: 55%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 15px;
    border-radius: 1vw;
    background: linear-gradient(90deg, #18b5f2, #187ef2, #18b5f2);
}

.justDown 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 3s 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;}*/

@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: 80%;
    height: 10vw;
}

.payicon img {
    width: 100%;
}

.gameAdvice img {
    width: 100%;
}

.sec {
    width: 95%;
    margin: 2vw auto;
    height: 100vw;
    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/tab1.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/tab2.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/tab3.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/tab4.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/tab5.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/tab6.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: 14px;
    color: #51587D;
}

.sec .showImg1 {
    width: 78%;
    height: 100%;
    position: relative;
}

.sec .showImg1 .activity {
    width: 100%;
    border-radius: 15px;
    /*box-shadow: 0 3px 5px 3px rgb(30, 144, 255);*/
}

.livePerson3 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.livePerson3 ul li {
    width: 100%;
    height: 25vw;
    padding: 4px 2px;
}

.livePerson3 ul li img {
    width: 100%;
    border-radius: 10px;
    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: 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 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.livePerson1 ul li {
    width: 100%;
    height: 25vw;
    padding: 4px 2px;
}

.livePerson1 ul li img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 5px 3px rgba(65, 70, 92, .3);
}

.livePerson2 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.livePerson2 ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.livePerson2 ul li {
    width: 100%;
    height: 25vw;
    padding: 4px 2px;
}

.livePerson2 ul li img {
    width: 100%;
    border-radius: 10px;
    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;
}

.spansor {
    width: 100%;
    //height: 75vw;
    margin: 2vw auto;
    text-align: center;
}

.spansor img {
    width: 100%;
    border-radius: 15px;
}

.friend {
    margin-top: 3vw;
}

.wxchat {
    width: 100%;
    height: 13vw;
    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 {
    position: relative;
    color: #7a472b;
    line-height: 24px;
    flex: 1;
    text-align: center;
}

.wxchat p b {
    font-size: 3.5vw;
}

.wxchat p span {
    font-size: 5.5vw;
}

.wxchat button {
    margin-left: auto;
    width: 20vw;
    margin-right: 6vw;
    height: 8vw;
    border: 0;
    border-radius: 3px;
    background: linear-gradient(90deg, #18b5f2, #187ef2, #18b5f2);
    color: #fff;
    font-size: 15px
}

.wxchat span span {
    font-size: 4vw;
}

.wxchat button:active {
    opacity: 0.8;
}

.image-item {
    display: block;
}

.alert {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 99999
}

.alert .content {
    width: 80vw;
    height: 30vw;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    z-index: 11;
    margin: auto;
    top: 0vw;
    margin: auto;
    left: 0;
    right: 0
}

.alert .bg {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10
}

.alert .content p {
    font-size: 4.2vw;
    padding: 3vw 4vw 0;
    word-break: break-all
}

.alert .content p span {
    font-size: 4.5vw;
    color: #0c8af1;
    display: inline
}

.alert .content .close {
    position: absolute;
    font-size: 4.2vw;
    color: #0c8af1;
    bottom: 15px;
    right: 5px;
    padding: 0 10px
}