@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    border:0;
}
div{
    box-sizing: border-box;
}
@font-face {
    font-family: "Gothic Bold";
    src: url("../fonts/GOTHICB.TTF");
    font-weight: bold;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
i {
    font-style: normal;
}

a {
    color: #26262f;
    /* blr: expression(this.onFocus=this.blur()); */
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

.fl {
    float: left;
}

.fr {
    float: right;
}


input {
    outline: none
}

.clearfix:after,
.clearfix::before {
    display: block;
    content: "";
    clear: both;
    height: 0;
    overflow: hidden;

}

.clearfix {
    zoom: 1;
}
.txtauto {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
img {
    display: block;
}

body {
    background: url(../video/bannerback.jpg) #060b15 no-repeat top center;
    background-size: 100% auto;
    font: 400 14px/1.8 'pingfang', Arial, Helvetica, sans-serif;
    color: #333;
}

.clear {
    clear: both;
}

.dispflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dispflex-l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dispflex-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
}
.hide{
    display: none;
}
.show{
    display: block !important;
}
.mbw {
    margin-bottom: 20px !important;
}

.mlw {
    margin-left: 20px !important;
}

.mrw {
    margin-right: 20px !important;
}

.mrm {
    margin-right: 10px !important;
}

.mlm {
    margin-left: 10px !important;
}

.mtm {
    margin-top: 10px !important;
}
.mts {
    margin-top: 30px !important;
}
/* font */
.Fcolor-red {
    color: #ff3e1e !important;
}

.Fcolor-blue {
    color: #00aeff !important;
}

.Fcolor-green {
    color: #00ff66 !important;
}

.Fcolor-yellow {
    color: #ffde00 !important;
}

.Fcolor-white {
    color: #fff !important;
}

.Fcolor-sm {
    color: #8490af !important;
}

.Fcolor-black {
    color: #000 !important;
}
.mtmax{
    margin-top: 120px !important;
}
.btnWhite{
    background-color: #f6f6f6;
    border:1px solid #ddd;
    border-radius: 8px;
}
.btnyellow {
    background-image: linear-gradient(to bottom, #ffd61b, #e89400);
    border: 1px solid #b77700;
    border-radius: 8px;
    color: #713e00;
    transition: 0.15s ease-in-out;
}

.btnyellow:hover {
    background-image: linear-gradient(to bottom,#ffea59, #ffb636) !important;
    border-color: #c89943 !important;
    color: #000 !important;
}
.btnyellow-color {
    background: #e89400;
    border: 1px solid #b77700;
    border-radius: 8px;
    color: #fff;
    transition: 0.2s ease-in-out;
}

.btnyellow-color:hover {
    background-color: #ffd61b;
    color: #000;
}
.btnWGrad {
    background-image: linear-gradient(to bottom, #fafeff 46%,#dee7fb 74%, #fafeff 100%);
    border: 1px solid #a0aab1;
    border-radius: 8px;
    transition: 0.15s ease-in-out;
    color: #2c2e34;
}
.btnWGrad:hover{
    background-image: linear-gradient(to bottom, #ffffff 46%, #edf0f7 74%, #ffffff 100%) !important;
    border-color: #cdd6db !important;
    color: #000 !important;
}
.ContentW-all{
    max-width: 1560px;
    min-width: 1200px;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
}
.HeadLogo{
    width: 400px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    z-index: 100;
}
.HeadLogo img{
    width: 100%;
    height: auto;
}
.ContTopBack{
    width: 100%;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #fccc14 10%, #fccc14 90%, rgba(0, 0, 0, 0) 100%);
}
/* .ContTopBack {
    width: 96%;
    height: 6px;
    position: absolute;
    left: 50%;
    top: -3px;
    border-radius: 3px;
    background: #fccc14;
    transform: translateX(-50%);
} */
.ContTopBack .cont{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ContTopBack .cont img{
    width: 100%;
    height: auto;
}
/*  */
.notice {
    width: 100%;
    max-width: 1640px;
    min-width: 1200px;
    height: 48px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.notice .left,
.notice .right,
.notice .left img,
.notice .right img {
    width: auto;
    height: 100%;
}

.notice .cent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(../image/ui-all-16.png) repeat-x center;
    background-size: auto 100%;
    position: relative;
    box-sizing: border-box;
}

.notice .cent .icon {
    width: 25px;
    height: 21px;
    margin: 13px 12px auto 0;
}

.notice .cent .icon img {
    width: auto;
    height: 100%;
}

.notice .cent .txt {
    width: 92%;
    height: 48px;
    line-height: 48px;
    text-align: left;
    color: #333;
}

.notice .cent .pagebtn {
    width: auto;
    height: 14px;
    position: absolute;
    right: 0;
    top: 17px;
}

.notice .cent .pagebtn span,
.notice .cent .pagebtn span img {
    width: 14px;
    height: 14px;
}

.notice .cent .pagebtn span {
    padding: 4px;
    cursor: pointer;
}

.notice .cent .pagebtn span.swiper-button-disabled img {
    filter: grayscale(100%);
}

.notice .cent .pagebtn span.godown img {
    transform: rotate(180deg);
}

.notice .cent .txt .txtscroll {
    width: 100%;
    height: 40px;
    margin-top: 4px;
    overflow: hidden;
    z-index: 5;
}

.notice .cent .txt .txtscroll .swiper-slide {
    width: 100%;
    line-height: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.contwrappNew{
    width: 100%;
    min-width: 1240px;
    height: auto;
    background-color: #f5f5f5;
    padding:30px 0 70px 0;
    position: relative;
    z-index: 10;
}
.vidbg-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100vh + 24px);
    /* padding-bottom: 56.25%; */
    /* 16:9 比例的视频高度占宽度的百分比 */
    z-index: 0;
    background: url(../video/bannerback.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    display: none;
}
.linetop{
    width: 100%;
    height: calc(100vh + 24px);
}
#my-video-player {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    object-fit: contain !important;
}

.video-js .vjs-tech {
    display: block !important;
    position: absolute !important;
    min-height: 100% !important;
    width: 100% !important;
    height: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    object-fit: cover !important;
}
.topmask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    /*  */
    -webkit-mask-image: linear-gradient(to bottom, transparent 50%, #000 98%);
    mask-image: linear-gradient(to bottom, transparent 50%, #000 98%);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: top, bottom;
    mask-position: top, bottom;
    background-color: #f5f5f5;
    z-index: 20;
}
.pgcontHead,.pgcontHead img{
    width: 100%;
    height: auto;
}
.cuwrapp{
    width: 98%;
    max-width: 1520px;
    min-width: 1200px;
    height: auto;
    padding: 17px;
    border-radius: 24px;
    position: absolute;
    z-index: 22;
    left: 50%;
    bottom: 240px;
    transform: translateX(-50%);
    background: rgba(28, 31, 40, 0.55);
}
.cuwrapp .mouGd{
    position: absolute;
    height: 60px;
    width: 60px;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
}
.cuwrapp .mouGd img{
    width: auto;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.cuwrapp .seepHead{
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: url(../image/seepHead.png) no-repeat center;
    background-size: auto 100%;
    text-align: center;
    font-size: 24px;
    color: #36210a;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.cuwrapp .item {
    position: relative;
    z-index: 4;
}

.cuwrapp .item a {
    width: 14.5%;
    height: auto;
    border-radius: 15px;
    background-color: rgba(33, 37, 54, 0.68);
    color: #fff;
    position: relative;
    z-index: 5;
    padding: 14px 10px;
}

.cuwrapp .item a .icon {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(99, 104, 121, 0.15);
}

.cuwrapp .item a .icon img {
    width: auto;
    height: 15px;
}

.cuwrapp .item a .icon .textw {
    text-align: left;
    font-size: 16px;
}

.cuwrapp .item .ms {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid rgba(99, 104, 121, 0.15);
}

.cuwrapp .item .wurl {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.cuwrapp .item .txt {
    width: 70%;
    height: 40px;
    line-height: 40px;
    background-color: #e6b55f;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    transition: 0.5s;
    background-image: linear-gradient(to bottom, #feff56 0%, #e99701 100%);
    color: #583000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.cuwrapp .item a:hover .txt {
    width: 90%;
}

.cuwrapp .overlay-div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    backdrop-filter: blur(6px);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.28);
    box-shadow: inset 0px 6px 12px 1px rgba(255, 255, 255, 0.45);
}
.contmain{
    max-width: 1560px;
    min-width: 1200px;
    width: auto;
    position: relative;
    z-index: 5;
    margin:0 auto;
    padding: 0 20px;
}

.listTitle{
    width: auto;
    height: 84px;
    margin: 50px 0;
}
.listTitle img{
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.gamescrollwrapp{
    width: 100%;
    height: auto;
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #e8e8e8;
}
.gamescrollwrapp .l-masking{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 100;
    background-image: linear-gradient(to right, #f5f5f5 10%, transparent);
}
.gamescrollwrapp .r-masking {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 100;
    background-image: linear-gradient(to left, #f5f5f5 10%, transparent);
}
.gamescrollw {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.gamescrollw ul {
    width: 100%;
    height: auto;
    position: relative;
}

.gamescrollw ul li {
    width: 372px;
    height: 195px;
    float: left;
    list-style: none;
    padding-right: 40px;
    background: url(../image/gameback.png) no-repeat left center;
    background-size: auto 100%;
    position: relative;
}

.gamescrollw ul li .gamelogo {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 43px;
    top: 0;
}
.gamescrollw ul li .gamelogo img{
    width: 100%;
    height: auto;
}
.gamescrollw ul li .text{
    padding: 56px 30px 0 190px;
}
.gamescrollw ul li .text .tit{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}
.gamescrollw ul li a.rwrapp{
    width: 100%;
    height: 100%;
    display: block;
}
.gamescrollw ul li .text .xtit {
    font-size: 12px;
    color: #999;
    line-height: 16px;
}
.gamescrollw ul li .text .smtit {
    font-size: 15px;
    color: #000;
    line-height: 28px;
    font-weight: 500;

}
.gamescrollw ul li .text .sumtit {
    font-size: 26px;
    color: #eba70e;
    line-height: 30px;
    font-weight: 800;
    font-family: "Gothic Bold", sans-serif !important;
}
.contmain .appdown{
    width: 100%;
    height: 420px;
    background: url(../image/appdownBack.jpg) #ffffff no-repeat center;
    background-size: 96% auto;
    border-radius: 16px;
    border:1px solid #e8e8e8;
}
.contmain .appdown .left{
    width: 43.5%;
    height: 420px;
}
.contmain .appdown .phonew {
    width: 500px;
    height: 570px;
    background: url(../image/ui-all-23.png) no-repeat center;
    background-size: 100% auto;
    margin: -72px auto 0;
    position: relative;
}
.contmain .appdown .phonew .posmobile{
    position: absolute;
    width: 237px;
    height: 425px;
    left: 173px;
    top: 69px;
}
.contmain .appdown .phonew .posmobile .swiper-slide img {
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.contmain .appdown .phonew .posmobile .swiper-pagination-bullet-active {
    background: #f4c927 !important;
    width: 8px !important;
    height: 8px !important;
}

.contmain .appdown .phonew .posmobile .swiper-pagination-bullet {
    background: #000;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

.contmain .appdown .phonew .posmobile .swiper-pagination {
    bottom: 10px !important;
}

.contmain .appdown .cent {
    width: 28.5%;
    height: 420px;
}
.contmain .appdown .cent .ticon{
    width: 112px;
    height: 112px;
    margin: 48px auto 0;
}
.contmain .appdown .cent .ticon img{
    width: 100%;
    height: auto;
}
.contmain .appdown .cent .title{
    margin: 24px auto 0;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    line-height: 24px;
}
.contmain .appdown .cent .bztop{
    width: 290px;
    height: 24px;
    position: relative;
    margin: 20px auto 0;
}
.contmain .appdown .cent .bztop .uicircular{
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background-color: #333333;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.contmain .appdown .cent .bztop .cirl{
    left: 0;
    z-index: 2;
}
.contmain .appdown .cent .bztop .cirr {
    right: 0;
    z-index: 2;
}
.contmain .appdown .cent .bztop .straightLine{
    width: 100%;
    height: 1px;
    background-color: #eeeeee;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.contmain .appdown .cent .bztop .uiserialNumber {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    z-index: 3;
}
.contmain .appdown .cent .bztop .step_1{
    left: 58px;
    background: url(../image/ui-all-29.png) no-repeat center;
    background-size: 100% auto;
}
.contmain .appdown .cent .bztop .step_2 {
    right: 58px;
    background: url(../image/ui-all-30.png) no-repeat center;
    background-size: 100% auto;
}
.contmain .appdown .cent .bzTxt {
    width: 290px;
    margin: 12px auto 0;
    color: #333;
    text-align: center;
    line-height: 20px;
}
.contmain .appdown .cent .bzTxt .txt{
    width: 50%;
    float: left;
}
.contmain .appdown .cent .btnw{
    width: 360px;
    overflow: hidden;
    margin: 34px auto 0;
    display: flex;
    justify-content: space-around;
}
.contmain .appdown .cent .btnw a{
    height: 35px;
    width: auto;
    line-height: 35px;
    border-radius: 5px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.contmain .appdown .cent .btnw a.gowap{
    width: 140px;
    font-size: 16px;
    color: #2c2e34;
}
.contmain .appdown .cent .btnw .icon{
    margin: 7px 8px auto 0;
    width: 19px;
    height: 22px;
}
.contmain .appdown .cent .btnw .godown .icon{
    margin-top: 4px;
}
.contmain .appdown .cent .btnw a.gowap .icon img{
    width: 19px;
    height: auto;
}
.contmain .appdown .cent .btnw a.godown {
    width: 160px;
    font-size: 16px;
    text-align: center;
}
.contmain .appdown .right {
    width: 28%;
    height: 420px;
}
.contmain .appdown .right .ewmc{
    width: 183px;
    height: 183px;
    margin: 73px auto 0;
    background: url(../image/ui-all-31.png) no-repeat center;
    background-size: 100% auto;
}
.contmain .appdown .right .ewmc .ewmp{
    width: 135px;
    height: 135px;
    background-color: #ffffff;
    margin: 24px auto;
}
.contmain .appdown .right .ewmc .ewmp img{
    width: 135px;
    height: 135px;
}
.contmain .appdown .right .title{
    font-size: 16px;
    line-height: 17px;
    margin: 32px auto 0;
    text-align: center;
    color: #333;
}
.contmain .appdown .right .winList{
    margin: 21px auto 0;
    font-size: 16px;
    color: #333;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.contmain .appdown .right .winList .icons img{
    width: 25px;
    height: auto;
}
.websiteData{
    width: 100%;
    height: 283px;
    background-color: #eeeeee;
    margin-top: 114px;
    position: relative;
    border-top: 1px solid #e5e5e5;
}
.websiteData .topLine{
    width: 700px;
    height: 7px;
    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
    background: url(../image/ui-all-32.png) no-repeat center;
    background-size: auto 7px;
}
.websiteData .Content{
    height: 100%;
}
.websiteData .list{
    width: 20%;
    overflow: hidden;
    box-sizing: border-box;
    border-left: 1px solid #e2e2e2;
}
.websiteData .list:last-child {
    border-right: 1px solid #e2e2e2;
}
.websiteData .list .cont{
    width: 201px;
    height: 188px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.websiteData .list .ui-1{
    background: url(../image/ui-all-33.png) no-repeat top center;
    background-size: 100% auto;
}
.websiteData .list .ui-2 {
    background: url(../image/ui-all-34.png) no-repeat top center;
    background-size: 100% auto;
}
.websiteData .list .ui-3 {
    background: url(../image/ui-all-35.png) no-repeat top center;
    background-size: 100% auto;
}
.websiteData .list .ui-4 {
    background: url(../image/ui-all-36.png) no-repeat top center;
    background-size: 100% auto;
}
.websiteData .list .ui-5 {
    background: url(../image/ui-all-37.png) no-repeat top center;
    background-size: 100% auto;
}
.websiteData .list .ui-3 .dataName,.websiteData .list .ui-4 .dataName,.websiteData .list .ui-5 .dataName{
    font-family: "Gothic Bold", sans-serif !important;
    font-weight: bold;
    font-size: 24px !important;
}
.websiteData .list .cont .title{
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    margin: 79px auto 0;
    color: #222;
}
.websiteData .list .cont .txtEn {
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin: 4px auto 0;
    color: #999;
}
.websiteData .list .cont .dataName{
    font-size: 22px;
    text-align: center;
    line-height: 24px;
    margin: 30px auto 0;
    color: #000;
}
.websiteData .list .cont .dataNameLine{
    width: 26px;
    height: 4px;
    border-radius: 4px;
    background-color: #f4cd2e;
    margin: 8px auto 0;
}
.footer-brand{
    width: 100%;
    background-color: #fff;
    height: auto;
}
.footer-brand .list1{
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    padding: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.footer-brand .list1 .item{
    width: 33.33333%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 13px;
}
.footer-brand .list1 .item:nth-child(2){
    padding: 0 30px;
}
.footer-brand .list1 .item:first-child {
    padding-right:30px;
}
.footer-brand .list1 .item:last-child {
    padding-left: 30px;
}
.footer-brand .item .title{
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: left;
    box-sizing: border-box;
    color: #000;
    margin-bottom: 25px;
}
.footer-brand .item .logolist{
    width: 100%;
    height: 22px;
    overflow: hidden;
}
.footer-brand .item .logolist img {
    width: auto;
    height: 22px;
    display: inline-block;
    margin-right: 8px;
}
.footer-brand .item .txtc{
    color: #999;
    line-height: 20px;
    margin-top: 17px;
}
.footer-brand .line-l{
    border-left: 1px solid #eee;
}
.footer-brand .line-r {
    border-right: 1px solid #eee;
}
.footer-brand .list2 {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.footer-brand .list2 .item .title{
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 3px solid #f4cb2a;
}
.footer-brand .list2 .item:first-child {
    padding-right: 80px;
}

.footer-brand .list2 .item:last-child {
    padding-left: 80px;
}
.footer-brand .list2 .item {
    width: 50%;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 13px;
}
.footer-brand-list{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #30303c;
    padding: 38px 0 38px 0;
}
.footer-brand-list .content{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 30px;
    overflow: hidden;
}
.footer-brand-list .item{
    width: auto;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-brand-list .item img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.footer-brand-list .item:hover {
    animation: slide-up 0.38s ease-out forwards;
}
.footer-b{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #212129;
    text-align: center;
    color: #757585;
}
.footer-b a{
    color: #757585;
}
.footer-b a:hover {
    color: #fff;
}
@keyframes slide-up {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-30px);
    }
}
@keyframes slide-up-suspension {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-32px);
    }
}
@keyframes slide-up-menu {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-16px);
    }
}
.suspension{
    width: 58px;
    right: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    position: fixed;
    bottom: 176px;
    z-index: 30;
    background-color: #fff;
    border-radius: 5px;
    border:1px solid #eee;
}
.suspension .item{
    width: 100%;
    padding:10px 0;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}
.suspension .item .btnui{
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    overflow: hidden;
}
.suspension .item .btnui img{
    width: 32px;
    height: 32px;
    transition: transform 0.38s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.suspension .item:hover .animg{
    animation: slide-up-suspension 0.38s ease-out forwards;
}
.suspension .item:last-child{
    border: none !important;
}
.suspension .item .down-moves-w {
    width: 200px;
    padding-right: 18px;
    position: absolute;
    right: 44px;
    bottom: 0;
}
.suspension .item .down-moves,.suspension .item .service-moves{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
    border:1px solid #eee;
    background-color: rgba(255,255,255,0.9);
}
.suspension .item .ewmc {
    width: 140px;
    height: 140px;
    padding: 15px;
    box-sizing: border-box;
    background: url(../image/ui-all-31.png) no-repeat center;
    background-size: 100% auto;
}
.suspension .item .ewmc img{
    width: 110px;
    height: 110px;
}
.suspension .item .dtit{
    font-size: 13px;
    color: #333;
    text-align: center;
    line-height: 15px;
    margin-top: 10px;
}
.suspension .item .wlist {
    margin: 8px auto 0;
    font-size: 18px;
    line-height: 26px;
    color: #999;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.suspension .item .wlist .icons img{
    width: 25px;
}
.suspension .item a.godown{
    width: 100%;
    display: block;
    font-size: 18px;
    color: #583000;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
}
.suspension .item .service-moves-w {
    width: 255px;
    padding-right: 18px;
    position: absolute;
    right: 44px;
    bottom: 0;
}
.suspension .item .service-moves-w .titPic,.suspension .item .service-moves-w .titPic img{
    width: 166px;
    height: auto;
    margin: 0 auto;
}
.suspension .item .service-moves-w a.goservice{
    width: 76%;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px;
    margin: 14px auto 0;
    display: block;
    text-align: center;
    box-sizing: border-box;
}
.suspension .item .service-moves-w .btxt{
    font-size: 12px;
    line-height: 15px;
    margin: 10px auto 0; 
    text-align: center;
    color: #999;
}
.suspension .item .moveshow{
    display: none;
}
@keyframes scroll {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-100%)
    }
}
.bottomspeedw {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: rgba(13, 13, 23, 0.88);
    z-index: 1000;
    overflow: hidden;
    padding:10px 30px;
    box-sizing: border-box;
    transition: 0.5s;
}
.bottomspeedw a:hover .txt{
    color: #fff;
}
.bottomspeedw .icon{
    width: auto;
    height: 50px;
    color: #fff;
}
.bottomspeedw .icon img{
    width: auto;
    height: 40%;
}
.bottomspeedw .ms{
    width: 60px;
    transition: 0.5s;
}
.bottomspeedw .txt{
    padding: 0 6px;
    text-align: center;
    line-height: 30px;
    transition: 0.5s;
    color: #eba70e;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.bottomspeedw .h-line{
    width: 1px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.28);
    margin: 0 12px;
}
#video-loading {
    display: none;
    position: absolute;
    left: calc(50% - 15px);
    top: 40%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #e6b55f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.loadWapp {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.98);
}

.loadWapp .imgw {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
    height: auto;
    padding-bottom: 120px;
}

.loadWapp .imgw img {
    width: 100%;
    height: auto;
}

.loadWapp .loadingIndex {
    position: absolute;
    left: calc(50% - 15px);
    bottom: 0;
    transform: translateX(-15px);
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 4px solid #eee;
    border-top: 4px solid #e6b55f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10;
}