@charset "UTF-8";

/**HTML5 common css*/

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 0.16rem;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  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,
img {
  -webkit-touch-callout: none;
}

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: -.5em;
}

sub {
  bottom: -.25em;
}

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

.opacity0 {
  opacity: 0 !important;
}

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

.blur {
  -webkit-filter: blur(0.066667rem);
  filter: blur(5px);
  opacity: 0.6;
}

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

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

.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: 13.333333rem;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 0.16rem !important;
}

.g-font14 {
  font-size: 0.186667rem !important;
}

.g-font16 {
  font-size: 0.213333rem !important;
}

.g-font18 {
  font-size: 0.24rem !important;
}

.g-font20 {
  font-size: 0.266667rem !important;
}

.g-font22 {
  font-size: 0.293333rem !important;
}

.g-font24 {
  font-size: 0.32rem !important;
}

.g-font28 {
  font-size: 0.373333rem !important;
}

.g-font30 {
  font-size: 0.4rem !important;
}

.g-font32 {
  font-size: 0.426667rem !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 0.48rem !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 0.533333rem !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 0.64rem !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 0.066667rem;
}

.g-mb-10 {
  margin-bottom: 0.133333rem;
}

.g-mb-15 {
  margin-bottom: 0.2rem;
}

.g-mb-20 {
  margin-bottom: 0.266667rem;
}

.g-mb-25 {
  margin-bottom: 0.333333rem;
}

.g-mb-30 {
  margin-bottom: 0.4rem;
}

.g-mb-40 {
  margin-bottom: 0.533333rem;
}

.g-mb-50 {
  margin-bottom: 0.666667rem;
}

.g-mb-60 {
  margin-bottom: 0.8rem;
}

.g-mb-80 {
  margin-bottom: 1.066667rem;
}

.g-mr-5 {
  margin-right: 0.066667rem;
}

.g-mr-10 {
  margin-right: 0.133333rem;
}

.g-mr-15 {
  margin-right: 0.2rem;
}

.g-mr-20 {
  margin-right: 0.266667rem;
}

.g-mr-25 {
  margin-right: 0.333333rem;
}

.g-mr-30 {
  margin-right: 0.4rem;
}

.g-mr-40 {
  margin-right: 0.533333rem;
}

.g-mr-50 {
  margin-right: 0.666667rem;
}

.g-mr-60 {
  margin-right: 0.8rem;
}

.g-mr-80 {
  margin-right: 1.066667rem;
}

.g-ml-5 {
  margin-left: 0.066667rem;
}

.g-ml-10 {
  margin-left: 0.133333rem;
}

.g-ml-15 {
  margin-left: 0.2rem;
}

.g-ml-20 {
  margin-left: 0.266667rem;
}

.g-ml-25 {
  margin-left: 0.333333rem;
}

.g-ml-30 {
  margin-left: 0.4rem;
}

.g-ml-40 {
  margin-left: 0.533333rem;
}

.g-ml-50 {
  margin-left: 0.666667rem;
}

.g-ml-60 {
  margin-left: 0.8rem;
}

.g-ml-80 {
  margin-left: 1.066667rem;
}

.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: 0.08rem;
}

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

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-webkit-scrollbar {
  width: 0;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.08rem rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
  -webkit-box-shadow: inset 0 0 0.08rem rgba(0, 0, 0, 0.5);
}

.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}*/

@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

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

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

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(0.266667rem, -0.266667rem, 0);
    transform: translate3d(0.266667rem, -0.266667rem, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(0.266667rem, -0.266667rem, 0);
    transform: translate3d(0.266667rem, -0.266667rem, 0);
  }
}

/* ====== auto export start ======  */

.cpg0-01 {
  position: absolute;
  left: 8.533333rem;
  top: 16.16rem;
  z-index: 1;
  width: 0.76rem;
  height: 0.76rem;
}

.cpg0-02 {
  position: absolute;
  left: 8.533333rem;
  top: 16.16rem;
  z-index: 1;
  width: 0.76rem;
  height: 0.76rem;
}

.cpg0-03 {
  position: absolute;
  left: 0.493333rem;
  top: 16.2rem;
  z-index: 1;
  width: 4.866667rem;
  height: 0.693333rem;
}

.cpg0-05 {
  position: absolute;
  left: 0.68rem;
  top: 17.746667rem;
  z-index: 1;
  width: 2.133333rem;
  height: 1.373333rem;
}

.cpg0-06 {
  position: absolute;
  left: 3.066667rem;
  top: 17.72rem;
  z-index: 1;
  width: 0.72rem;
  height: 5.586667rem;
}

.cpg0-07 {
  position: absolute;
  left: 0.653333rem;
  top: 19.426667rem;
  z-index: 1;
  width: 0.973333rem;
  height: 0.973333rem;
}

.cpg0-08 {
  position: absolute;
  left: 0.64rem;
  top: 20.786667rem;
  z-index: 1;
  width: 2.106667rem;
  height: 0.986667rem;
}

.cpg0-09 {
  position: absolute;
  left: 0.626667rem;
  top: 22.146667rem;
  z-index: 1;
  width: 2.106667rem;
  height: 0.973333rem;
}

.cpg0-10 {
  position: absolute;
  left: 0.68rem;
  top: 23.506667rem;
  z-index: 1;
  width: 3.24rem;
  height: 0.973333rem;
}

.cpg0-11 {
  position: absolute;
  left: 6.133333rem;
  top: 30.32rem;
  z-index: 1;
  width: 2.92rem;
  height: 0.786667rem;
}

.cpg0-12 {
  position: absolute;
  left: 1.146667rem;
  top: 30.333333rem;
  z-index: 1;
  width: 2.92rem;
  height: 0.786667rem;
}

.cpg0-13 {
  position: absolute;
  left: 4.053333rem;
  top: 18.173333rem;
  z-index: 1;
  width: 8.52rem;
  height: 11.04rem;
}

.cpg0-14 {
  position: absolute;
  left: -0.826667rem;
  top: 12.68rem;
  z-index: 0;
  width: 15.573333rem;
  height: 21.08rem;
}

/* ====== auto export end ====== */

.page1508 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

html {
  overflow: hidden;
}

.full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body {
  max-height: 100%;
  overflow: hidden;
}

.main {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #fff;
}

.full,
.page {
  overflow: hidden;
}

.full-width {
  position: relative;
  width: 100%;
  height: 100%;
}

.flex-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.loading-wrap2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../images/noise-ani.gif) repeat;
  overflow: hidden;
}

.loading-wrap2 .progress-bar-wrap {
  margin-top: -19vw;
  width: 100%;
  text-align: center;
}

.loading-wrap2 .progress-bar-wrap .icon-loading {
  margin-bottom: 0.173333rem;
  width: 10vw;
}

.loading-wrap2 .progress-bar-wrap .bar-wrap {
  width: 100%;
  height: 0.053333rem;
  margin-bottom: 0.133333rem;
  text-align: center;
  font-size: 0;
  overflow: hidden;
}

.loading-wrap2 .progress-bar-wrap .bar-wrap .bar {
  display: inline-block;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#aa9b89), to(#b39e81));
  background: linear-gradient(to bottom, #aa9b89, #b39e81);
  min-width: 2%;
  -webkit-transition: width 1.2s linear;
  transition: width 1.2s linear;
}

.loading-wrap2 .progress-bar-wrap .loading-text {
  color: #9b7a59;
  font-family: serif, SimHei;
}

.page1508 {
  width: 10rem;
  height: 20.106667rem;
}

@-webkit-keyframes aniCoverText {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes aniCoverText {
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes aniBtnScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes aniBtnScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@-webkit-keyframes aniTextMove {
  100% {
    -webkit-transform: translate3d(0, -1000%, 0);
    transform: translate3d(0, -1000%, 0);
  }
}

@keyframes aniTextMove {
  100% {
    -webkit-transform: translate3d(0, -1000%, 0);
    transform: translate3d(0, -1000%, 0);
  }
}

.page-cover {
  background: url(../images/bg-cover.jpg) center/cover no-repeat;
  z-index: 9;
}

.page-cover .cover-mask {
  position: absolute;
  left: 2.68rem;
  top: 12.293333rem;
  z-index: 2;
  width: 4.693333rem;
  height: 5.026667rem;
}

.page-cover.active .btn-enter {
  -webkit-animation: aniBtnScale 1.2s ease infinite;
  animation: aniBtnScale 1.2s ease infinite;
}

.page-cover .btn-enter {
  position: absolute;
  left: 3.666667rem;
  top: 11.346667rem;
  z-index: 2;
  width: 2.76rem;
  height: 0.546667rem;
}

.page-cover .cover-text-wrap {
  position: absolute;
  left: 3.76rem;
  top: 13.026667rem;
  z-index: 2;
  width: 2.546667rem;
  height: 4.106667rem;
  overflow: hidden;
}

.page-cover .cover-text-wrap img {
  width: 100%;
  -webkit-animation: aniTextMove 120s linear infinite;
  animation: aniTextMove 120s linear infinite;
}

.page-cover .cover-text-wrap img:not(:last-child) {
  margin-bottom: 0.186667rem;
}

@-webkit-keyframes aniMask {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes aniMask {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.page-result {
  z-index: 4;
  margin-left: 10.026667rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background: url(../images/result-bg.jpg) center/cover no-repeat;
}

.page-result.active {
  margin-left: 0;
}

.page-result.show-ani .result-wrap .result {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-result.show-ani .result-mask {
  -webkit-animation: aniMask 1s ease forwards;
  animation: aniMask 1s ease forwards;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
}

.page-result .result-bg {
  width: 100%;
  height: 100%;
}

.page-result .result-wrap {
  position: absolute;
  left: 0.4rem;
  top: 2.093333rem;
  z-index: 3;
  width: 8.52rem;
  height: 9.333333rem;
  overflow: hidden;
}

.page-result .result-wrap .result {
  width: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 4s linear;
  transition: all 4s linear;
}

.page-result .result-mask {
  opacity: 0;
  position: absolute;
  left: 1.466667rem;
  top: 3.653333rem;
  z-index: 6;
  width: 1.72rem;
  height: 1.413333rem;
}

.page-result .btn-restart {
  position: absolute;
  left: 2.64rem;
  top: 12.346667rem;
  z-index: 5;
  width: 2.066667rem;
  height: 0.72rem;
}

.page-result .btn-share {
  position: absolute;
  left: 5.066667rem;
  top: 12.346667rem;
  z-index: 5;
  width: 2.066667rem;
  height: 0.72rem;
}

@-webkit-keyframes aniScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes aniScale {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  50% {
    opacity: 0.9;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.page-chat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0.266667rem;
  background: url(../images/noise-ani.gif) repeat;
}

.page-chat header {
  position: relative;
  height: 2.506667rem;
}

.page-chat header .title-officer {
  position: absolute;
  left: 0.853333rem;
  top: 1.333333rem;
  z-index: 1;
  width: 2.253333rem;
  height: 2.373333rem;
  font: 0.373333rem bold SimHei;
  color: #9b7a59;
}

.page-chat header .officer {
  position: absolute;
  left: 1.8rem;
  top: 0;
  z-index: 1;
  width: 2.253333rem;
  height: 2.373333rem;
}

.page-chat header .officer.officer2 {
  display: none;
}

.page-chat header.active .officer1 {
  display: none;
}

.page-chat header.active .officer2 {
  display: block;
}

.page-chat header .header-bar {
  position: absolute;
  left: 0.8rem;
  top: 2.373333rem;
  z-index: 1;
  width: 7.466667rem;
  height: 0.133333rem;
  background: rgba(196, 177, 155, 0.5);
}

.page-chat header .triangle {
  position: absolute;
  left: 4.373333rem;
  top: 2rem;
  z-index: 1;
  width: 0.706667rem;
  height: 0.386667rem;
  opacity: .6;
}

.page-chat header .time {
  position: absolute;
  left: 5rem;
  top: 1.733333rem;
  z-index: 1;
  width: 3.266667rem;
  height: 0.64rem;
  background: rgba(155, 122, 89, 0.19);
  -webkit-border-radius: 0.08rem;
  border-radius: 0.08rem;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  color: #9b7a59;
  font: bold 0.333333rem/0.666667rem SimHei;
}

.page-chat header .right-progress {
  float: right;
  margin-top: 0.466667rem;
  margin-right: 1.733333rem;
}

.page-chat header .right-progress .short-q {
  font: bold 0.4rem SimHei;
}

.page-chat header .right-progress .progress {
  position: relative;
  font: normal 0.64rem SimHei;
  color: #ba9f8d;
  display: inline-block;
  width: 0.8rem;
  text-align: center;
}

.page-chat header .right-progress .progress .progress1 {
  position: absolute;
  left: 0.026667rem;
  top: 0.026667rem;
  font-size: 0.32rem;
  font-weight: bold;
  text-align: right;
}

.page-chat header .right-progress .progress .progress2 {
  position: absolute;
  right: 0.026667rem;
  bottom: 0.026667rem;
  font-size: 0.32rem;
  font-weight: bold;
}

.page-chat header .right-progress .no {
  display: none;
  font: bold 0.32rem SimHei;
  margin-right: 0.133333rem;
}

.page-chat article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 0.4rem;
}

.page-chat article .item-chat.first .top-time {
  display: none;
}

.page-chat article .waiting-wrap {
  height: 0.626667rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}

.page-chat article .waiting-wrap img {
  height: 100%;
  float: left;
  margin-left: 1rem;
}

.page-chat article .item-left {
  position: relative;
  width: 8.666667rem;
  margin: 0 0 0.4rem 0.8rem;
}

.page-chat article .item-left.first .top-time {
  display: none;
}

.page-chat article .item-left.first .chat-content:after {
  display: none;
}

.page-chat article .item-left .top-time {
  padding-left: 0.133333rem;
  margin-bottom: 0.266667rem;
  color: #9b7a59;
}

.page-chat article .item-left .icon-play-voice {
  position: absolute;
  left: 7.733333rem;
  bottom: 0.133333rem;
  width: 0.906667rem;
  height: 0.773333rem;
  background: url(../images/icon-loading.png) center/contain no-repeat;
}

.page-chat article .item-left .icon-play-voice.ani-start {
  -webkit-animation: aniScale 1.2s ease infinite;
  animation: aniScale 1.2s ease infinite;
}

.page-chat article .item-left .icon-play-voice.active {
  background-image: url(../images/voice.gif);
}

.page-chat article .item-left .chat-content {
  position: relative;
  width: 7.466667rem;
  padding: 0.533333rem 0.373333rem;
  background: #fff;
  font: bold 0.386667rem/1.6 consolas, SimHei;
  -webkit-border-radius: 0.053333rem;
  border-radius: 0.053333rem;
}

.page-chat article .item-left .chat-content .icon-play-voice {
  display: none;
}

.page-chat article .item-left .chat-content:after {
  position: absolute;
  left: -0.506667rem;
  top: 50%;
  margin-top: -0.36rem;
  width: 0.52rem;
  height: 0.72rem;
  content: "";
  background: url(../images/triangle4.png) center/cover no-repeat;
}

.page-chat article .item-right {
  margin-left: 2.213333rem;
  margin-bottom: 0.4rem;
  width: 7.266667rem;
}

.page-chat article .item-right.first {
  margin-left: 1.28rem;
}

.page-chat article .item-right.first .chat-content {
  width: 7rem;
}

.page-chat article .item-right.first .chat-content:before {
  position: absolute;
  right: -1.653333rem;
  bottom: -1.333333rem;
  width: 1.653333rem;
  height: 1.853333rem;
  background: url(../images/boy.gif) center/contain no-repeat;
  content: "";
}

.page-chat article .item-right.first .chat-content:after {
  top: auto;
  bottom: -0.253333rem;
  right: 0;
  width: 0.32rem;
  height: 0.266667rem;
  background: url(../images/triangle3.png) center/cover no-repeat;
}

.page-chat article .item-right .top-time {
  margin-right: 0.266667rem;
  margin-bottom: 0.266667rem;
  color: #9b7a59;
  text-align: right;
}

.page-chat article .item-right .chat-content {
  position: relative;
  width: 7.013333rem;
  padding: 0.4rem 0.373333rem;
  background: #c4b19b;
  color: #fff;
  font: bold 0.386667rem/1.6 consolas, SimHei;
  -webkit-border-radius: 0.053333rem;
  border-radius: 0.053333rem;
}

.page-chat article .item-right .chat-content:after {
  position: absolute;
  right: -0.506667rem;
  width: 0.52rem;
  height: 0.72rem;
  top: 50%;
  z-index: 2;
  margin-top: -0.36rem;
  background: url(../images/triangle2.png) center/cover no-repeat;
  content: "";
}

.page-chat footer {
  position: relative;
  color: #7f5b38;
  overflow: auto;
  max-height: 45%;
  padding-bottom: 0.533333rem;
}

.page-chat footer.mb100 {
  margin-bottom: 13vh;
}

.page-chat footer .all-list-wrap {
  width: 100%;
  z-index: 2;
}

.page-chat footer .list-answer {
  width: 8.32rem;
  margin: 0 auto;
}

.page-chat footer .list-answer li {
  padding: 0.266667rem 0.4rem;
  font: bold 0.386667rem/1.4 SimHei;
  border: 0.026667rem solid #a6957e;
  margin-bottom: 0.266667rem;
  -webkit-border-radius: 0.106667rem;
  border-radius: 0.106667rem;
}

div.poster-outer {
  z-index: 9;
  margin-left: 10rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

div.poster-outer.active {
  margin-left: 0;
}

.poster-wrap {
  position: absolute;
  left: 0;
  width: 10rem;
  height: 17.773333rem;
  top: 50%;
  z-index: 1;
  margin-top: -8.893333rem;
}

.poster-wrap .save-tip-text {
  position: absolute;
  left: 0;
  top: 13.6rem;
  width: 100%;
  text-align: center;
  color: #000;
  font: bold 0.4rem SimHei;
}

.poster-wrap .poster {
  width: 100%;
}

.page-chat footer .list-answer.place-holder-ul.mt200 {
  margin-top: 2.666667rem;
}

.result-person {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.chat-content-inner {
  position: relative;
}

.chat-content-inner .reading-text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.chat-content-inner .reading-text span {
  background: -webkit-gradient(linear, left top, right top, color-stop(100.155%, #eae4de), color-stop(100.155%, white));
  background: linear-gradient(90deg, #eae4de 100.155%, white 100.155%);
}