@charset "utf-8";

/* CSS Document */
/*****登录*****/
.layout-login {
  padding: 0 0.24rem;
  width: 100%;
}

.logo-login {
  width: 100%;
  text-align: center;
  padding: 1.68rem 0 0.96rem;
}

.img-logo-login {
  width: 2.95rem;
  height: 0.82rem;
}

.form-login {
  width: 100%;
}

.text-login {
  border: none;
  height: 0.88rem;
  background-color: #f5f5f5;
  padding-left: 0.68rem;
  width: 100%;
  margin-bottom: 0.24rem;
  border-radius: 0.08rem;
}

.icon-user-login {
  background-image: url("/src/assets/images/icon-user-login.png");
  background-repeat: no-repeat;
  background-position: 0.16rem center;
  background-size: 0.36rem 0.36rem;
}

.icon-password-login {
  background-image: url("/src/assets/images/icon-user-login.png");
  background-repeat: no-repeat;
  background-position: 0.16rem center;
  background-size: 0.36rem 0.36rem;
}

.btn-login {
  width: 4.8rem;
  height: 0.88rem;
  border-radius: 0.16rem;
  border: none;
  margin: 0.32rem auto 0;
  display: block;
  background-image: linear-gradient(to right, #466cfb, #907cff);
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}

/*****首页*****/
.layout-index {
  width: 100%;
  padding: 0 0.24rem;
}

.tit-index {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.32rem 0 0.24rem;
}

.line-tit-index {
  width: 0.08rem;
  height: 0.32rem;
  background: #466cfb;
  margin-right: 0.16rem;
}

.node-tit-index {
  font-size: 0.32rem;
}

.layout-office {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.24rem;
}

.ele-office {
  width: 3.36rem;
  height: 1.68rem;
  position: relative;
}

/*****审批列表*****/
.nav-check-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 1.04rem;
  background: #fff;
}

.ele-nav-checklist {
  height: 100%;
  width: 1.6rem;
  position: relative;
  text-align: center;
  line-height: 1.04rem;
  color: #666;
}

p.nac-nav-checklist {
  font-size: 0.32rem;
  font-weight: 500;
  color: #333;
}

.line-nav-checklist {
  position: absolute;
  display: block;
  width: 0.48rem;
  height: 0.08rem;
  border-radius: 0.04rem;
  background-image: linear-gradient(to right, #466cfb, #907cff);
  left: 50%;
  margin-left: -0.24rem;
  bottom: 0.16rem;
}

.layout-checklist {
  padding: 0 0.24rem;
  width: 100%;
  background: #ededed;
  padding-top: 1.24rem;
}

.ele-checklist {
  width: 100%;
  background: #fff;
  border-radius: 0.24rem;
  padding: 0.36rem 0.24rem;
  margin-bottom: 0.24rem;
  position: relative;
}

.tit-ele-checklist {
  font-size: 0.32rem;
  font-weight: 500;
  margin-bottom: 0.16rem;
}

.info-ele-checklist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.24rem;
}

.tag-ele-checklist {
  width: 1.26rem;
  height: 0.32rem;
  border-radius: 0 0 0.08rem 0.08rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0.24rem;
}

.null-checklist {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.img-null {
  width: 3.6rem;
  height: 2.85rem;
  margin-bottom: 0.16rem;
}

/*****审批详情*****/
.layout-desc-check {
  background: #fff;
  width: 100%;
  padding: 0 0.24rem;
  margin-bottom: 0.24rem;
}

.name-check-desc {
  padding: 0.32rem 0;
  font-size: 0.4rem;
  font-weight: 500;
}

.content-desc-check {
  width: 100%;
}

.ele-desc-check {
  border-bottom: 1px solid #e4e4e4;
  padding: 0.24rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label-desc-check {
  display: inline-block;
  width: 2.24rem;
  margin-right: 0.24rem;
  color: #999;
}

.info-desc-check {
  display: inline-block;
  flex: 1;
  text-align: right;
}

.tit-desc-check {
  padding: 0.32rem 0 0.24rem;
  color: #999;
}

.node-desc-check {
  padding-bottom: 0.32rem;
  line-height: 150%;
}

.content-btn-check {
  width: 100%;
  height: 0.96rem;
  background: #fff;
  border-top: 1px solid #e4e4e4;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chancel-desc-check {
  width: 3.2rem;
  height: 0.72rem;
  border: none;
  background: #e2e2e2;
  border-radius: 0.16rem;
  color: #666;
  margin-right: 0.24rem;
  font-size: 0.32rem;
  font-weight: 500;
}

.sure-desc-check {
  width: 3.2rem;
  height: 0.72rem;
  border: none;
  background-image: linear-gradient(to right, #466cfb, #907cff);
  border-radius: 0.16rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}

.del-desc-check {
  width: 3.2rem;
  height: 0.72rem;
  border: none;
  background-image: linear-gradient(to right, #FF5151, #FF8040);
  border-radius: 0.16rem;
  color: #fff;
  font-size: 0.32rem;
  font-weight: 500;
}

.tit-contact-check {
  padding: 0.32rem 0 0.24rem;
  font-size: 0.32rem;
}

.cotent-contact-check {
  padding: 0 0.24rem;
  background: #f3f5ff;
  border-radius: 0.16rem;
  margin-bottom: 0.32rem;
}

/*****创建报告*****/
.ele-addvisit {
  width: 100%;
  height: 0.98rem;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label-add-visit {
  display: inline-block;
  width: 2.24rem;
  margin-right: 0.24rem;
}

.text-addvisit {
  height: 0.96rem;
  border: none;
  text-align: right;
  flex: 1;
}

.content-sel-addvisit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1;
}

.node-sel-addvisit {
  margin-right: 0.16rem;
  color: #999;
  display: inline-block;
}

.img-link {
  width: 0.28rem;
  height: 0.28rem;
}

.textarea-addvisit {
  width: 100%;
  border: none;
  margin-bottom: 0.36rem;
  height: 1.44rem;
}

.widthmax {
  width: 6.4rem;
}

.bg-fix {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
}

.content-win-choice {
  width: 100%;
  background: #fff;
  border-radius: 0.24rem 0.24rem 0 0;
  /* position: absolute; */
  z-index: 11;
  padding: 0.36rem 0.24rem;
  bottom: 0;
  left: 0;
}

.content-btn-choice {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sure-btn-choice {
  border: 1px solid #466cfb;
  width: 1.08rem;
  height: 0.48rem;
  color: #466cfb;
  border-radius: 0.08rem;
  background: #fff;
}

.content-ele-choice {
  width: 100%;
  padding: 0.36rem 0;
}

.content-ele-choice p {
  width: 100%;
  text-align: center;
  color: #999;
  height: 0.96rem;
  line-height: 0.96rem;
}

.content-ele-choice p.nat-ele-choice {
  height: 1rem;
  font-size: 0.32rem;
  color: #333;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.link-add-contact {
  border-radius: 0.08rem;
  border: 1px dashed #597bff;
  display: flex;
  width: 100%;
  height: 0.72rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.32rem;
  color: #597bff;
}

.icons-add-contact {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.16rem;
}

.icon-note-office {
  width: 0.48rem;
  height: 0.32rem;
  border-radius: 0.24rem;
  background: #df1d1d;
  position: absolute;
  z-index: 3;
  right: 0.16rem;
  top: 0.16rem;
  color: #fff;
  font-size: 0.22rem;
  text-align: center;
  line-height: 0.32rem;
}

/*****20211013 考勤*****/
.layout-atten {
  width: 7.02rem;
  margin: 0.36rem auto 0;
  background: #fff;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.16rem rgba(89, 123, 255, 0.2);
  padding: 0.24rem;
}

.name-clock-atten {
  font-size: 0.32rem;
  font-weight: 500;
  margin-bottom: 0.12rem;
}

.info-clock-atten {
  font-size: 0.24rem;
}

.btn-clock {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-image: linear-gradient(#907cff, #466cfb);
  margin: 2.8rem auto 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.08rem 0.32rem rgba(41, 84, 255, 0.6);
  color: #fff;
}

.tit-clock {
  font-size: 0.32rem;
  font-weight: 500;
}

.time-clock {
  font-size: 0.4rem;
  font-weight: 700;
}

.rep-clock {
  text-align: center;
  width: 100%;
  color: #597bff;
}

.layout-navbottom-clock {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.96rem;
  border-top: 1px solid #e4e4e4;
  background: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.font-bottomnav-clock {
  font-size: 0.2rem;
  color: #999;
}

div.nac-bottomnav-clock {
  color: #466cfb;
}

.icon-botnav-clock {
  width: 0.44rem;
  height: 0.44rem;
}

.ele-botnav-clock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.layout-sta-atten {
  width: 100%;
  padding: 0 0.24rem;
}

.layout-sta-atten .ele-nav-checklist {
  width: 1rem;
  text-align: left;
}

.layout-sta-atten .line-nav-checklist {
  left: 0;
  margin-left: 0;
}

.bor-top {
  border-top: 1px solid #e4e4e4;
}

.list-sta-info {
  padding-bottom: 1.2rem;
}

.ele-sta-info {
  background: #f3f5ff;
  padding: 0.24rem;
  width: 100%;
  border-radius: 0.16rem;
  margin-bottom: 0.16rem;
}

.head-data-atten {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.icon-time-atten img {
  width: 0.24rem;
  height: 0.24rem;
}

.node-date-atten {
  font-size: 0.48rem;
  width: 30%;
  text-align: center;
  display: block;
  margin: 0 0.16rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}

input:focus {
  font-size: 16px !important;
}

.content-center{
  justify-content: center;
  align-items: center;
  display: flex
}

.trans-desc-check {
  height: 0.52rem;
  border: none;
  background-image: linear-gradient(to right, #466cfb, #907cff);
  border-radius: 0.16rem;
  color: #fff;
  font-size: 0.28rem;
  font-weight: 500;
  margin-top: 0.24rem;
}

/*****20230608访问计划*****/
p.positon-l {
	left:0.24rem;
	right:0;
}
div.ele-planlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.48rem 0.24rem 0.36rem;
}
.plan-left {
	flex: 1;
	padding-right: 0.2rem;
}
.node-plan {
	font-size: 0.24rem;
}
.node-plan p {
	line-height: 0.36rem;
}
.btn-delete-plan {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fc6f6f;
	border-radius: 0.08rem;
	width: 1.28rem;
	height: 0.48rem;
	border: none;
	color: #fff;
	font-size: 0.24rem;
	font-weight: 300;
}
.icon-delete-planlist {
    display: block;
	margin-right: 0.08rem;
	width: 0.28rem;
}
.icon-change-plan img {
	width: 0.32rem;
}
.icon-change-plan {
	color: #333;
	text-align: center;
	font-size: 0.24rem;
	display: block;
	height: 0.72rem;
}

button.wid24 {
	width: 2.4rem;
}
.content-btn-plan {
	width: 100%;
    height: 0.96rem;
    background: #fff;
    border-top: 1px solid #e4e4e4;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 0.24rem;
}
.left-plan-btn {
	flex: 1;
	display: flex;
	justify-content: center;
}
.font-plan-requier{
  color: #df1d1d;
  font-size: 0.3rem;
}
.button-none-center{
  display: flex;
  justify-content: center;
  flex: 1;
}
/*****20240912拜访统计表*****/
.tit-visit-sta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0.36rem 0;
}
.tit-visit-sta span {
	font-size: 0.36rem;
	display: block;
	font-weight: 500;
}
.time-visit-sta {
	height: 0.48rem;
	border-radius: 0.08rem;
	background: #466cfb;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.08rem 0.12rem;
	color: #fff;
	border: none;
	font-size: 0.24rem;
}
.time-visit-sta img {
	width: 0.2rem;
	height: 0.2rem;
	display: block;
	margin-left: 0.08rem;
}
.table-visit-content {
	margin-bottom:0.48rem;
	display: flex;
	align-items: flex-start;
	flex-shrink: 0;
}
.table-visit-left {
	width: 30%;
	position: relative;
}
.table-visit-left th{
	height: 1.28rem;
	font-weight: normal;
	font-size: 0.28rem;
	background: #eff1f8;
}
.table-visit-left td {
	background: #eff1f8;
	height: 0.72rem;
	text-align: center;
	font-weight: 500;
}
.table-visit-rcontent {
	flex: 1;
	margin-left: -1px;
	overflow-x: scroll;
}
.table-visit-right {
	margin-right: 1px;
}
.table-visit-right th{
	height: 0.64rem;
	font-weight: normal;
	font-size: 0.28rem;
	background: #eff1f8;
	padding:0 0.24rem;
	white-space: nowrap;
}
.table-visit-right td {
	height: 0.72rem;
	text-align: center;
}
.color-blue {
	color: #466cfb;
}
.color-green {
	color: #13b81f;
}
.tit-visit-note {
	margin-bottom: 0.24rem;
	font-size: 0.32rem;
	font-weight: 500;
}
.ele-visit-note {
	margin-bottom: 0.24rem;
	padding-bottom: 0.12rem;
	border-bottom: 1px solid #e4e4e4;
}
.ele-visit-note:last-child {
	border-bottom:none;
}
.tit-ele-visit {
	font-weight: 500;
	margin-bottom: 0.12rem;
}
.node-visit-note {
	line-height: 1.5;
	margin-bottom: 0.12rem;
}
.content-time-select {
	width: 100%;
	margin: 0.48rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.32rem;
}
.text-time-select {
	height: 0.88rem;
	border:none;
	border-bottom:3px solid #e4e4e4;
	width: 2.4rem;
	text-align: center;
}
.node-visit-time {
	margin:0 0.24rem;
	display: inline-block;
}
.act-text-time-sel {
	border-bottom:3px solid #466cfb; 
}
.content-time-control {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ele-time-control {
	margin-right: 0.48rem;
}
.ele-time-control:last-child {
	margin-right: 0;
}
.ele-time-control li {
	border-bottom: 2px solid #e4e4e4;
	width: 1.28rem;
	font-size: 0.32rem;
	height: 0.88rem;
	text-align: center;
	line-height: 0.86rem;
	color: #999;
}
.ele-time-control li:last-child {
	border-bottom: none;
}
.ele-time-control li.color-nol {
	color: #333;
}
/*****20240924拜访数据表*****/
tr.red-tr-visi td, .colorred-tit-table {
	color:#f51010;
}

div.tit-visit-sta span {
	font-size: 0.28rem;
	font-weight: normal;
}
header {
	font-size: 0.36rem;
	font-weight: 600;
	background:#ededed;
	height: 0.96rem;
	text-align: center;
	line-height: 0.96rem;
	width: 100%;
	position: fixed;
	z-index:5;
	top: 0;
	left: 0;
}
.layout-login {
	padding-top: 0.96rem;
}