.popupBallMessage{max-width: 260px;border-radius: 10px;overflow: initial;}
.popupBallMessage .tit h5{width: 216px;height: 40px;line-height: 40px;text-align: center;font-weight: normal;font-size: 16px;color: #494949;border-bottom: 1px solid #e5e5e5;margin: 0 auto;color: #f65151;}
.popupBallMessage .cont{width: 216px;margin: 0 auto;padding: 20px;}
.popupBallMessage .cont p{text-align: justify;text-overflow: -o-ellipsis-lastline;overflow: hidden;    text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;
    color: #333;font-size: 15px;}
.popupBallMessage .laterViewBtn{width: 100%;height: 40px;line-height: 40px;background: #f1f1f1;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;border-top: 1px solid #dddddd;color: #f65151;}
.popupBallMessage .laterViewBtn{display: flex;}
.popupBallMessage .laterViewBtn div{width: 50%;font-size: 15px;}
.popupBallMessage .laterViewBtn div:first-child{border-right: 1px solid #dddddd;color: #888888;}
.popupBallMessage .closePopup{width: 28px;height: 28px;background: url(../images/close_2.png) no-repeat;background-size: 100% 100%;position: absolute;right: -22px;top: -8px;transform: translateX(-50%);border-radius: 50%;}


/* 2019-09-17 小球小号 */
.start-game {
    width: 300px;
    border-radius: 10px;
    overflow: initial;
    text-align: center;
    padding: 28px 10px 22px 10px;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    background: #fff;
    z-index: 2000;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.start-game span {
    font-size: 14px;
    color: #666666;
}
.start-game h3 {
    font-size: 20px;
    color: #333;
    margin: 5px 0;
    position: relative;
}

.start-game h3 i {
    width: 100%;
    height: 100%;
    background: rgba(255, 54, 54, .6);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}

.start-game p {
    font-size: 14px;
    color: #999;
}
.start-game .start-game-btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(to right, #ff4b4c, #ff7d32);
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.start-game .switch-roles {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 15px;
    color: #5ca1ff;
    background: url(../images/xiaohao/switch.png) no-repeat left 5px;
    background-size: 15px 15px;
    padding-left: 20px;
}

.start-game i.wenhao {
    width: 20px;
    height: 20px;
    background: url(../images/wenhao.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 12px;
    cursor: pointer;
}
.start-game .start-game-tips {
    width: 90%;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 5px 15px;
    display: none;
}

.start-game .closePopup2{width: 28px;height: 28px;background: url(../images/close.png) no-repeat;background-size: 100% 100%;position: absolute;left: 50%;bottom: -40px;transform: translateX(-50%);}

/* 创建 */
.create {
    width: 300px;
    border-radius: 10px;
    overflow: initial;
    text-align: center;
    padding: 30px 10px 20px 10px;
    box-sizing: border-box;
}
.create span {
    font-size: 15px;
    color: #666;
}
.create input {
    width: 220px;
    height: 42px;
    background: #e8e8e8;
    border: none;
    outline: none;
    margin: 10px auto;
    1text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.create .create-btn {
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(to right, #7bbfff, #5ca1ff);
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.create .create-cancel {
    height: 15px;
    line-height: 15px;
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 15px;
    color: #666;
    background: url(../images/xiaohao/lt.png) no-repeat left center;
    background-size: auto 16px;
    padding-left: 13px;
}

/* 小号列表 */
.XH-list {
    width: 300px;
    max-height: 90%;
    position: fixed;
    left: 50%;
    top: 50%;
    background: #eee;
    z-index: 2000;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.XH-list .tit {
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    font-size: 18px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.XH-list .back {
    position: absolute;
    left: 10px;
    top: 0;
    font-size: 14px;
    color: #666;
    background: url(../images/xiaohao/lt.png) no-repeat left center;
    background-size: auto 14px;
    padding-left: 13px;
}
.XH-list .add {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    color: #5ca1ff;
    background: url(../images/xiaohao/add.png) no-repeat left center;
    background-size: auto 14px;
    padding-left: 16px;
}
.XH-list .content {
    padding: 0 10px;
    overflow-y: auto;
}
.XH-list .content .table {
    background: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.XH-list .content .table a {
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    padding: 0 15px;
    position: relative;
}
.XH-list .content .table a:active {
    background: #f5f5f5;
}
.XH-list .content .table a h5 {
    flex: 1.5;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.XH-list .content .table a span {
    flex: 1;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}
.XH-list .content .table a img {
    height: 20px;
    display: block;
    transform: rotate(180deg);
}

.XH-list .content .table a i {
    width: 100%;
    height: 100%;
    background: rgba(255, 54, 54, .6);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    border-radius: .15rem;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
}

.XH-list .content .table a i img {
    width: 10x;
    height: 13px;
    margin-right: 5px;
    transform: rotate(0);
}

.XH-list .th {
    height: 30px;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    flex-shrink: 0;
}
.XH-list .th p:first-child {
    flex: 1.5;
}
.XH-list .th p:nth-child(2) {
    flex: 1;
}
.XH-list .th span {
    width: 11px;
    height: 20px;
    display: block;
}
/* 重新选择or立即进入 */
.reset-login .laterViewBtn {
    background: #fff;
}
.reset-login .cont p b {
    font-size: 16px;
}
.reset-login label {
    height: 16px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.reset-login label input {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: relative;
    top: 1px;
}

@media all and (orientation : portrait) {
    .top {
        margin-top: 30px;
    }
}

.ios-click {
    cursor: pointer;
}