﻿/*重置表*/
html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td, input, select {
    margin: 0;
    padding: 0;
    /*font-family:sans-serif;*/
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    text-align: inherit;
    vertical-align: baseline;
    color: inherit;
    border: 0;
    outline: 0;
}

html {
    max-width: 1366px;
    margin: 0 auto;
}

html, body {
    width: 100%; /* height:100%;*/
    -webkit-user-select: none;
}

body > iframe {
    display: none;
}
/*body{*/
    /*overflow-y: hidden;*/
/*}*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
}

/*html, button, input, select, textarea { font-family: "Microsoft YaHei","Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; }*/
html, body, textarea, input, button, select, keygen, legend {
    font: 12.5px/24px "微软雅黑", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

a {
    display: block;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

a img, iframe {
    border: none;
}

img {
    vertical-align: top;
    max-width: 100%;
    display: block;
    height: auto;
}

p {
    text-align: justify;
}

ol, ul {
    list-style: none;
}

textarea, select, button {
    font-size: 100%;
    font-family: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
input, button {
    border: none;
    background-color: transparent;border-radius: 0;
}

input[type="checkbox"] {
    vertical-align: -2px;
    margin-right: 4px;
}

/*占位符*/

input::-webkit-input-placeholder {
    color: #958170;
}

input:-moz-placeholder {
    color: #958170;
}

input::-moz-placeholder {
    color: #958170;
}

input:-ms-input-placeholder {
    color: #958170;
}

textarea::-webkit-input-placeholder {
    color: #958170;
}

textarea:-moz-placeholder {
    color: #958170;
}

textarea::-moz-placeholder {
    color: #958170;
}

textarea:-ms-input-placeholder {
    color: #958170;
}


i {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    margin: 0 auto;
}

.Pg4 {
    padding: 0 4%;
    height: 100%;
}

.mg2 {
    margin: 0 4%;
}

.np {
    padding: 0 !important;
}

.ng {
    margin: 0 !important;
}

.none {
    display: none;
}

.clearfix:after {
    display: block;
    height: 0;
    clear: both;
    content: "\200B";
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/
/* == 以上 reset Css == */

/*设置滚动条样式*/
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: rgba(210, 210, 210, 0.48);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(123, 121, 121, 0.7);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

/*Font*/
@font-face {
    font-family: 'pingfangscbold';
    src: url('../font/pingfangscbold.eot');
    src: url('../font/pingfangscbold.otf') format('otf'),
    url('../font/pingfangscbold.eot?#iefix') format('embedded-opentype'),
    url('../font/pingfangscbold.woff') format('woff'),
    url('../font/pingfangscbold.woff2') format('woff2'),
    url('../font/pingfangscbold.ttf') format('truetype'),
    url('../font/pingfangscbold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MONTSERRAT-REGULAR';
    src: url('../font/MONTSERRAT-REGULAR.eot');
    src: url('../font/MONTSERRAT-REGULAR.otf') format('otf'),
    url('../font/MONTSERRAT-REGULAR.eot?#iefix') format('embedded-opentype'),
    url('../font/MONTSERRAT-REGULAR.woff') format('woff'),
    url('../font/MONTSERRAT-REGULAR.woff2') format('woff2'),
    url('../font/MONTSERRAT-REGULAR.ttf') format('truetype'),
    url('../font/MONTSERRAT-REGULAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
