/* ======== 标题部分 start ======= */
.safety_title {
  margin-top: 0.8rem;
}

.safety_title h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
}

.safety_title p {
  font-size: 0.24rem;
  line-height: 0.38rem;
  font-weight: bold;
  color: #999;
  margin-top: 0.1rem;
  width: 5.3rem;
}
/* ======== 标题部分 end ======= */



/* ======== 信息技术产业现状 start ======= */

.now {
  /* padding: 0.8rem 0rem; */
  margin-top: 0.4rem;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 9.6rem;
}

.now>img {
  width: 100%;
  height: auto;
}

.now_text {
  /*position: absolute;*/
  margin-top: 0.8rem;
  left: 0;
}

.now_text_title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
}

.now_text_line {
  width: 0.5rem;
  height: 0.02rem;
  background-color: #45db68;
  margin: 0.3rem 0rem;
}

.now_text p {
  font-size: 0.24rem;
  line-height: 0.38rem;
  color: #adafb1;
  /*max-height: 4.8rem;*/
  /*overflow-y: auto;*/
  padding-bottom: 10px;
}


.now_text p::-webkit-scrollbar {
  width: 0.04rem;
  height: 0.9rem;
}

.now_text p::-webkit-scrollbar-track {
  background: #f7f7f7;
  border-radius: 0.04rem;
}

.now_text p::-webkit-scrollbar-thumb {
  width: 0.04rem;
  height: 0.1rem;
  background-color: #e5e5e5;
  border-radius: 0.04rem;
}

/* ======== 信息技术产业现状 end ======= */


/* ======== 科技自立自强 start ======= */
.self  {
  margin-top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 9.6rem;
}
.self .now_text_title {
  color: #fff;

}

.self p {
  color: #b8b8b8;
}

/* ======== 科技自立自强 end ======= */

/* ======== 朗坤的实力 start ======= */
.power {
  padding: 0.8rem 0rem;
}

.ritch_text {
  margin-top: 0.45rem;
}
/* ======== 朗坤的实力 end ======= */

/* ======== 表单 start ======= */
.public_form {
  background-image: url("/mobile/images/safety/bg3.png");
  background-size: cover;
  padding-bottom: 3.8rem;
}

.safety_form_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.safety_form_title h4 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #fff;
  width: 70%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.knowMore {
  flex: 1;
  font-size: 0.24rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}


.know_img {
  width: 0.4rem;
  text-align: center;
}

.know_img img {
  max-width: 100%;
  height: auto;
}

.safety_form_desc {
  font-family: OPPOSans-R;
  font-size: 0.24rem;
  color: #fff;
  margin-top: 0.15rem;
  margin-bottom: 0.46rem;
}

.type_img {
  width: 0.21rem;
  text-align: center;
  margin-left: 0.1rem;
}

.type_img img {
  width: 100%;
  height: auto;
}

.choose {
  position: relative;
}

.choose_info {
  position: absolute;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0.72rem;
  display: none;
}

.choose_info li {
  color: #333;
  font-size: 0.24rem;
  line-height: 0.5rem;
  text-align: center;
  height: 0.5rem;

}
/* ======== 表单 end ======= */



/* ======== 弹窗 start ======= */
.dialog_mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0,0,0,.5);
  display: none;

}

.dialog_more {
  position: fixed;
  top: 20%;
 left: 50%;
 margin-left: -2.8rem;
  width: 5.6rem;
  background-color: #fff;
  z-index: 999999;
}

.dialog_more_title {
  text-align: center;
  padding: 0.5rem 0.4rem 0.4rem;
  background-image: url("/mobile/images/safety/dialog_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.mask_title_test {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
}

.dialog_close {
  position: absolute;
  top: -30%;
  right: 0;
  cursor: pointer;
  width: 0.48rem;
}

.dialog_close img {
  width: 100%;
  height: auto;
}

.dialog_more_line {
	width: 0.3rem;
	height: 0.02rem;
	background-color: #026ef5;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.telNum {
  font-family: OPPOSans-B;
  color: #026ef5;
  margin-top: 0.2rem;
  display: block;
  font-size: 0.3rem;
}

.dialog_more_info {
  text-align: center;
  padding-bottom: 0.74rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dialog_more_info p {
  text-align: center;
  color: #667180;
  margin-top: 0.4rem;
  font-size: 0.24rem;
}

.dialog_more_img {
  margin-top: 0.3rem;
  width: 1.9rem;
}

.dialog_more_img img {
  max-width: 100%;
  height: auto;
}
/* ======== 弹窗 end ======= */


/* ============== lvhaonan 修改 start ============== */
.safety_title h4,.now_text_title,.now_text_title {
  font-size: 0.32rem;
}

.safety_title p {
  font-size: 0.28rem;
  width: 100%;
  line-height: 0.38rem;
}

.now_text p {
  font-size: 0.28rem;
  line-height: 0.38rem;
}

.safety_form_title h4,.submit,.public_form_list input,.yzmBtn {
  font-size: 0.28rem;
}

.safety_form_desc,.knowMore {
  font-size: 0.32rem;
}
/* ============== lvhaonan 修改 end ============== */


