@charset "UTF-8";
*, *:after, *:before {
    font: inherit;
    vertical-align: baseline;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
}

/*清除掉ios自带圆角*/
input, button {
    /* -webkit-appearance: none; */
    border-radius: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    height: 100% ；;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
    line-height: 1.5;
    overflow-x: hidden;
    /*开启moblie网页快速滚动和回弹的效果*/
    -webkit-overflow-scrolling: touch;
    color: #333;
    min-height: 100%;
    /* 2018年 过去了 我该何去何从
    *
    * 没有钱的日子 该怎么过
    */
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    　display: block;
}

ol, li, ul {
    list-style: none;
}

a, img {
    /*阻止长按页面，弹出菜单的方法。*/
    -webkit-touch-callout: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    outline: none;
    max-width: 100%;
    border: 0;
}

input, textarea {
    outline: 0;
    border: none;
    display: block;
    resize: none;
    /* -webkit-appearance: none;
    appearance:none; */
}

.container {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.allW {
    width: 100%;
    overflow: hidden;
}

.allW > img {
    display: block;
    /* width: 100%;*/
}

.ma {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.g-line {
    height: 0.6rem;
    background-color: #f0f0f0;
}

/*修改placeholder的字体颜色*/
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}

input:-ms-input-placeholder {
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-container .swiper-pagination-custom, .swiper-container .swiper-pagination-fraction {
    bottom: 0.375rem;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-circle .swiper-container {
    padding-bottom: 1.35rem;
}

.pagination-circle .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px #000 solid;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-circle .swiper-pagination-bullet-active {
    border: 1px #007aff solid;
}

.coverflow {
    margin-bottom: 1.2rem;
}

.coverflow .swiper-slide {
    width: 60%;
}

.coverflow .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
}

.coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem;
}

.videobox .v-box {
    margin-bottom: 0.5rem;
}

.videobox .v-box .spbox {
    position: relative;
    height: 13rem;
}

.videobox .v-box .spbox .v-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    font-size: 1rem;
    z-index: 9;
    color: #fff;
    padding: 0 0.3rem;
    line-height: 1.5rem;
}

.videobox .v-box .spbox video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
}

.videobox .v-box .infobox {
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    display: flex;
    align-items: center;
    height: 2.2rem;
}

.videobox .v-box .infobox .box:nth-child(1) {
    background: url(../images/ek1.jpg) no-repeat left center;
    background-size: 1.8rem;
    font-size: 0.7rem;
    flex: 2;
    padding-left: 2rem;
    color: #333;
}

.videobox .v-box .infobox .box:nth-child(2) {
    background: url(../images/sjs1.jpg) no-repeat left center;
    background-size: 1.2rem;
    font-size: 0.7rem;
    flex: 1.2;
    padding-left: 1.5rem;
    color: #333;
}

.videobox .v-box .infobox .box:nth-child(3) {
    flex: 1;
    font-size: 0.7rem;
}

.videobox .v-box .infobox .box:nth-child(3) a {
    display: block;
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    align-content: center;
    border: 1px solid #333;
    border-radius: 0.5rem;
    color: #333;
    text-align: center;
}