.pctoverview_layout {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #323232;
}
.pctoverview_layout h1 {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.2;
  padding-left: 0px;
  text-align: center;
  padding-bottom: 20px;
}
.pctoverview_layout p {
  margin-bottom: 16px;
}
.pctoverview_layout h3 {
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 32px;
}
.pctoverview_layout .media {
  margin-bottom: 16px;
  overflow: hidden;
}
.pctoverview_layout img {
  max-width: 100%;
  border-width: 0;
  vertical-align: middle;
}
.pctoverview_layout ul li {
  padding-left: 40px;
  margin-bottom: 16px;
}
.pctoverview_submit {
  display: inline-block;
  padding: 0 25px;
  margin: 0 15px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border-radius: 25px;
  background: #007eff;
  color: #fff;
  border: 1px solid #ffffff;
}
/* layer */
.pctoverview_popup .layui-layer-title {
  background: #464655;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 60px;
  height: 60px;
  padding: 0 80px 0 80px;
}
.pctoverview_form {
  padding: 10px 40px 10px;
}
.pctoverview_form .it {
  margin-bottom: 10px;
  font-size: 16px;
  color: #323232;
}
.pctoverview_form .it > div {
  line-height: 40px;
}
.pctoverview_form .pctoverview_input {
  width: 420px;
  background: #e2f0ff;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  resize: none;
  text-align: left;
  font-weight: initial;
  color: #000;
  line-height: 30px;
  min-height: 40px;
  box-sizing: border-box;
}
.pctoverview_form .pctoverview_textarea {
  width: 420px;
  background: #e2f0ff;
  height: 90px;
  padding: 5px 10px;
  border-radius: 4px;
  border: none;
  outline: none;
  resize: none;
  box-sizing: border-box;
}
.pctoverview_popup .layui-layer-setwin {
  right: 50px;
  top: 45px;
}
.pctoverview_popup .layui-layer-btn {
  text-align: center;
}
.pctoverview_popup .layui-layer-btn .layui-layer-btn0 {
  width: 420px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background: #007eff;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .pctoverview_layout ul {
    max-width: 45em;
  }
  .pctoverview_layout ul li {
    padding-left: 15px;
  }
}

@media (max-width: 500px) {
  .pctoverview_popup {
    width: 90% !important;
  }
  .pctoverview_form {
    padding: 10px 10px 10px;
  }
  .pctoverview_form .pctoverview_input {
    width: 100%;
  }
  .pctoverview_form .pctoverview_textarea {
    width: 100%;
  }
  .pctoverview_popup .layui-layer-btn .layui-layer-btn0 {
    width: 100%;
  }
}
