@charset "UTF-8";
/*goolge字体开始*/ /*<!-- Google Fonts -->*/
@import url(https://fonts.googlefonts.cn/css?family=Oswald:300,400,500,600,700);
@import url(font/iconfont.css);
html {
	font-size: 62.5%; /* 10÷16=62.5% */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
blockquote,
th,
td,
p,
figure {
	font-family: 'Microsoft Yahei', '华文细黑', STXiHei, '华文黑体', 'ST Heiti', 'MS黑体', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
fieldset,
img {
	border: 0;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,
ul {
	list-style: none;
	font-size: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-weight: normal;
	font-style: normal;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}
q:before,
q:after {
	content: '';
}
abbr,
acronym {
	border: 0;
}
input,
button,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: middle;
	border: none;
}
:focus {
	outline: 0;
}
.clearfix:after {
	content: '.';
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
input[type='button'],
input[type='submit'],
input[type='reset'] {
	-webkit-appearance: none;
	outline: none;
}
/*-webkit-appearance会将webkit浏览器中的元素默认样式去除。checkbox在这个属性下就直接隐藏掉了。然后用JS获取checkbox值时Webkit浏览器会报很奇怪的错误。给这个元素重新赋上-webkit-appearance:checkbox就不会报错了。*/
.ease,
.ease div,
.ease section,
.ease article,
.ease aside,
.ease ul,
.ease ul li,
.ease li,
.ease a,
.ease li a,
.ease dt,
.ease dd {
	-o-transition: ease 0.3s;
	-ms-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	transition: ease 0.3s;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
}

::-webkit-scrollbar {
	height: 5px;
	width: 10px;
	background: #ccc;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0090ce;
	text-decoration: none;
}
img,
object {
	max-width: 100%;
	vertical-align: top;
}
td {
	border: solid #ccc;
	border-width: 0px 1px 1px 0px;
} /*td表格颜色为efefef 左1px 下1px*/
table {
	border: solid #ccc;
	border-width: 1px 0px 0px 1px;
} /*table表格颜色为efefef 上1px 右1px*/
article,
aside,
details,
hgroup,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
figcaption {
	display: block;
} /*html5*/
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
.omit1 {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*单行文字溢出省略*/
.omit2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.omit3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.omit4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.omit5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
/*多行文字溢出省略*/
/*文字省略all*/
[data-css='fontshadow'] {
	text-shadow: 1px 1px 1px #000;
}
/*文字阴影X轴1px、Y轴1px、模糊1px、颜色（黑）兼容IE10+*/
.clear {
	clear: both;
} /*清除浮动*/

.sbar {
	overflow-y: scroll;
}
.sbar::-webkit-scrollbar {
	width: 14px;
	height: 14px;
}

.sbar::-webkit-scrollbar-track,
.sbar::-webkit-scrollbar-thumb {
	border-radius: 999px;
	border: 5px solid transparent;
}

.sbar::-webkit-scrollbar-track {
	box-shadow: 1px 1px 5px rgba(255, 255, 255, 0.2) inset;
}

.sbar::-webkit-scrollbar-thumb {
	min-height: 20px;
	background-clip: content-box;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2) inset;
}

.sbar::-webkit-scrollbar-corner {
	background: transparent;
}

/*----------------滚动条----------------------*/

/*comcss*/
.copyall {
	width: 100%;
	background: #000000;
	text-align: center;
}
.copy {
	color: #fff;
	font-size: 1.4rem;
	line-height: 3.5;
}
.copy a {
	display: inline-block;
	vertical-align: middle;
}
.copy a img {
	vertical-align: middle;
	margin-top: -4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*width*/
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.w1100 {
	max-width: 1100px;
	margin: 0 auto;
}
.w1000 {
	max-width: 1000px;
	margin: 0 auto;
}
.w990 {
	max-width: 990px;
	margin: 0 auto;
}
.w100 {
	width: 100%;
	margin: 0 auto;
}
.w50 {
	width: 50%;
	margin: 0 auto;
}

.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.mod2 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mod2 li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
}
.mod3 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	/*-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mod3 li {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
}
.mod4 ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -o-flex;
	display: -ms-flex;
	display: flex;
	/*-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;*/
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.mod4 li {
	width: 25%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
}

/*高德地图*/

.map-card {
	background: #fff;
	padding: 1rem;
	position: relative;
	box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
	border-radius: 2px;
	cursor: pointer;
}
.map-card::before {
	position: absolute;
	bottom: -8px;
	left: 50%;
	content: '';
	margin-left: -8px;
	margin-top: -7px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid rgba(0, 0, 0, 0.3);
	filter: blur(2px);
	z-index: -1;
}
.map-card::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
}

/* 分页 */
.pageNav {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	text-align: right;
}
.pageNav a,
.pageNav span {
	margin: 0 3px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	background: #fff;
	display: inline-block;
	zoom: 1;
	text-align: center;
	color: #999;
	border: 1px solid #bfbfbf;
}
.pageNav span.info {
	background: none;
}
.pageNav a:hover,
.pageNav span.current {
	background: #000;
	color: #fff;
	border-color: #000;
}
.pageNavLeft {
	text-align: left;
}
.pageNavCenter {
	text-align: center;
}
.pageNavRight {
	text-align: right;
}

.notdata {
	line-height: 35px;
	border: 1px dashed #ccc;
	margin: 20px 0;
	text-align: center;
}
.notdataw {
	color: #fff;
	padding: 50px 0;
}

.loading-wrap {
	margin-top: 10px;
	bottom: 50px;
	width: 100%;
	text-align: center;
	display: none;
}
.loading {
	position: relative;
	display: inline-block;
	padding: 5px 5px 5px 50px;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	border-radius: 5px;
	background: url(../../../../Public/images/loading.gif) 10px center no-repeat;
}

/* 以上为通用样式 */

/* my flex */
.flex-display {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: flex;
}
.flex-wrap {
	-webkit-flex-wrap: wrap;
	-webkit-box-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-alignC {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}
.flex-flex1 {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-moz-flex: 1;
	flex: 1;
}
.flex-flex2 {
	-webkit-flex: 2;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	-moz-flex: 2;
	flex: 2;
}
.galleryOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	display: none;
	-moz-transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.galleryOverlay.visible {
	opacity: 1;
}
.gallerySlider {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
}
.gallerySlider .placeholder {
	/*background: url("../images/loading.gif") no-repeat center center;*/
	height: 100%;
	line-height: 1px;
	text-align: center;
	width: 100%;
	display: inline-block;
}
.gallerySlider .placeholder:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
.gallerySlider .placeholder img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.prevArrow,
.nextArrow {
	border: none;
	text-decoration: none; /*background: url(../images/arrows.png) no-repeat;*/
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	margin-top: 0px;
}
.prevArrow:hover,
.nextArrow:hover {
	opacity: 1;
}
.prevArrow {
	background-position: left top;
	left: 0;
}
.nextArrow {
	background-position: right top;
	right: 0;
}
.pagelimit {
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -18px;
	color: #fff;
	font-size: 18px;
}
.closed {
	cursor: pointer;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 2%;
	top: 3%;
	background: url(../images/close.png) no-repeat;
	transition-duration: 0.5s;
}
.closed:hover {
	opacity: 0.5;
}

.popup-close {
	z-index: 1;
	width: 30px;
	height: 30px;
	background: url('../images/xx.png') center no-repeat;
	background-size: 40%;
	text-align: center;
	padding: 10px;
	position: absolute;
	right: 1%;
	display: block;
	top: 30px;
	cursor: pointer;
}

/* 手机导航 */
.menu.m {
	position: relative;
	width: 28px;
	height: 26px;
	z-index: 11;
	cursor: pointer;
	display: none;
}

body.open .menu.m span:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
}

body.open .menu.m span:nth-child(2) {
	transform: scale(0, 1);
}

body.open .menu.m span:nth-child(3) {
	top: 10px;
	transform: rotate(-45deg);
}

.menu.m span {
	position: absolute;
	width: 100%;
	display: block;
	height: 2px;
	background: #000;
	left: 0;
	top: 0;
	transition: all 500ms;
	z-index: 11;
	border-radius: 2em;
}

.menu.m_o span {
	background: #fff;
}

.menu.m span:nth-child(2) {
	top: 10px;
}

.menu.m span:nth-child(3) {
	top: 21px;
}

.m_nav {
	display: block;
	position: fixed;
	top: 60px;
	padding-top: 30px;
	padding: 20px 32px 0 32px;
	/* box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38); */
	width: 100%;
	height: calc(100% - 60px);
	/* background: rgba(0, 0, 0, .85); */
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	transform: translateX(100%);
}

.bot {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 8%;
	text-align: center;
}

.bot p:first-child {
	font-size: 14px;
	color: #767676;
	font-weight: 500;
}

.bot p:nth-child(2) {
	font-size: 24px;
	color: #282828;
	font-weight: 500;
}

.bot .input {
	width: 90%;
	height: 46px;
	background: var(--main-color);
	margin: 0 auto;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	display: flex;
	align-items: center;
	padding: 0 6%;
	margin-top: 4%;
}

.bot .input input {
	background: transparent;
	flex-shrink: 1;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 16px;
}

.bot .input img {
	width: 22px;
	flex-shrink: 0;
}

.m_nav.open {
	transform: translateX(0);
}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}

.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}

.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}

.m_nav .ul li {
	/* border-bottom: 1px solid #f5f5f5; */
	transform: translateY(0);
	transform: translateY(100%);
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
	opacity: 0;
}

.m_nav.open .ul li {
	opacity: 1;
	transform: translateY(0);
}

.m_nav .ul li:nth-child(1) {
	transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(2) {
	transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(3) {
	transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(4) {
	transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(5) {
	transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(6) {
	transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(7) {
	transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(8) {
	transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li:nth-child(9) {
	transition: all 1.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m_nav .ul li a {
	text-align: center;
	display: flex;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	height: 72px;
	line-height: 72px;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

.m_nav .ul li > a{
	justify-content: space-between;
}

.m_nav .ul li > a i{
	display: block;
	transform: rotateZ(90deg);
}

.m_nav .ul li .mb_navpage{
	display:none;
}
.m_nav .ul li .mb_navpage .mv_item a{
	height:48px;
	line-height: 48px;
	padding-left:20px;
	font-size:16px;
}

/*输入框*/
.layout-inputBox {
	display: inline-block;
}

.layout-inputBox > h5 {
	height: 0.32rem;
	line-height: 0.32rem;
}

.layout-inputBox .input-text {
	height: 50px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
}

.layout-inputBox .input-text > input {
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: none;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	font-weight: 400;
	padding: 0 10px;
	position: relative;
	z-index: 1;
}

.layout-inputBox .input-text > input:focus {
	background-color: transparent;
	border-color: transparent;
}

.layout-inputBox .input-text > input:focus ~ .input-border {
	background-color: white;
}

.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	width: 100%;
}

.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
	height: 100%;
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
	background: transparent;
}

.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	width: 100%;
}

.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
	height: 100%;
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
	top: 0;
}

.layout-inputBox .input-text > textarea:focus ~ .input-border:first-of-type:before {
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	width: 100%;
}

.layout-inputBox .input-text > textarea:focus ~ .input-border:first-of-type:after {
	height: 100%;
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.layout-inputBox .input-text > textarea:focus ~ .input-border:last-of-type {
	background: transparent;
}

.layout-inputBox .input-text > textarea:focus ~ .input-border:last-of-type:before {
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	width: 100%;
}

.layout-inputBox .input-text > textarea:focus ~ .input-border:last-of-type:after {
	height: 100%;
	-webkit-transition: 0.15s ease-in-out all;
	transition: 0.15s ease-in-out all;
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
	top: 0;
}

.layout-inputBox .input-text .input-border {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
	bottom: 0;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	background-color: var(--main-color);
	-webkit-transition: 0.3s ease-in-out all;
	transition: 0.3s ease-in-out all;
}

.layout-inputBox .input-text .input-border:first-of-type:before {
	height: 2px;
	left: 0;
	top: 0;
	width: 0;
}

.layout-inputBox .input-text .input-border:first-of-type:after {
	height: 0;
	right: 0;
	top: 0;
	width: 2px;
}

.layout-inputBox .input-text .input-border:last-of-type:before {
	background-color: var(--main-color);
	height: 2px;
	top: calc(100% - 2px);
	right: 0;
	width: 0;
}

.layout-inputBox .input-text .input-border:last-of-type:after {
	background-color: var(--main-color);
	height: 0;
	top: calc(100% - 2px);
	left: 0;
	width: 2px;
}

#play {
	height: 60px;
	width: 60px;
	position: absolute;
	border-radius: 50%;
	left: 50%;
	bottom: 145px;
	transform: translateX(-50%);
	background-color: transparent;
	border: 0;
	outline: none;
	z-index: 1;
}

.wave.ripple {
	color: white;
	position: absolute;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.wave {
	position: absolute;
	text-align: center;
	line-height: 100px;
	font-size: 28px;
	z-index: 999;
}

.wave.ripple .circle {
	position: absolute;
	width: 150px;
	height: 150px;
	left: -75%;
	bottom: -26%;
	transform: translateX(-50%);
	border: 6px solid #01b4bb;
	border-radius: 50%;
	opacity: 0;
}

.wave.ripple .circle:first-child {
	animation: circle-opacity 2s infinite;
	-webkit-animation: circle-opacity 2s infinite;
}

.wave.ripple .circle:nth-child(2) {
	animation: circle-opacity 2s infinite;
	-webkit-animation: circle-opacity 2s infinite;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.wave.ripple .circle:nth-child(3) {
	animation: circle-opacity 2s infinite;
	-webkit-animation: circle-opacity 2s infinite;
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

#play-inner {
	height: 60px;
	width: 60px;
	position: absolute;
	border-radius: 50%;
	top: 0;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	background: #fff;
	/* background-color: rgba(255, 255, 255, 0.6); */
}

/* #trangle {
  display: inline-block;
  height: 0px;
  width: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 25px solid transparent;
  border-left: 28px solid #01C5DD;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -15px;
  margin-left: -12.5px;
} */

@-webkit-keyframes circle-opacity {
	from {
		opacity: 1;
		transform: scale(0);
	}
	to {
		opacity: 0;
		transform: scale(1);
	}
}

@keyframes circle-opacity {
	from {
		opacity: 1;
		transform: scale(0);
	}
	to {
		opacity: 0;
		transform: scale(1);
	}
}

.videopop {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}

.videopop .shadow {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

.videopop .wrap {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videopop .wrap .con {
	width: 80%;
	max-height: 80%;
	height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.videopop .wrap .close {
	cursor: pointer;
	width: 56px;
	height: 56px;
	background-size: 36px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/close_btn.png);
	position: absolute;
	right: 16px;
	top: 20px;
	z-index: 1000;
}

.videopop .wrap video {
	display: block;
	width: 100%;
	max-height: 80%;
	position: relative;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.6);
	bottom: 0 !important;
}

.modal,
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 10000;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	transform: translateY(-25%);
	transition: transform 0.3s ease-out;
}
.modal.in {
	opacity: 1;
}
.modal.in .modal-dialog {
	transform: none;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal-dialog {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 15vh;
	text-align: left;
}
@media (max-width: 767px) {
	.modal-dialog {
		width: 92%;
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
	.modal-lg .modal-header {
		padding: 20px 20px 10px;
	}
	.modal-lg .modal-body {
		padding: 20px;
	}
	.modal-lg .modal-footer {
		padding: 10px 20px 20px;
	}
}

.module-shadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}
.module-shadow-white {
	background: rgba(255, 255, 255, 0.3);
}
.module-bg-video,
.module-bg-video video {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.module-bg-video {
	overflow: hidden;
	clip: rect(auto, auto, auto, auto);
}
.module-bg-video video {
	object-fit: cover;
	backface-visibility: hidden;
}
@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
	.module-bg-video video {
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}
.module-bg-video.module-bg-fixed video {
	position: fixed;
}
.is-mobile .module-bg-video {
	display: none;
}
.modules-video {
	position: relative;
	text-align: center;
}
.modules-video .video-wrap {
	height: 200px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 5px;
}
@media (max-width: 1199px) {
	.modules-video .video-wrap.video-wrap-vw-0 {
		height: 166px;
	}
}
@media (max-width: 991px) {
	.modules-video .video-wrap.video-wrap-vw-0 {
		height: 126px;
	}
}
.modules-video .video-inline-player {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.modules-video .video-inline-player embed,
.modules-video .video-inline-player iframe,
.modules-video .video-inline-player video {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
@media (min-width: 991px) {
	.modules-video .video-inline-player .plyr__control--overlaid {
		padding: 25px;
	}
	.modules-video .video-inline-player .plyr__control--overlaid svg {
		transform: scale(1.5);
		left: 3px;
	}
}
.modules-video .modal-player {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	font-size: 50px;
	text-align: center;
	line-height: 72px;
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 991px) {
	.modules-video .modal-player {
		width: 60px;
		height: 60px;
		font-size: 38px;
		line-height: 60px;
	}
}
.modules-video .modal-player:after,
.modules-video .modal-player:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--theme-color);
	content: '';
	transition: all 0.2s ease-out 0s;
}
.modules-video .modal-player:before {
	opacity: 0.8;
}
.modules-video .modal-player:after {
	transform: scale(1.2);
	opacity: 0.3;
}
.modules-video .modal-player .wi {
	position: relative;
	z-index: 1;
}
.modules-video .modal-player:hover:before {
	opacity: 0.9;
}
.modules-video .modal-player:hover:after,
.modules-video .modal-player:hover:before {
	transform: scale(1.05);
	transition: all 0.2s ease-out 0s;
}
.modules-video .modal-dialog {
	width: 900px;
}
@media (max-width: 991px) {
	.modules-video .modal-dialog {
		width: 92%;
	}
}
.modules-video .modal-body {
	height: 550px;
}
@media (max-width: 991px) {
	.modules-video .modal-body {
		height: 200px;
	}
}
.video-code {
	display: none;
}
.modal-video {
	z-index: 10050;
}
.modal-video .modal-content {
	position: relative;
	border-radius: 0;
	border: 0;
}
.modal-video .modal-header {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 5px 7px;
	border-bottom: 0;
}
.modal-video .modal-header .close {
	position: absolute;
	right: 0;
	top: -30px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #fff;
	text-shadow: none;
	opacity: 0.85;
	outline: 0;
}
.modal-video .modal-header .close:hover {
	opacity: 1;
}
.modal-video .modal-body {
	padding: 0 !important;
}
.modal-video .wp-video {
	height: 100%;
	background-color: #000;
}
.modal-video embed,
.modal-video iframe,
.modal-video video {
	width: 100%;
	height: 100%;
	vertical-align: top;
	outline: 0;
}

#modules-5 .video-wrap.video-wrap-vw-0 {
	height: 300px;
}
#modules-5 .video-wrap.video-wrap-vw-1 {
	height: 300px;
}
@media (max-width: 1199px) {
	#modules-5 .video-wrap.video-wrap-vw-0 {
		height: calc(300px * 0.83);
	}
}
@media (max-width: 991px) {
	#modules-5 .video-wrap.video-wrap-vw-0 {
		height: calc(300px * 0.63);
	}
}
#modules-5 .video-wrap {
	border-radius: 5px;
	font-size: 72px;
}
#modules-5 .video-inline-player {
	border-radius: 5px;
}
#modules-5 .modal-dialog {
	width: 900px;
}
@media (max-width: 991px) {
	#modules-5 .modal-dialog {
		width: 92%;
	}
}
#modules-5 .modal-body {
	height: 550px;
}
@media (max-width: 991px) {
	#modules-5 .modal-body {
		height: 56.22vw;
	}
}
#modules-5 .plyr__video-wrapper--fixed-ratio {
}
#modules-5 .modal-player {
	width: 72px;
	height: 72px;
	line-height: 72px;
	font-size: 0.76em;
}
.modal-content {
	position: relative;
	background-color: var(--theme-el-bg-color);
	border-radius: 2px;
	box-shadow: 0 1px 3px hsla(var(--theme-color-hsl), 0.2);
	background-clip: padding-box;
	outline: 0;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color:#000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px 15px 10px;
}
.modal-header:after,
.modal-header:before {
	content: ' ';
	display: table;
}
.modal-header:after {
	clear: both;
}
.modal-title {
	margin: 0;
	font-size: 18px;
	color: var(--theme-black-color);
	font-weight: 400;
	line-height: 1;
}
.modal-body {
	position: relative;
	padding: 15px;
	color: var(--theme-gray-color);
}
