@media (max-width: 768px) {
    .mmenu{
        display: block;
        float: right;
        margin: 10px;
        height: 20px;
    }

    .header {

        height: 80px;

        border-bottom: 4px solid #FA8702;
    }

    .headercon {

        width: 100%;

        margin: 0 auto;

        line-height: 80px;

    }

    .logo {

        float: left;

        margin-right: 44px;
    }

    .logo img {

        vertical-align: middle;
    }

    .nav {

        position: fixed;

        width: 80%;

        background: #000;

        z-index: 10;

        right: 0;

        top: 0;

        height: 100%;

        padding-top: 54px;

        display: none;

    }

    .nav a {

        color: #fff;

        font-weight: 700;

        text-decoration: none;

        padding: 4px 21px;

        border-top: 2px solid #1A1A1A;

        border-bottom: 2px solid #1A1A1A;

        display: block;

        font-size: 14px;

    }

    .nav a:hover {
        border-top: 2px solid #FA8702;
        border-bottom: 2px solid #FA8702;
    }

    .banner {

        position: relative;

        height: 337px;

    }

    .bannervideo {

        width: 100%;

    }

    .bannervideo video {

        height: 100%;

        width: auto !important;

    }

    .bannercon {

        position: absolute;

        width: 100%;

        top: 0;

        left: 0;

    }

    .slogen {

        color: #fff;

        font-size: 17px;

        width: 77%;

        margin: 0 auto;

        font-weight: 700;

        text-align: center;

        line-height: 34px;

        border: 5px solid #fff;

        border-radius: 20px;

        padding: 10px;

        margin-top: 10%;

    }

    .slogen span {
        background-image: linear-gradient(90deg, #FFB000 0%, #A100FF 100%);
        background-size: cover;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .daojishi {

        text-align: center;

        color: #fff;

        background: rgba(0, 0, 0, .6);

        width: 1000px;

        margin: 30px auto;

        padding: 30px;

        line-height: 34px;

        border-radius: 20px;

        display: none;
    }

    .daojishi h2 {

    }

    .daojishi h3 {

    }

    .daojishi p {

    }

    .daojishi a {

    }

    .title {
        color: #FFFFFF;
        font-family: "Balsamiq Sans", Sans-serif;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        border: 4px solid #fff;
        border-radius: 20px;
        width: 93%;
        margin: 30px auto;
        text-align: center;
        padding: 10px 0;
    }

    .title span {

        background-image: linear-gradient(90deg, #FFB000 0%, #A100FF 100%);

        background-size: cover;

        -webkit-background-clip: text;

        background-clip: text;

        -webkit-text-fill-color: transparent;
    }

    .titledes {

        width: 92%;

        margin: 10px auto;

        text-align: center;

        color: #fff;

        font-size: 14px;

        font-weight: 700;

        margin: 20px auto;

    }

    .latest {

        width: 93%;

        margin: 30px auto;

        overflow: hidden;

    }

    .latest img {

        margin: 20px 0;

        width: 49%;

        height: auto;

        vertical-align: middle;

    }

    .tvs {

        width: 90%;

        margin: 30px auto;

        display: flex;

        justify-content: space-between;

        flex-wrap: wrap;

    }

    .tvs img {

        margin: 16px 0;
    }

    .watch {

        width: 90%;

        margin: 30px auto;

        display: flex;

        justify-content: space-between;

        flex-wrap: wrap;

    }

    .watch img {

        border-radius: 10px;

        margin-bottom: 17px;

    }

    .game {

        display: flex;

        width: 90%;

        margin: 10px auto;

        text-align: center;

        color: #fff;

        border-radius: 10px;

        flex-wrap: wrap;

    }

    .gameitem {
        border: 4px solid #fff;
        margin: 2%;
        padding: 20px 0;
        border-radius: 10px;
        width: 100%;
    }

    .gameitem img {

        height: 160px;

        margin: 20px 0;
    }

    .gameitem h2 {

    }

    .gameitem p {

        margin: 12px;

        line-height: 32px;
    }

    .stream {

        width: 100%;

        margin: 0 auto;

    }

    .stream img {

        width: 24%;

    }

    .trust {

        text-align: center;

        font-size: 34px;

        color: #fff;

        /* font-weight: 700; */

        margin: 20px auto;
    }

    .trust img {
        vertical-align: bottom;
    }

    .questcon {

        width: 94%;

        margin: 10px auto;

        overflow: hidden;

    }

    .quest {

        float: left;

        width: 98%;

        margin: 1%;

    }

    .quest li {

        margin: 16px 0;
    }

    .quest li h4 {

        color: #FA8702;

        margin: 20px 0;
    }

    .quest li p {

        color: #fff;

        line-height: 24px;
    }

    .footerline {

        width: 89%;

        margin: 30px auto;

    }

    .footerline svg {

        fill: #FFFFFF;

    }

    .footer {

        width: 90%;

        margin: 20px auto;

    }

    .footercon {

        width: 100%;

        margin: 30px auto;

        overflow: hidden;

    }

    .footeritem {

        width: 93%;

        float: left;

        margin: 1.5%;

    }

    .foootertitle {

        background-image: linear-gradient(90deg, #FFB000 0%, #A100FF 100%);

        background-size: cover;

        -webkit-background-clip: text;

        background-clip: text;

        -webkit-text-fill-color: transparent;

        text-fill-color: transparent;

        display: inline-block;

        font-family: "Balsamiq Sans", Sans-serif;

        font-size: 35px;

        font-weight: bold;

        text-transform: uppercase;

        border: 6px solid #fff;

        width: 100%;

        text-align: center;

        border-radius: 20px;

        padding: 8px 0;
    }

    .footercon p {

        color: #fff;

        margin: 20px 0;

        font-size: 17px;

        line-height: 30px;
    }

    .footercon p a {

        color: #fff;

        text-decoration: none;
    }

    .footercon p a img {

        height: 28px;

        vertical-align: middle;
    }

    .quicklink {
    }

    .quicklink a img {

    }

    .quicklink a {

        color: #fff;

        text-decoration: none;

        font-size: 20px;

        margin: 20px 0;

        display: block;
    }

    .partners {

        display: flex;

        flex-wrap: wrap;
    }

    .partners a {

        float: left;

        width: 33%;

        text-align: center;

        margin-top: 20px;
    }

    .partners a img {

        vertical-align: middle;
    }

    .partners a p {

    }

    .copyright {

        text-align: center;

        color: #fff;
    }

    .pay {

        background: #fff;

        text-align: center;

        margin: 30px auto 0;
    }

    .pay img {

        width: 100%;

    }

    .pricelist {

        width: 89%;

        margin: 50px auto;

        overflow: hidden;

    }

    .priceitem {

        width: 100%;

        margin: 20px 1.5%;

        /* border-style: solid; */

        /* border: #1A1A1A 1px solid; */

        border-radius: 29px;

        box-shadow: 0px 0px 10px 0px rgb(102 101 101);

        background: #1A1A1A;

        overflow: hidden;

        padding-bottom: 20px;

        float: left;

        box-sizing: border-box;

    }

    .priceitem h3 {

        background-color: transparent;

        background-image: linear-gradient(145deg, #4E0180 23%, #9903DF 84%);

        padding: 10px 10px 10px 10px;

        text-align: center;

        font-size: 26px;

        color: #fff;

    }

    .priceM {

        text-align: center;

        color: #fff;

        border-bottom: 1px solid #ddd;

        width: 90%;

        margin: 20px auto;
    }

    .priceM span {

        font-size: 54px;

        font-weight: 700;

    }

    .priceM sup {

        font-size: 37px;

        vertical-align: top;
    }

    .priceitemcon {

    }

    .priceitemcon p {

        color: #fff;

        font-weight: 800;

        margin: 11px 20px;

        font-size: 19px;

        background: url(../images/duihao1.png) no-repeat left 0px;

        padding-left: 44px;
    }

    .priceitem > a {

        background-color: transparent;

        background-image: linear-gradient(145deg, #4E0180 23%, #9903DF 84%);

        color: #ffffff;

        border-color: #ffffff;

        transition-duration: 0.6s;

        font-family: "Baloo Thambi 2", Sans-serif;

        font-size: 17px;

        font-weight: 600;

        text-transform: uppercase;

        letter-spacing: 0.2px;

        padding: 15px 40px 15px 40px;

        border-style: none;

        border-radius: 15px 15px 15px 15px;

        margin: 20px auto;

        display: block;

        width: 57%;

        text-align: center;
    }

    .priceitem > img {

        width: 100%;
    }

    .priceitem.on h3 {
        background-color: transparent;
        background-image: linear-gradient(145deg, #DB5600 23%, #FF8C00 84%);
    }

    .priceitem.on > a {
        background-color: transparent;
        background-image: linear-gradient(145deg, #DB5600 23%, #FF8C00 84%);
    }

    .priceitem.on .priceitemcon p {
        background: url(../images/duihao2.png) no-repeat left 0px;
    }

    .resevi {
        width: 95%;
        margin: 10px auto;
        display: flex;
        flex-wrap: wrap;
    }

    .resevi img {
        width: 50%;
        display: block;
        border-radius: 10px;
    }

    .resevi2 {
        width: 100%;
        margin: 10px auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .resevi2 img {
        width: 31%;
    }

    .bannerlogo {
        text-align: center;
        margin-top: 30px;
    }

    .bannerlogo img {
        height: 39px;
    }

    .pagebanner {

        position: relative;

        height: 400PX;

        background: #000;

        overflow: hidden;

    }

    .pagebanner video {

        HEIGHT: 400PX;

        WIDTH: AUTO !IMPORTANT;

        OBJECT-FIT: COVER;

    }

    .pagebannercon {

        position: absolute;

        top: 0;

        left: 0;

        width: 100%;

        height: 100%;
    }

    .pagebannercon h2 {

        color: #FFFFFF;

        font-family: "Balsamiq Sans", Sans-serif;

        font-size: 21px;

        font-weight: bold;

        text-transform: uppercase;

        border: 4px solid #fff;

        border-radius: 20px;

        width: 86%;

        margin: 30px auto;

        text-align: center;

        padding: 10px 0;

        margin-top: 10%;

    }

    .pagebannercon h2 span {

        background-image: linear-gradient(90deg, #FFB000 0%, #A100FF 100%);

        background-size: cover;

        -webkit-background-clip: text;

        background-clip: text;

        -webkit-text-fill-color: transparent;
    }

    .pagebannercon p {

        color: #FFFFFF;

        font-family: "Balsamiq Sans", Sans-serif;

        font-size: 18px;

        font-weight: 600;

        line-height: 21px;

        width: 82%;

        margin: 30px auto;

        text-align: center;

    }

    .list_tip {

        color: #fff;

        text-align: center;

        font-size: 20px;

        font-weight: 700;

        margin: 30px auto;

        WIDTH: 90%;

    }

    .list_tip span {

        color: #ff0000;
    }

    .list_tip a {

        color: #ff9900;
    }

    .list_title {

        color: #fff;

        text-align: center;

        font-size: 26px;

        border: 5px solid #FF8200;

        width: 92%;

        margin: 10px auto;

        padding: 15px 0;

        border-radius: 10px;

        font-weight: 700;

    }

    .pindao .e-con-inner {
        display: flex;
        width: 93%;
        margin: 20px auto;
        flex-wrap: wrap;
    }

    .pindao .e-con-inner .elementor-element {
        background: #7a7a7a;
        border-radius: 10px;
        padding: 10px;
        width: 100%;
        margin: 1% auto;
        overflow: hidden;
    }

    .pindao .e-con-inner .elementor-toggle-icon-closed {
        display: block;
    }

    .pindao .e-con-inner .elementor-toggle-icon-opened {
        display: none;
    }

    .pindao .e-con-inner .elementor-toggle-icon svg {
        fill: #FF8200;
        width: 1em;
        height: 1em;
    }

    .pindao .e-con-inner .elementor-tab-content {
        display: none;
    }

    .pindao .e-con-inner .elementor-toggle-item {
        border-bottom: 1px solid #ffff;
        width: 100%;
        padding: 10px;
    }

    .pindao .e-con-inner .elementor-tab-title {
        display: flex;
        font-size: 20px;
    }

    .pindao .e-con-inner .elementor-toggle-title {
        color: #fff;
        font-weight: 700;


    }

    .elementskit-accordion {
        width: 94%;
        margin: 0 auto;
    }

    .elementskit-card {
        border: 4px solid #fff;
        border-radius: 10px;
        margin: 30px auto;
    }

    .elementskit-card .elementskit-card-header {

        padding: 18px 18PX 18px 20px;

        color: #fff;

        background: url("../images/down.png") no-repeat 98% center;

    }

    .elementskit-card .elementskit-card-header a {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        font-size: 17px;
    }

    .elementskit-card .collapse {

        background: #fff;

        padding: 20px 16px;

        font-size: 18px;

        line-height: 30px;

        display: none;

    }

    .jiaocheng img {
        max-width: 100%;
        margin: 15px 0;
    }

    .ue-text {

        color: #fff;

        text-align: center;

        font-size: 35px;

        line-height: 47px;

        margin: 40px auto;
    }

    .ue_beginning_text {

        display: block;

        text-align: center;
    }

    .ue_gradient_text {

        background-image: linear-gradient(90deg, #FFB000 0%, #A100FF 100%);

        background-size: cover;

        -webkit-background-clip: text;

        background-clip: text;

        -webkit-text-fill-color: transparent;

        text-fill-color: transparent;
    }

    .ue_ending_text {

    }

    .conlink {

    }

    .conlink p {

        border: 5px solid #fff;

        width: 1000px;

        margin: 20px auto;

        color: #fff;

        border-radius: 15px;
    }

    .conlink p a {

        color: #fff;

        font-size: 20px;

        font-weight: 700;

        text-decoration: none;
    }

    .conlink p a img {

        vertical-align: middle;

        width: 50px;

        margin: 20px;
    }

    .whatapp {
        position: fixed;
        bottom: 40px;
        left: 20px;
        z-index: 10;
    }

    .whatapp img {
        width: 60px;
    }
    .btngroup{

        text-align: center;

        display: flex;

        justify-content: center;

        margin-top: 27px;

        font-size: 15px;

        align-items: center;

    }
    .btngroup a:first-child{
        background-color: transparent;

        background-image: linear-gradient(145deg, #DB5600 23%, #FF8C00 84%);


        color: #fff;


        border-radius: 10px;

        padding: 10px;

        display: block;

        text-decoration: none;

        margin: 0 10px;
    }
    .btngroup a:last-child{

        background-color: transparent;

        background-image: linear-gradient(145deg, #DB5600 23%, #FF8C00 84%);

        color: #fff;

        line-height: 41px;

        padding: 2px 15px;

        border-radius: 10px;

        text-decoration: none;

        margin: 0 10px;

    }

    .close{
        display: block;
        float: right;
        /* margin-top: -34px; */
        /* margin-right: 20px; */
        width: 40px;
        margin-bottom: 30px;
        width: 50px;
        text-align: right;
        position: absolute;
        right: 10px;
        top: 4px;
    }
}
