﻿@charset "utf-8";

/* CSS reset */

body {
  background: #fff
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

:focus {
  outline: 0
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  color: #02458f;
}

.trans {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: .16rem;
  font-family: Arial, -apple-system, BlinkMacSystemFont,  Microsoft YaHei, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

select::-ms-expand {
  display: none;
}

i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

select::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

::-webkit-input-placeholder {
  color: #999;
  font-size: inherit
}

input:-ms-input-placeholder {
  color: #999;
  font-size: inherit
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 5px
}

::-webkit-scrollbar-thumb {
  background: #026dcf;
  border-radius: 5px
}

.w100 {
  width: 100%;
}


.check:checked,
.check:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.check:checked+label,
.check:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 16px;
  cursor: pointer;
  padding-left: 24px;
  line-height: 18px
}

.check+label:after {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  top: 5px;
  left: 5px;
  content: ""
}

.check+label:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  content: "";
  background: #fff;
  border: 1px solid #888
}

.check:checked+label:after {
  background: #a34885
}

.check:checked+label:before {
  border-color: #a34885
}

.radio:checked+label,
.radio:not(:checked)+label {
  position: relative;
  display: inline-block;
  height: 16px;
  line-height: 16px;
  cursor: pointer;
  padding-left: 24px
}

.radio+label:after,
.radio+label:before {
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  content: ""
}

.radio:not(:checked)+label:after,
.radio:not(:checked)+label:before {
  border: 1px solid #888
}

.radio:checked,
.radio:not(:checked) {
  position: absolute;
  left: -9999px;
  opacity: 0
}

.radio:checked+label:before {
  border: 1px solid #a34885
}

.radio:checked+label:after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a34885;
  top: 4px;
  left: 5px
}

.imgBox {
  position: relative;
  overflow: hidden;
  isolation: isolate
}

.imgBox .img,
.imgBox .imgLi {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important
}

.imgBox .img,
.imgBox .imgLi {
  padding-bottom: 60%;
  transition: .5s;
  background-size: cover;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background: #eee
}

.imgBox img,
.imgBox video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: .5s
}

.ieFiximg img {
  opacity: 0\0;
  transition: .5s
}

.ieFiximg .imgbg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: .3s
}

.none {
  display: none;
}

.overhide {
  overflow: hidden
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: "."
}

.fl {
  float: left
}

.fr {
  float: right
}

