body {
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    background-color: #eaeaea;
}

@font-face {
    font-family: newfont;
    src: url(../fonts/Avenir.ttc);
}
@font-face {
    font-family: newfont2;
    src: url(../fonts/msyhbd.ttc);
}
*{
	margin: 0;
	padding: 0;
	user-select: none;
	-webkit-user-select: none;
	list-style: none;
}
img {
    border: 0;
    /* max-width: 100%; */
}

a img {
    vertical-align: bottom;
}

a {
    text-decoration: none;
    color: #666;
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
    font-size: 1.2em;
}

::-webkit-scrollbar {
    /* display: none; */
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: none;
}

/*定义滚动条轨道内阴影+圆⾓*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 10px;
    background-color: none;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #0e6b97
}

.clear,
.clr {
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.clearfix2::before,
.clearfix2::after {
    content: "";
    display: table;
}

.clearfix2::after {
    clear: both;
}

.clearfix2,
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
    visibility: hidden;
}

ul,li{
    list-style: none;
}

@font-face {
    font-family: "Avenir-Black";
    src: url("../dsfonts/Avenir-Black.ttf") format("truetype");
}
.enfont{
    font-family: 'Avenir-Black';
}
@font-face {
    font-family: "YaHei";
    src: url("../dsfonts/msyh.ttf") format("truetype");
}
.cnfont{
    font-family: 'YaHei';
}
@font-face {
    font-family: "YaHei-bold";
    src: url("../dsfonts/msyhbd.ttf") format("truetype");
}
.cnbold{
    font-family: 'YaHei-bold';
}


@media screen and (max-width: 1600px) {
    body {
        zoom:0.8;
    }
}