.normal-shadow {
  box-shadow: 0 0 8px rgba(189, 192, 198, 0.76);
}
.transition-nor {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
@font-face {
  font-family: 'iconfont';
  /* project id 1346703 */
  src: url('//at.alicdn.com/t/font_1346703_xzwoneeg7li.eot');
  src: url('//at.alicdn.com/t/font_1346703_xzwoneeg7li.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1346703_xzwoneeg7li.woff2') format('woff2'), url('//at.alicdn.com/t/font_1346703_xzwoneeg7li.woff') format('woff'), url('//at.alicdn.com/t/font_1346703_xzwoneeg7li.ttf') format('truetype'), url('//at.alicdn.com/t/font_1346703_xzwoneeg7li.svg#iconfont') format('svg');
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
fieldset,
iframe,
img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea {
  font-size: 100%;
  color: #3e3e3e;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
address,
b,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
  font-style: normal;
  font-weight: 400;
}
a {
  text-decoration: none;
  cursor: pointer;
}
input,
select,
textarea {
  outline: 0;
  font-family: inherit;
}
input,
select {
  vertical-align: middle;
}
button {
  outline: none;
  border: none;
  -webkit-appearance: none;
}
input[type='text'],
input[type='password'],
input[type='number'],
select,
textarea {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #000000;
}
input::placeholder,
textarea::placeholder {
  color: #b8b8b8;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b8b8b8;
}
input:-moz-placeholder,
input:-moz-placeholder {
  color: #b8b8b8;
}
input:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #b8b8b8;
}
html,
body {
  height: 100%;
}
body {
  font-size: 12px;
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
  background-color: #fff;
  padding: 0;
  margin: 0;
  opacity: 0;
  transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
}
body.top-doc,
body.main-doc {
  opacity: 1;
  overflow: hidden;
  background-color: #fff;
  background-image: none;
  box-sizing: border-box;
}
body.fade-doc {
  opacity: 1;
  padding: 0 20px;
}
body.main-doc {
  padding: 0 20px;
}
body.defaultW {
  min-width: 1200px;
  overflow-x: scroll;
}
.topnav,
.main {
  min-width: 955px;
}
body.loading_cursor {
  cursor: wait;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #2892eb;
  text-decoration: none;
}
img,
a img {
  border: 0;
}
ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}
li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
hr.border {
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #eaeaea;
}
.fwb {
  font-weight: bolder;
}
p,
input,
select,
button {
  font-size: 12px;
}
.btn {
  min-width: 70px;
  display: inline-block;
  height: 30px;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #0f86ea;
  background-color: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 0 15px;
  font-size: 12px;
  color: #0f86ea;
  cursor: pointer;
}
.btn:hover,
.btn:active {
  color: #ffffff;
  background-color: #0f86ea;
}
.btn.btn-primary {
  color: #ffffff;
  background-color: #0f86ea;
}
.btn.btn-primary:hover {
  border-color: #2892eb;
  background-color: #2892eb;
}
.btn.btn-cancel,
.btn.cancle {
  color: #ffffff;
  border-color: #8c9298;
  background-color: #8c9298;
}
.btn.btn-cancel:hover,
.btn.cancle:hover {
  border-color: #767d84;
  background-color: #767d84;
}
.btn.large {
  font-size: 14px;
  min-width: 160px;
  height: 36px;
  line-height: 36px;
}
.btn.disabled,
.btn[disabled] {
  color: #797979 !important;
  cursor: not-allowed;
  border-color: #d7d7d7 !important;
  background-color: #d7d7d7 !important;
}
.btn.btn-large {
  width: 170px;
  height: 50px;
  line-height: 48px;
  font-size: 17px;
}
.btn.btn-big {
  width: 150px;
  height: 40px;
  line-height: 38px;
  font-size: 17px;
}
.btn.btn-small {
  width: 80px;
  height: 25px;
  line-height: 23px;
}
.btn.btn-mini {
  font-size: 12px;
  width: 80px;
  height: 25px;
  line-height: 23px;
}
textarea.input-text {
  height: 55px;
}
/*label radio checkbox*/
label.radio,
label.checkbox {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  margin-right: 10px;
}
label.radio span,
label.checkbox span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
  cursor: pointer;
}
label.radio input,
label.checkbox input {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  margin-top: 6px;
  cursor: pointer;
}
.links {
  font-size: 0;
}
.links a {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.clearfix {
  display: block;
  clear: both;
}
/*display*/
.disbk {
  display: block;
}
.disibk {
  display: inline-block;
}
.disn {
  display: none;
}
.disbil {
  display: inline;
}
.va_top {
  vertical-align: top;
}
.w920 {
  width: 920px;
}
/*float*/
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
/*text-align*/
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
/* margin padding */
.mpzero {
  margin: 0;
  padding: 0;
}
.mgzero {
  margin: 0;
}
.pdzero {
  padding: 0;
}
.ws_nr {
  white-space: nowrap;
}
/*颜色*/
.col_e61e18 {
  color: #e61e18;
}
.col_205aa4 {
  color: #2892eb;
}
.col_ff0000 {
  color: #ff0000;
}
.col_23a8eb {
  color: #23a8eb;
}
.col_7a7a7a {
  color: #7a7a7a;
}
a.col_23a8eb:hover {
  color: #23a8eb;
}
/*背景色*/
.bg_fff {
  background-color: #fff;
}
.bg_f5f7f8 {
  background-color: #f5f7f8;
}
/**/
.mr10 {
  margin-right: 10px;
}
.mr60 {
  margin-right: 60px;
}
.mr0 {
  margin-right: 0;
}
.ml25 {
  margin-left: 25px;
}
.mt15 {
  margin-top: 15px;
}
.mt5 {
  margin-top: 5px;
}
.fontsize0 {
  font-size: 0;
}
.normal-line {
  width: 100%;
  height: 1px;
  background-color: #eeeff2;
}
.tb-header {
  position: relative;
}
.tb-header .tb-scroll-left,
.tb-header .tb-scroll-right {
  position: absolute;
  left: 0;
  width: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  text-align: center;
  background-color: #f5f9fd;
  border: 1px solid #cad0d3;
  color: #6b6b6b;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.tb-header .tb-scroll-right {
  left: auto;
  right: 0;
}
.tb-header .tb-wraper {
  position: relative;
  height: 32px;
  overflow: hidden;
}
.tb-header .tb-wraper .tb_row_width {
  display: inline-block;
}
.tb-header[attr-scroll="scrollbar"] .tb-scroll-left,
.tb-header[attr-scroll="scrollbar"] .tb-scroll-right {
  display: block;
}
.tb-header[attr-scroll="scrollbar"] .tb-wraper {
  padding: 0 20px;
  overflow: hidden;
}
.tb-header[attr-scroll="scrollbar"] .tab_links {
  padding-left: 0;
}
.green_point,
.gray_point {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
  margin-left: 10px;
}
.green_point {
  background-color: #5ab847;
}
.gray_point {
  background-color: #b3b3b3;
}
.cad_title {
  line-height: 25px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #000000;
}
.cad_title a {
  font-size: 12px;
  color: #23a8eb;
  font-weight: bold;
}
.cad_title a:hover {
  color: #28323a;
}
.nt_title {
  font-size: 12px;
  color: #606f7b;
  /*color: #c0c0c0;*/
  line-height: 20px;
  margin: 10px 0;
}
.nt_foot {
  font-size: 12px;
  line-height: 20px;
  margin-top: 6px;
  padding: 0 8px;
  color: #23a8eb;
}
/**
 * date:2017-02-27;
 * author:zsx;
 * about: article-view;
 */
.article_txt {
  padding: 20px;
}
.article_txt .title,
.article_txt .date {
  font-size: 14px;
  color: #000000;
  text-align: center;
}
.article_txt .date {
  font-size: 12px;
  color: #959595;
}
.article_txt .article_main img {
  max-width: 100%;
}
.r-img {
  margin: 10px auto 5px;
}
.pd10px {
  padding: 10px 0;
}
.pdtop16 {
  padding-top: 16px;
}
/*wdatepicker*/
.date-ico {
  cursor: pointer;
  background-image: url(../image/icon-date.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 8px) center;
}
.animate-show {
  box-shadow: 0 0 8px rgba(189, 192, 198, 0.76);
  background-color: #ffffff;
  border: 1px solid #eeeff2;
  margin-top: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  animation: datepickmove 0.3s 1;
  -webkit-animation: datepickmove 0.3s 1;
}
@keyframes datepickmove {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
@-webkit-keyframes datepickmove {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
@-moz-keyframes datepickmove {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
@-o-keyframes datepickmove {
  from {
    margin-top: 15px;
  }
  to {
    margin-top: 2px;
  }
}
.call-hs-alert {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  bottom: -200px;
  z-index: 99999;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 100px;
}
.call-hs-alert .call-list-ico,
.call-hs-alert .close-cha-ico {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
}
.call-hs-alert .call-list-ico {
  width: 20px;
  height: 20px;
  margin-left: 90px;
  margin-right: 70px;
  background-image: url('../image/ch-list.png');
}
.call-hs-alert .close-cha-ico {
  width: 35px;
  height: 35px;
  background-image: url('../image/cha-close.png');
}
.call-hs-alert .close-cha-ico:hover {
  background-image: url('../image/cha-close-hover.png');
}
/*客户管理*/
.article_audio,
.article_audio2 {
  display: none;
}
.audio_box {
  padding: 10px 10px;
  position: relative;
  height: 35px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 0;
  border-bottom: 1px solid #d4d4d4;
}
.audio_box > b,
.audio_box > a,
.audio_box > div,
.audio_box .level {
  vertical-align: middle;
  font-size: 14px;
  display: inline-block;
}
.audio_box .range {
  width: 100px;
  height: 3px;
  background: #eee;
  position: relative;
  margin-right: 20px;
}
.audio_box .range .interval {
  width: 100%;
  height: 100%;
  background: #000;
}
.audio_box .range .interval.active {
  width: 0 !important;
}
.audio_box .range i {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 100%;
  border-radius: 50%;
  background: #000;
  margin-top: -6px;
  cursor: pointer;
}
.audio_box .range i.active {
  left: -6% !important;
}
.audio_box .level {
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  color: #1b1b1b;
  cursor: pointer;
}
.audio_box .level:hover {
  color: #e4393c;
  border-color: #e4393c;
}
.audio_box .play_btn {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../image/goad.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
}
.audio_box .play_btn.on {
  background: url(../image/noad.png) no-repeat;
  background-size: 100% 100%;
}
.audio_box .time_p {
  display: inline-block;
  width: 100px;
  font-size: 16px;
  color: #8f8f8f;
  margin-left: 5px;
}
.audio_box .time_p span {
  float: left;
}
.g-Record {
  position: relative;
}
.g-Record:after {
  clear: both;
  content: '';
  width: 0;
  display: block;
}
.g-Record .m-nav {
  width: 120px;
  height: 520px;
  overflow: auto;
  border-right: 1px solid #d4d4d4;
  float: left;
}
.g-Record .m-nav .s-details {
  padding: 10px;
  border-bottom: 1px solid #d4d4d4;
  cursor: pointer;
}
.g-Record .m-nav .s-details span,
.g-Record .m-nav .s-details b {
  display: block;
  text-align: center;
  color: #1b1b1b;
}
.g-Record .m-nav .s-details span {
  font-size: 12px;
}
.g-Record .m-nav .s-details b {
  font-weight: normal;
  font-size: 12px;
  margin-top: 5px;
}
.g-Record .m-nav .s-details:hover span,
.g-Record .m-nav .s-details.active span,
.g-Record .m-nav .s-details:hover b,
.g-Record .m-nav .s-details.active b {
  color: #e4393c;
}
.g-Record .m-content {
  float: right;
  padding: 10px;
  padding-top: 20px;
  width: 719px;
  height: 490px;
  overflow: auto;
}
.g-Record .m-content > div {
  margin-bottom: 20px;
}
.g-Record .m-content > div div {
  font-size: 0;
}
.g-Record .m-content > div div i {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(../image/serviceuser.png) no-repeat center center;
  background-size: 60% 60%;
  background-color: #76b8fb;
  border-radius: 50%;
  vertical-align: middle;
}
.g-Record .m-content > div div span {
  display: inline-block;
  max-width: 550px;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 10px;
  background: #62d430;
  border-radius: 5px;
  vertical-align: middle;
}
.g-Record .m-content > div b {
  font-size: 12px;
  font-weight: normal;
  color: #b199a5;
  display: block;
  margin-top: 10px;
}
.g-Record .m-content .s-service div:after {
  clear: both;
  content: '';
  width: 0;
  display: block;
}
.g-Record .m-content .s-service i,
.g-Record .m-content .s-service span {
  float: right;
}
.g-Record .m-content .s-service i {
  margin-left: 15px;
}
.g-Record .m-content .s-service b {
  text-align: right;
  margin-right: 35px;
}
.g-Record .m-content .s-user div span {
  border: 1px solid #e2e2e2;
  background: #fff;
}
.g-Record .m-content .s-user div i {
  margin-right: 15px;
  background-image: url(../image/user.png);
}
.g-Record .m-content .s-user a {
  background: url(../image/usermu2.gif) no-repeat center center;
  background-size: 100% 80%;
  width: 35px;
  height: 35px;
  display: inline-block;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  vertical-align: middle;
  margin-left: 15px;
}
.g-Record .m-content .s-user a.active {
  background-image: url(../image/usermu.gif);
}
.g-Record .m-content .s-user b {
  margin-left: 35px;
}
.g-Record .m-level,
.g-Record .m-dow {
  position: absolute;
  left: 0px;
  right: 0;
  bottom: 0;
  top: -1px;
  background: rgba(0, 0, 0, 0.3);
}
.g-Record .m-level.dis,
.g-Record .m-dow.dis {
  display: none;
}
.g-Record .m-level .s-content,
.g-Record .m-dow .s-content {
  width: 400px;
  height: 300px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -150px;
  margin-left: -200px;
  border: 1px solid #eee;
  background: #fff;
}
.g-Record .m-level .s-content .title,
.g-Record .m-dow .s-content .title {
  padding: 0 80px 0 20px;
  border-bottom: 1px solid #eee;
  color: #333;
  overflow: hidden;
  border-radius: 2px 2px 0 0;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  color: #ffffff;
  background-color: #2892eb;
  margin-right: -1px;
  margin-left: -1px;
  margin-top: -1px;
}
.g-Record .m-level .cz,
.g-Record .m-dow .cz {
  font-size: 0;
  text-align: right;
}
.g-Record .m-level .cz button,
.g-Record .m-dow .cz button {
  margin-right: 10px;
}
.g-Record .m-level .s-content .detais {
  padding: 10px;
  padding-left: 30px;
  height: 200px;
  overflow: auto;
}
.g-Record .m-level .s-content .detais .field_select {
  display: inline-block;
}
.g-Record .m-dow .s-content .checklist {
  padding: 10px;
  padding-left: 30px;
  height: 200px;
}
.g-Record .m-dow .s-content .checklist h4 {
  font-size: 0;
}
.g-Record .m-dow .s-content .checklist h4 label input[type='checkbox'] {
  margin: 0;
}
.g-Record .m-dow .s-content .checklist h4 span {
  font-weight: normal;
}
.g-Record .m-dow .s-content .checklist .labelrow {
  height: 185px;
  width: 100%;
  overflow: auto;
}
.g-Record .m-dow .s-content .checklist label {
  margin-left: 0;
  width: 100px;
  margin-right: 0;
  text-align: left;
}
.g-Record .m-dow .s-content .checklist label input[type='checkbox'] {
  margin-right: 5px !important;
}
.g-Record .m-dow .s-content .checklist span,
.g-Record .m-dow .s-content .checklist label {
  display: inline-block;
  font-size: 12px;
}
.g-Record .m-dow .s-content .checklist span {
  width: 100px;
}
input[type='checkbox'] {
  position: relative;
}
input[type='checkbox']::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -7px;
  left: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  border: 1px solid #bbbbbb;
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
input[type='checkbox']:checked::after {
  border: 1px solid #0f86ea;
  background-color: #3388ff;
  background-image: url(../image/icon-checkbox-checked.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.r-panel-header {
  min-height: 42px;
  background-color: #f8f8f8;
  padding-left: 17px;
}
.r-panel-header .panel-tit {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  line-height: 42px;
}
.r-panel-header .panel-tit::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 12px;
  background-color: #49d000;
  margin-right: 6px;
  margin-top: -2px;
  vertical-align: middle;
}
.r-panel-header .icon-arrow {
  cursor: pointer;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin: -4px 0 0 5px;
  display: inline-block;
  background: url(../image/icon-arrow.png) 0 0 no-repeat;
  background-position: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.r-panel-header .icon-arrow.close {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.feedback-layer {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 999;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.feedback-layer .feedback-conbox {
  display: inline-block;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -100px;
  text-align: center;
}
.feedback-layer .feedback-conbox .feedback-info {
  position: relative;
  max-width: calc(100% - 100px);
  display: inline-block;
  padding: 15px 30px;
  color: #ffffff;
  font-size: 14px;
}
.feedback-layer .feedback-conbox .feedback-info a {
  color: #ffffff;
  margin-left: 5px;
  text-decoration: underline;
}
.feedback-layer .feedback-conbox .feedback-info a:hover {
  font-weight: bold;
}
.feedback-layer .feedback-conbox .feedback-info i.bcolor {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #35bd00;
  opacity: 0.84;
  z-index: -1;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
.feedback-layer.theme-failure .feedback-conbox .feedback-info i.bcolor {
  background-color: #ff8a00;
}
.feedback-layer.theme-forbidden .feedback-conbox .feedback-info i.bcolor {
  background-color: #535353;
}
.feedback-layer.theme-success,
.feedback-layer.theme-failure,
.feedback-layer.theme-forbidden {
  opacity: 1;
}
.back-breadcrumb {
  margin-left: -5px;
}
.back-breadcrumb .back-link-icon {
  line-height: 30px;
  cursor: pointer;
  color: #000000;
}
.back-breadcrumb .back-link-icon:hover {
  color: #0f86ea;
}
.back-breadcrumb .back-link-icon > i {
  width: 12px;
  height: 12px;
  background: url(../image/ic-arrow-right.png) center center no-repeat;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  display: inline-block;
  font-size: 26px;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #000000;
}
body {
  min-width: 900px;
  background-color: #edeff2;
  opacity: 1;
}
.fr {
  float: right;
}
.f-bold {
  font-weight: bold;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.l-header {
  height: 90px;
}
.l-header > div {
  padding-top: 25px;
}
.l-footer > p {
  font-size: 12px;
  color: #909090;
  margin: 35px 0;
  text-align: center;
}
.wrap-login {
  position: relative;
  width: 1000px;
  height: 570px;
  margin: 0 auto;
  margin-top: 3%;
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(175, 175, 175, 0.35);
}
.wrap-login .login-form {
  position: absolute;
  height: 100%;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 10px 0 0 10px;
}
.wrap-login .cover-container {
  min-width: 600px;
  width: calc(100% - 540px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  min-height: 570px;
  background-color: #ffffff;
}
.wrap-login .cover-container img {
  height: 100%;
  flex: 0 0 auto;
}
.l-form {
  padding: 10px 25px 25px;
}
.l-form[role="login"] {
  position: relative;
  padding: 0 55px;
  width: 400px;
  min-height: 500px;
}
.l-form[role="register"],
.l-form[role="forget"] {
  width: 400px;
  padding: 0 55px;
  margin: 0 auto;
}
.l-form h4 {
  font-size: 16px;
  color: #1f2943;
  margin: 15px 5px 30px;
}
.l-form .p_h4 {
  font-size: 24px;
  color: #000000;
  margin: 0 0 40px;
}
.l-form .input-row {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.l-form .input-row:after {
  content: "";
  display: block;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ebebeb;
}
.l-form .input-row.v_error:after {
  border-bottom: 1px solid #ec695e;
}
.l-form .input-row input {
  border: 0;
  padding: 10px 5px;
  font-size: 14px;
  color: #000000;
  outline: medium none;
  background-color: transparent;
}
.l-form .input-row input:not([role="code"]):not([role="secode"]):not([role="password"]) {
  width: calc(100% - 10px);
}
.l-form .input-row input[role="password"] {
  width: calc(100% - 50px);
}
.l-form .input-row input[role="code"] {
  width: calc(100% - 190px);
}
.l-form .input-row input[role="secode"] {
  width: calc(100% - 140px);
}
.l-form .input-row .v-toggle-psw {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/login/view-psw.png) 0 0 no-repeat;
  background-position: 0 -40px;
  cursor: pointer;
}
.l-form .input-row .v-toggle-psw.open {
  background-position: 0 0;
}
.l-form .input-row[data-key="msgcode"] .r-code {
  float: right;
  width: 135px;
}
.l-form .input-row[data-key="msgcode"] .btn {
  margin: 0;
  height: 38px;
  font-size: 12px;
  margin-top: 10px;
}
.l-form .input-row[data-key="msgcode"] .btn[disabled] {
  cursor: default;
  color: #000000 !important;
}
.l-form[role="register"] .input-row,
.l-form[role="forget"] .input-row {
  margin-top: 10px;
}
.l-form .btn {
  width: 100%;
  height: 45px;
  font-size: 16px;
  margin: 55px 0 30px 0;
  border-radius: 22px;
}
.l-form > .btn {
  box-shadow: 0 5px 15px rgba(41, 44, 59, 0.32);
}
.l-form .l-checkbox input[type="checkbox"]:disabled + i {
  background-color: #3388ff;
}
.l-form[role="register"] > .btn {
  background: #67c23a;
  border: 1px solid #67c23a;
}
.l-form[role="register"] > .btn:hover {
  background: #69d036;
  border: 1px solid #69d036;
}
.l-form .account-about.login_v {
  margin-top: 35px;
}
.l-form .account-about > a,
.l-form .account-about .l-checkbox a {
  color: #000000;
}
.l-form .account-about > a:hover,
.l-form .account-about .l-checkbox a:hover {
  color: #2892eb;
}
.l-form .account-about > a {
  margin-left: 15px;
  color: #0f86ea;
}
.l-form .account-about > a:hover {
  text-decoration: underline;
  color: #2892eb;
}
.l-form .account-about > p {
  color: #545f7c;
  margin-top: 20px;
}
.l-form .account-about > .fr a {
  margin-left: 15px;
  color: #0f86ea;
}
.l-form .account-about > .fr a:hover {
  text-decoration: underline;
  color: #2892eb;
}
.l-form .colortip {
  margin: 10px 0 10px 5px;
}
.l-form .r-code {
  width: 175px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
}
.l-form .r-code img {
  vertical-align: middle;
}
.l-form .r-code .change-code {
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #b8b8b8;
}
.l-form .r-code .change-code a {
  line-height: 20px;
  color: #0f86ea;
}
.l-form .r-code .change-code a:hover {
  text-decoration: underline;
  color: #2892eb;
}
