/*字体设置*/
html {
  font-size: 100px;
}
@media only screen and (min-width: 320px) {
  html {
    font-size: 42.6667px !important;
  }
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 48px !important;
  }
}
@media only screen and (min-width: 375px) {
  html {
    font-size: 50px !important;
  }
}
@media only screen and (min-width: 384px) {
  html {
    font-size: 51.2px !important;
  }
}
@media only screen and (min-width: 400px) {
  html {
    font-size: 53.3333px !important;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 55.2px !important;
  }
}
@media only screen and (min-width: 432px) {
  html {
    font-size: 57.6px !important;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 64px !important;
  }
}
@media only screen and (min-width: 560px) {
  html {
    font-size: 74.6667px !important;
  }
}
html {
  margin: 0;
  padding: 0;
}
html[class*="wzapp"] div.header {
  display: none;
}
body {
  font-size:  0.32rem;
  line-height: 2em;
  max-width: 560px;
  margin: 0 auto;
  background: #f5f5f5;
}
a {
  text-decoration: none;
}
div.header {
  background: #de3031;
  height:  0.88rem;
  color: white;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
}
div.header p.title {
  font-size:  0.42rem;
  line-height:  0.88rem;
  margin:  0;
  padding:  0;
}
div.header a.go-back {
  display: inline-block;
  position: absolute;
  height: 100%;
  width:  0.88rem;
  top: 0;
  left: 0;
  background: no-repeat center / contain url(../img/ico_back.png);
}
input[type="checkbox"] {
  height: 2em;
}
input[type="radio"] {
  display: none;
  height:  1.2em;
  width:  1.2em;
}
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width:  0.4rem;
  height:  0.4rem;
  margin-right:  0.2rem;
  background: center / contain no-repeat url(../img/ico_select_off.png);
}
input[type="radio"]:checked + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  width:  0.4rem;
  height:  0.4rem;
  margin-right:  0.2rem;
  background: center / contain no-repeat url(../img/ico_select_on.png);
}
p {
  margin: 0.4rem 0 0.4rem;
  font-size:  0.3rem;
  line-height:  0.56rem;
}
p.first-line {
  margin-top: 0;
}
p.unauth-first-line {
  margin-top:  0.2rem;
}
p.list-item {
  font-size:  0.32rem;
  line-height:  0.44rem;
  margin:  0.4rem 0;
}
p.error-message {
  margin:  0.8rem 0 2.8rem;
  text-align: center;
}
button {
  padding: 0;
  border: none;
  border-radius: 6px;
  color: white;
  font-size:  0.34rem;
  line-height:  0.48rem;
}
button.left {
  background-color: #bdbdbd;
}
button.red {
  background-color: #de3031;
}
button.middle {
  background-color: #4a90e2;
  margin-left:  0.4rem;
}
button.right {
  background-color: #de3031;
}
button.right.threepl {
  margin-left:  0.4rem;
}
button.right.twopl {
  margin-left:  0.5rem;
}
button.threepl {
  width:  2rem;
  height:  0.8rem;
}
button.twopl {
  width:  3rem;
  height:  0.88rem;
}
button.onepl {
  width: 100%;
  height:  0.88rem;
}
button.small-font {
  font-size:  0.28rem;
}
button.wider {
  width:  4rem;
  height:  0.8rem;
}
button.wide {
  width:  2.4rem;
  height:  0.8rem;
  margin-left:  0.4rem;
}
div.button-container {
  margin:  0 -0.24rem;
  text-align: center;
}
#root {
  width: 100%;
  margin: 0;
  padding:  0.2rem;
}
.emphasis {
  color: red;
}
ul,
ol {
  list-style: none;
  padding: 0;
}
li {
  padding: 0;
  margin: 0;
}
ul.hx-info li {
  padding-left:  0.88rem;
  font-size:  0.32rem;
  line-height:  0.44rem;
}
ul.hx-info li:not(first-child) {
  padding-top:  0.06rem;
}
ul.hx-info {
  margin:  0.4rem auto;
}
ul.hx-info.success {
  background: url(../img/pic_success.png) no-repeat bottom 0.2rem right 0.2rem;
  background-size: 2.56rem 1.78rem;
  margin:  -0.4rem 0;
  padding:  0.4rem 0;
}
figure img {
  max-width: 100%;
  width:  3rem;
  height:  3rem;
  border: 0;
  display: block;
  margin: 0 auto;
}
figcaption {
  margin-top:  0.2rem;
  padding: 0;
  text-align: center;
  font-size:  0.3rem;
  line-height:  0.42rem;
}
textarea {
  width: 100%;
  display: block;
  height:  3rem;
}
textarea + .button-container {
  margin-top:  0.8rem;
}
p.textarea-title {
  margin:  0.8rem 0 0.2rem;
}
div.button-container.mtop-50 {
  margin-top:  1rem;
}
div.button-container.mtop-30 {
  margin-top:  0.6rem;
}
p.waiting {
  font-size:  0.34rem;
  line-height:  0.48rem;
}
div.what-lesson-is {
  margin:  0.2rem 0.26rem 0 0;
  text-align: right;
}
div.what-lesson-is a {
  color: #4990E2;
}
.invalid-auth-err.title {
  font-size: 1.2em;
}
p span.enhanced-text {
  font-weight: bold;
}
span.no-break {
  display: inline-block;
}
.text-box {
  font-size: 0.28rem;
  padding: 0.2rem;
  line-height: 1.5;
}
.my-tel {
  font-size: 0.36rem;
  color: #de3031;
}
.cl-org {
  color: #e34416;
}
.cl-red {
  color: #de3031;
}
.wx-code {
  -webkit-user-select: all;
  user-select: all;
}
.k-row:after {
  display: table;
  clear: both;
  content: "";
}
.k-col {
  float: left;
  box-sizing: border-box;
  min-height: 1px;
}
.k-col--7 {
  width: 29.16666667%;
}
.k-col--17 {
  width: 70.83333333%;
}
.ta-center {
  text-align: center;
}
.my-panel {
  background: #fff;
  font-size: 0.3rem;
  margin: 0 0.2rem;
  margin-bottom: 0.2rem;
  border: 1px solid #eee;
}
.my-panel .my-panel__hd {
  padding: 0.1rem 0.2rem;
  border-bottom: 1px solid #eee;
}
.my-panel .my-panel__bd {
  padding: 0.2rem;
  line-height: 1.5;
}
.box-hxinfo {
  border: 1px solid #eee;
  background: #fff;
  padding: 0.2rem;
}
.hr {
  height: 0.2rem;
}
small,
.small {
  color: #666;
}

