
/*自定义样式*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

* :before,
* :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace
}

ol,
ul {
    list-style-type: none;
}

a {
    text-decoration: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    outline: none;
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    width: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: auto;
    font-size: 5.2083333333vw;
    overflow-x: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    text-size-adjust: 100%;
    font-family: 'NotoSansHans', Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    background-color: #fff;
    color: #111;
    min-height: 100vh;
    line-height: 1.5;
    font-size: max(13px,.16rem);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

img {
    display: block;
}

#main {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    margin-left: auto;
    margin-right: auto
}

.inleft {
    text-align: left
}

.inright {
    text-align: right
}

.incenter {
    text-align: center
}

.posi {
    position: relative
}

.ani{
    visibility: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
    will-change: transform;
    opacity: 0;
    -webkit-opacity: 0;
    -webkit-transform: translate3d(0, 1rem, 0);
    transform: translate3d(0, 1rem, 0);
}
.ani.animate__animated{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.row {
    width: 14rem;
    margin: 0 auto;
}

@media(max-width:1400px) {
    .row {
        width: 85%;
    }
}

.a {
    text-decoration: none;
}

.mg0 {
    margin: 0 auto;
}

.lump {
    display: block;
}

.lineLump {
    display: inline-block;
}

.hidden {
    overflow: hidden;
}

.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.blcircle {
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-bottom-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.tlcircle {
    -webkit-border-top-left-radius: 50%;
    -moz-border-top-left-radius: 50%;
    border-top-left-radius: 50%;
}

.brcircle {
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-bottom-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.trcircle {
    -webkit-border-top-right-radius: 50%;
    -moz-border-top-right-radius: 50%;
    border-top-right-radius: 50%;
}

.isbd {
    border: 1px #e0e0e0 solid;
}

.isbdbm {
    border-bottom: 1px #e0e0e0 solid;
}

.isbdtp {
    border-top: 1px #e0e0e0 solid;
}

.isbdrt {
    border-right: 1px #e0e0e0 solid;
}

.isbdlt {
    border-left: 1px #e0e0e0 solid;
}

.isshadow {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
}

.ishalo {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.isdarkhalo {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

/*》》》》》》》》》》行数限制《《《《《《《《《《*/
.lineNumber {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*》》》》》》》》》》自定义字体颜色《《《《《《《《《《*/
.co-0 {
    color: #fff;
}

.co-1 {
    color: #00a0e9;
}

.co-2 {
    color: #000;
}

.co-3 {
    color: #333;
}

.co-4 {
    color: #666;
}

.co-5 {
    color: #999;
}

/*》》》》》》》》》》自定义背景颜色《《《《《《《《《《*/
.bg-0 {
    background: #fff;
}

.bg-1 {
    background: #00a0e9;
}

.bg-2 {
    background: #E0E0E0;
}

.bg-3 {
    background: #eee;
}

.bg-4 {
    background: #f5f5f5;
}


/*》》》》》》》》》》自定义滚动条《《《《《《《《《《*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track-piece {
    background: #e0e0e0;
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #333;
}


/*》》》》》》》》》》动态效果《《《《《《《《《《*/
.opacity {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-opacity: 0;
    visibility: hidden;
}

.transition02 {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.transition035 {
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
}

.transition05 {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.transition075 {
    transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
}

.transition1 {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.transition-delay01 {
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}

.transition-delay02 {
    transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.transition-delay03 {
    transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}

.transition-delay05 {
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

.transition-delay075 {
    transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -webkit-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
}


.main_roll,.parallax,.iScrollVerticalScrollbar .iScrollIndicator{
transition-property:cubic-bezier(0.19, 1, 0.22, 1) !important;
transition-duration:1.5s !important;
transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1) !important;
-webkit-transition-property:cubic-bezier(0.19, 1, 0.22, 1) !important;
-webkit-transition-duration:1.5s !important;
-webkit-transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1) !important;
will-change:transform;}
.iScrollVerticalScrollbar{position:absolute;width:5px;height:100%;right:0;top:0;z-index:1200;background-color:#e0e0e0;}
.iScrollVerticalScrollbar .iScrollIndicator{cursor:pointer;background-color:#333;width:100%;}

@media screen and (orientation: portrait) {
    body{
        font-size: .16rem;
    }
    #main{
        overflow: inherit;
        height: auto;
    }
    .ani{
        opacity: 1;
        visibility: visible;
        transform: none;
    }
}
