html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

body {
  position: fixed; }

input,
textarea, button {
  border: 0;
  -webkit-appearance: none; }

table {
  width: 100%; }

* {
  font-family: Verdana;
  color: #232323; }

.btn {
  width: 100%;
  height: 1.8rem;
  color: #fff;
  font-size: 0.6rem;
  border: none;
  border-radius: 30px;
  outline: none; }

.border-blue, .input:focus {
  border: 2px solid #1f4ba5; }

.border-gray, .input {
  border: 2px solid #e0e0e0 !important; }

.bg-blue, .btn-blue {
  background-color: #1f4ba5; }

.btn-lightblue {
  background-color: #41598f; }

.btn-ghost-blue {
  background-color: #fff;
  border: 2px solid #1f4ba5;
  color: #1f4ba5; }

.input {
  width: 100%;
  border-radius: 5px;
  height: 1.8rem;
  line-height: 1.8rem;
  padding-left: 10px;
  box-sizing: border-box;
  outline: none; }

a:active {
  text-decoration: underline; }

.main {
  width: 80%;
  position: absolute;
  left: 50%;
  margin-left: -40%;
  top: 5%; }

.logo {
  width: 1.7rem;
  height: 1.6rem;
  display: block;
  margin: 0 auto 2rem; }

.title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 25px; }

.input {
  margin-bottom: 15px; }

.n {
  margin: 20px 0;
  font-size: 0.6rem; }
  .n input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 2px solid #41598f;
    border-radius: 3px;
    vertical-align: middle;
    outline: none;
    margin-right: 5px; }
  .n label {
    line-height: 18px;
    font-size: 18px;
    font-size: 0.6rem; }
  .n input[type=checkbox]:checked {
    background-color: #41598f; }
  .n a {
    float: right; }

.sign-up {
  display: block;
  text-align: center;
  font-size: 0.6rem;
  margin: 1rem 0 2rem; }

button {
  display: block; }

.mask {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }

.sign-up-mask,
.fogot-pwd-mask {
  background-color: #fff;
  width: 88%;
  position: relative;
  left: 50%;
  margin-left: -44%;
  top: 15%;
  border-radius: 8px;
  padding: 5%;
  box-sizing: border-box;
  display: none;
  animation: fade .8s ease; }

@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fogot-pwd-mask {
  top: 27%; }

.icon-close {
  position: absolute;
  top: 10px;
  right: 11px;
  background: url("../img/close.png") no-repeat;
  display: block;
  width: .7rem;
  height: .7rem;
  background-size: 100% 100%; }

.tip {
  text-align: center;
  font-size: .1rem; }
  .tip p {
    color: #ccc;
    font-size: .5rem; }
  .tip code {
    color: #ccc;
    font-size: .5rem; }
  .tip a {
    color: #1f4ba5;
    font-size: .5rem; }

.index-header {
  height: 2.2rem;
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0; }

.index-header .logo {
  margin: 0 auto; }

.icon-menu {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/menu.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto; }

.icon-bag {
  display: block;
  width: 1rem;
  height: 1.3rem;
  background: url(../img/bag.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto; }

.icon-zoom {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/zoom.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto; }

.index-header div:nth-child(1) {
  margin-left: 15px; }

.index-header div:nth-child(2) {
  position: absolute;
  top: 50%;
  margin-top: -0.8rem;
  left: 50%;
  margin-left: -0.85rem; }

.head-title {
  color: #434343;
  font-size: .8rem;
  margin-top: -4px;
  margin-bottom: 2px;
  line-height: normal;
  text-align: center; }

.head-info {
  font-size: .5rem;
  color: #b2b2b2;
  line-height: normal;
  text-align: center; }
  .head-info span {
    color: #b2b2b2; }

.other-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.other-icon p:nth-child(1) {
  position: relative; }

.con {
  position: relative;
  top: 2.2rem;
  height: calc(100% - 2.2rem);
  overflow-y: scroll;
  overflow-x: hidden;
  box-sizing: border-box; }

.bag-num {
  position: absolute;
  display: block;
  width: .8rem;
  height: .8rem;
  background-color: #fe4f20;
  border-radius: 50%;
  font-size: .4rem;
  text-align: center;
  line-height: .8rem;
  color: #fff;
  top: 0;
  right: -.3rem; }

.other-icon p:nth-child(2) {
  margin: 0 15px; }

.banner {
  width: 100%;
  height: 19rem; }

.banner img {
  width: 100%;
  height: 100%; }

.swiper-pagination-bullet {
  width: .3rem;
  height: .3rem;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: .3; }

.swiper-pagination-bullet-active {
  width: .5rem;
  height: .5rem; }

.goods-area {
  background-color: #fff;
  width: 100%; }

.goods-area .title {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  position: relative;
  margin: 0;
  font-size: .7rem;
  font-weight: bold; }
  .goods-area .title a {
    position: absolute;
    font-size: .4rem;
    font-weight: normal;
    color: #1f4ba5;
    right: 10px; }

.goods-sorts li {
  float: left;
  border-top: 1px solid #e4e4e4;
  box-sizing: border-box;
  width: 50%;
  text-align: center; }
  .goods-sorts li img {
    height: 5rem;
    display: block;
    margin: 10px auto; }
  .goods-sorts li .sort-name {
    color: #232323; }
  .goods-sorts li .sort-num {
    color: #b2b2b2; }
.goods-sorts li:nth-child(odd) {
  border-right: 1px solid #e4e4e4; }

.top-search {
  display: none;
  padding: 0 15px;
  margin-top: 10px; }

.wrapper1 {
  display: none;
  background-color: #fff;
  width: 10rem;
  float: left;
  height: 100%; }
  .wrapper1 .sorts-list {
    font-size: 1rem;
    margin-left: 35px; }
    .wrapper1 .sorts-list li {
      margin-bottom: 20px;
      font-size: .8rem; }
      .wrapper1 .sorts-list li:active {
        color: #1f4ba5;
        text-decoration: underline; }

.wrapper2 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.show {
  position: absolute;
  top: 2.3rem;
  left: 10rem;
  animation: show .4s ease; }

.hide {
  position: relative;
  top: 0;
  left: 0;
  animation: hide .4s ease; }

@-webkit-keyframes show {
  0% {
    top: 0;
    left: 0; }
  100% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; } }
@-moz-keyframes show {
  0% {
    top: 0;
    left: 0; }
  100% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; } }
@-o-keyframes show {
  0% {
    top: 0;
    left: 0; }
  100% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; } }
@keyframes show {
  0% {
    top: 0;
    left: 0; }
  100% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; } }
@-webkit-keyframes hide {
  0% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; }
  100% {
    position: relative;
    top: 0;
    left: 0; } }
@-moz-keyframes hide {
  0% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; }
  100% {
    position: relative;
    top: 0;
    left: 0; } }
@-o-keyframes hide {
  0% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; }
  100% {
    position: relative;
    top: 0;
    left: 0; } }
@keyframes hide {
  0% {
    position: absolute;
    top: 2.3rem;
    left: 10rem; }
  100% {
    position: relative;
    top: 0;
    left: 0; } }
.wrapper-icons {
  margin-top: 2rem; }
  .wrapper-icons li {
    float: left;
    width: 33.3%; }
    .wrapper-icons li div {
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      border: 1px solid #e4e4e4;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative; }
  .wrapper-icons .person {
    width: 1rem;
    height: 1rem; }
  .wrapper-icons .shopping-bag {
    width: 0.9rem;
    height: 1.1rem; }
  .wrapper-icons .exit {
    width: 1rem;
    height: 0.9rem; }

.section-top {
  position: relative;
  top: 0;
  left: 0; }

.sort-tab {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  overflow-x: scroll;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  .sort-tab::-webkit-scrollbar {
    width: 0;
    height: 0; }
  .sort-tab ul {
    width: 686px;
    overflow: hidden; }
  .sort-tab li {
    float: left;
    padding: 0 15px;
    font-size: .6rem;
    color: #b2b2b2;
    font-weight: bold; }
  .sort-tab .active {
    color: #232323; }

.show-way {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center; }
  .show-way div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    flex: 1;
    border-right: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 2rem; }
  .show-way div:nth-last-child(1) {
    border-right: none; }
  .show-way .range-way,
  .show-way .rank-way,
  .show-way .row-way,
  .show-way .block-way {
    width: 1rem;
    height: 1rem; }
  .show-way .black {
    display: none; }
  .show-way .active {
    border-bottom: 2px solid #1f4ba5; }
    .show-way .active .gray {
      display: none; }
    .show-way .active .black {
      display: block; }

.sort-tab-con div {
  position: relative; }
  .sort-tab-con div .event-icon {
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 1.5rem;
    height: 0.7rem; }

.row-way-con div {
  padding: 20px 0;
  border-bottom: 1px solid #e4e4e4; }
.row-way-con .pro-title {
  font-size: .6rem;
  text-align: center;
  font-weight: bold;
  width: 60%;
  margin: 0 auto; }
.row-way-con .pro-img {
  width: 14rem;
  height: 16.5rem;
  display: block;
  margin: 0 auto; }
.row-way-con .pro-price {
  text-align: center;
  font-size: .7rem;
  font-weight: bold; }

.block-way-con div {
  float: left;
  width: 50%;
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #e4e4e4; }
.block-way-con div:nth-child(odd) {
  border-right: 1px solid #e4e4e4; }
.block-way-con div:nth-last-child(1),
.block-way-con div:nth-last-child(2) {
  border-bottom: none; }
.block-way-con .pro-title {
  font-size: .6rem;
  text-align: center;
  font-weight: bold; }
.block-way-con .pro-img {
  width: 100%;
  height: 7rem;
  display: block;
  margin: 0 auto; }
.block-way-con .pro-price {
  text-align: center;
  font-size: .7rem;
  font-weight: bold; }

.product-con {
  border-top: 1px solid #e4e4e4; }

.product-info {
  padding: 15px; }
  .product-info .event-icon {
    width: 1.5rem;
    height: 0.7rem;
    vertical-align: middle; }
  .product-info del {
    color: #b2b2b2;
    margin-left: 15px; }

.pi-title,
.pi-price {
  font-size: .6rem;
  font-weight: bold;
  text-align: center; }

.pi-brand {
  color: #b2b2b2;
  font-size: .5rem;
  text-align: center; }

.price {
  position: relative; }
  .price .sale-action {
    position: absolute;
    left: 10px;
    top: 3px; }

.product-banner {
  width: 100%;
  height: 19rem; }
  .product-banner .swiper-pagination-bullet {
    background: #232323; }

.product-banner img {
  width: 100%;
  height: 100%; }

.product-info-filter {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0; }

.product-size {
  text-align: center; }
  .product-size span {
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
    margin: 0 5px; }
  .product-size .active {
    border-color: #1f4ba5;
    border-width: 2px; }

.product-color {
  text-align: center; }
  .product-color span {
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    color: #fff; }
  .product-color .color-white {
    background-color: #fff;
    border: 1px solid #b2b2b2; }
  .product-color .color-blue {
    background-color: #1f4ba5; }
  .product-color .color-yellow {
    background-color: #ffcb3c; }
  .product-color .color-black {
    background-color: #000; }
  .product-color span:before {
    content: '\2714';
    font-size: 1rem;
    color: #fff;
    visibility: hidden; }
  .product-color .color-white:before {
    color: #232323; }
  .product-color .active:before {
    visibility: visible; }

.product-action {
  padding: 20px 15px; }

.product-num {
  float: left;
  margin-bottom: 20px; }
  .product-num .plus {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.7rem;
    float: left;
    border: 2px solid #e4e4e4;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    border-right: none;
    text-align: center;
    font-size: 0.6rem; }
  .product-num .minus {
    width: 1.8rem;
    height: 1.8rem;
    line-height: 1.7rem;
    float: left;
    border: 2px solid #e4e4e4;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-sizing: border-box;
    border-left: none;
    text-align: center;
    font-size: 0.6rem; }
  .product-num .num-div {
    width: 3rem;
    border-radius: inherit;
    float: left;
    text-align: center;
    padding-left: 0;
    height: 1.8rem;
    line-height: 1.8rem;
    box-sizing: border-box;
    border: 2px solid #e4e4e4; }

.add-cart {
  width: 50%;
  float: right; }

.product-hits {
  width: 100%;
  height: 1.8rem;
  line-height: 1.8rem;
  font-size: 0.6rem;
  border-radius: 30px;
  border: 2px solid #e4e4e4;
  box-sizing: border-box;
  margin-top: 20px;
  overflow: hidden; }
  .product-hits .stars {
    float: left;
    margin: 12px 10px 0 15px; }

.hits {
  float: left;
  border-right: 2px solid #e4e4e4;
  width: 65%; }

.stars img {
  width: .8rem;
  height: .8rem; }

.hits-total {
  float: left;
  color: #b2b2b2;
  margin-right: 10px; }

.share {
  width: 34%;
  float: left; }
  .share img {
    width: .8rem;
    height: .8rem;
    margin: 14px 14px 0 14px; }

.product-details-tab {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.8rem;
  line-height: 1.8rem;
  border-bottom: 1px solid #e4e4e4; }
  .product-details-tab span {
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    color: #b2b2b2;
    font-weight: bold;
    font-size: .5rem; }
  .product-details-tab .active {
    color: #232323; }

.product-details-tab-con {
  display: none;
  margin-bottom: 20px;
  min-height: 400px; }

.product-features td {
  border: 1px solid #e4e4e4; }
.product-features tr td:nth-child(1) {
  color: #b2b2b2; }

.product-product,
.product-brand {
  padding: 15px;
  font-size: .6rem;
  text-align: justify; }

.product-reviews li {
  padding: 15px;
  border-bottom: 1px solid #e4e4e4; }
.product-reviews li:nth-last-child(1) {
  border-bottom: none; }

.comment-info span {
  float: left;
  color: #434343;
  font-weight: bold; }
.comment-info .stars {
  margin-top: 5px;
  float: right; }
  .comment-info .stars img {
    width: .6rem;
    height: .6rem; }

.comment-date {
  color: #b2b2b2;
  margin: 10px 0; }

.product-footer,
.confirm-footer {
  border-top: 1px solid #e4e4e4;
  width: 100%;
  background-color: #fff;
  position: absolute;
  height: 2.2rem;
  box-sizing: border-box;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.favorite {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e4e4e4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  float: left; }
  .favorite img {
    width: 0.8rem;
    height: 0.8rem; }

.review-input {
  width: 70%;
  float: left;
  margin: 0 11px; }

.send-comment {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #1f4ba5;
  border: 2px solid #1f4ba5;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  float: left; }
  .send-comment img {
    width: 0.8rem;
    height: 0.8rem; }

.icon-dot {
  display: block;
  width: 1rem;
  height: .3rem;
  background: url(../img/dot.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 15px; }

.cart-area {
  padding: 12px 0;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  height: 3.5rem; }

.cart-area:nth-child(1) {
  border-top: 1px solid #e4e4e4; }

.cart-product {
  padding: 0 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  float: left; }

.cart-product-pic {
  width: 3rem;
  height: 3rem;
  margin-right: 5px; }

.cart-product-info {
  width: 60%; }

.cart-product-name {
  color: #434343;
  font-size: .6rem; }

.cart-product-size {
  color: #b2b2b2;
  font-size: .4rem; }

.cart-product-price {
  color: #434343;
  font-weight: bold;
  margin: 0 8px; }

.cart-product-num .cart-num-input {
  width: 1.8rem;
  height: 1.2rem;
  line-height: 1.2rem;
  padding-left: 0;
  text-align: center;
  border: 1px solid #e4e4e4 !important;
  margin: 0;
  border-radius: inherit;
  border-top: none !important;
  border-bottom: none !important;
  box-sizing: border-box; }
.cart-product-num .plus {
  width: 1.8rem;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.6rem; }
.cart-product-num .minus {
  width: 1.8rem;
  border: 1px solid #e4e4e4;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.6rem; }

.left-action {
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.right-action {
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center; }

.mark-favorite {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fc512d;
  margin: 0 8px; }
  .mark-favorite img {
    width: .8rem;
    height: .8rem; }

.mark-del {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #b2b2b2;
  margin: 0 8px; }
  .mark-del img {
    width: .8rem;
    height: .8rem; }

.mark-edit {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #1f4ba5;
  margin: 0 8px; }
  .mark-edit img {
    width: .8rem;
    height: .8rem; }

.cart-footer {
  width: 100%;
  padding: 15px 20px;
  background-color: #fff;
  position: absolute;
  height: 8rem;
  box-sizing: border-box;
  bottom: 0;
  border-top: 1px solid #e4e4e4; }
  .cart-footer .btn {
    display: block;
    margin-bottom: 15px; }
  .cart-footer .btn:nth-last-child(1) {
    margin-bottom: 0;
    background-color: inherit; }

.subtotal {
  padding: 12px 0;
  font-size: .6rem; }
  .subtotal p {
    float: right;
    font-size: .7rem;
    font-weight: bold; }

.icon-back {
  display: block;
  width: .5rem;
  height: .9rem;
  background: url(../img/back.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto; }

.delivery-header div:nth-child(1),
.payment-header div:nth-child(1),
.confirm-header div:nth-child(1) {
  position: absolute;
  top: 50%;
  margin-top: -.45rem; }

.delivery-header .head-title,
.payment-header .head-title,
.confirm-header .head-title {
  width: 100%; }

.delivery-con,
.payment-con {
  padding: 15px; }

.step-img {
  margin-bottom: 20px; }

.step-img img {
  width: 100%;
  height: auto; }

.delivery-tab {
  margin-bottom: 20px;
  border: 2px solid #e4e4e4;
  width: 100%;
  height: 2rem;
  border-radius: 30px;
  padding: 4px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center; }
  .delivery-tab .active {
    background-color: #1f4ba5;
    color: #fff; }

.delivery-tab span {
  width: 50%;
  height: 100%;
  line-height: 1.4rem;
  display: block;
  border-radius: 30px;
  box-sizing: border-box;
  font-size: .7rem;
  text-align: center; }

.delivery-con .btn {
  margin-bottom: 15px; }

.payment-sort {
  width: 100%;
  left: 0;
  margin-top: 20px; }
  .payment-sort div {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: 32%;
    height: 3.5rem;
    float: left;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center; }
  .payment-sort div:nth-child(2) {
    margin: 0 2%; }
  .payment-sort .active {
    height: 5rem;
    background-color: #EAEAEA;
    margin-top: -0.8rem !important; }
  .payment-sort .card1 {
    width: 3rem;
    height: auto; }
  .payment-sort .card2 {
    width: 3.6rem;
    height: auto; }
  .payment-sort .card3 {
    width: 4rem;
    height: auto; }

.confirm-info .caption {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 15px 0;
  background-color: #f8f8f8; }
  .confirm-info .caption span:nth-child(1) {
    font-size: .6rem;
    float: left;
    margin-left: 15px;
    font-weight: bold; }
  .confirm-info .caption span:nth-child(2) {
    font-size: .5rem;
    color: #1f4ba5;
    float: right;
    margin-right: 15px; }
.confirm-info .list {
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box; }
  .confirm-info .list li {
    border-bottom: 1px solid #e4e4e4;
    padding: 15px; }
    .confirm-info .list li div:nth-child(1) {
      float: left;
      width: 80%; }
    .confirm-info .list li div:nth-child(2) {
      float: right;
      font-weight: bold; }
      .confirm-info .list li div:nth-child(2) img {
        width: 2rem;
        height: auto; }
    .confirm-info .list li h5 {
      font-size: .6rem;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .confirm-info .list li p {
      font-size: .5rem; }
      .confirm-info .list li p span {
        color: #b2b2b2; }
  .confirm-info .list li:nth-last-child(1) {
    border-bottom: none; }

.confirm-con .step-img {
  padding: 15px; }

/*# sourceMappingURL=style.css.map */
