@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
img{max-width:100%;height:auto}
img[width],img[height]{max-width:none}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}

/* fsvs */
html.fsvs{height:100%;width:100%;position:fixed;top:0;left:0;overflow:hidden}
html.fsvs #fsvs-body{-webkit-backface-visibility:hidden;-webkit-perspective:1000;position:absolute;top:0;left:0;z-index:1;height:100%;width:100%}
html.fsvs #fsvs-body>*{height:100%;width:100%;overflow:hidden;-webkit-backface-visibility:hidden;-webkit-perspective:1000}
html.fsvs #fsvs-pagination{margin:0;padding:8px 4px;position:fixed;height:auto;right:0px!important;top:50%;z-index:999;width:32px}
html.fsvs #fsvs-pagination li{list-style:none;width:25px;height:25px;line-height:25px;text-align:center;margin:0 0 2px 0;cursor:pointer}
html.fsvs #fsvs-pagination li>span{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;width:16px;height:16px;line-height:16px;border:0px solid white;display:block}
html.fsvs #fsvs-pagination li>span>span{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;width:10px;height:10px;line-height:10px;border:1px solid white;display:block;margin:2px; background:#FFF}
html.fsvs #fsvs-pagination li.active>span{border:1px dashed white}
html.fsvs #fsvs-pagination li.active>span>span{background:white}
html.fsvs #fsvs-pagination li:last-child{margin:0}
html.fsvs.demo #fsvs-body>.slide{padding:0px;}
html.fsvs.demo #fsvs-body>.slide h2{}
html.fsvs.demo #fsvs-body>.slide p{}
html.fsvs.demo #fsvs-body>.slide.nth-class-1{}
html.fsvs.demo #fsvs-body>.slide.nth-class-2{}
html.fsvs.demo #fsvs-body>.slide.nth-class-3{}
html.fsvs.demo #fsvs-body>.slide pre{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;display:inline-block;padding:20px 60px;margin:40px 0}
@media only screen and (max-width: 500px){

	html.fsvs #fsvs-body>.slide h2{font-size:18px;font-size:1.125rem;line-height:1.33333}

}