.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: #1485ff;
  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: #1485ff;
  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: #1485ff;
  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-left: .3rem;
  padding-right: .55rem;
}

.item-input input {
  text-indent: .2rem;
  width: 100%;
  height: 2rem;
  background: #f7f7f7;
  color: #333;
  font-size: .9rem;
  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: #1485ff;
}

.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: #1485ff;
}

.container .box form .submit {
  text-align: center;
}

.container .box form .submit span {
  width: 90%;
  height: 2rem;
  line-height: 2rem;
  font-size: .9rem;
  display: block;
  background: #1485ff;
  letter-spacing: .02rem;
  border-radius: .88rem;
  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: 60px;
}

.item-input button {
  width: 50px;
  position: absolute;
  right: 6px;
  padding: 5px 0;
  color: #fff;
  background: #1485ff;
  border: none;
  border-radius: 5px;
}

.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: #ff5c93;
  border: none;
  border-radius: 10px 2px 10px 10px;
  color: #fff;
  font-size: .85rem;
  padding: 0.1rem 0.5rem;
  margin-bottom: 0.5rem
}

.zspan {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 20px;
  text-align: center;
}

.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: #03a9f4;
}

.aui-text-default {
  color: #333;
}

.aui-text-info {
  color: #03a9f4 !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;
  height: 2.8rem;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  width: 96%;
  margin: 10px auto;

  box-shadow: 0 2px 10px #dadada;
  color: #9e9e9e;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aui-searchbar-input {
  margin: 0 0.5rem;
  background-color: #fff;
  border-radius: 0.25rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
  position: relative;
  padding-left: 0.5rem;
  -webkit-box-flex: 1;
}

.aui-searchbar-input input {
  color: #666666;
  width: 90%;
  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;
}

.aui-navBar {
  height: 44px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1002;
  background: #1485ff;
}

.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;
}


.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;
}

.aui-list-item-input .inputfile {
  height: 0;
  border: none;
}
.aui-list-item-input{margin: 0;padding: 0; margin-top: -8px;}
.inputfile+label {
  color: #fff;
  border: none;
  width: 25%;
  display: inline-block;
  border-radius: 4px;
  background: #1485ff;
  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: 26px;
  padding:0 .2rem;
}

.aui-list-img{display: block; width: 100%; overflow: hidden;  margin-top: 6px;}

.aui-list-img li {
	display: inline-block;
	float: left;
	position: relative;	border: 1px solid #ddd;
	margin: 0 3px; width: 100%; height: 150px; margin-right: 3px;
}

.aui-list-img li .aui-imgb {

height: 100%;
}

.aui-imgb .box-dele {
	width: 16px;
	height: 16px;
	background: #f37f4a;
	color: #fff;
	position: absolute;
	right: 3px;
	top: 0px;
	border-radius: 50%;
	line-height: 16px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	font-family: Tahoma, Verdana, sans-serif;
}

.aui-list-img li img {
	width: 100%;
	height: 100%
}

video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

