<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =s start */
html{-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-overflow-scrolling: touch;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-ms-overflow-style: -ms-autohiding-scrollbar;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:sup;}
sub{vertical-align:sub;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
/* =e Reset */

/* =s base */
header,footer,nav{display: block;}
::-moz-selection{background:#fe917b; color:#fff;} 
::selection {background:#fe917b; color:#fff;} 
html,body{background:#F2F2F2;}
body{font-family:"microsoft yahei",Arial;color:#000; -webkit-font-smoothing:antialiased;}
i{font-style:normal;}
a{text-decoration: none;color: #333;border: 0;font-size: 100%;margin: 0;padding: 0;vertical-align: baseline;-webkit-transition: all 0.3s ease-in;-moz-transition: all 0.3s ease-in;transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;}
.clr:after{clear: both;content:'\0020';display: block;visibility:hidden;height:0;}
.clr{zoom:1;}
.inner{width:1100px;margin:0 auto;position: relative;}
.fl{float: left;}
.fr{float: right;}
/* =e base */

/*top-banner*/
.top-banner{position: fixed;height: 100px;overflow: hidden;display: none;width: 100%;left: 0;top:0;z-index:2;}
.top-banner img{position: absolute;left: 50%;margin-left: -960px;top:0;}

/* s= 低版本浏览器提示*/
.explorer{display: none;padding: 28px 0;background-color: #fde9d0;text-align: center;font-size: 14px;color: #d36b4b;}
.explorer .ico{display: inline-block;background: url('../../images/common/explorer.png') no-repeat;vertical-align: middle;margin-left: 20px;}
.explorer .warn{ background-position:-2px -12px;width: 29px;height: 24px;margin-right: 8px;margin-left: 0;}
.explorer span{cursor: pointer;}
.explorer .exp-ico1{background-position: -35px -1px;width: 41px;height: 39px;}
.explorer .exp-ico2{background-position: -79px -1px;width: 39px;height: 37px;}
.explorer .exp-ico3{background-position: -121px 0;width: 41px;height: 41px;}
.explorer .exp-ico4{background-position: -165px 0;width: 43px;height: 45px;}
.explorer .exp-ico5{background-position: -210px -2px;width: 39px;height: 39px;}
/* e= 低版本浏览器提示*/

.padTop{padding-top:70px; }
/*header*/
.igao7-header2{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -webkit-transition:all 0.25s ease-in-out;
  transform: translate3d(-121px);
  -moz-transform: translate3d(-121px);
  -webkit-transform: translate3d(-121px);
  /*-webkit-transform: translateZ(-121px);*/
  top: 0;
  z-index: 9;
  /*height:121px;*/background: #fff;
  min-width: 1200px;
}
.igao7-header2.show{/*display: block*/;
  
  top: -121px;
  transform: translate3d(0);
  -moz-transform: translate3d(0);
  -webkit-transform: translate3d(0);
}

/*logo*/
.igao7-header-top{height:70px;background: #0075aa; }
.igao7-header-top .logo{float: left;margin-top: 11px;width:155px;overflow:hidden;margin-right: 70px;}

/*search*/
.igao7-header-search{float:right;margin-top:15px;;/*width:280px;*/height:40px;line-height:30px\0;margin-right: 10px;background: #43b9ef;border-radius: 20px;-webkit-border-radius: 20px;}
.igao7-header-search.fos{background: #F0F4FB}

.igao7-header-search .searchType{float: left;width: 62px;text-align: center;position: relative;}
.igao7-header-search .searchType .sehType-name{height: 20px;font-size: 12px;color: #2f3645;line-height: 20px;margin: 11px 0;cursor: pointer;}
.igao7-header-search .searchType .sehType-name .arrow{vertical-align: middle;display: inline-block;margin-left: 2px;background: url(../../images/common/igao7_spirit.png) no-repeat -361px -14px;width: 7px;height: 4px;}
.igao7-header-search .searchType .sehType-name .arrow{
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-o-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
}
.igao7-header-search .searchType .sehType-name:hover .arrow{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}
.igao7-header-search .searchType:hover .sehType-name{padding: 11px 0;margin: 0;}
.igao7-header-search .searchType .sehType-list{display: none;position: absolute;z-index: 101;left: 0px;top: 40px;width: 62px;text-align: center;border-top: 0}
.igao7-header-search .searchType .sehType-list p{line-height: 30px;cursor: pointer;background: rgba(27,35,53,0.8);color: #fff;font-size: 12px;}
.igao7-header-search .searchType .sehType-list p:hover{background: rgba(27,35,53,1);}
/*.igao7-header-search .searchType:hover .sehType-list{display: block;}*/
.igao7-header-search .text{float:left;padding-left:5px;width:110px;height:100%;outline:0;border:0;background:transparent;font-size: 14px;color: #abaaaa;}
.igao7-header-search .submit{float:right;outline: 0;width:40px;height:100%;border:0;background:url(../../images/common/igao7_spirit.png) no-repeat 6px 8px;cursor:pointer}

/*消息*/
.igao7-header-message{float:right; width:65px;position: relative;height: 70px;}
.igao7-header-message .bell{position: relative; display: block;;width:65px;height: 70px;border-top: 0;border-bottom: 0;}
.igao7-header-message .bell{
  -webkit-transition:all 0s;
  -moz-transition:all 0s;
  -o-transition:all 0s;
  transition:all 0s;
  -webkit-animation:all 0s;
  -moz-animation:all 0s;
  -o-animation:all 0s;
  animation:all 0s;
}

.igao7-header-message i{background: url(../../images/common/igao7_spirit.png) no-repeat -34px -2px;width: 21px;height: 27px;display: block;-webkit-border-radius:5px;border-radius:5px;border:1px solid transparent;position: relative;z-index:102;top:19px;margin: 0 auto;}
.igao7-header-message .bell .count{display: none;position: relative;top: 23px;text-align: center;font-size: 14px;color: #42818b;}
.igao7-header-message .expand .count{display: block;text-align: center;font-size: 14px;display: block;position: relative;}
/*.igao7-header-message .bell.expand{background: #fff;}*/
/*add*/
.igao7-header-message .bell.expand{z-index: 8;background: #333740;position: absolute;height: 83px;right: 0;top:0;}
.igao7-header-message .bell.expand .ico{background-position:-331px -43px}
.igao7-header-message .bell.expand .count{color: #fff;}
.igao7-header-message .bell-shake{ 
  -webkit-animation:bellshake 2s linear 2s infinite;
  -moz-animation:bellshake 2s linear 2s infinite;
  animation:bellshake 2s linear 2s infinite;
  -webkit-transform-origin:top center;
  -moz-transform-origin:top center;
  transform-origin:top center
}

.igao7-header-message .bell.hover{background: #fff;}

.igao7-header-message .message{
  display: none;
  width:282px;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px #e2e2e2;
  -moz-box-shadow: 1px 1px 5px #e2e2e2;
  box-shadow: 1px 1px 5px #e2e2e2;
  position: absolute;
  right: 0px;
  top: 70px;
  z-index: 7;
  padding: 5px 0;
}
.igao7-header-message .message .select-all{
  height:20px;
  position: relative;
}
.igao7-header-message .message ul li{
  position: relative;
}
.igao7-header-message .message ul li:hover{background: #EFEFEF;}
.igao7-header-message .message ul li a{
  display:block;
  margin: 0px 24px;
  padding: 10px 0;
  border-bottom: 1px dotted #E0E0E0;
  font-size: 14px;
  color: #666;
  position: relative;
}
.igao7-header-message .message ul li .read{cursor: pointer;position: absolute;right: 0px;top: 10px;background: url(../../images/common/igao7_spirit.png) no-repeat -277px -11px;width: 20px;height: 20px;}
.igao7-header-message .message ul li .read:hover{background-position: -247px -10px;;}
.igao7-header-message .message ul li a p{font-size: 14px;color: #666;line-height: 24px;}
.igao7-header-message .message ul li a .p-type{color: #333;font-weight: bold;font-size: 14px;padding-bottom: 5px;}
.igao7-header-message .message ul li a p span{color: #54aebc;}
.igao7-header-message .message .readed p{
  color: #ccc;
}
.igao7-header-message .message .select-all .success,
.igao7-header-message .message .success{
  display:block;
  width:21px;
  height:14px;
  background: url(../../images/success.png) 0 -15px;
  position: absolute;
  top:50%;
  margin-top: -7px;
  right:80px;
  cursor:pointer;
}
.igao7-header-message .message .select-all .success{
  right:20px;
}
.igao7-header-message .message .success:hover{
  background-position: 0 0;
}
.igao7-header-message .message .pubtime{
  position: absolute;
  top: 50%;
  right: 15px;
  width: 60px;
  margin-top: -10.5px;
  color: #e7b6a6;
  font-size: 12px;
}
.igao7-header-message .message .check-all{
  text-align: center;
  padding: 10px 0;
}
.igao7-header-message .message .check-all a{
  font-size: 12px;
  color: #333;
}

.igao7-headerTop-nav{
	float: left;
}
.igao7-headerTop-nav li{
	float: left;
	margin-left: 15px;
}
.igao7-headerTop-nav li a{
	transition: all ease-in-out 0.3s;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	padding: 0 12px;
	line-height: 70px;
	position: relative;
}

.igao7-headerTop-nav li.current a{
  font-weight: bold;
}
.igao7-headerTop-nav li.current a:before{
  content: '';
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0;bottom: 0;
  position: absolute;
  border-radius: 2px;
  -webkit-border-radius:2px;
}


/*头部用户个人消息*/
.ucenter {
	float: right;
    margin-left: 0px;
    line-height: 40px;
    /*width: 132px;*/
    font-size: 14px;
}
.ucenter .ucenter-top {
  position: relative ;
  cursor: pointer;
  padding: 0 10px 0 10px;
  height: 70px;
  /*width: 100px;*/
}
.ucenter .nickname {
  padding: 0 17px 0 8px;
 /* max-width: 60px;*/
  overflow: hidden;
  line-height: 70px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  font-size: 14px;
 /* min-width: 35px;*/
  width: 38px;
}
.ucenter .nickname i {
  display: inline-block;
  background: url(../../images/common/igao7_spirit.png) no-repeat -68px -11px;
  width: 11px;
  height: 6px;
  position: absolute;
  right: 10px;
  top: 32px;
  transition: -webkit-transform .25s;
  transition: transform .25s;
}
.ucenter img{width: 36px;height: 36px;border-radius: 50%;display: block;margin-top: 17px;}
.ucenter .uc-container {
  position: relative;
}
.ucenter .uc-container:hover .ucenter-links {
  display: block;
}
.ucenter .uc-container:hover .ucenter-top {
 background: #213446;
}
.ucenter .uc-container:hover .nickname i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ucenter .ucenter-links {
  position: absolute;
  width: 100%;
	min-width: 100px;
  left: 0;
  top: 70px;
  display: none;
  z-index: 9;
  box-sizing:border-box;
  -o-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -webkit-box-sizing:border-box;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.ucenter .ucenter-links li {
    height: 40px;
    padding: 0 10px 0 24px;
    background: rgba(27,35,53,0.88);
}
.ucenter .ucenter-links li:hover{background: rgba(27,35,53,1);}
.ucenter .ucenter-links li a {
  display: block;
  line-height: 40px;
  color: #c3c6cd;
  font-size: 13px;
}
.ucenter .ucenter-links li i {
  position: relative;
  top: 2px;
  margin-right: 8px;
  display: inline-block;
  background: url(../../images/common/igao7_spirit.png) no-repeat ;
}
.ucenter .ucenter-links li.l1 i {
  background-position: -190px -8px;
  width: 17px;
  height: 19px;
}
.ucenter .ucenter-links li.l2 i {
  background-position:  -217px -9px;
  width: 19px;
  height: 21px;
}
.ucenter .ucenter-links li.l3 i {
  background-position:  -96px -6px;
  width: 15px;
  height: 20px;
}
.ucenter .ucenter-links li.l4 i {
  background-position:  -122px -7px;
  width: 16px;
  height: 18px;
}
.ucenter .ucenter-links li.l5 i {
  background-position:-143px -10px;
  width: 16px;
  height: 16px;
}
.ucenter .ucenter-links li.l6 i {
  background-position: -162px -8px;
  width: 16px;
  height: 17px;
}
.ucenter .ucenter-links li.l7 i {
  background-position: -391px -34px;
  width: 18px;
  height: 18px;
  vertical-align: -2px;
}

/*nav*/
.igao7-header-nav{height: 50px;border-bottom:1px solid #e0e0e0;background: #fff;}
.igao7-header-nav li{float: left;margin-right: 50px;}
.igao7-header-nav li a{transition:all ease-in-out 0s;font-size: 14px;display: inline-block;color: #333;padding: 0 12px;line-height: 50px;position: relative;}
.igao7-header-nav li.current a,
.igao7-header-nav li:hover a{color: #1ea9be;}
.igao7-header-nav li.current a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #1ea9be;
	left: 0;
	bottom:-1px;
}



/*s =搞机评测 css*/
.igao7-test-main{margin-top:30px;}
.igao7-test-main .title{font-size: 24px;color: #000;/*margin-bottom: 15px;*/}
.igao7-test-left{width: 765px;float: left;}
.igao7-test-list .items{
	margin: 20px 0 5px 0;
	position: relative;
	background: #fff;
}
.igao7-test-list .items .type{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 60px;
    height: 28px;
    background: #557de4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
.igao7-test-list .items .type.c1{background: #557de4;}
.igao7-test-list .items .type.c2{background: #8155e4;}
.igao7-test-list .items .type.c3{background: #e4b055;}
.igao7-test-list .items .type.c4{background: #3bc1a9;}
.igao7-test-list .items .type.c5{background: #dd6343;}
.igao7-test-list .items .type.c6{background: #4da3d4;}


.igao7-test-list .items .txt{padding: 0 20px;border-bottom:1px solid #E6E6E6;}
.igao7-test-list .items .txt .name{padding-top: 15px;font-size: 18px;color: #333;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.igao7-test-list .items .txt .name.hlight a{color: #e5771e;}
.igao7-test-list .items .txt .name.hlight em{display: inline-block;vertical-align: middle;margin-right: 8px;background: url(../../images/common/igao7_spirit.png) -2px -902px;width: 28px;height: 28px;}
.igao7-test-list .items .txt .descri{font-size: 14px;color: #666;line-height: 24px;padding: 10px 0;}
.igao7-test-list .items .dataMsg{padding: 10px 20px;height: 25px;line-height: 25px;font-size: 13px;color: #888;}
.igao7-test-list .items .dataMsg a{color: #888;font-size: 13px;}
.igao7-test-list .items .dataMsg .line{height: 20px;width: 1px;background: #e6e6e6;float: left;margin-top: 3px;}
.igao7-test-list .items .dataMsg .avater,
.igao7-test-list .item2 .dataMsg .avater{float: left;width: 100px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 10px;}
.igao7-test-list .items .dataMsg .avater img,
.igao7-test-list .item2 .dataMsg .avater img{border-radius: 50%;-webkit-border-radius: 50%;vertical-align: middle;margin-right: 3px;}
.igao7-test-list .items .dataMsg .tags{padding-left: 25px;float: left;width: 360px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.igao7-test-list .items .dataMsg .tags em{display: inline-block;margin-right: 15px;vertical-align: middle;background: url(../../images/common/igao7_spirit.png) no-repeat -231px -48px;width: 16px;height: 16px;}
.igao7-test-list .items .dataMsg .tags a{padding-right: 10px;}
.igao7-test-list .items .dataMsg .time,
.igao7-test-list .item2 .dataMsg .time{float: right;padding: 0 20px;}
.igao7-test-list .items .dataMsg .time em,
.igao7-test-list .item2 .dataMsg .time em{vertical-align: middle;display: inline-block;margin-right: 5px;background: url(../../images/common/igao7_spirit.png) no-repeat -168px -78px;width: 15px;height: 15px;}
.igao7-test-list .items .dataMsg .cmt-nums,
.igao7-test-list .item2 .txt .dataMsg .cmt-nums{float: right;display: none;}
.igao7-test-list .items .dataMsg .cmt-nums em,
.igao7-test-list .item2 .txt .dataMsg .cmt-nums em{vertical-align: middle;display: inline-block;margin-right: 5px;background: url(../../images/common/igao7_spirit.png) no-repeat -168px -104px;width: 14px;height: 13px;}
.igao7-test-list .lookMore a{display: block;height: 40px;line-height: 40px;text-align: center;background: #fff;font-size: 14px;color: #333;margin-top: 10px;}
/*搞机评测修改*/
.igao7-test-list .item2{padding: 20px;background: #fff;overflow: hidden;margin: 20px 0 5px 0;}
.igao7-test-list .item2 .pic{float: left;width:230px;}
.igao7-test-list .item2 .pic img{vertical-align: top;}
.igao7-test-list .item2 .txt{overflow: hidden;padding-left:22px;}
.igao7-test-list .item2 .txt .name{white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.igao7-test-list .item2 .txt .name a{font-size: 18px;color: #333;font-weight: bold;}
.igao7-test-list .item2 .txt .descri{margin: 13px 0;font-size: 14px;line-height: 25px;height: 50px;overflow: hidden;color: #888;}
.igao7-test-list .item2 .txt .dataMsg{padding-top: 6px;}
.igao7-test-list .item2 .txt .dataMsg,
.igao7-test-list .item2 .txt .dataMsg a{color: #888;font-size: 13px;}
.igao7-test-list .item2 .dataMsg .avater{width: 155px;}
.igao7-test-list .items:hover .txt .name a{padding-left: 6px;}

.expReport-list .title{padding-top: 30px;}

/*e =搞机评测 css*/

/*搞机评测右侧*/
.igao7-test-right{width: 320px;float: right;margin-top: 15px;}
/*雷锋直播*/
.live-item .endLive-item {position: relative;}
.live-item .endLive-item .hd{color: #fff;padding: 12px 15px 12px 20px;background: #0075aa;font-size: 16px;line-height: 26px;height: 26px;}
.live-item .endLive-item .hd .hd-left{float: left;font-size: 16px;color: #fff;}
.live-item .endLive-item .hd .hd-left em{display: inline-block;vertical-align: -5px;background: url(../../images/common/igao7_spirit.png) no-repeat -163px -41px;width: 28px;height: 25px;margin-right: 12px;}
.live-item .endLive-item .hd .hd-right{
	float: right;
	margin-top: 8px;
	cursor: pointer;
	background: url(../../images/common/igao7_spirit.png) no-repeat -202px -47px;
	width: 15px;
	height: 9px;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
	-ms-transition:all ease-in-out 0.3s;
	transition:all ease-in-out 0.3s;
}
.live-item .endLive-item .events-list{display: none;position: absolute;left: 0;top: 50px;background: #fff;width: 280px;padding: 0 20px 15px 20px;z-index: 3;}
.live-item .endLive-item .events-list .ls{padding: 10px 100px 10px 0px;border-bottom: 1px dotted #f3f3f3;position: relative;}
.live-item .endLive-item .events-list .ls .date{font-size: 14px;font-weight: bold;color: #e85744;}
.live-item .endLive-item .events-list .ls.finished .date{color: #888;}
.live-item .endLive-item .events-list .ls .title{display: block;font-size: 14px;max-height: 44px;line-height: 22px;color: #333;}
.live-item .endLive-item .events-list .ls.finished .title{color: #888;}
.live-item .endLive-item .events-list .ls .status{    
	position: absolute;
	right: 10px;
	top:20px;
	width: 62px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #e85744;
}
.live-item .endLive-item .events-list .ls.finished .status{ color: #666;background: #f2f2f2;}
.live-item .endLive-item .more-lives{height: 28px;line-height: 28px;display: block;text-align: center;background: #efefef;color: #666;font-size: 12px;margin-top: 15px;}
.live-item .endLive-item:hover .events-list{display: block;}
.live-item .endLive-item:hover .hd .hd-right{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}

/*雷锋开始*/
.liveIng-item .living{height: 50px;background: #e85744;padding: 0 20px;line-height: 50px;}
.liveIng-item .living a{color: #fff;font-weight: bold;}
.liveIng-item .living a.title{font-size: 16px;float: left;width: 200px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.liveIng-item .living a.status{font-size: 14px;float: right;}

/*广告位*/
.igao7Test-ads{margin-top: 20px;}
.igao7Test-ads img{display: block;}


/*热门文章*/
.igao7Hot-article{margin-top: 20px;background: #fff;}
.igao7Hot-article .tit,
.igao7-paofen .tit,
.igao7-newCmt .tit{font-size: 16px;color: #333;line-height: 50px;line-height: 50px;padding: 0 20px;border-bottom:1px solid #EBEBEB;}
.igao7Hot-article .list{padding: 0 20px 15px 20px;}
.igao7Hot-article .list li{margin-top: 14px;}
.igao7Hot-article .list li .imgTxt{position: relative;display: none;}
.igao7Hot-article .list li .imgTxt .rank{position: absolute;left: 0;top: 0;z-index: 2;width: 22px;height: 22px;text-align: center;line-height: 22px;background: #b1b1b1;font-size: 14px;color: #fff;}
.igao7Hot-article .list li.first  .imgTxt .rank,
.igao7Hot-article .list li.first  .justTxt span{background: #e1554e}
.igao7Hot-article .list li.second .imgTxt .rank,
.igao7Hot-article .list li.second .justTxt span{background: #f3bf5a}
.igao7Hot-article .list li.three  .imgTxt .rank,
.igao7Hot-article .list li.three  .justTxt span{background: #7586db}

.igao7Hot-article .list li .imgTxt .imgs{width: 95px;float: left;}
.igao7Hot-article .list li .imgTxt .imgs img{display: block;}
.igao7Hot-article .list li .imgTxt .txt{overflow: hidden;padding-left: 12px;}
.igao7Hot-article .list li .imgTxt .txt .name{display: block;height: 44px;line-height: 22px;color: #666;font-size: 14px;overflow: hidden;}
.igao7Hot-article .list li .imgTxt .txt .nums{padding-top: 2px;display: none;}
.igao7Hot-article .list li .imgTxt .txt .nums a{font-size: 12px;color: #888;}
.igao7Hot-article .list li .imgTxt .txt .nums em{display: inline-block;vertical-align: middle;margin-right:5px;background: url(../../images/common/igao7_spirit.png) no-repeat -168px -104px;
	width: 14px;
	height: 13px;}

.igao7Hot-article .list li .justTxt{cursor: pointer;font-size: 14px;line-height: 22px;color: #666;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.igao7Hot-article .list li .justTxt span{display: inline-block;width: 22px;height: 22px;text-align: center;background: #b1b1b1;font-size: 14px;color: #fff;margin-right: 10px;}
.igao7Hot-article .list li.current .imgTxt{display: block;}
.igao7Hot-article .list li.current .justTxt{display: none;}





/*雷锋达人*/
.aside-hotTopic .title{
    font-size: 16px;
    height: 49px;
    line-height: 49px;
    padding-left: 20px;
    border-bottom: 1px solid #E6E6E6;
}
/*热门话题*/
.mt20{margin-top: 20px;}
.aside-hotTopic{background: #fff;}
.aside-hotTopic .list{padding: 20px 20px 5px 20px;}
.aside-hotTopic .list li{overflow: hidden;padding-bottom: 15px;}
.aside-hotTopic .list .pic{width: 90px;float: left;margin-top: 0;}
.aside-hotTopic .list .pic img{display: block;}
.aside-hotTopic .list .txt{overflow: hidden;padding-left: 10px;}
.aside-hotTopic .list .name{height: 40px;line-height: 20px;overflow: hidden;}
.aside-hotTopic .list .name a{font-size: 14px;color: #333;}
.aside-hotTopic .list .tags{font-size: 12px;color: #888;padding-top: 5px;}
.aside-hotTopic .list li:hover .name a{color: #0075aa;}

/*搞机跑分*/
.igao7-paofen{background: #fff}
.igao7-paofen .tit .refresh{float: right;font-size: 12px;color: #5e89e1;}
.igao7-paofen .tit .refresh em{display: inline-block;vertical-align: middle;margin-right: 3px;background: url(../../images/common/igao7_spirit.png) no-repeat -308px -11px;width: 16px;height: 16px;}

.igao7-paofen .tit .refresh em.active{
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.igao7-paofen .list{padding: 10px 20px 20px 20px;}
.igao7-paofen .list li{padding:10px 0;border-bottom:1px dotted #E6E6E6;overflow: hidden; }
.igao7-paofen .list li:last-child{border-bottom:0;}
.igao7-paofen .list li .pic{float: left;width:70px;}
.igao7-paofen .list li .pic img{display: block;}
.igao7-paofen .list li .txt{overflow: hidden;padding: 0 85px 0 14px;position: relative;}
.igao7-paofen .list li .txt .name{display: block;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;font-size: 14px;color: #333;}
.igao7-paofen .list li .txt .inputBox{color: #0075aa;font-size: 12px;padding-top: 10px;}
.igao7-paofen .list li .txt .inputBox input{vertical-align: middle;margin-right: 5px;}
.igao7-paofen .list li .txt .refBtns{display: none;position: absolute;cursor: pointer;right: 0;top: 15px;width: 66px;height: 24px;text-align: center;line-height: 24px;border:1px solid #6D94E4;color: #6d94e4;font-size: 12px;}
.igao7-paofen .list li .txt .refBtns em{display: inline-block;vertical-align: middle;margin-right: 3px;background: url(../../images/common/igao7_spirit.png) no-repeat -334px -13px;width: 13px;height: 13px;;}
.igao7-paofen .list li:hover .txt .refBtns{display: block;}
.igao7-paofen .list .lookPf{height: 40px;line-height: 40px;text-align: center;background: #0075aa;color: #fff;font-size:14px;display: block;}


/*最新评论*/
.igao7-newCmt{margin-top: 20px;background: #fff;}
.igao7-newCmt .list{}
.igao7-newCmt .list li{padding: 20px 20px 0px 20px;}
.igao7-newCmt .list li .box{border-bottom:1px solid #e6e6e6;}
.igao7-newCmt .list li:last-child .box{border-bottom: 0;}
.igao7-newCmt .list li .box-top{overflow: hidden;}
.igao7-newCmt .list li .box-top .avater{float: left;width: 40px;}
.igao7-newCmt .list li .box-top .avater img{border-radius: 50%;-webkit-border-radius: 50%;display: block;}
.igao7-newCmt .list li .box-top .txt{overflow: hidden;padding-left: 10px;}
.igao7-newCmt .list li .box-top .txt .row .name{float: left;font-size: 12px;color: #888;}
.igao7-newCmt .list li .box-top .txt .row .name span{color: #5e89e1;}
.igao7-newCmt .list li .box-top .txt .row .time{float: right;font-size: 12px;color: #888;}
.igao7-newCmt .list li .box-top .txt .row2{padding-top: 5px;font-size: 12px;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;}
.igao7-newCmt .list li .box-top .txt .row2 a{color: #b5b5b5;}
.igao7-newCmt .list li .descri{position: relative;font-size: 12px;color: #272322;line-height: 18px;padding: 10px 20px;}
.igao7-newCmt .list li .descri em{display: inline-block;vertical-align: middle;background: url(../../images/common/igao7_spirit.png) no-repeat -173px -144px;width: 13px;height: 10px;}
.igao7-newCmt .list li .descri em.pre{position: absolute;left: 0;top: 10px;background-position: -144px -145px}
.igao7-newCmt .list li .descri em.nex{margin-left: 3px;}
.igao7-newCmt .list li:hover{background: #fafafa;}

/*e     =搞机评测 css*/


/******************s =footer *****************/
.footer{margin-top: 78px;padding-bottom: 20px;}
.footer .ft-top{background: #e8e8e8;padding: 30px 0 15px 0;border-top:1px solid #E0E0E0;}
.footer .ft-top .f-logo{float: left;width: 180px;margin-top: 24px;}
.footer .ft-top .ft-nav{float: left;/*border-left:1px solid #E0E0E0;*/}
.footer .ft-top .ft-nav .sup-nav{font-size: 16px;color: #333;padding-bottom: 15px;}
/*.footer .ft-top .ft-nav li{float: left;padding-left: 90px;}*/
.footer .ft-top .ft-nav li .list a{display: block;padding-bottom: 10px;font-size: 14px;color:#666;}
.footer .ft-top .ft-nav li .list a:hover{color: #0075aa;}
.footer .ft-top .ft-code{float: right;}
.footer .ft-top .ft-code .items{float: left;margin-left: 28px;text-align: center;}
.footer .ft-top .ft-code .items img{width: 80px;height: 80px;display: block;/*padding: 18px*/;background: #fff;}
.footer .ft-top .ft-code .items .name{font-size: 12px;color: #666;padding-top: 5px;}

.footer .ft-copyright{height: 40px;line-height: 40px;background: #F5F5F5;border-top:1px solid #E0E0E0;font-size: 12px;color: #888;}
.footer .ft-copyright a{font-size: 12px;color: #888;}
.footer .ft-copyright .qiniu{float: right;}
.footer .ft-copyright img{vertical-align: middle;}
.footer .ft-copyright span,
.footer .ft-copyright a,
.footer .ft-copyright img{padding-right: 12px;}
.footer .ft-copyright .qiniu img{padding-right: 0;}
/*联系我们区域*/
.footer-we{
  width: 100px;
  margin: 0 auto;
  margin-top: 0px;
  margin-left: 30px;
}
.footer-we li{

}
.footer-we a{
	line-height: 32px;
  display: block;
}

/*友情链接*/
.ft-link{
  float: left;
  width: 400px;
  margin-left: 90px;
  margin-top: -15px;
  position: relative;
}
.ft-link .name{
  font-size: 13px;
  position: absolute;
  left: -70px;
  top: 19px;
  color: #666;
  line-height: 24px;  
}
.ft-link .ft-link-list{
  text-align: left;
  font-size: 0;
  overflow: hidden;
  margin-top: 18px;
}
.ft-link .ft-link-list .linkLi{
	display: inline-block;
	width: 95px;
	text-align: center;
	line-height: 26px;
}
.ft-link .ft-link-list a{
	color: #969696;
	font-size: 12px;
}
.ft-link .ft-link-list b{
	font-weight: normal;
	color: #d3ced3;
	font-size: 12px;
}
.ft-link .ft-link-list b:nth-of-type(4n+0){
	display: none;
}



/*固定导航栏*/
.igao7-fixed-header{top: 0;left: 0;/*display: none;*/z-index: 9;position: fixed;height: 62px;width: 100%;background: #fff;z-index: 9;border-bottom:1px solid #E0E0E0;min-width: 1200px;}
.igao7-fixed-header2{
   transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  transform: translateZ(-63px);
  -moz-transform: translateZ(-63px);
  -webkit-transform: translateZ(-63px);
  top: -63px;
}
.igao7-fixed-header2.show{/*display: block*/;
  top: 0;
  transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.igao7-fixed-header .logo{float: left;margin:9px 0 0 15px; }
.igao7-fixed-header .fix-nav{float: left;padding-left: 175px;}
.igao7-fixed-header .fix-nav li{float: left;margin-right: 25px;}
.igao7-fixed-header .fix-nav li a{font-size:16px;padding: 0 10px;height: 60px;line-height: 60px;display:inline-block;}
.igao7-fixed-header .fix-nav li.current a{color: #1ea9be;border-bottom:2px solid #1ea9be;}

.igao7-fixed-header a{
    -webkit-transition: all 0s ease-in;
    -moz-transition: all 0s ease-in;
    transition: all 0s ease-in;
    -o-transition: all 0s ease-in;
}
.igao7-fixed-header .fix-nav li:hover a{color: #1ea9be;}

/*重置搜索框样式*/
.igao7-fixed-header .igao7-header-search{border:1px solid #EAEAEA;margin-top: 10px;background: #fff;}
.igao7-fixed-header .ucenter .nickname i{background-position: -68px -25px;}
.igao7-fixed-header .ucenter .nickname{color: #666;}
.igao7-fixed-header .ucenter:hover .nickname{color: #fff;}
.igao7-fixed-header .igao7-header-message .bell{height: 62px;}

.igao7-fixed-header .igao7-header-message{height: 63px;right: 12px;}
.igao7-fixed-header .igao7-header-message .bell{;border-left:1px solid transparent;border-right: 1px solid transparent;margin-right: 12px;}
.igao7-fixed-header .igao7-header-message .bell.expand{background: #fff;position: relative;}
.igao7-fixed-header .igao7-header-message .bell.expand .ico{background-position:-356px -42px;}
.igao7-fixed-header .igao7-header-message .bell.hover .ico{background-position: -356px -42px;z-index: 2;}
.igao7-fixed-header .igao7-header-message .bell.hover{border-color:#e6e6e6;}
.igao7-fixed-header .igao7-header-message  .message {top: 61px;border: 1px solid #e6e6e6;right: -2px;box-shadow: 1px 1px 1px transparent;z-index: 0;}
.igao7-fixed-header .igao7-header-message i{top: 15px;}
.igao7-fixed-header .igao7-header-message .expand .count{font-size: 12px;}
.igao7-fixed-header .igao7-header-message .bell .count{top: 15px;font-size: 12px;}
.igao7-fixed-header .igao7-header-message .bell.expand .count{color: #0075aa;}

.igao7-fixed-header .ucenter{margin-right: 25px;}
.igao7-fixed-header .ucenter .ucenter-top{height: 62px;border-left:1px solid transparent;border-right: 1px solid transparent;}
.igao7-fixed-header .ucenter .nickname{line-height: 62px;}
.igao7-fixed-header .ucenter .ucenter-links{top: 62px;border: 1px solid #E6E6E6;border-top: 0;}
.igao7-fixed-header .ucenter .ucenter-links li{background: #fff;}
.igao7-fixed-header .ucenter .uc-container:hover .ucenter-top {background: #fff;border-color:#E6E6E6;}
.igao7-fixed-header .ucenter .ucenter-links li:hover{background: #f5f5f5;}
.igao7-fixed-header .ucenter .ucenter-links li a{color: #666;}
.igao7-fixed-header .ucenter .nickname i{top: 29px;}
.igao7-fixed-header .ucenter:hover .nickname{color: #666;}
.igao7-fixed-header .ucenter .ucenter-links li.l3 i{background-position: -460px -8px;}
.igao7-fixed-header .ucenter .ucenter-links li.l4 i{background-position: -390px -9px;}
.igao7-fixed-header .ucenter .ucenter-links li.l5 i{background-position: -415px -12px;}
.igao7-fixed-header .ucenter .ucenter-links li.l6 i{background-position: -438px -12px}
.igao7-fixed-header .ucenter .ucenter-links li.l7 i{background-position: -416px -34px}

/*******回到顶部*******/
.gotoBar{width: 60px;border-bottom: none;position:fixed;bottom: 50px;left: 50%;margin-left:585px;z-index: 3;}
.gotoBar .top{display: inline-block;position: relative;width: 58px;height: 58px;border:1px solid #DBDBDB;background: #E8E8E8;display:none;text-align: center;}
.gotoBar .top em{position: absolute;left:19px;top:22px;background: url(../../images/common/igao7_spirit.png) no-repeat -8px -790px;width: 21px;height: 12px;}

/*投稿*/
.subReport{position: fixed;bottom: 120px;left: 50%;margin-left: 585px;width: 60px;overflow: hidden;}
.subReport a{display: inline-block;overflow: hidden;line-height: 58px;width: 58px;height: 58px;border:1px solid #DBDBDB;background: #E8E8E8;}
.subReport a i{display: inline-block;background: url(../../images/common/igao7_spirit.png) no-repeat -6px -816px;width: 33px;height: 34px;left: 14px;top: 11px;position: relative;}
.subReport a span{font-size: 14px;text-align: center; color: #333;position: absolute;left:60px;top: 1px;width: 58px;height: 58px;background:#e0e0e0;z-index: 2;}

.gotoBar .top:hover,
.subReport a:hover{background:#e0e0e0;}

/*page分页*/
.pages{float: right;margin-top: 20px;}
.pages span,
.pages a{font-size: 14px;color: #504c4a;padding:9px 14px;;border:1px solid #fff;border-radius: 2px;display: inline-block;margin-left:8px;background: #fff;}
.pages span:hover,
.pages a:hover,
.pages span.act,
.pages a.act{background-color: #0075aa;color: #fff;border-color:#0075aa;}


/*.lph-paging2{float: right;margin-top: 20px;}
.lph-paging2 span,
.lph-paging2 a{font-size: 14px;color: #504c4a;padding:9px 14px;;border:1px solid #fff;border-radius: 2px;display: inline-block;margin-right: 5px;background: #fff;}
.lph-paging2 span:hover,
.lph-paging2 a:hover,
.lph-paging2 span.act,
.lph-paging2 a.act{background-color: #0075aa;color: #fff;border-color:#0075aa;}

*/

/* s= 老版本公用分页1*/
.lph-paging1{margin-top: 20px;}
.lph-paging1 a{width: 386px; height: 57px; background: #DB6D4C; text-align: center; line-height: 57px; font-size:16px; color: #fff; font-weight: bold; border-radius: 3px; }
.lph-paging1 a:hover{background: #D85027; color: #fff; }
.lph-paging1 .pr{float: left;}
.lph-paging1 .nt{float: right;}
.lph-paging1 .pr.disabled,.lph-paging1 .nt.disabled{background: #ECECEC; color: #737373; cursor: not-allowed;}
.lph-paging2{/*height: 26px;*/margin: 20px auto; padding-top: 0px;}
.lph-paging2 a,
.lph-paging2 span{font-size: 14px;color: #504c4a;padding:9px 14px;;border:1px solid #fff;border-radius: 2px;display: inline-block;margin-left: 8px;background: #fff;}
.lph-paging2 span.act{background: #0075aa;}
.lph-paging2 a:hover{background: #0075aa;}

/* e= 老版本公用分页1*/

/*s  =YP old css*/
.lph-main{margin-top: 40px;}
.lph-left{width: 788px; float: left;}
.lph-right{width: 278px; float: right;}

/*私信弹窗*/
.send-message-box{ width: 570px; font-size: 14px; display: none; z-index:1001; background: #fff; box-shadow: 0px 0px 5px rgba(0,0,0,.5); position: absolute; left: 50%; margin-left: -285px;top: 100px;}
.send-message-header{height: 58px; line-height: 58px; background:#0075aa;color: #fff; font-size: 16px; padding:0 30px; position: relative;}
.send-message-header em{position: absolute; right:15px;top: 17px;cursor: pointer;background: url(../../images/userCenter-sprite.png) no-repeat -315px -8px;width: 23px;height: 23px;}
.send-message-body{padding:20px 30px;}
.send-message-box .send-to{padding-bottom: 10px;font-size: 14px;color: #999;}
.send-message-box .send-to span{color: #333;}
.send-message-box .send-content .tit{color: #999; padding-bottom: 12px;}
.send-message-box .send-content  textarea{display: block;width: 487px; padding:10px; height: 150px; resize:none; border:1px solid #AAA; outline: none; -webkit-transition: all t.2s;
-o-transition: all t.2s;
transition: all t.2s; }
.send-message-box .send-content  textarea:focus{border-color: #0075aa; box-shadow: 0px 0px 3px #50c0d1;}
.send-message-box .btns{text-align: right; margin-top:20px;}
.send-message-box .send-button{width:100px; height: 44px; line-height: 44px; background:#0075aa; color: #fff;display: inline-block;  text-align: center; }



.submission{ height: 75px; line-height: 75px; border-radius: 3px; text-align: center; background:#f0713f; display: block; color: #fff; font-size: 24px; text-shadow:0px 2px 1px rgba(0,0,0,.16);}
.submission:hover{background:#ed6436;}
.submission i{width:36px; height: 36px; background: url(www.leiphone.com/resWeb/images/common/lph-right-sprite.png) no-repeat 0px -127px; position: relative; top:9px; margin-right: 3px; display: inline-block;}


/*e  =YP old css*/


/*登录注册弹窗*/

.igao7-pass{
	position: fixed;
	width: 680px;
	left: 50%;
	margin-left: -340px;
	top: 100px;
	z-index: 2;
	background: #f2f2f2;
	z-index: 999;
}
.igao7-pass .close{position: absolute;right: 18px;top: 18px;cursor: pointer;background: url(../../images/common/igao7_spirit.png) no-repeat -207px -115px;width: 19px;height: 19px;}
.igao7-pass-top{padding: 55px 0 30px 0;}
.igao7-pass-top .igao7-pass-left{float: left;width: 370px;}
.igao7-pass-top .igao7-pass-left .rowBox{border-right: 1px solid #E0E0E0;padding: 0 50px;width: 270px;}
.igao7-pass-top .igao7-pass-left h2{font-size: 14px;padding: 0 50px;}
.igao7-pass-top .igao7-pass-left h2 .error{float: right;color: #f36e6e;}
.igao7-pass-top .igao7-pass-left .inpBox{position: relative;margin-top: 14px;overflow: hidden;}
.igao7-pass-top .igao7-pass-left .inpBox .error{position: absolute;right: 5px;line-height: 44px;color: #f36e6e;font-size: 12px;top: 0;}
.igao7-pass-top .igao7-pass-left .inpBox input[type='text'],
.igao7-pass-top .igao7-pass-left .inpBox input[type='password']{font-size: 14px;color: #333;padding:10px 12px;height:22px;line-height: 22px;width:244px;border:1px solid #EAEAEA;background: #fff; }
.igao7-pass-top .igao7-pass-left .inpBox input:focus{outline: 0;border-color:#4DAEBD;}
.igao7-pass-top .igao7-pass-left .inpBox input[type='submit']{outline: 0;border:0;cursor: pointer;width: 122px;height: 45px;text-align: center;line-height: 45px;color: #fff;background: #4baebd;font-size: 14px;}
.igao7-pass-top .igao7-pass-left .inpBox a{font-size: 12px;color: #7197e5;float: right;}
.igao7-pass-top .igao7-pass-right{padding-left: 50px;overflow: hidden;font-size: 14px;width: 160px;}
.igao7-pass-top .igao7-pass-right .code{padding-top: 15px;}
.igao7-pass-top .igao7-pass-right .tips{padding-top: 5px;text-align: center;font-size: 12px;color: #666;}
.igao7-pass-footer{height: 55px;line-height: 55px;border-top:1px solid #E0E0E0;padding: 0 50px;}
.igao7-pass-footer a{font-size: 12px;color: #666;}
.igao7-pass-footer a span{color: #7197e5;}

/*注册*/
.igao7-quick-pass .igao7-pass-left .checkCode input[type='text']{width: 135px;float: left;}
.igao7-quick-pass .igao7-pass-left .checkCode #getCode{width: 96px;height: 44px;text-align: center;line-height: 44px;color: #fff;background: #636a78;font-size: 14px;float: right;}



/****公共banner****/
.igao7-common-banner{position: relative;}
.igao7-common-banner .txt{position:absolute;left: 50%;margin-left: -550px;top: 125px;color: #fff;z-index: 2;}
.igao7-common-banner .txt h1{font-size:40px;text-shadow: 3px 3px 6px rgba(0,0,0,0.7);}
.igao7-common-banner .txt p{font-size: 18px;padding-top: 10px;text-shadow: 3px 3px 6px rgba(0,0,0,0.7);}
.igao7-common-banner .bigImg{position: relative;height: 420px;overflow: hidden;}
.igao7-common-banner .bigImg img{position: absolute;left: 50%;margin-left: -960px;}



/*当屏幕小于1440*/
@media screen and (max-width: 1600px){
  .igao7-fixed-header .fix-nav{padding-left: 60px;}
  .igao7-fixed-header .igao7-header-search{width: 240px;}
  .igao7-fixed-header .igao7-header-search .text{width: 130px;}
}

/*热门试用*/
.aside-tryout{
    background: #fff;
    margin-top: 20px;
}
.aside-tryout .list{padding: 6px 20px 20px 20px;}
.aside-tryout .list li{overflow: hidden;margin-top: 15px;}
.aside-tryout .list li .pic{display: block;float: left;width: 90px;}
.aside-tryout .list li .txt{overflow: hidden;padding-left: 15px;}
.aside-tryout .list li .txt .headline{font-size: 14px;display: block;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;}
.aside-tryout .list li .txt .datas{font-size: 12px;color: #888;padding-top:8px;}
/*雷锋达人*/
.aside-expert{margin-top: 20px;background: #fff;}
.aside-expert .list{padding: 20px 20px 0 20px;}
.aside-expert .list li{overflow: hidden;padding-bottom: 20px;}
.aside-expert .list li .avater{
    width: 75px;
    float: left;
}
.aside-expert .list li .avater img{border-radius: 50%;}
.aside-expert .list li .txt{
    overflow: hidden;
    padding-left: 15px; 
} 
.aside-expert .list li .txt .name{font-size: 14px;color: #333;display: block;}
.aside-expert .list li:hover .txt .name{color: #0075aa}
.aside-expert .list li .txt .QA{font-size: 12px;color: #888;padding-top: 4px;}
.aside-expert .list li .txt .btns{
    margin-top: 4px;
}
.aside-expert .list li .txt .btns a{
    display: inline-block;
    /*width: 52px;*/
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    background: #0075aa;
    border:1px solid #0075aa;
    color: #fff;
    border-radius: 2px;
    font-size: 12px;
    text-align: center;
}
.aside-expert .list li .txt .btns a.haveAtten{background: transparent;color: #0075aa;}
.aside-tryout  .title,
.aside-expert .title{
    font-size: 16px;
    color: #333;
    line-height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #EBEBEB;
}


/*导航处 直播*/
.header-nav-common li{position: relative;}
.header-nav-common .li-lives{width: 80px;text-align: center;}
.header-nav-common .li-lives .events-list{display: none;text-align: left;padding: 0 12px;background: #363A43;z-index: 3;position: absolute; width: 292px;top:50px;font-size: 14px;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.header-nav-common .li-lives .events-list .ls{padding: 5px 100px 5px 0px;position: relative;border-bottom:1px dotted #505560;margin: 0 10px;}
.header-nav-common .li-lives .events-list .date{line-height: 22px; color: #e25151; font-size: 14px;font-weight: bold;padding-top:5px;}
.header-nav-common .li-lives .events-list .status{position: absolute; right:0px; top:20px; line-height: 30px;background:#e85744; color: #fff;display: block;width: 62px;height: 30px;text-align: center;font-size: 12px;padding: 0;}
.header-nav-common .li-lives .events-list .title{padding: 0;color: #fff;line-height: 20px; max-height: 40px; overflow: hidden;}
.header-nav-common .li-lives .events-list .living{position: relative;padding: 0px 8px;background: #e85744;margin-top: 15px;color: #fff;border-radius: 3px;height: 50px;}
.header-nav-common .li-lives .events-list .living a{padding-right: 90px;font-size: 16px;color: #fff;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;float: left;line-height: 50px;}
.header-nav-common .li-lives .events-list .living .status{padding: 0;font-size: 14px;font-weight: bold;background: transparent;right: 12px;top:10px;line-height: 30px;}

.header-nav-common .li-lives .events-list .finished .title{color: #666; font-weight: normal;line-height: 22px;font-size: 14px;}
.header-nav-common .li-lives .events-list .finished .date{font-size: 14px;color: #c5c8d1;}
.header-nav-common .li-lives .events-list .finished .title{color: #c5c8d1;}
.header-nav-common .li-lives .events-list .finished .status{background: #ebebeb;color: #333740;}
.header-nav-common .li-lives .events-list .more-lives{font-size: 12px; text-align: center; display: block; padding:0; margin:15px auto;height:28px; line-height:28px;background: #EFEFEF;color: #666;}
.header-nav-common .li-lives .events-list .date{padding: 5px 0;}
.header-nav-common .li-lives.li-hover{background: #363A43;}
.header-nav-common .li-lives.li-hover&gt;a{color: #0075aa;}
.header-nav-common .li-lives.li-hover .events-list{display: block;}


/*底部友情链接*/
/*
.ft-link{border-top:1px solid #DBDBDB;background:#f2f2f2;position:  relative; }
.ft-link .ftLink-tit{position: absolute ;left:  0;top:0;height:100%;/*width: 180px;** text-align:center; font-size: 12px;color:  #666;line-height:  100%;vertical-align: middle;}
.ft-link .ftLink-tit i{display: inline-block;vertical-align: middle;height: 100%;width: 1px;}
.ft-link .ftLink-list{
    padding: 8px 0 10px 0px;
    /* border-left: 1px solid #DBDBDB; ***
    overflow: hidden;
    font-size: 12px;
    color: #bebdbb;
    margin-left: 80px;
  }
.ft-link .ftLink-list a{color:#969696;font-size:12px;margin:  5px 0;display: inline-block;  }
.ft-link .ftLink-list b{padding:  0 6px;font-weight:normal;color: #d3ced3}
*/

/*撰写体验 弹窗*/
.igao7Common-pop{display: none;position: absolute;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;left: 50%;margin-left:-390px;top: 100px;z-index: 10;background: #fff;width: 780px;padding: 60px 0 35px 0;}
.igao7Common-pop .closePop{position: absolute;right: 20px;top: 20px;background: url(../../../product/images/pop-ico.png) no-repeat -1px -50px;width: 17px;height: 17px;cursor: pointer;}
.igao7Common-pop .inputBox{padding: 0 50px;}
.igao7Common-pop .inputBox input[type='text']{float: left;width: 510px;height: 48px;line-height: 48px;padding: 0 13px;border: 1px solid #EFEFEF;background: #fbfbfb;color: #333;font-size: 14px;}
.igao7Common-pop .inputBox input[type='submit']{cursor: pointer;float: right;outline: 0;border: 0;width: 132px;height: 50px;text-align: center;line-height: 50px;background: #0075aa;font-size: 16px;color: #fff;border-radius: 3px;}
.igao7Common-pop .proName-list{/*display: none;*/width: 696px;margin: 15px auto;}
.igao7Common-pop .proName-list li{width: 158px;float: left;margin: 15px 8px 0 8px;height: 134px;overflow: hidden;position: relative;}
.igao7Common-pop .proName-list li a{display: block;}
.igao7Common-pop .proName-list li .pic{height: 98px;}
.igao7Common-pop .proName-list li .pic img{width: 158px;height: 98px;}
.igao7Common-pop .proName-list li .name{text-align: center;line-height: 36px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;padding: 0 10px;font-size: 14px;color: #666;}

.igao7Common-pop .proName-null{display: none;text-align: center;padding-top: 30px;font-size: 16px;color: #888;}
.igao7Common-pop .proName-null .btns{padding-top: 10px;}
.igao7Common-pop .proName-null .btns a{width: 150px;height: 38px;font-size: 14px;color: #457bea;display: inline-block;border:1px solid #457bea;text-align: center;line-height: 38px;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}
.mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.7);z-index: 9;display: none;}

.igao7Common-pop .arrows{margin-top: 15px;text-align: right;padding-right: 36px;display: none;}
.igao7Common-pop .arrows a{float: right;display:inline-block;width: 44px;height: 36px;text-align: center;border: 1px solid #E9E9E9;}
.igao7Common-pop .arrows a em{display: inline-block;vertical-align: middle;background: url(../../../product/images/pop-ico.png) no-repeat;width: 9px;height: 15px;margin-top: 10px;} 
.igao7Common-pop .arrows .prev em{background-position: -1px -99px;}
.igao7Common-pop .arrows .next em{background-position: -3px -73px;}
.igao7Common-pop .arrows .next{border-left: 0;}
.igao7Common-pop .arrows a.disabled{opacity: 0.6;filter:alpha(opacity=60);cursor: default;}
.igao7Common-pop input:focus{outline: 0;}

/*我的试用cover*/
.igao7Common-pop .proName-list .tit{font-size: 14px;color: #72c0cc;padding: 12px 0 0 10px}
.igao7Common-pop .proName-list li .cover{z-index: 2;display: none;position: absolute;width: 158px;height: 98px;left: 0;top: 0;background: rgba(0,0,0,0.6);}
.igao7Common-pop .proName-list li .cover a{width: 72px;height: 32px;background: #0075aa;margin: 33px auto;font-size: 14px;text-align: center;line-height: 32px;color: #fff}
.igao7Common-pop .proName-list li:hover .cover{display: block;}


/*iphone7 广告*/
.iphone7-fix{position: fixed;z-index: 3;right: 0;bottom:38%;width: 283px;height: 305px;background: url(../../images/topic/iphone7/ip7Bg.png) no-repeat;}
.iphone7-fix a{display: block;width: 283px;height: 305px;}
.iphone7-fix #clsAd{position: absolute;z-index: 1;width: 28px;height: 28px;right: 16px;top: 5px;cursor: pointer;}
.iphone7-fix img{
  position: absolute;
  left: 65px;
  top:108px;
  transition:all ease-in-out 2s;
  -o-transition:all ease-in-out 2s;
  -moz-transition:all ease-in-out 2s;
  transition:all ease-in-out 2s;
  -webkit-transition:all ease-in-out 2s;
  animation:adMove 2s infinite;
  -o-animation:adMove 2s infinite;
  -moz-animation:adMove 2s infinite;
  -webkit-animation:adMove 2s infinite;
}
@keyframes adMove
{
  0{ top: 108px;}
  25% {top:110px;}
  50% {top: 112px;}
  75% {top: 110px;}
  100% {top: 108px;}
}
@-o-keyframes adMove
{
  0{ top: 108px;}
  25% {top:110px;}
  50% {top: 112px;}
  75% {top: 110px;}
  100% {top: 108px;}
}
@-moz-keyframes adMove
{
  0{ top: 108px;}
  25% {top:110px;}
  50% {top: 112px;}
  75% {top: 110px;}
  100% {top: 108px;}
}
@-webkit-keyframes adMove
{
  0{ top: 108px;}
  25% {top:110px;}
  50% {top: 112px;}
  75% {top: 110px;}
  100% {top: 108px;}
}</pre></body></html>