.txt-swiper {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.txt-swiper .swiper-slide p{display: inline-block;width: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);text-align: center;max-height: 100%;}
.txt-swiper .swiper-slide p img{max-width: 90%;cursor: pointer;max-height: 50%;margin: 2% 0;}

.txt-swiper .swiper-button-prev {
	margin-top: -50px;
}
.txt-swiper .swiper-button-next {
	margin-top: 1.5vw;
}

.txt-swiper .swiper-slide{opacity: 0!important;}
.txt-swiper .swiper-slide-active{opacity: 1!important;}
.txt-swiper .swiper-button-next, .txt-swiper .swiper-button-prev {
	left: auto;
	right: 12%;
	width: 50px;
	height: 50px;
	background: none;
	outline: none;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
}
.txt-swiper .path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 1.8px;
	transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}
.txt-swiper .swiper-pagination {
	color: #fff;
	width:auto;
	right:5%;
	bottom:5%;
}
.txt-swiper .swiper-slide{
    perspective: 50vw;
	perspective-origin: 50% 50%;
}
.txt-swiper .swiper-pagination ul{
	width:47px;
}
.txt-swiper .swiper-pagination ul li{
	position:absolute;
	left:0;
	top:0;
	font-size: 20px;
}
.txt-swiper .swiper-pagination .total{
	/* margin-left:50px; */
	font-size: 16px;
}
.img-swiper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.search-box-btn.search-box-outer {
    display: inline-block;
    background: #05441a;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin: 0 10px 0;
}
.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #ffffff;
}

input {
  outline: none;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none; 
}


input[type=search] {
  background: #ededed  no-repeat 9px center;
  border: solid 1px #ccc;

  width: 55px;
  
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
  
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
input[type=search]:focus {
  width: 130px;
  background-color: #fff;
  border-color: #66CC75;
  
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #999;
}

/* Demo 2 */
#demo-2 input[type=search] {
  width: 15px;
  padding-left: 10px;
  color: transparent;
  cursor: pointer;
}
#demo-2 input[type=search]:hover {
  background-color: #fff;
}
#demo-2 input[type=search]:focus {
  width: 130px;
  padding-left: 32px;
  color: #000;
  background-color: #fff;
  cursor: auto;
}
#demo-2 input:-moz-placeholder {
  color: transparent;
}
#demo-2 input::-webkit-input-placeholder {
  color: transparent;
}

.search-input {
  width: 100%; /* 使输入框宽度自适应 */
  padding: 10px; /* 内边距 */

  box-sizing: border-box; /* 防止宽度计算包含padding和border */
  border: 1px solid #ccc; /* 边框样式 */
  border-radius: 4px; /* 圆角边框 */
  font-size: 16px; /* 字体大小 */
}
 
.search-input:focus {
  outline: none; /* 去除聚焦时的轮廓 */
  border-color: #4A90E2; /* 聚焦时的边框颜色 */
}



.header-icon {
    display: inline-block;
}
.header-icon a {
    display: inline-block;
    background: #05441a;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin: 0 10px 0;
}

.sticky .golfix-security_menu > ul > li > a span {
  color: #000 !important;
}


.img-swiper .swiper-slide video {width: 100%; height: 100%; object-fit: cover;  pointer-events: none;}
.img-swiper .swiper-slide video::-webkit-media-controls-panel {
    display: none !important;
}
.img-swiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img-swiper .swiper-button-prev {
	margin-top: -50px;
}
.img-swiper .swiper-button-next {
	margin-top: 1.5vw;
}
.img-swiper .swiper-button-next, .img-swiper .swiper-button-prev {
	left: auto;
	right: 12%;
	width: 50px;
	height: 50px;
	background: none;
	outline: none;
	background-color: rgba(0,0,0,0.5);
	border-radius: 50%;
}
.img-swiper .path {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: 1.8px;
	transition: opacity 0.3s, fill 0.3s, stroke 0.3s;
}
.img-swiper .swiper-pagination {
	color: #fff;
	width:auto;
	right:5%;
	bottom:5%;
}
.img-swiper .swiper-pagination ul{
	width:64px;
}
.img-swiper .swiper-pagination ul li{
	position:absolute;
	left:0;
	top:0;
	font-size: 24px;
}
.img-swiper .swiper-pagination .total{
	/* margin-left:50px; */
	font-size: 16px;
}


.ui-loop{
	position:absolute;
	width:50px;
	height:50px;
	bottom:5%;
	right:calc(5% + 84px);
	z-index: 3;
}

.path-loop {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.path-loop-bg {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px;
    opacity: 0.1;
}
.img-swiper .swiper-button-prev::after,.img-swiper .swiper-button-next::after,.txt-swiper .swiper-button-prev::after,.txt-swiper .swiper-button-next::after{display: none;}


@media screen and (min-width: 0px) and (max-width:1250px){
	.img-swiper.pr{position: relative;}
}
@media screen and (min-width: 0px) and (max-width:375px){
	.img-swiper .swiper-button-next, .img-swiper .swiper-button-prev{width: 30px;height: 30px;right:7%}
	.img-swiper .swiper-button-prev{margin-top: -30px;}
	.txt-swiper .swiper-button-next, .txt-swiper .swiper-button-prev{width: 30px;height: 30px;}
}