@charset "utf-8";

.f20{font-size: 20px;}
.border-10{
	border-radius: 10px;
}
.breadcrumb-new{
	background: #f5f5f5!important;
	color: #888!important;
}
.breadcrumb-new a{
	color: #333!important;
}
.discover-tag >div{
	margin-top: 10px;
}
.discover-tag >div a{
	background-color: #333;
	padding: 12px 18px;
	border-radius: 10px;
	display: block;
	text-align: center;
	color: #fff;
}
.borImg-floor{
	margin-top: 50px;
}
.borImg-floor .img{
	border-radius: 20px;
	overflow: hidden;
}
.borImg-floor .img img{
	border-radius: 20px;
}
.tab-changeBox{
	padding: 30px;
	background-color: #f5f5f5;
	border-radius: 20px;
}
.tab-changeBox .tab-right {
	width: 42%;
	padding-left: 0;
}

.tab-changeBox .change-item-img {
	width: 55%;
	border-radius: 20px;
}

.tab-changeBox .change-item-img .img {
	display: none;
	padding:50px 25px;
	border-radius: 10px;
	background-image: linear-gradient(to bottom, #f2cfee, #6fd6ff)
}

.tab-changeBox .tab-right li {
	position: relative;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	border-radius: 10px;
	padding: 15px;
	background-color: #fff;
	margin-bottom: 30px;
	cursor: pointer
}

.tab-changeBox .tab-right li:last-child::after {
	background: none
}

.tab-changeBox .tab-right .title-box {
	position: relative;
	padding-left: 40px;
	font-size: 13px;
    font-weight: normal;
}

.tab-changeBox .tab-right .title-box .number-t {
	position: absolute;
	left:2px;
	top: 3px;
	font-size: 12px;
	color: #fb8484
}

.tab-changeBox .tab-right .title-box .number-t .nb {
	background-color: #9eb3c9;
	color: #fff;
	border-radius: 4px;
	overflow: hidden;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 40px;
}

.tab-changeBox .tab-right .title-box .title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px
}

.tab-changeBox .tab-right li.active .title-box .title {
	color: #006dff
}
.tab-changeBox .tab-right li.active .title-box .number-t .nb {
	background-color: #006dff
}

.tab-changeBox .change-item-img img {
	width: auto;
	height: auto
}
.post-box >div{
	border-radius: 20px;
	overflow: hidden;
	background: #f5f5f5;
}
.post-box >div .img{
	height: 265px;
	overflow: hidden;
}
.post-box >div .img img{
	width: 100%;
}
.post-box >div p{
	display: none;
}
.post-box >div a{
	display: block;
}
.post-box >div a:hover{
	text-decoration: none;
}
.post-box >div:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}
.post-box .title{
	padding:20px 15px 10px 15px;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: 500;
}
.post-box .des{
	font-size: 14px;
	padding: 0 15px 20px 15px;
	color: #666;
}
.post-box >div.item .img{
	height: 165px;
}

.user-slide{
	overflow: hidden;
	position: relative;
	padding-bottom: 50px;
}
.user-slide .swiper-slide{
	text-align: center;
}
.user-slide .said{
	font-size: 30px;
}
.user-slide .name{
	margin-top: 10px;
	font-size: 20px;
}
.user-slide .date{
	margin-top: 10px;
	color: #666;
	margin-bottom: 15px;
}
.why-main {
	padding: 40px 0;
	text-align: center;
	background-color: #f5f5f5;
}
.why-main .list-why h3 {
	text-transform: uppercase;
	padding-top:20px;
	font-size: 20px;
	position: relative
}
.why-main .list-why {
	padding: 40px 0 10px
}
.why-main .list-why .img{
	background-color: #fff;
	border-radius: 50px;
	width: 90px;
	height: 85px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
}
.why-main .list-why li {
	width: 22%
}
.why-main .list-why .amount {
	font-size: 36px;
	color: #5b9ceb;
	font-weight: 700;
	margin-top: 10px
}

.bg-color-m {
    background: linear-gradient(to bottom, #f7aed0, #4accc6);
}

.floor-bottom .info{
	color: #fff;
	padding-left: 3%;
}
.floor-bottom .info .name{
	font-weight: 600;
	font-size: 18px;
}
.floor-bottom .info h2{
	margin: 15px 0;
}
.btn-box-ra .btn{
	border-radius: 6px;
	border:none;
	font-size: 18px;
	margin-left: 10px;
	font-weight: bold;
}
.btn-box-ra .btn:first-child{
	margin-left: 0;
}
.api-box .info-right a{
	border: none;
}
.api-box .info-right a:hover{
	text-decoration: none;
}
.api-box .img-left{
	width: 50%;
	border-radius: 20px;
	overflow: hidden;
}
.api-box .img-left img{
	border-radius: 20px;
	overflow: hidden;
}
.api-box .info-right{
	padding: 20px;
	width: 45%;
	background-color: #fff;
	border-radius: 20px;
}
.api-box .info-right .cont{
	border: 1px dashed #ddd;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	position: relative;
	padding:20px 30px;
}
.api-box .info-right .link-btn{
	position: relative;
	width: 100%;
}
.api-box .info-right .link-btn .primary-img{
	transition-property: all;
	transition-duration: 300ms;
	background: linear-gradient(90deg, #556BFD 0%, #7856FF 56.5%, #8850FF 100%) !important;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	padding: 10px 15px;
	border: none;
	width: 100%;
	height: 48px;
}
.api-box .info-right .link-btn .primary-img img{
	vertical-align: middle;
	width: 30px;
}
.api-box .info-right .link-btn .absolute-file{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0;
	width: 100%;
	height: 100%;
}

.api-box .info-right .cont .info{
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}
.api-box .info-right .cont .bottom-tit{
	bottom: 180px;
	left: 0;
	position: absolute;
	width: 100%;
	text-align: center;
}
.api-box .info-right .cont .bottom-img{
	bottom: 50px;
	left: 2%;
	position: absolute;
	width: 96%;
	text-align: center;
}
.api-box .info-right .cont .bottom-tit .line-txt{
	position: relative;
}
.api-box .info-right .cont .bottom-tit .line-txt span{
	z-index: 10;
	background-color: #fff;
	padding: 5px 15px;
	position: relative;
}
.api-box .info-right .cont .bottom-tit .line-txt::before{
	width: 94%;
	height: 1px;
	background-color: #ddd;
	content: "";
	position: absolute;
	left: 3%;
	top:11px;
	z-index:1;
}
.api-box .info-right .ins-textarea{
	overflow: hidden;
    overflow-y: auto;
    background-color: #f5f5f5;
    border-radius: 5px;
    position: relative;
}
.api-box .info-right .ins-textarea .form-control{
	height: 300px;
	background-color: #f8f8f8;
}
.api-box .info-right .ins-textarea .char-counter{
	position: absolute;
    bottom: 10px;
    right: 16px;
    font-size: 12px;
    color: #666;
    pointer-events: none;
    transition: color 0.3s ease;
}
.api-box .info-right .toolbar-image .gda-drop{
	background-color: #ddd;
	border-radius: 4px;
	padding: 5px 20px;
	font-size: 14px;
	border:none;
	margin-right: 15px;
}
.api-box .info-right .chage-txt-image ul{
	padding-left: 0;
	margin-bottom: 20px;
}
.api-box .info-right .chage-txt-image ul li{
	margin-left: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}
.api-box .info-right .chage-txt-image ul li:first-child{
	margin-left: 0;
}
.api-box .info-right .chage-txt-image ul li.active{
	border-bottom: 2px solid #556BFD;
	color: #556BFD;
}
.login-fixd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.login-fixd.hidden .login-main {
  transform: translateY(20px);
}

.login-main {
  background-color: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 900px;
  overflow: hidden;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.login-fixd .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 10;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}
.login-fixd .img{
	width: 50%;
}
.login-fixd .login-info{
	width: 50%;
	padding: 15px 30px;
	text-align: center;
}
.login-fixd .login-info .tit{
	font-size: 24px;
}
.login-fixd .login-info .des{
	color: #666;
	margin-top: 10px;
	font-size: 14px;
}
.login-fixd .login-info .form-box{
	margin-top: 15px;
}
.login-fixd .login-info .form-box .form-control{
	height: 40px;
}
.login-fixd .login-info .btn{
	background: linear-gradient(90deg, #556BFD 0%, #7856FF 56.5%, #8850FF 100%);
	border-radius: 5px;
    color: #fff;
    font-size: 18px;
    border: none;
    width: 100%;
    font-weight: 500;
    padding:8px 6px;
}
.login-fixd .login-info .btn.black{
	background: #333!important;
}
.login-fixd .login-info .btn.black img{
	width: 23px;
	height: auto;
}
.login-fixd .login-info .forgot-link{
	text-align: right;
}
.login-fixd .login-info .forgot-link a{
	font-size: 12px;
	margin: 10px 0;
	display:block;
	text-decoration: underline;
}
.login-fixd .login-info .bottom-tit .line-txt{
	position: relative;
	margin-top: 15px;
}
.login-fixd .login-info .bottom-tit .line-txt span{
	z-index: 10;
	background-color: #fff;
	padding: 5px 15px;
	position: relative;
	color: #666;
	font-size: 14px;
}
.login-fixd .login-info .bottom-tit .line-txt::before{
	width: 100%;
	height: 1px;
	background-color: #e9e9e9;
	content: "";
	position: absolute;
	left: 0;
	top:12px;
	z-index:1;
}
.login-fixd .login-info .google-link img{
	width: 20px;
	vertical-align: middle;
}
.login-fixd .login-info .google-link a{
	font-size: 14px;
}
.login-fixd.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.sign-up-link{
	color: #666;
	font-size: 14px;
}
.sign-up-link a{
	font-size: 14px;
	text-decoration: underline;
}
.anchor-box {
	min-height: 90px;
	margin: 30px auto;
	width: 900px;
	border: 1px solid #C3C4C5;
	border-radius: 10px;
	background-color: #fff;
}
.anchor-box .item {
	width: 19.5%;
	margin: 25px 0;
	font-size: 16px;
	color: #333;
	position: relative;
	z-index: 1;
	text-align: center
}

.anchor-box .item img {
	display: block;
	width: auto;
	height: 60px;
	margin: 0 auto 5px
}

.anchor-box .item a {
	text-align: center
}

.anchor-box h4 {
	color: #333!important
}
.anchor-box .item a span{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
@media (max-width: 1180px){
	
	.post-box >div{
		margin-bottom: 15px;
	}
}

@media (max-width:768px){
	
	.why-main .list-why li{
		width: 100%;
		margin-top: 15px;
	}
	.user-slide .said{
		font-size: 24px;
	}
	.tab-changeBox .tab-right,
	.tab-changeBox .change-item-img{
		width: 100%;
	}
	.api-box .img-left{
		text-align: center;
	}
	.api-box .img-left,
	.api-box .info-right{
		width: 100%;
		margin-bottom: 15px;
	}
	.api-box .info-right .cont{
		padding: 15px;
	}
	.api-box .info-right .cont .link-btn a{
		width: 100%;
	}
	.borImg-floor .img{
		margin-top: 10px;
	}
	.anchor-box {
		margin-top: 25px;
		width: 98%
	}
	.anchor-box .item {
		width: 90px
	}
	.anchor-box .item img{
		height: auto;
	}
}