body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
html {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
sup {
  vertical-align: inherit;
}
sub {
  vertical-align: inherit;
}
section,
article,
aside,
address,
fieldset,
header,
footer,
nav,
dialog,
figure,
time,
video,
mark,
canvas {
  display: block;
  margin: 0;
  padding: 0;
}
img,
fieldset {
  display: block;
  border: 0;
  width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #212121;
}
a,
a:active,
button,
button:active,
input,
span,
label,
div {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
button {
  background: none;
  border: none;
}
body,
input,
textarea {
  font-family: "PingFang SC", "microsoft yahei", "Hiragino Sans GB", tahoma, arial, sans-serif;
}
html,
body {
  margin: 0 auto;
  min-height: 100%;
  font-size: calc(100vw/750*100);
  line-height: 1.6;
  color: #212121;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
@media only screen and (min-width: 750px) {
  html,
  body {
    font-size: 75px;
  }
}
.no-scroll,
.no-scroll body {
  height: 100%;
  overflow: hidden;
}
a,
button,
input,
select,
textarea {
  outline: none;
}
input[type="text"],
input[type="password"],
input[type="number"],
textarea {
  line-height: normal;
  color: #212121;
  background: none;
  resize: none;
  border: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  line-height: normal;
  color: #999;
}
.abs {
  position: absolute;
  right: 0;
  top: 0;
}
.wp {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  font-size: 0.3rem;
  background-color: #eef5ff;
}
.wp.wp-fixedbot {
  padding-bottom: 1.7rem;
}
.wp.wp-white {
  background-color: #fff;
}
@media only screen and (min-width: 750px) {
  .wp {
    max-width: 750px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
.main {
  position: relative;
}
.btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 0.9rem;
  font-size: 0.3rem;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background-color: #6d86fc;
  border-radius: 0.45rem;
  cursor: pointer;
}
.btn.btn-pay {
  background-color: #07c160;
}
.btn.btn-del {
  background-color: #e60000;
}
.btn.btn-sml {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  width: auto;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  background-color: #ffc937;
  border-radius: 0.1rem;
}
.btn.btn-line {
  color: #6d86fc;
  background: #fff;
  border: 1px solid #6d86fc;
}
.btn.btn-buy {
  color: #642607;
  background-color: #efb292;
  background-image: -webkit-linear-gradient(left, #fadbbf, #efb292);
}
.btn:hover {
  filter: brightness(110%);
}
.btn:active {
  transform: scale(0.96);
}
.btn:disabled {
  background-color: #bbb;
}
.tit {
  margin-bottom: 0.5rem;
}
.tit h2 {
  padding-left: 0.15rem;
  font-size: 0.36rem;
  line-height: 1.2;
  font-weight: bold;
  color: #222;
  border-left: 0.1rem solid #77afd2;
}
.fixedbtn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 748px;
  box-sizing: border-box;
  padding: 0.3rem;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixedbtn.fixedbtn-bg {
  background-color: #f2f4f6;
}
.fixedbtn .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fixedbtn .btn:last-child {
  margin-left: 0.2rem;
}
.btnsbox {
  margin: 0.6rem auto 0;
  max-width: 748px;
  box-sizing: border-box;
  padding: 0.3rem 0.3rem 0.6rem;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btnsbox .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.btnsbox .btn:last-child {
  margin-left: 0.2rem;
}
input.itxt {
  padding: 0 0.1rem;
  box-sizing: border-box;
  vertical-align: middle;
  width: 1.6rem;
  height: 0.7rem;
  font-size: 0.3rem;
  color: #fff;
  background-color: #212330;
  border: 1px solid #9493a1;
}
input.itxt:focus {
  border-color: #ffc937;
}
.topnav {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  padding: 0.15rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.26rem;
  color: #fff;
  background-color: #111;
  z-index: 100;
}
.topnav h1 {
  box-sizing: border-box;
  margin-left: 0.1rem;
  width: 0.6rem;
  height: 0.6rem;
}
.topnav ul {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.15rem 0.15rem 0;
}
.topnav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 0.1rem;
  line-height: 0.6rem;
}
.topnav li img {
  display: inline-block;
  vertical-align: middle;
  margin: -0.05rem 0.1rem 0 0;
  width: 0.4rem;
}
.topnav a {
  padding: 0 0.2rem;
  display: block;
  min-width: 1.2rem;
  max-width: 2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  color: #111;
  background-color: #fff;
  transition: background-color 0.3s;
  border-radius: 0.1rem;
}
.topnav a:hover {
  color: #222;
  background-color: #a9defe;
}
.topnav > a {
  height: 0.5rem;
  line-height: 0.5rem;
}
.ban {
  box-sizing: border-box;
}
.ban .main h1,
.ban .main h2,
.ban .main i {
  position: absolute;
  opacity: 0;
  font-size: 0;
}
.menubox {
  padding: 0.2rem;
}
.menubox .menulist li {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0.4rem 1.8rem 0 1.7rem;
  box-sizing: border-box;
  height: 1.8rem;
  background-color: #fff;
  border: 1px solid #e3e7ff;
  box-shadow: 0 0.45rem 0.1rem -0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3rem;
}
.menubox .menulist li h3 {
  font-weight: bold;
  font-size: 0.32rem;
  color: #293f66;
}
.menubox .menulist li p {
  font-size: 0.22rem;
  color: #777;
}
.menubox .menulist li .btn {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.32rem;
  padding: 0 0.3rem;
  width: auto;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.28rem;
  color: #6d86fc;
  background-color: #ebf2ff;
  border: 1px solid #d8e6ff;
}
.menubox .menulist img {
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  width: 1.2rem;
}
.subhd {
  position: sticky;
  top: 0;
  box-sizing: border-box;
  padding: 0.15rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.32rem;
  color: #fff;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.subhd h2 {
  line-height: 0.6rem;
  text-align: center;
  color: #000;
}
.subhd .back {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url(../img/back.png) no-repeat center / 50%;
  text-indent: -500%;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}
.subhd .back:active {
  background-color: rgba(0, 0, 0, 0.05);
}
.subhd .btn-sml {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  color: #fff;
}
.subpage {
  padding: 0.3rem 0.3rem 1.5rem;
}
.pop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
  transform: translateZ(0);
}
.popmain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 750px;
  max-height: 90%;
  box-sizing: border-box;
  padding: 0.6rem 0 0;
  font-size: 0.3rem;
  background-color: #fff;
  border-radius: 0.4rem 0.4rem 0 0;
  overflow: hidden;
}
.popclose {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  text-indent: -500%;
  cursor: pointer;
  background: url(../img/close.png) no-repeat center / cover;
  z-index: 20;
  overflow: hidden;
}
.poptit {
  margin: 0 0 0.4rem 0.3rem;
  font-size: 0.26rem;
  line-height: 1.1;
  color: #999;
}
.pophelp {
  position: relative;
  box-sizing: border-box;
  max-height: 9rem;
  overflow: hidden;
  overflow-y: auto;
}
.pophelp::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  border-radius: 6px;
}
.pophelp::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #999;
}
.pophelp dl {
  padding: 0.3rem;
}
.pophelp dd {
  margin-bottom: 0.3rem;
  font-size: 0.28rem;
  color: #777;
}
.pophelp dd img {
  display: block;
  margin: 0.2rem 0 0.1rem;
}
.pophandler {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  max-width: 750px;
  max-height: 90%;
  box-sizing: border-box;
  padding: 1rem 0 0.3rem;
  font-size: 0.3rem;
  background-color: #fff;
}
.pophandler-close,
.pophandler-confirm {
  position: absolute;
  top: 0;
  width: 0.9rem;
  height: 0.9rem;
  text-indent: -500%;
  cursor: pointer;
  overflow: hidden;
}
.pophandler-close:active,
.pophandler-confirm:active {
  background-color: #f2f4f6;
}
.pophandler-close {
  left: 0;
  background: url(../img/ico_cancel.png) no-repeat center / cover;
}
.pophandler-confirm {
  right: 0;
  background: url(../img/ico_ok.png) no-repeat center / cover;
}
.colorlist {
  position: relative;
  padding: 0.2rem;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  overflow-x: auto;
}
.colorlist::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
.colorlist::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #999;
}
.colorlist li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.2rem;
  text-align: center;
  border-radius: 0.15rem;
  cursor: pointer;
}
.colorlist li:first-child {
  box-sizing: border-box;
  color: #222;
  border: 1px solid #ddd;
}
.colorlist::-webkit-scrollbar {
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
.colorlist::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #ddd;
}
.imageupload,
.imagecrop,
.imageuploadflex,
.imagecropflex {
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
}
.imageupload img,
.imagecrop img,
.imageuploadflex img,
.imagecropflex img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.imageuploadflex {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.imagehandlerbtn {
  margin: 0 auto;
  padding: 0.3rem;
  font-size: 0;
  text-align: center;
}
.imagehandlerbtn .btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1%;
  width: 46%;
}
.imagehandlerbtn .btn:first-child {
  display: block;
  margin: 0 auto 0.2rem;
  width: 94%;
}
.sizeselect {
  font-size: 0.26rem;
  text-align: center;
}
.sizeselect li {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem;
  cursor: pointer;
}
.sizeselect li.on {
  color: #ffc937;
}
.sizeselect li:hover {
  color: #ffc937;
}
.i-ratio {
  display: block;
  margin: 0 auto 0.1rem;
  background-color: #f2f4f6;
  border: 1px solid #ddd;
}
.i-ratio.i-ratio-1 {
  width: 0.6rem;
  height: 0.6rem;
}
.i-ratio.i-ratio-2 {
  width: 1.2rem;
  height: 0.6rem;
}
.i-ratio.i-ratio-3 {
  width: 0.3rem;
  height: 0.6rem;
}
.i-ratio.i-ratio-4 {
  width: 0.45rem;
  height: 0.6rem;
}
.i-ratio.i-ratio-5 {
  width: 0.75rem;
  height: 0.6rem;
}
.login {
  padding: 0.3rem;
}
.login h2 {
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
}
.inpbox {
  position: relative;
  margin-bottom: 0.4rem;
  padding-left: 4.5em;
  font-size: 0.3rem;
}
.inpbox h3 {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0.9rem;
}
.inpbox button {
  position: absolute;
  right: 0;
  top: 0.1rem;
  padding: 0 0.3rem;
  min-width: 1rem;
  height: 0.7rem;
  font-size: 0.24rem;
  color: #fff;
  background-color: #ff6c93;
  border-radius: 0.1rem;
  cursor: pointer;
}
.inpbox button:active {
  transform: scale(0.96);
}
.inpbox .err {
  padding-top: 0.1rem;
  text-align: right;
  font-size: 0.24rem;
  color: red;
}
input.inptxt {
  box-sizing: border-box;
  padding: 0 0.2rem;
  width: 100%;
  height: 0.9rem;
  font-size: 0.3rem;
  border-bottom: 1px solid #aaa;
}
input.inptxt:focus {
  border-color: #6d86fc;
}
.inpbtn {
  margin-top: 1rem;
}
.vtopper {
  padding: 0.2rem 0.3rem 2.2rem;
  box-sizing: border-box;
  display: table;
  width: 100%;
  height: 4rem;
  background: url(../img/vipbanner.jpg) no-repeat center / cover;
}
.vtoppertxt {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.vtoppertxt h2 {
  font-size: 0.54rem;
}
.vtoppertxt h2 em {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1rem;
  margin-left: 0.2rem;
  padding: 0 0.1rem;
  font-style: normal;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.28rem;
  color: #642607;
  text-align: center;
  background-color: #642607;
  background-image: -webkit-linear-gradient(left, #fadbbf, #efb292);
  border-radius: 0.1rem;
}
.vtoppertxt p {
  font-size: 0.28rem;
}
.userbox {
  position: relative;
  padding: 0 1rem 0 1.1rem;
  min-height: 0.9rem;
  color: #fff;
}
.userbox img {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.9rem;
}
.userbox h3 {
  font-size: 0.36rem;
}
.userbox h3 small {
  margin-left: 0.1rem;
}
.userbox .openbtns {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -0.35rem 0 0;
}
.userbox .openbtns em {
  padding: 0 0.3rem;
  font-style: normal;
  font-size: 0.28rem;
  color: #fff;
  text-decoration: underline;
}
.userbox .openbtns .btn {
  font-size: 0.28rem;
  color: #642607;
  background-color: #efb292;
  background-image: -webkit-linear-gradient(125deg, #efb292, #fadbbf);
}
.userbox p {
  font-size: 0.24rem;
}
.privilege {
  margin: -1.8rem 0.3rem 0.3rem;
  padding: 0.3rem;
  text-align: center;
  background-color: #efb292;
  background-image: -webkit-linear-gradient(125deg, #efb292, #fadbbf);
  box-shadow: 0 0.1rem 0.16rem rgba(239, 178, 146, 0.1);
  border-radius: 0.3rem;
}
.privilege:after {
  display: table;
  content: "";
  clear: both;
}
.privilege dt {
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  color: #642607;
}
.privilege dt em {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.26rem;
  font-style: normal;
  text-decoration: underline;
}
.privilege dd {
  float: left;
  width: 25%;
  font-size: 0.24rem;
  line-height: 1.2;
  color: #642607;
  box-sizing: border-box;
}
.privilege dd:last-child {
  float: none;
  padding-top: 0.3rem;
  width: 100%;
  clear: both;
}
.privilege dd:last-child em {
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  font-style: normal;
  color: #642607;
  background-color: #fff;
  cursor: pointer;
  border-radius: 0.1rem;
}
.icobox {
  margin: 0 auto 0.2rem;
  padding: 0.15rem;
  box-sizing: border-box;
  width: 0.9rem;
  height: 0.9rem;
  background-color: #fff;
  border-radius: 0.2rem;
}
.state {
  padding: 0.3rem;
}
.state .btn {
  margin-bottom: 0.3rem;
}
.state .btn:first-child {
  color: #fff;
  background-image: -webkit-linear-gradient(left, #faa69e, #fa5f59);
}
.navlist {
  margin: 0.3rem;
  padding: 0.3rem 0;
  background-color: #fff;
  border-radius: 0.2rem;
}
.navlist li a {
  display: block;
  position: relative;
  padding: 0.3rem;
  cursor: pointer;
}
.navlist li a::after {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.15rem;
  width: 0.3rem;
  height: 0.3rem;
  content: "";
  background: url(../img/arrow.png) no-repeat center / cover;
}
.navlist li a:active {
  background-color: #f2f4f6;
}
.navlist li:not(:first-child) {
  border-top: 1px solid #eee;
}
.navlist li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  width: 0.6rem;
}
.quit {
  margin: 0.3rem;
  padding: 0.3rem 0;
  font-size: 0.32rem;
  color: #e60000;
  text-align: center;
  background-color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
.vip-buy {
  padding: 0.3rem;
}
.viplist li {
  position: relative;
  padding: 0.3rem 0 0.3rem 1.6rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  cursor: pointer;
}
.viplist li img {
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  width: 0.9rem;
}
.viplist li:not(:first-child) {
  margin-top: 0.3rem;
}
.viplist li h3 {
  font-size: 0.4rem;
  line-height: 1.3;
}
.viplist li h3 b {
  margin-left: 0.3rem;
  margin-right: 0.1rem;
}
.viplist li h3 small {
  font-size: 0.24rem;
}
.viplist li p {
  font-size: 0.26rem;
  color: #666;
}
.viplist li p del {
  opacity: 0.6;
}
.viplist li:hover {
  border-color: #ef854d;
}
.viplist li.on {
  color: #ef854d;
  background-color: #fff2dd;
  border-color: #f4d093;
}
.viplist li.on p {
  color: #efb292;
}
.loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.loading .loading-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
  padding: 30px 0 0;
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.loading img {
  display: block;
  margin: 0 auto 8px;
  width: 32px;
  height: 32px;
}
.popmsg {
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translateX(-50%);
  z-index: 9999;
}
.popmsg .popmsg-txt {
  padding: 0.1rem 0.2rem;
  white-space: nowrap;
  font-size: 0.26rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0.1rem;
  z-index: 1000;
  animation: bottomIn 0.25s linear both;
}
@keyframes bottomIn {
  0% {
    transform: translate3d(0, 1rem, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.ft {
  padding: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  background-color: #fff;
}
.mp-card {
  padding: 0.3rem;
  text-align: center;
}
.mp-title {
  margin-bottom: 0.3rem;
  padding: 0.6rem 0.3rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.16rem rgba(239, 178, 146, 0.1);
}
.mp-title h2 {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #07c160;
}
.mp-title h3 {
  margin-top: 0.3rem;
}
.mp-title h3 b {
  margin: 0 0.1rem;
  color: #07c160;
}
.mp-title h3 span {
  display: inline-block;
  vertical-align: middle;
  margin: -0.05rem 0 0 0.1rem;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  background-color: #f2f4f6;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
  cursor: pointer;
}
.mp-codebox {
  margin-bottom: 0.3rem;
  padding: 0.6rem 0.3rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.16rem rgba(239, 178, 146, 0.1);
}
.mp-codebox h3 {
  font-size: 0.36rem;
}
.mp-codebox img {
  margin: 0 auto;
  width: 5rem;
}
.mp-doc {
  padding: 0.6rem 0.3rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.16rem rgba(239, 178, 146, 0.1);
}
.mp-doc h4 {
  margin-bottom: 0.3rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #222;
}
.mp-doc ul li {
  padding: 0.2rem 0;
}
.mp-doc ul li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.mp-doc ul li b {
  color: #07c160;
}
.mp-doc p {
  display: inline-block;
  vertical-align: middle;
  width: 35%;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333;
  text-align: left;
}
.mp-doc img {
  display: inline-block;
  vertical-align: middle;
  width: 63%;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
.warnbox {
  padding: 0.1rem;
  text-align: center;
  background-color: #fffabd;
}
.warnbox p {
  font-size: 0.26rem;
  color: #f60;
}
.result-none {
  padding: 1rem 0;
  text-align: center;
}
.result-none img {
  margin: 0 auto;
  width: 1.8rem;
}
.result-none h3 {
  margin-bottom: 1rem;
  font-size: 0.28rem;
}
.result-none .btn {
  margin: 0 auto;
  width: 50%;
}
.resultbox {
  padding: 0.1rem 0.3rem 0.3rem;
  background-color: #fff;
}
.resultbox li {
  position: relative;
  padding: 0.2rem 0 0.2rem 3.4rem;
  min-height: 3.2rem;
  border-top: 1px solid #eee;
}
.resultbox li:first-child {
  border-top: none;
}
.resultbox li h3 {
  margin-bottom: 0.1rem;
  font-size: 0.34rem;
}
.resultbox li p {
  font-size: 0.26rem;
  color: #777;
}
.resultbox .rl-img {
  width: 3.2rem;
  height: 3.2rem;
}
.resultbox .rl-btns {
  display: block;
}
.resultbox .rl-btns .btn {
  height: 0.8rem;
  font-size: 0.28rem;
  background-color: #ffc937;
  border: 1px solid #ffc937;
  border-radius: 0.1rem;
}
.resultbox .rl-btns .btn.btn-line {
  background-color: transparent;
}
.resultbox .rl-btns .btn:not(:first-child) {
  margin: 0.2rem 0 0;
}
.resultbox .rl-btns button {
  font-size: 0.28rem;
  background-color: #ffc937;
  border: 1px solid #ffc937;
  border-radius: 0.1rem;
}
.resultbox .rl-btns button.btn-line {
  background-color: transparent;
}
.resultbox .rl-btns button:not(:first-child) {
  margin: 0.2rem 0 0;
}
.rl-img {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  background: url(../img/repbg.jpg) repeat center / 12px 12px;
  overflow: hidden;
}
.rl-img::after {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0;
}
.rl-img img,
.rl-img video {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.rl-btns {
  margin-top: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.rl-btns .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.6rem;
  background-color: #f2f4f6;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}
.rl-btns .btn:not(:first-child) {
  margin-left: 0.1rem;
}
.rl-btns button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 0.6rem;
  background-color: #f2f4f6;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}
.rl-btns button:not(:first-child) {
  margin-left: 0.1rem;
}
.rl-num {
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.24rem;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0.2rem 0;
}
.imagebgtype {
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.imagebgtype img {
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.longpress {
  margin: 0 auto;
  max-width: 5rem;
  max-height: 7rem;
}
.longpress img,
.longpress video {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 7rem;
  border: 1px solid #ddd;
  box-shadow: 0 0.1rem 0.24rem rgba(0, 0, 0, 0.15);
}
.longpress-tip {
  padding: 0.3rem;
  font-size: 0.26rem;
  text-align: center;
}
/* voice */
.areabox {
  position: relative;
  padding: 0.3rem 0.2rem;
}
.areabox textarea {
  display: block;
  padding: 0.2rem 0.2rem 0.4rem;
  box-sizing: border-box;
  width: 100%;
  height: 3rem;
  font-size: 0.28rem;
  color: #222;
  background-color: #fff;
  border: 1px solid #e3e7ff;
  box-shadow: 0 0.5rem 0.1rem -0.4rem rgba(0, 0, 0, 0.1);
}
.areabox .txtaccount {
  position: absolute;
  right: 0.2rem;
  bottom: 0.35rem;
  padding: 0 0.2rem;
  font-size: 0.24rem;
}
.usbox {
  position: relative;
  padding: 0.7rem 0;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e3e7ff;
  box-shadow: 0 0.5rem 0.1rem -0.4rem rgba(0, 0, 0, 0.1);
}
.usbox img {
  margin: 0 auto 0.3rem;
  width: 1rem;
}
.usbox h3 {
  font-size: 0.36rem;
}
.usbox p {
  font-size: 0.2rem;
  color: #999;
}
.usbox .usfile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 100px;
  opacity: 0;
  z-index: 2;
}
.voice-type {
  position: relative;
  margin-top: 0.3rem;
  font-size: 0.28rem;
}
.voice-type::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
  bottom: 0;
  content: "";
  background-image: -webkit-linear-gradient(left, rgba(238, 245, 255, 0), #eef5ff);
  pointer-events: none;
}
.voice-type ul {
  padding-right: 1rem;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.voice-type li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0.15rem 0.3rem;
  cursor: pointer;
}
.voice-type li.on {
  color: #6d86fc;
  background-color: #fff;
}
.voice-type li.on::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0.05rem;
  content: "";
  background-color: #6d86fc;
}
.voice-selectbox {
  padding: 0.4rem 0.2rem;
  background-color: #fff;
}
.voice-gender {
  margin: 0 auto;
  padding: 0.04rem;
  box-sizing: border-box;
  width: 80%;
  font-size: 0.28rem;
  text-align: center;
  background-color: #ebf2ff;
  border: 1px solid #d8e6ff;
  border-radius: 0.45rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.voice-gender li {
  height: 0.7rem;
  line-height: 0.7rem;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.voice-gender li.on {
  color: #6d86fc;
  background-color: #fff;
  box-shadow: 0 0 0.16rem rgba(109, 134, 252, 0.3);
  border-radius: 0.7rem;
}
.voice-handler {
  margin-top: -0.3rem;
  padding: 0.3rem;
  background-color: #fff;
}
.voice-handler .vh-unit {
  position: relative;
  padding: 0.1rem 0;
  font-size: 0.28rem;
}
.voice-handler .vh-unit input {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.voice-handler .vh-unit em {
  position: absolute;
  right: 0;
  top: 0.1rem;
  font-style: normal;
}
.voice-customer {
  margin-top: 0.3rem;
}
.voice-customer:after {
  display: table;
  content: "";
  clear: both;
}
.voice-customer li {
  float: left;
  position: relative;
  box-sizing: border-box;
  margin: 1%;
  padding: 0.2rem 0.1rem;
  width: 48%;
  font-size: 0.26rem;
  border: 1px solid #d8e6ff;
}
.voice-customer li img {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem !important;
}
.voice-customer li img.ico-play {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  margin-top: -0.25rem;
}
.voice-customer li.on {
  color: #6d86fc;
  background-color: #ebf2ff;
  border-color: #6d86fc;
}
.voice-emotion {
  margin-top: 0.3rem;
}
.voice-emotion:after {
  display: table;
  content: "";
  clear: both;
}
.voice-emotion li {
  float: left;
  position: relative;
  margin: 1%;
  padding: 0 0.84rem 0 0.2rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.26rem;
  border: 1px solid #d8e6ff;
  border-radius: 0.42rem;
}
.voice-emotion li img {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem !important;
}
.voice-emotion li img.ico-play {
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
}
.voice-emotion li.on {
  color: #6d86fc;
  background-color: #ebf2ff;
  border-color: #6d86fc;
}
.btnbox {
  padding: 0.3rem;
}
.recording-handler {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  padding: 0.3rem;
  max-width: 750px;
  font-size: 0.26rem;
  text-align: center;
  z-index: 100;
}
.recording-handler p {
  color: #777;
}
.countdown {
  font-size: 0.64rem;
}
.countdown small {
  font-size: 0.36rem;
}
.btn-record {
  margin: 0 auto;
  width: 1.8rem;
  height: 1.8rem;
  background: #07c160;
  border-radius: 100%;
}
.btn-record img {
  border-radius: 100%;
}
.show-media {
  padding: 0.3rem 0 0;
}
.show-media video,
.show-media audio {
  margin: 0 auto;
  width: 100%;
}
.filetxt {
  padding: 0.3rem;
  font-size: 0.26rem;
  color: #666;
}
.resultlist {
  padding: 0.3rem 0;
}
.resultlist li {
  position: relative;
  margin: 0 0.2rem 0.2rem;
  background-color: #fff;
  border: 1px solid #e3e7ff;
  box-shadow: 0 0.24rem 0.24rem -0.2rem rgba(0, 0, 0, 0.15);
}
.resultlist li h3 {
  position: relative;
  margin-bottom: 0.2rem;
  padding: 0 0 0.1rem;
  font-size: 0.28rem;
  color: #777;
  border-bottom: 1px solid #e3e7ff;
}
.resultlist li h3 em {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 0;
}
.resultlist li h4 {
  font-size: 0.34rem;
}
.resultlist li .rtxt {
  padding: 0.3rem;
}
.resultlist li p {
  font-size: 0.26rem;
  color: #777;
}
.resultlist li em {
  margin-right: 0.3rem;
  font-style: normal;
}
.btnsresult {
  padding: 0.2rem;
  font-size: 0;
}
.btnsresult .btn {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 23%;
  height: 0.64rem;
  font-size: 0.24rem;
  border-radius: 0.1rem;
}
.btnsresult .btn:not(:first-child) {
  margin-left: 2%;
}
.rstatus {
  font-size: bold;
  font-size: 0.28rem;
}
.rstatus.rstatus-1 {
  color: #07c160;
}
.rstatus.rstatus-2 {
  color: #6d86fc;
}
.rstatus.rstatus-3 {
  color: #e60000;
}
.detail-txtbox {
  position: relative;
  margin: 0 0.3rem 0.3rem;
  padding: 0.2rem;
  box-sizing: border-box;
  max-height: 6rem;
  font-size: 0.28rem;
  background-color: #f2f4f6;
  border: 1px solid #ddd;
  overflow: hidden;
  overflow-y: auto;
}
.detail-txtbox::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  border-radius: 6px;
}
.detail-txtbox::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #999;
}
.detail-txtbox img {
  pointer-events: none;
}
.detail-txtbox p {
  pointer-events: none;
  user-select: none;
}
.detail-txtbox p::after {
  position: absolute;
  left: 0;
  right: 0.2rem;
  top: 0;
  bottom: 0;
  background-color: transparent;
  content: "";
}
.detail-txtbox textarea {
  width: 100%!important;
  height: 5.4rem !important;
  font-size: 0.28rem;
}
.privilege-tbbox {
  margin-top: -0.3rem;
  padding: 0.3rem;
  text-align: center;
  box-shadow: 0 0.1rem 0.16rem rgba(239, 178, 146, 0.1);
  border-radius: 0.3rem;
}
.privilege-tbbox .privilege-table th,
.privilege-tbbox .privilege-table td {
  padding: 0.1rem;
  vertical-align: middle;
  border: 1px solid #642607;
}
.privilege-tbbox .privilege-table th {
  font-size: 0.3rem;
  text-align: center;
  color: #642607;
  background-color: #ffe5d8;
}
.privilege-tbbox .privilege-table th em {
  display: block;
  color: #e60000;
}
.privilege-tbbox .privilege-table td {
  font-size: 0.24rem;
  text-align: left;
}
.privilege-tbbox .privilege-table td b {
  color: #e60000;
}
.audbox {
  margin-top: 0.2rem;
}
.audbox audio {
  display: block;
  width: 100%;
}
/* voice-txt */
.searchbox {
  padding: 0.3rem 0.2rem;
}
.searchbox h4 {
  font-size: 0.26rem;
}
.searchbox .search-inpbox {
  position: relative;
}
.searchbox .search-inpbox input {
  display: block;
  box-sizing: border-box;
  padding: 0 0.2rem;
  width: 75%;
  height: 0.9rem;
  font-size: 0.3rem;
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
}
.searchbox .search-inpbox button {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  border: none;
  outline: none;
  background-color: #6d86fc;
}
.searchbox p {
  margin-top: 0.2rem;
  text-align: center;
}
.searchbox p a {
  font-size: 0.26rem;
  color: #000;
  text-decoration: underline;
}
.contact-service {
  font-size: 0.28rem;
  text-align: center;
}
.contact-service a {
  color: #6d86fc;
}
