.page {
    opacity: 1;
    height: 100%;
}

.ghui-navbar {
    display: block;
    background-color: #ffffff;
    height: 130px;
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
}

.gh-header{
    padding:15px 15px 10px;
    line-height:24px;
    border-bottom: 1px solid #f8f8f8;
    min-height: 50px;
}
.gh-navbar {
    display: flex;
    margin: 10px auto 0;
}
.gh-navbar .gh-navbar__item  {
    position: relative;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: 5px 0;
    text-align: center;
    font-size: 15px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-right: 1px solid #f7f7f7;
    background-color: #EAEAEA;
}
.gh-navbar .gh-navbar__left {
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.gh-navbar .gh-navbar__right {
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
    border:0;
}
.gh-navbar .gh-bar__item_on {
    background-color: #cecece;
}

.room-list .weui-panel {
    border-radius: 5px;
}

.room-list .weui-panel:before {
    border-width: 0;
}

.room-list .weui-panel:after {
    border-width: 0;
}

.room-seats {
    height: 50px;
    width: 100%;
    position: relative;
}

.room-seats .room-table {
    position: absolute;
    width: 80px;
    height: 48px;
    /* border: 1px solid #ddd; */
    top: 0;
    left: 120px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.room-seats .room-table .text {
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 48px;
}

.room-seats .room-player {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.room-seats .room-player span {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    display: block;
    background-color: #f7f7f7;
    color: #999999;
    line-height: 48px;
}

.room-seats .room-player .avatar {
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.room-seats .seat0 {
    top: 0;
    left: 0;
}

.room-seats .seat1 {
    top: 0;
    left: 212px;
}

.room-seats .seat2 {
    left: 60px;
    top: 0;
}

.room-seats .seat3 {
    top: 0;
    left: 272px;
}
.room-seats .no {
    vertical-align: top;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #17af4a;
    text-align: center;
    line-height: 24px;
    color: #fff;
    border-radius: 30%;
    margin-right: 5px;
    font-weight: bold;
}
.room-seats .room-seat {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    margin-right: 12px;
}

.room-seats .room-seat span {
    width: 48px;
    height: 48px;
    border-radius: 5px;
    text-align: center;
    display: block;
    background-color: #f7f7f7;
    color: #999999;
    line-height: 48px;
}

.room-seats .room-seat .avatar {
    width: 48px;
    height: 48px;
    border-radius: 5px;
}

.room-seats .room-status {
    position: absolute;
    width: 80px;
    height: 48px;
    /* border: 1px solid #ddd; */
    top: 0;
    right: 0;
    background-color: #f7f7f7;
    border-radius: 10px;
}

.room-seats .room-status .text {
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 48px;
}

.weui-cell .icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.weui-cell_swiped {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 10px 15px;
}

.weui-cell_swiped .weui-cell__bd {
    -webkit-box-flex: inherit;
    -webkit-flex: inherit;
    flex: inherit;
}
.weui-cell_swiped .weui-swiped-btn {
    line-height: 48px;
}
.weui-toptips {
    display: block;
    background-color: #ff0000;
}

.weui-form-preview {
    margin: 0 15px 15px;
    border-radius: 10px;
    border: 0;
}

.weui-form-preview:after,
.weui-form-preview:before {
    border: 0;
}

.ghui-cells {
    border-radius: 10px;
    border: 1px solid #f7f7f7;
}

.ghui-cells:after,
.ghui-cells:before {
    border: 0;
}

.ghui-msg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
}

.weui-form-preview__hd {
   padding: 5px 15px;
}

.addgh {
    position: absolute;
    width: 100%;
    background: #f7f7f7;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 600;
}
.addgh .logo {
    border-radius: 10px;
    text-align: center;
}
.addgh .logo img {
    border-radius: 10px;
    width: 64px;
    height: 64px;
}
.addgh .logo p {
    padding: 5px 0 0;
}


.weui-loadmore_line .weui-loadmore__tips {
    background-color: #f8f8f8;
    color: #999999;
    font-size: 12px;
}