body {
    background-color: #b34f55;
    background-image: url("../images/bodybg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}

ul, li, ol {
    list-style: none;
}

.text-muted {
    color: #999;
}

.text-success {
    color: #40c342;
}

.text-info {
    color: #37add2;
}

.text-danger {
    color: #ee5e3d;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: none;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.form-control {
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    font-size: 12px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-error.checkbox-inline label {
    color: #ee5e3d;
}

.has-error .form-control {
    border-color: #ee5e3d;
}

.has-error .input-group-addon {
    color: #ee5e3d;
    border-color: #ee5e3d;
}

.has-error .form-control-feedback {
    color: #ee5e3d;
}

.input-group-addon {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    padding-top: 0;
}

.btn {
    border-radius: 2px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    outline-offset: 0;
}

.btn:hover,
.btn:focus,
.btn.focus {
    outline: none;
}

.btn-warning {
    color: #dc4524;
    background-color: #f7e836;
    border-color: #f3e331;
}

.btn-warning:hover {
    color: #fff;
    background-color: #273135;
    border-color: #273135;
}

.btn-danger {
    background-color: #ee5e3e;
    border-color: #e24f2e;
}

.btn-lg,
.btn-group-lg > .btn {
    border-radius: 4px;
}

.dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 0 0 2px 2px;
    border-top: 3px solid #E76049;
}

.nav {
    font-size: 0;
}

.nav > li {
    display: inline-block;
    font-size: 14px;
}

.nav-tabs {
    position: relative;
}

.navbar-brand {
    height: 90px;
}

.navbar-toggle {
    margin-top: 26px;
}

.navbar-nav > li > a {
    text-align: center;
    color: #212121;
}

.breadcrumb {
    padding: 0px 15px 12px 15px;
    margin-bottom: 10px;
    list-style: none;
    border-bottom: 1px solid #eee;
    background: none;
}

.breadcrumb > li {
    font-size: 12px;
}

.breadcrumb > li > a {
    color: #999;
}

.pagination {
    margin: 0;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ee5e3e;
    border-color: #e25132;
}

.label-default {
    background-color: #e6e6e6;
    color: #777;
}

.label-danger {
    background-color: #ee5e3e;
}

.alert-danger {
    color: #ee5e3d;
}

.progress {
    height: 4px;
    margin-bottom: 5px;
    border-radius: 2px;
}

.progress-bar-success {
    background-color: #52d042;
}

.progress-bar-danger {
    background-color: #ee5e3d;
}

.list-group-item {
    border: 1px solid #f1f1f1;
}

.list-group-item-danger {
    color: #ee5e3d;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #ee5e3d;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #ee5e3d;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    background-color: #ee5e3d;
    border-color: #ee5e3d;
}

.panel {
    border-radius: 2px;
}

.panel-danger > .panel-heading {
    color: #ee5e3d;
}

.panel-danger > .panel-heading .badge {
    background-color: #ee5e3d;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
}

.modal-content {
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
}

.modal-header {
    padding: 10px;
}

.modal-body {
    padding: 10px;
}

.modal-footer {
    padding: 10px;
}

.header {
    background: #fff;
}

.header-top {
    background: #fafafa;
    border-bottom: 1px solid #eee;
    line-height: 30px;
    font-size: 12px;
    color: #666;
}

.myicon-zoushitu, .myicon-gonggao, .myicon-touzhu, .myicon-kaijiang, .myicon-hemai, .myicon-goucai {
    display: inline-block;
    width: 40px;
    height: 35px;
    background: url("../images/img.png") no-repeat;
}

.myicon-goucai {
    background-position: 0 0;
}

.myicon-hemai {
    background-position: 0 -35px;
}

.myicon-kaijiang {
    background-position: 0 -70px;
}

.myicon-touzhu {
    background-position: 0 -105px;
}

.myicon-gonggao {
    background-position: 0 -140px;
}

.myicon-zoushitu {
    background-position: 0 -175px;
}

.navbar-nav > li > a:hover {
    color: #ee5e3d;
}

.navbar-nav > li > a:hover .myicon-goucai {
    background-position: -40px 0;
}

.navbar-nav > li > a:hover .myicon-hemai {
    background-position: -40px -35px;
}

.navbar-nav > li > a:hover .myicon-kaijiang {
    background-position: -40px -70px;
}

.navbar-nav > li > a:hover .myicon-touzhu {
    background-position: -40px -105px;
}

.navbar-nav > li > a:hover .myicon-gonggao {
    background-position: -40px -140px;
}

.navbar-nav > li > a:hover .myicon-zoushitu {
    background-position: -40px -175px;
}

.lot-navbar .navbar-toggle .icon-bar {
    background: #333;
}

.navbar-collapse.in {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.header-uname {
    margin-right: 5px;
}

.header-top .btn-link {
    color: #666;
}

.nav > li.active > a {
    text-decoration: none;
    background-color: #eee;
}

.relative {
    position: relative;
}

.slide-menu {
    position: absolute;
    width: 218px;
    top: 208px;
    bottom: 0;
    background: #273135;
    color: #b9b9b9;
    padding-bottom: 5px;
}

.page-right {
    padding-left: 218px;
    min-height: 1080px;
}

.page-user {
    background: #ec6344;
    color: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    width: 218px;
}

.user-money {
    font-size: 16px;
    color: #f9ff54;
    display: inline-table;
}

.media-heading {
    font-size: 15px;
    margin-top: 5px;
}

.page-user .media-object {
    width: 54px;
    height: 54px;
}

.label-grade {
    font-weight: normal;
    font-size: 12px;
    background: #fff;
    border: 1px solid #21cad1;
    color: #212121;
    padding: 0 3px 0 0;
    line-height: 15px;
    margin-top: 7px;
    display: inline-table;
}

.grade-img {
    vertical-align: middle;
    display: inline-table;
    background: #21cad1;
    padding: 0 3px;
    margin-right: 3px;
    margin-left: -1px;
}

.btn-dark {
    color: #fff;
    background-color: #44403f;
    border-color: #3e3a39;
}

.btn-dark:hover {
    color: #fff;
    background-color: #3e3a39;
    border-color: #393535;
}

.btn-dark-danger {
    color: #fff;
    background-color: #ad3d23;
    border-color: #ad3a1f;
}

.btn-dark-danger:hover {
    color: #fff;
    background-color: #9c331a;
    border-color: #942f17;
}

.panel-page {
    border: none;
}

.page-name {
    padding: 0 20px;
    margin: 20px 0;
    color: #f1f1f1;
}

.page-name i {
    display: none;
}

.lot-task {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.user-name {
    color: #fff;
}

.user-name:hover {
    color: #fff;
}

.list-header {
    font-weight: 300;
    padding: 10px 15px;
    position: relative;
}

.lot-menu a {
    display: block;
    color: #abb1b7;
    padding: 12px 20px;
}

.lot-menu a:hover {
    text-decoration: none;
}

.lot-menu ul {
    padding: 0;
}

.lot-menu ul a {
    padding: 9px 0 9px 45px;
}

.lot-menu ul a:hover {
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    border-left: 3px solid #E76049;
    padding-left: 42px;
}

.lot-menu ul li.active a {
    background: #fff;
    color: #222;
    border-left: 3px solid #ee5e3d;
    padding-left: 42px;
}

.lot-menu li.active a {
    background: #fff;
    color: #222;
    border-left: 3px solid #ee5e3d;
    padding-left: 17px;
}

.lot-list {
    display: inline-block;
    width: 18px;
    height: 13px;
    background: url("../images/lotlist.png");
    vertical-align: -1px;
    margin-right: 8px;
}

.progress-work.progress {
    background-color: #ce4829;
}

.progress-work .progress-bar {
    background-color: #fff;
}

.hist-draw-bar {
    padding: 1px 5px;
    background-color: #f2f2f2;
    margin-top: -5px;
    border-bottom: 1px solid #ddd;
}

.lot-img-big {
    float: left;
    margin-right: 10px;
}

.lot-name {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 10px;
}

.lot-title {
    color: #999;
    font-size: 12px;
    margin-bottom: 2px;
}

.lot-issue {
    margin-bottom: 2px;
}

.lot-timebox {
    padding: 0;
}

.lot-timebox li {
    display: inline-block;
    padding: 2px 6px;
    background: #333;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

.lot-timebox li.nobg {
    background: none;
    color: #333;
    padding: 2px;
}

.hist-press-isszu {
    line-height: 30px;
    font-size: 12px;
}

.fl {
    float: left;
}

.vertical {
    vertical-align: middle;
}

.hist-draw-pop {
    margin-bottom: 5px;
    font-size: 12px;
}

.ball-draw {
    padding: 0;
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 0;
}

.draw-state {
    font-size: 12px;
    margin-top: 5px;
}

.ball-draw li {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url("../images/ball-big.png") no-repeat;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.lot-mess-line {
    margin: 10px 0 5px 0;
    border-top-width: 3px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    border-bottom: 2px solid #ee5e3d;
    background: none;
    color: #212121;
}

.lot-buy-arie {
    background: #f3f6f9;
    border: 1px solid #ddd;
    position: relative;
    padding-top: 12px;
}

.lot-buy-img {
    position: absolute;
    width: 26px;
    height: 17px;
    background: url("../images/lotbuybg_down.png");
    bottom: -16px;
    left: 65px;
}

.lot-sec-menu {
    padding: 0 20px 12px 20px;
    border-bottom: 1px solid #e0e0e0;
}

.nav-pills > li > a {
    padding: 5px 12px;
    color: #212121;
    font-size: 12px;
}

.nav-pills > li:hover > a, .nav-pills > li:active > a, .nav-pills > li.active > a {
    background: #ee5e3d;
    color: #fff;
}

.lot-balls {
    padding: 18px;
}

.lot-tips {
    font-size: 12px;
    color: #999;
}

.lot-tips img {
    vertical-align: -4px;
    margin-right: 7px;
}

.ball-x {
    padding: 5px 20px;
}

.ball-x li {
    margin-bottom: 10px;
}

.ball-x li:after {
    clear: both;
    content: '';
    display: table;
}

.select-ball {
    float: left;
}

.ball-place {
    width: 63px;
    height: 30px;
    background: url("../images/weishu.png");
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
    margin-right: 30px;
}

.ball-x-s {
    font-size: 0;
    display: inline-block;
}

.ball-x-s em {
    width: 30px;
    height: 30px;
    background: url("../images/ball_x.png");
    font-style: normal;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    cursor: pointer;
    margin-right: 12px;
    font-size: 16px;
}

.ball-x-s em:hover, .ball-x-s em.active {
    background: url("../images/ball_xh.png");
    color: #fff;
}

.fast-select {
    float: left;
    padding-top: 3px;
    font-size: 0;
    padding-left: 93px;
}

.fast-select em {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #f1f1f1;
    border: 1px solid #d2d2d2;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 3px;
}

.fast-select em:hover {
    background: #3bd5db;
    color: #fff;
    border-color: #3bd5db;
}

.yilou {
    width: 63px;
    margin-right: 30px;
    font-size: 12px;
    text-align: center;
    float: left;
}

.yilourow {
    color: #999;
    font-size: 0;
    padding-top: 5px;
}

.yilourow span {
    display: inline-block;
    width: 30px;
    text-align: center;
    margin-right: 12px;
    font-size: 12px;
}

.add-ball {
    padding-left: 113px;
}

.btn-add-ball {
    background-image: url("../images/addb.png");
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
}

.btn-add-ball:focus, .btn-add-ball:active:focus, .btn-clear-ball:focus, .btn-clear-ball:active:focus {
    outline: none;
}

.btn-clear-ball {
    font-size: 14px;
}

.btn-clear-ball:hover, .btn-clear-ball:active:focus, .btn-clear-ball:focus {
    text-decoration: none;
}

.ball-select-list-box {
    height: 152px;
    border: 1px solid #ddd;
    border-top-color: #ccc;
    background: #eef0f1;
    position: relative;
}

.nodata {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #999;
    font-size: 12px;
}

.ball-select-list-box .nodata {
    line-height: 11;
}

.ball-select-list {
    display: block;
    list-style: none;
    padding: 0;
    height: 150px;
    overflow-x: auto;
    overflow-y: auto;
    margin-bottom: 0;
}

.ball-select-list::-webkit-scrollbar {
    background: #eef0f1;
    width: 8px;
    height: 8px;
}

.ball-select-list::-webkit-scrollbar-corner {
    background: #eef0f1;
}

.ball-select-list::-webkit-scrollbar-thumb {
    background: #dedede;
    border-radius: 8px;
}

.ball-select-list::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.ball-select-bot {
    margin-bottom: 10px;
}

.ball-select-bot {
    background: #f3f6f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
}

.ball-list-contral {
    padding: 10px 0;
    margin-top: -10px;
}

.ball-list-contral a {
    color: #222;
    font-size: 12px;
}

.list-contral-a {
    padding-top: 27px;
    text-align: right;
}

.list-contral-a a {
    margin-left: 10px;
    color: #999;
}

.add-list-img {
    width: 16px;
    height: 18px;
    display: inline-block;
    background: url("../images/addlist.png") no-repeat center;
    vertical-align: -3px;
}

.ball-select-list li {
    padding: 5px 10px;
    background: #fff4db;
    border-bottom: 1px solid #f1e5c4;
    font-size: 12px;
    margin-bottom: 0;
    min-width: 605px;
    border-radius: 0;
}

.bs-way {
    float: left;
    width: 90px;
}

.bs-numb {
    float: left;
    width: 300px;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.bs-qua {
    float: left;
    width: 75px;
    color: #ee5e3d;
}

.w50 {
    display: inline-block;
    width: 50px !important;
}

.margin-left-30 {
    margin-left: 30px;
}

.buy-way {
    background: #f3f6f9;
    border: 1px solid #ddd;
    font-size: 12px;
}

.buy-btn.form-group {
    margin-left: -15px;
    margin-right: -15px;
}

.panel-body.win-list {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 12px;
}

.win-list ul {
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
}

.win-ball {
    width: 45px;
    float: left;
    position: relative;
    margin-right: -45px;
}

.win-prog {
    float: left;
    width: 100%;
}

.win-list .progress, .win-ball-totail {
    margin-left: 45px;
    font-size: 12px;
    margin-bottom: 3px;
}

.win-list li {
    overflow: hidden;
    margin-bottom: 5px;
}

.nav-tabs-right {
    position: absolute !important;
    right: 0;
    float: none !important;
}

.nav-tabs-right .checkbox input[type="checkbox"] {
    margin-top: 4px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.w80 {
    width: 80px !important;
}

.fllow-isszu {
    margin-bottom: 0;
}

.table.fllow-isszu th, .table.fllow-isszu td {
    vertical-align: middle;
}

.tipcon {
    display: inline-table;
    width: 15px;
    height: 15px;
    background: url("../images/tipicon.png");
    vertical-align: -3px;
    margin-right: 5px;
}

.footer {
    background: #eee;
    padding: 20px 0;
    font-size: 12px;
}

.margin-top-20 {
    margin-top: 20px;
}

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

.margin-right-10 {
    margin-right: 10px;
}

.windows-surp-1, .windows-surp-2, .windows-surp-3, .windows-surp-4 {
    display: inline-table;
    width: 60px;
    height: 50px;
    background: url("../images/9.png") no-repeat;
}

.windows-surp-2 {
    background-position: -68px 0;
}

.windows-surp-3 {
    background-position: -136px 0;
}

.windows-surp-4 {
    background-position: -208px 0;
}

.toggle-lot {
    background: #4c4646;
    margin-top: 10px;
    border-radius: 3px;
}

.toggle-lot-link {
    color: #fff;
    padding: 7px 10px;
    display: block;
    border: 1px solid #3a3536;
    background: #454040;
    border-radius: 3px;
}

.toggle-lot-link:focus, .toggle-lot-link:hover {
    color: #eee;
    text-decoration: none;
    background: #333;
}

.toggle-lot .list-group {
    margin-bottom: 0;
    padding-bottom: 10px;
}

.toggle-lot ul.collapse {
    font-size: 0;
}

.toggle-lot ul.collapse li {
    display: inline-block;
    width: 50%;
    font-size: 14px;
}

.together-table {
    font-size: 12px;
}

.label-user {
    margin: 0;
}

.pages-bar {
    font-size: 12px;
    line-height: 30px;
}

.overhidden {
    overflow: hidden;
}

.table-over {
    overflow: auto;
    font-size: 12px;
}

.table-over .table {
    min-width: 820px;
}

.togeter-det-mess {
    font-size: 12px;
    margin-bottom: 10px;
}

.togeter-det-mess label {
    margin-bottom: 2px;
}

.together-draw-nub {
    height: 112px;
    background: url("../images/hmbg.jpg") no-repeat center;
    text-align: center;
    color: #fff;
}

.to-draw-title {
    padding-top: 15px;
}

.ball-black {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: url("../images/ball_black.png") no-repeat;
    font-style: normal;
    font-size: 20px;
    text-align: center;
    line-height: 43px;
}

.to-lot-det {
    font-size: 12px;
    position: relative;
}

.to-lot-det .row {
    margin-top: 15px;
}

.to-colname {
    float: left;
    width: 80px;
    line-height: 27px;
    color: #999;
    margin-bottom: 0;
    position: relative;
    margin-right: -80px;
}

.to-col-content {
    float: left;
    width: 100%;
}

.to-col-contentc {
    line-height: 27px;
    word-wrap: break-word;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: 80px;
}

.to-col-content p {
    margin-bottom: 0;
}

.to-col-content table {
    margin-top: -3px;
}

.to-col-content .progress {
    margin-top: 10px;
}

.draw-img1, .draw-img2 {
    display: block;
    position: absolute;
    width: 122px;
    height: 112px;
    background: url("../images/drawimg.png");
    right: 10px;
    top: 45px;
    z-index: 9999;
}

.draw-img2 {
    background-position: 0 -113px;
}

.alink {
    font-size: 12px;
}

.margin-left-20 {
    margin-left: 20px;
}

.ball-x-s.lot-draw-ball {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
}

.lot-draw-hist {
    width: 100%;
    overflow-x: auto;
    font-size: 12px;
}

.lot-draw-hist th, .lot-draw-hist td {
    white-space: nowrap;
    word-wrap: break-word;
}

.login-bg {
    background: url("../images/loginbg.jpg") no-repeat;
    background-position: center top;
}

.login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.login-logo img {
    width: 165px;
}

.login-container {
    position: absolute;
    width: 460px;
    top: 30%;
    margin-top: -150px;
    left: 50%;
    margin-left: -230px;
    z-index: 10;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
}

.login-header {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.login-header .small {
    font-size: 12px;
}

.mark-login {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
}

.login-body {
    padding: 30px 50px;
    background: #fff;
    border-radius: 5px;
}

.login-foot {
    font-size: 12px;
    text-align: center;
    padding: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #999;
}

.verify {
    width: 90px;
    float: left;
    margin-left: -20px;
}

.user-drop i {
    margin-right: 10px;
}

.uc-user-top .media-object {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.uc-user-top .media-left {
    padding-right: 20px;
}

.uc-user-log {
    font-size: 12px;
    background: #fafafa;
    border-color: #ee5e3e;
}

.uc-user-img {
    text-align: center;
    position: relative;
}

.btn-edit {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 10px;
    left: 58px;
}

.uc-acc-meg {
    text-align: center;
    margin: 0;
    padding: 0;
}

.uc-acc-meg li {
    border: 1px solid #eee;
    padding: 20px 0;
    margin-bottom: -1px;
    margin-right: -1px;
}

.mar-no {
    margin-top: 7px;
}

.acc-nub {
    font-size: 18px;
}

.fs-12 {
    font-size: 12px;
}

.bankbox {
    height: 145px;
    position: relative;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #eee;
    margin-bottom: 10px;
}

.addbank {
    background-color: #fef3f0;
    border: 1px #ee744e dashed;
}

.addbank > a {
    display: block;
    text-align: center;
    padding-top: 30px;
}

.addbank > a > span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #ed6c44;
    padding-top: 10px;
}

.addbank > a > i {
    display: inline-block;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    background-color: #ed6c44;
    border-radius: 50%;
    color: #fff;
    border: 3px #fff solid;
    box-shadow: 0px 2px 3px #ddd;
}

.bankbox > div {
    height: 90px;
    color: #fff;
    background-image: url(../images/dot.png);
    background-position: left bottom;
    border-radius: 5px 5px 0px 0px;
    background-repeat: repeat-x;
    font-size: 16px;
}

.bankbox > div img {
    float: left;
    display: inline-block;
    text-align: center;
    width: 65px;
    height: 65px;
    margin: 10px;
}

.bankbox > div strong {
    display: block;
    padding-top: 18px;
    font-size: 18px;
    font-weight: normal;
}

.bankbox > div label {
    color: rgba(255, 255, 255, .7);
}

.bankbox > div em {
    position: absolute;
    right: 15px;
    top: 15px;
    font-style: normal;
}

.bank_3080000 {
    background-color: #eb2929;
}

.bankbox > p {
    color: #000;
    font-size: 14px;
    line-height: 50px;
    padding-left: 15px;
    border: 1px #ddd solid;
    border-top: 0;
    border-radius: 0px 0px 5px 5px;
}

.bankbox > p input {
    float: right;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    background-image: url(../images/rx.png) !important;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
}

.bankbox > p input:hover {
    background-image: url(../images/rx2.png) !important;
}

.erpay-alipay, .erpay-weixin {
    width: 272px;
    height: 453px;
    background: url("../images/epaybg.jpg");
    border-radius: 5px;
}

.erpay-alipay {
    border: 1px solid #0093dd;
}

.erpay-weixin {
    background-position: -309px 0;
    border: 1px solid #2ead38;
}

.erpay-alipay img, .erpay-weixin img {
    width: 143px;
    height: 143px;
    margin: 176px auto auto 64px;
}

.well {
    border-radius: 2px;
}

.well-info {
    background: #e4eeef;
    border-color: #c8d9da;
}

.nav-tabs > li > a {
    color: #a3a5a7;
}

.list-group {
    font-size: 12px;
}

.list-group h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.list-group p {
    color: #999;
}

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

.notice-title p {
    color: #999;
}

.notice-foot {
    padding: 20px 0;
    text-align: right;
}

.list-group .badge {
    background-color: #ffb230;
}

.list-group .badge.badge-ed {
    background-color: #02cad1;
    color: #fff;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #ec6344;
    border-color: #e45e3e;
}

.label {
    border-radius: 2px;
}

.label-primary {
    background-color: #3ea1dc;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .3);
    }
}

@media (max-width: 1199px) {
    .ball-place, .yilou {
        margin-right: 5px;
    }

    .ball-x-s em, .yilourow span {
        margin-right: 3px;
    }

    .ball-x-s {
        margin-right: 5px;
    }

    .fast-select {
        padding-left: 68px;
    }
}

@media (max-width: 991px) {
    .slide-menu {
        position: static;
        width: 100%;
    }

    .slide-menu .page-name {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .page-name {
        cursor: pointer;
    }

    .page-name i {
        display: block;
        float: right;
    }

    .lot-menu li ul li {
        width: 49%;
        display: inline-block;
    }


    .page-user {
        position: static;
        width: 100%;
    }

    .page-right {
        padding-left: 0;
    }

    .lot-img img {
        width: 80px;
    }
}

@media (max-width: 744px) {
    .yilou, .list-contral-a {
        text-align: left;
    }

    .list-contral-a {
        padding-top: 10px;
    }

    .lot-draw-hist {
        overflow-x: scroll;
    }

    .navbar {
        margin-bottom: 0;
    }

    .nav > li {
        width: 20%;
    }

    .nav.nav-tabs > li, .nav.nav-pills > li {
        width: auto;
    }

    .verify {
        margin-left: 0;
    }

    .ball-place, .yilou {
        display: block;
        float: none;
    }
}

@media (max-width: 490px) {
    .ball-draw li {
        margin-right: 1px;
    }

    .ball-x, .lot-balls {
        padding: 0px;
    }

    .ball-x-s em, .yilourow span {
        margin-right: 1px;
    }

    .panel-body {
        padding: 10px;
    }

    .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav > li > a {
        padding: 10px 5px;
    }

    .lot-sec-menu {
        padding: 0 10px 15px 10px
    }

    .add-ball {
        padding-left: 30px;
    }

    .to-col-content table {
        width: 100%;
    }

    .login-container {
        width: 94%;
        left: 3%;
        margin-left: 0;
        top: 10px;
        margin-top: 0;
    }

    .login-foot {
        padding: 20px;
    }
}

@media (max-width: 451px) {
    .yilou {
        display: none;
        text-align: left;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 5px 7px;
    }

    .fast-select {
        padding-left: 0;
    }
}

@media (max-width: 707px) {
    .fast-select {
        padding-top: 5px;
    }
}