.plugin_container {
	padding-top: 150px;
}

.plugin_container .content {
	margin: 0 auto;
	padding-top: 50px;
	text-align: left;
}

.content {
	font-size: 24px;
}

.content .row {
	position: relative;
}

.content .left .right {
	float: left;
	font-size: 14px;
}

.preview {
	width: 654px;
	padding-top: 20px;
}

.frameContainer {
	background-image: url(../../../images/weather_bg1.png);
	background-color: #000000;
	background-attachment: scroll;
	width: 652px;
	height: 580px;
	margin-left:auto;
	margin-right:auto;
}
.frameContainer.pcContainer{
	width: 652px;
	height: 580px;
}
.frameContainer.mobileConatiner{
	width:360px;
	height:580px;
}
.previewframe{
		position:absolute;
	}
.pcContainer{
	overflow-x:scroll;
	overflow-y:scroll;
}
.pcContainer .previewframe{
	height:580px;
	width:1024px;
}
.mobileConatiner .previewframe{
	width:360px;
	height:580px;
}
.preview_container{
	background:#f7f7f7;
	position:relative;
}
.platform{
	position:absolute;
	top:-40px;
	right:0;
}
.platform .pcspan{
	display:inline-block;
	width:30px;
	height:30px;
	background-image:url("../../../images/pc_normal.png");
	background-size:30px 30px;
	background-repeat:no-repeat;
	vertical-align:middle;
	cursor:pointer;
}
.platform .pcspan.highlight{
	background-image:url("../../../images/pc_highlight.png");
}

.platform .wapspan{
	display:inline-block;
	width:30px;
	height:30px;
	cursor:pointer;
	background-image:url("../../../images/cellphone_normal.png");
	background-size:30px 30px;
	background-repeat:no-repeat;
	vertical-align:middle;
}
.platform .wapspan.highlight{
	background-image:url("../../../images/cellphone_highlight.png");
}
.border{
	width:1px;
	display:inline-block;
	background-color:#e9e9e9;
	height:30px;
	vertical-align:middle;
}
a:hover{
	text-decoration: none !important;
}




