/*重置*/

html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-size: 6.25em;
}

body {
    line-height: 1;
    font: 12px/1 "Microsoft YaHei", "PingFangSC-Regular", "sans-serif";
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

button {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

em,
i {
    font-weight: 400;
    font-style: normal
}

fieldset,
img {
    border: 0;
    vertical-align: middle
}

li,
ol,
ul {
    list-style: none
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none;
    vertical-align: middle
}

a:active,
a:hover {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

* {
    margin: 0;
    outline: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .35)
}

a:active,
a:hover,
a:link,
a:visited {
    color: #08a1ef;
    text-decoration: none
}

img {
    vertical-align: middle
}

img:not([src*="/"]) {
    display: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

caption,
td,
th {
    vertical-align: middle
}

textarea {
    resize: none;
    border: 0;
    padding: 8px 0;
    border-radius: 0
}

li,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form {
    margin: 0;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0.14rem;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:visited {
    outline: none;
    -moz-outline: none;
}

a.shop-btn {
    color: #fff;
}

ul,
li,
ol {
    margin: 0;
    padding: 0;
    list-style: none outside none;
}

ol li {
    list-style: none;
}

em {
    font-style: normal;
}

ul.inline-style li {
    float: left;
    display: inline;
}

button,
input,
select,
textarea {
    font-size: 0.875em;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
    *vertical-align: middle;
    font-family: "MICROSOFT YAHEI";
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}

button[disabled],
input[disabled],
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 0.13rem;
    *width: 0.13rem;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    box-sizing: border-box;
}

:-moz-placeholder {
    color: #999;
}

::-webkit-input-placeholder {
    color: #999;
}

.clr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clr {
    *zoom: 1
}


/*清除苹果样式*/

img {
    pointer-events: none;
}

input[type="text"],
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}


/*设置浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.rem24 {
    font-size: 0.24rem !important;
}

.rem22 {
    font-size: 0.22rem !important;
}

.rem20 {
    font-size: 0.20rem !important;
}

.rem18 {
    font-size: 0.18rem !important;
}

.rem16 {
    font-size: 0.16rem !important;
}

.rem14 {
    font-size: 0.14rem !important;
}

.rem12 {
    font-size: 0.12rem !important;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

strong {
    font-weight: bolder;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

.fachan {
    font-family: "BrushScript";
    font-size: 44rem;
    margin-left: -9.4rem;
    opacity: 0.1;
    color: #1b60ec;
}

.logo {
    position: absolute;
    left: 0.15rem;
    top: 0.22rem;
    z-index: 2;
}

.logo img {
    width: 0.31rem;
    height: 0.18rem;
}


/**
  * Navigation Defaults
  */

.nav {
    position: absolute;
    z-index: 100;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    right: 0;
}

.nav--active .nav {
    opacity: 1;
    background-color: #000;
    opacity: 0.8;
}

.nav__list {
    margin: 0;
    padding: 0.15rem;
    padding-top: 0.5rem;
}

.nav__item {
    list-style-type: none;
    text-align: left;
}

.nav__link {
    font-size: 0.13em;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}


/* Default navigation icon */

.nav__trigger {
    display: block;
    position: absolute;
    width: 0.15rem;
    height: 0.15rem;
    right: 0.15rem;
    top: 0.175rem;
    z-index: 200;
}

.nav--active .nav__trigger {
    opacity: 0.5;
}

.nav__icon {
    display: inline-block;
    position: relative;
    width: 0.15rem;
    height: 0.015rem;
    background-color: #FFFFFF;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
    content: '';
    display: block;
    width: 0.15rem;
    height: 0.015rem;
    position: absolute;
    background: #FFFFFF;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav__icon:before {
    margin-top: -0.05rem;
}

.nav__icon:after {
    margin-top: 0.05rem;
}

.nav__icon.nav2,
.nav__icon.nav2:before,
.nav__icon.nav2:after {
    background-color: #07142e;
}


/**
* Style #5
*/

.style-5 {
    width: 100%;
    /* height: 100%; */
    /* 3.6rem; */
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.style-5 .nav {
    -webkit-transform: translate(100%, -100%) scale(0.5);
    transform: translate(100%, -100%) scale(0.5);
    border-radius: 100%;
}

.style-5.nav--active {
    height: 100%;
}

.style-5.nav--active .nav {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.style-5 .nav__link {
    opacity: 0;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.35rem;
}

.style-5.nav--active .nav__link {
    opacity: 1;
}

.style-5.nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
}

.style-5.nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.style-5.nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

html {
    font-size: 6.25rem;
    /*100 ÷ 16 × 100% = 625%*/
}


/* @media screen and (min-width:360px) and (max-width:374px) and (orientation:portrait) {
    html {
        font-size: 7.03rem;
    }
}

@media screen and (min-width:375px) and (max-width:383px) and (orientation:portrait) {
    html {
        font-size: 7.324rem;
    }
}

@media screen and (min-width:384px) and (max-width:399px) and (orientation:portrait) {
    html {
        font-size: 7.5rem;
    }
}

@media screen and (min-width:400px) and (max-width:413px) and (orientation:portrait) {
    html {
        font-size: 7.8125rem;
    }
}

@media screen and (min-width:414px) and (max-width:431px) and (orientation:portrait) {
    html {
        font-size: 8.086rem;
    }
}

@media screen and (min-width:432px) and (max-width:479px) and (orientation:portrait) {
    html {
        font-size: 8.4375rem;
    }
} */