﻿@charset "UTF-8";
/*变量，开始{*/
/*}结束，变量*/
/*导入外部scss，开始{*/
/*样式重置，开始{*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, figure, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #5a5a5a;
  cursor: pointer;
  outline: none; }

a:hover {
  text-decoration: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

img {
  vertical-align: top; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  outline: none; }

button {
  padding: 0;
  margin: 0;
  border: none; }

/*清除点击阴影*/
a, input, button {
  -webkit-tap-highlight-color: transparent; }

/*清除按钮圆角*/
input, button {
  -webkit-appearance: none;
  border-radius: 0; }

i {
  font-style: normal; }

/*
html, body {
  height: 100%;
  font-size: 14px;
  font-family: "NotoSnsHans DemLight", "微软雅黑", "AppleGothic";
}
*/
body * {
  /*禁止文字缩放*/
  -webkit-text-size-adjust: 100%;
  /*选中文字设置，none禁止选中文字,安卓端不生效*/ }

/*有时，字体并不能在所有设备上都达到最佳的显示，所以可以让设备浏览器来帮助你：*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html, body {
  height: 100%;
  font-size: 0.2963rem;
  /*手机端默认字体设置,其它字体设置了也不会有*/
  font-family: "微软雅黑", Helvetica; }

/*}结束，样式重置*/
/*清除浮动*/
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ''; }

.page {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #ffffff; }

/*技巧总结
备忘
@for $i from 1 through 4
            th:nth-child($i)

*/
/*
给前几个元素写样式
调用方式：
@include eq(".licong",5){
  display: none;
}
*/
/*当 <a> 元素没有文本值，但 href 属性有链接的时候显示链接：
a[href^="http"]:empty::before {
            content: attr(href);
        }
*/
/*强制不换行*/
/*强制换行*/
/*多行文本溢出隐藏*/
/*单行文本溢出隐藏*/
/*设置单一边框，排除最后一个元素*/
/*前后追加内容,如果需要排除最后一个，需要使用:not伪类*/
/*子元素水平、垂直居中*/
/*设置placeholder颜色默认值*/
.grayColor {
  color: #afb0b0; }

.greenColor {
  color: #39ac6a; }

.header {
  height: 1.15741rem;
  line-height: 1.15741rem;
  border-bottom: 1px solid #dadada;
  position: relative;
  margin-bottom: 0.27778rem;
  z-index: 100;
  overflow: hidden;
  background: #38c79a; }
  .header .headTextLink {
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    width: 1.57407rem;
    text-align: center;
    font-size: 0.40741rem; }

.backBtn {
  height: 1.15741rem;
  width: 1.15741rem;
  background: url("../images/return.png") center no-repeat;
  background-size: 0.64815rem;
  display: block;
  position: absolute;
  left: 0rem;
  top: 0; }

.title {
  text-align: center;
  font-size: 0.44444rem;
  color: #fff; }
  .title .select {
    display: inline-block;
    color: #ffffff; }

.examName {
  font-size: 0.37037rem;
  text-align: center;
  width: 8.24074rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #ffffff;
  margin: 0 auto;
  padding-left: 0.55556rem; }

.selectIco {
  background: url("../images/selectIco.png") right center no-repeat;
  width: 0.35185rem;
  height: 0.2037rem;
  background-size: 0.35185rem 0.2037rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.14815rem; }

.tabTitle {
  margin-bottom: 0.27778rem;
  background: #ffffff;
  border-bottom: 1px solid #dadada;
  justify-content: center;
  display: -webkit-flex;
  display: flex; }
  .tabTitle.top {
    margin-top: -0.27778rem; }
  .tabTitle li {
    height: 1.11111rem;
    line-height: 1.11111rem;
    color: #494949;
    font-size: 0.40741rem;
    width: 100%;
    text-align: center;
    position: relative;
    margin-left: -1px; }
    .tabTitle li .activeLine {
      height: 0.03704rem;
      position: absolute;
      bottom: 0;
      left: 50%;
      background: #38c79a;
      display: none; }
      .tabTitle li .activeLine.len4 {
        width: 1.80556rem;
        margin-left: -0.89815rem; }
      .tabTitle li .activeLine.len7 {
        width: 3.05556rem;
        margin-left: -1.52778rem; }
    .tabTitle li:after {
      content: " ";
      position: absolute;
      top: 50%;
      left: 0;
      width: 1px;
      height: 0.44444rem;
      line-height: 0.44444rem;
      margin-top: -0.22222rem;
      background: #d8d8d8; }
    .tabTitle li.active {
      color: #38c79a; }
      .tabTitle li.active .activeLine {
        display: block; }
      .tabTitle li.active a {
        color: #38c79a; }
    .tabTitle li a {
      display: block; }

.meHeader {
  height: 5.51852rem;
  background: url("../images/meNoLoginHeaderBg.png") top left no-repeat;
  background-size: 10rem 4.90741rem;
  position: relative; }
  .meHeader .login {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .meHeader .login img {
      margin: 0.58333rem auto 0.21296rem auto;
      display: block;
      width: 1.74074rem;
      border: 0.06481rem solid #99e1c3;
      border-radius: 50%; }
    .meHeader .login p {
      width: 3.64815rem;
      height: 0.88889rem;
      line-height: 0.88889rem;
      border-radius: 0.11111rem;
      font-size: 0.40741rem;
      color: #ffffff;
      text-align: center;
      border: 3px solid #fff;
      margin: 0 auto; }
      .meHeader .login p a {
        color: #ffffff; }

.loginSuccess {
  position: relative;
  overflow: hidden;
  height: 4.07407rem;
  background: url("../images/meHeaderBg.png") top center no-repeat;
  background-size: 10rem 4.73148rem; }
  .loginSuccess .userInfoBox {
    margin-top: 1rem;
    overflow: hidden; }
  .loginSuccess .userPhoto {
    float: left;
    margin-left: 0.5rem;
    margin-right: 0.22222rem; }
    .loginSuccess .userPhoto img {
      width: 1.48148rem;
      height: 1.48148rem;
      border: 0.06481rem solid #99e1c3;
      border-radius: 50%; }
  .loginSuccess h3 {
    margin: 0.2037rem 0; }
    .loginSuccess h3 a {
      font-size: 0.46296rem;
      color: #ffffff; }
  .loginSuccess p a:nth-of-type(1) {
    padding-right: 0.25926rem; }
  .loginSuccess p a:nth-of-type(2) {
    padding-left: 0.25926rem;
    background: url("../images/userInfoSplit.png") left center no-repeat;
    background-size: 2px 0.25rem; }
  .loginSuccess p strong {
    height: 0.48148rem;
    line-height: 0.48148rem;
    color: #fff;
    font-size: 0.33333rem; }
  .loginSuccess .meGrade {
    height: 0.44444rem;
    line-height: 0.44444rem;
    color: #ffffff;
    font-size: 0.2963rem;
    padding-right: 0.42593rem;
    padding-left: 0.21296rem;
    border: 3px solid #fff;
    border-radius: 0.2037rem;
    position: absolute;
    right: 1.48148rem;
    top: 1.17593rem; }
    .loginSuccess .meGrade .meGradeIco {
      background: url("../images/meGradeIco.png") no-repeat;
      width: 0.11111rem;
      height: 0.17593rem;
      background-size: 0.11111rem 0.17593rem;
      position: absolute;
      right: 0.15741rem;
      top: 0.13889rem; }
  .loginSuccess .messageIco {
    background: url("../images/messageIco.png") no-repeat;
    background-size: 0.53704rem 0.53704rem;
    position: absolute;
    right: 0.59259rem;
    top: 1.17593rem;
    width: 0.53704rem;
    height: 0.53704rem; }
    .loginSuccess .messageIco .messageNum {
      width: 0.40741rem;
      height: 0.40741rem;
      line-height: 0.40741rem;
      background: #ff7500;
      color: #fff;
      font-size: 0.25926rem;
      border-radius: 0.2037rem;
      position: absolute;
      right: -0.18519rem;
      top: -0.18519rem;
      text-align: center; }
  .loginSuccess .level {
    background: #ffffff;
    height: 0.48148rem;
    line-height: 0.48148rem;
    border-radius: 0.24074rem;
    width: 1.2963rem;
    padding: 0 0.23148rem;
    color: #38c79a;
    position: absolute;
    top: 0.92593rem;
    right: -0.23148rem; }
    .loginSuccess .level img {
      vertical-align: middle; }

/*试试首页*/
.hChooseCity {
  width: 2.96296rem;
  font-size: 0.44444rem;
  box-sizing: border-box;
  padding-left: 0.44444rem;
  display: block;
  color: #ffffff;
  text-align: right;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0; }
  .hChooseCity span {
    display: block;
    width: 2.01852rem;
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.hSearchBtn {
  width: 1.15741rem;
  height: 1.15741rem;
  background: url("../images/hSearchBtn.png") center no-repeat;
  background-size: 0.42593rem 0.42593rem;
  display: block; }

.hSignBtn {
  width: 1.15741rem;
  height: 1.15741rem;
  background: url("../images/hHeartIco.png") center no-repeat;
  background-size: 0.44444rem 0.37963rem;
  display: block; }

.newHSearchBtn {
  width: 1.15741rem;
  height: 1.15741rem;
  background: url("../images/newHSearch.png") center no-repeat;
  background-size: 0.5rem 0.48148rem;
  display: block; }

.hMessageBtn {
  width: 1.15741rem;
  height: 1.15741rem;
  background: url("../images/messageIco.png") center no-repeat;
  background-size: 0.53704rem 0.53704rem;
  display: block; }

.hRightBtn {
  position: absolute;
  right: 0;
  top: 0; }

.hRightBtn2 {
  position: absolute;
  right: 1.15741rem;
  top: 0; }

.hRightBtn3 {
  position: absolute;
  right: 2.31481rem;
  top: 0; }

.newHYaoBtn2 {
  background: url("../images/yao2.png") center no-repeat;
  width: 1.15741rem;
  height: 1.15741rem;
  background-size: 0.63889rem 0.7963rem; }

.headAddBtn {
  background: url("../images/headAddBtn.png") center no-repeat;
  width: 1.15741rem;
  height: 1.15741rem;
  background-size: 0.92593rem 0.92593rem;
  border: none; }

.newHYaoBtn {
  background: url("../images/yao.png") center no-repeat;
  width: 1.15741rem;
  height: 1.15741rem;
  background-size: 0.63889rem 0.7963rem; }

.okTextBtn {
  color: #ffffff;
  font-size: 0.38889rem;
  width: 1.38889rem;
  height: 1.15741rem;
  line-height: 1.15741rem;
  background: none;
  border: none;
  text-align: center; }
  .okTextBtn.gray {
    color: #494949; }

.slider {
  margin-top: -0.27778rem; }

.slider img {
  width: 100%; }

.slider .swiper-pagination-bullet {
  width: 0.16667rem;
  height: 0.16667rem;
  background: #fff;
  opacity: 1;
  margin: 0 0.12037rem !important; }

.slider .swiper-pagination-bullet-active {
  background: #494949; }

.subHeader {
  height: 0.74074rem;
  line-height: 0.74074rem;
  font-size: 0.37037rem;
  color: #494949;
  text-indent: 0.33333rem;
  position: relative; }
  .subHeader time {
    position: absolute;
    top: 0;
    right: 0.27778rem; }

.clockIco {
  background: url("../images/clockIco.png") no-repeat;
  display: inline-block;
  width: 0.37037rem;
  height: 0.37037rem;
  vertical-align: middle;
  margin-right: 0.13889rem; }

.modifyBox {
  height: 1.48148rem;
  line-height: 1.48148rem;
  position: relative; }
  .modifyBox .modifyInput {
    height: 1.48148rem;
    line-height: 1.48148rem;
    padding: 0 0.27778rem;
    border: none;
    width: 100%;
    box-sizing: border-box;
    font-size: 0.38889rem; }
  .modifyBox .clearInput {
    background: url("../images/clearBtn.png") no-repeat;
    width: 0.41667rem;
    height: 0.41667rem;
    background-size: 0.41667rem 0.41667rem;
    position: absolute;
    top: 0.5463rem;
    right: 0.39815rem; }

.whiteHeader {
  background: #fff; }
  .whiteHeader .backBtn {
    background: url("../images/return2.png") center no-repeat;
    background-size: 0.64815rem; }
  .whiteHeader .title {
    color: #000000; }

.hSearchBox {
  margin-top: 0.19444rem;
  margin-left: 1.12963rem;
  width: 7.22222rem;
  height: 0.7963rem;
  line-height: 0.7963rem;
  border: 1px solid #d8d8d8;
  background: url("../images/searchGrayIco.png") 0.23148rem center no-repeat;
  background-size: 0.36111rem 0.36111rem;
  border-radius: 0.37037rem; }
  .hSearchBox #txtSearchName {
    height: 0.7963rem;
    line-height: 0.7963rem;
    background: none;
    border: none;
    width: 7.22222rem;
    padding: 0 0.18519rem 0 0.74074rem;
    font-size: 0.33333rem;
    color: #494949;
    box-sizing: border-box; }

/*链接列表，开始{*/
.linkList {
  background: #ffffff;
  border-top: 1px solid #dadada;
  margin-bottom: 0.27778rem; }
  .linkList .badge {
    background: #ff8c00;
    height: 0.64815rem;
    line-height: 0.64815rem;
    text-indent: 0;
    color: #ffffff;
    font-size: 0.39815rem;
    border-radius: 0.32407rem;
    position: absolute;
    top: 0.27778rem;
    right: 0.83333rem;
    width: 1.48148rem;
    text-align: center; }
  .linkList .dot {
    padding: 0 0.2037rem;
    width: auto; }

.cardLinkList {
  width: 9.35185rem;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0.37037rem;
  margin-bottom: 0.32407rem; }
  .cardLinkList .linkIco, .cardLinkList .nolink {
    background: url("../images/enter.png") 8.61111rem center no-repeat;
    background-size: 0.55556rem; }

.linkIco, .nolink {
  position: relative;
  border-bottom: 1px solid #dadada;
  background: url("../images/enter.png") 9.25926rem center no-repeat;
  background-size: 0.55556rem; }
  .linkIco a, .nolink a {
    height: 1.14815rem;
    line-height: 1.14815rem;
    text-indent: 0.46296rem;
    display: block;
    color: #494949;
    font-size: 0.40741rem; }
    .linkIco a.photoBox, .nolink a.photoBox {
      height: 1.98148rem;
      line-height: 1.98148rem;
      position: relative; }
      .linkIco a.photoBox .photoImg, .nolink a.photoBox .photoImg {
        position: absolute;
        top: 0.2037rem;
        right: 1.01852rem;
        width: 1.57407rem;
        height: 1.57407rem;
        border-radius: 50%; }

.nolink {
  background: none; }

.orangeText {
  color: #ff7500 !important; }

.greenText {
  color: #39ac6a !important; }

.linkContent {
  float: right;
  margin-right: 1rem;
  color: #aaabab; }
  .linkContent.nomr {
    margin-right: 0.46296rem; }

.melinkList li a {
  text-indent: 1.22222rem !important;
  background-size: 0.59259rem; }

/*}结束，链接列表*/
.meLinkListIco1 {
  background: url("../images/linkIco1.png") 0.37037rem center no-repeat; }

.meLinkListIco2 {
  background: url("../images/linkIco2.png") 0.37037rem center no-repeat; }

.meLinkListIco3 {
  background: url("../images/linkIco3.png") 0.37037rem center no-repeat; }

.meLinkListIco4 {
  background: url("../images/linkIco4.png") 0.37037rem center no-repeat; }

.meLinkListIco5 {
  background: url("../images/linkIco5.png") 0.37037rem center no-repeat; }

.meLinkListIco6 {
  background: url("../images/linkIco6.png") 0.37037rem center no-repeat; }

.meLinkListIco7 {
  background: url("../images/linkIco7.png") 0.37037rem center no-repeat; }

.meLinkListIco8 {
  background: url("../images/linkIco8.png") 0.37037rem center no-repeat; }

.linkListDesc {
  margin-left: 0.55556rem; }

/*2行图文列表*/
.twoLineImgText {
  overflow: hidden;
  position: relative;
  height: 1.66667rem;
  line-height: 1.66667rem;
  box-sizing: border-box;
  padding: 0.32407rem 0.46296rem;
  border-bottom: 1px solid #d8d8d8; }
  .twoLineImgText label {
    display: block; }
    .twoLineImgText label img {
      float: left;
      width: 0.94444rem;
      margin-right: 0.32407rem; }
    .twoLineImgText label .twoLineImgTextInfo {
      float: left;
      width: 7.03704rem; }
      .twoLineImgText label .twoLineImgTextInfo h3 {
        font-size: 0.40741rem;
        color: #494949;
        height: 0.42593rem;
        line-height: 0.42593rem; }
      .twoLineImgText label .twoLineImgTextInfo p {
        font-size: 0.33333rem;
        color: #afb0b0;
        height: 0.35185rem;
        line-height: 0.35185rem;
        margin-top: 0.15741rem; }
    .twoLineImgText label input {
      position: absolute;
      right: 0.46296rem;
      top: 0.55556rem; }

.payFooter {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  height: 1.57407rem;
  box-sizing: border-box;
  padding: 0.25rem 0.46296rem; 
      width: 10rem;
    margin: 0 auto;
  }
  .payFooter .payMoney {
    color: #494949;
    font-size: 0.40741rem; }
    .payFooter .payMoney strong {
      color: #39ac6a;
      font-size: 0.39815rem; }
  .payFooter .payInfo {
    font-size: 0.33333rem;
    color: #afb0b0;
    margin-top: 0.05556rem; }
  .payFooter .paySubmit {
    width: 3.61111rem;
    height: 1.07407rem;
    background: #39ac6a;
    color: #ffffff;
    font-size: 0.40741rem;
    border: none;
    position: absolute;
    top: 0.25rem;
    right: 0.46296rem; }

/*每行四个的链接*/
.imgLink4List {
  background: #ffffff;
  padding-bottom: 0.55556rem; }
  .imgLink4List ul {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex; }
    .imgLink4List ul li {
      width: 100%;
      padding-top: 0.46296rem; }
      .imgLink4List ul li a {
        display: block; }
        .imgLink4List ul li a img {
          /*width: 122rem/$r;
          height: 122rem/$r;*/
          width: 1.2963rem;
          height: 1.2963rem;
          display: block;
          margin: 0 auto; }
        .imgLink4List ul li a p {
          text-align: center;
          color: #494949;
          font-size: 0.2963rem;
          margin-top: 0.22222rem; }

.news {
  height: 1.37963rem;
  border-top: 1px solid #d8d8d8;
  background: #ffffff; }
  .news h3 {
    background: url("../images/newsTitle.png") no-repeat;
    width: 3.12963rem;
    height: 1.37963rem;
    background-size: 3.12963rem 1.37963rem;
    text-indent: -9999px;
    float: left; }
  .news .newsScrollWra {
    float: left;
    width: 6.48148rem;
    overflow: hidden;
    height: 1.37963rem; }
  .news .newsScrollTop {
    height: 1.37963rem; }
  .news ul {
    padding-top: 0.22222rem;
    box-sizing: border-box; }
    .news ul li {
      height: 0.49074rem;
      line-height: 0.49074rem;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
      .news ul li a {
        font-size: 0.2963rem;
        color: #494949; }

.colBox {
  background: #ffffff;
  margin-top: 0.27778rem;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex; }
  .colBox .col3 {
    width: 100%;
    border-left: 1px solid #d8d8d8;
    margin-left: -1px;
    height: 3.33333rem;
    position: relative; }
  .colBox .timerBuy h3 {
    font-size: 0.42593rem;
    color: #78cd63;
    margin-top: 0.39815rem;
    margin-bottom: 0.24074rem;
    text-align: center; }
    .colBox .timerBuy h3 strong {
      font-size: 0.51852rem;
      vertical-align: middle;
      margin-right: 0.03704rem; }
  .colBox .timerBuy #timer {
    width: 2.59259rem;
    height: 0.68519rem;
    background: #efefef;
    border: 1px solid #d8d8d8;
    border-radius: 0.09259rem;
    position: relative;
    margin: 0 auto; }
    .colBox .timerBuy #timer .ongoing {
      height: 0.68519rem;
      line-height: 0.68519rem;
      text-align: center;
      font-size: 0.37037rem;
      color: #787878; }
    .colBox .timerBuy #timer .timerIn {
      height: 0.41667rem;
      line-height: 0.41667rem;
      border-radius: 0.09259rem;
      background: #333333;
      color: #ffffff;
      font-size: 0.27778rem;
      width: 0.41667rem;
      text-align: center;
      vertical-align: middle;
      float: left;
      margin-top: 0.13889rem;
      margin-left: 0.06481rem; }
    .colBox .timerBuy #timer strong {
      font-size: 0.16667rem;
      color: #333333;
      width: 0.37037rem;
      position: absolute;
      left: 0.12037rem;
      top: 0.16667rem; }
    .colBox .timerBuy #timer #day {
      width: auto;
      padding: 0 0.07407rem;
      font-size: 0.22222rem;
      margin-left: 0.51852rem;
      color: #fef100;
      background: #76cd09; }
      .colBox .timerBuy #timer #day em {
        font-size: 0.27778rem;
        vertical-align: middle;
        margin-right: 0.03704rem; }
  .colBox .timerBuy a {
    font-size: 0.27778rem;
    color: #ffa511;
    line-height: 0.37037rem;
    padding: 0 0.37037rem;
    margin-top: 0.27778rem;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .colBox .discount a, .colBox .reward a {
    display: block;
    height: 3.33333rem;
    position: relative; }
    .colBox .discount a h3, .colBox .reward a h3 {
      font-size: 0.42593rem;
      position: absolute;
      left: 0.59259rem;
      top: 0.43519rem; }
    .colBox .discount a p, .colBox .reward a p {
      font-size: 0.27778rem;
      position: absolute;
      left: 0.59259rem;
      top: 0.99074rem; }
  .colBox .discount {
    background: url("../images/discountBg.png") 0.5rem 1.27778rem no-repeat;
    background-size: 2.37037rem 1.74074rem; }
    .colBox .discount h3 {
      color: #ff886d; }
    .colBox .discount p {
      color: #81491f; }
  .colBox .reward {
    background: url("../images/rewardBg.png") 0.55556rem 1.50926rem no-repeat;
    background-size: 2.11111rem 1.48148rem; }
    .colBox .reward h3 {
      color: #3cd0b6; }
    .colBox .reward p {
      color: #ffc000; }

.horizontalImgList {
  overflow-x: auto;
  height: 3.24074rem;
  overflow-y: hidden;
  background: #ffffff; }
  .horizontalImgList .horizontalImgListIn {
    width: 49.25926rem; }
  .horizontalImgList a {
    float: left;
    margin-right: 0.32407rem; }
    .horizontalImgList a img {
      width: 5.83333rem;
      height: 2.77778rem;
      display: block; }

.accordion {
  height: 4.07407rem;
  background: #ffffff;
  padding-top: 0.27778rem; }
  .accordion img {
    height: 3.7037rem; }
  .accordion .hide, .accordion .show {
    float: left;
    margin-left: 0.18519rem;
    position: relative; }
    .accordion .hide a, .accordion .show a {
      position: absolute; }
    .accordion .hide p, .accordion .show p {
      position: absolute;
      font-size: 0.37037rem;
      color: #5a5a5a;
      line-height: 0.51852rem;
      width: 4.07407rem;
      top: 2.22222rem;
      left: 0.37037rem; }
  .accordion .hide a {
    display: none; }
  .accordion .hide .hideImg {
    display: block; }
  .accordion .hide .showImg {
    display: none; }
  .accordion .show a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .accordion .show .hideImg {
    display: none; }
  .accordion .show .showImg {
    display: block; }

.free {
  overflow: hidden;
  background: #ffffff;
  padding-top: 0.27778rem; }
  .free .freeTitle {
    position: relative;
    background: url("../images/freeTitleBg.png") no-repeat;
    width: 3.01852rem;
    height: 4.68519rem;
    background-size: 3.01852rem 4.68519rem;
    margin-left: 0.37037rem;
    float: left; }
    .free .freeTitle time {
      position: absolute;
      color: #ffffff;
      font-size: 0.27778rem;
      top: 3.2037rem;
      text-align: center;
      left: 0;
      right: 0; }
  .free .freeLinks {
    margin-left: 0.27778rem;
    float: left; }
    .free .freeLinks a {
      margin-bottom: 0.27778rem;
      width: 4.72222rem;
      height: 1.37037rem;
      display: block;
      overflow: hidden;
      padding-left: 1.24074rem; }
      .free .freeLinks a:nth-of-type(1) {
        background: url("../images/freeLinksBg1.png") no-repeat;
        background-size: 5.96296rem 1.37037rem; }
        .free .freeLinks a:nth-of-type(1) h3 {
          color: #ff8b00; }
        .free .freeLinks a:nth-of-type(1) p {
          color: #ffc07a; }
      .free .freeLinks a:nth-of-type(2) {
        background: url("../images/freeLinksBg2.png") no-repeat;
        background-size: 5.96296rem 1.37037rem; }
        .free .freeLinks a:nth-of-type(2) h3 {
          color: #56abf7; }
        .free .freeLinks a:nth-of-type(2) p {
          color: #96d0eb; }
      .free .freeLinks a:nth-of-type(3) {
        background: url("../images/freeLinksBg3.png") no-repeat;
        background-size: 5.96296rem 1.37037rem; }
        .free .freeLinks a:nth-of-type(3) h3 {
          color: #5abc4d; }
        .free .freeLinks a:nth-of-type(3) p {
          color: #9ee694; }
      .free .freeLinks a h3 {
        font-size: 0.27778rem;
        padding-right: 0.18519rem;
        line-height: 0.2963rem;
        margin-top: 0.18519rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
      .free .freeLinks a p {
        font-size: 0.24074rem;
        position: relative;
        height: 0.52778rem;
        line-height: 0.52778rem; }
        .free .freeLinks a p strong {
          position: absolute;
          left: 2.5463rem;
          top: 0; }

.buzzwords {
  background: #ffffff;
  padding: 0.18519rem;
  margin-bottom: 0.27778rem; }
  .buzzwords .buzzwordsLine {
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex; }
    .buzzwords .buzzwordsLine a {
      display: block;
      height: 0.81481rem;
      line-height: 0.81481rem;
      border-radius: 0.38889rem;
      padding: 0 0.36111rem;
      margin: 0 0.10185rem;
      margin-bottom: 0.25926rem;
      text-align: center; }
    .buzzwords .buzzwordsLine:nth-of-type(1) a:nth-of-type(1) {
      border: 2px solid #ffab27; }
    .buzzwords .buzzwordsLine:nth-of-type(1) a:nth-of-type(2) {
      border: 2px solid #95c35f; }
    .buzzwords .buzzwordsLine:nth-of-type(1) a:nth-of-type(3) {
      border: 2px solid #00c2d0; }
    .buzzwords .buzzwordsLine:nth-of-type(2) a:nth-of-type(1) {
      border: 2px solid #ff5c99; }
    .buzzwords .buzzwordsLine:nth-of-type(2) a:nth-of-type(2) {
      border: 2px solid #17c772; }
    .buzzwords .buzzwordsLine:nth-of-type(2) a:nth-of-type(3) {
      border: 2px solid #ffd800; }
    .buzzwords .buzzwordsLine:nth-of-type(3) a:nth-of-type(1) {
      border: 2px solid #27d4ff; }
    .buzzwords .buzzwordsLine:nth-of-type(3) a:nth-of-type(2) {
      border: 2px solid #ba711c; }
    .buzzwords .buzzwordsLine:nth-of-type(3) a:nth-of-type(3) {
      border: 2px solid #ff0000; }
    .buzzwords .buzzwordsLine:nth-of-type(4) a:nth-of-type(1) {
      border: 2px solid #9adc0e; }
    .buzzwords .buzzwordsLine:nth-of-type(4) a:nth-of-type(2) {
      border: 2px solid #d484ee; }
    .buzzwords .buzzwordsLine:nth-of-type(4) a:nth-of-type(3) {
      border: 2px solid #2eb9c5; }

.bottomPop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  height: 5.38889rem;
  display: none; }
  .bottomPop .btns {
    position: absolute;
    top: 0.50926rem;
    left: 0.52778rem;
    right: 0.52778rem; }
    .bottomPop .btns .btn {
      background: none;
      border: none;
      font-size: 0.37037rem;
      color: #38c79a;
      position: absolute;
      top: 0; }
      .bottomPop .btns .btn:nth-of-type(1) {
        left: 0; }
      .bottomPop .btns .btn:nth-of-type(2) {
        right: 0; }
  .bottomPop .genderBox {
    position: absolute;
    left: 2.63889rem;
    top: 2.05556rem;
    overflow: hidden; }
    .bottomPop .genderBox label {
      display: block;
      float: left;
      width: 1.77778rem;
      height: 1.98148rem; }
    .bottomPop .genderBox input {
      display: none; }
    .bottomPop .genderBox .gender1 {
      background: url("../images/gender1.png") no-repeat;
      background-size: 1.77778rem 1.98148rem;
      margin-right: 1.17593rem; }
      .bottomPop .genderBox .gender1.active {
        background: url("../images/gender1Active.png") no-repeat;
        background-size: 1.77778rem 1.98148rem; }
    .bottomPop .genderBox .gender2 {
      background: url("../images/gender2.png") no-repeat;
      background-size: 1.77778rem 1.98148rem; }
      .bottomPop .genderBox .gender2.active {
        background: url("../images/gender2Active.png") no-repeat;
        background-size: 1.77778rem 1.98148rem; }

.remindBox {
  margin-top: -0.27778rem; }

.remind time {
  height: 0.83333rem;
  line-height: 0.83333rem;
  font-size: 0.2963rem;
  color: #494949;
  text-align: center;
  display: block; }
.remind .cardLinkList {
  position: relative; }
  .remind .cardLinkList .unread {
    width: 0.14815rem;
    height: 0.14815rem;
    position: absolute;
    top: 0.41667rem;
    right: 0.41667rem;
    background: #e7593e; }
  .remind .cardLinkList h1 {
    color: #282828;
    font-size: 0.37037rem;
    height: 1.11111rem;
    line-height: 1.11111rem;
    padding-left: 0.94444rem;
    background: url("../images/remind.png") 0.43519rem center no-repeat;
    background-size: 0.30556rem 0.35185rem; }
  .remind .cardLinkList .remindInfo {
    padding: 0 0.43519rem;
    line-height: 0.46296rem;
    color: #494949;
    font-size: 0.2963rem; }
  .remind .cardLinkList footer {
    border-top: 1px solid #e5e5e5;
    padding: 0 0.43519rem; }
    .remind .cardLinkList footer p {
      height: 0.82407rem;
      line-height: 0.82407rem;
      color: #38c79a;
      font-size: 0.2963rem;
      background: url("../images/homeMoreIco.png") right center no-repeat;
      background-size: 0.31481rem 0.31481rem; }

#ulHistory li {
  position: relative; }
  #ulHistory li a {
    height: 1.05556rem;
    line-height: 1.05556rem;
    color: #494949;
    font-size: 0.37037rem;
    border-bottom: 1px solid #d8d8d8; }
  #ulHistory li span {
    position: absolute;
    right: 0.11111rem;
    top: 0.25rem;
    background: url("../images/delRecordsBtn.png") no-repeat;
    background-size: 0.57407rem 0.57407rem;
    width: 0.57407rem;
    height: 0.57407rem;
    text-indent: -9999em; }

.bigBtn {
  width: 9.25926rem;
  height: 1.11111rem;
  line-height: 1.11111rem;
  border: 2px solid #dadada;
  text-align: center;
  color: #38c79a;
  font-size: 0.37037rem;
  margin: 0 auto;
  margin-top: 3.33333rem;
  background: #ffffff; }

.greenLeve1, .greenLeve2, .greenLeve3, .greenLeve4, .greenLeve5, .greenLeve6 {
  position: absolute;
  top: 0.37037rem;
  right: 1rem;
  width: 0.7963rem;
  height: 0.37037rem;
  line-height: 0.37037rem;
  border-radius: 0.16667rem;
  border: 1px solid #92cc50; }

.greenLeve1 {
  background: url("../images/meV1.png") center no-repeat;
  background-size: auto 0.26852rem; }

.greenLeve2 {
  background: url("../images/meV2.png") center no-repeat;
  background-size: auto 0.26852rem; }

.greenLeve3 {
  background: url("../images/meV3.png") center no-repeat;
  background-size: auto 0.26852rem; }

.greenLeve4 {
  background: url("../images/meV4.png") center no-repeat;
  background-size: auto 0.26852rem; }

.greenLeve5 {
  background: url("../images/meV5.png") center no-repeat;
  background-size: auto 0.26852rem; }

.greenLeve6 {
  background: url("../images/meV6.png") center no-repeat;
  background-size: auto 0.26852rem; }

/*好友列表*/
.initials {
  top: 2.77778rem;
  font-size: 0.24074rem;
  width: 0.55556rem;
  padding-right: 0.09259rem; }

.initials li img {
  width: 0.27778rem; }

.sort_letter {
  height: 0.37037rem;
  line-height: 0.37037rem;
  padding-left: 0.09259rem;
  color: #787878;
  font-size: 0.24074rem;
  border-bottom: 1px solid #ddd; }

.sort_list, .groupChat {
  padding: 0.09259rem 0.55556rem 0.09259rem 1.01852rem;
  position: relative;
  height: 0.74074rem;
  line-height: 0.74074rem;
  border-bottom: 1px solid #ddd; }

.sort_list .num_logo, .groupChat img {
  position: absolute;
  width: 0.64815rem;
  height: 0.64815rem;
  top: 0.13889rem;
  left: 0.18519rem; }

.sort_list .num_logo img {
  width: 0.64815rem;
  height: 0.64815rem; }

.group_list {
  background: #ffffff; }

/*积分规则*/
.ruleHeader .photo {
  width: 1.48148rem;
  height: 1.48148rem;
  border-radius: 50%;
  border: 0.06481rem solid #9fe1cd;
  position: absolute;
  left: 50%;
  margin-left: -0.74074rem;
  top: 0.42593rem; }
.ruleHeader .nickname {
  position: absolute;
  top: 2.22222rem;
  font-size: 0.40741rem;
  color: #ffffff;
  text-align: center;
  left: 0;
  right: 0; }
.ruleHeader .levelWra {
  position: absolute;
  top: 3.31481rem;
  left: 0.92593rem;
  right: 0.92593rem; }
  .ruleHeader .levelWra .prevLevelIco {
    position: absolute;
    left: 0;
    top: 0;
    width: 0.4537rem; }
  .ruleHeader .levelWra .nextLevelIco {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.4537rem; }
  .ruleHeader .levelWra .levelBox {
    position: absolute;
    left: 0.62037rem;
    right: 0.62037rem;
    top: 0.09259rem;
    height: 0.14815rem;
    background: #56bf9f;
    border-radius: 0.06481rem; }
  .ruleHeader .levelWra .levelProgress {
    height: 0.14815rem;
    position: absolute;
    border-radius: 0.06481rem;
    left: 0;
    top: 0;
    background: #ffffff; }
    .ruleHeader .levelWra .levelProgress .iCurLevelIco {
      position: absolute;
      right: -0.37037rem;
      top: -0.31481rem;
      width: 0.74074rem;
      height: 0.74074rem; }
  .ruleHeader .levelWra .levelIntegral {
    position: absolute;
    top: 0.41667rem;
    left: 0;
    right: 0;
    font-size: 0.27778rem;
    color: #ffffff;
    text-align: center; }

.ruleHeader {
  margin-top: -0.27778rem;
  background: url("../images/meNoLoginHeaderBg.png") top left no-repeat #fff;
  background-size: 10rem 4.90741rem; }

.ruleInfoText {
  background: #ffffff;
  margin-bottom: 0.27778rem;
  padding: 0 1rem;
  padding-top: 0.18519rem; }
  .ruleInfoText h3 {
    height: 1.11111rem;
    line-height: 1.11111rem;
    background: url("../images/ruleInfoTitleBg.png") center no-repeat;
    font-size: 0.40741rem;
    color: #38c79a;
    text-align: center; }
  .ruleInfoText p {
    font-size: 0.2963rem;
    color: #494949;
    line-height: 0.49074rem;
    padding-bottom: 0.46296rem; }

.mePopBox {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11; }
  .mePopBox .arrowUp {
    width: 0;
    height: 0;
    border-left: 0.27778rem solid transparent;
    border-right: 0.27778rem solid transparent;
    border-bottom: 0.27778rem solid #fff;
    display: block;
    position: absolute;
    top: 0.98148rem;
    right: 0.2963rem;
    z-index: 1000; }
  .mePopBox .cardLinkList {
    width: 3.24074rem;
    position: absolute;
    z-index: 999;
    right: 0.09259rem;
    top: 1.2037rem; }
    .mePopBox .cardLinkList .nolink {
      background: none; }

/*主导航，开始{*/
.navReserve {
  height: 1.2963rem; }

.footReserve {
  height: 1.48148rem; }

.nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 10;
  /*height: 143rem/$r;*/ }
  .nav ul {
    display: flex; }
    .nav ul li {
      flex-grow: 1; }
      .nav ul li a {
        text-align: center;
        display: block;
        line-height: 0.44444rem;
        font-size: 0.25926rem;
        color: #959595;
        padding-top: 0.16667rem;
        padding-bottom: 0.0463rem; }
        .nav ul li a:before {
          content: "";
          display: block;
          width: 0.66667rem;
          height: 0.66667rem;
          margin: 0 auto; }
      .nav ul li.active a {
        color: #38c79a; }
      .nav ul li:nth-of-type(1) a:before {
        background: url("../images/navIco1.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(1).active a:before {
        background: url("../images/navActiveIco1.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(2) a:before {
        background: url("../images/navIco2.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(2).active a:before {
        background: url("../images/navActiveIco2.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(3) a:before {
        background: url("../images/navIco3.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(3).active a:before {
        background: url("../images/navActiveIco3.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(4) a:before {
        background: url("../images/navIco4.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(4).active a:before {
        background: url("../images/navActiveIco4.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(5) a:before {
        background: url("../images/navIco5.png") no-repeat;
        background-size: cover; }
      .nav ul li:nth-of-type(5).active a:before {
        background: url("../images/navActiveIco5.png") no-repeat;
        background-size: cover; }

/*}结束，主导航*/
/*次导航，开始{*/
.subNav {
  margin-top: -0.30556rem;
  height: 1.11111rem;
  line-height: 1.11111rem;
  background: #fff;
  border-bottom: 1px solid #dadada;
  position: relative;
  z-index: 50; }
  .subNav ul {
    display: flex; }
    .subNav ul li {
      flex-grow: 1;
      text-align: center;
      font-size: 0.40741rem;
      color: #494949; }
      .subNav ul li:after {
        content: "";
        background: url("../images/select.png") center 0.38889rem no-repeat;
        background-size: 0.27778rem;
        width: 0.52778rem;
        height: 1.11111rem;
        display: inline-block;
        vertical-align: middle; }
      .subNav ul li.noSelectIco:after {
        display: none; }
      .subNav ul li.toggle:after {
        content: "";
        background: url("../images/toggle.png") center 0.38889rem no-repeat;
        background-size: 0.27778rem;
        width: 0.52778rem;
        height: 1.11111rem;
        display: inline-block;
        vertical-align: middle; }
      .subNav ul li.active {
        color: #38c79a; }
        .subNav ul li.active:after {
          background: url("../images/selectActive.png") center 0.38889rem no-repeat;
          background-size: 0.27778rem; }
        .subNav ul li.active.toggle:after {
          background: url("../images/toggleTop.png") center 0.38889rem no-repeat;
          background-size: 0.27778rem; }
        .subNav ul li.active.toggleBottom:after {
          background: url("../images/toggleBottom.png") center 0.38889rem no-repeat;
          background-size: 0.27778rem; }
      .subNav ul li.toggle:after {
        background: url("../images/toggle.png") center 0.38889rem no-repeat;
        background-size: 0.27778rem; }

/*}结束，次导航*/
.footerSeat
{
	height: 1.33333rem;
      line-height: 1.33333rem;
	}
.footerBtnBox {
    position: fixed;
    width: 10rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
  .footerBtnBox ul {
    justify-content: center;
    display: -webkit-flex;
    display: flex; }
    .footerBtnBox ul li {
      display: block;
      width: 100%;
      border-left: 2px solid #fff;
      height: 1.33333rem;
      line-height: 1.33333rem;
      text-align: center;
      font-size: 0.40741rem; }
      .footerBtnBox ul li.blackNavBg {
        background: #494949; }
      .footerBtnBox ul li.greenNavBg {
        background: #38c79a; }
      .footerBtnBox ul li.grayNavBg {
        background: #d8d8d8; }
        .footerBtnBox ul li.grayNavBg a {
          color: #494949; }
      .footerBtnBox ul li a {
        display: block;
        color: #ffffff; }
        .footerBtnBox ul li a i {
          width: 0.57407rem;
          height: 1.33333rem;
          display: inline-block;
          vertical-align: top; }

.ico {
  width: 0.57407rem;
  height: 1.33333rem;
  display: inline-block;
  vertical-align: top; }

.examShowIco {
  background: url("../images/examShowIco.png") left center no-repeat;
  background-size: 0.43519rem 0.40741rem; }

.examIco {
  background: url("../images/examIco.png") left center no-repeat;
  background-size: 0.43519rem 0.40741rem; }

.examRobIco {
  background: url("../images/examRobIco.png") left center no-repeat;
  background-size: 0.43519rem 0.40741rem; }

.noIco {
  background: url("../images/noIco.png") left center no-repeat;
  background-size: 0.44444rem 0.44444rem; }

.nullIco {
  padding-left: 0; }

.examCheckedIco {
  background: url("../images/examCheckedIco.png") left center no-repeat;
  background-size: 0.43519rem 0.40741rem; }

.examTimeIco {
  background: url("../images/examTimeIco.png") left center no-repeat;
  background-size: 0.44444rem 0.44444rem; }

.noIco_white {
  background: url("../images/noIco_white.png") left center no-repeat;
  background-size: 0.44444rem 0.44444rem; }

.footerInfoBox 
{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.38889rem;
  background: #efefef;
  padding-top: 0.21296rem; 
      width: 10rem;
    margin: 0 auto;
  }
  .footerInfoBox p {
    padding-left: 0.55556rem;
    height: 0.55556rem;
    line-height: 0.55556rem;
    color: #999999;
    font-size: 0.37037rem; }
  .footerInfoBox .awards {
    position: absolute;
    top: 0.31481rem;
    right: 0.23148rem;
    color: #ffffff;
    font-size: 0.40741rem;
    width: 2.77778rem;
    height: 0.96296rem;
    line-height: 0.96296rem;
    background: url("../images/awards.png") 0.25rem center no-repeat #ff8b00;
    background-size: 58px 58px;
    text-indent: 0.83333rem;
    border-radius: 0.13889rem; }

.placeholder2 {
  height: 2.91667rem; }

/*百宝箱*/
.linksBox {
  overflow: hidden;
  margin-top: -0.28704rem; }
  .linksBox figure {
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    margin-left: -1px;
    width: 33.33333%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    height: 2.66667rem; }
    .linksBox figure a {
      padding-top: 0.55556rem;
      height: 2.11111rem;
      display: block; }
      .linksBox figure a img {
        display: block;
        margin: 0 auto;
        width: 0.81481rem; }
      .linksBox figure a figcaption {
        padding-top: 0.27778rem;
        color: #494949;
        font-size: 0.33333rem; }

.ssScroll {
  overflow: scroll;
  padding: 0.34259rem 0;
  padding-left: 0.2963rem;
  background: #ffffff; }
  .ssScroll .ssScrollIn {
    width: 30.66667rem;
    overflow: auto; }
  .ssScroll .ssScrollBox {
    float: left;
    width: 7.62037rem; }
  .ssScroll a {
    display: block; }
  .ssScroll img {
    display: block;
    margin: 0; }
  .ssScroll .ssBigImg {
    float: left;
    margin-right: 0.28704rem; }
    .ssScroll .ssBigImg img {
      width: 4.53704rem;
      height: 3.71296rem; }
  .ssScroll .ssSmallImg {
    float: left; }
    .ssScroll .ssSmallImg.top {
      margin-bottom: 0.28704rem; }
    .ssScroll .ssSmallImg img {
      width: 2.51852rem;
      height: 1.71296rem; }

.pictureList {
  position: relative;
  border-bottom: 1px solid #dadada;
  background: #ffffff; }
  .pictureList a, .pictureList label {
    display: block;
    padding: 0.27778rem;
    display: flex; }
  .pictureList .recommend {
    text-align: center;
    width: 0.92593rem;
    height: 0.51852rem;
    line-height: 0.51852rem;
    position: absolute;
    top: 0.2037rem;
    left: 0.23148rem;
    width: 0.92593rem;
    height: 0.51852rem;
    background: #ff1f00;
    font-size: 0.35185rem;
    color: #ffffff; }
  .pictureList .picture {
    width: 3.05556rem;
    height: 2.03704rem;
    margin-right: 0.38889rem; }
  .pictureList .pictureDesc {
    text-align: justify;
    width: 6.11111rem; }
  .pictureList .pictureBlackTitle {
    font-size: 0.37037rem;
    line-height: 0.60185rem;
    color: #494949;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .pictureList .pictureGreenTitle {
    font-size: 0.37037rem;
    line-height: 0.85185rem;
    color: #39ac6a; }
  .pictureList .pictureInfo {
    font-size: 0.2963rem;
    line-height: 0.60185rem;
    color: #999999;
    background: url("../images/persionIco.png") left center no-repeat;
    background-size: 0.16667rem 0.31481rem;
    padding-left: 0.2963rem; }
  .pictureList .pictureState {
    font-size: 0.2963rem;
    line-height: 0.60185rem;
    color: #999999;
    line-height: inherit; }
  .pictureList .child4line .pictureBlackTitle {
    line-height: inherit; }
  .pictureList .child4line .moneyBox, .pictureList .child4line .pictureGreenTitle {
    line-height: 0.55556rem; }
  .pictureList .orderBtn {
    width: 1.53704rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #ffb884;
    background: #fff3eb;
    font-size: 0.2963rem;
    color: #ff8b00;
    text-align: center;
    position: absolute;
    right: 0.5rem;
    bottom: 0.36111rem;
    padding: 0;
    display: block; }
    .pictureList .orderBtn.no {
      background: #f8f8f8;
      color: #b5b5b6;
      border: 1px solid #c9c9c9; }

.moneyBox {
  font-size: 0.37037rem;
  line-height: auto;
  color: #ff8b00;
  background: url("../images/xueBIco.png") left center no-repeat;
  background-size: 0.46296rem 0.43519rem;
  padding-left: 0.55556rem;
  position: relative; }
  .moneyBox * {
    margin-right: 0.09259rem;
    vertical-align: middle;
    display: inline-block; }
  .moneyBox strong {
    color: #ff1f00;
    font-size: 0.46296rem; }
  .moneyBox span {
    color: #999999;
    font-size: 0.2963rem;
    text-decoration: line-through; }
  .moneyBox em {
    font-size: 0.2963rem; }
  .moneyBox .btn {
    width: 1.66667rem;
    height: 0.55556rem;
    line-height: 0.55556rem;
    color: #ffffff;
    font-size: 0.37037rem;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.27778rem;
    border-radius: 0.25rem;
    margin-right: 0 !important; }
    .moneyBox .btn.yBtn {
      background: #39ac6a; }
    .moneyBox .btn.nBtn {
      background: #494949; }

.listTips {
  color: #494949;
  font-size: 0.37037rem;
  height: 1.18519rem;
  line-height: 1.18519rem;
  background: #efefef;
  margin-top: -0.27778rem;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0.46296rem; }
  .listTips .rightText {
    float: right; }
  .listTips strong {
    color: #ff7500; }

.progressBox {
  position: relative;
  white-space: nowrap; }
  .progressBox .progressBg {
    margin-top: 0.07407rem;
    background: #ffe0c7;
    width: 2.40741rem;
    float: left;
    height: 0.27778rem;
    line-height: 0.27778rem;
    border-radius: 0.11111rem; }
    .progressBox .progressBg .progress {
      background: #ff7500;
      width: 100%;
      position: relative;
      z-index: 6;
      height: 0.27778rem;
      float: left;
      border-radius: 0.11111rem;
      vertical-align: top; }
    .progressBox .progressBg span {
      color: #ff7500;
      font-size: 0.2037rem;
      margin-left: 0.09259rem;
      display: inline-block;
      vertical-align: top; }
  .progressBox p {
    color: #ff7500;
    font-size: 0.2963rem;
    vertical-align: middle;
    float: right; }

.towLine .pictureBlackTitle {
  font-size: 0.37037rem;
  height: 0.92593rem;
  line-height: 0.46296rem; }
.towLine .moneyBox {
  line-height: 0.64815rem; }

.pictureListBox {
  padding-top: 0.21296rem;
  padding-bottom: 0.46296rem;
  background: #ffffff;
  overflow: hidden;
  margin-bottom: 0.27778rem; }
  .pictureListBox .radio {
    display: none; }
  .pictureListBox.edit label {
    position: relative;
    padding-left: 1.14815rem; }
  .pictureListBox.edit .radio {
    display: block;
    position: absolute;
    left: 0.40741rem;
    top: 50%;
    margin-top: -0.26852rem; }

.pictureHorizontalList {
  margin-top: 0.27778rem;
  float: left;
  border: 1px solid #e5e5e5;
  margin-left: 0.52778rem; }
  .pictureHorizontalList a {
    width: 4.22222rem;
    height: 4.14815rem;
    display: block; }
    .pictureHorizontalList a .picture {
      width: 4.22222rem;
      height: 2.35185rem; }
    .pictureHorizontalList a .pictureDesc {
      padding: 0 0.27778rem; }
      .pictureHorizontalList a .pictureDesc .pictureBlackTitle {
        font-size: 0.2963rem;
        color: #494949;
        line-height: 0.41667rem;
        height: 0.83333rem;
        margin-top: 0.18519rem; }
      .pictureHorizontalList a .pictureDesc .pictureInfoBox {
        overflow: hidden; }
        .pictureHorizontalList a .pictureDesc .pictureInfoBox .pictureGreenTitle {
          height: 0.85185rem;
          line-height: 0.85185rem;
          color: #38c79a;
          font-size: 0.40741rem; }
        .pictureHorizontalList a .pictureDesc .pictureInfoBox .moneyBox {
          float: left;
          font-size: 0.46296rem;
          color: #ff1f00; }
        .pictureHorizontalList a .pictureDesc .pictureInfoBox .pictureInfo {
          float: right;
          font-size: 0.2963rem;
          color: #b5b5b6;
          padding-left: 0.23148rem;
          background: url("../images/personIco.png") left center no-repeat;
          background-size: 0.13889rem 0.31481rem;
          height: 0.85185rem;
          line-height: 0.85185rem; }

.formBox .formBoxIn {
  background: #ffffff; }
  
.formBox .line {
  border-bottom: 1px solid #dadada;
  padding-left: 0.46296rem;
  position: relative; }
  .formBox .line .labelText
  {
  	display:inline-block;
  	height: 1.14815rem;
    line-height: 1.14815rem;
    width:1.4rem;
    font-size: 0.40741rem;
  	}
  	.formBox .line .select
  	{
  		height: 1.14815rem;
    line-height: 1.14815rem;
    width: 7.12963rem;
    font-size: 0.40741rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
    background:none;
  		}
  .formBox .line .radiusIco {
    width: 0.66667rem;
    height: 0.66667rem;
    display: inline-block;
    border: 1px solid #afb0b0;
    border-radius: 50%;
    vertical-align: middle; }
  .formBox .line input {
    height: 1.14815rem;
    line-height: 1.14815rem;
    border: none;
    width: 7.12963rem;
    font-size: 0.40741rem;
    color: #afb0b0;
    margin-left: 0.23148rem;
    vertical-align: middle; }
    .formBox .line input.getSMS {
      height: 0.68519rem;
      line-height: 0.68519rem;
      border-radius: 0.68519rem;
      background: #39ac6a;
      color: #ffffff;
      text-align: center;
      position: absolute;
      right: 0.34259rem;
      top: 0.23148rem;
      font-size: 0.40741rem;
      padding: 0 0.27778rem;
      width: auto; }
  .formBox .line .showPassword {
    background: url("../images/showPassword.png") center no-repeat;
    background-size: 0.83333rem;
    display: inline-block;
    height: 1.14815rem;
    width: 1.14815rem;
    vertical-align: middle; }
  .formBox .line .active {
    background: url("../images/showPasswordActive.png") center no-repeat;
    background-size: 0.83333rem; }
.formBox .tip {
  width: 9.51852rem;
  margin: 0.62963rem auto;
  color: #afb0b0;
  font-size: 0.37037rem;
  line-height: 0.69444rem;
  text-align: center; }
  .formBox .tip strong {
    color: #39ac6a;
    display: block; }

.phoneIco {
  background: url("../images/mobilephone.png") center no-repeat;
  background-size: 0.41667rem; }

.emailIco {
  background: url("../images/mail.png") center no-repeat;
  background-size: 0.41667rem; }

.passwordIco {
  background: url("../images/lock.png") center no-repeat;
  background-size: 0.41667rem; }
.personIco {
  background: url("../images/personFormIco.png") center no-repeat;
  background-size:  0.41667rem;
}

.intIco {
  background: url("../images/intIco.png") center no-repeat;
  background-size:  0.41667rem;
}
.lineBtn {
  background: #39ac6a;
  width: 9.51852rem;
  height: 1.07407rem;
  line-height: 1.07407rem;
  text-align: center;
  margin: 0.31481rem auto;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.40741rem;
  border: none; }

.loginOtherFun {
  margin: 0 0.41667rem;
  overflow: hidden; }
  .loginOtherFun a {
    font-size: 0.40741rem; }
    .loginOtherFun a.grayColor {
      float: left; }
    .loginOtherFun a.greenColor {
      float: right;
      text-align: right; }

.otherLogin {
  position: absolute;
  left: 2.22222rem;
  right: 2.22222rem;
  top: 11.11111rem; }
  .otherLogin h3 {
    color: #afb0b0;
    font-size: 0.40741rem;
    text-align: center;
    margin-bottom: 0.55556rem; }
  .otherLogin .otherLoginIco {
    display: flex; }
    .otherLogin .otherLoginIco li {
      text-align: center;
      flex-grow: 1; }
    .otherLogin .otherLoginIco img {
      width: 1.18519rem; }

.uploadBox textarea {
  border: none;
  width: 100%;
  height: 5.55556rem;
  line-height: 0.51852rem;
  font-size: 0.37037rem;
  padding: 0.37037rem 0.58333rem;
  box-sizing: border-box;
  display: block;
  border-bottom: 1px solid #d8d8d8; }
.uploadBox .uploadImgBox {
  padding: 0.27778rem 0;
  background: #ffffff; }
  .uploadBox .uploadImgBox .addImgBtn {
    background: url("../images/uploadImgBtn.png") no-repeat;
    width: 1.44444rem;
    height: 1.44444rem;
    background-size: 1.44444rem 1.44444rem;
    margin: 0 0.24074rem;
    display: block; }

.radio {
  background: url("../images/radioBg.png") no-repeat;
  width: 0.53704rem;
  height: 0.53704rem;
  background-size: 0.53704rem; }
  .radio:checked {
    background: url("../images/radioActiveBg.png") no-repeat;
    background-size: 0.53704rem; }

/*代金券*/
.ticketFormBox .ticketTitle {
  height: 0.92593rem;
  line-height: 0.92593rem;
  background: #efefef;
  color: #494949;
  font-size: 0.37037rem;
  text-indent: 0.46296rem;
  border-bottom: 1px solid #d8d8d8; }
.ticketFormBox .line {
  border-bottom: 1px solid #d8d8d8;
  position: relative; }
  .ticketFormBox .line input {
    height: 1.01852rem;
    line-height: 1.01852rem;
    font-size: 0.37037rem;
    display: block;
    padding: 0 0.46296rem;
    border: none;
    width: 100%;
    box-sizing: border-box; }
.ticketFormBox .ticketList {
  position: relative;
  box-sizing: border-box;
  padding: 0.40741rem 0;
  border-bottom: 1px solid #d8d8d8;
  overflow: hidden; }
  .ticketFormBox .ticketList h4 {
    float: left;
    width: 2.36111rem;
    height: 1.46296rem;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    font-size: 0.83333rem;
    color: #39ac6a;
    font-family: Arial; }
  .ticketFormBox .ticketList .ticketInfo {
    float: left;
    width: 4.81481rem;
    margin-left: 0.5rem; }
    .ticketFormBox .ticketList .ticketInfo h3 {
      height: 0.37037rem;
      line-height: 0.37037rem;
      font-size: 0.37037rem;
      color: #494949;
      margin-bottom: 0.24074rem; }
    .ticketFormBox .ticketList .ticketInfo p {
      font-size: 0.2963rem;
      color: #9a9a9a;
      line-height: 0.4537rem; }
.ticketFormBox .ticketBtn {
  position: absolute;
  right: 0.47222rem;
  width: 1.57407rem;
  height: 0.62963rem;
  line-height: 0.62963rem;
  border: 1px solid #d8d8d8;
  font-size: 0.37037rem;
  color: #494949;
  top: 50%;
  margin-top: -0.31481rem;
  text-align: center; }
.ticketFormBox .noTicket {
  height: 3.33333rem;
  line-height: 3.33333rem;
  font-size: 0.37037rem;
  color: #494949;
  text-align: center; }

.tips {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 0.37037rem 0.46296rem;
  line-height: 0.5rem;
  font-size: 0.32407rem;
  position: absolute;
  left: 0.33333rem;
  right: 0.33333rem;
  top: 50%;
  margin-top: -0.87037rem;
  display: none; }

.mask {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  display: none; }

.pop {
  position: relative;
  /*top: 50%;
  left: 50%;
  margin-left: -418rem/$r;
  margin-top: -252rem/$r;*/
  width: 7.74074rem;
  background: #fff;
  border-radius: 0.23148rem;
  min-height: 4.66667rem;
  overflow: hidden; }

.popTitle {
  font-size: 0.42593rem;
  color: #39ac6a;
  text-align: center;
  height: 1.01852rem;
  line-height: 1.01852rem;
  border-bottom: 2px solid #39ac6a;
  margin: 0 0.41667rem; }

.popText {
  color: #282828;
  font-size: 0.40741rem;
  line-height: 0.74074rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 3.59259rem;
  padding: 0 0.37037rem; }
  .popText strong {
    display: block;
    font-size: 0.37037rem;
    color: #afb0b0; }

.popBtns {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex; }

.popBtns .btn {
  font-size: 0.40741rem;
  height: 1.07407rem;
  flex-grow: 1;
  width: 100%; }
  .popBtns .btn.yes {
    background: #39ac6a;
    color: #ffffff; }
  .popBtns .btn.no {
    background: #d8d8d8;
    color: #494949; }

.menuPop {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 1.15741rem;
  background: #fff;
  justify-content: center;
  display: -webkit-flex;
  display: flex; }
  .menuPop li {
    height: 0.92593rem;
    line-height: 0.92593rem; }
  .menuPop .grade {
    width: 3.55556rem;
    background: #efefef; }
    .menuPop .grade li {
      text-indent: 0.64815rem;
      font-size: 0.37037rem;
      color: #494949;
      border-right: 1px solid #dadada;
      border-bottom: 1px solid #dadada; }
      .menuPop .grade li.active {
        background: #ffffff;
        border-right: 1px solid #fff; }
  .menuPop .subject {
    width: 6.44444rem; }
    .menuPop .subject li {
      border-bottom: 1px solid #fff;
      color: #494949;
      font-size: 0.37037rem;
      text-indent: 0.88889rem; }
      .menuPop .subject li.active {
        color: #39ac6a; }

.selectClassifyPop {
  display: none;
  position: absolute;
  top: 2.26852rem;
  left: 0;
  right: 0;
  background: #ffffff; }
  .selectClassifyPop .selectClassify li {
    height: 0.92593rem;
    line-height: 0.92593rem;
    text-indent: 1.2963rem;
    font-size: 0.37037rem;
    color: #494949; }
    .selectClassifyPop .selectClassify li.active {
      color: #39ac6a; }

.popInputLine {
  height: 0.92593rem;
  line-height: 0.92593rem;
  margin: 0 0.41667rem; }
  .popInputLine:nth-of-type(1) {
    margin-top: 0.27778rem; }
  .popInputLine label {
    font-size: 0.37037rem;
    color: #494949; }
  .popInputLine input {
    font-size: 0.33333rem;
    color: #888888;
    width: 4.81481rem;
    height: 0.92593rem;
    line-height: 0.92593rem;
    border: none; }

.examInfo {
  padding: 0 0.55556rem;
  font-size: 0.37037rem;
  overflow: hidden;
  padding-bottom: 0.46296rem;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0.27778rem; }
  .examInfo dt, .examInfo dd {
    line-height: 0.92593rem; }
  .examInfo dt {
    color: #282828;
    float: left;
    width: 1.94444rem; }
  .examInfo dd {
    color: #999999;
    width: 6.82rem;
    float: left; }

.infoMoneyBox {
  margin-left: 0.55556rem; }

.freeBox {
  font-size: 0.44444rem;
  color: #38aa6d; }

.examTimerBox {
  background: url("../images/examTimerBg.gif") no-repeat;
  background-size: 10rem 4.27778rem;
  height: 4.27778rem;
  position: relative;
  text-align: center;
  text-shadow: 3px 0px 0px #fff,-3px 0px 0px #fff,0px 3px 0px #fff,0px -3px 0px #fff; }
  .examTimerBox .examTimer {
    font-weight: bold;
    font-size: 0.40741rem;
    color: #ff0000;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.26852rem; }
  .examTimerBox .examPersion {
    font-size: 0.37037rem;
    color: #000000;
    position: absolute;
    left: 0;
    right: 0;
    top: 2.92593rem; }
    .examTimerBox .examPersion strong {
      color: #38aa6d; }

.newsBox header {
  padding: 0 0.46296rem;
  padding-top: 0.25rem;
  padding-bottom: 0.74074rem; }
  .newsBox header h1 {
    color: #333333;
    font-size: 0.55556rem;
    line-height: 0.83333rem;
    margin-bottom: 0.46296rem; }
  .newsBox header .newsInfo {
    font-size: 0.38889rem;
    color: #b3b3b3; }
.newsBox .newsContent {
  padding: 0 0.48148rem;
  text-align: justify;
  font-size: 0.43519rem;
  line-height: 0.74074rem; }
.newsBox footer {
  margin-top: 0.27778rem;
  height: 1.57407rem;
  line-height: 1.57407rem;
  padding: 0 0.48148rem; }
  .newsBox footer p {
    font-size: 0.38889rem;
    color: #b3b3b3; }

.serviceInfo {
  margin-top: -0.27778rem;
  background: #39ac69;
  height: 3.87037rem;
  position: relative;
  overflow: hidden; }
  .serviceInfo img {
    margin: 0 auto;
    margin-top: 0.46296rem;
    width: 2.09259rem;
    height: 2.09259rem;
    display: block; }
  .serviceInfo .serviceInfoText {
    justify-content: center;
    display: -webkit-flex;
    display: flex; }
    .serviceInfo .serviceInfoText p {
      width: 50%;
      text-align: center;
      margin-top: 0.31481rem;
      color: #ffffff;
      font-size: 0.37037rem;
      border-left: 1px solid #fff;
      margin-left: -1px;
      height: 0.37037rem;
      line-height: 0.37037rem; }

.integralToBi {
  padding: 0 0.37037rem;
  padding-bottom: 2.59259rem;
  background: #ffffff; }

.serviceTips {
  height: 1.11111rem;
  line-height: 1.11111rem;
  text-align: center;
  color: #38c79a;
  font-size: 0.37037rem;
  margin-top: 0.27778rem;
  border-radius: 0.16667rem; }

.integralList {
  width: 107%;
  overflow: hidden;
  margin-left: -0.37037rem; }
  .integralList label {
    color: #38c79a;
    box-sizing: border-box;
    float: left;
    width: 4.44444rem;
    height: 1.66667rem;
    background: #ffffff;
    border: 2px solid #38c79a;
    margin-top: 0.37037rem;
    margin-left: 0.37037rem;
    border-radius: 0.16667rem;
    text-align: center; }
    .integralList label input {
      display: none; }
    .integralList label p {
      font-size: 0.37037rem;
      height: 0.40741rem;
      line-height: 0.40741rem;
      margin-top: 0.37037rem;
      margin-bottom: 0.16667rem; }
    .integralList label em {
      font-size: 0.2963rem; }
    .integralList label.active {
      /*border:2px solid #39ac6a;
      background: url("../images/serviceActive.png") right bottom no-repeat #fff;
      background-size: 88rem/$r 89rem/$r;*/
      background: #38c79a;
      color: #ffffff; }

.serviceFixedBottom {
  background: #efefef;
  padding-top: 0.18519rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0; 
      width: 10rem;
    margin: 0 auto;
  
  }
  .serviceFixedBottom .serviceTip {
    width: 9.25926rem;
    height: 1.11111rem;
    line-height: 1.11111rem;
    background: #ffffff;
    color: #39ac69;
    font-size: 0.37037rem;
    text-align: center;
    margin: 0 auto;
    border-radius: 0.16667rem;
    border: 2px solid #dadada; }
  .serviceFixedBottom .serviceBtn {
    margin-top: 0.27778rem;
    height: 1.07407rem;
    line-height: 1.07407rem;
    background: #39ac6a;
    color: #ffffff;
    font-size: 0.40741rem;
    display: block;
    text-align: center; }

.serviceInfoNew {
  background: url("../images/serviceBg.png") no-repeat;
  height: 2.38889rem;
  background-size: 10rem 2.96296rem;
  padding-top: 0.57407rem;
  margin-top: -0.27778rem;
  margin-bottom: 0.27778rem; }
  .serviceInfoNew p {
    text-align: center;
    font-size: 0.46296rem;
    color: #ffffff;
    height: 0.9537rem;
    line-height: 0.9537rem; }

.serviceFixedBottomNew {
  height: 1.25926rem;
  line-height: 1.25926rem;
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 2px solid #f5f5f5; 
      width: 10rem;
    margin: 0 auto;
  
  }
  .serviceFixedBottomNew p {
    height: 1.25926rem;
    line-height: 1.25926rem;
    font-size: 0.37037rem;
    color: #494949;
    text-indent: 0.74074rem; }
  .serviceFixedBottomNew .serviceBtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 1.25926rem;
    line-height: 1.25926rem;
    width: 3.88889rem;
    background: #38c79a;
    color: #ffffff;
    font-size: 0.46296rem;
    text-align: center;
    border: none; }

.videoBox {
  position: relative; }
  .videoBox video {
    display: none;
    width: 100%;
    height: 7.5rem; }
  .videoBox .poster {
    width: 100%;
    height: 5.64815rem;
    display: block; }
  .videoBox .videoBakcBtn {
    background: url("../images/videoBackBtn.png") no-repeat;
    width: 0.7963rem;
    height: 0.7963rem;
    background-size: 0.7963rem 0.7963rem;
    position: absolute;
    left: 0.24074rem;
    top: 0.18519rem; }
  .videoBox .videoPlayBtn {
    background: url("../images/videoPlayBtn.png") no-repeat;
    width: 1.90741rem;
    height: 1.90741rem;
    background-size: 1.90741rem 1.90741rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.9537rem;
    margin-top: -0.9537rem; }
 /* .videoBox .videoTips {
    font-size: 0.37037rem;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0.32407rem;
    width: 7.03704rem;
    position: absolute;
    left: 50%;
    margin-left: -3.51852rem;
    top: 4.25926rem;
    line-height: 0.74074rem; }*/

    .videoBox .videoTips {
        font-size: 0.37037rem;
        color: #ffffff;
        text-align: center;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 0.32407rem;
        width: 85%;
        margin-left: 7%;
        position: absolute;
        /* left: 8%; */
        /* margin-left: -3.51852rem; */
        top: 4.25926rem;
        line-height: 0.74074rem;
        /* text-align: center; */
    }

    .videoBox .videoTips a {
      text-decoration: underline;
      color: #ffffff; }

.videoFun {
  height: 1.2037rem;
  line-height: 1.2037rem;
  background: #d8d8d8;
  padding: 0 0.48148rem;
  position: relative; }
  .videoFun p {
    color: #494949;
    font-size: 0.37037rem; }
  .videoFun .collect {
    position: absolute;
    right: 0.27778rem;
    top: 0;
    width: 1.2037rem;
    height: 1.2037rem;
    display: block; }
    .videoFun .collect.nCollect {
      background: url("../images/collectIco.png") center no-repeat;
      background-size: 0.53704rem 0.5rem; }
    .videoFun .collect.yCollect {
      background: url("../images/collectActiveIco.png") center no-repeat;
      background-size: 0.53704rem 0.5rem; }

.videoInfo {
  padding: 0 0.48148rem;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 0.27778rem; }
  .videoInfo h1 {
    color: #494949;
    font-size: 0.37037rem;
    margin-top: 0.37037rem;
    margin-bottom: 0.37037rem; }
  .videoInfo .infoMoneyBox {
    margin-left: 0;
    margin-bottom: 0.37037rem; }
  .videoInfo .videoInfoTable {
    color: #999999;
    font-size: 0.34259rem; }
    .videoInfo .videoInfoTable th {
      height: 0.68519rem;
      line-height: 0.68519rem; }
    .videoInfo .videoInfoTable td {
      height: 0.68519rem;
      line-height: 0.68519rem; }
  .videoInfo .videoInfoHideIco {
    height: 1.2963rem;
    line-height: 1.2963rem;
    background: url("../images/videoInfoHideIco.png") center no-repeat;
    background-size: 0.66667rem 0.66667rem;
    display: block; }

.videoFiexBtn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.33333rem;
  line-height: 1.33333rem;
  background: #39ac6a;
  text-align: center;
  color: #ffffff;
  font-size: 0.40741rem; 
      width: 10rem;
    margin: 0 auto;
  }

#videoTextOther {
  padding: 0.27778rem 0.48148rem;
  overflow: hidden;
  background: #ffffff;
  font-size: 0.33333rem; }

.greenBg {
  background: #d9f6ed; }

/*每日签到*/
        .signBox {
    position: relative;
    width: 9.35185rem;
    height: 8.67593rem;
    border-radius: 0.18519rem;
    background: #ffffff;
    margin: 0.33333rem auto;
    box-sizing: border-box;
    padding: 0.34259rem 0.27778rem;
}
  .signBox table {
    margin-top: 0.92593rem;
    width: 100%; }
    .signBox table thead th {
      height: 1.08333rem;
      color: #3fb990;
      font-size: 0.2963rem; }
    .signBox table tbody td {
      border: 1px solid #d8d8d8;
      height: 1.15741rem;
      position: relative; }
      .signBox table tbody td .day {
        display: block;
        height: 1.15741rem;
        line-height: 1.15741rem;
        color: #4f4f4f;
        font-size: 0.37037rem;
        text-align: center; }
      .signBox table tbody td .signIco {
        background: url("../images/signIco.png") no-repeat;
        width: 0.85185rem;
        height: 0.85185rem;
        background-size: 0.85185rem 0.85185rem;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -0.42593rem;
        margin-top: -0.42593rem; }
      .signBox table tbody td .noSignIco {
        background: url("../images/noSignIco.png") no-repeat;
        width: 0.66667rem;
        height: 0.59259rem;
        background-size: 0.66667rem 0.59259rem;
        position: absolute;
        left: 0.4537rem;
        top: 0.2963rem; }
  .signBox .signHeaderIn {
    height: 1.12963rem;
    line-height: 1.12963rem;
    background: #3fb990;
    border-radius: 0.18519rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    color: #ffffff;
    overflow: hidden; }
    .signBox .signHeaderIn h3 {
      font-size: 0.40741rem;
      margin-left: 0.71296rem;
      float: left; }
    .signBox .signHeaderIn span {
      float: right;
      font-size: 0.37037rem;
      margin-right: 0.66667rem; }

.signHeader {
  margin-top: -0.27778rem;
  position: relative; }
  .signHeader .signBtn {
    background: url("../images/reportBtn.png") no-repeat;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    color: #3fb990;
    font-size: 0.53704rem;
    background-size: 2.5rem 2.5rem;
    position: absolute;
    left: 3.75rem;
    top: 0.68519rem;
    border: none; }
    .signHeader .signBtn.active {
      color: #b5b5b6; }
  .signHeader p {
    font-size: 0.37037rem;
    color: #ffffff;
    position: absolute;
    top: 3.51852rem;
    left: 0;
    right: 0;
    text-align: center; }
  .signHeader .addIntegral {
    position: absolute;
    top: 4.25926rem;
    background: url("../images/signIntegral.png") no-repeat;
    width: 1.14815rem;
    height: 1.14815rem;
    line-height: 1.14815rem;
    text-align: center;
    background-size: 1.14815rem 1.14815rem;
    font-size: 0.46296rem;
    color: #805400;
    left: 4.42593rem;
    display: none; }

.signDesc {
  padding-bottom: 0.37037rem;
  background: #ffffff; }
  .signDesc h1 {
    height: 1.11111rem;
    line-height: 1.11111rem;
    border-bottom: 1px solid #dadada;
    font-size: 0.40741rem;
    color: #3fb990;
    text-align: center; }
  .signDesc p {
    position: relative;
    padding: 0 0.46296rem;
    font-size: 0.37037rem;
    color: #494949;
    text-indent: 2em;
    line-height: 0.66667rem; }
    .signDesc p strong {
      position: absolute;
      left: 6.01852rem;
      top: 0; }
    .signDesc p:nth-of-type(1) {
      margin-bottom: 0.18519rem; }

/*会员等级*/
.userLeveBox {
  margin-bottom: 0.27778rem;
  overflow: hidden;
  background: #39ac69;
  height: 5.51852rem;
  position: relative; }
  .userLeveBox .userPhotoBox {
    position: absolute;
    top: 0.74074rem;
    left: 50%;
    margin-left: -0.87037rem; }
    .userLeveBox .userPhotoBox .userPhoto {
      width: 1.74074rem;
      height: 1.74074rem;
      padding: 0.0463rem;
      border-radius: 50%;
      background: #ffffff;
      display: block; }
  .userLeveBox .leveIco {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.53704rem;
    height: 0.53704rem;
    border-radius: 50%;
    background: #ffffff; }
  .userLeveBox .userName {
    font-size: 0.44444rem;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 3.08333rem;
    left: 0;
    right: 0; }
  .userLeveBox .userIdentity {
    font-size: 0.2963rem;
    color: #ffffff;
    text-align: center;
    top: 3.75rem;
    left: 0;
    right: 0;
    position: absolute; }
  .userLeveBox .leveBox {
    position: absolute;
    width: 6.38889rem;
    left: 50%;
    margin-left: -3.19444rem;
    height: 0.25926rem;
    top: 4.5rem; }
    .userLeveBox .leveBox .starLeve {
      position: absolute;
      width: 0.32407rem;
      height: 0.26852rem;
      left: 0;
      top: 0; }
    .userLeveBox .leveBox .progressLeveBg {
      background: #138450;
      width: 5.09259rem;
      height: 0.11111rem;
      position: absolute;
      left: 0.67593rem;
      top: 0.07407rem;
      overflow: hidden; }
      .userLeveBox .leveBox .progressLeveBg .progressLeve {
        height: 0.11111rem;
        position: absolute;
        left: 0;
        top: 0;
        background: #ffffff; }
    .userLeveBox .leveBox .endLeve {
      position: absolute;
      width: 0.32407rem;
      height: 0.26852rem;
      right: 0;
      top: 0; }
    .userLeveBox .leveBox .leveInfo {
      position: absolute;
      top: -0.05556rem;
      left: 6.57407rem;
      font-size: 0.2963rem;
      color: #ffffff;
      white-space: nowrap; }

.leve1 {
  background: url("../images/level1.png") center no-repeat #fff;
  background-size: auto 0.26852rem; }

.leve2 {
  background: url("../images/level2.png") center no-repeat #fff;
  background-size: auto 0.26852rem; }

.leve3 {
  background: url("../images/level3.png") center no-repeat #fff;
  background-size: auto 0.26852rem; }

.leve4 {
  background: url("../images/level4.png") center no-repeat #fff;
  background-size: auto 0.26852rem; }

.leve5 {
  background: url("../images/level5.png") center no-repeat #fff;
  background-size: auto 0.26852rem; }

.leve6 {
  background: url("../images/level6.png") center no-repeat #fff;
  background-size: auto 0.26852rem; }

.whiteLevel1 {
  background: url("../images/whiteLevel1.png") center no-repeat;
  background-size: auto 0.26852rem; }

.whiteLevel2 {
  background: url("../images/whiteLevel2.png") center no-repeat;
  background-size: auto 0.26852rem; }

.whiteLevel3 {
  background: url("../images/whiteLevel3.png") center no-repeat;
  background-size: auto 0.26852rem; }

.whiteLevel4 {
  background: url("../images/whiteLevel4.png") center no-repeat;
  background-size: auto 0.26852rem; }

.whiteLevel5 {
  background: url("../images/whiteLevel5.png") center no-repeat;
  background-size: auto 0.26852rem; }

.whiteLevel6 {
  background: url("../images/whiteLevel6.png") center no-repeat;
  background-size: auto 0.26852rem; }

.userLeveRuleBox {
  background: #ffffff;
  border-top: 1px solid #dadada; }
  .userLeveRuleBox h1 {
    height: 1.11111rem;
    line-height: 1.11111rem;
    text-align: center;
    font-size: 0.40741rem;
    color: #3fb990;
    border-bottom: 1px solid #dadada; }
  .userLeveRuleBox .tempDesc {
    padding: 1.01852rem 0;
    font-size: 0.40741rem;
    color: #494949;
    text-align: center; }

/*星用户*/
.userFirstBox {
  height: 5.51852rem;
  position: relative;
  background: #3fb990;
  overflow: hidden; }
  .userFirstBox h1 {
    position: absolute;
    top: 0.7037rem;
    text-align: center;
    font-size: 0.37037rem;
    color: #ffffff;
    left: 0;
    right: 0;
    z-index: 3; }
  .userFirstBox .userPhoto {
    border-radius: 50%;
    width: 1.74074rem;
    height: 1.74074rem;
    padding: 0.0463rem;
    background: #ffffff;
    display: block;
    position: absolute;
    top: 1.85185rem;
    left: 50%;
    margin-left: -0.87037rem;
    z-index: 3; }
  .userFirstBox .trophyImg {
    width: 5.05556rem;
    height: 3.74074rem;
    position: absolute;
    left: 2.35185rem;
    top: 0.60185rem;
    z-index: 3; }
  .userFirstBox .userFirstName {
    font-size: 0.37037rem;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 4.35185rem;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 3; }
  .userFirstBox .meRankshine {
    background: url("../images/shineGreen.png") no-repeat;
    background-size: 9.5rem 9.5rem;
    display: block;
    width: 9.5rem;
    height: 9.5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4.62963rem;
    margin-top: -4.44444rem; }

.meRankBox {
  margin-bottom: 0.27778rem;
  position: relative;
  height: 1.66667rem;
  border-bottom: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 0.27778rem 0.41667rem;
  background: #ffffff; }
  .meRankBox .userPhoto {
    width: 1.09259rem;
    height: 1.09259rem;
    float: left;
    margin-right: 0.31481rem; }
  .meRankBox h3 {
    font-size: 0.37037rem;
    color: #494949;
    height: 0.55556rem;
    line-height: 0.55556rem; }
  .meRankBox .vitality {
    font-size: 0.2963rem;
    color: #494949;
    height: 0.55556rem;
    line-height: 0.55556rem; }
    .meRankBox .vitality strong {
      color: #ff7500; }
  .meRankBox .meRankInfo {
    position: absolute;
    right: 0.51852rem;
    top: 0;
    font-size: 0.37037rem;
    color: #494949;
    line-height: 1.66667rem; }
    .meRankBox .meRankInfo strong {
      color: #ff7500;
      font-weight: bold; }

.userRankList {
  border-top: 1px solid #d8d8d8;
  background: #ffffff; }
  .userRankList article {
    position: relative;
    height: 1.66667rem;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding: 0.27778rem 0.41667rem; }
    .userRankList article .userPhoto {
      width: 1.09259rem;
      height: 1.09259rem;
      float: left;
      margin-right: 0.31481rem; }
    .userRankList article h3 {
      font-size: 0.37037rem;
      color: #494949;
      height: 0.55556rem;
      line-height: 0.55556rem; }
    .userRankList article .vitality {
      font-size: 0.2963rem;
      color: #aaabab;
      height: 0.55556rem;
      line-height: 0.55556rem; }
    .userRankList article .reward {
      position: absolute;
      line-height: 1.66667rem;
      top: 0;
      left: 6.52778rem; }
    .userRankList article .rankNum {
      position: absolute;
      width: 1.01852rem;
      height: 0.89815rem;
      line-height: 0.89815rem;
      text-align: center;
      font-size: 0.37037rem;
      color: #494949;
      position: absolute;
      top: 0.41667rem;
      right: 0.48148rem; }
    .userRankList article .rank1 {
      background: url("../images/rankIco1.png") no-repeat;
      background-size: 1.01852rem 0.89815rem; }
    .userRankList article .rank2 {
      background: url("../images/rankIco2.png") no-repeat;
      background-size: 1.01852rem 0.89815rem; }
    .userRankList article .rank3 {
      background: url("../images/rankIco3.png") no-repeat;
      background-size: 1.01852rem 0.89815rem; }

/*积分规则*/
.ruleText {
  font-size: 0.37037rem;
  color: #494949;
  background: #efefef;
  padding: 0.55556rem 0.61111rem;
  line-height: 0.64815rem;
  margin-top: -0.27778rem; }

.ruleList {
  background: #ffffff;
  border-top: 1px solid #d8d8d8; }
  .ruleList section {
    position: relative;
    height: 1.66667rem;
    border-bottom: 1px solid #d8d8d8;
    padding: 0.37037rem 0.61111rem;
    box-sizing: border-box; }
    .ruleList section h3 {
      font-size: 0.37037rem;
      color: #494949; }
      .ruleList section h3.line1 {
        height: 0.92593rem;
        line-height: 0.92593rem; }
    .ruleList section em {
      color: #3fb990;
      font-size: 0.2963rem;
      margin-top: 0.05556rem;
      display: block; }
    .ruleList section p {
      height: 1.66667rem;
      line-height: 1.66667rem;
      font-size: 0.37037rem;
      color: #494949;
      position: absolute;
      right: 0.55556rem;
      top: 0; }
      .ruleList section p strong {
        color: #3fb990; }

/*选择年级*/
.choiceGrade {
  padding: 0 0.99074rem; }
  .choiceGrade p {
    padding-top: 1.57407rem;
    padding-bottom: 1.2963rem;
    font-size: 0.37037rem;
    color: #4f4f4f;
    text-align: center; }
  .choiceGrade .gradeLine {
    overflow: hidden; }
    .choiceGrade .gradeLine li {
      float: left;
      margin: 0 0.25926rem;
      margin-bottom: 0.69444rem;
      font-size: 0.37037rem;
      width: 2.12963rem;
      height: 0.94444rem;
      line-height: 0.94444rem;
      color: #4f4f4f;
      text-align: center;
      background: #f5f5f5;
      border-radius: 0.07407rem;
      box-sizing: border-box;
      border: 2px solid #c9c9c9; }
      .choiceGrade .gradeLine li.active {
        color: #ffffff;
        background: #3fb990;
        border: 1px solid #3fb990; }

/*选择城市*/
.cityBtn {
  display: block;
  width: 2.12963rem;
  height: 0.7963rem;
  line-height: 0.7963rem;
  background: #ffffff;
  border: 2px solid #d8d8d8;
  color: #494949;
  font-size: 0.37037rem;
  text-align: center;
  border-radius: 0.37037rem; }
  .cityBtn.bigBtn {
    width: 4.41667rem; }

.areaTitle {
  font-size: 0.40741rem;
  color: #999999;
  height: 1.2963rem;
  line-height: 1.2963rem; }

.curCity {
  padding: 0 0 0.41667rem 0.30556rem;
  margin-top: -0.27778rem; }

.areaBox {
  background: #ffffff;
  padding: 0 0.30556rem 0.41667rem 0.30556rem;
  margin-bottom: 0.27778rem; }
  .areaBox .cityList {
    overflow: hidden; }
    .areaBox .cityList a {
      float: left;
      margin: 0 0.06481rem;
      margin-bottom: 0.33333rem; }

#signPop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  #signPop .signPopIn {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 7.92593rem;
    height: 10.27778rem;
    margin-top: -5.13889rem;
    margin-left: -3.96296rem;
    border-radius: 0.18519rem;
    background: #ffffff; }
    #signPop .signPopIn .closeSign {
      background: url("../images/closeSign.png") no-repeat;
      width: 0.77778rem;
      height: 0.77778rem;
      display: block;
      background-size: 0.77778rem 0.77778rem;
      position: absolute;
      bottom: -1.16667rem;
      left: 3.57407rem; }
  #signPop header {
    height: 1.48148rem;
    line-height: 1.48148rem;
    background: #d9f6ed;
    border-radius: 0.18519rem 0.18519rem 0 0; }
    #signPop header h3 {
      color: #3fb990;
      padding-left: 1.06481rem;
      position: relative;
      font-size: 0.46296rem; }
      #signPop header h3:after {
        display: block;
        content: " ";
        position: absolute;
        left: 0.64815rem;
        top: 0.50926rem;
        width: 0.11111rem;
        height: 0.5rem;
        background: #3fb990; }
  #signPop .signInfo {
    color: #3fb990;
    font-size: 0.2963rem;
    padding: 0.53704rem 0.61111rem; }
    #signPop .signInfo p {
      font-size: 0.2963rem;
      line-height: 0.46296rem;
      margin-bottom: 0.37037rem; }
    #signPop .signInfo .signInfoLine strong {
      margin-left: 0.77778rem; }

.InviteBox {
  background: url("../images/InviteBg.png") center 0.51852rem no-repeat #eefaf6;
  margin-top: -0.27778rem;
  height: 100%;
  background-size: 8.72222rem 10.2037rem;
  position: relative; }
  .InviteBox .code {
    font-size: 0.64815rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 8.37963rem;
    text-align: center;
    background: none;
    border: none;
    width: 100%; }
  .InviteBox .capsuleBtn {
    width: 3.48148rem;
    height: 0.85185rem;
    line-height: 0.85185rem;
    position: absolute;
    top: 10.37037rem;
    left: 50%;
    margin-left: -1.74074rem;
    font-size: 0.37037rem;
    text-align: center;
    color: #ffffff;
    background: #38c79a;
    border-radius: 0.41667rem; }
  .InviteBox .info {
    position: absolute;
    top: 11.86111rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.37037rem;
    color: #282828;
    line-height: 0.61111rem; }
  .InviteBox .lineBtn {
    width: 8.11111rem;
    height: 1.22222rem;
    line-height: 1.22222rem;
    background: #38c79a;
    color: #ffffff;
    font-size: 0.40741rem;
    text-align: center;
    position: absolute;
    top: 13.34259rem;
    margin-left: 0.94444rem; }

/*意见反馈*/
.feedback {
  margin-top: -0.27778rem; }
  .feedback .feedbackList {
    padding: 0.44444rem;
    padding-bottom: 1.66667rem; }
    .feedback .feedbackList li {
      overflow: hidden; }
      .feedback .feedbackList li img {
        width: 1.11111rem;
        height: 1.11111rem;
        display: block;
        border-radius: 0.07407rem;
        background: #3f93dd; }
      .feedback .feedbackList li .info {
        padding: 0.33333rem 0.27778rem;
        max-width: 5.74074rem;
        line-height: 0.42593rem; }
      .feedback .feedbackList li time {
        color: #9a9a9a;
        font-size: 0.31481rem;
        text-align: center;
        display: block;
        height: 0.87037rem;
        line-height: 0.87037rem; }
      .feedback .feedbackList li.left img {
        float: left;
        margin-right: 0.25926rem; }
      .feedback .feedbackList li.left .info {
        float: left;
        background: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 0.14815rem; }
      .feedback .feedbackList li.right img {
        float: right;
        margin-left: 0.25926rem; }
      .feedback .feedbackList li.right .info {
        float: right;
        background: #3fb990;
        border: 1px solid #3fb990;
        border-radius: 0.14815rem;
        color: #ffffff; }
  .feedback .feedbackFooter {
    height: 1.40741rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #dcdde3;
    overflow: hidden;
    background: #ffffff; 
        width: 10rem;
    margin: 0 auto;
    }
    .feedback .feedbackFooter .feedbackInput {
      height: 0.98148rem;
      line-height: 0.98148rem;
      border: 1px solid #c4c6cf;
      border-radius: 0.09259rem;
      margin-left: 0.22222rem;
      margin-top: 0.19444rem;
      width: 7.40741rem;
      padding: 0 0.18519rem; }
    .feedback .feedbackFooter .feedbackBtn {
      height: 0.98148rem;
      line-height: 0.98148rem;
      border: 1px solid #dcdde3;
      border-radius: 0.09259rem;
      margin-top: 0.19444rem;
      display: inline-block;
      width: 1.57407rem;
      text-align: center;
      font-size: 0.37037rem;
      margin-left: 0.07407rem; }

.recordHead {
  overflow: hidden;
  background: url("../images/recordMoneyBg.png") center no-repeat #fff;
  width: 8.74074rem;
  height: 1rem;
  background-size: 8.74074rem 1rem;
  margin: 0 auto;
  padding: 0.75rem 0; }
  .recordHead ul {
    justify-content: center;
    display: -webkit-flex;
    display: flex; }
    .recordHead ul li {
      width: 100%;
      height: 1rem;
      line-height: 1rem;
      text-align: center;
      color: #38c79a; }
      .recordHead ul li .recordInfo {
        font-size: 0.37037rem; }
  .recordHead .recordLink {
    margin: 0 auto;
    margin-top: 0.62963rem;
    width: 7.5rem;
    text-align: center;
    display: block;
    height: 0.74074rem;
    line-height: 0.74074rem;
    background: #ffffff;
    border-radius: 0.33333rem;
    color: #2aa27a;
    font-size: 0.37037rem; }
  .recordHead .lonely {
    margin-top: 1.27778rem; }

.recordHeadNew {
  font-size: 0.37037rem;
  color: #494949;
  padding: 0.78704rem 0 0.74074rem 0.62037rem; }

.recordList {
  background: #ffffff; }
  .recordList article {
    height: 1.2963rem;
    line-height: 1.2963rem;
    position: relative;
    padding-left: 1.07407rem;
    padding-right: 0.52778rem;
    font-size: 0.37037rem;
    position: relative; }
    .recordList article .recordListIco {
      background: url("../images/recordListIco.png") no-repeat;
      width: 0.35185rem;
      height: 0.35185rem;
      display: block;
      background-size: 0.35185rem 0.35185rem;
      position: absolute;
      left: 0.46296rem;
      top: 50%;
      margin-top: -0.17593rem; }
    .recordList article .recordLine {
      background: #60cb8d;
      width: 1px;
      height: 0.9537rem;
      display: block;
      position: absolute;
      left: 0.63889rem;
      top: -0.47222rem; }
    .recordList article time {
      color: #999999;
      float: left;
      display: block;
      width: 2.59259rem; }
    .recordList article .recordText {
      color: #494949;
      float: left;
      width: 2.91667rem; }
    .recordList article .integral {
      color: #ff7500;
      width: 2.77778rem;
      text-align: right;
      float: left; }
    .recordList article:first-child .recordLine {
      display: none; }

.noRecordData {
  background: url("../images/noRecordData.png") center top no-repeat;
  width: 2.40741rem;
  background-size: 2.40741rem 2.81481rem;
  margin: 0 auto;
  margin-top: 3.24074rem; }
  .noRecordData p {
    font-size: 0.37037rem;
    color: #494949;
    padding-top: 3.09259rem;
    text-align: center; }

.ticketBox {
  padding: 0 0.23148rem; }
  .ticketBox article {
    background: url("../images/ticketBg.png") no-repeat;
    width: 9.53704rem;
    height: 2.61111rem;
    background-size: 9.53704rem 2.61111rem;
    margin-top: 0.27778rem;
    position: relative; }
    .ticketBox article .badge {
      position: absolute;
      padding: 0 0.24074rem;
      height: 0.46296rem;
      line-height: 0.46296rem;
      text-align: center;
      background: #ff7500;
      color: #ffffff;
      font-size: 0.2963rem;
      left: 0.25rem;
      top: 0.27778rem;
      border-radius: 0.2037rem; }
      .ticketBox article .badge.disabled {
        background: #9a9a9a; }
    .ticketBox article .ticketMoney {
      position: absolute;
      width: 3.26852rem;
      height: 2rem;
      line-height: 2rem;
      color: #39ac6a;
      font-size: 0.83333rem;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0.61111rem; }
      .ticketBox article .ticketMoney.disabled {
        color: #9a9a9a; }
    .ticketBox article .ticketInfo {
      position: absolute;
      left: 3.88889rem;
      top: 0.46296rem; }
      .ticketBox article .ticketInfo h3 {
        font-size: 0.37037rem;
        color: #494949;
        margin-bottom: 0.18519rem; }
        .ticketBox article .ticketInfo h3.disabled {
          color: #9a9a9a; }
      .ticketBox article .ticketInfo p {
        font-size: 0.2963rem;
        color: #9a9a9a;
        height: 0.55556rem;
        line-height: 0.55556rem; }
    .ticketBox article .ticketBtn {
      position: absolute;
      right: 0.27778rem;
      width: 1.57407rem;
      height: 0.62963rem;
      line-height: 0.62963rem;
      border: 1px solid #d8d8d8;
      font-size: 0.37037rem;
      color: #494949;
      top: 0.37037rem;
      text-align: center;
      background: #ffffff; }

/*第一单特惠*/
.discountImg1, .discountImg2, .discountImg3 {
  width: 100%; }

.discountImg1 {
  margin-top: -0.27778rem; }

.discountImg2 {
  margin-top: 0.46296rem; }

.discountBox {
  overflow: hidden;
  text-align: center;
  padding: 0 0.24074rem; }
  .discountBox h3 {
    height: 0.98148rem;
    line-height: 0.98148rem;
    font-size: 0.40741rem; }
  .discountBox section {
    border-radius: 0.16667rem;
    margin-left: 0.14815rem;
    float: left;
    width: 2.97222rem;
    height: 2.74074rem; }
    .discountBox section.first {
      margin-left: 0; }
    .discountBox section.bigBox {
      width: 4.5463rem;
      height: 2.74074rem;
      margin-bottom: 0.14815rem; }
      .discountBox section.bigBox a {
        width: 3.58333rem;
        height: 0.7963rem;
        line-height: 0.7963rem; }
    .discountBox section h4 {
      font-size: 0.40741rem;
      height: 1.01852rem;
      line-height: 1.01852rem; }
    .discountBox section p {
      font-size: 0.2963rem; }
    .discountBox section a {
      display: block;
      color: #ffffff;
      font-size: 0.40741rem;
      border-radius: 0.35185rem;
      margin: 0 auto;
      margin-top: 0.27778rem;
      width: 2.67593rem;
      height: 0.7963rem;
      line-height: 0.7963rem; }
  .discountBox.blue {
    color: #73d3ff; }
    .discountBox.blue a {
      background: #73d3ff; }
    .discountBox.blue section {
      border: 2px solid #a6d7ff; }
  .discountBox.yellow {
    color: #ffba00; }
    .discountBox.yellow a {
      background: #ffba00; }
    .discountBox.yellow section {
      border: 2px solid #ffba00; }

.discountTeacherBox h3 {
  font-size: 0.74074rem;
  color: #39ac6a;
  text-align: center;
  height: 1.89815rem;
  line-height: 1.89815rem; }
.discountTeacherBox .scrollWra {
  overflow: hidden;
  position: relative;
  height: 4.12963rem; }
  .discountTeacherBox .scrollWra .scroll {
    position: absolute;
    left: 0.48148rem;
    top: 0;
    right: 0.5rem;
    bottom: 0;
    overflow: hidden; }
    .discountTeacherBox .scrollWra .scroll .scrollIn {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 10000px; }
    .discountTeacherBox .scrollWra .scroll section {
      float: left;
      width: 3.00926rem;
      box-sizing: border-box;
      border-right: 1px dashed #999999; }
      .discountTeacherBox .scrollWra .scroll section .teacherPhoto {
        width: 1.57407rem;
        height: 1.57407rem;
        display: block;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 0.26852rem; }
      .discountTeacherBox .scrollWra .scroll section dl {
        overflow: hidden; }
        .discountTeacherBox .scrollWra .scroll section dl dt, .discountTeacherBox .scrollWra .scroll section dl dd {
          margin-top: 0.14815rem; }
        .discountTeacherBox .scrollWra .scroll section dl dt {
          margin-left: 0.2963rem;
          margin-right: 0.12963rem;
          clear: both;
          float: left;
          width: 0.87037rem;
          height: 0.38889rem;
          line-height: 0.38889rem;
          border-radius: 0.16667rem;
          font-size: 0.2963rem;
          text-align: center; }
          .discountTeacherBox .scrollWra .scroll section dl dt:nth-of-type(1) {
            border: 2px solid #5cc0ff;
            color: #5cc0ff; }
          .discountTeacherBox .scrollWra .scroll section dl dt:nth-of-type(2) {
            border: 2px solid #6bc107;
            color: #6bc107; }
          .discountTeacherBox .scrollWra .scroll section dl dt:nth-of-type(3) {
            border: 2px solid #ff7500;
            color: #ff7500; }
        .discountTeacherBox .scrollWra .scroll section dl dd {
          font-size: 0.33333rem;
          height: 0.40741rem;
          line-height: 0.40741rem; }
  .discountTeacherBox .scrollWra .scrollBtnBox {
    position: absolute;
    top: 1.27778rem;
    left: 0;
    right: 0; }
    .discountTeacherBox .scrollWra .scrollBtnBox span {
      position: absolute;
      top: 0;
      width: 0.5rem;
      height: 0.5rem; }
      .discountTeacherBox .scrollWra .scrollBtnBox span.leftBtn {
        background: url("../images/sliderLeftBtn.png") no-repeat;
        background-size: 0.5rem;
        left: 0.24074rem; }
      .discountTeacherBox .scrollWra .scrollBtnBox span.rightBtn {
        background: url("../images/sliderRightBtn.png") no-repeat;
        background-size: 0.5rem;
        right: 0.24074rem; }

.examStartInfo {
  height: 1.15741rem;
  border-bottom: 1px solid #dadada;
  position: relative; }
  .examStartInfo .ExamStartInfoIn {
    justify-content: center;
    display: -webkit-flex;
    display: flex; }
    .examStartInfo .ExamStartInfoIn p {
      width: 100%;
      font-size: 0.37037rem;
      color: #494949;
      text-align: center; }
      .examStartInfo .ExamStartInfoIn p .underline {
        width: 1.38889rem;
        display: inline-block;
        height: 100%;
        vertical-align: text-bottom;
        border-bottom: 3px solid #494949; }
  .examStartInfo .examTimer {
    background: url("../images/examTimerIco.png") left center no-repeat;
    background-size: 0.2963rem;
    color: #ff1f00;
    font-size: 0.33333rem;
    padding-left: 0.41667rem;
    position: absolute;
    top: 0.62963rem;
    right: 0.18519rem;
    width: 1.38889rem; }

.examContent {
  word-break: break-word; }
  .examContent article {
    margin-top: 0.39815rem;
    margin-bottom: 0.27778rem;
    font-size: 0.37037rem;
    color: #494949;
    line-height: 0.55556rem; }
    .examContent article img {
      zoom: 3;
      max-width: 100%; }
    .examContent article:last-child {
      margin-bottom: 0; }
    .examContent article .examBox {
      padding: 0 0.64815rem; }
    .examContent article .examTitle {
      margin-bottom: 0.2037rem; }
    .examContent article .examOption li {
      position: relative;
      margin-bottom: 0.27778rem;
      padding-left: 0.82407rem; }
      .examContent article .examOption li .radio {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.26852rem;
        background: url("../images/radioBg.png") no-repeat;
        width: 0.53704rem;
        height: 0.53704rem;
        background-size: 0.53704rem; }
        .examContent article .examOption li .radio:checked {
          background: url("../images/radioActiveBg.png") no-repeat;
          background-size: 0.53704rem; }
    .examContent article section {
      border-top: 1px solid #dadada; }
      .examContent article section ul {
        padding-top: 0.22222rem;
        padding-bottom: 0.09259rem; }
        .examContent article section ul li {
          font-size: 0.37037rem;
          color: #494949;
          line-height: 0.64815rem; }
          .examContent article section ul li strong {
            color: #ff1f00; }
      .examContent article section .transcriptLinks {
        margin-left: -0.64815rem;
        margin-right: -0.64815rem;
        text-align: center; }
        .examContent article section .transcriptLinks a {
          display: inline-block;
          height: 1.07407rem;
          line-height: 1.07407rem;
          font-size: 0.40741rem;
          padding: 0 0.2963rem; }
          .examContent article section .transcriptLinks a:nth-of-type(1) {
            background: #39ac6a;
            color: #ffffff; }
          .examContent article section .transcriptLinks a:nth-of-type(2) {
            background: #39ac6a;
            color: #ffffff; }
          .examContent article section .transcriptLinks a:nth-of-type(3) {
            /*background: #d8d8d8;
            color: #494949; */
            background: #39ac6a;
            color: #ffffff;
            }
          .examContent article section .transcriptLinks a:nth-of-type(4) {
            /*background: #d8d8d8;
            color: #494949; */
            background: #39ac6a;
            color: #ffffff;
            }

/*错题本*/
.errorFunBox {
  margin-top: -0.27778rem;
  padding-left: 0.40741rem;
  padding-right: 0.37037rem;
  background: #efefef;
  font-size: 0.37037rem;
  color: #494949;
  height: 0.74074rem;
  line-height: 0.74074rem; }
  .errorFunBox .radio {
    background: url("../images/radioBg.png") no-repeat;
    background-size: 0.53704rem;
    width: 0.53704rem;
    height: 0.53704rem;
    vertical-align: middle;
    margin-right: 0.18519rem; }
    .errorFunBox .radio:checked {
      background: url("../images/radioActiveBg.png") no-repeat;
      background-size: 0.53704rem; }
  .errorFunBox p {
    float: right;
    text-align: right; }

.examContent .examError .examBox {
  padding-left: 0.40741rem;
  padding-right: 0.37037rem; }

.examTitleBox {
  overflow: hidden; }

.examError {
  padding-bottom: 0.55556rem;
  border-bottom: 1px solid #dadada; }
  .examError .radio {
    background: url("../images/radioBg.png") no-repeat;
    background-size: 0.53704rem;
    width: 0.53704rem;
    height: 0.53704rem;
    vertical-align: middle;
    margin-right: 0.18519rem;
    float: left; }
    .examError .radio:checked {
      background: url("../images/radioActiveBg.png") no-repeat;
      background-size: 0.53704rem; }
  .examError .errorExamPhoto {
    width: 8.33333rem; }
  .examError .examTitle {
    display: inline;
    vertical-align: middle;
    float: left;
    width: 8.42593rem; }
  .examError .eaxmErrorAnswer {
    padding-left: 0.82407rem; }
    .examError .eaxmErrorAnswer span {
      display: inline-block;
      width: 3.88889rem; }
  .examError .examErrorLinks {
    margin-left: -0.22222rem;
    margin-top: 0.37037rem; }
    .examError .examErrorLinks a {
      display: inline-block;
      font-size: 0.40741rem;
      text-align: center;
      background: #39ac6a;
      width: 4.44444rem;
      height: 1.07407rem;
      line-height: 1.07407rem;
      color: #ffffff;
      margin-left: 0.22222rem; }
      .examError .examErrorLinks a:last-child {
        background: #d8d8d8;
        color: #494949; }

.examErrorFooter {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.2963rem;
  background: #efefef;
      width: 10rem;
    margin: 0 auto;
   }
  .examErrorFooter a {
    margin: 0.24074rem auto;
    width: 9.51852rem;
    height: 1.07407rem;
    line-height: 1.07407rem;
    background: #494949;
    font-size: 0.40741rem;
    color: #ffffff;
    display: block;
    text-align: center; }
    .examErrorFooter a.smallBtn {
      width: 4.62963rem;
      float: left;
      margin-left: 0.24074rem; }
      .examErrorFooter a.smallBtn:first-child {
        background: #39ac6a;
        color: #ffffff; }

.examTimerTips {
  color: #ffffff;
  font-size: 0.37037rem;
  background: #39ac6a;
  text-align: center;
  width: 6.11111rem;
  height: 0.81481rem;
  line-height: 0.81481rem;
  border-radius: 0.35185rem;
  margin: 0.92593rem auto; }

.imgLinkList {
  overflow: hidden;
  margin-top: 0.27778rem;
  background: #ffffff;
  padding-bottom: 0.37037rem; }
  .imgLinkList a {
    float: left; }
    .imgLinkList a figure {
      width: 3.33333rem;
      text-align: center; }
      .imgLinkList a figure img {
        width: 1.38889rem;
        height: 1.38889rem;
        display: block;
        margin: 0 auto;
        margin-top: 0.37037rem; }
      .imgLinkList a figure figcaption {
        font-size: 0.33333rem;
        color: #494949;
        margin-top: 0.17593rem; }

.freeExamList {
  padding: 0.2963rem;
  background: #ffffff; }
  .freeExamList .freeExamBox {
    display: block;
    border-radius: 0.13889rem;
    height: 1.66667rem;
    position: relative;
    margin-bottom: 0.25926rem; }
    .freeExamList .freeExamBox:nth-of-type(1) {
      background: #beb9e7; }
    .freeExamList .freeExamBox:nth-of-type(2) {
      background: #f7acd2; }
    .freeExamList .freeExamBox:nth-of-type(3) {
      background: #ffab27;
      margin-bottom: 0; }
    .freeExamList .freeExamBox img {
      height: 100%;
      margin-left: 0.74074rem;
      float: left;
      margin-right: 0.62963rem; }
    .freeExamList .freeExamBox h5 {
      height: 0.92593rem;
      line-height: 0.92593rem;
      font-size: 0.40741rem;
      color: #000000; }
    .freeExamList .freeExamBox p {
      color: #ffffff;
      font-size: 0.2963rem; }
    .freeExamList .freeExamBox .disabledMask {
      background: rgba(40, 40, 40, 0.2);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 0.13889rem;
      overflow: hidden; }
      .freeExamList .freeExamBox .disabledMask img {
        float: right;
        margin: 0;
        width: 1.92593rem;
        height: 1.57407rem;
        margin-top: 0.06481rem;
        margin-right: 0.09259rem; }

.examImportant {
  background: #ffffff;
  overflow: hidden; }
  .examImportant h3 {
    height: 0.92593rem;
    line-height: 0.92593rem;
    color: #494949;
    font-size: 0.35185rem;
    text-align: center; }
  .examImportant section {
    float: left;
    margin-left: 0.14815rem; }
    .examImportant section:nth-of-type(1) {
      margin-left: 0.2963rem; }
    .examImportant section a {
      overflow: hidden;
      position: relative;
      width: 3.03704rem;
      height: 3.40741rem;
      display: block; }
      .examImportant section a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 3.03704rem; }
      .examImportant section a h4 {
        font-size: 0.40741rem;
        color: #000000;
        margin-top: 0.27778rem;
        position: relative;
        z-index: 2;
        text-align: center; }
      .examImportant section a p {
        font-size: 0.2963rem;
        margin-top: 0.13889rem;
        position: relative;
        z-index: 2;
        text-align: center; }
        .examImportant section a p.blue {
          color: #00c2d0; }
        .examImportant section a p.orange {
          color: #ff7800; }
        .examImportant section a p.violet {
          color: #5c7ed0; }
      .examImportant section a .moneyTips {
        width: 0.96296rem;
        height: 0.51852rem;
        line-height: 0.51852rem;
        color: #ffffff;
        font-size: 0.31481rem;
        position: relative;
        z-index: 2;
        display: block;
        margin: 0 auto;
        margin-top: 0.16667rem;
        text-align: center;
        border-radius: 0.12963rem; }
        .examImportant section a .moneyTips.blue {
          background: #00c2d0; }
        .examImportant section a .moneyTips.orange {
          background: #ff7800; }
        .examImportant section a .moneyTips.violet {
          background: #5c7ed0; }

.specialList a {
  width: 5.83333rem;
  height: 2.77778rem;
  display: block;
  position: relative; }
  .specialList a .specialInfo h3 {
    position: absolute;
    right: 0.26852rem;
    top: 0.18519rem;
    font-size: 0.33333rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 3.14815rem;
    text-align: justify; }
  .specialList a .specialInfo p {
    font-size: 0.27778rem;
    position: absolute;
    top: 1.89815rem;
    right: 0.26852rem; }
  .specialList a.specialStyle1 {
    background: url("../images/specialImg1.jpg") no-repeat;
    background-size: 5.83333rem 300px; }
    .specialList a.specialStyle1 h3 {
      color: #006139; }
    .specialList a.specialStyle1 p {
      color: #269ef2; }
  .specialList a.specialStyle2 {
    background: url("../images/specialImg2.jpg") no-repeat;
    background-size: 5.83333rem 300px; }
    .specialList a.specialStyle2 h3 {
      color: #fbf002; }
    .specialList a.specialStyle2 p {
      color: #fff; }
  .specialList a.specialStyle3 {
    background: url("../images/specialImg3.jpg") no-repeat;
    background-size: 5.83333rem 300px; }
    .specialList a.specialStyle3 h3 {
      color: #000000; }
    .specialList a.specialStyle3 p {
      color: #39ffb2; }

.occupyGreenBtn {
  background: #39ac6a;
  width: 100%;
  height: 1.07407rem;
  line-height: 1.07407rem;
  text-align: center;
  margin: 0.31481rem auto;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.40741rem;
  border: none; }

.occupyBlackBtn {
  background: #494949;
  width: 100%;
  height: 1.07407rem;
  line-height: 1.07407rem;
  text-align: center;
  margin: 0.31481rem auto;
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 0.40741rem;
  border: none; }

.newSubHeader {
  background: #ffffff;
  height: 0.83333rem;
  line-height: 0.83333rem;
  position: relative;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 0.27778rem; }
  .newSubHeader h3 {
    font-size: 0.37037rem;
    color: #494949;
    float: left;
    padding-left: 0.68519rem;
    position: relative; }
    .newSubHeader h3:after {
      content: " ";
      display: block;
      width: 0.09259rem;
      height: 0.35185rem;
      background: #38c79a;
      position: absolute;
      left: 0.40741rem;
      top: 0.24074rem; }
  .newSubHeader .more {
    float: right;
    color: #38c79a;
    font-size: 0.2963rem;
    background: url("../images/homeMoreIco.png") right center no-repeat;
    background-size: 0.24074rem 0.24074rem;
    margin-right: 0.40741rem;
    padding-right: 0.44444rem; }
    .newSubHeader .more.noIco {
      background: none;
      padding-right: 0; }

.new .moneyBox {
  background: url(../images/moneyIco.png) left center no-repeat;
  background-size: 0.44444rem 0.44444rem; }
.new .pictureList .pictureInfo {
  background: url("../images/personIco.png") left center no-repeat;
  background-size: 0.13889rem 0.31481rem;
  color: #b5b5b6; }
.new .moneyBox span {
  color: #b5b5b6; }
.new .pictureList .pictureBlackTitle {
  line-height: 0.46296rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.new .pictureList .pictureState {
  height: 0.98148rem;
  line-height: 0.98148rem;
  color: #b5b5b6; }
.new .pictureList .pictureGreenTitle {
  height: 0.57407rem;
  line-height: 0.57407rem;
  color: #38c79a;
  font-size: 0.40741rem; }

.listPop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
      width: 10rem;
    margin: 0 auto;
   }
  .listPop ul {
    background: #ffffff;
    margin-top: 3.51852rem;
    padding-top: 0.74074rem;
    border-radius: 0.27778rem; }
  .listPop .listPopIn {
    position: relative; }
    .listPop .listPopIn .closeBtn {
      position: absolute;
      background: url("../images/closeSign.png") no-repeat;
      width: 0.77778rem;
      height: 0.77778rem;
      background-size: 0.77778rem 0.77778rem;
      bottom: -1.2963rem;
      left: 50%;
      margin-left: -0.38889rem; }

/*攻略，开始{*/
.strategyImg1 {
  background: url("../images/special/strategyImg1.png") no-repeat;
  background-size: 10rem 5.59259rem;
  height: 5.59259rem;
  margin-top: -0.27778rem; }

.strategyImg2 {
  background: url("../images/special/strategyImg2.png") no-repeat;
  background-size: 10rem 5.4537rem;
  height: 5.4537rem; }

.strategyImg3 {
  background: url("../images/special/strategyImg3.png") no-repeat;
  background-size: 10rem 7.09259rem;
  height: 7.09259rem; }

.strategyImg4 {
  background: url("../images/special/strategyImg4.png") no-repeat;
  background-size: 10rem 6.09259rem;
  height: 6.09259rem;
  position: relative; }
  .strategyImg4 a {
    width: 2.51852rem;
    height: 1.11111rem;
    display: block;
    position: absolute; }
  .strategyImg4 .btn1 {
    top: 1.81481rem;
    left: 6.44444rem; }
  .strategyImg4 .btn2 {
    top: 3.77778rem;
    left: 6.44444rem; }

/*}结束，攻略*/
/*物理，开始{*/
.physicsHeader {
  width: 100%;
  margin-top: -0.27778rem; }

.physicsTab {
  border-bottom: 0.07407rem solid #cfeaff; }

.physicsTab li.active {
  color: #ff9000; }

.physicsTab li .activeLine.pencil {
  background: url("../images/special/physicsTabActive.png") no-repeat;
  width: 2.27778rem;
  height: 0.14815rem;
  margin-left: -1.13889rem;
  background-size: 2.27778rem 0.14815rem;
  bottom: -0.07407rem; }

/*}结束，物理*/
/*名校联考，开始{*/
.famousSchoolHeader {
  width: 100%;
  margin-top: -0.27778rem; }

.famousSchoolNav {
  overflow-x: auto;
  overflow-y: hidden; }
  .famousSchoolNav ul {
    padding: 0 0.05556rem;
    height: 1.23148rem;
    background: #fdd000;
    width: 11rem; }
    .famousSchoolNav ul li {
      margin: 0 0.02778rem;
      margin-top: 0.24074rem;
      float: left;
      width: 1.74074rem;
      height: 0.74074rem;
      line-height: 0.74074rem;
      border-radius: 0.33333rem;
      background: #ffefa4;
      font-size: 0.35185rem;
      color: #904b2f;
      text-align: center; }
      .famousSchoolNav ul li.active {
        background: #ffffff;
        color: #282828; }

.famousSchoolListBox {
  margin: 0 0.27778rem;
  background: none;
  margin-bottom: 0;
  padding-bottom: 0; }
  .famousSchoolListBox .pictureList {
    margin-bottom: 0.27778rem; }

/*}结束，名校联考*/
/*直击中考，开始{*/
.midtermExamHeader {
  margin-top: -0.27778rem; }

.midtermExamHeader, .midtermExamFooter {
  width: 100%; }

/*}结束，直击中考*/
/*}结束，导入外部scss*/
/*banner图片*/
.banner {
  width: 100%; }

/*灰色背景*/
.grayBg {
  background: #f5f5f5; }

/*# sourceMappingURL=style.css.map */

/*现金支付价格*/
.proPrice  {
    font-size: 0.37037rem;
    line-height: auto;
    color: #ff8b00;    
    background-size: 0.46296rem 0.43519rem;
    padding-left: 0rem;
    position: relative;
}
    .proPrice span {
        
        color: #999999;
        font-size: 0.2963rem;
        text-decoration: line-through;
    }
    .proPrice strong {
       
        color: #ff1f00;
        font-size: 0.46296rem;
    }
    .proPrice em {
       
        font-size: 0.2963rem;
    }
.proPrice * {
    margin-right: 0.09259rem;
    vertical-align: middle;
    display: inline-block;
}
