::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #5FB878;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
    color-stop(.5, rgba(255, 255, 255, .2)),
    color-stop(.5, transparent), to(transparent));
}

* {
    -webkit-overflow-scrolling: touch;
    font-size: 16px;
}

body {
    padding: 0;
    margin: 0;
    background: #fafafa;
}

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

.main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
}

.main-header {
    text-align: left;
    width: 100%;
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
}

.header-info {
    color: #fff;
    display: table;
    width: 100%;
    letter-spacing: 1px;
    background-color: #2D548F;
}

.header-info span {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 50px;
    font-size: 16px;
}

.header-info ul {
    margin: 12px 0 0 0;
    padding: 0;
    list-style-type: none;
    float: left;
}

.header-info ul li {
    float: left;
    text-align: center;
    font-size: 16px;
}

.header-info ul .number {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: #53c1ea;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    line-height: 26px;
    font-size: 16px;
}

.header-info ul .count {
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background-color: #ff504b;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    line-height: 26px;
    font-size: 16px;
}

.header-info .timer {
    float: right;
    background-color: #ffffff;
    color: #666666;
    font-size: 14px;
    padding: 5px 10px;
    margin: 10px 10px 10px 0;
    border-radius: 20px;
}

.header-info .timer i {
    font-style: normal;
    color: red;
}

.header-history {
    background-color: #4370B4;
    width: 100%;
    display: inline-block;
    margin-top: -1px;
}

.header-history span {
    float: left;
    color: #FFFFFF;
    font-size: 14px;
    margin: 10px 5px 0 5px;

}

.header-history ul {
    list-style-type: none;
    float: left;
    margin: 8px 0;
    padding: 0;
}

.header-history ul li {
    float: left;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 2px;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: #53c1ea;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
}

.header-history ul .newest {
    background-color: #F93E3E;
}

/*--------------------------------------*/

.main-body {
    z-index: 1;
    width: 100%;
    position: absolute;
    bottom: 55px;
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; /*兼容Safari浏览滑动卡顿*/
    max-height: 90%;
}

.MsgList {
    margin-top: 66px;
}

.MsgLoad {
    text-align: center;
    height: 30px;
}

.MsgLoad img {
    margin: 0 auto;
    height: 30px;
}

.meMsgItem {
    width: 100%;
    float: right;
    margin-top: 10px;
}

.fMsg-pic {
    height: 50px;
    width: 50px;
    float: left;
    margin-left: 5px;
    border-radius: 25px;
}

.fMsg-ic p {
    margin: 0;
    padding-left: 60px;
    font-size: 12px;
}

.fMsg-ic p span {
    margin-left: 5px;
    color: #9D9D9D;
    font-size: 12px;
}

.kfsign {
    /*color: red;*/
}

.sign {
    /*color: red;*/
}

.fMsg-sj {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 2;
    position: relative;
}

.fMsg-textMsg {
    z-index: 1;
    border: solid 1px #E6E2D4;
    display: inline-block;
    background-color: #FFFFFF;
    max-width: 70%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 15px 0 5px -11px;
    padding: 10px;
    float: left;
    /*box-shadow: 2px 2px 3px #999999;*/
    border-radius: 18px;
    font-size: 15px;
    letter-spacing: 1px;

}

.fMsg-kjMsg {
    background-color: #FFFFFF;
    max-width: 70%;
    margin: 15px 0 5px -11px;
    padding: 10px;
    float: left;
    /*box-shadow: 2px 2px 3px #999999;*/
    border-radius: 18px;
    font-size: 1em;
    border: solid 1px #E6E2D4;
}

.fMsg-kjMsg ul {
    list-style-type: none;
    margin: 5px 0 0 0;
    padding: 0;
}

.fMsg-kjMsg ul li {
    float: left;
}

.fMsg-kjMsg ul .single {
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-color: #4688DF;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 0.7em;
    margin: 0 5px 0 5px;
}

.fMsg-kjMsg ul .total {
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    background-color: #DD4F43;
    font-size: 0.7em;
    border-radius: 10px;
    margin: 0 5px 0 5px;
    color: #FFFFFF;
}

.meMsg-pic {
    height: 50px;
    width: 50px;
    float: right;
    border-radius: 25px;
    margin-right: 5px;
}

.meMsg-ic p {
    margin: 0;
    text-align: right;
    font-size: 0.6em;
    padding-right: 60px;
}

.meMsg-ic p span {
    margin-right: 5px;
    color: #9D9D9D;
}

.meMsg-sj {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
    z-index: 2;
    position: relative;
}

.meMsg-textMsg {
    z-index: 1;
    display: inline-block;
    background-color: #5FB878;
    max-width: 62%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    float: right;
    padding: 8px;
    margin: 15px -11px 5px 0;
    border-radius: 18px;
    letter-spacing: 1px;
    font-size: 15px;
    border: solid 1px #E6E2D4;
}

.loadAnimation {
    width: 30px;
    height: 30px;
    float: right;
}

.main-prompt {
    background-color: #CECECE;
    color: #FFFFFF;
    padding: 5px 8px 5px 8px;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 1px;
}

.main-footer {
    background-color: #FFFFFF;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2;
    height: 50px;
    left: 0;
}

.footer-input-warp {
    height: 100%;
    margin-right: 80px;
    margin-left: 50px;
    font-size: 16px;
}

.footer-input {
    border: 0;
    width: 100%;
    height: 80%;
    background-color: #EFEFEF;
    border-radius: 3px;
    outline: none;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.footer-gd {
    position: absolute;
    left: 7px;
    width: 35px;
    height: 35px;
    bottom: 7px;
}

.footer-send {
    position: absolute;
    right: 10px;
    bottom: 4px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #4370B4;
    border-radius: 3px;
    font-size: 16px;
}

.main-menu {
    /*width: 55px;*/
    /*height: 460px;*/
    /*z-index: 5;*/
    /*position: absolute;*/
    /*bottom: 50px;*/
    /*left: 0;*/
    /*!*background: url(../img/nav-icon.png) no-repeat center center;*!*/
    /*!*background-size: 80%;*!*/
    /*background-color: #3BB3B2;*/

    z-index: 5;
    position: absolute;
    bottom: 55px;
    background-color: #FFF;
    border-radius: 25px 25px 0 0;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    opacity: 0.8;
    margin: 0 0 0 5px;
}

.main-menu ul {
    /*list-style-type: none;*/
    /*margin: 20px 0 0 0;*/
    /*padding: 0;*/

    list-style-type: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    /*width: 55px;*/
    /*height: 48px;*/
    width: 50px;
    height: 50px;

    background-image: url(../img/nav-icon.png);
    background-repeat: no-repeat;
    background-size: 80%;
}

.main-menu ul li:nth-child(1) {
    background-position: 5px -7px;
}

.main-menu ul li:nth-child(2) {
    background-position: 5px -55px;
}

.main-menu ul li:nth-child(3) {
    background-position: 5px -98px;
}

.main-menu ul li:nth-child(4) {
    background-position: 5px -140px;
}

.main-menu ul li:nth-child(5) {
    background-position: 5px -190px;
}

.main-menu ul li:nth-child(6) {
    background-position: 5px -240px;
}

.main-menu ul li:nth-child(7) {
    background-position: 5px -290px;
}

.main-menu ul li:nth-child(8) {
    background-position: 5px -350px;
}

.main-menu ul li:nth-child(9) {
    background-position: 5px -402px;
}

.newMsgPoint {
    position: absolute;
    width: 100px;
    height: 30px;
    z-index: 2;
    background-color: #ffffff;
    right: 3px;
    text-align: center;
    line-height: 30px;
    color: #F93E3E;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px;
    top: 100px;
    box-shadow: 0 2px 20px #E1E1E1;
}

.newCSMsgPoint {
    position: absolute;
    width: 100px;
    height: 30px;
    z-index: 2;
    background-color: #ffffff;
    right: 3px;
    text-align: center;
    line-height: 30px;
    color: #F93E3E;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px;
    top: 150px;
    box-shadow: 0 2px 20px #E1E1E1;
}

.myModal {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;

}

.modal-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
}

.modal-content {
    position: absolute;
    width: 250px;
    background-color: #4370B4;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    text-align: center;
}

.modal-content p {
    margin: 5px 0;
    font-size: 13px;
    color: white;
}

.modal-content .qrCode {
    text-align: center;
}

.modal-content img {
    max-width: 200px;
    max-height: 200px;
    border: 5px #9ED2EC solid;
    border-radius: 5px;
    /*margin-left: 20px;*/
}

.modal-content a {
    text-decoration: none;
    font-style: normal;
    color: white;
    background-color: #53C1EA;
    padding: 2px 10px 4px 10px;
    font-size: 14px;
    border-radius: 5px;
    width: 180px;
    display: block;
    margin-left: 25px;
    margin-bottom: 10px;
}

.modal-content .details {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.modal-content .details table {
    width: 100%;
}

.modal-content .details table caption {
    font-size: 13px;
    color: white;
}

.modal-content .details table thead tr {
    display: block;
}

.modal-content .details table thead tr th {
    font-size: 14px;
    color: wheat;
    width: 1%;
}

.modal-content .details table tbody {
    display: block;
    height: 60px;
    overflow-y: scroll;

}

.modal-content .details table tbody::-webkit-scrollbar {
    width: 0;
    background-color: #F5F5F5;
}

.modal-content .details table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.modal-content .details table tbody tr td {
    font-size: 12px;
    color: burlywood;
}

.modal-content .details table tbody tr .d-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*--------------------------走势界面---------------------*/

.zs-head {
    width: 100%;
    height: 50px;
}

.zs-head ul {
    padding: 0;
    margin: 0;
}

.zs-head ul #bj {
    background-color: #E0E2EB;
}

.zs-head ul li {
    float: left;
    list-style: none;
    line-height: 50px;
    width: 33%;
    text-align: center;
    font-size: 18px;
    background-color: #F6F5F5;
}

.zs-content {
    width: 100%;
    height: 166px;
    background-color: #F6F5F5;
    border: 1px solid #DEDEDE;
    border-bottom: 0 solid #DEDEDE;
    box-sizing: border-box;
}

.zs-content-time {
    position: absolute;
    width: 95%;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    margin-top: 10px;
    margin-left: 2.5%;
    text-align: center;
    line-height: 68px;
    font-size: 0.9em;
}

.zs-content-time span {
    color: #e42112;
    font-weight: bold;
}

.zs-content-time i {
    color: #ffffff;
    background-color: #FB4755;
    padding: 4px;
    border-radius: 10%;
    font-size: 1.3em;
    font-style: normal;
}

.zs-content-result {
    width: 95%;
    height: 68px;
    background-color: #ffffff;
    border: 1px solid #DEDEDE;
    position: absolute;
    margin-top: 88px;
    margin-left: 2.5%;

}

.result-Singular {
    float: left;
    margin-top: 14px;
}

.gtcrs {
    height: 100%;
    width: 296px;
    margin: 0 auto
}

.result-Singular span {
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-color: #13B5B1;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
}

.result-Singular label {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    width: 20px;
    text-align: center;
}

.result-type {
    float: left;
    margin-top: 23px;
}

.result-type .complex {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    background-color: #E60012;
    margin-left: 10px;
    color: #ffffff;
}

.result-type .Singular {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 13px;
    background-color: #10A6EA;
    margin-left: 10px;
    color: #ffffff;
}

.zs-tab {
    width: 100%;
    height: 55px;
    border: solid 1px #DEDEDE;
    box-sizing: border-box;
}

.zs-tab ul {
    padding: 0;
    margin: 0;

}

.zs-tab ul li {
    float: left;
    list-style: none;
    line-height: 55px;
    width: 50%;

}

.zs-tab #zs-tab-result {
    text-align: right;

}

.zs-tab #zs-tab-zs {
    text-align: left;
}

.zs-tab ul li a {
    margin: 2px;
    font-size: 1em;
    background-color: #00C7F7;
    color: #FFF;
    padding: 5px 50px 5px 50px;
}

.zs-tab #zs-tab-result a {
    background-color: #2D4984;
}

.zs-tab-data .data-title {
    height: 36px;
    background-color: #F5F5F5;
    text-align: center;
    line-height: 36px;
    border-bottom: solid 1px #E0E2EB;
}

.zs-tab-data .data-title ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.zs-tab-data .data-title ul li {
    float: left;
    width: 33.333333%;
    color: #717171;
}

.data-content {
    height: 36px;
    text-align: center;
    line-height: 36px;

}

.data-content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 100%;
}

.DCOdd {
    background-color: #F9F9F9;
    border-bottom: solid 1px #DEDEDE;
}

.DCEven {
    background-color: white;
    border-bottom: solid 1px #DEDEDE;
}

.data-content ul li {
    float: left;
    color: #717171;
    width: 33.3333%;
    text-align: center;
}

.view-jg {
    height: 30px;
    text-align: center;
}

.view-jg ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 30px;

}

.view-jg .view-header {
    background-color: #F5F5F5;
    border-bottom: solid 1px #E3E3E3;

}

.view-jg ul li {
    color: #717171;
    float: left;
    font-size: 0.9em;
    height: 30px;
    line-height: 30px;
}

.view-jg ul .view-jg-qh {
    width: 18.75%;
}

.view-jg ul .value {
    width: 6.25%;
}

.view-jg ul .odd {
    width: 6.25%;
}

.view-jg ul .even {
    width: 12.5%;
}

.view-xx {
    background-color: white;
}

.view-xx .complex span {
    background-color: #E60012;
    color: white;
    font-size: 0.8em;
    padding: 2px 3px 2px 3px;
    border-radius: 10px;
}

.view-xx .Singular span {
    background-color: #04A1E9;
    color: white;
    font-size: 0.8em;
    padding: 2px 3px 2px 3px;
    border-radius: 10px;
}

.back {
    background-color: #FF9933;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    right: 20px;
    text-align: center;
    line-height: 50px;
    border-radius: 25px;
    color: white;
    z-index: 99;
    box-shadow: 0 4px 10px #BC6F27;
}

/***************************上分界面************************/

.cs-body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EFEFEF;
}

.cs-title {
    z-index: 1;
    width: 100%;
    position: fixed;
    height: 50px;
    background-color: #2D548F;
    text-align: center;
    font-size: 24px;
}

.cs-title img {
    width: 30px;
    height: 30px;
    margin: 10px 0 0 5px;
    float: left;
}

.cs-title span {
    color: white;
    line-height: 50px;
}

.cs-msg-content {
    position: absolute;
    width: 100%;
    max-height: 100%;
    bottom: 50px;
    top: 50px;
    background-color: #EFEFEF;
    overflow: auto;
    overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

.cs-msg-content .cs-msgList {
    position: relative;
    width: 100%;
    background-color: #EFEFEF;
}

.cs-msg-content .msgContent {
    width: 100%;
    float: right;
    margin-top: 10px;
}

.cs-msg-content .msgContent .fromContent {

}

.cs-msg-content .msgContent .fromContent .fMsg-pic {
    height: 50px;
    width: 50px;
    float: left;
    margin-left: 5px;
    border-radius: 25px;
}

.fromContent .fMsg-ic p {
    margin: 0;
    padding-left: 60px;
    font-size: 12px;
}

.fromContent .fMsg-ic p span {
    margin-left: 5px;
    color: #9D9D9D;
    font-size: 12px;
}

.fromContent .fMsg-ic .fMsg-sj {
    float: left;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: 10px;
    z-index: 2;
    position: relative;
}

.fromContent .fMsg-ic .fMsg-textMsg {
    z-index: 1;
    border: solid 1px #E6E2D4;
    display: inline-block;
    background-color: #FFFFFF;
    max-width: 70%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 15px 0 5px -11px;
    padding: 10px;
    float: left;
    /* box-shadow: 2px 2px 3px #999999; */
    border-radius: 18px;
    font-size: 15px;
    letter-spacing: 1px;
}

.fromContent .fMsg-ic .fMsg-imgMsg {
    z-index: 1;
    border: solid 1px #E6E2D4;
    display: inline-block;
    background-color: #FFFFFF;
    max-width: 70%;
    margin: 15px 0 5px -11px;
    padding: 10px;
    float: left;
    border-radius: 18px;
}

.fromContent .fMsg-ic .fMsg-imgMsg > img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

.meContent {

}

.meContent .meMsg-pic {
    height: 50px;
    width: 50px;
    float: right;
    border-radius: 25px;
    margin-right: 5px;
}

.meContent .meMsg-ic p {
    margin: 0;
    text-align: right;
    font-size: 0.6em;
    padding-right: 60px;
}

.meContent .meMsg-ic p span {
    margin-right: 5px;
    color: #9D9D9D;
}

.meContent .meMsg-ic .meMsg-sj {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 10px;
    z-index: 2;
    position: relative;
}

.meContent .meMsg-ic .meMsg-textMsg {
    z-index: 1;
    display: inline-block;
    background-color: #5FB878;
    max-width: 62%;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    float: right;
    padding: 8px;
    margin: 15px -11px 5px 0;
    border-radius: 18px;
    letter-spacing: 1px;
    font-size: 15px;
    border: solid 1px #E6E2D4;
}

.meContent .meMsg-ic .meMsg-imgMsg {
    z-index: 1;
    display: inline-block;
    background-color: #5FB878;
    max-width: 62%;
    float: right;
    padding: 10px;
    margin: 15px -11px 5px 0;
    border-radius: 18px;
    letter-spacing: 1px;
    border: solid 1px #E6E2D4;
}

.meContent .meMsg-ic .meMsg-imgMsg img {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

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

.cs-footer {
    position: fixed;
    z-index: 1;
    width: 100%;
    background-color: white;
    height: 50px;
    bottom: 0;
    left: 0;
}

.cs-footer > a {
    position: absolute;
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
}

.cs-footer > a > img {
    width: 40px;
    height: 40px;
    margin: 5px 0 0 5px;
    position: relative;
    float: left;
}

.cs-footer > a > input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
}

.cs-footer .input-warp {
    height: 100%;
    margin-right: 80px;
    margin-left: 50px;
}

.cs-footer .input-warp input {
    border: 0;
    width: 100%;
    height: 80%;
    background-color: #EFEFEF;
    border-radius: 3px;
    outline: none;
    font-size: 1em;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
}

.cs-footer .send {
    position: absolute;
    right: 10px;
    bottom: 4px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #4370B4;
    border-radius: 3px;
}

/********提示微信客户端登陆界面**************/
.caveat-body {
    text-align: center;
}

.caveat-body img {
    margin: 10% 0 0 0;
    max-height: 300px;
    max-width: 300px
}

/**********公告界面*****************/
.notice-body {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #efefef url(../img/bg2.jpg) no-repeat 0 0;
    background-size: 100%;
}

.notice-content {
    width: 100%;
    height: 100%;
    position: absolute;
}

.notice-content pre {
    margin-right: 5%;
    margin-left: 30%;
    display: inline-block;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    overflow-y: scroll;
    height: 50%;
    margin-top: 40%;
    font-size: 14px;
}

/************下注记录*****************/

.record-header {
    width: 100%;
    height: 140px;
    background: url(../img/bg4.jpg) no-repeat 0 0;
    background-size: 100% 100%;
}

.record-header img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 5px solid #0D64A7;
    margin: 20px 0 0 27px;
    float: left;
}

.record-info {
    width: 200px;
    float: left;
    margin: 10px 0 0 15px;
}

.record-info p {
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    height: 20px;
    font-size: 14px;
}

.Calculation {
    width: 100%;
}

.Calculation .box {
    width: 50%;
    float: left;
    margin-top: 5px;
}

.Calculation .box .num {
    background: url(../img/icon3.png) no-repeat 0 center;
    background-size: 22px;
    font-size: 15px;
    color: #fffa65;
    padding-left: 25px;
}

.table-header {
    width: 100%;
    background-color: #118EEA;
    display: inline-block;
}

.table-header .header-qh {
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    width: 25%;
    float: left;
    text-align: center;
}

.table-header .header-xx {
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    width: 50%;
    float: left;
    text-align: center;
}

.table-header .header-yk {
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    font-size: 14px;
    width: 25%;
    float: left;
    text-align: center;
}

.record-table ul {
    margin: -4px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.record-table ul li {
    height: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.record-table ul li .data-qh {
    height: 100%;
    width: 25%;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.record-table ul li .data-qh i {
    font-style: normal;
    color: red;
}

.record-table ul li .data-xx {
    height: 100%;
    width: 50%;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.record-table ul li .data-yk {
    height: 100%;
    width: 25%;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
}

.record-table ul li .data-yk i {
    font-style: normal;
}

.pal {
    color: red;
}

.loss {
    color: #199809;
}

.dateSelect {
    position: fixed;
    height: 30px;
    width: 30px;
    top: 55px;
    right: 15px;
}

/***抽奖界面*****/
.lottery-header {
    height: 200px;
    width: 100%;
    background-image: url("../img/header.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    text-align: center;
}

.lottery-header .pic {
    border-radius: 5px;
    width: 60px;
    height: 60px;
    border: solid 3px #EBCD9A;
    margin: 134px auto 0 auto;
}

.lottery-header .kai {
    width: 100px;
    height: 100px;
    margin: 100px auto 0 auto;
    /*-webkit-animation:play 3s linear infinite;*/
    /*-moz-animation:play 3s linear infinite;*/
    /*animation:play 3s linear infinite;*/
}

.lottery-content {
    height: 160px;
    width: 100%;
    background-image: url("../img/content.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    text-align: center;
}

.lottery-content .lcName {
    margin: 0;
    padding-top: 5px;
    font-weight: 500
}

.lottery-content .lcZc {
    margin: 0;
    padding-top: 3px;
    color: #9B9B9B;
    font-weight: 500;
}

.lottery-content .lcMoney {
    font-size: 50px;
    margin: 0;
    padding-top: 10px;
    font-weight: 600;
}

.lottery-content .Standard {
    font-size: 30px;
    margin: 0;
    padding-top: 10px;
    font-weight: 600;
}

.lottery-record {
    background-color: #FEFEFE;
}

.lottery-record ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.lottery-record ul li {
    height: 65px;
    border-top: solid 1px #DFDFDF;
    margin: 0 10px 0 10px;
}

.lottery-record .lrys {
    border-top: solid 0 #DFDFDF;
}

.lottery-record .top {
    border-top: solid 0 #DFDFDF;
}

.lottery-record ul li img {
    border-radius: 5px;
    width: 45px;
    height: 45px;
    margin: 10px 0 0 0;
    float: left;
}

.lottery-record ul li .leftContent {
    float: left;
    height: 100%;
    margin-left: 10px;
}

.leftContent i {
    font-style: normal;
}

.leftContent .userName {
    margin: 10px 0 0 0;
    font-weight: 600
}

.leftContent .time {
    margin: 10px 0 0 0;
    color: #999999
}

.lottery-record ul li strong {
    line-height: 55px;
    float: right;
}

@-webkit-keyframes play {
    0% {
        /*
        水平翻转
        */
        -webkit-transform: rotateY(0deg);
        /*
        垂直翻转
        -webkit-transform:rotateX(0deg);
        顺时针旋转
        -webkit-transform:rotate(0deg);
        逆时针旋转
        -webkit-transform:rotate(0deg);
        */
    }
    100% {
        /* 水平翻转 */
        -webkit-transform: rotateY(360deg);
        /* 垂直翻转
        -webkit-transform:rotateX(360deg);
        顺时针旋转
        -webkit-transform:rotate(360deg);
        逆时针旋转
        -webkit-transform:rotate(-360deg);
        */
    }
}

@-moz-keyframes play {
    0% {
        -moz-transform: rotateY(0deg);
        /*
        -moz-transform:rotateX(0deg);
        -moz-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        */
    }
    100% {
        -moz-transform: rotateY(360deg);
        /*
        -moz-transform:rotateX(360deg);
        -moz-transform:rotate(360deg);
        -moz-transform:rotate(-360deg);
        */
    }
}

@keyframes play {
    0% {
        transform: rotateY(0deg);
        /*
        transform:rotateX(0deg);
        transform:rotate(0deg);
        transform:rotate(0deg);
        */
    }
    100% {
        transform: rotateY(360deg);
        /*
        transform:rotateX(360deg);
        transform:rotate(360deg);
        transform:rotate(-360deg);
        */
    }
}

/********************选择页面************************/
.select-header {
    height: 120px;
    width: 100%;
    background-color: #3BB3B2;
}

.select-body ul {
    margin: 0;
    padding: 0;
}

.select-body ul li {
    list-style-type: none;
    font-style: normal;
    margin: 10px 10px 0 10px;
    background-color: #5AC56E;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 15px;
}

/***********************世界杯下注界面*******************/
.wCup-header {
    width: 100%;
    height: 50px;
    background-color: #DA3231;
    position: relative;
}

.wCup-header span {
    height: 20px;
    width: 20px;
    display: inline-block;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    box-sizing: border-box;
    transform: rotate(45deg);
    margin: 15px;
}

.wCup-header .wanfa {
    height: 50px;
    width: 100px;

    display: inline-block;
    box-sizing: border-box;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #ffffff;
    text-align: center;
    line-height: 50px;
}

.wCup-header .wanfa i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    margin: 0 0 2px 10px;
    position: relative
}

.wCup-body {

}

.wCup-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #FEFEFE;
    border-top: 1px solid #D1D1D1;
    font-style: normal;
    text-align: center;
    color: #919191;
}

.wCup-footer i {
    font-style: normal;
    color: red;
    line-height: 40px;
}

.wCup-footer .clear {
    position: absolute;
    left: 15px;
    height: 30px;
    top: 10px;
    line-height: 30px;
    border: 1px solid #D1D1D1;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #1D2025;
}

.wCup-footer .next {
    position: absolute;
    right: 15px;
    height: 30px;
    top: 10px;
    line-height: 30px;
    border: 1px solid #D1D1D1;
    padding: 0 10px 0 10px;
    border-radius: 3px;
    text-decoration: none;
    color: #1D2025;
}

.wfModal {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    top: 50px;
}

.wf-modal-bg {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .6);
    top: 50px;
    left: 0;
    z-index: 99;
}

.wfModal .wfList {
    position: absolute;
    width: 100%;
    z-index: 100;
    background-color: #ffffff;
}

.wfModal .wfList ul {
    margin: 0;
    width: 100%;
    height: 120px;
    padding: 0 5% 0 5%;
}

.wfModal .wfList ul li {
    list-style-type: none;
    font-style: normal;
    float: left;
    width: 20%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #CACACA;
    margin: 10px 5px;
    border-radius: 5px;
}

.gold > ul {
    padding: 0;
    margin: 0 70px 0 70px;
    font-size: 0;
    text-align: left;
}

.gold > ul > li {
    display: inline-block;
    font-size: 22px;
    width: 100%;
    margin: 4px 0 4px 0;
    font-weight: lighter;
}

.rdo {
    width: 24px;
    background-color: #323232;
    border-radius: 50%;
    position: relative;
}

.rdo:before, .rdo:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: .3s all;
}

.rdo:before {
    top: -5px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #646464;
}

.rdo:after {
    top: 3px;
    left: 8px;
    width: 6px;
    height: 6px;
    background-color: #fff;
}

.rdo:checked:after {
    top: -2px;
    left: 3px;
    width: 16px;
    height: 16px;
    background-color: #2D548F;
}

.rdo:checked:before {
    border-color: #2D548F;
}

.gold {
    text-align: center;
}

.gold > div > p {
    margin: 0;
    font-size: 22px;
}

.gold > div > p > span {
    color: #df3d3e;
}

.gold > div:nth-child(3) {
    margin-top: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.gold > div > input {
    display: inline-block;
    width: 180px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2D548F;
}

.gold > div > input:focus {
    border: 1px solid #448fe6;
    box-shadow: 0 0 10px #448fe6;
}

.gold > div > button {
    width: 80px;
    border-radius: 5px;
    background-color: #2D548F;
    border: 0;
    color: white;
    font-size: 22px;
    padding: 5px;
    font-weight: lighter;
    margin-left: 10px;
}

.gold > div > button:active {
    background-color: #448fe6;
}

#switchGroup-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.switchGroup-modal-bg {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.switchGroup-modal-List {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 101;
    background: #2D548F;
    width: 60%;
    border-radius: 18px;
}

.switchGroup-modal-List > ul {
    padding: 0;
    margin: 0;
}

.switchGroup-modal-List > ul > li {
    padding: 15px;
    margin: 10px;
    color: white;
    background: #0b76ac;
    text-align: center;
    border-radius: 18px;
}

.switchGroup-modal-List > ul > li:active {
    background-color: #53c1ea;
}

#bigImg-modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .8);
}

#bigImg-modal > img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fast-btn {
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 90px;
    background: #FF9933;
    font-size: 14px;
    box-shadow: 0 4px 10px #BC6F27;
    padding: 10px;
    line-height: 16px;
    z-index: 10;
}

.caicai-btn {
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 180px;
    background: #FF9933;
    font-size: 14px;
    box-shadow: 0 4px 10px #BC6F27;
    padding: 10px;
    line-height: 30px;
    z-index: 10;
}

/*快速下注*/
.fast-menu {
    position: fixed;
    right: -1000px;
    bottom: 280px;
    width: 85%;
    z-index: 11;
    transition: all 0.3s;
}

.fast-menu > ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 10px 0;
    text-align: center;
    background: rgba(11, 118, 172, .95);
    color: #FFFFFF;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.fast-menu > .dandianUl > li {
    display: flex;
    width: 25%;
    padding: 5px 0 5px 0;
}

.fast-menu > .zuheUl > li {
    display: flex;
    width: 50%;
    padding: 5px 0 5px 0;
}

.fast-menu > ul > li > span {
    display: inline-block;
    width: 30%;
}

.fast-menu > ul > li > i {
    border: 0;
    border-radius: 3px;
    width: 60%;
    padding: 0 5px 0 5px;
    font-size: 16px;
    height: 24px;
    background: #FFFFFF;
    font-style: normal;
    color: #0c0c0c;
    line-height: 24px;
}

.fast-menu > ul > li > .inputClick {
    box-shadow: 2px 2px 3px rgba(84, 153, 84, 0.95) inset;
    background: rgba(108, 192, 109, 0.95);
    color: #FFFFFF;
}

.fast-number {
    position: fixed;
    right: -1000px;
    bottom: 100px;
    width: 85%;
    z-index: 11;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
    transition: all 0.3s;
}

.fast-number > ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    background: rgba(11, 118, 172, .95);
    color: #FFFFFF;
    text-align: center;
    padding: 0;
}

.fast-number > ul > li {
    width: 19%;
    border: 1px solid rgb(11, 103, 157);
    flex-grow: 1;
    padding: 5px 0 5px 0;
}

.fast-number > .numberUl > li {
    padding: 15px 0 15px 0;
}

.fast-number > ul > li:active {
    background-color: #53c1ea;
}

.fast-number > .caozuoUl > .clickColor {
    background-color: #53c1ea;
}

/*快速下注end*/

/*拉手*/
.lashouNav {
    display: flex;
}

.lashouNav > span {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 42px;
    height: 42px;
    font-size: 1.2em;
    background-color: #F6F5F5;
}

.lashouNav > .lashouNavBg {
    background-color: #E0E2EB;
}

.lashouContent > table {
    width: 100%;
}

.lashouContent > p {
    margin: 10px;
    display: flex;
}

.lashouContent > p > span {
    display: inline-block;
    line-height: 27px;
    width: 50%;
    margin: 10px;
    font-weight: bold;
}

.lashouContent > p > span > img {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.lashouContent > table > thead > tr {
    background: #f5f5f5;
}

.lashouContent > table > thead > tr > th {
    padding: 5px;
    color: #176eb1;
}

.lashouContent > table td {
    padding: 10px;
    border-bottom: 1px solid #f5f5f5;
}

.lashouContent > .dayLashouContent {
    display: flex;
    padding: 10px;
    align-items: center;
}

.lashouContent > .dayLashouContent > div {
    width: 100%;
}

.lashouContent > .dayLashouContent > div > p {
    padding: 10px;
    background: #f5f5f5;
    vertical-align: middle;
    display: flex;
    margin: 0 10px 0 0;
    border-radius: 3px;
}

.lashouContent > .dayLashouContent > div > p:nth-child(2) {
    margin-top: 10px;
}

.lashouContent > .dayLashouContent > div > p > img {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-left: 5px;
}

.lashouContent > .dayLashouContent > div > p > span {
    display: inline-block;
    flex-shrink: 0;
    flex-grow: 1;
}

.lashouContent > .dayLashouContent > div > p > span:nth-child(2) {
    flex-grow: 2;

}

.lashouContent > .dayLashouContent > img {
    width: 60px;
    height: 60px;
}

/*拉手end*/

.c {
    clear: both;
    line-height: 0;
    overflow: hidden;
}

/*个人中心*/

.userInfo {
}

.userInfo-title {
    width: 100%;
    background-color: #0a628f;
    font-weight: lighter;
    color: white;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}

.userInfo-content {
    display: flex;
    width: 100%;
    background: url("../img/bg4.jpg") no-repeat center;
    background-size: 100%;
    color: #FFFFFF;
    padding: 10px 0 10px 0;
}

.userInfo-content > img {
    width: 80px;
    height: 80px;
    border-radius: 60px;
    border: 5px solid #0a628f;
    margin: 10px;
}

.userInfo-content > p {
    margin: 0;
    flex-grow: 1;
}

.userInfo-content > p > span {
    display: block;
    padding: 12px;
    font-size: 24px;
}

.userInfo-footer {
    text-align: center;
    width: 100%;
    background: rgba(255, 173, 109, 0.42);
    padding: 10px 0 10px 0;
}

.userInfo-footer > p {
    display: flex;
    padding: 10px;
    margin: 0;
}

.userInfo-footer > p > span {
    padding: 5px;
    min-width: 55px;
    display: inline-block;
}

.userInfo-footer > p > input {
    flex-grow: 1;
    border: 1px solid #909090;
    background: #fafafa;
    padding: 5px;
    max-width: 145px;
    font-size: 16px;
}

.userInfo-footer > p > button {
    display: inline-block;
    min-width: 90px;
}

.userInfo-footer > p > button:nth-child(3) {
    background: #0c7cb5;
    color: #FFFFFF;
    border: 0;
}

.userInfo-footer > p > button:nth-child(3):active {
    background: #00C7F7;
}

.userInfo-footer > button {
    background: #0c7cb5;
    color: #FFFFFF;
    border: 0;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
}

.userInfo-footer > button:active {
    background: #00C7F7;
}

.cs-empty{
    font-style: normal;
    color: white;
    float: right;
    line-height: 50px;
    margin-right: 10px;
    font-size: 16px;
}
