* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height: 100%;
}
body {
    font-family: '\5b8b\4f53', sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #777777;
    background-color: #f7f7f7;
    height: 100%;
    margin: 0;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
    background: none;
    padding: 0;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #ff821b;
    text-decoration: none;
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img,
input{
    vertical-align: middle;
    border: 0;
}

ul,nav,li,ol,h1,h2,h3,h4,p,dl,dt,dd{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* 断根浮动 */
.clearfix , .clear{ display: inline-table; zoom:1;}
* html .clearfix ,* html .clear{ height:1%; }
* html .clearfix , * html .clear{ zoom:1; }
.clearfix , .clear{ display:block; }
.clear {clear: both;}
.clearfix:after ,.clear:after{ content: " "; display: block; height: 0; clear: both; visibility: hidden; line-height: 0px;}

/*两头对齐*/
.justify{
    text-align: justify;
    text-justify: inter-ideograph;
}
.justify-tags{
    margin: 0 !important;
    height: 0 !important;
    padding: 0 !important ;
    line-height: 0 !important;
    border: 0 !important;
    font-size: 1%;
}

/*
    header
*/
.header{
    background-color: #fff;
    height: 48px;
    position: relative;
    z-index: 999;
}
.logo{
    float: left;
    height: 40px;
    margin: 4px 15px;
    overflow: hidden;
}
.logo img{
    max-height: 40px;
}
.nav{
    /* position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    background-color: #ff821b;
    display: none;
    z-index: 10; */
    width: 80%;
	 height: 100%;
	 position: fixed;
	 z-index: 20;
	 top: 48px;
	 right: 0;
	 visibility: hidden;
	 opacity: 0.9;
	 background: #333333;
	 
	 -webkit-transform: translateZ(0);
	 -webkit-backface-visibility: hidden;
	 -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
	 -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
	 transition: transform .4s 0s, visibility 0s .4s;
	 -webkit-transform: translateX(100%);
	 -moz-transform: translateX(100%);
	 -ms-transform: translateX(100%);
	 -o-transform: translateX(100%);
	 transform: translateX(100%); 
}
.nav.pull{
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
  transition: transform .4s 0s, visibility 0s 0s;
  -webkit-overflow-scrolling: touch;

  box-shadow: -13px 0 14px -14px rgba(0,0,0,0.50);
}


.header-content{
    position: relative;
    z-index: 10;
    background-color: #fff;
    
}
.nav1{
	margin-top:60px;
}
.header-content ul > li{
   /*  border-top: 1px #fd7c12 solid; */
   text-align: center;
   margin-top:10px;
}
.header-content ul li > a{
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    /* padding-left: 20px; */
    font-size: 16px;
}
.header .icon-bar{
    float: right;
    margin-right: 3px;
    padding:14px 12px 12px;
    margin-top: -5px;
}
.header .icon-bar span{
    display: block;
    width: 24px;
    height: 3px;
    background-color: #ff821b;
    margin-top: 5px;
}
.header-right{
    display: none;
}

.header-content ul li ol{
    display: none;
    background-color: #222;
    padding: 10px 20px;
}
.header-content ul li ol a{
	font-size: 14px;
}

.nav-bg{
    display: none;
   /*  background: rgba(0, 0, 0, 0.3); */
    position: fixed;
    z-index: 2;
    left: 0;
    top: 48px;
    width: 100%;
    height: 100%;
}


/*list*/
.group-box{
    
}
.group-list .group-item,
.group-list .performer-item{
    display: inline-block;
    *display: inline;
    *zoom:1;
    width: 48.9%;
    margin-top: 10px;
    background-color: #fff;
}
.group-list .item-info{
    padding:10px;
}
.group-list .item-title{
    font-size: 14px;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    /*text-align:left;*/
}
.group-list .time{
    color: #999;
    margin-top: 5px;
}
.group-list img{
    width: 100%;
}
.group-list .justify-tags{
    display: inline-block;
    *display: inline;
    *zoom:1;
    width: 49%;
}


.group-list .activity-item{
    display: block;
    margin-top: 10px;
    background-color: #fff;
    position: relative;
}
.group-list .activity-item .item-title{
    height: auto;
}
.group-list .activity-item .icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background: url('/static/css/wap/../../images/bg.png') no-repeat;
    background-size: 300px;
}
.group-list .activity-item .icon.ing{
    background-position: -55px -111px;
}
.group-list .activity-item .icon.trailer{
    background-position: -107px -111px;
}
.group-list .activity-item .icon.review{
    background-position:-159px -112px;
}

.group-item {
    position: relative;
}
.group-item .m-icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background: url('/static/css/wap/../../images/bg.png') no-repeat;
    background-size: 300px;
}
.group-item .school-icon{
    background-position: -129px -207px;
}
.group-item .society-icon{
    background-position: -83px -207px;
}

.performer-item .performer-info{
	display:none;
}
.performer-item .p-info-more{
	text-align:center;
	padding:10px;
}
.performer-item .p-info-more .p-name{
	font-size:14px;
	color:#333;
}
.performer-item .p-links{
	background:#333;
	margin:10px -10px -10px -10px;
	padding:10px 0;
	min-height:43px;
}
.performer-item .p-links a{
	display: inline-block;
	width:23px;
	height:23px;
	position: relative;
	vertical-align: middle;
}
.p-links a i{
	position: absolute;
	width: 100%;
	height:100%;
	left:0;
	top:0;
	background:url("/static/css/wap/../../images/bg.png") no-repeat;
	background-size:300px;
}
.p-links .p-wb{
	margin-right:10px;
}
.p-links .p-wb i{
	background-position:-179px -174px;
}
.p-links .p-st i{
	background-position:-216px -174px;
}


.footer-main{
    display: none;
}
.footer-bottom{
    background-color: #1f1f1f;
}
.footer-bottom .copyright{
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}


/* 面包屑 */
.breadcrumb{
    background-color: #ff821b;
}
.breadcrumb-box{
    padding:12px 15px;
    color: #fff;
}
.breadcrumb-box span{
    color: #fff;
}
.breadcrumb-box a{
    color: #fff;
}
.search-bar{
   /* border-top: 1px #eee solid;*/
    position: relative;
    padding: 15px;
 /*   padding-top: 15px;*/
 	background-color: #fff;
}
.search-bar label{
	display: none;
}
.search-bar input{
    height: 30px;
    width: 100%;
    border: 1px #eee solid;
    padding-left: 10px;
    border-radius: 14px;
    
}
.search-bar .search-btn{
    display: none;
}

.s-date-box{
	display: none;
}


.fiter-box{
    text-align: center;
    padding: 15px 0 5px 0;
}
.fiter-box a{
    display: inline-block;
    *display: inline;
    *zoom:1;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    border: 1px transparent solid;
    border-radius: 20px;
}
.fiter-box a.current{
    border-color:#ff821b;
    color: #ff821b; 
}


/*加载更多*/
.show-more{
    margin: 0px 0 40px 0;
    text-align: center;
}
.show-more-btn{
    display: inline-block;
    background-color: #ff821b;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 30px;
    border-radius: 4px;
    cursor: pointer;
}
.show-more-btn i{
    display: inline-block;
    vertical-align: top;
    height: 36px;
    width: 10px;
    background: url('/static/css/wap/../../images/bg.png')  -2px -199px no-repeat;
    background-size: 300px;
    margin-right: 5px;
}


/*员工风采*/
.staff-style{
    background-color: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.staff-style h2{
    font-weight: normal;
    font-size: 16px;
}
.staff-style li{
    display: inline-block;
    margin-top: 15px;
    width: 48.8%;
    vertical-align: top;
    text-align: center;
}
.staff-style li p{
    margin: 10px 0;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    overflow: hidden;
}
.staff-style li img{
    width: 100%;
}



/* j-pop */
.j-pop-wrap{
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}


.j-pop-wrap.hide{
    height: 0;
    width: 0;
    top: 50%;
    left: 50%;
    overflow: hidden;
}


.j-pop-close{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    color: #fff;
    cursor: pointer;
}
.j-pop-content{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.j-pop-content img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    vertical-align: middle;
}
.j-pop-content p{
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 36px;
    font-size: 16px;
}

#j-pop-swiper{
    height: 100%;
}
#j-pop-swiper .swiper-pagination-bullet{
    background: #fff;
    opacity: .5;
}
#j-pop-swiper .swiper-pagination-bullet-active{
    background: #fe0000;
}
.swiper-button{
    display: none;
}


.sider-bar{
	display:none;
}





.s-no-data{
	padding: 180px 0;
    background: #fff;
    text-align: center;
    margin: 10px 0;
    color: #666;
}
.s-no-data .s-no-title{
	font-size: 24px;
}
.s-no-data p{
	margin-top: 20px;
}
.s-no-data .s-no-title.error{
	font-size:18px;
}
.s-no-data img{
	max-width:150px;
}
.s-text{
	margin-top:20px;
}




.jobs-title{
	font-weight: normal;
	margin:15px 0 0 15px;
	font-size: 16px;
}