@charset "utf-8";

/*	reset */
body,
input,
textarea {
  font: 0.14rem PingFangSC-Regular, PingFangSC-Light, sans-serif, roboto, Helvetica Neue, Helvetica, Microsoft Yahei, Tahoma, Arial;
  color: #515a6e;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
  border: none;
}

li {
  list-style: none;
}

input::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder {
  color: #aaa;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
}

.clear {
  *zoom: 1
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 默认超链样式 */

a {
  color: #09B07F;
  text-decoration: none;
}

a:hover {
  color: #09B07F;
  text-decoration: none;
}

/* color */
.red {
  color: #F50303;
}

.green {
  color: #080;
}

.blue {
  color: #0e83e5;
}

.gray3 {
  color: #333;
}

.gray6 {
  color: #666;
}

.gray9 {
  color: #999;
}

.orange {
  color: #f80;
}

.black {
  color: #2E2F33;
}

.white {
  color: #fff;
}

.scrollbar::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  border-radius: 2em;
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: #abaeb1;
  border-radius: 2em;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #747679;
}

/*font*/
.f12 {
  font-size: 0.12rem
}

.f14 {
  font-size: 0.14rem
}

.f16 {
  font-size: 0.16rem
}

.f18 {
  font-size: 0.18rem
}

.f20 {
  font-size: 0.2rem
}

.f22 {
  font-size: 0.2rem
}

.f24 {
  font-size: 0.24rem
}

.f26 {
  font-size: 0.26rem
}

.f28 {
  font-size: 0.28rem
}

.f30 {
  font-size: 0.3rem
}

.lh150 {
  line-height: 1.5rem
}

.lh175 {
  line-height: 1.75rem
}

.lh2 {
  line-height: 2rem
}

.lh16 {
  line-height: 0.16rem
}

.lh18 {
  line-height: 0.18rem
}

.lh20 {
  line-height: 0.2rem
}

.lh22 {
  line-height: 0.22rem
}

.lh24 {
  line-height: 0.24rem
}

.lh26 {
  line-height: 0.26rem
}

.lh28 {
  line-height: 0.28rem
}

.lh30 {
  line-height: 0.3rem
}

.fwb {
  font-weight: 700
}

.fwn {
  font-weight: 400
}

.fsn {
  font-style: normal
}

.fsi {
  font-style: italic
}

.fyahei {
  font-family: 'Microsoft Yahei'
}

.farial {
  font-family: Arial, sans-serif
}

/*float*/
.fl {
  float: left;
}

.fr {
  float: right;
}

/*margin*/
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 0.05rem;
}

.m10 {
  margin: 0.1rem;
}

.m15 {
  margin: 0.15rem;
}

.m20 {
  margin: 0.2rem;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 0.05rem;
}

.mt10 {
  margin-top: 0.1rem;
}

.mt15 {
  margin-top: 0.15rem;
}

.mt20 {
  margin-top: 0.2rem;
}

.mt25 {
  margin-top: 0.25rem;
}

.mt30 {
  margin-top: 0.3rem;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 0.05rem;
}

.ml10 {
  margin-left: 0.1rem;
}

.ml15 {
  margin-left: 0.15rem;
}

.ml20 {
  margin-left: 0.2rem;
}

.ml25 {
  margin-left: 0.25rem;
}

.ml30 {
  margin-left: 0.3rem;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 0.05rem;
}

.mr10 {
  margin-right: 0.1rem;
}

.mr15 {
  margin-right: 0.15rem;
}

.mr20 {
  margin-right: 0.2rem;
}

.mr25 {
  margin-right: 0.25rem;
}

.mr30 {
  margin-right: 0.3rem;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.05rem;
}

.mb10 {
  margin-bottom: 0.1rem;
}

.mb15 {
  margin-bottom: 0.15rem;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.mb25 {
  margin-bottom: 0.25rem;
}

.mb30 {
  margin-bottom: 0.3rem;
}

.mt0a {
  margin: 0 auto;
}

.mt5a {
  margin: 0.05rem auto 0;
}

.mt10a {
  margin: 0.1rem auto 0;
}

.mt15a {
  margin: 0.15rem auto 0;
}

.mt20a {
  margin: 0.2rem auto 0;
}

.mt25a {
  margin: 0.25rem auto 0;
}

.mt30a {
  margin: 0.3rem auto 0;
}

.m05 {
  margin: 0 0.05rem;
}

.m010 {
  margin: 0 0.1rem;
}

.m015 {
  margin: 0 0.15rem;
}

.m020 {
  margin: 0 0.2rem;
}

.m025 {
  margin: 0 0.25rem;
}

.m030 {
  margin: 0 0.3rem;
}

/*padding*/
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 0.05rem;
}

.p10 {
  padding: 0.1rem;
}

.p15 {
  padding: 0.15rem;
}

.p20 {
  padding: 0.2rem;
}

.p25 {
  padding: 0.25rem;
}

.p30 {
  padding: 0.3rem;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 0.05rem;
}

.pt10 {
  padding-top: 0.1rem;
}

.pt15 {
  padding-top: 0.15rem;
}

.pt20 {
  padding-top: 0.2rem;
}

.pt25 {
  padding-top: 0.25rem;
}

.pt30 {
  padding-top: 0.3rem;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 0.05rem;
}

.pr10 {
  padding-right: 0.1rem;
}

.pr15 {
  padding-right: 0.15rem;
}

.pr20 {
  padding-right: 0.2rem;
}

.pr25 {
  padding-right: 0.25rem;
}

.pr30 {
  padding-right: 0.3rem;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 0.05rem;
}

.pb10 {
  padding-bottom: 0.1rem;
}

.pb15 {
  padding-bottom: 0.15rem;
}

.pb20 {
  padding-bottom: 0.2rem;
}

.pb25 {
  padding-bottom: 0.25rem;
}

.pb30 {
  padding-bottom: 0.3rem;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 0.05rem;
}

.pl10 {
  padding-left: 0.1rem;
}

.pl15 {
  padding-left: 0.15rem;
}

.pl20 {
  padding-left: 0.2rem;
}

.pl25 {
  padding-left: 0.25rem;
}

.pl30 {
  padding-left: 0.3rem;
}

.p05 {
  padding: 0 0.05rem;
}

.p010 {
  padding: 0 0.1rem;
}

.p015 {
  padding: 0 0.15rem;
}

.p020 {
  padding: 0 0.2rem;
}

.p025 {
  padding: 0 0.25rem;
}

.p030 {
  padding: 0 0.3rem;
}

/*text-align*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

/*other*/
.hide {
  display: none
}

.db {
  display: block
}

.dib {
  display: inline-block
}

.dt {
  display: table;
  width: 100%
}

.dtc {
  display: table-cell
}

.va-top {
  vertical-align: top
}

.va-middle {
  vertical-align: middle
}

.va-sub {
  vertical-align: sub
}

.va-bottom {
  vertical-align: bottom
}

.owh {
  overflow: hidden
}

.owh-x {
  overflow-x: hidden
}

.owh-y {
  overflow-y: hidden
}

.pos-a {
  position: absolute
}

.pos-r {
  position: relative
}

.pos-f {
  position: fixed
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1
}

.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2
}

.flex-3 {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  flex: 3
}

.justify-content-fs {
  -webkit-justify-content: flex-start;
  justify-content: flex-start
}

.justify-content-c {
  -webkit-justify-content: center;
  justify-content: center
}

.justify-content-sa {
  -webkit-justify-content: space-around;
  justify-content: space-around
}

.justify-content-sb {
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.align-items-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.align-items-end {
  -webkit-align-items: flex-end;
  align-items: flex-end
}

.flex-wrap-w {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.align-content-c {
  -webkit-align-content: center;
  align-content: center
}

.flex-shrink-0 {
  -webkit-flex-shrink: 0;
  flex-shrink: 0
}

.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-grow-1 {
  -webkit-flex-grow: 1;
  flex-grow: 1
}

.flex-grow-0 {
  -webkit-flex-grow: 0;
  flex-grow: 0
}

.flex-direction-column {
  -webkit-flex-direction: column;
  flex-direction: column
}

/*全局*/
body {
  background: #f5f7fa;
  font-size: 0.14rem;
  color: #333;
  min-width: 12rem;
}

.wrap {
  margin: 0 13.54%;
}
.center {
  width: 12rem;
  margin: 0 auto;
}

/*header*/
.all-categories label:after {
  background: url(/static/img/web/shop/index_imgs.png) no-repeat;
}

.header {
  background: #fff;
}

.header-top-nav {
  background: #f5f5f5;
  height: 0.32rem;
  line-height: 0.32rem;
}

.header-top-nav a {
  color: #666;
  margin-right: 0.3rem;
  font-size: 0.12rem;
}

.header-top-nav a:hover {
  color: #09B07F;
}

.header-col {
  height: 0.8rem;
  margin-bottom: 0.15rem;
}

.header-user {
  margin: 0 0.1rem 0 0.4rem;
}

.header-user a:not(.reg) {
  color: #333;
}

.header-user .reg {
  height: 0.36rem;
  line-height: 0.36rem;
  background: #09B07F;
  color: #fff;
  display: inline-block;
  border-radius: 1rem;
  padding: 0 0.13rem;
  margin-left: 0.1rem;
  transition: all .2s ease;
}

.header-user .reg:hover {
  opacity: .8;
}

.header-user .user-logined {
  position: relative;
}

.header-user .user-logined>a {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  position: relative;
}

.header-user .user-logined>a .img {
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  background: #f5f5f5;
  vertical-align: middle;
}

.header-user .user-logined>a .level {
  position: absolute;
  right: -0.1rem;
  bottom: 0;
}

.header-user .user-logined .dropdown {
  display: none;
  background: #fff;
  border: 0.01rem solid #d9e3e9;
  border-radius: 0.05rem;
  padding: 0.05rem;
  position: absolute;
  width: 1.2rem;
  box-shadow: 0 0 0.35rem 0 rgba(154, 161, 171, .15);
  z-index: 50;
  right: 0;
}

.header-user .user-logined .dropdown:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.1rem;
  z-index: -1;
}

.header-user .user-logined .dropdown li a {
  display: block;
  height: 0.32rem;
  line-height: 0.32rem;
  color: #6c757d;
  white-space: nowrap;
  padding: 0 0.1rem;
  transition: all .2s ease;
}

.header-user .user-logined .dropdown li a:hover {
  background: #f8f9fa;
  color: #333;
}

.header-user .user-logined:hover .dropdown {
  display: block;
}

.header-menu-wrap {
  height: 0.45rem;
}

.header-menu-wrap * {
  box-sizing: border-box;
}

.header-menu {
  margin-top: 0.1rem;
  line-height: 0.28rem;
}

.header-menu li {
  float: left;
  padding: 0 0.3rem;
}

.header-menu li a {
  font-size: 0.16rem;
  color: #666;
}

.header-menu li a:hover {
  color: #09B07F;
}

.all-categories {
  position: relative;
}

.all-categories label {
  display: block;
  width: 2.2rem;
  background: #26a3fc;
  color: #fff;
  line-height: 0.45rem;
  font-size: 0.16rem;
  font-weight: 700;
  padding-left: 0.2rem;
  position: relative;
  border-radius: 0.04rem 0.04rem 0 0;
}

.all-categories label:after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.12rem;
  position: absolute;
  top: 0.17rem;
  right: 0.18rem;
  background-position: -0.83rem -0.02rem;
}

.all-categories:hover .all-categories-nav {
  display: block;
}

.all-categories-nav {
  position: absolute;
  background: #fff;
  width: 2.2rem;
  height: 4rem;
  display: none;
  z-index: 50;
  box-shadow: 0 0 0.03rem 0.01rem rgb(0 0 0 / 8%);
}

.all-categories-nav:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -0.1rem;
  z-index: -11;
}

.all-categories-nav .item:not(:last-child) {
  border-bottom: 0.01rem solid #eee;
}

.all-categories-nav .item>a {
  color: #333;
  font-size: 0.15rem;
  height: 0.48rem;
  line-height: 0.56rem;
  padding-left: 0.18rem;
  display: block;
  position: relative;
  transition: all .2s ease;
}

.all-categories-nav .item>a:before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  position: absolute;
  border-right: 0.01rem solid #888;
  border-bottom: 0.01rem solid #888;
  right: 0.2rem;
  top: 0.24rem;
  transform: rotate(-45deg);
}

.all-categories-nav .item:hover>a {
  background: #f9f9f9;
}

.all-categories-nav .item:hover>a:before {
  border-color: #26a3fc;
}

.all-categories-nav .pop-nav {
  position: absolute;
  background: #fff;
  border: 0.01rem solid #e8e8e8;
  left: 2.2rem;
  top: 0;
  width: 9.8rem;
  padding: 0.25rem 0.3rem 0.15rem 0.35rem;
  box-shadow: 0.01rem 0 0.05rem rgba(0, 0, 0, .02);
  height: 100%;
  display: none;
  overflow: hidden;
}

.all-categories-nav .pop-nav .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.1rem;
}

.all-categories-nav .pop-nav .title h6 {
  font-size: 0.14rem;
  font-weight: 700;
  position: relative;
}

.all-categories-nav .pop-nav .title h6:before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #26a3fc;
  margin-right: 0.05rem;
}

.all-categories-nav .pop-nav ul {
  height: 3.1rem;
  overflow-y: auto;
  padding-top: 0.1rem;
}

.all-categories-nav .pop-nav ul li {
  width: 1.8rem;
  height: 1.4rem;
  display: inline-block;
  margin-bottom: 0.1rem;
}

.all-categories-nav .pop-nav ul li:not(:nth-child(4n + 1)) {
  margin-left: 0.58rem;
}

.all-categories-nav .pop-nav ul li a {
  display: block;
  height: 100%;
  text-align: center;
  color: #333;
  transition: .3s ease;
}

.all-categories-nav .pop-nav ul li a .img {
  display: block;
  width: 1.8rem;
  height: 1rem;
  overflow: hidden;
  border-radius: 0.03rem;
}

.all-categories-nav .pop-nav ul li a .img img {
  width: 100%;
  height: 100%
}

.all-categories-nav .pop-nav ul li a .name {
  display: block;
  height: 0.26rem;
  line-height: 0.26rem;
  text-overflow: ellipsis;
  overflow: hidden;
}

.all-categories-nav .pop-nav ul li a:hover {
  transform: translateY(-0.1rem);
  box-shadow: 0 0.01rem 0.05rem 0.02rem rgba(0, 0, 0, .08);
}

.all-categories-nav .item:hover .pop-nav {
  display: block;
}

/*footer*/
.footer {
  background: #242424;
  color: #ddd;
  font-size: 0.14rem;
}

.footer .logo {
  margin-bottom: 0.2rem;
}

.footer-top {
  padding: 0.5rem 0;
  border-bottom: 0.01rem solid #545454;
}

.footer-top .cont-contact .contact {
  text-align: right;
  line-height: 1.5;
  margin-right: 0.25rem;
}

.footer-top .cont-contact .contact .tel {
  font-weight: bold;
  background: url(/static/img/web/footer_img.png) no-repeat 1.19rem 0.03rem;
}

.footer-top .cont-contact .contact .tel-num {
  font-size: 0.26rem;
  font-family: Helvetica
}

.footer-top .cont-contact .contact .email a {
  color: #ddd;
}

.footer-top .cont-contact .contact .email a:hover {
  color: #fff;
}

.footer-top .cont-contact .wx {
  margin-right: 0.3rem;
}

.footer-top .cont-contact .wx h5 {
  font-size: 0.16rem;
  font-weight: 500;
  margin-bottom: 0.15rem;
  padding-left: 0.2rem;
  line-height: 0.3rem;
}

.footer-top .cont-contact .wx .item {
  display: flex;
}

.footer-top .cont-contact .wx .item>div {
  margin: 0 0.2rem;
}

.footer-top .cont-contact .wx img {
  width: 0.8rem;
}

.footer-top .cont-contact .wx p {
  margin-bottom: 0.15rem;
  color: #ddd;
  font-size: 0.12rem;
}

.footer-top .cont-contact .qr-code {
  margin: 0.2rem 0 0 0;
}

.footer-top .cont-contact .qr-code a {
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  float: right;
  background: url(/static/img/web/footer_img.png) no-repeat;
  margin-left: 0.12rem;
  opacity: .6;
}

.footer-top .cont-contact .qr-code a:hover {
  opacity: 1;
}

.footer-top .cont-contact .qr-code .icon-email {
  background-position: 0 -0.39rem;
}

.footer-top .cont-contact .qr-code .icon-wx {
  background-position: 0 -0.94rem;
}

.footer-top .cont-contact .qr-code .icon-wb {
  background-position: 0 -1.49rem;
}

.footer-top .cont-contact .qr-code .icon-qq {
  background-position: 0 -2.04rem;
}

.footer-top .cont-list ul {
  float: left;
}

.footer-top .cont-list ul:not(:last-child) {
  margin-right: 1rem;
}

.footer-top .cont-list ul h5 {
  color: #ddd;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-bottom: 0.36rem;
}

.footer-top .cont-list ul li {
  line-height: 0.36rem;
  color: #999;
  font-size: 0.14rem;
}

.footer-top .cont-list ul li a {
  color: #999;
  white-space: nowrap;
  margin-right: 0.1rem;
}

.footer-top .cont-list ul li a:hover {
  color: #fff;
}

.footer-bottom .info {
  background: #222;
  padding: 0.25rem 0;
  color: #999;
}

.footer-bottom .info a {
  color: #999;
}

.footer-bottom .info a:hover {
  color: #fff;
}

.footer-bottom .info .la span {
  line-height: 0.3rem;
  background: #2492e0 !important;
}

/*页脚*/


/*footer 微信弹层*/
.wx-qr {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem;
  border-radius: 0.03rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);
  display: none;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.wx-qr .close {
  cursor: pointer;
  color: #aaa;
  position: absolute;
  top: 0.06rem;
  right: 0.1rem;
}

.wx-qr .close:after {
  content: "+";
  display: inline-block;
  font-size: 0.3rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wx-qr img {
  margin-top: 0.2rem;
}

.wx-qr p {
  color: #aaa;
}

/*暂无数据提示结构*/
.empty {
  text-align: center;
  padding: 0.3rem 0;
}

.empty img {
  width: 1.28rem;
  margin-bottom: 0.1rem;
}

.empty p {
  color: #999;
}

/*面包屑*/
.breadcrumb {
  display: flex;
  align-items: center;
  height: 0.4rem;
  line-height: 0.4rem;
  margin: 0.1rem 0;
  color: #999AAA;
}

.breadcrumb a {
  font-size: 0.13rem;
  color: #999AAA;
  cursor: pointer;
  margin: 0 3px;
}
.breadcrumb a:first-child {
  margin-left: 0;
}
.breadcrumb a:hover {
  color: #09B07F;
}

.breadcrumb cite {
  font-size: 0.13rem;
  color: #999AAA;
  font-style: normal;
  cursor: auto;
  margin-left: 3px;
}
/* 分享 */
.layui-dropdown {
  display: inline-block;
  position: relative;
  font-size: 0.14rem;
}

.layui-dropdown>a:hover i {
  color: #09B07F;
}

.layui-dropdown>ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0rem;
  padding: 0.05rem 0;
  margin: 0.05rem 0;
  white-space: nowrap;
  line-height: 0.32rem;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, .15);
  border: 0.01rem solid #e6e6e6;
  background-color: #fff;
  border-radius: 0.04rem;
  z-index: 900;
}

.layui-dropdown>ul>h4 {
  color: #999;
  display: block;
  padding: 0 0.2rem;
  font-size: 0.12rem;
}

.layui-dropdown>ul>li {
  position: relative;
}

.layui-dropdown>ul>li>a {
  color: #333;
  display: block;
  padding: 0 0.05rem;
  transition: all .3s;
  -webkit-transition: all .3s;
}

.layui-dropdown>ul>li>a>i {
  font-size: 0.14rem;
  margin-right: 0.05rem;
}

.layui-dropdown>ul>li>a:hover {
  background-color: #f2f2f2;
}

.layui-dropdown.dropdown-right>ul {
  left: auto;
  right: 0rem;
}

.layui-dropdown>ul>li.dropdown-item-disabled>a {
  color: #999;
  cursor: not-allowed;
}

.layui-dropdown>ul>li.dropdown-item-disabled>a:hover {
  color: #999;
  background-color: transparent;
}

.layui-dropdown .bds_more {
  font-size: 0.24rem;
  color: #888;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.layui-dropdown .bds_more:hover {
  color: #ddd;
}

/*分享弹层*/
.share-dropdown {
  padding: 0.05rem 0 0.05rem 0.15rem !important;
  width: 2.45rem;
  margin-left: -1.1rem !important;
  border-radius: 0.03rem;
  color: #333;
}

.share-dropdown:before {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  border-top: 0.01rem solid #d9e3e9;
  border-right: 0.01rem solid #d9e3e9;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -0.06rem;
  left: 50%;
  background: #fff;
}

.share-dropdown li {
  float: left;
}

.share-dropdown p {
  float: left;
  margin-top: 0.1rem;
}

.share-dropdown li a {
  float: left;
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(/static/img/edu/share_icon.png) no-repeat !important;
  float: left;
  margin: 0 !important;
}

.share-dropdown .bds_weixin {
  background-position: -0.13rem -0.07rem !important;
}

.share-dropdown .bds_tsina {
  background-position: -0.57rem -0.07rem !important;
}

.share-dropdown .bds_sqq {
  background-position: -1.01rem -0.07rem !important;
}

.share-dropdown .bds_qzone {
  background-position: -1.46rem -0.07rem !important;
}

.bd_weixin_popup {
  height: 3.15rem !important;
  border-radius: 0.03rem;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}

/*右侧栏浮动层*/
.right-nav-fixed {
    position: fixed;
    right: 0;
    bottom: 1.6rem;
    z-index: 100;
    width: 0.42rem;
    height: 1.14rem;
    text-align: center;
    color: #fff;
    padding: 0.05rem 0.1rem 0.1rem;
    box-sizing: border-box;
    line-height: 0.16rem;
    background: linear-gradient(#09B07F 0%, #09B0B0 100%);
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem;
}

.right-nav-fixed a {
  display: block;
  height: 0.6rem;
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 0.15rem;
  transition: .3s ease;
}

.right-nav-fixed a span {
  display: block;
  font-size: 14px;
}

.right-nav-fixed .live {
  color: #fff !important;
  padding-top: 0.05rem;
}

.right-nav-fixed .live img {
  width: 0.2rem;
  margin-bottom: 0.03rem;
}


/*index banner*/
.index-banner {height:2.52rem;position: absolute;top: 0;left: 0;z-index: 99;width: 100%;background:url(https://sanger-sc-prod.oss-cn-shanghai.aliyuncs.com/static/majorbio/images/banner.jpg) no-repeat;background-size: cover;background-position: center;display: flex;align-items: flex-end;margin-top: 72px;}
.index-banner .search input {border-radius:0.04rem;background:#fff;border:none;box-sizing:border-box;padding:0 1.3rem 0 0.1rem;width:6rem;outline: none;}
.index-banner .search button {width:1.16rem;height:0.4rem;line-height: 0.4rem;font-size:0.16rem;color:#fff;border-radius:0.04rem;border:none;background:#2362eb;position: absolute;top:0.91rem;right:0.04rem;cursor: pointer;transition:.3s ease;}
.banner-box {margin-left: 13.54%;color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height:100%;
  opacity: 0;
  animation: fadeIn 3s forwards;  -webkit-animation: fadeIn 3s forwards;
}
.banner-box > div {
  padding-bottom: 0.1rem;
  opacity: 0;
  animation: fadeIn 3s forwards;  -webkit-animation: fadeIn 3s forwards;
  }
.banner-box .p1 {display: flex;align-items: center;}
.banner-box .p1 .title {font-size: 0.4rem;font-weight: 700;margin-bottom: 0.05rem}
.banner-box .p1 .study-btn {margin-left: 0.92rem;font-size: 0.16rem;color: #09B07F;background: #fff;border-radius: 0.15rem;padding: 0 0.18rem;height: 0.29rem;line-height: 0.28rem;}
.banner-box .p2 {font-size: 0.16rem;margin-bottom: 0.24rem;letter-spacing: 0.01rem;}
.banner-box .p2 span:last-child {margin-left: 0.1rem;}
.header-search button{position: absolute;top: 0;right: -0.02rem;border: none;width: 0.54rem;height: 0.3rem;line-height: 0.29rem;text-align: center;background: #09B07F;border-radius: 0.2rem;color: #fff;cursor: pointer;} 
.header-search {width: 50%;position: relative;margin-top: 0.25rem;}
.header-search input {width: 100%;background: #fff;border-radius: 0.14rem;height: 0.3rem;padding-left: 1rem;border: 0;padding-right: 0.6rem;color: rgba(46, 47, 51, .8)}
.header-search .type {position: relative;}
.header-search .type > label {display:block;width: 0.65rem;height: 0.3rem;line-height: 0.3rem;position: absolute;
  background: #fff;
  color: #2E2F33;
  border-radius: 0.14rem;
  left: 0.13rem;}
.header-search .type > label:after {content:"";display: block;width:14px;height:8px;background-position: 0 0;position: absolute;right:-0.1rem;top:0.13rem;background: url(/static/img/web/shop/index_imgs.png) no-repeat;}
.header-search .type ul {position: absolute;background: #fff;z-index: 50;border:0.01rem solid #e8e8e8;box-shadow: 0 0 0.1rem rgba(0,0,0,.1);padding:0.05rem 0;border-radius: 0.03rem;display: none;top:0.3rem;}
.header-search .type ul:after {content:"";position:absolute;width:100%;height:100%;top:-0.1rem;z-index:-1;}
.header-search .type ul li {height:0.34rem;line-height: 0.34rem;padding:0 0.1rem;cursor: pointer;white-space: nowrap;color: #2E2F33;}
.header-search .type ul li:hover {background: #f5f5f5;}

.header {top: 2.8rem !important;}

.shop-content {padding-top: calc(2.52rem + 72px);background: #F5F6F6;}
/*锚点子导航*/
.detail-top-nav-box {display: flex;justify-content: center;align-items: center;background: #fff;}
.detail-top-nav-wrap {line-height:0.38rem;}
.detail-top-nav-wrap .wrap {margin:0 auto;}
.detail-top-nav {display: flex;font-size: 0.16rem;justify-content: center;padding: 0.37rem 0 0 0;}
.detail-top-nav li {cursor:pointer;color: #2E2F33;width: 1.25rem;text-align: center;padding-bottom: 24px;}
.detail-top-nav li:hover{color: #2CB996;}
.detail-top-nav li + li {margin-left: 0.25rem;}
.detail-top-nav li.current {color: #2CB996; border-bottom: 4px solid #2CB996;}

/* 弹窗 */
.layui-layer-dialog .layui-layer-title {background: #09B07F !important;color: #fff !important;height: 0.5rem !important;line-height: 0.5rem !important;}
.layui-layer-dialog .layui-layer-ico {background: url('/static/img/web/close.svg') no-repeat !important;}
.layui-layer-dialog .layui-layer-btn {text-align: center !important;}
.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {background-color: #09B07F !important; color: #fff !important;border-color: #09B07F !important;}
.layui-layer-dialog .layui-layer-btn a {border-radius: 0.04rem !important;height: 0.32rem !important;line-height: 0.32rem !important;}
