@charset "utf-8";
/* 公共样式*/
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, img, ins, kbd, q, s, samp,
small, strike, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family:AvenirLTStd-Roman,sans-serif;
}

body {
    word-break: break-word;
    font-size: 14px;
    line-height: 22px;
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "宋体";
    color: #333333;
}

img{border: none;width: 100%;}

a {
    color: #333;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

ol, ul, li { list-style: none; }

.swiper {width: 100%;height: auto;}
.swiper-button-prev, .swiper-button-next{
    color: #fff !important;
    top: 85% !important;
    width: 64px !important;
    height: 36px !important;
    background: #409eff !important;
    border-radius: 4px;    
}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}

@media (min-width: 415px){
    .main{width: 414px;margin: auto;}
}

.home{position: relative;}
.titele{
    width: 200px;
    font-size: 26px;
    font-weight: bold;
    margin: 20px auto;
    position: absolute;
    left: 54%;
    top: 20px;
    transform: translateX(-50%);
    color: #FD0000;
}