@charset "UTF-8";
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

#msg-reci,
#msg-hello .text-wrap {
  color: #09325f;
}

#module-reci ul li {
  color: #023e7f;
}

.module-dati header span {
  color: #0f60bb;
}

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

/**HTML5 common css*/
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
  color: #37384b;
}

body {
  font-family: "Microsoft YaHei", "SourceHanSansCN", "PingFang SC", SimSun;
  font-size: 12px;
}

body {
  -webkit-text-size-adjust: 100% !important;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  filter: blur(5px); /*no*/
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right !important;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

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

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 12px !important;
}

.g-font14 {
  font-size: 14px !important;
}

.g-font16 {
  font-size: 16px !important;
}

.g-font18 {
  font-size: 18px !important;
}

.g-font20 {
  font-size: 20px !important;
}

.g-font22 {
  font-size: 22px !important;
}

.g-font24 {
  font-size: 24px !important;
}

.g-font28 {
  font-size: 28px !important;
}

.g-font30 {
  font-size: 30px !important;
}

.g-font32 {
  font-size: 32px !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 36px !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 40px !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 48px !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 5px;
}

.g-mb-10 {
  margin-bottom: 10px;
}

.g-mb-15 {
  margin-bottom: 15px;
}

.g-mb-20 {
  margin-bottom: 20px;
}

.g-mb-25 {
  margin-bottom: 25px;
}

.g-mb-30 {
  margin-bottom: 30px;
}

.g-mb-40 {
  margin-bottom: 40px;
}

.g-mb-50 {
  margin-bottom: 50px;
}

.g-mb-60 {
  margin-bottom: 60px;
}

.g-mb-80 {
  margin-bottom: 80px;
}

.g-mr-5 {
  margin-right: 5px;
}

.g-mr-10 {
  margin-right: 10px;
}

.g-mr-15 {
  margin-right: 15px;
}

.g-mr-20 {
  margin-right: 20px;
}

.g-mr-25 {
  margin-right: 25px;
}

.g-mr-30 {
  margin-right: 30px;
}

.g-mr-40 {
  margin-right: 40px;
}

.g-mr-50 {
  margin-right: 50px;
}

.g-mr-60 {
  margin-right: 60px;
}

.g-mr-80 {
  margin-right: 80px;
}

.g-ml-5 {
  margin-left: 5px;
}

.g-ml-10 {
  margin-left: 10px;
}

.g-ml-15 {
  margin-left: 15px;
}

.g-ml-20 {
  margin-left: 20px;
}

.g-ml-25 {
  margin-left: 25px;
}

.g-ml-30 {
  margin-left: 30px;
}

.g-ml-40 {
  margin-left: 40px;
}

.g-ml-50 {
  margin-left: 50px;
}

.g-ml-60 {
  margin-left: 60px;
}

.g-ml-80 {
  margin-left: 80px;
}

.g-ellipsis-1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 6px;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/
/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/
@keyframes aniOpscale {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes aniArrowMoveUp {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(0, -26px, 0);
    opacity: 0;
  }
}
@keyframes aniRound {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.g-ani-arrow-up {
  animation: aniArrowMoveUp 1s linear infinite;
  animation-delay: 0.1s;
}

.g-ani-bigger {
  transform: scale(1.1);
  transition: transform 2s linear;
}

.g-ani-bigger2 {
  transform: scale(1.1);
  transition: transform 1s linear;
}

@keyframes aniShare {
  to {
    transform: translate3d(20px, -20px, 0);
  }
}
.g-w1000 {
  width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.g-w1200 {
  width: 1200px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@keyframes aniBgWidth {
  80% {
    width: 139px;
  }
  100% {
    width: 139px;
  }
}
@keyframes aniFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(5px, 5px, 0);
  }
}
.for-h5 {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
  font-size: 24px;
  color: #37384b;
  background-color: #d4e8ff;
}

.ymain {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.bar::-webkit-scrollbar-track-piece {
  background-color: #e8d6ff;
  border-radius: 20px;
}
.bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.bar::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #3f8cdc;
  border-radius: 20px;
  transition: all 0.5s ease-out;
}
.bar::-webkit-scrollbar-thumb:hover {
  background: #0d79fe;
}

.center-content {
  position: relative;
  height: 100vh;
  width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.center-content::-webkit-scrollbar-track-piece {
  background-color: #e8d6ff;
  border-radius: 20px;
}
.center-content::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.center-content::-webkit-scrollbar-thumb {
  height: 30px;
  background-color: #8ca8ff;
  border-radius: 20px;
  transition: all 0.5s ease-out;
}
.center-content::-webkit-scrollbar-thumb:hover {
  background: #0d79fe;
}
.center-content .scroll-content {
  margin: 0 auto;
  background: url(../images/bg-pc.jpg) center top no-repeat;
  background-size: 1920px auto;
  min-height: 100vh;
}
.center-content .scroll-content .scroll-inner {
  width: 1000px;
  margin: 0 auto;
}

.logo2025 {
  position: absolute;
  top: 39px;
  width: 190px;
}

.layer-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.layer-bg .bg-box {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.layer-bg .img-bg-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #d4e8ff;
}
.layer-bg .img-bg-wrap .item-bg {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
}
.layer-bg .img-bg-wrap .item-bg:first-child {
  display: block;
}
.layer-bg .img-bg-wrap .canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #e3f1fe;
  width: 1920px;
  height: 1300px;
}
.layer-bg .img-bg-wrap .video1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.layer-bg img {
  display: block;
  width: 100%;
}

@keyframes aniFlash {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(0.9);
  }
}
.bk-person {
  position: relative;
  width: 1000px;
  height: 160px;
  margin: 0 auto;
}
.bk-person .tab-person {
  position: absolute;
  left: 96px;
  top: 20px;
  width: 180px;
  z-index: 2;
}
.bk-person .list-person li {
  position: absolute;
  left: 73px;
  width: 96px;
  height: 96px;
  cursor: pointer;
  transition: all 0.1s ease-out;
}
.bk-person .list-person li:nth-child(1).ani-start, .bk-person .list-person li:nth-child(2).ani-start, .bk-person .list-person li:nth-child(3).ani-start {
  animation: aniFlash 1.2s linear infinite;
}
.bk-person .list-person li:hover {
  opacity: 0.9;
}
.bk-person .list-person li.active {
  width: 112px;
  height: 112px;
}
.bk-person .list-person li:first-child {
  top: 0;
  background: url(../images/head-minmin.png) center top no-repeat;
  background-size: contain;
}
.bk-person .list-person li:first-child.active {
  background-image: url(../images/head-minmin-active.png);
}
.bk-person .list-person li:nth-child(2) {
  display: none;
  left: 0;
  top: 105px;
  background: url(../images/head-baize.png) center top no-repeat;
  background-size: contain;
}
.bk-person .list-person li:nth-child(2).active {
  background-image: url(../images/head-baize-active.png);
}
.bk-person .list-person li:nth-child(3) {
  left: 0;
  top: 119px;
  background: url(../images/head-renren.png) center top no-repeat;
  background-size: contain;
}
.bk-person .list-person li:nth-child(3).active {
  background-image: url(../images/head-renren-active.png);
}
.bk-person .img-person-wrap {
  position: relative;
  width: 672px;
  height: 370px;
  margin-left: 190px;
  background: url(../images/bg-person-pc.png) center top no-repeat;
}
.bk-person .img-person-wrap .big-img-person {
  position: absolute;
  left: 51%;
  transform: translate(-50%, 0);
}
.bk-person .img-person-wrap .msg1 {
  display: none;
  position: absolute;
  right: 8px;
  top: 30px;
  width: 192px;
  height: 123px;
  background: url(../images/msg1-pc.png) center top no-repeat;
  background-size: contain;
  overflow: hidden;
}
.bk-person .img-person-wrap .msg1 span {
  margin-left: 39px;
  margin-top: 35px;
  display: block;
  font-size: 25px;
  color: #37384b;
}
.bk-person .img-person-wrap .msg2 {
  display: none;
  position: absolute;
  right: -100px;
  top: 112px;
  width: 308px;
  height: 123px;
  background: url(../images/msg2-pc.png) center top no-repeat;
  background-size: contain;
}
.bk-person .img-person-wrap .msg2 span {
  margin-left: 43px;
  margin-top: 35px;
  display: block;
  font-size: 25px;
  color: #37384b;
}
.bk-person .img-person-wrap .item-person {
  animation-duration: 1.5s;
}
.bk-person .img-person-wrap .item-person:nth-child(2) img {
  top: -166px;
  width: 480px;
}
.bk-person .img-person-wrap .item-person:nth-child(3) img {
  top: -164px;
  width: 480px;
}
.bk-person .img-person-wrap .item-person:nth-child(4) img {
  top: -162px;
  width: 480px;
}

.msg-robot {
  display: none;
  position: absolute;
  left: 233px;
  top: 90px;
  z-index: 8;
}

.robot {
  width: 450px;
  height: 452px;
  transform: translate(-70px, -50px);
  background: url(../images/robot-pc.gif) center top/contain no-repeat;
}

.play-audio {
  position: absolute;
  left: 164px;
  bottom: 33px;
  z-index: 6;
  cursor: pointer;
  width: 116px;
  height: 116px;
  background: url(../images/fixed-audio.png) left top/contain no-repeat;
}
.play-audio.dis {
  background: url(../images/fixed-button-muted.png) left top/contain no-repeat;
}
.play-audio.ani-start {
  animation: aniPlayAudio 1s linear infinite;
}
.play-audio:hover {
  opacity: 0.8;
}

@keyframes aniTitle {
  100% {
    width: 687px;
  }
}
@keyframes aniPlayAudio {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(0.9);
    opacity: 0.3;
  }
}
.bk-title {
  position: relative;
  overflow: hidden;
  height: 390px;
}
.bk-title .bg-title {
  position: absolute;
  left: 313px;
  top: 0;
  width: 687px;
  width: 1px;
  height: 311px;
  background: url(../images/tit-lianghuidiaocha-pc.png) left top/auto 100% no-repeat;
  animation: aniTitle 0.8s ease-out forwards;
  animation-delay: 0s;
}
.bk-title .bg-title.ie {
  width: 687px;
  animation: none;
  background-size: auto 100%;
}

.module-choujiang,
.module-history,
.module-info,
.module-msg-ib,
.module-msg {
  margin-bottom: 60px;
}

[data-role="0"] .msg-inner .headimg {
  background-image: url(../images/head-minmin.png);
}
[data-role="0"] .module-choujiang .msg-inner .headimg,
[data-role="0"] .module-info .msg-inner .headimg {
  background-image: url(../images/head-minmin.png);
}

[data-role="2"] .module-info .headimg,
[data-role="2"] .msg-inner .headimg {
  background-image: url(../images/head-renren.png);
}
[data-role="2"] .module-choujiang .msg-inner .headimg,
[data-role="2"] .module-info .msg-inner .headimg {
  background-image: url(../images/head-renren.png);
}

#msg-reci b {
  font-weight: normal;
}
#msg-reci img {
  max-height: 50px;
  width: auto;
}
#msg-reci img,
#msg-reci b {
  vertical-align: middle;
}

#msg-chenggong .msg-inner img {
  height: 50px;
  width: auto;
}

#msg-choujiang .msg-inner .text-wrap img {
  height: 40px;
  width: auto;
  margin-right: 10px;
  vertical-align: -10px;
}

.msg-inner {
  position: relative;
  background: #eff6fe;
  border-top: 3px solid #fff;
  border-top-left-radius: 23px;
  border-top-right-radius: 93px;
  border-bottom-right-radius: 93px;
  border-bottom-left-radius: 93px;
  height: 93px;
  font-size: 24px;
  box-shadow: 2px 8px 14px #b7d5ef;
}
.msg-inner b {
  font-weight: normal;
}
.msg-inner img {
  width: auto;
}
.msg-inner img,
.msg-inner b {
  vertical-align: middle;
}
.msg-inner .text-wrap {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
.msg-inner .headimg {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0, -50%);
  width: 62px;
  height: 62px;
  background: url(../images/head-baize.png) center top no-repeat;
  background-size: 100% 100%;
}

.module-reci {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-top-left-radius: 13px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 0;
  padding: 40px 0px 80px 42px;
  box-shadow: 2px 8px 14px #b7d5ef;
  margin-bottom: 60px;
}
.module-reci .tip-text {
  font-size: 24px;
  margin-bottom: 40px;
}
.module-reci.dis li {
  cursor: not-allowed;
}
.module-reci.dis .btn-subreci {
  display: none;
  background: #ccc;
  opacity: 0.4;
  cursor: not-allowed;
}
.module-reci ul li {
  position: relative;
  float: left;
  width: 268px;
  height: 70px;
  border-radius: 10px;
  padding-top: 20px;
  margin-bottom: 16px;
  margin-left: 58px;
  background: linear-gradient(to right, #e0f1fd, #fef6ff);
  background: url(../images/bg-reci-pc.png) center top/contain no-repeat;
  cursor: pointer;
}
.module-reci ul li.active {
  background-image: url(../images/bg-reci-selected.png);
}
.module-reci ul li:nth-child(3n+1) {
  margin-left: 0;
}
.module-reci ul li.moretext span {
  left: 68px;
}
.module-reci ul li.moretext img {
  left: 21px;
}
.module-reci ul li img {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  margin-right: 10px;
}
.module-reci ul li span {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 103px;
  font-size: 30px;
}

#msg-shengchengzhong .msg-inner {
  padding-right: 68px;
}

.module-msg-ib {
  text-align: left;
}
.module-msg-ib .msg-inner {
  display: inline-block;
  padding-right: 50px;
}
.module-msg-ib .msg-inner b {
  font-weight: normal;
}
.module-msg-ib .msg-inner .text-wrap-dup {
  opacity: 0;
  visibility: hidden;
}
.module-msg-ib .msg-inner img {
  margin-right: 4px;
}
.module-msg-ib .msg-inner img,
.module-msg-ib .msg-inner b {
  vertical-align: middle;
}
.module-msg-ib .msg-inner .text-wrap {
  white-space: nowrap;
  font-size: 0;
  line-height: 1;
}
.module-msg-ib .msg-inner .text-wrap b {
  font-size: 24px;
}

.btn-subreci {
  position: absolute;
  right: 430px;
  bottom: 30px;
  height: 45px;
  color: #fff;
  text-align: center;
  width: 123px;
  font-size: 28px;
  border-radius: 45px;
  background: linear-gradient(to bottom, #51a9ff, #0d79fe);
  cursor: pointer;
}
.btn-subreci.dis {
  background: #ccc;
  opacity: 0.4;
}

.module-dati {
  position: relative;
  border-top-left-radius: 13px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 0;
  box-shadow: 2px 8px 14px #98c1e6;
  margin-bottom: 60px;
  padding-top: 0;
}
.module-dati header {
  position: relative;
  height: 128px;
  background: url(../images/header-card-pc.png) left top no-repeat;
  background-size: 100% 100%;
}
.module-dati header .img-header {
  position: absolute;
  right: 0;
  bottom: 0;
}
.module-dati header span {
  margin-top: 27px;
  margin-left: 30px;
  float: left;
  font-weight: bold;
  font-size: 60px;
  color: #023e7f;
}
.module-dati .bottom-wrap {
  padding: 50px 30px 50px;
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.module-dati .list-tm {
  margin-bottom: 30px;
}
.module-dati .item-tm {
  display: inline-block;
  vertical-align: top;
  width: 452px;
}
.module-dati .item-tm:first-child {
  margin-right: 34px;
}
.module-dati .item-tm .tname {
  color: #023e7f;
  font-size: 26px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.module-dati .item-tm li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 40px;
  cursor: pointer;
}
.module-dati .item-tm li.checked .check-wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  width: 35px;
  height: 31px;
  background: url(../images/check-mobile.png) center top no-repeat;
  background-size: contain;
}
.module-dati .item-tm li.checked .text-option {
  color: #023e7f;
}
.module-dati .item-tm .text-option {
  font-size: 22px;
}
.module-dati .item-tm .check-wrap {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 31px;
  cursor: pointer;
}
.module-dati .item-tm .check-wrap .checkbox {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  border: 1px solid #023e7f;
  background-color: #eaf8ff;
}

.btn-subinfo,
.btn-subtm {
  background: linear-gradient(to bottom, #c8e3fc, #e4eff7);
  height: 46px;
  border-radius: 46px;
  width: 144px;
  color: #01679f;
  font-size: 28px;
  cursor: pointer;
  border: 2px solid #fff;
}
.btn-subinfo.dis,
.btn-subtm.dis {
  background-color: #ccc;
  opacity: 0.5;
  color: #fff;
  cursor: not-allowed;
}

.module-info {
  color: #37384b;
}
.module-info .msg-inner {
  position: relative;
  background: #f4f9ff;
  border-top: 3px solid #ffffff;
  border-top-left-radius: 23px;
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
  border-bottom-left-radius: 63px;
  font-size: 24px;
  box-shadow: 2px 8px 14px #b7d5ef;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
}
.module-info .msg-inner .text-wrap {
  position: static;
  display: block;
  text-align: center;
  transform: none;
  margin-bottom: 34px;
}
.module-info .msg-inner .headimg {
  position: absolute;
  right: 29px;
  top: 59px;
  transform: translate(0, -50%);
  width: 62px;
  height: 62px;
  background: url(../images/head-baize.png) center top no-repeat;
  background-size: 100% 100%;
}
.module-info .form-wrap {
  width: 408px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.module-info .row-select {
  position: relative;
  border: 1px solid #444557;
  border-radius: 23px;
  margin-bottom: 18px;
  padding: 10px;
}
.module-info .row-select:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 21px;
  width: 20px;
  height: 12px;
  background: url(../images/arrow-select-pc.png) left top no-repeat;
  background-size: contain;
}
.module-info .row-select select {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  appearance: none;
  background: transparent;
  padding-left: 10px;
}

.module-choujiang {
  color: #37384b;
}
.module-choujiang .msg-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-top-left-radius: 23px;
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
  border-bottom-left-radius: 63px;
  font-size: 24px;
  box-shadow: 2px 8px 14px #b7d5ef;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
}
.module-choujiang .msg-inner .text-wrap {
  position: static;
  text-align: center;
  transform: none;
  margin-bottom: 34px;
  transform: none;
  margin-left: 30px;
}
.module-choujiang .msg-inner .text-wrap img,
.module-choujiang .msg-inner .text-wrap b,
.module-choujiang .msg-inner .text-wrap em {
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
}
.module-choujiang .msg-inner .text-wrap em {
  font-weight: bold;
  color: #f6540d;
  font-size: 28px;
}
.module-choujiang .msg-inner .headimg {
  position: absolute;
  right: 29px;
  top: 59px;
  transform: translate(0, -50%);
  width: 62px;
  height: 62px;
  background: url(../images/head-baize.png) center top no-repeat;
  background-size: 100% 100%;
}
.module-choujiang .form-wrap {
  width: 408px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.module-choujiang .row-select {
  position: relative;
  border: 1px solid #37384b;
  border-radius: 10px;
  margin-bottom: 18px;
  padding: 10px;
}
.module-choujiang .row-select:after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: 26px;
  width: 20px;
  height: 12px;
  background: url(../images/arrow-select-pc.png) left top no-repeat;
  background-size: contain;
}
.module-choujiang .row-select select {
  display: inline-block;
  width: 100%;
  font-size: 24px;
  appearance: none;
}

.btn-choujiang-wrap {
  padding-top: 40px;
}

.btn-choujiang {
  width: 236px;
  height: 94px;
  background: url(../images/btn-quchoujiang-mobile.png) left top no-repeat;
  background-size: contain;
  cursor: pointer;
}

.module-history {
  color: #37384b;
  margin-bottom: 50px;
}
.module-history .msg-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.75);
  border-top-left-radius: 23px;
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
  border-bottom-left-radius: 63px;
  font-size: 24px;
  box-shadow: 2px 8px 14px #b7d5ef;
  padding-top: 40px;
  padding-bottom: 40px;
  height: auto;
}
.module-history .msg-inner .text-wrap {
  display: block;
  position: static;
  text-align: left;
  transform: none;
  margin-bottom: 16px;
  transform: none;
  margin-left: 30px;
}
.module-history .msg-inner .text-wrap img,
.module-history .msg-inner .text-wrap b,
.module-history .msg-inner .text-wrap em {
  font-style: normal;
  font-weight: normal;
  vertical-align: middle;
}
.module-history .msg-inner .text-wrap em {
  font-weight: bold;
  color: #f6540d;
}
.module-history .msg-inner .headimg {
  display: none;
  position: absolute;
  right: 29px;
  top: 59px;
  transform: translate(0, -50%);
  width: 62px;
  height: 62px;
  background: url(../images/head-baize.png) center top no-repeat;
  background-size: 100% 100%;
}
.module-history .history-wrap {
  position: relative;
  width: 955px;
  height: 90px;
  background: url(../images/bg-linianreci-pc.png) left top no-repeat;
  padding-top: 25px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.module-history .history-wrap ul {
  margin-left: 165px;
}
.module-history .history-wrap li {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
}
.module-history .history-wrap li:last-child:after {
  display: none;
}
.module-history .history-wrap li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 1px;
  background-color: #8c8c96;
}
.module-history .banner-wrap img {
  cursor: pointer;
  max-height: inherit;
}

.bk-copy {
  padding: 40px 0;
}

.fixed-buttons {
  position: fixed;
  left: 50%;
  margin-left: 530px;
  bottom: 0%;
  width: 114px;
  z-index: 2;
}
.fixed-buttons img {
  width: 100%;
  height: auto;
  border-radius: 300px;
  overflow: hidden;
}
.fixed-buttons .forbidden-audio {
  width: 154px;
  height: 152px;
  background: url(../images/fixed-audio.png) left top/contain no-repeat;
  max-width: 100%;
}
.fixed-buttons .forbidden-audio.dis {
  background: url(../images/fixed-button-muted.png) left top/contain no-repeat;
}
.fixed-buttons > div:last-child {
  transform: translate(0, -60px);
}

i {
  font-style: normal;
}

i {
  font-style: normal;
  font-size: 24px;
  vertical-align: middle;
}

@keyframes aniCursor {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
i.cursor {
  display: inline-block;
  height: 30px;
  border-left: 6px solid #325eff;
  animation: aniCursor 1s linear infinite;
  min-width: 20px;
  vertical-align: middle;
}

i.big {
  font-weight: bold;
  color: #f6540d;
  font-size: 38px;
}

.qrcode-wrap {
  padding-top: 20px;
}

.qrouter {
  position: relative;
  width: 190px;
  height: 190px;
  margin: 0 auto;
}

.qrnew {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}

.erweima {
  opacity: 0;
}

.qrnew img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}

.mask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 99;
}

.toast {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 50px 30px;
}

.entry-duijiang {
  position: fixed;
  right: 5%;
  top: 10px;
  margin-left: 100px;
  z-index: 99999;
}

[data-mclass=kejiaochuangxin],
[data-mclass=meilizhongguo] {
  height: 168px;
}

[data-mclass=quanmianyifazhiguo],
[data-mclass=kejiaochuangxin] {
  height: 175px;
}

[data-mclass=shehuiwenming] {
  height: 183px;
}

.liuyan-wrap {
  width: 950px;
  margin: 0 auto;
}
.liuyan-wrap .input-tip-text {
  color: #2b8fff;
  font-size: 24px;
  text-align: left;
  margin-bottom: 10px;
}
.liuyan-wrap .liuyan-left {
  float: left;
  width: 456px;
  margin-left: 8px;
}
.liuyan-wrap .liuyan-right {
  margin-left: 485px;
}
.liuyan-wrap .liuyan-jingxuan-wrap {
  border: 2px solid #f1e4fd;
  border-radius: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
  background: #fff;
}
.liuyan-wrap .liuyan-jingxuan-wrap .liuyan-outer {
  height: 460px;
  overflow-y: scroll;
}
.liuyan-wrap .liuyan-jingxuan-wrap ul {
  width: 406px;
  margin-left: 25px;
}
.liuyan-wrap .liuyan-jingxuan-wrap ul li {
  border-bottom: 1px dashed #b9b9b9;
  padding-top: 16px;
  padding-bottom: 10px;
}
.liuyan-wrap .liuyan-jingxuan-wrap ul li .name {
  color: #0358b8;
  font-size: 22px;
  margin-bottom: 10px;
}
.liuyan-wrap .liuyan-jingxuan-wrap ul li div {
  color: #2d2e2e;
  font-size: 20px;
  line-height: 1.4;
}
.liuyan-wrap input, .liuyan-wrap textarea {
  width: 100%;
  font-size: 24px;
  line-height: 1.5;
  background: #fff;
  border-radius: 24px;
  border: 2px solid #f1e4fd;
  padding: 15px 20px;
  margin-bottom: 12px;
  resize: none;
}
.liuyan-wrap textarea {
  height: 422px;
}
.liuyan-wrap .btn-tjly {
  width: 117px;
  height: 46px;
  background: url(../images/btn-tjly-pc.png) left top/contain no-repeat;
}