/*public.css*/
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/

/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote, /* structural elements 结构元素 */ dl,dt,dd,ul,ol,li, /* list elements 列表元素 */ pre, /* text formatting elements 文本格式元素 */ fieldset,lengend,button,input,textarea, /* form elements 表单元素 */ th,td { /* table elements 表格元素 */
	margin: 0;
	padding: 0;
}

/* 设置默认字体 */
body,button,input,select,textarea { /* for ie */
	/*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
	font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 {
	font-size: 18px; /* 18px / 12px = 1.5 */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4,h5,h6 {
	font-size: 100%;
}

address,cite,dfn,em,var {
	font-style: normal;
} /* 将斜体扶正 */
code,kbd,pre,samp,tt {
	font-family: "Courier New", Courier, monospace;
} /* 统一等宽字体 */
small {
	font-size: 12px;
} /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul,ol {
	list-style: none;
}

/* 重置文本格式元素 */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr[title],acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
	border-bottom: 1px dotted;
	cursor: help;
}

q:before,q:after {
	content: '';
}

/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset,img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,input,select,textarea {
	font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 重置 hr */
hr {
	border: none;
	height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-y: scroll;
}

/*panel.css*/
@CHARSET "UTF-8";

#backgroundDiv {
	width: 100%;
	height: 1036px;
	display: none;
	z-index: 99;
	background-color: #1C0203;
	position: absolute;
	top: 0px;
	left: 0px;
}

.pPanel {
	left: -1000px;
	position: absolute;
	top: -1000px;
	width: 332px;
	height: 230px;
	background-color: white;
	z-index: 11;
	display: none;
	color: #656565;
	font-size: 14px;
}

.pPanel .op {
	cursor: pointer;
	font-size: 22px;
	height: 21px;
	line-height: 21px;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 3px;
	width: 21px;
	z-index: 99;
	color: white;
}

.pPanel .ptitle {
	height: 32px;
	line-height: 32px;
	background: #7A0A20;
	color: white;
	text-indent: 10px;
	font-size: 15px;
	font-size: 14px;
	font-weight: bold;
}

.pPanel .content {
	line-height: 150%;
	padding: 8px 13px 0 15px;
}

.pPanel .content .ctitle {
	margin-top: 3px;
	font-weight: normal;
	line-height: 18px;
	color: #562723;
	font-size: 13px !important;
}

.pPanel .content .td {
	line-height: 32px;
	margin-top: 23px;
}

.pPanel .content .input {
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #C7C3C2;
	color: #666666;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	vertical-align: top;
	width: 141px;
}

.pPanel .content .submit {
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	margin-left: 5px;
	width: 100px;
	background: #DB0804;
	color: #F9E400;
	border: 1px solid #AB0000;
	text-align: center;
}

.pPanel .hr {
	border-bottom: 1px solid #E8E8E8;
	bottom: 30px;
	height: 1px;
	position: absolute;
	width: 91%;
	clear: both;
	left: 9px;
}

.pPanel .cfoot {
	bottom: 10px;
	position: absolute;
	color: #9A9A9A;
	font-size: 12px;
	left: 9px;
}

.pPanel .red {
	color: red;
}

#panel_suc a.selfbuy,#panel_suc2 a.selfbuy {
	height: 35px;
	line-height: 35px;
	margin: 20px 0 19px 109px;
	width: 139px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	background: #DB0804;
	color: #F9E400;
	border: 1px solid #AB0000;
	text-align: center;
	float: left;
}

#panel_suc a:hover,#panel_suc2 a:hover {
	text-decoration: none;
}

.pPanel .content .cancel {
	height: 35px;
	line-height: 35px;
	margin: 20px 0 19px 51px;
	width: 120px;
	display: block;
	font-size: 15px;
	font-weight: bold;
	background: #DB0804;
	color: #F9E400;
	border: 1px solid #AB0000;
	text-align: center;
	float: left;
	cursor: pointer;
}

.pPanel .content .reget {
	border: 1px solid red;
	color: white;
	cursor: pointer;
	height: 32px;
	line-height: 32px;
	margin: 14px 0 14px 81px;
	font-weight: bold;
	font-size: 14px;
	width: 150px;
	background: #E6605D;
	text-align: center;
}

/*index.css*/
@CHARSET "UTF-8";

html {
	background-color: #0D0707;
}

.head_bg {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/head.jpg?v=2) center top no-repeat;
}
.head {
	width: 1000px;
	margin: auto;
	position: relative;
	height: 598px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/head.jpg?v=2) center top no-repeat;
}
.head .swf{
	width:28px;
	height:27px;
	left:286px;
	top:102px;
	position:absolute;
}
.head .idea{
	width:55px;
	height:26px;
	left:750px;
	top:203px;
	position:absolute;
	/*background: url(//image2-cdn.compass.cn/special/znz/2022private/images/turnover.gif?v=2) no-repeat;*/
}
.head  .person {
	color: #EAE388;
	font-size: 26px;
	letter-spacing:13px;
	position: absolute;
	left: 698px;
	top: 401px;
	height: 38px;
	line-height: 38px;
	width: 116px;
	font-weight:bold;
}
.head .person2 {
	color: #350600;
	font-size: 12px;
	position: absolute;
	left: 832px;
	top: 465px;
	width: 130px;
	text-align: center;
	z-index:10;
}
.head .person2 span{
	color:#350600;
}
.head .lock1 {
	height: 82px;
	left: 816px;
	position: absolute;
	top: 383px;
	width: 183px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/lock.gif?v=2) 0px -5px no-repeat;
}
.head .btn_cow_replay{
	display:block;
	width:380px;
	height:32px;
	line-height:32px;
	font-size:18px;
	color:#F99D9E;
	text-decoration:none;
	position: absolute;
	top: 180px;
	left: 240px;
	z-index: 20;
	cursor:pointer;
	font-family:SimHei;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
}
.head .wtable {
	font-size:12px;
	position: absolute;
	top: 506px;
	color: #963A00;
	text-decoration: underline;
	right: 22px;
}
.head .link_func1 {
	color: #FFFBC7;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	left: 736px;
	position: absolute;
	top: 528px;
	font-family: 宋体;
}
.head .link_func{
	cursor: pointer;
	display: block;
	height: 18px;
	left: 15px;
	position: absolute;
	top: 413px;
	width: 295px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.head .link_double_func{
	cursor: pointer;
	display: block;
	height: 35px;
	left: 350px;
	position: absolute;
	top: 375px;
	width: 256px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.head #btn_pankou{
	top: 410px;
}
.head #tomiddle3{
	height:18px;
	top:374px;
}
.head #tomiddle4{
	height:18px;
	top:394px;
}
.head #tomiddle5{
	top: 412px;
}
.head #tomiddle6{
	top:445px;
	left:340px;
	height:22px;
	width:330px;
}
.head .link_more_func{
	position: absolute;
	cursor: pointer;
	display: block;
	width: 120px;
	height: 18px;
	line-height:18px;
	left: 286px;
	top: 520px;
	color: #BCB297;
	font-size: 12px;
	z-index:20;
}
a.yellow:hover {
	color: yellow !important;
}
.head .gcode {
	color: #FFFFFF;
	font-size: 15px;
	height: 30px;
	left: 6px;
	line-height: 38px;
	position: absolute;
	top:565px;
	width: 990px;
}

.head .gcode .text {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin-right: 44px;
	vertical-align: bottom;
}

.head .gcode .groupcode {
	width: 97px;
	color: #545454;
	position: absolute;
	height: 27px;
	padding: 0 6px 0 6px;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 27px;
	left: 240px;
	top: 2px;
}

.head .gcode .gsubmit {
	height: 25px;
	width: 52px;
	font-weight: bold;
	background: none;
	cursor: pointer; 
	border : none;
	position: absolute;
	left: 359px;
	top:3px;
	border: none;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.head .gcode a.gsubmit:hover {
	text-decoration: none !important;
}
.head .gcode .lock_txt {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	left: 545px;
	font-size:12px;
	color:#E9D19E;
}
.head .gcode .lock_txt a.lock2 {
	color: #E9D19E;
	text-decoration: underline;
}
.head .gcode .succ_person {
	height: 22px;
	line-height:22px;
	top:6px;
	left: 724px;
	overflow: hidden;
	position: absolute;
	font-size: 12px;
	color:#CA997B;
}
.head .port_nervous{
	position: absolute;
	display: block;
	width: 89px;
	height:114px;
	top: 355px;
	left: 601px;
	z-index:20;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/portnervoush.jpg?v=2) no-repeat;
	overflow:hidden;
}
.middle1_bg {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/middle1.jpg?v=2) center top no-repeat;
}
.middle1 {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 970px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/middle1.jpg?v=2) center top no-repeat;
}
.middle1 .mlock {
	position: absolute;
}
.middle1 .lock2 {
	top: 601px;
	left: 122px;
	width:205px;
	height:96px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/lock1.gif?v=2) no-repeat;
}
.middle1 .lock3 {
	top:611px;
	left: 621px;
	width:195px;
	height:69px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/lock4.gif?v=2) no-repeat;
}
.middle1 .link_rule{
	height:18px;
	line-height:18px;
	position:absolute;
	bottom:108px;
	font-size:13px;
	right:326px;
	color:#C2AA92;
	text-decoration:underline;
}
.middle1 .link_answer{
	height:18px;
	line-height:18px;
	position:absolute;
	bottom:108px;
	font-size:13px;
	right:168px;
	color:#C2AA92;
	text-decoration:underline;
}
.middle1 .btn_view{
	display:block;
	position: absolute;
	width:150px;
	height:20px;
	line-height:20px;
	right:0px;
	bottom:108px;
	text-decoration:underline;
	color:#E27975;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle1 .port_nervous{
	position: absolute;
	display: block;
	width: 269px;
	height: 149px;
	top: 540px;
	left: 319px;
	z-index:20;
	overflow:hidden;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/portnervousm.jpg?v=2) no-repeat;
}
.tab_bg {
}
.tab_box{
	margin: auto;
	width: 1000px;
	height: 112px;	
	position: relative;
}
.tab_bgl {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/tab.jpg?v=2) center top no-repeat!important;
}
.tab_boxl {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/tab.jpg?v=2) center top no-repeat!important;
}
.tab_bgr {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/tab.jpg?v=2) center -112px no-repeat!important;
}
.tab_boxr {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/tab.jpg?v=2) center -112px no-repeat!important;
}

.tab_box .btn_click{
	cursor:pointer;
	float:left;
	width:500px;
	height:112px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.bg_middle2 {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/middle2.jpg?v=2) center top no-repeat;
}
.middle2 {
	position:relative;
	margin: auto;
	width: 1000px;
	height: 866px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/middle2.jpg?v=2) center top no-repeat;
}
.middle2 .pics{
	left: 35px;
	top: 225px;
	position:absolute;
	width: 930px;
	height: 466px;
	overflow: hidden;
	background:#050505;
}
.middle2 #imgs{	
	width: 930px;
	height: 430px;
}
.middle2 .img{
	width:3720px;
	height: 430px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle2 .img li {
	float:left;
	width:930px;
	height:430px;
	position:relative;
}
.middle2 .img li .lock5{
	position:absolute;
	left:624px;
	top: 418px;
	height:77px;
	width:171px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock5.gif?v=2) no-repeat;
	z-index:10;
}
.middle2 .img li .lock6{
	position:absolute;
	left:692px;
	top: 429px;
	height:80px;
	width:158px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock6.gif?v=2) no-repeat;
	z-index:10;
}
.middle2 .prev{
	position:absolute;
	left:0px;
	top: 418px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle2 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.middle2 .f3, .middle2 .f4, 
.middle2 .f5, .middle2 .f6,
.middle2 .f7, .middle2 .f8{
	left: 0px;
	top: 45px;
} 
.middle2 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle2 .fvlink a:hover{
	color:red;
}
.middle2 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/tag_video.gif?v=2) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle2 .next{
	position:absolute;
	right:0px;
	top: 418px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle2 .next2 {
	position: absolute;
	right: 42px;
	bottom: 180px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle2 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 431px;
	width: 930px;
}
.middle2 .pager{
	position: absolute;
	width: 106px;
	height: 23px;
	bottom: 6px;
	right: 10px;
}
.middle2 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#CFC590;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #5D5352; 
}
.middle2 .pager .home{
	width:42px;
}
.middle2 .pager .selected {
	color:#F53400;
}
.middle2 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) -21px 0 no-repeat;
}
.middle2 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) no-repeat;
}
.img2 .lock5{
	position:absolute;
	left:624px;
	top: 418px;
	height:77px;
	width:171px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock5.gif?v=2) no-repeat;
	z-index:10;
}
.img2 .lock6{
	position:absolute;
	left:692px;
	top: 429px;
	height:80px;
	width:158px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock6.gif?v=2) no-repeat;
	z-index:10;
}
/*第二个ppt*/
.middle3{
	width:1000px;
	height:880px;
	margin:auto;
	position:relative;
}
.middle3 .pics{
	left: 40px;
	top: 148px;
	position:absolute;
	width: 920px;
	height: 556px;
	overflow: hidden;
	background:#050505;
}
.middle3 #imgs_2{	
	width: 920px;
	height: 520px;
}
.middle3 .img{
	width:16560px;
	height: 520px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle3 .img li {
	float:left;
	width:920px;
	height:520px;
	position:relative;
}
.middle3 .img li .lock5{
	position:absolute;
	left:624px;
	top: 418px;
	height:77px;
	width:171px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock5.gif?v=2) no-repeat;
	z-index:10;
}
.middle3 .img li .lock6{
	position:absolute;
	left:692px;
	top: 429px;
	height:80px;
	width:158px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock6.gif?v=2) no-repeat;
	z-index:10;
}
.middle3 .prev{
	position:absolute;
	left:0px;
	top: 387px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle3 .float {
	position:absolute;
	display: block;
	left: 50px;
	top: 176px;
}
.middle3 .f3, .middle3 .f4, 
.middle3 .f5, .middle3 .f6,
.middle3 .f7, .middle3 .f8{
	left: 50px;
	top: 176px;
}
.middle3 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle3 .fvlink a:hover{
	color:red;
}
.middle3 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/tag_video.gif?v=2) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle3 .next{
	position:absolute;
	right:0px;
	top: 387px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle3 .next2 {
	position: absolute;
	right: 42px;
	bottom: 206px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle3 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 521px;
	width: 920px;
}
.middle3 .pager{
	position: absolute;
	width: 295px;
	height: 23px;
	bottom: 6px;
	right: 0px;
}
.middle3 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#CFC590;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #5D5352; 
}
.middle3 .pager .home{
	width:42px;
}
.middle3 .pager .selected {
	color:#F53400;
}
.middle3 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) -21px 0 no-repeat;
}
.middle3 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) no-repeat;
}
.img2_2 .lock5{
	position:absolute;
	left:624px;
	top: 418px;
	height:77px;
	width:171px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock5.gif?v=2) no-repeat;
	z-index:10;
}
.img2_2 .lock6{
	position:absolute;
	left:692px;
	top: 429px;
	height:80px;
	width:158px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/lock6.gif?v=2) no-repeat;
	z-index:10;
}
/*第二个ppt结束*/
.middle4{
	width:1000px;
	height:884px;
	margin:auto;
	position:relative;
}
.middle4 .pics{
	left: 40px;
	top: 146px;
	position:absolute;
	width: 920px;
	height: 556px;
	overflow: hidden;
	background:#050505;
}
.middle4 #imgs_3{	
	width: 920px;
	height: 520px;
}
.middle4 .img{
	width:7360px;
	height: 520px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle4 .img li {
	float:left;
	width:920px;
	height:520px;
	position:relative;
}
.middle4 .img li .lock5{
	position:absolute;
	left:691px;
	top: 376px;
	height:69px;
	width:152px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply5.gif?v=2) no-repeat;
	z-index:10;
}
.middle4 .img li .lock6{
	position:absolute;
	left:686px;
	top: 429px;
	height:84px;
	width:162px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply6.gif?v=2) no-repeat;
	z-index:10;
}
.middle4 .prev{
	position:absolute;
	left:0px;
	top: 385px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle4 .float {
	position:absolute;
	display: block;
	left: 50px;
	top: 176px;
}
.middle4 .f3{
	left: 50px;
	top: 176px;
} 
.middle4 .f4{
	left: 57px;
	top: 119px;
} 
.middle4 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle4 .fvlink a:hover{
	color:red;
}
.middle4 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/tag_video.gif?v=2) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle4 .next{
	position:absolute;
	right:0px;
	top: 385px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle4 .next2 {
	position: absolute;
	right: 42px;
	bottom: 214px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle4 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 521px;
	width: 920px;
}
.middle4 .pager{
	position: absolute;
	width: 162px;
	height: 23px;
	bottom: 6px;
	right: 0px;
}
.middle4 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#CFC590;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #5D5352; 
}
.middle4 .pager .home{
	width:42px;
}
.middle4 .pager .selected {
	color:#F53400;
}
.middle4 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) -21px 0 no-repeat;
}
.middle4 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) no-repeat;
}
.img2_3 .lock5{
	position:absolute;
	left:691px;
	top: 376px;
	height:69px;
	width:152px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply5.gif?v=2) no-repeat;
	z-index:10;
}
.img2_3 .lock6{
	position:absolute;
	left:686px;
	top: 429px;
	height:84px;
	width:162px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply6.gif?v=2) no-repeat;
	z-index:10;
}
/*第三个ppt结束*/
.middle5 {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 876px;
}
.middle5 .pics{
	left: 40px;
	top: 146px;
	position:absolute;
	width: 920px;
	height: 556px;
	overflow: hidden;
	background:#050505;
}
.middle5 #imgs_4{	
	width: 920px;
	height: 520px;
}
.middle5 .img{
	width:14720px;
	height: 520px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle5 .img li {
	float:left;
	width:920px;
	height:520px;
	position:relative;
}
.middle5 .img li .lock5{
	position:absolute;
	left:625px;
	top: 405px;
	height:115px;
	width:296px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/button_01.gif?v=2) no-repeat;
	z-index:10;
}
.middle5 .img li .lock6{
	position:absolute;
	left:625px;
	top: 432px;
	height:88px;
	width:296px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/button_02.gif?v=2) no-repeat;
	z-index:10;
}
.middle5 .prev{
	position:absolute;
	left:0px;
	top: 385px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle5 .float {
	position:absolute;
	display: block;
	left: 50px;
	top: 176px;
}
.middle5 .f3, .middle5 .f5, .middle5 .f7{
	left: 50px;
	top: 172px;
} 
.middle5 .f4{
	left: 50px;
	top: 173px;
}
.middle5 .f8{
	left: 50px;
	top: 114px;
} 
.middle5 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle5 .fvlink a:hover{
	color:red;
}
.middle5 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/tag_video.gif?v=2) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle5 .next{
	position:absolute;
	right:0px;
	top: 385px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle5 .next2 {
	position: absolute;
	right: 42px;
	bottom: 212px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle5 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 521px;
	width: 920px;
}
.middle5 .pager{
	position: absolute;
	width: 265px;
	height: 23px;
	bottom: 6px;
	right: 0px;
}
.middle5 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#CFC590;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #5D5352; 
}
.middle5 .pager .home{
	width:42px;
}
.middle5 .pager .selected {
	color:#F53400;
}
.middle5 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) -21px 0 no-repeat;
}
.middle5 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) no-repeat;
}
.img2_4 .lock5{
	position:absolute;
	left:625px;
	top: 405px;
	height:115px;
	width:296px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/button_01.gif?v=2) no-repeat;
	z-index:10;
}
.img2_4 .lock6{
	position:absolute;
	left:625px;
	top: 432px;
	height:88px;
	width:296px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/button_02.gif?v=2) no-repeat;
	z-index:10;
}
/*第四个ppt结束*/
.middle6 {
	position: relative;
	margin: auto;
	width: 1000px;
	height: 732px;
}
.middle6 .content{
	left: 35px;
	top: 146px;
	position:absolute;
	width: 930px;
	height: 466px;
	overflow: hidden;
	background:#050505;
}
.middle6 .pics{
	left: 35px;
	top: 146px;
	position:absolute;
	width: 930px;
	height: 466px;
	overflow: hidden;
	background:#050505;
}
.middle6 #imgs_5{	
	width: 930px;
	height: 430px;
}
.middle6 .img{
	width:3720px;
	height: 430px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.middle6 .img li {
	float:left;
	width:930px;
	height:430px;
	position:relative;
}
.middle6 .img li .lock5{
	position:absolute;
	left:634px;
	top: 337px;
	height:183px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply5.gif?v=2) no-repeat;
	z-index:10;
}
.middle6 .img li .lock6{
	position:absolute;
	left:634px;
	top: 425px;
	height:95px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply6.gif?v=2) no-repeat;
	z-index:10;
}
.middle6 .prev{
	position:absolute;
	left:0px;
	top: 340px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle6 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.middle6 .fvlink a{
	color:#D9AF43;
	text-decoration:underline;
}
.middle6 .fvlink a:hover{
	color:red;
}
.middle6 .fvlink{
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/tag_video.gif?v=2) no-repeat;
	text-indent:22px;
	left: 791px!important;
	top: 31px!important;
	line-height:13px;
}
.middle6 .next{
	position:absolute;
	right:0px;
	top: 340px;
	height:52px;
	width:35px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
	z-index:10;
}
.middle6 .next2 {
	position: absolute;
	right: 42px;
	bottom: 105px;
	width: 360px;
	height: 30px;
	z-index: 20;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
	cursor: pointer;
}
.middle6 .ppp{
	height: 36px;
	left: 0px;
	position: absolute;
	top: 431px;
	width: 930px;
}
.middle6 .pager{
	position: absolute;
	width: 106px;
	height: 23px;
	bottom: 8px;
	right: 10px;
}
.middle6 .pager li{
	float:left;
	height:21px;
	width:20px;
	color:#CFC590;
	text-align:center;
	line-height:20px;
	margin-left:4px;
	cursor:pointer;
	display:block;
	border:1px solid #5D5352; 
}
.middle6 .pager .home{
	width:42px;
}
.middle6 .pager .selected {
	color:#F53400;
}
.middle6 .pager .prev{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) -21px 0 no-repeat;
}
.middle6 .pager .next{
	position:static;
	height:20px;
	width:20px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pager.jpg?v=2) no-repeat;
}
.img2_5 .lock5{
	position:absolute;
	left:634px;
	top: 337px;
	height:183px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply5.gif?v=2) no-repeat;
	z-index:10;
}
.img2_5 .lock6{
	position:absolute;
	left:634px;
	top: 425px;
	height:95px;
	width:286px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/apply6.gif?v=2) no-repeat;
	z-index:10;
}
.middle6 .tips{
	position: absolute;
	width: 620px;
	text-align:center;
	height: 18px;
	line-height:18px;
	bottom: 15px;
	right: 5px;
	color:#676767;
}
/*第五个ppt结束*/
.middle7{
	width:1000px;
	height:664px;
	margin:auto;
	position:relative;
}
.middle8{
	width:1000px;
	height:396px;
	margin:auto;
	position:relative;
}
.middle8 .wtable {
	font-size:14px;
	position: absolute;
	top: 308px;
	color: #D7C293;
	text-decoration: underline;
	right: 435px;
}
.middle8 .more {
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #DB2D2F;
	font-weight:bold;
	font-size:16px;
	text-decoration:underline;
}
.middle9{
	width:1000px;
	height:560px;
	margin:auto;
	position:relative;
}
.middle9 .swf{
	width:28px;
	height:27px;
	left:286px;
	top:102px;
	position:absolute;
}
.middle9 .idea{
	width:55px;
	height:26px;
	left:750px;
	top:203px;
	position:absolute;
	/*background: url(//image2-cdn.compass.cn/special/znz/2022private/images/turnover.gif?v=2) no-repeat;*/
}
.middle9 .person {
	color: #EAE388;
	font-size: 26px;
	letter-spacing:13px;
	position: absolute;
	left: 698px;
	top: 401px;
	height: 38px;
	line-height: 38px;
	width: 116px;
	font-weight:bold;
}
.middle9 .person2 {
	color: #350600;
	font-size: 12px;
	position: absolute;
	left: 832px;
	top: 465px;
	width: 130px;
	text-align: center;
	z-index:10;
}
.middle9 .lock2 {
	height: 82px;
	left: 816px;
	position: absolute;
	top: 383px;
	width: 183px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/lock.gif?v=2) 0px -5px no-repeat;
}
.middle9 .btn_cow_replay{
	display:block;
	width:380px;
	height:32px;
	line-height:32px;
	font-size:18px;
	color:#F99D9E;
	text-decoration:none;
	position: absolute;
	top: 180px;
	left: 240px;
	z-index: 20;
	cursor:pointer;
	font-family:SimHei;
	background: url(//image2-cdn.compass.cn/special/empty.gif) repeat;
}
.middle9 .wtable {
	font-size:12px;
	position: absolute;
	top: 506px;
	color: #963A00;
	text-decoration: underline;
	right: 22px;
}
.middle9 .person2 span{
	color:#350600;
}
.middle9 .link_func2 {
	cursor: pointer;
	display: block;
	height: 18px;
	left: 15px;
	position: absolute;
	top: 413px;
	width: 295px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle9 #f_tomiddle3{
	height:18px;
	top:374px;
}
.middle9 #f_tomiddle4{
	height:18px;
	top:394px;
}
.middle9 #f_tomiddle5{
	top: 412px;
}
.middle9 #f_tomiddle6{
	top:445px;
	left:340px;
	height:22px;
	width:330px;
}
.middle9 .link_more_func{
	position: absolute;
	cursor: pointer;
	display: block;
	width: 120px;
	height: 18px;
	line-height:18px;
	left: 286px;
	top: 520px;
	color: #BCB297;
	font-size: 12px;
	z-index:20;
}
.middle9 .link_double_func{
	cursor: pointer;
	display: block;
	height: 35px;
	left: 350px;
	position: absolute;
	top: 375px;
	width: 256px;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle9 #btn_f_pankou{
	top: 410px;
}
.middle9 .gcode {
	color: #FFFFFF;
	font-size: 15px;
	height: 30px;
	left: 6px;
	line-height: 38px;
	position: absolute;
	top:605px;
	width: 990px;
}
.middle9 .gcode .text {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	margin-right: 44px;
	vertical-align: bottom;
}

.middle9 .gcode .groupcode {
	width: 97px;
	color: #545454;
	position: absolute;
	height: 27px;
	padding: 0 6px 0 6px;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 27px;
	left: 240px;
	top: 2px;
}
.middle9 .gcode .gsubmit {
	height: 25px;
	width: 52px;
	font-weight: bold;
	background: none;
	cursor: pointer; 
	border : none;
	position: absolute;
	left: 359px;
	top:3px;
	border: none;
	background: url(//image2-cdn.compass.cn/special/empty.gif);
}
.middle9 .gcode a.gsubmit:hover {
	text-decoration: none !important;
}
.middle9 .gcode .lock_txt {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	position: absolute;
	left: 545px;
	font-size:12px;
	color:#E9D19E;
}
.middle9 .gcode .lock_txt a.lock11 {
	color: #E9D19E;
	text-decoration: underline;
}
.middle9 .gcode .succ_person {
	height: 22px;
	line-height:22px;
	top:6px;
	left: 724px;
	overflow: hidden;
	position: absolute;
	font-size: 12px;
	color:#CA997B;
}
.middle9 .port_nervous{
	position: absolute;
	display: block;
	width: 89px;
	height: 114px;
	top: 355px;
	left: 601px;
	z-index:20;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/portnervoush.jpg?v=2) no-repeat;
	overflow:hidden;
}

#content_2{
	display:none;
}
.bg_phone_middle2 {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/phone_middle2.jpg?v=2) center top no-repeat;
}
.phone_middle2{
	width:1000px;
	margin:auto;
	position:relative;
	height:736px;
	overflow:hidden;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/phone_middle2.jpg?v=2) center top no-repeat;
}
.phone_middle2 .pics{
	left: 55px;
	top: 278px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#050505;
}
.phone_middle2 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle2 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle2 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle2 .prev{
	position:absolute;
	left:5px;
	top: 380px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_l.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle2 .next{
	position:absolute;
	right:5px;
	top: 380px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_r.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle2 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle2 .pager{
	display:none;
}
.phone_middle2 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 146px;
	z-index:50;
}
/*移动第一个ppt结束*/
.bg_phone_middle3 {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/phone_middle3.jpg?v=2) center top no-repeat;
}
.phone_middle3{
	width:1000px;
	margin:auto;
	position:relative;
	height:710px;
	overflow:hidden;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/phone_middle3.jpg?v=2) center top no-repeat;
}
.phone_middle3 .pics{
	left: 55px;
	top: 248px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#050505;
}
.phone_middle3 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle3 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle3 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle3 .prev{
	position:absolute;
	left:5px;
	top: 360px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_l.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle3 .next{
	position:absolute;
	right:5px;
	top: 360px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_r.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle3 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle3 .pager{
	display:none;
}
.phone_middle3 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 119px;
	z-index:50;
}
/*移动第二个ppt结束*/
.phone_middle4{
	width:1000px;
	margin:auto;
	position:relative;
	height:716px;
	overflow:hidden;
}
.phone_middle4 .pics{
	left: 55px;
	top: 248px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#050505;
}
.phone_middle4 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle4 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle4 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle4 .prev{
	position:absolute;
	left:5px;
	top: 360px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_l.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle4 .next{
	position:absolute;
	right:5px;
	top: 360px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_r.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle4 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle4 .pager{
	display:none;
}
.phone_middle4 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 119px;
	z-index:50;
}
/*手机版第三个ppt结束*/
.phone_middle5{
	width:1000px;
	margin:auto;
	position:relative;
	height:708px;
	overflow:hidden;
}
.phone_middle5 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 250px;
	z-index:50;
}
.phone_middle6{
	width:1000px;
	margin:auto;
	position:relative;
	height:714px;
	overflow:hidden;
}
.phone_middle6 .pics{
	left: 55px;
	top: 248px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#050505;
}
.phone_middle6 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle6 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle6 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle6 .prev{
	position:absolute;
	left:5px;
	top: 350px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_l.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle6 .next{
	position:absolute;
	right:5px;
	top: 350px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_r.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle6 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle6 .pager{
	display:none;
}
.phone_middle6 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 119px;
	z-index:50;
}
.phone_middle7{
	width:1000px;
	margin:auto;
	position:relative;
	height:708px;
	overflow:hidden;
}
.phone_middle7 .pics{
	left: 55px;
	top: 248px;
	position:absolute;
	width: 890px;
	height: 380px;
	overflow: hidden;
	background:#050505;
}
.phone_middle7 .phone_imgs{	
	width: 890px;
	height: 380px;
}
.phone_middle7 .phone_img{
	width:1780px;
	height: 380px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index:10;
}
.phone_middle7 .phone_img li {
	float:left;
	width:890px;
	height:380px;
	position:relative;
}
.phone_middle7 .prev{
	position:absolute;
	left:5px;
	top: 350px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_l.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle7 .next{
	position:absolute;
	right:5px;
	top: 350px;
	height:54px;
	width:39px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/pointer_r.jpg?v=2) no-repeat;
	z-index:10;
}
.phone_middle7 .float {
	position:absolute;
	display: block;
	left: 0px;
	top: 0px;
}
.phone_middle7 .pager{
	display:none;
}
.phone_middle7 .content{
	display: block;
	width: 980px;
	height: 140px;
	left: 10px;
	position: absolute;
	top: 119px;
	z-index:50;
}
.phone_middle8{
	width:1000px;
	margin:auto;
	position:relative;
	height:902px;
	overflow:hidden;
}
.phone_middle8 .content{
	display: block;
	width: 890px;
	height: 380px;
	left: 55px;
	position: absolute;
	top: 350px;
	z-index:50;
}
.phone_middle8 .more{
	position: absolute;
    right: 10px;
    bottom: 80px;
    color: #DB2D2F;
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}
/*
#panel_phone {
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/bg_dialog.jpg?v=2) no-repeat;
	width:775px;
	height:411px;
}
#panel_phone .ptitle {
	background:none;
	height: 39px;
}
#panel_phone .op {
	width: 26px;
	height: 26px;
	right: 9px;
	top: 6px;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
}
#panel_phone ul {
	width:775px;
	height:337px;
}
#panel_phone #submitBtn {
	width:85px;
	height:31px;
	background:url(//image2-cdn.compass.cn/special/znz/2022private/images/button.jpg?v=2) no-repeat;
	border: none;
}

#panel_phone .year a {
	display: block;
	height: 91px;
	width: 775px;
	cursor: pointer;
}
#panel_phone .other a {
	display: block;
	width: 775px;
	height:86px;
	cursor:pointer;
	background:url(//image2-cdn.compass.cn/special/empty.gif);
}

#panel_phone .o1s {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/year1.jpg?v=2) 0 -182px no-repeat!important;
	
}
#panel_phone .o4s {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/year2.jpg?v=2) 0 -182px no-repeat!important;
}

#panel_phone #year1 a {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/year2.jpg?v=2) 0 -91px no-repeat;
}

#panel_phone #year1 .select {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/year1.jpg?v=2) 0 -91px no-repeat;
}

#panel_phone #year4 a {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/year1.jpg?v=2) 0 0 no-repeat;
}

#panel_phone #year4 .select {
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/year2.jpg?v=2) 0 0 no-repeat;
}
#panel_phone #other a {
	
}

#panel_phone #other .select {
	
}
*/
#panel_confirm {}
#panel_confirm .button { 
	color:#690D00;background:#BA9966;border:none;
}
#panel_phone .cfoot {
	right:9px;
	text-align: right;
}
#panel_phone .input {
	width:140px;
	height:33px;
	line-height:33px;
	padding:0 5px;
	background: url(//image2-cdn.compass.cn/special/znz/2022private/images/bg_input.jpg?v=2) 0 0 no-repeat;
	border:none;
}

.html-overflow {
	overflow-y: hidden;
	overflow-x: hidden;
}

form {
	margin: 0;
	padding: 0;
}
/*
body{
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; IE10
	-khtml-user-select: none; 早期浏览器
	user-select: none;
}
*/