/*css reset*/
body {
	font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
	font-size: 16px;
	color: #282828;
	overflow-x: hidden;
}

/*头部中英双语*/
.top_menu {
	font-size: 12px;
	width: 100%;
	height: 34px;
	background-color: #fdfdfd;
	color: #666666;
	border-bottom: 1px solid #f1f1f1;
}
.top_name {
	display: inline-block;
	padding-top: 3px;
}
.top_lang {
	float: right;
	height: 34px;
	padding: 3px 10px 0px 10px;
}
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


[class^="icon-"],
[class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	outline: none !important;
	color: #282828;
}

a:hover,
a:active {
	color: #0b857e;
	text-decoration: none;
}

b,
strong {
	font-weight: bold;
}

p {
	font-size: inherit;
}

.font24 {
	font-size: 24px;
	font-weight: lighter;
	color: #777;
}


/*css reset 结束*/



/*导航样式开始*/
.navbar-default {
	background: #ffffff;
	box-shadow: 0 0px 3px #a1a1a1;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;
	border: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	margin: 0;

}

.navbar-header {
	z-index: 99;
	position: relative;
}

.navbar-brand {
	height: auto;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	color: #333333;
	font-size: 19px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	font-weight: 700;
	margin: 0 0 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0;
	color: #333333 !important;
	padding: 27px 15px;
	letter-spacing: 2.5px;
	z-index: 99999;
}

.navbar-brand span {
	color: #0b857e;
}

.navbar-nav {
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;


}

.navbar-nav>li>a {
	color: #7b7981;
	font-size: 16px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a.active {
	color: #333333;
}

.navbar-nav li.drop {
	position: relative;
}

.navbar-nav li:hover ul.drop-down {
	opacity: 1;
	display: block;
}

.navbar-nav li.search {
	position: inherit;
}

.top-line {
	padding: 15px 0;
	background: #333333;
	border-bottom: 1px solid #f3f3f3;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	overflow: hidden;
}

.top-line ul.info-list {
	margin: 0;
	padding: 0;
}

.top-line ul.info-list li {
	display: inline-block;
	margin-right: 25px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'Montserrat', "Microsoft Yahei", sans-serif;
}

.top-line ul.info-list li i {
	color: #0b857e;
	font-size: 16px;
	margin-right: 10px;
}

.top-line ul.social-icons {
	margin: 0;
	padding: 0;
	text-align: right;
}

.top-line ul.social-icons li {
	display: inline-block;
	margin-left: 9px;
}

.top-line ul.social-icons li a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	font-size: 13px;
	color: #ffffff;
}

.top-line ul.social-icons li a:hover {
	color: #0b857e;
}

header.active .top-line {
	height: 0;
	padding: 0;
}

.navbar-collapse {
	position: relative;
}

ul.drop-down {
	margin: 0;
	padding: 0;
	position: absolute;
	width: auto;
	top: 100%;
	left: 0;
	/* padding: 10px 0; */
	font-size: 16px;
	line-height: 30px;
	/* border-top: 2px solid #0b857e; */
	opacity: 0;
	display: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;

}

ul.drop-down li {
	display: block;
	background: rgba(255, 255, 255, 0.98);

	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

ul.drop-down li:hover {
	background-color: #0b857e;
}

ul.drop-down li:hover a {
	color: #fff;
}

ul.drop-down li:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

ul.drop-down li a {
	padding: 10px 15px;
	font-size: 16px;
	line-height: 30px;
	display: inline-block;
	text-decoration: none;

	display: block;
	color: #333333;
	text-transform: uppercase;
	margin: 0;
}


.form-search {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	width: 100%;
	background: #f5f5f5;
	padding: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	-o-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.form-search input[type="search"] {
	font-size: 12px;
	color: #777777;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 10px;
	margin: 0;
	color: #333333;
	padding: 8px 10px;
	border: none;
	width: 100%;
	outline: none;
	background: transparent;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.form-search button {
	background: transparent;
	border: none;
	float: right;
	margin-top: -30px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}

.form-search button i {
	color: #0b857e;
	font-size: 16px;
}

.form-search.active {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

#container {
	padding-top: 100px;
}

.top-line ul.info-list li {
	font-size: 13px;
}

.navbar-brand {
	padding: 15px 0;
}

.navbar-brand .logo-m {
	display: none;
}

.navbar-brand .logo {
	max-height: 60px;
	margin-right: 25px;
}

.navbar-nav>li>a {
	padding: 0px 15px;
	line-height: 100px;
}

ul.drop-down {
	width: 100%;
}

.navbar-default .navbar-nav>li>a {
	color: #7b7981;
}

.navbar-nav>li>a.active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #333;
}

.navbar-nav .drop-down .Lev2 {
	position: relative;
}

.navbar-nav .drop-down .sub-menu3 {
	display: none !important;
}

.navbar-nav .drop-down .Lev2:hover .sub-menu3 {
	display: block !important;
	left: 100%;
	top: 0 !important;
	margin-top: -12px !important;
}

/*导航样式结束*/
/* 响应式样式开始 */

@media (max-width:1410px) {

	#navigation .menu1 {
		margin: 0;
	}

	#navigation .Lev1 a.active::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 500ms ease;
		z-index: -1;
	}


	#navigation .Lev1 a:hover::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 500ms ease;
		z-index: -1;
	}
	
	
	.navbar-brand .logo {
		max-height: 60px;
		margin-right: 10px;
		max-width: 300px;
	}
	
	
	ul.drop-down li a{
		font-size: 12px;
	}
	
	
	.header_search {
		position: relative;
		display: flex;
		float: right;
		align-items: center;
		right: 2%;
	}
	
	
	.header_search_call {
		position: relative;
		display: flex;
		align-items: center;
		margin-top: 25px;
	}
	
	.header_search_call-icon {
		font-size: 30px;
		color: #0b857e;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	
	.header_search_call-number {
		margin-left: 10px;
	}
	
	.header_search_call-number p {
		font-size: 16px;
		margin: 0;
		line-height: 26px;
		color: #67656f;
	}
	
	.header_search_ico {
		padding-left: 20px;
	}
	
	.header_search_ico::before {
		position: absolute;
		top: -13px;
		bottom: -13px;
		right: 30px;
		content: "";
		background-color: #ddd;
		width: 1px;
	}
	
	
}


@media (min-width:1410px) {

	#navigation .menu1 {
		margin: 0 1px;
	}

	#navigation .Lev1 a.active::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 500ms ease;
		z-index: -1;
	}

	#navigation .Lev1 a:hover::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 500ms ease;
		z-index: -1;
	}

}

@media (min-width:1570px) {

	#navigation .menu1 {
		margin: 0 25px;
	}

	#navigation .Lev1 a.active::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 500ms ease;
		z-index: -1;
	}

	#navigation .Lev1 a:hover::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 500ms ease;
		z-index: -1;
	}
}

@media (min-width:1890px) {

	#navigation .menu1 {
		margin: 0 28px;
	}

	#navigation .Lev1 a.active::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 500ms ease;
		z-index: -1;
	}

	#navigation .Lev1 a:hover::before {
		content: '';
		width: 10px;
		height: 2px;
		border-radius: 0px;
		background-color: #0b857e;
		position: absolute;
		top: 50%;
		bottom: 0px;
		left: 0px;
		transition: transform 1000ms ease;
		z-index: -1;
	}

}

@media (max-width : 1024px) {
	body {
		word-break: break-all;
		word-wrap: break-word
	}


	.topbar-left {
		width: auto;
		float: left;
	}

	.topbar-right {
		width: auto;
		float: right;
	}

	.top-line ul.info-list li {
		margin-right: 20px;
	}

	.navbar-toggle {
		display: block !important;
		margin-top: 22px;
		margin-right: 0;
		padding: 7px 8px;
		border: 1px #ddd solid;
		border-radius: 5px;
	}


	.navbar-toggle .icon-bar {
		width: 18px;
	}

	#bs-example-navbar-collapse-1 {
		display: none !important;
	}

	.navbar .navbar-header {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	#mmenu {
		border-left: 1px #E5E5E5 solid;
	}

	#mmenu .mmDiv {
		padding-top: 20px;
	}

	#mmenu .mm-title {
		padding: 12px 0 11px;
	}

	#mmenu .mm-search-form {
		margin: 0;
	}

	#mmenu .mm-search {
		position: static;
		padding-left: 0;
		margin-top: 10px;
		padding-right: 0;
		margin-bottom: -17px;
	}

	#mmenu .mm-search .side-mm-keyword {
		max-height: 32px;
		height: 32px;
		padding: 0 16px;
	}

	#mmenu .noblock {
		display: inline !important;
		padding: 10px;
		
		position: absolute;
		top: 0;
		right: 0;
	}

	#mmenu .MMhead {
		line-height: 2.8;
		border-bottom: 1px #E5E5E5 solid;
		margin: 0 -20px;
		padding-left: 10px;
	}

	#mmenu .MMhead a {
		background: none;
	}

	#mmenu .mm-header .mm-title {
		top: -10px;
		font-size: 16px;
	}

	#mmenu a {
		color: #333;
		font-size: 16px;
	}

	#mmenu a:hover,
	#mmenu a:active {
		color: #AF7F48
	}

	#mmenu .mm-listview>li>a,
	#mmenu .mm-listview>li>span {
		padding: 10px 10px 10px 20px;
	}
}

@media (max-width : 990px) {

	/* 960 */


	.top-line {
		padding: 10px 0 8px;
	}

	.top-line ul.info-list li.tb-adword {
		display: none;
	}

	#container {
		padding-top: 118px;
	}
}

@media (max-width : 768px) {

	/* 向下考虑iphone6的667px和736px */
	.top-line ul.info-list li.tb-email {
		display: none;
	}
}

@media (max-width : 740px) {

	/* 双行，568px,600px,640px */
	.top-line {
		display: block;
	}

	#container {
		padding-top: 112px;
	}

	.navbar-brand {
		padding: 15px 15px 15px 0;
	}
}

@media (max-width : 480px) {
	.cate-itme {
		width: 100%;
	}

	.top-line {
		display: none;
	}

	#container {
		padding-top: 76px;
	}
}

@media (max-width : 420px) {

	/* 单行，240px,320px,375px,384px,414px */
	.top-line ul.info-list li.tb-phone {
		display: none;
	}
}

/* 响应式样式结束 */
@media (max-width:1410px) {
	.header_search {
		/* display: none; */
	}
}

@media (min-width:1410px) {
	.header_search {
		position: relative;
		display: flex;
		float: right;
		align-items: center;
	}


	.header_search_call {
		position: relative;
		display: flex;
		align-items: center;
		margin-top: 25px;
	}

	.header_search_call-icon {
		font-size: 30px;
		color: #0b857e;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.header_search_call-number {
		margin-left: 1px;
	}

	.header_search_call-number p {
		font-size: 16px;
		margin: 0;
		line-height: 26px;
		color: #67656f;
	}

	.header_search_ico {
		padding-left: 80px;
	}

	.header_search_ico::before {
		position: absolute;
		top: -13px;
		bottom: -13px;
		right: 65px;
		content: "";
		background-color: #ddd;
		width: 1px;
	}
}

@media (min-width:1570px) {
	.header_search {
		position: relative;
		display: flex;
		float: right;
		align-items: center;
	}


	.header_search_call {
		position: relative;
		display: flex;
		align-items: center;
		margin-top: 25px;
	}

	.header_search_call-icon {
		font-size: 30px;
		color: #0b857e;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.header_search_call-number {
		margin-left: 20px;
	}

	.header_search_call-number p {
		font-size: 16px;
		margin: 0;
		line-height: 26px;
		color: #67656f;
	}

	.header_search_ico {
		padding-left: 80px;
	}

	.header_search_ico::before {
		position: absolute;
		top: -13px;
		bottom: -13px;
		right: 65px;
		content: "";
		background-color: #ddd;
		width: 1px;
	}
}

@media (min-width:1890px) {

	.header_search {
		position: relative;
		display: flex;
		float: right;
		align-items: center;
	}


	.header_search_call {
		position: relative;
		display: flex;
		align-items: center;
		margin-top: 25px;
	}

	.header_search_call-icon {
		font-size: 30px;
		color: #0b857e;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.header_search_call-number {
		margin-left: 20px;
	}

	.header_search_call-number p {
		font-size: 16px;
		margin: 0;
		line-height: 26px;
		color: #67656f;
	}

	.header_search_ico {
		padding-left: 80px;
	}

	.header_search_ico::before {
		position: absolute;
		top: -13px;
		bottom: -13px;
		right: 65px;
		content: "";
		background-color: #ddd;
		width: 1px;
	}



}



/* 导航响应式 */

@media (min-width:1410px) {
	.containers {
		max-width: 100%;
		width: auto;
		padding: 0 30px;
	}
}

@media (min-width:1570px) {
	.containers {
		max-width: 100%;
		width: auto;
		padding: 0 80px;
	}
}

@media (min-width:1890px) {
	.containers {
		max-width: 100%;
		width: auto;
		padding: 0 80px;
	}
}

@media (max-width : 1024px) {
	body {
		word-break: break-all;
		word-wrap: break-word
	}

	.containers {
		max-width: 98%;
		width: 98%;
	}
}

@media (max-width : 990px) {

	/* 960 */
	.containers {
		max-width: 99%;
		width: 99%;
	}

	.top-line {
		padding: 10px 0 8px;
	}

	.top-line ul.info-list li.tb-adword {
		display: none;
	}

	#container {
		padding-top: 100px;
	}
}



/* banner */

#slider1 {
	width: 100%;
	height: calc(100vh - 100px);
}

@media (max-width : 1200px) {
	#slider1 {
		width: 100%;
		height: auto;
	}
}

.sub-content-sample {
	font-size: 30px;
	line-height: 1.25;
	padding: 20px;
	width: auto;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sub-content-sample p {
	margin: 0;
	padding: 0;
}
.sub-content-sample video{
	width: 650px;
}
.sub-content-sample a {
	color: #fff;
	font-weight: bold;
}

/* responsive rules */
@media (max-width: 1199px) {
	.sub-content-sample {
		font-size: 20px;
	}
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
	.sub-content-sample {
		font-size: 12px;
		padding: 10px;
	}
}

@media (max-width: 480px) {
	.sub-content-sample {
		font-size: 10px;
	}
}

@media (max-width: 384px) {
	.sub-content-sample {
		font-size: 10px;
	}
}





/*分页*/
.page-num:not(:disabled) {
	cursor: pointer;
}
.page-num, .page-link {
	position: relative;
	display: block;
	padding: 1rem 1.5rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

a.page-num:hover, .page-link:hover {
	text-decoration: none;
}
.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #0b857e;
	border-color: #0b857e;
}
.page-num-current:hover {
	color: #fff;
}
/*其他*/
.pages {
	min-height: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
.page-num {
	display: none;
}
.head-sm-height {
	height: 61px !important;
}
}



.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}


.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}


.page-link {
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  margin-left: -1px;
  line-height: 1.25;
  /*color: #007bff;*/
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.text-center {
  text-align: center !important;
}
.my-5 {
  margin-top: 3rem !important;
}
.my-5 {
  margin-bottom: 3rem !important;
}
.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}


/*上下页*/
.nyrbc7{ padding:5px 0 0px 5px; text-align:left;}
.nyrbc7 ul{ line-height:25px;}
.nyrbc7 ul li{ margin-bottom:5px; color:#999999; list-style:none}
.nyrbc7 ul li a:link{font-size:15px;color: #636363;text-decoration: none;}
.nyrbc7 ul li a:visited{font-size:15px;color:#636363;text-decoration: none;}
.nyrbc7 ul li a:hover{font-size:15px;color: #03559e;text-decoration:none;}
.nyrbc7 ul li span{ background-color:#7F7F7F; padding-left:5px; padding-right:5px;text-align:center;color:#FFFFFF; margin-right:5px;}





/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-110%);
    transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1b1825;
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-left: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: -1px;
    border-radius: 0;
    background-color: #0b857e;
}

.search-popup__content .thm-btn i {
    margin: 0;
}
