/* Theme Name: Buckzo - Responsive Minimal Template
   Author: MyraStudio
   Version: 1.0.0
   File Description: Main CSS file of the template
   更多模板：http://www.bootstrapmb.com
*/

/* 
Table of css

01. Basic
02. Helper
03. Navbar Custom
04. Portfolio
05. Testimonials 
06. Team
07. Services
08. Clients
09. Blog
10. Blog Detail
11. Contact
12. Pagination
13. Footer
14. Responsive

*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,500,600,700&display=swap');

/* ==========
   1.Basic
   ========== */

body {
	font-family: 'Work Sans', sans-serif;
	overflow-x: hidden;
	padding: 0 0 30px 0;
	font-size: 15px;
	background: url("../images/bg-pattern.png") no-repeat;
	background-size: cover;
}

::selection {
	background: rgba(151, 160, 175, 0.3);
}

::-moz-selection {
	background: rgba(151, 160, 175, 0.3);
}

a,
a:hover {
	text-decoration: none !important;
	outline: none !important;
	cursor: pointer;
}


/*==============
  2. Helper Class
  ===============*/

.h1,
h1 {
	font-size: 36px;
}

.h2,
h2 {
	font-size: 30px;
}

.h4,
h4 {
	font-size: 18px;
}

.h5,
h5 {
	font-size: 14px;
}

.h6,
h6 {
	font-size: 12px;
}

.margin-t-30 {
	margin-top: 30px;
}

.margin-t-50 {
	margin-top: 50px;
}

.text-custom {
	color: #556ee6;
}

.text-muted {
	color: #777 !important;
}

.page-title h2 {
	line-height: 50px;
	margin: 60px 0 20px 0;
	letter-spacing: 1px;
	font-size: 34px;
	font-weight: 500;
}

.page-title h3 {
	line-height: 40px;
	margin: 30px 0 10px 0;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 300;
}

.page-title span {
	font-weight: 500;
	border-bottom: 3px solid;
}

a,
a:hover {
	text-decoration: none !important;
	outline: none !important;
}

button:focus {
	outline: none !important;
}

video {
	transition: 0.5s ease-in-out;
}

.subtitle {
	font-weight: 300;
	line-height: 28px;
	font-size: 16px;
}

.btn {
	border-width: 2px;
	border-radius: 4px;
	transition: all .3s ease-out;
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	font-size: 11px;
	outline: none !important;
}

.btn-rounded {
	border-radius: 30px;
}

.btn-dark {
	background-color: #4a4949;
	color: #ffffff !important;
}

.btn-custom {
	width: 200px;
	margin: 10px;
	background-color: #556ee6;
	color: #ffffff !important;
}

.btn-custom:hover {
	background-color: #8798ed;
}

.btn-custom:active {
	background-color: #3c57e2;
}

/*==============
  3. Navbar Custom
  ===============*/

.navbar-custom {
	margin-bottom: 0px;
	width: 100%;
	z-index: 1000;
	border: none;
	color: #333;
	border-radius: 0px;
	position: relative;
}

.logo>img {
	height: 42px;
}

.logo {
	padding: 19px 0px;
	height: 80px;
	line-height: 40px;
	font-weight: 700;
	font-size: 40px;
	color: #333 !important;
}

.navbar-custom .navbar-nav>li>a {
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link {
	color: #777;
	padding: 0;
	margin: 0 15px;
}

.navbar-toggler {
	padding: 4px 10px;
	font-size: 24px;
}

.navbar-toggler:hover {
	background-color: #ddd;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #000;
	background-color: transparent;
}


.navbar-custom .navbar-nav>li>a:hover {
	color: #333;
	transition: all 0.3s;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown-menu>li>a {
	display: block;
	padding: 10px 20px;
	clear: both;
	line-height: 1.42857143;
	color: #666;
	white-space: nowrap;
	font-weight: 400;
	font-size: 13px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
	text-decoration: none;
	color: #556ee6;
	transition: all 0.3s;
	background-color: transparent;
}

.dropdown-menu>li:active>a,
.dropdown-menu>li:hover>a {
	color: #556ee6;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	right: auto;
	margin-top: -3px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.navbar-custom li.dropdown:last-of-type .dropdown-submenu>.dropdown-menu {
	right: 100%;
	left: auto;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

.submenu-arrow {
	position: absolute;
	right: 8px;
	font-size: 16px;
	margin-top: -1px;
}

.navbar-custom .dropdown-menu {
	transition: all .3s ease;
	min-width: 200px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, .05);
	padding: 10px;
}

.navbar-toggle {
	margin-top: 22px;
}

.navbar-custom .navbar-nav li.active-item>a {
	color: #556ee6;
}


/*==============
  4. Portfolio
===============*/

.portfolio-filter {
	margin-top: 50px;
	margin-bottom: 20px;
}

.portfolio-filter a {
	display: inline-block;
	margin: 0 6px 6px 6px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 7px 12px 7px 12px;
	cursor: pointer;
	line-height: 1em;
	letter-spacing: 1px;
	transition: all 0.4s ease-in-out;
	color: #333;
	border-radius: 3px;
	font-weight: 500;
}

.portfolio-filter a:hover {
	color: #222;
}

.portfolio-filter a.current {
	background-color: rgba(85, 110, 230, 0.25);
	color: #556ee6;
}

.portfolio-box {
	overflow: hidden;
	position: relative;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.portfolio-box .portfolio-box-img {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.portfolio-box .portfolio-box-img:hover {
	cursor: pointer;
}

.portfolio-box .portfolio-box-img:after {
	content: " ";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-radius: 5px;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	-moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	-o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-img>img {
	-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
	border-radius: 0;
}

.portfolio-box .portfolio-box-detail {
	opacity: 0;
	color: #1a1b1d;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	-moz-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	-o-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
	transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.portfolio-box .portfolio-box-detail:hover {
	cursor: pointer;
}

.portfolio-box .portfolio-box-detail h4 {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 16px;
}

.portfolio-box .portfolio-box-detail p {
	margin-bottom: 0;
	color: #565f75;
	font-size: 13px;
	font-weight: 500;
}

.portfolio-box:hover .portfolio-box-detail {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	z-index: 3;
	opacity: 1;
}

.portfolio-box:hover .portfolio-box-img:after {
	background: rgba(255, 255, 255, 0.8);
}

.portfolio-box:hover .portfolio-box-img>img {
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

/* Project description */
.project-desc {
	line-height: 26px;
	font-size: 15px;
}


/*==============
  5. Testimonials
  ===============*/

.testimonial-box .client-comment {
	font-weight: 300;
	line-height: 26px;
	font-style: italic;
	font-size: 16px;
}

.testimonial-box .testi-user {
	height: 60px;
	width: 60px;
	margin: 20px 0 10px 0;
}


/*==============
  6. Team
  ===============*/

.team-box {
	padding: 30px 20px;
	margin-top: 30px;
}

.team-box img {
	margin-bottom: 15px;
}


/*==============
  7. Services
  ===============*/

.service-box {
	padding: 20px 0;
}

.service-box .service-icon {
	font-size: 42px;
	line-height: 60px;
}

.service-box .service-title {
	font-size: 16px;
	letter-spacing: 1px;
}

.service-box p {
	line-height: 24px;
}


/*==============
   8. Clients
  ===============*/

.client-box {
	padding: 30px 20px;
	text-align: center;
}

.client-box img {
	opacity: 0.7;
	margin: 0 auto;
}

.client-box img:hover {
	opacity: 1;
}


/*==============
  9. Blog
  ===============*/

.post {
	margin: 0 0 45px;
}

.post+.post {
	border-top: 1px solid rgba(238, 238, 238, .7);
	padding-top: 50px;
}

.post-preview {
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 0 0 25px;
}

.post-preview:hover {
	opacity: .7;
}

.post-header {
	margin: 0 0 30px;
}

.post-title {
	font-size: 22px;
	margin: 0 0 10px;
}

.post-title a {
	color: #333;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.post-title a:hover {
	color: #556ee6;
}

.post-meta {
	list-style: none;
	padding: 0;
	margin: 0;
	opacity: .7;
}

.post-meta>li {
	display: inline-block;
	margin-right: 30px;
}

.post-meta>li:last-child {
	margin-right: 0;
}

.post .post-meta a,
.post-meta a {
	color: #636973;
}

.post-meta a:hover,
.post-meta a:focus,
.post-more a:hover {
	color: #556ee6;
}

.post-more a {
	color: #333;
	font-weight: 500;
	text-decoration: underline !important;
}

.post-tags {
	margin: 40px 0 0;
}

.post-tags a {
	background-color: #f5f5f5;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	color: #303133;
	padding: 7px 8px 5px 10px;
	margin: 5px 10px 5px 0;
}

.post-tags a:hover,
.post-tags a:focus {
	background: #556ee6;
	color: #fff;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 30px 0 20px;
}

.post-content h1:first-child,
.post-content h2:first-child,
.post-content h3:first-child,
.post-content h4:first-child,
.post-content h5:first-child,
.post-content h6:first-child {
	margin-top: 0;
}

.post-content p,
.post-content ul,
.post-content ol {
	margin: 0 0 20px;
	line-height: 24px;
}

.post-content ul,
.post-content ol {
	margin-left: 40px;
}

.post-content ul {
	list-style-type: disc;
}

.post-content ol {
	list-style-type: decimal;
}

.sidebar {
	padding-left: 30px;
}

.sidebar .widget:last-child {
	border: 0;
	padding: 0;
}

.widget_search form {
	position: relative;
}

.search-button {
	position: absolute;
	top: 0;
	height: 100%;
	right: 10px;
	background-color: transparent;
	border: none;
	font-size: 20px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
	outline: 0;
}

.search-button:hover {
	color: #556ee6;
}

.widget-title {
	position: relative;
	font-size: 16px;
	margin: 0 0 25px;
	font-weight: 500;
}

.widget-title:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.widget-title:after {
	content: "";
	display: block;
	width: 35px;
	z-index: 1;
	position: relative;
	border-bottom: 1px solid #556ee6;
	margin: 20px auto 25px 0px;
}

.widget {
	margin: 0 0 40px;
	font-size: 14px;
}

.widget ul,
.widget ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li,
.widget ol li {
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
	border: 0;
}

.widget ul li a,
.widget ol li a {
	color: #333333;
}

.widget ul li a:hover,
.widget ol li a:hover {
	color: #556ee6;
}

.widget select {
	width: 100%;
	box-shadow: none;
	border-radius: 2px;
	border-color: #eee;
	padding: 12px 15px;
	height: 49px;
	font-size: 14px;
}

.widget select:focus {
	border-color: #556ee6;
	box-shadow: none;
}

.widget_archive ul li a,
.widget_categories ul li a {
	margin-right: 5px;
}

.post-date {
	display: block;
	opacity: .7;
}

.tagcloud>a {
	background: #f5f5f5;
	border-radius: 2px;
	color: #303133;
	display: inline-block;
	font-size: 9px;
	letter-spacing: 1px;
	margin: 5px 10px 5px 0;
	padding: 7px 8px 5px 10px;
	text-transform: uppercase;
}

.tagcloud>a:hover {
	background: #556ee6;
	color: #fff;
}

.widget_recent_entries_custom ul li {
	border-bottom: 1px solid rgba(238, 238, 238, .7);
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_recent_entries_custom .wi {
	float: left;
	width: 64px;
}

.widget_recent_entries_custom .wb {
	padding-top: 2px;
	margin-left: 84px;
}

.widget_recent_entries_custom .wb a {
	color: #303133;
}

.text-widget-des {
	line-height: 24px;
}


/*==============
  10.Blog Detail
  ===============*/
.blog-detail-description {
	color: #666;
}

.blog-detail-description p {
	line-height: 24px;
}

blockquote {
	font-size: 16px;
	border-left: 4px solid #eee;
	font-weight: 300;
	line-height: 30px;
	font-style: italic;
	padding: 10px 20px;
}

.media,
.media-list {
	margin-top: 50px;
}

.media img {
	width: 52px;
	height: 52px;
}

.media-heading {
	font-size: 16px;
}

.media-body a {
	float: right;
	font-size: 13px;
}

.media-body h6 {
	margin-bottom: 20px;
}


/*==============
 11. Contact
  ===============*/
.form-control {
	box-shadow: none;
	border-radius: 2px;
	padding: 12px 15px;
	height: 49px;
	font-size: 14px;
}

.form-control:focus {
	border-color: #556ee6;
	box-shadow: none;
}

.input-lg {
	height: 54px;
	font-size: 15px;
}

.input-sm {
	height: 45px;
	font-size: 13px;
}

.form-group {
	margin-bottom: 20px;
}


/*==============
 12. Pagination
  ===============*/

.pagination>li {
	display: inline-block;
	margin: 5px 2px 0 0;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-radius: 3px;
}

.pagination>li>a,
.pagination>li>span {
	border: 2px solid #eeeeee;
	border-radius: 3px;
	color: #777777;
	display: block;
	float: none;
	padding: 8px 15px;
}

.pagination>.active>a,
.pagination>.active>span {
	background: #27cbc0 none repeat scroll 0 0;
	border-color: #27cbc0;
	color: #ffffff;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	background: #666 none repeat scroll 0 0;
	border-color: #666;
	color: #ffffff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #666;
	border-color: #666;
	color: #fff;
	cursor: default;
	z-index: 3;
}


/*==============
  13. Footer
  ===============*/

.footer {
	margin: 50px 0 -30px 0;
	padding: 30px 0;
	border-top: 1px solid #f5f5f5;
}

.social-circle li a {
	height: 42px;
	width: 42px;
	color: #4c5667;
	border-radius: 3px;
	background-color: #f6f6f6;
	transition: all 0.5s ease-in-out;
}

.social-circle li a:hover {
	color: #ffffff !important;
	background-color: #556ee6;
}

.social-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-block img {
	/* max-width: 20px; */
	max-height: 20px;
	transition: filter 0.5s ease-in-out;
}

.social-block:hover img {
	filter: brightness(5) saturate(0);
}

.social-circle img {
	margin: 0;
	fill: #4c5667;
}

#social01 {}

#social02 {
	transform: scale(1.2);
}

#social03 {
	transform: scale(0.8);
}

#social04 {}

#social05 {}

.wechat-code {
	opacity: 0%;
	transition: opacity 0.2s;
	width: 160px;
	height: 172px;
	position: absolute;
	transform: translate(calc(-50% + 21px), calc(-100% - 50px));
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.wechat-code-container {
	background-color: #f6f6f6;
	width: 160px;
	height: 160px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wechat-code-container img {
	width: 140px;
	height: 140px;
}

.wechat-code-arrow {
	width: 100%;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wechat-code-arrow svg {
	height: 12px;
}

.wechat-block:hover+.wechat-code {
	opacity: 100%;
	transition-delay: 0.3s;
}

.wechat-block:hover~.wechat-code {
	transition-delay: 0.3s;
}

.wechat-block:hover~.wechat-code:hover {
	opacity: 0%;
	transition-delay: 0.3s;
}

.copyright-txt {
	margin-top: 10px;
}

.footer a {
	font-size: 14px;
	color: #777;
	transition: 0.1s ease-in-out;
}

.footer a:hover {
	color: #333;
}



/* ==========
   14. Responsive
   ========== */

@media (min-width: 769px) {
	ul.nav li:hover>ul.dropdown-menu {
		display: block;
	}

	#navbar {
		text-align: center;
	}

	.nav>li>a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 768px) {
	body {
		padding: 0;
	}

	.dropdown-menu>li>a:hover,
	.dropdown-menu>.active>a:hover {
		text-decoration: none;
		color: #556ee6 !important;
		transition: all 0.3s;
	}
}

@media (max-width: 767px) {
	.sidebar {
		padding-top: 50px;
		padding-left: 0;
	}

	.navbar-custom .navbar-nav>li>a {
		line-height: 24px;
	}

	.page-title h2 {
		line-height: 36px;
		font-size: 32px;
		margin-top: 40px;
	}
}


.single {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9990;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(20px);
}

.single-video {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9990;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(20px);
}

.single-linksource {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9990;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(20px);
}

.single-linksource-h {
	margin-left: 30px;
	margin-right: 30px;
	width: calc(100% - 60px);
	display: flex;
	justify-content: center;
	font-weight: 600;
	font-size: 24px;
	color: #eeeeee;
	margin-bottom: 20px;
}

.single-linksource-p {
	margin-left: 30px;
	margin-right: 30px;
	width: calc(100% - 60px);
	display: flex;
	justify-content: center;
	color: #eeeeee;
	line-height: 28px;
	margin-bottom: 32px;
	text-align: center;
}

.single-linksource-h6 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #eeeeee;
	font-size: 14px;
}

.closebutton {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	color: #ffffff;
	transition: all 0.2s;
	z-index: 99999;
}

.closebutton:hover {
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

.closebutton:active {
	background: rgba(0, 0, 0, 0.9);
}

.single-contain {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.single-inner {
	width: calc(100% - 40px);
	margin-left: 20px;
	display: flex;
	justify-content: center;
}

.single-img {
	max-width: 100%;
	z-index: 9999;
	border-radius: 5px;
	max-height: calc(60vh - 40px);
}

.single-v {
	max-width: fit-content;
	z-index: 9999;
	border-radius: 5px;
	max-height: 50vh;
}

#SVideo2 {
	/* margin-bottom: 20px; */
}

@media (max-width: 768px) {
	.single-v {
		max-width: 100%;
		z-index: 9999;
		border-radius: 5px;
		max-height: calc(100vh - 40px);
	}

	#SVideo2 {
		padding-bottom: 20px;
	}
}

.logo-common {
	width: 42px;
	height: 42px;
}



.f-b-img {
	margin-left: 10px;
	margin-right: 10px;
	max-width: calc(100% - 20px);
	margin-top: 20px;
}




.gc-display1 {
	display: flex;
	overflow-x: auto;
	padding-bottom: 20px;
	justify-content: center;
}

.gc-display1 img {
	height: 600px;
	margin-right: 40px;
	border-radius: 20px;
	box-shadow: 0 1px 5px #aaaaaa;
}


@media (max-width: 768px) {
	.gc-display1 {
		display: flex;
		flex-direction: column;
	}

	.gc-display1 img {
		width: 80%;
		margin: 0;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		margin-top: 40px;
		border-radius: 20px;
		box-shadow: 0 1px 5px #aaaaaa;
	}
}

.gc-weather {
	height: 400px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	border-radius: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	box-shadow: 0 1px 5px #aaaaaa;
}

.gc-huangli {
	height: 500px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	border-radius: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	box-shadow: 0 1px 5px #aaaaaa;
}


.gcvideo {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.gc-forgotsth {
	height: 500px;
	left: 50%;
	transform: translateX(-50%);
	position: relative;
	border-radius: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
	box-shadow: 0 1px 5px #aaaaaa;
}

.gc-forgotsth-p {
	width: 100%;
	text-align: center;
}

.recommend {
	position: absolute;
	width: auto;
	height: 65px;
	top: 0;
	z-index: 888;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	cursor: pointer;
}

.recommend-inner {
	margin-left: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	overflow-x: hidden;
	width: 40px;
	transition: 0.2s ease-in-out;
	background: linear-gradient(135deg, #124c89 10%, #0b1c48 100%);
	border-radius: 20px;
}

.recommend-inner-icon {
	min-width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* border-radius: 20px; */
	/* background: linear-gradient( 135deg, #124c89 10%, #0b1c48 100%); */
	transition: 0.2s ease-in-out;
}

.recommend-inner img {
	width: 24px;
}

.recommend-text {
	color: #ffffff;
	margin-right: 12px;
}

.recommend:hover .recommend-inner {
	width: 162px;
	filter: brightness(1.1);
}

.recommend:active .recommend-inner {
	width: 162px;
	filter: brightness(1.5);
	transition: 0.2s linear;
}

.beian {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.ICP {}

.gap {
	width: 2px;
	height: 2px;
	background-color: #777;
	border-radius: 1px;
	margin-left: 10px;
	margin-right: 10px;
}

.Gongan {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.Gongan img {
	height: 18px;
	margin-right: 5px;
}

@media (max-width: 768px) {
	.beian {
		display: flex;
		flex-direction: column;
	}

	.Gongan {
		margin-top: 5px;
	}

	.gap {
		width: 0px;
		height: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
}



.div404con {
	width: 100%;
	max-width: 100vw;
}

.div404con svg {
	width: 100%;
}


#addplace {
	min-height: fit-content;
}