@charset "gb2312";
/* CSS Document */
.clear{
	clear:both;
	height:0px;
	font-size:0px;
}
.window_one,.wxhb{
	display:none;
	left:50%;
	top:50%;
	margin-left:-250px;
	margin-top:-110px;	
	text-align:left;	
	border-radius:8px;
	width: 550px;
	-height:400px;
	z-index: 1000;
	position: absolute;
	background-color: #ffffff;
}
.bindMobile{
	    top: 40%;
	    left: 50%;
	    width: 500px;
	    height: 350px;
	    background-color: #F5F5F5;
	    margin-left: -250px;
	    margin-top: -150px;
	    padding-bottom: 20px;
	    display: none;
	    text-align: left;
        border-radius: 8px;
        z-index: 1000;
    	position: absolute;
	}
	.bindMobile input[type='text']{
	    font-size: 12px;
	    padding: 6px 15px;
	    border: 1px solid #ddd;
	    border-radius: 3px;
	    color: #666;
	    background: #f3f3f3;
	    padding-left: 6px;
	    padding-right: 6px;
	    float: left;
	    width: 146px;
	}
	.bindMobile li{
	    list-style-type: decimal;
	}
.window_one h2,.bindMobile h2,.wxhb h2{
	 border-bottom:1px solid #dfdfdf;
	height:50px;
	padding-left:18px;
	font-size:16px;
	line-height: 50px;
	vertical-align: middle;
	font-weight:normal;
}
.window_one h2 a,.bindMobile h2 a,.wxhb h2 a{
	text-decoration:none;
	color:#333;
}
.window_one h2 em,.bindMobile h2 em,.wxhb h2 em{
	float:left;
}
.window_one h2 img,.bindMobile h2 img,.wxhb h2 img{
	display:none;
	margin-right:5px;
	margin-top:5px;
	float:left;
	vertical-align: middle;
}
.window_one .window_main,.bindMobile .window_main,.wxhb .window_main{
	padding:15px;
	line-height:22px;
	background-color: #ffffff;
}
.window_one .window_main p,.bindMobile .window_main p,.wxhb .window_main p{
	font-size:20px;
/* 	margin:8px 0; */
}

.font1{
	font-size:14px;
	margin:8px 0;
}

.orange{
	color:#F00;
	padding:0 5px;
	
}
.window_one .window_main ul li,.bindMobile .window_main ul li,.wxhb .window_main ul li{
	margin:5px auto;
	font-size:13px;
}
.window_one .window_main ul li label,.wxhb .window_main ul li label{
	display:inline-block;
	width:10px;
	float:left;
	font-size:14px;
	color:#F00;
}
.window_one .window_main ul li .a,.wxhb .window_main ul li .a{
	float:left;
}
.window_one h2,.bindMobile h2,.wxhb h2{font-weight:normal;position:relative;}
.window_one h2 .close,.bindMobile h2 .close,.wxhb h2 .close{
	color:#333;
	position:absolute;top:15px;right:10px;
	margin-right:10px;
	font-size:42px;font-weight:normal;	
	width:20px;
	height:20px;
}
.window_one h2 .close a,.bindMobile h2 .close a,.wxhb h2 .close a{
	background:url(/images/wclosebg.png) no-repeat;
	display:block; 
	width:20px;
	height:20px;
}
.window_one h2 .close a:hover,.bindMobile h2 .close a:hover,.wxhb h2 .close a:hover{
	background:url(/images/wclose2bg.png) no-repeat;
}
.mask {
	display: none;
	width: 100%;
	height: 200px;
	background-color:#333333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
} 
.progressBar {
	border: solid 2px #86A5AD;
	background: white url(../images/loading.gif) no-repeat 10px 10px; 
	
	display: block;
	width: 200px;
	height: 28px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -130px;
	margin-top: -14px;
	padding: 10px 10px 10px 50px;
	text-align: left;
	line-height: 27px;
	font-weight: bold;
	position: absolute;
	z-index: 20001;
}


.ad-apps {
    right: 10px;
}

.ad-apps .hd {
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 12px;
}

.ad-apps .ad-apps-item {
    background: url("/images/icon_merge.png") no-repeat scroll 0 0 transparent;
    color: #838484;
    display: inline-block;
    font-family: Arial;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    width: 50px;
}

.ad-apps .ad-apps-iphone {
    background-position: -163px 0;
    padding-left: 18px;
}

.ad-apps .ad-apps-android {
    background-position: 0 0;
    padding-left: 23px;
}

.ad-apps .ad-apps-ipad {
    background-position: -90px 0;
    padding-left: 23px;
}


a {
    color: #2D64B3;
    text-decoration: none;
}



.window_one1{
	display:none;
	left:50%;
	top:50%;
	margin-left:-330px;
	margin-top:-210px;	
	text-align:left;
	border: 1px solid #000;
	width: 850px;
	height:500px;
	z-index: 1000;
	position: absolute;
	background-color: #ffffff;
}

.window_one1 h2{
	background:url(../images/tan_dhbg.gif) repeat-x;
	height:33px;
	padding-left:5px;
	font-size:14px;
	line-height: 33px;
	vertical-align: middle;
}
.window_one1 h2 a{
	text-decoration:none;
}
.window_one1 h2 em{
	float:left;
}
.window_one1 h2 img{
	margin-right:5px;
	margin-top:5px;
	float:left;
	vertical-align: middle;
}

.window_one1 h2 .close{
	float:right;
	margin-right:10px;
	font-size:22px;
}
.window_one1 h2 .close a{
	color:#333;
}
.window_one h2 .close a:hover{
	color:#33C;
}

#window_title{color:#666;}

.tongzhi div.showW-title{font-size:16px;color:#000; margin:45px auto 15px;text-align:center;}
.showW-title select,.showW-title input{margin-left:10px;font-size:14px;line-height:32px;height:32px;min-width:120px;}
.showW-title input{border:1px solid #ccc;background:#f5f5f5;padding:0 15px;}
.tongzhi div.showW-btn{margin:0 auto; text-align:center;padding-top:20px;}
.showW-btn input{cursor:pointer;color:#fff;background:#ff4410;border:0 none;border-radius:2px;line-height:32px;height:32px;width:120px;margin:0 auto;}
.replace-t-tip{padding-left:6px;font-size:14px;color:#666;}
.window_one{padding-bottom:20px;}
.window_one .window_main{background:#f5f5f5;overflow-x:hidden;}
.window_one .window_main table tr td{word-break: break-word;}
.tongzhi div.cataHeight{overflow:hidden;}
.tongzhi .cataHeight li{margin-bottom:8px;height:24px;}
.tongzhi .cataHeight li i{margin-right:8px;}
.tongzhi .cataHeight li:nth-child(even){background: #f0f0f0;}
#catalogList{border:1px solid #dfdfdf;background:#f8f8f8;height:32px;padding-left:5px;color:#666;font-size:14px;}

.my_flei{font-size:16px;color:#666;}

.wxhb ul{
	height: 40px;
	line-height: 40px;
	position: absolute;
    top: 10px;
}
.wxhb ul li{
	float: left;
	width: 100px;
	text-align: center;
	height: 100%;
	cursor: pointer;
}
.wxhb ul li a{
	font-size: 14px;
}
.wxhb ul li.active{
	background: #ffffff;
	border-radius: 4px;
    border-top: 1px solid #f5f5f5;
}





