@charset "UTF-8";

/* 重置 */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    /*margin: 0;*/
    /*padding: 0;*/
    /*-webkit-tap-highlight-color: transparent;*/
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
    display: block;
}

fieldset, img {
    border: 0;
    vertical-align: top;
}

ol, ul, li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

em, i {
    font-style: normal;
}

input, textarea {
    border: none;
    resize: none;
    outline: none;
    -webkit-appearance: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

* {
    box-sizing: border-box;
}

/* 公用 */
body { font-family:'Microsoft Yahei',Arial;color:#666;font-size:14px;background:#fff;}
img{height:auto;width:auto\9;-ms-interpolation-mode:blicubic;}
.clearfix:after {clear:both;content:"";display:block;height:0;overflow:hidden;visibility:hidden; }
.clearfix {zoom:1}
.f-l{float: left;}
.f-r{float: right;}
.center{text-align: center}
.justify{text-align: justify}
.text-hide{font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0;}
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.com-table{display: table;width: 100%; height: 100%;}
.com-cell{display: table-cell;vertical-align: middle;}
.com-width{padding: 0 3%;}
.com-box{width: 94%;margin: 0 auto;overflow: hidden;}
#container{max-width: 750px;margin: 0 auto;background-color: #fff;overflow-x:hidden;}


/*背景色*/
.bg-white{
    background: #fff!important;
}
.bg-gray {
    background-color: #F5F5F5;
}


/*字体大小*/
.f-12 {font-size: 12px;}
.f-14 {font-size: 14px;}
.f-16 {font-size: 16px;}
.f-18 {font-size: 18px;}
.f-24 {font-size: 24px;}

/*字体颜色*/
.c-fff{color: #fff!important}
.c-333{color: #333;}
.c-df{color: #00a149;}

/*内边距*/
.pt-3 {padding-top: 3%;}
.pb-3 {padding-bottom: 3%;}
/*.pb-5 {padding-bottom: 5%;}*/
.pb-6 {padding-bottom: 6%;}
.pb-8 {padding-bottom: 8%;}

/*外边距*/
.mt3{
    margin-top: 3%;
}
.mb3{
    margin-bottom: 3%;
}
.mr3{
    margin-right: 3%;
}
.ml3{
    margin-left: 3%;
}

.mt10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}

/*栅格化*/
.row-1 li {float: left; width: 100%;margin-bottom: 3%;overflow: hidden;}
.row-2 li{ float:left; width:48.5%;margin-bottom: 3%;overflow: hidden;}
.row-2 li:nth-child(2n+1) {
    margin-right: 3%;
}
.row-3 li{ float:left; width:33.3333%;}
.row-4 li{ float:left; width:25%;}
.row-5 li{ float:left; width:20%;}


@font-face {
    font-family: 'iconfont';  /* project id 377704 */
    src: url('http://at.alicdn.com/t/font_tdsp9pktosn3766r.eot');
    src: url('http://at.alicdn.com/t/font_tdsp9pktosn3766r.eot?#iefix') format('embedded-opentype'),
    url('http://at.alicdn.com/t/font_tdsp9pktosn3766r.woff') format('woff'),
    url('http://at.alicdn.com/t/font_tdsp9pktosn3766r.ttf') format('truetype'),
    url('http://at.alicdn.com/t/font_tdsp9pktosn3766r.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}


/*插件初始化*/
.detail-tabs-container .swiper-slide {
    height: 50px;
}
.detail-tabs-container .swiper-slide-active {
    height: auto;
}

/*返回顶部*/
#to-top {
    right: 15px;
    z-index: 99;
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5) url(../images/common/icon-top.png) no-repeat center;
    background-size: 15px;
    /*border: 1px solid #ddd;*/
}


.gr-list-2 li .pic {
    font-size: 0;
}
.gr-list-2 li .pic img {
    vertical-align: middle;
}