@charset "UTF-8";
/* 202309062135 */

/* 站点首页 */

/* 内容区 */
.mainstay {
    /* height: 133rem; */
}

.mainstay > .content {
    position: relative;
    margin: 0 auto;
    padding-top: 10.2rem;
    width: 75%;
}

/* 只有内容 */
/* 幻灯片 */
.mainstay > .content > div > .slide {
    overflow: auto;
    grid-area: slide;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 15.80rem;
    padding: 0.3rem 0.3rem 0.3rem 0.6rem;
}

.mainstay > .content > div > .slide > .content {
    width: 36rem;
    height: 96%;
    margin: auto auto;
    overflow: hidden;
    position: relative;
}

.mainstay > .content > div > .slide > .content > ul {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.mainstay > .content > div > .slide::after {
    pointer-events: none;
    position: absolute;
    width: inherit;
    height: inherit;
    content: "";
    left: 0;
    top: 0;
    background-image: url("/assets/img/slide-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.mainstay > .content > div > .slide > .content > ul > li {
    float: left;
}

.mainstay > .content > div > .slide > .content > ul > li > a > img {
    width: 36rem;
    padding: 0.1rem;
    height: 100%;
    border-radius: 0.2rem;
}

/* 指示器 */
.mainstay > .content > div > .slide > .content > .dot {
    display: flex;
    position: absolute;
    width: 100%;
    height: 30%;
    top: 80%;
    justify-content: center;
    align-items: center;
    z-index: 9;
}

.mainstay > .content > div > .slide > .content > .dot > div {
    float: left;
    margin: 0.3rem;
    width: 0.65rem;
    height: 0.65rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.43);
    cursor: pointer;
}

.mainstay > .content > div > .slide > .content > .dot > div.active {
    background: rgb(255, 255, 255) !important;
    transform: scale(1.25);
    transition: 0.3s;
}

/* 快捷入口 */
.mainstay > .content > div > .shortcut {
    grid-area: shortcut;
    display: flex;
    height: 15.80rem;
}

.mainstay > .content > div > .shortcut > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainstay > .content > div > .shortcut > .row > .game-download {
    grid-area: game-download;
    height: 10rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .game-download > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/game-download-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .customer {
    grid-area: customer;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .customer > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/customer-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .gift {
    grid-area: gift;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .gift > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/data-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .register {
    grid-area: register;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .register > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/register-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > .row > .recharge {
    grid-area: recharge;
    height: 5rem;
    width: 16.6rem;
}

.mainstay > .content > div > .shortcut > .row > .recharge > a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/recharge-shortcut.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.mainstay > .content > div > .shortcut > div > div > a:hover {
    transform: scale(1.05);
}

/* 有头部与内容 */
.mainstay > .content > div > .area {
    margin-top: 3rem;
    height: 28.5rem;
    display: flex;
    flex-flow: column;
}

.mainstay > .content > div > .area > .header {
    height: 4.5rem;
    min-height: 4.5rem;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: flex-end;
}

.mainstay > .content > div > .area > .header > .title {
    flex: 1;
    background-image: url("/assets/img/sun-bg.png");
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.mainstay > .content > div > .area > .header > .title > img {
    height: 100%;
    padding: 1.8rem 0 0.7rem 2.5rem;
}

.mainstay > .content > div > .area > .header > .title > img:hover {
    /*transform: scale(1.15);*/
}

.mainstay > .content > div > .area > .header > .more > a {
    font-size: 0.7rem;
}

.mainstay > .content > div > .area > .header > .more:hover {
    /*transform: scale(1.15);*/
}

.mainstay > .content > div > .area > .content {
    width: 100%;
    margin-top: 1rem;
    height: 23rem;
    display: flex;
    flex-flow: column;
    flex-direction: column;
    overflow-y: hidden;
    overflow: hidden;
}

/* 热门活动 */
.mainstay > .content > div > .activity {
    grid-area: activity;
    height: 22rem;
}

.mainstay > .content > div > .activity > .content {
    display: flex;
    flex-flow: row;
    width: 100%;
}

.mainstay > .content > div > .activity > .content > .left-direction {
    flex: 0 0 13%;
    width: 4.75rem;
    background-image: url("/assets/img/activity-left-direction.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% 80%;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
}

.mainstay > .content > div > .activity > .content > .left-direction.disabled {
    opacity: 1.5;
    cursor: not-allowed;
}

.mainstay > .content > div > .activity > .content > .right-direction {
    flex: 0 0 13%;
    width: 4.75rem;
    background-image: url("/assets/img/activity-right-direction.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% 80%;
    cursor: pointer;
    background-color: transparent;
    border-style: none;
}

.mainstay > .content > div > .activity > .content > .right-direction.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.mainstay > .content > div > .activity > .content > .middle {
    flex: 0 0 70%;
    display: flex;
    overflow: hidden;
    position: revert;
}

.mainstay > .content > div > .activity > .content > .middle > .square {
    background-image: url("/assets/img/activity-square.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: 0.3s;
    flex: 0;
    margin: 0;
    padding: 0;
    width: 0;
    opacity: 0;
}

.mainstay > .content > div > .activity > .content > .middle > .square:hover {
    background-image: url("/assets/img/activity-square-hover.png");
}

.mainstay > .content > div > .activity > .content > .middle > .square.active {
    margin: 0 0.5rem;
    flex: 0 0 47%;
    opacity: 1;
}

.mainstay > .content > div > .activity > .content > .middle > .square.hide-left {
    transform: translateX(-100%);
}

.mainstay > .content > div > .activity > .content > .middle > .square.hide-right {
    transform: translateX(100%);
}

.mainstay > .content > div > .activity > .content > .middle > .square.show-left {
    transform: translateX(0%);
}

.mainstay > .content > div > .activity > .content > .middle > .square.show-right {
    transform: translateX(0%);
}

.mainstay > .content > div > .activity > .content > .middle > .square > .code {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0.3rem 1.5rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .top {
    height: 1.5rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .code {
    height: 9.476rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .title {
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0.8rem;
}

.mainstay > .content > div > .activity > .content > .middle > .square > .title > a {
    color: white;
}

/* 资讯信息 */
.mainstay > .content > div > .news {
    grid-area: news;
    height: 22rem;
}

.mainstay > .content > div > .news > .content {
    display: flex;
    flex-flow: row;
}

/* 资讯信息之选项 */
.mainstay > .content > div > .news > .content > ul {
    width: 5rem;
    background-image: url("/assets/img/news-left-tabs.png");
    background-repeat: no-repeat;
    background-size: 4.95rem 16.5rem;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

/* 资讯信息之选项单项 */
.mainstay > .content > div > .news > .content > ul > li {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: rgb(255, 243, 180);
    font-size: 1rem;
    width: 98%;
}

/* 注: 页面上鼠标经过时 */
.mainstay > .content > div > .news > .content > ul > li:hover {
    background-image: url("/assets/img/news-left-tab-active.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left top;
    cursor: pointer;
    transform: scale(0.98);
}

/* 注: 当点击后设置成ACTIVE */
.mainstay > .content > div > .news > .content > ul > li.active {
    background-image: url("/assets/img/news-left-tab-active.png");
    background-repeat: no-repeat;
    background-size: 99%;
    background-position: left top;
    cursor: pointer;
    transform: scale(0.9);
}

/* 页面上进行模板点击时 */
.mainstay > .content > div > .news > .content > ul > li:active {
    transform: scale(0.9);
}

/* 资讯信息之列表 */
.mainstay > .content > div > .news > .content > div {
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex: 1 0 0;
    display: flex;
    flex-flow: row;
    overflow-y: auto;
    overflow-x: hidden;
    width: 31rem;
}

.mainstay > .content > div > .news > .content > div::-webkit-scrollbar {
    display: none;
}

/* 隐藏所有 */
.mainstay > .content > div > .news > .content > div > ul {
    display: none;
}

/* 当前激活 */
.mainstay > .content > div > .news > .content > div > ul.active {
    flex: 1 0 0;
    display: flex;
    flex-flow: column;
    height: 0;
    width: 100%;
}

.mainstay > .content > div > .news > .content > div > ul.active > li {
    width: 100%;
    background-color: #00000040;
    color: rgb(255, 243, 180);
    margin-bottom: 0.2rem;
}

.mainstay > .content > div > .news > .content > div > ul.active > li > a{
    justify-content: center;
    flex-direction: column;
    height: 3.14rem;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    padding: 0.4rem 2rem;
}

.mainstay > .content > div > .news > .content > div > ul.active > li > a > div:first-child {
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    font-size: 1rem;
    width: 100%;
}

.mainstay > .content > div > .news > .content > div > ul.active > li > a > div > span:first-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 82%;
    max-width: 24.9rem;
}

.mainstay > .content > div > .news > .content > div > ul.active > li > a > div > span:last-child {
    display: flex;
    width: 18%;
    justify-content: flex-end;
}

.mainstay > .content > div > .news > .content > div > ul.active > li > a > div:last-child {
    font-size: 0.8rem;
    color: rgb(177, 177, 177);
    padding-left: 0.5rem;
    overflow-wrap: break-word;
}

.mainstay > .content > div > .news > .content > div > ul.active > li:hover {
    background-color: #1e90d740;
    transform: scale(1.05);
}

.mainstay > .content > div > .news > .content > div > ul.active > li:active {
    transform: scale(0.95);
}

/* 职业资料 */
.mainstay > .content > div > .career {
    grid-area: career;
    height: 21.5rem;
}

.mainstay > .content > div > .career > .content {
    flex: 1;
    display: flex;
    flex-flow: column;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50%;
}

.mainstay > .content > div > .career > .content > ul {
    height: 2.8rem;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    font-size: 0.95rem;
    padding: 0 0.8rem;
    color: white;
    background-image: url("/assets/img/gold-line-bg.png");
    background-position: left bottom;
    background-repeat: repeat-x;
}

.mainstay > .content > div > .career > .content > ul > li {
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    cursor: pointer;
}

.mainstay > .content > div > .career > .content > ul > li:hover {
    background-image: url("/assets/img/tab-select-bg.png");
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    transform: scale(1.03);
}

.mainstay > .content > div > .career > .content > ul > li:active {
    transform: scale(0.95);
}

.mainstay > .content > div > .career > .content > ul > li.active {
    background-image: url("/assets/img/tab-select-bg.png");
    background-position: left bottom;
    background-size: 100%;
    background-repeat: no-repeat;
    overflow-wrap: break-word;
    color: rgb(255, 227, 75);
}

.mainstay > .content > div > .career > .content > div {
    flex: 1;
    display: flex;
    flex-flow: row;
}

.mainstay > .content > div > .career > .content > div > div {
    display: none;
}

.mainstay > .content > div > .career > .content > div {
    padding: 0.8rem 0 0 0;
}

.mainstay > .content > div > .career > .content > div > div.active {
    width: 100%;
    display: flex;
    flex-flow: column;
    color: white;
}

.mainstay > .content > div > .career > .content > div > div.active > div {
    height: 1.58rem;
    display: flex;
    flex-flow: row;
    margin-bottom: 0.5rem;
}

.mainstay > .content > div > .career > .content > div > div.active > div > img {
    width: 7.2rem;
    height: 1.8rem;
}

.mainstay > .content > div > .career > .content > div > div.active > div > div {
    flex: 1;
    display: flex;
    flex-flow: row;
    justify-content: left;
    line-height: 2rem;
    padding-left: 0.5rem;
    font-size: 0.9rem;
}

.mainstay > .content > div > .career > .content > div > div.active > div.describe {
    width: 65%;
    font-size: 0.9rem;
    padding-left: 0.8rem;
    flex: 1 0 0;
    overflow: hidden;
    height: 5.6rem;
}

/* 攻略中心 */
.mainstay > .content > div > .strategy {
    grid-area: strategy;
    height: 21.5rem;
    display: flex;
    flex-flow: column;
}

.mainstay > .content > div > .strategy > .content {
    height: 16rem;
}

.mainstay > .content > div > .strategy > .content > .title {
    height: 2.8rem;
    display: flex;
    justify-content: left;
    align-items: center;
    background-image: url("/assets/img/strategy-tabs-bg.png");
    background-position: center left;
    background-size: 100% 100%;
    background-repeat: repeat-x;
    width: 100%;
    padding-left: 0.3rem;
}

.mainstay > .content > div > .strategy > .content > .title > li {
    color: white;
    font-size: 0.95rem;
    padding: 0 1.9rem;
    text-align: center;
    cursor: pointer;
}

/* 攻略中心之点击选项时切换选项卡内容 */
/* 此类用于给JS调用设置 */
.mainstay > .content > div > .strategy > .content > .title > li.active {
    cursor: pointer;
    transform: scale(1.05);
    background-image: url("/assets/img/tab-select-bg.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgb(255, 227, 75);
}

.mainstay > .content > div > .strategy > .content > .list {
    height: 13.2rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: hidden;
}

.mainstay > .content > div > .strategy > .content > .list::-webkit-scrollbar {
    display: none;
}

/* 先将所有都隐藏 */
.mainstay > .content > div > .strategy > .content > .list > ul {
    display: none;
}

/* 只对加了ACTIVE的显示 */
.mainstay > .content > div > .strategy > .content > .list > ul.active {
    display: block;
    line-height: 1.1rem;
}

.mainstay > .content > div > .strategy > .content > .list > ul > li {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0.2rem 0;
    font-size: 0.8rem;
    background-color: #00000040;
    border-radius: 0.15rem;
    overflow-wrap: break-word;
}

.mainstay > .content > div > .strategy > .content > .list > ul > li:hover {
    background-color: #1e90d740;
    cursor: pointer;
    transform: scale(1.018);
}

.mainstay > .content > div > .strategy > .content > .list > ul > li a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0.65rem 2rem;
}

/* 图片专区 */
.mainstay > .content > div > .images {
    grid-area: images;
}

.mainstay > .content > div > .images > div.content {
    flex-flow: row wrap;
}

.mainstay > .content > div > .images > div.content > div {
    padding: 0.5rem;
    height: 11.5rem;
}

.mainstay > .content > div > .images > div.content > div > a > span {
    display: block;
    background-position: center center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    border-radius: 0.6rem;
    background-color: #656565;
}

/* 视频专区 */
.mainstay > .content > div > .video {
    grid-area: video;
}

.mainstay > .content > div > .video > .content {
    flex-flow: row wrap;
}

.mainstay > .content > div > .video > .content > div {
    height: 11.5rem;
    padding: 0.5rem;
}

.mainstay > .content > div > .video > .content > div > a {
    display: flex;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.mainstay > .content > div > .video > .content > div > a > span{
    border-radius: 0.6rem;
    background-color: #656565;
    width: 100%;
    height: 100%;
    background-size: auto 100%;
    position: relative;
}

.mainstay > .content > div > .video > .content > div > a > span > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4.1rem;
}

.mainstay > .content > div > .video > .content > div:hover {
    transform: scale(1.05);
}

/* 社群入口 */
.mainstay > .content > div > .association {
    flex: 0 0 100%;
    max-width: 100%;
    grid-area: association;
    height: 23.3rem;
}

.mainstay > .content > div > .association > div.content {
    position: relative;
    flex-flow: row;
}

.mainstay > .content > div > .association > div.content > div {
    background-image: url("/assets/img/association-sign-gold-bg.png"), url("/assets/img/association-sign-bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    width: 25%;
    margin: 1rem;
}
.mainstay > .content > div > .association > div.content > div > .top{
    height: 29%;
}

.mainstay > .content > div > .association > div.content > div > .code {
    background-color: antiquewhite;
    width: 42%;
    height: 42%;
    margin: 0 auto;
    border-radius: 0.2rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.mainstay > .content > div > .association > div.content > div > .title {
    color: white;
    text-align: center;
    margin: 0.2rem 0;
    font-size: 0.8rem;
}

.mainstay > .content > div > .association > div.content > div > .code > a {
    display: block;
    width: 100%;
    height: 100%;
}

.mainstay > .content > div > .association > div.content > div > .code:hover {
    transform: scale(1.05);
    cursor: pointer;
}

.float {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.5s ease-out;
    opacity: 1;
}

.float-fold {
    transform: translate(100%, -50%);
}

.float-hide {
    opacity: 0;
    pointer-events: none;
}

.float > .customer-float {
    position: relative;
    width: 9rem;
    background: #cecece;
    padding: 0.5rem 0.1rem 0.5rem;
}

.float > .customer-float > .customer-code {
    width: 7rem;
    height: 7rem;
    margin: 0 auto 0.5rem auto;
    box-shadow: 0 0 0 0.1rem #ffea61;
}

.float > .customer-float > .customer-code > ul {
    height: 7rem;
}

.float > .customer-float > .customer-code > ul > li {
    display: none;
}

.float > .customer-float > .customer-code > ul > .active {
    display: block;
    height: 7rem;
}

.float > .customer-float > .customer-code > ul > li > span {
    display: block;
    width: 7rem;
    height: 7rem;
    background-repeat: no-repeat;
    background-size: 7rem auto;
}

.float > .customer-float > .customer-list {
    width: 8.8rem;
    font-size: 0.8rem;
}

.float > .customer-float > .customer-list > ul {
    width: 8.4rem;
    margin: 0 auto;
}

.float > .customer-float > .customer-list > ul > li {
    color: #4e555b;
    cursor: pointer;
    display: flex;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center;
    justify-content: space-between;
    margin: 0.2rem 0;
    padding: 0 1rem;
}

.float > .customer-float > .customer-list > ul > li:hover {
    color: #ffd49f;
    background-color: #4e555b;
}

.float > .customer-float > .customer-list > ul > li:active {
    transform: scale(0.95);
}

.float > .customer-float > .customer-list > ul > li > span {
    width: 1.8rem;
    height: 1.8rem;
    background-size: 1.8rem;
    background-repeat: no-repeat;
}

.float > .customer-float > .customer-list > ul > li > div {
    width: 4.6rem;
    height: 1.8rem;
    text-align: center;
}

.float > .customer-float > .customer-list > ul > li:nth-child(1) > span {
    background-image: url("/assets/img/customer-qq.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(2) > span {
    background-image: url("/assets/img/customer-kf.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(3) > span {
    background-image: url("/assets/img/customer-dy.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(4) > span {
    background-image: url("/assets/img/customer-wxgzh.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(1):hover > span {
    background-image: url("/assets/img/customer-qq-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(2):hover > span {
    background-image: url("/assets/img/customer-kf-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(3):hover > span {
    background-image: url("/assets/img/customer-dy-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(4):hover > span {
    background-image: url("/assets/img/customer-wxgzh-hover.png");
}

.float > .customer-float > .customer-list > ul > .active {
    color: #ffd49f;
    background-color: #4e555b;
}

.float > .customer-float > .customer-list > ul > li:nth-child(1).active > span {
    color: #ffd49f;
    background-color: #4e555b;
    background-image: url("/assets/img/customer-qq-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(2).active > span {
    background-image: url("/assets/img/customer-kf-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(3).active > span {
    background-image: url("/assets/img/customer-dy-hover.png");
}

.float > .customer-float > .customer-list > ul > li:nth-child(4).active > span {
    background-image: url("/assets/img/customer-wxgzh-hover.png");
}

.float > .customer-float > .customer-btn {
    position: absolute;
    border: none;
    cursor: pointer;
    left: -1.4rem;
    top: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 2.4rem;
    background: #333;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.float > .customer-float > .customer-btn > button {
    display: block;
    border: 0;
    background: url(/assets/img/customer-btn.png) #333 no-repeat center/cover;
    width: 0.7rem;
    height: 1rem;
    transition: transform 0.5s ease;
}

.float > .customer-float > .customer-btn > .revolve {
    transform: rotate(-180deg);
}

.mobile-bottom-nav {
    display: none;
}

.mobile-bottom-nav-underlay {
    display: none;
}

.mobile-popup {
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: wrap;
    padding-top: 36rem;
    justify-content: center;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    min-width: 0;
}

.mobile-popup.hide{
    display: none;
}

.mobile-popup > .content {
    display: flex;
    flex-flow: column;
    height: 100rem;
    width: 80rem;
    background-image: url("/assets/img/mobile-popup-bg.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: auto 100rem;
    font-size: 1rem;
    color: #ffffff;
}

.mobile-popup > .content > .mobile-qq {
    width: 100%;
    height: 48.4rem;
    display: flex;
    flex-flow: wrap;
    align-content: flex-end;
}

.mobile-popup > .content > .mobile-qq > img {
    background-color: initial;
    margin: 0 auto;
    width: 37rem;
    height: 37rem;
}

.mobile-popup > .content > .title {
    width: 76%;
    margin: 0 auto;
}

.mobile-popup > .content > .title > .content {
    display: flex;
    justify-content: flex-end;
}

.mobile-popup > .content > .title > .content > .down {
    height: 6rem;
    width: 6rem;
    background-image: url("/assets/img/booking/booking-down.png");
    background-repeat: repeat-x;
    background-size: auto 6rem;
    cursor: pointer;
}
.mobile-popup > .content > .title > .content > .down:active {
    transform: scale(0.95);
}

.mobile-popup > .content > .number {
    font-size: 3.2rem;
    height: 5rem;
    width: 50rem;
    display: flex;
    flex-flow: wrap;
    align-content: flex-end;
    justify-content: center;
    margin: 0 auto;
}
.mobile-popup > .content > .number >.num {
    width: 58%;
    margin-right: 1rem;
    height: 4.4rem;
    display: flex;
    justify-content: flex-end;
}
.mobile-popup > .content > .number > .copy {
    width: 12rem;
    border: 0;
    background-image: url("/assets/img/mobile-popup-copy.png");
    background-repeat: no-repeat;
    background-position: 0 0.36rem;
    background-size: 12rem auto;
    background-color: inherit;
    cursor: pointer;
}
.mobile-popup > .content > .number > .copy:active {
    transform: scale(0.95);
}

.mobile-popup > .content > .mobile-but-num {
    width: 100%;
    height: 20rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.mobile-popup > .content > .mobile-but-num > a {
    width: 31rem;
    height: 10rem;
    display: flex;
    margin: 0 auto;
    background-image: url("/assets/img/mobile-but-num.png");
    background-size: auto 10rem;
    background-repeat: no-repeat;
    background-position: center;
}