p {
  margin: 0;
}

.box input {
  outline: none;
}

.hrs {
  margin: 30px 0 0 !important;
  height: 1px !important;
  border: none !important;
  border-top: 2px solid #7DF3A4 !important;
}

.layui-form-label {
  height: 50px;
}

.refresTxt {
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.black_overlay {
  display: none;
  /* 此元素不会被显示*/
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 10001;
  /* z-index 属性设置元素的堆叠顺序。*/
  opacity: 0.8;
  /* opacity 属性设置元素的不透明级别。*/
}

#removeTxt {
  height: 56px;
  text-align: center;
  line-height: 56px;
  color: #1EEABE;
  background: #0A4960;
  border-color:#0A4960;
}

.white_content {
  width: 100%;
  height: 100%;
  background: #15606e;
  z-index: 10002;
  /*层级要比.black_overlay高，这样才能显示在它前面*/
}

.box {
  width: 957px;
  height: 774px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 10px 10px 33px 0px rgba(0, 0, 0, 0.2);
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #3DF3F7;
}

.box div font {
  display: inline-block;
  /* min-width: 100px;
	max-width: 160px; */
  width: 90px;
}

.box div span {
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 4px;
}

.box .font_title {
  letter-spacing: 6px;
  font-weight: 700;
  color: #FFC72F;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.titleTxt {
  color: #FFC72F;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.box .btn {
  width: auto;
  height: 34px;
  border-width: 0px;
  border-radius: 6px;
  padding: 0 10px 0;
  background: #4ECDC4;
  cursor: pointer;
  outline: none;
  color: white;
  font-size: 16px;
  margin-right: 6px;

  /*文本不被选中*/
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.box .bottom_btn {
  width: 130px;
  margin-bottom: 20px;
}

.box .form_submit {
  margin-bottom: 30px;
}

::-webkit-scrollbar {
  background-color: #15606e;
  width: 5px;
}

/* 这是针对缺省样式 (必须的) */
::-webkit-scrollbar-thumb {
  background: #fafafa;
  width: 5px;
  border-radius: 10px;
}

/**
 * 脱离文档流
 * 依照bottom定位
 * 给点padding
 */
.closeBtn {
  width: 27px;
  height: 26px;
  background: url('../image/28799@2x.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 22px;
  right: 20px;
  cursor: pointer;
}

.scrollY {
  width: 100%;
  height: 600px;
  overflow: hidden;
  overflow-y: auto;
}

.notdatas {
  color: #fff;
  font-size: 30px;
  line-height: 300px;
  text-align: center;
}
.refresTxt .look{
  position: relative;
  cursor: default;
}
.refresTxt .imgBoxs{
  width: 370px;
  height: 240px;
  position: absolute;
  box-sizing: border-box;
  padding: 12px 10px 23px;
  border: 1px solid #3DF3F7;
  background: #15606E;
  z-index: 200000;
  right: 0;
  left: -215px;
  margin: auto;
  color: #fff;
  font-size: 24px;
}

.imgBoxs .arrow-top {
  width: 0;
  height: 0;
  border-bottom: 10px solid #3DF3F7;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -10px;
  right: 68px;
}
.refresTxt .imgBoxs>img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.layui-inline{
  line-height: 50px;
}
.layui-input, .layui-select, .layui-textarea{
  width: 151px !important;
  height: 25px !important;
  border-radius: 4px !important;
  background: #39819a !important;
  color: #fff !important;
  border: none !important;
  padding-left: 22px !important;
}
.from_data{
  line-height: 50px; 
  font-size: 16px;
  text-align: center; 
  color: #d3d3d3;
}
::-webkit-scrollbar {
  background-color: #15606e;
  width: 5px;
} /* 这是针对缺省样式 (必须的) */
::-webkit-scrollbar-thumb {
  background: #00574A;
  width: 5px;
  border-radius: 10px;
} /* 滑块颜色 */