* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  min-width: 1200px;
  overflow: auto;
  font-family: "Microsoft Yahei", Arial, tahoma, arial !important;
  margin: 0;
  padding: 0;
  font-style: normal!important;
  font-variant: normal!important;
  color: #434343;
  background-color: #fff;
  font-size: 12px;
}
dt,
dl,
dd {
  margin: 0;
  padding: 0;
}
a {
  color: #434343;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #40ccef;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.clear:after {
  content: '';
  clear: both;
  font-size: 0px;
  line-height: 0;
  height: 0;
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  border: 0px;
  display: block;
}
ul li {
  list-style: none;
}
br {
  margin: 0px;
  padding: 0px;
}
input,
button,
select,
textarea {
  outline: none;
  font-family: "Microsoft Yahei";
}

label.control-label {
  font-size: 12px;
  color: #a0a0a0;
  line-height: 40px;
  display: inline-block;
  /* margin-right: 20px; */
}
label.control-label sup{
  color: red;
  vertical-align: middle;
}

select {
  color: #434343;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
}
.ipt {
  border-radius: 3px;
  font-family: "Microsoft Yahei";
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  color: #434343;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}
.btn {
  font-size: 14px;
  border-radius: 5px;
  height: 40px;
  line-height: 36px;
  border: 2px solid #f2f2f2;
  cursor: pointer;
  background-color: #f2f2f2;
  min-width: 120px;
  color: #535353;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover {
  background-color: #ffffff;
  border-color: #40ccef;
  color: #40ccef;
}
.btn-default {
  background-color: #fff;
  border-color: #e9e9e9;
  color: #434343;
}
.btn-default:hover {
  background-color: #40ccef;
  border-color: #40ccef;
  color: #fff;
}
.btn-bottom {
  background-color: #fff;
  border-color: #e9e9e9;
  color: #434343;
}
.btn-bottom:hover {
  background-color: #40ccef;
  color: #fff;
}
.btn-remove {
  background-color: #C74645;
  border-color: #c75854;
  color: white;
}
.btn-remove:hover {
  background-color: #9e3736;
  border-color: #7d1a18;
  color: white;
}
.btn-primary {
  background-color: #3759cd;
  border-color: #4168cd;
  color: white;
}
.btn-primary:hover {
  background-color: #27488d;
  border-color: #1f366a;
  color: white;
}

.w-1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.tex-left {
  text-align: left;
}
.me .tex-left a{color:#0077FF;}
.tex-right {
  text-align: right;
}
.tex-width {
  width: 90px;
}
.form-group{
  margin-bottom: 15px;
}
.form-control {
  padding: 8px;
  line-height: 24px;
  color: #434343;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  height: 40px;
  border-radius: 5px;
}
.form-control.mHeight{
  min-height: 60px;
}
.form-control.time {
  /* position: relative; */
  padding-right: 25px;
  vertical-align: middle;
  background: url(./../images/date.png) no-repeat right center;
  background-size: 15%;
}
/* .form-control.time::before{
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(./../images/date.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  right: 10px;
} */
.hasValue{
  border: none;
}
.radio-ipt span{
  position: relative;
  padding-left: 10px;
}
.radio-ipt input{
  vertical-align: middle;
}
.radio-ipt span:before{
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  left: -15px;
  top: 1px;
  background: #fff;
}
.radio-ipt input:checked + span:before{
  background-color: #40ccef;
}
.checkbox-ipt{
  padding-right: 15px;
  display: inline-block;
}
.checkbox-ipt span{
  position: relative;
  padding-left: 2px;
}
.checkbox-ipt input{
  vertical-align: middle;
}
.checkbox-ipt span:before{
  position: absolute;
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #e5e5e5;
  left: -15px;
  top: 1px;
  background: #fff;
}
.checkbox-ipt input:checked + span:before{
  background-color: #40ccef;
}
.check-tip {
  color: #a1a1a1;
  line-height: 16px;
  padding: 4px 0;
}

.col-sm {
  vertical-align: middle;
}
.long{
  width: 100%;
}
.half{
  width: 50%;
}
.theme_color{
  color: #40ccef;
}
.sub_color {
  color: #a1a1a1;
}
.bg-color {
  background-color: #40ccef;
}
.bor_color {
  border-color: #e5e5e5;
}
.bor_color2 {
  border-color: #40ccef;
}
.marginTop30 {
  margin-top: 30px;
}
.marginR10{
  margin-right: 10px;
}
.marginR30{
  margin-right: 30px;
}
.marginR5{
  margin-right: 5px;
}
.padding30{
  padding: 30px;
}
.padding20{
  padding: 20px;
}
.paddingLeft110{
  padding-left: 110px;
}
.paddingBotton60{
  padding-bottom: 60px;
}
.paddingRight5{
  padding-right: 5px;
}
.paddingLeft5{
  padding-left: 5px;
}

.tooLong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.tooLong2 {
  display: -webkit-box ;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
}
.percent20{
  width: 20%;
}
.percent33{
  width: 33.3%;
}
.bor_bottom{
  border-bottom: 1px solid #e6e6e6;
}
@font-face {font-family: "iconfont";
  src: url('./fonts/iconfont.eot'); /* IE9*/
  src: url('./fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('./fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('./fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  vertical-align: middle;
  text-transform: none;
  /* line-height: 1; */
  display: inline-block;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.viewSidebar.close .mini{
  display: none;
}
.viewSidebar.close .sidebar-nav.chosen>a span:first-child{
  display:none;
}
.viewSidebar.close .sidebar-nav.chosen>a span:nth-child(2){
  display: block;
  text-align: center;
  width: 50%;
  color: #fff;
  margin: 0 12px;
  line-height: 19px;
  padding: 6px 0;
  background-color: #40ccef;
}
.viewSidebar.close .sidebar-nav.chosen>a{
  background-color: #40ccef;
}
.viewSidebar.close .sidebar-nav:nth-child(2).chosen>a span:nth-child(2),.viewSidebar.close .sidebar-nav:last-child.chosen>a span:nth-child(2){
  padding: 15px 0;
}

.sidebar-content {
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.sidebar-nav {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}
.sidebar-nav span {
  display: inline-block;
  vertical-align: top;
}
/* .sidebar-nav.home .sidebar-tit .fr {
  border: 7px solid transparent;
  border-right: 8px solid #fff;
  width: 0;
  height: 0px;
  margin-top: 20px;
  display: none;
} */
/* .sidebar-nav.home.on .sidebar-tit .fr {
  display: block;
} */
.sidebar-nav.cli .sidebar-tit {
  background-color: #40ccef;
  color: #fff;
}
.sidebar-nav.cli .sidebar-tit .iconfont {
  color: #fff;
}
.sidebar-nav.cli .sidebar-tit .iconfont.sidebar-arrow {
  transform: rotate(180deg);
}
.sidebar-tit {
  display: block;
  color: #a0a0a0;
  line-height: 50px;
}
.sidebar-tit .iconfont {
  width: 50px;
  text-align: center;
  font-size: 26px;
}
.sidebar-tit .iconfont.sidebar-arrow {
  width: 34px;
  font-size: 14px;
  color: #cbcbcb;
  transition: 0.3s;
}
.sidebar-list {
  width: 100%;
  padding: 5px 0;
  display: none;
  background-color: rgb(247,247,247);
}
.sidebar-list li a {
  display: block;
  color: #a0a0a0;
  line-height: 35px;
  padding-left: 50px;
}
.sidebar-list li:hover a {
  color: #40ccef;
}
.viewSidebar.close .sidebar-tit:hover span{
  background-color: #40ccef;
  color: #fff;
}
.sidebar-nav.home.on .sidebar-tit,
.sidebar-nav.home.on .sidebar-tit .iconfont {
  color: #40ccef;
}
.sidebar-list-icon {
  width: 80px;
  text-align: center;
}
.sidebar-list-icon i {
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 1px solid #40ccef;
  border-radius: 50%;
  display: none;
}
.sidebar-list li a:hover,
.sidebar-list li.on a {
  color: #40ccef;
}
.sidebar-list li.on i,
.sidebar-list li a:hover i {
  display: inline-block;
}

.hasEdit .forEdit {
  display: none;
}
.hasEdit .forEdit input{
  width: 100px;
  height: 30px;
  margin-right: 3px;
  vertical-align: middle;
}
.hasEdit .forEdit a{
  height: 30px;
  line-height: 30px;
  min-width: 40px;
  margin-right: 3px;
}
.hasEdit .forEdit a:last-child{
  margin-right: 0;
}

.view-product-contanier{
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.table_th{
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 0;
  background-color: #f6f6f6;
  font-weight: normal;
  text-align: center;
}
.table_th li{
  font-size: 12px;
  color: #707070;
  padding: 0 10px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.width_Special{
  width: 100px;
}
#detail_message .image_client{
  max-width:280px;height:auto;
}
.detail-info .detail-message-info{
  line-height: 40px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.avatarBox{
  width: 330px;
}
.personalBox{
  width: 100%;
  margin-left: 0px !important;
  padding-left: 350px !important;
  padding-right: 20px !important;
}
.personalBox h1{
  width: 90%;
}
.personalBox-detail-top,.personalBox-detail-bottom{
  font-size: 0px;
}
.personalBox-detail-half{
  width: 50%;
  padding-right: 10px;
  font-size: 12px;
  display: inline-block;
}

.personalBox-detail-half .top_span{
  width: 100%;
  padding-left: 100px;
  margin-left: 0 !important;
  margin-top: -46px;
}
.personalBox-detail-bottom{
  border: 1px solid #d3edf4;
  background-color: #f8feff;
  border-radius: 8px;
  padding: 10px 0;
  margin-top: -20px;
}
.personalBox-detail .color1{
  color: #6bc04b;
}
.personalBox-detail .color2{
  color: #ec7381;
}
#change_c_logo .webuploader-pick{
  width:120px;
   height: 40px;
 }

#change_c_logo .webuploader-pick:not(:first-child){
padding-left: 220px;
}

/*登录样式*/
.ckf_login .ckf_login_box{
  position: absolute;
  width: 800px;
  height: 560px;
  left: 50%;
  top: 50%;
  background: url(../images/login.jpg) no-repeat center center;
  transform: translate(-50%,-50%);
  padding: 22px 43px 30px 377px
}
.ckf_login_content{
  padding: 75px 25px 0 25px;
}
.ckf_login_content>h1{
  text-align: center;
  font-size: 26px;
  color: #40ccef;
}
.ckf_login_content .form-groups{
  margin-top: 20px;
  position: relative;
}
.ckf_login_content .form-groups .ckf_login_tip{
  position: absolute;
  color: #eb6100;
  /*bottom: -40px;*/
  width: 100%;
  text-align: center;
}
.ckf_login_content .form-groups .ckf_login_tip i{
  margin-right: 3px;
  vertical-align: -1px;
}
.ckf_login_content .form-group{
  padding: 20px 0;
  border-bottom: 1px solid #40ccef;
  margin-bottom: 0px;
}
.ckf_login_content .form-group .control-label{
  line-height: 32px;
  display: inline-block;
  text-align: center;
  width: 30px;
  margin-right: 10px;
  font-size: 28px;
  vertical-align: middle;
}
.ckf_login_content .form-group .col-sm {
  vertical-align: middle;
}
.ckf_login_content .form-group .col-sm input{
  height: 32px;
  line-height: 32px;
  border: none;
  font-size: 14px;
}
.ckf_login_content .login-btn{
  margin-top: 30px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  background-color: #40ccef;
}
.ckf_login_content .ckf_login_record{
  text-align: right;
  margin-top: 5px;
}
.ckf_login_content .ckf_login_record p{
  display: inline-block;
  color: #40ccef;
  vertical-align: middle;
}
.ckf_login_content .ckf_login_record input{
  vertical-align: middle;
}
.detail_message .me,.detail_message .customer{
  padding-right: 2px;
}

.ckf_login_content .form-group .yzm_code{
  height: 30px;
  background: url(../images/yanzhengma.png) no-repeat center center;
}

.audioPlayer {
  background: #00a65a;
  /*border: 1px solid #666;*/
  border-radius: 5px;
  padding: 5px 10px;
  color: white;
  cursor: pointer;
  min-width: 100px;
}
.audioPlayer div{
  display: inline-block;
  line-height: 30px;
}
.audioPlayer .audioIcon {
  background: url(../images/audio/audio_3.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: 3px 0;
  float: right;
}
.audioPlayer.audioPlaying .audioIcon {
  animation: animate-audio-playing 0.6s infinite step-start; /** 要无过滤效果 **/
}
@keyframes animate-audio-playing {
  0% {background: url(../images/audio/audio_3.png) 0 0 no-repeat;}
  33% {background: url(../images/audio/audio_1.png) 0 0 no-repeat;}
  66% {background: url(../images/audio/audio_2.png) 0 0 no-repeat;}
  100% {background: url(../images/audio/audio_3.png) 0 0 no-repeat;}
}

input.search-input{
  box-sizing: border-box;
  -moz-box-sizing:border-box;
  width: 100%;
  margin-bottom: 5px;
  height: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  transition: border linear .2s,box-shadow linear .2s;
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  margin-left: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  text-align: start;
  -webkit-appearance: textfield;
  -webkit-rtl-ordering: logical;
  cursor: text;
}
.long-important{
  width: 100% !important;
}
.btn.active{
  background-color: white;
  border-color: #40ccef;
  color: #40ccef;
}