@charset "utf-8";

@font-face {
    font-family: Brown-Bold;
    src: url("../font/Brown-Bold.otf") format('truetype')
}
@font-face {
    font-family: Brown-Light;
    src: url("../font/Brown-Light.otf") format('truetype')
}
@font-face {
    font-family: Brown-Regular;
    src: url("../font/Brown-Regular.otf") format('truetype')
}


@font-face {
    font-family: MiSans-Medium;
    src: url("../font/MiSans-Light.ttf") format('truetype')
}

@font-face {
    font-family: MiSans-Regular;
    src: url("../font/MiSans-Regular.ttf") format('truetype')
}

@font-face {
    font-family: MiSans-Light;
    src: url("../font/MiSans-Light.ttf") format('truetype')
}


@font-face {
    font-family: MiSans-Normal;
    src: url("../font/MiSans-Normal.ttf") format('truetype')
}


@font-face {
    font-family: MiSansLatin-Medium;
    src: url("../font/MiSansLatin-Medium.ttf") format('truetype')
}
@font-face {
    font-family: MiSansLatin-Normal;
    src: url("../font/MiSansLatin-Normal.ttf") format('truetype')
}


@font-face {
    font-family: MiSansLatin-Light;
    src: url("../font/MiSansLatin-Light.ttf") format('truetype')
}
@font-face {
    font-family: OpenSans-Condensed-SemiBoldItalic;
    src: url("../font/OpenSans_Condensed-SemiBoldItalic.ttf") format('truetype')
}
html {
    /*font-family: MiSans-Light,MiSans-Medium,Brown-Bold, sans-serif;*/
    font-family: 微软雅黑;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
}

body, html, ul, li, p, span, a, h1, h2, h3, h4, h5, h6, img {
    margin: 0;
    box-sizing: border-box;
    border: 0;
    outline: 0
}

body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern"
}

ul {
    margin: 0;
    list-style: none;
    padding: 0
}

li {
    display: list-item;
    text-align: -webkit-match-parent
}

a {
    color: #030000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

    a:hover {
        color: #0081CC !important;
    }

img {
    max-width: 100%;
    vertical-align: middle;
}

.clearfix:after {
    clear: both
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: ""
}

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

button, input {
    overflow: visible
}

button, input, optgroup, select, textarea {
    outline: none
}

@keyframes zoomInOut {
    0%, 100% {
        background-size: 100%;
    }

    50% {
        background-size: 120%;
    }
}

.swiper-pagination-bullet-active {
    background: #FFF;
}

.swiper-pagination-bullet {
    background: #EEE;
}

.swiper_scale .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper_scale .swiper-slide-active, .swiper_scale .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper_scale .swiper-slide {
    opacity: 0.5;
}

.swiper_scale .swiper-slide-active {
    opacity: 1;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next, .swiper-button-prev {
    background-color: #FFF;
    background-size: 6px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    box-shadow: 0 0 10px 0 #EEE;
    margin-top: -12px;
}
