/* 

Multi Profile
http://www.templatemo.com/preview/templatemo_457_multi_profile

TABLE OF CONTENT
    1. Universal Styles
    2. Site Name and Navigation
    3. Welcome Header
    4. Section
    5. Who We Are
    6. Blog Excerpt
    7. Features
    8. Footer Nav
    9. About
    10. Profile
    11. Contact
    12. Media Queries
	
-----------------------*/

/* 1. Universal Styles */

ul {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Open Sans", sans-serif;
}
a:hover {
  text-decoration: none;
}
.templatemo-container {
  max-width: 1920px;
  margin: 0 auto;
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}
.light-gray-bg {
  background-color: #f2f2f2;
}

/* 2. Site Name and Navigation */
.header-bg {
  /*http://www.cssmatic.com/gradient-generator*/
  background: rgb(12, 46, 162);
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(12, 46, 162, 1)),
    color-stop(50%, rgba(12, 46, 162, 1)),
    color-stop(51%, rgba(33, 64, 171, 1)),
    color-stop(100%, rgba(33, 64, 171, 1))
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(12, 46, 162, 1)),
    color-stop(50%, rgba(12, 46, 162, 1)),
    color-stop(51%, rgba(33, 64, 171, 1)),
    to(rgba(33, 64, 171, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(12, 46, 162, 1) 0%,
    rgba(12, 46, 162, 1) 50%,
    rgba(33, 64, 171, 1) 51%,
    rgba(33, 64, 171, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(12, 46, 162, 1) 0%,
    rgba(12, 46, 162, 1) 50%,
    rgba(33, 64, 171, 1) 51%,
    rgba(33, 64, 171, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c2ea2', endColorstr='#2140ab', GradientType=1 );
}
.site-logo {
  height: auto;
}

.templatemo-nav-container {
  padding-left: 0;
  padding-right: 0;
  height: 90px;
}
.site-name-container {
  background: #0c2ea2 url(../img/header/top.png) right center no-repeat;
}
.site-name {
  height: 60px;
  margin: 15px 0;
}
.mobile-menu-icon {
  display: none;
}
.templatemo-nav-container {
  background-color: #2140ab;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.templatemo-nav {
  margin-left: 50px;
  text-transform: uppercase;
}
.templatemo-nav ul {
  overflow: hidden;
}
.templatemo-nav li {
  list-style: none;
  float: left;
  font-weight: 700;
}
.templatemo-nav li a {
  color: #fff;
  display: block;
  height: 60px;
  width: 162px;
  text-align: center;
  padding-top: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.templatemo-nav li:hover,
.templatemo-nav .active {
  background: url(../img/header/switch.png) no-repeat;
  background-size: contain;
  color: white;
}
.templatemo-nav li:hover a {
  color: white;
}

/* 3. Welcome Header */
.header-img {
  background: url(../img/home/banner1.png) no-repeat center center;
  background-size: cover;
  height: 540px;
}
.header-img-2 {
  background: url(../img/about/banner2.png) no-repeat center center;
  background-size: cover;
  height: 539px;
}
.header-img-3 {
  background: url(../img/contact/banner3.png) no-repeat center center;
  background-size: cover;
  height: 520px;
}

.welcome-container {
  background: #1b434c;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    color-stop(100%, rgba(19, 54, 64, 1))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    to(rgba(19, 54, 64, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcome-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.welcome-title,
.welcome-description {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  max-width: 700px;
}
.welcome-divider-lines-img {
  display: inline-block;
  width: 6px;
  height: 49px;
  margin-left: 20px;
  margin-right: 20px;
}

/* 4. Section */
.section-title-container {
  margin-bottom: 60px;
}
.section-title {
  font-weight: 700;
  font-size: 42px;
}
.section-title-underline {
  margin-bottom: 5px;
  margin-top: 0;
}
.section-title-underline-blue {
  border-bottom: 2px solid #0c2ea2;
  margin: 5px auto 0 auto;
  width: 40px;
}
.font-weight-300 {
  font-weight: 300;
}
.section-title-2 {
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 0;
}
.gray-text {
  color: #9c9c9c;
}
.blue-text {
  color: #3050bb;
}
.blue-bg {
  background: #1135af;
  color: white;
}
.ul-1 {
  margin-top: 30px;
  margin-bottom: 60px;
  padding: 0 1em;
  list-style: none;
  line-height: 2em;
}
.ul-1 li:before {
  content: "\2192";
  color: #0c2ea2;
  padding: 10px;
}
.btn-blue-gradient {
  background: #1b434c;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    color-stop(100%, rgba(19, 54, 64, 1))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    to(rgba(19, 54, 64, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
  color: white;
  margin-right: 30px;
}
.btn-blue-gradient:hover {
  color: #b8e6f0;
}
.btn-transparent {
  border: 1px solid #000;
  color: #000;
}
.btn-transparent:hover {
  color: #568a96;
  border-color: #568a96;
}
.btn-transparent,
.btn-blue-gradient {
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
}
.img-thumbnail {
  border-radius: 0;
  padding: 8px;}
  .carousel-container {
    width: 100vw;
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.crsl-wrap {
    display: flex;
    width: 300%; /* 3张图片所以300% */
    transition: transform 0.5s ease; /* 使用transition实现平滑切换 */
}

.crsl-item {
    width: 33.333%; /* 每张图片占1/3 */
    flex-shrink: 0;
}

.crsl-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* 导航按钮样式 */
.navbtns {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.navbtns button {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    border: none;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
}

.navbtns button.active {
    background: white;
}

/* 5. Who We Are */
.tm-blocks-container {
  overflow: hidden;
  max-width: 310px;
  margin: 0 auto;
}
.tm-block {
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  float: left;
  width: 155px;
  height: 155px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.tm-block-link {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: white;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.tm-block-link:hover {
  color: white;
  background: rgba(0, 0, 0, 0.5);
}
.green-bg {
  background-color: #079704;
}
.red-bg {
  background-color: #aa2020;
}
.yellow-bg {
  background-color: #d5ba06;
}
.justify-text {
  text-align: justify;
}

/*==================================================
 * http://www.paulund.co.uk/creating-different-css3-box-shadows-effects
 * Effect 1
 * ===============================================*/
.effect1 {
  -webkit-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}
.section-shadow-bottom {
  background-image: url(../img/section-shadow.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

/* 6. Blog Excerpt */
.posts-container {
  background: url(../img/blog-divider.png) top center no-repeat;
  max-width: 900px;
  margin: 0 auto;
}
.post-excerpt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 85px;
}
.post-excerpt-left {
  float: left;
  margin-bottom: 85px;
}
.post-excerpt-right {
  float: right;
  margin-top: 85px;
}
.post-content {
  background-color: #333;
  padding: 15px;
  max-width: 300px;
}
.post-excerpt-left .post-content {
  text-align: right;
}
.post-title {
  color: white;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.post-description {
  color: #b2b0b0;
  font-size: 13px;
  margin: 0;
}
.post-date-container {
  background: #3050bb;
  height: auto;
	padding: 0 15px;
  /* width: 85px; */
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.post-month {
  color: #3dd0d3;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}
.post-date {
  color: white;
  font-size: 20px;
  font-weight: 700;
}
.post-arrow-container {
  padding-top: 15px;
}
.rotate-arrow {
  /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  padding-top: 40px;
}

/* 7. Features */
.features {
  background: url(../img/feature-bg.jpg) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.8);
  background-size: cover;
  position: relative;
}
.features-content {
  color: white;
  position: relative;
  z-index: 999;
}
.bg-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.feature-container {
  max-width: 800px;
  margin: 0 auto;
}
.tm-progress-container {
  width: 360px;
  max-width: 100%;
}
.tm-progress-container-left {
  float: left;
}
.tm-progress-container-right {
  float: right;
}
.tm-progress-label {
  overflow: hidden;
}
.tm-progress {
  border-radius: 0;
}
.tm-progress .progress-bar {
  background-color: #225965;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}

/* 8. Footer nav */
.footer-nav {
  font-size: 12px;
}
.footer-nav h3 {
  font-size: 14px;
  font-weight: 700;
}
.footer-nav li {
  list-style: none;
  line-height: 2em;
}
.footer-nav p,
.footer-nav li a {
  color: #ccc;
}
.footer-nav li a:hover {
  color: white;
}
.blue-divider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 20px;
}
.blue-divider div {
  height: 100%;
}
.blue-divider .dark-blue-bg {
  width: 30%;
}
.blue-divider .blue-bg {
  background-color: #2140ab;
  width: 60%;
}
.dark-blue-bg {
  background-color: #0c2ea2;
}
.blue-divider-bg-graphic {
  background: #0c2ea2 url(../img/header/bottom.png) right center no-repeat;
  width: 10%;
}
footer {
  background: #1135af;
}
.copyright-text {
  color: #ccc;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
}

/* 9. About */
.tm-img-container {
  cursor: pointer;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.tm-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 38, 40, 0.8);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tm-img-container:hover .tm-img-overlay {
  opacity: 1;
}
.img-title {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
.img-description {
  color: #0fea7b;
}
.img-title,
.img-description {
  text-align: center;
}
.tm-about {
  display: flex;
  justify-content: center;
}
.tm-about-left {
  max-width: 603px;
}
.tm-about-right {
  text-align: center;
  max-width: 600px;
  /* margin: 0 auto; */
}
.ss-about {
  background: url(../img/about/YUNSHUFANG.png) center no-repeat;
  background-size: 70%;
}
.ss-about h3 {
  font-weight: 600;
  font-size: 20px;
  color: #000;
}

.ss-about-left {
  text-align: right;
}
.ss-about-right {
  text-align: left;
}

.in-about {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  color: #333332;
  line-height: 26px;
  font-family: "Open Sans";
  font-weight: 400;
  margin-bottom: 40px;
}
.equal-height-row {
  display: flex;
  align-items: stretch;
  font-size: 18px;
}

.in-intellect {
  background: url(../img/profile/tp.png) center no-repeat;
  background-size: 100% 100%;
}
.in-intellect .title {
  font-family: Source Han Sans CN;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10%;
  font-weight: 600;
}

.in-service{
	margin-top: 60px;
}
.in-service h3{
	color: #2140ab;
	font-size: 24px;
	font-weight: 500;
}
.in-service .icon {
  background-color: #2140ab;
  width: 35px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  text-align: center;
	padding: 5px;
	font-weight: 600;
	
}
.in-concept{
	width: 20%;
}
.in-concept .text{
	text-align: center;
	box-shadow: 0px 2px 25px 2px rgba(0,0,0,0.05);
	padding:10%  5px;
}
.in-concept  h3{
	margin-top:0 ;
}
.in-active-1 {
  display: flex;
}
.in-active-1 .col-1{
  width: 65%;

}
.in-active-1 .col-2{
  width: 35%;

}
.in-active-2{
  display: flex;
} 
.in-active-2 .col-1{
  width: 46%;
}
.in-active-2 .col-2{
  width: 54%;
}


/* Flexbox fix for IE 10 http://stackoverflow.com/questions/16808815/ie10-flexbox-p-element-non-wrapping */
.about-h3 {
  font-size: 18px;
  font-weight: 700;
}
.about-description {
  line-height: 1.6em;
}
.recent-post-container {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.recent-post-title {
  font-size: 22px;
}
.font-weight-700 {
  font-weight: 700;
}
.red-text {
  color: red;
}

/* 10. Profile */
.folio-filters {
  width: 100%;
}
.folio-filters li {
  display: inline-block;
  margin-left: 10px;
}
.folio-filters li a {
  display: block;
  padding: 8px 30px;
  font-weigth: bold;
  text-transform: uppercase;
  color: #5c5c5c;
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.folio-filters li a:hover,
.folio-filters li.current a {
  background: #1b434c;
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    color-stop(100%, rgba(19, 54, 64, 1))
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(63, 105, 115, 1)),
    color-stop(41%, rgba(47, 95, 107, 1)),
    to(rgba(19, 54, 64, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(63, 105, 115, 1) 0%,
    rgba(47, 95, 107, 1) 41%,
    rgba(19, 54, 64, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
  color: white;
}
.folio-filters li a:focus {
  text-decoration: none; /* Remove underline after click in IE */
}
.folio-item {
  text-align: center;
}

/* 11. Contact */
.contact-point {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.contact-point-icon {
  width: 60px;
  text-align: center;
}
.contact-point-icon,
.contact-point-detail-container {
  padding: 10px;
}
.form-control {
  border-radius: 0;
  background-color: #d4dfe1;
  color: #000;
}
.form-control::-webkit-input-placeholder {
  color: #000;
}
.form-control:-moz-placeholder {
  color: #000;
}
.form-control::-moz-placeholder {
  color: #000;
}
.form-control:-ms-input-placeholder {
  color: #000;
}
.btn-submit {
  border: 0;
  margin-right: 0;
  width: 100%;
}
.google-map-container {
  border: 1px solid #c2c2c2;
  padding: 5px;
}
.google-map {
  height: 420px;
}

/* 表单 */
.form-item {
  
  display: block;
  margin-bottom: 22px;
}

.form-label {
  display: block;
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  text-align: left;
}

.form-content {
  /* width: 90%;
  margin: 0 auto; */
  /* border-radius: 30px; */
}

.form-input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #dcdfe6;
  /* border-radius: 10px; */
  font-size: 14px;
  transition: border-color 0.2s;
  box-sizing: border-box;
}

.form-input:focus {
  outline: none;
  border-color: #1339AB;
}

.form-input::placeholder {
  color: #c0c4cc;
}

.investment-options {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap;
  gap: 10px; */
}

.investment-option {
  padding: 10px 20px;
  border: 1px solid #dcdfe6;
  /* border-radius: 30px; */
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s;
  font-size: 14px;
}

.investment-option:hover {
  border-color: #1339AB;
  color: #1339AB;
}

.investment-option.active {
  background-color: #1339AB;
  color: white;
  border-color: #1339AB;
}
.form-botton {
  width: 100%;
  background-color: #1339ab;
  height: 40px;
  /* border-radius: 30px; */
  font-size: 18px;
  font-weight: 400;
  color: #fff;
line-height: 40px;
  cursor: pointer;
}
.form {
  background-color: #fff;
  /* width: 87%; */
  padding: 30px;


  box-shadow: 0px 0px 18px 0px rgba(72, 73, 75, 0.18);
  text-align: center;
}
.form .investment{
  height: 40px;
  border: 1px solid #dcdfe6;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45%;
  /* border-radius: 10px; */

}
.form .active{
  border: 1px solid var(--el-color-primary);
  color: var(--el-color-primary);
}


.form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
.form-item {
  margin-bottom: 15px;
}
.form-label {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
}
.form-input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.investment-options {
  display: flex;
  gap: 10px;
}
.investment {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
}
.investment.selected {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}
/* .form-botton {
  padding: 10px 15px;
  background-color: #007bff;
  color: white;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
} */
.form-botton:hover {
  background-color: #0056b3;
}
.error-label {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.loading {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255,255,255,.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 1s ease-in-out infinite;
  margin-right: 10px;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background-color: white;
  padding: 20px;
  border-radius: 4px;
  max-width: 400px;
  width: 90%;
  text-align: center;
}
/* 表单 */
/* 底部二维码 */
.icon-1{

}
.icon {
  cursor: pointer;
  font-size: 24px;
  margin: 10px;
  display: inline-block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; /* 默认隐藏 */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
}

.qr-code {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.qr-code img {
  width: 200px;
  height: 200px;
}
/* 添加过渡效果 */


.show1 {
  display: flex;
  opacity: 1;
  visibility: visible;
}




/* 12. Media Queries */
@media screen and (max-width: 1199px) {
  .in-active-1 {
    display: block;
  }
  .in-active-1 .col-1{
    width: 100%;
  text-align: center;
  
  }
  .in-active-1 .col-2{
    width: 100%;
    text-align: center;
  
  }



  .site-logo {
    width: 12px;
  }
  .site-name {
    font-size: 26px;
  }
  .templatemo-nav {
    margin-left: 0;
  }
  .templatemo-nav li a {
    width: 150px;
  }
  .header-img {
    height: 360px;
  }
  .header-img-2 {
    height: 380px;
  }
  .header-img-3 {
    height: 360px;
  }
  .welcome-title {
    font-size: 20px;
  }
  .blue-divider .dark-blue-bg {
    width: 30%;
  }
  .blue-divider-bg-graphic {
    width: 20%;
  }
  .blue-divider .blue-bg {
    width: 50%;
  }
  .tm-about {
    display: block;
  }
}
@media screen and (max-width: 992px) {
	.in-concept{
		width: 50%;
		margin-bottom: 20px;
	}
  .equal-height-row {
    display: block;
  }
  .templatemo-nav li a {
    padding-top: 15px;
    width: 115px;
  }
  .header-img {
    height: 270px;
  }
  .header-img-2 {
    height: 300px;
  }
  .header-img-3 {
    height: 280px;
  }
  .welcome-wrapper {
    display: inline-block;
  }
  .welcome-divider-lines-img {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tm-blocks-container {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .post-excerpt {
    height: auto;
  }
  .post-excerpt-left {
    margin-bottom: 50px;
  }
  .post-excerpt-right {
    margin-top: 70px;
  }
  .post-content {
    max-width: 200px;
  }
  .feature-container {
    max-width: 738px;
  }
  .contact-left,
  .contact-right {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .in-active-2{
    display: block;
  } 
  .in-active-2 .col-1{
    width: 100%;
    text-align: center;
  }
  .in-active-2 .col-2{
    width: 100%;
    text-align: center;
  }
  .header-bg {
    background: rgb(12, 46, 162);
  }

  .site-name-container {
    height: 50px;
  }
  .site-name {
    height: 30px;
  }
  .site-name {
    line-height: 50px;
  }
  .mobile-menu-icon {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1000;
  }
  .mobile-menu-icon .fa {
    color: #428d89;
    /* background-color: rgba(8, 41, 43, 0.9); */
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    padding-top: 9px;
    padding-left: 11px;
  }
  .templatemo-nav-container {
    height: auto;
    position: fixed;
    z-index: 1000;
    top: 50px;
    right: 10px;
  }
  .templatemo-nav {
    display: none;
  }
  .templatemo-nav li {
    float: none;
  }
  .welcome-divider-lines-img {
    height: 35px;
  }
  .post-excerpt-left,
  .post-excerpt-right {
    float: none;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .post-arrow-container {
    display: none;
  }
  .posts-container {
    background: none;
  }
  .post-content {
    max-width: 300px;
  }
  .post-excerpt {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .feature-container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tm-progress-container {
    margin: 0 auto;
  }
  .tm-progress-container-left,
  .tm-progress-container-right {
    float: none;
  }
  .footer-block {
    margin-bottom: 30px;
  }
  .tm-about-left {
    margin: 0 auto 50px auto;
  }
  .tm-about-container-2 {
    margin-bottom: 50px;
  }
  .folio-filters li {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .in-about {
    width: 100%;
  }
  .blue-divider .dark-blue-bg {
    width: 10%;
  }
  .blue-divider-bg-graphic {
    width: 40%;
  }
  .blue-divider .blue-bg {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
	.in-concept{
		width: 90%;
		margin: 20px auto;
	}
  .tm-block {
    width: 120px;
    height: 120px;
  }
  .tm-blocks-container {
    max-width: 240px;
  }
  .folio-filters li {
    margin: 0;
  }
}
@media screen and (max-width: 400px) {
  .btn-blue-gradient {
    margin-right: 8px;
  }
  .btn-transparent,
  .btn-blue-gradient {
    padding: 10px 15px;
  }
  .ul-1 {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 360px) {
  .crsl-nav {
    top: -127px;
  }
}
