.barControl {
    margin: 0 auto;
}

.barContro_space {
    margin: 10px 0;
    background: #555555;
    border-radius: 5px;
}

.vader {
    border-radius: 2px;
    display: block;
    width: 0%;
    box-shadow: 0px 0px 10px 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275, 0 0 1px #FD4275;
    background-color: #fff;
}

.yoda {
    border-radius: 2px;
    display: block;
    width: 0%;
    box-shadow: 0px 0px 10px 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A, 0 0 1px #68B37A;
    background-color: #FFFFFF;
}

.obi {
    border-radius: 2px;
    display: block;
    width: 0%;
    box-shadow: 0px 0px 10px 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8, 0 0 1px #3B8CF8;
    background-color: #fff;
}

.windu {
    border-radius: 2px;
    display: block;
    width: 0%;
    box-shadow: 0px 0px 10px 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4, 0 0 1px #AC85B4;
    background-color: #fff;
}

.btn .fa {
    margin-right: 3px;
}

.fancybox-container {
    z-index: 1000;
}

.text-f12 {
    font-size: 12px;
}

.text-f13 {
    font-size: 13px;
}

.text-f14 {
    font-size: 14px;
}

.text-f16 {
    font-size: 16px;
}

.text-f18 {
    font-size: 18px;
}

.text-f20 {
    font-size: 20px;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-black {
    color: #333;
}

.text-coral {
    color: coral;
}

.text-skyblue {
    color: lightskyblue;
}

.text-yellow, .text-yellow a {
    color: yellow;
}

.text-blue {
    color: blue;
}

.text-star {
    color: #f30;
    margin: 0 5px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-link, .text-link a {
    color: blue;
}

.bk5 {
    height: 5px;
    font-size: 1px;
}

.bk10 {
    height: 10px;
    font-size: 1px;
}

.bk20 {
    height: 20px;
    font-size: 1px;
}

.empty {
    text-align: center;
    line-height: 30px;
    color: #888;
}

.error {
    color: red;
    font-weight: normal;
    font-size: 85%;
}

.pagination {
    margin: 0;
}

.reg input, .login input {
    ime-mode: disabled;
}

.notice {
    width: 100%;
    font-size: 12px;
    padding-top: 3px;
    display: flex;
    height: 50px;
}

.input-daterange input {
    font-size: 15px !important;
}

.notice img {
    float: left;
    margin: 1px 5px 0 10px;
    height: 40px;
    position: absolute;
}

.notice .txt {
    flex: 1;
    background: #555555;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
    padding-left: 55px;
    color: white;
    width: inherit
}
.notice-title { float: left; color: #FFFFFF; position: absolute; height: 40px; line-height: 40px; font-weight: bold; font-size: 100%; margin-left: 10px; }

.scrollText {
    position: absolute;
    top: -20px;
    width: inherit;
    height: 25px;
}

.recharge-warn {
    text-align: center;
    color: yellow;
    font-size: 18px;
    margin-top: 25px;
}

.recharge-warn a {
    margin-top: 10px;
    font-size: 14px;
}

.record-page {
    font-size: 14px;
    padding: 0 10px 10px 10px;
}

.record-main {
    background: #530079;
    padding: 5px;
    color: white;
    overflow: hidden;
    border-radius: 5px;
}

.record-main th, .record-main td {
    text-align: center;
}

.record-main .table {
    border-bottom: 1px solid #dddddd;
}

.record-main .table > thead > tr > th {
    border-bottom: 1px solid #dddddd;
}

.record-recharge-nav {
    background: #565FA5;
    margin: 10px 0;
    overflow: hidden;
    display: flex;
    line-height: 30px;
    border-radius: 5px;
}

.record-recharge-nav a {
    width: 50%;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 15px;
}

.record-recharge-nav a:first-child {
    border-right: 2px solid snow;
}

.record-recharge-nav a.active {
    color: gold;
}

.record-total {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px;
    height: 35px;
    line-height: 30px;
    font-size: 15px;
}

.pkg-list {
}

.pkg-item {
    background: #ffffff;
    border-radius: 5px;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    margin-bottom: 10px;
}

.pkg-item:hover {
    border-color: #5cb85c;
}

.pkg-item img {
    border-radius: 5px 5px 0 0;
    border: 0;
}

.pkg-item p {
    padding: 0;
    margin: 0;
}

.pkg-item .intro {
    padding: 5px;
    overflow: hidden;
    line-height: 22px;
}

.pkg-item .intro a {
    padding-right: 0;
    color: #888;
}

.pkg-item .choosePkg {
    float: right;
    margin: 5px;
}

.footer-bg .footer .row2 {
    overflow: hidden;
}

.footer-bg .footer .row2 .col3 {
    margin-bottom: 10px;
}

.footer-bg .footer .row2 .col3 img {
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.index-signed-top {
    float: left;
    width: 100%;
    padding: 5px 10px 0 10px;
    font-size: 0.6rem;
    overflow: hidden;
}

.index-deposit-btn {
    float: right;
    font-size: 0.5rem;
    text-align: center;
    line-height: 1.1rem;
    height: 1.25rem;
    width: 3.2rem;
    background: url("../img/deposit_btn.png") no-repeat;
    background-size: contain;
    box-sizing: border-box;
    color: #727171;
    padding-bottom: 0;
    margin-top: 0.6rem;
}

.index-signed-banner {
    position: relative;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 0;
}

.index-signed-banner .item {
}

.index-signed-banner .item img {
    width: 100%;
    /*height: 100px*/
}

.index-signed-banner .swiper1-pagination {
    position: absolute;
    z-index: 10;
    text-align: center;
}

.index-signed-banner .swiper1-pagination .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0 !important;
}

#contactList {
    display: none;
    padding: 5px 10px 0 10px;
    overflow: hidden;
}

#contactList li {
    list-style: none;

    border-bottom: 1px dashed #cccccc;
    overflow: hidden;
}

#contactList li:last-child {
    border-bottom: 0;
}
#contactList li a { display: block; width: 100%;
    text-align: center; padding: 5px; }

.yoyolay-index-right-btn {
    width: 100px;
    padding: 0 10px;
}

.valid-code-input {
    margin: 10px auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.valid-code-input input {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin: 0 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    color: #333333;
    outline: none;
}

.valid-code-input input:last-child {
    margin-right: 0;
}

/* 焦点样式 */
.valid-code-input input:focus {
    border-color: #ffa500;
    background: #d0e9c6;
}

/*倍场选择模态窗口*/
#slots_modal {
    display: none;
    width: 80%;
    height: fit-content;
    color: #FFFFFF;
    border: 1px solid #337b87;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin: 40% auto 0 auto;
}

#slots_modal p {
    color: black;font-size: 10px;text-align: left;margin: 0;line-height:20px
}

.slots_modal-header {
    background: #337b87;
    padding: 5px 10px;
    text-align: center;
}

.slots_modal-body {
    padding: 20px 20px 0 20px;
    background: #dbeced;
}

.slots_modal-btn {
    display: inline-block;
    text-align: center;
    width: 40%;
    margin: 0 0 5% 5%;
    background: #337b87;
    color: #FFFFFF;
    border-radius: 5px;
    padding: 2px 0;
}

.slots_modal-btn:nth-child(odd) {
    margin-left: 0;
}


/*广告模态窗口*/
#ad_modal {
    display: none;
    width: 80%;
    height: fit-content;
    color: #FFFFFF;
    border: 1px solid #337b87;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin: 40% auto 0 auto;
}

#ad_modal p {
    color: black;text-align: left;margin: 0;line-height:20px
}

.ad_modal-header {
    background: #337b87;
    padding: 5px 10px;
    text-align: center;
}

.ad_modal-body {
    padding: 20px 20px 20px 20px;
    background: white;
}

.datePickView { display: block; width: 100%; margin-top: 5px; text-align: center; }
.datePickView .btn { padding: 6px 10px; }
.input-daterange > .form-control, .input-daterange > .input-group-addon, .input-daterange > .input-group-btn > .btn {
    padding: 5px;
    line-height: 1.5;}

/*下載玩模态窗口*/
#dpt-modal { display: none; width: 100%; height: fit-content; color: #FFFFFF; border: 1px solid #337b87; border-radius: 10px; line-height: 30px; text-align: center; overflow: hidden; margin: 40% auto 0 auto; font-size: 14px;}
#dpt-modal .header { background: #7faf7f; padding: 5px 10px; text-align: center; font-weight: bold;}
#dpt-modal .body { padding: 15px; background: #dbeced; color: #333333;}
#dpt-modal .userinfo { border: 1px solid #888888; background: #C3C3C3; margin-bottom: 10px; }
#dpt-modal .userinfo p { text-align: left; overflow: hidden; font-weight: normal; margin: 0; padding: 5px; }
#dpt-modal .userinfo p:first-child { border-bottom: 1px solid #888888; }
#dpt-modal .userinfo button { float: right; height: 25px; line-height: 25px; border-radius: 10px; padding: 0 10px; border: 0; background: orangered; color: #FFFFFF; }
#dpt-modal .help-block { line-height: 120%; font-weight: normal;padding: 10px 0; margin: 0;}
#dpt-modal .btn { font-size: 15px; width: 40%; margin-left: 10%; color: #FFFFFF; border-radius: 10px; padding: 5px 10px; background: #333333;}
#dpt-modal .btn:first-child { margin-left: 0; background: #0b85b6; }

#commCollect {  font-size: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: grey;
    color: #FFFFFF;
    margin:0.3rem 0.5rem 0.5rem 0; }

#commCollect .col1 {padding-left: 0.5rem; padding-top: 2px; flex: 1; }
#commCollect .col1 button { font-size: 14px; padding: 4px 8px; margin-right: 10px; background: #8822B3; border: 0; margin-top: -2px; border-radius: 5px; float: right; }
#commCollect .col2 {background: #8822B3; padding: 0.2rem 0.5rem; }
#commCollect .col2 a { color: #FFFFFF;}
.switch-lang { background: #6820D4; padding: 0 8px !important; }
.switch-lang img { height: 0.8rem; width: 0.8rem; }

.open > .switch-lang-menu {
    display: block;
}
.switch-lang-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 42px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
}
.switch-lang-menu li { border-top: 1px solid #ccc; }
