html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    min-width: 1200px;
    background: #eeefef
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
}

.ts-2 {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.ts-3 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ts-5 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

button {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 14px;
    border: 0;
    border-radius: 4px;
    margin-left: 4px;
}

button.confirm {
    background: #02bdd7;
    color: #fff;
}

button.remove {
    background: #eff0f5;
    color: #666666;
}

.slide-button {
    background: #e8eaef;
    display: block;
    width: 42px;
    height: 24px;
    border-radius: 9999px;
    position: relative
}

.slide-button i {
    background: #fff;
    height: 20px;
    width: 20px;
    dissplay: block;
    border-radius: 100%;
    position: absolute;
    top: 2px;
    left: 2px;
}

.slide-button.active {
    background: #02bdd7
}

.slide-button.active i {
    right: 2px;
    left: initial
}

.slide-list {
    font-size: 13px;
    color: #666;
    /*padding: 12px 8px;
   padding-left: 14px;*/
    line-height: 26px;
    display: block;
    overflow: hidden;
}

.slide-list .slide-button {
    float: right;
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.header, .warpper {
    min-width: 1200px;
}

.header {
    height: 70px;
    background: #283031;
    line-height: 70px;
}

.header-left {
    float: left;
}

.header-left-img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #00bcd7;
    border-radius: 100%;
    margin-top: 10px;
    margin-left: 12px;
    color: #fff;
    text-align: center;
    position: relative;
    float: left;
}

.header-left-img .iconfont {
    font-size: 30px;
}

.header-left-img .state {
    display: block;
    height: 12px;
    width: 12px;
    position: absolute;
    right: -2px;
    top: 2px;
    border-radius: 100%;
    z-index: 2
}

.header-left-img .state.online-state {
    background: #20e91b
}

.header-left-img .state.leave-state {
    font-size: 14px;
    color: #ccc;
    background: #fff;
}

.header-left-img .state.leave-state:before {
    top: -18px;
    position: absolute;
    left: -1px;
}

.header-left-img .state:hover {
    cursor: pointer
}

.header-left-img .state.out {
    background: #f93d5d
}

.header-left-name {
    color: #fff;
    margin-left: 12px;
    font-size: 14px
}

.state-list {
    background: #fff;
    border-radius: 6px;
    position: absolute;
    color: #333;
    z-index: 111;
    font-size: 13px;
    overflow: hidden;
    padding: 10px 0px;
    top: 4%;
    left: 116%;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .1);
    display: none;
}

.state-list li {
    padding: 1px 10px;
    height: 24px;
    line-height: 24px;
    width: 60px;
    overflow: hidden;
}

.state-list li:hover {
    background: #e5e6e9;
    cursor: pointer;
}

.state-list i {
    float: left;
    border-radius: 100%;
}

.state-list i.online, .state-list i.out {
    display: block;
    height: 14px;
    width: 14px;
    margin-top: 4px;
}

.state-list i.online {
    background: #20e91b
}

.state-list i.out {
    background: #f93d5d
}

.state-list .icon-shijian1 {
    color: #d6d7d8;
    font-size: 15px;
}

.mask-state {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: none
}

.header-right {
    float: right;
    color: #fff;
}

.header-right .iconfont {
    font-size: 20px;
}

.header-right ul li {
    float: left;
    padding: 0 22px;
    position: relative
}

.header-right .wait-show:hover {
    background: #222;
    cursor: pointer
}

.header-right .paidui-num, .warp-left-user .num, .table-list-end .num {
    position: absolute;
    background: #ff6130;
    top: 14px;
    right: -8px;
    height: 14px;
    line-height: 16px;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 9999px;
    min-width: 10px;
    text-align: center;
}

.header-right .paidui-num {
    right: 8px;
}

.warpper {
    width: 100%;
    min-width: 1200px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 70px;
}

.warpper-left {
    width: 290px;
    float: left;
    height: 100%;
    background: #fff;
    border-right: 1px solid #eeefef;
    overflow-y: scroll
}

.warp-left-search {
    background: #eff0f5;
    height: 62px;
    width: 100%;
    overflow: hidden;
}

.warp-left-input {
    background: #fff;
    height: 34px;
    width: 92%;
    border-radius: 9999px;
    margin: 0 auto;
    margin-top: 14px;
}

.warp-left-input .icon-iconfontsousuo1 {
    color: #c9c9cc;
    font-size: 20px;
    float: left;
    margin-top: 8px;
    margin-left: 10px;
}

.warp-left-input input {
    font-size: 13px;
    width: 80%;
    margin-left: 4px;
    height: 20px;
    line-height: 20px;
    margin-top: 7px;
    border: 0;
}

.warp-left-user ul li {
    padding: 14px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eff0f5;
}

.warp-left-user ul li:hover, .warp-left-user ul li.active {
    background: #f8f9fc;
    cursor: pointer
}

.warp-left-user ul li img {
    float: left;
    border-radius: 9999px;
    width: 54px;
    height: 54px;
}

.warp-left-user ul li .warp-left-user-text img {
    width: 27px;
    height: 27px;
}

.warp-left-user ul li .num {
    right: 14px;
    color: #fff;
}

.warp-left-user-text {
    margin-left: 8px;
    float: left;
    margin-top: 11px;
    overflow: hidden;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.warp-left-user-text h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 7px;
}

.warp-left-user-text span {
    font-size: 13px;
    color: #999;
    display: block;
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.warpper-center {
    background: #f8f9fc;
    height: 100%;
    float: left;
    position: absolute;
    left: 291px;
    right: 360px;
}

.warp-center-title {
    width: 100%;
    padding: 24px 22px;
    box-sizing: border-box
}

.warp-center-title h4 {
    font-size: 16px;
    color: #333;
}

.warp-center-title h4 span {
    font-size: 12px;
    color: #aaa;
    margin-left: 8px;
}

.warp-con {
    position: absolute;
    width: 100%;
    top: 60px;
    bottom: 0;
    overflow: hidden;
}

.warp-con-product {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 6px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background:#fff;
}

.warp-con-product img {
    border: 1px solid #eff0f5;
    padding: 2px;
    display: block;
    width: 54px;
    height: 54px;
    float: left;
}

.warp-con-product a.btn-send {
    position: absolute;
    right: 14px;
    top: 50%;
    margin-top: -4px;
    font-size: 12px;
    color: #999999;
}

.warp-con-product-text {
    margin-top: 12px;
    margin-left: 12px;
    float: left;
    width: 80%;
}

.warp-con-product-text h4 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    display: block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.warp-con-product-text .price {
    font-size: 16px;
    color: #f93d5d
}

.warp-chat {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    bottom: 240px;
    padding-bottom: 20px;
    overflow-y: scroll
}

.warp-chat ul li {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.warp-chat-left img, .warp-chat-right img {
    width: 46px;
    height: 46px;
}

.warp-chat-left {
    float: left;
    padding-left: 24px;
    width: 100%;
}

.warp-chat-right {
    float: right;
    padding-right: 24px;
    width: 100%;
}

.warp-chat-left img {
    float: left;
    margin-right: 10px;;
}

.warp-chat-right .text img {
    width: auto;
    height: auto;
    float: initial;
    margin: 0;
    max-width:100px;
}

.warp-chat-left .text img {
    width: auto;
    height: auto;
    float: initial;
    margin: 0;
    max-width:120px;
}

.warp-chat-right img {
    float: right;
    margin-left: 10px;
}

.warp-chat-left h5 {
    text-align: left;
}

.warp-chat-right h5 {
    text-align: right;
}

.warp-chat-left .warp-chat-con {
    float: left;
    margin-left: 6px;
}

.warp-chat-right .warp-chat-con {
    float: right;
    margin-right: 6px;
}

.warp-chat-con {
    margin-top: 2px;
    max-width: 80%
}

.warp-chat-con .text {
    font-size: 13px;
    line-height: 1.4;
    padding: 10px;
    max-width: 100%;
    border-radius: 6px;
    position: relative
}

/*-----------客服端商品消息样式-------*/
.warp-chat-con .text .new_message_list { display:block;float: left;min-width: 350px;}  /* 一直缩在一起，给了最小宽度350 */
.warp-chat-con .text a { color: #3a63c2;}
.warp-chat-con .text .new_message_list a { color: #333;}
.warp-chat-con .text .new_message_list img { border: 1px solid #eff0f5;padding: 5px;display: block;width: 54px;height: 54px;float: left;}
.warp-chat-con .text .new_message_list .left_goods_info {margin-top: 5px;margin-left: 10px;float: left;width: 75%;}
.warp-chat-con .text .new_message_list .left_goods_info h4 {margin-bottom:5px;}
.warp-chat-con .text .new_message_list .left_goods_info span {color:#f93d5d}

#xx {
    float: right;
}

.warp-chat-con .text:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
}

.warp-chat-left .text:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fff;
    border-left: 10px solid transparent;
    left: -18px;
    top: 6px;
}

.warp-chat-right .text:before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #eff0f5;
    right: -18px;
    top: 6px;
}

.warp-chat-left .text {
    background: #fff;
    color: #000;
    max-width: 100%;
    float: left;
    word-wrap: break-word;
}

.warp-chat-right .text {
    background: #eff0f5;
    color: #333333;
    min-height: 18px;
    float: right;
    word-wrap: break-word;
}

.warp-chat-con h5 {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
}

.warp-chat-con h5 span {
    font-size: 12px;
    color: #aaa;
    margin-left: 4px;
}

.warp-editor {
    width: 100%;
    height: 240px;
    bottom: 0;
    position: absolute;
    border-top: 1px solid #eff0f5;
}

.warp-editor .history-list {
    font-size: 18px;
    color: #959699;
    position: absolute;
    right: 10px;
    top: 11px;
}

.warp-editor .history-list i {
    font-size: 22px;
}

.warp-editor .history-list:hover i {
    color: #1dafc3
}

.warp-editor .confirm {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 14px;
}

.warpper-right {
    position: absolute;
    height: 100%;
    background: #fdfdfe;
    right: 0;
    width: 360px;
    border-left: 1px solid #eff0f5;
	overflow: hidden;
}

/*.warpper-right-setting{}*/

.warpper-right-setting {
    width: 100%;
    text-align: left;
}

.warpper-right-setting .hd {
    height: 58px;
    line-height: 58px;
    font-size: 15px;
    color: #666;
    position: relative;
    border-bottom: 1px solid #eff0f5;
}

.warpper-right-setting .hd > ul {
    float: left;
    position: absolute;
    left: 20px;
    top: -1px;
    height: 32px;
}

.warpper-right-setting .hd > ul > li {
    float: left;
    padding: 0 4px;
    margin-right: 20px;
    cursor: pointer;
}

.warpper-right-setting .hd > ul > li.on {
    height: 58px;
    color: #333;
    border-bottom: 2px solid #02bdd7
}

.warpper-right-setting .bd > ul {
    zoom: 1;
    width: 100%;
}

.warpper-right-setting .bd > li {
    height: 24px;
    line-height: 24px;
}

.warpper-right-setting .bd > li .date {
    float: right;
    color: #999;
}

.warpper-right-setting .bd > ul > li ul li {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 24px 18px;
    border-bottom: 1px solid #eff0f5;
    box-sizing: border-box
}

.warpper-right-setting .bd > ul > li ul li:last-of-type {
    border-bottom: 0;
}

.warpper-right-setting .bd > ul > li ul li .warp-right-reply-textarea {
    display: none
}

.warpper-right-setting .bd > ul > li ul li.active i {
    display: none;
}

.warpper-right-setting .bd > ul > li ul li.active .warp-right-reply-text {
    display: none;
}

.warpper-right-setting .bd > ul > li ul li.active .warp-right-reply {
    width: 100%;
    margin-left: 0;
}

.warpper-right-setting .bd > ul > li ul li.active .warp-right-reply-textarea {
    display: inherit
}
#jw-history-list, #jw-history-list-two {height:100%;background: #fdfdfe;}
#jw-history-list li:hover{background:#d8f4f0;border:1px solid #7ee2d3;padding:0.5px 3px;box-sizing:border-box;}
#jw-history-list li, #jw-history-list-two li{position:relative;}
#jw-history-list li .watchmsg, #jw-history-list-two li .watchmsg{position:absolute;top:3px;right:3px;display: none;font-size:12px;cursor: pointer;
    text-decoration: underline;color:blue;}
#jw-history-list a, #jw-history-list-two a{text-align: right;cursor: pointer;display:block;}
.warpper-right-loca {
    width: 361px;
    position: fixed;
    top: 70px;
    bottom: 0;
    right: -361px;
    background: #fff;
    border-left: 1px solid #eff0f5;
    padding: 16px;
    box-sizing: border-box;
}
.warpper-right-loca.active {
    right: 0;
}

.warpper-right-loca .locl-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
    box-sizing: border-box;
    overflow-y: scroll;
    padding: 14px;
}

.warpper-right-loca span.time {
    display: block;
    font-size: 12px;
    color: #bbb;
    margin: 6px auto;
    text-align: center;
}

.warpper-right-loca h5.name {
    margin-bottom: 0;
    font-size: 13px;
}

.warpper-right-loca h5.name {
    margin-bottom: 0;
}

.warpper-right-loca h5.user, .warpper-right-loca h5.user span {
    color: #1dafc3;
}

.warpper-right-loca h5.admin, .warpper-right-loca h5.admin span {
    color: #1ec144;
}

.warpper-right-loca .warp-chat-con .text {
    padding: 8px 0
}

.warpper-right-loca .footer-tool {
    height: 50px;
    line-height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #e9eaed;
    left: 0;
    right: 0;
    padding: 0 10px;
    box-sizing: border-box
}

.warpper-right-loca .footer-tool .footer-tool-date {
    font-size: 12px;
    color: #333;
    float: left;
}

.warpper-right-loca .footer-tool .footer-tool-date:hover {
    cursor: pointer;
}

.warpper-right-loca .footer-tool .footer-tool-date i {
    margin-right: 3px;
    font-size: 18px;
    color: #959699
}

.warpper-right-loca .footer-tool-search {
    border: 1px solid #e8e8e9;
    height: 23px;
    line-height: 22px;
    width: 140px;
    text-align: center;
    border-radius: 6px;
    float: left;
    margin-left: 18px;
    margin-top: 13px;
    margin-right: 16px;
    position: relative;
}

.warpper-right-loca .footer-tool-search i {
    color: #aaa;
    position: absolute;
    left: 6px;
    top: 2px;
}

.warpper-right-loca .footer-tool-search input {
    width: 76%;
    border: none;
    color: #666;
    margin-left: 22px;
}

.footer-tool-page i {
    font-size: 14px;
}

.footer-tool-page a {
    color: #999;
}

.footer-tool-page a:hover {
    color: #666
}

.warp-right-reply-icon {
    float: left;
    font-size: 14px;
    color: #bbb;
    line-height:22px;
}

.warp-right-reply {
    float: left;
    width: 93%;
    margin-left: 8px;
}

.warp-right-reply textarea {
    font-size: 13px;
    min-height: 40px;
    max-height: 230px;
    width: 100%;
    border: 1px solid #e9eaed;
    border-radius: 8px;
    padding: 8px;
    box-sizing: border-box;
    color: #666666;
    line-height: 1.4;
}

.warp-right-reply .warp-right-reply-text {
    font-size: 13px;
    color: #333333;
    line-height: 1.4
}

.warp-right-reply-btn {
    width: 100%;
    text-align: right;
    margin-top: 16px;
}

.add-reply {
    border: 1px solid #eff0f5;
    border-radius: 4px;
    font-size: 13px;
    padding: 8px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    width: 86%;
    display: block;
    margin: 0 auto;
    margin-top: 22px;
    color: #666;
    text-decoration: none
}

.add-reply:hover {
    color: #333;
    border: 1px solid #eee;
}

.modal {
    background: #fff;
    width: 900px;
    height: 620px;
    left: 50%;
    margin-left: -450px;
    top: 5%;
    position: fixed;
    z-index: 113;
    display: none;
}

.modal.show {
    display: block;
}

.modal-header {
    padding: 18px 16px;
    border-bottom: 1px solid #F6F6F9;
    display: flex;
    justify-content: space-between;
    color: #1f2d3d
}

.modal-close {
    float: right;
    color: #c0ccda;
    border-left: 1px solid #e3e8ec;
    padding-left: 12px;
}

.modal-close:hover {
    cursor: pointer;
    color: #02bdd7
}

.modal-body, .modal-footer {
    padding: 12px 22px;
    height: 540px;
    overflow-x: hidden;
}

.modal-footer-left {
    float: left;
}

.modal-footer-right {
    float: right;
}

.table-list {
    width: 100%;
}

.table-list tr {
    border-bottom: 1px solid #eff0f5
}

.table-list thead tr {
    border-bottom: 2px solid #eff0f5;
    margin-top: 10px;
}

.table-list thead th {
    font-size: 14px;
    font-weight: bold;
    padding: 16px 0
}

.table-list tbody td {
    padding: 16px 0;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
}

.table-list-title {
    width: 58%;
}

.table-list-title input[type=checkbox] {
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.table-list-title img {
    border-radius: 9999px;
    width: 54px;
    height: 54px;
    float: left;
    margin-right: 10px;
}

.table-list-title .title-desc img {
    width: 27px;
    height: 27px;
}

.table-list-title .title-desc {
    margin-top: 11px;
    width: 80%;
    float: left;
}

.table-list-title .title-desc h4 {
    font-size: 15px;
    color: #333333;
    margin-bottom: 5px;
    display: block;
    width: 100%;
}

.table-list-title .title-desc span {
    font-size: 12px;
    position:relative;
    color: #999999;
    display: block;
    width: 100%;
    #white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.table-list-end {
    position: relative;
}

.table-list-end .num, .table-list-end a {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 0
}

.table-list-end a {
    color: #00bcd7;
    top: 54px;
    font-size: 12px;
}

.mask {
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 112;
    display: none;
}

.mask.show {
    display: block;
}

.ec-checkbox {
    font-size: 13px;
}

.ec-checkbox input[type=checkbox] {
    margin-right: 6px;
}

.pages a {
    float: left;
    font-size: 13px;
    min-width: 7px;
    padding: 4px 7px;
    margin: 0 2px;
    color: #999
}

.pages a:hover {
    background: #F6F6F9
}

.pages a.active {
    background: #02bdd7;
    color: #fff;
    border-radius: 4px
}

.pages a.first, .pages a.end {
    color: #999;
}

.wait-access .modal-footer .confirm {
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
}

.layui-layedit {
    border: none;
}

.layui-layedit-tool {
    border-bottom: 1px solid #eff0f5;
}

.close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 16px;
    height: 16px;
    vertical-align: top;
    background: url(../images/icon.png);
    background-position: 1px -40px;
    cursor: pointer
}
.close-link{
    width: 100px;
    height: 30px;
    vertical-align: middle;
    float: right;
    background-color: #f0ad4e;
    color: #fff

}

.no-choice-obj {
    text-align: center;
    padding: 0 auto;
    margin-top: 100px;
    vertical-align: middle;
}
.no-choice-obj span{width:500px;height:500px;margin:0 auto;display:block;opacity:0.3}
.no-choice-obj p{color:#666;}

button.modify{background: #eff0f5;color: #666666;}
#jw-user-leave-ul li,#jw-take-user-ul li{padding:24px 18px;overflow:hidden;}
#jw-user-leave-ul li label,#jw-take-user-ul li label{margin-bottom:10px;}


/*--login start here--*/
body.login-box{
    background: url(../images/banner.jpg)repeat;
    padding:150px 0px 30px 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
}
.login {
    width: 25%;
    margin: 0 auto;
}
.logo{
    display: block;
    margin:0 auto;
    margin-bottom:50px;
}
.login-top {
    background: #fff;
    padding: 30px 60px;
}
.tit{
    background: #fff;
    padding: 30px 0px 25px;
    border-radius: 7px 7px 0px 0px;
    -webkit-border-radius:7px 7px 0px 0px;
    -moz-border-radius:7px 7px 0px 0px;
    -o-border-radius:7px 7px 0px 0px ;
    text-align: center;
    border-bottom:1px solid #e1e1e1;
}
.tit h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #22bbe7;
    /*margin: 0px 0px 20px 0px;*/
}
.login-top input[type="text"] {
    outline: none;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    padding: 15px 20px;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius:25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 0px 0px 12px 0px;
    width: 88%;
    -webkit-appearance: none;
}
.login-top input[type="password"]{
    outline: none;
    font-size: 15px;
    font-weight: 500;
    color: #818181;
    padding: 15px 20px;
    background: #CACACA;
    border: 1px solid #ccc;
    border-radius:25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 0px 0px 12px 0px;
    width: 88%;
    -webkit-appearance: none;
}

.login-bottom {
    background: #fff;
    padding:0 60px 40px 60px;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius:  0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    text-align: center;
}
.login-bottom input[type="submit"] {
    background: #2dc1ec;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 13px 7px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius:100px;
    -o-border-radius: 100px;
    margin: 0px 7px 0px 3px;
    outline: none;
    border: none;
    letter-spacing: 4px;
}
.login-bottom input[type="submit"]:hover {
    box-shadow: 2px 3px 6px 0 rgba(0,0,0,0.3) inset;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}


@media(max-width:1440px){
    .login {
        width: 28%;
    }
}
@media(max-width:1366px){
    .login {
        width: 30%;
    }
}
@media(max-width:1280px){
    .login {
        width: 33%;
    }
}
@media(max-width:1024px){
    .login {
        width: 41%;
    }
    .copyright {
        padding: 100px 0px 0px 0px;
    }
}


.checkbox, .cur {
    background: url(../images/login_icon.png) no-repeat;
    float: left;
    cursor: pointer;
}
.checkbox {
    width: 32px;
    height: 18px;
    background-position: -105px -50px;
    position: relative;
    margin: 2px 0 0 20px;
}
.checkbox .cur {
    width: 18px;
    height: 18px;
    transition: .4s;
    background-position: -153px -10px;
}
.checked .cur {
    -webkit-transform: translateX(85%);
    transform: translateX(85%);
}
.checked {
    background-position: -105px -10px;
}
.formText{overflow: hidden;}
.formText .span {
    font-size: 12px;
    line-height: 20px;
    float: left;
    margin-left: 7px;
    color: #b8b8b8;
}
.box{
    outline: none;
    font-size: 15px;
    font-weight: 500;
    color: #acacac;
    padding: 6px 20px;
    background: #e9e9e9;
    border: 1px solid #e9e9e9;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    margin: 0px 0px 12px 0px;
    width: 88%;
    -webkit-appearance: none;
    overflow: hidden;
}
.login-top .box input{
    padding:0;
    width:50%;
    float:left;
    margin:0;
    height:30px;
    line-height: 30px;
    padding-left:2px
}
.login-top .box img{float:right;}
.error{display: inline-block;padding-top: 5px;font-size: 12px;color: #ec5051;width: 300px;}
/*切换客服*/
.msg-list{padding:10px 0;border:1px solid #f8f8f8;border-radius:4px;overflow: hidden;background:rgba(0,0,0,0.6);position:absolute;bottom:33px;left:-45px;}
.msg-list li{width:70px;height:30px;padding:0 15px;text-align: center;line-height: 30px;font-size: 14px;color:#fff;overflow: hidden;}
.msg-list li:hover{color:#02bdd7;}


#jw-history-list img {
    width: auto;
    height: auto;
    float: initial;
    margin: 0;
    max-width: 300px;
}
/*历史消息下的商品信息*/
#jw-history-list .text .new_message_list { display:block; min-width: 300px;} /* 聊天记录 缩在一起，给最小宽度 300  */
#jw-history-list .text .new_message_list img { border: 1px solid #eff0f5;padding: 5px;display: block;width: 54px;height: 54px;float: left;}
#jw-history-list .text .new_message_list .left_goods_info {margin-top: 5px;margin-left: 10px;float: left;width: 73%;text-align: left} /* 自动掉下去，把文字宽度从 80 -> 73 */
#jw-history-list .text .new_message_list .left_goods_info h4 {margin-bottom:5px;}
#jw-history-list .text .new_message_list .left_goods_info span {color:#f93d5d}