body {
  background: #f6f6f6;
}

.in-min-wid {
  min-width: 1200px;
}

.in-header {
  background: #4f5bf4;
  padding: 0px 70px;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.in-headlogo {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
}

.in-headlogo > span {
  background: url(../images/logo.png) center center no-repeat;
  width: 59px;
  height: 59px;
  display: inline-block;
}

.in-headlogo div {
  padding-left: 15px;
}

.in-headlogo div span {
  font-size: 22px;
  font-weight: bold;
}

.in-headlogo div p {
  font-size: 16px;
  margin: 4px 0 0;
}

.in-headmenu {
  padding-left: 5%;
  flex: auto;
}

.in-headmenu ul {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.in-headmenu ul li {
  margin: 0px 2%;
}

.in-headmenu ul li a {
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
}

.in-headmenu ul li a:before {
  content: "";
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  width: 0;
  left: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -10px;
}

.in-headmenu ul li.active a:before, .in-headmenu ul li:hover a:before {
  width: 100%;
  left: 0%;
}

.in-headadmin {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.in-headadmin a {
  text-decoration: none;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.in-headadmin a:hover {
  opacity: 0.85;
}

.in-headadmin a span {
  flex: none;
  background: url(../images/yh-ic1.png) center center no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.in-headadmin a b {
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
}

.in-auto {
  width: 1200px;
}

.in-banner {
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.in-banner .in-auto {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
  height: 400px;
}

.in-banner h4 {
  font-size: 48px;
  color: #05a9ff;
  margin: 0;
  background: -moz-linear-gradient(left, #2a27b4, #1f5edc);
  background: -webkit-linear-gradient(left, #2a27b4, #1f5edc);
  background: -o-linear-gradient(left, #2a27b4, #1f5edc);
  background: linear-gradient(to right, #2a27b4, #1f5edc);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.in-banner h5 {
  font-size: 30px;
  color: #2971dc;
  margin: 20px 0;
}

.in-banner p {
  font-size: 18px;
  color: #009aeb;
  margin: 5px 0;
}

.in-banner .in-svg-text {
  margin: 25px 0;
}

.in-cont {
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  padding: 70px 0;
}

.in-cont .in-auto {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  align-items: center;
}

.in-cont ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.in-cont ul li {
  padding: 20px 1%;
  flex: auto;
}

.in-cont ul li div {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px 25px;
  height: 130px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}

.in-cont ul li div:hover {
  opacity: 0.85;
  cursor: pointer;
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
}

.in-cont ul li div span {
  font-size: 21px;
  text-shadow: 0px 7px 25px rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.in-cont ul li div img {
  align-self: flex-end;
}

.in-cont ul li div.in-bg1 {
  background: -moz-linear-gradient(left, #00d9b8, #00bea5);
  background: -webkit-linear-gradient(left, #00d9b8, #00bea5);
  background: -o-linear-gradient(left, #00d9b8, #00bea5);
  background: linear-gradient(to right, #00d9b8, #00bea5);
  box-shadow: 0px 15px 15px rgba(0, 210, 178, 0.25);
}

.in-cont ul li div.in-bg2 {
  background: -moz-linear-gradient(left, #ff8f6f, #fd7858);
  background: -webkit-linear-gradient(left, #ff8f6f, #fd7858);
  background: -o-linear-gradient(left, #ff8f6f, #fd7858);
  background: linear-gradient(to right, #ff8f6f, #fd7858);
  box-shadow: 0px 15px 15px rgba(253, 120, 88, 0.25);
}

.in-cont ul li div.in-bg3 {
  background: -moz-linear-gradient(left, #1ec7ff, #00a2ff);
  background: -webkit-linear-gradient(left, #1ec7ff, #00a2ff);
  background: -o-linear-gradient(left, #1ec7ff, #00a2ff);
  background: linear-gradient(to right, #1ec7ff, #00a2ff);
  box-shadow: 0px 15px 15px rgba(0, 162, 255, 0.25);
}

.in-cont ul li div.in-bg4 {
  background: -moz-linear-gradient(left, #a299ff, #9876fa);
  background: -webkit-linear-gradient(left, #a299ff, #9876fa);
  background: -o-linear-gradient(left, #a299ff, #9876fa);
  background: linear-gradient(to right, #a299ff, #9876fa);
  box-shadow: 0px 15px 15px rgba(152, 118, 250, 0.25);
}

.in-cont ul li div.in-bg5 {
  background: -moz-linear-gradient(left, #8abdd7, #6a96bb);
  background: -webkit-linear-gradient(left, #8abdd7, #6a96bb);
  background: -o-linear-gradient(left, #8abdd7, #6a96bb);
  background: linear-gradient(to right, #8abdd7, #6a96bb);
  box-shadow: 0px 15px 15px rgba(106, 150, 187, 0.25);
}

.in-footer {
  font-size: 13px;
  padding: 20px 0;
  color: #7d7d7d;
  text-align: center;
}

.in-footer p {
  margin: 10px 0;
}

.in-framer-tit {
  background: #e3f3ff;
  border: 1px solid #87D1FF;
  border-left: none;
  border-right: none;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.in-framer-tit .in-auto {
  min-height: 60px;
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.in-framer-tit h3 {
  color: #333;
  font-size: 18px;
  margin: 0;
}

.in-tit-tab {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.in-tit-tab .in-tit-btn {
  min-width: 211px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  height: 50px;
  display: block;
  line-height: 50px;
  color: #7d7d7d;
  font-size: 20px;
  background: #fff;
  text-align: center;
  padding: 0px 10px;
  text-decoration: none;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.in-tit-tab .in-tit-btn + a {
  margin-left: 70px;
}

.in-tit-tab .in-tit-btn.active {
  font-weight: bold;
  color: #fff;
  background: -moz-linear-gradient(top, #ff8e6e, #fa6d4b);
  background: -webkit-linear-gradient(top, #ff8e6e, #fa6d4b);
  background: -o-linear-gradient(top, #ff8e6e, #fa6d4b);
  background: linear-gradient(to bottom, #ff8e6e, #fa6d4b);
  box-shadow: 0px 10px 15px rgba(250, 109, 75, 0.3);
}

.in-edit-box {
  min-height: 700px;
  background: #fff;
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 22px;
}

.in-edit-box .in-line {
  font-size: 16px;
  color: #4d83ab;
}

.in-edit-box .in-line p {
  margin: 0;
  padding: 15px 0;
}

.in-edit-box .in-line .in-answer {
  display: none;
  font-size: 14px;
  color: #555;
  background: #f1f3f5;
  padding: 20px;
}

.in-edit-box .in-line.active .in-answer {
  display: block;
}

.in-impor-line {
  background: #fff7ed;
  color: #fd5a3d;
  font-size: 14px;
  padding: 20px;
  margin: 20px 0;
}

.in-cor-red {
  color: #fd5a3d !important;
}

.in-info-ans {
  padding: 10px;
  text-align: center;
  min-height: 500px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.in-info-ans p {
  font-size: 20px;
  color: #7d7d7d;
  margin: 13px 0;
}

.in-info-ok {
  margin-bottom: 40px;
  background: url(../images/yh-ic8.png) center center no-repeat;
  width: 94px;
  height: 94px;
  display: inline-block;
}

.in-button {
  background: #01a3ff;
  font-size: 20px;
  height: 50px;
  min-width: 180px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
  border: none;
}

.in-info-form {
  width: 600px;
  margin: 50px auto;
}

.in-form-line {
  padding: 15px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: center;
}

.in-form-line span {
  min-width: 100px;
  color: #7d7d7d;
  font-size: 16px;
  white-space: nowrap;
}

.in-form-line > div {
  flex: auto;
  padding-left: 10px;
}

.in-input {
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 10px;
  color: #555;
  font-size: 16px;
  outline: none;
}

.in-input-focus {
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
}

.in-input-focus:focus {
  border: 1px solid #F35836;
  box-shadow: 0 0 5px rgba(243, 88, 54, 0.2);
}

.in-error-tips {
  color: #fd5a3d;
  font-size: 16px;
}

.in-psd-tips {
  font-size: 0;
}

.in-psd-tips span {
  font-size: 14px;
  color: #fff;
  width: 50px;
  height: 24px;
  line-height: 24px;
  display: inline-block;
  margin-right: 2px;
  text-align: center;
  background: #b5b5b5;
}

.in-psd-tips span.in-first {
  background: #fd5a3d;
}

.in-psd-tips span.in-mid {
  background: #ff9140;
}

.in-psd-tips span.in-last {
  background: #32b16c;
}

.in-bd-set {
  padding-top: 80px;
}

.in-bd-set ul {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.in-bd-set ul li {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  position: relative;
  width: 360px;
  height: 400px;
  border: 1px solid #A5D6D1;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0 50px 30px rgba(226, 240, 238, 0.4) inset;
}

.in-bd-set ul li + li {
  margin-left: 120px;
}

.in-bd-set ul li button {
  margin-top: 50px;
  font-size: 20px;
  color: #0e97e1;
  min-width: 180px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #0e97e1;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: transparent;
  box-shadow: 0 0 12px rgba(14, 151, 225, 0.3);
}

.in-bd-set ul li button.in-remove {
  color: #ff5f3d !important;
  border: 1px solid #ff5f3d !important;
  box-shadow: 0 0 12px rgba(255, 95, 61, 0.3) !important;
}

.in-bd-set ul li button:hover {
  opacity: 0.8;
}

.in-bd-set ul li.active button {
  color: #00ae9e;
  border: 1px solid #00ae9e;
  box-shadow: 0 0 12px rgba(0, 174, 158, 0.3);
}

.in-bd-set ul li.active button:hover {
  color: #ff5f3d;
  border: 1px solid #ff5f3d;
  box-shadow: 0 0 12px rgba(255, 95, 61, 0.3);
}

.in-tit-border, .in-tit-border-wx, .in-tit-border-qq, .in-tit-border-qywx {
  position: absolute;
  left: 50%;
  margin-left: -122px;
  top: -12px;
  width: 245px;
  height: 71px;
  display: inline-block;
}

.in-tit-border-wx {
  background: url(../images/yh-ic9.png) center center no-repeat;
}

.in-tit-border-qq {
  background: url(../images/yh-ic10.png) center center no-repeat;
}

.in-tit-border-qywx {
  background: url(../images/yh-ic9-qy.png) center center no-repeat;
}
