@charset "utf-8";

body {
  --theme-color: #BD181E;
  --theme-light-color: rgba(189, 24, 30, .1);
}

/*Hack*/
html {
  height: 100%;
}

body {
  height: 100%;
  background: #F8F8F8;
  font-size: 12px;
  color: #666666;
  font-family: 'Helvetica Neue', 'PingFang SC', 'Microsoft Yahei', 微软雅黑, STXihei, 华文细黑, sans-serif;
}

body, ul, ol, p, h1, h2, h3, h4, h5, h6, form, pre, dl {
  padding: 0;
  margin: 0;
  list-style: none;
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

.input-empty {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #aaa;
  text-align: center;
  line-height: 15px;
  cursor: default;
}

.input-empty:hover {
  background-color: #aaa;
  color: #fff;
}

img {
  border: none;
}

p {
  line-height: 25px;
}

textarea {
  resize: none;
}
::-webkit-input-placeholder {color:#C2C2C2;}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}

.clearfix {
  *zoom: 1
}

.clearfix:before, .clearfix:after {
  display: table;
  content: ""
}

.clearfix:after {
  clear: both
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body.body-blank {
  background: #fff;
}

/*Tags*/
a {
  color: #666;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

a:hover {
  color: #3296C8;
  text-decoration: underline;
}

a.cm-operation {
  color: #3fb2d9;
}

input {
  color: #808080;
  font-family: 'SimSun';
  height: 24px
}

input[disabled] {
  background-color: #EEE;
}

select {
  width: 118px;
  line-height: inherit; /*padding: 5px 5px;*/
  font-size: 12px;
  height: 26px;
  border: 1px solid #d6d6d6;
  background: #fff;
  color: #808080;
}

select[disabled] {
  background-color: #EEE;
}

textarea {
  border: 1px #d6d6d6 solid;
  padding: 4px;
  line-height: 18px;
  font-size: 12px;
  color: #808080;
}

/*Icons*/
.icon {
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icons.png") no-repeat;
  cursor: pointer;
}

.icon_attachment {
  background-position: -400px 0;
}

.icon_del {
  background: url("../images/delete.png") center no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
}

/*Preset*/
.cy-top {
  height: 64px;
  line-height: 50px;
  background-color: #f2fbff;
  background-image: linear-gradient(to bottom, #f2fbff, #fff);
  box-shadow: 1px 2px 2px 0px #ccc;
}

/*.cy-top{height: 64px; line-height: 50px;background-color: #f2fbff;background-image: linear-gradient(to bottom, var(--theme-light-color), #fff);box-shadow: 1px 2px 2px 0px #ccc;}*/
.cy-under {
  position: absolute;
  top: 72px;
  bottom: 20px;
  width: 100%;
}

.cy-warp {
  margin: 0 auto;
  zoom: 1;
  clear: both;
  width: 1280px;
  height: 100%;
}

.cy-align-middle {
  vertical-align: middle;
}

.cy-header {
  width: 1280px;
  margin: 0 auto;
}

.cy-header .cy-header-name {
  margin-left: -38px;
  display: inline-block;
  width: 540px;
  height: 64px;
  background: url("../images/logo-cthr.png") center center no-repeat;
  transform: scale(.8);
}

.cy-header .cy-header-logo {
  float: left;
  width: 30%;
  height: 64px;
}

.cy-header .cy-header-right {
  display: flex;
  float: right;
  height: 64px;
  margin-right: 2%;
}

.cy-header .cthl_logname {
  line-height: 64px;
  font-size: 14px;
  color: #3fb2d9;
  vertical-align: top;
}

.head-personal .header-popper {
  position: absolute;
  display: none;
  min-width: 125px;
  box-shadow: 1px 2px 2px 0px #ccc;
  background: #fff;
  padding: 10px 0;
  top: 100%;
  right:0;
}

.head-personal .header-popper ul li {
  padding:8px;
  line-height: 1.4em;
  cursor: pointer;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.head-personal .header-popper ul li:hover,.head-personal .header-popper ul li.active{
  background: #3fb2d9;
  color:#fff;
}

.cy-header-right .head-personal {
  position: relative;
  padding-left: 54px;
  min-width: 54px;
  cursor: pointer;
  z-index: 998;
}

.cy-header-right .head-personal p{
  display:inline-block;
  background: url("../images/head-user.png") left center no-repeat;
  background-size:100%;
  width: 54px;
  height: 100%;
  margin: 0 8px 0 0;
  position: relative;
}

.cy-header-right .head-logout {
  padding-left: 10px;
  width: 50px;
  background: url("../images/logout.png") no-repeat 20px center;
  box-sizing: border-box;
  background-size: 21px;
  cursor: pointer;
}

.cy-top-login {
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  background-image: linear-gradient(to bottom, #f2fbff, #ffffff);
}

.cy-top-login .cy-header-logo {
  display: inline-block;
  width: 540px;
  height: 80px;
  background: url("../images/logo-cthr.png") no-repeat center;
  transform: scale(.8);
}


.cy-nav {
  float: left;
  width: 160px;
  min-height: 100%;
  margin: 0 -160px 0 0;
  background: #fff;
  border-radius: 5px;
  font-size: 14px;
  box-shadow: 1px 1px 3px 1px #ccc;
  font-family: 微软雅黑;
  position: relative;
}

.cy-nav a:hover {
  color: var(--theme-color, #BD181E);
}

.cy-nav-logo {
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  font-size: 0;
}

.cy-nav-logo .logo {
  background: url("../images/logo-chengyun-3.png") no-repeat center center;
  min-height: 35px;
}

.cy-nav-logo p {
  padding-top: 5px;
}

.cy-nav-change {
  padding: 23px 30px 15px;
  background-size: 60px;
  text-align: center;
  color: #3fb2d9;
}

.cy-nav-change .log {
  background: url("../images/logo-chengyun-3.png") no-repeat center center;
  min-height: 35px;
}

.nav-select-box .logo {
  background: url("../images/logo-chengyun-3.png") no-repeat center center;
  min-height: 35px;
}

.cy-nav-body {
}

.cy-nav-body .cy-nav-cell {
  text-align: center;
  line-height: 38px;
}

.cy-nav-body .cy-nav-cell a {
  display: inline-block;
  width: 98%;
  border-left: 3px solid #fff;
}

.cy-nav-body .cy-nav-cell > .cy-nav-section {
  font-weight: bold;
  text-align: left;
  padding-left: 20px;
}

.cy-nav-body .cy-nav-cell > .cy-nav-section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.cy-nav-body .cy-nav-cell:hover > .cy-nav-section {
  background-color: #f2fbff;
  text-decoration: none;
}

.cy-nav-body .cy-nav-cell-selected > .cy-nav-section {
  border-left: 3px solid #3fb2d9;
  background-color: #f2fbff;
}

.cy-nav-body .cy-nav-cell-haschild .cy-nav-section {
  position: relative;
}

.cy-nav-body .cy-nav-cell-selected.cy-nav-cell-haschild > .cy-nav-section,
.cy-nav-body .cy-nav-cell-haschild.cy-nav-cell:hover > .cy-nav-section {
  border-left: 3px solid #f8f7f7;
  background-color: #f8f7f7;
}

/*.cy-nav-body .cy-nav-cell-selected.cy-nav-cell-haschild > .cy-nav-section {background-color: #F2FBFF; color:#3fb2d9}*/
.cy-nav-body .cy-nav-cell-haschild .cy-nav-point {
  height: 18px;
  width: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../images/icon_arrow_down.png") center center no-repeat;
  transition: all 0.2s;
  transform: rotate(-180deg);
}

.cy-nav-body .cy-nav-cell-closed .cy-nav-point {
  transform: rotate(0deg);
}

.cy-nav-body .cy-nav-cell-closed dl {
  display: none;
}

.cy-nav-cell-third {
  text-indent: 10px;
}

.cy-nav-cell-third > .cy-nav-sign {
  font-size: 12px;
}

.cy-nav-sign {
  display: none;
  font-size: 18px;
  margin-right: 12px;
}

.cy-nav-body .cy-nav-child {
  text-align: center;
  line-height: 38px;
  font-size: 12px;
}

.cy-nav-body .cy-nav-child a {
  text-align: left;
  padding-left: 42px;
  width: 100%;
  box-sizing: border-box;
}

.cy-nav-body .cy-nav-section-haschild {
  width: 98% !important;
  padding-left: 50px !important;
}

/*.cy-nav-body .cy-nav-child a:hover{color: #3fb2d9;}*/
.cy-nav-body .cy-nav-child a:hover {
  color: var(--theme-color, #BD181E);
}

.cy-nav-body .cy-nav-cell.cy-nav-child:hover > a {
  color: #666;
}

/*.cy-nav-body .cy-nav-child-selected a{border-left: 3px solid #3fb2d9; background: #f2fbff; color: #3fb2d9;}*/
.cy-nav-body .cy-nav-child-selected a {
  border-left: 3px solid var(--theme-color, #BD181E);
  background: var(--theme-light-color);
  color: var(--theme-color, #BD181E);
}

.cy-nav .nav-select-box {
  text-align: center;
  margin: 20px 10px;
}

.cy-nav .nav-select-box .nav-btn-bar {
  margin-top: 10px
}

.cy-nav .nav-change-acct {
  text-align: center;
  margin-bottom: 10px
}

.cy-nav .cm-btn {
  height: 28px !important;
  line-height: 28px !important;
  background: var(--theme-color, #BD181E);
}

.cy-nav .cm-btn:hover {
  background: #9a151a;
  color: #fff
}

.cy-main {
  height: 100%;
}

.cy-main .cy-main-inner, .cy-main .cy-main-inner-tabs {
  margin-left: 170px;
}

.cy-main .cy-main-inner {
  top: 0;
  padding: 20px 35px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #ccc;
  width: 1040px;
}

.cy-main .cy-main-inner-tabs {
  top: 0;
  width: 1110px;
  position: relative;
}

.cy-main .cy-main-inner .cy-main-con {
  min-height: 512px;
  height: 100%;
}

.cy-main .cy-main-inner-tabs .cy-main-tabs {
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #ccc;
}

.cy-main .cy-main-inner-tabs .cy-main-con {
  padding: 20px 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #ccc;
  width: 1040px;
}

.cy-main .cy-main-inner-tabs .cy-main-con-tabs {
  padding: 20px 30px;
  margin-top: 50px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #ccc;
  width: 1050px;
}

.cy-main .cy-main-inner-tabs .cy-main-noheader {
  margin-top: 0;
}

.cy-required {
  color: #f00;
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  width: 8px;
}

.cy-btn {
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background-color: #3eb2d9;
}

.cy-btn:hover {
  color: #fff;
  background-color: #3da2c9;
}

.cy-btn-disabled {
  background-color: #bcbcbc;
}

.cy-btn-disabled:hover {
  color: #fff;
  background-color: #bcbcbc;
  text-decoration: none;
}

.cy-href {
  color: #3eb2d9;
}

.cy-input {
  height: 24px;
  width: 112px;
  padding-left: 4px;
  border: 1px solid #dddddd;
}

.cy-input-s {
  width: 52px;
}

.cy-input-m {
  width: 122px;
}

.cy-input-l {
  width: 192px;
}

.cy-table-input {
  height: 20px
}

.checkbox, .radio, [type="checkbox"], [type="radio"] {
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 0px;
}

.select {
}

.input {
  height: 24px;
  width: 112px;
  padding-left: 4px;
  border: 1px solid #dddddd;
}

.mini-input {
  width: 52px;
}

.big-input {
  width: 192px;
}

/* 浮动表单 */
.float-wrapper {
  box-shadow: 0 0 3px 2px #c0daeb;
  margin: 0 auto;
}

.float-wrapper .float-title {
  height: 66px;
  line-height: 66px;
  background-color: #f8f8f8;
  text-align: center;
  font-size: 18px;
}

.input-form {
  font-size: 14px;
  text-indent: 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.input-form:focus {
  border: 1px solid #00bfff;
  box-shadow: 0 0 3px 2px #d4f4ff;
  outline: 0;
}


/* 步进器 抽象*/
.cy-step {
  white-space: nowrap;
  overflow: hidden;
}

.cy-step .cy-step-cell {
  display: inline-block;
}

.cy-step .cy-step-cell .cy-step-next {
  display: none;
}

.cy-step .cy-step-cell + .cy-step-cell .cy-step-next {
  display: inline-block;
}

/* 浮动弹出*/
.cy-popup-warp {
  display: none;
  width: 100%;
  height: 100%;
}

.cy-popup-warp .popup-mask {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}

.cy-popup-warp .popup-window {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 20px #333;
}

.cy-popup-warp h3.popup-title {
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  padding:10px 0 0 0;
  text-align: center;
  color: #515151;
  font-size: 18px;
  font-family: 'Microsoft Yahei';
  position: relative;
  cursor: move;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cy-popup-warp .popup-con {
  padding-top: 20px;
}

.cy-popup-warp .popup-btn {
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

.cy-popup-warp .popup-btn a {
  display: inline-block;
  height: 26px;
  margin: 0 20px;
  line-height: 26px;
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
  border-radius: 5px;
  background: #3296C8;
}
.cy-popup-warp .popup-btn a:hover {
  background: #2C85AF;
  color: #fff;
  text-decoration: none;
}

/* 全局 修改密码弹出*/
.pw-form {
  margin: 0 auto;
  width: 500px;
}

.pw-form li {
  height: 50px;
}

.pw-form .form-title {
  display: inline-block;
  width: 150px;
  text-align: right;
  font-size: 14px;
  padding-right:6px;
}

.pw-form .input-l {
  height: 30px;
  width: 180px;
}

/*头部修改密码样式 on 2023.3.14 by gyj*/
.change-password{
  display:none;
  width:100px;
  background:#fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #ccc;
  position:absolute;
  top:64px;
  left:-20px;
  z-index:9;
}
.change-password::before{
   content: "";
   width:0;
   height:0;
   border:8px solid #ccc;
   border-color: transparent transparent #ccc transparent;
   position: absolute;
   top: -16px;
   left: 38px;
}
.change-password::after{
  content: "";
  width:0;
  height:0;
  border:8px solid #fff;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -15px;
  left: 38px;
}

.change-password li{
  line-height:42px;
  padding-left:34px;
  font-size:13px;
}

.change-password .modify-pwd{
  background:url("../images/password.png") no-repeat 8px center;
  background-size:20px;
}
.change-password .logout{
  background:url("../images/logout.png") no-repeat 10px center;
  background-size:18px;
}


/********************************************************/
/*                    华丽丽的分割线                     */
/********************************************************/
.cy-top-wrapper, .cy-content-wrapper, .menu-content-wrapper, .menu-wrapper .menu-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.cy-top-wrapper, .cy-content-wrapper {
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #ccc;
  width: 1110px;
}

.cy-main-wrapper {
  padding: 20px 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 3px 1px #ccc;
}

.cy-main-title {
  font-size: 16px;
  font-weight: bold;
  color: #00A0E9;
}

.title-one {
  font-size: 18px;
  font-weight: bold
}

.title-two {
  font-size: 16px;
  font-weight: bold;
  color: #3fb2d9
}

.cy-top-wrapper {
  padding: 10px 30px;
}

.cy-content-wrapper {
  padding: 20px 30px;
  margin-top: 10px;
}

.cy-form-wrapper > div, .cy-form-line {
  line-height: 36px;
  height: 36px
}

.cy-form-item {
  display: inline-block;
  width: 345px;
}

.cy-form-item2 {
  display: inline-block;
  width: 690px;
}

.cy-form-item > span, .cy-form-item2 > span {
  display: inline-block;
  text-align: right;
  font-weight: bold;
}

.cy-form-wrapper span.title2 {
  width: 36px
}

.cy-form-wrapper span.title3 {
  width: 48px
}

.cy-form-wrapper span.title4 {
  width: 60px
}

.cy-form-wrapper span.title5 {
  width: 72px
}

.cy-form-wrapper span.title6 {
  width: 84px
}

.cy-btn-line {
  text-align: center;
}

.cy-op-btn-wrapper {
  margin-bottom: 10px;
  text-align: right;
}

.cy-content:not(:last-child) {
  margin-bottom: 30px
}

.cy-content > .content-title {
  display: block;
  margin-bottom: 10px
}

.cy-content > div, .cy-content > .content-line {
  padding-left: 20px
}

.cy-content > .content-title > span.title-two {
  margin-right: 20px
}

/*checkbox  radio*/
.cy-checkbox-wrapper, .cy-radio-wrapper {
  display: inline;
  text-align: left;
}

.checkbox-item:not(:last-child), .radio-item:not(:last-child) {
  /*margin-right: 20px;*/
}

.checkbox-item [type="checkbox"], .radio-item [type="radio"] {
  margin-right: 2px;
}

/*tab*/
.tab-box {
  height: 34px;
}

.tab-box .tab {
  display: inline-block;
  width: 108px;
  height: 100%;
  border-radius: 5px 5px 0 0;
  line-height: 34px;
  text-align: center;
  margin-bottom: 1px
}

.tab-box a.tab:hover {
  text-decoration: none;
}

.tab-box .tab.off {
  background: #3fb2d9;
  color: #ffffff
}

.tab-box .tab.on {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: none;
  color: #3fb2d9
}

.tab-content {
  border: 1px solid #cccccc;
  min-height: 360px;
  padding: 20px;
}

/*menu*/
.menu-wrapper {
  width: 190px;
  box-shadow: 1px 1px 3px 1px #ccc;
}

.menu-content-wrapper {
  box-shadow: 1px 1px 3px 1px #ccc;
  padding: 20px 30px;
}

.menu-wrapper .menu-text {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding-left: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  padding-top: 1px;
  padding-right: 2px;
}

.menu-wrapper .selected-item {
  border-left: 3px solid #3fb2d9;
  background: #f2fbff center no-repeat !important;
  color: #3fb2d9 !important;
}

.menu-wrapper .selected-item .menu-text {
  width: 157px
}

.menu-wrapper .menu-item:hover {
  background-color: #f8f7f7;
  color: #3296C8;
}

.gap-behind {
  margin-right: 10px;
  float: left
}

.gap-select, .gap-input {
  float: left;
  margin-top: 5px;
  margin-right: 10px;
}

.cy-btn-bar {
  text-align: center;
}

.cy-btn-bar .cm-btn:not(:last-child) {
  margin-right: 30px
}


.cy-input-1 {
  width: 52px
}

.cy-input-2 {
  width: 72px
}

.cy-input-3 {
  width: 112px
}

.cy-input-4 {
  width: 152px;
  font-size:12px;
}

.cy-date-1 {
  width: 54px
}

.cy-date-2 {
  width: 74px
}

.cy-date-3 {
  width: 114px
}

.cy-select-1 {
  width: 60px
}

.cy-select-2 {
  width: 80px
}

.cy-select-3 {
  width: 120px
}

.cy-select-4 {
  width: 160px !important;
}

/*自定义表格*/
.cy-table-wrapper {
  position: relative
}

.cy-table {
  width: 100%;
  text-align: center;
}

.cy-table tr {
  line-height: 29px;
  height: 29px
}

.cy-table thead {
  background-color: #eeeeee;
  border: 1px solid #F2F2F2;
  border-bottom: none
}

.cy-table thead tr {
  font-weight: bold;
  color: #3fb2d9
}

.cy-table thead tr:not(:last-child) {
  border-bottom: 1px solid #FFFFFF
}

.cy-table thead tr td:not(:last-child) {
  border-right: 1px solid #FFFFFF
}

.cy-table td, .cy-table th {
  padding: 0 6px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.cy-table tbody tr:not(:first-child) {
  line-height: 29px;
  height: 29px
}

.cy-table tbody {
  background-color: #FFFFFF
}

.cy-table tbody tr:not(:last-child) {
  border-bottom: 1px solid #F2F2F2
}

.cy-table tbody tr td:not(:last-child) {
  border-right: 1px solid #F2F2F2;
}

.cy-table tbody tr td.num {
  text-align: right
}

.cy-table tbody tr {
  line-height: 30px;
  height: 30px
}

.cy-table tbody {
  border: 1px solid #F2F2F2;
  border-top: none
}

.table-btn-box {
  text-align: right;
  width: 100%;
  margin-bottom: 10px
}

input.editable-select {
  background: #FFF url(../images/arrow-down.gif) right center no-repeat;
  border: 1px solid #CCC;
  padding: 2px 8px 2px 4px;
}

.editable-select-options {
  position: absolute;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCC;
  z-index: 10;
}

.editable-select-iframe {
  position: absolute;
  background: #FFF;
  z-index: 9;
  display: none;
}

.editable-select-options ul {
  margin: 0;
  padding: 0;
  z-index: 10;
  list-style: none;
  list-style-image: none;
}

.editable-select-options li {
  cursor: default;
  padding: 2px 4px;
}

.editable-select-options li.selected {
  background: blue;
  color: #fff;
}

.Winstat-input120 {
  width: 80px;
  height: 15px;
}

.layout-star {
  padding-top: 2px;
  color: red;
}

.cy-nav-help {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  text-align: center;
  color: #3FB2D9;
  font-size: 13px;
}

.cy-nav-help:hover {
  color: #3FB2D9 !important;
  text-decoration: none;
}

.cy-help-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/nav-help.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -2px;
}

.online-multi {
  position: relative;
}

.online-consumer {
  position: fixed;
  bottom: 160px;
  right: 80px;
  width: 64px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #3eb2d9;
  color: #FFF;
  font-size: 14px;
  border-radius: 999px;
  text-align: center;
  cursor: pointer;
  line-height: 18px;
  z-index: 10010;
  user-select: none;
}

.online-chat {
  position: fixed;
  display: flex;
  bottom: 20px;
  right: 50px;
  /*width: 450px;*/
  top: 200px;
  max-height: 640px;
  line-height: normal;
  z-index: 10010;
  box-shadow: 0 0 25px rgba(62, 178, 217, .6);
  background: #FFF;
}

.online-chat-nav {
  width: 64px;
  background: #3eb2d9;
}

.online-chat-nav > .online-chat-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 64px;
  /*line-height: 81px;*/
  cursor: pointer;
  background: #3eb2d9;
  transition-duration: .15s;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  user-select: none;
}

.online-chat-nav > .online-chat-nav-item:hover, .online-chat-nav > .online-chat-nav-item.active-item {
  background: #3295b6;
}

.online-multi-tip {
  position: absolute;
  left: 62%;
  top: -10px;
}

.online-chat-main {
  display: flex;
}

.online-chat-next-client {
  padding: 10px 30px;
  background: #fff;
}

.online-chat-next-button {
  line-height: 32px;
  border: 1px solid #3eb2d9;
  text-align: center;
  background: #fff;
  color: #3eb2d9;
  cursor: pointer;
  transition-duration: .2s;
  user-select: none;
}

.online-chat-next-button:hover {
  background: #3eb2d9;
  color: #fff;
}

.online-chat-next-button:active {
  background: #3498ba;
  color: #fff;
}

.online-chat-contacts {
  width: 240px;
  background: #FAFAFA;
}

.online-chat-contact-item, .online-chat-contact-none {
  line-height: 42px;
  box-sizing: border-box;
  padding: 0 10px;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.online-chat-contact-item:hover {
  transition-duration: .15s;
  background: #F2F2F2;
}

.online-chat-contact-item:active, .online-chat-contact-item.active-item {
  background: #ddd;
}

.online-chat-msgs {
  width: 480px;
}

.online-chat-title {
  height: 64px;
  /*background: #3EB2D9;*/
  background: #FAFAFA;
  color: #3eb2d9;
  width: 100%;
  font-size: 16px;
  font-weight: bolder;
  line-height: 64px;
  padding: 0 20px;
  box-sizing: border-box;
}

.online-chatting {
  padding: 10px;
}

.online-chat-sender {
  text-align: right;
}

.online-chat-text {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  background: #fff;
  border: 1px solid #aaa;
  color: #333;
}

.online-chat-sender .online-chat-text {
  background: #3eb2d9;
  border: 1px solid #3eb2d9;
  color: #fff;
}

.online-chat-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  width: 26px;
  color: #3eb2d9;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  background: #FAFAFA;
  /*background: #3eb2d9;*/
  transition-duration: .15s;
  user-select: none;
  border-radius: 2px;
}

.online-chat-close:hover {
  color: #FFF;
  background: #3eb2d9;
}


.padding-10 {
  padding: 10px;
}

.padding-20 {
  padding: 20px;
}

.border-box {
  box-sizing: border-box;
}

.line-height-26 {
  line-height: 26px;
}

.display-flex {
  display: flex;
}

.display-flex-column {
  display: flex;
  flex-direction: column;
}

.im-send-btn {
  line-height: 26px;
  width: 60px;
}

.fulled {
  width: 100%;
  height: 100%;
}

.flex-1 {
  flex: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    width: 26px;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    background: #3eb2d9;
    transition-duration: .15s;
    user-select: none;
}
.online-chat-close:hover{
    background: #3295b6;
}

/* ------------ 搜索图标start --------------- */
.cy-icon-search{
    display:inline-block;
    cursor:pointer;
    width:10px;
    height:10px;
    border-radius: 100%;
    border:2px solid #b2b2b2;
    position:relative;
}
.cy-icon-search:before{
    content:"";
    position:absolute;
    top:10px;
    left:10px;
    transform: rotate(45deg);
    width:5px;
    height:2px;
    background-color:#b2b2b2;
    border-radius:4px;
}
/* ------------ 搜索图标 end ------------ */

/*返回按钮的样式*/
.cm-btn1{
    background: #fff;
    border:1px solid #999;
    color:#999;
    padding: 0 16px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.cm-btn1:hover{
    background: #fff;
    color: #888;
}

/* ---------- 蒙层 请稍后... start -------- */
.cm-cover-layer{
  background: rgba(0,0,0,0.3);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index:9999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.cm-cover-layer span{
  text-align: center;
  position: absolute;
  left: 45%;
  top:30%;
  color: white;
  font-size:16px;
  font-family:'宋体';
  letter-spacing:2px;
}

/* -----------------------   头部切换账号弹窗 start  -----------------------*/
.cyTopWindow_ul{
  height: 200px;
  overflow-y: auto;
}
.cyTopWindow_ul_tit{
  padding: 5px 0;
  font-weight: 700;
}
.cyTopWindow_ul label{
  display: block;
  padding: 5px 0;
  cursor: pointer;
}
/* switch 开关 */
.cm-switch{
  display: inline-block;
  vertical-align: top;
  cursor:pointer;
}
.cm-switch>input{
  display: none;
}
.cm-switch-slider {
  height: 20px;
  width: 40px;
  background: #dcdfe6;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  transition: padding 0.2s ease-in-out,background 0.2s ease-in-out;
}
.cm-switch-slider>.cm-switch-slider-thumb{
  border-radius: 100%;
  width:16px;
  height:16px;
  background:#FFF;
  position: absolute;
  top: 1px;
  left: 1px;
}
.cm-switch>input:checked + .cm-switch-slider{
  background:#2196F3;
  border-color: #409eff;
}
.cm-switch>input:checked + .cm-switch-slider>.cm-switch-slider-thumb{
  left: 100%;
  margin-left: -17px;
}

/*未读消息*/
.head-news-unread-only{
  position: absolute;
  top: 64px;
  width: 360px;
  animation: slideOutTop 2s 1;
  display: none;
  padding: 2px 0 6px 0;
}
#head-news-unread{
  display:none;
}
.head-news-unread,.first-news-unread{
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 999;
  box-shadow: 0 0 3px rgba(63, 178, 217, .8);
  border-radius: 2px;
  cursor: pointer;
}
@keyframes slideOutTop {
  from {
    transform: translateY(-30%);
  }
  to {
    transform: translateY(0);
  }
}

.head-news-unread > h4{
  color: #3fb2d9;
  padding: 0 10px;
  line-height: 28px;
}
.head-news-unread > h4 span{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-top:5px;
}
.head-news-unread > h4 span:nth-of-type(1){
  background: url("../images/btn_close.png") center no-repeat;
  background-size: 100%;
}
.head-news-unread > h4 span:nth-of-type(2){
  background: url("../images/delete.png") center no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

.head-news-unread > ul{
  border-top: 1px solid rgba(63, 178, 217, .3);
  padding: 0 10px;
}
.head-news-unread > ul li{
  font-size:10px;
  border-bottom: 2px solid #edeef1;
  line-height: 24px;
}
.head-news-unread li > div{
  line-height: 16px;
}
.head-news-unread li > div span{
  display: inline-block;
  margin-right: 6px;
}
.head-news-unread li >i{
  color: #9f9f9f;
  font-style: inherit;
}
.head-news-unread li .head-news-read{
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e0e8f0;
  border-radius: 100%;
}
.head-news-unread li .head-news-read-no{
  background: #3fb2d9;
}
.head-news-unread-ul{
  background:#edf2fb;
  padding: 0 4px;
  margin: 2px 0;
}
.head-news-unread > ul .head-news-unread-ul li{
  line-height: 14px;
  border-bottom: 1px solid #f9fafd;
  padding: 2px 0;
}
.head-news-unread > ul li:last-child{
  border-bottom: none;
}
.head-news-unread > ul .head-news-unread-ul li > div{
  line-height: 12px;
}
/*及时消息*/
b.head-news-num{
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #d81e06;
  line-height: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: -2px;
  font-size: 10px;
  font-weight: inherit;
}
.right-news-box{
  position: fixed;
  top: 50%;
  right: 10px;
  cursor: pointer;
  z-index: 99;
  display:none;
}
.right-news{
  width: 46px;
  height: 46px;
  animation: slideOutRight 2s 1;
  background: url("../images/xiaoxi.png") center no-repeat;
  background-size: 100%;
}
.right-news-animation{
  animation: slideOutLeft 2s forwards;
}
.right-news b.head-news-num{
  bottom:inherit;
}
@keyframes slideOutRight {
  from {
    transform: translateX(120%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft{
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(150%);
  }
}
.right-news-unread{
  right: -8px;
  top: -200%;
  animation: slideOutRight 2s 1;
  padding: 2px 0 0 0;
}

.right-news-unread .right-news-unread-remind{
  color: #d81e06;
}

.right-news-unread > p,.first-news-unread >p{
  text-align: center;
  font-size: 14px;
  letter-spacing: 10px;
  color: #3fb2d9;
  border-top: 1px solid #3fb2d9;
  line-height: 28px;
}
/*----- 第一次登录 -----*/
.center{
  position:absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.first-login-news{
  position: fixed;
  width:100%;
  height: 100%;
  background: rgba(0,0,0,.6);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.first-news-unread{
  position:fixed;
  width: 40%;
  max-width: 600px;
  max-height: 400px;
  border-radius: 6px;
  box-shadow: none;
}
.first-news-unread > div{
  border-top: 1px solid rgba(63, 178, 217, .3);
  padding: 20px 25px;
}
.first-news-unread > div h3{
  text-align:center;
  margin-bottom: 14px;
}
.first-news-unread > div .first-news-unread-time{
  margin-top: 20%;
  text-align: right;
}
.first-news-unread >h4,.first-news-unread >p{
  min-height: 32px;
  line-height: 32px;
}
