.clearfix,
.float-bfc-box,
.grid,
.index-slider,
.products,
.card-list,
.card-list a,
.card-list a:hover,
.section-tab,
.page-of-help-center .how-to ul,
.page-of-help-center .self ol {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.float-bfc-box:before,
.float-bfc-box:after,
.grid:before,
.grid:after,
.index-slider:before,
.index-slider:after,
.products:before,
.products:after,
.card-list:before,
.card-list:after,
.card-list a:before,
.card-list a:after,
.card-list a:hover:before,
.card-list a:hover:after,
.section-tab:before,
.section-tab:after,
.page-of-help-center .how-to ul:before,
.page-of-help-center .how-to ul:after,
.page-of-help-center .self ol:before,
.page-of-help-center .self ol:after {
  display: table;
  font-size: 0;
  content: " ";
  clear: both;
}
.inline-block-context {
  font-size: 0;
  line-height: 0;
}
.column-flex,
.flex-around .flex,
.flex-around .flex-bound {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  flex-direction: column;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
}
.row-flex,
.flex-around {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  flex-direction: row;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
}
.flex-around .flex {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.float-end {
  float: right;
}
.float-start {
  float: left;
}
.float-end ~ *,
.float-start ~ * {
  overflow: hidden;
}
.sprite,
.sprite-promotion,
.sprite-warning,
.sprite-aozhu,
.sprite-success,
.sprite-add,
.sprite-arrow-down,
.sprite-arrow-up,
.sprite-loading,
.sprite-search,
.sprite-search-white,
.sprite-four-g,
.sprite-success-small,
.sprite-quanwt,
.sprite-close,
.sprite-white-arr-down,
.sprite-cry,
.sprite-issue,
.sprite-cs,
.sprite-new {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.sprite-promotion {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/promotion.png");
}
.sprite-warning {
  width: 48px;
  height: 48px;
  background-image: url("../images/icon/warning.png");
}
.sprite-aozhu {
  width: 44px;
  height: 24px;
  background-image: url("../images/icon/aozhu.png");
}
.sprite-success {
  width: 48px;
  height: 48px;
  background-image: url("../images/icon/success.png");
}
.sprite-add {
  width: 12px;
  height: 12px;
  background-image: url("../images/icon/add.png");
}
.sprite-arrow-down {
  width: 12px;
  height: 7px;
  background-image: url("../images/icon/arrow-down.png");
}
.sprite-arrow-up {
  width: 12px;
  height: 7px;
  background-image: url("../images/icon/arrow-up.png");
}
.sprite-loading {
  width: 108px;
  height: 108px;
  background-image: url("../images/icon/loading.png");
}
.sprite-search {
  width: 18px;
  height: 18px;
  background-image: url("../images/icon/search.png");
}
.sprite-search-white {
  width: 18px;
  height: 18px;
  background-image: url("../images/icon/search-white.png");
}
.sprite-four-g {
  width: 40px;
  height: 14px;
  background-image: url("../images/icon/four-g.png");
}
.sprite-success-small {
  width: 28px;
  height: 28px;
  background-image: url("../images/icon/success-small.png");
}
.sprite-quanwt {
  width: 54px;
  height: 18px;
  background-image: url("../images/icon/quanwt.png");
}
.sprite-close {
  width: 14px;
  height: 14px;
  background-image: url("../images/icon/close.png");
}
.sprite-white-arr-down {
  width: 20px;
  height: 10px;
  background-image: url("../images/icon/white-arr-down.png");
}
.sprite-cry {
  width: 24px;
  height: 24px;
  background-image: url("../images/icon/cry.png");
}
.sprite-issue {
  width: 48px;
  height: 48px;
  background-image: url("../images/icon/issue.png");
}
.sprite-cs {
  width: 50px;
  height: 50px;
  background-image: url("../images/icon/cs.png");
}
.sprite-new {
  width: 28px;
  height: 20px;
  background-image: url("../images/icon/new.png");
}
.grid {
  padding: 0.075rem 0.075rem;
}
.grid > li {
  padding: 0.075rem 0.075rem;
}
.grid.grid-1 > li {
  width: 100%;
}
.grid.grid-2 > li {
  width: 50%;
}
.grid.grid-3 > li {
  width: 33.33333333%;
}
.grid.grid-4 > li {
  width: 25%;
}
.grid.grid-5 > li {
  width: 20%;
}
.grid > li {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.badge {
  display: inline-block;
  vertical-align: middle;
  padding: 0.03rem 0.05rem;
  background-color: #2ab0f2;
  color: #ffffff;
  line-height: 1.5;
  border-radius: 3px;
}
.badge.badge-strong {
  background-color: #ff6600;
}
.badge.badge-danger {
  background-color: #ff2d32;
}
.badge.badge-mini {
  font-size: 0.1rem;
}
.footer {
  margin-top: 0.3rem;
}
.page-main {
  width: 100%;
  max-width: 12rem;
  margin: 0 auto;
  clear: both;
}
.price:before {
  content: "MOP$";
  display: inline;
  margin-right: 0.05rem;
}
.price.price-discount,
.price.price-strong {
  color: #ff6600;
  font-size: 0.24rem;
}
.price.price-origin {
  color: #9f9f9f;
  text-decoration: line-through;
}
.price.price-origin:before {
  margin-right: 0;
}
.price.price-free {
  font-size: inherit;
  color: #ff6600;
}
.price.price-free:before {
  display: none;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-viewport {
  z-index: 2;
}
.bx-wrapper .bx-pager {
  position: relative;
  width: 100%;
  max-width: 12rem;
  margin: -30px auto auto;
  text-align: right;
}
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 1.5;
  margin: 0 0.03rem;
}
.bx-wrapper .bx-pager-link {
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  background: url("../images/bxslider/pd.png") no-repeat 0 0;
}
.bx-wrapper .bx-pager-link.active {
  background-image: url("../images/bxslider/po.png");
}
.bx-wrapper .bx-controls-direction {
  right: auto;
  bottom: auto;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  max-width: 12rem;
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  display: block;
  float: left;
  width: 30px;
  height: 96px;
  background: url("../images/bxslider/prev.png") no-repeat 0 50%;
  font-size: 0;
}
.bx-wrapper .bx-prev.disabled,
.bx-wrapper .bx-next.disabled {
  opacity: 0.3;
}
.bx-wrapper .bx-next {
  float: right;
  background-image: url("../images/bxslider/next.png");
  background-position: right 50%;
}
/*首页轮播广告*/
.index-slider .slider {
  height: 310px;
}
.index-slider .slider li {
  height: 100%;
}
.index-slider .slider li a {
  display: block;
  height: 100%;
}
.index-slider .bx-wrapper .bx-controls-direction {
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  top: 50%;
  margin-top: -50px;
}
.index-slider .bx-wrapper .bx-pager,
.index-slider .bx-wrapper .bx-controls-direction {
  z-index: 3;
}
.confirm-win {
  /*confirm*/
  text-align: center;
}
.confirm-win .confirm-win-title {
  font-size: 0.24rem;
  font-weight: 400;
}
.confirm-win .confirm-win-body {
  padding: 0.4rem 0 0;
  font-size: 0.16rem;
  color: #4f4f4f;
}
.confirm-win .dialog-btns-group {
  text-align: center;
}
.stripe-header {
  position: relative;
  font-size: 0.24rem;
  background: url("../images/product-detail/detail-header-bg.png") repeat-x 0 50%;
  text-align: center;
}
.stripe-header .text {
  display: inline-block;
  padding: 0 0.1rem;
  background: #fff;
}
.stripe-header .more-link {
  display: block;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  padding-left: 0.1rem;
  line-height: 0.36rem;
  font-size: 0.14rem;
  color: #0054a6;
  background-color: #fff;
}
.products {
  margin: 0.15rem -0.08rem 0;
}
.products li {
  float: left;
  width: 25%;
  padding: 0.15rem 0.08rem;
  box-sizing: border-box;
}
.products .phone-info {
  position: relative;
  height: 4.7rem;
  padding: 0.3rem;
  border: 0.01rem solid #eeeeee;
  box-sizing: border-box;
}
.products .phone-info:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.products .phone-info .brand {
  font-size: 0.16rem;
  text-align: center;
  color: #333;
}
.products .phone-info .brand .text,
.products .phone-info .brand img {
  vertical-align: middle;
}
.products .phone-info .brand img {
  max-height: 0.2rem;
}
.products .phone-info .brand .text {
  margin-left: 0.1rem;
}
.products .phone-info .figure {
  position: relative;
  margin: 0.25rem 0;
  height: 2.5rem;
  overflow: hidden;
  text-align: center;
}
.products .phone-info .figure .badge {
  display: table;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  position: absolute;
  padding: 0.05rem;
  margin-left: 0.3rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  line-height: normal;
}
.products .phone-info .figure .badge.discount {
  line-height: 3em;
}
.products .phone-info .sub {
  text-align: center;
  line-height: 2;
}
.products .phone-info .price-box {
  line-height: 2.5;
}
.products .phone-info .price-box .label {
  display: inline-block;
  width: 7em;
  text-align: center;
  color: #9f9f9f;
}
.products .phone-info .price-box .price-discount {
  font-size: 0.16rem;
}
.products .phone-info .standard {
  top: auto;
  left: auto;
  right: 0.1rem;
  bottom: 0.1rem;
  position: absolute;
  text-align: right;
}
.products .phone-info .common-icon-4g {
  width: 40px;
  height: 14px;
  display: inline-block;
  background: url("../images/common-icon/four-g.png") no-repeat 0 0;
}
.primary-text {
  color: #0054a6;
}
.primary-no-click {
  color: #16a4fa;
}
.secondary-text {
  color: #16a4fa;
}
.danger-text {
  color: #ff2d32;
}
.info-text {
  color: #16a4fa;
}
.info-link {
  color: #0054a6 !important;
}
.mute-text {
  color: #999;
}
.more-info-toggle {
  color: #0054a6 !important;
}
.more-info-toggle .opened-text {
  display: none;
}
.more-info-toggle .sprite,
.more-info-toggle .sprite-promotion,
.more-info-toggle .sprite-warning,
.more-info-toggle .sprite-aozhu,
.more-info-toggle .sprite-success,
.more-info-toggle .sprite-add,
.more-info-toggle .sprite-arrow-down,
.more-info-toggle .sprite-arrow-up,
.more-info-toggle .sprite-loading,
.more-info-toggle .sprite-search,
.more-info-toggle .sprite-search-white,
.more-info-toggle .sprite-four-g,
.more-info-toggle .sprite-success-small,
.more-info-toggle .sprite-quanwt,
.more-info-toggle .sprite-close,
.more-info-toggle .sprite-white-arr-down,
.more-info-toggle .sprite-cry,
.more-info-toggle .sprite-issue,
.more-info-toggle .sprite-cs,
.more-info-toggle .sprite-new {
  margin-left: .1rem;
}
.more-info-toggle.active .opened-text {
  display: initial;
}
.more-info-toggle.active .closed-text {
  display: none;
}
.card-list {
  margin: 0 -0.3rem;
}
.card-list li {
  float: left;
  width: 50%;
  padding: 0.15rem 0.3rem;
  box-sizing: border-box;
}
.card-list a {
  position: relative;
  display: block;
  padding: 0.3rem;
  border: 0.01rem solid #eeeeee;
  background-color: #fff;
  line-height: 1.5;
  color: #333;
}
.card-list a:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.card-list a .sprite,
.card-list a .sprite-promotion,
.card-list a .sprite-warning,
.card-list a .sprite-aozhu,
.card-list a .sprite-success,
.card-list a .sprite-add,
.card-list a .sprite-arrow-down,
.card-list a .sprite-arrow-up,
.card-list a .sprite-loading,
.card-list a .sprite-search,
.card-list a .sprite-search-white,
.card-list a .sprite-four-g,
.card-list a .sprite-success-small,
.card-list a .sprite-quanwt,
.card-list a .sprite-close,
.card-list a .sprite-white-arr-down,
.card-list a .sprite-cry,
.card-list a .sprite-issue,
.card-list a .sprite-cs,
.card-list a .sprite-new {
  bottom: auto;
  left: auto;
  top: 0.3rem;
  right: 0.3rem;
  position: absolute;
}
.card-list a .img-box {
  float: left;
  width: 1.6rem;
  height: 100%;
  margin-right: 0.3rem;
}
.card-list a .img-box + * {
  overflow: hidden;
}
.card-list a h2 {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  line-height: normal;
}
.card-list a .for {
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
  margin-top: 0.1rem;
}
.card-list a .feature {
  height: 0.45rem;
}
.card-list a .price {
  font-size: inherit;
}
.card-list a .price strong {
  font-size: 0.24rem;
  font-weight: 400;
}
.section-tab {
  font-size: 0.16rem;
  line-height: 0.9rem;
  font-weight: bold;
  text-align: center;
}
.section-tab li {
  float: left;
  width: 25%;
  color: #333;
  background-color: #fff;
  cursor: pointer;
}
.section-tab li.active {
  color: #16a4fa;
  background-color: #fafafa;
}
.goods li {
  border-top: 1px dashed #d2d2d2;
}
.goods li:first-child {
  border-top: none;
}
.goods td {
  padding: 0.15rem 0;
}
.goods .section-header {
  padding-top: 0.15rem;
  font-weight: 400;
  color: #333;
  font-size: 0.16rem;
}
.goods .price {
  font-size: inherit;
}
.goods .price:before {
  margin-right: 0;
}
.goods .name {
  font-weight: 400;
  color: #333;
  font-size: 0.16rem;
}
.goods .duration {
  color: #999;
}
.goods .contains {
  margin: 0.1rem 0;
  font-size: 0.14rem;
  color: #999;
}
.goods .balance {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: #333;
}
.goods .price-box {
  font-size: 0.2rem;
}
.aside-fixed {
  position: fixed;
  top: 30%;
  margin-left: 12.1rem;
  z-index: 99;
}
.no-record {
  color: #969696;
  text-align: center;
}
.page-of-help-center h2,
.page-of-help-center h3 {
  font-weight: bold;
  color: #333;
  font-size: 0.16rem;
  line-height: 3;
}
.page-of-help-center .section > h2 {
  padding-top: 0.2rem;
}
.page-of-help-center .section .body {
  border: 0.01rem solid #eeeeee;
  padding: 0.3rem 0;
}
.page-of-help-center .how-to ul {
  margin: 0 -0.175rem;
}
.page-of-help-center .how-to li {
  width: 25%;
  float: left;
  padding: 0 0.175rem;
  box-sizing: border-box;
}
.page-of-help-center .how-to .box {
  display: block;
  border: 0.01rem solid #eeeeee;
  padding: 0.3rem 0.2rem;
  text-align: center;
  cursor: pointer;
}
.page-of-help-center .how-to .box:hover {
  border-color: #3fb4fb;
  background-color: #fff;
}
.page-of-help-center .how-to .box.no-hover:hover {
  border-color: #eee;
}
.page-of-help-center .how-to a.box h3 {
  color: #0054a6;
}
.page-of-help-center .how-to img {
  display: block;
  margin: 0 auto;
  width: 0.6rem;
  height: 0.6rem;
}
.page-of-help-center .how-to p {
  height: 0.84rem;
  font-size: 0.14rem;
  line-height: 2;
  text-align: justify;
  overflow: hidden;
  word-break: break-all;
}
.page-of-help-center .how-to .phone p {
  text-align: center;
}
.page-of-help-center .self a {
  color: #0054a6;
}
.page-of-help-center .self .search-box {
  border-bottom: 1px solid #eeeeee;
}
.page-of-help-center .self .search {
  text-align: center;
}
.page-of-help-center .self .search .sprite-search {
  position: relative;
  margin-left: 0.1rem;
  margin-right: -0.3rem;
}
.page-of-help-center .self .search .input {
  width: 2.5rem;
  height: 0.45rem;
  padding-left: 0.4rem;
  border-radius: 0;
  font-weight: 400;
  font-family: inherit;
  box-sizing: border-box;
  vertical-align: middle;
}
.page-of-help-center .self .search .btn-primary {
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.16rem;
  vertical-align: middle;
}
.page-of-help-center .self .hot-search {
  padding: 0.3rem 0;
  text-align: center;
  line-height: 1.5;
  font-size: 0.16rem;
}
.page-of-help-center .self .hot-search a {
  margin-right: 0.1rem;
}
.page-of-help-center .self ol li {
  float: left;
  position: relative;
  width: 25%;
  height: 1.7rem;
  padding: 0.3rem 0.5rem 0 1.05rem;
  box-sizing: border-box;
}
.page-of-help-center .self ol .index {
  right: auto;
  bottom: auto;
  top: 0.32rem;
  left: 0.7rem;
  position: absolute;
}
.page-of-help-center .self ol h3 {
  margin-bottom: 0.05rem;
  line-height: normal;
}
.page-of-help-center .self ol h3 a {
  color: #333;
}
.page-of-help-center .self ol a {
  display: block;
  font-size: 0.14rem;
  line-height: 2;
}
.page-of-help-center .suggest a {
  color: #0054a6;
}
.page-of-help-center .suggest .mail {
  padding-left: 1.05rem;
  min-height: 0.5rem;
  font-size: 0.16rem;
  color: #333;
  background: url("../images/help-center/email.png") no-repeat 35px 50%;
  line-height: 1.5;
}
.page-of-help-center .suggest .mail .note {
  font-size: 0.14rem;
  color: #999;
}
.help-center_password {
  margin: 30px 0 0;
  padding: 0.5rem 0.3rem;
  border: 1px solid #eee;
  border-top: 4px solid #0054a6;
  background-color: #fafafa;
}
.help-center_password .item {
  padding: 30px 0;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #666;
}
.help-center_password .title {
  color: #333;
  font-size: 18px;
}
.help-center_password .big-pic {
  margin: 20px 0;
  height: 1000px;
  border: 1px solid #eee;
  background-color: #fff;
  overflow: hidden;
}
.help-center_password p {
  margin: 10px 0;
  color: #666;
}
.help-center_password a {
  color: #0054a6;
}
.help-center_password ul {
  margin: 6px 0;
}
