/*! CSS Used from: https://image.wjx.cn/joinnew/css/jqmobo.css?v=5117 */
.comIcon,
.iconfontNew {
  font-family: comIcon !important;
  font-size: 16px;
  margin-right: 5px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400 !important;
  text-decoration: none;
}

.comIcon {
  margin-right: 0;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  font-family: "PingFang SC", "helvetica neue", arial, "é˜¿é‡Œå·´å·´æ™®æƒ ä½“", "æ€æºé»‘ä½“ CN", "microsoft yahei ui", "microsoft yahei", "sans-serif";
  background: #fff;
  color: #262626;
  position: relative;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  font-variant-ligatures: none;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

ul {
  list-style: none;
}

a,
div {
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

input {
  outline: 0;
}

input {
  font-family: "PingFang SC", "helvetica neue", arial, "é˜¿é‡Œå·´å·´æ™®æƒ ä½“", "æ€æºé»‘ä½“ CN", "microsoft yahei ui", "microsoft yahei", "sans-serif";
}

a,
a:visited {
  text-decoration: none;
  color: #FFF;
}

#toplogo {
  overflow: hidden;
  padding-bottom: 10px;
}

#divMaxTime {
  height: 32px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
  color: #4e4e4e;
  font-size: 14px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button {
  width: 100%;
  display: block;
  margin: 10px 0;
  outline: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  border-radius: 2px;
  height: 44px;
  line-height: 42px;
}

.button:hover {
  text-decoration: none;
}

.button:active {
  position: relative;
  top: 1px;
}

.white {
  background: #fff;
  color: #262626;
  border: 1px solid #e3e3e3;
}

#divContent {
  padding-bottom: 20px;
}

.logofooter {
  width: 100%;
  z-index: 100;
}

#divSubmit {
  position: relative;
  z-index: 101;
}

#divPowerBy {
  background: #f9f9f9;
}

.reportto {
  position: absolute;
  right: 14px;
  top: 0;
  line-height: 50px;
}

.reportto {
  color: grey;
  font-size: 14px;
}

.bottomDiv {
  position: relative;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.wjfooter {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  color: #bebebe;
  font-size: 14px;
}

fieldset {
  border: none;
  min-inline-size: unset;
}

div.field {
  clear: both;
  padding: 20px 19px;
  margin: 5px 0;
  border: 1px solid transparent;
}

.ui-controlgroup {
  padding: 0;
  border: 1px solid #e3e3e3;
  border-bottom: none;
  border-right: none;
}

.ui-controlgroup .ui-radio {
  min-height: 48px;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  background-color: #fff;
  position: relative;
  flex: 1 1 auto;
}

.ui-controlgroup .ui-radio .label {
  display: block;
  margin-left: 40px;
  cursor: pointer;
  font-size: 16px;
  color: #595959;
  text-align: left;
  padding: 13px 10px 13px 0;
  min-height: 36px;
}

.ui-input-text {
  border: 1px solid #e3e3e3;
  margin: 5px 0;
  background-color: #fff;
  padding: 0;
}

.ui-input-text input {
  width: 100%;
  background-color: #fff;
  border: none !important;
  padding: 10px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  margin: 0;
  -webkit-appearance: none;
  resize: none;
}

.speak-style {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 100000000;
  height: 100px;
  width: 100px;
  border-radius: 10px;
  margin: 0 auto;
  margin-left: -50px;
  margin-top: -50px;
  background: #26a5ff;
}

.ui-input-text input:focus {
  outline: 0;
}

.ui-input-text>input[type=text] {
  background: 0 0;
  position: relative;
  z-index: 2;
}

.jqradio {
  -webkit-appearance: none;
  background-color: #fff;
  border: 1px solid #a6a6a6;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08);
  border-radius: 50px;
  display: inline-block;
  width: 18px;
  height: 18px;
  transition: all .1s;
}

.jqradiowrapper {
  display: block;
  float: left;
  margin: 14px 4px 0 12px;
}

#captcha {
  margin: 5px auto !important;
  width: 300px;
}

div.formfield {
  display: block;
  padding: 10px 0 26px;
  margin: 0 20px 16px;
  clear: both;
  border-bottom: 1px dashed #ccc;
}

.cutfield {
  padding: 8px 20px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.52;
}

span.description {
  font-size: 15px;
  line-height: 24px;
}

span.req {
  position: absolute;
  top: 0;
  left: -12px;
  color: #ff4040 !important;
  margin: 2px 0 0 2px;
}

div.field-label {
  position: relative;
  font-size: 17px !important;
  -webkit-font-smoothing: antialiased;
  padding: 0 0 10px 0 !important;
  display: block;
  word-wrap: break-word;
  line-height: 1.52;
  color: #000;
}

.topichtml {
  min-height: 26px;
}

#ValError {
  color: #28c742;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

h1 {
  text-shadow: none;
  font-weight: 700;
  font-size: 20px;
}

.errorMessage {
  display: none;
  position: relative;
  padding: 8px 4px 8px 36px;
  color: #262626;
  line-height: 20px;
  background-color: #ffecec;
  font-size: 14px;
  margin-top: 10px;
  transition: all .5s ease 0s;
}

.errorMessage:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 8px;
  top: 8px;
  background: url("https://image.wjx.cn/images/comImg/erroricon.png");
  background-size: cover;
}

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

#toplogo img {
  max-height: 50px;
  margin: 20px 20px 0;
  max-width: -webkit-calc(100% - 40px);
  max-width: -moz-calc(100% - 40px);
  max-width: calc(100% - 40px);
}

#toptitle {
  padding: 40px 40px 12px;
  width: 100%;
  color: #0095ff;
}

#toptitle .htitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  text-align: center;
}

.shopcart {
  padding: 15px;
  margin: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: solid 1px #e0e0e0;
}

.imgiconfont {
  font-size: 18px;
  position: absolute;
  top: 10px;
  left: 8px;
  color: #8c8c8c;
  line-height: normal;
  z-index: 3;
}

.selfMess {
  position: relative;
  height: 40px;
  display: flex;
}

.selfMess>input {
  padding-left: 32px !important;
}

input {
  -webkit-appearance: none;
}

#outdiv {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
}

#outdiv .icon_close {
  position: absolute;
  top: -26px;
  right: -26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  z-index: 10;
}

#outdiv .icon_close:before {
  content: '';
  position: absolute;
  left: 6px;
  bottom: 6px;
  width: 20px;
  height: 20px;
  background: url(https://image.wjx.cn/images/newimg/aui-icon-close.png);
  background-size: cover;
  z-index: 10;
}

#indiv {
  overflow: hidden;
  background: #fff;
  border-radius: 4px;
  position: absolute;
}

#preView_wrap {
  text-align: center;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#preView_wrap img {
  pointer-events: none;
}

.logofooter #spanPower>a {
  position: relative;
  color: #8c8c8c;
  font-size: 14px;
  text-decoration: none;
  padding-left: 4px;
  vertical-align: middle;
  margin-right: 6px;
}

.logofooter #spanPower i {
  vertical-align: middle;
  color: #8c8c8c;
}

.logofooter #spanPower span {
  color: #bebebe;
  vertical-align: middle;
}

#ctlNext {
  width: 100%;
  display: block;
  margin: 0 auto;
  outline: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
  font-weight: 500;
  border-radius: 2px;
  color: #fff;
  background: #0095ff;
}

#spanMaxTime {
  color: #4e4e4e;
  font-size: 15px;
  display: inline-block;
  padding-left: 22px;
  background: url(https://image.wjx.cn/images/comImg/djs.png) no-repeat;
  background-size: 18px 18px;
  background-position: 0 -1px;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.jqradiowrapper {
  position: relative;
}

.backgroundimgWrap {
  width: 100%;
  position: relative;
  z-index: -3;
}

.backgroundshade {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: linear-gradient(180deg, rgba(235, 246, 254, 0) 2%, rgba(235, 246, 254, .03) 10%, rgba(235, 246, 254, .06) 18%, #fff2eb 100%);
}

.backgroundimg {
  width: 100%;
  position: relative;
  z-index: -2;
}

.pclogo {
  display: none;
}

#answerProcess {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 101;
}

.processInner {
  height: 2px;
  background: #0095ff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width:799px) {
  #lblMobile {
    display: none;
  }
}

/*! CSS Used from: https://image.wjx.cn/joinnew/css/jqmobo_pc.css?v=5117 */
#divMaxTime {
  height: 40px;
  line-height: 40px;
}

#spanMaxTime {
  background-position: 0 10px;
}

#headsplitdiv {
  height: 80px !important;
}

body {
  background: #f3f4f5;
}

#ctlNext {
  width: 180px;
}

.ctBack {
  width: 180px;
  margin: 10px auto;
}

.hasbgpic #form1 {
  background: #fff !important;
}

#divContent {
  background-color: #fff;
  padding: 0 30px 30px;
}

div.field {
  margin: 0 0 10px 0;
}

#toptitle {
  padding: 50px 100px 20px;
  background: #fff;
}

#reportfooter {
  position: relative !important;
}

#divPowerBy {
  background: rgba(0, 0, 0, .03);
}

#toptitle .htitle {
  line-height: 40px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}

.ui-controlgroup {
  border: none;
  margin: 0;
}

.ui-controlgroup .ui-radio {
  border: none;
  min-height: 38px;
  flex: 0 0 auto;
}

.ui-controlgroup .ui-radio .label {
  padding: 8px 10px 8px 0;
  margin-left: 36px;
}

.jqradiowrapper {
  margin: 9px 4px 0 12px !important;
}

.ui-radio:hover {
  background: #f9f9f9;
}

.pclogo {
  display: block;
}

#toplogo {
  padding: 0;
}

#divSubmit {
  padding: 10px 20px !important;
}

#captcha {
  margin: 10px auto !important;
}

@media screen and (min-width:800px) {
  #divTip {
    width: 800px !important;
  }

  .backgroundshade {
    height: 120px;
  }

  #divWorkError,
  #form1 {
    max-width: 800px;
    background: #fff;
    margin: 0 auto !important;
  }

  #ValError {
    max-width: 750px;
  }

  .field>.ui-input-text {
    width: 400px;
  }

  .selfMess {
    width: 400px;
  }
}

/*! CSS Used from: https://image.wjx.cn/joinnew/css/newCover.css?v=5117 */
body {
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
}

/*! CSS Used from: Embedded */
.field-label {
  color: #262626 !important;
}

#ctlNext {
  background: #0095FF !important;
}

#toptitle {
  color: #0095FF !important;
}

.mainBgColor {
  background: #0095FF !important;
}

/*! CSS Used from: Embedded */
body {
  height: 100%;
}

.hasbgpic #form1 {
  background: #fff;
}

body {
  margin: 0px;
  text-align: left;
}

#headsplitdiv {
  height: 40px;
}

div.field {
  border: 0px;
}

#form1 {
  margin: 0px 14px;
}

#divTip {
  width: 100%;
  font-size: 14px;
  color: #FF5760;
  text-align: center;
  background: #FFEAEA;
}

body #divBackgroundWrap {
  position: fixed;
  top: 0px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -5;
  background-image: url("https://pubnew.paperol.cn/20230620/1687255656BRDPpA.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #BEE4FF;
}

/*! CSS Used from: Embedded */
body #divBackgroundWrap {
  background-image: none;
}

.backgroundshade {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #BEE4FF 100%);
}

.jqradiowrapper a.jqchecked {
  border: 5px solid #0095FF !important;
}

.ui-controlgroup .ui-radio.checked .jqchecked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #8c8c8c;
  border-radius: 50%;
  animation: antCheckboxEffect .4s ease-in-out;
  animation-fill-mode: both;
}

/*! CSS Used fontfaces */
@font-face {
  font-family: comIcon;
  src: url('https://image.wjx.cn/wjxui/font/1070120/iconfont.woff2?t=1653967509898') format('woff2'), url('https://image.wjx.cn/wjxui/font/1070120/iconfont.woff?t=1653967509898') format('woff'), url('https://image.wjx.cn/wjxui/font/1070120/iconfont.ttf?t=1653967509898') format('truetype');
}

[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
  border-style: solid;
  border-radius: 100px;
}

[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='radio']:checked {
  background-image: url(data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e);
}