.ivu-message {
    top: 200px !important;
    font-size: 20px;
}
.ivu-icon-ios-close-circle:before{
    font-size: 20px;
}
.login_box {
    width: 277px;
    height: 250px;
    background: url(/index/v4/static/images/banner/login_bg2.png) no-repeat;
    background-size: cover;
    /*background-color: #af3c17;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.login_top {
    position: relative;
}
.tip_text {
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFAA9;
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
}
.tx_box {
    position: relative;
}
.tx_box .tx {
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.login_btn {
    transition: all 0.5s;
    cursor: pointer;
}
.tx {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login_ad {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFF6BE;
    /*margin-bottom: 5px;*/
}
h3 {
    font-family: Arial, "Microsoft YaHei", 黑体, 宋体, 微软雅黑, sans-serif;
    font-weight: 700;
}
.user_data {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    padding: 0 20px;
}
.item_data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    height: 40px;
}
.item_data span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFE2B1;
    line-height: 23px;
}
.item_data h5 {
    margin: 0;
    font-size: 16px;
    font-family: Helvetica Neue LT Std;
    font-weight: normal;
    color: #FFFAA9;
}
.text_ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.login_btn_box {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    padding: 0 20px;
    margin-top: 20px;
}
.back_btn {
    padding: 5px 18px;
    background: #B5945B;
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F4ECBF;
}
.cz_btn {
    padding: 5px 18px;
    background: linear-gradient(0deg, #FFEC95, #FFFEE6);
    border-radius: 2px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A1F10;
}
.login_btn {
    transition: all 0.5s;
    cursor: pointer;
    line-height: 18px;
}

.Games-Title {
    height: 72px;
    line-height: 60px;
    padding-top: 9px;
    padding-bottom: 1px;
    border-bottom: 1px solid #851b03;
    font-size: 20px;
    font-weight: 700;
    font-stretch: normal;
    letter-spacing: 0;
    color: #664630;
}

.Games-Title div {
    width: 1280px;
    margin: 0 auto;
    text-align: center;
}

.Games-Title span {
    padding-left: 5px;
    border-bottom: 2px solid #ffa739;
    display: inline-block;
}

.rainbow {
    font-size: 34px;
    font-weight: 900;
    animation: rainbow 5s linear infinite;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
.rainbow {
    font-size: 34px;
    font-weight: 900;
    animation: rainbow 5s linear infinite;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
@keyframes rainbow {
    0% { color: red; }
    10% { color: orange; }
    20% { color: yellow; }
    30% { color: green; }
    40% { color: blue; }
    50% { color: indigo; }
    60% { color: violet; }
    70% { color: pink; }
    80% { color: cyan; }
    90% { color: magenta; }
    100% { color: red; }
}

.tab3Btn{
    width: 109px;
    height: 36px;
    background: linear-gradient(0deg, #efdf8d, #bf973a);
    transition: transform 0.2s;
    border-color: #6b3208;
}
.tab3Btn:hover {
    background: linear-gradient(0deg, #f5e67f, #f5e67f);
    border-color: transparent;
}
.tab3Btn:hover span{
    color: #a32306;
}

.tab3Btn span{
    font-size: 18px;
    font-weight: 700;
    color: #762917;
}