@CHARSET "UTF-8";
.section_table{
	width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	background: #F7F7F7;
	padding-top:60px;
}

.section_table .section_table_content{
	width:80%;
}

.section_table .section_table_content .subTxt{
	width: 1164px;
height: 92px;
opacity: 1;
font-size:18px;
font-weight: normal;
line-height: normal;
text-align: center;
letter-spacing: 0em;
margin-left:auto;margin-right:auto;
color: #132141;
	margin-bottom:80px;
}
.layui-tab-title{border-bottom: 1px solid rgba(2, 100, 90, 0.9686);}
.environment_tab_h{height: 640px;}
.section_table .section_table_content .layui-tab .layui-tab-title li{
	width:20%;
	height: 71px;
	line-height:36px;
opacity: 1;
font-size: 24px;
font-weight: 500;
line-height: normal;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: #132141;
padding:24px 33px 11px 43px;	
	margin-top:-32px; 
}
.section_table .section_table_content .layui-tab .layui-tab-title .layui-this{color:#fff;background: rgba(2, 100, 90, 0.9686);border-bottom:none;}
.details{
	width:100%;
	display: inline-block;
	vertical-align: top;
}

.tips_content{
	float:left;
	width:49%;
	padding:50px 50px 10px 2px;
}
.video_content{
	width:50%;
	float:right;
}
.video_content iframe{width:100%;height:540px;scrolling:no;frameborder:0;}
.layui-tab-content{padding-top:24px;}
.layui-tab-brief > .layui-tab-title .layui-this::after{border-bottom:none }
.section_table .section_table_content .layui-tab-item .tips_txt{margin-top: 25px;width: 100%;height:auto;}
.section_table .section_table_content .layui-tab-item ul {
     list-style: none;
            padding-left: 0;
}
.section_table .section_table_content .layui-tab-item li{margin-top: 25px;font-family: Poppins;
font-size: 16px;
font-weight: normal;
line-height: normal;
text-transform: capitalize;
letter-spacing: 0em;
color: #132141;
 position: relative;
            padding-left: 20px;
            margin-bottom: 8px;
}
.section_table .section_table_content .layui-tab-item li::before {
            content: "\25CF";
            color: #132141;
            position: absolute;
            left: 0;
            font-size: 14px;
        }

@media only screen and (max-width:768px) {
.section_table {margin-top:20px;padding-top:10px;}
.section_table .section_table_content {
  width: 100%;
}
.section_table .section_table_content .subTxt{ width: 100%;height:auto;margin-bottom:20px;}
.layui-tab-title{height:auto;}
.section_table .section_table_content .layui-tab .layui-tab-title li {width:100%;height:50px;margin-top:10px;padding: 10px 33px 11px 43px;}

.layui-tab-title li {
  display: block;}
.environment_tab_h {
  height: auto;
}

.details {
  display: block;
}
.tips_content {
  width: 100%;
  padding: 10px;
}
.tips_title {font-size:20px;height:30px;}
.tips_txt {width:100%;height:auto;padding:0px;}
.video_content {
  width: 100%;
}

.video_content iframe{height:270px;}

}