﻿@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    /*去移动端点击阴影*/
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    -webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}

body {
    font-size: .28rem;
    color: #333;
    font-family: "微软雅黑";
    background: #fff;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

form {
    display: inline-block;
}

ul,
ol {
    list-style: none;
}

a {
    color: #666;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
    }

img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
}
/*去掉右下角斜线*/
textarea {
    resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
}

input,
textarea {
    border: none;
    border-radius: 0;
    font-size: .28rem;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

    input::-webkit-input-placeholder {
        color: #999;
    }

    input:-moz-placeholder {
        color: #999;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
label {
    vertical-align: middle;
}

.clear {
    clear: both;
}

.Maximg img {
    width: 100%;
    height: 100%;
}

.maximg img {
    max-height: 100%;
    max-width: 100%;
}

.maxwimg img {
    width: 100%;
    height: auto;
}

.over1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.over2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.over3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.over4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.zhong {
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}

.width {
    width: 7.1rem;
    margin: 0 auto;
    height: auto;
}

.wid7 {
    width: 7rem;
    margin: 0 auto;
    height: auto;
}

.wid71 {
    width: 7.1rem;
    margin: 0 auto;
    height: auto;
}

.wid69 {
    width: 6.9rem;
    margin: 0 auto;
    height: auto;
}

.wid664 {
    width: 6.64rem;
    margin: 0 auto;
    height: auto;
}

.bgCen {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/*公共样式*/

/*置顶*/
.zhiding {
    position: fixed;
    right: 0;
    bottom: 20%;
    margin-bottom: -0.7rem;
    width: .7rem;
    height: .7rem;
    border-radius: 100%;
    /*background: ;*/
    /*opacity: .8;*/
    z-index: 80;
    background: url(../images/zhiding.png) no-repeat center;
    background-size: 100% auto;
    /*box-shadow: 0 0 12px 0 rgba(255, 255, 255, 0.2);*/
}

    .zhiding img {
        display: none;
    }

::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
}

.jiazai {
    display: flex;
    width: 100%;
    height: 1rem;
    justify-content: center;
    align-items: center;
    font-size: 0.26rem;
    color: #999999;
}

    .jiazai img {
        display: block;
        width: 0.24rem;
        margin-right: 0.14rem;
    }

.rightMenuNav {
    display: block;
    width: 0.7rem;
    height: auto;
    position: fixed;
    bottom: 20%;
    right: 0;
    z-index: 80;
}

    .rightMenuNav > a {
        display: block;
        width: 0.7rem;
        height: 0.7rem;
        margin-bottom: 0.2rem;
    }

        .rightMenuNav > a img {
            display: block;
            width: 100%;
            height: auto;
        }

/*公共样式*/
/*公共样式*/
@media screen and (min-width:937px) {
    html, body {
        font-size: 125px !important;
        margin: 0 auto;
        max-width: 937px;
        overflow-x: hidden;
    }
}
