.focus {
	background: url(/structure/image/product/features/bg.jpg) center no-repeat;
	background-size: cover;
}
p.comming-soon::after {
	content: '';
	background-image: url(/structure/image/comming-soon.png);
	width: 90px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

/*menu*/
.pro_menu {
	float: left;
}
.fixPro {
	position: fixed;
	top: 110px;
}
.clear {
	clear: both;
}

.ce .drop {
	position: absolute;
	margin-left: 200px;
	z-index: 99;
	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
}

.ce .drop_hover {
	transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
}

/*tabs menu*/

.tabs_menu {
	position: absolute;
	z-index: 4;
	text-align: left;
	top: 5px;
	border-bottom: 1px solid #999;
}
.tabs_menu a {
	display: inline-block;
	color: #0098ff;
	text-align: center;
	font-size: 1.3rem;
	padding: 0px 10px;
	background: #d4edff;
}
/*features_description*/
.features_description {
	position: relative;
	height: auto;
	color: #666;
	text-align: center;
	max-width: 860px;
	float: left;
	margin-left: 20px;
}

.bgG {
	background: #f6f6f6;
}

.learn_more_p {
	display: inline-block;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #31adff;
	color: white;
	border-radius: 5px;
}

.learn_p {
	color: #bbb;
	font-size: 12px;
}

.features_description .firstLi {
	margin-top: 30px;
}

.features_description li {
	text-align: center;
	padding: 10px 0;
	position: relative;
}

.features_description h3 {
	margin-bottom: 20px;
}

.Lcontent {
	float: left;
	width: 290px;
	text-align: justify;
	margin: 50px 25px;
}

.Lcontent h3 {
	text-align: left;
}

.Rcontent {
	float: right;
	width: 320px;
	text-align: justify;
	margin: 50px 25px;
}
.Rcontent h3 {
	text-align: left;
}

.Mcontent {
	text-align: left;
	width: 650px;
	padding-top: 20px;
	margin: 0 auto;
}

.Lcontent p,
.Rcontent p,
.Mcontent p {
	font-size: 14px;
}

.LongContent {
	width: 345px;
	margin-right: 0px;
}

.RLcontent {
	width: 345px;
	margin-left: 0;
}

.li_bot {
	display: inline-block;
	height: 1px;
	width: 600px;
	background: #eee;
}

.Midcontent {
	margin: 50px 25px;
}
/*content*/
.tabs {
	padding: 10px 20px;
}
.tabs_con {
	max-width: 800px;
	-moz-box-shadow: 1px 0px 50px 1px #edeaea;
	-webkit-box-shadow: 0px 1px 50px 1px #edeaea;
	box-shadow: 1px 0px 50px 1px #edeaea;
	float: left;
	margin-left: 20px;
	padding: 30px 0;
	display: none;
}
.tabs3 {
	position: absolute;
	z-index: 60;
	overflow: hidden;
	width: 790px;
	height: 30px;
	top: 80px;
	padding: 0;
	list-style: none;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;
}
.tabs li {
	float: left;
	margin: 1em;
}
.tabs a {
	position: relative;
	padding: 6px 3px;
	float: left;
	text-decoration: none;
	color: #444;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	font-size: 14px;
	cursor: pointer;
}
.tabs a:focus {
	outline: 0;
}
.tabs #current a {
	z-index: 3;
	color: #2c8cf3;
}
.content {
	background: #fff;
	max-width: 755px;
	padding: 0 35px;
	height: auto;
	position: relative;
	z-index: 2;
	border-bottom-color: transparent;
}
.main_content {
	width: 100%;
	position: relative;
	background-color: #fff;
	margin-top: 13px;
}

.stand-content {
	width: 1155px;
	background-color: #fff;
	padding-bottom: 50px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.down_content {
	max-width: 800px;
	margin: 80px 0px;
	top: 50px;
	float: left;
	display: none;
}

.standards h3,
.standards-nvr h3 {
	font-size: 20px;
	border-top: 1px solid #e9e9e9;
	float: left;
	margin-left: 0px;
	margin-right: 30px;
	padding: 25px 0;
	font-weight: normal;
}

.standards h3 {
	width: 80px;
	clear: both;
}

.standards-nvr h3 {
	width: 100px;
}

.standards-nvr h3 p {
	display: inline;
}

/*Remove top line*/
.first_hr {
	padding: 25px 0;
	border-top: 0px solid #c8c6c6 !important;
}

.second_hr,
.third_hr,
.fourth_hr,
.fifth_hr {
	border-top: 0px solid #c8c6c6 !important;
}

.first_p {
	border-top: 0px solid #c8c6c6 !important;
	padding: 14px 0;
}

.second_p,
.third_p,
.fourth_p,
.fifth_p {
	border-top: 0px solid #c8c6c6 !important;
}

.stan-center,
.stan-center-nvr {
	border-top: 1px solid #e9e9e9;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	padding: 14px 0;
}

.stan-center p,
.stan-center-nvr p {
	margin: 20px 0;
	font-size: 13px;
	text-align: left;
}

.stan-center .system_p1 {
	margin-top: 40px;
}
.stan-center .system_p2 {
	margin-top: 60px;
}
.stan-center .system_p3 {
	margin-top: 80px;
}
.stan-center-nvr .recording_p2 {
	margin-top: 60px;
}
.standards-nvr .snapshot_p1 {
	margin-top: 80px;
}
.stan-center-nvr .dimen_p1 {
	margin-top: 40px;
}
.stan-right,
.stan-right-nvr {
	border-top: 1px solid #e9e9e9;
	padding: 14px 0;
	float: left;
}

.stan-right {
	max-width: 390px;
}

.stan-right-nvr {
	max-width: 400px;
}

.stan-right p,
.stan-right-nvr p {
	padding: 0;
	margin: 0;
	margin: 20px 0;
	font-size: 13px;
	text-align: left;
}
/*Top bar*/

.focus {
	padding-top: 0px;
	height: 560px;
}
.xmSlide {
	height: 100%;
}
.focus .xmSlide img {
	margin-top: 80px;
}

.xmSlide-pagination {
	position: relative;
	top: 10px;
	text-align: center;
	margin-left: 600px;
}

.xmSlide-pagination li {
	margin: 0px 5px;
	display: inline-block;
}

.xmSlide-pagination li a {
	border-radius: 8px;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;
	display: inline-block;
	background-color: rgb(204, 209, 217);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.xmSlide-pagination li a.active {
	background-color: rgb(101, 109, 120);
}

.iview_left {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-left: -470px;
	margin-top: 140px;
	z-index: 99;
}

.iview_left h1 {
	color: #2c8cf3;
	font-size: 34px;
	margin: 5px 0;
	font-weight: bolder;
}

.iview_top p {
	color: #26292f;
	font-size: 1.4rem;
	width: 600px;
}

.iview_center {
	margin-top: 24px;
	padding-bottom: 20px;
	/* border-bottom: 1px solid #6c6f76; */
	width: 550px;
}

.iview_center p {
	font-size: 1.1rem;
	font-weight: lighter;
	color: #676b77;
}

.iview_center .small {
	font-size: 1rem;
}

.iview_bottom {
	width: 530px;
	margin-top: 0;
	margin-left: 8px;
	border-top: 1px solid #6c6f76;
}

.iview_margin img {
	margin-right: 8px;
}

.iview_right {
	position: absolute;
	right: 10%;
	top: 20%;
}

.xmSlide_01,
.xmSlide_02,
.xmSlide_03 {
	margin-left: 80px;
	margin-top: 50px;
	display: none;
}

.xmSlide_01 {
	float: right;
}

/*content*/

.tabShow {
	display: list-item !important;
}
/* ------------------------------------------------- */
.stand_content2 {
	position: relative;
	margin: 50px auto;
	padding-left: 80px;
	margin-bottom: 50px;
	text-align: left;
	float: left;
}
/*-------------------------------------------------------*/
/*vms*/
.vms-third {
	float: left;
	max-width: 800px;
	width: calc(100% - 270px);
	text-align: left;
}
.vms-third p {
	color: grey;
	margin: 20px;
	text-align: justify;
}
.vms-third h1 {
	color: #ffffff;
	font-size: 20px;
	background-color: #24a8f1;
	text-align: center;
	padding: 2px 10px;
	margin-left: 21px;
	display: inline-block;
}
.PosR {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.PosR .overview {
	position: absolute;
	color: white;
	text-align: justify;
	top: 20px;
	left: 20px;
}

.PosR .overview p,
.PosR .overview h2 {
	color: #fff;
	margin-left: 20px;
}

.vms-third h2 {
	margin-top: 30px;
	margin-left: 40px;
	font-size: 26px;
	color: grey;
	text-align: left;
}

.vms-third .nvrTi {
	position: absolute;
	top: 0;
	color: #fff;
}

.vms-third .nvrTool {
	position: absolute;
	bottom: 0;
	color: #fff;
}

.BtnDown {
	padding: 8px 20px;
	background: #00a0e8;
	color: white;
	font-size: 28px;
	border-radius: 12px;
	margin: 30px auto 20px;
	display: inline-block;
}

.vms_main {
	width: 100%;
	background: url(/structure/image/product/software_bg.png);
	overflow: hidden;
}

.vms_main .vms_mar {
	max-width: 960px;
	margin: 0 auto;
}
.vms_left {
	text-align: left;
	color: #fff;
	float: left;
	margin-top: 110px;
}
.left_bottom p {
	width: 200px;
	margin-top: 40px;
	font-size: 32px;
	font-weight: lighter;
	padding: 5px 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #2c8cf3;
}
.left_top h1 {
	font-size: 50px;
}
.left_top p {
	font-size: 1.35rem;
}
.left_center p {
	font-size: 18px;
}

.vms_right {
	float: right;
	margin-top: 160px;
	margin-right: 55px;
}

.h265_pro_box_feature_description {
	height: 700px;
}

.pro_box_feature_description {
	height: 600px;
}

.iview_left .h265_pro_bullet_h1,
.iview_left .h265_pro_dome_h1 {
	width: 500px;
}

.h265_center {
	margin-top: 10px;
	padding-bottom: 20px;
}

.pro_series {
	width: 210px;
}

.download_content {
	position: absolute;
	margin-left: 30px;
}

.download_content_p {
	margin-left: 15px;
	display: inline;
	color: #444;
}

.download_content_p:hover {
	color: #41a7fe;
}

.MS_APP_left_bottom p {
	width: 212px;
	margin-top: 10px;
	font-size: 30px;
	font-weight: lighter;
	padding: 5px, 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #2c8cf3;
}

.M-Sight_p {
	font-size: 15px;
	margin-top: 5px;
}

.qr_code {
	margin-top: 10px;
}

.stand_content2 .content2_p {
	color: #000;
}

.pdfLink {
	display: block;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: left;
}
.footer-show li {
	float: left;
	margin-right: 5px;
}
.tabShow {
	text-align: left;
}
.soft .tabs_menu {
	display: none;
}
.pro_menu .icon-play {
	display: inline-block;
	color: white;
	color: #999;
	margin: 0;
	float: right;
	position: relative;
	cursor: pointer;
	font-size: 20px;
	padding: 10px 8px;
}
.stan-content {
	float: left;
	text-align: left;
	font-size: 13px;
	padding: 20px 0;
	border-bottom: 1px solid #e9e9e9;
}
.data-center,
.data-right {
	padding: 10px 20px;
	display: inline-block;
	max-width: 390px;
	vertical-align: text-top;
}
.data-center {
	width: 145px;
}
.last-content {
	border: none;
}
.flex_intro {
	display: flex;
	flex-direction: row;
	padding: 50px 25px;
}
.flex_intro.reverse {
	flex-direction: row-reverse;
}
.flex_intro div {
	padding-right: 25px;
	text-align: justify;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 100%;
}
.flex_intro p {
	font-size: 14px;
}
.flex_intro.reverse div {
	padding-left: 25px;
	padding-right: 0;
}
.flex_intro picture {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left: 25px;
}
.flex_intro.reverse picture {
	padding-right: 25px;
	padding-left: 0;
}
.flex_intro::after {
	content: '';
	height: 1px;
	width: 60%;
	background: #eee;
	position: absolute;
	left: 20%;
	bottom: 20px;
}
.model-tip{
	text-align: left;
	padding: 10px 36px;
	font-size: 15px;
}
.model-tip .tip-link{
	display: inline-block;
	margin-left: 10px;
	color: #2c8cf3;
}
.model-tip .tip-text{
	display: inline-block;
	font-style: italic;
}
@media (max-width: 960px) {
	.PosR .overview {
		position: relative;
		padding-bottom: 20px;
		left: 0;
	}
	.vms-third p {
		text-align: center;
	}
	.vms-third li p {
		text-align: left;
	}
	.vms-third h2 {
		margin-left: 16px;
		text-align: center;
	}
	.PosR .overview p,
	.PosR .overview h2 {
		color: grey;
	}
	.vms-third .nvrTi {
		position: relative;
		color: grey;
	}
	.vms-third .nvrTool {
		position: relative;
		color: grey;
	}
	.focus {
		background: url(/structure/public/image/product/featurebg.jpg) center no-repeat;
		background-size: cover;
		position: relative;
		height: 600px;
	}
	.pro_menu,
	.iview_center,
	.stand_content2 {
		display: none;
	}
	.xmSlide {
		display: none !important;
	}
	.iview_left {
		position: absolute;
		top: 130px;
		left: 50px;
		margin: 0;
		z-index: 9;
	}
	.iview_left h1 {
		color: #2c8cf3;
		font-size: 3rem;
		margin: 5px 0;
		font-weight: bolder;
	}
	.iview_left p {
		font-size: 2.5rem;
		width: 50%;
		color: #222;
		font-weight: normal;
		padding-top: 30px;
	}
	.iview_bottom {
		margin-top: 50px;
		width: 100%;
		border-top: none;
	}
	.mobileImg,
	.vms_right {
		position: absolute;
		right: 20px;
		top: 180px;
	}
	.vms_right {
		margin: 90px 0;
	}
	.mainContain,
	.content {
		padding-top: 0;
		margin: 0;
	}
	.tabs_menu {
		background: url(/structure/public/image/product/tab.png) -30px -20px no-repeat;
		width: 90%;
	}
	.tabs_menu a {
		font-size: 1.8em;
		padding: 0;
		background: none;
		color: #000;
		width: 170px;
		padding: 10px 0;
	}
	.tabs_menu a:last-child {
		margin-left: 30px;
	}
	.tabs_menu .drop {
		display: none;
	}
	.features_description .firstLi {
		margin-top: 50px;
	}
	.features_description li {
		text-align: center;
		padding: 30px 0;
	}
	.features_description .Lcontent img {
		margin-top: 0;
	}
	.features_description h3 {
		margin-bottom: 20px;
		text-align: center;
		font-size: 2.5em;
	}
	.Lcontent {
		float: left;
		margin: 25px;
		text-align: center;
		width: auto !important;
	}
	.Rcontent {
		float: right;
		margin: 25px;
		width: auto !important;
	}
	.Lcontent p,
	.Rcontent p,
	.Mcontent p {
		font-size: 2rem;
		text-align: center;
	}
	h4 {
		font-size: 2.2rem;
		text-align: center;
	}
	.li_bot {
		height: 2px;
		width: 80%;
	}
	.tabs a {
		font-size: 2rem;
		padding: 10px 20px;
	}
	.tabs_con {
		margin: 0;
	}
	.content {
		padding: 0 10px;
	}
	.standards {
		padding: 0 20px;
	}
	.standards:after,
	.standards-nvr:after {
		clear: both;
		display: block;
		content: '';
	}
	.stan-center,
	.stan-center-nvr {
		margin-left: 0;
		margin-right: 6px;
		padding: 0;
		width: 145px;
		padding: 14px 0;
	}
	.standards h3,
	.standards-nvr h3 {
		font-size: 2.5rem;
		width: 100%;
		text-align: left;
		padding-bottom: 0;
	}
	.stan-right {
		max-width: calc(100% - 151px);
		padding: 14px 0;
	}
	.stan-right p,
	.stan-right-nvr p,
	.stan-center p,
	.stan-center-nvr p {
		font-size: 1.8rem;
		height: 80px;
		word-break: break-word;
	}
	.stan-center .system_p1,
	.stan-center-nvr .dimen_p1 {
		margin-top: 20px;
	}
	.stan-right .mt80,
	.stan-right-nvr .mt80,
	.stan-center-nvr .mt80,
	.stan-center .mt80 {
		margin-top: 80px;
		height: 60px;
	}
	.stan-right .mt40,
	.stan-center .mt40 {
		margin-top: 60px;
		height: 50px;
	}
	.stan-center-nvr .mt120,
	.stan-right-nvr .mt120,
	.stan-center .mt120,
	.stan-right .mt120 {
		margin-top: 140px;
		height: 50px;
	}
	.pdfLink,
	.tabShow {
		font-size: 2rem;
	}
	.vms_left {
		padding: 50px;
		width: 65%;
	}
	.left_center,
	.left_top p {
		width: 65%;
		font-size: 2rem;
	}
	.vms-third {
		margin-top: 30px;
		width: 100%;
	}
	.nvrTool,
	.vms-third p,
	.left_top p {
		font-size: 2rem;
		line-height: 1.5;
	}
	.vms-third h1,
	.vms-third h2 {
		font-size: 3rem;
	}
	.mt30 p {
		font-size: 1.2rem;
		z-index: 9;
		word-break: break-all;
	}

	.showProMenu {
		display: inline-block;
		width: 50px;
		height: 150px;
		position: fixed;
		top: 45%;
		left: 0;
		background: url('/structure/mimg/proMenu/arrow.png') center no-repeat;
		background-size: cover;
		z-index: 998;
	}
	.pro_menu {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 98;
		background: #000;
		top: 100px;
		left: 0;
		overflow: scroll;
	}
	.ce_top .ce_top {
		display: none;
	}
	.ce {
		font-size: 36px;
	}
	.ce li {
		border-bottom: 1px solid rgb(234, 234, 234);
		text-align: left;
	}
	.ce {
		display: block;
		background: rgba(0, 0, 0, 0.8);
		padding: 20px 50px;
		margin-bottom: 150px;
	}
	li.ce_top {
		display: block;
		text-align: right;
		border-bottom: none;
	}
	.pro_close {
		height: 60px;
		width: 60px;
		background: url(../mimg/share/close.png) center no-repeat;
		border: 1px solid #ddd;
		display: inline-block;
	}
	.li_A {
		border-top: none;
	}
	.ce li a p {
		padding-left: 100px;
		color: white;
	}

	.ce li a {
		padding: 20px;
		color: #8c979d;
		display: block;
	}
	.er li {
		border-bottom: 0.5px solid rgb(234, 234, 234);
		border-top: 0.5px solid rgb(234, 234, 234);
	}
	.er li a {
		display: inline-block;
		color: #8c979d;
		font-size: 24px;
		width: 80%;
	}
	.er li a p {
		padding-left: 90px;
	}
	.pro_menu .icon-play {
		font-size: 50px;
	}
	.pro_series {
		width: auto;
	}
	.iview_top {
		height: 210px;
	}
	.features_description {
		margin-left: 0;
	}
	.fspro {
		font-size: 70px;
		float: left;
		padding-left: 20px;
		color: white;
	}
	.Lcontent,
	.Rcontent,
	.Mcontent {
		float: none;
		padding: 0;
		margin: 0;
	}
	.features_description li img {
		margin: 30px 0;
		width: 100%;
	}
	.features_description p {
		line-height: 1.6;
		padding: 0 20px;
	}
	.wid80 {
		width: 80%;
	}

	.data-center,
	.data-right {
		display: inline-block;
		font-size: 1.8rem;
		word-break: break-word;
	}
	.flex_intro,
	.flex_intro.reverse {
		flex-direction: column;
		padding: 0 20px 10px 20px;
	}
	.flex_intro::after {
		bottom: 30px;
		height: 2px;
		width: 80%;
		left: 10%;
	}
	.flex_intro div,
	.flex_intro.reverse div,
	.flex_intro picture,
	.flex_intro.reverse picture {
		padding: 0;
	}
	.flex_intro div p,
	.flex_intro.reverse div p {
		font-size: 2rem;
		padding: 0;
		text-align: center;
	}
}
@media (max-width: 700px) {
	.data-right {
		max-width: calc(100% - 230px);
	}
}
@media (min-width: 961px) {
	.pageContent .floatR {
		display: none;
	}
	.ce_top {
		width: 250px;
	}

	.ce {
		display: block;
		width: 250px;
		background: #f9f9f9;
		font-size: 18px;
	}

	/*position:absolute; top:50px;left:300px;z-index:5;*/

	.ce li {
		border-bottom: 1.5px solid rgb(234, 234, 234);
		border-top: 1.5px solid rgb(234, 234, 234);
		border-left: 0.8px solid rgb(234, 234, 234);
		border-right: 0.8px solid rgb(234, 234, 234);
	}
	.fspro {
		float: left;
		font-size: 32px;
	}

	.ce li a p {
		padding-left: 50px;
		text-align: left;
	}

	.ce li a .bullet_p {
		padding-left: 30px;
	}

	.ce li a {
		padding: 10px 10px 10px 10px;
		color: #8c979d;
		display: block;
		cursor: pointer;
	}

	.ce li .ce_top {
		width: 250px;
		padding: 0px 0px 0px 0px;
	}

	.ce li .a_hover {
		background-color: #eeeeee;
	}

	.ce li .a_init {
		background-color: #fff;
	}

	.ce li .xz {
		background-color: #eeeeee;
	}

	.er {
		display: none;
		width: 250px;
		background-color: #f9f9f9;
		top: 0px;
		left: 0px;
	}

	.er li {
		border-bottom: 1px solid rgb(234, 234, 234);
		border-top: 1.5px solid rgb(234, 234, 234);
		border-left: 0.8px solid rgb(234, 234, 234);
		border-right: 0.8px solid rgb(234, 234, 234);
	}

	.er li a {
		display: block;
		color: #8c979d;
		font-size: 12px;
	}

	.er li a p {
		padding-left: 30px;
	}

	.er .third-li {
		padding-left: 60px;
	}

	.er .sen_x {
		background-color: #41a7f1;
		color: #fff;
	}
	.mainContain {
		min-width: 1080px;
		position: relative;
	}
	.features_description,
	.tabs_con,
	.down_content {
		width: calc(100% - 270px);
	}
	.tabs_menu {
		width: calc(100% - 400px);
		max-width: 800px;
		left: 270px;
	}
	.tabs_menu .drop {
		display: inline-block;
	}
	.tabs_menu .bgW {
		background: #fff;
	}
	.tabs_menu {
		padding-bottom: 5px;
	}
	.mobileImg {
		display: none;
	}
	.standards:after,
	.standards-nvr:after {
		clear: both;
		display: block;
		content: '';
	}
	.standards,
	.standards-nvr {
		max-width: 960px;
	}
	.stan-center,
	.stan-center-nvr {
		width: 175px;
	}
	.stan-right-nvr {
		width: 400px;
	}
	.vms_left {
		width: 490px;
	}
	.left_center {
		margin-top: 30px;
	}
	.vms-third {
		margin-left: 20px;
	}
	.vms-third p {
		font-size: 15px;
	}
	.PosR .overview {
		width: 380px;
	}
	.stand_content2 .content2_p:hover {
		color: #249ff4;
	}
	.fixRight {
		margin-left: 270px;
	}
	.absPro {
		position: absolute;
		bottom: 440px;
	}
	.pc-wid650 {
		width: 650px !important;
	}
}
