.m-InquiryBg {
  display: none;
  position: fixed;
  z-index: 8889;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.m-InquiryBox {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
}
.m-InquiryBox .top {
  padding: 0.3rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-InquiryBox .top .title {
  text-align: center;
  height: 0.8rem;
  line-height: 0.6rem;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.m-InquiryBox .top .close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
}
.m-InquiryBox .top .form .name {
  display: inline-block;
  width: 6rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 0.8rem;
  line-height: 0.8rem;
}
.m-InquiryBox .top .form .label {
  display: inline-block;
  width: 1.6rem;
  text-align: right;
}
.m-InquiryBox .top .form .red {
  color: red;
}
.m-InquiryBox .top .form p {
  margin-bottom: 10px;
}
.m-InquiryBox .top .form p.err1 {
  color: red;
  padding-left: 1.8rem;
  font-size: 12px;
  display: none;
}
.m-InquiryBox .top .form p.err2 {
  color: red;
  padding-left: 1.8rem;
  font-size: 12px;
  display: none;
}
.m-InquiryBox .top .form p.err3 {
  color: red;
  padding-left: 1.8rem;
  font-size: 12px;
  display: none;
}
.m-InquiryBox .top .form input {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: none;
  background-color: #fff;
  padding: 0 5px;
  width: 4rem;
  height: 0.6rem;
  margin: 0 0.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.m-InquiryBox .top .form .duan1 {
  width: 1.5rem;
}
.m-InquiryBox .top .form .duan2 {
  width: 2rem;
}
.m-InquiryBox .top .form .yzm {
  width: 2rem;
}
.m-InquiryBox .top .form img {
  width: 1.2rem;
  height: 0.6rem;
  vertical-align: middle;
}
.m-InquiryBox button {
  width: 100%;
  background-color: #ff6900;
  color: #fff;
  font-size: 0.28rem;
  border: none;
  outline: none;
  height: 1rem;
}
body {
  font-size: 14px;
  cursor: pointer;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bfc {
  overflow: hidden;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-row {
  display: block;
  width: 100%;
  height: auto;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-nav {
  position: relative;
  height: 40px;
  overflow: hidden;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.m-nav .nav-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 50px;
}
.m-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 40px;
  padding: 0 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-nav li.active a {
  color: #ff6900;
}
.m-nav li a:focus {
  color: inherit;
}
.m-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ff6900;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0;
  color: #fff;
  position: relative;
}
.m-header form {
  width: 5.4rem;
}
.m-header i {
  padding: 5px 8px;
  font-size: 16px;
}
.m-header i.icon-search {
  position: absolute;
  color: #333;
  top: 2px;
}
.m-header i.icon-round_close_fill_light {
  position: absolute;
  color: #ff6900;
  right: 50px;
  top: 0;
  opacity: 0;
}
.m-header .search-btn {
  position: absolute;
  color: #ff6900;
  right: 6px;
  top: 2px;
  background: #ff6900;
  padding: 3px 8px;
  color: #fff;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  opacity: 0;
}
.m-header.is-search i.icon-round_close_fill_light {
  opacity: 1;
}
.m-header.is-search .search-btn {
  opacity: 1;
}
.m-header .input-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.m-header .input-wrap input {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: none;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding-left: 30px;
  outline: none;
}
.m-header .down-wrap {
  position: absolute;
  display: none;
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  right: 3px;
  top: 90%;
  z-index: 2000;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 0px 13px 0px #d0d0d0;
  box-shadow: 0px 0px 13px 0px #d0d0d0;
}
.m-header .down-wrap.is-show {
  display: block;
}
.m-header .down-wrap:before {
  content: '';
  position: absolute;
  right: 8px;
  top: -5px;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background: #fff;
}
.m-header .down-wrap i {
  padding: 3px;
  vertical-align: middle;
}
.m-header .down-wrap a {
  display: block;
  line-height: 30px;
  padding: 5px;
  padding-right: 25px;
  height: 100%;
}
.m-footer {
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.m-footer .call-me {
  border:1px solid #F1833B;
  background: #FCECE0;
  color:#F1833B;
  height: 100%;
  line-height: 46px;
  cursor: pointer;
}
.m-footer .tabbar-item {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.m-footer .tabbar-item span {
  font-size: 12px;
}
.m-footer .tabbar-item:last-child {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  height: 100%;
  line-height: 46px;
  color: #fff;
  background: #ff6900;
}
.m-footer .tabbar-item:last-child span {
  font-size: 14px;
}
.m-footer i {
  font-size: 18px;
}
.store-name {
  padding: 8px;
}
.m-title {
  padding: 10px 0px;
  text-align: center;
}
.m-title h5 {
  display: inline;
  position: relative;
  color: #ff6900;
  font-size: 16px;
}
.m-title h5:before {
  width: 90px;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  left: -100px;
  background: #eee;
}
.m-title h5:after {
  width: 90px;
  height: 1px;
  content: '';
  position: absolute;
  top: 50%;
  right: -100px;
  background: #eee;
}
.m-product-list {
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
  background: #f5f5f5;
}
.m-product-list li {
  width: 48.5%;
  background: #fff;
  margin-top: 2%;
  overflow: hidden;
}
.m-product-list li .img-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.m-product-list li .img-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.m-product-list li:nth-child(odd) {
  float: left;
}
.m-product-list li:nth-child(even) {
  float: right;
}
.m-product-list li .text-wrap {
  padding: 5px 10px;
}
.m-product-list li .product-title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
.m-product-list li .price {
  color: #ff6900;
  line-height: 1.8;
  font-size: 16px;
}
.look-wrap {
  padding: 10px;
  background: #f5f5f5;
}
.look-wrap .btn {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.search-hot-wrap {
  padding: 15px;
}
.search-hot-wrap a {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #f5f5f5;
}
.about-page-wrap {
  background: #fff;
  padding: 12px 0;
}
.about-page-wrap .header-title {
  height: 40px;
  line-height: 40px;
  margin:10px 0;
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  display: flex;
  flex-direction: row;
  padding:0 20%;
}
.about-page-wrap .flex {
  margin:0 15px;
}
.about-page-wrap .header-title .nav-tab {
  padding:0 10px;
  cursor: pointer;
}
.about-page-wrap .header-title .active {
  color:#F1833B;
  border-bottom:1px solid #F1833B;
}
.about-page-wrap .nav-title {
  border-top:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
  height: 40px;
  line-height: 40px;
  background:#f8f8f8;
  padding:0 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.about-page-wrap .img-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#js-archives-info {
  display: none;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.about-page-wrap .img-box img {
  width:22%;
  height:80px;
  cursor: pointer;
}
.about-page-wrap .flex {
  padding: 12px 0;
}
.about-page-wrap .flex span {
  color: #999;
}
.about-page-wrap .flex:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}
.about-page-wrap .flex .flex-item {
  padding-left: 8px;
}
.contact-page-wrap {
  background-color: #fff;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.contact-page-wrap .line-height {
  line-height: 40px;
}
.contact-page-wrap .border-bottom {
  border-bottom: 1px solid #ddd;
  padding: 0 10px;
}
.contact-page-wrap .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page-wrap .flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.contact-page-wrap .btn {
  width: 80px;
  height: 30px;
  color: #fff;
  background-color: #ff6900;
  text-align: center;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-top: 5px;
  outline: none;
}
.contact-page-wrap .title {
  display: inline-block;
  width: 94px;
  text-align: right;
  padding-right: 10px;
}
.code-dialog-mask .code-save img {
  width:80%;
}
.code-dialog-mask {
  position: fixed;
  z-index: 8889;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.code-dialog-mask .code-save  #click-save {
  cursor: pointer;
  display: block;
  margin-top:20px;
  width:100%;
  background-color: #ff6900;
  color: #fff;
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
}
.code-dialog-mask .code-save {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  text-align: center;
  width: 100%;
  height: 400px;
}
.contact-page-wrap a.link {
  color: #ff6900;
}
.contact-page-wrap .address .title {
  line-height: 40px;
}
.contact-page-wrap .address .content {
  line-height: 20px;
  padding-top: 10px;
}
.home-footer {
  padding: 15px 0;
  background: #f5f5f5;
}
.home-footer .quick-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.1rem;
}
.home-footer .quick-link span {
  margin: 0 3px;
  color: #999;
}
.home-footer .copyright {
  text-align: center;
  color: #999;
}
.news-page-wrap {
  background-color: #f5f5f5;
  overflow: hidden;
}
.news-page-wrap li {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.news-page-wrap li .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-page-wrap li .date {
  color: #aaa;
  font-size: 10px;
}
.news-page-detail {
  padding: 10px 15px;
  background-color: #fff;
}
.news-page-detail .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
}
.news-page-detail .date {
  font-size: 10px;
  color: #aaa;
  margin: 20px 0;
}
.news-page-detail img {
  max-width: 100%;
}
.m-pagination {
  padding: 15px 0;
  text-align: center;
}
.m-pagination a {
  display: inline-block;
  padding: 5px 12px;
  background: #f5f5f5;
  margin: 0 3px;
}
.m-pagination span {
  display: inline-block;
  margin: 0 3px;
}
.product-page-wrap .img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page-wrap .img-box img {
  max-width: 100%;
  max-height: 100%;
}
.product-page-wrap .filter-tabbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0.88rem;
  line-height: 0.88rem;
  background-color: #fff;
}
.product-page-wrap .filter-tabbar li {
  position: relative;
  height: 0.88rem;
  width: calc(100% / 3);
  text-align: center;
}
.product-page-wrap .filter-tabbar li.active {
  color: #ff6900;
}
.product-page-wrap .filter-tabbar li.active:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ff6900;
}
.product-page-wrap .switch-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-page-wrap .switch-product-list.grid li {
  width: 3.65rem;
  height: auto;
  padding: 0;
  padding-bottom: 0.2rem;
}
.product-page-wrap .switch-product-list.grid li .img-box {
  float: none;
  height: 3.65rem;
  width: 100%;
}
.product-page-wrap .switch-product-list.grid li .content-box {
  padding-top: 0.2rem;
  margin-left: 0;
}
.product-page-wrap .switch-product-list li {
  width: 100%;
  background-color: #fff;
  margin-top: 0.2rem;
  height: 2.8rem;
  padding: 0.2rem;
}
.product-page-wrap .switch-product-list li .img-box {
  float: left;
  width: 2.4rem;
  height: 2.4rem;
}
.product-page-wrap .switch-product-list li .content-box {
  margin-left: 2.4rem;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.product-page-wrap .switch-product-list li .content-box .list-title {
  height: 0.8rem;
  line-height: 0.4rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.08rem;
  font-size: 0.28rem;
}
.product-page-wrap .switch-product-list li .content-box .company {
  color: #999;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 0.08rem;
}
.product-page-wrap .switch-product-list li .content-box .color-icon-wrap {
  margin-top: 0.04rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.product-page-wrap .switch-product-list li .content-box .color-icon-wrap img + img {
  margin-left: 6px;
}
.product-page-wrap .switch-product-list li .content-box .bottom-info {
  margin-top: 0.14rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-page-wrap .switch-product-list li .content-box .bottom-info .price-info {
  color: #999;
}
.product-page-wrap .switch-product-list li .content-box .bottom-info .price {
  font-size: 0.3rem;
  color: #ff6900;
  font-weight: bold;
}
.product-page-wrap .switch-product-list li .content-box .bottom-info .ask-price {
  display: inline-block;
  width: 1.2rem;
  height: 0.6rem;
  line-height: 0.6rem;
  -webkit-border-radius: 0.3rem;
  border-radius: 0.3rem;
  text-align: center;
  color: #fff;
  background-color: #ff6900;
}
.m-contact {
  display: none;
  position: fixed;
  z-index: 8889;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.m-contact-box {
  position: absolute;
  bottom: 0;
  background-color: #fff;
  width: 100%;
}
.m-contact-box .title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  color: #ff6900;
}
.m-contact-box .close {
  float: right;
  font-size: 20px;
  line-height: 40px;
  padding: 0 10px;
}
.m-contact-box .submit {
  width: 100%;
  background-color: #ff6900;
  color: #fff;
  border: none;
  outline: none;
  height: 40px;
  line-height: 40px;
}
.m-contact-box .form {
  padding: 10px;
}
.m-contact-box .input-group {
  padding: 5px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.m-contact-box .input-group label {
  display: inline-block;
  font-weight: normal;
  width: 80px;
}
.m-contact-box .input-group label.required:before {
  display: inline-block;
  content: "*";
  color: red;
  margin-left: -5px;
}
.m-contact-box .input-group .input-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.m-contact-box .input-group .input-wrap .img-code {
  height: 32px;
}
.m-contact-box .input-group .input-wrap input {
  display: block;
  -webkit-appearance: none;
  width: 100%;
  height: 31px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e5e5;
  padding-left: 5px;
  outline: none;
}
.m-contact-box .input-group .input-wrap input.inline {
  display: inline-block;
  width: 80px;
}
.flex-item .span2 {
  display: inline-block;
  height: 22px;
  vertical-align: middle;
}
.flex-item .xing-1 {
  width: 18px;
  background: url(../images/xin_icon.png) repeat-x left center;
}
.flex-item .zhuan-1 {
  width: 18px;
  background: url(../images/zhuan_icon.png) repeat-x left center;
}
.flex-item .guan-1 {
  width: 18px;
  background: url(../images/guan_icon.png) repeat-x left center;
}
.flex-item .xing-2 {
  width: 36px;
  background: url(../images/xin_icon.png) repeat-x left center;
}
.flex-item .zhuan-2 {
  width: 36px;
  background: url(../images/zhuan_icon.png) repeat-x left center;
}
.flex-item .guan-2 {
  width: 36px;
  background: url(../images/guan_icon.png) repeat-x left center;
}
.flex-item .xing-3 {
  width: 54px;
  background: url(../images/xin_icon.png) repeat-x left center;
}
.flex-item .zhuan-3 {
  width: 54px;
  background: url(../images/zhuan_icon.png) repeat-x left center;
}
.flex-item .guan-3 {
  width: 54px;
  background: url(../images/guan_icon.png) repeat-x left center;
}
.flex-item .xing-4 {
  width: 72px;
  background: url(../images/xin_icon.png) repeat-x left center;
}
.flex-item .zhuan-4 {
  width: 72px;
  background: url(../images/zhuan_icon.png) repeat-x left center;
}
.flex-item .guan-4 {
  width: 72px;
  background: url(../images/guan_icon.png) repeat-x left center;
}
.flex-item .xing-5 {
  width: 90px;
  background: url(../images/xin_icon.png) repeat-x left center;
}
.flex-item .zhuan-5 {
  width: 90px;
  background: url(../images/zhuan_icon.png) repeat-x left center;
}
.flex-item .guan-5 {
  width: 90px;
  background: url(../images/guan_icon.png) repeat-x left center;
}


.search-modal {
  position: fixed;
  display: none;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #f5f5f5;
  z-index: -1;
  -webkit-overflow-scrolling: touch;
}
.search-modal.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  z-index: 101;
}
.search-modal.active .search-modal-header {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search-modal.active .search-modal-panel {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.search-modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 1rem;
  padding: 0 0.2rem;
  background-color: #fff;
  border-bottom: 1px solid #cecece;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
}
.search-modal-header .input-box {
  position: relative;
  width: 6rem;
  height: 0.72rem;
}
.search-modal-header .input-box input {
  display: block;
  width: 100%;
  height: 0.72rem;
  border: 0;
  background-color: #efefef;
  color: #666;
  padding-left: 0.2rem;
  padding-right: 1rem;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  outline: none;
}
.search-modal-header .input-box .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.72rem;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  font-size: 0.36rem;
  color: #999;
}
.search-modal-header .cancel-btn {
  font-size: 0.32rem;
  color: #666;
  line-height: 0.72rem;
  padding-right: 0.1rem;
  position: absolute;
  right: 0.5rem;
  top: 0.2rem;
}
.search-modal-panel {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 1rem;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(1rem);
  -ms-transform: translateY(1rem);
  transform: translateY(1rem);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  -o-transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
  transition: all 0.3s cubic-bezier(0.16, 0.77, 0.35, 1);
}
.search-modal-panel .search-hot {
  padding: 0.3rem;
}
.search-modal-panel .search-hot .hot-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999999;
  margin-bottom: 0.16rem;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.search-modal-panel .search-hot .hot-title .refresh {
  font-size: 0.24rem;
}
.search-modal-panel .search-hot .hot-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-modal-panel .search-hot .hot-tags .hot-tag-item {
  width: calc(100% / 3);
  padding: 0.1rem;
}
.search-modal-panel .search-hot .hot-tags .hot-tag-item span {
  display: block;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 0.28rem;
  color: #666;
}
/* 分享样式  */
.share-box {
  position: relative;
  background-color: #fff;
}
.share-box .header{
  width:100%;
  padding:10px 15px;
  display: flex;
  flex-direction: row;
  border-bottom:1px solid #ddd;
}
.share-box .header .logo img {
  max-width:60px;
  margin-right:5px;
}
.share-box .header .detail {
  flex:1;
  display:flex;
  flex-direction: column;
  justify-content: center;
  line-height: 2;
}
.share-box .header .detail .title {
  width:calc(100% - 180px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.share-box .code-img {
  text-align: center;
  margin:90px 0;
}
.share-box .tip {
  text-align: center;
  color:#999;
}
.btns {
  position: absolute;
  bottom:0;
  width:100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
}
.btns .downUrl {
  width:50%;
  border:1px solid #F1833B;
  color:#F1833B;
  height:40px;
  background: #FCECE0;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.btns .copyBtn {
  width:50%;
  border:1px solid #F1833B;
  color:#fff;
  height: 40px;
  background: #F1833B;
  display: inline-block;
  cursor: pointer;
}
