html, body {
    padding: 0;
    margin: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

/* 背景图片 */
.background-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -11;
    display: block;
}

.background-img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #101114;
    opacity: 0.6;
}

.background-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 背景视频 */
.background-video-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000000;
    opacity: 0;
}

.background-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    object-fit: cover;
    /* display: none; */
    opacity: 0;
}

/* 头部 */
.header-wrapper {
    width: 100%;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.2);
    /* filter: blur(10px); */
    z-index: 99;
    /* position: fixed; */
}

/* .header-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    filter: blur(10px);
    z-index: -1;
} */
.header-wrapper .header-content {
    max-width: 1577px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header-wrapper .header-content .logo-wrapper {
   /* width: 250px;
    height: 70px;*/
    cursor: pointer;
}

.header-wrapper .header-content .logo-wrapper .logo {
    /* width: 100%;
     height: 100%;*/
}

.header-wrapper .header-content .logo-wrapper:hover .logo {
    opacity: 0.8;
}

.header-wrapper .header-content .nav-wrapper {
    /* flex: 1;
    margin-left: 220px; */
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-wrapper .header-content .nav-wrapper .nav-item {
    position: relative;
    width: auto;
    height: 24px;
    font-size: 16px;
    line-height: 1.5;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #C6CFD9;
    margin-right: 50px;
    cursor: pointer;
}

.header-wrapper .header-content .nav-wrapper .nav-item.active,
.header-wrapper .header-content .nav-wrapper .nav-item:hover {
    font-weight: bold;
    color: #FFFFFF;
}

.header-wrapper .header-content .nav-wrapper .nav-item:active {
    font-weight: bold;
    color: #FFFFFF;
    opacity: 0.8;
}

.header-wrapper .header-content .nav-wrapper .nav-item.active:after {
    position: absolute;
    content: " ";
    width: 36px;
    height: 30px;
    left: calc(50% - 18px);
    bottom: -28px;
}

.header-wrapper .header-content .nav-wrapper .nav-item:last-child {
    margin-right: 0;
}

.header-wrapper .header-content .login-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    /* margin-left: 220px; */
}

.header-wrapper .header-content .login-wrapper .login-content {
    width: 140px;
    height: 40px;
    background: linear-gradient(270deg, #D862FF 0%, #7669FF 100%);
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-wrapper .header-content .login-wrapper .login-content .login,
.header-wrapper .header-content .login-wrapper .login-content .register {
    margin: 0 20px;
    width: 29px;
    line-height: 1;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.header-wrapper .header-content .login-wrapper .login-content .login.active,
.header-wrapper .header-content .login-wrapper .login-content .register.active {
    /* font-weight: bold; */
    color: #FFFFFF;
}

.header-wrapper .header-content .login-wrapper .login-content .login.unactive,
.header-wrapper .header-content .login-wrapper .login-content .register.unactive {
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.4;
}

.header-wrapper .header-content .login-wrapper .login-content .split-line {
    width: 2px;
    height: 12px;
    background: #FFFFFF;
    opacity: 0.4;
    border-radius: 1px;
}

.header-wrapper .header-content .login-wrapper .tourists {
    width: 140px;
    height: 40px;
    margin-left: 20px;
    /* background: #25262B03; */
    background: rgba(37, 38, 42, 0.3);
    border: 2px solid #6C7079;
    /* opacity: 0.3; */
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #C6CFD9;
    cursor: pointer;
}

.header-wrapper .header-content .login-wrapper .tourists:hover {
    border: none;
    background: #50545E;
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-left: 180px; */
}

.header-wrapper .header-content .userinfo-wrapper .user-avatar {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 50%;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content {
    position: relative;
    display: flex;
    flex-direction: column;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content {
    display: flex;
    flex-direction: row;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .username {
    font-size: 14px;
    line-height: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title {
    height: 20px;
    padding: 0 8px;
    margin-left: 10px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title span {
    margin-right: 6px;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-0 {
    background: #25262B;
    color: #6C7079;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-0 span {
    color: #C6CFD9;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-1 {
    background: #343844;
    color: #6C7079;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-1 span {
    color: #C6CFD9;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-2 {
    background: linear-gradient(-90deg, #436063 0%, #264C50 100%);
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-2 span {
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-3 {
    background: linear-gradient(-90deg, #666E80 0%, #4A5367 100%);
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-3 span {
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-4 {
    background: linear-gradient(-90deg, #BD9561 0%, #9E7643 100%);
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-4 span {
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-5 {
    background: linear-gradient(-90deg, #CFDEEB 0%, #A7AED0 100%);
    color: #101114;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-5 span {
    color: #101114;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-6 {
    background: linear-gradient(-90deg, #EBF4FF 0%, #F5DCFF 100%);
    color: #7639FF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-6 span {
    color: #7639FF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-7 {
    background: linear-gradient(-90deg, #D864FF 0%, #8579FF 100%);
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-7 span {
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-8 {
    background: linear-gradient(-90deg, #FF5D51 0%, #C731FF 100%);
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-8 span {
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-9 {
    background: linear-gradient(-90deg, #FF393A 0%, #FF772D 100%);
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-9 span {
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-10 {
    background: linear-gradient(-90deg, #FF393A 0%, #FF772D 100%);
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .top-content .user-title-10 span {
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .bottom-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15px;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .bottom-content .id-icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .bottom-content .id-text {
    width: 54px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin-right: 24px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .bottom-content .bean-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .bottom-content .bean-text {
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    margin-right: 9px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #FFC744;
}

.header-wrapper .header-content .userinfo-wrapper .userinfo-content .bottom-content .refresh-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;;
}

.header-wrapper .header-content .userinfo-wrapper .split-line {
    width: 2px;
    height: 20px;
    margin: 0 18px;
    background: #25262B;
    border-radius: 1px;
    opacity: 0.6;
}

.header-wrapper .header-content .userinfo-wrapper .phone-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/* 主体部分 */
.main-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    z-index: 98;
    display: flex;
    flex-direction: column;
    align-items: center;
    top:115px;
}

.main-wrapper .title-img {
    /* width: 1200px;
     height: 230px;*/
    /* margin-top: 180px; */
    /* margin-top: 100px;*/
    margin-top: 10px;
}

.main-wrapper .title-text {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    text-align: center;
    font-size: 28px;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.8;
}

.main-wrapper .game-list-wrapper {
    /*margin-top: 120px;*/
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}

.main-wrapper .game-list-wrapper .game-item {
    position: relative;
    width: 180px;
    height: 280px;
    margin-right: 20px;
    /* border: 1px solid #3755B7; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.main-wrapper .game-list-wrapper .game-item:last-child {
    margin-right: 0;
}

.main-wrapper .game-list-wrapper .game-item .game-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    transition: transform 0.5s;
    transform: scale(1);
}

.main-wrapper .game-list-wrapper .game-item .game-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.main-wrapper .game-list-wrapper .game-item .game-title {
    width: 180px;
    height: 45px;
    line-height: 45px;
    margin-top: 5px;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.main-wrapper .game-list-wrapper .game-item .game-btn {
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin-top: 178px;
    background: #FFFFFF;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #D862FF;
}

.main-wrapper .game-list-wrapper .game-item:hover {
    /*    border: 2px solid #FFFFFF;
        box-shadow: 0px 0px 20px #8c69ff;*/
    margin-top: -25px;
}

/*.main-wrapper .game-list-wrapper .game-item:hover .game-img {
    transform: scale(1.1);
}*/
.main-wrapper .game-list-wrapper .game-item-1:hover .game-img {
    content: url(/web/images/home/game1-hover.png);
}

.main-wrapper .game-list-wrapper .game-item-2:hover .game-img {
    content: url(/web/images/home/哈希-选中.png);
}

.main-wrapper .game-list-wrapper .game-item-3:hover .game-img {
    content: url(/web/images/home/刮刮乐-选中.png);
}

.main-wrapper .game-list-wrapper .game-item-4:hover .game-img {
    content: url(/web/images/home/game4-hover.png);
}

.main-wrapper .game-list-wrapper .game-item-5:hover .game-img {
    content: url(/web/images/home/群玩法-选中.png);
}

.main-wrapper .game-list-wrapper .game-item-6:hover .game-img {
    content: url(/web/images/home/game6-hover.png);
}

.main-wrapper .game-list-wrapper .game-item-7:hover .game-img {
    content: url(/web/images/home/真人-选中.png);
}

.main-wrapper .game-list-wrapper .game-item-8:hover .game-img {
    content: url(/web/images/home/game8-hover.png);
}

.main-wrapper .game-list-wrapper .game-item:hover .game-btn {
    color: #FFFFFF;
}

.main-wrapper .game-list-wrapper .game-item-1 .game-btn,
.main-wrapper .game-list-wrapper .game-item-3 .game-btn,
.main-wrapper .game-list-wrapper .game-item-7 .game-btn {
    color: #3D73FF;
}

.main-wrapper .game-list-wrapper .game-item-1:hover .game-title,
.main-wrapper .game-list-wrapper .game-item-3:hover .game-title,
.main-wrapper .game-list-wrapper .game-item-7:hover .game-title {
    color: #3D73FF;
}

.main-wrapper .game-list-wrapper .game-item-1:hover .game-btn,
.main-wrapper .game-list-wrapper .game-item-3:hover .game-btn,
.main-wrapper .game-list-wrapper .game-item-7:hover .game-btn {
    background: #3D73FF;
}

.main-wrapper .game-list-wrapper .game-item-2 .game-btn {
    color: #F356C0;
}

.main-wrapper .game-list-wrapper .game-item-2:hover .game-title {
    color: #F356C0;
}

.main-wrapper .game-list-wrapper .game-item-2:hover .game-btn {
    background: #F356C0;
}

.main-wrapper .game-list-wrapper .game-item-4 .game-btn,
.main-wrapper .game-list-wrapper .game-item-5 .game-btn,
.main-wrapper .game-list-wrapper .game-item-6 .game-btn {
    color: #CD50FF;
}

.main-wrapper .game-list-wrapper .game-item-4:hover .game-title,
.main-wrapper .game-list-wrapper .game-item-5:hover .game-title,
.main-wrapper .game-list-wrapper .game-item-6:hover .game-title {
    color: #CD50FF;
}

.main-wrapper .game-list-wrapper .game-item-4:hover .game-btn,
.main-wrapper .game-list-wrapper .game-item-5:hover .game-btn,
.main-wrapper .game-list-wrapper .game-item-6:hover .game-btn {
    background: #CD50FF;
}

.main-wrapper .game-list-wrapper .game-item-8 .game-btn {
    color: #FF5457;
}

.main-wrapper .game-list-wrapper .game-item-8:hover .game-title {
    color: #FF5457;
}

.main-wrapper .game-list-wrapper .game-item-8:hover .game-btn {
    background: #FF5457;
}

/* footer */
.footer-wrapper {
    position: relative;
    width: 100%;
    height: 110px;
    margin: 70px 0 0;
    z-index: 98;
    display: flex;
    align-items: center;
    justify-content: center;
    top:40px;
}

.footer-wrapper .footer-img {
    width: 1200px;
    height: 110px;
}

/* 客服按钮 */
.floating-customer-service {
    position: fixed;
    width: 107px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    z-index: 101;
    background: #101114;
    border: 2px solid #8C69FF;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.floating-customer-service .customer-service-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.floating-customer-service .customer-service-text {
    line-height: 20px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #C6CFD9;
}

.floating-customer-service:hover {
    background: #8C69FF;
}

.floating-customer-service:hover .customer-service-text {
    color: #FFFFFF;
}

/* 登录、注册、忘记密码 */
.popup-login-wrapper,
.popup-register-wrapper,
.popup-forget-wrapper {
    width: 400px;
    padding: 30px;
    border: 1px solid #979797;
    border-radius: 24px;
    background: #ffffff;
    /* box-shadow: 0 4px 12px rgba(0,0,0,.15); */
    /* 定义通用的一些变量 */
    --blue-color: #46A2FF;
}

.header-form-header {
    position: relative;
    margin-bottom: 30px;
    font-size: 25px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 500;
    color: #191F25;
    line-height: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.header-form-header .close {
    position: absolute;
    color: var(--blue-color);
    font-weight: normal;
    width: 16px;
    height: 16px;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.form-field {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    background-color: #e6e6e6;
    padding: 4px 14px;
    border-radius: 12px;
}

.field-area {
    line-height: 43px;
    height: 29px;
    width: 111px;
    margin: 0 5px 0 -5px;
    border: none;
    background-color: transparent;
}

.form-field .icon {
    margin-right: 14px;
}

.form-field input:focus,
#login button:focus,
#register button:focus,
#forget button:focus {
    outline: none;
}

.field-control {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
}

.form-button {
    display: block;
    position: relative;
    width: 100%;
    height: 44px;
    font-size: 15px;
    padding: 0 15px;
    line-height: 1.2;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    transition: opacity .2s;
    -webkit-appearance: none;
    border: 1px solid #eaecef;
}

.button-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.login-btn,
.register-btn,
.forget-btn {
    background: var(--blue-color);
    color: #ffffff;
}

.tourist-btn {
    background: #ffffff;
    border-color: var(--blue-color);
    color: var(--blue-color);
}

.tourist-icon {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.popup-login-wrapper .extra-wrapper {
    position: relative;
    width: 100%;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    color: var(--blue-color);
}

.field-value {
    position: relative;
    flex: 1;
    color: #969799;
    text-align: right;
    vertical-align: middle;
    overflow: visible;
    word-wrap: break-word;
}

.field-body {
    display: flex;
    align-items: center;
}

.field-button {
    padding-left: 8px;
    flex-shrink: 0;
}

.random-nickname-btn,
.register-get-code-btn,
.forget-get-code-btn {
    color: var(--blue-color);
    cursor: pointer;
    display: flex;
}

.form-field .icon-mobile {
    width: 14px;
    height: 20px;
}

.form-field .icon-password {
    width: 12px;
    height: 16px;
    margin-right: 16px;
}

.form-field .icon-get-code {
    width: 14px;
    height: 17px;
}

.form-field .icon-username {
    width: 17px;
    height: 16px;
    margin-right: 13px;
}

.form-field .icon-recommend {
    width: 17px;
    height: 13px;
    margin-right: 13px;
}

.loading-spinner {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.loading-spinner img {
    width: 100%;
    height: 100%;
}

.register-nickname-spinner,
.register-code-spinner,
.forget-code-spinner {
    width: 16px;
    height: 16px;
    margin-right: 22px;
}

/* common */
.mb-6 {
    margin-bottom: 6px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-14 {
    margin-bottom: 14px !important;
}

.mb-16 {
    margin-bottom: 16px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

/* 中屏1200px-1600px，以1200px为基准 */
/* 小屏同样以1200px为基准，页面左右滑动 */
@media (max-width: 1600px) {
    body {
        min-width: 1200px;
    }

    .header-wrapper .header-content {
        max-width: 1200px;
        width: 1200px;
    }

    .header-wrapper .header-content .logo-wrapper {
        width: calc(192px * 3 / 4);
        height: calc(70px * 3 / 4);
    }

    .header-wrapper .header-content .logo-wrapper .logo {
         width: 100%;
         height: 100%;
    }

    .header-wrapper .header-content .nav-wrapper .nav-item {
        margin-right: calc(50px * 3 / 4);
    }

    .main-wrapper {
        top:-10px;
    }

    .main-wrapper .title-img {
        /* margin-top: calc(100px * 3 / 4);;
         width: calc(1200px * 3 / 4);
         height: calc(230px * 3 / 4);*/
        margin-top: calc(20px * 3 / 4);;
    }

    .main-wrapper .title-text {
        width: calc(1200px * 3 / 4);
        height: calc(50px * 3 / 4);
        line-height: calc(50px * 3 / 4);
        margin-top: 10px;
        font-size: calc(28px * 3 / 4);
    }

    .main-wrapper .game-list-wrapper {
        /* margin-top: calc(120px * 3 / 4);*/
        margin-top: calc(32px * 3 / 4);
    }

    .main-wrapper .game-list-wrapper .game-item {
        width: calc(180px * 3 / 4);
        height: calc(280px * 3 / 4);
        margin-right: calc(20px * 3 / 4);
    }

    .main-wrapper .game-list-wrapper .game-item .game-title {
        width: calc(180px * 3 / 4);
        height: calc(45px * 3 / 4);
        line-height: calc(45px * 3 / 4);
        margin-top: 4px;
        font-size: calc(20px * 3 / 4);;
    }

    .main-wrapper .game-list-wrapper .game-item .game-btn {
        width: calc(120px * 3 / 4);
        height: calc(30px * 3 / 4);
        line-height: calc(30px * 3 / 4);
        margin-top: calc(178px * 3 / 4);
        background: #FFFFFF;
        border-radius: 4.5px;
        font-size: 12px;
    }

    .footer-wrapper {
        width: 100%;
        height: calc(110px * 3 / 4);
        margin: calc(70px * 3 / 4) 0 0;
        top:-40px;
    }

    .footer-wrapper .footer-img {
        width: calc(1200px * 3 / 4);
        height: calc(110px * 3 / 4);
    }
}

/* 站内短信红点 */
.weui-badge {
    display: inline-block;
    padding: 0.15em 0.4em;
    min-width: 8px;
    border-radius: 18px;
    background-color: #fa5151;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    font-size: 12px;
    vertical-align: middle;
}
