.quick-time-list, .quick-edit-wrapper .ivu-checkbox-wrapper, .quick-tabs-nav, .quick-tabs-nav > li, .quick-bets-wrapper, .quick-slip-layout, .quick-slip-box > ul > li, .quick-result-wrapper, .quick-weeknav-wrapper, .quick-week-box, .quick-week-slide, .quick-week-list > li, .quick-week-rank {
  position: relative;
}

.quick-edit-wrapper .ivu-checkbox + span, .quick-unsales-state, .quick-tabs-nav:before, .quick-tabs-nav > li:after, .quick-slip-del, .quick-slip-load, .quick-week-link, .quick-week-list > li:first-child .quick-week-unit .quick-week-rank:after, .quick-week-list > li:nth-child(2) .quick-week-unit .quick-week-rank:after, .quick-week-list > li:nth-child(3) .quick-week-unit .quick-week-rank:after {
  position: absolute;
}

.quick-browser-modal {
  position: fixed;
}

.quick-result-btn, .quick-show-btn {
  display: table;
}

/**
*
* @module quick public
*
*/
.quicklottery #wrapper {
  background: rgba(231, 237, 240, 0.85);
}

.quick-app-layout {
  display: flex;
  padding: 28px 0 56px 0;
  background: rgba(231, 237, 240, 0.85);
  width: 1280px;
  margin: 0 auto;
}

.ivu-pageload-wrapper .ivu-spin-fix {
  position: fixed;
  background: rgba(231, 237, 240, 0.95);
  z-index: 10;
  height: 100vh;
  width: 100vw;
}
.ivu-pageload-wrapper .ivu-spin-show-text .ivu-spin-text {
  margin-top: 136px;
  font-size: 18px;
  color: #666;
}
.ivu-pageload-wrapper .demo-spin-icon-load {
  margin-bottom: 10px;
}

.quick-betsload-wrapper {
  position: relative;
  height: 70px;
}
.quick-betsload-wrapper .ivu-spin-fix {
  background: transparent;
}

.demo-spin-icon-load {
  animation: ani-demo-spin 1s linear infinite;
}

.quick-app-wrapper {
  margin: 0 auto;
}

.quick-aside-wrapper {
  width: 310px;
}

.quick-body-wrapper {
  width: 970px;
}

.quick-card-box {
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
}
.quick-card-box + .quick-card-box {
  margin-top: 10px;
}

.quick-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: "mu eb";
  font-weight: 800;
}
.quick-card-title.quick-card-line {
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.quick-card-del {
  width: 20px;
  height: 20px;
  background: url("../images/quick/card-del.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

/**
*
* @module quick-lotto
*
*/
.quick-pick-wrapper {
  position: relative;
  margin-right: 10px;
}

.quick-lotto-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  margin-top: -12px;
  margin-bottom: 10px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

.quick-lotto-box {
  display: flex;
  align-items: center;
}

.quick-lotto-logo {
  display: inline-block;
  width: 85px;
}

.quick-lotto-name {
  font-size: 24px;
  line-height: 30px;
  font-family: "mu eb";
  font-weight: 800;
}

.quick-lotto-time {
  font-size: 14px;
  line-height: 18px;
  font-family: "mu r";
  font-weight: 400;
}

.quick-lotto-draw {
  margin-left: auto;
  margin-right: 12px;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu sb";
  font-weight: 600;
  text-align: right;
}

.quick-time-list {
  display: flex;
}
.quick-time-list > li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: rgba(231, 237, 240, 0.85);
  border-radius: 1px;
  font-size: 30px;
  line-height: 36px;
  font-family: "mu eb";
  font-weight: 800;
  color: #f16142;
}
.quick-time-list > li + li {
  margin-left: 3px;
}
.quick-time-list > li:nth-child(3) {
  background: none;
  width: 16px;
}

/**
*
* @module quick-handle
*
*/
.quick-handle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0;
}

.quick-handle-box {
  display: flex;
  align-items: center;
}

.quick-handle-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 0 14px;
  height: 30px;
  background: rgba(231, 237, 240, 0.85);
  border-radius: 2px;
  -webkit-appearance: button;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu sb";
  font-weight: 600;
}
.quick-handle-select > option {
  background: #122c46;
}

.quick-handle-tips {
  margin-left: 0.625rem;
}
.quick-handle-tips > li {
  font-size: 12px;
  line-height: 15px;
  font-family: "mu r";
  font-weight: 400;
}

.quick-handle-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  min-width: 120px;
  padding: 0 14px;
  height: 30px;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(32, 32, 32);
  background: rgba(231, 237, 240, 0.85);
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
}
.quick-handle-picker:hover {
  color: rgb(32, 32, 32);
}

.quick-handle-remove {
  display: flex;
  width: 30px;
  height: 30px;
  background-color: #fff;
  background: url("../images/quick/pick-del.png") 0 0 no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

/**
*
* @module quick-edit
*
*/
.quick-edit-wrapper {
  padding-top: 33px;
}
.quick-edit-wrapper .ivu-checkbox-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 32px;
  width: 460px;
}
.quick-edit-wrapper .ivu-checkbox-wrapper {
  margin-right: 20px;
  line-height: 56px;
}
.quick-edit-wrapper .ivu-checkbox-wrapper:nth-child(6) {
  margin-right: 0;
}
.quick-edit-wrapper .ivu-checkbox-wrapper:nth-child(n+7) {
  margin-top: 20px;
}
.quick-edit-wrapper .ivu-checkbox-inner {
  width: 56px;
  height: 56px;
  border: none;
  background: rgba(231, 237, 240, 0.85);
  border-radius: 50%;
}
.quick-edit-wrapper .ivu-checkbox-inner:after {
  display: none;
}
.quick-edit-wrapper .ivu-checkbox-checked .ivu-checkbox-inner {
  background: rgba(241, 97, 66, 0.86);
}
.quick-edit-wrapper .ivu-checkbox-checked .ivu-checkbox-inner:after {
  display: none;
}
.quick-edit-wrapper .ivu-checkbox-focus {
  z-index: 0;
  box-shadow: none;
}
.quick-edit-wrapper .ivu-checkbox + span {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 0;
  text-align: center;
  font-size: 30px;
  font-family: "mu sb";
  font-weight: 600;
  color: #666;
}
.quick-edit-wrapper .ivu-checkbox-checked + span {
  color: #fff;
}

.quick-edit-add {
  display: table;
  margin: 0 auto;
  min-width: 240px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-family: "mon sb";
  font-weight: 600;
  color: rgb(255, 255, 255);
  border-radius: 0.125rem;
  text-align: center;
  text-decoration: none;
  cursor: no-drop;
  color: #fff;
  background: rgba(241, 97, 66, 0.8);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
  opacity: 0.5;
}
.quick-edit-add:hover {
  color: #fff;
}
.quick-edit-add.on {
  cursor: pointer;
  opacity: 1;
}
.quick-edit-add.on:hover {
  color: #fff;
  background: rgb(241, 97, 66);
}

.quick-edit-tip {
  margin-top: 44px;
  font-size: 12px;
  line-height: 16px;
  font-family: "mu r";
  font-weight: 400;
  text-align: center;
}

.quick-unsales-state {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 19, 37, 0.8);
  z-index: 1;
}

.quick-unsales-avator {
  display: inline-block;
  width: 260px;
  height: 160px;
  background: url("../images/quick/quick-unsales-avator.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-unsales-text {
  margin: 26px auto 0;
  width: 68%;
  font-size: 16px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

/**
*
* @module quick-tabs
*
*/
.quick-tabs-container {
  margin-top: 10px;
  margin-right: 10px;
}

.quick-tabs-nav {
  display: flex;
  margin-top: -12px;
}
.quick-tabs-nav:before {
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px 4px 0px 0px;
}
.quick-tabs-nav > li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 48px;
  font-size: 18px;
  font-family: "mu eb";
  font-weight: 800;
  color: #666;
  cursor: pointer;
}
.quick-tabs-nav > li:after {
  bottom: -1px;
  left: 0;
  right: 0;
  content: "";
  height: 3px;
  transform: scale(0, 1);
  background: #f16142;
  border-radius: 2px;
}
.quick-tabs-nav > li.on {
  color: #f16142;
}
.quick-tabs-nav > li.on:after {
  transform: scale(1, 1);
}

/**
*
* @module quick-payouts
*
*/
.quick-payouts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.quick-payouts-ball {
  display: flex;
}
.quick-payouts-ball > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.875rem;
  height: 2.875rem;
  width: 46px;
  height: 46px;
  background: rgba(0, 132, 255, 0.3);
  border-radius: 50%;
  font-size: 18px;
  font-family: "mu b";
  font-weight: 600;
  color: rgb(255, 255, 255);
  font-weight: bold;
}
.quick-payouts-ball > li + li {
  margin-left: 10px;
}

.quick-payouts-times {
  display: flex;
  align-items: center;
}
.quick-payouts-times .ivu-select {
  width: 140px;
  margin-right: 10px;
}
.quick-payouts-times .ivu-select-dropdown {
  margin: 2px 0;
  box-shadow: none;
}
.quick-payouts-times .ivu-select-dropdown::-webkit-scrollbar {
  width: 4px;
}
.quick-payouts-times .ivu-select-item {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.quick-payouts-times .ivu-select-item:hover {
  background: #0084FF;
}
.quick-payouts-times .ivu-select-item-focus {
  background: #0084FF;
}
.quick-payouts-times .ivu-select-single .ivu-select-selection {
  height: 40px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
.quick-payouts-times .ivu-select-single .ivu-select-selection .ivu-select-placeholder,
.quick-payouts-times .ivu-select-single .ivu-select-selection .ivu-select-selected-value {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
}
.quick-payouts-times .ivu-date-picker {
  width: 216px;
}
.quick-payouts-times .ivu-date-picker-header-label {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.quick-payouts-times .ivu-date-picker-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.quick-payouts-times .ivu-date-picker-cells-cell:hover em {
  background: #2d8cf0;
}
.quick-payouts-times span.ivu-date-picker-cells-cell-disabled.ivu-date-picker-cells-cell-selected em {
  background: transparent;
}
.quick-payouts-times .ivu-date-picker-cells-cell.ivu-date-picker-cells-cell-disabled:hover em {
  background: transparent;
}
.quick-payouts-times .ivu-date-picker-cells span.ivu-date-picker-cells-cell-disabled em {
  color: #777;
}
.quick-payouts-times .ivu-date-picker-cells-cell-today em:after {
  background: transparent;
}
.quick-payouts-times .ivu-date-picker-cells-focused em {
  box-shadow: none;
}
.quick-payouts-times .ivu-date-picker-cells-cell-today.ivu-date-picker-cells-cell-selected em:after {
  background: transparent;
}
.quick-payouts-times span.ivu-date-picker-cells-cell-disabled,
.quick-payouts-times span.ivu-date-picker-cells-cell-disabled:hover {
  background: transparent;
}
.quick-payouts-times .ivu-input {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  letter-spacing: 1px;
  border: 1px solid rgba(231, 237, 240, 0.85);
}
.quick-payouts-times .ivu-input:focus {
  box-shadow: none;
}
.quick-payouts-times .ivu-date-picker-focused input {
  box-shadow: none;
}
.quick-payouts-times .ivu-input-suffix {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quick-payouts-times input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff !important;
}

.quick-payouts-times input:-moz-placeholder {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff !important;
}

.quick-payouts-times input::-moz-placeholder {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff !important;
}

.quick-payouts-select {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  padding: 0 14px;
  height: 40px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  -webkit-appearance: button;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.quick-payouts-select > option {
  background: #122c46;
}

.quick-payouts-select::-webkit-scrollbar {
  width: 0;
  background: #f00;
}

.quick-payouts-nav {
  display: flex;
  margin-top: 8px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.quick-payouts-nav > li {
  display: flex;
  align-items: center;
  flex: 1;
  padding-left: 22px;
  height: 36px;
  font-size: 16px;
  font-family: "mu b";
  font-weight: bold;
  color: #666;
}

.quick-payouts-list {
  margin-top: 28px;
}
.quick-payouts-list > li {
  display: flex;
  align-items: center;
  height: 48px;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
}
.quick-payouts-list > li:nth-child(odd) {
  background: rgba(245, 247, 249, 0.04);
}
.quick-payouts-list > li > div {
  flex: 1;
  padding-left: 22px;
}

.pagecont {
  text-align: right;
  padding: 10px 0px;
}
.pagecont .ivu-page-next, .pagecont .ivu-page-prev {
  background-color: #00203f;
}
.pagecont .ivu-page-item {
  background-color: #00203f;
}
.pagecont .ivu-page-item-active a, .pagecont .ivu-page-item-active:hover a, .pagecont .ivu-page-item:hover a, .pagecont .ivu-page-item-jump-next:hover a, .pagecont .ivu-page-next:hover a, .pagecont .ivu-page-prev:hover a {
  color: #ffffff;
}

.quick-payouts-tip {
  margin-top: 40px;
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu sb";
  font-weight: 400;
  text-align: center;
}

/**
*
* @module quick-about
*
*/
.quick-about-container {
  padding: 20px 20px 30px 20px;
  width: 800px;
}

.quick-about-group {
  display: flex;
  align-items: center;
}
.quick-about-group + .quick-about-group {
  margin-top: 48px;
}

.quick-about-column {
  flex-direction: column;
}

.quick-about-aside {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 270px;
  margin-right: 40px;
}

.quick-cost-logo {
  width: 100%;
  height: 100%;
  background: url("../images/quick/process-cost-logo.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-win-logo {
  width: 100%;
  height: 100%;
  background: url("../images/quick/process-win-logo.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-about-box {
  flex: 1;
}

.quick-about-title {
  width: 100%;
  font-family: "mu eb";
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  color: rgb(255, 255, 255);
}

.quick-about-text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  font-family: "mon r";
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
}

.quick-about-process {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.quick-about-process > li:nth-child(odd) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.quick-about-process > li:nth-child(even) {
  width: 24px;
  height: 24px;
  background: url("../images/quick/process-arrow.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-about-process > li:nth-last-child(2) {
  width: 50px;
  height: 37px;
  background: url("../images/quick/process-or.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-process-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.quick-process-icons.quick-icons-register {
  width: 56px;
  height: 56px;
  background: url("../images/quick/process-register.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-process-icons.quick-icons-pick {
  width: 56px;
  height: 56px;
  background: url("../images/quick/process-pick.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-process-icons.quick-icons-payment {
  width: 56px;
  height: 56px;
  background: url("../images/quick/process-payment.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-process-icons.quick-icons-wait {
  width: 56px;
  height: 56px;
  background: url("../images/quick/process-wait.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-process-icons.quick-icons-win {
  width: 56px;
  height: 56px;
  background: url("../images/quick/process-win.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-process-icons.quick-icons-luck {
  width: 56px;
  height: 56px;
  background: url("../images/quick/process-luck.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-process-arrow {
  width: 66px;
  height: 66px;
}

.quick-process-text {
  margin-top: 6px;
  max-width: 86px;
  font-family: "mu sb";
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: rgb(255, 255, 255);
}

/**
*
* @module quick-bets
*
*/
.quick-bets-nav {
  display: flex;
  margin-top: 7px;
  padding: 0 22px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.quick-bets-nav > li {
  display: flex;
  align-items: center;
  height: 36px;
  font-size: 16px;
  font-family: "mu b";
  font-weight: bold;
  color: #666;
}
.quick-bets-nav > li:first-child {
  width: 21%;
}
.quick-bets-nav > li:nth-child(2) {
  width: 26%;
}
.quick-bets-nav > li:nth-child(3) {
  width: 18%;
}
.quick-bets-nav > li:nth-child(4) {
  width: 20%;
}
.quick-bets-nav > li:last-child {
  margin-left: auto;
}

.quick-bets-wrapper::-webkit-scrollbar {
  width: 0;
}

.quick-bets-empty {
  padding-top: 58px;
  padding-bottom: 58px;
  font-family: "mu sb";
  font-size: 16px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
  text-align: center;
}

.quick-bets-logo {
  display: flex;
  margin: 0 auto 14px;
  width: 360px;
  height: 260px;
  background: url("../images/quick/bets-empty.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-bets-group > li {
  margin-top: 10px;
}

.quick-bets-title {
  padding: 0 22px;
  font-size: 12px;
  line-height: 16px;
  font-family: "mu eb";
  font-weight: 800;
}

.quick-bets-draw,
.quick-bets-amount,
.quick-bets-time,
.quick-bets-state {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
}

.quick-bets-draw {
  color: rgb(0, 0, 0);
}

.quick-bets-amount {
  color: rgb(0, 0, 0);
}

.quick-bets-time {
  color: rgba(0, 0, 0, 0.5);
}

.quick-bets-state {
  color: rgba(0, 0, 0, 0.5);
}

.quick-bets-list > li {
  display: flex;
  align-items: center;
  padding: 0 22px;
  height: 48px;
}
.quick-bets-list > li:hover {
  background: rgba(245, 247, 249, 0.25);
}
.quick-bets-list > li:nth-child(odd) {
  background: rgba(245, 247, 249, 0.05);
}
.quick-bets-list > li:nth-child(odd):hover {
  background: rgba(245, 247, 249, 0.25);
}
.quick-bets-list > li.state-pend .quick-bets-draw,
.quick-bets-list > li.state-pend .quick-bets-amount,
.quick-bets-list > li.state-pend .quick-bets-time,
.quick-bets-list > li.state-pend .quick-bets-state {
  color: rgb(255, 150, 0);
}
.quick-bets-list > li.state-receive .quick-bets-draw,
.quick-bets-list > li.state-receive .quick-bets-amount,
.quick-bets-list > li.state-receive .quick-bets-time,
.quick-bets-list > li.state-receive .quick-bets-state {
  color: rgb(0, 205, 71);
}

.quick-bets-unit:first-child {
  width: 21%;
}
.quick-bets-unit:nth-child(2) {
  width: 26%;
}
.quick-bets-unit:nth-child(3) {
  width: 18%;
}
.quick-bets-unit:nth-child(4) {
  width: 20%;
}
.quick-bets-unit:last-child {
  margin-left: auto;
}

.quick-bets-ball {
  display: flex;
}
.quick-bets-ball > li {
  display: inline-flex;
  justify-content: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(231, 237, 240, 0.85);
}
.quick-bets-ball > li + li {
  margin-left: 5px;
}
.quick-bets-ball > li.on {
  color: rgba(241, 97, 66, 0.8);
}

/**
*
* @module quick-slip
*
*/
.quick-slip-layout {
  padding-bottom: 0;
}

.quick-slip-body {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 310px;
}

.quick-slip-empty {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  font-family: "mu sb";
  font-weight: 600;
  line-height: 20px;
}

.quick-slip-box > ul {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 310px;
}
.quick-slip-box > ul > li {
  padding: 10px 20px;
  background: rgba(231, 237, 240, 0.85);
  border-radius: 3px;
}
.quick-slip-box > ul > li + li {
  margin-top: 10px;
}

.quick-slip-box > ul::-webkit-scrollbar {
  width: 0;
}

/*.cartplist-enter, 
.cartplist-leave-to {
  opacity: 0;
  transform: translateX(100%);
}*/
/*.cartplist-enter {
  opacity: 0;
  transform: translateX(-100%);
}

.cartplist-leave-to {
  opacity: 0;
  transform: translateX(-100%);
}
*/
.cartplist-enter {
  transform: translateY(-10%);
}

.cartplist-leave-to {
  transform: translateY(-100%);
}

/*.cartplist-leave-to {
  opacity: 0;
  transform: translateX(100%);
}*/
.quick-slip-list::-webkit-scrollbar {
  width: 0;
}

.quick-slip-del {
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.5);
  background: url("../images/quick/slip-del.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-slip-del:after {
  display: none;
  content: "";
  background: url("../images/quick/slip-active-del.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-slip-del:hover {
  background: url("../images/quick/slip-active-del.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-slip-unit {
  display: flex;
  align-items: center;
}

.quick-slip-num {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
}

.quick-slip-stake {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  height: 26px;
  padding: 0 26px;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
}

.quick-slip-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px 0 0 4px;
}
.quick-slip-sub:before, .quick-slip-sub:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 2px;
  background: rgba(0, 0, 0, 0.4);
}

.quick-slip-add {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px 4px 4px 0px;
}
.quick-slip-add:before, .quick-slip-add:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.quick-slip-add:before {
  width: 10px;
  height: 2px;
}
.quick-slip-add:after {
  width: 2px;
  height: 10px;
}

.quick-slip-span {
  padding-right: 4px;
}

.quick-slip-input {
  width: 80px;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  background: transparent;
  line-height: normal;
  text-align: center;
}
.quick-slip-input:focus ~ .quick-slip-sub {
  background: rgba(0, 0, 0, 0.3);
}
.quick-slip-input:focus ~ .quick-slip-add {
  background: rgba(0, 0, 0, 0.3);
}

.quick-slip-ball {
  display: flex;
  margin-top: 10px;
}
.quick-slip-ball > li {
  display: inline-flex;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: rgba(241, 97, 66, 0.8);
  border-radius: 50%;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.quick-slip-ball > li + li {
  margin-left: 10px;
}

.quick-slip-load {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
}

.quick-slip-success {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 388px;
  font-size: 13px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(0, 0, 0);
  line-height: 18px;
}

.quick-slip-logo {
  display: block;
  margin-bottom: 16px;
  width: 70px;
  height: 70px;
  background: url("../images/quick/slip-successful.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-slip-draw {
  display: flex;
  align-items: center;
  margin: 0 -20px;
  margin-top: 10px;
  padding: 0 20px;
  height: 40px;
  font-size: 14px;
  font-family: "mu r";
  font-weight: 400;
}
.quick-slip-draw .ivu-radio-group {
  display: flex;
  margin-left: 10px;
}
.quick-slip-draw span.ivu-radio + * {
  margin-left: 6px;
  margin-right: 0;
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
}
.quick-slip-draw .ivu-radio-wrapper-checked span.ivu-radio + * {
  color: rgba(241, 97, 66, 0.8);
}
.quick-slip-draw .ivu-radio-wrapper {
  display: flex;
  align-items: center;
  width: 54px;
  height: 20px;
  border-radius: 2px;
  background: rgba(231, 237, 240, 0.85);
}
.quick-slip-draw .ivu-radio {
  margin-left: 3px;
  margin-right: 0;
}
.quick-slip-draw .ivu-radio-wrapper-checked {
  border: 1px solid rgba(241, 97, 66, 0.8);
}
.quick-slip-draw .ivu-radio-inner {
  border: none;
  width: 12px;
  height: 12px;
  background: rgb(255, 255, 255);
}
.quick-slip-draw .ivu-radio-input {
  width: 100%;
  height: 100%;
}
.quick-slip-draw .ivu-radio-focus {
  box-shadow: none;
}
.quick-slip-draw .ivu-radio-inner:after {
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  background: url("../images/quick/slip-active-radio.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-slip-help {
  position: relative;
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  color: #10273e;
  font-size: 12px;
  font-weight: bold;
  background: rgba(231, 237, 240, 0.85);
  cursor: pointer;
  text-align: center;
}
.quick-slip-help:hover .quick-slip-notice {
  opacity: 1;
  transform: translate(0, -50%);
}

.quick-slip-notice {
  position: absolute;
  right: 26px;
  top: 50%;
  width: 300px;
  padding: 10px;
  line-height: normal;
  background: #2c4660;
  text-align: left;
  font-size: 12px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: translate(-10px, -50%);
  pointer-events: none;
}
.quick-slip-notice:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  width: 0;
  height: 0;
  border-top: solid 9px transparent;
  border-bottom: solid 9px transparent;
  border-left: solid 9px #2c4660;
  content: "";
}

.quick-slip-play {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
  padding: 0 20px;
  height: 40px;
  font-size: 16px;
  font-family: "mu eb";
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: rgba(241, 97, 66, 0.8);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
}
.quick-slip-play.disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.quick-slip-play.disabled:hover {
  background: #666;
}
.quick-slip-play:hover {
  background: rgb(241, 97, 66);
}

/**
*
* @module quick-result
*
*/
.quick-result-wrapper {
  min-height: 350px;
}

.quick-result-list {
  margin-bottom: 20px;
}
.quick-result-list > li {
  padding: 20px 10px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.quick-result-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quick-result-draw {
  font-size: 14px;
  font-family: "mu b";
  font-weight: 600;
}

.quick-result-time {
  font-size: 12px;
  line-height: 15px;
  font-family: "mu r";
  font-weight: 400;
}

.quick-result-state {
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-family: "mu black";
  font-weight: 900;
}
.quick-result-state.wait {
  color: rgb(255, 155, 0);
}
.quick-result-state.accet {
  color: rgb(0, 137, 230);
}

.quick-result-ball {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 0.4375rem;
}
.quick-result-ball > li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu b";
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  background: rgba(231, 237, 240, 0.85);
}
.quick-result-ball > li + li {
  margin-left: 12px;
}

.quick-result-load > li {
  padding: 18px 10px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}
.quick-result-load > li > div:first-child {
  height: 18px;
  background: rgba(255, 255, 255, 0.05);
}
.quick-result-load > li > div:last-child {
  margin-top: 10px;
  margin-bottom: 6px;
  height: 28px;
  width: 75%;
  background: rgba(255, 255, 255, 0.05);
}

.quick-result-btn {
  margin: 0 auto;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(0, 169, 233);
  text-decoration: underline;
}
.quick-result-btn:hover {
  color: rgb(0, 169, 233);
  text-decoration: underline;
}

.quick-show-btn {
  margin: 0 auto;
  padding: 40px 0 23px;
  font-size: 14px;
  line-height: 18px;
  font-family: "mu sb";
  font-weight: 600;
  color: #f16142;
  text-decoration: underline;
}
.quick-show-btn:hover {
  color: #f16142;
  text-decoration: underline;
}

/**
*
* @module quick-week
*
*/
.quick-weeknav-title {
  max-width: 170px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quick-weeknav-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  width: 107px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 13px;
  overflow: hidden;
}
.quick-weeknav-wrapper .quick-weeknav-prev,
.quick-weeknav-wrapper .quick-weeknav-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.quick-weeknav-wrapper .quick-weeknav-prev {
  left: 3px;
  background: url("../images/quick/week-disable-btn.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-weeknav-wrapper .quick-weeknav-prev:hover {
  background: url("../images/quick/week-active-btn.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-weeknav-wrapper .quick-weeknav-next {
  right: 3px;
  transform: rotate(180deg);
  background: url("../images/quick/week-disable-btn.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-weeknav-wrapper .quick-weeknav-next:hover {
  background: url("../images/quick/week-active-btn.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-week-box {
  min-height: 360px;
}

.quick-week-load > li {
  height: 27px;
  background: rgba(255, 255, 255, 0.05);
}
.quick-week-load > li + li {
  margin-top: 10px;
}

.quick-week-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.quick-week-link {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

.quick-week-subtitle {
  max-width: 76%;
  font-size: 16px;
  line-height: 20px;
  font-family: "mu eb";
  font-weight: 800;
  color: rgb(255, 213, 0);
  text-align: center;
  text-transform: uppercase;
}

.quick-week-list > li {
  line-height: 36px;
}
.quick-week-list > li:first-child .quick-week-price, .quick-week-list > li:nth-child(2) .quick-week-price, .quick-week-list > li:nth-child(3) .quick-week-price {
  font-family: "mu eb";
  color: rgb(255, 255, 255);
}
.quick-week-list > li:first-child .quick-week-unit .quick-week-rank:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 32px;
  margin: auto;
  content: "";
  background: url("../images/quick/week-first.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-week-list > li:nth-child(2) .quick-week-unit .quick-week-rank:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 32px;
  margin: auto;
  content: "";
  background: url("../images/quick/week-second.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.quick-week-list > li:nth-child(3) .quick-week-unit .quick-week-rank:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 32px;
  margin: auto;
  content: "";
  background: url("../images/quick/week-third.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-week-unit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.quick-week-rank {
  width: 20px;
  font-size: 14px;
  font-family: "mu r";
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-align: center;
}

.quick-week-name {
  font-size: 14px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}

.quick-week-price {
  font-size: 14px;
  font-family: "mu r";
  font-weight: 800;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
}

/**
*
* @module quick-browser-modal
*
*/
.quick-browser-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 19, 37, 0.8);
  z-index: 1;
}

.quick-browser-box {
  margin-top: 136px;
}

.quick-browser-text {
  font-size: 24px;
  line-height: 30px;
  font-family: "mu eb";
  font-weight: 800;
  color: rgb(255, 255, 255);
}

.quick-browser-tip {
  font-size: 20px;
  line-height: 25px;
  font-family: "mu eb";
  font-weight: 800;
  color: rgb(255, 255, 255);
}
.quick-browser-tip:first-child {
  margin-top: 30px;
}

.quick-browser-link {
  font-size: 20px;
  line-height: 25px;
  font-family: "mu eb";
  font-weight: 800;
  color: #00A9E9;
  text-decoration: underline;
}
.quick-browser-link:hover {
  color: #00A9E9;
  text-decoration: underline;
}

.quick-browser-list {
  display: flex;
  justify-content: center;
  margin-top: 54px auto 0;
}
.quick-browser-list > li + li {
  margin-left: 70px;
}

.quick-browser-icon.ie {
  background: url("../images/quick/shop/browser-ie.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-browser-icon.firefox {
  background: url("../images/quick/shop/browser-firefox.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-browser-icon.chrome {
  background: url("../images/quick/shop/browser-chrome.png") 0 0 no-repeat;
  background-size: 100% 100%;
}

.quick-browser-icon {
  display: block;
  margin: 0 auto 30px;
  width: 150px;
  height: 150px;
}

.quick-browser-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  padding: 0 10px;
  height: 32px;
  background: #364758;
  border-radius: 16px;
  font-size: 16px;
  font-family: "mu sb";
  font-weight: 600;
  color: rgb(255, 255, 255);
}
.quick-browser-btn:hover {
  text-decoration: underline;
}