﻿.container-fluid {padding-bottom: 0px;padding-left: 0px;padding-right: 0px;padding-top: 0px}
.channel{
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.channel span{
    padding: 0px 5px;
}
.channelfont{ font-size:14px}
.vipheader {width: 25%;text-align: left;}
.vipheader {height: 48px;}
.vipheader {background: #ec1a59;height: 48px}
.left{ float: left; }
.pr {POSITION: relative}
.right{ float: right; }
.logo_top{width: 28px;height: 28px;display: block;margin-top: 10px;margin-left: 20px;background: url("http://m.face100.net/images/content_home.png") no-repeat center;background-size:cover;}
.pindao_name {width: 50%;text-align: center;background: #ec1a59;}
.a5name{font-size: 18px;font-weight: bold;color: #fff;padding-top: 10px;display: block;}
.vipnav a.q_nav{text-align: right;width: 25%;}
h2 {padding-bottom: 0px;padding-top: 0px;padding-left: 0px;margin-top: 2px;padding-right: 0px;font-size: 15px;font-weight: bold;}
#hd {}
.vipnav {height: 100%;background: #ec1a59;position: relative}
.vipnav .logo a {height: 100%;padding-bottom: 0px;padding-top: 0px;padding-left: 15px;display: block;padding-right: 15px}
.vipnav a.il {height: 43px;color: #fff;padding-bottom: 0px;padding-top: 0px;display: block;line-height: 43px;padding-right: 20px;}
.vipnav a.q_nav {
	overflow: hidden;
	right: 0px;
	position: absolute;
	padding-bottom: 0px;
	padding-top: 0px;
	border-left: #ec1a59 1px solid;
	display: block;
	top: 0px;
}
#hd .nl {background: #000;border-bottom: #ec1a59 9px solid;display: none}
.nl .nl-con {}
.nl .bx {overflow: hidden;border-bottom: #363636 1px solid}
.nl .bx h2 a{float: left;color: #838383;padding-bottom: 10px;text-align: center;padding-top: 10px;padding-left: 0px;padding-right: 0px;width: 60px}
.nl .bx ul.cate-list {float: left;border-left: #363636 1px solid;width: 285px}
.nl .bx ul li {height: 36px;float: left}
.cate-list a {overflow: hidden;color: #838383;padding-bottom: 10px;padding-top: 10px;padding-left: 5px;display: block;padding-right: 5px}
.nl .all_cate a {padding-bottom: 10px;text-align: center;padding-top: 10px;padding-left: 0px;padding-right: 0px}
.nl a:active {color: #f5f5f5;}
.vipnav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.vipnav > li {
  position: relative;
  display: block;
}
.vipnav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.vipnav > li > a:hover,
.vipnav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.vipnav > li.disabled > a {
  color: #777;
}
.vipnav > li.disabled > a:hover,
.vipnav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.clear {clear:both;}
.clear_fix {zoom:1;}
.clear_fix:after {display:block;clear:both;content:".";visibility:hidden;height:0;font-size:0;}
fieldset,img{border:0;}
/*flexbox navigation*/
.navigation {display: flex;-webkit-flex-direction: column; /* Safari */flex-direction: column;}
.navbox{display: flex;-webkit-flex-wrap: nowrap; /* Safari */flex-wrap: nowrap;border-bottom: #363636 1px solid;}
.nav-list{display: flex;-webkit-flex-wrap: wrap; /* Safari */flex-wrap: wrap;border-left: #363636 1px solid;}
.nl .navbox h2 a {float: left;color: #fff;padding: 10px 0;text-align: center;width: 80px;}
.nav-list a {color: #fff;display: block;padding: 10px 5px; height:25px; line-height:25px;}
.nav-title a {color: #fff;display: block;padding: 10px 5px;text-align: center; height:25px; line-height:25px;}
/*轮播图*/

.main_visual{width:100%;overflow:hidden;position:relative;}
.main_image{width:100%;overflow:hidden;position:relative;}


.scrollPic{}
.scrollPic li{width:100%;left:0;top:0;}

/**返回顶部**/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(221, 221, 221, 0.8) url(http://m.face100.net/images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}

