
.column-banner{
	position: relative;
	height: 300px;
}
.template_banner{
	height: 500px;
}
.template_banner .column-banner-text{
	text-align: left; 
}
.column-banner-mask{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/dot.png) repeat;
}
.column-banner-text{
	position: relative;
	top: 30%;
	text-align: center;
}
.column-banner-text h1, .column-banner-text h2{
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 0 10px #666;
}
.column-banner-text p{
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	text-shadow: 0 0 5px #666;
}
/*============================= Index Start ============================*/

/*å…¬ç��1�7*/
.index-content{
	padding: 50px 0 80px 0;
}
.index-column-title{
	margin-bottom: 60px;
	text-align: center;
}
.index-column-title h2{
	position: relative;
	font-size: 42px;
	color: #54ACFC;
}
.index-column-title h2:after{
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	margin: 15px auto;
	background: #2a7fff;
}
.index-column-title p{
	font-size: 18px;
	color: #999;
}

/* è½®æ’1�7 */
.banner{
	height: 610px;
	background: #fafafa;
}
/* .banner a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
} */
.banner .layui-carousel-ind ul,.m-banner .layui-carousel-ind ul{
	background: transparent;
}
.banner .layui-carousel-ind ul li{
	margin: 0 5px;
}

.banner-w {
	margin-left: 20%;
	margin-top: 180px;
}
.banner-w h1{
	font-size: 2.95rem;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #fff;
}
/* .banner-w h1:after{
	content: '';
	position: absolute;
	width: 5rem;
	height: 7px;
	background: #fff;
	left: 0;
	bottom: 0;
} */


.banner-w .sub_title{
	margin: 29px 0 10px;
	font-size: 1.5rem;
    font-weight: bold;
	color: #fff;
	font-family: "微软雅黑";
}
.banner-w .desc{
	font-size: 1.5rem;
    font-weight: lighter;
	color: #fff;
}
.banner-w .btn, .template_banner .btn{
	height: 30px;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 0 15px;
    margin-right: 15px;
    border: 1px solid #fff;
    font-size: 20px;
}

.m-banner{
	display: none;
	height: 300px;
	background: #fafafa;
}

/*index-feature*/
.index-feature{
	padding: 50px 0;
}

.index-feature .btn{
	height: 30px;
    line-height: 30px;
    color: #54ACFC;
    cursor: pointer;
    display: inline-block;
    border-radius: 5px;
    padding: 7px 15px;
    margin-right: 15px;
    border: 1px solid #54ACFC;
	font-size: 20px;
	margin-top: 30px;
}
.index-feature-title{
	text-align: center;
}
.banner .local_version, .banner .local_version .icon{
	color: #f5f5f5;
}
 .local_version{
	color: #999;
	margin-top: 15px;
	font-size: 16px !important;
}

.local_version .icon{
	color: #999;
	margin-left: 10px;
	font-size: 26px !important;
}

/* äº§å“1�7 */
.index-product{
	padding: 50px 0;
}
.index-product .product-box{
	position: relative;
}

.index-product-features-box{
	padding: 20px;
	height: 130px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

.index-product-features-box:hover{
	background-color: white;
	box-shadow: 0 0 20px #ddd;	
}

.index-product-features-box .icon{
	display: block;
	margin: 20px 0 10px 0;
	font-size: 40px;
	color: #2a7fff;
}
.index-product-features-box p{
	padding: 0 10px;
	font-size: 15px;
	line-height: 30px;
}

.index-product .product-cont{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.3);
	overflow: hidden;
}
.index-product .product-cont h2{
	position: relative;
	top: 40%;
	padding: 0 15px;
	text-align: center;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.index-product .product-cont h2 p{
	font-size: 24px;
	color: #fff;
	line-height: 1.8;
}
.index-product .product-intro{
	position: absolute;
	top: 380px;
	padding: 0 20px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.index-product .product-intro p{
	height: 180px;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	overflow: hidden;
}
.index-product .product-intro a{
	display: block;
	width: 100px;
	height: 35px;
	margin: 20px auto 0 auto;
	line-height: 35px;
	text-align: center;
	color: #333;
	background-color: rgba(255,255,255,.6); 
	border-radius: 5px;
}
.index-product .product-intro a:hover{
	background: rgba(255,255,255,.8);
}
.index-product li:hover .product-cont{
	background-color: rgba(0,0,0,.5);
}
.index-product li:hover .product-cont h2{
	top: -100px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.index-product li:hover .product-cont .product-intro{
	top: 20%;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}

/* ä¼˜åŠ¿ */
.index-advantage-cont .advantage-list{
	padding-left: 20px;
}
.index-advantage-cont .advantage-list li{
	margin-bottom: 30px;
}
.index-advantage-cont .advantage-list li h4{
	font-size: 18px;
	font-weight: 600;
}
.index-advantage-cont .advantage-list li p{
	font-size: 16px;
	color: #999;
}

/* æ–°é��»ä¸­å¿Ƅ1�7 */
.index-news dt{
	margin-bottom: 20px;
}
.index-news dt .news-title{
	padding: 10px;
	border: 1px solid #e6e6e6;
}
.index-news dt a:hover img{
	opacity: .9;
}
.index-news dd{
	position: relative;
	margin-bottom: 10px;
}
.index-news dd a{
	display: block;
	padding-right: 80px;
}
.index-news dd span{
	position: absolute;
	right: 0;
	font-size: 12px;
	color: #999;
}

/* åˆä½œä¼™ä¼1�7 */
.index-partner img{
	border: 1px solid #ededed;
}

/*============================= Index End ============================*/

/*============================= æ–°é��1�7 Start ============================*/

/* æ–°é��»åˆ��è¡1�7 */
.news-layout .news-list li{
	padding: 30px 0;
	border-bottom: 1px solid #e6e6e6;
}
.news-layout .news-img{
	position: relative;
}
.news-layout .news-img img{
	vertical-align: middle;
}
.news-layout .news-info{
	padding-left: 30px;
}
.news-layout .news-info h3{
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
}
.news-layout .news-info .news-time{
	line-height: 30px;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
}
.news-layout .news-info .news-intro{
	margin-top: 5px;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
}

/* æ–��ç« è¯¦æƒ��1�7 */
.article-container{
	background: #f5f5f5;
	overflow: hidden;
}
.article-layout{
	margin: 30px 0;
	padding: 50px;
	background: #fff;
	border: 1px solid #ededed;
}
.article-layout h1{
	margin-bottom: 30px;
	font-size: 30px;
	text-align: center;
}
.article-layout .article-info{
	padding: 10px 0	;
	color: #999;
	text-align: center;
	border: 1px dashed #ddd;
	border-width: 0px 0 1px 0;
}
.article-layout .article-info span{
	margin: 0 10px;
	color: #666;
}
.article-layout .article-content p{
	margin: 30px 0;
	font-size: 16px;
	line-height: 30px;
}
.article-layout .article-content img{
	display: block;
	margin: auto;
}
.article-layout .article-switch{
	overflow: hidden;
}
.article-layout .article-switch a{
	display: inline-block;
	width: 45%;
	font-size: 16px;
}
.article-layout .article-switch .article-prev{
	float: left;
}
.article-layout .article-switch .article-next{
	float: right;
	text-align: right
}
/*============================= æ–°é��1�7 End ============================*/

/*============================= äº§å“ä»��ç»1�7 Start ============================*/

/* äº§å“ç®€ä»‹banner */
.product-banner{
	height: 450px;
	background: url(../images/product_banner_bg.jpg) center no-repeat;
}
.product-banner-cont{
	overflow: hidden;
}
.product-banner-l{
	float: left;
	width: 40%;
	text-align: center;
}
.product-banner-r{
	float: right;
	width: 55%;
	margin-top: 140px;
}
.product-banner-r h1{
	margin-bottom: 10px;
	font-size: 36px;
	color: #fff;
}
.product-banner-r p{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}
.farm-banner .product-banner-r{
	margin-top: 100px;
}

/* å…¬ç��1�7 */
.cta-section{
	padding: 40px 0 40px;
}
.product-section{
	padding: 40px 0 40px;
}
.product-section h2{
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}

/* äº§å“ç��¹ç��1�7 */
.product-features li{
	text-align: center;
}
.product-features-box{
	padding: 20px;
	height: 180px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-features-box .icon{
	display: block;
	margin: 20px 0 10px 0;
	font-size: 40px;
	color: #2a7fff;
}
.product-features-box p{
	padding: 0 10px;
	font-size: 15px;
	line-height: 30px;
}
.product-features li:hover .product-features-box{
	background: #2a7fff;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-features li:hover .product-features-box .icon{
	color: #fff;
}
.product-features li:hover .product-features-box p{
	color: #fff;
}

/* åŠŸèƒ½æ¨¡å 1�7 */
.product-function{
	padding-top: 30px;
	overflow: hidden;
}
.product-function .product-function-box{
	position: relative;
	top: 0;
	height: 460px;
	padding: 15px 0;
	background: #fff;
	border-radius: 10px;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-function li:hover .product-function-box{
	top: -20px;
	box-shadow: 0 0 20px #ddd;
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-function img{
	display: block;
	width: 100px;
	height: 100px;
	margin: 20px auto 20px auto;
}
.product-function dt{
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #666;
	text-align: center;
	border-bottom: 2px dashed #ededed;
}
.product-function dd{
	position: relative;
	padding: 8px 30px 8px 50px;
	font-size: 14px;
	border-bottom: 1px solid #ededed;
}
.product-function dd:last-child{
	border: 0;
}
.product-function dd:before{
	content: '';
	position: absolute;
	top: 15px;
	left: 30px;
	width: 5px;
	height: 5px;
	background: #ccc;
	border-radius: 100%;
}

/* é¢„çº¦æ¼��ç¤1�7 */
.product-appointment{
	background: url(../images/product_appointment_bg.jpg) center no-repeat;
}
.product-appointment h2{
	color: #fff;
}
.product-appointment-form{
	width: 450px;
	margin: 0 auto;
}
.product-appointment-form .layui-input-block{
	margin-left: 0;
}
.product-appointment-form .layui-input,.product-appointment-form .layui-textarea{
	background-color: rgba(255,255,255,.8);
}
.product-appointment-form .appointment-tips{
	margin: 5px 0 15px 0;
	color: rgba(255,255,255,.8);
	text-align: center;
}
.product-appointment-form .layui-btn{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	letter-spacing: 10px;
	background: #2a7fff;
	border-radius: 10px;
	color: rgba(255,255,255);
}

/* å¸¸è§é—®é¢˄1�7 */
.product-question-box{
	padding: 20px 30px;
}
.product-question-box h4{
	position: relative;
	height: 60px;
	padding-left: 35px;
	margin-bottom: 10px;
	font-size: 18px;
}
.product-question-box .num{
	position: absolute;
	top: 2px;
	left: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #fd852d;
	border-radius: 100%;
}
.product-question-box p{
	color: #999;
	text-indent: 2em;
	line-height: 24px;
}

/* EEDA-ERP */
.product-erp-function .product-function-box{
	height: 400px;
}

/* EEDA-WMS */
.product-wms-function .product-function-box{
	height: 400px;
}

/* EEDA-Farm */
.farm-bg1{
	background: url(../images/farm_bg1.png) bottom center no-repeat;
}
.product-farm-business p{
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.product-farm-company li{
	float: left;
	width: 20%;;
}
.product-farm-company .product-function-box{
	height: 250px;
	margin: 0 10px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}
.product-farm-company p{
	margin-top: 20px;
	padding: 0 20px;
}
.product-farm-fields .farm-fields-box{
	width: 200px;
	margin: 0 auto;
}
.product-farm-fields .farm-fields-box img{
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-farm-fields .farm-fields-box p{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
}
.product-farm-fields li:hover img{
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transition: all .5s ease;
	-ms-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.product-farm-wechat dl{
	padding-left: 50px;
}
.product-farm-wechat dl:last-child{
	border-left: 3px dashed #ededed;
}
.product-farm-wechat dt{
	margin-bottom: 20px;
	font-size: 20px;
}
.product-farm-wechat dd{
	position: relative;
	padding-left: 50px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 30px;
}
.product-farm-wechat dd .farm-wechat-icon{
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #2a7fff;
	border-radius: 100%;
}
.product-farm-wechat dd .farm-wechat-icon i{
	font-size: 18px;
	color: #2a7fff;
}
/*============================= äº§å“ä»��ç»1�7 End ============================*/

/*============================= ä»·æ ¼ä½“ç³1�7 Start ============================*/
.price-system-section{
	padding: 80px 0;
}
.price-system-section h2{
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.price-system-table{
	margin-bottom: 50px;
}
.price-system-table table{
	width: 100%;
	text-align: center;
}
/* .price-system-table table tr:nth-child(2n+1){
	background: #f5f5f5;
}
.price-system-table table tr:nth-child(2n){
	background: #ededed;
} */
.price-system-table table th,.price-system-table table td{
	padding: 15px;
	border-style: solid solid ;
	line-height: 24px;
	text-align: center;
}
.price-system-table .left_title{
	width: 1%;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	color: #fff;
	background: #2a7fff;
}

.price-system-table tr .title{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
}

.price-system-table .sub_title, .price-system-table price_sub_title{
	font-size: 13px;
	font-weight: 200;
	color: #b2b2b2;
	line-height: 24px;
}
.price-system-table .price{
	margin-top: 30px;
	font-size: 36px;
    font-weight: 300;
}
.price-system-table .buy_btn{
	margin-top: 10px;
	color:#fff;
}
.price-system-table .td1,.price-system-table .td2{
	font-size: 20px;
	font-weight: bold;
	color: #F97D48;
}
.price-system-table .th-20{
	width: 20%;
}
.price-system-table .td2{
	width: 40%;
}
/*============================= ä»·æ ¼ä½“ç³1�7 End ============================*/

/*============================= å…³äºŽæˆ��ä»1�7 Start ============================*/
.about-section{
	padding: 80px 0;
}
.about-section h2{
	margin-bottom: 50px;
	font-size: 36px;
	font-weight: 300;
	text-align: center;
}
.about-intro{
	margin-bottom: 50px;
}
.about-intro p{
	font-size: 16px;
	line-height: 30px;
}
.about-contact-cont{
	width: 300px;
	margin: 0 auto 30px auto;
}
.about-contact-cont li{
	position: relative;
	padding-left: 60px;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 15px;
}
.about-contact-cont li span{
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	margin-right: 20px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #666;
	border-radius: 100%;
}
.about-contact-cont li span i{
	color: #666;
}
.about-contact-code{
	text-align: center;
}
.about-contact-code p{
	display: inline-block;
	width: 120px;
	margin: 0 20px;
}
.about-contact-code p img{
	display: block;
	width: 100%
}
.about-contact-code p span{
	display: block;
	margin-top: 5px;
}
/*============================= å…³äºŽæˆ��ä»1�7 End ============================*/


@media screen and (max-width: 1200px){
	.news-layout .news-info .news-intro{
		height: 48px;
	}
	.product-farm-wechat dl{
		padding-left: 30px;
	}
	.product-function .product-function-box{
		height: 500px;
	}
	.product-wms-function .product-function-box{
		height: 440px;
	}
	.product-erp-function .product-function-box{
		height: 400px;
	}
}
@media screen and (max-width: 992px){
	.product-banner{
		height: 350px;
	}
	.product-banner.farm-banner{
		height: 400px;
	}
	.product-banner .product-banner-l{
		width: 35%;
		margin-top: 20px;
	}
	.product-banner .product-banner-r{
		margin-top: 50px;
	}
	.product-banner .product-banner-r h1{
		font-size: 30px;
	}
	.product-features-box p{
		padding: 0;
		font-size: 14px;
	}
	
}
@media screen and (max-width: 768px){
	.cta-section{
		display: none;
	}
	.index-product .product-cont h2{
		top: 35%;
	}
	.index-product .product-cont h2 p{
		font-size: 18px;
	}
	.index-product .product-intro p{
		height: 100px;
		line-height: 24px;
	}
	.product-section h2,.price-system-section h2,.about-section h2{
		font-size: 24px;
	}
	.product-question-box{
		padding: 20px;
	}
	.product-farm-company .product-function-box{
		height: 300px;
		margin: 0;
		border-left: 0;
		border-radius: 0;
	}
	.product-farm-company li:first-child .product-function-box{
		border-left: 1px solid #e6e6e6;
	}
	.product-farm-fields .farm-fields-box{
		width: 150px;
	}

}
@media screen and (max-width: 600px){
	.banner{
		display: none;
	}

	.banner-w {
		margin: 10%; 
		margin-top: 80px;
	}

	.banner-w h1 {
		font-size: 1.95rem;
		font-weight: bold;
		font-family: "微软雅黑";
		color: #fff;
	}

	.banner-w .sub_title {
		margin: 29px 0 10px;
		font-size: 1rem;
		font-weight: bold;
		color: #fff;
		font-family: "微软雅黑";
	}

	.m-banner{
		display: block;
	}
	.index-content{
		padding: 30px 0;
	}
	.index-product{
		padding: 20px 0;
	}
	.index-column-title h2{
		font-size: 24px;
		color: #54ACFC;
	}
	.index-column-title p{
		font-size: 14px;
	}
	.column-banner{
		height: 150px;
		background-size: cover!important;
	}
	.column-banner-text{
		top: 25%;
	}
	.column-banner-text h1{
		font-size: 24px;
	}
	.column-banner-text p{
		font-size: 14px;
	}
	.news-layout .news-info{
		padding-left: 15px;
	}
	.news-layout .news-info h3{
		font-size: 16px;
	}
	.article-container{
		background: #fff;
	}
	.article-layout{
		padding: 0;
		margin: 20px 0;
		border: 0;
	}
	.article-layout h1{
		margin-bottom: 10px;
		font-size: 20px;
		text-align: left;
	}
	.article-layout .article-info{
		text-align: left;
	}
	.article-layout .article-info span{
		display: inline-block;
		margin: 0 5px;
		font-size: 12px;
	}
	.article-layout .article-content p{
		font-size: 14px;
		line-height: 24px;
	}
	.article-layout .article-switch a{
		float: none!important;
		display: block;
		width: auto;
		margin: 10px 0;
		font-size: 14px;
		text-align: left!important;
	}
	.product-banner{
		height: auto;
		padding: 20px 0;
		background-repeat: repeat;
	}
	.product-banner .product-banner-l{
		float: none;
		margin: 0 auto;
	}
	.product-banner .product-banner-r{
		float: none;
		width: 100%;
		margin-top: 10px;
	}
	.product-banner .product-banner-r h1{
		font-size: 24px;
		text-align: center;
	}
	.product-banner .product-banner-r p{
		font-size: 14px;
	}
	.product-banner.farm-banner{
		height: 450px;
	}
	.product-section,.price-system-section,.about-section{
		padding: 50px 0;
	}
	.product-function{
		padding-top: 0;
	}
	.product-farm-business p{
		font-size: 14px;
	}
	.product-farm-company{
		padding-top: 1px;
		border-left: 1px solid #ededed;
	}
	.product-farm-company li{
		width: 50%;
		margin: -1px 0 0 -1px;
	}
	.product-farm-company .product-function-box{
		border: 1px solid #ededed;
	}
	.product-features-box{
		padding: 10px;
		height: 200px;
	}
	.product-features-box .icon{
		margin-top: 0;
	}
	.product-farm-fields li{
		margin-bottom: 30px;
	}
	.product-farm-fields .farm-fields-box{
		width: 120px;
	}
	.product-farm-fields .farm-fields-box p{
		margin-top: 20px;
		font-size: 16px;
	}
	.product-farm-wechat dd{
		font-size: 14px;
	}
	.product-appointment-form{
		width: 300px;
	}
	.product-farm-wechat dl{
		padding: 0 0 20px 0;
	}
	.product-farm-wechat dl:last-child{
		padding: 30px 0 0 0;
		border: 0;
		border-top: 3px dashed #ededed;
	}
	.product-function-box,.product-wms-function .product-function-box,.product-erp-function .product-function-box{
		height: auto;
	}
	.price-system-table table td{
		padding: 9px 15px;
		font-size: 14px;
	}
	.price-system-table .title,.price-system-table .td1,.price-system-table .td2{
		font-size: 16px;
	}
	.about-contact-code p{
		margin: 0 10px;
	}
}
@media screen and (max-width: 414px){	
	.price-system-table .price {
        margin-top: 30px;
        font-size: 25px;
        font-weight: 500;
    }
    .price-system-table .buy_btn, .price-system-table .sub_title {
        display: none;
    }
	
}

video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 50px); 
}