:root {
  --search-height: 1.1rem;
  --menu-height: 1rem;
  --boxshadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.075);
  --sitecolor: #5076f5;
  --bgcolor: #f5f6fa;
  --col-red: #e60000;
  --col-org: #f60;
  --col-yellow: #ffc937;
  --col-pink: #ff6c93;
  --col-green: #07c160;
}
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: var(--bgcolor);
}
@media only screen and (min-width: 750px) {
  html,
  body {
    max-width: 750px;
    font-size: 75px;
    outline: 1px solid #ddd;
  }
}
.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;
}
.hide {
  display: none;
}
#content,
.wp {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  font-size: 0.3rem;
}
#content.wp-fixedbot,
.wp.wp-fixedbot {
  padding-bottom: 1.7rem;
}
#content.wp-white,
.wp.wp-white {
  background-color: #fff;
}
.menu {
  position: fixed;
  bottom: 0;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  max-width: 750px;
  width: 100%;
  height: 1rem;
  background-color: #fff;
  border-top: 1px solid #eee;
  z-index: 100;
}
.menu li {
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: 0.2rem;
  user-select: none;
}
.menu li a {
  display: block;
  box-sizing: border-box;
  padding-top: 0.16rem;
  height: 100%;
  color: #666;
}
.menu li.on a {
  color: var(--sitecolor);
}
.menu li.on img {
  filter: none;
}
.menu img {
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  filter: grayscale();
}
.main {
  position: relative;
}
.btn {
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 0.9rem;
  font-size: 0.3rem;
  text-align: center;
  color: #fff;
  background-color: var(--sitecolor);
  border-radius: 0.45rem;
  cursor: pointer;
}
.btn.btn-pay {
  background-color: var(--col-green);
}
.btn.btn-del {
  background-color: #e60000;
}
.btn.btn-grey {
  color: #333;
  background-color: var(--bgcolor);
  border: 1px solid #ddd;
}
.btn.btn-pink {
  background-color: var(--col-pink);
}
.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: var(--col-yellow);
  border-radius: 0.1rem;
}
.btn.btn-line {
  color: var(--sitecolor);
  background: #fff;
  border: 1px solid var(--sitecolor);
}
.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;
}
.tab li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.24rem;
  color: #333;
  background-color: #dce4fd;
  border-radius: 0.12rem;
  cursor: pointer;
  user-select: none;
}
.tab li:not(:first-child) {
  margin-left: 0.2rem;
}
.tab li.on {
  color: #fff;
  background-color: var(--sitecolor);
}
.fixedbtn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
  box-sizing: border-box;
  padding: 0.6rem 0.3rem;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixedbtn .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fixedbtn .btn:nth-child(2) {
  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: var(--sitecolor);
}
.search {
  position: fixed;
  top: 0;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0.2rem;
  max-width: 750px;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}
.searchbox {
  position: relative;
  padding: 0 1.4rem 0 0.3rem;
  background-color: #fff;
  border-radius: 0.35rem;
}
.searchbox input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 0.7rem;
  font-size: 0.28rem;
  color: #333;
}
.searchbox button {
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
  height: 0.7rem;
  background: url(../img/search.png) no-repeat center / 0.4rem 0.4rem;
  font-size: 0;
  text-indent: -500%;
  border: none;
  outline: none;
  overflow: hidden;
}
.ordersearch {
  position: relative;
  margin-top: 0.6rem;
  padding: 0.5rem 0.2rem;
  text-align: center;
}
.ordersearch::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: #ddd;
  background-image: -webkit-linear-gradient(left, var(--bgcolor), #ddd 10%, #ddd 90%, var(--bgcolor));
}
.ordersearch::after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0.2rem;
  height: 0.2rem;
  margin: -0.1rem 0 0 -0.1rem;
  box-sizing: border-box;
  content: "";
  background-color: #ddd;
  border: 3px solid var(--bgcolor);
  border-radius: 100%;
}
.ordersearch h3 {
  margin-bottom: 0.3rem;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
}
.ordersearch .os-inp {
  position: relative;
  box-sizing: border-box;
  padding: 0 1.8rem 0 0.3rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.35rem;
}
.ordersearch .os-inp input {
  display: block;
  width: 100%;
  height: 0.7rem;
  font-size: 0.28rem;
  color: #000;
}
.ordersearch .os-inp .btn {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  width: 1.6rem;
  height: 0.72rem;
  font-size: 0.28rem;
}
.ordersearch .os-methor {
  display: inline-block;
  vertical-align: middle;
  padding: 0.2rem;
  font-size: 0.26rem;
  color: var(--sitecolor);
  text-decoration: underline;
  cursor: pointer;
}
.none {
  padding: 0.6rem 0 0.3rem;
}
.none img {
  margin: 0 auto;
  width: 3.6rem;
}
.none p {
  font-size: 0.28rem;
  text-align: center;
}
.none .btn {
  margin: 0.3rem auto 0;
  width: 3.6rem;
  height: 0.9rem;
  line-height: 0.9rem;
}
.test-finish {
  padding: 0.6rem 0 0.3rem;
  text-align: center;
}
.test-finish img {
  margin: 0 auto;
  width: 4rem;
}
.test-finish h3 {
  font-size: 0.4rem;
  color: var(--col-green);
}
.test-finish p {
  font-size: 0.3rem;
}
.test-finish .btn {
  margin: 0.3rem auto 0;
  width: 3.6rem;
  height: 0.9rem;
  line-height: 0.9rem;
}
.unitbox {
  padding: 0.2rem;
}
.tit {
  margin-bottom: 0.3rem;
  padding-left: 0.2rem;
  line-height: 1.2;
  border-left: 0.1rem solid var(--sitecolor);
}
.tit h2 {
  font-size: 0.32rem;
  font-weight: bold;
}
.list-v::after {
  display: table;
  content: "";
  clear: both;
}
.list-v li {
  float: left;
  position: relative;
  margin: 0 0 3%;
  padding: 0.2rem;
  box-sizing: border-box;
  width: 48.5%;
  background-color: #fff;
  box-shadow: var(--boxshadow);
  border-radius: 0.15rem;
  overflow: hidden;
}
.list-v li:nth-child(even) {
  margin-left: 3%;
}
.list-v li h3 {
  font-size: 0.3rem;
  font-weight: bold;
}
.list-v li p {
  font-size: 0.22rem;
  line-height: 0.5rem;
  color: #777e95;
}
.list-v li a {
  position: absolute;
  right: 0.2rem;
  bottom: 0.2rem;
  padding: 0 0.2rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.2rem;
  color: var(--sitecolor);
  background-color: #dce4fd;
  border-radius: 0.25rem;
}
.list-v .listimg {
  position: relative;
  margin: -0.2rem -0.2rem 0.1rem;
  height: 1.8rem;
}
.list-v .listimg img {
  width: 100%;
  height: 100%;
}
.list-h {
  background-color: #fff;
  box-shadow: var(--boxshadow);
  border-radius: 0.15rem;
  overflow: hidden;
}
.list-h li {
  position: relative;
  padding: 0.2rem 2rem 0.2rem 0.2rem;
  height: 1.6rem;
}
.list-h li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.list-h li .h-t {
  display: block;
  margin-bottom: 0.05rem;
  font-size: 0.28rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-h li .h-p {
  display: block;
  font-size: 0.24rem;
  line-height: 1.2;
  color: #777e95;
}
.list-h li .h-s {
  position: absolute;
  left: 0.2rem;
  bottom: 0.1rem;
  font-size: 0.22rem;
  line-height: 0.4rem;
  color: #333;
}
.list-h li .h-s b {
  margin-right: 0.1rem;
  font-size: 0.32rem;
  color: var(--col-org);
}
.list-h li .h-s b small {
  font-weight: normal;
}
.list-h .listimg {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
}
.list-h .listimg img {
  width: 100%;
  height: 100%;
}
.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;
}
.pop-main {
  position: absolute;
  left: 0.3rem;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 750px;
  max-height: 90%;
  box-sizing: border-box;
  font-size: 0.3rem;
  background-color: #fff;
  border-radius: 0.4rem;
  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;
}
.popcontent {
  padding: 0.6rem 0.3rem;
}
.poptit {
  margin: 0 0 0.4rem;
  font-size: 0.26rem;
  line-height: 1.1;
  color: #999;
}
.poptext {
  padding: 0.3rem 0;
  max-height: 6rem;
  font-size: 0.3rem;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
}
.poptext p {
  display: inline-block;
  vertical-align: middle;
}
.pop-btn {
  margin-top: 0.5rem;
}
.popbtns {
  display: flex;
  width: 100%;
  border-top: 1px solid #ddd;
}
.popbtns button {
  display: block;
  flex: 1;
  width: 100%;
  height: 0.9rem;
  font-size: 0.3rem;
  background-color: #f2f4f6;
  border-radius: 0 0 0.3rem 0.3rem;
}
.popbtns button:not(:first-child) {
  border-left: 1px solid #ddd;
  color: #fff;
  background-color: var(--sitecolor);
  border-radius: 0 0 0.3rem 0;
}
.popbtns button:active {
  opacity: 0.9;
}
.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;
}
.pop-iframe .popclose {
  top: -0.9rem;
  background: url(../img/close_white.png) no-repeat center / cover;
}
.common_loading {
  position: fixed;
  top: 0;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  height: 100%;
  font-size: 0.3rem;
  background-color: #f2f4f6;
  z-index: 10000;
}
.common_loading .commonloadingbox {
  padding-top: 2rem;
}
.common_loading .commonloadingbox img {
  margin: 0 auto 0.3rem;
  width: 2.4rem;
  border-radius: 100%;
}
.common_loading .commonloadingbox p {
  text-align: center;
}
.loadbox {
  --imgwidth: 1.2rem;
  margin: 0 auto;
  padding: 0.6rem 0;
  font-size: 0.3rem;
  text-align: center;
}
.loadbox .load-theme {
  position: relative;
  margin: 0 auto 0.3rem;
  width: var(--imgwidth);
  height: var(--imgwidth);
  background: url(../img/loading_img.png) no-repeat left top / auto 100%;
}
.loadbox .load-theme .loading-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  background: url(../img/loading_img.png) no-repeat right bottom / auto var(--imgwidth);
  animation: logoHeight 2s linear both infinite;
}
.loadbox .load-txt h4 {
  font-size: 0.32rem;
}
.loadbox .load-txt p {
  font-size: 0.26rem;
  color: #777;
}
@keyframes logoHeight {
  0% {
    height: 0;
  }
  50%,
  100% {
    height: 100%;
  }
}
.res-bottom {
  padding-top: 1rem;
  padding-bottom: 2.5rem;
  background: url(../img/result_botbg.png) no-repeat center bottom / 100% auto;
  background-color: var(--bgcolor);
}
.res-bottom p {
  margin-bottom: 0.3rem;
  text-align: center;
}
.res-bottom p b {
  color: var(--col-green);
}
.res-bottom img {
  margin: 0 auto;
  width: 2.7rem;
  border: 1px solid #aaa;
}
.modradiobox .modradio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.05rem;
  box-sizing: border-box;
  padding: 0.1rem;
  width: 0.5rem;
  height: 0.5rem;
}
.modradiobox .modradio::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 100%;
}
.modradiobox.on {
  color: var(--sitecolor);
}
.modradiobox.on .modradio::before {
  border: none;
}
.modradiobox.on .modradio::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background: url(../img/checked.png) no-repeat center / cover;
}
.pop-selectlist {
  padding: 0.1rem 0.2rem 0.3rem;
}
.pop-selectlist h4 {
  margin-bottom: 0.3rem;
  font-size: 0.24rem;
  color: #999;
}
.pop-selectlist li {
  padding: 0 0.1rem;
  font-size: 0.28rem;
  line-height: 0.9rem;
  border-top: 1px solid #ddd;
}
.authorright {
  padding: 0.1rem 0;
  font-size: 0.24rem;
  text-align: center;
  color: #000;
  background-color: var(--bgcolor);
}
.authorright::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2rem;
  width: 1rem;
  height: 1px;
  content: "";
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.authorright::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.2rem;
  width: 1rem;
  height: 1px;
  content: "";
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.copyrightft {
  position: relative;
  margin-top: -2.4rem;
  font-size: 0.26rem;
  text-align: center;
  color: #000;
  z-index: 2;
}
.btn-share {
  position: fixed;
  left: 0.8rem;
  right: 0.8rem;
  bottom: 0.2rem;
  margin: 0 auto;
  max-width: 600px;
  height: 0.9rem;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  background-color: #07c160;
  border: none;
  outline: none;
  border-radius: 0.7rem;
  cursor: pointer;
  z-index: 900;
}
.btn-share:active {
  transform: scale(0.96);
}
.pop-share-tutor {
  padding: 0 0.3rem 0.6rem;
}
.pop-share-tutor img {
  display: inline-block;
  vertical-align: middle;
  width: 1rem;
}
