@charset "gb2312";
/********the style of the page*********/
@import url(../js/fontawesome/css/font-awesome.min.css);

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{
	margin:0;
	padding:0;
	list-style:none;
	font-family: "微软雅黑", "宋体", "Helvetica Neue", Arial, Helvetica, sans-serif;
	-webkit-appearance: none;
}
a,a:hover,a:visited,a:focus{
	color:#2b2b2b;
	text-decoration:none;
	cursor: pointer;
}
body{
	font-size:12px;
	background-color: #F9FAFB;
	color: #222222;
}
img {
	border:0px;
}

.__New__Su__Cai{
	overflow: hidden;
	min-width: 1200px;
}

/****Header****/
.__Header{
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 99;
	left: 0;
	top: 0;
	min-width: 1160px;
}
.__Nav__Heade__width{
    width:1200px;
    margin:0 auto;
}
.__Logo__New{
	position: absolute;
	/*left: 60px;*/
	top: 0;
	color: #fff;
	font-size: 20px;
	padding: 5px 0;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	z-index: 9;
}
.__Logo__New span{
	float: left;
	width: 154px;
	height: 60px;
	overflow: hidden;
	background-image: url(../images/svg/new_logo_w.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.__State__Nav .__Logo__New >span{
	background-image: url(../images/logo.png);
}
.__Logo__New span img{
	width: 100%;
}
.__Nav__List{
	text-align: center;
	position: relative;
	z-index: 8;
}
ul.__New__Nav{
	overflow: hidden;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
ul.__New__Nav li{
	float: left;
	font-size: 16px;
	padding: 24px 37px;
	position: relative;
}
ul.__New__Nav li >a{
	text-decoration: none;
}
ul.__New__Nav li.__State__active >a{
	color: #ffffff !important;
}


.__Seach__Input{
	display: inline-block;
	margin: 0 auto;
	padding: 0 40px;
	text-align: center;
	position: relative;
	display: none;
}
.__Seach__Input input{
	display: inline-block;
	width: 480px;
	height: 40px;
	outline: none;
	border: none;
	background-color: rgba(255,255,255,0.4);
	border-radius: 5px;
	margin: 15px 0;
	padding: 0 10px;
	font-size: 20px;
}
.__Seach__Input input::-webkit-input-placeholder{
    color: #dfdfdf;
}
.__Seach__Input input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #dfdfdf;
}
.__Seach__Input input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
}
.__Seach__Input input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #dfdfdf;
}
.__Seach__Input a.fa{
	font-size: 20px;
	position: absolute;
	line-height: 70px;
	top: 0;
}
.__Seach__Input .__Close_{
	width: 18px;
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 27px !important;
}
.__Seach__Input .__Close_:before{
	width: 18px;
    height: 18px;
    content: '';
    background-image: url(../images/svg/close.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 0;
}
.__Seach__Input .__Search_{
	width: 28px;
    height: 28px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 24px !important;
}
.__Seach__Input .__Search_:before{
	width: 28px;
    height: 28px;
    content: '';
    background-image: url(../images/svg/_search_color.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% auto;
    left: 0;
    top: 0;
}
.__Seach__Input .__Search_:before{
	content: '';
	background-image: url(../images/svg/_search_color.svg?v=1);
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.__State__Search_ ul.__New__Nav{
	display: none;
}
.__State__Search_ .__Seach__Input{
	display: inline-block;
}


.__Person__Info{
	position: absolute;
	right: 60px;
	top: 0;
	z-index: 9;
}
.__Person__Info >a{
	display: inline-block;
	width: 78px;
	height: 70px;
	text-align: center;
}
.__Person__Info >a i{
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 20px;
	background-size: 100% auto !important;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.__Person__Info >a.__Invite i{
	background: url(../images/svg/invite.svg?v=1) no-repeat;
}
.__Person__Info >a.__Search i{
	background: url(../images/svg/search.svg?v=1) no-repeat;
}

.__State__Nav .__Person__Info >a.__Invite i{
	background: url(../images/svg/_invite_color.svg?v=1) no-repeat;
}
.__State__Nav .__Person__Info >a.__Search i{
	background: url(../images/svg/_search_color.svg?v=1) no-repeat;
}



.__Person__Info >a:hover{
	color: #ffffff !important;
}
/**头部下拉**/
.__Header__img{
  margin-left: 22px;
  margin-top: 13px;
  float: right;
  position: relative;
}
.__Header__img ul{
	overflow: hidden;
}
.Header-Img{
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	padding: 0;
}
.Header-Img img{
	width: 100%;
}
.__Header__img:hover ul.Dropdown_Menu{
	display: block;
}
ul.Dropdown_Menu{
	position: absolute;
	max-width: 150px;
	right: 0;
	top: 96%;
	background-color: #ffffff;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	border-radius: 3px;
	display: none;
}
ul.Dropdown_Menu li{
	display: inline-block;
	width: 100%;
	padding: 10px 28px;
	font-size: 14px;
	overflow: hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
ul.Dropdown_Menu li:hover{
	background-color: #f3f3f3;
}
ul.Dropdown_Menu li:first-child{
	border-bottom: 1px solid #f0f0f0;
}
ul.Dropdown_Menu li:last-child{
	border-top: 1px solid #f0f0f0;
}
ul.Dropdown_Menu li a{
	display: block;
}



.__Nav__Header__New__Class{
	position: absolute;
	width: 100%;
	height: 70px;
	left: 0;
	top: -70px;
	background-color: #FFFFFF;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
}

#__Nav__Header__New ul li a{
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}
.__State__Nav .__Nav__Header__New__Class{
	top: 0 !important;
}
.__State__Nav .__Logo__New{
	color: #282828;
}
p.__Underline__{
	position: absolute;
	width: 0;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background-color: #444;
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
}
.__State__Nav .__State__active p.__Underline__{
	width: 100%;
    /*border-bottom: 2px solid #444;*/
}
.__State__Nav .__Nav__List .__State__active >a{
	color: #282828 !important;
}


/**footer css**/
.__Footer__{
	overflow: hidden;
	width: 100%;
	min-width: 1160px;
	height: 140px;
	background-color: #1B222B;
	text-align: center;
	margin-top: 60px;
}
.__Footer__ >.__Footer__Container{
	display: inline-block;
	margin: 41px auto;
	text-align: center;
}
.__Footer__ >.__Footer__Container a{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	padding: 0 45px;
}
.__Footer__ .__Record{
	font-size: 13px;
    color: #e2e2e2;
    display: inline-block;
    padding-top: 20px;
}
.__Footer__ >.__Footer__Container .__BeiAn{
	padding: 0;
}
.__BeiAn:hover{
	text-decoration: underline;
}


/**返回顶部**/
.__Go__To__Top{
	position: fixed;
	bottom: 130px;
	right: 20px;
	padding: 4px 12px;
	background-color: #F9FAFB;
	z-index: 99;
	cursor: pointer;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	transition: all .5s ease-in-out;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
}
.__Go__To__Top.__State__Top{
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.__Go__To__Top .__Top{
	font-size: 26px;
}

/**单个list**/
.__List__Info__Sigle{
	display: inline-block;
	width: 317px;
  overflow: hidden;
  position: relative;
  margin: 10px 6px;
  background-color: #fff;
  border-radius: 3px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.20);
}
.__List__Info__Sigle:hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.__List__Info__Sigle >a{
	display: block;
	overflow: hidden;
}
.__List__Info__Sigle >a:hover{
	text-decoration: none;
}
.__List__Info__Sigle >a:hover .__List__Img img{
	transform: scale(1.03,1.03);
}
.__List__Info__Sigle .__List__Img{
	width: 317px;
	height: 178px;
	overflow: hidden;
}
.__List__Info__Sigle .__List__Img img{
	position: relative;
	width: 100%;
	transition: all .5s ease-in-out;
}

.__Body__Temp .__List__Info__Sigle .__List__Img{
	width: 255px;
	height: 300px;
	overflow: hidden;
	margin: 10px;
}

.__List__Info__Det{
	display: block;
	padding: 5px 10px;
}
.__List__Info__Det .__Info_Det{
	overflow: hidden;
}
.__List__Info__Det .__Info_Det h3{
	float: left;
	max-width: 296px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: normal;
}
.__List__Info__Det .__Info_Det span{
	float: right;
	color: red;
	font-size: 14px;
}

/**关注按钮**/
.__Focus{
  float: right;
  background-color: #E7F4FD;
  border-radius: 3px;
  border: 1px solid #2D8BFF;
  padding: 5px 14px;
  margin-top: 6px;
  font-size: 12px;
  color: #2D8BFF;
  cursor: pointer;
}
.__Focus.Been__Focused{
	background-color: #ccc;
	color: #7a7a7a;
	border-color: #dcdcdc;
	cursor: not-allowed;
}

/**vip**/
.__Member{
	float: right;
	width: 20px;
	height: 20px;
  margin-top: 6px;
  color: #7a7a7a;
  font-size: 16px;
  margin-left: 10px;
  line-height: 20px;
}
.__Member img{
  width: 100%;
}
.__Vip__Img.three_vip{
  background-position-x: 0;
}
.__Vip__Img.nine_vip{
  background-position-x: -32px;
}
.__Vip__Img.half_vip{
  background-position-x: -64px;
}
.__Vip__Img.one_vip{
  background-position-x: -96px;
}
.__Vip__Img.two_vip{
  background-position-x: -128px;
}
.__Vip__Img.long_vip{
  background-position-x: -160px;
}
.__Vip__Img.none_vip{
  background-position-x: -192px;
}
.__Download__Others .__Member{
  margin-top: 12px;
}

/**vip**/
._V_{
  position: absolute;
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 3px;
}
._V_ img{
  width: 100%;
}
.__List__Footer >a{
  position: relative;
}

.__List__Footer >a ._V_{
  left: 22px;
  bottom: 0;
}
.isOriginal img{
  width: 100%;
}
.__All__List ._V_{
  left: 27px !important;
}
.__not__allowed{
	border: 3px solid red;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 2px solid #ff3a3a;
	border-radius: 3px;
	position: absolute;
	padding: 9px 20px;
	font-size: 18px;
	background-color: rgba(255,255,255,0.3);
	font-weight: bold;
	white-space: nowrap;
	transform: translate(-50%,-50%) rotate(-40deg);
	-webkit-transform: translate(-50%,-50%) rotate(-40deg);
	-ms-transform: translate(-50%,-50%) rotate(-40deg);
	-moz-transform: translate(-50%,-50%) rotate(-40deg);
}

/**空页面**/
.empty-container{
	padding: 60px 0;
}
.empty-info{
	text-align: center;
}
.empty-info img{

}
.empty-info span{
	display: block;
	text-align: center;
	padding: 30px;
	font-size: 15px;
	color: #616161;
}
.empty-info a{
	display: inline-block;
    padding: 14px 40px;
    background-color: #2d93f7;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    letter-spacing: 2px;
}

.Loading{
  background-size: 20% auto;
}