@charset "utf-8";
/* CSS Document */

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* For some Androids */
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: Microsoft Yahei, SimSun, Helvetica, serif;
    letter-spacing: 0;
    height: 100%;
    width: 100%
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    letter-spacing: 0;
}

input, li, p, ul, select, textarea {
    margin: 0;
    padding: 0;
    outline: none;
}

li, ul {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer
}

.clear {
    clear: both;
}

.login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/loginbackGround.jpeg) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.loginBox {
    width: 22rem;
    background: #ffffff;
    position: relative;
    border-radius: 0.2rem;
    text-align: center;
    box-shadow: 0 0 0.5rem 0 #000000;
}

@media (max-width: 480px) {
    .loginBox {
        width: 100%;
    }
}

.loginBoxTitle {
    padding: 1rem 0;
    width: 100%;
    font-size: 1.3rem;
    font-weight: bold;
    color: #000000;
}

.loginBoxRow {
    padding: 0.8rem 0;
    width: 90%;
    margin: 1rem auto;
    display: flex;
    align-items: center;
}

.loginBoxRow span {
    display: block;
    width: 20%;
    float: left;
}

.loginBoxRow input {
    padding: 0.8rem 0;
    text-indent: 1rem;
    border: 1px solid #ebf1f4;
    border-radius: 1rem;
    width: 100%;
}

.loginBoxRow button {
    padding: 0.8rem 0;
    border-radius: 1rem;
    width: 100%;
    background: #000000;
    color: #FFF;
    border: none;
    font-weight: bold;
}

.main {
    width: 100%;
    height: 100%;
}

.mainLeft {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    background: #000000;
    overflow-x: hidden;
    width: 13rem;
    z-index: 999;
}

.mainLeftLogo {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #FFFFFF;
}

.mainLeftLogo span {
    display: block;
    padding: 0 0.4rem;
}

.mainLeftScroll {
    position: relative;
    width: 13rem;
    overflow-x: hidden;
}

.surplus {
    display: block;
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 0.8rem;
    color: #FF0000;
}

.userName {
    display: block;
    width: 100%;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1rem;
    color: #ffffff;
    font-weight: bold;
}

.mainLeftNav {
    position: relative;
    padding: 0;
    color: #fff;
    width: 13rem;
}

.mainLeftNav li {
    position: relative;
    display: flex;
    width: 100%;
    font-size: 0.9rem;
    padding: 0.4rem 0;
}

.mainLeftNav li a {
    display: flex;
    width: 100%;
    margin: auto;
    padding: 0.6rem 0;
    color: #fff;
    font-weight: bold;
    transition: all .3s;
    -webkit-transition: all .3s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.mainLeftNav li a span {
    padding: 0 0.4rem;
}

.mainLeftNav .mainLeftNavOn {
    background: #FFFFFF;
}

.mainLeftNav .mainLeftNavOn a {
    color: #000000;
    font-weight: bold;
}

.mainHeader {
    position: relative;
    top: 0;
    right: 0;
    left: 12rem;
    width: calc(100% - 12rem);
    height: 4rem;
    min-width: 60rem;
    display: flex;
    justify-content: center;
    align-content: center;
}

.mainHeaderRight {
    position: absolute;
    right: 0;
    top: 0;
    height: 4rem;
    line-height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainHeaderRight span {
    padding: 0 0.8rem;
}

.mainHeaderRight #money {
    color: #3260FF;
    font-weight: bold;
}

.mainHeaderCenter {
    position: absolute;
    top: 0;
    height: 4rem;
    line-height: 4rem;
    color: #000000;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
}

.mainHeaderCenter span {
    display: block;
    margin: 0 0.4rem;
}

.mainHeaderCenter .selectCode {
    width: 16rem;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #3260FF;
    border-radius: 0.4rem;
}

.mainHeaderCenter .selectCode select {
    height: 2rem;
    width: 25%;
    text-align: center;
    border: 0;
    background: none;
}

.mainHeaderCenter .selectCode input {
    height: 2rem;
    width: 70%;
    text-indent: 0.4rem;
    border: 0;
    background: none;
}

.mainHeaderCenter #sendButton {
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0 1.6rem;
    background: #3260FF;
    color: #FFF;
    border: none;
    border-radius: 0.4rem;
}


.mainBody {
    position: absolute;
    left: 12rem;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 900;
    width: auto;
    box-sizing: border-box;
    min-width: 60rem;
    background: #F9F9FB;
    padding: 1rem 0;
}

.mainBodyContent {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.mainBodyLeft {
    width: 18rem;
    position: absolute;
    left: 2rem;
    top: 5rem;
    bottom: 0;
    background: #000000;
    z-index: 999;
}

.mainBodyLeftTab {
    position: relative;
    left: 0;
    white-space: nowrap;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.mainBodyLeftTab li {
    display: inline-block;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 32%;
    padding: 1rem 0;
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}

.mainBodyLeftTab .tabThis {
    background: #FFFFFF;
    color: #000000;
    font-weight: bold;
}

.mainBodyLeftSearch {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: 96%;
    padding: 0.8rem 2%;
    background: #FFF;
}

.mainBodyLeftSearch input {
    padding: 0.6rem 0;
    width: 78%;
    height: 2rem;
    line-height: 2rem;
    text-indent: 1rem;
    border-radius: 0.4rem;
    border: none;
    background: #F0F0F0;
}

.mainBodyLeftSearch button {
    width: 20%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #3260FF;
    color: #FFF;
    border: none;
    border-radius: 0.4rem;
}

.mainBodyLeftList {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    transition: all .2s;
    -webkit-transition: all .2s;
    background: #000000;
    overflow-y: auto;
}

.mainBodyLeftList li {
    width: 100%;
    position: relative;
    padding: 0.2rem 0;
    height: 4rem;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F9F9FB;
}

.mainBodyLeft #smsListUl2 {
    display: none;
}

.mainBodyLeftList .avatar {
    width: 20%;
    height: 4rem;
    background: url(../img/newsHerder.png) no-repeat center center;
    position: relative;
}

.mainBodyLeftList .avatar .avatarNews1 {
    display: block;
    width: 0.8rem;
    height: 0.8rem;
    background: #FF3838;
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    right: 0.2rem;
    top: 0.4rem;
}

.mainBodyLeftList .content {
    width: 90%;
    height: 4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
}

.mainBodyLeftList .content .contentName {
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contentName span {
    display: block;
    height: 1rem;
    line-height: 1rem;
    width: 1rem;
    text-align: center;
    border-radius: 50%;
    background: #FF0000;
    color: #FFFFFF;
}

.mainBodyLeftList .content .contentText {
    width: 65%;
    color: #FFFFFF;
    padding: 0.1rem 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    height: 2rem;
    line-height: 2rem;
}

.mainBodyLeftList .content .contentTime {
    width: 35%;
    font-size: 0.8rem;
    color: #FFFFFF;
    text-align: right;
    height: 2rem;
    line-height: 2rem;
}

.mainBodyLeftList .collect {
    width: 10%;
    height: 4rem;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.mainBodyLeftList .collect .collectState1 {
    width: 1rem;
    height: 1rem;
    background: url(../img/collectState1.png) no-repeat center center;
    background-size: 100% 100%;
}

.mainBodyLeftList .collect .collectState2 {
    width: 1rem;
    height: 1rem;
    background: url(../img/collectState2.png) no-repeat center center;
    background-size: 100% 100%;
}

.mainBodyRight {
    position: absolute;
    left: 21rem;
    top: 5rem;
    bottom: 0;
    right: 1rem;
    background: #000000;
    min-width: 10rem;
    display: flex;
    flex-wrap: wrap;
    display: none;
}

.mainBodyRight .viewTitle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.3rem;
    border-bottom: 2px solid #F9F9FB;
    z-index: 10;
    padding: 0.6rem 0;
    text-indent: 1rem;
    font-weight: bold;
    color: #FFFFFF;
}

.mainBodyRight .viewTitle #viewName {
    position: absolute;
    left: 0;
}

.mainBodyRight .viewTitle #viewConcern {
    position: absolute;
    right: 2rem;
    padding: 0 1rem;
    cursor: pointer;
}

.mainBodyRight .viewList {
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 11rem;
    width: 100%;
    z-index: 10;
    padding: 0.6rem 0;
    overflow-y: auto;
    display: block;
}

.mainBodyRight .viewList li {
    width: 96%;
    margin: auto;
}

.mainBodyRight .viewList .contentTime {
    text-align: center;
    color: #FFFFFF;
    font-size: 0.7rem;
}

.mainBodyRight .viewList .own1 .content {
    width: 100%;
    display: flex;
    padding: 0.6rem 0;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: row-reverse;
}

.mainBodyRight .viewList .own2 .content {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 0.6rem 0;
}

.mainBodyRight .viewList .own2 .contentText {
    min-height: 3rem;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}

.mainBodyRight .viewList .own1 .contentText {
    min-height: 3rem;
    align-items: flex-end;
    justify-content: center;
    width: 70%;
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}


.mainBodyRight .viewList .own2 .contentText .contentTextC {
    background-color: #1f4ca9;
    color: #FFFFFF;
    line-height: 1.4rem;
    letter-spacing: 1px;
    font-size: 1rem;
    border-radius: 0.6rem;
    max-width: 80%;
    min-height: 2rem;
    padding: 0.4rem 0.5rem;
    display: flex;
    align-items: center;
    word-break: break-word;
}

.mainBodyRight .viewList .contentTextName {
    padding: 0.2rem 0.1rem;
    color: #FFFFFF;
}

.mainBodyRight .viewList .own1 .contentTextC {
    background: #1f4ca9;
    color: #FFFFFF;
    padding: 0.6rem;
    border-radius: 0.5rem;
}

.mainBodyRight .viewList .own2 .contentTextC {
    background: #F5F7FF;
    padding: 0.6rem;
    border-radius: 0.5rem;
    color: #FFFFFF;
}

.mainBodyRight .viewFoot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10rem;
    width: 100%;
    z-index: 200;
    border-top: 2px solid #F9F9FB;
}

.mainBodyRight .viewFoot .viewFootBox {
    width: 96%;
    margin: auto;
}

.mainBodyRight .viewFoot .viewFootBox .viewFootBoxHeader {
    width: 100%;
    height: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mainBodyRight .viewFoot .viewFootBox .viewFootBoxHeader .viewFootBoxEmote {
    display: block;
    height: 2rem;
    width: 2rem;
    background: url(../img/sendNewsEmote.png) no-repeat center center;
}

.mainBodyRight .viewFoot .viewFootBox .viewFootBoxHeader .viewFootBoxImage {
    display: block;
    height: 2rem;
    width: 2rem;
    background: url(../img/sendNewsImage.png) no-repeat center center;
}

.mainBodyRight .viewFoot .footSendCon {
    width: 100%;
    height: 6rem;
    line-height: 1.4rem;
    resize: none;
    border: none;
    outline: none;
}

.mainBodyRight .viewFoot .viewFootBox .viewFootBoxFoot {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    position: relative;
}

.mainBodyRight .viewFoot .viewFootBox .viewFootBoxFoot .sendContentLength {
    color: #999999;
    font-size: 0.8rem;
}

.mainBodyRight .viewFoot .viewFootBox .viewFootBoxFoot .sendContentLength #contentLength {
    color: #3260FF;
}

.mainBodyRight .viewFoot .viewFootBox .viewFootBoxFoot .footSendBut {
    display: block;
    background: #FFFFFF;
    border-radius: 0.4rem;
    height: 2rem;
    line-height: 2rem;
    width: 5rem;
    text-align: center;
    color: #000000;
    position: absolute;
    right: 0;
    top: 0;
}

.boxChatHeader {
    position: relative;
    height: 4rem;
    width: calc(100% - 3rem);
    left: 2rem;
    top: 0;
    right: 1rem;
    bottom: 1rem;
    background: #000000;
    z-index: 999;
}

#boxStatistics .boxChatHeader {
    top: 1rem;
}

.boxChatHeader .boxChatMo {
    width: calc(100% - 2rem);
    height: 4rem;
    position: relative;
    left: 1rem;
    top: 0;
    display: flex;
    align-items: center;
    align-content: center;

}

.boxChatHeader .boxChatMo input {
    padding: 0.6rem 0;
    width: 10rem;
    height: 2rem;
    line-height: 2rem;
    text-indent: 1rem;
    border-radius: 0.4rem;
    background: #FFFFFF;
    margin: auto 0.4rem;
}

.boxChatHeader .boxChatMo select {
    padding: 0 1rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 0.4rem;
    background: #FFFFFF;
    margin: auto 0.4rem;
}

.boxChatHeader .boxChatMo span {
    display: block;
    height: 2rem;
    width: 6rem;
    line-height: 2rem;
    text-align: center;
    color: #FFFFFF;
    background: #1f4ca9;
    border-radius: 0.4rem;
    margin: auto 0.4rem;
    cursor: pointer;
}

.boxChatBody {
    width: calc(100% - 3rem);
    position: relative;
    left: 2rem;
    top: 2rem;
    right: 0;
    bottom: 1rem;
    background: #FFFFFF;
    z-index: 99;
}

.boxChatBodyTitle {
    position: relative;
    left: 0;
    top: 0;
    bottom: 0;
    width: 96%;
    white-space: nowrap;
    transition: all .2s;
    -webkit-transition: all .2s;
    padding: 1rem 2%;
}

.boxChatBodyTitle li {
    width: 100%;
    display: flex;
}

.boxChatBodyTitle li div {
    width: 33.33%;
    text-align: center;
    padding: 0.6rem 0;
    color: #666666;
    border: 1px solid #EEEEEE;
}

.importBody #importMobiLe {
    overflow-y: auto;
    height: 90%;
    background: #FFFFFF;
}

.importMobile li {
    width: 100%;
    margin: auto;
    height: 3rem;
    display: flex;
    align-items: center;
    text-align: center;
}

.importMobile li .mobile {
    width: 20%
}

.importMobile li .content {
    width: 50%;
}

.importMobile li .type {
    width: 10%;
}

.importMobile li .sendTime {
    width: 20%;
}

.shade {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: calc(100vh);
    display: flex;
    justify-content: center;
    align-items: center;
    filter: alpha(opacity=60);
    z-Index: 9999;
    display: none;
}

.shadePage {
    width: 26rem;
    background: #FFF;
    border-radius: 1rem;
    position: relative;
    box-shadow: 0 0 4rem 0 #054abc;
}

@media (max-width: 480px) {
    .shadePage {
        width: 100%;
    }
}

.shadePage ul li {
    width: 90%;
    margin: auto;
    padding: 0.5rem;
}

.shadePageClose span {
    display: block;
    float: right;
    padding: 0 1rem;
}

.shadePageTitle {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.shadePageInput input {
    width: 100%;
    height: 2.6rem;
    line-height: 2.6rem;
    border: 1px solid #054abc;
    border-radius: 0.8rem;
    text-indent: 1rem;
    margin: 0.6rem auto;
    outline: none;
}

.shadePageInput button {
    width: 80%;
    margin: auto;
    background: linear-gradient(rgb(92 79 233), rgb(5 74 188));
    color: #FFF;
    padding: 1rem 0;
    border: 0;
    border-radius: 2rem;
}

.mainBodyContent .infoHeader {
    height: 2rem;
    line-height: 2rem;
    width: calc(100% - 5rem);
    position: relative;
    left: 2rem;
    top: 0;
    background: #FFFFFF;
    z-index: 999;
    padding: 0 1rem;
}

.mainBodyContent .infoStatistics {
    width: calc(100% - 5rem);
    position: relative;
    left: 2rem;
    top: 1rem;
    background: #FFFFFF;
    z-index: 999;
    padding: 0 1rem;
}

.mainBodyContent .infoStatistics ul {
    display: flex;
    padding: 1rem 0;
}

.mainBodyContent .infoStatistics ul li {
    width: 50%;
}

.mainBodyContent .infoStatistics ul li span {
    display: block;
    padding: 0.4rem 0;
    width: 100%;
    font-size: 0.8rem;
    color: #666666;
    text-align: center;
}

.mainBodyContent .infoStatistics ul li b {
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.mainBodyContent .infoBody {
    width: calc(100% - 5rem);
    position: relative;
    left: 2rem;
    top: 2rem;
    z-index: 999;
    padding: 0 1rem;
}

#boxCrontabSend .infoMessage {
    width: calc(100% - 5rem);
    position: relative;
    left: 2rem;
    top: 1rem;
    z-index: 999;
    padding: 0 1rem;
    background: #FFFFFF;
}

.mainBodyContent .infoBody ul {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
}

.mainBodyContent .infoBody ul li {
    width: calc(49% - 2rem);
    background: #FFFFFF;
    padding: 1rem;
}

.mainBodyContent .infoBody ul li b {
    display: block;
    width: 100%;
    padding: 0.2rem 0;
    font-size: 1.8rem;
}

.mainBodyContent .infoBody ul li span {
    display: block;
    padding: 0.4rem 0;
    width: 100%;
    color: #666666;
}

#boxCrontabSend .infoMessage li {
    width: 100%;
    display: flex;
    padding: 0.5rem 0;
}

#boxCrontabSend .infoMessage li .userInfoName {
    width: 15%;
    text-align: right;
}

#boxCrontabSend .infoMessage li .userInfoValue {
    width: 85%;
}

#boxCrontabSend .infoMessage li .userInfoValue select, input {
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.2rem;
    text-indent: 1rem;
}

#boxCrontabSend .infoMessage li .userInfoValue .crontabSendButton {
    width: 6rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    background: #000000;
    color: #FFF;
    border: none;
    border-radius: 0.4rem;
    text-indent: 0
}

#boxCrontabSend .infoMessage li .userInfoValue textarea {
    width: 100%;
    height: 6rem;
    line-height: 1rem;
    padding: 0.4rem 2%;
    border: 1px solid #EEEEEE;
    border-radius: 0.2rem;
}

#boxCrontabSend .infoMessage li .userInfoValue p {
    font-size: 0.8rem;
    color: #999999;
    padding: 0.2rem 0;
}

#boxCrontabSend .infoMessage li .userInfoValue .splitType {
    height: 2rem;
    line-height: 2rem;
    font-size: 0.8rem;
}

#boxCrontabSend .infoMessage li .userInfoValue .splitType span {
    display: block;
    padding: 0 1rem;
    margin: 0 0.3rem;
    line-height: 1.6rem;
    border: 1px solid #EEEEEE;
    border-radius: 0.2rem;
    float: left;
}

#boxCrontabSend .infoMessage li .userInfoValue .splitType .splitTypeOn {
    background: #000000;
    color: #FFFFFF;
}