@charset "utf-8";
/*文章内容页*/
.newsContent{overflow:hidden;}
.newsContent .inner{margin: 20px;}
.newsContent .att{border-bottom:1px solid #EEE;text-align:center;}
.newsContent .att h1{font-weight:400;font-size:28px;color:#333;}
.newsContent .baseinfo{padding:8px 0 15px 0;}
.newsContent .baseinfo span{padding:0 12px;color:#777;}
.newsContent .baseinfo i{color:#cf0001;}
.newsContent .baseinfo i a{color:#039bd9;padding-right:3px;}
.newsContent .baseinfo i a:hover{color:#cf0001;}
.newsContent .quotation{position:relative;margin-top:30px;margin-bottom:20px;}
.newsContent .quotation span{position:absolute;width:27px;height:27px;}
.newsContent .quotation-left,.newsContent .quotation-right{background:url(/static/images/quotation.png) no-repeat;}
.newsContent .quotation-left{top:0;left:20px;background-position:0px 0px;}
.newsContent .quotation-right{right:20px;bottom:0;background-position:0px -27px;margin-top:40px;}
.newsContent .quotation p{margin:0 45px;padding:0px 10px;padding-top:6px;line-height:26px;font-size:14px;color:#666;text-indent:2em;font-style:oblique;}
.newsContent .content{margin-top:30px;line-height:1.8;font-size:16px;color:#454545;}
.newsContent .content a{color: #008EE1;border-bottom: 1px dashed #2196F3;}


.newsContent .content div,.newsContent .content p{margin:15px 0;}
.newsContent .content h1,.newsContent .content h2,.newsContent .content h3,.newsContent .content h4,.newsContent .content h5,.newsContent .content h6{margin:15px 0;margin-left:2px;padding-left:10px;border-left:5px solid #D9251D;line-height:1.1;color:#444;}
.newsContent .content h1{font-size:24px;}
.newsContent .content h2{font-size:22px;}
.newsContent .content h3{font-size:20px;}
.newsContent .content h4{font-size:18px;}
.newsContent .content h5{font-size:16px;}
.newsContent .content h6{font-size:14px;}
.newsContent .content img{max-width:100%;}
.newsContent .content p{display:table;}
.newsContent .content p img{text-align:center;margin:0 auto;}
.newsContent .content .keylink{color:#2196F3;border-bottom:1px dashed #2196F3;}
.newsContent .content table{margin:15px auto;border-top:1px solid #C1DAD7;border-left:1px solid #C1DAD7;}
.newsContent .content table tr:first-child{background:#06C;color:#222;font-weight:700;}
.newsContent .content table td{padding:5px 10px;text-align:center;border-right:1px solid #C1DAD7;border-bottom:1px solid #C1DAD7}
.newsContent .content table tr:nth-of-type(odd){background:#F5FAFA}
.newsContent .content tabletr:hover{background:#E0F0F0}
.newsContent .content blockquote{position:relative;color:#777;font-style:italic;margin:15px 0;padding:20px 50px;background:#f7f7f7;}
.newsContent .content blockquote p{margin-bottom:0.75em;}
.newsContent .content blockquote:before{content:"\f10d";color:#ccc;font-size:32px;font-style:normal;font-family:FontAwesome;text-align:center;position:absolute;left:10px;top:8px;}
.newsContent .content blockquote:after{content:"\f10e";color:#ccc;font-size:32px;font-style:normal;font-family:FontAwesome;text-align:center;position:absolute;right:10px;bottom:8px;}
.newsContent .content blockquote.twitter-tweet:before{content:"\f099";}
.newsContent .content pre{white-space:pre-wrap;word-wrap:break-word;}
.newsContent .content .video{clear:both;margin:10px auto;padding:0;width:640px;height:480px;background-color:#000;text-indent:inherit;}
.newsContent .content .video video{width:100%;height:100%;}
.newsContent .title-nav{clear:both;margin:30px 0px 0;border-top:1px dotted #ddd;}
.newsContent .title-nav .hd{margin-top:15px;height:20px;padding-left:8px;line-height:18px;font-size:18px;font-weight:700;color:#000;border-left:3px solid #3fb118;}
.newsContent .title-nav ul{clear:both;margin-top:10px;}
.newsContent .title-nav ul li{width:50%;float:left;height:28px;line-height:28px;font-size:14px;color:#555;}
.newsContent .title-nav ul li a{color:#666;}
.newsContent .title-nav ul li.cur,.newsContent .title-nav ul li.cur a{color:#3fb118;font-weight:bold;}
.newsContent .title-nav ul li a:hover{color:#E4392A;}
.news-tags{display:block;margin-top:20px;font-weight:normal;text-align:left;}
.news-tags .tt{float:left;display:inline-block;width:12px;height:28px;line-height:14px;padding:2px 3px;background:#424242;margin-right:10px;color:#fff;font-size:12px;}
.news-tags a{display:inline-block;*display:inline;
zoom:1;margin-right:10px;height:32px;line-height:31px;padding:0 10px;background:#eee;color:#888;font-size:14px;border-radius:2px;font-weight:normal;}
.news-tags a:hover{color:#12937C;text-decoration:underline;}
.newsContent #bdshare{width:350px;margin:0 auto 25px auto;float:none;height:40px;}
.newsContent #bdshare a{color:#454545;}
.newsContent .read-list{margin-top:12px;margin-left: 15px;}
.newsContent .read-list li{width:49%;float:left;line-height:28px;height:28px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;word-break:break-all;}
.newsContent .read-list li .dot{margin-right:8px;display:inline-block;width:4px;height:4px;background-color:#ddd;border-radius:1px;vertical-align:middle;}
.newsContent .read-list li a{overflow:hidden;font-size:16px;}
/*下载内容页*/
.dlContent{overflow:hidden;}
.dlContent .att{height:72px;line-height:72px;width:860px;border-bottom:1px solid #ddd;position:relative;}
.dlContent .att img.ico{height:48px;width:48px;float:left;display:inline;margin:14px 8px 0 0}
.dlContent .att h1{float:left;font:24px/30px "Microsoft Yahei";height:72px;line-height:72px;max-width:730px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.dlContent .inner{margin-left: 15px;margin-bottom: 15px;}
.dlContent .bdshare-box{position:absolute;top:19px;right:0;height:36px;line-height:36px}
.dlContent .bdshare-box .bdsharebuttonbox,.bdshare-box span{float:left}
.dlContent .bdshare-box .bdsharebuttonbox a{width:36px;height:36px;background:url(/static/images/rfx.png) 0 -1px no-repeat;padding:0;margin-top:0}
.dlContent .bdshare-box .bdsharebuttonbox .bds_weixin{background-position:0 -48px}
.dlContent .bdshare-box .bdsharebuttonbox .bds_tsina{background-position:0 -96px}
.dlContent .bdshare-box .bdsharebuttonbox .bds_more{background-position:0 -146px}
.dlContent .param-box{margin-bottom:5px;overflow:hidden;position:relative;}
.dlContent .param-content{float:left;width:530px;}
.dlContent .param-list{padding:15px 0 15px 15px;overflow:hidden;}
.dlContent .param-list li{width:250px;line-height:24px;height:24px;float:left;color:#999}
.dlContent .param-list li span{color:#444}
.dlContent .param-list .gw span{padding-right:13px;background:url(/static/images/outlink.png) right center no-repeat}
.dlContent .param-list .fullsize span,.dlContent .param-list .gw a{display:inline-block;height:24px;max-width:182px;overflow:hidden;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis}
.dlContent .param-box .ad{float:right;margin-top:5px;margin-right:25px;width:300px;height:250px;}
.dlContent .score{padding-left:15px;position:relative;height:40px;margin-bottom:8px}
.dlContent .score-inner .star_r{float:left;font-size:24px;color:#62a100;padding-right:10px}
.dlContent .score-inner .star_l{position:relative;top:2px}
.dlContent .dl-btn{padding-left:2px}
.dlContent .dl-btn a,.dlContent .dl-btn span{float:left;display:inline;width:182px;height:75px;line-height:72px;padding-left:68px;font-size:26px;font-weight:700;color:#fff;background:url(/static/images/softspr.png) 0 0 no-repeat;margin-right:15px;}
.dlContent .dl-btn .downnow{margin:0;background-position:0 -84px}

.dlContent .dl-btn a:hover,.dlContent .dl-btn span:hover{background-position:-24px -168px;text-decoration:none}
.dlContent .dl-btn .downnow:hover{background-position:-24px -252px}
.dlContent .dl-btn .nobtn{background:#ccc url(/static/images/off.png) 18px 18px no-repeat;font:24px/1.5 \5fae\8f6f\96c5\9ed1,\5b8b\4f53,arial;color:#fff;line-height:75px}
.dlContent .dl-btn a,.dlContent .dl-btn span{position:relative;cursor:pointer;}
.dlContent .dl-btn a b,.dlContent .dl-btn a i,.dlContent .dl-btn span b,.dlContent .dl-btn span i{font-weight:400;position:absolute;display:block;height:30px;line-height:30px;top:12px}
.dlContent .dl-btn a i,.dlContent .dl-btn span i{font-style:normal;font-size:14px;top:38px}
.dlContent .dl-btn .gomall{background-position:0 -376px}
.dlContent .dl-btn .gomall:hover{background-position:0 -464px}
.dlContent .tap{margin-top:0px;clear:both;}
.dlContent .tap .tablist{background:#f6f6f6;height:46px;line-height:46px;border:1px solid #eee}
.dlContent .tap .tablist span{width:145px;float:left;border-left:1px solid #eee;text-align:center;font-size:17px;font-weight:700;font-family:\5fae\8f6f\96c5\9ed1,arial;cursor:pointer}
.dlContent .tap .first{border-left:none}
.dlContent .tap .cur{position:relative;border-top:3px solid #62a100;top:0;background:#fff;height:44px;color:#62a100}
.dlContent .tap .down-btn,.dlContent .tap .down-btn.cur{background:url(/static/images/down_btn_bg1.png) no-repeat 28px 16px #f6f6f6;text-indent:25px;width:145px;height:46px;}
.dlContent .tap .has6 span{width:120px}
.dlContent .tap .has6 .down-btn,.dlContent .tap .has6 .down-btn.cur{width:150px!important}
.dlContent .tagsk{clear:both;height:auto;padding:8px 0 8px 20px;line-height:26px;font-size:13px;background:#fff}
.dlContent .tagsk b{display:block;float:left;margin-right:5px;padding-left:22px;background:url(/static/images/ico-guanfang.jpg) 0 3px no-repeat;font-weight:400}
.dlContent .tagsk a{color:#0984C5;margin-right:10px;text-decoration:underline;display:inline-block}
.dlContent .tagsk a:hover{color:#f60}
.dlContent .fixed{position:fixed;z-index:99;top:0;width:865px;margin-top:0;}
.dlContent .content{padding-right:25px;line-height:1.8;font-size:14px;margin-bottom:20px;color:#454545;}
.dlContent .content div,.dlContent .content p{margin:8px 0 0 10px;}
.dlContent .content h1,.dlContent .content h2,.dlContent .content h3,.dlContent .content h4,.dlContent .content h5,.dlContent .content h6{border-left:5px solid #0cad12;border-bottom:1px solid #ccc4da;font-size:18px;padding:10px;margin:20px 0 20px;line-height:1.1;color:#444;}
.dlContent .content h1{font-size:24px;}
.dlContent .content h2{font-size:22px;}
.dlContent .content h3{font-size:20px;text-indent:0px}
.dlContent .content h4{font-size:18px;}
.dlContent .content h5{font-size:16px;}
.dlContent .content h6{font-size:14px;}
.dlContent .content img{max-width:100%;margin: 10px;}
.dlContent .content img{text-align:center;margin: 0px auto;display: block;}
.dlContent .content .keylink{color:#2196F3;border-bottom:1px dashed #2196F3;}
.dlContent .content table{margin:15px auto;border-top:1px solid #C1DAD7;border-left:1px solid #C1DAD7;}
.dlContent .content table tr:first-child{background:#06C;color:#222;font-weight:700;}
.dlContent .content table td{padding:5px 10px;text-align:center;border-right:1px solid #C1DAD7;border-bottom:1px solid #C1DAD7}
.dlContent .content table tr:nth-of-type(odd){background:#F5FAFA}
.dlContent .content tabletr:hover{background:#E0F0F0}
.dlContent .down-box{position:relative;}
.dlContent .dlServer{width:290px;margin:10px 0 5px 0;position:relative;}
.dlContent .dlServer h3{width:300px;padding:3px 0;font-size:14px;color:#222;}
.dlContent .dlServer .line{margin-top:5px;padding-top:5px;border-top:1px solid #aaa;}
.dlContent .dlServer .dl-list{
    width:300px;
    overflow:hidden;
    margin: 5px 0 10px 0;
    /*border: 1px solid #ddd;*/
    border-radius: 8px;
}
.dlContent .dlServer .xzq-list{
    /*width:.300px;*/
    overflow:hidden;
    margin: 5px 0 10px 0;
    /*border: 1px solid #ddd;*/
    border-radius: 8px;
}
.dlContent .dlServer .xzq-list li {
width: 115px;
padding-left: 21px;
line-height: 28px;
height: 28px;
float: left;
margin-left: 10px;

}
.dlContent .dlServer .dl-list span{
width:125px;
float: left;
display: inline;
height: 24px;
line-height: 24px;
margin: 10px;
overflow: hidden;
color: #9d9d9d;
}





.dlContent .dlServer .dl-list li {
width: 115px;
padding-left: 21px;
line-height: 28px;
height: 28px;
float: left;
margin-left: 10px;

}
.dlContent .dlServer .dl-list li a{
    color: #0984C5;
}

.dlContent .dlServer .dl-list .ico-down{
background: url(/static/images/down-icon.png) no-repeat left center;

}

.dlContent .dlServer .dl-list .ico-baidu{
background: url(/static/images/baidupan.jpg) no-repeat left center;
}
.dlContent .dlServer .dl-list .ico-weiyun{
background: url(/static/images/ico-weiyun.jpg) no-repeat left center;
}

.dlContent .dlServer .dl-list .ico-beiyong{
/*background: url(/static/images/ico-wu.jpg) no-repeat left center;*/
background: url(/static/img/ico-beiyong.png) no-repeat left center;
}
.dlContent .dlServer .dl-list .ico-guanfang{
background: url(/static/images/ico-guanfang.jpg) no-repeat left center;
}
.dlContent .dlServer .dl-list .ico-yiyang{
background: url(/static/images/ico-yiyang.png) no-repeat left center;
}
.dlContent .dlServer .dl-list .ico-123pan{
background: url(/static/images/ico-123pan.png) no-repeat left center;
}
.dlContent .dlServer .dl-list .ico-lanzou{
background: url(/static/images/ico-lanzou.jpg) no-repeat left center;
}
.dlContent .dlServer .dl-list li a:hover{text-decoration: underline;color: #f60;}
.dlContent .dlServer .downloader{margin-bottom:10px;}
.dlContent .dlServer .downloader li{width:100px;height:28px;line-height:28px;margin:5px;padding-left:24px;padding-right:0px;background:url(/static/images/smdown.png) 3px 6px no-repeat #f90;border-radius:3px;margin-left:10px;}
.dlContent .dlServer .downloader li:hover{width:100px;height:28px;line-height:28px;margin:5px;padding-left:24px;padding-right:0px;background:url(/static/images/smdown.png) 3px 6px no-repeat #f80;border-radius:3px;margin-left:10px;}
.dlContent .dlServer .downloader li a{color:#fff;}
.dlContent .down-box .ad{position:absolute;top:60px;right:5%;z-index:2;overflow:hidden;}
.dlContent .down-box .ad2{width:220px;position:absolute;top:60px;right:20px;z-index:2;overflow:hidden;}
.dlContent .down-box .ad2 a{display:block;width:100%;margin-bottom:5px;}
.dlContent .down-box .ad2 a img{width:100%;}

.sendErr-wrap{width:380px;padding:6px 1px 6px 10px;margin:10px 0;color:#999;border:1px dashed #e0e0e0;background:#fdfddf;}
.sendErr-wrap .feedback{color:#090;cursor:pointer;}
.sendErr-wrap .feedback1{color:#090;cursor:pointer;}
/*内容页相关专题信息*/
.showRel-topic{overflow:hidden;}
.showTopic-box{overflow:hidden;}
.showTopic-info{clear:both;height:120px;padding-left:220px;padding-right:20px;position:relative;overflow:hidden;}
.showTopic-info img,.showTopic-info .more{position:absolute;top:0px;z-index:1;}
.showTopic-info img{display:block;width:200px;height:120px;left:0px;}
.showTopic-info .more{top:6px;right:20px;color:#888;}
.showTopic-info .title{margin-top:10px;line-height:1;font-size:20px;color:#000;}
.showTopic-info .desc{margin-top:12px;line-height:1.8;color:#666;}
.softTopicIinfo-list{overflow:hidden;}
.softTopicIinfo-list li{float:left;width:105px;height:50px;margin-top:20px;margin-right:8px;padding-left:60px;position:relative;}
.softTopicIinfo-list a{display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:2;}
.softTopicIinfo-list img{display:block;width:50px;height:50px;position:absolute;top:0px;left:0px;z-index:1;border-radius:5px;background:#f9f9f9;overflow:hidden;}
.softTopicIinfo-list .title,.softTopicIinfo-list .att{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.softTopicIinfo-list .title{display:block;margin-top:8px;margin-left:60px;line-height:1;color:#333;}
.softTopicIinfo-list .att{display:block;margin-top:30px;width:100%;height:12px;border-bottom:none;line-height:1;font-size:12px;color:#888;}
.softTopicIinfo-list .att em{padding:0 5px;color:#eee;}
.softTopicIinfo-list li:hover img{top:3px;}
.softTopicIinfo-list li:hover .title{color:#10c55b;}
.softTopicIinfo-list li:hover .att{color:#555;}
/*装机必备软件*/
.the-installed{overflow:hidden;}
.the-installed .type{float:left;padding-top:10px;width:30px;background-color:#F3FFF5}
.the-installed .type span{display:block;height:74px;padding:16px 6px 0;line-height:1.4;text-align:center;font-size:18px;font-weight:600;color:#57B731;}
.the-installed .type .s3{height:82px;padding-top:8px;}
.the-installed .soft-list{float:left;width:270px;padding-top:10px;}
.the-installed .soft-list li{float:left;width:90px;height:90px;}
.the-installed .soft-list li a{display:block;text-align:center;}
.the-installed .soft-list li img{margin-top:8px;width:50px;height:50px;border-radius:20%;}
.the-installed .soft-list li span{margin-top:4px;display:block;height:28px;line-height:28px;text-align:center;font-size:14px;overflow:hidden;}
.the-installed .soft-list li a:hover span{color:#c00;}
/*内容页猜你喜欢*/
.applist-row3{overflow:hidden;}
.applist-row3 li{float:left;width:100px;}
.applist-row3 li a{display:block;text-align:center;}
.applist-row3 li img{margin-top:8px;width:50px;height:50px;border-radius:20%;}
.applist-row3 li span{margin-top:4px;display:block;height:28px;line-height:28px;text-align:center;font-size:14px;overflow:hidden;}
.applist-row3 li a:hover span{color:#c00;}
/*内容页右侧热门TAG*/
.hot-tag{clear:both;overflow:hidden;}
.hot-tag li{display:inline-block;padding:0 5px}
.hot-tag li a{display:block;line-height:34px;}
.hot-tag .c1,.hot-tag .c21{color:#68d46d;font-size:18px}
.hot-tag .c2,.hot-tag .c22{color:#f58797;font-size:19px}
.hot-tag .c23,.hot-tag .c3{color:#66bcff;font-size:15px}
.hot-tag .c24,.hot-tag .c4{color:#9ed96a;font-size:18px}
.hot-tag .c25,.hot-tag .c5{color:#68d9c2;font-size:14px}
.hot-tag .c26,.hot-tag .c6{color:#77d46a;font-size:16px}
.hot-tag .c27,.hot-tag .c7{color:#7fdcfb;font-size:13px}
.hot-tag .c28,.hot-tag .c8{color:#d983ee;font-size:18px}
.hot-tag .c29,.hot-tag .c9{color:#6d86b3;font-size:17px}
.hot-tag .c10,.hot-tag .c30{color:#b3b0f6;font-size:18px}
.hot-tag .c11,.hot-tag .c31{color:#f792e5;font-size:17px}
.hot-tag .c12,.hot-tag .c32{color:#ebc53c;font-size:15px}
.hot-tag .c13,.hot-tag .c33{color:#b0d5f5;font-size:14px}
.hot-tag .c14,.hot-tag .c34{color:#ffa646;font-size:16px}
.hot-tag .c15,.hot-tag .c35{color:#888;font-size:15px}
.hot-tag .c16,.hot-tag .c36{color:#7fdcfb;font-size:16px}
.hot-tag .c17,.hot-tag .c37{color:#959fff;font-size:15px}
.hot-tag .c18,.hot-tag .c38{color:#a6da6d;font-size:14px}
.hot-tag .c19,.hot-tag .c39{color:#ff7f58;font-size:13px}
.hot-tag .c20,.hot-tag .c40{color:#91BEDA;font-size:13px}
/*内容页人气软件*/
.dllist-row5{margin-left:-6px;margin-top:5px;overflow:hidden;}
.dllist-row5 li{float:left;margin-top:10px;margin-left:6px;padding-left:55px;width:110px;height:50px;overflow:hidden;position:relative}
.dllist-row5 li img{display:block;width:48px;height:48px;position:absolute;top:0px;left:0px;z-index:1;}
.dllist-row5 li span{display:block;overflow:hidden;line-height:24px;height:24px;font-weight:600;color:#444;}
.dllist-row5 li p{display:block;overflow:hidden;line-height:24px;height:24px;font-weight:normal;color:#999;}
.dllist-row5 li em{text-decoration:none;font-style:normal;color:#ddd}
.dllist-row5 li a:hover span{color:#c00;}
/*same-list*/
.same-list{overflow:hidden;margin-top:10px;}
.same-list li{overflow:hidden;height:30px;line-height:30px;padding-right:15px;position:relative;margin-top:4px}
.same-list li img{width:26px;height:26px;float:left;display:inline;margin-right:4px;border-radius:3px;}
.same-list li a{display:block;height:26px;line-height:26px}
.same-list li i{width:12px;height:20px;position:absolute;right:0;background:url(/static/images/softspr.png) -305px 4px no-repeat}
.load-list{width:100%;overflow:hidden}
.load-list li{clear:both;position:relative;height:48px;margin:10px 0 0 0}
.load-list li .btn{float:right;position:relative;top:15px;width:60px;height:24px;line-height:24px;border:1px solid #62a100;border-radius:3px;text-align:center;color:#62a100}
.load-list li .btn:hover{background:#62a100;color:#fff;text-decoration:none}
.load-list li .img{width:48px;float:left;padding-right:5px}
.load-list li img{width:48px;height:48px}
.load-list li p{width:220px;height:48px;overflow:hidden}
.load-list li span a{display:block;height:24px;line-height:24px;overflow:hidden}
.load-list li span i{font-size:12px;color:#999;font-style:normal}
.pageContent{}
.pageContent .col-l{width:240px;}
.pageContent .col-r{width:900px;}
.pageContent .content{}
.pageContent .content h2{font-size:18px;padding-left:15px;height:41px;line-height:41px;border-bottom:1px solid #ddd;margin-bottom:10px;}
.pageContent .content p{margin-bottom:10px;padding-left:15px;line-height:32px;}
.pageContent .content b{font-weight:bold;}
.pageContent .content a{color:#0984C5;text-decoration:underline;}
.pageContent .content a:hover{color:#f60;}
.page-menu{overflow:hidden;}
.page-menu a{display:block;line-height:42px;height:42px;text-indent:80px;background:#fcfcfc url(/static/images/ddot.png) 145px 12px no-repeat;}
.page-menu .cur,.page-menu .cur:hover{background-position:145px -26px;background-color:#62a100;color:#fff;}
.page-menu a:hover{background-color:#ebffec;color:#62a100;text-decoration:none;}
/*分页*/
/**/
#gotoBox{z-index:999;display:none;position:fixed;top:310px;left:50%;cursor:pointer;margin-top:-50px;margin-left:270px;_margin-left:278px;width:22px;height:151px;background:url(/static/images/top1.jpg) 0 0 no-repeat}
#gotoBox{_position:absolute;_top:expression(documentElement.scrollTop + 200 + "px");}
#gotoBox span{display:block;height:75px}
#autotab{z-index:99;display:none;position:fixed;top:320px;left:50%;cursor:pointer;margin-top:-50px;margin-left:315px}
#autotab{_position:absolute;_top:expression(documentElement.scrollTop + 200 + "px")}
#autotab li{cursor:pointer;line-height:32px;font-size:14px;padding-left:30px;background:#fff url(/static/images/autotab.jpg) 0 -96px no-repeat}
#autotab .cur{color:#390;background-position:0 -48px}
#autotab .fir{background-position:0 0}
#autotab .nota{background-position:0 -142px}
#image-preview{position:absolute;z-index:1000;border:2px solid #9c6;padding:5px;background-color:#FAFAFA}
#gotop{display:none;width:50px;height:49px;position:fixed;right:100px;bottom:70px;}
#gotop a{display:inline-block;width:50px;height:49px;background:url(/static/images/gotop.png) 0 0 no-repeat;}
#gotop a:hover{background-position:0 -49px;}
/*错误反馈*/
#feedback-cover{display:block;width:100%;height:100%;background:#000;background:rgba(0,0,0,0.7);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4c000000,endcolorstr=#4c000000);position:fixed;top:0;left:0;z-index:998;overflow:hidden;}
#feedback-box{display:block;width:500px;height:210px;background:#fff;border-radius:10px 10px 2px 2px;box-shadow:3px 3px 10px #111;overflow:hidden;margin-top:-105px;margin-left:-250px;position:fixed;left:50%;top:50%;z-index:999;}
#feedback-box.cust{height:320px;margin-top:-160px;}
#feedback-box .hd{height:44px;line-height:44px;padding:0px 12px;background:#62a100;text-align:center;font-size:16px;color:#fff;}
#feedback-box .hd .title{font-size:16px;color:#eee;}
#feedback-box .tit{margin-top:20px;line-height:1;padding:0px 12px;font-size:14px;color:#333;text-align:center;}
#feedback-box .inner{margin:15px auto 0;width:400px;text-align:center;overflow:hidden;}
#feedback-box .inner label{margin-right:6px;height:30px;line-height:30px;cursor:pointer;}
#feedback-box .inner label input{margin-right:2px;cursor:pointer;}
#feedback-box .textContent{display:none;margin-top:15px;margin-bottom:5px;width:380px;height:85px;padding:5px 10px;background:#f4f4f4;font-size:14px;color:#555;resize:none;outline-style:none;}
#feedback-box .btn{margin-top:20px;text-align:center;}
#feedback-box .btn span{display:inline-block;*zoom:1;*display:inline;margin:0 10px;width:100px;height:36px;line-height:36px;border-radius:3px;text-align:center;font-size:14px;color:#fff;cursor:pointer;}
#feedback-box .btn .submit{background:#62a100;}
#feedback-box .btn .close{background:#bbb;}
/*--弹出层--*/
#goto-pl{ position: relative; }
.g-hpopBox{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 271px;
    width:580px;
    background: #FFFFFF;
    z-index: 9999;
    border: 2px solid #E8E8E8;
    padding: 15px 15px 5px 15px;
    box-shadow: 0px 0px 8px 1px rgba(0,0,0,.16)
    
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.g-tips{ overflow: hidden;position: relative;padding-right: 30px;border-bottom: 1px solid #E0E0E0;}
.g-tips p{  overflow: hidden;line-height: 24px !important;padding-bottom: 10px !important; color: #666; text-align: left !important; margin: 0px !important; padding-top:0 !important  }
.g-tips a.f-close{position: absolute; right: 0px; top: 0px;width: 18px;height: 18px;background: url(../images/downdetail-close.png) no-repeat -5px -5px;}
.g-tips a.f-close:hover{background: url(../images/downdetail-close.png) no-repeat -35px -5px;}
.g-input-cont { padding:15px 0px 15px 0px; overflow: hidden; }
.g-input-cont p{ padding: 5px 0px 10px 0px !important; overflow: hidden; margin: 0 !important }
.g-input-cont span{display: block;float: left;color: #999;margin-right: 25px;}
.g-input-cont span em {display: block;float: left;margin-right: 5px;_margin-top: -4px;height: 19px;}
.g-input-cont span em input{ }
.g-input-cont span font{ display: inline-block; height: 28px; line-height: 28px;padding-right:12px;  }
.g-input-cont input.m-txt-email{ overflow: hidden;border:1px solid #c9c9c9; height: 26px; line-height: 26px; padding: 0px; margin: 0px; text-indent: 6px;border-radius: 3px; color: #666666;}
.g-plTextaera textarea {height:118px;border: 1px solid #E0E0E0;font-size: 14px;color: #666666; line-height: 26px;border-radius: 3px; width: 100%;}
.g-plSubmit{ margin: 10px auto;text-align: center; overflow: hidden; }
.submit1{ background: #00aaff;border: 0px;padding: 0px;color: #fff;width: 160px;border-radius: 3px;height: 34px; cursor: pointer;}
/*--弹出层 end--*/