@charset "UTF-8";
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 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.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.layui-icon-ok:before {
  content: "";
}

.layui-icon-ok {
  background-image: url(../images/ok.png);
}

@supports (display: flex) {
  .layui-icon-ok:before {
    content: "\e605";
  }
  .layui-icon-ok {
    background-image: none;
  }
}

.layui-form-item .layui-form-checkbox[lay-skin="primary"] {
  margin-top: 0;
}

.layui-form-checkbox[lay-skin="primary"] i {
  width: 18px;
  height: 18px;
  border-width: 2px;
  line-height: 20px;
  border-radius: 0;
  border-color: #8c8c8c;
}

.layui-form-checkbox[lay-skin="primary"]:hover i {
  border-color: #0d5199;
}

.layui-form-checked[lay-skin="primary"] i {
  border-color: #0d5199 !important;
  background-color: #0d5199;
}

@media screen and (max-width: 1150px) {
  .layui-form-checkbox[lay-skin="primary"] i {
    border-color: #cecece;
  }
  .layui-form-checkbox[lay-skin="primary"]:hover i {
    border-color: #b1b1b1;
  }
  .layui-form-checked[lay-skin="primary"] i {
    border-color: #0d5199 !important;
    background-color: #0d5199;
  }
}

.layui-form-checkbox[lay-skin="primary"] span {
  font-size: 18px;
  color: #010101;
  line-height: 24px;
  padding-right: 0;
  margin-left: 14px;
  text-align: justify;
  white-space: normal;
}

@media screen and (max-width: 1150px) {
  .layui-form-checkbox[lay-skin="primary"] span {
    font-size: 16px;
    color: #414040;
  }
}

.layui-btn {
  border-radius: 8px;
  background-color: #0e5299;
}

/** 变量结束 **/
/** 公共类 **/
input {
  -webkit-appearance: none;
}

.content {
  width: 1070px;
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (max-width: 1150px) {
  .content {
    width: auto;
    padding: 0 8px;
  }
}

/** 公共类结束 **/
/** 特定样式 **/
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  background-color: #fff;
  background-image: url(../images/background.png);
}

header {
  height: 60px;
  padding: 17px 0;
  background-color: #fff;
}

header #logo {
  transition: opacity 0.2s;
}

header #logo img {
  height: 60px;
}

header #logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1150px) {
  header {
    height: 40px;
    padding: 16px;
  }
  header #logo img {
    height: 40px;
  }
}

#banner {
  padding-bottom: 32px;
  background-color: #e6f8ff;
  background-image: url(../images/banner-background.png);
  background-repeat: no-repeat;
  background-position: center 0;
}

#banner .content {
  width: 1100px;
}

#banner h1 {
  height: 594px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0;
  color: transparent;
  background-position: center 80px;
  background-repeat: no-repeat;
  background-image: url(../images/banner.png);
}

#banner #hello {
  margin-top: -14px;
  position: relative;
  padding: 46px 70px;
  background-color: #fff;
}

#banner #hello h2 {
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  width: auto;
  padding: 0 70px;
  color: #fff;
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 60px;
  background-color: #0d5199;
}

#banner #hello p {
  margin: 26px 0;
  color: #0d5199;
  font-size: 18px;
  line-height: 28px;
  text-indent: 2em;
  text-align: justify;
}

#banner #hello .hr {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 70px;
  position: absolute;
}

#banner #hello .hr .hr_inner {
  position: relative;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #c7c7c7;
}

#banner #hello .hr .hr_inner .after {
  display: block;
  width: 110px;
  height: 14px;
  position: absolute;
  border: 4px solid #105aa5;
}

#banner #hello .hr-start {
  top: 36px;
}

#banner #hello .hr-start .hr_inner .after {
  top: -2px;
  right: 0;
  border-left: 0 none transparent;
  border-bottom: 0 none transparent;
}

#banner #hello .hr-end {
  bottom: 36px;
}

#banner #hello .hr-end .hr_inner .after {
  top: -16px;
  left: 0;
  border-top: 0 none transparent;
  border-right: 0 none transparent;
}

@media screen and (max-width: 1150px) {
  #banner {
    background-size: contain;
  }
  #banner .content {
    width: auto;
  }
  #banner h1 {
    height: 58vw;
    background-position: 6vw 6vw;
    background-size: contain;
    background-image: url(../images/banner-m.png);
  }
  #banner #hello {
    padding: 32px 32px;
  }
  #banner #hello h2 {
    left: -8px;
    top: -54px;
    right: -8px;
    padding: 0 40px;
    font-size: 16px;
    line-height: 38px;
  }
  #banner #hello p {
    margin: 14px 0;
    font-size: 16px;
    line-height: 24px;
  }
  #banner #hello .hr {
    padding: 0 24px;
  }
  #banner #hello .hr .hr_inner {
    border-bottom-color: #ebebeb;
  }
  #banner #hello .hr .hr_inner .after {
    width: 32px;
  }
  #banner #hello .hr-start {
    top: 24px;
  }
  #banner #hello .hr-end {
    bottom: 24px;
  }
}

#questionnaire {
  display: none;
  margin-top: 40px;
  padding-bottom: 70px;
  background-color: #fff;
}

#questionnaire-loading {
  margin-top: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 14px;
  padding: 30px 15px;
  line-height: 32px;
  color: #707070;
}

#questionnaire-loading.error {
  cursor: pointer;
  color: #f56c6c;
}

#questionnaire .part {
  padding: 46px 70px 0 70px;
}

#questionnaire .part.error h3 {
  color: #f56c6c;
  border-bottom-color: #f56c6c;
}

#questionnaire .part.error h3 span .after {
  background-color: #f56c6c;
}

#questionnaire .part h3 {
  position: relative;
  margin-bottom: 26px;
  padding-right: 10%;
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #0d5199;
  text-align: justify;
  border-bottom: 1px solid #497cb2;
}

#questionnaire .part h3 span {
  display: inline-block;
  padding-bottom: 22px;
  position: relative;
}

#questionnaire .part h3 span .after {
  position: absolute;
  display: block;
  padding-bottom: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #497cb2;
}

#questionnaire .part h3 span.index {
  position: absolute;
  top: 0;
  left: 0;
}

#questionnaire .part h3 span.title {
  padding-left: 42px;
}

#questionnaire .part .checkbox {
  margin: 20px 0;
}

#questionnaire .part .checkbox .layui-form-checkbox {
  display: inline-block;
  *display: inline;
}

#questionnaire .part .checkbox .input-others {
  height: 24px;
  width: 300px;
  display: inline-block;
  *display: inline;
  padding: 0 24px;
  line-height: 24px;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: #000000 !important;
}

#questionnaire .part .checkbox .input-others-error {
  display: inline-block;
  color: #f56c6c;
  font-size: 18px;
}

#questionnaire .part .checkbox .input-others-error.hide {
  display: none;
}

#questionnaire .part .textarea {
  width: 906px;
  box-sizing: content-box;
  height: 280px;
  resize: none;
  border-width: 2px;
  font-size: 16px;
  border-color: #d9d9d9;
}

#questionnaire .part .textarea-parent {
  position: relative;
}

#questionnaire .part .textarea-parent .before {
  z-index: 1;
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0.628;
}

#questionnaire .part #where-are-you-from {
  position: relative;
  height: 68px;
}

#questionnaire .part #where-are-you-from.error > span.label {
  color: #f56c6c;
}

#questionnaire .part #where-are-you-from.error > span.tail {
  color: #f56c6c;
}

#questionnaire .part #where-are-you-from > span {
  float: left;
  font-size: 18px;
  color: #0d5199;
}

#questionnaire .part #where-are-you-from > span.label {
  padding: 6px 24px 5px 0;
}

#questionnaire .part #where-are-you-from > span.tail {
  color: #707070;
  padding: 6px 0 5px 4px;
}

#questionnaire .part #where-are-you-from > span.select {
  position: relative;
}

#questionnaire .part #where-are-you-from > span.select .city-picker-span {
  display: block;
  height: 25px;
  overflow: visible;
  position: relative;
  box-sizing: content-box;
  padding: 6px 64px 5px 24px;
  border: 2px solid #c6c6c6;
}

#questionnaire .part #where-are-you-from > span.select .city-picker-dropdown {
  font-size: 14px;
}

#questionnaire .part #where-are-you-from > span.select .arrow {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 40px;
  margin-top: 0;
  height: 40px;
  background-color: #0d519a;
}

#questionnaire .part #where-are-you-from > span.select .arrow-icon {
  display: block;
  position: absolute;
  top: 15px;
  right: 8px;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#questionnaire .part #who-are-you {
  overflow: hidden;
}

#questionnaire .part #who-are-you .input {
  width: 427px;
  padding: 6px 0 5px 24px;
  border: 2px solid #c6c6c6;
  font-size: 18px;
}

#questionnaire .part #who-are-you .input span {
  color: #0d5199;
}

#questionnaire .part #who-are-you .input input {
  padding: 8px 0 7px 0;
  border: 0 none transparent;
}

#questionnaire .part #who-are-you .input.name {
  float: left;
}

#questionnaire .part #who-are-you .input.name input {
  width: 350px;
}

#questionnaire .part #who-are-you .input.phone {
  float: right;
}

#questionnaire .part #who-are-you .input.phone input {
  width: 320px;
}

#questionnaire .part #notice {
  padding: 15px 24px;
  color: #707070;
  font-size: 18px;
  line-height: 36px;
  background-color: #eef6ff;
}

#questionnaire .part #submit {
  display: block;
  margin: 48px auto 0 auto;
  width: 250px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
  height: 44px;
}

@media screen and (max-width: 1150px) {
  .weui-picker-container {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .weui-picker-modal .picker-items {
    font-size: 14px;
  }
  .picker-center-highlight::before, .picker-center-highlight::after {
    transform: unset !important;
  }
  .toolbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .toolbar-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #city {
    padding: 1px 0 !important;
  }
  .toolbar .picker-button {
    color: #0d519a !important;
  }
  .weui-picker-modal .picker-item {
    text-align: center;
  }
  #questionnaire {
    margin-top: 0;
  }
  #questionnaire-loading {
    margin-top: 0;
  }
  #questionnaire .part {
    padding: 24px 12px 0 12px;
  }
  #questionnaire .part h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #questionnaire .part h3 .after {
    height: 3px;
  }
  #questionnaire .part h3 span.title {
    padding-left: 42px;
  }
  #questionnaire .part .checkbox {
    margin: 10px 0;
  }
  #questionnaire .part .checkbox .input-others {
    display: block;
    width: 100%;
    font-size: 16px;
  }
  #questionnaire .part .textarea {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border-radius: 0;
    border-color: #d9d9d9;
  }
  #questionnaire .part .textarea-parent .before {
    right: 0;
    bottom: -24px;
  }
  #questionnaire .part #where-are-you-from .arrow {
    display: none;
  }
  #questionnaire .part #where-are-you-from #city {
    width: calc(100% - 14px);
    padding: 6px 6px 5px 6px;
    border: 0 none transparent;
  }
  #questionnaire .part #where-are-you-from > span.tail {
    display: none;
  }
  #questionnaire .part #where-are-you-from > span.select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0;
    padding: 0;
    border: 2px solid #d9d9d9;
  }
  #questionnaire .part #where-are-you-from > span.select #city {
    box-sizing: border-box;
    padding: 8px 12px 7px 12px !important;
  }
  #questionnaire .part #who-are-you .input {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    font-size: 18px;
    border: 0 none transparent;
  }
  #questionnaire .part #who-are-you .input span {
    display: block;
    padding: 6px 24px 5px 0;
    font-size: 18px;
  }
  #questionnaire .part #who-are-you .input input {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    border: 2px solid #d9d9d9;
    margin-bottom: 12px;
    border-radius: 0;
  }
  #questionnaire .part #who-are-you .input.name input {
    width: 100%;
  }
  #questionnaire .part #who-are-you .input.phone input {
    width: 100%;
  }
  #questionnaire .part #notice {
    padding: 15px;
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    background-color: #eef6ff;
  }
}

footer .content {
  padding: 0;
  width: 1100px;
}

footer #mobile-footer {
  display: none;
  font-size: 16px;
  text-align: center;
  padding: 25px 0;
  color: #fff;
  background-color: #084d9a;
}

footer #pc-footer {
  display: block;
}

@media screen and (max-width: 1150px) {
  footer #mobile-footer {
    display: block;
  }
  footer #pc-footer {
    display: none;
  }
}

/* 结束弹窗 */
.bg-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #072d45;
  filter: Alpha(opacity=50);
  background-color: rgba(7, 45, 69, 0.5);
}

.end-pop {
  display: none;
  position: fixed;
  top: 35%;
  left: 50%;
  width: 860px;
  height: 310px;
  margin-top: -155px;
  margin-left: -430px;
  background: #e9e9e9;
  border-radius: 12px;
  z-index: 999;
}

.end-pop .padd {
  padding: 20px 30px;
}

.end-pop .content {
  width: 800px;
  /* margin: 10px auto 0; */
  margin-top: 10px;
  background: url(../images/end.png) no-repeat;
  font-size: 21px;
  line-height: 38px;
}

.end-pop .content .padd {
  text-align: justify;
  padding: 40px 50px;
}

.end-pop .content p {
  text-indent: 2em;
  color: #0c3651;
}

.text-right {
  text-align: right;
}

.end-pop .btn {
  display: inline-block;
  padding: 0 30px;
  height: 60px;
  line-height: 60px;
  background: #12415f;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 7px;
  transition: background 0.3s linear;
}

.end-pop .btn2 {
  display: none;
}

.end-pop .btn:hover {
  background: #005f9b;
}

@media screen and (max-width: 991px) {
  /* 结束弹窗 */
  .end-pop {
    width: 90%;
    height: auto;
    left: 5%;
    margin-left: 0;
    margin-top: 0;
    transform: translate(0, -50%);
  }
  .end-pop .padd {
    padding: 15px 10px;
  }
  .end-pop .text-center {
    margin: auto;
    width: 20%;
    max-width: 80px;
  }
  .end-pop .content {
    background: #fff;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 22px;
  }
  .end-pop .content .padd {
    padding: 20px;
  }
  .end-pop .btn {
    display: block;
    line-height: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px;
    font-size: 3.8vw;
    margin-top: 15px;
    margin-bottom: 5px;
    margin: 0 15px;
  }
  .end-pop .btn1 {
    display: none;
  }
  .end-pop .btn2 {
    display: block;
  }
}

/** 特定样式结束 **/
/** IE 系列 hack **/
* + html #who-are-you .input span {
  top: -7px;
  position: relative;
}
