.top {
  width: 100%;
  height: 12rem;
  background: #007aff;
  margin-bottom: .8rem;
  overflow: hidden;
  position: relative;
}
.top .out-1 {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: rgba(255, 255, 255, 0.4);
  margin: 1rem auto 0 auto;
}
.top .out-1 .out-2 {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #fbb100;
  margin: 0 auto;
}
.top .out-1 .out-2 .signBtn {
  width: 6.2rem;
  height: 6.2rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  border: 1px #fff solid;
}
.top .out-1 .out-2 .signBtn strong,
.top .out-1 .out-2 .signBtn span {
  display: block;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.top .out-1 .out-2 .signBtn strong {
  height: 3rem;
  line-height: 3.5rem;
  font-weight: 600; margin-bottom: 5px;
  border-bottom: 1px #eee solid;
}
.top .out-1 .out-2 .signBtn span {
  height: 2.5rem;
  font-size: .85rem;
 
}
.top .out-1:active {
  animation: sign .25s forwards;
  -webkit-animation: sign .25s forwards;
}
.signBtn img{width: 30px;}
.tips {
  position: absolute;
  top: 9.2rem;
  z-index: 999;
  width: 94%;
  padding:0 3%;
  color: #fff;
  font-size: .9rem;
  text-align: center;
  padding-bottom: .5rem;
  display: flex;
  justify-content: space-between;
}
.Calendar {
  background: #fff;
  padding-bottom: 1rem;
  width: 92%; margin: 0 auto;
  border-radius: 5px;
  
}
.Calendar #toyear {
  border-bottom: 1px #e7e7e7 solid;
  width: 100%;
  margin: 0 auto;
  height: 2.5rem;
  text-align: center;
  color: #fff;
  font-size: .95rem;
  background: #3077f9;
  border-radius: 5px 5px 0 0;
}
.Calendar #toyear .year-month {
  height: 100%;
  line-height: 2.5rem;
}
.Calendar #toyear #idCalendarPre,
.Calendar #toyear #idCalendarNext {
  height: 100%;
  line-height: 2.5rem;
  padding: 0 2rem;
  text-align: center;
  font-size: .85rem;
  color: #fff;
}
.Calendar table,
.Calendar tr,
.Calendar td {
  border: 0;
}
.Calendar table {
  width: 96%;
  margin: 0 auto;
}
.Calendar table tr {
  text-align: center;
  height: 2rem;
}
.Calendar table tr td span {
  margin: 0 auto;
  display: block;
  line-height: 2.1rem;
  width: 2rem;
  height: 2rem;
  font-size: .9rem;
  border-radius: 100%;
}
.Calendar table tr .onToday span {
  background: #2d8cf0;
  color: #fff;
}
.date {display: flex; align-items: center;}
.date img{width:20px; margin-right: 2px;}
.index_liTLeft {
	position: absolute;
	left: 60px;
	top: 11rem;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: rgb(245, 246, 250,.4);
}

.index_liTRight {
	position: absolute;
	right: 60px;
  top: 11rem;
	border-radius: 50%;
	width: 20px;
	height: 20px;
  background: rgb(245, 246, 250,.4);
}

.index_liBLeft {
	position: absolute;
	left: 60px;
	top: 13.4rem;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: rgb(245, 246, 250,.4);
}

.index_liBRight {
	position: absolute;
	right: 60px;
	top: 13.4rem;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	background: rgb(245, 246, 250,.4);
}

.index_liTline {
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	top: 10px;
	width: 10px;
	height: 40px;
	background: white;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.bzbox{background: #fff;
  padding-bottom: 1rem;
  width: 92%;
  margin: 0 auto;
  border-radius: 5px; margin-top: .5rem;}
.bzbox .title {
  width: 100%;
  height: 33px;
  font-size: 14px;
  line-height: 33px;
  text-align: center;
  color: #2d8cf0;
  background: url(../img/m_title.png) center center no-repeat;
}

.pslist li{padding: 5px 15px; font-size: .8rem; position: relative;}

.pslist li::before {
  width: 5px;
  height: 5px;
  top: 0.8rem;
  position: absolute;
  content: "";
  background: #2d8cf0;
  border-radius: 20px;
  left: 0.4rem;
}
.top.pass .out-1 .out-2 {
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  background: #31ac24;
  margin: 0 auto;
}
.timebg span{background:url(../img/time_bg.png) no-repeat; background-size: 100% 100%;}

.aui-health-ychead {
  width: 100%;
  height: 7rem;
  background-image: url(../img/ycbg.png);
  background-size: 100%;
}

.aui-user-title {
  position: absolute;
  top: 1.5rem;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
}
.aui-user-title span{background: #eca419; font-size: .6rem; padding:1px 3px; border-radius: 5px; margin-left: 5px;}
/* 主体 */
.container{width: 100%;height: auto;overflow: hidden;}
.container .box{width: 96%; margin: 0 auto;   background-color: #fff;
  background-clip: border-box;
  box-shadow: 0 1px 3px 0px rgb(115 108 203 / 23%);
  border-radius: 3px;
  margin-top: 0.5rem; }
.container .box form{padding: .5rem; overflow: hidden; padding-top: 0;}
.item-input{width: 100%;display: flex;align-items: center;font-size: .9rem;padding:4px 0;padding-right: .3rem; position: relative;}
.item-input label{color: #222222;flex-shrink: 0;padding-right: .55rem;}
.item-input input{text-indent: .2rem;width: 100%;height: 2rem;border:1px solid #f2f2f2;color: #333;font-size: .9rem; border-radius: 3px; padding: 0 5px; position: relative;}
.container .box form h4{font-size: .9rem;color: #000;padding-top: .6rem;display: flex;align-items: center;padding-bottom: .35rem;}
.container .box form h4 span{color: #eca419;font-size: .64rem;display: flex;align-items: center;}
.container .box form h4 span i{flex-shrink: 0;width: .8rem;height: .8rem;background: url(../img/icon-warning.png) center center no-repeat;background-size: 100% 100%;margin: 0 .05rem 0 .3rem;}
.item-upload{display: flex;justify-content: space-between;align-items: center; }
.item-upload>div{width:49%;height: 7.6rem;background: #e7efff;border-radius: .15rem;overflow: hidden;}
.item-upload .img{width: 100%;height: 6.04rem;display: flex;justify-content: center;align-items: center;}
.item-upload .img img{width: 80%;height: 4.5rem;}
.item-upload p{width: 100%;height: 2.56rem;line-height: 1.6rem;text-align: center;font-size: .9rem;color: #ffffff;background: #2d8cf0;}
.container .box form h5{font-size: .8rem;color: #333333;padding-top: .6rem;padding-bottom: .15rem;}
.container .box form .help{font-size: .8rem;color: #9d9d9d;text-align: center; margin: .5rem 0;}
.container .box form .help a{color: #2d8cf0;}
 .submit{text-align: center;position: fixed; left: 0; bottom: 5px; width: 100%;}
 .submit span{height: 2rem;line-height: 2rem;font-size: .9rem; display: block; background: #2d8cf0;letter-spacing: .02rem;border-radius: .3rem; color: #fff; margin: 0 auto;}
.container .box h2{     font-size: .9rem;
  color: #000; padding: .6rem; font-weight: 600;}
  .item-input span{padding: 0 5px;}
  .bz label{width:110px; text-align: right;}
  .item-input textarea{text-indent: .2rem;width: 100%;height: 3rem;border:1px solid #f2f2f2;color: #333;font-size: .9rem; border-radius: 3px; padding: 0 5px; position: relative;}

  .item-input button{width:40px; position: absolute; right: 6px;  padding: 5px 0; color: #fff; background: none;   border: none; border-radius: 3px;}
  .item-input button img{width: 22px;}
  .mt-3{margin-top: -3rem;}

  .aui-list-3 {

    background: #fff;
    border-radius: 6px;
    width: 96%;
    margin: 0 auto 15px;
    box-shadow: 0 2px 10px #dadada;
  }

  .boxfoot::before,
  .boxfoot::after {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    content: "";
    background: #e9edf3;
    bottom: -6px;
  }

  .boxfoot::after {
    right: -7px;
  }

  .boxfoot::before {
    left: -7px;
  }

  .boxfoot::before,
  .boxfoot::after {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    content: "";
    background: #e9edf3;
    bottom: -6px;
  }

  .border-r2 {
    background: #2d8cf0;
    border: none;
    border-radius: 10px;
    color: #fff;
    padding: 0.1rem 0.5rem;
    margin-bottom: 0.5rem;
 
  }
.tab1-title b{width:calc(100% - 65px);   white-space: nowrap;      /* 确保文本在一行内显示 */
  overflow: hidden;         /* 隐藏溢出的内容 */
  text-overflow: ellipsis;  display: inline-block;}

  .zspan {
    position: absolute;
    right: 8px;top: 10px;  font-weight: normal;font-size: .7rem;    text-align: center;
  }
.xy-icon{ position: absolute; bottom: 10px; right: 10px; opacity: .8;}
.xy-icon img{width: 52px;}
  .aui-label-warning {
    color: #ffffff;
    background-color: #fe7023;
  }

  .aui-li-list li {
    font-size: .9rem;
    padding: .2rem 0;
  }

  .text-overflow {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
  }

  .tab1-title {
    position: relative;
    color: #333;
    font-size: .92rem;
  }

  .border-d {
    border-bottom: 1px dashed #ddd;
  }

  .aui-flex {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 15px;
    position: relative;
  }

  .aui-li-list li span {
    margin-right: .2rem;
  }

  .font6 {
    font-size: .5rem !important;
  }

  .aui-text-success {
    color: #009688 !important;
  }

  .aui-flex-abox {
    padding: .4rem .6rem;
    position: relative;
  }
  .aui-label-info {
  color: #ffffff;
  background-color: #2d8cf0;
}
  .aui-text-default {
    color: #333;
  }.aui-text-info {
  color: #2d8cf0 !important;
}
.dfbox{ border-top: 1px solid #f7f7f7; }
 .aui-li-list li.dfbox{font-size: .8rem; padding-top: .6rem;}
 .aui-searchbar {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;

  border-radius: 6px;
  width:96%;
  margin: 10px auto ;
 display: flex;
 
  color: #9e9e9e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.aui-searchbar-input {
  margin: 0 0.5rem;
  margin-left: 0;
  background-color: #fff; 
  border-radius: 0.25rem;
  height: 2.4rem;
  line-height: 2.4rem; box-shadow: 0 2px 10px #dadada;
  font-size: 0.9rem;
  position: relative;width: calc(100% - 70px);
  padding-left: 0.5rem;
  -webkit-box-flex: 1;
}

.aui-searchbar-input input {
  color: #666666;
  
  padding: 0;
  margin: 0;
  background-color: #fff;
  height: 1.4rem;
  line-height: normal;
  border: 0;
  -webkit-appearance: none;
  font-size: 0.9rem;
}
.aui-searchbar-clear-btn {
  position: absolute;
  right: 5px;
  top: 0;
  width: 2rem;
  height: 2rem;
  color: #4296ff;
  line-height: 0.6rem;
  text-align: center;
}
.aui-searchbar-input img{width:26px; margin-top: 3px;}
.add-btn{ width: 60px; background: #2d8cf0;box-shadow: 0 2px 10px #dadada; font-size: .9rem; color: #fff; border-radius: 3px; text-align: center;  line-height: 2.4rem;  }
.add-btn a{color: #fff;}
.aui-navBar {
  height: 44px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1002;
  background: #2d8cf0 ;
}

.aui-center {
  -webkit-box-ordinal-group: 3;
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 50%;
  margin-left: 25%;
}

.aui-center-title {
  text-align: center;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  font-size: 1.08rem;
  color: #fff;
}
.date {color: #fff;}
.ps_icon{ position: absolute; top:8px; left: 15px; width: 48px; opacity: .3;}
.box h2 {
  font-size: .9rem;
  color: #000;
  padding: .6rem;
  font-weight: 600; padding-top: 30px;padding-bottom: 3px;
}
.box {padding:0 5px;}
.box .sm_table{margin: 5px 0; border: 1px dotted #ddd; border-radius: 5px;}
.box .sm_table td{color: #333; padding: 3px 0; font-size: .9rem;}
.box .sm_table td .text-color{color: #666;}
.box .sm_tabel_img {
  width: 80px;
  height: 60px;
  text-align: center;
  border: 1px solid #ddd;
  padding: 1px;
  border-radius: 5px;
}
.box .sm_tabel_img img{width: 100%; height: 100%;}
.bzbox .index_liTLeft {
  left: 40px;
  top: -1.5rem;
  background: rgb(245, 246, 250,.8);
}

.bzbox .index_liTRight  {
 right:40px;
  top: -1.5rem;
  background: rgb(245, 246, 250,.8);
}

.bzbox .index_liBRight {
 
  right: 40px;
  top: .7rem;
 
  background: rgb(245, 246, 250,.8);
}

.bzbox .index_liBLeft {
 
  left: 40px;
  top: .7rem;
 
  background: rgb(245, 246, 250,.8);
}

.flexbox{display: flex; justify-content: space-between; margin-right:5px;}

/*tab切换类*/
.aui-tab {
	position: relative;
	background-color: #ffffff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-self: center;
	align-self: center;
	align-items: center;
	width: 100%;
}

.aui-tab-item {
	width: 100%;
	height: 2.8rem;
	line-height: 2.8rem;
	position: relative;
	font-size: 1rem;
	text-align: center;
	color: #212121;
	margin-left: -1px;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.aui-tab-item.aui-active {
	color: #2d81f4;
	border-bottom: 2px solid #2d81f4;
}

.aui-hide {
  display: none !important;
}

.auv_star {
  color: Red;
  font-size: 9pt;
  margin-right: 0;
}

.delete{background: #fe7023; color: #fff; font-size: 12px; padding: 4px 6px; border-radius: 3px;}

/* time seed */
.aui-timeLine {
  background-color: #fff;
  font-size: 13px;
  color: #6e6e6e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.aui-timeLine-content {
  margin-left: 15px;
  margin-right: 5px;
  border-left: 1px solid #e4e5e9;
  margin-top: .3rem;
 padding-bottom: 10px;
}

.aui-timeLine-content-item {
  padding: 1px 10px 10px;
  margin-left: 15px;
  position: relative;
  margin-bottom: 10px;


}

.aui-timebox {
  background: #f9f9f9;
  padding: .3rem;
  margin-top: .1rem;
  border-radius: 5px;
  padding-left: 5px;
}

.aui-timebox h2 {
  font-size: .56rem;
  font-weight: normal;
  margin: 0;
  padding: 0 !important;
}

.aui-timeLine-content .aui-timeLine-content-item .aui-timeLine-box {
  margin-bottom: 4px;
  padding-top: 0;
  color: #333;
}

.aui-timeLine-content .aui-timeLine-content-item .aui-timeLine-box em {
  color: #333333;
  font-style: normal;
}

.aui-color1 {
  color: #34a853
}

.aui-color2 {
  color: #f47e00
}


.aui-timeLine-content-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #0d9dfd;
  content: "";
  position: absolute;
  z-index: 1;
  color:#fff;
  left: -16px; text-align: center; line-height: 26px;
  display: block;
  top: 8px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.aui-timeLine-content-item:first-child>.aui-timeLine-content-icon {
  top: 0px;
}

.aui-timeLine-urse {
  position: absolute;
  z-index: 1;
  text-align: center;
  left: -80px;
}

.aui-timeLine-urse img {
  width: 40px;
}

.aui-timeLine-content-icon img {
  width: 10px;
  height: 10px;
  display: block;
  border: none;
  margin: 6px auto;
}

.aui-timeLine-content-item .aui-timeLine-content-info {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #0d9dfd;
  content: "";
  position: absolute;
  z-index: 1;
  left: -16px;
  display: block;
  top: 29px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

.aui-timeLine-content-item h1 {
  font-size: .65rem;
  margin-left: 0rem
}

.aui-timeLine-content-item p {
  margin: .1rem 0; font-size: .9rem;
}
.aui-timeLine-w {
  background: #f47e00;
}
.aui-timeLine-box em {
  color: #000;
  font-weight: bold;
}
.qylist{padding:0 5px 5px;}
.qylist li{display: flex; justify-content: space-between; align-items: center; padding: 2px 0; border-bottom: 1px solid #f6f6f6;}
.qylist li h2{font-weight:normal !important;}
.qylist img{width: 18px;}

.xianze {
  background: #2d8cf0;
  color: #fff;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 3px;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0; 
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile+label {
	color: #2d8cf0;

	border: none;
	width: 25%;
	display: inline-block;
	border-radius: 4px;
	background: #f6f6f6;
	user-select: none;
	cursor: pointer;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	line-height: 1;
	font-weight: 400;
	font-size: 28px;
  padding: .6rem;
}

.aui-list-item-input .inputfile{height: 0; border: none;}

#demo_date{background: url(../img/time.png) center right 5px no-repeat; background-size: 24px 24px;}
.shbox{border: 1px solid #f3f3f3; margin-top: 10px;}
.shbox h2{display: flex;justify-content: space-between;}
.shbox h2 button{margin: 0 5px;}