* { 
    margin: 0;
    padding: 0;
}
html, body {
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial;
    background: #fff;
    color: #333;
    font-size: 14px;
}
.top {
    width: 100%;
    height: 39px;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.top p {
    float: left;
    margin-left: 30px;
    line-height: 39px;
    font-size: 12px;
}
.top .top1 {
    color: #ffb21d;
}
.top2 {
    color: #8cb4f0;
    padding-left: 10px;
    padding-right: 20px;
}
.top .top3 {
    color: #f13f65;
}
.top .top4 {
    color: #2b9747;
}
.cellall {
    float: left;
    line-height: 39px;
    margin-left: 30px;
    font-size: 12px;
}
.cell-left, .cell-right {
    display: inline-block;
}
.cell-right {
    vertical-align: -8px;
}
[class|=switch] {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 22px;
    border-radius: 16px;
    line-height: 32px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}
.switch-on {
    border: 1px solid white;
    box-shadow: white 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.2s, background-color 1.2s;
    background-color: white;
    cursor: pointer;
}
.switch-off {
    border: 1px solid #dfdfdf;
    transition: border 0.4s, box-shadow 0.4s;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    cursor: pointer;
}
.slider {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    left: 0;
    top: 0;
}
.switch-on .slider {
    left: 19px;
    transition: background-color 0.4s, left 0.2s;
}
.switch-off .slider {
    left: 0;
    transition: background-color 0.4s, left 0.2s;
}
.top a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    margin: 6px 10px 0 0;
    cursor: pointer;
}
.top a.tophone {
    color: #267dff;
    background: url(images/bg25.jpg) no-repeat left center;
    padding-left: 14px;
    margin-right: 20px;
}
.topbtn2 {
    border: 1px solid #7da1d6;
    background: #8cb4f0;
    padding: 0 10px;
}
.topbtn1 {
    border: 1px solid #d97e92;
    background: #f08ca2;
    padding: 0 10px;
}
.ckwbox {
    width: 769px;
    margin: 15px auto 0;
}
.cktabul ul {
    margin-left: 12px;
}
.cktabul li {
    width: 72px;
    height: 26px;
    line-height: 25px;
    color: #f13f65;
    border: 1px solid #f13f65;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    background: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
    transition: all 0.3s ease;
}
.cktabul li.active {
    color: #fff;
    background: #f13f65;
}
.ckwinput {
    width: 669px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px 0 0 4px;
    border: 1px solid #f13f65;
    background: #fff;
    padding-left: 14px;
    font-size: 12px;
}
.ckwbtn1 {
    width: 84px;
    height: 34px;
    border-radius: 0 4px 4px 0;
    background: url(images/bg19.png) #f13f65 no-repeat center;
    cursor: pointer;
}
.telbox {
    width: 735px;
    background: #fbfbfb;
    border: 1px solid #f3f3f3;
    padding: 10px 16px;
    font-size: 12px;
    margin: 15px auto 0;
}
.telbox p {
    line-height: 25px;
}
.cor3 {
    color: #f13f65;
}
.mhbox {
    margin-top: 43px;
}
.reportbtn, .reportbtn2, .reportbtn5, .reportbtn7, .reportbtn8, .reportbtn_km_buy, .myCuser {
    display: none;
}
.masking {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 12;
    display: none;
}
.layer {
    width: 944px;
    height: 566px;
    background: #fff;
    position: fixed;
    top: 50%;
    margin-top: -288px;
    left: 50%;
    margin-left: -497px;
    font-size: 12px;
    display: none;
    z-index: 1;
}
.editPsdWin {
    width: 500px;
    height: 306px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -153px;
    z-index: 99;
    background: #fff;
    display: none;
}
.editps-t {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #f4f4f4;
    padding-left: 10px;
}
.editclose {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    color: #FF3619;
    display: inline-block;
    float: right;
    cursor: pointer;
}
.editPsd-box {
    padding: 15px;
}
.editPsd-box td {
    padding: 8px 5px;
}
.editPsd-box .edit-Name {
    color: #000;
}
.edit-Fore {
    display: inline-block;
    color: #f82424;
    font-size: 12px;
}
.editPsd-box input, .phone-yz input {
    height: 30px;
    line-height: 30px;
    width: 200px;
    padding: 0 10px;
    border-radius: 2px;
    border: 1px solid #c9c9c9;
}
.editPsd-box input::placeholder, .phone-yz input::placeholder {
    font-size: 12px;
    color: #999;
}
.editPsd-save {
    display: inline-block;
    padding: 0 30px;
    color: #fff;
    background: #0d9bf1;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}
.exitWin {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 12;
    background: #fff;
}
.exitbox {
    padding: 0 0.21rem 0.3rem;
}
.exitWin .exitTrue, .exitWin .exitNo {
    color: #fff;
    font-size: 0.17rem;
    height: 2.5rem;
    border-radius: 0.06rem;
    display: block;
    margin-top: 0.2rem;
    cursor: pointer;
    line-height: 2rem;
}
.exitWin .exitTrue {
    background: #f62369;
}
.exitWin .exitNo {
    background: #ccc;
}
.box {
    padding-left: 50px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}
.winBox {
    width: 900px;
    height: 40px;
    overflow: hidden;
    position: relative;
    background: #ffd6d6;
    margin: 0 auto;
    border-radius: 4px;
}
.scroll {
    width: 5600px;
    position: absolute;
    margin-left: 0px;
    left: 0px;
    top: 0px;
    animation: scroll 20s linear infinite;
}
.scroll li {
    width: auto;
    float: left;
    line-height: 40px;
    margin-right: 50px;
    white-space: nowrap;
    color: #666;
}
.fr {
    float: right;
}
.of {
    overflow: hidden;
}
@keyframes scroll {
    0% {
        left: 900px;
    }
    100% {
        left: -100%;
    }
}
.ckwcenter {
    position: relative;
    transition: all 0.3s ease;
}
.ckwcenter.on {
    display: block;
}
.right-fixed-btns {
    position: fixed;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.right-fixed-btns a {
    display: block;
    width: 37px;
    padding: 38px 0 7px 0;
    border-radius: 4px;
    background-color: #f8f8f8;
    color: #333;
    font-size: 12px;
    text-align: center;
    border: 1px solid #f3f3f3;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
}
.right-fixed-btns a.myCuser {
    background: url(/static/ck/css/images/bg_service.png) no-repeat center 7px #f8f8f8;
}
.right-fixed-btns a.reportbtn8 {
    background: url(/static/ck/css/images/bg_excel_01.png) no-repeat center 7px #f8f8f8;
}
.right-fixed-btns a.reportbtn {
    background: url(/static/ck/css/images/bg_report_01.png) no-repeat center 7px #f8f8f8;
}
.right-fixed-btns a.reportbtn2 {
    background: url(/static/ck/css/images/bg_report_02.png) no-repeat center 7px #f8f8f8;
}
.right-fixed-btns a.reportbtn5 {
    background: url(/static/ck/css/images/bg_report_05.png) no-repeat center 7px #f8f8f8;
}
.right-fixed-btns a.reportbtn_km_buy {
    background: url(/static/ck/css/images/chongzhi.png) no-repeat center 7px #f8f8f8;
}
.right-fixed-btns a:hover {
    background-color: #f0f0f0;
    border-color: #ddd;
    transform: translateX(-2px);
} 