lixin-web
Version:
vue and bootstrap
2,552 lines (2,179 loc) • 71.7 kB
CSS
@font-face {font-family: "iconfont";
src: url('iconfont/iconfont.eot?t=1462848962'); /* IE9*/
src: url('iconfont/iconfont.eot?t=1462848962#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont/iconfont.woff?t=1462848962') format('woff'), /* chrome, firefox */
url('iconfont/iconfont.ttf?t=1462848962') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont/iconfont.svg?t=1462848962#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
font-family:"iconfont" !important;
font-size:16px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-shengyin3kuai:before { content: "\e73d"; }
.icon-wushengyinkuai:before { content: "\e73f"; }
body {
font-size: 14px;
font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
body:before {
display: block;
height: 100px;
content: '';
background: white;
min-width:320px;
}
input,
button,
select,
textarea {
outline: 0;
font-family: inherit;
}
.btn{border-radius:0;height: 30px !important;line-height: 28px !important;padding: 0px 12px !important;}
a {
outline: 0;
text-decoration: none;
}
img {
vertical-align: middle;
}
font.f12 {
font-size: 12px;
}
font.f13 {
font-size: 13px;
}
font.f14 {
font-size: 14px;
}
font.f16 {
font-size: 16px;
}
font.f18 {
font-size: 18px;
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.noselect {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.default-cursor {
cursor: default;
}
.pointer-cursor {
cursor: pointer;
}
.clear {
clear: both;
}
.clear-header {
height: 120px;
clear: both;
}
.page-container {
position: relative;
width: 1050px;
margin-left: auto;
margin-right: auto;
}
.page-header {
clear: both;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
}
.page-header .toolbar {
height: 40px;
background-color: #262828;
}
.page-header .toolbar .links {
float: right;
}
.page-header .toolbar .links > a {
width: 120px;
height: 40px;
line-height: 38px;
color: #fff;
display: inline-block;
text-decoration: none;
cursor: pointer;
text-align: center;
transition: all 0.2s ease 0s;
}
.page-header .toolbar .links > a:hover {
background-color: #555;
}
.page-header .toolbar .links > a > i {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
background-image: url("../img/common/common_icon.png");
}
.page-header .toolbar .links > a > i.desktop {
background-position: 0 0;
}
.page-header .toolbar .links > a > i.collect {
background-position: -20px 0;
}
.page-header .toolbar .links > a > i.home {
background-position: -40px 0;
}
.page-header .toolbar .infos {
color: #fff;
}
.login-no,login-yes {
display: none;
}
.page-header .toolbar .infos.left {
float: left;
}
.page-header .toolbar .infos.right {
float: right;
}
.page-header .toolbar .infos > div {
float: left;
}
.page-header .toolbar .infos > .name {
height: 40px;
line-height: 38px;
}
.page-header .toolbar .infos > .account {
height: 40px;
line-height: 38px;
margin: 0 6px;
}
.page-header .toolbar .infos > .account > i.arrow-bottom {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
background-image: url("../img/common/common_icon.png");
background-position: -60px 0;
}
.page-header .toolbar .infos > .message {
height: 20px;
line-height: 18px;
margin: 10px 6px;
}
.page-header .toolbar .infos > .message > a {
height: 20px;
line-height: 18px;
background-color: #2AC1CA;
color: #fff;
text-decoration: none;
display: inline-block;
border-radius: 2px;
padding: 0 6px;
}
.page-header .toolbar .infos > .money {
height: 24px;
line-height: 22px;
margin: 8px 3px;
}
.page-header .toolbar .infos > .money > .value {
padding: 0 3px;
}
.page-header .toolbar .infos > .money > .value > i.refresh {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: -5px;
background-image: url("../img/common/common_icon.png");
background-repeat: no-repeat;
background-position: -140px 0;
cursor: pointer;
}
.page-header .toolbar .infos > .link {
position: relative;
height: 40px;
line-height: 38px;
padding: 0 6px;
color: #fff;
text-decoration: none;
float: left;
cursor: pointer;
transition: all 0.2s ease 0s;
}
.page-header .toolbar .infos > .link:hover {
background-color: #555;
}
.page-header .toolbar .infos > .link > .sub-list {
position: absolute;
top: 36px;
left: -5px;
width: 84px;
background-color: #fff;
z-index: 2;
padding: 4px 0;
border: 1px solid #e9e9e9;
box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
display: none;
}
.page-header .toolbar .infos > .link > .sub-list > i.arrow {
position: absolute;
width: 15px;
height: 8px;
top: -8px;
left: 50%;
margin-left: -7.5px;
background-image: url("../img/common/common_icon.png");
background-repeat: no-repeat;
background-position: -160px 0;
}
.page-header .toolbar .infos > .link:hover > .sub-list {
display: block;
}
.page-header .toolbar .infos > .link > .sub-list > .item {
height: 24px;
line-height: 22px;
text-align: center;
}
.page-header .toolbar .infos > .link > .sub-list > .item > a {
color: #393939;
text-align: center;
text-decoration: none;
display: block;
}
.page-header .toolbar .infos > .link > .sub-list > .item > a:hover {
color: #fff;
background-color: #2AC1CA;
}
.page-header .toolbar .infos > .link > i {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
background-image: url("../img/common/common_icon.png");
background-repeat: no-repeat;
}
.page-header .toolbar .infos > .link > i.arrow-bottom {
width: 14px;
background-position: -60px 0;
}
.page-header .navbar {
height: 60px;
background-color: #10aede;
}
.page-header .navbar .logo {
width: 180px;
height: 60px;
float: left;
background: url("../img/logo_s1.png") no-repeat left center;
}
.page-header .navbar .list {
height: 60px;
float: right;
}
.page-header .navbar .list > a {
width: 132px;
height: 60px;
line-height: 58px;
float: left;
color: #fff;
font-size: 16px;
text-decoration: none;
text-align: center;
cursor: pointer;
transition: all 0.2s ease 0s;
}
.page-header .navbar .list > a:hover {
background-color: #009bd7;
}
.page-header .navbar .list > a.active {
background-color: #009bd7;
}
.page-header .navbar .list > a.right {
margin-left: 20px;
}
.page-header .navbar .list > a > i {
width: 30px;
height: 30px;
display: inline-block;
vertical-align: middle;
background-image: url("../img/common/common_icon.png");
}
.page-header .navbar .list > a > i.arrow-bottom {
width: 20px;
height: 20px;
background-position: -60px 0;
}
.page-header .navbar .list > a > i.customer-service {
background-position: 0 -20px;
}
.page-footer {
margin-top: 20px;
}
.page-footer .partner {
height: 126px;
background-color: #f4f4f4;
border-top: 1px solid #cecece;
background-image: url("../img/common/footer_bg.png");
}
.page-footer .partner .title {
height: 50px;
line-height: 48px;
color: #8d8e8e;
font-size: 16px;
}
.page-footer .partner .title > span {
font-size: 12px;
color: #c3c3c3;
padding: 0 5px;
vertical-align: -2px;
}
.page-footer .partner .list {
height: 76px;
}
.page-footer .partner .list > a {
height: 100%;
display: block;
float: left;
background-image: url("../img/common/partner_list_icon.png");
cursor: pointer;
}
.page-footer .partner .list > a.ag {
width: 86px;
background-position: 0 0;
}
.page-footer .partner .list > a.bbin {
width: 162px;
background-position: -86px 0;
}
.page-footer .partner .list > a.ea {
width: 94px;
background-position: -248px 0;
}
.page-footer .partner .list > a.hg {
width: 156px;
background-position: -342px 0;
}
.page-footer .partner .list > a.riental {
width: 150px;
background-position: -498px 0;
}
.page-footer .partner .list > a.bet188 {
width: 106px;
background-position: -648px 0;
}
.page-footer .partner .list > a.mg {
width: 178px;
background-position: -754px 0;
}
.page-footer .partner .list > a.pt {
width: 118px;
background-position: -932px 0;
}
.page-footer .service {
height: 56px;
line-height: 54px;
background-color: #262828;
}
.page-footer .service .copyright {
color: #fff;
float: left;
}
.page-footer .service .links {
color: #fff;
float: right;
}
.page-footer .service .links > a {
color: #fff;
text-decoration: none;
padding: 0 3px;
}
.back-to-top {
position: absolute;
width: 150px;
height: 454px;
padding-top: 150px;
top: 460px;
background-image: url("../img/common/back_to_top.png");
z-index: 9999;
display: none;
}
.back-to-top.navigate {
z-index: 10001;
}
.back-to-top.fixed {
position: fixed;
top: 120px;
}
.back-to-top > a.link {
height: 48px;
line-height: 48px;
color: #fff;
text-align: center;
display: block;
margin-top: 4px;
cursor: pointer;
text-decoration: none;
}
.back-to-top > a.top {
height: 40px;
width: 40px;
display: block;
margin: 4px auto 0 auto;
cursor: pointer;
}
.login-form2 {
position: absolute;
width: 260px;
height: 240px;
top: 20px;
left: 42px;
background-color: rgba(0,0,0,0.3);
z-index: 99;
}
.login-form2 > .title {
height: 40px;
padding: 0 20px;
color: #fff;
line-height: 58px;
font-size: 18px;
}
.login-form2 > .row {
padding: 20px 20px 0 20px;
}
.login-form2 > .row > .label {
height: 30px;
line-height: 28px;
font-size: 14px;
color: #fff;
}
.login-form2 > .row > .input {
position: relative;
}
.login-form2 > .row > .input > input[type="text"],
.login-form2 > .row > .input > input[type="password"] {
height: 32px;
font-size: 13px;
border: none;
background-color: #fff;
width: 100%;
text-indent: 32px;
}
.login-form2 > .row > .input > i.icon {
position: absolute;
width: 32px;
height: 32px;
top: 0;
left: 0;
z-index: 1;
background-image: url("../img/common/common_icon.png");
background-repeat: no-repeat;
}
.login-form2 > .row > .input > i.icon.username {
background-position: 0 -50px;
}
.login-form2 > .row > .input > i.icon.password {
background-position: -32px -50px;
}
.login-form2 > .submit {
height: 36px;
font-size: 16px;
color: #fff;
text-decoration: none;
line-height: 34px;
cursor: pointer;
display: block;
background-color: #009ee6;
margin: 20px 20px 0 20px;
text-align: center;
transition: all 0.2s ease 0s;
}
.login-form2 > .submit:hover {
background-color: #12b5ff;
}
.login-form2 > .actions {
height: 40px;
line-height: 38px;
padding: 0 20px;
}
.login-form2 > .actions > a {
color: #fff;
text-decoration: none;
}
.page-menu {
padding: 10px 0;
}
.page-menu .nav {
margin: 0 -5px;
overflow: hidden;
}
.page-menu .nav > a {
height: 40px;
width: 80px;
line-height: 40px;
text-align: center;
color: #000;
background-color: #f1f1f1;
display: block;
float: left;
margin: 0 5px;
text-decoration: none;
cursor: pointer;
}
.page-menu .nav > a.active,
.page-menu .nav > a:hover {
background-color: #F99326;
color: #fff;
}
#jBox-overlay {
background-color: rgba(0, 0, 0, 0.4);
}
.common-modal {
overflow: hidden;
border-radius: 0;
box-shadow: none;
box-shadow: 0 0 10px #666;
}
.common-modal .jBox-content {
padding: 20px;
}
.common-modal.grey .jBox-content {
}
.common-modal .jBox-container {
border-radius: 5px;
box-shadow: none;
}
.common-modal .jBox-title {
height: 30px;
line-height: 28px;
background-color: #00C4FF;
border-radius: 5px 5px 0px 0px;
border-bottom: none;
text-shadow: none;
font-size: 14px;
padding: 0 20px;
color: #fff;
}
.common-modal .jBox-title .icon {
width: 50px;
height: 50px;
display: inline-block;
background-image: url("../img/manager/manager_icon.png");
background-repeat: no-repeat;
vertical-align: -18px;
margin-right: 10px;
display: none;
}
.common-modal .jBox-title .icon.lock {
background-position: 0 0;
}
.common-modal .jBox-title .icon.money {
background-position: -50px 0;
}
.common-modal .jBox-title .icon.security {
background-position: -100px 0;
}
.common-modal .jBox-title .icon.card {
background-position: -150px 0;
}
.common-modal .jBox-title .icon.pen {
background-position: -200px 0;
}
.common-modal .jBox-title .icon.email {
background-position: -250px 0;
}
.common-modal .jBox-title .icon.user {
background-position: -300px 0;
}
.common-modal .jBox-title .icon.personal {
background-position: -350px 0;
}
.common-modal .jBox-title .title-sm {
font-size: 14px;
}
.common-modal .jBox-title .jBox-closeButton {
width: 60px;
}
.common-modal .jBox-title .jBox-closeButton svg {
width: 20px;
height: 20px;
margin-top: -10px;
margin-right: -10px;
}
.common-modal .jBox-title .jBox-closeButton path {
fill: #fff;
}
.common-modal .jBox-title .jBox-closeButton path:hover {
fill: #fff;
}
.common-notice {
margin-top: 36px;
}
.common-notice .jBox-container {
color: #000;
background: #f5f5f5;
text-shadow: 0px 1px 0px #FFF;
box-shadow: 0 0 3px #666;
}
.common-confirm,
.common-alert {
/* box-shadow: 5px 5px rgba(102, 102, 102, 0.2); */
box-shadow: 0 0 10px #666;
}
.common-confirm .jBox-title,
.common-alert .jBox-title {
height: 35px;
line-height: 34px;
background-color: #00C4FF;
border: none;
border-radius: 0;
border-bottom: none;
text-shadow: none;
font-size: 16px;
padding: 0 12px;
color: #fff;
}
.common-confirm .jBox-title .icon,
.common-alert .jBox-title .icon {
width: 40px;
height: 40px;
display: inline-block;
background-image: url("../img/common/common_modal_icon.png");
background-repeat: no-repeat;
vertical-align: -14px;
margin-right: 8px;
display: none;
}
.common-confirm .jBox-title .icon.warning,
.common-alert .jBox-title .icon.warning {
background-position: 0 -56px;
}
.common-confirm .jBox-title .icon.info,
.common-alert .jBox-title .icon.info {
background-position: -40px -56px;
}
.common-confirm .jBox-title .icon.question,
.common-alert .jBox-title .icon.question {
background-position: -80px -56px;
}
.common-confirm .jBox-title .icon.success,
.common-alert .jBox-title .icon.success {
background-position: -120px -56px;
}
.common-confirm .jBox-title .jBox-closeButton,
.common-alert .jBox-title .jBox-closeButton {
width: 50px;
}
.common-confirm .jBox-title .jBox-closeButton svg,
.common-alert .jBox-title .jBox-closeButton svg {
width: 18px;
height: 18px;
margin-top: -9px;
margin-right: -9px;
}
.common-confirm .jBox-title .jBox-closeButton path,
.common-alert .jBox-title .jBox-closeButton path {
fill: #fff;
}
.common-confirm .jBox-title .jBox-closeButton path:hover,
.common-alert .jBox-title .jBox-closeButton path:hover {
fill: #fff;
}
.common-confirm .jBox-container,
.common-alert .jBox-container {
border-radius: 0;
box-shadow: none;
}
.common-confirm .jBox-content,
.common-alert .jBox-content {
position: relative;
line-height: 24px;
padding: 30px 0 18px 0;
width: 580px !important;
min-width: 580px !important;
max-width: 580px !important;
text-align: left;
}
.common-confirm .jBox-content .msg,
.common-alert .jBox-content .msg {
width: 256px;
padding: 12px 0;
font-size: 16px;
line-height: 24px;
color: #787876;
margin-left: 220px;
}
.common-confirm .jBox-content .msg .copy,
.common-alert .jBox-content .msg .copy {
color: #2FD8E2;
cursor: pointer;
text-decoration: underline;
}
.common-confirm .jBox-content i.icon,
.common-alert .jBox-content i.icon {
position: absolute;
width: 56px;
height: 56px;
top: 50%;
left: 130px;
margin-top: -22px;
background-image: url("../img/common/common_modal_icon.png");
}
.common-confirm .jBox-content i.icon.warning,
.common-alert .jBox-content i.icon.warning {
background-position: 0 0;
}
.common-confirm .jBox-content i.icon.info,
.common-alert .jBox-content i.icon.info {
background-position: -56px 0;
}
.common-confirm .jBox-content i.icon.question,
.common-alert .jBox-content i.icon.question {
background-position: -112px 0;
}
.common-confirm .jBox-content i.icon.success,
.common-alert .jBox-content i.icon.success {
background-position: -168px 0;
}
.common-confirm .jBox-Confirm-footer,
.common-alert .jBox-Confirm-footer {
background: none;
border: none;
padding: 0 0 40px 0;
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button {
width: 140px;
height: 32px;
line-height: 30px;
text-shadow: none;
border-radius: 4px;
color: #fff;
font-size: 16px;
background-color: #2AC1CA;
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon {
width: 20px;
height: 28px;
display: inline-block;
background-image: url("../img/common/common_modal_icon.png");
background-repeat: no-repeat;
vertical-align: -5px;
margin-left: 8px;display:none
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon.close,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon.close {
background-position: 0 -91px;
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button > i.icon.ok,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button > i.icon.ok {
background-position: -20px -96px;
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-submit,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-submit {
background-color: #00C4FF;
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-submit:hover,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-submit:hover {
background-color: #00C4FF;
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-cancel,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel {
background-color: #00C4FF;
}
.common-confirm .jBox-Confirm-footer .jBox-Confirm-button-cancel:hover,
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel:hover {
background-color: #13c8ff;
}
.common-alert .jBox-Confirm-footer .jBox-Confirm-button-cancel {
display: none;
}
.jBox-Confirm table.msg-info {
width: 80%;
}
.jBox-Confirm table.msg-info > tbody > tr {
line-height: 24px;
}
.jBox-Confirm table.msg-info > tbody > tr > td {
padding: 0 8px;
}
.jBox-Confirm table.msg-info > tbody > tr > td.label {
width: 40%;
text-align: right;
}
.jBox-Confirm table.msg-info > tbody > tr > td.value {
width: 60%;
text-align: left;
}
/* Tooltip */
.jBox-Tooltip .jBox-content {
padding: 10px;
}
select.form-control {
/* font-size: 14px;
line-height: inherit;
font-weight: normal;
text-transform: none;
background-color: #fff;
background-image: none;
border: 1px solid #e9e9e9;
padding: 0;
border-radius: 0;
color: #787876; */
}
.form-horizontal textarea.form-control {
height: 100px !important;
}
textarea.form-control {
font-size: 14px;
background-color: #fff;
border: 1px solid #e9e9e9;
padding: 5px 8px;
color: #787876;
resize: none;
line-height: 24px;
}
.wrapper-send textarea.form-control{height: 205px !important;}
.form-control{height: 28px !important;line-height: 28px !important;border-radius: 0;padding: 0px 3px !important;}
input.form-control {
font-size: 14px;
border: 1px solid #CECECE;
padding: 0 5px;
}
.form-inline [name="time"]{
width:190px
}
.input {
color: #787876;
transition: all 0.2s ease 0s;
}
.input:hover {
color: #555;
border-color: #999;
}
.input-focus,.input-focus:hover {
border-color: #78C674;
background-color: #F2FEF2;
color: #555;
}
.input-detect,.input-detect:hover {
border-color: #EDC7AE;
background-color: #FFFCF6;
color: #555;
}
.input-error,.input-error:hover {
border-color: #FF819C;
background-color: #FFF7F9;
}
.input-success,.input-success:hover {
color: #555;
background-color: FBFBFB;
}
.input:focus,.input-detect:focus,.input-error:focus,.input-success:focus {
border-color: #78C674;
background-color: #F2FEF2;
color: #555;
outline: none;
}
.input-disable,.input-disable:focus,.input-disable:hover {
background-color: #EBEBEB;
border-color: #CECECE;
color: #BDBDBD;
cursor: default;
}
.lottery-order-details {
color: #787876;
}
.lottery-order-details > table.info {
width: 100%;
background-color: #fff;
border-top: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}
.lottery-order-details > table.info > tbody > tr {
line-height: 30px;
}
.lottery-order-details > table.info > tbody > tr > td {
padding: 5px 10px;
border-bottom: 1px solid #e9e9e9;
border-left: 1px solid #e9e9e9;
}
.lottery-order-details > table.info > tbody > tr > td.label {
width: 20%;
text-align: right;
}
.lottery-order-details > table.info > tbody > tr > td.value {
width: 30%;
}
.lottery-order-details > table.info > tbody > tr > td.v-middle {
vertical-align: middle;
}
.lottery-order-details .text-codes {
word-break: break-word;
line-height: 20px;
}
.lottery-order-details > .button-groups {
margin: 0 -10px;
padding-top: 15px;
text-align: center;
}
.lottery-order-details > .button-groups > .button {
width: 104px;
height: 39px;
text-align: center;
border: none;
color: #fff;
background-color: #2AC1CA;
cursor: pointer;
transition: all 0.2s ease 0s;
font-size: 16px;
font-family: inherit;
vertical-align: middle;
margin: 0 10px;
background-color: #2AC1CA;
border-color: #D03600;
color: #fff;
border-radius: 5px;
border-top: 0px;
border-left: 0px;
}
.lottery-order-details > .button-groups > .button:hover {
color: #00C4FF;
}
.lottery-order-details > .button-groups > .button.grey {
background: #F5F5F5;
color: #787876;
border: 1px solid rgb(255, 255, 255);
}
/*.lottery-order-details > .button-groups > .button.grey:hover {
background-color: #e9e9e9;
height: 36px;
}*/
.lottery-publish-plan {
color: #787876;
}
.lottery-publish-plan > table.info {
width: 100%;
background-color: #fff;
border-top: 1px solid #e9e9e9;
border-right: 1px solid #e9e9e9;
}
.lottery-publish-plan > table.info > tbody > tr {
line-height: 30px;
}
.lottery-publish-plan > table.info > tbody > tr > td {
padding: 5px 10px;
border-bottom: 1px solid #e9e9e9;
border-left: 1px solid #e9e9e9;
}
.lottery-publish-plan > table.info > tbody > tr > td.label {
width: 20%;
text-align: right;
}
.lottery-publish-plan > table.info > tbody > tr > td.value {
width: 30%;
}
.lottery-publish-plan > table.info > tbody > tr > td.v-middle {
vertical-align: middle;
}
.lottery-publish-plan > table.info > tbody > tr > td select {
width: 200px;
height: 32px;
}
.lottery-publish-plan > table.info > tbody > tr > td input[type="text"],
.lottery-publish-plan > table.info > tbody > tr > td input[type="password"] {
width: 200px;
height: 32px;
}
.lottery-publish-plan .text-codes {
word-break: break-word;
line-height: 20px;
}
.lottery-publish-plan > .button-groups {
margin: 0 -10px;
padding: 15px 0;
text-align: center;
}
.lottery-publish-plan > .button-groups > .button {
width: 102px;
height: 30px;
text-align: center;
border: none;
color: #fff;
background-color: #00C4FF;
cursor: pointer;
transition: all 0.2s ease 0s;
font-size: 14px;
font-family: inherit;
vertical-align: middle;
margin: 0 10px;
border-radius: 4px;
}
.lottery-publish-plan > .button-groups > .button:hover {
background-color: #D61229;
}
.lottery-publish-plan > .button-groups > .button.grey {
background-color: #e9e9e9;
color: #787876;
}
.lottery-publish-plan > .button-groups > .button.grey:hover {
background-color: #e9e9e9;
}
.lottery-publish-plan > .help-infos {
font-size: 13px;
line-height: 24px;
border: 1px solid #e9e9e9;
background-color: #fafafa;
padding: 6px 12px;
}
.sys-message-list {
width: 220px;
position: fixed;
top: 120px;
right: 20px;
color: #787876;
display: none;
z-index: 10000;
}
.sys-message-list > .title {
height: 36px;
line-height: 34px;
padding: 0 10px;
color: #fff;
background-color: #00C4FF;
}
.sys-message-list > .title > .clear {
float: right;
cursor: pointer;
}
.sys-message-list > .title > .clear:hover {
}
.tianJiaShouJianRen .modal-body{margin:10px}
.tianJiaShouJianRen .modal-body .search{
width: 50%;display:inline-block;
}
.tianJiaShouJianRen .modal-body .w-search{width:30%;display:inline-block;}
.tianJiaShouJianRen .modal-body .list-user .item{width:20%;margin-left:5%;margin-top:10px;
cursor:pointer;
}
.sys-message-list > .wrapper {
height: 300px;
overflow: hidden;
}
.sys-message-list .list > .item {
position: relative;
padding: 5px 10px;
border-bottom: 1px solid #e9e9e9;
cursor: pointer;
background-color: #fff;
}
.sys-message-list .list > .item:hover {
background-color: #fafafa;
}
.sys-message-list .list > .item:last-child {
border-bottom: none;
}
.sys-message-list .list > .item > .title {
height: 20px;
line-height: 18px;
color: #00A8E9;
}
.sys-message-list .list > .item > .title > .time {
color: #999;
margin-left: 6px;
}
.sys-message-list .list > .item > .text {
line-height: 20px;
}
[data-status="disabled"] {
cursor: pointer;
}
.lottery-order-details > .button-groups, .lottery-details > .button-groups {
margin: 0 -10px;
padding-top: 15px;
text-align: center;
position: absolute;
bottom: 32px;
width: 100%;
left: 0px;
}
.lottery-order-details > .button-groups > .button, .lottery-details .button-groups > .button {
width: 126px;
height: 30px;
text-align: center;
border: none;
color: #fff;
cursor: pointer;
transition: all 0.2s ease 0s;
font-size: 15px;
font-family: inherit;
vertical-align: middle;
margin: 0 10px;
background-color: #A51727;
border-color: #D03600;
color: #fff;
border-radius: 5px;
border-top: 0px;
border-left: 0px;
}
.lottery-order-details > .button-groups > .button:hover {
color: #ccc;
}
.lottery-order-details > table.info > tbody > tr {
line-height: 20px;
}
@media screen and (max-width:768px){
.common-confirm .jBox-content, .common-alert .jBox-content {
position: relative;
line-height: 24px;
padding: 30px 0 18px 0;
width: 310px !important;
min-width: 310px !important;
max-width: 310px !important;
text-align: left;
}
.common-confirm .jBox-content i.icon, .common-alert .jBox-content i.icon{ left: 12px;}
.common-confirm .jBox-content .msg, .common-alert .jBox-content .msg{margin-left:70px; width: 237px;}
}
.bootstrap-table th,.bootstrap-table td {
text-align: center;
}
.card-views {
text-align: left;
}
.a888{margin-top: 70px;display: none;}
.a .b {
margin: 0 auto;
width: 1000px;
height: 100%;
}
.a .b div{margin-bottom:20px}
.a87 {
background: #393947;
height: 40px;
/* position: fixed; */
/* top: 0; */
/* left: 0; */
/* right: 0; */
z-index: 504;
color: white;
/* display: none; */
}
.a87 .b1 {
width: 980px;
height: 100%;
/*background: url(/img/index/AA_08.png) no-repeat -10px 11px;*/
}
.a87 .b1 .c1 {
width: 288px;
background: url(/img/index/logo01.jpg);
}
.a.a87 .b1 .c2 {
width: 487px;
float: right;
background: #393947;
}
.a87 .b1 .c {
display: inline-block;
float: left;
}
.login-form1 {
width: 100%;
}
.login-form1 > .title{
height:43px;
width: 35px;
margin-left:auto;
margin-right:auto;
margin-top:-7px;
color:#fff;
line-height:48px;
float:left;
}
.login-form1 > .row{
width: 125px;
float:left;
margin: 0;
}
.login-form1 > .row > .label{
height:30px;
line-height:30px;
font-size:14px;
color:#fff;
float:left;
display: none;
}
.login-form1 > .row > .input{
position:relative;
display:inline-block;
}
.login-form1 > .row > .input > input[type=text],.login-form1 > .row > .input > input[type=password]{
height: 25px;
font-size:13px;
border:none;
background-color: #61616D;
width: 120px;
text-indent:25px;
color: white;
}
.login-form1 > .row > .input > i.icon{
position:absolute;
width:24px;
height: 28px;
top: 0px;
left:-2px;
z-index:1;
background-image:url(../img/common/common_icon.png);
background-repeat:no-repeat;
}
.login-form1 > .row > .input > i.icon.username{
background-position: 0 -46px;
}
.login-form1 > .row > .input > i.icon.password{
background-position: -32px -46px;
}
.login-form1 > .submit{
width: 55px;
float:left;
color: #00C3FF;
text-decoration:none;
line-height: 27px;
cursor:pointer;
display:block;
text-align:center;
transition:all .2s ease 0;
background: #FFFFFF;
margin-top:5px;
font-size: 14px;
}
#login-form .w-kefu{color:#fff;margin-right: 18px;}
.login-form1 > .submit:hover{
background-color: #00C3FF;
color: white;
}
.login-form1 > .line{
height:0;
}
.login-form1 > .actions{
height:34px;
width:120px;
float:left;
line-height:36px;
}
.top.login-form1 .submit.call {
background: #00C4FF;
color: white;
box-shadow: 2px 4px 6px rgb(255, 203, 0) inset;
}
.banner {
margin-bottom: -70px;
}
.give-me-space {
float: left !important;
width: 190px;
}
.a86 .b1 .c {
float: right;
color: white;
line-height: 40px;
margin: 0px 4px;
position: relative;
height: 100%;
}
.a86 .b1 {
background: #2E2E36;
}
.a.a86 {
background: #2E2E36;
/* position: fixed; */
/* top: 0; */
/* left: 0; */
/* right: 0; */
z-index: 504;
height: 40px;
/* display: none; */
font-size: 12px;
}
.a86 .b1 .c3 a {
color: white;
background: #00C3FF;
padding: 0px 5px;
border-radius: 2px;
}
.a86 .b1 .c.link {
position: relative;
height: 40px;
padding: 0 0px;
color: #FFF;
text-decoration: none;
cursor: pointer;
transition: all 0.2s ease 0s;
}
.a86 .b1 .c2.link{height: 40px; padding: 0 28px 0 4px;}
.a86 .b1 .c2.link .sub-list{top:40px}
.a86 .b1 .c.link:hover {
background-color: #555;
}
.a86 .b1 .cc.link{
padding:0 5px;
}
.a86 .b1 .cc.link:before {
content: '\e600';
font-family: "iconfont" !important;
font-size: 13px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
color: #FFFFFF;
margin-right: 3px;
}
.a86 .b1 .c.link .sub-list {
position: absolute;
top: 40px;
left: 0px;
width: 84px;
background-color: #fff;
z-index: 700;
padding: 4px 0;
border: 1px solid #e9e9e9;
box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
display: none;
}
.a86 .b1 .c2.link .sub-list{top:40px;width: 100px;}
.a86 .b1 .c4.link{padding: 0 0 0 10px;}
.a86 .b1 .c7.link,.a86 .b1 .c8.link,.a86 .b1 .c11.link{height: 40px;padding: 0 0px;}
.a86 .b1 .c.link .sub-list > i.arrow {
position: absolute;
width: 15px;
height: 8px;
top: -8px;
left: 50%;
margin-left: -7.5px;
background-image: url("../img/common/common_icon.png");
background-repeat: no-repeat;
background-position: -160px 0;
}
.a86 .b1 .c.link:hover .sub-list {
display: block;
}
.a86 .b1 .c.link .sub-list > .item {
height: 24px;
line-height: 22px;
text-align: center;
}
.a86 .b1 .c.link .sub-list > .item > a {
color: #393939;
text-align: center;
text-decoration: none;
display: block;
}
.a86 .b1 .c.link .sub-list > .value:hover,
.a86 .b1 .c.link .sub-list > .item > a:hover {
color: #FFF;
background-color: #00C4FF;
/* box-shadow: 0px 0px 20px -8px rgb(255, 0, 0),0px 11px 20px -8px rgb(255, 0, 0) inset; */
/* text-shadow: 0px 1px 1px rgb(255, 0, 0),0px 2px 2px rgb(255, 0, 0),0px 3px 3px rgb(255, 0, 0); */
/* border-top: 1px solid red; */
/* border-bottom: 1px solid red; */
}
.a86 .b1 .c.link .link > i {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
background-image: url("../img/common/common_icon.png");
background-repeat: no-repeat;
}
.a86 .b1 .c i.arrow-bottom {
background-position: -60px 0;
}
.moneylist .value {
line-height: 32px;
}
.moneylist.link .data{
display: inline-block;
min-width: 75px;
/* padding-left: 13px; */
}
.moneylist.link {
width: 212px;
}
.a86 .b1 .c4 .link > .sub-list.money {
width: 100%;
color: black;
overflow: hidden;
}
.a86 .b1 .c4.link>.sub-list {
width: 100%;
color: black;
}
.a86 .b1 .c i {
width: 20px;
height: 20px;
position: absolute;
top: 12px;
right: 15px;
display: inline-block;
vertical-align: middle;
background-repeat: no-repeat;
background: url(/img/common/common_icon.png);
}
.a86 .b1 .c2 i {right: -10px; right: 3px;}
.a86 .b1 .c .value > i.refresh {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: -5px;
background: url(/img/common/common_icon.png);
background-repeat: no-repeat;
background-position: -140px 0;
cursor: pointer;
}
[data-field="vipLevel"]{
display:none;
}
.a86 a {
color: inherit;
}
.a86 .b1 .c12 .d1 {
border: 1px solid #97979A;
line-height: 20px;
margin: 8px 0px;
padding: 0px 8px;
}
.c.c13.link.set-voice:before {
content: '\e602';
font-family: "iconfont" !important;
font-size: 14px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
margin-right: 4px;
vertical-align: -1px;
}
.a86 .c12 .list.hide {
display: none;
}
.a86 .c12 .list > .category {
overflow: hidden;
}
.a86 .c12 .list > .category > .logo {
width: 80px;
height: 50px;
float: left;
background-image: url("../img/lottery/lottery_list.png");
background-repeat: no-repeat;
}
.a86 .c12 .list > .category > .logo.u9 {
background-position: 0 0;
margin-top: 15px;
margin-left: 20px;
}
.a86 .c12 .list > .category > .logo.ssc {
background-position: 0 -50px;
margin-top: 15px;
margin-left: 20px;
}
.a86 .c12 .list > .category > .logo.x511 {
background-position: 0 -100px;
margin-top: 15px;
margin-left: 20px;
}
.a86 .c12 .list > .category > .logo.pcdd {
background-position: 0 -150px;
}
.a86 .c12 .list > .category > .logo.kl10f {
background-position: 0 -200px;
margin-left: 20px;
}
.a86 .c12 .list > .category > .logo.dp {
background-position: 0 -250px;
margin-left: 20px;
}
.a86 .c12 .list > .category > .logo.k3 {
background-position: 0 -300px;
margin-top: 15px;
margin-left: 20px;
}
.a86 .c12 .list > .category > .logo.kl8 {
background-position: 0 -350px;
margin-left: 20px;
}
.a86 .c12 .list > .category > .logo.pk10 {
background-position: 0 -400px;
margin-right: 20px;
}
.a86 .c12 .list > .category > .items {
width: 300px;
float: left;
padding: 10px 0;
}
.a86 .c12 .list > .category > .items.one {
width: 100px;
}
.a86 .c12 .list > .category > .items > a {
width: 100px;
height: 30px;
line-height: 28px;
font-size: 14px;
color: #FFF;
float: left;
cursor: pointer;
}
.a86 .c12 .list > .line {
height: 0;
/* border-top: 1px solid #70776F; */
/* border-bottom: 1px solid #70776F; */
margin-left: 100px;
clear: both;
}
.a86 .c12 .list {
width: 420px;
}
.a86 .b1 .c12.link div.sub-list {
width: 386px;
background: #70776F;
border: 0;
}
.a86 .c12 .list > .category > .items > a:hover {
color: #00C4FF;
}
.a86 .b1 .c12.link:after{
content:'';
display: inline-block;
border: 1px solid #929295;
height: 25px;
width: 86px;
position: absolute;
top: 8px;
background: rgba(255, 255, 255, 0);
z-index: 0;
}
.a86 .b1 .c12.link {
position: relative;
text-indent: 8px;
z-index: 10;
}
.a86 .b1 .c12:hover.link:after {
background: #70776F;
}
.a86 .b1 .c i.arrow-bottom.rot {
background-position: -79px -19px;
}
.a88{
position: fixed;
left: 0;
right: 0;
z-index: 500;
background: white;
height: 60px;
/* border-bottom: 3px solid #EA001B; */
box-shadow: 0px 1px 3px #840A18;
/* box-shadow: 0px 0px 5px red,0px 0px 10px red; */
}
.a88 .b1 {
height: 70px;
width: 100%;
}
.a88 .b1 .c2 {
height: 60px;
position: absolute;
width: 100%;
}
.a88 .b1 .c2 .d1 {
height: 100%;
position: relative;
}
.a88 .b1 .c1 {
height: 503px;
width: 100%;
}
.a88 .b1 .c2 .d1 .e {
position: relative;
float: right;
line-height: 58px;
font-size: 16px;
text-align: center;
cursor: pointer;
padding: 0px 18px;
color: #333333;
transition: all 0.2s;
display: block;
z-index: 2;
}
.a88 .b1 .c2 .d1 .e:last-child {
border-right: 0;
}
.a88 .b1 .c2 .d1 .e9 {display: none;}
.a88 .logo {
background: url(/img/index/white_logo.gif) no-repeat 0px -6px;
width: 180px;
height: 57px;
display: inline-block;
position: absolute;
}
.a88 .b1 .c2 .d1 .e:hover {
color: #00C4FF;
}
.a888{
height: 305px;
color: black;
}
.a888 .b1 {
height: 10px;
width: 1000px;
}
.a888 .b1 .c2 {
height: 40px;
background: url(/img/lottery/AA_02.jpg) repeat-x 0px 0px;
clear: both;
}
.a888 .b1 .c2 .d1 {
height: 100%;
}
.a888 .b1 .c1 {
height: 155px;
padding-left: 34px;
color: black;
line-height: 30px;
font-size: 14px;
background: white url(/img/lottery/AA_01.jpg) repeat-x 0px 113px;
overflow: hidden;
}
.a888 .b1 .c2 .d1 .e {
color: black;
float: left;
line-height: 40px;
text-align: center;
margin-right: 10px;
width: 110px;
font-size: 16px;
text-shadow: 1px 1px 0px white;
}
.a888 .b1 .c2 .d1 .e1 {
width: 117px;
margin-right: 25px;
}
.a888 .b1 .c2 .d1 .e9 {
width: 160px;
height: 100%;
}
.a888 .b1 .c {
}
.a888 .b1 .c2 .d1 .e:hover {
color: #00C4FF;
}
.a888 .b1 .c2 .d1 .e.act {
background: #FFFFFF;
border-top: 2px solid #00C4FF;
line-height: 38px;
}
.a888 .b1 .c2 .d1 .e2 {
margin-left: 10px;
}
.a888 .b1 .c3 {
height: 50px;
background: black;
position: relative;
}
.a888 .b1 .c3 .d1 {
color: white;
font-size: 22px;
display: inline-block;
line-height: 50px;
}
.a888 .b1 .c3 .d2 {
position: absolute;
font-size: 53px;
color: #343A4A;
right: 0px;
bottom: 0px;
}
.a888 .b1 .c3 .d1 .e1 {
width: 40px;
height: 30px;
display: inline-block;
background: white;
vertical-align: -8px;
display: none;
}
.a.a88.holder {
position: relative;
z-index: 0;
}
.a87 .links {
float: right;
}
.a87 .links > a {
width: 90px;
height: 40px;
line-height: 38px;
color: #fff;
display: inline-block;
text-decoration: none;
cursor: pointer;
text-align: center;
transition: all 0.2s ease 0s;
}
.a87 .links > a:hover {
background-color: #555;
}
.a87 .links > a > i {
width: 20px;
height: 20px;
display: inline-block;
vertical-align: middle;
background: url("/img/common/common_icon.png");
}
.a87 .links > a > i.desktop {
background-position: 0 0;
}
.a87 .links > a > i.collect {
background-position: -20px 0;
}
.a87 .links > a > i.home {
background-position: -40px 0;
}
.a87 .notice span {
color: #FFFFFF;
line-height: 30px;
font-weight: bold;
}
.a87 .notice a {
color: black;
}
.center.pos {
position: relative;
top: 5px;
}
.slider02 {
position: absolute;
top: 9px;
left: 57px;
}
.a87 .notice {
height: 40px;
}
.a87 .notice a i {
background: url(/img/index/ico1.png) no-repeat -74px 4px;
width: 20px;
height: 20px;
display: inline-block;
vertical-align: -4px;
}
.slider02 .list.slides .item01 {
width: 1000px;
color: white;
}
.w-slider {
height: 60px;
width: 60px;
background: #00C4FF;
position: absolute;
bottom: 0px;
margin-left: 223px;
border-top: 2px solid #D2233B;
cursor: pointer;
z-index: 2;
background-position: -209px -31px;
background-clip: content-box;
/* display: none; */
}
.login-form1 input::-webkit-input-placeholder{
color: white;
}
.login-form1 input:-moz-placeholder{
color: white;
}
.login-form1 input::-moz-placeholder{
color: white;
}
.login-form1 input:-ms-input-placeholder{
color: white;
}
.a888 .b1 .c4 {
height: 60px;
background: white;
line-height: 60px;
padding: 0px 35px;
font-size: 16px;
}
.a888 .b1 .c4 .d1 {
float: left;
}
.a888 .b1 .c4 .d2 {
float: right;
font-size: 14px;
}
.a888 .b1 .c1 .d1 {
width: 100px;
height: 100px;
margin-right: 26px;
}
.a888 .b1 .c1 .d {
float: left;
}
.a888 .b1 .c1 .d2 {
width: 368px;
}
.a888 .b1 .c1 .d3 {
width: 100px;
height: 100px;
}
.a888 .b1 .c1 .d2 .e1 .f {
float: left;
width: 170px;
text-align: center;
}
.a888 .b1 .c1 .d2 .e2 {
clear: both;
padding-left: 30px;
}
.a888 .b1 .c1 .d2 .e2 .f {
padding: 0px 16px;
line-height: 25px;
border: 1px solid #E4E4E4;
display: inline-block;
text-align: center;
color: black;
border-radius: 4px;
}
.a888 .b1 .c1 .d2 .e1 .f .g2 {
color: #cd6000;
font-size: 20px;
}
.a888 .b1 .c1 .d2 .e1 .f2 .g1 .h2 {
background: #F5F5F5;
border: 0;
width: 150px;
height: 25px;
text-indent: 45px;
}
.a888 .b1 .c1 .d2 .e2 .f:hover {
background: #00C4FF;
color: white;
border: 1px solid #00C4FF;
}
.a888 .b1 .c1 .d4 {
width: 295px;
margin-top: 12px;
margin-left: 43px;
}
.a888 .b1 .c1 .d4 .e {
width: 146px;
float: left;
color: black;
height: 42px;
}
.a888 .b1 .c4 .d1 .e2 {
color: #cd6000;
padding-right: 6px;
}
.a888 .b1 .c4 .d1 .e3 {
background: #D91C1C;
color: white;
line-height: 12px;
font-size: 12px;
padding-left: 26px;
padding-right: 4px;
display: inline-block;
border-radius: 3px;
text-shadow: 1px 1px 1px rgb(128, 106, 0);
position: relative;
}
#will-select01-show .h {
display: none;
}
i#w-mname-ico {
width: 35px;
height: 40px; display: inline-block;
background: black;
}
.a888 .a888 .security-point {
height: 140px;
border-bottom: 1px solid #e9e9e9;
margin: 0 -30px;
padding: 0 30px;
}
.a888 .security-point > .point {
width: 100px;
height: 100px;
padding: 20px 0;
float: left;
border-radius: 50%;
border: 3px solid #FBDDC5;
overflow: hidden;
}
.a888 .security-point > .point.safe {
border: 3px solid #FBDDC5;
}
.a888 .security-point > .point > .text {
line-height: 24px;
font-size: 16px;
color: gray;
text-align: center;
}
.a888 .security-point > .point > .value {
font-size: 16px;
text-align: center;
color: gray;
}
.a888 .security-point > .point.safe > .value {
}
.a888 .security-point > .point > .value > span {
font-size: 29px;
}
.a888 .security-point > .infos {
padding: 15px 20px;
float: left;
font-size: 14px;
color: #787876;
}
.a888 .security-point > .infos > .stars {
height: 24px;
}
.a888 .security-point > .infos > .stars > a {
width: 23px;
height: 24px;
float: left;
margin: 0 2px;
background-image: url("../img/manager/manager_icon.png");
background-repeat: no-repeat;
background-position: -23px -148px;
}
.a888 .security-point > .infos > .stars > a.light {
background-position: 0 -148px;
}
.a888 .security-point > .infos > .stars.safe > a.light {
background-position: -46px -148px;
}
.a888 .security-point > .infos > .tips {
color: #E9902C;
font-size: 16px;
line-height: 32px;
}
.a888 .security-point > .infos > .last-login > a {
color: #E9902C;
text-decoration: underline;
cursor: pointer;
}
.a888 .b1 .c1 .d2 .e1 {
height: 72px;
}
.a888 .b1 .c1 .d2 .e1 .f .g1 {
height: 36px;
}
.a888 .b1 .c1 .d4 .e i {
width: 30px;
height: 17px;
display: inline-block;
vertical-align: -3px;
background: url(/img/manager/AA_05.png) 0px -26px;
}
.a888 .b1 .c1 .d4 .e i2 {}
.a888 .b1 .c1 .d4 .e.e2 i {
background-position: -34px 0px;
}
.a888 .b1 .c1 .d4 .e.e3 i {
background-position: 0px 0px;
}
.a888 .b1 .c1 .d4 .e.e4 i {
background-position: -30px -20px;
height: 23px;
}
.a888 .b1 .c4 .d1 .e3:before {
content: "";
width: 21px;
height: 16px;
display: inline-block;
background: red;
background: url(/img/manager/AA_05.png) -105px 0px;
position: absolute;
top: -6px;
left: 5px;
}
a.w-kefu {
line-height: 38px;
margin-left: 11px;
font-size: 14px;
cursor: pointer;
}
a.w-kefu:before {
content: "";
width: 27px;
height: 28px;
display: inline-block;
vertical-align: -9px;
}
.a86 .c.c2:before {
content: "";
width: 20px;
height: 28px;
display: inline-block;
background: url(/img/common/common_icon.png) no-repeat -209px -3px;
vertical-align: -9px;
}
.a86 .c.c7:before {
content: "";
width: 18px;
height: 28px;
display: inline-block;
background: url(/img/common/common_icon.png) no-repeat -304px -3px;
vertical-align: -9px;
}
.a86 .c.c8:before {
content: "";
width: 18px;
height: 28px;
display: inline-block;
background: url(/img/common/common_icon.png) no-repeat -279px -3px;
vertical-align: -9px;
}
.a86 .c.c11:before {
content: "";
width: 16px;
height: 28px;
display: inline-block;
background: url(/img/common/common_icon.png) no-repeat -234px -2px;
vertical-align: -9px;
}
.a86 .b1 .c10 {
display: none;
}
.a86 .b1 .c9 {
display: none;
}
[w-s='9'] {
background-position: -203px -31px;
}
[w-s='8'] {
background-position: -269px -30px;
}
[w-s='7'] {
background-position: -361px -31px;
}
[w-s='6'] {
background-position: -425px -31px;
}
[w-s='5'] {
background-position: -515px -31px;
}
[w-s='4'] {
background-position: -585px -31px;
}
[w-s='3'] {
background-position: -682px -31px;
}
[w-s='2'] {
background-position: -762px -31px;
}
[w-s='1'] {
background-position: -829px -31px;
}
[w-s='0'] {
background-position: -909px -31px;
}
.bar{
background: #393947;
position: fixed;
left: 0;
right: 0;
top: 0;
z-index: 200;
color: white;
height: 38px;
line-height: 38px;
font-size: 12px;
}
.bar [data-field="username"]{cursor:pointer}
img#will-img {
border: 2px solid #C1C1C1;
}
.a.a44 {
width: 140px;
height: 576px;
position: fixed;
top: 108px;
right: 0px;
z-index: 21;
}
.a.a44 .c1 {
height: 235px;
background: url(/img/index/girla.png) no-repeat 0px 57px;
/* display: none; */
}
.a.a44 .c2 {
background: #343443;
height: 324px;
color: white;
border: 2px solid #494956;
}
.a.a44 .c2 .d {
line-height: 30px;
width: 120px;
background: #2A2A36;
border-radius: 20px;
margin: 7px 12px;
text-indent: 15px;
display: block;
color: white;
cursor: pointer;
}
.a.a44 .c2 .d i {
height: 19px;
width: 28px;
display: inline-block;
background: red;
vertical-align: -5px;
background: url(/img/index/AA_04.png) no-repeat -15px -193px;
}
.a.a44 .c2 .dd2 {
font-size: 14px;
font-style: italic;
text-align: center;
line-height: 21px;
}
.a.a44 .c2 .dd3 {
background: url(/img/index/AA_04.png) no-repeat 7px -378px;
background: url(/img/index/ewm.jpg) no-repeat;
background-size: 136px;
height: 136px;
}
.a.a44 .c2 .dd4 {
background: url(/img/index/AA_04.png) no-repeat 7px -493px;
height: 70px;
display: none;
}
.a.a44 .c2 .d2 i {
background-position: -15px -231px;
}
.a.a44 .c2 .d3 i {
background-position: -15px -266px;
}
.a.a44 .c2 .d4 i {
background-position: -15px -346px;
}
.set-voice .sub-list {
left: -50px !important;
width: 168px !important;
color: black;
}
.set-voice .item {
height: 32px !important;
line-height: 32px !important;
}
.set-voice .item > div {