body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 12px;
}

a {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

input:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input {
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}
.d_none{
    display: none;
}
.bag_a {
    background-color: #F05A78;
}

.bag_b {
    background-color: #22BDB7;
}



.LoginPeriphery {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #eeeeee;
}

.FramedPeriphery {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999;
    display: none;
}

.FramedPeriphery .FramedMembrane {
    width: 100%;
    height: 100%;
    position: relative;
}

.FramedPeriphery .deleteFrame {
    width: 301px;
    height: 147px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -73px 0 0 -150px;
    box-sizing: border-box;
    padding: 18px 23px;
    border-radius: 15px;
}

.FramedPeriphery .deleteFrame p {
    font-size: 16px;
    text-align: left
}

.FramedPeriphery .deleteFrame .deleteBtn {
    font-size: 18px;
    margin-top: 18px;
}

.FramedPeriphery .deleteFrame .deleteBtn .btn {
    width: 117px;
    height: 43px;
    border: 2px solid #B5B5B5;
    line-height: 43px;
    border-radius: 23px;
    box-sizing: border-box;
}

.FramedPeriphery .deleteFrame .deleteBtn .btn:last-child {
    border: 0;
    color: #fff;
}

.firstLogo {
    font-size: 0;
    margin-bottom: 30px
}


.rl-modal {
    margin: 0 auto;
    background: #fff;
    border-radius: 15px;
    width: 402px;
    height: 252px;
    padding: 15px 36px;
    box-sizing: border-box;
    display: none;
}

.startGame {
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    width: 148px;
    border: 1px solid transparent;
}
.startGame.startGame_w{
    width: 100%;
    margin: 10px 0;
}

.numberInput {
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 0;
    position: relative;
    height: 45px;
}

.numberInput > input {
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 20px;
    border-radius: 10px;
    border: 1px solid #B5B5B5;
    padding: 0 45px 0 15px;
    box-sizing: border-box;
}

.numberInput > i {
    z-index: 99;
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
    border-left: 1px solid #B5B5B5;
    right: 0;
    bottom: 0;
    background: url("https://h5sdkapi.union.longu.xyz/app/static/images/tg_sy_sdk/drop-down@2x.png") no-repeat -4px -4px;
    background-size: 45px 45px;
    margin: 4px 0;
    box-sizing: border-box;
}

.numberInputLi {
    position: absolute;
    width: 100%;
    max-height: 86px;
    top: 35px;
    background-color: #fff;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    border: 1px solid #B5B5B5;
    border-radius: 0 0 15px 15px;
    overflow-y: scroll;
    font-size: 20px;
}

.numberInputLi ul {
    text-align: left;
}

.numberInputLi ul li:last-child {
    border-bottom: 0
}

.numberInputLi ul li {
    position: relative;
    height: 36px;
    border-bottom: 1px solid #B5B5B5;
    box-sizing: border-box;
}

.numberInputLi li span {
    position: absolute;
    width: 100%;
    line-height: 36px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 45px 0 15px;
    box-sizing: border-box;
}

.numberInputLi li i {
    width: 38px;
    height: 38px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("/img/delete@2x.png") no-repeat 9px 11px;
    background-size: 19px 19px;
    box-sizing: border-box;
}

.TemporaryAccount {
    width: 331px;
    height: 291px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -145px 0 0 -165px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 15px;
    user-select: none;
}

.TemporaryAccount h1 {
    font-size: 18px;
    margin-bottom: 8px;
    color: #F05A78;
    font-weight: bold
}

.TemporaryAccount > p {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: left;
}

.TemporaryAccount .TemporaryForm .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    padding-left: 1px;
    font-weight: 700;
    text-align: left;
    width: 100%;
}

.TemporaryAccount .TemporaryForm .form-group input {
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 20px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    white-space: nowrap;
    height: 38px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    margin-top: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 10px;
}


.UserLogin .UserLogin_t {
    display: flex;
    width: 100%;
    height: 40px;
    font-size: 20px;
    border-bottom: 1px solid #B5B5B5;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}

.UserLogin .UserLogin_img {
    font-size: 0;
    position: absolute;
    left: 0;
}

.UserLogin .UserLoginForm input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;

}

.UserLogin .Forget {
    font-size: 14px;
    color: black;
    margin-top: 10px;
    display: flex;
    justify-content: space-between
}

.UserLogin .Forget a {
    width: 170px;
    display: inline-block;
}

.UserLogin .UserLoginForm .UserLoginFormInput input {
    height: 40px;
}

.UserLogin .UserLoginForm button {
    height: 45px;
    line-height: 45px;
    margin-top: 10px;
}
