﻿@charset "utf-8";

/* ac_results */

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index: 99999;
	width: 1150px !important;
	border-radius: 5px;
   /* left: 184px !important;*/
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.ac_results iframe {
	display: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 3000px;
	height: 3000px;
}

.ac_results li {
	clear: both;
	margin: 0px;
	padding: 20px 25px;
	cursor: default;
	display: block;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}

.ac_results li p {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 15px;
}

.ac_results li span {
	margin: 0;
	padding: 0;
	float: right;
	font-size: 12px;
}
.ac_over {
	background-color: #EFEFEF;
	color: #666666;
}

.demo {
	width: 720px;
	margin: 30px auto;
	height: 40px;
}

.demo h2 {
	font-size: 16px;
	color: #3366cc;
	height: 30px;
}

.demo li {
	height: 40px;
	float: left;
}

.text {
	width: 784px;
	height: 56px;
	border-radius: 5px;
	border: 0px;
	font-size: 16px;
	padding-left: 55px;
	display: block;
	margin-top: -30px;
	padding-right: 20px;
}
.text1 {
	width: 1070px;
    height: 40px;
    border-radius: 5px;
    background-color: #F7F7F7 !important;
    border: 1px solid #F7F7F7 !important;
    border: 1px solid;
    padding-left: 30px;
    padding-right: 50px;
    color: #666666;
}

.ddm {
	color: #0088DA;
	margin-left: 50px;
}
.demo1{
	width: 1070px;
    margin: 0px;
    height: 40px;
}
