@charset "UTF-8";
/* Custom Reset */
div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html {
    line-height: 1.15;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    padding-top: 50px;
}

.container,.container-custom {
    width: 94.27vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.042vw;
    padding-left: 1.042vw;
}

.row.my-responsive {
    margin-right: -1.042vw;
    margin-left: -1.042vw;
}

.row.my-responsive [class*='col-'] {
    padding-right: 1.042vw;
    padding-left: 1.042vw;
}

.row.my0 {
    margin-right: 0;
    margin-left: 0;
}

.row.my0 [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* fonts */
@font-face {
    font-family: "SourceHanSansCN-Medium";
    font-display: swap;
    src: url('../fonts/SourceHanSans/SourceHanSansCN-Medium.eot'); /* IE9*/
    src: url('../fonts/SourceHanSans/SourceHanSansCN-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/SourceHanSans/SourceHanSansCN-Medium.woff2') format('woff2'),
    url('../fonts/SourceHanSans/SourceHanSansCN-Medium.woff') format('woff'), /* chrome、firefox */
    url('../fonts/SourceHanSans/SourceHanSansCN-Medium.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/SourceHanSans/SourceHanSansCN-Medium.svg#SourceHanSansCN-Medium') format('svg'); /* iOS 4.1- */
}
@font-face {
    font-family: "DIN-Bold";
    font-display: swap;
    src: url('../fonts/DIN/DIN-Bold.eot'); /* IE9*/
    src: url('../fonts/DIN/DIN-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/DIN/DIN-Bold.woff2') format('woff2'),
    url('../fonts/DIN/DIN-Bold.woff') format('woff'), /* chrome、firefox */
    url('../fonts/DIN/DIN-Bold.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/DIN/DIN-Bold.svg#DIN-Bold') format('svg'); /* iOS 4.1- */
}

/* nav */
.navbar {
    min-height: 50px;
}

.navbar>.container .navbar-header {
    height: 50px;
}

.navbar .navbar-header .navbar-toggle {
    margin-top: 8px;
    margin-right: 5px;
    margin-bottom: 8px;
}

.navbar .navbar-header .navbar-toggle:hover,.navbar .navbar-header .navbar-toggle:focus {
    background-color: transparent;
}

.navbar .navbar-header .navbar-brand {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 100%;
    width: 110px;
    margin-left: 15px;
    padding: 0;
}

.navbar-nav>li>a {
    font-size: 12px;
}

.navbar-default .navbar-nav>li>a{
    color: #595959;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    font-weight: bold;
    color: #1052fa;
}

#footer>.container-custom {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
}

@media (min-height: 600px) and (min-width: 1000px) {
	[id^='yzfh5-main-contact-'].main-contact { bottom: 100px !important }
	[id^='yzfh5-main-chat-'].main-chat { bottom: 100px !important }
}

#backtotop {
    position: fixed;
    display: none;
    bottom: 24px;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 40px;
    text-align: center;
    background-color: #7c7c7c;
    opacity: .7;
    z-index: 9999;
}

#backtotop:hover {
    background-color: #1052fa;
}

#backtotop i {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    font-size: 30px;
    color: #fff;
}

#wechat-customer-in { display: none; position: fixed; bottom: 80px; left: 15px; z-index: 1; width: 106px; height: 156px; text-align: center; }
#wechat-customer-in .qrcode-bg { width: 100%; height: 100%; padding: 29.8% 15.8% 0 15%; background: url('../images/wechat_bg.png') center/cover no-repeat; }
#wechat-customer-in .qrcode-bg .wechat-describe { font-size: 12px; line-height: 1.1; }
#wechat-customer-in .qrcode-bg .wechat-describe .gift { color: #eb064b; }
#wechat-customer-in .timer { position: absolute; bottom: 4.5%; width: 100%; font-size: 12px; color: #fff; }
#wechat-customer-in .wechat-customer-close { position: absolute; width: 100%; cursor: pointer; text-shadow: 1px 1px 1px #fff; }
#wechat-customer-in .wechat-customer-close:hover { color: #eb064b; }

@media (min-width: 768px) {
    body {
        padding-top: 76px;
    }

    .container,.container-custom {
        max-width: 894px;
    }

    .navbar>.container .navbar-header {
        height: 76px;
    }

    .navbar .navbar-header .navbar-brand {
        width: 168px;
        margin-left: 0;
    }

    .navbar-nav {
        margin-right: 0;
    }

    .navbar-nav>li>a {
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 16px;
    }
    
    #wechat-customer-in { bottom: 200px; left: 20px; width: 148px; height: 218px; }
    #wechat-customer-in .qrcode-bg .wechat-describe { font-size: 13px; line-height: 1.2; }
    #wechat-customer-in .timer { bottom: 5%; font-size: 13px; }
}

@media (min-width: 992px) {
    html,body {
        font-size:16px;
    }

    .container,.container-custom {
        width: 96.094%;
        max-width: 1230px;
        padding-right: calc(10px + (15 - 10) * ((100vw - 1024px) / (1920 - 1024)));
        padding-left: calc(10px + (15 - 10) * ((100vw - 1024px) / (1920 - 1024)));
    }

    .row.my-responsive {
        margin-right: calc(-10px + (15 - 10) * -1 * ((100vw - 1024px) / (1920 - 1024)));
        margin-left: calc(-10px + (15 - 10) * -1 * ((100vw - 1024px) / (1920 - 1024)));
    }

    .row.my-responsive [class*='col-'] {
        padding-right: calc(10px + (15 - 10) * ((100vw - 1024px) / (1920 - 1024)));
        padding-left: calc(10px + (15 - 10) * ((100vw - 1024px) / (1920 - 1024)));
    }
}

@media (min-width: 1366px) {
    .container,.container-custom {
        width: 91.179%;
        max-width: 1430px;
    }
}

@media (min-width: 1920px) {
    body {
        padding-top: 84px;
    }

    .container,.container-custom {
        padding-right: 15px;
        padding-left: 15px;
    }

    .row.my-responsive {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row.my-responsive [class*='col-'] {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar>.container .navbar-header {
        height: 84px;
    }

    .navbar .navbar-header .navbar-brand {
        width: 170px;
    }

    .navbar-nav>li>a {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}