#banner{
    display:block;
    margin:0 auto;
    width: 100%;
    height:360px;
    background:url("../img/helper.jpg") #1E2225 center no-repeat ;
}
#top-title{
    margin:60px auto 50px auto;
}
#content{
    height:auto;
    width:1200px;
    height:760px;
    margin:50px auto;
    overflow:hidden;
    box-shadow:0px 0px 7px 1px #e0e0e0;
    border-radius:3px;
}
#content .content-left{
    width:510px;
    height:100%;
    float:left;
    background:#f8f8f9;
}
#content .content-left .telephone{
    margin:25px 30px 25px 30px;
    font-size:14px;
    font-weight:bold;
    border-bottom:1px dashed #E0E0E0;
}
#content .content-left .send{
    margin:25px 30px 25px 30px;
    font-size:14px;
    font-weight:bold;
}
#content .content-left textarea{
    width:440px;
    height:205px;
    border:1px solid #e0e0e0;
    border-radius:3px;
    margin-top:10px;
    resize: none;
    font-size:14px;
    color:#606060;
    text-indent: 1rem;
    line-height: 20px;
}
#content .content-left .prompt{
    margin:10px 0px 20px 0px;
    color:#c1c5c8;
    font-weight:normal;
    line-height:25px;
    overflow:hidden;
}
#content .content-left .prompt img{
    float:left;
}
#content .content-left .prompt p{
    float:left;
    margin-left:5px;
}
#content .content-left .auto-graph{
    position:relative;
    top:40px;
    color:#cfd1d3;
    display: inline-block;
}
#content .content-left .auto-graph input{
    width:70px;
    font-size:14px;
    color:#cfd1d3;
    border:none;
    outline:none;
}
#content .send textarea{
    text-indent: 105px;
    padding-top:12px;
}
#content .send-button{
    margin-left:30px;
    margin-top:40px;
    width:120px;
    height:43px;
    background:#26ad60;
    font-size:16px;
    line-height:43px;
    text-align:center;
    border-radius:5px;
    color:#fff;
    font-weight:normal;
    cursor:pointer;
}
#content .send-button:hover{
    background:#1c9e55;
}
#content .content-right{
    margin-left:30px;
    float:left;
}
#content .content-right .helper-title{
    font-size:16px;
    margin:20px 0px;
    font-weight:bold;
}
#content .content-right .helper-category{
    width:640px;
}

#content .content-right .helper-category ul{
    overflow:hidden;
    padding-bottom:16px;
}

#content .content-right .helper-category ul li{
    width:115px;
    height:37px;
    display:block;
    margin-right:13px;
    margin-bottom:14px;
    float:left;
    background:#f0f0f0;
    text-align:center;
    color:#818588;
    font-size:14px;
    line-height:37px;
    cursor:pointer;
}

#content .content-right .helper-category ul li:hover{
    background:#04621b;
    color:#fff;
}

#content .content-right .helper-category ul .selected{
    background:#04621b;
    color:#fff;
}

#content .content-right .message ul{
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
}

#content .content-right .message ul li{
    display:block;
    height:84px;
    border-bottom:1px dashed #e1e1e1;
}
#content .content-right .message ul li:last-child{
    border-bottom:none;
}

#content .content-right .message ul li p{
    height:50px;
    width:567px;
    float:left;
    font-size:14px;
    margin-top:22px;
    cursor:pointer;
}
#content .content-right .message ul li p:hover{
    color:#26ad60;
}
#content .content-right .message ul li a{
    float:right;
    font-size:14px;
    color:#26ad60;
    line-height:84px;
    cursor:pointer;
}

.content-paging{
    height:36px;
    width:77%;
    margin:50px auto;
}
.content-paging ul{
    border:none!important;
}
.content-paging ul li{
    width:75px;
    height:37px!important;
    display:inline-block;
    border:1px solid #aaafb3!important;
    margin-right:10px;
    cursor:pointer;
    float:left;
    background:#fff;
}

.content-paging ul li a{
    display:block;
    color:#aaafb3!important;
    font-size:14px;
    line-height:37px!important;
    width:100%;
    text-align:center;
}

.content-paging ul li:hover{
    background:#26ad60;
}

.content-paging ul li:hover a{
    color:#fff!important;
}

.content-paging span{
    display:inline-block;
    font-size:14px;
    color:#aaafb3;
    line-height:40px;
    margin-right:5px;
}
.content-paging span p{
    display:inline-block;
}

#history{
    height:400px;
    padding:30px 0px;
    background:#f8f8f9;
}

#history .content{
    width:1200px;
    margin:0 auto;
}

#history .content .content-title{
    font-size:20px;
    font-weight:bold;
}

#history .history-sms{
    margin:5px 0px;
    font-size:14px;
}
#history .history-sms li{
    height:59px;
    border-bottom:1px dashed #e1e1e1;
    line-height:59px;
    overflow:hidden;
    padding-right:40px;
}

#history .content-paging{
    margin:30px auto;
    width:485px;
}

#unsent{
    width: 331px;
    height:616px;
    position:fixed;
    right:1px;
    bottom:1px;
    box-shadow:1px 1px 3px 3px #e1e1e1;
    background:#fff;
    display:none;
}

#unsent .top{
    height:40px;
    background:#f2f2f2;
}

#unsent .top img{
    margin-left:10px;
    float:left;
}
#unsent .top img:last-child{
    float:right;
    margin-right:10px;
    cursor:pointer;
}
#unsent .top p{
    display:inline-block;
    float:left;
    line-height:40px;
    font-size:14px;
    color:#333;
    margin-right:15px;
}
#unsent .top p:nth-child(3){
    cursor:pointer;
    color:#aaafb3;
}
#unsent .top p:nth-child(3):hover{
    color:#ff0000;
}
#unsent .center{
    margin:0 auto;
    height:520px;
    overflow-y:auto;
    width:100%;
    scrollbar-arrow-color: #ffffff;
    -ms-scrollbar-arrow-color: #ffffff;
}
#unsent .center .unsent-model:first-child{
    margin-top:21px;
}
#unsent .center .unsent-model{
    width:85%;
    min-height:260px;
    margin-left:27px;
}

#unsent .center .unsent-sms{
    min-height:215px;
    background:#f5f5f5;
    border:1px solid #e0e0e0;
    border-radius:20px;
}

#unsent .send{
    height:53px;
    background-color:#26ad60;
    cursor:pointer;
}
#unsent .send p{
    text-align:center;
    color:#fff;
    font-size:16px;
    line-height:53px;
}
#unsent .send:hover{
    background:#27bc67;
}
#unsent .unsent-del{
    color:#aaafb3;
    font-size:14px;
    float:right;
    line-height:40px;
    margin-right:20px;
    cursor:pointer;
}
#unsent .unsent-send{
    color:#1c9e55;
    font-size:14px;
    float:right;
    line-height:40px;
    margin-right:20px;
    cursor:pointer;
}
#unsent .unsent-send:hover{
    color:#00be2e;;
}
#unsent .unsent-del:hover{
    color:#ff0000;
}
#unsent .sms-title{
    height:40px;
    margin-left:20px;
    line-height:40px;
    color:#333;
    font-size:14px;
    display:inline-block;
}
#unsent .sms-number{
    height:90px;
    background:#fff;
    color:#333;
    font-size:14px;
}
#unsent .sms-number p{
    width: 195px;
    margin:0 auto;
    font-size:15.3px;
    text-align:left;
    padding-top:13px;
}
#unsent .sms-content{
    margin:19px auto 0px auto;
    width:85%;
    height: 50px;
    overflow:hidden;
    cursor:pointer;
}
#unsent-show{
    width: 331px;
    height:auto;
    position:fixed;
    right:1px;
    bottom:1px;
    box-shadow:1px 1px 3px 3px #909090;
    background:#EDF0F4;
    cursor:pointer;
}

#unsent-show .top{
    height:40px;
    background:#f2f2f2;
}
#unsent-show .uss{
    line-height:30px;
    color:red!important;
}
#unsent-show .top img{
    margin-left:10px;
    float:left;
}
#unsent-show .top img:last-child{
    float:right;
    margin-right:10px;
    cursor:pointer;
}
#unsent-show .top p{
    display:inline-block;
    float:left;
    line-height:40px;
    font-size:14px;
    color:#333;
    margin-right:15px;
}
.mCSB_scrollTools .mCSB_draggerRail{background-color:#fff;width:5px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color:#e0e0e0;}
.mCSB_inside > .mCSB_container{margin-right:10px;}

#send{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.4);
    z-index:1;
    display:none;
}
#send .send-model{
    width:480px;
    height:auto;
    background:#fff;
    margin:120px auto 0px auto;
}
#send .send-model .top{
    height:42px;
    background:#f2f2f2;
}
#send .send-model .top p{
    font-size: 14px;
    color:#333;
    float:left;
    line-height:43px;
    display:inline-block;
    margin-left:10px;
}
#send .send-model .top img{
    float:right;
    margin-right:10px;
}

.layui-layer-content .center{
    height:517px;
    background:url("../img/pro-msg-model.png") no-repeat center;
    background-size:240px 453px;
}

.layui-layer-content .center .remind{
    text-align:center;
    color:#1f456b;
    line-height:20px;
    padding-top:5px;
}

.layui-layer-content .send{
    background:#26ad60;
    height:50px;
    font-size:16px;
    text-align:center;
    color:#fff;
    line-height:50px;
    word-spacing:5px;
    cursor:pointer;
}
.layui-layer-content .send:hover{
    background:#1c9e55;
}
.layui-layer-content .center .txt{
    width:180px;
    padding:6px;
    border-radius:8px;
    background:#e8e8e8;
    color:#333;
    font-size:14px;
    position:relative;
    top:115px;
    left:129px;
    overflow:hidden;
}
#send .send-model .close{
    cursor:pointer;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
    color:    #bbb;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
    color:    #bbb;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
    color:    #bbb;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
    color:    #bbb;
}