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: #296fc7;
}
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 {
  width: 100%;
  font-size: calc(100vw/750*100);
  line-height: 1.6;
  color: #40444f;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@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: #40444f;
  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;
}
/* url("@{url}menu.png") */
.col-highlight {
  color: #f35b68;
}
.imgfile {
  position: absolute;
  left: -100%;
  opacity: 0;
  visibility: hidden;
}
.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: bottomTxt 0.25s linear both;
  -webkit-animation: bottomTxt 0.25s linear both;
}
@keyframes bottomTxt {
  from {
    transform: translate3d(0, 1rem, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bottomTxt {
  from {
    transform: translate3d(0, 1rem, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bottomIn {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes bottomIn {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.wrap {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 750px;
  font-size: 0.28rem;
  background-color: #f8fbfc;
}
.main {
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 750px;
  position: relative;
}
.ft {
  padding: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  background-color: #fff;
}
.btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 0.9rem;
  line-height: 0.9rem;
  font-size: 0.3rem;
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  background-color: #f60;
  box-shadow: 0 6px 10px -4px rgba(255, 102, 0, 0.35);
  border-radius: 0.45rem;
  cursor: pointer;
}
.btn .iconfont {
  margin-right: 0.1rem;
  font-size: 0.3rem;
}
.btn.btn-line {
  color: #f60;
  background: #fff;
  border: 1px solid #f60;
  box-shadow: 0 6px 10px -4px rgba(255, 102, 0, 0.35);
}
.btn:hover {
  filter: brightness(110%);
}
.btn:active {
  transform: scale(0.96);
}
.popbtn {
  margin-top: 0.6rem;
}
.popbtn .btn {
  margin: 0 auto;
  width: 64%;
}
.popbtns {
  margin-top: 0.6rem;
  text-align: center;
}
.popbtns .btn {
  display: inline-block;
  vertical-align: middle;
  width: 46%;
}
.popbtns .btn:nth-child(2) {
  margin-left: 5%;
}
.pop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
.popmain {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.8rem 0.3rem 0.4rem;
  width: 100%;
  max-width: 750px;
  font-size: 0.28rem;
  background-color: #fff;
  border-top: 0.06rem solid #f60;
  animation: bottomIn 0.3s 0.2s linear both;
}
.popmain.select-optbox {
  padding: 0;
}
.popmain.select-optbox .pop-tit {
  padding: 0.3rem;
}
.popmain.select-optbox .pop-tit h2 {
  font-size: 0.28rem;
  font-weight: normal;
  color: #777;
}
.popmain.select-optbox .select-cancel {
  box-sizing: border-box;
  width: 100%;
  height: 1.2rem;
  font-size: 0.28rem;
  text-align: center;
  color: #999;
  border-top: 0.2rem solid #f2f4f6;
}
.pop-close {
  position: absolute;
  right: 0.2rem;
  top: -1px;
  font-size: 0.36rem;
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
  color: #fff;
  text-align: center;
  background-color: #f60;
  cursor: pointer;
}
.pop-tit {
  margin-bottom: 0.3rem;
}
.pop-tit h2 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #222;
}
.poplist li {
  position: relative;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
}
.poplist li:not(:first-child)::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  content: "";
  background-color: #ddd;
  transform: scaleY(0.5);
  transform-origin: center top;
}
.poplist li:active {
  background-color: #f2f4f6;
}
.banner {
  position: relative;
  height: 3rem;
  background: url("../img/banner.jpg") no-repeat center bottom / cover;
  z-index: 100;
}
.banner .theme {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  color: #222;
}
.banner .theme p {
  margin-top: -0.2rem;
  padding-left: 0.65rem;
  line-height: 1.8;
}
@media only screen and (min-width: 750px) {
  .banner {
    height: 3.6rem;
  }
  .banner .theme p {
    padding-left: 1rem;
  }
}
.banner .uploadbox {
  margin: 0 auto;
  padding: 0.6rem 0.3rem;
  box-sizing: border-box;
  width: 80%;
  font-size: 0.26rem;
  text-align: center;
  background-color: #fff;
  border: 2px dashed #40444f;
  border-radius: 0.2rem;
  cursor: pointer;
}
.banner .uploadbox img {
  display: block;
  margin: 0 auto 0.2rem;
  width: 0.7rem;
}
.banner .uploadbox p {
  opacity: 0.75;
}
.banner .panda {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2.5rem;
}
.banner .stepbox-2 {
  box-sizing: border-box;
  padding: 0.2rem;
  height: 100%;
}
.banner .stepbox-2 .imagebox {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  width: 6.2rem;
  height: 6.2rem;
  background: #fff url("../img/repbg.jpg") repeat center;
  border: 0.2rem solid #ffffff;
}
.banner .stepbox-2 .imagebox .imagecrop {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.banner .stepbox-2 .imagebox .imagecrop img {
  margin: 0 auto;
  width: auto;
  max-width: 100%!important;
  max-height: 100%!important;
  align-items: center;
}
.banner .stepbox-2 .imagebox .imageinfo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem 0.2rem;
  font-size: 0.24rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .stepbox-2 .imagebtns {
  margin: 0.1rem auto 0;
  width: 6.3rem;
  text-align: center;
}
.banner .stepbox-2 .imagebtns button {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  height: 0.7rem;
  font-size: 0.28rem;
  color: #1e91c8;
  background-color: rgba(30, 145, 200, 0.15);
  border-radius: 0.35rem;
  cursor: pointer;
}
.banner .stepbox-2 .imagebtns button:nth-child(2) {
  margin-left: 2%;
}
.ubox {
  position: relative;
  padding: 0.3rem 0.2rem;
  font-size: 0.3rem;
  background-color: #fff;
}
.ubox.ubox-what {
  padding: 1.2rem 0.4rem;
  color: #fff;
  background: url('../img/why_bg.jpg') no-repeat center / cover;
}
.ubox.ubox-what::before {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url('../img/quote_left.png') no-repeat center / cover;
}
.ubox.ubox-what::after {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url('../img/quote_right.png') no-repeat center / cover;
}
.ubox.ubox-how {
  padding-bottom: 0.6rem;
}
.ubox.ubox-comment {
  background-color: #f8fbfc;
  background-image: -webkit-linear-gradient(top, #dcebf1, #f8fbfc);
}
.ubox.ubox-comment::after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.6rem;
  content: "";
  background: url('../img/grass.png') no-repeat center / cover;
}
.tit {
  margin-bottom: 0.3rem;
  text-align: center;
}
.tit h2 {
  font-size: 0.45rem;
}
.desc {
  line-height: 1.7;
  text-align: justify;
}
.desc p {
  padding: 0.1rem 0;
  text-indent: 2em;
}
.desc em {
  margin: 0 0.05rem;
  font-style: normal;
  color: #07c160;
}
.desc h5 {
  font-size: 0.36rem;
  color: #f60;
  text-align: center;
}
.icolist {
  text-align: center;
}
.icolist li {
  margin-top: 0.7rem;
  padding: 0 0.3rem;
}
.icolist img {
  margin: 0 auto 0.2rem;
  width: 1.2rem;
}
.icolist h3 {
  margin-bottom: 0.2rem;
  font-weight: bold;
  font-size: 0.3rem;
}
.icolist p {
  font-size: 0.28rem;
  text-align: justify;
}
.ratingbox {
  padding: 0.3rem 0;
}
.rating {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80%;
}
.rating .rate-num {
  position: absolute;
  left: 100%;
  top: 0.5rem;
  margin-left: -0.4rem;
  width: 1rem;
  white-space: nowrap;
  font-size: 0.2rem;
  text-align: center;
  color: #f60;
}
.ratebar {
  width: 100%;
  height: 0.3rem;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: -webkit-linear-gradient(left, #ffd9bf, #f60) no-repeat #ecf1f8;
  border-radius: 0.1rem;
}
.ratebar::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  border: 2px solid #f60;
  border-radius: 100%;
}
.descp {
  position: absolute;
  left: 50%;
  bottom: -1.5em;
  transform: translateX(-50%);
  font-size: 0.22rem;
  line-height: 1;
  color: #777;
  pointer-events: none;
}
.selectpop {
  margin: 0.3rem auto -0.2rem;
  width: 80%;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  color: #296fc7;
  cursor: pointer;
  background-color: #e3edf1;
  border-radius: 0.4rem;
}
.handerbox {
  position: relative;
  padding: 0.2rem 0.2rem 0.6rem;
  font-size: 0.28rem;
  box-sizing: border-box;
  background-color: #f8fbfc;
  background-image: -webkit-linear-gradient(top, #dcebf1, #f8fbfc);
  z-index: 101;
}
.handerbox h2 {
  margin-bottom: 0.2rem;
  font-size: 0.3rem;
  text-align: center;
}
.uploadbtnbox {
  position: relative;
  padding: 0.3rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.1);
}
.handler-unit {
  position: relative;
  padding: 0.3rem 0 0.6rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.handler-unit.handler-unit-disable::after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: transparent;
  z-index: 100;
}
.handler-unit h3 {
  margin: 0 0.2rem 0.3rem;
  padding: 0.1rem 0.2rem;
  font-weight: bold;
  height: 0.4rem;
  line-height: 0.4rem;
  background-color: #f2f4f6;
}
.handler-unit .handler-result {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
}
.handler-unit .handler-result strong {
  font-size: 0.3rem;
  font-weight: normal;
  color: #f60;
}
.handler-unit .handler-result img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1rem;
  width: 0.4rem;
}
.handler-unit .tip {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #777;
  text-align: center;
}
.handler-btn {
  position: relative;
  padding: 0.3rem;
  font-size: 0.28rem;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.1);
}
.handler-btn em {
  font-style: normal;
  color: #f60;
}
.handler-btn .btn {
  margin: 0 auto;
  width: 70%;
}
.handlertab {
  position: relative;
  z-index: 2;
}
.handlertab li {
  float: left;
  position: relative;
  width: 25%;
  height: 0.8rem;
  line-height: 0.8rem;
  font-size: 0.32rem;
  color: #111;
  text-align: center;
  cursor: pointer;
}
.handlertab li em {
  position: absolute;
  left: 0.1rem;
  top: -0.4rem;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  height: 0.36rem;
  line-height: 0.36rem;
  font-style: normal;
  color: #fff;
  background-color: #f60;
  border-radius: 0.1rem 0.1rem 0.1rem 0;
  animation: float 0.4s linear both alternate infinite;
}
.handlertab li em::after {
  position: absolute;
  left: 0;
  bottom: -0.08rem;
  width: 0;
  height: 0;
  content: "";
  border-width: 0.16rem;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #f60;
}
.handlertab li.on {
  color: #f60;
  background-color: #fff;
  border-radius: 0.2rem 0.2rem 0 0;
}
.handlertab:after {
  display: table;
  content: "";
  clear: both;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0.1rem);
  }
}
.kbhandlerinput {
  margin-top: 0.3rem;
  text-align: center;
}
.kbhandlerinput input {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 0 0.1rem;
  padding: 0 0.2rem;
  width: 1.6rem;
  height: 0.7rem;
  font-size: 0.32rem;
  background-color: #f6fafb;
  border: 1px solid #75c1e2;
}
.kbhandlerinput em {
  font-style: normal;
  color: #f60;
}
.tab {
  font-size: 0.28rem;
  text-align: center;
}
.tab:after {
  display: table;
  content: "";
  clear: both;
}
.tab li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0 0.4rem;
  box-sizing: border-box;
  width: 28%;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #788990;
  border-radius: 0.35rem;
  background-color: #e3edf1;
  cursor: pointer;
}
.tab li.on {
  color: #f60;
  background-color: #ffd9bf;
}
.radiolist {
  padding: 0.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.radiolist li {
  position: relative;
  text-align: center;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.radiolist li::before {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1rem;
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  content: "";
  border-radius: 100%;
  border: 1px solid #aaa;
}
.radiolist li.on::before {
  background-color: #f60;
  border-color: #f60;
  box-shadow: inset 0 0 0 2px #fff;
}
.radiolist.radiolist2 {
  display: block;
  text-align: justify;
}
.radiolist.radiolist2:after {
  display: table;
  content: "";
  clear: both;
}
.radiolist.radiolist2 li {
  float: left;
  box-sizing: border-box;
  padding: 0.1rem 0.2rem;
  width: 33.33%;
  text-align: left;
}
.radiolist.radiolist2 li.on {
  color: #0096ff;
}
.cutbox {
  text-align: center;
}
.cutbox .cutinput {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1%;
  width: 45%;
}
.cutbox .cutinp {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70%;
}
.cutbox .cutinp input {
  box-sizing: border-box;
  padding: 0 0.2rem;
  width: 100%;
  height: 0.7rem;
  font-size: 0.3rem;
  color: #000;
  background-color: #f6fafb;
  border: 1px solid #75c1e2;
}
.cutbox .cutinp .inpunit {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0.2rem;
  font-size: 0.24rem;
  line-height: 0.7rem;
  color: #777;
}
.cutbox p {
  margin-top: 0.2rem;
  font-size: 0.24rem;
}
.cutbox.cutbox-h h2 {
  padding-left: 1em;
  font-size: 0.32rem;
  font-weight: bold;
  color: #222;
  text-align: left;
}
.cutbox.cutbox-h .tip {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1%;
  width: 45%;
  text-align: left;
}
.manulcuthandler {
  margin-top: -0.3rem;
  padding-bottom: 0.3rem;
}
.selectbox {
  margin: 0.1rem auto -0.2rem;
  width: 70%;
}
.selectbox select {
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
  width: 100%;
  font-size: 0.28rem;
  color: #222;
  background: #fff;
}
.selectbox select option {
  font-size: 0.28rem;
}
.example-cont .example-unit {
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  text-align: center;
  background-color: #e3edf1;
}
.example-cont .example-unit .ebox {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.26rem;
}
.example-cont .example-unit .ebox img {
  display: block;
  margin: 0 auto 0.1rem;
  width: 2rem;
  border: 5px solid #fff;
}
.example-cont .example-unit .ebox b {
  margin-left: 0.1rem;
  color: #e60000;
}
.example-cont .example-unit em {
  display: inline-block;
  margin: 0 0.3rem;
  font-size: 0.5rem;
  line-height: 1.4;
}
.example-cont .example-unit em small {
  display: block;
  font-size: 0.3rem;
  font-style: normal;
  color: #e60000;
}
.example-cont .example-flist {
  padding-top: 0.2rem;
  font-size: 0;
  white-space: nowrap;
}
.example-cont .example-flist li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.1rem;
  width: 20%;
  font-size: 0.24rem;
}
.example-cont .example-flist img {
  display: block;
  border: 0.06rem solid #fff;
}
.example-imglist {
  padding-top: 0.2rem;
  font-size: 0;
  white-space: nowrap;
}
.example-imglist li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0.1rem;
  width: 16.6%;
  font-size: 0.24rem;
}
.example-imglist img {
  display: block;
}
.example-scene {
  position: relative;
  padding: 0.2rem 0.2rem 0.2rem 2.2rem;
  height: 2.5rem;
  background-color: #e3edf1;
}
.example-scene img {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  width: 1.8rem;
}
.example-scene h3 {
  font-size: 0.5rem;
}
.example-scene p {
  font-size: 0.3rem;
}
.commentbox {
  position: relative;
  box-sizing: border-box;
  user-select: none;
}
.commentbox::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1rem;
  content: "";
  background-image: -webkit-linear-gradient(top, rgba(248, 251, 252, 0), #f8fbfc);
}
.commentbox .comment-scroll {
  position: relative;
  height: 6rem;
  overflow: hidden;
}
.commentbox .avatar {
  position: absolute;
  left: 0;
  top: 0.15rem;
  width: 0.8rem;
}
.commentbox .comment-txt {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  max-width: 90%;
  min-width: 50%;
  font-size: 0.26rem;
  line-height: 1.4;
  text-align: left;
  text-align: justify;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.12rem rgba(0, 0, 0, 0.1);
}
.commentbox .comment-txt::after {
  position: absolute;
  left: -0.2rem;
  top: 0;
  width: 0;
  height: 0;
  line-height: 0;
  content: "";
  border-width: 0.4rem;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
}
.commentbox .comment-txt .comment-time {
  margin-top: 0.2rem;
  font-size: 0.24rem;
  color: #999;
}
.commentbox .comment-txt .comment-time em {
  margin-right: 0.2rem;
  font-style: normal;
  color: #f60;
}
.commentbox ul {
  position: relative;
  font-size: 0.28rem;
  line-height: 0.5rem;
}
.commentbox ul.ani {
  animation: commentList 60s linear infinite both;
}
.commentbox ul li {
  position: relative;
  padding: 0.15rem 0.2rem 0.15rem 1.2rem;
}
.commentbox ul li:nth-child(even) {
  padding: 0.15rem 1.2rem 0.15rem 0.2rem;
  text-align: right;
}
.commentbox ul li:nth-child(even) .avatar {
  left: auto;
  right: 0;
}
.commentbox ul li:nth-child(even) .comment-txt::after {
  left: auto;
  right: -0.2rem;
}
.commentbox ul li:nth-child(even) .comment-txt .comment-time {
  text-align: right;
}
@keyframes commentList {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.pop-crop .popmain {
  padding: 0.3rem;
}
.pop-crop .pop-tit {
  margin-bottom: 0.2rem;
  text-align: center;
}
.pop-cropbox {
  position: relative;
  margin: 0 auto 0.3rem;
  width: 5rem;
  height: 5rem;
}
.pop-cropbox .pop-cropimage {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pop-cropbox .pop-cropimage img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  align-items: center;
}
.pop-cropbox .pop-croptutor {
  position: absolute;
  left: 0;
  bottom: 104%;
  right: 0;
  box-sizing: border-box;
  padding: 0.2rem;
  font-size: 0.26rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0.3rem;
  z-index: 10;
}
.pop-cropbox .pop-croptutor dt {
  font-size: 0.28rem;
}
.pop-cropbox .pop-croptutor .btn {
  margin: 0.6rem auto 0;
  width: 75%;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.28rem;
  color: #333;
  background-color: #fff;
}
.pop-cropbox .pop-croptutor::after {
  position: absolute;
  right: 0.5rem;
  bottom: -0.4rem;
  width: 0;
  height: 0;
  line-height: 0;
  content: "";
  border-width: 0.2rem;
  border-style: solid dashed dashed;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent;
}
.pop-cropbox .pop-croptutor-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.3rem;
  font-size: 0.28rem;
  line-height: 1;
  color: #fff;
}
@keyframes cropAni {
  0% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(6deg);
  }
}
.preview-pop {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding-top: 0.5rem;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1001;
}
.preview-pop .previewpop-info {
  padding: 0.3rem 0;
  font-size: 0;
  text-align: center;
}
.preview-pop .previewpop-info li {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 45%;
  font-size: 0.26rem;
  color: #fff;
}
.preview-pop .manulpop-img {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  max-height: 86%;
  overflow-y: auto;
}
.preview-pop .manulpop-img img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.preview-pop .previewpop-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.3rem;
  font-size: 0.36rem;
  color: #fff;
  line-height: 1;
  z-index: 100;
}
#payClose {
  display: none;
}
.payboxfixed {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000;
}
.payboxfixed .paybox {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border-radius: 0;
}
.payboxfixed #payClose {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.1rem;
  font-size: 0.6rem;
  line-height: 1;
  color: #999;
  display: block;
}
.paybtnfixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.3rem;
  z-index: 200;
}
.paybtnfixed .obtainbox {
  position: static;
}
.payobtain {
  margin-bottom: 0.3rem;
  padding: 0.3rem 0.1rem 0.3rem 1.3rem;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.payobtain img {
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  width: 0.8rem;
}
.payobtain h3 {
  font-size: 0.32rem;
  color: #222;
}
.payobtain p {
  font-size: 0.26rem;
  color: #999;
  white-space: nowrap;
}
.payobtain p em {
  font-style: normal;
  color: #000;
  margin-right: 0.25rem;
}
.paypromise {
  margin: 0 0.3rem 0.3rem;
  padding: 0.2rem;
  font-size: 0.28rem;
  color: #f60;
  background-color: #fff;
  border: 1px dashed #f60;
  border-radius: 0.2rem;
}
.paypromise h4 {
  font-size: 0.28rem;
  font-weight: bold;
}
.promisetxt {
  margin-bottom: 0.3rem;
  text-align: center;
}
.promisetxt p {
  padding: 0 0.2rem;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background-color: #e60000;
  border-radius: 0.1rem;
}
.pricebox {
  width: 60%;
  margin: 0.3rem auto 0;
  padding: 0.3rem 0;
  border: 1px solid #ff4e4f;
  background-color: #fff6f6;
  border-radius: 0.2rem;
}
.pricebox .price-desc {
  margin-bottom: 0.3rem;
}
.pricebox .price-desc h4 {
  font-weight: bold;
}
.pricebox .price-desc p {
  font-size: 0.26rem;
}
.pricebox .price {
  padding-bottom: 0;
}
.pricebox .buyperson {
  color: #999;
}
.normalsize-listbox {
  position: relative;
  max-height: 9rem;
  overflow: hidden;
  overflow-y: auto;
}
.ns-list:after {
  display: table;
  content: "";
  clear: both;
}
.ns-list dt {
  padding-top: 0.1rem;
  color: #f60;
  clear: both;
}
.ns-list dd {
  float: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1%;
  padding: 0.1rem 0.2rem;
  width: 31.33%;
  min-height: 0.9rem;
  font-size: 0.24rem;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 0.1rem;
}
.ns-list dd.on {
  background-color: #f60;
  border-color: #f60;
}
.ns-list dd.on h4,
.ns-list dd.on p {
  color: #fff;
}
.ns-list h4 {
  color: #000;
  white-space: nowrap;
}
.ns-list p {
  margin-top: 0.1rem;
  font-size: 0.2rem;
  color: #999;
}
.formatradio-tit {
  position: relative;
  margin: 0 0.3rem -0.1rem;
  padding-left: 0.2rem;
}
.formatradio-tit::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  content: "";
  background-color: #eee;
}
.formatradio-tit em {
  position: relative;
  padding: 0 0.2rem;
  font-style: normal;
  color: #000;
  background-color: #fff;
  z-index: 1;
}
