/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #222;
  background: #ffffff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
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%;
}
legend {
  color: #000000;
}
#yui3-css-stamp.cssreset {
  display: none;
}
html {
  /**将rem单位设为响应单位，全屏16rem;**/
  /** 以下媒体查询部分为JS未执行时的预设，防止某些手机打开页面JS执行慢会有抖动的现象，同时也可以作为某些禁止了脚本的智能设备（极少数）的fallback**/
  font-size: 20px;
}
@media only screen and (min-width: 360px) {
  html {
    font-size: 22.5px;
  }
}
@media only screen and (min-width: 375px) {
  html {
    font-size: 23.4375px;
  }
}
@media only screen and (min-width: 411px) {
  html {
    font-size: 25.6875px;
  }
}
@media only screen and (min-width: 414px) {
  html {
    font-size: 25.875px;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 27.1875px;
  }
}
@media only screen and (min-width: 480px) {
  html {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 48px;
  }
}
@media only screen and (min-width: 800px) {
  html {
    font-size: 50px;
  }
}
body {
  font-size: 0.55466667rem;
  font-family: Helvetica;
  background-color: #f3f3f3;
}
i {
  font-style: normal;
}
input {
  outline: none;
}
html,
body,
.app {
  height: 100%;
}
a,
label {
  color: #222222;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.win {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.view {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.wrapper {
  height: 100%;
}
/* 清理浮动 */
.fn-clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fn-clear {
  zoom: 1;
  /* for IE6 IE7 */
}
@charset "utf-8";
html,
legend {
  color: #525252;
}
.app,
.wrapper,
body,
html,
main {
  height: 100%;
}
.ctt,
header .overview li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
a {
  color: #525252;
}
header .overview:after,
q:after,
q:before {
  content: '';
}
.ctt,
.tit,
.wrapper,
body,
header,
header .overview,
main {
  position: relative;
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
.table tr td:nth-of-type(2),
.table tr th:nth-of-type(2),
header .overview li,
header .units a {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
#yui3-css-stamp.cssreset {
  display: none;
}
a {
  text-decoration: none;
}
body,
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}
html {
  background: #f8f8f8;
}
body {
  min-height: 100%;
  font: 400 0.6rem 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  line-height: 1;
  background-color: #efefef;
}
.app {
  margin: 0 auto;
}
.wrapper {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
header {
  color: #525252;
  line-height: 1.7066666rem;
  text-align: center;
  width: 100%;
  background: #fff;
  z-index: 10;
  /***320下是20*0.6=12PX;375下 23.4375*0.6=14.0625PX;414 25.875*0.6=15.525PX***/
}
header a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.64rem;
  color: #525252;
  vertical-align: middle;
}
.Sort-eject {
  position: fixed;
  top: -65%;
  width: 100%;
  height: 65%;
  z-index: 9;
  -webkit-transition-duration: 0.4s;
}
.Sort-eject > ul {
  margin: 0;
  padding: 0;
  overflow: auto;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.4s;
}
.grade-w-roll {
  top: 1.7066666rem;
}
.grade-w-roll::after {
  position: fixed;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
}
/*Sort-eject*/
.Sort-Sort {
  background: #fff;
  position: absolute;
  z-index: 3;
  left: 0;
  list-style-type: none;
  border-top: solid 1px #eee;
}
.Sort-Sort > li {
  padding: 0;
  position: relative;
}
.Sort-Sort > li:after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 0;
  height: 1px;
  background: #d9d9d9;
  -webkit-transform: scale(0.5);
}
.Sort-height {
  height: 12.6rem;
}
.Sort-eject > ul > li {
  line-height: 1.8rem;
  font-size: 0.58rem;
  padding-left: 1rem;
}
.i_down {
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  margin-left: 0.5rem;
  transform: rotate(45deg);
  margin-top: -0.2rem;
  vertical-align: middle;
}
.i_up {
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.05rem;
  margin-left: 0.5rem;
  transform: rotate(-135deg);
  margin-top: 0.1rem;
  vertical-align: middle;
}
.index {
  position: fixed;
  background: none;
}
header h1 {
  text-align: center;
}
.search_box {
  display: inline-block;
  background: #e6e6e6;
  width: 16rem;
  text-align: center;
  height: 1.70666666rem;
  vertical-align: middle;
  padding: 0.21333333rem 0.42666666rem;
  box-sizing: border-box;
}
.search_box input {
  display: block;
  width: 12.6rem;
  height: 1.28rem;
  line-height: 1.28rem;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0;
  outline: none;
  float: left;
  font-size: 0.6rem;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
.search_box button {
  width: 2.5466666rem;
  background: #40acea;
  height: 1.28rem;
  line-height: 1.28rem;
  color: #fff;
  outline: none;
  text-align: center;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  font-size: 0.6rem;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
main {
  display: block;
  overflow: auto;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-overflow-scrolling: touch;
}
.video_list {
  height: auto!important;
  overflow: hidden;
}
.video_list li {
  width: 16rem;
  padding: 0.64rem 0.42666666rem;
  height: 4.685836rem;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
.video_list li:after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 0;
  height: 1px;
  background: #d9d9d9;
  -webkit-transform: scale(0.5);
}
.video_list li .img_box {
  width: 5.12rem;
  height: 3.84rem;
  float: left;
  margin-right: 0.5rem;
}
.video_list li h1 {
  font-size: 0.64rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #222;
}
.video_list li p {
  font-size: 0.58rem;
  margin: 0.62rem 0;
}
.f_right {
  float: right;
}
.shu_box {
  padding-top: 0.2rem;
}
.shu_box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.512rem;
  color: #999;
}
.icons {
  display: inline-block;
  margin-right: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: middle;
  margin-top: -0.1rem;
}
.i_bf {
  background: url(../images/i_v.png);
  background-size: cover;
}
.i_zan {
  background: url(../images/i_zan.png);
  background-size: cover;
}
.spinner {
  margin: 1rem auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 6px;
  height: 6px;
  background-color: #555;
  border-radius: 3px;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/***详细页***/
.vedio_box {
  width: 16rem;
  height: 11.9893333rem;
  position: relative;
}
.return_btn {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.9rem;
  position: absolute;
  left: 0.512rem;
  top: 0.512rem;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
.return_btn i {
  display: block;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  width: 0.4rem;
  height: 0.4rem;
  margin: 0.7rem auto;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.vedio_item {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 1.70666666rem;
  background: #fff;
  padding: 0 0.42666666rem;
  box-sizing: border-box;
  font-size: 0.58rem;
}
.vedio_item li {
  flex: 0 0 33.3333%;
  line-height: 1.70666666rem;
  vertical-align: middle;
}
.i_fx {
  width: 0.85rem;
  height: 0.85rem;
  background: url(../images/i_fx.png);
  background-size: cover;
}
.i_sc {
  width: 0.85rem;
  height: 0.85rem;
  background: url(../images/i_sc.png);
  background-size: cover;
  margin-right: 0.6rem;
}
.i_scon {
  width: 0.85rem;
  height: 0.85rem;
  background: url(../images/i_scon.png);
  background-size: cover;
  margin-right: 0.6rem;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.glob_h1 {
  padding: 0.42666666rem;
  background: #fff;
  font-size: 0.7rem;
  line-height: 1.1rem;
  color: #222;
}
.glob_title {
  margin-top: 0.21333333rem;
  padding: 0 0.42666666rem;
  width: 16rem;
  height: 1.70666666rem;
  line-height: 1.70666666rem;
  box-sizing: border-box;
  background: #fff;
}
.box {
  padding: 0.42666666rem;
  width: 16rem;
  box-sizing: border-box;
  background: #fff;
}
.box p {
  line-height: 1rem;
  font-size: 0.64rem;
}
.zan_btn {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  vertical-align: middle;
  text-align: center;
  margin: 0.6rem auto;
  border: 2px solid #e6e6e6;
  border-radius: 100%;
  position: relative;
}
.i_zan_a {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/i_zan_n.png);
  background-size: cover;
  margin: 0.45rem auto;
}
.zan_btn em {
  position: absolute;
  padding: 3px 5px;
  background: #777;
  color: #fff;
  font-size: 13px;
  border-radius: 10px;
  left: 1.7rem;
  top: -5px;
}
.zan_btn_on .i_zan_a {
  background: url(../images/i_zan.png);
  background-size: cover;
}
.zan_btn_on em {
  background: #ec5d66;
}
.ly_list {
  background: #fff;
  padding: 0 0.5rem;
  width: 16rem;
  box-sizing: border-box;
  margin-bottom: 1.92rem;
}
.b_border,
.tb_border {
  position: relative;
}
.tb_border:before {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 0;
  height: 1px;
  background: #d9d9d9;
  -webkit-transform: scale(0.5);
}
.b_border:after,
.tb_border:after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  width: 200%;
  bottom: 0;
  height: 1px;
  background: #d9d9d9;
  -webkit-transform: scale(0.5);
}
.ly_list li {
  padding: 0.5rem 0;
  width: 100%;
  box-sizing: border-box;
  height: auto!important;
  overflow: hidden;
  position: relative;
}
.ly_list li:after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 0;
  height: 1px;
  background: #d9d9d9;
  -webkit-transform: scale(0.5);
}
.ly_list li:first-child:after {
  display: none;
}
.header_img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  overflow: hidden;
  float: left;
  margin: 0 0.6rem 0 0.1rem;
  background: url(../images/default_user_image.png);
  background-size: cover;
}
.header_img img {
  width: 100%;
}
.header_img_right {
  width: 12.8rem;
  float: left;
}
.n_t_box {
  font-size: 0.58rem;
  color: #777777;
}
.time {
  font-size: 11px;
  margin-left: 0.4rem;
  color: #999;
}
.ly_list li p {
  padding-top: 0.2rem;
  line-height: 0.9rem;
  font-size: 0.6rem;
}
#cover {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 18888;
  background-color: #000000;
  opacity: 0.7;
}
#guide {
  display: none;
  position: absolute;
  right: 18px;
  top: 5px;
  z-index: 19999;
}
#guide img {
  width: 260px;
  height: 180px;
}
.ly_box {
  width: 16rem;
  height: 1.92rem;
  padding: 0.21333333rem 0.42666666rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  bottom: 1.92rem;
}
.ly_box:after {
  content: "";
  display: block;
  position: absolute;
  left: -50%;
  width: 200%;
  top: 0;
  height: 1px;
  background: #d9d9d9;
  -webkit-transform: scale(0.5);
}
.textarea_box {
  width: 12rem;
  height: 1.5rem;
  border: 1px solid #e6e6e6;
  background: #f8f8f8;
  border-radius: 4px;
  box-sizing: border-box;
  float: left;
}
.textarea_box textarea {
  border: 0;
  width: 100%;
  padding: 0.25rem 0.25rem;
  height: 1.4rem;
  line-height: 1rem;
  box-sizing: border-box;
  padding-left: 2em;
  background: url(../images/i_pen.png) no-repeat 0.35rem 0.38rem #f8f8f8;
  background-size: 0.682222rem auto;
  font-size: 0.64rem;
}
.ly_box button {
  width: 2.9rem;
  background: #40acea;
  height: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  outline: none;
  text-align: center;
  border: 0;
  border-radius: 4px;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  float: right;
  font-size: 0.64rem;
}
.d_fl {
  height: 1.7066666rem;
  font-size: 0.64rem;
}
.fl_box {
  height: 1.7066666rem;
  color: #525252;
  line-height: 1.7066666rem;
  text-align: center;
  width: 100%;
  background: #fff;
}
.fl_box .fl-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fl_box .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 0.58rem;
}
.fl_box .slide_on {
  border-bottom: 2px solid #40acea;
  color: #088cd8;
  box-sizing: border-box;
}
.video_list_tu {
  height: auto!important;
  overflow: hidden;
  background: #fff;
  padding: 0 0.2rem;
  box-sizing: border-box;
}
.video_list_tu li {
  width: 7.8rem;
  padding: 0.2rem 0.2rem;
  height: 8.3rem;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.video_list_tu li .img_box {
  width: 7.4rem;
  height: 4.9rem;
  position: relative;
  oveflow: hidden;
}
.video_list_tu li h1 {
  font-size: 0.6rem;
  color: #444;
  margin: 0.3rem 0;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.video_list_tu li p {
  font-size: 0.53rem;
  margin: 0.1rem 0;
  color: #888;
}
.video_list_tu .shu_box {
  background: url(../images/box_bg.png);
  background-size: 100% 0.9rem;
  height: 0.9rem;
  vertical-align: middle;
  position: absolute;
  bottom: -0.05rem;
  left: 0;
  right: 0;
  padding: 0.1rem 0.2rem;
  box-sizing: border-box;
}
.video_list_tu .shu_box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.512rem;
  color: #fff;
}
.video_list_tu .shu_box .bf_box {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
}
.video_list_tu .shu_box .zan_box {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
}
/****加入收藏夹****/
.mask {
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99990;
}
.sc_box {
  width: 100%;
  max-height: 12rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99991;
  padding-bottom: 2rem;
}
.sc_title {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
.sc_check_box {
  max-height: 10rem;
  overflow: auto;
  background: #f8f8f8;
  padding: 0 0.2rem;
}
.sc_name {
  height: 1.6rem;
  line-height: 1.6rem;
  margin-top: 0.5rem;
}
.sc_name span {
  width: 2.4rem;
  float: left;
  text-align: right;
  margin-right: 0.6rem;
}
.sc_name input[type="text"] {
  display: block;
  width: 12rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 10px;
  box-sizing: border-box;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: 0;
  outline: none;
  float: left;
  font-size: 0.6rem;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}
.sc_check {
  padding-left: 0.8rem;
}
.sc_check li {
  height: 1.6rem;
  line-height: 1.6rem;
  padding-left: 0.2rem;
  overflow: hidden;
  position: relative;
}
.sc_check li label {
  width: 100%;
  height: 100%;
  display: block;
}
.sc_check li input[type="radio"] {
  position: absolute;
  left: -50px;
}
.i_scj {
  width: 0.85rem;
  height: 0.85rem;
  background: url(../images/wjj.png);
  background-size: cover;
}
.sc_check li em {
  float: right;
  width: 0.85rem;
  height: 0.85rem;
  background: url(../images/radio.png);
  background-size: cover;
  margin-top: 0.38rem;
}
.sc_check li input[type="radio"]:checked + em {
  background: url(../images/radio_on.png);
  background-size: cover;
}
.sc_btn_area {
  width: 100%;
  height: 2rem;
  vertical-align: middle;
  padding: 0 0.6rem;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.sc_btn_area a {
  display: inline-block;
  width: 4.48rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  background: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  margin-top: 0.2rem;
}
.f_left {
  float: left;
}
/***底部导航***/
.nav4 {
  height: 1.92rem;
}
.nav4 ul {
  position: fixed;
  z-index: 99900;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nav4 li {
  border: 1px solid #bebebe;
  height: 1.92rem;
  border-bottom: 0;
  border-right: 0;
  position: relative;
  -webkit-box-shadow: inset 0 0 3px #fff;
  float: left;
  width: 33.333333%;
  box-sizing: border-box;
}
.nav4 li:nth-of-type(1) {
  border-left: 0;
}
.nav4 li > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border:1px solid #f9f8f9;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
  display: block;
  line-height: 1.92rem;
  text-align: center;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#dcdcdc), color-stop(35%, #ededed), color-stop(50%, #e3e3e3));
}
.nav4 li > a:only-child span {
  background: none;
  padding-left: 0;
}
.nav4 li > a.on + dl {
  display: block;
}
.nav4 li > a span {
  color: #4f4d4f;
  display: inline-block;
  padding-left: 15px;
  background: url(../imgs/1.svg#2) no-repeat 4px 18px;
  -webkit-background-size: 9px auto;
  text-shadow: 0px 1px 0px #ffffff;
}
/***********************/
.nav4 dl {
  display: none;
  position: absolute;
  z-index: 220;
  bottom: 60px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  background: red;
  /*min-height:100px;*/
  background: #e4e3e2;
  /*border:1px solid #afaeaf;*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px #fff;
  background: url(../imgs/2.svg#3) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/*, .nav4 dl:after*/
.nav4 dl:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 240;
  bottom: 0;
  left: 50%;
  /*width:0;
	height:0;
	border:8px solid red;
	border-color:#afaeaf transparent transparent transparent;
	margin-left:-8px;
	margin-bottom:-16px;*/
  width: 10px;
  height: 8px;
  background: url(../imgs/1.svg#2) no-repeat center -55px;
  -webkit-background-size: 10px auto;
  bottom: -7px;
  margin-left: -5px;
}
/*.nav4 dl:after{
	z-index:241;
	border-color:#e4e3e2 transparent transparent transparent;
	margin-bottom:-15px;
}*/
.nav4 dl dd {
  line-height: 1.92rem;
  text-align: center;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(194, 194, 194, 0.8)), to(rgba(194, 194, 194, 0.8)), color-stop(50%, rgba(194, 194, 194, 0.8)));
  background-size: 80% 1px;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*background: url(../imgs/3.svg#4) no-repeat center bottom;
	-webkit-background-size:100px 1px;*/
}
.nav4 dl dd:last-of-type {
  background: none;
}
.nav4 dl dd a {
  display: block;
  color: #4f4d4f;
  text-shadow: 0px 1px 0px #ffffff;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav4 .masklayer_div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 180;
  background: rgba(0, 0, 0, 0);
}
.nav4 .masklayer_div.on {
  display: block;
}
/****个人信息画面***/
.user_center_header {
  width: 100%;
  height: 7.25333333rem;
  position: relative;
  background: url(../images/user-center-bg.jpg);
  background-size: cover;
}
.user_header {
  width: 3.6266666rem;
  height: 3.6266666rem;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 50%;
  top: 0.8533333rem;
  margin-left: -1.8122222rem;
  background: url(../images/default_user_image.png.jpg);
  background-size: cover;
  z-index: 1;
}
.user_dengji_box {
  width: 100%;
  height: 0.896rem;
  position: absolute;
  bottom: 2.26rem;
  left: 0;
  text-align: center;
  z-index: 2;
}
.user_dengji {
  padding: 0.128rem 0.512rem;
  border-radius: 21px;
  background: rgba(34, 148, 255, 0.95);
  color: #fff;
  font-size: 0.54rem;
}
.user_name_box {
  width: 100%;
  height: 1.152rem;
  text-align: center;
  position: absolute;
  bottom: 0.64rem;
  left: 0;
}
.user_name_link {
  padding: 0.3rem 0.85333333rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 27px;
  margin: 0 auto;
}
.user_list {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
}
.user_list li {
  border-top: 1px solid #f2f2f2;
  height: 2.1333333rem;
  margin: 0 0.5rem;
  line-height: 2.1333333rem;
}
.user_list li:first-child {
  border-top: 0;
}
.user_list li a {
  display: block;
  height: 100%;
  position: relative;
  padding-left: 35px;
}
.user_list li a i {
  display: block;
  width: 1.0666666rem;
  height: 1.0676666rem;
  background: url(../images/icos.png);
  background-size: 16rem auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.53333333rem;
}
.user_list li a i.user_01 {
  background-position: 0 0;
}
.user_list li a i.user_02 {
  background-position: -1.0666666rem 0;
}
.user_list li a i.user_03 {
  background-position: -2.1333333rem 0;
}
.user_list li a i.user_04 {
  background-position: -3.1988888rem 0;
}
.user_list li a i.user_05 {
  background-position: -4.2666664rem 0;
}
.user_list li a i.user_06 {
  background-position: -5.333333rem 0;
}
.user_list li a i.user_07 {
  background-position: 0 -1.0666666rem;
}
.user_list li a em,
.yjt {
  width: 0.4266666rem;
  height: 1.0666667rem;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.53333333rem;
  background: url(../images/icos.png);
  background-size: 16rem auto;
  background-position: -6.3999996rem 0;
}
.xx_shu {
  padding: 4px 4px;
  text-align: center;
  min-height: 10px;
  min-width: 10px;
  border-radius: 16px;
  font-size: 10px;
  line-height: 10px!important;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -8px;
  background: #ff4e4c;
}
.mt10 {
  margin-top: 0.4266666rem;
}
/****输入form***/
.shuru_list {
  padding: 0 0.42666666rem;
  background: #fff;
}
.shuru_list > li {
  height: 1.96222222rem;
  line-height: 1.96222222rem;
  border-bottom: 1px solid #dadada;
  background: #fff;
  padding: 0 0.42666666rem 0 4rem;
  position: relative;
}
.shuru_list > li span {
  font-size: 0.6rem;
  color: #666;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 3.8rem;
}
.shuru_list > li span em {
  color: red;
  padding-right: 0.213333333rem;
}
.shuru_list > li div.shuru_right {
  vertical-align: middle;
  position: relative;
}
.shuru_list > li input[type="text"] {
  border: 0;
  height: 1.9rem;
  line-height: 1.9rem;
  overflow: hidden;
  width: 100%;
  font-size: 0.6rem;
  vertical-align: middle;
  float: left;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  outline: none;
}
.glob_btn,
a.glob_btn:link,
a.glob_btn:visited {
  display: block;
  height: 1.75rem;
  line-height: 1.75rem;
  width: 80%;
  border-radius: 6px;
  text-align: center;
  font-size: 0.64rem;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
  background: #40acea;
  margin: 1rem auto;
}
.code {
  position: absolute;
  display: block;
  width: 4rem;
  height: 1.6rem;
  background: #e6e6e6;
  color: #666;
  text-align: center;
  line-height: 1.6rem;
  border-radius: 4px;
  right: 0;
  top: 0.18rem;
  font-size: 0.6rem;
}
.tishi {
  padding: 0 0.8rem 0.8rem;
  font-size: 0.64rem;
  color: red;
}
.tishi_p {
  padding: 0.2rem 0.8rem;
  font-size: 0.6rem;
  line-height: 1.5;
}
/****首页****/
.icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1rem;
  background: url(../images/icon.png);
  background-size: 16rem auto;
}
.index_search_box {
  display: block;
  height: 1.70666667rem;
  background: #fff;
  padding: 0.21333333rem 0.42666667rem;
  box-sizing: border-box;
}
.index_search_box div {
  background: #F4F4F4;
  border-radius: 0.64rem;
  padding: 0.256rem 0.64rem;
  box-sizing: border-box;
  height: 1.28rem;
  overflow: hidden;
  line-height: 0.42666667rem;
  position: relative;
}
.index_search_box input[type="text"] {
  border: 0;
  width: 100%;
  background: none;
}
.sousuo_btn {
  position: absolute;
  right: 0.10666667rem;
  top: 0;
  width: 1.28rem;
  height: 1.28rem;
  background: url(../images/icon.png) 0 0;
  background-size: 16rem auto;
  text-indent: -999rem;
  overflow: hidden;
}
/****banner***/
.banner_img {
  width: 100%;
  height: 7.46666667rem;
}
.banner_img .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.banner_img .swiper-pagination {
  position: absolute;
  bottom: 0.42666667rem;
  width: 100%;
  text-align: center;
}
.banner_img .swiper-pagination span {
  margin: 0 0.128rem;
}
.banner_img .swiper-slide img {
  width: 100%;
}
.banner_img .swiper-pagination-bullet-active {
  background: #666;
}
/*********顶部导航菜单********/
.menu_box {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 6.4rem;
  background: #fff;
  margin-bottom: 0.21333333rem;
}
.menu_box li {
  width: 20%;
  height: 3.2rem;
  text-align: center;
}
.menu_box li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0.21333333rem 0;
  box-sizing: border-box;
  font-size: 13px;
  color: #344895;
}
.menu_box li i {
  display: block;
  width: 0.768rem;
  height: 0.768rem;
  margin: 0.53333333rem auto;
}
.menu_box li i img {
  width: 100%;
}
/****最新上架*****/
.main_title {
  height: 1.70666667rem;
  line-height: 1.70666667rem;
  border-bottom: 1px solid #f2f2f2;
  background: #fff;
  font-size: 0.59733333rem;
  color: #f93914;
  padding: 0 0.42666667rem;
  vertical-align: middle;
  padding-left: 0.81066667rem;
  position: relative;
}
.main_title i {
  display: inline-block;
  width: 0.17066667rem;
  height: 0.512rem;
  border-radius: 0.08533333rem;
  background: #ee2125;
  position: absolute;
  left: 0.42666667rem;
  top: 50%;
  margin-top: -0.256rem;
}
.main_title a {
  float: right;
  font-size: 0.512rem;
  color: #999999;
}
/****最新上架首页滚动区*****/
.book_scroll {
  height: 8.53333333rem;
}
.book_scroll .swiper-container {
  height: 100%;
  width: 100%;
}
.book_scroll .swiper-slide {
  width: 33.3333333%;
  height: 8.53333333rem;
  background: #fff;
  padding: 0 0.42666667rem;
  position: relative;
}
.book_scroll .swiper-slide .img_box {
  display: block;
  width: 4.37333333rem;
  height: 4.37333333rem;
  margin: 0.42666667rem auto;
}
.book_scroll .swiper-slide .img_box img {
  width: 100%;
}
.scroll_h1 {
  font-size: 0.512rem;
  line-height: 0.64rem;
  color: #222222;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.book_scroll h2 {
  font-size: 0.59733333rem;
  color: #f93914;
  text-align: center;
  position: absolute;
  bottom: 1.06666667rem;
  left: 0;
  right: 0;
}
.book_scroll del {
  font-size: 12px;
  color: #999999;
  text-align: center;
  position: absolute;
  bottom: 0.42666667rem;
  left: 0;
  right: 0;
}
/********热销图书********/
.selling_book {
  height: auto!imprtant;
  overflow: hidden;
  margin: 0.21333333rem 0;
}
.selling_book .main_title {
  color: #1340e9;
}
.selling_book .main_title i {
  background: #2b5dd5;
}
.book_list_tu {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto!important;
  overflow: hidden;
}
.book_list_tu li {
  width: 50%;
  height: 11.52rem;
  border-left: 1px solid #f2f2f2;
  margin-left: -1px;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  margin-top: -1px;
  text-align: left;
  padding: 0.42666667rem;
  box-sizing: border-box;
  position: relative;
}
.book_list_tu li .img_box {
  width: 6.93333333rem;
  height: 6.93333333rem;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 0.53333333rem;
}
.img_box img {
  width: 100%;
}
.common_title {
  font-size: 0.59733333rem;
  line-height: 0.72533333rem;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.common_zz {
  font-size: 0.512rem;
  line-height: 0.81066667rem;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price {
  font-size: 0.55466667rem;
  color: #f93914;
}
.price span {
  font-size: 0.68266667rem;
  padding-left: 0.128rem;
}
.price del {
  font-size: 12px;
  color: #999999;
  margin-left: 0.256rem;
}
.price_abs {
  position: absolute;
  bottom: 0.53333333rem;
  left: 0.42666667rem;
}
.icon_shop {
  width: 1.28rem;
  height: 1.28rem;
  background: url(../images/icon.png) -2.56rem 0 #2a53eb;
  background-size: 16rem auto;
  border-radius: 50%;
}
.icon_shop_abs {
  position: absolute;
  bottom: 0.53333333rem;
  right: 0.53333333rem;
}
/****列表页面****/
.list_search_box {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto!important;
  overflow: hidden;
}
.flex_box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.list_search_box div {
  width: 11.94666667rem;
}
.icon_home {
  width: 1.28rem;
  height: 1.28rem;
  background-position: -1.28rem 0;
  text-indent: -999rem;
  margin-right: 0.21333333rem;
  overflow: hidden;
}
.icon_shop_btn {
  margin-left: 0.21333333rem;
  position: relative;
}
.num_box {
  display: inline-block;
  padding: 0.06rem 0.2rem;
  height: 0.66rem;
  border-radius: 0.42666667rem;
  background: #ee2125;
  color: #ffffff;
  font-size: 11px;
  line-height: 0.54rem;
  min-width: 0.55rem;
  position: absolute;
  left: 0.85333333rem;
  top: -0.1rem;
  text-align: center;
}
/******筛选条件********/
.screen_box {
  height: 1.70666667rem;
  line-height: 1.70666667rem;
  background: #fff;
  margin: 1px 0;
  vertical-align: middle;
  font-size: 0.55466667rem;
  color: #525252;
}
.screen_box a {
  display: inline-block;
  width: 4.69333333rem;
}
.screen_box .shaixuan_a {
  width: 4.37333333rem;
  border-left: 1px solid #f3f3f3;
}
.view_list {
  width: 2.13333333rem;
}
.screen_box a.active {
  color: #1340e9;
}
.icon_jt {
  border: 1px solid #1340e9;
  display: inline-block;
  width: 0.256rem;
  height: 0.256rem;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
  margin-left: 0.128rem;
  margin-bottom: 0.128rem;
  margin-left: 0.21333333rem;
}
.screen_box a.active .icon_jt {
  transform: rotate(-135deg);
  margin-bottom: 0;
}
.icon_view_list {
  width: 1.06666667rem;
  height: 1.06666667rem;
  background-position: -3.84rem 0;
}
.icon_view_img {
  width: 1.06666667rem;
  height: 1.06666667rem;
  background-position: -4.90666667rem 0;
}
.icon_shaixuan {
  width: 0.64rem;
  height: 0.64rem;
  background-position: -5.97333333rem 0;
}
/******文字形式列表********/
.book_list_txt {
  padding: 0 0.42666667rem;
  background: #fff;
}
.book_list_txt li {
  height: 5.54666667rem;
  border-top: 1px solid #f3f3f3;
  position: relative;
  padding: 0.42666667rem 0;
}
.book_list_txt li:first-child {
  border: 0;
}
.book_list_txt li .img_box {
  display: block;
  width: 4.69333333rem;
  height: 4.69333333rem;
  margin-right: 0.42666667rem;
  float: left;
}
.book_list_txt li .common_title {
  margin: 0.21333333rem 0;
}
.book_list_txt li .price_abs {
  left: 5.12rem;
}
.book_list_txt li .icon_shop_abs {
  right: 0;
}
/********综合排序下拉*********/
.mask_box {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.choice_box {
  background: #f3f3f3;
  width: 100%;
  height: 8.53333333rem;
  overflow: auto;
  position: fixed;
  top: 3.47733333rem;
  z-index: 101;
  padding: 0 0.68266667rem;
  box-sizing: border-box;
}
.choice_li {
  display: block;
  height: 1.70666667rem;
  line-height: 1.70666667rem;
  border-bottom: 1px solid #e6e6e6;
  font-size: 0.55466667rem;
  box-sizing: border-box;
  position: relative;
  color: #525252;
}
.choice_li_active {
  color: #1340e9;
}
.choice_li_active:after {
  content: '';
  display: block;
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/icon.png);
  background-size: 16rem auto;
  background-position: -6.61333333rem 0;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.29866667rem;
}
.choice_active {
  color: #1340e9;
}
/*********筛选弹层********/
.shaixuan_box {
  background: #fff;
  width: 11.94666667rem;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 101;
  padding: 0 0.42666667rem;
}
.shaixuan_box h2 {
  height: 1.49333333rem;
  line-height: 1.49333333rem;
  background: #f8f8f8;
  color: #1340e9;
  font-size: 0.59733333rem;
  margin: 0 -0.42666667rem;
  padding-left: 0.42666667rem;
}
.shaixuan_box h3 {
  font-size: 0.55466667rem;
  margin: 0.42666667rem 0;
}
.shaixuan_list {
  width: 100%;
  height: auto!important;
  overflow: hidden;
  padding: 0.21333333rem 0;
}
.shaixuan_list a {
  padding: 0.34133333rem 0.46933333rem;
  font-size: 0.55466667rem;
  line-height: 0.55466667rem;
  dipslay: block;
  margin-right: 0.21333333rem;
  background: #f4f4f4;
  margin-bottom: 0.21333333rem;
  border-radius: 0.21333333rem;
  float: left;
  border: 1px solid #f4f4f4;
}
.xian {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  overflow: hidden;
}
.shaixuan_btn {
  display: block;
  position: absolute;
  bottom: 0;
  height: 1.92rem;
  line-height: 1.92rem;
  text-align: center;
  font-size: 0.64rem;
}
.qblue_btn {
  width: 50%;
  left: 0;
  background: #d0d9fb;
}
.sblue_btn {
  width: 50%;
  right: 0;
  background: #2b5dd5;
  color: #fff;
}
.shaixuan_list a.active {
  border: 1px solid #2b5dd5;
  color: #1340e9;
}
/***底部导航***/
.nav_area {
  height: 1.92rem;
}
.nav_area ul {
  position: fixed;
  z-index: 99900;
  bottom: 0;
  left: 0;
  width: 100%;
}
.nav_area li {
  border: 1px solid #f2f2f2;
  height: 1.92rem;
  border-bottom: 0;
  border-right: 0;
  position: relative;
  float: left;
  width: 4.50133333rem;
  box-sizing: border-box;
}
.nav_area li:nth-of-type(1) {
  border-left: 0;
  width: 2.45333333rem;
}
.nav_area li > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*border:1px solid #f9f8f9;*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
  display: block;
  line-height: 1.92rem;
  text-align: center;
  background: #fff;
}
.nav_area li > a:only-child span {
  background: none;
  padding-left: 0;
}
.nav_area li > a.on + dl {
  display: block;
}
.nav_area li > a span {
  display: inline-block;
  padding-left: 0.53333333rem;
  position: relative;
}
.nav_area li > a span:after {
  content: '';
  width: 0.42666667rem;
  height: 0.42666667rem;
  background: url(../images/icon.png) 0 -1.28rem;
  -webkit-background-size: 16rem auto;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.21333333rem;
}
.nav_area li:first-child > a span:after {
  content: '';
  width: 1.28rem;
  height: 1.28rem;
  background: url(../images/icon.png) -1.28rem 0;
  background-size: 16rem auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.64rem;
  margin-top: -0.85333333rem;
}
/***********************/
.nav_area dl {
  display: none;
  position: absolute;
  z-index: 220;
  bottom: 60px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  background: red;
  /*min-height:100px;*/
  background: #f8f8f8;
  /*border:1px solid #afaeaf;*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px #fff;
  background: url(../imgs/2.svg#3) no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}
/*, .nav4 dl:after*/
.nav_area dl:before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 240;
  bottom: 0;
  left: 50%;
  /*width:0;
	height:0;
	border:8px solid red;
	border-color:#afaeaf transparent transparent transparent;
	margin-left:-8px;
	margin-bottom:-16px;*/
  width: 10px;
  height: 10px;
  background: url(../imgs/1.svg#2) no-repeat center -55px;
  -webkit-background-size: 10px auto;
  bottom: -9px;
  margin-left: -5px;
}
/*.nav4 dl:after{
	z-index:241;
	border-color:#e4e3e2 transparent transparent transparent;
	margin-bottom:-15px;
}*/
.nav_area dl dd {
  line-height: 1.92rem;
  text-align: center;
  background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(194, 194, 194, 0.8)), to(rgba(194, 194, 194, 0.8)), color-stop(50%, rgba(194, 194, 194, 0.8)));
  background-size: 80% 1px;
  background-repeat: no-repeat;
  background-position: center bottom;
  /*background: url(../imgs/3.svg#4) no-repeat center bottom;
	-webkit-background-size:100px 1px;*/
}
.nav_area dl dd:last-of-type {
  background: none;
}
.nav_area dl dd a {
  display: block;
  color: #4f4d4f;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav_area .masklayer_div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 180;
  background: rgba(0, 0, 0, 0);
}
.nav_area .masklayer_div.on {
  display: block;
}
/*# sourceMappingURL=common.css.map */