
/*初始化*/
* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: calc(100vw/19.2);
}

html,
body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: '微软雅黑','Adobe 黑体 Std','Source Han Serif CN', 'SOURCEHANSERIFCN-REGULAR', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    overflow-x: hidden;
    max-width: 1920px;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
    border-radius: 0;
}

img {
    height: 100%;
    width: 100%;
    border: 0;
    vertical-align: middle;
}

li {
    list-style: none;
}

div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.container{
    margin: auto;
    width: 84.1%;
    height: auto;
    position: relative;
    /* margin-left: 0\0; */
}
@media (max-width: 1650px){
    /* .container{
        margin: auto;
        width: 90%;
        height: auto;
        position: relative;
    } */
}
@media (max-width: 1366px){
    .container{
        margin: auto;
        width: 90%;
        height: auto;
        position: relative;
    }
    body {
        font-size: 16px;
    }
}
/* @media (max-width: 1500px){
    .container{
        margin: auto;
        width: 1300px;
        height: auto;
        position: relative;
    }
}
@media (max-width: 1440px){
    .container{
        margin: auto;
        width: 1200px;
        height: auto;
        position: relative;
    }
}

@media (max-width: 1150px){
    .container{
        margin: auto;
        width: 1000px;
        height: auto;
        position: relative;
    }
}
@media (max-width: 1050px){
    .container{
        margin: auto;
        width: 850px;
        height: auto;
        position: relative;
    }
} */
@media (max-width: 900px){
    .container{
        margin: auto;
        width: auto;
        padding: 0px 20px;
        height: auto;
        position: relative;
    }
}
.width10{
    width: 10%;
    height: auto;
    display: inline-block;
}

.width16{
    width: 16.666%;
    height: auto;
    display: inline-block;
}
.width20{
    width: 20%;
    height: auto;
    display: inline-block;
}
.width25{
    width: 25%;
    height: auto;
    display: inline-block;
}
.width30{
    width: 30%;
    height: auto;
    display: inline-block;
}
.width33{
    width: 33.333%;
    height: auto;
    display: inline-block;
}
.width40{
    width: 40%;
    height: auto;
    display: inline-block;
}
.width50{
    width: 50%;
    height: auto;
    display: inline-block;
}
.width60{
    width: 60%;
    height: auto;
    display: inline-block;
}
.width70{
    width: 70%;
    height: auto;
    display: inline-block;
}
.width80{
    width: 80%;
    height: auto;
    display: inline-block;
}
.width90{
    width: 90%;
    height: auto;
    display: inline-block;
}
.width100{
    width: 100%;
    height: auto;
    display: inline-block;
}