@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ease {
  transition: all .3s linear;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
html {
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: .26rem/1.6 "Microsoft Yahei", Arial;
  color: #666;
  background: #efeff4;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
body:after {
  height: .98rem;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  font-size: .26rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
  border: none;
  border-radius: initial;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.hidden {
  display: none;
}
.blue {
  color: #2D9FF1 !important;
}
.red {
  color: #e70012 !important;
}
.green {
  color: #00bca8 !important;
}
.h-ico,
.h-ico:before,
.h-icobef:after,
.h-icobef:before,
.h-icobef:after {
  background: url(../images/h-ico.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.icon,
.icon:before,
.icobef:before,
.icobef:after {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  background-size: 4rem auto;
  vertical-align: middle;
}
.icon:before,
.icon:after,
.h-ico:before,
.h-ico:after,
.icobef:before,
.icobef:after {
  content: "\20";
  display: block;
}
/*.g-top*/
.g-top {
  width: .88rem;
  height: .88rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  position: fixed;
  right: .3rem;
  bottom: 1.4rem;
  display: none;
}
.g-top:before {
  width: .44rem;
  height: .44rem;
  margin: .24rem auto;
  background-position: -1.38rem 0;
}
/*header*/
.header {
  width: 100%;
  height: .88rem;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  line-height: .88rem;
  border-bottom: 1px solid #e4e4e6;
}
.header * {
  box-sizing: border-box;
}
.header .tit {
  font-size: .3rem;
  line-height: 1rem;
  color: #000000;
}
.header .goBack {
  width: .9rem;
  height: 1rem;
  padding-top: .3rem;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}
.header .goBack:before {
  width: .24rem;
  height: .34rem;
  display: block;
  margin: auto;
  background-position: -2.0rem -.56rem;
}
.header .navBtn {
  width: .9rem;
  height: 1rem;
  padding-top: .3rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.header .navBtn:after {
  width: .44rem;
  height: .44rem;
  display: block;
  margin: auto;
  background-position: -.7rem 0;
}
.header .navBtn:before {
  width: 1px;
  height: .56rem;
  display: block;
  position: absolute;
  left: 0;
  top: .22rem;
  background: linear-gradient(#fff 0%, #bcbcbc 15%, #bcbcbc 85%, #fff 100%);
}
.header .topsearch {
  width: .9rem;
  height: 1rem;
  padding-top: .3rem;
  position: absolute;
  right: .9rem;
  top: 0;
}
.header .topsearch:before {
  width: .3rem;
  height: .3rem;
  margin: auto;
  background-position: -3.44rem -.36rem;
}
.header .dian {
  width: .9rem;
  height: 1rem;
  padding-top: .3rem;
  position: absolute;
  right: 0;
  top: 0;
}
.header .dian:before {
  width: .5rem;
  height: .3rem;
  margin: auto;
  background-position: -3.4rem -.8rem;
}
/* navBar */
.navBar {
  width: 100%;
  height: .9rem;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background: #fff;
  border-top: 1px solid #e4e4e6;
  box-sizing: border-box;
}
.navBar * {
  box-sizing: border-box;
}
.navBar ul {
  max-width: 640px;
  min-width: 320px;
  width: 100%;
  height: 1rem;
  margin: 0 auto;
}
.navBar ul li {
  float: left;
  width: 25%;
  height: 1rem;
}
.navBar ul li a {
  padding-top: .1rem;
  width: 100%;
  height: 1rem;
  font-size: .24rem;
  display: block;
  text-align: center;
  color: #666;
  background: none;
}
.navBar ul li a span {
  width: .38rem;
  height: .38rem;
  display: block;
  margin: 0 auto;
  position: relative;
}
.navBar ul li a.hover {
  color: #e70012;
}
.navBar ul li a s {
  width: .16rem;
  height: .16rem;
  display: block;
  background: #e70012;
  border-radius: 100%;
  position: absolute;
  right: -.1rem;
  top: 0;
}
.navBar ul li a em {
  height: .26rem;
  line-height: .26rem;
  display: block;
  background: #e70012;
  border-radius: .2rem;
  position: absolute;
  left: .3rem;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: .18rem;
  padding: 0 .08rem;
}
.navBar ul li:nth-child(1) span {
  background-position: 0 0;
  width: .32rem;
}
.navBar ul li:nth-child(2) span {
  background-position: -.5rem 0;
}
.navBar ul li:nth-child(3) span {
  background-position: -1rem 0;
}
.navBar ul li:nth-child(4) span {
  background-position: -1.5rem 0;
}
.navBar ul li:nth-child(1) a.hover span {
  background-position: 0 -.45rem;
}
.navBar ul li:nth-child(2) a.hover span {
  background-position: -.5rem -.45rem;
}
.navBar ul li:nth-child(3) a.hover span {
  background-position: -1rem -.45rem;
}
.navBar ul li:nth-child(4) a.hover span {
  background-position: -1.5rem -.45rem;
}
/*footer*/
.footer {
  width: 100%;
  padding: .5rem 0 .8rem;
  line-height: .36rem;
  font-size: .2rem;
  color: #999999;
  text-align: center;
  background: #efefef;
  box-sizing: border-box;
}
.footer * {
  box-sizing: border-box;
}
.footer .bottom-Link {
  margin-bottom: .25rem;
}
.footer .bottom-Link li {
  width: 30%;
  text-align: center;
  position: relative;
  display: inline-block;
}
.footer .bottom-Link li:first-child:after {
  width: .02rem;
  height: .3rem;
  content: "\20";
  display: block;
  background: #000;
  position: absolute;
  right: 0;
  top: .05rem;
}
.footer .bottom-Link li a {
  color: #000;
  font-size: .3rem;
}
.footer .txt a {
  color: #999;
}
/*公共样式*/
.nodata {
  background: #fff;
  text-align: center;
  padding: 1.6rem 0;
  color: #666;
}
.nodata span {
  width: 2.38rem;
  height: 2.38rem;
  display: block;
  margin: 0 auto;
  background: url(../images/nodata.png) no-repeat;
  background-size: 2.38rem auto;
}
.hide {
  display: none !important;
}
.user_top {
  background: #df2e24;
  padding-top: .62rem;
  padding-bottom: .6rem;
  padding-left: 4%;
  position: relative;
}
.user_top .QRcode {
  width: 2.3rem;
  right: 0;
  top: 0;
  padding-top: .8rem;
}
.user_top .QRcode a {
  width: 2.1rem;
  height: 0.46rem;
  display: block;
  position: relative;
  line-height: .46rem;
  background: #e66359;
  border-radius: .2rem;
  color: #fff;
  text-align: center;
}
.user_top .QRcode em {
  width: .28rem;
  height: .28rem;
  display: inline-block;
  background-position: -2.7rem -.56rem;
  margin-right: .1rem;
}
.user_top .user_tx {
  width: 1.08rem;
  height: 1.08rem;
  background: #fff;
  border-radius: 100%;
  margin-right: .3rem;
}
.user_top .user_tx img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.user_top .user_txt {
  color: #fff;
}
.user_top .user_txt h3 {
  font-size: .36rem;
}
.user_top .user_txt a {
  display: block;
  font-size: .2rem;
  color: #fff;
}
.user_top .user_txt em {
  width: .2rem;
  height: .2rem;
  display: inline-block;
  background-position: -3.08rem -.56rem;
  margin-left: .1rem;
}
/*首页*/
.user_index {
  background: #df2e24;
  padding-top: .4rem;
  padding-bottom: .4rem;
  margin-bottom: .3rem;
}
.user_index .Turnover {
  width: 50%;
  float: left;
  text-align: center;
  color: #fff;
}
.user_index .Turnover b {
  font-size: .48rem;
}
.user_index .Turnover p {
  font-size: .18rem;
}
.operations {
  background: #fff;
}
.operations h2 {
  line-height: .65rem;
  padding-left: 3%;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
.operations .operationslist {
  overflow: hidden;
  width: 100%;
}
.operations .operationslist li {
  float: left;
  width: 25%;
  text-align: center;
}
.operations .operationslist li a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  border-right: 1px solid #e5e5e5;
  padding: .3rem 0;
}
.operations .operationslist li a span {
  width: .48rem;
  height: .48rem;
  display: block;
  margin: 0 auto;
  background: url(../images/mdico.png) no-repeat;
  background-size: 4.0rem auto;
}
.operations .operationslist li a span.sp {
  background-position: 0 0;
}
.operations .operationslist li a span.pj {
  background-position: -.56rem 0;
  width: .42rem;
}
.operations .operationslist li a span.hy {
  background-position: -1.15rem 0;
  width: .5rem;
}
.operations .operationslist li a span.tj {
  background-position: -1.74rem 0;
}
.operations .operationslist li a span.yx {
  background-position: -2.36rem 0;
}
.operations .operationslist li a span.sk {
  background-position: -2.92rem 0;
}
.operations .operationslist li a span.hx {
  background-position: -3.46rem 0;
  width: .52rem;
}
.operations .operationslist li a h3 {
  font-size: .26rem;
  padding-top: .1rem;
}
.operations .operationslist li:nth-child(4n) a {
  border-right: none;
}
.operations .operationslist li:nth-child(5) a {
  border-bottom: none;
}
.operations .operationslist li:nth-child(6) a {
  border-bottom: none;
}
.operations .operationslist li:nth-child(7) a {
  border-bottom: none;
}
/*订单*/
.user-order {
  width: 100%;
}
.user-order .tabbed {
  width: 100%;
  display: table;
  height: .88rem;
  line-height: .88rem;
  z-index: 9;
}
.user-order .tabbed li {
  display: table-cell;
  position: relative;
  line-height: .88rem;
  text-align: center;
}
.user-order .tabbed li a {
  display: block;
  color: #666;
  font-size: .3rem;
  height: .88rem;
  line-height: .88rem;
}
.user-order .tabbed li a em {
  width: .24rem;
  height: .2rem;
  display: inline-block;
  background-position: -2rem 0;
  margin-left: .1rem;
}
.user-order .tabbed li.hover a {
  border-bottom: 2px solid #e70012;
  color: #e70012;
}
.user-order .tabbed li .drop {
  position: absolute;
  right: 5%;
  top: .9rem;
  width: 2.2rem;
  padding: .1rem;
  background: url(../images/black80.png) repeat;
  background-size: .1rem auto;
  z-index: 3;
  border-radius: 3px;
}
.user-order .tabbed li .drop s {
  border-style: dashed dotted solid dashed;
  border-color: transparent transparent #000 transparent;
  border-width: 0.15rem;
  width: 0;
  height: 0;
  position: absolute;
  right: 15%;
  top: -.3rem;
  opacity: .8;
}
.user-order .tabbed li .drop a {
  border-bottom: 1px solid #414141;
  line-height: .8rem;
  height: .8rem;
  color: #fff;
  display: block;
}
.user-order .tabbed li .drop a:hover {
  border-bottom: 1px solid #414141;
  background: #2a2a2a;
}
.user-order .orderlist {
  width: 100%;
}
.user-order .item {
  background: #FFF;
  margin-bottom: .2rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.user-order .item .head {
  height: .8rem;
  line-height: .8rem;
  border-bottom: 1px solid #eee;
  padding: 0 .2rem;
}
.user-order .item .head.status {
  color: #f15353;
  text-align: right;
}
.user-order .item .head.status span {
  padding-right: .2rem;
}
.user-order .item .main {
  padding: 2%;
  position: relative;
}
.user-order .item .main:active {
  background: #f5f5f5;
}
.user-order .item .main figure {
  width: 20%;
  padding-top: 20%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  float: left;
  margin-right: 2%;
  margin-top: .1rem;
}
.user-order .item .main figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}
.user-order .item .main h3 {
  line-height: .4rem;
  margin: 0;
}
.user-order .item .price {
  border-top: 1px solid #eee;
  position: relative;
  padding: 0 .2rem;
  line-height: .8rem;
  border-bottom: 1px solid #eee;
  font-size: .24rem;
}
.user-order .item .price .fee {
  padding-left: .1rem;
}
.user-order .item .btn {
  text-align: right;
  padding: .2rem;
}
.user-order .item .btn a {
  display: inline-block;
  margin-left: .2rem;
  height: .5rem;
  line-height: .5rem;
  border: 1px solid #999;
  color: #999;
  border-radius: .5rem;
  padding: 0 .2rem;
}
.user-order .item .btn a.blue {
  color: #46c0ff;
  border: 1px solid #46c0ff;
}
.user-order .item .btn a:active {
  background: #f15353;
  color: #FFF;
}
.user-order .item .btn a.red {
  border: 1px solid #f15353;
  color: #f15353;
}
.user-order .item .btn a.red:active {
  background: #f15353;
  color: #FFF;
}
.user-order .ordertop {
  height: .88rem;
  line-height: .88rem;
  position: relative;
}
.user-order .ordertop .date {
  position: relative;
  width: 20%;
  background: url(../images/oder_jt.png) no-repeat right center;
  background-size: .2rem auto;
  color: #999;
  text-align: center;
  margin-right: 2%;
}
.user-order .ordertop .date #datepicker {
  width: 58%;
  overflow: hidden;
  font-size: .2rem;
  background: none;
  letter-spacing: 1px;
}
.user-order .ordertop .isou {
  width: 78%;
  padding-top: .1rem;
}
.user-order .ordertop .isou .stxt {
  width: 80%;
  float: left;
  background: url(../images/sou.png) no-repeat .1rem center #fff;
  height: .6rem;
  line-height: .6rem;
  border-radius: .3rem;
  background-size: .28rem auto;
  text-indent: .5rem;
}
.user-order .ordertop .isou .sbtn {
  float: left;
  width: 20%;
  text-align: center;
  line-height: .6rem;
  display: block;
  background: none;
}
.user-order .ordertop .isou .sbtn:hover {
  color: #e70012;
}
.user-order .item .status-doing {
  color: #f15353;
}
.user-order .item .status-complate {
  color: #999;
}
.user-order .item .status-complate:before {
  content: '';
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  top: .2rem;
  background: url(../images/user-complate.png) center center no-repeat;
  background-size: contain;
}
/***********************************
 *** 订单详情
 **********************************/
.order-no {
  height: .8rem;
  line-height: .8rem;
  padding: 0 .2rem;
  background: #FFF;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: .2rem;
  position: relative;
}
.order-no .status {
  position: absolute;
  top: 0;
  right: .2rem;
}
.order-no .status-doing {
  color: #f15353;
}
.order-no .status-complate {
  color: #999;
}
.order-address2 {
  background: url(../images/rep-border-opacity.png) left top repeat-x #fffaf3;
  background-size: 2rem;
  border-bottom: 1px solid #eee;
  margin-bottom: .2rem;
}
.order-address2 .main {
  padding: .2rem .2rem;
  line-height: .4rem;
  position: relative;
  background: url(../images/rep-border-opacity.png) left bottom repeat-x;
  background-size: 2rem;
}
.order-address2 .name {
  margin: 0 3rem 0 0;
}
.order-address2 .phone {
  position: absolute;
  right: 0;
  top: .2rem;
  padding: 0 .2rem 0 0;
}
.order-address2 .address {
  color: #999;
  line-height: .3rem;
  padding: .15rem 0 .05rem;
}
.order-product2 {
  position: relative;
  height: 1.4rem;
  padding: .15rem .2rem .15rem 1.4rem;
  background: #FFF;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: .2rem;
}
.order-product2:active {
  background: #f9f9f9;
}
.order-product2 figure {
  position: absolute;
  left: .2rem;
  top: .15rem;
  width: 1rem;
  height: 1rem;
  overflow: hidden;
}
.order-product2 img {
  display: block;
  width: 100%;
  min-height: 100%;
}
.order-product2 h3 {
  line-height: .3rem;
  height: .6rem;
  overflow: hidden;
  font-weight: 400;
  margin: 0 2rem .1rem 0;
}
.order-product2 .num {
  line-height: .3rem;
  color: #999;
}
.order-product2 .price {
  position: absolute;
  right: .2rem;
  top: .15rem;
  height: .3rem;
  line-height: .3rem;
}
.order-product2 .fee {
  display: block;
  font-size: smaller;
  color: #f15353;
}
.order-rmd {
  position: relative;
  padding: 0 .2rem;
  background: #FFF;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-bottom: .2rem;
}
.order-rmd .head {
  height: .8rem;
  line-height: .8rem;
  position: relative;
  border-bottom: 1px solid #eee;
}
.order-rmd .head h2 {
  font-weight: 400;
  font-size: larger;
}
.order-rmd .head .paytype {
  position: absolute;
  right: 0;
  top: 0;
  font-size: larger;
}
.order-rmd .row {
  border-bottom: 1px solid #eee;
  padding: .2rem 0 .2rem;
}
.order-rmd .row:last-child {
  border-bottom: 0;
}
.order-rmd .row dt {
  position: relative;
  line-height: .4rem;
}
.order-rmd .row dt h3 {
  font-weight: 400;
}
.order-rmd .row dt span {
  position: absolute;
  right: 0;
  top: 0;
}
.order-rmd .row dd {
  line-height: .4rem;
}
.order-rmd .foot {
  text-align: right;
  padding: .2rem 0;
}
.order-rmd .foot dt {
  line-height: .5rem;
  font-size: larger;
}
.order-rmd .foot dd {
  line-height: .3rem;
}
.order-rmd .red {
  color: #f15353;
}
.order-button {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: .88rem;
  background: #fff;
  border-top: 1px solid #ddd;
  z-index: 100;
}
.order-button .btn {
  height: .8rem;
  padding: .1rem .2rem .1rem 0;
}
.order-button .btn a {
  float: right;
  height: .6rem;
  line-height: .6rem;
  border: 1px solid #e70012;
  color: #fff;
  border-radius: 3px;
  padding: 0 .3rem;
  margin: 0 0 0 .1rem;
}
.order-button .btn a.del {
  background: #fff;
  color: #999;
  border-color: #ddd;
}
.order-button .btn a:active {
  box-shadow: 0 0 100rem rgba(0, 0, 0, 0.1) inset;
}
.order-button .btn a.red {
  background: #e70012;
  color: #fff !important;
}
/*payfinish*/
.payfinish {
  padding: .2rem .2rem 0;
}
.payfinish .part1 .p1 {
  line-height: .4rem;
}
.payfinish .part1 img {
  width: .3rem;
  vertical-align: middle;
  margin-right: .1rem;
}
.payfinish a {
  width: 100%;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  color: #fff;
  display: block;
  margin-top: .35rem;
  background: #fc7250;
}
.payfinish .p2 {
  margin-bottom: .2rem;
}
.payfinish .p2 a {
  background: #f15353;
}
.btnok {
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  background: #e70012;
  color: #fff !important;
  display: block;
  width: 96%;
  border: none;
  outline: none;
  margin: 0 auto;
  border-radius: 2px;
}
/*二维码识别*/
.downimg {
  text-align: center;
  padding: 1rem 0;
  border-top: 1px solid #fff;
}
.downimg img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding-bottom: .6rem;
}
.downimg .savebtn {
  display: block;
  width: 92%;
  margin: 0 auto;
  background: #e70012;
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  color: #fff;
}
.downimg p {
  padding: 3%;
}
/*门店设置*/
.userlist .itembox {
  padding: 0 0 0 4%;
  border-bottom: .28rem solid #efeff4;
  background: #ffffff;
}
.userlist .itembox .item {
  border-top: 1px solid #ededed;
  line-height: .9rem;
  position: relative;
}
.userlist .itembox .item:first-child {
  border-top: 0;
}
.userlist .itembox .item a {
  display: block;
}
.userlist .itembox .item .tit {
  color: #666;
  font-size: .26rem;
  display: block;
  float: left;
}
.userlist .itembox .item .tit em {
  padding-right: .12rem;
}
.userlist .itembox .item .txt {
  max-width: 70%;
  text-align: right;
  color: #999;
  font-size: .22rem;
  float: right;
  display: block;
  line-height: .9rem;
  padding-right: .2rem;
  overflow: hidden;
}
.userlist .itembox .item .txt.Avatar {
  padding-top: .1rem;
}
.userlist .itembox .item .txt.Avatar img {
  width: 1.5rem;
  height: 1.5rem;
  display: inline;
  border-radius: 100%;
}
.userlist .itembox .item .jt {
  width: .14rem;
  height: .24rem;
  display: block;
  float: right;
  margin-top: .32rem;
  margin-left: .2rem;
}
.userlist .itembox .item .jt:after {
  width: .14rem;
  height: .24rem;
  background-position: -2.36rem -.56rem;
  display: block;
  margin: auto;
}
.userlist .itembox .item.toux .tit {
  padding-top: .4rem;
}
.userlist .itembox .item.toux .jt {
  margin-top: .7rem;
}
.userlist .itembox .item .n-valid {
  border: none;
  width: 38%;
  color: #999;
}
.userlist .itembox .item.zizi {
  height: auto;
}
.userlist .itembox .item.zizi .jt {
  width: .3rem;
  height: .24rem;
  padding-top: .3rem;
  display: inline-block;
}
.userlist .itembox .item.zizi .jt:after {
  width: .26rem;
  height: .24rem;
  background-position: -.8rem -.5rem;
  display: block;
  margin: auto;
}
.userlist .itembox .item.zizi .uploadpic {
  padding: 0 0 .3rem 0;
  position: relative;
}
.userlist .itembox .item.zizi .uploadpic .upimg {
  width: 1.6rem;
  height: .9rem;
  background: url(../images/upic.png) no-repeat left top;
  background-size: 1.6rem auto;
  display: block;
}
.userlist .itembox .item.zizi .uploadpic .upimg input {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.6rem;
  height: .9rem;
  opacity: 0;
}
.userlist .itembox .item1 {
  border-top: 1px solid #ededed;
  position: relative;
}
.userlist .itembox .item1:first-child {
  border-top: 0;
}
.userlist .itembox .item1 .tit {
  color: #666;
  font-size: .26rem;
  display: inline-block;
  width: 24%;
  height: .65rem;
  line-height: .65rem;
}
.userlist .itembox .item1 .tit em {
  padding-right: .12rem;
}
.userlist .itembox .item1 textarea {
  border: none;
  background: #f7f7f7;
}
/*店铺banner管理*/
.bannerlist {
  padding-bottom: .4rem;
}
.bannerlist .list {
  padding-bottom: .3rem;
}
.bannerlist .item {
  position: relative;
  background: #fff;
  border-top: 1px solid #e8e9eb;
  padding: 3%;
}
.bannerlist .item:first-child {
  border-top: none;
}
.bannerlist .item img {
  width: 100%;
  display: block;
}
.bannerlist .item .dian {
  width: .78rem;
  height: .44rem;
  display: block;
  background-position: -1.22rem -1.94rem;
}
.bannerlist .item h3 {
  color: #000;
  padding-bottom: .2rem;
}
.bannerlist .item .drop {
  position: absolute;
  left: 3%;
  top: .8rem;
  width: 94%;
  padding: .2rem 0;
  background: url(../images/black80.png) repeat;
  background-size: .1rem auto;
  z-index: 999;
  border-radius: 2px;
}
.bannerlist .item .drop a {
  display: inline-block;
  color: #fff;
  padding: 0 8%;
}
.bannerlist .item .drop a em {
  width: .5rem;
  height: .48rem;
  display: block;
  margin: 0 auto;
}
.bannerlist .item .drop .editbtn em {
  background-position: -2.28rem -1.4rem;
}
.bannerlist .item .drop .delbtn em {
  background-position: -2.8rem -1.4rem;
}
.banner .itembox .banname {
  height: .9rem;
  line-height: .9rem;
  border-bottom: 1px solid #e8e9eb;
  width: 100%;
}
/*打印机设置*/
.Setpage {
  padding-top: .3rem;
}
.Setpage h3 {
  padding-left: 4%;
  padding-bottom: .1rem;
  color: #c3c3c4;
  font-size: .24rem;
}
.Setpage .btn_print {
  position: absolute;
  right: .1rem;
  top: .1rem;
  width: 1.8rem;
  height: .5rem;
  background: #e70012;
  border-radius: 2px;
}
.Setpage .btn_print:before {
  content: '';
  width: .8rem;
  height: .5rem;
  border-radius: 2px;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
}
.Setpage .btn_print:after {
  content: '';
  width: .6rem;
  height: .5rem;
  position: absolute;
  text-align: center;
  color: #fff;
  line-height: .5rem;
}
.Setpage .btn_on:before {
  right: 0;
  top: 0;
}
.Setpage .btn_on:after {
  content: '打开';
  right: .05rem;
  top: 0;
  line-height: .5rem;
}
.Setpage .btn_off {
  background: #e70012;
  color: #fff;
}
.Setpage .btn_off:before {
  left: 0;
  top: 0;
}
.Setpage .btn_off:after {
  content: '关闭';
  left: .05rem;
  top: 0;
  line-height: .5rem;
  color: #FFF;
}
.Setpage .itembox .item .laba {
  width: .44rem;
  height: .4rem;
  display: block;
  float: right;
  margin-top: .32rem;
  margin-left: .2rem;
}
.Setpage .itembox .item .laba:after {
  width: .44rem;
  height: .4rem;
  background-position: -1.22rem -1.48rem;
  display: block;
  margin: auto;
}
.Setpage .itembox .item.hover .laba:after {
  background-position: -1.76rem -1.48rem;
}
.Setpage .volume .btn_print {
  background: #d6d6d6;
}
.Setpage .example {
  line-height: .65rem;
  width: 70%;
  padding-top: .2rem;
}
.Setpage #rating-11 {
  width: 4rem !important;
  height: .5rem !important;
  background: url(../images/blue.png) no-repeat 0 -.54rem;
  background-size: 4rem auto;
}
.Setpage #rating-11 .value {
  background-position: 0 -.54rem !important;
  height: .5rem !important;
}
.Setpage #rating-11 .cursor {
  background-position: 0 -.54rem !important;
  width: 4rem !important;
  height: .5rem !important;
  background-size: 4rem auto;
}
/*优惠券*/
.coupon .itembox .item {
  padding-left: .6rem;
  border-top: 0;
  position: relative;
}
.coupon .itembox .item a {
  border-top: 1px solid #ededed;
}
.coupon .itembox .item .tub {
  position: absolute;
  width: .44rem;
  height: .4rem;
  display: block;
  left: 0;
  top: 33%;
  background-position: 0 -.94rem;
}
.coupon .itembox .item .tub.t1 {
  background-position: 0 -.94rem;
}
.coupon .itembox .item .tub.t2 {
  background-position: -.48rem -.94rem;
}
.coupon .itembox .item .tub.t3 {
  background-position: -.94rem -.94rem;
}
.coupon .itembox .item .tub.t4 {
  background-position: -1.4rem -.94rem;
}
.coupon .itembox .item .tub.t5 {
  background-position: -1.92rem -.94rem;
  width: .46rem;
  height: .44rem;
}
.coupon .itembox .item .yc {
  position: absolute;
  left: 3%;
  top: 13%;
  background: #ff5a5a;
  font-size: .16rem;
  color: #fff;
  border-radius: .2rem;
  display: block;
  height: .28rem;
  line-height: .28rem;
  padding: 0 1%;
}
.coupon .itembox .item .ttub {
  position: absolute;
  width: .44rem;
  height: .45rem;
  display: block;
  left: 0;
  top: 33%;
  background: url(../images/yingx.png) no-repeat;
  background-size: 4rem auto;
  background-position: 0 -.94rem;
}
.coupon .itembox .item .ttub.t1 {
  background-position: 0 0;
}
.coupon .itembox .item .ttub.t2 {
  background-position: -.5rem 0;
}
.coupon .itembox .item .ttub.t3 {
  background-position: -1.08rem 0;
  width: .46rem;
}
.coupon .itembox .item .ttub.t4 {
  background-position: -1.62rem 0;
}
.coupon .itembox .item .ttub.t5 {
  background-position: -2.16rem 0;
  width: .46rem;
}
.coupon .itembox .item .ttub.t6 {
  background-position: -2.7rem 0;
  width: .36rem;
}
.coupon .itembox .item .ttub.t7 {
  background-position: -3.1rem 0;
}
.marketing .itembox .item.yname {
  line-height: .6rem;
  padding-bottom: .1rem;
}
.marketing .itembox .item .tit {
  color: #9f9f9f;
  position: relative;
}
.marketing .itembox .item .tit i {
  font-style: normal;
  line-height: .2rem;
  display: block;
  font-size: .18rem;
  font-family: arial;
}
.marketing .itembox .item input {
  line-height: .9rem;
  border: none;
  text-align: right;
  outline: none;
}
.marketing .itembox .item .txt {
  color: #000;
  width: 52%;
}
.marketing .itembox .item .txt b {
  padding: 0 .2rem;
  font-weight: normal;
}
.marketing .itembox .item .txt span {
  color: #999;
}
.marketing .itembox .item .txt .txtinput {
  display: inline-block;
  width: 1rem;
}
.marketing .itembox .item .txt .bztxt {
  color: #999;
  text-align: right;
}
.marketing .itembox .item .why {
  display: inline-block;
  width: .28rem;
  height: .28rem;
  background-position: -3.44rem 0;
  margin-left: .1rem;
}
.marketing .itembox .item.qx .why {
  right: -.4rem;
}
.marketing .btnok {
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  background: #e70012;
  color: #fff;
  display: block;
  width: 96%;
  border: none;
  outline: none;
  margin: 0 auto;
  border-radius: 2px;
}
.marketing .newadd {
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  display: block;
  width: 96%;
  margin: .4rem auto;
  border-radius: 2px;
  border: 1px solid #ccc;
  color: #999;
}
.marketing .newadd:hover {
  background: #e70012;
  border: 1px solid #e70012;
  color: #fff;
}
.useinfo .cont {
  padding: 3%;
  color: #000;
  height: 400px;
}
.useinfo .cont textarea {
  width: 100%;
  height: 100% !important;
  resize: none;
  background: none;
  border: none;
  display: block;
}
.Couponall {
  background: #fff;
  padding-top: .3rem;
  padding-bottom: .3rem;
}
.Couponall .yhitem {
  width: 96%;
  margin: 0 auto .3rem;
  background: #fff;
  box-shadow: 0px 0px 20px #f4f4f4;
  position: relative;
}
.Couponall .yhitem a {
  display: block;
  padding: .2rem;
}
.Couponall .yhitem h3 {
  border-bottom: 1px solid #eee;
  color: #000;
  font-size: .3rem;
  line-height: .8rem;
  padding-top: .3rem;
  margin-bottom: .1rem;
}
.Couponall .yhitem .hot {
  position: absolute;
  right: 0;
  top: .1rem;
  height: .7rem;
  line-height: .7rem;
  display: block;
  background: #ffe3e5;
  padding-left: .3rem;
  padding-right: .1rem;
  color: #e70012;
  border-bottom-left-radius: .3rem;
  border-top-left-radius: .3rem;
}
.Couponall .yhitem p {
  padding-top: .1rem;
  color: #aaa;
}
.Couponall .yhitem p .time {
  color: #e70012;
}
.Couponall .addnewyh {
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  display: block;
  width: 96%;
  margin: .4rem auto;
  border-radius: 2px;
  color: #999;
  background: #e70012;
  color: #fff;
}
.menubox {
  width: 96%;
  margin: 0 auto .3rem;
  border: .03rem solid #e70012;
  border-radius: .1rem;
  height: .8rem;
  line-height: .8rem;
}
.menubox a {
  display: inline-block;
  text-align: center;
  color: #e70012;
  line-height: .8rem;
  padding: 0 10%;
  height: .8rem;
}
.menubox a.hover {
  background: #e70012;
  color: #fff;
}
/*意见反馈*/
.Feedback .itembox {
  background: #fff;
  margin-bottom: .28rem;
  padding: 2% 3%;
}
.Feedback .itembox.lyan {
  padding-top: .3rem;
}
.Feedback .itembox .cont {
  border: 1px solid #dbdbdb;
  padding: 2%;
}
.Feedback .itembox .cont span {
  text-align: right;
  color: #999;
  display: block;
}
.Feedback .itembox .cont textarea {
  background: #fff;
  height: 2.8rem;
  display: block;
  width: 100%;
  border: none;
  resize: none;
}
.Feedback .itembox .uploadpic {
  padding: 3% 0;
  position: relative;
}
.Feedback .itembox .uploadpic .upimg {
  width: 1.32rem;
  height: 1.1rem;
  background: url(../images/upic.png) no-repeat left top;
  background-size: 1.32rem auto;
  display: block;
}
.Feedback .itembox .uploadpic .upimg input {
  position: absolute;
  left: 0;
  top: .2rem;
  width: 1.32rem;
  height: 1.1rem;
  opacity: 0;
}
.Feedback .itembox .txt {
  line-height: .8rem;
  height: .8rem;
  border: none;
  width: 80%;
}
.Feedback .btnok {
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  background: #e70012;
  color: #fff;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0 auto;
  border-radius: 2px;
}
/*营业状态*/
.tradepage {
  position: relative;
}
.tradepage .open .item {
  background: #fff;
  position: relative;
}
.tradepage .open .item a {
  display: block;
  padding: 5%;
}
.tradepage .open .item .jt {
  width: .14rem;
  height: .24rem;
  display: block;
  position: absolute;
  right: 1%;
  top: 40%;
}
.tradepage .open .item .jt:after {
  width: .14rem;
  height: .24rem;
  background-position: -2.36rem -.56rem;
  display: block;
  margin: auto;
}
.tradepage .open .item .tit {
  color: #000;
}
.tradepage .open .item .tit b {
  font-weight: normal;
  float: right;
}
.tradepage .open .item .txt {
  font-size: .18rem;
  color: #666;
}
.tradepage .p1 {
  padding: 0 3%;
}
.tradepage .btnok {
  margin: .4rem auto;
  width: 94%;
  font-size: .26rem;
}
.tradepage .btnok:hover {
  background: #d10212;
}
.tradepage .closebox .cont {
  background: #fff;
  padding: 5%;
}
.tradepage .closebox .cont span {
  width: 1.12rem;
  height: 1.12rem;
  display: inline-block;
  margin-right: .2rem;
  background-position: 0 -1.48rem;
  vertical-align: middle;
}
.tradepage .closebox .cont h2 {
  color: #ff0000;
  font-size: .48rem;
  display: inline-block;
  vertical-align: middle;
}
.tradepage .closebox .cont p {
  color: #666;
}
.tradepage .modify {
  padding: .3rem 0;
  position: relative;
}
.tradepage .modify h3 {
  font-size: .26rem;
  line-height: .8rem;
}
.tradepage .modify .day {
  display: block;
  padding: 0 3%;
  background: #fff;
  line-height: .6rem;
  font-size: .26rem;
}
.tradepage .modify .day .daytxt {
  font-size: .2rem;
  line-height: .6rem;
  display: inline-block;
  text-align: right;
}
.tradepage .modify .yytime {
  text-align: center;
  line-height: .6rem;
  background: #fff;
  font-size: .26rem;
}
.tradepage .modify .yytime span {
  display: inline-block;
  padding: 0 2%;
}
.tradepage .modify .yytime b {
  width: .36rem;
  height: .04rem;
  display: inline-block;
  background: #000;
  vertical-align: middle;
  margin: 0 .3rem;
}
.tradepage .modify .addbtn {
  height: .8rem;
  line-height: .8rem;
  text-align: center;
  display: block;
  width: 96%;
  margin: .4rem auto;
  border-radius: 2px;
  color: #999;
  border: 1px solid #ccc;
  color: #333;
}
.dayxzbox {
  position: fixed;
  width: 85%;
  left: 5%;
  top: 20%;
  background: #fff;
  z-index: 999;
}
.dayxzbox .xzts {
  border-bottom: 1px solid #e1e1e1;
  padding: 5%;
  color: #333;
}
.dayxzbox .xzts h3 {
  font-size: .28rem;
}
.dayxzbox .xzts #check_css3 {
  padding-top: .2rem;
}
.dayxzbox .xzts #check_css3 .demo_label {
  display: block;
  position: relative;
  padding-bottom: .3rem;
}
.dayxzbox .xzts #check_css3 .demo_radio {
  display: none;
}
.dayxzbox .xzts #check_css3 .demo_radioInput {
  position: relative;
  background-color: #e70012;
  border-radius: 100%;
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  margin-top: -1px;
  vertical-align: middle;
  width: 16px;
  line-height: 1;
}
.dayxzbox .xzts #check_css3 .demo_radio:checked + .demo_radioInput:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 9px;
  height: 4px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-right-color: transparent;
  -ms-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  transform: rotate(-45deg);
}
.dayxzbox .xzts #check_css3 .demo_checkbox.demo_radioInput,
.dayxzbox .xzts #check_css3 .demo_radio:checked + .demo_checkbox.demo_radioInput:after {
  border-radius: 0;
}
.dayxzbox .btn {
  padding: 2% 5%;
  text-align: right;
  font-size: .3rem;
}
.dayxzbox .btn input {
  display: inline-block;
  background: none;
  border: none;
  color: #e70012;
  margin-left: .4rem;
  font-size: .3rem;
}
.mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000;
  opacity: .5;
  left: 0;
  top: 0;
}
/*商品管理*/
.pro_management {
  position: fixed;
  left: 0;
  top: .88rem;
  right: 0;
  bottom: .88rem;
  background: #FFF;
  z-index: 101;
}
.pro_management .side {
  position: fixed;
  left: 0;
  top: .88rem;
  width: 1.5rem;
  height: 100%;
  background: #fff;
  overflow-y: auto;
}
.pro_management .side .list {
  padding-bottom: .1rem;
}
.pro_management .side dd {
  padding: 0 .2rem;
  border-top: 1px dashed #e8e8e7;
  border-right: 1px solid #e8e8e7;
  margin-left: 0;
  background: #f3f4f6;
}
.pro_management .side dd.current {
  background: #FFF;
  border-left: 2px solid #e70012;
}
.pro_management .side dd:first-child {
  border-top: none;
}
.pro_management .side span {
  display: block;
  padding: .3rem 0;
  font-size: .22rem;
}
.pro_management .main {
  width: 77%;
  height: 100%;
  overflow-y: auto;
  background: #fff;
  float: right;
}
.pro_management .main .list {
  padding: 0;
}
.pro_management .main .row {
  border-bottom: 1px solid #e6e6e6;
  padding: 5%;
}
.pro_management .main .row figure {
  width: 40%;
  padding-top: 30%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-right: 2%;
}
.pro_management .main .row figure img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}
.pro_management .main .row h3 {
  color: #333;
  line-height: .3rem;
  display: block;
  height: .6rem;
  overflow: hidden;
}
.pro_management .main .row span {
  font-size: .18rem;
  color: #999;
  display: inline-block;
  padding-right: .1rem;
}
.pro_management .main .row b {
  font-weight: bold;
  color: #fb3c31;
  font-size: .28rem;
  display: block;
}
.pro_management .main .row .btn {
  padding-top: .2rem;
}
.pro_management .main .row .btn a {
  display: inline-block;
  width: 48%;
  border: 1px solid #e70012;
  border-radius: 3px;
  height: .6rem;
  line-height: .6rem;
  text-align: center;
  color: #e70012;
}
.pro_management .main .row .btn a:first-child {
  margin-right: 2%;
}
.sphead {
  position: relative;
  z-index: 999;
}
.sphead .drop {
  position: absolute;
  right: 1%;
  top: .8rem;
  width: 2.2rem;
  padding: .1rem;
  background: url(../images/black80.png) repeat;
  background-size: .1rem auto;
  z-index: 999;
  border-radius: 3px;
}
.sphead .drop s {
  border-style: dashed dotted solid dashed;
  border-color: transparent transparent #000 transparent;
  border-width: 0.15rem;
  width: 0;
  height: 0;
  position: absolute;
  right: 15%;
  top: -.3rem;
  opacity: .8;
}
.sphead .drop a {
  border-bottom: 1px solid #414141;
  line-height: .8rem;
  height: .8rem;
  color: #fff;
  display: block;
}
.sphead .drop a:hover {
  border-bottom: 1px solid #414141;
  background: #2a2a2a;
}
.pro_menu {
  width: 100%;
  display: table;
  height: .88rem;
  line-height: .88rem;
  z-index: 9;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f6f6f6;
  border-top: 1px solid #e8e8e9;
  z-index: 999;
}
.pro_menu .list {
  width: 100%;
  display: table;
  height: .88rem;
  line-height: .88rem;
}
.pro_menu li {
  display: table-cell;
  position: relative;
  line-height: .88rem;
  text-align: center;
  border-left: 1px solid #e8e8e9;
}
.pro_menu li:first-child {
  border-left: none;
}
.pro_menu li a {
  display: block;
  color: #666;
  font-size: .3rem;
  height: .88rem;
  line-height: .88rem;
}
.pro_menu li a em {
  width: .24rem;
  height: .2rem;
  display: inline-block;
  background-position: -2rem 0;
  margin-left: .1rem;
}
.pro_menu li.hover a {
  border-bottom: 2px solid #e70012;
  color: #e70012;
}
.pro_menu li .drop {
  position: absolute;
  right: 5%;
  top: .9rem;
  width: 2.2rem;
  padding: .1rem;
  background: url(../images/black80.png) repeat;
  background-size: .1rem auto;
  z-index: 3;
  border-radius: 3px;
}
.pro_menu li .drop s {
  border-style: dashed dotted solid dashed;
  border-color: transparent transparent #000 transparent;
  border-width: 0.15rem;
  width: 0;
  height: 0;
  position: absolute;
  right: 15%;
  top: -.3rem;
  opacity: .8;
}
.pro_menu li .drop a {
  border-bottom: 1px solid #414141;
  line-height: .8rem;
  height: .8rem;
  color: #fff;
  display: block;
}
.pro_menu li .drop a:hover {
  border-bottom: 1px solid #414141;
  background: #2a2a2a;
}
/***********************************
 *** 登录、找回密码
 **********************************/
.loginbody {
  background: #fff;
}
.header-min {
  line-height: .88rem;
  text-align: center;
}
.header-min h2 {
  font-size: .3rem;
  color: #333;
}
.dl_logo {
  width: 100%;
  text-align: center;
}
.dl_logo img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 1rem 0;
}
.logreg {
  position: relative;
}
.logreg form {
  display: block;
  padding: 3%;
}
.logreg-wram {
  color: #f15353;
  margin-bottom: .2rem;
}
.logreg-wram:empty {
  display: none;
}
.logreg .row {
  margin-bottom: .2rem;
  position: relative;
  border-bottom: 1px solid #e8e9eb;
  padding-bottom: .2rem;
  font-size: .3rem;
}
.logreg .row2 {
  border-bottom: 0;
}
.logreg .row .tit {
  display: inline-block;
  color: #000;
}
.logreg .txt {
  width: 84%;
  height: .7rem;
  padding: 0;
  background: #FFF;
  padding-left: 4%;
  border: none;
  display: inline-block;
}
.logreg .txt2 {
  width: 56%;
  height: .7rem;
  padding: 0 0 0 .2rem;
  background: #FFF;
}
.logreg .txt:focus,
.logreg .txt2:focus,
.logreg .focus {
  border-color: #f15353;
}
.logreg .submit {
  width: 100%;
  height: .7rem;
  background: #ccc;
  border: 0;
  color: #FFF;
  font-size: .28rem;
  border-radius: 3px;
}
.logreg .submit.hover {
  background: #e70012;
}
.logreg .btn-password {
  position: absolute;
  right: .1rem;
  top: .2rem;
  width: .46rem;
  height: .3rem;
}
.logreg .btn-on {
  background-position: -2.36rem .1rem;
}
.logreg .btn-off {
  background-position: -2.36rem -.26rem;
}
.logreg .btn-password_del {
  position: absolute;
  right: .7rem;
  top: .15rem;
  width: .46rem;
  height: .46rem;
  background-position: -2.88rem 0;
}
.logreg input[type="button"]:disabled {
  background: #e70012;
  color: #fff;
  font-size: .22rem;
}
.logreg .findpasswod,
.logreg .register {
  float: left;
  line-height: .5rem;
  color: #999;
  font-size: .24rem;
}
.logreg .findpasswod {
  float: right;
}
.logreg .findpasswod:active {
  color: #e70012;
}
/*字体*/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
/*# sourceMappingURL=style.css.map */
