html,
body {
    height: 100%;
    width: 100%;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.unselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    margin: 0;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.hide {
    display: none;
}

.menu {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    padding: 0 50px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

.menu .box {
    max-width: 1200px;
    margin: auto;
}

.menu .box .game-name {
    float: left;
    font-size: 32px;
    font-weight: bold;
}

.menu .box .lang-box {
    float: right;
    height: 40px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
}

.menu .box .lang-box:hover {
    background: rgba(0,0,0,0.3);
}

.menu .box .lang-box img {
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.menu .box .lang-box .icon-right {
    width: 20px;
    height: 40px;
    float: right;
}

.menu .box .lang-box .icon-right .icon-sel {
    width: 0;
    height: 0;
    border-top: 14px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin-top: 14px;
}

.menu .box .lang-box .lang-name {
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    float: right;
    margin-right: 10px;
}


.menu .box .lang-box .sel-lang {
    position: absolute;
    top: 50px;
    right: 0;
    background: #fff;
    z-index: 999;
    border-radius: 4px;
    color: #000;
    width: 140px;
    overflow: hidden;
}


.menu .box .lang-box .sel-lang .lang-item {
    line-height: 32px;
    height: 32px;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}


.menu .box .lang-box .sel-lang .lang-item:hover {
    background: #efefef;
}


.menu .box .lang-box .sel-lang .lang-item:last-child {
    border-bottom: 0;
}




.main-body {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    color: #474157;
    height: calc(100vh - 181px);
}

.main-body .container {
    max-width: 1200px;
    margin: auto;
    height: 100%;
}

.main-body .container .left-content {
    width: 260px;
    margin: 30px 0 0 0;
    background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    min-height: 540px;
    float: left;
    padding-bottom: 20px;
}

.main-body .container .left-content .left-logo {
    width: 160px;
    margin: 50px 50px 0 50px;
    border-radius: 20px;
}

.main-body .container .left-content .left-logo-name {
    width: 180px;
    margin: 20px 40px;
}

.main-body .container .left-content .left-desc {
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    padding: 20px 30px;
}

.main-body .container .left-content .left-faq {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #ddd;
    padding-top: 20px;
    text-align: center;
}

.main-body .container .left-content .left-faq a {
    cursor: pointer;
    text-decoration: underline;
}

.left-faq-mobile {
    display: none;
}

/*.layui-layer-custom {*/
/*    background-color: #555!important;*/
/*    color: #ddd!important;*/
/*}*/
/*.layui-layer-custom .layui-layer-title {*/
/*    background-color: #555!important;*/
/*    color: #ddd!important;*/
/*}*/
/*.layui-layer-custom .layui-layer-btn {*/
/*    background-color: #555!important;*/
/*    color: #ddd!important;*/
/*}*/







.main-body .container .right-content {
    margin-left: 280px;
    overflow-y: auto;
    height: 100%;
    padding-top: 20px;
}

.main-body .container .right-content::-webkit-scrollbar {
    width: 4px;
 }

/* 滚动条轨道样式 */
.main-body .container .right-content::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1); /* 背景颜色 */
    border-radius: 2px; /* 圆角 */
}

/* 滚动条滑块样式 */
.main-body .container .right-content::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.1); /* 滑块背景颜色 */
    border-radius: 2px; /* 圆角 */
}






.main-body .container .right-content .player-info {
    height: 120px;
    /*background-color: rgba(0,0,0,0.3);*/
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.main-body .container .right-content .player-info .input-box {
    padding-top: 20px;
    height: 82px;
}

.main-body .container .right-content .player-info .input-box .label  {
    line-height: 62px;
    float: left;
    font-size: 18px;
    padding: 0 20px 0 40px;
    color: #ccc;
    width: 300px;
    text-align: right;
}

.main-body .container .right-content .player-info .input-box .input  {
    float: left;
    height: 44px;
    margin-top: 9px;
    border: 2px solid #aaa;
    width: 244px;
    border-radius: 2px;
}

.main-body .container .right-content .player-info .input-box .input input {
    width: 200px;
    line-height: 40px;
    height: 40px;
    float: left;
    border: none;
    background: none;
    outline: none;
    padding: 0 10px;
    font-size: 24px;
    color: #ccc;
}

.main-body .container .right-content .player-info .input-box .input .help {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 16px;
    border: 2px solid #ccc;
    text-align: center;
    cursor: pointer;
    float: right;
    margin: 10px;
    font-weight: bold;
    color: #ccc;
}

.main-body .container .right-content .player-info .input-box .btn {
    float: left;
    margin-left: 20px;
    width: 160px;
    height: 44px;
    border: 2px solid #ff5e0f;
    text-align: center;
    line-height: 36px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 9px;
    color: #fff;
    font-size: 24px;
    background: #ff5e0f;
}

/*.query-player:hover {*/
/*    background-color: #581f03;*/
/*}*/

/*.query-player:active {*/
/*    background-color: #581f03;*/
/*}*/

.main-body .container .right-content .player-info .tips {
    padding-left: 300px;
    color: #fff;
    line-height: 40px;
}

.main-body .container .right-content .player-info .show {
    padding: 40px 0 0 0;
    height: 110px;
    color: #ccc;
    margin-left: 300px;
}

.main-body .container .right-content .player-info .show .player-img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    float: left;
    background: #ccc;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    overflow: hidden;
}

.main-body .container .right-content .player-info .show .player-img img {
    width: 100%;
    height: 100%;
}

.main-body .container .right-content .player-info .show .player-name {
    margin-left: 80px;
    height: 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.main-body .container .right-content .player-info .show .player-name .show_player_name {
    float: left;
    color: #fff;
}

.main-body .container .right-content .player-info .show .player-name .reset-role {
    float: left;
    width: 36px;
    height: 18px;
    margin-left: 10px;
    cursor: pointer;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    margin-top: 6.5px;
    border-radius: 9px;
    border: 2px solid #fff;
}

.main-body .container .right-content .player-info .show .player-desc {
    margin-left: 80px;
    height: 20px;
    color: #aaa;
    margin-top: 5px;
}

.main-body .container .right-content .player-info .show .player-desc .desc-item {
    float: left;
    width: 160px;
    line-height: 20px;
    margin-right: 5px;
}







.main-body .container .right-content .goods {
    /*background-color: rgba(0,0,0,0.3);*/
    border-radius: 5px;
    margin-bottom: 0px;
}

.main-body .container .right-content .goods .box-title {
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
    color: #ccc;
}

.main-body .container .right-content .goods .box-content {
    padding: 0 20px 0 40px;
}

.main-body .container .right-content .goods .box-content .goods-item {
    width: 144px;
    height: 120px;
    /*border: 2px solid #999;*/
    border-radius: 4px;
    cursor: pointer;
    margin: 0 20px 20px 0;
    float: left;
    position: relative;
    overflow: hidden;
}

.main-body .container .right-content .goods .box-content .goods-item .itemBox {
    width: 100%;
    height: 100%;
}

.main-body .container .right-content .goods .box-content .goods-item.cur {
    /*border: 2px solid #f5e052;*/
}

.main-body .container .right-content .goods .box-content .goods-item.cur .cur-border {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    border: 4px solid #ff5e0f;
}

.main-body .container .right-content .goods .box-content .goods-item.cur .cur-one {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 2px;
    top: 2px;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
}





.main-body .container .right-content .goods .box-content .goods-item .img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    /*background-size: cover!important;*/
    /*background-repeat: no-repeat!important;*/
    /*background-position: center center!important;*/
}

.main-body .container .right-content .goods .box-content .goods-item img {
    width: 100%;
    height: 100%;
}

.main-body .container .right-content .goods .box-content .goods-item .price {
    width: 100%;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.main-body .container .right-content .goods .box-content .goods-item .discount_price {
    width: 100%;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 24px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}

.main-body .container .right-content .goods .box-content .goods-item .goods_price {
    width: 100%;
    height: 18px;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 16px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.main-body .container .right-content .goods .box-content .goods-item .limit {
    position: absolute;
    right: 4.5px;
    top: 54px;
    width: 58px;
    text-align: center;
    height: 16px;
    background: rgba(0,0,0,0.5);
    border-radius: 8px;
    line-height: 16px;
    color: #fff;
}






.main-body .container .right-content .pay-channel {
    /*background-color: rgba(0,0,0,0.3);*/
    border-radius: 5px;
    margin-bottom: 20px;
}

.main-body .container .right-content .pay-channel .box-title {
    line-height: 80px;
    font-size: 32px;
    padding-left: 40px;
    color: #ccc;
}

.main-body .container .right-content .pay-channel .box-content {
    padding: 0 20px 0 40px;
}

.main-body .container .right-content .pay-channel .box-content .pay-channel-item {
    float: left;
    width: 140px;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
}







.main-body .container .right-content .cashier {
    height: 160px;
    /*background-color: rgba(0,0,0,0.3);*/
    border-radius: 5px;
    margin-bottom: 0;
    padding: 0;
}

.main-body .container .right-content .cashier .form-item .form-label {
    float: left;
    line-height: 60px;
    text-align: right;
    width: 300px;
    color: #ccc;
    font-size: 18px;
}

.main-body .container .right-content .cashier .form-item .form-content {
    line-height: 60px;
    margin-left: 300px;
    color: #ccc;
    font-size: 18px;
}

.total-price {
    font-size: 18px;
    font-weight: bold;
}

.btn-order {
    height: 50px;
    width: 280px;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    font-weight: bold;
    background: #ff5e0f;
    color: #fff;
    border-radius: 6px;
    float: left;
    cursor: pointer;
    margin-top: 10px;
}



.footer {
    padding: 10px 0 0 0;
    text-align: center;
}

.footer .foot-share img {
    width: 40px;
    margin: 0 10px;
}

.footer .foot-box {
    height: 62px;
    margin-top: 4px;
    background-color: rgba(0,0,0,0.5);
}

.footer .foot-box .foot-text {
    line-height: 36px;
    font-size: 16px;
}

.footer .foot-box .foot-copyright {
    line-height: 24px;
    font-size: 10px;
    color: #999;
}

.footer .foot-box a {
    color: #fff;
    padding: 0 10px;
}