reset.css 4.64 KB
@charset "UTF-8";
/*重置样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    font-family: 'arial', 'microsoft yahei';
    min-width: 1200px;
}

@media (max-width: 768px) {
    body {
        min-width: 0;
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    color: #333;
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #666;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input {
    vertical-align: middle;
}

input, button, textarea, select {
    outline: none;
    font-family: 'arial', 'microsoft yahei';
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.right {
    float: right;
    right: 0;
}

.left {
    float: left;
    left: 0;
}

.transition {
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.clearfix:after {
    clear: both;
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.scrollbar::-webkit-scrollbar {
    width: 2px;
    background-color: #ededed;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #0fc3c1;
    border-radius: 10px;
}


@font-face {
    font-family: 'Hel';
    src: url('../fonts/helveticaneueltstd-ltcn_0.eot');
    src: local('☺'), url('../fonts/helveticaneueltstd-ltcn_0.woff') format('woff'), url('../fonts/helveticaneueltstd-ltcn_0.ttf') format('truetype'), url('../fonts/helveticaneueltstd-ltcn_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hel-01';
    src: url('../fonts/helveticaneueltstd-th_0.eot');
    src: local('☺'), url('../fonts/helveticaneueltstd-th_0.woff') format('woff'), url('../fonts/helveticaneueltstd-th_0.ttf') format('truetype'), url('../fonts/helveticaneueltstd-th_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Hel-02';
    src: url('../fonts/helveticaneueltstd-mdcn_0.eot');
    src: local('☺'), url('../fonts/helveticaneueltstd-mdcn_0.woff') format('woff'), url('../fonts/helveticaneueltstd-mdcn_0.ttf') format('truetype'), url('../fonts/helveticaneueltstd-mdcn_0.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akb';
    src: url('../fonts/akzidenzgrotesk-bold.eot');
    src: local('☺'), url('../fonts/akzidenzgrotesk-bold.woff') format('woff'),
    url('../fonts/akzidenzgrotesk-bold.ttf') format('truetype'),
    url('../fonts/akzidenzgrotesk-bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'bkcn';
    src: url('../fonts/itcavantgardestd-bkcn.eot');
    src: local('☺'), url('../fonts/itcavantgardestd-bkcn.woff') format('woff'),
    url('../fonts/itcavantgardestd-bkcn.ttf') format('truetype'),
    url('../fonts/itcavantgardestd-bkcn.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */ url(../fonts/iconfont.woff) format('woff'),
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../fonts/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-weibo:before {
    content: "\e635";
}

.icon-weixin:before {
    content: "\e65d";
}

.icon-search:before {
    content: "\e62e";
}

.icon-prev:before {
    content: "\e659";
}

.icon-next:before {
    content: "\e667";
}

.icon-qq:before {
    content: "\e630";
}

.icon-down:before {
    content: "\e604";
}

.icon-baidu:before {
    content: "\e628";
}

.icon-kongjian:before {
    content: "\e62f";
}