﻿/* CSS Document */

/*语言选择提示框*/
		.languageDiv{
			display:none;
			background-color:#FFFFFF;
			width:90%;
			height:210px;
			z-index:1050;
			position:absolute;
			margin:auto;
			top:0px;
			bottom:0px;
			right:0px;
			left:0px;
		}
		.closed {
				position: absolute;
				top: 5px;
				right: 5px;
				width: 30px;
				height: 30px;
				border-radius: 50%;
				background-color: #f5f5f5;
				filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000);
				border: none;
				outline: none;
				color: #fff;
				font-size: 22px;
				cursor: pointer;
		}
		.closed:hover{
			background-color: rgba(0,0,0,0.7);
		}
		.closed span{
			color:#8B8BA0;
			font-size:18px;
			font-weight:bold;
		}
		.closed span:hover{
			color:#FFFFFF;
		}
		.back_fade{
			display:none;
			webkit-transition: opacity .4s linear, top .4s ease-out;
			transition: opacity .4s linear, top .4s ease-out;
			top: -25%;
			width: 100%;
			height: 7824px;
			position: fixed !important;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 1040;
			background-color: #000;
			opacity:0.5;
		}
		.model_hd{
			position: relative;
			height: 40px;
			line-height:24px;
			padding: 15px;
			background-color: #f5f5f5;
		}
		.model_hd{
			font-size:16px;
			font-weight:bold;
		}
		.model_hd1 a{
			display: block;
			float: left;
			margin: 30px 24px 0px;
			width: 120px;
			height: 40px;
			line-height: 40px;
			background-color: #eee;
			text-align:center;
			cursor:pointer;
			color: #757575;
		}
		.model_hd1 a:hover{
		    background-color: #ff6700;
			color: #fff;
		}