html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #f5f5f5;
  color: #333;
}
ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-linethrough {
  text-decoration: line-through !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}

.text-muted {
  color: #333 !important;
}

.text-primary, .text-primary:hover {
  color: #1D62F0 !important;
}

.text-info, .text-info:hover {
  color: #23CCEF !important;
}

.text-success, .text-success:hover {
  color: #87CB16 !important;
}

.text-warning, .text-warning:hover {
  color: #FFA534 !important;
}

.text-danger, .text-danger:hover {
  color: #FB404B !important;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  background-clip: padding-box;
  font-weight: 600;
}
.label-default,.fc-event.label-default {
  background-color: #888;
}

.label-primary,.fc-event.label-primary {
  background-color: #447df7;
}

.label-success,.fc-event.label-success {
  background-color: #2ecc71;
}

.label-info,.fc-event.label-info {
  background-color: #23ccef;
}

.label-warning,.fc-event.label-warning {
  background-color: #ffa534;
}

.label-danger,.fc-event.label-danger {
  background-color: #fb404b;
}

.label.label-large {
  font-size: 1em;
  padding: 0.4em 0.8em 0.5em;
}

.label.label-circle {
  border-radius: 50%;
  background-clip: padding-box;
  padding: 4px!important;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 4px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,.btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
a.btn.disabled {
  pointer-events: none;
}
.btn-default {
  border-color: #333;
  color: #333;
  background-color: #fff;
}
.btn-default:focus,
.btn-default.focus {
  border-color: #000;
  color: #000;
  background-color: #f9f9f9;
}
.btn-default:hover {
  border-color: #000;
  color: #000;
  background-color: #f9f9f9;
}
.btn-default:active,.btn-default.active{
  border-color: #000;
  color: #000;
}
.btn-default.disabled,
.btn-default[disabled],
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
.btn-default.disabled.active,
.btn-default[disabled].active {
  background-color: #ebebeb;
  border-color: #ccc;
}

.btn-default-outline {
  border-color: #ddd;
  color: #666;
  background-color: #fff;
}
.btn-default-outline:focus,
.btn-default-outline.focus {
  border-color: #c82129;
  color: #666;
}
.btn-default-outline:hover {
  border-color: #c82129;
  color: #666;
}
.btn-default-outline:active,.btn-default-outline.active{
  border-color: #c82129;
  color: #666;
}
.btn-default-outline.disabled,
.btn-default-outline[disabled],
.btn-default-outline.disabled:hover,
.btn-default-outline[disabled]:hover,
.btn-default-outline.disabled:focus,
.btn-default-outline[disabled]:focus,
.btn-default-outline.disabled.focus,
.btn-default-outline[disabled].focus,
.btn-default-outline.disabled:active,
.btn-default-outline[disabled]:active,
.btn-default.disabled.active,
.btn-default-outline[disabled].active {
  background-color: #ebebeb;
  border-color: #ccc;
}
.btn-primary {
  border-color: #c82129;
  color: #fff;
  background-color: #c82129;
}
.btn-primary:focus,
.btn-primary.focus {
  border-color: #c82129;
  color: #fff;
  background-color: #be1f27;
}
.btn-primary:hover {
  border-color: #c82129;
  color: #fff;
  background-color: #be1f27;
}
.btn-primary:active,.btn-primary.active{
  border-color: #be1f27;
  color: #fff;
}
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
.btn-default.disabled.active,
.btn-primary[disabled].active {
  background-color: #ae0f17;
  border-color: #ae0f17;
}
.btn-primary-outline {
  border-color: #c82129;
  color: #c82129;
  background-color: #fff;
}
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  border-color: #be1f27;
  color: #be1f27;
  background-color: #fff;
}
.btn-primary-outline:hover {
  border-color: #be1f27;
  color: #be1f27;
  background-color: #fff;
}
.btn-primary-outline:active,.btn-primary-outline.active{
  border-color: #be1f27;
  color: #be1f27;
}
.btn-primary-outline.disabled,
.btn-primary-outline[disabled],
.btn-primary-outline.disabled:hover,
.btn-primary-outline[disabled]:hover,
.btn-primary-outline.disabled:focus,
.btn-primary-outline[disabled]:focus,
.btn-primary-outline.disabled.focus,
.btn-primary-outline[disabled].focus,
.btn-primary-outline.disabled:active,
.btn-primary-outline[disabled]:active,
.btn-default.disabled.active,
.btn-primary-outline[disabled].active {
  background-color: #ebebeb;
  border-color: #c82129;
}
.btn-link {
  font-weight: normal;
  color: #c82129;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link[disabled] {
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:hover,
.btn-link:focus {
  color: #be1f27;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover{
  color: #777;
  text-decoration: none;
}
.btn-lg{
  padding: 12px 16px;
  font-size: 1.8rem;
  line-height: 2rem;
  letter-spacing: 1px;
}
.btn-sm{
  padding: 5px 10px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.btn-block {
  display: block;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-appearance:none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.qty-group {
  background: #fff;
  display: flex;
}
.qty-group a{
  display: block;
  width: 35%;
  text-align: center;
  color: #666;
  text-decoration: none;
}
.qty-group .form-control {
  width: 30%;
  border: none;
  text-align: center;
  padding: 0;
  color: #c82129;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
  color: #666;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.close {
  float: right;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition:      -o-transform .3s ease-out;
  transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
  font-size: 1.6rem;
  color: #c82129;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.alert{
  padding: 6px 12px;
  color: #fff;
  line-height: 2.4rem;
  font-size: 1.4rem;
}
.alert.alert-danger {
  background: #f55145;
}
.alert .icon {
  font-size: 2.4rem;
  vertical-align: middle;
  margin-right: 3px;
}


/* ==========================================================================
   BXslider styles
   ========================================================================== */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}


.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}


.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -5px;
  width: 100%;
}


.bx-wrapper .bx-pager {
  text-align: center;
  color: #666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: rgba(0,0,0,.4);
  text-indent: -9999px;
  display: block;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  outline: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: rgba(0,0,0,.6);
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  width: 14px;
  background: rgba(237,36,44,.8);
}
.pagination {
  text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-bottom: 20px;
}
.pagination a.prev{
  float: left;
  padding: 5px 8px;
  margin-left: 3px;
}
.pagination a.next{
  float: right;
  padding: 5px 8px;
  margin-right: 3px;
}
.pagination a,.pagination span{
  display: block;
  border: 1px solid transparent;
  padding: 5px 10px;
  font-size: 1.6rem;
  text-decoration: none;
  color: #333;
}
.pagination a.disabled {
  opacity: 0.3;
}
.pagination a:hover,
.pagination a:focus{
  text-decoration: none;
  color: #ed242c
}
.pagination a.prev:hover,
.pagination a.next:hover{
  border-color: #333;
}
.pagination a.prev.disabled:hover,
.pagination a.next.disabled:hover{
  border-color: transparent;
  color: #666;
  cursor: not-allowed;
}
.pagination span {
  background: #333;
  color: #fff;
}
.pagination li {
  display: inline-block;
  margin: 0 2px;
}
.empty-box {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}
.empty-box .icon-bg {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #b5b5b5;
  border-radius: 50%;
  text-align: center;
  line-height: 85px;
  margin-bottom: 20px;
}
#address-list .empty-box .icon-bg {
  line-height: 80px;
}
.empty-box .icon-bg .icon{
  font-size: 4rem;
  color: #fff;
}
.empty-box h6 {
  font-size: 1.8rem;
  margin: 20px 0;
  color: #666;
}
.empty-box a {
  color: #c82129
}
/*Bottom Nav*/
#bottom-nav {
  border-top: 1px solid #eee;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  height: 46px;
  width: 100%;
  background: rgba(255,255,255,.9);
  z-index: 88;
}
#bottom-nav .item {
  width: 20%;
  height: 46px;
  text-align: center;
  position: relative;
}
#bottom-nav .item a div {
  height: 30px;
  padding-top: 3px;
}
#bottom-nav .item a .icon {
  font-size: 2rem;
  color: #555;
}
#bottom-nav .item a {
  color: #555;
  text-decoration: none;
}
#bottom-nav .item .badge {
  position: absolute;
  right: 4px;
  top: 1px;
  background: #ed242c;
  font-size: 1.2rem;
}
.category-container {
  padding-bottom: 46px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .35s ease-out;
  transition:         transform .35s ease-out;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.category-container.show {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#category {
  padding-top: 46px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.97);
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
#category > ul > li {
  clear: both;
  margin-bottom: 20px;
}
#category > ul > li > div {
  padding: 7px 15px;
  line-height: 2rem;
  margin-bottom: 5px;
}
#category > ul > li > div > a {
  display: block;
  color: #666;
  font-size: 1.4rem;
  text-decoration: none;
}
#category > ul > li > div span {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 5px;
}
#category > ul > li > div span > .icon {
  font-size: 2rem;
  vertical-align: middle;
}
#category > ul > li > div small {
  float: right;
  color: #999;
}
#category > ul > li > div small > .icon {
  vertical-align: middle;
}
#category > ul > li > ul {
  padding: 0 15px;
}
#category > ul > li > ul > li{
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
#category > ul > li > ul > li:nth-child(3n){
  margin-right: 0;
}
#category > ul > li > ul > li> a {
  font-size: 1.2rem;
  line-height: 1.8rem;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 8px 0;
  background: #dadada;
  text-align: center;
}
a.cate-close {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  display: none;
  color: #999;
  text-decoration: none;
  text-align: center;
  background: #fff;
  z-index: 91;
  height: 46px;
  line-height: 16px;
  padding: 7px 0;
}
a.cate-close .icon {
  color: #999;
}
.page-title {
  padding: 15px;
  margin-top: 0;
  margin-bottom: 0;
  color: #c82129;
  font-size: 1.8rem;
  background: #fff;
  line-height: 2.2rem;
}
.page-title small{
  color: #777;
}

#main {
  padding-bottom: 46px;
}
/*header*/
#header {
  width: 100%;
  padding: 15px;
  background: #fff;
  overflow: hidden;
  -webkit-transition: margin .35s;
  transition: margin .35s;
}
#header.searching {
  margin-top: 50px;
}
#header #logo{
  float: left;
  margin: 0;
  /*height: 30px;*/
  width: 105px;
  overflow: hidden;
}
#header #search {
  width: 200px;
  float: right;
}
#header #search .search-input{
  position: relative;
  width: 100%;
}
#header #search input {
  border: 1px solid #ddd;
  width: 100%;
  height: 30px;
  padding: 3px 7px;
  padding-right: 37px;
  border-radius: 5px;
}
#header #search button {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  padding: 0;
  width: 30px;
  text-align: center;
}
#header #search button .icon {
  vertical-align: middle;
  color: #ed424c;
}

.home-page #home-nav ul{
  display: flex;
  display: -webkit-flex;
}
.home-page #home-nav li{
  background: #fff;
  width: 25%;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.home-page #home-nav li a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 0;
  color: #333;
  position: relative;
  top: 1px;
}
.home-page #home-nav li a.active {

  border-bottom: 2px solid #ed242c;
}
.home-page section {
  width: 100%;
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
.home-page section h3 {
  padding: 15px;
  font-size: 1.6rem;
  color: #666;
  margin: 0;
}
.home-page section li .img img{
  display: block;
}
.home-page section li p {
  margin-bottom: 5px;
  font-size: 1.2rem;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
  color: #333;
  text-align: center;
}
.home-page section li h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  color: #c82129;
  text-align: center;
}
.home-page section li h6 b{
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 3px;
}
.home-page section h6 small{
  margin-left: 8px;
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}
.home-page section li a{
  text-decoration: none;
}
.home-page section.sales{
  margin-bottom: 20px;
  overflow: hidden;
}
.home-page section.sales li{
  float: left;
  width: 50%;
  padding: 0 15px;
  padding-bottom: 20px;
}
.home-page section.sales li .img{
  margin-bottom: 5px;
}
.home-page section.sales li p{
  padding: 0 5px;
}
.home-page section.hot li{
  padding: 0 15px;
}
.home-page section.hot li a{
  display: table;
  border-bottom: 1px solid #ddd;
}
.home-page section.hot li:last-child a{
  border-bottom: none;
}
.home-page section.hot li .img,.home-page section.hot li .info{
  display: table-cell;
}
.home-page section.hot li .img{
  padding: 15px 0;
  width: 40%;
}
.home-page section.hot li:first-child .img{
  padding-top: 0;
}
.home-page section.hot li .info{
  vertical-align: middle;
  width: 60%;
  padding: 0 25px;
}
.home-page section.hot li p{
  text-align: left;
  height: auto;
  margin-bottom: 0;
  padding-right: 15px;
}
.home-page section.hot li h6{
  text-align: left;
  margin-bottom: 10px;
}
.home-page section.card > div{
  width: 100%;
  overflow-x: scroll;
  padding: 0 5px;
  -webkit-overflow-scrolling: touch;
}
.home-page section.card ul {
  overflow: visible;
  position: relative;
}
.home-page section.card li {
  width: 161px;
  float: left;
  margin-bottom: 15px;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
.home-page section.card li:last-child {
  border-color: #fff;
}
.home-page section.card li .img{
  margin-bottom: 5px;
}

.home-page #pdt-list{
  background: #f5f5f5;
  margin-top: 15px;
}
.home-page #pdt-list h3{
  padding: 15px;
  font-size: 1.6rem;
  color: #666;
  margin: 0;
  text-align: center;
  background: url(../img/s3_tit.png) no-repeat center center;
  background-size: 800px 1px;
  color: #c82129;
}
#pdt-list {
  overflow: hidden;
  margin-bottom: 20px;
}
#pdt-list li {
  padding: 10px;
  background: #fff;
  margin-bottom: 2%;
  width: 49%;
}
#pdt-list li:nth-child(odd){
  float: left;
}
#pdt-list li:nth-child(even){
  float: right;
}
#pdt-list li a {
  text-decoration: none;
}
#pdt-list li .img {
  width: 100%;
  margin-bottom: 5px;
}
#pdt-list li .img img{
  display: block;
}
#pdt-list li p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
  color: #333;
  padding: 0 5px;
}
#pdt-list li h6 {
  font-size: 1rem;
  font-weight: normal;
  color: #ed242c;
  margin: 0;
  margin-bottom: 5px;
  padding: 0 5px;
}
#pdt-list li h6 b{
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 3px;
}
#pdt-list li h6 small{
  margin-left: 8px;
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}

#pdt-list-top {
  width: 100%;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid #eee;
  z-index: 9;
}
#pdt-list-top > h3{
  margin: 0;
  font-size: 1.6rem;
  color: #c82129;
}
#pdt-list-top .btn-pdt-sort {
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  line-height: 20px;
  padding: 10px;
  color: #666;
  text-decoration: none;
}
#pdt-list-top #pdt-sort {
  padding-top: 20px;
  display: none;
}
#pdt-list-top #pdt-sort ul{
  display: flex;
}
#pdt-list-top #pdt-sort ul li{
  width: 33.3%;
}
#pdt-list-top #pdt-sort li a{
  color: #666;
  display: block;
  border-radius: 2px;
  text-decoration: none;
  font-size: 1.4rem;
}
#pdt-list-top #pdt-sort li a.active{
  color: #c82129;
}
#pdt-list-top #pdt-sort li a .icon {
  font-size: 2.2rem;
}
.product-list-page #main {
  padding-top: 50px;
}
.product-list-page #pdt-list li {
  padding-bottom: 0;
}
.product-list-page #pdt-list li .btn-set {
  border-top: 1px solid #ddd;
  margin-top: 5px;
}
.pic-slide {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;

}
#product-intro {
  background: #fff;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  padding-bottom: 42px;
}
#product-intro .intro {
  padding: 0 15px;
}
#product-intro h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 2rem;
}
#product-intro p.sub {
  color: #999;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
#product-intro dl {
  overflow: hidden;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
#product-intro dl dt {
  color: #777;
  float: left;
  width: 20%;
  margin-bottom: 5px;
  padding-left: 15px;
}
#product-intro dl dd{
  float: left;
  width: 80%;
  margin: 0;
  font-size: 1.4rem;
}
#product-intro a.btn-collect {
  display: block;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 20px;
  text-decoration: none;
  color: #c82129;
}
#product-intro a.btn-collect .icon {
  font-size:2rem;
}
#product-intro .price-box{
  background: url(../img/price_bkg.png);
  padding: 15px 0 5px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
  position: relative;
}
#product-intro .price-box dl {
  margin-right: 0;
  margin-left: 0;
}
#product-intro .price-box .market-price{
  line-height: 1.8rem;
  margin-bottom: 10px;
}
#product-intro .price-box .market-price dd{
  text-decoration: line-through;
  color: #666;
}
#product-intro .price-box .ele-price{
  line-height: 3.2rem;
}
#product-intro .price-box .ele-price dd{
  color: #ed242c;
  font-size: 1.2rem;
}
#product-intro .price-box .ele-price b{
  font-size: 3rem;
  margin-right: 3px;
}
#product-intro dl.size {
  margin-bottom: 7px;
}
#product-intro dl.size dt {
  line-height: 32px;
  margin-bottom: 10px;
}
#product-intro dl.size .btn {
  margin-right: 15px;
  margin-bottom: 8px;
}
#product-intro dl.bundle {
  margin-bottom: 10px;
}
#product-intro dl.bundle dt{
  line-height: 1.6rem;
}
#product-intro dl.bundle p{
  margin-bottom: 5px;
  line-height: 1.6rem;
}
#product-intro dl.bundle a{
  color: #666;
}
#product-intro .product-note {
  padding-top: 40px;
  padding-bottom: 40px;
}
#product-intro .product-note h3{
  margin-top: 0;
  padding: 0 15px;
  font-size: 1.5rem;
  color: #999;
}
#product-intro .WYSIWYG img{
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}
#product-btns {
  position: fixed;
  left: 0;
  bottom: 46px;
  height: 46px;
  width: 100%;
  display: flex;
  z-index: 87;
}
#product-btns > div {
  width: 30%;
}
#product-btns > div.qty-group {
  width: 40%;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}
#product-btns > div.qty-group a{
  font-size: 1.8rem;
  height: 46px;
  line-height: 46px;
}
#product-btns > div.qty-group .form-control{
  height: 44px;
  line-height: 44px;
  font-size: 2rem;
}
#product-btns .btn {
  height: 46px;
  width: 100%;
}
.shopping-cart-page #main {
  background: #fff;
}
.shopping-cart-page .table h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  height: 3.2rem;
  overflow: hidden;
}
.shopping-cart-page .table tbody td {
  padding-top: 15px;
  padding-bottom: 15px;
}
.shopping-cart-page .table tbody tr.checked td {
  background: #f4f8ff;
}
.shopping-cart-page .table .btn-remove{
  line-height: 32px;
  color: #999;
  padding: 0 10px;
}
.shopping-cart-page .table .qty-group {
  width: 60%;
  border: 1px solid #ddd;
  float: left;
  margin-right: 15px;
}
.shopping-cart-page .table .qty-group a{
  font-size: 1.8rem;
  height: 32px;
  line-height: 32px;
}
.shopping-cart-page .table .qty-group .form-control{
  height: 32px;
  line-height: 32px;
  font-size: 1.6rem;
}
.shopping-cart-page .table .price{
  color: #ed242c;
}
.shopping-cart-page .table .price b{
  font-size: 1.8rem;
}
.shopping-cart-page .table tfoot td {
  padding-top: 20px;
}
.shopping-cart-page .table .total {
  display: inline-block;
  margin-right: 20px;
  color: #999;
}
.shopping-cart-page .table .total .price b{
  font-size: 2.2rem;
  margin-right: 3px;
}
.order-page .page-title {
  margin-bottom: 15px;
}
#order-table section {
  margin-bottom: 15px;
  background: #fff;
  padding: 0 15px;
}
#order-table h4{
  margin: 0;
  font-size: 1.6rem;
  padding: 10px 15px;
  background: #fff;
}
#order-table h4 span{
  display: inline-block;
  padding: 5px 8px;
  border-bottom: 2px solid #c82129;
}
#order-table .address {
  padding: 0;
  padding-bottom: 8px;
  background: url(../img/address_bg.png) repeat-x left bottom #fff;
}
#order-table .address table {
  margin-bottom: 0;
}
#order-table .address table td{
  background: #fff;
  border-top: none;
  padding-bottom: 20px;
}
#order-table .address table td .icon{
  font-size: 2.4rem;
}
#order-table .address table td a .icon{
  color: #666;
}
#order-table .address h5 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}
#order-table .address a {
  text-decoration: none;
  color: #333;
}
#order-table .address p {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 0;
}
#order-table .pdt .table h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  height: 3.2rem;
  overflow: hidden;
}
#order-table .pdt .table p {
  margin-bottom: 0;
}
#order-table .pdt .table p .price{
  color: #666;
}
#order-table .pdt .table p .price b{
  font-size: 1.6rem;
}
#order-table .pdt .table .price{
  color: #ed242c;
}
#order-table .pdt .table .price b{
  font-size: 1.8rem;
  margin-right: 2px;
}
#order-table .pdt .table .qty{
  margin-left: 10px;
  color: #1D62F0;
}
#order-table .pdt .table .qty b{
  font-size: 1.8rem;
  margin-left: 3px
}
#order-table .shiptime .table {
  text-align: center;
}
#order-table .shiptime .table > tbody > tr > th {
  border-top: none;
}
#order-table .shiptime .table td.checked {
  background: #f4f8ff;
}
#order-table .shiptime p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #666;
  margin-bottom: 10px;
}
#order-table .final {
  text-align: center;
  padding: 15px 15px 30px;
  margin-bottom: 0;
}
#order-table .final h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
#order-table .final h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
#order-table .final p {
  margin-bottom: 30px;
  color: #999;
}
#order-table .final .price{
  color: #ed242c;
  font-size: 90%;
}
#order-table .final .price b{
  font-size: 150%;
  margin-right: 3px;
}
#order-table .final .btn-primary {
  display: block;
  width: 100%;
}
#pop-address {
  padding-bottom: 60px;
}
#pop-address table td{
  border-top: none;
  border-bottom: 1px solid #ddd;
}
#pop-address table td a {
  text-decoration: none;
  color: #666;
}
#pop-address table td a.btn-check {
  color: #999;
}
#pop-address table td a.btn-check.active {
  color: #c82129;
}
#pop-address table td a .icon{
  font-size: 2.4rem;
}
#pop-address table td h5 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}
#pop-address .btn-set {
  text-align: right;
}
#address-new {
  background: #fff;
}
#address-new .form-group{
  margin-bottom: 15px;
  position: relative;
}
#address-new .form-group:last-child{
  margin-bottom: 0;
}
#address-new .form-group .form-control {
  font-size: 1.4rem;
  border: none;
  border-bottom: 1px solid #ddd;
  height: 45px;
}
#address-new .form-group .select-group {
  display: flex;
}
#address-new .form-group .select-group > p {
  width: 32%;
  height: 45px;
  border-bottom: 1px solid #ddd;
  line-height: 32px;
  position: relative;
  font-size: 1.4rem;
  padding: 6px 12px;
}
#address-new .form-group .select-group > p:last-child {
  width: 36%;
}
#address-new .form-group .select-group > p select {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
  opacity: 0;
}
#address-new .form-group .checkbox {
  padding-top: 15px;
}
#address-new .form-group .checkbox label {
  color: #c82129;
  font-size: 1.4rem;
}
#address-new .btn-set {
  text-align: right;
}
.user-center-page .user-intro {
  padding: 25px 15px;
  background: #c82129;
}
.user-center-page .user-intro .intro-left{
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
.user-center-page .user-intro .intro-body{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.user-center-page .user-intro .avatar {
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.user-center-page .user-intro .intro-body h5{
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.6rem;
}
.user-center-page .user-intro .intro-body p{
  font-size: 1.4rem;
  opacity: 0.8;
}
.user-center-page .user-intro .intro-body a{
  color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  opacity: 0.8;
}
.user-center-page #main section {
  background: #fff;
  margin-bottom: 15px;
}
.user-center-page #main section h3 {
  padding: 15px;
  font-size: 1.6rem;
  color: #666;
  margin: 0;
}
.user-center-page #main section h3 a {
  font-size: 1.2rem;
  text-decoration: none;
  color: #c82129;
  margin-top: 2px;
  float: right;
}
.user-center-page #main section h3 a .icon {
  vertical-align: -1px;
}
.user-center-page #main section >div {
  padding: 0 15px;
}
.user-center-page #order-list-table li{
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.user-center-page #order-list-table li:last-child{
  border-bottom: none;
}
.user-center-page section.user li{
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.user-center-page section.user li:last-child{
  border: none;
}
.user-center-page section.user li a{
  font-size: 1.6rem;
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
.user-center-page section.user li a .icon {
  font-size: 2rem;
  margin: 0 10px;
  color: #c82129;
}
.my-integral-page .panel {
  text-align: center;
  background-color: #fff;
  margin-bottom: 15px;
}
.my-integral-page .panel > h3 {
  color: #c82129;
  font-size: 12px;
  margin: 0;
  padding: 15px 0;
}
.my-integral-page .panel > h3 > b {
  font-size: 20px;
  margin-right: 5px;
}
.my-integral-page .integral {
  background: #fff;
  padding: 0 15px;
}
.my-integral-page .integral > p{
  color: #666;
  padding: 15px 0 0;
}
.my-integral-page .integral li{
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.my-integral-page .integral li:last-child {
  border-bottom: 0 none;
}
.my-integral-page .integral li > h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.my-integral-page .integral li > span {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  float: right;
  text-align: right;
}
.my-integral-page .integral li > span > b{
  font-size: 16px;
}
#order-list-table .th{
  font-size: 1.4rem;
  margin-bottom: 10px;
  color: #666;
}
#order-list-table .th a{
  text-decoration: none;
  color: #666;
}
#order-list-table .th a span{
  float: right;
  color: #999;
  font-size: 1.2rem;
}
#order-list-table .th a .icon{
  vertical-align: -1px;
}
#order-list-table .tb {
  text-align: right;
  overflow: hidden;
}
#order-list-table .tb > div {
  float: left;
  color: #999;
}
#order-list-table .tb .price {
  color: #ed242c;
  margin-left: 5px;
}
#order-list-table .tb .price b{
  font-size: 2rem;
  margin-right: 2px;
}
#order-list-table .table {
  margin-bottom: 10px;
}
#order-list-table .table td {
  border-bottom: 1px solid #ddd;
  border-top: none;
}
#order-list-table .table td.img{
  width: 22%;
}
#order-list-table .table td.img img{
  display: block;
}
#order-list-table .table td.info{
  width: 56%;
}
#order-list-table .table td.info h5{
  font-size: 1.2rem;
  margin: 0 0 10px;
}
#order-list-table .table td.info p {
  color: #999;
}
#order-list-table .table td.status{
  width: 22%;
  text-align: right;
}
.my-order-page #main,.my-favorite-page #main{
  padding-top: 52px;
}
.my-order-page .page-title,.my-favorite-page .page-title {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(255,255,255,0.9);
}
.my-order-page .page-title strong {
  padding: 5px;
  border-bottom: 2px solid #c82129;
  margin: 0 8px;
  color: #333;
}
.my-order-page .page-title a {
  display: inline-block;
  margin: 0 8px;
  color: #666;
  text-decoration: none;
}
.my-order-page .page-title a.return {
  float: right;
  font-size: 1.2rem;
  color: #999;
}
.my-order-page .page-title a.return .icon{
  vertical-align: -1px;
}
.my-order-page #order-list-table li {
  padding: 10px 15px;
  background: #fff;
  margin-bottom: 15px;
}
.my-order-page #order-list-table .th{
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.my-order-page #order-list-table .td{
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}
.my-order-detail-page .page-title {
  margin-bottom: 15px;
}
.my-order-detail-page .page-title small{
  display: block;
}
.my-order-detail-page #order-table .address {
  padding-bottom: 0;
  background: #fff;
}
.my-order-detail-page #order-table .address table td{
  padding: 15px 0;
}
.my-order-detail-page #order-table .final {
  text-align: right;
  background: transparent;
}
.my-address-page .btn-set-bottom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}
.my-address-page .btn-set-bottom .btn {
  display: block;
  width: 100%;
}
.my-address-page .table {
  margin-bottom: 0;
}
.my-address-page .table td{
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.my-address-page .table td .icon{
  font-size: 2.4rem;
}
.my-address-page .table td a .icon{
  color: #666;
}
.my-address-page .table h5 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}
.my-address-page .table a {
  text-decoration: none;
  color: #333;
}
.my-address-page .table p {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 0;
}
.exchange-page #main {
  margin-bottom: 90px;
}
#exchange-box {
  background: #fff;
  padding-bottom: 40px;
}
#exchange-box .alert {
  visibility: hidden;
  margin-bottom: 20px;
}
#exchange-box .step {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  display: flex;
}
#exchange-box .step li {
  display: inline-block;
  position: relative;
  top: 1px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #666;
  padding: 6px 0;
  width: 33.33%;
}
#exchange-box li.active {
  color: #c82129;
  border-bottom: 2px solid #c82129;
}
#exchange-box li .icon {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
#exchange-box .step-content{
  display: none;
}
#exchange-box .step-content.active{
  display: block;
}
#exchange-box  .step-content-2 .tips {
  margin: 20px 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #f9f9f9;
}
#exchange-box  .step-content-2 .tips p{
  margin-bottom: 0;
  line-height: 1.8rem;
  font-size: 1.4rem;
  color: #c82129;
}
#exchange-box .input-group {
  padding: 0 45px;
  margin-bottom: 15px;
}
#exchange-box .input-group label {
  display: block;
  margin-bottom: 5px;
}
#exchange-box .input-group .form-control{
  background: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 44px;
}
#exchange-box .btn-set {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0px;
}
#exchange-box .btn-set .btn {
  width: 100%;
}
#exchange-box .step-content-1 .btn-set {
  position: static;
  margin-top: 60px;
}
#exchange-box .step-content-2 .btn-set .btn-link {
  width: 30%;
  background: #fff;
}
#exchange-box .step-content-2 .btn-set .btn-primary {
  width: 70%;
}
#exchange-box .step-content-3{
  text-align: center;
}
#exchange-box .step-content-3 h3 {
  font-size: 3.2rem;
  color: #87CB16;
  margin-bottom: 30px;
  margin-top: 70px;
}
#exchange-box .step-content-3 h3 .icon{
  font-size: 4rem;
  margin-right: 10px;
}
#exchange-box .step-content-3 p {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#exchange-box .step-content-4 h3 {
  font-size: 3.2rem;
  color: #87CB16;
  margin-bottom: 30px;
  margin-top: 50px;
  text-align: center;
}
#exchange-box .step-content-4 h3 .icon{
  font-size: 4rem;
  margin-right: 10px;
}
#exchange-box #choose-btn-set p {
  text-align: center;
  margin: 15px 0;
  color: #999;
}
#exchange-box #choose-btn-set {
  padding: 0 15px;
}
#exchange-box #choose-btn-set .label-tips {
  color: #999;
  margin: 30px 0;
  line-height: 2rem;
  font-size: 1.4rem;
  text-align: left;
}
#exchange-box #choose-btn-set .label-tips b {
  color: #333;
}
#exchange-box #choose-btn-set .btn {
  display: block;
  width: 100%;
}
#exchange-box #choose-btn-set .btn .icon {
  vertical-align: -1px;
  font-size: 2rem;
}
#exchange-box #choose-btn-set h5 {
  font-size: 1.4rem;
}
#exchange-box #choose-btn-set h5 a{
  color: #333;
  text-decoration: underline;
}
#exchange-box #choose-list {
  display: none;
  overflow: hidden;
  padding: 0 12px;
}
#exchange-box #choose-list .label-tips {
  color: #999;
  margin: 15px 0;
  line-height: 2rem;
  font-size: 1.4rem;
  text-align: left;
}
#exchange-box #choose-list li {
  padding: 5px;
  padding-right: 10px;
  background: #fff;
  margin-bottom: 2%;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
#exchange-box #choose-list li.active {
  border-color: #c82129;
}
#exchange-box #choose-list li a {
  text-decoration: none;
}
#exchange-box #choose-list li .pic {
  width: 40%;
  float: left;
  margin-right: 10px;
}
#exchange-box #choose-list li .pic img {
  display: block;
}
#exchange-box #choose-list li p {
  font-size: 1.2rem;
  line-height: 1.5rem;
  height: 4.5rem;
  overflow: hidden;
  color: #333;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: center;
}
#exchange-box #choose-list li h6 {
  font-size: 1rem;
  font-weight: normal;
  color: #ed242c;
  margin: 0;
  text-align: center;
  line-height: 2rem;
}
#exchange-box #choose-list li h6 b{
  font-size: 1.7rem;
  font-weight: bold;
  margin-right: 3px;
}
#exchange-box #choose-list li h6 small{
  margin-left: 8px;
  font-size: 1.2rem;
  color: #999;
  text-decoration: line-through;
}
#exchange-box #choose-list li .sign {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #c82129;
  color: #fff;
  font-size: 2.4rem;
  font-style: italic;
}
#exchange-box #choose-list li .act {
  position: absolute;
  left: 0;
  top: -32px;
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 9;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 30px;
  background: rgba(200,33,41,0.9);
  -webkit-transition: top ease-in-out .2s;
  transition: top ease-in-out .2s;
}
#exchange-box #choose-list li.active .act {
  top: 0;
}
#exchange-box #point-intro {
  padding: 0 15px;
}
#exchange-box #point-intro h4 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 15px;
}
#exchange-box #point-intro {
  display: none;
}
#exchange-box #point-intro h4 b {
  margin: 0 5px;
}
#exchange-box #point-intro p {
  color: #666;
  margin-top: 20px;
  background: #f4f8ff;
  padding: 10px 15px;
  font-size: 1.4rem;
  line-height: 22px
}
#exchange-box #point-intro a{
  color: #333;
  text-decoration: underline;
}
#exchange-box #order-table {
  display: none;
}
#exchange-box #order-table .label-tips {
  color: #333;
  margin: 30px 0;
  line-height: 2rem;
  font-size: 1.4rem;
  text-align: left;
  padding: 0 15px;
}
#exchange-box #order-table.label-tips small {
  color: #666;
}
.disney-exchange-page {
  background: #fff;
}
.disney-exchange-page .exchange-page #main {
  padding-bottom: 0;
  margin-bottom: 0;
}
.disney-exchange-page #exchange-box .btn-set{
  bottom: 0;
}
.disney-exchange-page #exchange-box .step-content-1{
  position: relative;
  width: 100%;
}
.disney-exchange-page #exchange-box .step-content-1 .btn-ab {
  position: absolute;
  right: 10px;
  top: 15px;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
}
.disney-exchange-page #exchange-box .step-content-1 .content-bg{
  
  position: relative;
  min-height: 1px;
}
.disney-exchange-page #exchange-box .step-content-1 form{
  position: absolute;
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  top: -120px;
  overflow: hidden;
}
.disney-exchange-page #exchange-box .step-content-1 h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.disney-exchange-page #exchange-box .input-group {
  padding-right: 15px;
  padding-left: 15px;
}
.disney-exchange-page #exchange-box .valid-btn-set{
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.disney-exchange-page #exchange-box .valid-btn-set .btn{
  display: block;
  width: 100%;
  text-align: center;
  /*background-color: transparent;
  background-image: -webkit-linear-gradient(left, #ff8a7a 0%, #fb3f59 100%);
  background-image: -o-linear-gradient(left, #ff8a7a 0%, #fb3f59 100%);
  background-image: linear-gradient(to right, #ff8a7a 0%, #fb3f59 100%);
  background-repeat: repeat-x;*/
  background: #eb2e2e; 
  border: 0 none;
  border-radius: 30px;
}
.disney-exchange-page #exchange-box .step{
  display: none;
}
.login-page .page-title a,.reg-page .page-title a {
  float: right;
  color: #999;
  font-size: 12px;
}
.login-page .alert,.reg-page .alert{
  display: none;
  margin-bottom: 15px;
}
.login-page #login-box,.reg-page #reg-box {
  padding: 15px 15px 20px;
  border-radius: 2px;
  background: #fff;
}
.login-page #login-box .input-group,.reg-page #reg-box .input-group {
  position: relative;
  margin-bottom: 15px;
}
.login-page #login-box .input-group .addon,.reg-page #reg-box .input-group .addon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  line-height: 44px;
  height: 44px;
  text-align: center;
  border-right: 0 none;
}
.login-page #login-box .input-group .addon .icon,.reg-page #reg-box .input-group .addon .icon {
  font-size: 22px;
  color: #999;
}
.login-page #login-box .input-group .form-control,.reg-page #reg-box .input-group .form-control {
  width: 100%;
  padding-left: 60px;
  height: 44px;
  line-height: 32px;
}
.login-page #login-box .btn-set .btn,.reg-page #reg-box .btn-set .btn{
  width: 100%;
}
.reg-page #reg-box .step-content{
  margin: 0 auto;
  display: none;
}
.reg-page #reg-box .step-content.active{
  display: block;
}

.reg-page #reg-box .step,.fpw-page #fpw-box .step {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  display: flex;
}
.reg-page #reg-box .step li {
  position: relative;
  top: 1px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #666;
  padding: 6px 0;
  width: 33.33%;
}
.reg-page #reg-box .step li.active {
  color: #c82129;
  border-bottom: 2px solid #c82129;
}
.reg-page #reg-box .step li .icon{
  font-size: 16px;
  margin-right: 5px;
  vertical-align: -1px;
}
.reg-page #reg-box .label-tips {
  color: #999;
  margin-bottom: 5px;
  display: block;
  font-size: 12px;
}
.reg-page #reg-box .input-group.input-btn a {
  width: 150px;
  display: block;
  line-height: 42px;
  height: 42px;
  text-align: center;
  border-left: 0 none;
  background:#f6f6f6;
  position: absolute;
  right: 1px;
  top: 1px;
  text-decoration: none;
  color: #666;
}

.reg-page #reg-box .step-content-3 {
  text-align: center;
}
.reg-page #reg-box .step-content-3 h3 {
  font-size: 38px;
  color: #87CB16;
  margin-bottom: 30px;
  margin-top: 70px;
}
.reg-page #reg-box .step-content-3 h3 .icon{
  font-size: 46px;
  margin-right: 10px;
}
.reg-page #reg-box .step-content-3 p {
  color: #666;
}

#pay-loading {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#pay-loading div {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
}

#success-box {
  text-align: center;
}
#success-box h3{
 font-size: 3.2rem;
 color: #87cb16;
 margin-bottom: 30px;
 margin-top: 70px;
}
#success-box h3 .icon {
  font-size: 4rem;
  margin-right: 10px;
}
#success-box p {
  color: #666;
 font-size: 1.4rem;
 line-height: 1.8rem;
 margin-bottom: 10px;
}
#success-box p em {
  color: #c82129;
}

.exchange-v2-page {
  background: #fff;
}
.exchange-v2-page #main{
  padding-bottom: 0;
}
.exchange-v2-page .banner > img{
  display: block;
}
.exchange-v2-page .step-content-1{
  padding-bottom: 40px;
}
.exchange-v2-page .btn-set > .btn {
  width: 100%;
  font-size: 1.4rem;
  background: #ff3535;
  border-radius: 50px;
  color: #fff;
  padding: 6px 0;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 6px 12px rgba(0,0,0,.2);
}
.exchange-v2-page .btn-set > .btn.btn-lg {
  font-size: 1.6rem;
  padding: 14px 0;
}
.exchange-v2-page .btn-set > .btn.btn-link {
  background: #fff;
  color: #000;
  box-shadow: none;
}
.exchange-v2-page #pop-product .pic > img {
  display: block;
}
.exchange-v2-page #pop-product .intro{
  font-size: 1.6rem;
  padding: 0 30px 20px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 20px;
}
.exchange-v2-page #pop-product .intro h3 {
  margin: 10px 0 5px;
  font-size: 1.6rem;
}
.exchange-v2-page #pop-product .product-note {
  padding-bottom: 70px;
}
.exchange-v2-page #pop-product .product-note > h4{
  padding: 0px 30px;
  font-size: 1.6rem;
}
.exchange-v2-page #pop-product .product-note img {
  max-width: 100% !important;
}
.exchange-v2-page #pop-product .btn-set {
  text-align: right;
  padding: 0 20px;
  margin: 30px 0;
}
.exchange-v2-page #pop-product .btn-set > .btn {
  width: 200px;
}
.exchange-v2-page #pop-product .btn-set > .btn.btn-link {
  width: 30px;
  float: left;
}
.exchange-v2-page #pop-guide {
  background: rgba(0,0,0,.3);
}
.exchange-v2-page #pop-guide .modal-dialog{
  margin: 100px 40px 0;
}
.exchange-v2-page #pop-guide .modal-body {
  color: #2a3842;
  padding: 0 20px;
}
.exchange-v2-page #pop-guide .modal-body h4 {
  text-align: center;
  margin: 30px 0 10px;
  font-size: 1.6rem;
}
.exchange-v2-page #pop-guide .modal-body p {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.exchange-v2-page #pop-guide .modal-body div {
  margin: 30px 0;
}
.exchange-v2-page #pop-guide .modal-body div > a{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000;
  display: block;
  float: left;
  width: 50%;
}
.exchange-v2-page #pop-guide .modal-body div > a:last-child {
  border-left: 1px solid #bdbdbd;
  color: #ff3535;
}
#exchange-v2-box form#ajax-valid-card-form {
  padding: 0 55px;
}
#exchange-v2-box .input-group{
  width: 100%;
  display: table;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  margin-top:15px;
  position: relative;
}
#exchange-v2-box .input-group > label {
  display: table-cell;
  width: 25%;
  font-size: 14px;
}
#exchange-v2-box .input-group > div {
  display: table-cell;
  width: 75%;
}
#exchange-v2-box .input-group > div > input {
  border: 0 none;
  width: 100%;
  position: relative;
}
#exchange-v2-box .input-group > div > input:focus{
  box-shadow: none;
}
#exchange-v2-box .alert{
  padding: 0;
  color: #f55145;
  margin-bottom: 15px;
  visibility: hidden;
}
#exchange-v2-box .step-content-1 .btn-set {
  margin-bottom: 30px;
}
#exchange-v2-box .step-content-1 .link {
  font-size: 1.6rem;
  text-align: right;
}
#exchange-v2-box .step-content-1 .link > a {
  color: #ff3535;
}
#exchange-v2-box #choose-list {
  background: #f7f7f7;
}
#exchange-v2-box #choose-list ul {
  padding: 12px 7px;
}
#exchange-v2-box #choose-list li {
  padding: 3px;
  float: left;
  width: 50%;
}
#exchange-v2-box #choose-list li > a {
  background: #fff;
  display: block;
  color: #000;
  text-decoration: none;
  padding-bottom: 10px;
}
#exchange-v2-box #choose-list li .pic {
  margin-bottom: 10px;
}
#exchange-v2-box #choose-list li .pic > img {
  display: block;
}
#exchange-v2-box #choose-list li .title {
  padding: 0 5px;
  text-align: center;
  overflow: hidden;
  height: 60px;
}
#exchange-v2-box #choose-list li .title > p {
  width: 100%;
  line-height:20px;
}
#exchange-v2-box #order-table {
  display: none;
}
#exchange-v2-box #order-table h4 {
  font-size: 1.6rem;
  text-align: center;
  margin: 15px 0;
}
#exchange-v2-box #order-table section {
  margin-bottom: 30px;
}
#exchange-v2-box #order-table .address {
  background: none;
  padding: 0;
}
#exchange-v2-box #order-table .address-new {
  padding: 0 20px;
}
#exchange-v2-box #order-table .address-info h6{
  font-size: 1.4rem;
  margin: 0;
}
#exchange-v2-box #order-table .btn-set{
  text-align: right;
  padding: 0 20px;
  margin-top: 60px;
  width: 100%;
}
#exchange-v2-box #order-table .btn-set > .btn {
  width: 200px;
}
#exchange-v2-box #order-table .btn-set > .btn.btn-link {
  width: 30px;
  float: left;
}
#exchange-v2-box #integral-intro h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: normal;
  padding: 0 30px;
}
#exchange-v2-box #integral-intro h3 > a,
#exchange-v2-box #integral-intro h3 > b {
  font-weight: bold;
  color: #ff3535;
}
#exchange-v2-box #integral-intro .btn-set{
  padding: 0 55px;
  margin-bottom: 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#exchange-v2-box #integral-intro .tip-block {
  padding: 0 30px;
}
#exchange-v2-box .step-content-3{
  text-align: center;
}
#exchange-v2-box .step-content-3 .banner{
  margin-top: 140px;
}
#exchange-v2-box .step-content-3 h3 {
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 70px;
}
#exchange-v2-box .step-content-3 p {
  color: #666;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
#exchange-v2-box .step-content-3 a {
  color: #ff3535;
}
#exchange-v2-box .step-content-4 .bg {
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 0;
  position:fixed;
}
#exchange-v2-box .step-content-4 .bg img {
  display: block;
  margin: 0 auto;
}
#exchange-v2-box .step-content-4 h2 {
  font-size: 1.8rem;
  margin: 30px 0;
  padding: 0 30px;
}
#exchange-v2-box .step-content-4 .pdt {
  background: #f7f7f7;
  padding: 0 30px;
  margin-bottom: 20px;
}
#exchange-v2-box .step-content-4 .pdt > div{
  padding: 20px 0;
}
#exchange-v2-box .step-content-4 h6 {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 20px;
}
#exchange-v2-box .step-content-4 h5 {
  font-size: 1.8rem;
  margin: 0;
  font-weight: normal;
}
#exchange-v2-box .step-content-4 .pic {
  width: 130px;
  margin-left: 20px;
  float: right;
}
#exchange-v2-box .step-content-4 .pic img {
  display: block;
}
#exchange-v2-box .step-content-4 .address {
  padding: 0 30px;
}
#exchange-v2-box .step-content-4 .address table {
  padding: 0 30px;
}
#exchange-v2-box .step-content-4 .address table td {
  font-size: 1.4rem;
  padding: 10px 0;
  border-top: 0 none;
  border-bottom: 1px solid #e2e2e2;
}
#exchange-v2-box .step-content-4 .address table td:last-child {
  border-bottom: 0 none;
}
#exchange-v2-box .step-content-4 .address table td label{
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.v2-page {
  background: #fff;
}
.v2-page #main{
  width: 260px;
  padding: 50px 0;
  margin: 0 auto;
}
.v2-page #main > h2 {
  font-size: 3.8rem;
  color: #000;
}
.v2-page #main > .tab {
  margin-bottom: 40px;
}
.v2-page #main > .tab li{
  float: left;
}
.v2-page #main > .tab li > a,
.v2-page #main > .tab li > span {
  display: inline-block;
  padding: 10px 0;
  border-bottom: 3px solid #fff;
  color: #000;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
}
.v2-page #main > .tab li.active > a,
.v2-page #main > .tab li.active > span {
  border-bottom-color: #ff3535;
}
.v2-page #main > .tab li.divider{
  border-right: 1px solid #bdbdbd;
  margin: 11px 18px;
  height: 22px;
}
.v2-page .alert{
  padding: 0;
  color: #f55145;
  margin-bottom: 15px;
  visibility: hidden;
}
.v2-page .form-control-static {
  color: #666;
}
.v2-page .form-control-static > a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.v2-page .input-group{
  width: 100%;
  display: table;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
  margin-top:15px;
  position: relative;
}
.v2-page .input-group > label {
  display: table-cell;
  width: 25%;
  font-size: 14px;
}
.v2-page .input-group > div {
  display: table-cell;
  width: 75%;
}
.v2-page .input-group > div > input {
  border: 0 none;
  width: 100%;
  position: relative;
}
.v2-page .input-group > div > input:focus{
  box-shadow: none;
}
.v2-page .btn-set > .btn {
  width: 100%;
  font-size: 1.4rem;
  background: #ff3535;
  border-radius: 50px;
  color: #fff;
  padding: 6px 0;
  font-weight: bold;
  letter-spacing: 2px;
  box-shadow: 0 6px 12px rgba(255,53,53,.2);
}
.v2-page .btn-set > .btn.btn-lg {
  font-size: 1.6rem;
  padding: 10px 0;
}
.reg-v2-page #reg-box .step-content {
  display: none;
}
.reg-v2-page #reg-box .step-content.active {
  display: block;
}
.reg-v2-page #reg-box .step-content.active {
  display: block;
}
.reg-v2-page #reg-box .step-content-3{
  text-align: center;
}
.reg-v2-page #reg-box .step-content-3 > h3 {
  margin-top: 120px;
  margin-bottom: 30px;
  font-size: 3.2rem;
}
.reg-v2-page #reg-box .step-content-3 .btn {
  background: #787878;
  box-shadow: none;
  width: 120px;
  margin-bottom: 30px;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
  visibility: hidden;
}


.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}


.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}