html {
    box-sizing: border-box;
    font-size: .2rem;
    height: 100%;
}

* {
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

*:before,
*:after {
    box-sizing: inherit;
}

input[type],
[contenteditable] {
    user-select: text;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 400;
}

em,
i {
    font-style: normal;
}

a:focus {
    outline: 0;
}

input,
fieldset {
    appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    min-width: 0;
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

input:focus {
    outline: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
}

svg {
    display: inline-flex;
}

img {
    max-width: 100%;
}

body {
    background-color: #fff;
    min-height: 100%;
    font-family: "微软雅黑";
    font-size: .2rem;
    color: #333333;
    max-width: 1200px;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

li {
    list-style: none;
}

h .fixed {
    width: 100%;
    height: 1.13rem;
    background-color: #ffba00;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.fixed dl {
    width: 20%;
    height: 1.13rem;
    padding-top: .1rem;
    float: left;
    border-left: 1px solid #fff;
}

.fixed dl:first-child {
    border-left: 0
}

.fixed dl+dl {
    background: #8cc63e url(../images/fixed_border.jpg) left center no-repeat;
}

.fixed dl dt {
    height: .6rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: .45rem .45rem;
    background-size: .45rem .45rem;
}

.fixed dl dd {
    font-size: .18rem;
    text-align: center;
    color: #fff;
}

.fixed dl.dl1 dt {
    background-image: url(../images/icon_81.png);
}

.fixed dl.dl2 dt {
    background-image: url(../images/icon_72.png);
    background-size: .5rem .45rem;
}

.fixed dl.dl3 dt {
    background-image: url(../images/icon_74.png);
}

.fixed dl.dl4 dt {
    background-image: url(../images/icon_76.png);
}

.fixed dl.dl5 dt {
    background-image: url(../images/icon_78.png);
}

.fixed1 dl {
    width: 33.33%;
}

.fixed1 dl dt {
    -webkit-background-size: .5rem .5rem;
    background-size: .5rem .5rem;
}

.fixed1 dl.dl1 dt {
    background-image: url(../images/icon_fixed5.jpg);
}

.fixed1 dl.dl2 dt {
    background-image: url(../images/icon_fixed6.jpg);
}

.fixed1 dl.dl3 dt {
    background-image: url(../images/icon_fixed7.jpg);
}

.fixed1 dl.dl4 dt {
    background-image: url(../images/icon_fixed7.jpg);
}

.fixed1:before,
fixed1:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}

.fixed1:before {
    top: -2px;
    background-color: #011423;
}

.fixed1:after {
    top: -1px;
    background-color: #0095db;
}

.nav {
    height: 1.66rem;
    overflow: hidden;
}

.nav nav {
    margin: -1px;
}

.nav nav a {
    display: block;
    width: 33.33%;
    height: .84rem;
    line-height: .84rem;
    font-size: .26rem;
    color: #fff;
    text-align: center;
    background-color: #0095db;
    float: left;
    border-left: 1px solid #017ab2;
    border-right: 1px solid #37aee6;
    border-bottom: 1px solid #017ab2;
    border-top: 1px solid #37aee6;
    font-weight: bold
}

.nav nav a.active,
.nav nav a:hover {
    background-color: #ff9800;
}

footer {
    background-color: #072237;
    padding: .35rem .3rem;
}

footer p {
    font-size: .2rem;
    line-height: .34rem;
    color: #fff;
}

.to-top {
    height: .69rem;
    margin: .3rem;
    position: relative;
    cursor: pointer;
}

.to-top:before {
    content: "";
    width: 100%;
    height: .06rem;
    background-color: #0f61cd;
    position: absolute;
    left: 0;
    top: .315rem;
    z-index: 1;
}

.to-top:after {
    content: "";
    width: .69rem;
    height: .69rem;
    background: #0f61cd url(../images/icon_top.png) center center no-repeat;
    -webkit-background-size: .69rem .69rem;
    background-size: .69rem .69rem;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    margin-left: -.345rem;
    border-radius: 50%;
}