lixin-web
Version:
vue and bootstrap
1,941 lines (1,930 loc) • 70.8 kB
CSS
.tooltip {
position: absolute;
z-index: 1070;
display: block;
font-family: -apple-system, BlinkMacSystemFont, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 11px;
zoom: 1;
-webkit-opacity: 0;
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
zoom: 1;
-webkit-opacity: 0.9;
-moz-opacity: 0.9;
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
right: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
left: 5px;
margin-bottom: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
right: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
left: 5px;
margin-top: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
font-family: -apple-system, BlinkMacSystemFont, "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-break: auto;
line-height: 1.42857143;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
white-space: normal;
word-break: normal;
word-spacing: normal;
word-wrap: normal;
font-size: 12px;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 12px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
body {
background-attachment: fixed;
background-size: cover;
background-position: 50% 0;
}
@media (min-width: 1200px) {
body {
background-size: initial;
background-position: 0 0;
}
}
.lottery-main {
position: relative;
margin-top: 49px;
}
@media (min-width: 768px) {
.lottery-main {
margin-top: 119px;
}
}
.lottery-header {
background-color: #68b7cd;
background-repeat: repeat-x;
background-image: -webkit-linear-gradient(99deg, #64aed4, #6dc3c3);
background-image: -o-linear-gradient(99deg, #64aed4, #6dc3c3);
background-image: linear-gradient(99deg, #64aed4, #6dc3c3);
}
@media (min-width: 768px) {
.lottery-header > div {
padding-left: 0;
padding-right: 0;
}
.lottery-header > div:first-child > div:first-child {
height: 110px;
}
}
@media (min-width: 992px) {
.lottery-header {
height: 110px;
}
.lottery-header > div:first-child > div:first-child:after {
content: '';
position: absolute;
border-right: 1px dashed rgba(255, 255, 255, 0.4);
height: 98px;
right: 0px;
top: 6px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.lottery-header > div:last-child > div {
margin-left: 0;
}
}
@media (min-width: 768px) {
.lottery-title-bar {
background: #767676;
height: 16px;
border: 3px solid #fff;
border-radius: 10px;
margin-left: -35px;
margin-right: -35px;
}
}
.lottery-body {
background-color: #fff;
position: relative;
}
.lottery-body .label {
color: inherit;
}
@media (min-width: 768px) {
.lottery-body {
padding-top: 34px;
margin-top: -8px;
}
.lottery-body:after {
content: '';
background-repeat: repeat-x;
position: absolute;
left: 0;
right: 0;
}
.lottery-body .lottery-body_t_shadow {
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.65);
position: absolute;
top: -8px;
left: -5px;
right: -5px;
height: 5px;
}
}
@media (max-width: 767px) {
}
.lottery-body:after {
height: 10px;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAKCAYAAAC9vt6cAAAAgElEQVR42mL8DwQMuMF6IH4LxCk4VfzHDS4DMS8QswHxUVyKcBnwDohVoPIgLAHEj4k14A8QuyFphmEzIP5OjAHFWDTDcDwhA5bg0QzD/bgMOAPEXEQYwAzEe9ANeAXEMkRohmERIL4LM+AnENuQoBmGdYH4K4iRRoZmGA4BCDAAkUn09EGT+W4AAAAASUVORK5CYII=);
bottom: -10px;
}
@media (min-width: 768px) {
.lottery-body {
margin-bottom: 60px;
box-shadow: 1px 5px 18px rgba(0, 0, 0, 0.27);
padding-left: 13px;
padding-right: 13px;
}
}
.play-content {
padding: 6px 0 20px 0;
}
.lottery-betting {
border: solid #d5d5d5;
border-width: 0 1px 1px;
}
.lottery-betting > .loader {
height: 400px;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.lottery-betting > .loader .ball-rotate > div,
.lottery-betting > .loader .ball-rotate > div:before,
.lottery-betting > .loader .ball-rotate > div:after {
background: #64c4c9;
}
@media (max-width: 767px) {
.lottery-betting + div > div {
padding-left: 10px;
padding-right: 10px;
}
}
.lottery-trend-btn {
margin-left: 10px;
border-color: rgba(255, 255, 255, 0.6);
border-radius: 0;
padding-top: 1px;
padding-bottom: 1px;
padding-left: 6px;
padding-right: 6px;
}
.lottery-trend-btn,
.lottery-trend-btn:hover,
.lottery-trend-btn:focus {
color: #fff;
}
.lottery-logo {
display: none;
}
@media (min-width: 768px) {
.lottery-logo {
display: block;
transition: .5s;
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: -10px;
right: 0;
}
[data-lottery="ssc"] .lottery-logo {
top: 17px;
}
}
.fixed-table-container {
border-color: #d5d5d5;
}
.lottery-open-code .expect {
margin-left: 25px;
margin-right: 25px;
}
.lottery-open-code .code > ul {
margin: 0 auto;
height: 53px;
}
.lottery-open-code .code > ul > li {
margin: 0 6px;
font-size: 24px;
line-height: 53px;
position: relative;
visibility: hidden;
}
.lottery-open-code .code li {
float: left;
border-radius: 50%;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.lottery-open-code .code .small {
position: absolute;
left: 0;
right: 0;
z-index: 1;
pointer-events: none;
}
.lottery-open-code .code .small:before {
content: none;
}
.lottery-open-code .code .small ul {
float: left;
margin: 0 -4px;
}
.lottery-open-code .code .small li li {
visibility: visible;
margin: 2px;
}
.lottery-open-code .code .lottery-code-3item li {
display: inline-block;
float: none;
}
.lottery-open-code .higher .big li {
visibility: visible;
}
.lottery-open-code .tips {
position: absolute;
left: 0;
right: 0;
height: 16px;
font-size: 14px;
color: #fff;
background: #d7a1e9;
line-height: 20px;
height: 20px;
width: 150px;
margin: auto;
}
.lottery-open-code .tips:empty {
display: none;
}
[data-lottery="pk10"] .lottery-open-code .code > ul li,
[data-lottery="kl8"] .lottery-open-code .code > ul li {
margin-left: 5px;
margin-right: 5px;
}
[data-lottery="pk10"] .lottery-open-code .code > ul {
max-width: 210px;
margin: auto;
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r01:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r1:before {
content: '1';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r02:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r2:before {
content: '2';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r03:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r3:before {
content: '3';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r04:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r4:before {
content: '4';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r05:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r5:before {
content: '5';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r06:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r6:before {
content: '6';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r07:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r7:before {
content: '7';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r08:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r8:before {
content: '8';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r09:before,
[data-lottery="pk10"] .lottery-open-code .code > ul .r9:before {
content: '9';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r10:before {
content: '10';
}
[data-lottery="pk10"] .lottery-open-code .code > ul .r0:before {
content: '0';
}
[data-lottery="pk10"] .lottery-open-code .code > ul.lottery-code-3item {
padding-top: 12px;
}
[data-lottery="kl8"] .lottery-open-code .code > ul li,
[data-lottery="pk10"] .lottery-open-code .code > ul li {
display: inline-block;
float: none;
margin-bottom: 5px;
}
[data-lottery="kl8"] .lottery-open-code .code > ul li {
margin-top: -10px;
}
[data-lottery="kl8"] .lottery-open-code .code > ul.yckl8 li {
margin-top: 20px;
}
[data-lottery="pk10"] .lottery-open-code .code > ul li,
[data-lottery="kl8"] .lottery-open-code .code > ul li,
.lottery-open-code .code .small li li {
width: 26px;
height: 26px;
font-size: 12px;
line-height: 26px;
font-weight: bold;
}
.lottery-open-code .code .small {
left: 15px;
}
@media (min-width: 768px) {
.lottery-open-code .code > ul {
position: relative;
margin-left: -7px;
margin-right: -7px;
}
}
@media (max-width: 767px) {
.lottery-open-code .code > ul {
width: 310px;
}
.lottery-open-code .code > ul > li {
-moz-transform: scale(0.75);
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
-o-transform: scale(0.75);
transform: scale(0.75);
margin: auto;
}
.lottery-open-code .code .small {
left: 15px;
}
.lottery-open-code .bounceIn {
animation-name: bounceIn-S;
}
.lottery-open-code .tips {
top: 88px;
z-index: 1;
}
[data-lottery="pk10"] .lottery-open-code .code {
margin-top: -40px;
}
[data-lottery="pk10"] .lottery-open-code .code > ul li {
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
margin: 10px 15px;
}
[data-lottery="kl8"] .lottery-open-code .code > ul li {
margin-bottom: 10px;
}
[data-lottery="kl8"] .lottery-open-code .code > ul.yckl8 li {
-moz-transform: scale(1.5);
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
margin: 15px 15px 0;
}
@keyframes bounceIn-S {
from,
20%,
40%,
60%,
80%,
to {
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
transform: scale3d(0.9, 0.9, 0.9);
}
40% {
transform: scale3d(0.7, 0.7, 0.7);
}
60% {
opacity: 1;
transform: scale3d(0.8, 0.8, 0.8);
}
80% {
transform: scale3d(0.72, 0.72, 0.72);
}
to {
opacity: 1;
transform: scale3d(0.75, 0.75, 0.75);
}
}
}
@media (max-width: 359px) {
.lottery-open-code .code > ul {
margin-left: -10px;
}
}
.lottery-open-list {
position: relative;
text-align: center;
color: #fff;
border-top: 1px dashed rgba(255, 255, 255, 0.5);
margin-top: 3px;
line-height: 25px;
height: 195px;
}
.lottery-open-list h3 {
margin-top: 0;
font-size: 12px;
line-height: 26px;
border: 1px dashed rgba(255, 255, 255, 0.5);
}
.lottery-open-list .imoon-time {
font-size: 16px;
margin-right: 5px;
vertical-align: middle;
position: relative;
top: -0.1em;
}
.lottery-open-list [data-toggle="dropdown"] {
display: none;
}
.lottery-open-list .title {
border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
height: 25px;
}
.lottery-open-list .dropdown-menu {
background: transparent;
box-shadow: none;
display: block;
padding-top: 0;
padding-bottom: 0px;
border: none;
text-align: center;
right: 0;
margin: auto;
border: dashed rgba(255, 255, 255, 0.5);
border-width: 0 1px 1px;
top: 28px;
}
.lottery-open-list .dropdown-menu > div {
overflow-y: scroll;
height: 150px;
-moz-transition: height 0.15s;
-webkit-transition: height 0.15s;
-o-transition: height 0.15s;
transition: height 0.15s;
}
.lottery-open-list.open [data-toggle="dropdown"] {
-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.lottery-open-list .expect {
float: left;
width: 50%;
}
.lottery-open-list .code {
float: left;
width: 50%;
}
.lottery-open-list .list .expect,
.lottery-open-list .list .code {
height: 25px;
border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.lottery-open-list .num {
display: inline-block;
width: 16px;
background: #fff;
border-radius: 50%;
line-height: 16px;
color: #707070;
margin-top: 5px;
margin-left: 3px;
margin-right: 3px;
}
.lottery-open-list .tooltip {
margin-left: 5%;
}
.lottery-open-list .tooltip.left .tooltip-arrow {
border-left-color: #e2f3fc;
}
.lottery-open-list .tooltip.top .tooltip-arrow {
border-top-color: #e2f3fc;
}
.lottery-open-list .tooltip span {
color: #f00;
}
.lottery-open-list .tooltip-inner {
background: #e2f3fc;
color: #000;
}
@media (min-width: 768px) {
.lottery-open-list {
height: 112px;
}
.lottery-open-list [data-toggle="dropdown"] {
display: block;
position: absolute;
bottom: 0;
width: 20px;
margin: auto;
left: 0;
right: 0;
z-index: 1001;
cursor: pointer;
-webkit-transition: -webkit-transform 0.3s;
-moz-transition: -moz-transform 0.3s;
-o-transition: -o-transform 0.3s;
transition: -webkit-transform 0.3s,-moz-transform 0.3s,-o-transform 0.3s,transform 0.3s;
-webkit-transition: transform 0.3s;
-o-transition: transform 0.3s;
transition: transform 0.3s;
}
.lottery-open-list [data-toggle="dropdown"] .fa {
font-size: 24px;
}
.lottery-open-list.open [data-toggle="dropdown"] {
bottom: -70px;
}
.lottery-open-list.open .dropdown-menu > div {
overflow-y: scroll;
height: 150px;
}
.lottery-open-list .dropdown-menu {
background: #6bbfc7;
}
.lottery-open-list .dropdown-menu > div {
overflow-y: hidden;
height: 74px;
}
}
@supports (-webkit-appearance:none) {
.lottery-open-list.open .dropdown-menu > div {
margin-right: -6px;
}
}
@media (min-width: 992px) {
.lottery-open-list {
margin-left: -12px;
margin-right: -12px;
}
}
.lottery-open-list ::-webkit-scrollbar {
width: 5px;
height: 10px;
}
.lottery-open-list ::-webkit-scrollbar-button {
background-color: #ffffff;
width: 0px;
}
.lottery-open-list ::-webkit-scrollbar-track {
background: #ffffff;
}
.lottery-open-list ::-webkit-scrollbar-track-piece {
background: #ffffff;
}
.lottery-open-list ::-webkit-scrollbar-thumb {
background: #2ba7e7;
}
.lottery-open-list ::-webkit-scrollbar-corner {
background: #ffffff;
}
.lottery-open-list ::-webkit-scrollbar-resizer {
background: #FF0BEE;
}
.play-groups {
overflow: hidden;
background: #edf2f4;
margin-left: -1px;
margin-right: -1px;
border-bottom: 1px solid #d5d5d5;
}
.play-groups li {
float: left;
}
.play-groups li a {
display: block;
cursor: pointer;
color: #333;
text-align: center;
font-size: 14px;
padding: 7px 10px;
}
.play-groups li a:hover,
.play-groups li a:focus,
.play-groups li a.selected {
background: #2ba7e7;
color: #fff;
}
@media (min-width: 768px) {
.play-groups li {
width: 7.69230769%;
}
.play-groups li a {
line-height: 20px;
padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 992px) {
.play-groups li a {
padding-left: 10px;
padding-right: 10px;
}
}
.play-list {
padding-bottom: 2px;
border-bottom: 1px solid #d5d5d5;
display: -webkit-box;
display: -moz-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-direction: normal;
-moz-box-direction: normal;
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.play-list > div {
margin-bottom: 4px;
}
.play-list .btn {
float: left;
cursor: pointer;
padding-top: 0px;
padding-bottom: 0px;
line-height: 21px;
min-width: 68px;
border-color: transparent;
background: #fff;
margin-top: 3px;
margin-bottom: 3px;
color: #333;
padding-left: 5px;
padding-right: 5px;
font-size: 14px;
}
.play-list .btn.selected {
color: #fff;
background: #2ba7e7;
border-color: #2ba7e7;
}
.play-list .label {
font-size: 14px;
line-height: 21px;
margin: 3px 10px 0 0px;
font-weight: normal;
padding-top: 0;
padding-bottom: 0;
float: left;
padding-left: 18px;
}
@media (max-width: 767px) {
.play-list .label + .btn {
clear: both;
}
}
.play-help {
padding-top: 10px;
padding-bottom: 10px;
line-height: 18px;
overflow: hidden;
color: #2ba7e7;
}
.play-help .label {
cursor: pointer;
font-weight: normal;
font-size: 12px;
padding-left: 18px;
}
.play-help .icon-play-tips {
font-size: 20px;
vertical-align: middle;
position: relative;
top: -0.1em;
margin-right: 5px;
display: inline-block;
}
.play-help .tooltip-inner {
background: #fff;
color: #000;
text-align: left;
max-width: none;
padding: 10px;
}
.play-help .tooltip {
font-size: 14px;
opacity: 1;
}
.play-help .tooltip.bottom .tooltip-arrow {
border-bottom-color: #fff;
}
.play-help .tooltip span {
color: #f00;
}
.play-help .btn {
border-radius: 20px;
position: absolute;
top: 90px;
}
@media (min-width: 768px) {
.play-help .tips {
float: left;
}
.play-help .tooltip-inner {
width: 450px;
}
}
@media (max-width: 767px) {
.play-help .tooltip {
left: 15px!important;
width: 280px;
}
.play-help .tips > .label {
display: block;
text-align: left;
padding-left: 0;
margin-bottom: 0;
}
}
.play-area > .row {
margin-left: 0;
margin-right: 0;
}
.play-area > .row:nth-child(odd) {
background: #edf2f4;
}
.play-area > .row:last-child {
border-bottom: none;
}
.play-area > .row > .label {
height: 26px;
line-height: 26px;
color: #707070;
text-align: left;
}
.play-area > .row > .tools {
background: #fff;
border: 1px solid #e3e3e3;
border-radius: 20px;
padding: 5px;
margin-top: 4px;
display: inline-block;
margin-left: 5px;
}
.play-area > .row > .tools ul {
display: inline;
}
.play-area > .row > .tools li {
margin-left: 5px;
margin-right: 5px;
}
.play-area > .row > .tools a {
width: 24px;
line-height: 22px;
font-size: 14px;
border-color: transparent;
}
.play-area > .row li {
float: left;
}
.play-area > .row a {
color: #707070;
display: block;
cursor: pointer;
border-radius: 50%;
-webkit-user-select: none;
border: 1px solid;
background: #fff;
text-align: center;
}
.play-area > .row a:hover,
.play-area > .row a:focus {
border-color: #2ba7e7;
color: #2ba7e7;
}
.play-area > .row a.selected,
.play-area > .row a:active {
background: #2ba7e7;
border-color: #2ba7e7;
color: #fff;
position: relative;
}
.play-area .balls li {
margin: 5px 8px;
}
.play-area .balls a {
width: 34px;
line-height: 32px;
font-size: 18px;
border-color: #d5d5d5;
-webkit-user-select: none;
}
.play-area .balls a.rippling {
position: relative;
}
.play-area .balls a.rippling:before {
content: '';
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
background: rgba(0, 0, 0, 0.3);
border-radius: 50%;
transform: scale(0);
animation: ripple .5s;
pointer-events: none;
}
.play-area .x-large .balls a,
.play-area .medium .balls a,
.play-area .large .balls a {
width: auto;
padding-left: 16px;
padding-right: 16px;
border-radius: 4px;
}
.play-area textarea {
height: 168px;
resize: none;
font-size: 14px;
}
.play-area textarea + .help {
padding-top: 10px;
}
@media (min-width: 768px) {
.play-area > .row > .label {
float: left;
margin-top: 9px;
padding-left: 18px;
min-width: 64px;
}
.play-area > .row > .tools {
float: right;
margin-right: 20px;
}
.play-area > .row > .tools ul {
float: left;
}
.play-area textarea {
margin-left: auto;
margin-right: auto;
}
.play-area textarea + .help {
padding-left: 18px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.play-area > .row > .tools {
float: left;
margin-left: 68px;
margin-top: 3px;
margin-bottom: 5px;
}
}
.adjust-prize {
margin-top: 10px;
margin-bottom: 10px;
line-height: 26px;
}
.adjust-prize .slider {
display: inline-block;
}
.adjust-prize .slider + div {
display: none;
}
.adjust-prize > select {
margin-left: 5px;
margin-right: 5px;
width: 112px;
border-color: #d5d5d5;
}
.adjust-prize .prize {
margin-left: 10px;
}
.adjust-prize .prize span {
color: #2ba7e7;
margin-left: 5px;
}
.adjust-prize .prize + span span {
margin-left: 5px;
}
@media (min-width: 992px) {
.adjust-prize {
float: right;
padding-right: 25px;
}
}
@media (max-width: 991px) {
.adjust-prize {
clear: both;
padding-left: 18px;
padding-top: 10px;
}
}
@media (max-width: 767px) {
.adjust-prize {
padding-top: 0;
}
.adjust-prize .slider {
display: block;
}
.adjust-prize .prize {
margin-left: 0;
}
}
.play-options {
position: relative;
margin-top: 10px;
font-family: "Microsoft Yahei";
padding-left: 18px;
}
.play-options > .btn {
width: 179px;
font-size: 14px;
padding-top: 9px;
padding-bottom: 9px;
margin-bottom: 15px;
}
.play-options > .btn .imoon-add {
font-size: 18px;
margin-right: 10px;
}
.play-options > .label {
line-height: 26px;
font-weight: normal;
padding: 0;
}
.play-options > div {
float: left;
}
.play-options .text-money {
color: #2ba7e7;
}
.play-options .model {
margin-right: 5px;
}
.play-options .model a {
width: 26px;
height: 26px;
line-height: 24px;
text-align: center;
margin-left: 5px;
float: left;
cursor: pointer;
border: 1px solid #d5d5d5;
color: inherit;
border-radius: 50%;
font-size: 12px;
}
.play-options .model .selected {
position: relative;
color: #fff;
border-color: #2ba7e7;
background: #2ba7e7;
}
.play-options .multiple {
margin-left: 10px;
margin-right: 10px;
margin-top: 4px;
}
.play-options .multiple > input {
height: 18px;
width: 52px;
border: 1px solid #d5d5d5;
background: transparent;
text-align: center;
font-size: 12px;
color: #707070;
}
.play-options .BeiShuKongZhi {
text-indent: -1px;
}
@media (max-width: 767px) {
.play-options > div {
margin-bottom: 10px;
}
.play-options .multiple + .label {
clear: both;
}
.play-options > .btn {
clear: both;
margin-left: auto;
margin-right: auto;
display: block;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.play-options .model + .label {
margin-right: 100px;
margin-bottom: 8px;
}
}
@media (min-width: 992px) {
.play-options {
float: left;
}
.play-options .multiple {
margin-right: 20px;
}
}
.BeiShuKongZhi {
width: 15px;
background: #fff;
border: 1px solid #d5d5d5;
color: #707070;
margin: 0px 3px;
height: 15px;
line-height: 11px;
vertical-align: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
border-radius: 50%;
}
.BeiShuKongZhi.Jian {
padding-top: 2px;
vertical-align: -1px;
}
.BeiShuKongZhi:focus {
outline: none;
}
.order-list {
color: #707070;
}
.order-list h4 {
text-align: center;
font-size: 14px;
}
.order-list .bootstrap-table th {
padding: 4px;
border-bottom: none;
}
.order-list .bootstrap-table td,
.order-list .bootstrap-table .th-inner {
padding: 4px!important;
}
.order-list .bootstrap-table thead tr th {
border-bottom: none;
}
.order-list .fixed-table-container {
border-color: #d5d5d5;
}
.order-list .fixed-table-body thead tr {
border-bottom: none;
}
.order-list .fixed-table-body tr td:nth-child(2) div {
display: inline-block;
max-width: 88px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.order-list .fixed-table-body tr td:last-child {
border-right: 1px solid #edf2f4 !important;
}
.order-list .fixed-table-footer table {
background: transparent;
}
.order-list .no-records-found td {
position: relative;
bottom: -1px;
}
.order-list .fa-trash {
color: #2ba7e7;
font-size: 16px;
cursor: pointer;
}
.order-list .editable-click {
border-bottom-color: #2ba7e7;
border-bottom-style: solid;
}
@media (max-width: 767px) {
.order-list .fixed-table-container {
height: auto!important;
}
.order-list .card-view .value > div:first-child {
word-break: break-all;
display: inline-block;
}
}
.lottery-button-groups .btn {
margin-bottom: 10px;
}
.lottery-button-groups .btn:hover {
color: #2ba7e7;
}
.lottery-button-groups .btn:active {
box-shadow: none;
}
.lottery-button-groups .btn span {
margin-right: 6px;
vertical-align: middle;
position: relative;
top: -0.1em;
}
.lottery-button-groups .btn-primary {
font-size: 18px;
}
.lottery-button-groups .btn-primary:hover,
.lottery-button-groups .btn-primary:active {
color: #fff;
}
.lottery-button-groups .btn-primary .imoon-right {
font-size: 26px!important;
top: -0.05em !important;
}
@media (max-width: 991px) {
}
.lottery-chase-modal .tabs > a {
font-size: 14px;
border-color: #2ba7e7;
color: #2ba7e7;
}
.lottery-chase-modal .tabs > a.active {
background: #2ba7e7;
color: #fff;
}
.lottery-chase-modal tr {
line-height: 34px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.lottery-chase-modal input[type="checkbox"] {
-webkit-appearance: none;
z-index: 1;
width: 18px;
height: 18px;
border: 1px solid #c0ccda;
border-radius: 50%;
background-color: #fff;
transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
vertical-align: middle;
position: relative;
}
.lottery-chase-modal input[type="checkbox"]:after {
position: absolute;
top: 1px;
left: 5px;
box-sizing: content-box;
width: 4px;
height: 8px;
border: 2px solid #fff;
border-top: 0;
border-left: 0;
content: "";
transition: transform 0.15s cubic-bezier(0.71, -0.46, 0.88, 0.6) 0.05s;
transform: rotate(45deg) scaleY(0);
transform-origin: center;
}
.lottery-chase-modal input[type="checkbox"]:not([disabled]):hover,
.lottery-chase-modal input[type="checkbox"]:focus {
border-color: #2ba7e7;
}
.lottery-chase-modal input[type="checkbox"]:focus {
outline: none;
}
.lottery-chase-modal input[type="checkbox"]:checked {
border-color: #2ba7e7;
background: #2ba7e7;
}
.lottery-chase-modal input[type="checkbox"]:checked:after {
transform: rotate(45deg) scaleY(1);
}
.lottery-chase-modal input[type="checkbox"][disabled] {
border-color: #D3DCE6;
background-color: #EFF2F7;
cursor: not-allowed;
}
}
.lottery-chase-modal .bootstrap-dialog-title > span {
font-size: 12px;
}
.lottery-chase-modal .panels .options {
padding: 25px 0px 5px 0;
text-align: left;
}
.lottery-chase-modal .panels .options .form-control {
width: 90px;
height: 30px;
}
.lottery-chase-modal .tab-row section {
display: none;
}
.lottery-chase-modal .tab-row section.active {
display: inline-block;
}
.lottery-chase-modal .tab-row select {
padding-left: 2px;
padding-right: 2px;
font-size: 14px;
padding-top: 3px;
}
.lottery-chase-modal .tab-row input[type="checkbox"] {
margin-top: 0;
margin-left: 5px;
}
.lottery-chase-modal .btn span {
margin-right: 5px;
}
.lottery-chase-modal .fixed-table-container {
border-bottom: none;
}
.lottery-chase-modal .fixed-table-body {
border-bottom: 1px solid #d5d5d5;
}
.lottery-chase-modal .fixed-table-footer {
border-top: none;
margin-left: -1px;
margin-right: -1px !important;
font-size: 14px;
}
.lottery-chase-modal .fixed-table-footer .th-inner {
padding-left: 0;
padding-right: 0;
}
.lottery-chase-modal .modal-header {
text-align: left;
padding-left: 15px;
}
.lottery-chase-modal td,
.lottery-chase-modal th {
border: none!important;
}
.lottery-chase-modal td {
padding-top: 3px!important;
padding-bottom: 3px!important;
}
@media (min-width: 768px) {
.lottery-chase-modal {
text-align: center;
}
.lottery-chase-modal .tabs > a {
width: 116px;
}
.lottery-chase-modal .modal-dialog {
width: 738px;
}
.lottery-chase-modal .tab-row {
margin-bottom: 10px;
}
.lottery-chase-modal section > div:first-child {
padding-left: 0;
}
.lottery-chase-modal section > div:last-child {
text-align: right;
padding-right: 0;
}
.lottery-chase-modal .fixed-table-body {
height: 280px;
}
.lottery-chase-modal .fixed-table-footer .th-inner {
padding-top: 20px;
}
.lottery-chase-modal .fixed-table-footer .fht-cell {
padding-bottom: 5px;
}
.lottery-chase-modal .modal-body {
padding-bottom: 5px;
}
.lottery-chase-modal .modal-footer {
padding-bottom: 0;
}
.lottery-chase-modal .bootstrap-dialog-footer-buttons {
position: relative;
margin-top: -50px;
}
.lottery-chase-modal .panels .options .form-control {
width: 115px;
}
}
@media (min-width: 992px) {
.lottery-chase-modal .modal-dialog {
width: 842px;
}
.lottery-chase-modal .tab-row .form-group:last-child {
padding-left: 58px;
}
}
@media (max-width: 767px) {
.lottery-chase-modal .modal-body {
padding: 5px;
}
.lottery-chase-modal .modal-footer {
padding: 5px;
}
.lottery-chase-modal .modal-footer .btn {
font-size: 12px;
width: auto;
}
.lottery-chase-modal .form-group {
margin-bottom: 5px;
}
.lottery-chase-modal .form-control[name="expect"] {
display: inline-block;
}
.lottery-chase-modal .form-inline {
padding-left: 12px;
}
.lottery-chase-modal .form-inline > *,
.lottery-chase-modal .form-inline > * .form-group {
float: left;
padding-right: 0;
padding-left: 5px;
}
.lottery-chase-modal .fixed-table-container {
height: 170px!important;
}
.lottery-chase-modal .editableform.form-inline,
.lottery-chase-modal .editableform.form-inline > div {
padding-left: 0;
}
.lottery-chase-modal .editableform .form-control {
padding-top: 2px;
padding-bottom: 2px;
height: 24px;
}
.lottery-chase-modal .editable-buttons .btn {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 6px;
padding-right: 6px;
width: 24px;
}
.lottery-chase-modal .card-views .value {
display: inline-block;
height: 24px;
}
}
.lottery-trend {
margin-top: 59px;
padding: 20px;
background: #fff;
font-size: 14px;
width: 1200px;
}
.lottery-trend table {
width: 100%;
text-align: center;
border: 1px solid #d1d1d1;
font-family: Arial;
}
.lottery-trend thead tr,
.lottery-trend tfoot tr {
background-color: #efefef;
line-height: 30px;
}
.lottery-trend thead tr td,
.lottery-trend tfoot tr td {
width: 18px;
}
.lottery-trend tfoot tr {
background-color: #efefef;
line-height: 30px;
border-top: 1px solid #d1d1d1;
}
.lottery-trend .border-bottom {
border-bottom: 1px solid #d1d1d1;
}
.lottery-trend .border-right {
border-right: 1px solid #d1d1d1;
}
.lottery-trend tbody tr {
line-height: 30px;
border-bottom: 1px dashed #d1d1d1;
}
.lottery-trend tbody tr.guides {
border-bottom: 1px solid #d1d1d1;
}
.lottery-trend .hide-guides tbody tr {
border-color: transparent;
}
.lottery-trend .hide-lost tbody .code {
color: #fff;
}
.lottery-trend .lost {
background-color: rgba(168, 13, 31, 0.2);
}
.lottery-trend canvas {
position: absolute;
top: 0;
left: 0;
}
@media (min-width: 768px) {
.lottery-trend {
margin-top: 129px;
}
}
.trend-wrapper {
position: relative;
}
.trend-wrapper .open {
position: relative;
z-index: 1;
}
.trend-wrapper .open i {
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
color: #fff;
background-color: #2ba7e7;
border-radius: 50%;
position: absolute;
top: 7px;
left: 1px;
}
.trend-wrapper .open i.checked {
background: #fe5307;
}
.lottery-trend-nav .lottery-nav .btn {
width: 180px;
}
@media (min-width: 768px) {
.lottery-trend-nav {
border-bottom: 2px solid #2ba7e7;
position: relative;
height: 49px;
}
.lottery-trend-nav .lottery-nav {
padding-top: 0;
left: 0;
}
.lottery-trend-nav .lottery-nav .btn {
font-size: 22px;
width: 180px;
padding-top: 8px;
padding-bottom: 8px;
background: #2ba7e7;
}
.lottery-trend-nav .lottery-nav .btn i {
font-size: 14px;
vertical-align: middle;
position: relative;
top: -0.1em;
}
.trend-method {
position: relative;
left: 190px;
top: 14px;
z-index: 1010;
}
.trend-method .btn {
width: 100px;
margin-right: 10px;
border-bottom: none;
}
}
.trend-method .btn {
border-radius: 0;
font-size: 14px;
}
.trend-method .btn:hover,
.trend-method .btn:focus,
.trend-method .btn:active,
.trend-method .btn.active {
border-color: #2ba7e7;
background: #2ba7e7;
color: #fff;
}
.trend-control {
line-height: 40px;
text-align: center;
}
.trend-control label {
margin-right: 5px;
margin-bottom: 0;
}
.trend-control > div {
display: inline-block;
}
.trend-control .time {
margin-left: 30px;
}
.trend-control .time a {
margin: 0 5px;
}
.lottery-nav-list .x511{width:56px;height:56px;background-image:url(/dist/img/617dd96.png);background-position:0 0}
.lottery-nav-list .c3{width:56px;height:56px;background-image:url(/dist/img/617dd96.png);background-position:-58px 0}
.lottery-nav-list .k3{width:56px;height:56px;background-image:url(/dist/img/617dd96.png);background-position:-116px 0}
.lottery-nav-list .kl8{width:56px;height:56px;background-image:url(/dist/img/617dd96.png);background-position:-174px 0}
.lottery-nav-list .pk10{width:56px;height:56px;background-image:url(/dist/img/617dd96.png);background-position:-232px 0}
.lottery-nav-list .ssc{width:56px;height:56px;background-image:url(/dist/img/617dd96.png);background-position:-290px 0}
.lottery-nav-list .ffc{width:56px;height:56px;background-image:url(/dist/img/617dd96.png);background-position:-348px 0}
.lottery-open-code .code > ul li{width:53px;height:53px;background-image:url(/dist/img/617dd96.png);background-position:-406px 0}
[data-lottery="pk10"] .lottery-open-code .code > ul li,[data-lottery="kl8"] .lottery-open-code .code > ul li,.lottery-open-code .code .small li li{width:26px;height:26px;background-image:url(/dist/img/617dd96.png);background-position:-461px 0}
.ball_num_small{width:30px;height:30px;background-image:url(/dist/img/617dd96.png);background-position:-461px 0}
.icon-play-tips{width:19px;height:19px;background-image:url(/dist/img/617dd96.png);background-position:-461px -28px}
@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:120dpi),only screen and (min-resolution:1.25dppx){.lottery-nav-list .x511{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:0 0}
.lottery-nav-list .c3{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-58px 0}
.lottery-nav-list .k3{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-116px 0}
.lottery-nav-list .kl8{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-174px 0}
.lottery-nav-list .pk10{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-232px 0}
.lottery-nav-list .ssc{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-290px 0}
.lottery-nav-list .ffc{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-348px 0}
.lottery-open-code .code > ul li{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-406px 0}
[data-lottery="pk10"] .lottery-open-code .code > ul li,[data-lottery="kl8"] .lottery-open-code .code > ul li,.lottery-open-code .code .small li li{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-461px 0}
.ball_num_small{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-461px 0}
.icon-play-tips{background-image:url(/dist/img/e3f2edf.png);background-size:487px 56px;background-position:-461px -28px}}
#CssGaga{content:"170523135821,\5929\738B\864E,334"}[data-short-name="min1"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 0}
[data-short-name="min3"]{width:172px;height:48px;background-image:url(/dist/img/3c56da3.png);background-position:0 -714px}
[data-short-name="min5"]{width:172px;height:48px;background-image:url(/dist/img/3c56da3.png);background-position:0 -764px}
[data-short-name="cqssc"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -51px}
[data-short-name="seoul90"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -102px}
[data-short-name="hgssc"]{width:172px;height:48px;background-image:url(/dist/img/3c56da3.png);background-position:0 -153px}
[data-short-name="xjssc"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -204px}
[data-short-name="tjssc"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -255px}
[data-short-name="bjssc"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -306px}
[data-short-name="twbgssc"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -357px}
[data-short-name="yc11x5"]{width:173px;height:34px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1149px}
[data-short-name="sd11x5"]{width:173px;height:34px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1185px}
[data-short-name="gd11x5"]{width:172px;height:34px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1221px}
[data-short-name="jx11x5"]{width:173px;height:33px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1257px}
[data-short-name="ah11x5"]{width:170px;height:32px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1292px}
[data-short-name="sh11x5"]{width:170px;height:32px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1326px}
[data-short-name="yck3"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -408px}
[data-short-name="jsk3"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -459px}
[data-short-name="ahk3"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -510px}
[data-short-name="hbk3"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -561px}
[data-short-name="jlk3"]{width:174px;height:49px;background-image:url(/dist/img/3c56da3.png);background-position:0 -612px}
[data-short-name="yc3d"]{width:174px;height:47px;background-image:url(/dist/img/3c56da3.png);background-position:0 -663px}
[data-short-name="fc3d"]{width:174px;height:47px;background-image:url(/dist/img/3c56da3.png);background-position:0 -814px}
[data-short-name="pl3"]{width:154px;height:47px;background-image:url(/dist/img/3c56da3.png);background-position:0 -863px}
[data-short-name="yckl8"]{width:174px;height:36px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1035px}
[data-short-name="bjkl8"]{width:174px;height:37px;background-image:url(/dist/img/3c56da3.png);background-position:0 -996px}
[data-short-name="hgkl8"]{width:174px;height:36px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1073px}
[data-short-name="twbgkl8"]{width:173px;height:36px;background-image:url(/dist/img/3c56da3.png);background-position:0 -1111px}
[data-short-name="ycpk10"]{width:174px;height:40px;background-image:url(/dist/img/3c56da3.png);background-position:0 -912px}
[data-short-name="bjpk10"]{width:174px;height:40px;background-image:url(/dist/img/3c56da3.png);background-position:0 -954px}
@media only screen and (-webkit-min-device-pixel-ratio:1.25),only screen and (min-resolution:120dpi),only screen and (min-resolution:1.25dppx){[data-short-name="min1"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 0}
[data-short-name="min3"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -714px}
[data-short-name="min5"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -764px}
[data-short-name="cqssc"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -51px}
[data-short-name="seoul90"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -102px}
[data-short-name="hgssc"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -153px}
[data-short-name="xjssc"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -204px}
[data-short-name="tjssc"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -255px}
[data-short-name="bjssc"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -306px}
[data-short-name="twbgssc"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -357px}
[data-short-name="yc11x5"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1150px}
[data-short-name="sd11x5"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1186px}
[data-short-name="gd11x5"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1222px}
[data-short-name="jx11x5"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1258px}
[data-short-name="ah11x5"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1293px}
[data-short-name="sh11x5"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1327px}
[data-short-name="yck3"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -408px}
[data-short-name="jsk3"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -459px}
[data-short-name="ahk3"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -510px}
[data-short-name="hbk3"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -561px}
[data-short-name="jlk3"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -612px}
[data-short-name="yc3d"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -663px}
[data-short-name="fc3d"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -815px}
[data-short-name="pl3"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -864px}
[data-short-name="yckl8"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1036px}
[data-short-name="bjkl8"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -997px}
[data-short-name="hgkl8"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1074px}
[data-short-name="twbgkl8"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -1112px}
[data-short-name="ycpk10"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -913px}
[data-short-name="bjpk10"]{background-image:url(/dist/img/e4a9f88.png);background-size:174px 1360px;background-position:0 -955px}}
#CssGaga{content:"170112200036,\5929\738B\864E,334"}@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
transform: scale3d(.3, .3, .3);
}
20% {
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
animation-name: bounceIn;
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
animation-name: fadeOutRight;
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
animation-name: fadeOut;
}
.el-button-group:before, .el-button-group:after{
display: table;
content: "";
}
.el-button-group:after{
clear: both;
}@charset "UTF-8";
:root{
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Box-shadow
-------------------------- */
/* Fill
-------------------------- */
/* Font
-------------------------- */
/* Size
-------------------------- */
/* z-index
-------------------------- */
/* Disable base
-------------------------- */
/* Icon
-------------------------- */
/* Checkbox
-------------------------- */
/* Radio
-------------------------- */
/* Select
-------------------------- */
/* Alert
-------------------------- */
/* Me