h1{
    font-size: 44px;
}
h2{
    font-size: 44px;
    margin-top: -20px;
}
h3{
    font-size: 24px;
}
a{
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,a:hover{
	color: var(--primary);
}
.pic,.full-pic{
  width: 100%;
  overflow: hidden;
}
.pic{
	width: 100%;
	margin-top: 0;
	border-radius: 0;
}
.pic img{
  width: 100%;	
  height: auto;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.pic-auto{
	overflow: hidden;
}
.pic-auto img{
	width: 100%;	
	height: auto;
}
.full-pic img{
  width: 100%;	
  height: 100%;
  object-fit: cover;
	-webkit-transition: .3s all; 
	-moz-transition: .3s all; 
	-ms-transition: .3s all; 
	transition: .3s all;
}
.pic:hover img,.full-pic:hover img{
  -webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.radius{
	width: 100%;
	border-radius: 20px;
	border: none;
}
body,html{
    font-size: 17px;
}
.brxe-xwsforms .wsf-form input[type=checkbox].wsf-field + label.wsf-label{
    padding-inline-start: 10px;
    -webkit-padding-start:10px;
}

.title{
	padding: 0 11%;
}

/* 隐藏WebKit内核浏览器进度条 */
video::-webkit-media-controls-timeline {
  display: none !important;
}

/* 隐藏Firefox进度条 */
video::-moz-range-track {
  display: none;
}

/* 隐藏Edge进度条 */
video::-ms-fill-lower,
video::-ms-fill-upper {
  display: none;
}

/* 隐藏所有控件 */
video::-webkit-media-controls-enclosure {
  display: none !important;
}

.footer button.wsf-button{
  height:50px;
  font-size:16px!important;
  color:#fff!important;
}
.footer .wsf-label a{
  flex-shrink:0;
}
.footer button{
	width: 120px!important;
	flex-shrink: 0!important;
  background:var(--primary) !important;
  border-color:var(--primary) !important;
  color:var(--white) !important;
  border-radius: 50px!important;
}
.footer button:hover{
	background:var(--white) !important;
	border-color:var(--white) !important;
	color:var(--primary) !important;
}
.footer .wsf-form input[type="email"].wsf-field{
	padding-left: 28px;
	margin-right: 15px;
	border-radius: 50px;
	color: #161616!important;
}
.footer .wsf-form .wsf-field-wrapper{
	margin-bottom: 0;	
	flex-shrink: 1 !important;
}
.footer button{
	width: 120px !important;
	flex-shrink: 0 !important;
	max-width: 120px !important;
	padding: 0;
	align-self: flex-start !important;
}
.footer .wsf-form .wsf-grid{
	flex-wrap: nowrap;
	align-items: flex-start;
	max-width: 100%;
}
.footer #brxe-soiqfe .wsf-form #wsf-1-field-wrapper-9{
	padding: 0 !important;
}
@media screen and (min-width: 2000px){	
	#brxe-jbkbgz{
		padding: 0 5%;
	}
}
@media screen and (max-width: 1580px){	
	h1{
		font-size: 40px;
	}
	h2 {
    	font-size: 38px;
	}
	h3 {
		font-size: 22px;
	}
}
@media screen and (max-width: 1400px){	
	h1{
		font-size: 36px;
	}
	h2 {
    	font-size: 34px;
	}
	h3 {
		font-size: 20px;
	}
}
@media screen and (max-width: 1200px){	
	h1{
		font-size: 32px;
	}
	h2 {
    	font-size: 32px;
	}
	h3 {
		font-size: 19px;
	}
	
	.footer button, .footer button{
		width: 100px !important;
		max-width: 100px !important;
	}
	.title {
		padding: 0 6%;
	}
}
@media screen and (max-width: 991px){	
	h1{
		font-size: 26px;
	}
	h2 {
    	font-size: 26px;
	}
	h3 {
		font-size: 19px;
	}
	.title{
		padding: 0 0;
	}
	
}
@media screen and (max-width: 760px){	
	h1{
		font-size: 28px;
	}
	h2 {
    	font-size: 26px;
	}
	.footer .wsf-form .wsf-field-wrapper{
		max-width: 258px!important;
	}
}