﻿@charset "utf-8";
@import url('animate.css');
@import url('btn.css');
@import url('color.css');
@import url('display.css');
@import url('layout.css');
@import url('loading.css');
@import url('tips.css');
@import url('widthheight.css');
@import url('../fs/font-awesome-4.4.0/css/font-awesome.css');

@font-face {
    font-family: FontAwesome;
    src: url(../fs/font/fontawesome-trimmed.eot?v=4.7.0);
    src: url(../fs/font/fontawesome-trimmed.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fs/font/fontawesome-trimmed.woff?v=4.7.0) format("woff"), url(../fs/font/fontawesome-trimmed.ttf?v=4.7.0) format("truetype"), url(../fs/font/fontawesome-trimmed.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

html {
    background: #fff;
}

html, body {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.winRq {
    width: 768px;
    margin: 0 auto;
    transform-origin: 0 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0%;
}


.ff-Arial {
    font-family: Arial;
}

.rotate15 {
    transform: rotate(15deg)
}

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img, a img {
    border: none;
}

input:hover, select:hover, textarea:hover {
    cursor: pointer;
}

input, select, textarea, button {
    outline: none;
}

ul, li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

select, input, img, select {
    vertical-align: middle;
}

a:focus {
    outline: none;
}

.cf {
    clear: both;
}

.zindex-1 {
    z-index: 1
}

.zindex-2 {
    z-index: 2;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.mga {
    margin: 0 auto;
}

/*圆形*/
.br50 {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.psa {
    position: absolute;
}

.psr {
    position: relative;
}

.fsb {
    font-weight: bold;
}

.kg {
    min-height: 10px;
}

.kg-2x {
    min-height: 20px;
}

.kg-3x {
    min-height: 30px;
}

.kg-4x {
    min-height: 40px;
}

.object-fit-cover {
    object-fit: cover;
}

.text-decoration-through {
    text-decoration: line-through;
}

.title-style {
    position: relative;
}

    .title-style .wz {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .title-style .word-en {
        opacity: 0.6;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        letter-spacing: -0.5px;
        text-shadow: 0px 0px 2px #585367;
        mix-blend-mode: multiply;
        width: 100%;
        font-size: 24px;
        line-height: 40px;
        font-family: "Playfair Display", Sans-serif;
    }

    .title-style .word-hk {
        font-weight: bold;
        font-size: 24px;
        line-height: 40px;
        letter-spacing: -1px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .title-style .word {
        text-align: center;
        text-transform: capitalize;
        font-family: "Playfair Display", Sans-serif;
        font-weight: 700;
        font-style: italic;
        font-size: 20px;
    }

    .title-style .hx {
        height: 2px;
        width: 100px;
    }

    .title-style .icon {
        width: 16px;
        height: 16px;
        margin: 10px;
    }

        .title-style .icon i {
            width: 16px;
            height: 16px;
            display: block;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transform-origin: center center;
        }


/*boxsz*/
.boxsz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*阴影*/
.box-shadow {
    box-shadow: 4px 7px 4px 0 rgba(0, 0, 0, .23);
}

.box-shadow-light {
    /*    box-shadow: 1px 1px 9px 0 rgba(0, 0, 0, .13);*/
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9edf4;
}

.box-shadow2 {
    box-shadow: 5px 4px 13px 0 rgba(0, 0, 0, .23);
}

.box-shadowT {
    box-shadow: 6px 0px 11px 0 rgba(0, 0, 0, .23);
}

/*滚动条*/
.ovh {
    overflow: hidden;
}

.ova {
    overflow: auto;
}

/*position*/
.psr {
    position: relative;
}

.psr-zindex-2 {
    position: relative;
    z-index: 2;
}

/*boxsz*/
.boxsz {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*省略号*/
.line1 {
    -webkit-line-clamp: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    display: -webkit-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important;
}

.line2 {
    -webkit-line-clamp: 2;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    display: -webkit-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important;
}

.line3 {
    -webkit-line-clamp: 3;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    display: -webkit-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important;
}

.line4 {
    -webkit-line-clamp: 4;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    position: relative;
    display: -webkit-box !important;
    display: box !important;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal !important;
    outline: 0 !important;
}


/*alljb*/
.alljb {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.alljb-02 {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
