/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-size: 14px;
  color: #141414;
  font-family: 'MarkPro', Arial, Helvetica, sans-serif;
  background: #ffffff;
  min-width: 1200px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
del {
  text-decoration: line-through;
}
hr {
  color: transparent;
  height: 1px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0;
  margin-bottom: 10px;
}
input,
select {
  outline: 0 none;
  vertical-align: middle;
}
input:focus {
  outline: none;
}
button {
  outline: none;
}
p {
  padding: 0 0 14px;
}
.abscenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.container {
  position: relative;
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  height: inherit;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
/*float*/
.left {
  float: left;
}
.right {
  float: right;
}
/* float clearing for everyone else */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  height: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.none {
  clear: none;
}
/*text-config*/
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.nowrap {
  white-space: nowrap;
}
/*public hide / show config*/
.hide {
  display: none !important;
}
.show,
.active {
  display: block;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.inline {
  display: inline;
}
.no-boarder {
  border: none !important;
}
.button {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  box-sizing: border-box;
}
.button:hover,
.button:focus,
.button.focus {
  text-decoration: none;
}
.button:active,
.button.active {
  outline: 0;
}
.button.disabled,
.button[disabled] {
  cursor: default;
}
body,
html {
  min-width: auto;
  font-size: .32rem;
}
#nav {
  position: relative;
  font-size: .32rem;
  width: 100%;
  margin: 0 auto;
}
#app {
  position: static;
  margin-top: 2.2rem;
  width: 7.5rem;
  overflow-x: hidden;
}
.app-container {
  position: relative;
  max-width: 7.5rem;
  margin: 0 auto;
}
.page-inner {
  position: relative;
  max-width: 7rem;
  margin: 0 auto;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
video {
  -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
body,
html {
  min-width: auto;
  font-size: .32rem;
}
.home-banner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 5.78rem;
  background: #f4f5f9;
  background-image: url('../images/home/index-bg.jpg');
  background-size: 7.5rem 5.78rem;
  background-repeat: no-repeat;
}
.home-banner img {
  padding: 0rem;
  margin: 1.85rem auto 0rem;
}
.home-banner .intro {
  padding: 0rem .38rem .9rem;
  background-color: #f4f5f9;
  background-image: -webkit-linear-gradient(#f3f4f9 0%, #d8dcea 100%);
  background-image: linear-gradient(#f3f4f9 0%, #d8dcea 100%);
}
.home-banner .intro h1 {
  padding-right: .4rem;
  font-size: .56rem;
  font-family: 'MarkPro-Medium';
  font-weight: medium;
  line-height: .74rem;
}
.home-banner .intro h1 b {
  display: block;
  padding-top: .3rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.home-banner .intro p {
  padding: 0.08rem 0 .34rem;
  font-size: .32rem;
  line-height: .48rem;
}
.home-banner .intro p.note {
  padding: 0rem;
  color: #7e7d7d;
  font-size: .3rem;
  line-height: .45rem;
}
.details-gray-bg {
  background: #636a7f;
}
.details-gray-bg .details-list {
  color: #fff;
}
.details-list {
  padding: 0rem .38rem;
}
.details-list h3 {
  padding: 1rem 0rem .22rem;
  font-size: .38rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.details-list h2 {
  font-size: .56rem;
  line-height: .74rem;
}
.details-list p {
  padding: .18rem 0rem;
  font-size: .32rem;
  line-height: .48rem;
}
.details-list.excellent h3 {
  padding: 1.22rem 0rem .22rem;
}
.details-intro {
  position: relative;
}
.details-intro > img {
  position: relative;
  z-index: 10;
  padding: 0rem;
  margin: 0.38rem auto -0.58rem;
}
.details-intro .gray-content {
  position: relative;
  z-index: 9;
  margin: 0 auto;
  padding: 1.26rem 0 0rem;
  width: 95%;
  background: #e9ecf3;
  border-radius: 0.08rem;
}
.details-intro .gray-content dl {
  padding: 0rem .44rem .6rem;
  text-align: left;
}
.details-intro .gray-content dl h4 {
  padding: .32rem 0 .1rem;
  font-size: .32rem;
  line-height: .48rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.details-intro .gray-content dl p {
  font-size: .32rem;
  line-height: .48rem;
}
.details-intro .gray-content dl.intro01 img {
  width: .64rem;
}
.details-intro .gray-content dl.intro02 img {
  width: .7rem;
}
.details-intro .gray-content dl.intro03 img {
  width: .68rem;
}
.details-intro .gray-content dl.intro04 img {
  width: .6rem;
}
.details-intro .gray-content dl.intro05 img {
  width: .65rem;
}
.details-intro .gray-content dl.intro06 img {
  width: .68rem;
}
.details-intro.system-bg:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0rem;
  z-index: 1;
  width: 100%;
  height: 5.5rem;
  background-color: #636a7f;
}
.details-intro.secure .gray-content {
  padding: 1rem 0 0rem;
}
/* feature-intro */
.feature-intro {
  position: relative;
  margin-top: .78rem;
  padding-bottom: .9rem;
  width: 100%;
}
.feature-intro img {
  margin: 0 auto;
  width: 100%;
}
.feature-intro .swiper-pagination {
  padding-top: 0rem;
  top: 4.5rem;
}
.feature-intro .custom-bullet {
  margin: 0 .11rem;
  background: rgba(255, 255, 255, 0.3);
}
.feature-intro .bullet-active {
  background: #fff;
}
.feature-swiper {
  margin: 0 auto;
  width: 6.75rem;
  color: #fff;
  text-align: center;
}
.feature-swiper h4 {
  margin: 1.38rem 0 .24rem;
  font-size: .32rem;
  line-height: .48rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.feature-swiper p {
  font-size: .32rem;
  line-height: .48rem;
}
/* user-review */
.user-review {
  position: relative;
  display: block;
  width: 100%;
  min-height: 4.88rem;
  background: #fff;
  background-image: url('../images/home/user-bg.png');
  background-size: 7.5rem 4.88rem;
  background-repeat: no-repeat;
  background-position: top center;
}
.user-review h2 {
  padding: 1rem 0rem .56rem;
  font-size: .46rem;
  line-height: .5rem;
  text-align: center;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.user-review dl {
  margin: 0 auto 1.28rem;
  width: 6.7rem;
  text-align: center;
}
.user-review dl dt h4 {
  margin-top: .7rem;
  font-size: .32rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.user-review dl dd {
  position: relative;
  padding: .56rem .24rem;
  min-height: 2.7rem;
  border-radius: .05rem;
  background: #e9ecf3;
}
.user-review dl dd p {
  font-size: .32rem;
  line-height: .48rem;
}
.user-review dl dd img {
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom: -0.5rem;
  margin: 0 auto;
  width: 1rem;
  height: 1rem;
}
.user-review .swiper-pagination {
  padding-top: 0rem;
  width: 100%;
  bottom: 0.5rem;
}
.user-review .custom-bullet {
  display: inline-block;
  margin: 0 .12rem;
  width: .2rem;
  height: .2rem;
  border-radius: .2rem;
  background: #7d7d7d;
}
.user-review .bullet-active {
  background: #313131;
}
/* bottom-buy */
.bottom-buy {
  position: relative;
  display: block;
  margin-top: -1.5rem;
  padding-bottom: .78rem;
  width: 100%;
  min-height: 8.97rem;
  background: #332f2d;
  background-image: url('../images/home/bottom-buy-bg.jpg');
  background-size: 7.5rem 8.97rem;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
}
.bottom-buy .btnbox {
  padding-top: 7.7rem;
}
.bottom-buy p {
  margin-top: .5rem;
  color: #7e7d7d;
  font-size: .3rem;
  line-height: .45rem;
  text-align: center;
}
/* swiper-pagination */
.swiper-pagination {
  padding-top: .6rem;
  width: 100%;
}
.custom-bullet {
  display: inline-block;
  margin: 0 .3rem;
  width: .2rem;
  height: .2rem;
  border-radius: .2rem;
  background: #ccc;
}
.bullet-active {
  background: #ee7216;
}
.btnbox .btn {
  display: block;
  margin: 0 auto .3rem;
  padding: .28rem 0 .3rem;
  width: 6.7rem;
  color: #fff;
  text-align: center;
  font-size: .28rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
  background: #f39f0d;
  border-radius: 0.2rem;
}
.btnbox .btn.buy {
  background: #f39f0d;
}
.btnbox .btn.down {
  background: #116df7;
}
.btnbox .btn:hover {
  text-decoration: none;
}
.btnbox.center {
  margin: .5rem auto .3rem;
}
/* christmas-pop */
.christmas-pop {
  z-index: 99;
  display: block;
  position: fixed;
  right: 0.09rem;
  bottom: 33.33%;
  width: 1.44rem;
  height: 1.42rem;
  text-indent: -9999px;
  background: url('../images/christmas-off.png') center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* iTop VPN-pop */
.itop-pop {
  z-index: 99;
  display: block;
  position: fixed;
  right: 0;
  bottom: 33.33%;
  width: 2rem;
  height: 1.77rem;
  text-indent: -9999px;
  background: url('../images/itopfree.png') center no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.christmas-pop.cover,.itop-pop.cover {
  right: -0.72rem;
  bottom: 15.5%;
  opacity: .5;
}
.itopban{ position: relative; z-index: 2;}
body,
html {
  min-width: auto;
  font-size: .32rem;
}
.buy-body {
  background-color: #ecf0f4;
}
/* buy-banner */
.buy-banner {
  padding: 1.92rem .86rem .78rem;
}
.buy-banner h1 {
  font-size: .58rem;
  line-height: .88rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
/* buylist */
.buylist {
  margin: 0 auto 1.16rem;
  padding: .7rem 0 .54rem;
  width: 6.7rem;
  text-align: center;
  min-height: 8.72rem;
  border-radius: 0.2rem;
  background-color: #fff;
}
.buylist h2 {
  margin-bottom: .2rem;
  font-size: .58rem;
  line-height: .48rem;
}
.buylist h2 b {
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.buylist > span {
  font-size: .32rem;
  line-height: .48rem;
}
.buylist .price {
  position: relative;
  margin: .46rem 0 .34rem;
  font-size: .4rem;
  line-height: 1.2rem;
}
.buylist .price small {
  vertical-align: top;
  line-height: .62rem;
}
.buylist .price strong {
  font-size: 1.2rem;
  vertical-align: top;
  font-weight: 400;
}
.buylist .price span {
  display: inline-block;
  position: relative;
}
.buylist .price span em {
  display: block;
  position: absolute;
  right: -0.12rem;
  bottom: 0.1rem;
  width: .6rem;
  font-style: normal;
  font-size: .22rem;
  line-height: .48rem;
}
.buylist h4 {
  margin: .3rem auto 0;
  padding: .54rem 0 0;
  width: 4.98rem;
  font-size: .32rem;
  line-height: .48rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
  border-top: .01rem solid #dcdcdc;
}
.buylist p {
  margin: 0 auto;
  padding: 0;
  width: 4.98rem;
  font-size: .32rem;
  line-height: .48rem;
}
.buylist p.current del {
  padding-right: .1rem;
  color: #8a8a8a;
}
.buylist .save {
  color: #116df7;
}
.buylist .save.red {
  color: #f51b10;
}
.buylist .btnbox {
  margin-top: .14rem;
}
.buylist .btnbox .btn {
  margin-bottom: 0;
  width: 5.9rem;
}
.buylist .best {
  padding: .2rem 0 .1rem;
  margin-bottom: .7rem;
  color: #fff;
  font-size: .32rem;
  line-height: .48rem;
  background-color: #116df7;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.buylist.blue {
  padding-top: 0;
}
/* payments */
.payments {
  margin-bottom: 1.5rem;
  text-align: center;
}
.payments img {
  margin: 0 auto;
}
/* service */
.service {
  text-align: center;
}
.service dl {
  margin-bottom: .9rem;
}
.service dl dt {
  margin-bottom: .12rem;
}
.service dl dt img {
  margin: 0 auto;
}
.service dl dd {
  font-size: .32rem;
  line-height: .48rem;
}
.service dl.money dt img {
  width: .95rem;
}
.service dl.hours dt img {
  width: 1.07rem;
}
.service dl.secure dt img {
  width: .94rem;
}
/* purchase-bottom-buy */
.purchase-bottom-buy {
  text-align: center;
}
.purchase-bottom-buy h2 {
  padding: 8.4rem .52rem 0;
  color: #fff;
  font-size: .58rem;
  line-height: .88rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.purchase-bottom-buy .btnbox {
  padding-top: 0;
}
.purchase-bottom-buy p span {
  color: #fff;
}
.purchase-bottom-buy .price {
  margin: .7rem 0 .22rem;
  color: #fff;
  font-size: .32rem;
  line-height: .48rem;
}
.purchase-bottom-buy .price strong {
  font-weight: 400;
}
.purchase-bottom-buy .price strong big {
  font-size: .58rem;
}
.purchase-bottom-buy .price p {
  margin-top: .12rem;
  color: #fff;
  font-size: .32rem;
  line-height: .48rem;
}
.purchase-bottom-buy .price p del {
  padding-right: .1rem;
}
/* christmas-bg */
.mac8-christmas-body.buy-body {
  background: none;
}
.mac8-christmas {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ecf0f4;
}
.mac8-christmas .mac8-christmas-top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.42rem;
  background: url(../images/christmas/christmas-top-bg.png) no-repeat;
  background-size: 100% 100%;
}
.mac8-christmas .mac8-christmas-bottom {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.57rem;
  background: url(../images/christmas/christmas-bottom-bg.png) no-repeat;
  background-size: 100% 100%;
}
.logo {
  position: absolute;
  top: .4rem;
  left: .4rem;
  z-index: 1000;
  display: block;
  height: .45rem;
  line-height: .45rem;
}
.logo a {
  display: block;
  line-height: .45rem;
}
.logo a:hover {
  text-decoration: none;
}
.logo span {
  display: inline-block;
  width: .45rem;
  height: .45rem;
  vertical-align: middle;
}
.logo span img {
  width: .45rem;
  height: .45rem;
}
.logo h3 {
  display: inline-block;
  padding-left: 0;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
  font-size: .3rem;
  vertical-align: middle;
}
.golbal-footer {
  display: block;
  background: #1b1b1b;
  padding: .86rem .4rem;
}
.golbal-footer ul {
  margin-bottom: .48rem;
  width: 100%;
  text-align: left;
  list-style: none;
}
.golbal-footer ul li {
  color: #c7c7c7;
  line-height: .48rem;
}
.golbal-footer ul li h4 {
  font-size: .32rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
}
.golbal-footer ul li a {
  color: #7c8595;
  font-size: .32rem;
}
.golbal-footer ul li a:hover {
  text-decoration: none;
}
.golbal-footer ul.footer-msg a {
  display: inline-block;
  width: .6rem;
  height: .6rem;
  margin-top: .22rem;
  margin-right: .16rem;
  text-indent: -9999rem;
  background: url(../images/fb-icon.png) no-repeat;
  background-size: .6rem .6rem;
}
.golbal-footer ul.footer-msg a.msg {
  background: url(../images/msg-icon.png) no-repeat;
  background-size: .6rem .6rem;
}
.golbal-footer .copyright {
  color: #c7c7c7;
  font-size: .32rem;
  line-height: .48rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* sharebtn */
.sharebtn {
  position: relative;
  margin: 0 auto;
}
.sharebtn .btn {
  position: relative;
  display: block;
  margin: 0;
  padding: .23rem 0 .25rem;
  width: 3.2rem;
  color: #fff;
  text-align: center;
  font-size: .28rem;
  line-height: .42rem;
  font-family: 'MarkPro-Bold';
  font-weight: bold;
  background: #4465b8;
  border-radius: 0.2rem;
}
.sharebtn .btn i,
.sharebtn .btn span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.sharebtn .btn i {
  width: 1.1rem;
  height: .38rem;
  background: url('../images/fb-white-icon.png') center no-repeat;
  background-size: .2rem .38rem;
}
.sharebtn .btn i:after {
  content: '';
  display: block;
  position: absolute;
  top: -0.13rem;
  right: 0rem;
  width: .01rem;
  height: .64rem;
  background: rgba(255, 255, 255, 0.3);
}
.sharebtn .btn span {
  width: 2rem;
}
.sharebtn .btn.tw {
  background: #1b94e0;
}
.sharebtn .btn.tw i {
  background: url('../images/tw-icon.png') center no-repeat;
  background-size: .42rem .34rem;
}
.sharebtn .btn:hover {
  text-decoration: none;
}
/* popshow */
.popshow {
  position: fixed;
  bottom: -10rem;
  z-index: 1000;
  padding: .3rem .42rem;
  background: #fff;
  text-align: center;
}
.popshow p {
  color: #000;
  font-size: .24rem;
  line-height: .36rem;
}
.popshow p a {
  color: #1871f7;
}
.popshow p a:hover {
  text-decoration: none;
}
.popshow .popshow-btn {
  display: inline-block;
  margin-top: .24rem;
  padding: .11rem 0 .08rem;
  width: 6.62rem;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  box-sizing: border-box;
  border-radius: 0.1rem;
  color: #515151;
  font-size: .24rem;
  font-weight: bold;
  border: 0.04rem solid #bfbfbf;
  background-color: #fff;
}
.popshow.on {
  bottom: 0rem;
}
.backtop {
  position: fixed;
  right: 0;
  z-index: 1060;
  bottom: -10rem;
  display: block;
  width: 1.22rem;
  height: .92rem;
  transform: translate3d(0, 0, 0);
  transition: bottom 0.3s ease-in;
  background-size: 1.22rem .92rem;
  background-image: url('../images/mob/back-top.png');
  background-repeat: no-repeat;
}
.backtop.on {
  bottom: 1rem;
}
.float-bar {
  position: fixed;
  z-index: 1000;
  bottom: -3rem;
  width: 100%;
  min-height: .8rem;
  height: auto;
  box-sizing: border-box;
  background: rgba(25, 25, 32, 0.9);
  padding: .3rem;
  text-align: center;
  transition: bottom 1s ease-in-out;
}
.float-bar p {
  display: block;
  float: left;
  color: #95959e;
  font-size: .32rem;
  line-height: .42rem;
  text-align: left;
}
.float-bar p a {
  color: #cdcdd4;
  text-decoration: underline;
}
.float-bar .button {
  padding: .12rem .2rem;
  min-width: 3rem;
  font-size: .32rem;
  border-radius: .34rem;
}
.float-bar .button.grayghost {
  color: #95959e;
  border: 1px #95959e solid;
  background-color: transparent;
}
.float-bar .button.grayghost:hover {
  color: #eaeaee;
  background-color: #45454c;
  border: 1px #eaeaee solid;
}
.float-bar.active {
  bottom: 0;
}
