body {
  margin: 0;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
    opacity: 0;
  }
}
#iprospect {
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  /* Grouping content
     ========================================================================== */
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /* Text-level semantics
     ========================================================================== */
  /**
   * Remove the gray background on active links in IE 10.
   */
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  /**
   * Add the correct font size in all browsers.
   */
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  /* Embedded content
     ========================================================================== */
  /**
   * Remove the border on images inside links in IE 10.
   */
  /* Forms
     ========================================================================== */
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
  /**
   * Correct the padding in Firefox.
   */
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  /* Interactive
     ========================================================================== */
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  /*
   * Add the correct display in all browsers.
   */
  /* Misc
     ========================================================================== */
  /**
   * Add the correct display in IE 10+.
   */
  /**
   * Add the correct display in IE 10.
   */
  padding: 15px;
}
#iprospect h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
#iprospect hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
#iprospect pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect a {
  background-color: transparent;
}
#iprospect abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
#iprospect b,
#iprospect strong {
  font-weight: bolder;
}
#iprospect code,
#iprospect kbd,
#iprospect samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
#iprospect small {
  font-size: 80%;
}
#iprospect sub,
#iprospect sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#iprospect sub {
  bottom: -0.25em;
}
#iprospect sup {
  top: -0.5em;
}
#iprospect img {
  border-style: none;
}
#iprospect button,
#iprospect input,
#iprospect optgroup,
#iprospect select,
#iprospect textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
#iprospect button,
#iprospect input {
  /* 1 */
  overflow: visible;
}
#iprospect button,
#iprospect select {
  /* 1 */
  text-transform: none;
}
#iprospect button,
#iprospect [type=button],
#iprospect [type=reset],
#iprospect [type=submit] {
  -webkit-appearance: button;
}
#iprospect button::-moz-focus-inner,
#iprospect [type=button]::-moz-focus-inner,
#iprospect [type=reset]::-moz-focus-inner,
#iprospect [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
#iprospect button:-moz-focusring,
#iprospect [type=button]:-moz-focusring,
#iprospect [type=reset]:-moz-focusring,
#iprospect [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
#iprospect fieldset {
  padding: 0.35em 0.75em 0.625em;
}
#iprospect legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
#iprospect progress {
  vertical-align: baseline;
}
#iprospect textarea {
  overflow: auto;
}
#iprospect [type=checkbox],
#iprospect [type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
#iprospect [type=number]::-webkit-inner-spin-button,
#iprospect [type=number]::-webkit-outer-spin-button {
  height: auto;
}
#iprospect [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
#iprospect [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#iprospect ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
#iprospect details {
  display: block;
}
#iprospect summary {
  display: list-item;
}
#iprospect template {
  display: none;
}
#iprospect [hidden] {
  display: none;
}
#iprospect .inner {
  color: #004A92;
  max-width: 905px;
  margin: auto;
  padding: 10px 0;
  box-shadow: 0px 0px 12px #0000004D;
  border-radius: 17px;
}
#iprospect .inner .title {
  font-family: "SunCTMLight", Georgia;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
#iprospect .inner .sub {
  font-family: "SunSans-", Georgia;
  font-size: 19px;
  line-height: 23px;
  text-align: left;
  width: 100%;
}
#iprospect .inner .t-cont {
  padding: 0 30px;
}
#iprospect .inner .cont {
  margin: auto;
  position: relative;
}
#iprospect .inner .cont img {
  max-height: 100%;
  width: 100%;
  max-width: 1338px;
  user-select: none;
}
#iprospect .inner .cont .circ {
  position: absolute;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
#iprospect .inner .cont .circ:after {
  transition: all 0.2s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: #0EC228;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid white;
}
#iprospect .inner .cont .circ:before {
  transition: all 0.2s;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background: rgba(14, 194, 40, 0.4);
  border-radius: 50%;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
#iprospect .inner .cont .circ:hover:after {
  background: #4cb675;
  transform: translate(-50%, -50%) scale(1.2);
}
#iprospect .inner .cont .circ:active:after {
  transform: translate(-50%, -50%) scale(0.8);
}
#iprospect .inner .cont #c1 {
  top: 40%;
  left: 29.9%;
}
#iprospect .inner .cont #c2 {
  top: 49.5%;
  left: 66.6%;
}
#iprospect .inner .cont #c3 {
  top: 37%;
  left: 83.5%;
}
#iprospect .inner .cont #c4 {
  top: 54%;
  left: 14.3%;
}
#iprospect .inner .cont #c5 {
  top: 79.4%;
  left: 42.6%;
}
#iprospect .inner .cont #c6 {
  top: 41.2%;
  left: 39.6%;
}
#iprospect .inner .cont #c7 {
  top: 39%;
  left: 68%;
}
#iprospect .inner .cont #c8 {
  top: 29%;
  left: 63%;
}
#iprospect .inner .cont .box {
  position: absolute;
  display: none;
  left: 50%;
  top: 50%;
  background: white;
  width: 310px;
  transform: translate(-50%, -50%);
  border-radius: 22px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 0px 15px #00000088;
  font-size: 20px;
  line-height: 24px;
}
#iprospect .inner .cont .box:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("../img/x.svg");
  right: -10px;
  top: -10px;
}
#iprospect .inner .cont .box .top {
  font-family: "SunCTMLight", Georgia;
  color: white;
  background: #004A92;
  border-radius: 22px 22px 0 0;
  padding: 20px;
}
#iprospect .inner .cont .box .top .time {
  display: flex;
  justify-content: center;
  align-items: center;
}
#iprospect .inner .cont .box .top .time img {
  height: 38px;
  width: 38px;
  margin-right: 10px;
}
#iprospect .inner .cont .box .top p {
  margin: 0;
  margin-top: 10px;
}
#iprospect .inner .cont .box .bot {
  font-family: "SunSans-", Georgia;
  padding: 20px;
}
#iprospect .inner .cont .box .bot p {
  margin: 0;
  margin-top: 10px;
}
#iprospect .inner .cont #b1 .bot img, #iprospect .inner .cont #b4 .bot img, #iprospect .inner .cont #b6 .bot img {
  width: 123px;
}
#iprospect .inner .cont #b2 .bot img, #iprospect .inner .cont #b5 .bot img {
  width: 190px;
}
#iprospect .inner .cont #b3 .bot img {
  width: 75px;
}
#iprospect .inner .cont #b7 .bot img {
  width: 140px;
}
#iprospect .inner .cont #b8 .bot img {
  width: 105px;
}
@media only screen and (max-width: 500px) {
  #iprospect .inner .sub {
    font-size: 14px;
    line-height: 16px;
  }
  #iprospect .inner .title {
    font-size: 20px;
    line-height: 22px;
  }
  #iprospect .inner .cont .box {
    width: 230px;
    font-size: 16px;
    line-height: 18px;
  }
  #iprospect .inner .cont #b1 .bot img, #iprospect .inner .cont #b4 .bot img, #iprospect .inner .cont #b6 .bot img {
    width: 100px;
  }
  #iprospect .inner .cont #b2 .bot img, #iprospect .inner .cont #b5 .bot img {
    width: 150px;
  }
  #iprospect .inner .cont #b3 .bot img {
    width: 50px;
  }
  #iprospect .inner .cont #b7 .bot img {
    width: 110px;
  }
  #iprospect .inner .cont #b8 .bot img {
    width: 90px;
  }
}
