.container{
	font:14px/1.8 "Microsoft YaHei";
	background-color: #ffddb7;
}
.banner{
	height:359px;
	background: #ffddb7 url(../images/banner.jpg) no-repeat center 0;
}
.main{
	float: left;
	width: 730px;
}
.relative{
	position: relative;
}
.yellow{
	color:#80370f;
}


.tabs{
    width:100%;
    height:48px;
    background:#e1a87a;
    border-bottom: 2px solid #893b10;
}
.tabs li{
    float:left;
    width:365px;
    font:18px/48px "Microsoft YaHei";
    color:#fff;
    text-align: center;
    cursor: pointer;
}
.tabs li.active{
    background:#893b10;
}

.tabsContent{
    width:100%;
}
.tabsContent .tab-item{
	padding:30px;
	background-color: #fff8ea;
    display: none;
}
.tabsContent .active{
    display: block;
}
.tedian_01{
	height: 300px;
	background:url(../images/tedian_01.png) no-repeat 0 0;
}
.tedian_02{
	height: 470px;
	background:url(../images/tedian_02.png) no-repeat 0 0;
}
.item-title{
	font-size: 24px;
	color:#80370f;
}
.item-para{
	margin:10px 0;
}
.item-line{
	height: 1px;
	font-size: 0;
	overflow: hidden;
	background-color: #80370f;
	margin:20px 0;
}
.buynow{
	position: absolute;
	width: 193px;
	height: 78px;
	text-indent: -9999px;
	background:url(../images/buynow.png);
	right: 0;
	bottom: 0;
}


.xinxi_01{
	height: 710px;
	background:url(../images/xinxi_01.png) no-repeat 0 0;
}
.item-remark{
	font-size: 12px;
	color:#aaa;
	text-align: right;
}

.bottom-remark{
	padding:20px 0;
	background-color: #893b10;
	color:#eacba2;
	line-height: 1.5;
}



.aside{
	float: right;
	width: 215px;
	padding:15px;
	background-color: #80370f;
	color:#fff1d4;
	border-radius: 5px;
	text-align: center;
	position: relative;
	top:0px;
	
}
.fixed{
	position: fixed;
	_position:relative;
	top:0;
	left:50%;
	margin-left: 255px;
}
.aside-title{
	font-size: 15px;
	line-height: 1.3;
}
.aside-btn, .aside input{
	display: block;
	width: 100%;
	background-color: #fff1d4;
	padding:5px 0;
	font-size: 22px;
	font-weight: bold;
	color:#80370f;
	text-align: center;
	border:0;
	outline: 0;
	text-decoration: none;
	border-radius: 5px;
	margin:10px 0;
}
.aside input{
	background-color:#fff;
	color:#333;
	font-weight:normal;
	font-size:18px;
}
.aside button{
	cursor: pointer;
}
.aside .mm-call{
	font:26px "Impact";
	color:#fff;
}

.aside-regist{
	color:#fff1d4;
	display: block;
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: 1px dashed #fff1d4;
}







/* 基本弹出层样式 */
.my-popup-overlay {
    width:100%;
    height:auto;
    /*  width height is defined by javascript  */
    position: absolute;
    top:0;
    left: 0;
    z-index: 1000;
    background-color: #000;
    opacity: 0.5;
    *filter:alpha(opacity=50);
}
.my-popup{
    position: fixed;
    top:200px;
    left:50%;
    /* margin-left:; defined by js */
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop + 200));
    padding:10px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    background: #053899;
    z-index:1001;
    font-family: "Microsoft YaHei";
}
.my-popup-close{
    position: absolute;
    top:15px;
    right: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    color:#aaa;
    cursor: pointer;
}

.my-popup-content{
    background-color: #fff;
}


/* 弹出层样式自定义部分 */
.popup-title{
    padding:25px 0 10px;
    font-size: 14px;
    text-align: center;
}
.popup-inner{
    width:300px;
    padding:30px 0 10px;
    text-align: center;
    font-size: 16px;
}


.close-forsure{
	position: static;
	display: block;
	width:150px;
	margin:10px auto;
	line-height: 30px;
	background-color: #e30000;
	color: #fff;
	text-align: center;
}
.close-forsure:hover{
	color:#fff;
}


.forceLogin{
	position: fixed;
	_position:absolute;
	top:0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background:#000;
	filter:alpha(opacity=95);
	background:rgba(0, 0, 0, 0.9);
	text-align: center;
	display: none;
	font-family: "Microsoft YaHei";
}
.forceLogin .login{
	display: inline-block;
	width:450px;
	background-color: #fff;
	margin-top:250px;
}
.forceLogin .info{
	font-size: 20px;
	margin:20px 0;
	color:#e30000;
}
.forceLogin .forsure{
	display: block;
	width:100px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	background-color: #e30000;
	border-radius: 5px;
	text-decoration: none;
	margin:20px auto;
	color:#fff;
}
.forceLogin .forsure:hover{
	color:#fff;
}
.forceLogin .regist{
	display: block;
	font-size: 14px;
	color:#00a;
	margin:20px 0;
}