body {
  height: 100%;
}
* {
  /* font-family: SourceHanSansCN-Regular !important; */
}
.mainBtn {
  /* background: -webkit-linear-gradient(left, #5d9ff3 0%, #3482ee 100%);
  background: linear-gradient(left, #5d9ff3 0%, #3482ee 100%); */
  background-color: #65b1fc;
  color: #ffffff;
  /* box-shadow: 0 0.08rem 0.2rem 0 rgba(53, 131, 238, 0.5); */
}
.search {
  padding: 0.18rem 0.3rem;
  height: 0.6rem;
  font-size: 0.24rem;
  color: rgba(153, 153, 153, 1);
  background-color: #c0c0c0;
  padding-right: 1.14rem;
}
.search_warp {
  width: 100%;
  height: 100%;
  position: relative;
}
.search_warp input {
  width: 100%;
  height: 100%;
  /* border-radius: 100rem; */
  background-color: #fff;
  padding-left: 0.54rem;
  padding-right: 0.54rem;
}
.search_warp i {
  position: absolute;
  top: calc(50% - 0.16rem);
}
.search_warp i:first-child {
  left: 0.18rem;
}
.search_warp i:last-child {
  right: 0.3rem;
}
input::-webkit-input-placeholder {
  color: #999;
  font-size: 0.24rem;
  /* transform: translate(0, 0.02rem); */
}
.search i {
  color: #999999;
  font-size: 0.34rem;
}
.search_warp span {
  display: inline-block;
  width: 1.14rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  position: absolute;
  right: -1.14rem;
  font-size: 0.28rem;
  color: #333;
}
.textover {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.borBom {
  border-bottom: 1px solid #f0f0f0;
}
.borTop {
  border-top: 1px solid #f0f0f0;
}
.point {
  cursor: pointer;
}
.clearfix:after {
  content: '';
  height: 0;
  display: block;
  overflow: hidden;
  clear: both;
}
.sidebar_content {
  padding: 0.3rem 0 0;
  height: calc(100% - 0.3rem);
}
.sidebar_content .content_btnGroup {
  width: 100%;
}
.sidebar_content .item_box {
  padding: 0 0.2rem;
  height: calc(100% - 0.9rem);
  padding-bottom: 0.2rem;
  box-sizing: border-box;
  overflow: auto;
}
.sidebar_content .item .item_title {
  height: 0.6rem;
  line-height: 0.6rem;
  margin-bottom: 0.2rem;
}
.sidebar_content .item .item_title .title {
  font-size: 0.3rem;
  color: #333333;
  float: left;
}
.sidebar_content .item .item_title span {
  float: right;
  color: #999999;
  font-size: 0.24rem;
}
.sidebar_content .item_box .content_item {
  transition: 0.5s;
  overflow: hidden;
  margin-left: -0.2rem;
}
.selBox {
  /* flex: 2; */
  width: 5rem;
  height: 0.6rem;
  background: #f6fafd;
  border-radius: 0;
  text-align: center;
  text-align-last: center;
  /* padding: 0 2rem; */
  box-sizing: border-box;
}
.sidebar_content .item_box .content_item div {
  float: left;
  height: 0.6rem;
  width: 30%;
  /* padding: 0 2%; */
  box-sizing: border-box;
  /* margin: 0 1.5% 2%; */
  margin: 0 0 0.2rem 3.3%;
  background-color: #f6fafd;
  /* border-radius: 0.6rem; */
  text-align: center;
  line-height: 0.6rem;
  font-size: 0.24rem;
}
.sidebar_content .item_box .content_item div.active {
  background-color: #65b1fc;
  color: #ffffff;
}
.sidebar_content .item_box .content_item.minH {
  height: 1.5rem;
  overflow: hidden;
}
/*
* 开关样式
*/
.my_switch.nut-switch.nut-switch-active .nut-switch-btn {
  background-color: #ffffff;
}
.my_switch.nut-switch .nut-switch-btn {
  background-color: #ffffff;
}
.my_switch.nut-switch.nut-switch-active {
  border-color: #52669b;
  background-color: #52669b;
}
.my_switch.nut-switch {
  border-color: #cccccc;
  background-color: #cccccc;
}
/** 
 * .nut-actionsheet-panel {
 * background-color: rgba(255, 255, 255, 0) !important;
 * } 
 */
table th {
  white-space: nowrap;
}
table td {
  white-space: nowrap;
}
table {
  font-size: 0.24rem;
  background-color: #fff;
}
table {
  empty-cells: show;
  border-collapse: collapse;
  margin: 0.1rem auto;
}
table.tab_css_1 {
  border: 1px solid #f0f0f0;
  color: #666;
}
table.tab_css_1 th {
  /* background-image: url('th_bg1.gif'); */
  background-repeat: repeat-x;
  height: 0.6rem;
  background-color: #f5fafe;
  font-weight: normal;
  color: #333;
}
table.tab_css_1 td,
table.tab_css_1 th {
  border: 1px solid #f0f0f0;
  padding: 0 0.5em 0;
}
table.tab_css_1 tr.tr_css {
  height: 0.6rem;
}
.h {
  height: 0.72rem;
  border-bottom: 1px dotted rgba(229, 229, 229, 1);
}
.checkInfo {
  overflow: auto;
  padding: 0 0.3rem;
  background-color: #f6fafd;
}
.checkInfo .content {
  display: inline;
}
.checkInfo .item {
  background: rgba(228, 238, 250, 1);
  border: 1px solid rgba(57, 134, 239, 1);
  border-radius: 1px;
  padding: 0 0.2rem;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0.1rem;
  display: inline-table;
  color: #3986ef;
}
.bigTit {
  padding-bottom: 0.3rem;
  height: 1.52rem;
  text-align: center;
  line-height: 1.9rem;
  font-size: 0.4rem;
  color: #5c7cab;
}
.me {
  line-height: 0.44rem;
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  white-space: normal;
  word-break: break-all;
  overflow: hidden;
}
[contenteditable]:focus { outline: none; }