/* ------------------------------------------
[Master Stylesheet]

Template Name:Alime - Photography HTML Template
Template Author:Colorlib
Template Author URL:http://colorlib.com
Version:1.0.0
Last Update:Feb 22,2019


[Tables of CSS Content]

+ body

    - 01.0 Reboot CSS
    - 02.0 Spacing CSS
    - 03.0 Preloader CSS
    - 04.0 Heading CSS
    - 05.0 Backtotop CSS
    - 06.0 Buttons CSS
    - 07.0 Header CSS
    - 08.0 Hero CSS
    - 09.0 Footer CSS
    - 10.0 Follow CSS
    - 11.0 About CSS
    - 12.0 Breadcrumb CSS
    - 13.0 Blog CSS
    - 14.0 Team CSS
    - 15.0 Gallery CSS
    - 16.0 Contact CSS

--------------------------------------------- */
/*::01.0 Reboot CSS */
* {
	margin:0;
	padding:0;
}
body {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	position:relative;
	z-index:auto;
}
h1,h2,h3,h4,h5,h6 {
	color:#252525;
	line-height:1.3;
	font-weight:600;
}
a,a:active,a:focus,a:hover {
	color:#252525;
	text-decoration:none;
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
	outline:none;
	font-weight:500;
}
li {
	list-style:none;
}
p {
	line-height:1.9;
	color:#636363;
	font-size:16px;
	font-weight:400;
}
img {
	max-width:100%;
	height:auto;
}
ul {
	margin:0;
	padding:0;
}
ul li {
	margin:0;
	padding:0;
}
.bg-img {
	background-position:center center !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
}
.jarallax {
	position:relative;
	z-index:0;
}
.jarallax > .jarallax-img {
	position:absolute;
	object-fit:cover;
	font-family:'object-fit:cover';
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	position:fixed;
	z-index:100;
	color:#ffffff;
	right:20px;
	text-align:center;
	padding-right:0;
	width:100%;
	top:20px;
	width:30px;
	background:#0066FF;
	height:30px;
	line-height:30px;
}
img.mfp-img {
	-webkit-box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
	box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
}
button.mfp-close,button.mfp-arrow {
	background:#0066FF;
}
.mfp-bottom-bar {
	display:none !important;
}
.mfp-bg {
	background-color:#000000;
}
.bg-transparent {
	background-color:transparent !important;
}
.bg-gray {
	background-color:#f7f7f7 !important;
}
textarea:focus,input:focus {
	outline:none;
}
textarea:invalid,input:invalid,textarea:required,input:required {
	box-shadow:none !important;
}
.border {
	border-color:#ebebeb;
}
.mfp-arrow-left::after {
	border-right-color:transparent;
}
.mfp-arrow-left::before {
	border-right-color:#ffffff;
}
.mfp-arrow-right::after {
	border-left-color:transparent;
}
.mfp-arrow-right::before {
	border-left-color:#ffffff;
}
/*::02.0 Spacing CSS */
.mt-15 {
	margin-top:15px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-50 {
	margin-top:50px;
}
.mt-70 {
	margin-top:70px;
}
.mt-80 {
	margin-top:80px;
}
.mt-100 {
	margin-top:100px;
}
.mt-150 {
	margin-top:150px;
}
.mr-15 {
	margin-right:15px;
}
.mr-30 {
	margin-right:30px;
}
.mr-50 {
	margin-right:50px;
}
.mr-100 {
	margin-right:100px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-15 {
	margin-bottom:15px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-50 {
	margin-bottom:50px;
}
.mb-60 {
	margin-bottom:60px;
}
.mb-70 {
	margin-bottom:70px;
}
.mb-80 {
	margin-bottom:80px;
}
.mb-100 {
	margin-bottom:100px;
}
.ml-15 {
	margin-left:15px;
}
.ml-30 {
	margin-left:30px;
}
.ml-50 {
	margin-left:50px;
}
.ml-100 {
	margin-left:100px;
}
.pt-50 {
	padding-top:50px !important;
}
.section-padding-80 {
	padding-top:80px;
	padding-bottom:80px;
}
.section-padding-0-80 {
	padding-top:0;
	padding-bottom:80px;
}
.section-padding-80-0 {
	padding-top:80px;
	padding-bottom:0;
}
.section-padding-80-50 {
	padding-top:80px;
	padding-bottom:50px;
}
.section-padding-100 {
	padding-top:100px;
	padding-bottom:100px;
}
.section-padding-0-100 {
	padding-top:0;
	padding-bottom:100px;
}
.section-padding-100-0 {
	padding-top:100px;
	padding-bottom:0;
}
/*::4.0 Heading CSS */
.section-heading {
	position:relative;
	z-index:1;
	margin-bottom:50px;
}
.section-heading h2 {
	font-size:36px;
	text-transform:capitalize;
	margin-bottom:5px;
	display:block;
	line-height:1.2;
}
@media only screen and (max-width:767px) {
	.section-heading h2 {
	font-size:24px;
}
}.section-heading p {
	margin-bottom:0;
}
.section-heading.white p,.section-heading.white h2 {
	color:#ffffff;
}
.navi-btn>span{
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: #333;
    width: 110px;
    border-radius: 2px;
    border: 1px solid #333;
}
.sticky .navi-btn>span{
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    color: #333;
    width: 110px;
    border-radius: 2px;
    border: 1px solid #333;
}
/*::5.0 Backtotop CSS */
#scrollUp {
	position:fixed;
	right:40px;
	font-size:20px;
	line-height:40px;
	width:40px;
	height:40px;
	bottom:40px;
	background-color:#0066FF;
	color:#ffffff;
	text-align:center;
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
	border-radius:50%;
	-webkit-box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
	box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
	z-index:15962536;
}
@media only screen and (max-width:767px) {
	#scrollUp {
	right:20px;
	bottom:20px;
}
}#scrollUp:focus,#scrollUp:hover {
	background-color:#000000;
	color:#ffffff;
}
/*::6.0 Buttons CSS */
.btn:focus {
	box-shadow:none;
}
.alime-btn {
	position:relative;
	z-index:1;
	min-width:160px;
	height:46px;
	line-height:42px;
	font-size:16px;
	font-weight:500;
	display:inline-block;
	padding:0 30px;
	text-align:center;
	text-transform:capitalize;
	background-color:transparent;
	color:#ffffff;
	border:2px solid #fff;
	border-radius:60px;
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
}
.alime-btn.btn-2 {
	color:#252525;
}
.alime-btn:focus,.alime-btn:hover {
	font-weight:500;
	-webkit-box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
	box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
	background-color:#fff;
	color:#333;
}
.alime-btn-blue {
	position:relative;
	z-index:1;
	min-width:160px;
	height:46px;
	line-height:42px;
	font-size:16px;
	font-weight:500;
	display:inline-block;
	padding:0 30px;
	text-align:center;
	text-transform:capitalize;
	background-color:transparent;
	color:#333;
	border:2px solid #06f;
	border-radius:60px;
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
}

.alime-btn-blue:focus,.alime-btn-blue:hover {
	font-weight:500;
	color:#06f;
}
.badges-btn {
	background-color:#ebebeb;
	padding:5px 15px;
	display:inline-block;
	color:#636363;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	border-radius:2px;
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
	letter-spacing:1px;
}
.badges-btn:hover,.badges-btn:focus {
	background-color:#0066FF;
	color:#ffffff;
	font-weight:500;
}
/*::7.0 Header CSS */
.header-area {
	position:fixed;
	z-index:100;
	width:100%;
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
	background-color:transparent;
}
.header-area .search-icon {
	position:relative;
	z-index:1;
	margin-left:80px;
}
.header-area .search-icon i {
	font-size:18px;
	color:#ffffff;
	cursor:pointer;
}
.top-search-area .modal {
	background-color:rgba(0,0,0,0.7);
}
.top-search-area .modal-content .modal-body {
	padding:50px;
}
.top-search-area .modal-content .modal-body button.close-btn {
	position:absolute;
	top:15px;
	right:15px;
	z-index:10;
	font-size:14px;
}
.top-search-area .modal-content .modal-body button.close-btn.btn {
	padding:0;
	background-color:transparent;
}
.top-search-area form {
	width:100%;
	position:relative;
	z-index:1;
}
.top-search-area form input {
	width:100%;
	height:50px;
	border:none;
	-webkit-box-shadow:0 0 30px 15px rgba(0,0,0,0.08);
	box-shadow:0 0 30px 15px rgba(0,0,0,0.08);
	border-radius:6px;
	font-size:12px;
	font-style:italic;
	padding:0 20px;
}
.top-search-area form input:focus {
	-webkit-box-shadow:0 0 30px 15px rgba(0,0,0,0.08);
	box-shadow:0 0 30px 15px rgba(0,0,0,0.08);
}
.top-search-area form button {
	position:absolute;
	width:100px;
	height:50px;
	top:0;
	right:0;
	z-index:10;
	border-radius:0 6px 6px 0;
	border:none;
	background-color:#0066FF;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	color:#ffffff;
	cursor:pointer;
}
.classy-nav-container {
	background-color:transparent;
	padding:0;
}
.classy-nav-container .classy-navbar {
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
	height:64px;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.nav-brand img, .nav-brand-blue img{
    height: 30px;
	width: 80px;
}
.nav-brand-blue2 img{
    display: none;
}
@media only screen and (max-width:767px) {
	.log_chat_area .login-button{
		display: none;
	}
	.classy-nav-container .classy-navbar{
		justify-content: left;
	}
	.classy-nav-container .classy-navbar .nav-brand {
		margin-right:40px;
	}
	.nav-brand img, .nav-brand-blue img{
    	height: 30px;
		width: 80px;
		
	}
	.nav-brand-blue2 img{
    	height: 30px;
		width: 80px;
		
		display: block;
	}
}.classy-nav-container .classy-navbar .classynav ul li a {
	font-size:14px;
	text-transform:capitalize;
	color:#333;
	font-weight:normal;
	padding:0 20px;
}
.classy-nav-container .classy-navbar .classynav ul li a:hover,.classy-nav-container .classy-navbar .classynav ul li a:focus {
	color:#7733f8;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
	font-size:14px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
	font-size:14px;
	color:#252525;
}
.classy-nav-container .classy-navbar .classynav ul li a:hover,.classy-nav-container .classy-navbar .classynav ul li a:focus {
	color:#0066FF;
}
}@media only screen and (max-width:767px) {
	.classy-nav-container .classy-navbar .classynav ul li a {
	font-size:14px;
	color:#252525;
}
.classy-nav-container .classy-navbar .classynav ul li a:hover,.classy-nav-container .classy-navbar .classynav ul li a:focus {
	color:#0066FF;
}
}.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a,.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a {
	font-size:14px;
	text-transform:capitalize;
	height:42px;
	line-height:42px;
	padding:0 30px;
	color:#252525;
}
.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:focus,.classy-nav-container .classy-navbar .classynav ul li.cn-dropdown-item ul li a:hover,.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:focus,.classy-nav-container .classy-navbar .classynav ul li.megamenu-item ul li a:hover {
	color:#0066FF;
}
.classynav ul li.has-down > a::after,.classynav ul li.has-down.active > a::after,.classynav ul li.megamenu-item > a::after {
	color:#0066FF;
}
.breakpoint-off .classynav ul li .dropdown,.breakpoint-off .classynav ul li .megamenu {
	width:210px;
	-webkit-box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
	box-shadow:0 2px 40px 8px rgba(15,15,15,0.15);
	border-radius:6px;
}
.breakpoint-off .classynav ul li .megamenu {
	width:100%;
}
.classy-navbar-toggler{
    margin-right: 15px;
}
.sticky .classy-navbar-toggler .navbarToggler span {
	background-color:#333;
	width: 25px;
	margin: 5px 0;
	height: 3px;
}
.classy-navbar-toggler .navbarToggler span {
	background-color:#333;
	width: 25px;
	margin: 5px 0;
	height: 3px;
}
.main-header-area {
	position:relative;
	z-index:1;
	background-color:transparent;
	-webkit-transition-duration:500ms;
	-o-transition-duration:500ms;
	transition-duration:500ms;
	height:64px;
	border-bottom: 1px solid #e7e6eb;
}
.main-header-area.sticky {
	background-color:#fff;
    border-bottom: 1px solid #e7e6eb;
}
.main-header-area.sticky .classy-nav-container .classy-navbar .classynav ul li a {
	color:#111f2c;
}
.main-header-area .nav-brand{
	display: block;
}
.main-header-area .nav-brand-blue{
	display: none;
}
.main-header-area.sticky .nav-brand{
	display: none;
}
.main-header-area.sticky .nav-brand-blue{
	display: block;
}
.head-container {
	padding:0 40px;
}
.register-btn{
	background: linear-gradient(-90deg, #f335ec, #b031f0);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    height: 34px;
    margin-right: 16px;
    transition: all .3s cubic-bezier(.075, .82, .165, 1);
    width: 112px;
    font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-button {
    border: 1px solid #7733f8;
    border-radius: 6px;
    color: #7733f8;
    font-size: 14px;
    font-weight: 500;
    height: 34px;
    transition: all .28s;
    width: 112px;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.log_chat_area{
	display: flex;
	align-items: center;
}


/*footer*/
.site-footer { background-color: #211f2a; color: #a3a3a3; padding: 60px 40px 30px;}
.site-footer p { font-size: 12px; margin: 0; color: #ffffff80;}
.site-footer p a{ color: #ffffff80;}
.site-footer p.qr-hint{
    margin-bottom: 22px;
}
.footer-main { display: flex; justify-content: space-between; max-width: 1100px; margin: 0 auto; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 40px; }
.footer-logo { font-size: 28px; color: #fff; font-weight: bold; margin-bottom: 20px; }
.footer-logo span { color: #8a5cff; }
.footer-logo img { width: 80px;}
.download-btn { background-color: #33323d; color: #fff; border: none; padding: 10px 20px; border-radius: 6px; cursor: pointer; margin-bottom: 20px; }
.qr-codes { display: flex; gap: 15px; }
.qr-item { width: 80px; height: 80px; background: #fff; padding: 5px; border-radius: 4px; }
.qr-item img { width: 100%; }

.footer-section h3 { color: #ffffffe6; margin-bottom: 20px; font-size: 20px; font-weight: normal; margin-bottom: 40px;}
.links-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 100px; }
.footer-section ul { list-style: none; padding: 0; }
.footer-section ul li { margin-bottom: 16px; font-size: 12px; }
.footer-section ul li a { color: #a3a3a3; text-decoration: none; }
.footer-section ul li a:hover { color: #a3a3a3; }

.footer-bottom { text-align: center; font-size: 12px; padding-top: 30px; }
.secondary-nav { display: flex; justify-content: center; gap: 20px; margin-bottom: 20px; flex-wrap: wrap; }
.secondary-nav a { color: #a3a3a3; text-decoration: none; }

@media (max-width: 992px) {
  .footer-main { flex-direction: column; text-align: center; gap: 40px; }
  .links-grid { grid-template-columns: repeat(2, 1fr); text-align: left; }
  .footer-brand { display: flex; flex-direction: column; align-items: center; }
}

/*help*/
  #home-help {
    height: 140px;
    right: 35px;
    bottom: 50px;
    position: fixed;
    z-index: 10;
  }
  #home-help .go-customer {
    width: 50px;
    color: #333;
    cursor: pointer;
    padding: 16px 12px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  }
  .go-customer > span {
    width: 14px;
    display: block;
    line-height: 19px;
    margin: 0 auto;
  }
  #home-help .customer-qr {
    width: 138px;
    position: absolute;
    border: 1px solid #ffeeea;
    height: 161px;
    display: none;
    box-shadow: 0px 20px 20px 0px rgb(111 118 138 / 7%);
    padding: 10px;
    border-radius: 6px;
    background: #fff;
    top: 0px;
    left: -154px;
  }
  #home-help .go-customer:hover .customer-qr {
  display: block;
  }
  #home-help .customer-qr p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  #home-help .go-customer > img {
    width: 27px;
    margin-bottom: 5px;
  }
  #home-help .customer-qr img {
    width: 118px;
  }

  .pad100{
	 padding-right: 100px;
  }
  .pad70{
		padding-right: 70px;
	}
  .pad40{
	padding-right: 40px;
   }
  .pad60{
	padding-right: 60px;
  }
  
/*mobile*/
  @media only screen and (max-width:767px) {
	.service_area h3, .our-team-area h3, .about-us-content h3 {
		font-size:25px;
		margin-bottom:10px;
		text-align: center;
		font-family: PingFangSC-Regular;
		color: #111f2c;
		line-height: 1.5;
	}
	.service_area h3 span, .our-team-area h3 span, .about-us-content h3 span{
		color: #06f;
	}
	.contact-info{
		margin-top: 30px;
		text-align: center;
	}
	.contact-info p, .about-us-content p {
		font-size: 18px;
		margin-bottom:10px;
		line-height: 1.5;
		font-family: PingFangSC-Regular;
		color: #111f2c;
	}
	
	.inner-top .item .p2 .big-num{
		font-size: 40px;
	}
	.inner-top .item .p2 .unit .s1{
		font-size: 25px;
	}
	.inner-top .item .p2 .unit .s2{
		font-size: 20px;
	}
	.inner-top .item .p1{
		font-size: 18px;
	}
	.inner-top .item .p3{
		font-size: 14px;
	}
	.team-content-area h5{
		font-size: 15px;
	}
	.team-content-area span{
		font-size: 13px;
		line-height: 1.5;
		color: #111f2c;
	}
	.xmvideo{
		height: auto;
		margin-bottom: 20px;
	}
	.section-padding-80-0, .section-padding-80-50{
		padding-top: 40px;
    	
	}
	.mb-80 {
		margin-bottom: 40px;
	}
	.section-heading p{
		font-size: 14px;
	}
	.footer .footer_logo img{
		height: 20px;
		
	}
	.navi-btn>span, .sticky .navi-btn>span{
		    font-size: 13px;
    		line-height: 24px;
			width: 90px;
	}
	.pad100{
	 padding-right: 10px;
 	}
	.pad70{
		padding-right: 15px;
	}
	.pad40, .pad60{
		padding-right: 15px;
	}
	.footer .footer_logo img{
		margin-left: 20px;
	}
	.alime-btn {
		position: relative;
		z-index: 1;
		min-width: 110px;
		height: 40px;
		line-height: 36px;
		font-size: 16px;
		font-weight: 400;
		display: inline-block;
		padding: 0 0px;
		text-align: center;
		text-transform: capitalize;
		background-color: transparent;
		color: #ffffff;
		border: 1px solid #fff;
		border-radius: 60px;
		-webkit-transition-duration: 500ms;
		-o-transition-duration: 500ms;
		transition-duration: 500ms;
	}
	.alime-btn-blue{
		position: relative;
		z-index: 1;
		min-width: 110px;
		height: 40px;
		line-height: 36px;
		font-size: 16px;
		font-weight: 400;
		display: inline-block;
		padding: 0 0px;
		text-align: center;
		text-transform: capitalize;
		background-color: transparent;
		color: #333;
		border: 1px solid #06f;
		border-radius: 60px;
		-webkit-transition-duration: 500ms;
		-o-transition-duration: 500ms;
		transition-duration: 500ms;
	}
	.num-li h4{
		font-size: 30px;
	}
	.contact-info  span {
		font-size: 14px;
		color: rgba(17,31,44,.85);
	}
	.breakpoint-on .classynav{
		    padding-top: 20px;
	}
	
	
  }

/*登录弹框*/
/* Login Modal (layer.js) */
.dialog-login-home .layui-layer-content {
    padding: 0;
    overflow: hidden;
    border-radius: 16px;
}
.dialog-login-home .dialog-login-container {
    background: linear-gradient(256deg, #effbff, #f1efff 47%, #fbedff);
    border-radius: 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-family: "PingFang SC", "PingFangSC-Regular", "Lantinghei SC", "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", "SimSun", sans-serif;
    position: relative;
    width: 100%;
}
.dialog-login-home .inlogo {
    padding: 28px 44px 12px;
}
.dialog-login-home .inlogo img {
    height: 30px;
    width: 80px;
}
.dialog-login-home .dialog-login-content-inner {
    box-sizing: border-box;
    padding: 0 44px;
    width: 100%;
}
.dialog-login-home .login-error-msg {
    background: #fff4f4;
    border: 1px solid #ffc7c7;
    border-radius: 8px;
    color: #d93026;
    display: none;
    font-size: 13px;
    margin: 0 44px 12px;
    padding: 8px 12px;
}
.dialog-login-home .toptitle {
    align-items: center;
    color: #141414;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 24px;
}
.dialog-login-home .dialog-login-title-icon {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 28px;
    justify-content: center;
    margin-right: 8px;
    width: 28px;
}
.dialog-login-home .dialog-login-title-icon img {
    height: 16px;
    width: 16px;
}
.dialog-login-home .code-login-msg {
    color: #656466;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 18px;
    text-align: center;
}
.dialog-login-home .auth-input {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    box-sizing: border-box;
    height: 40px;
    padding: 0 12px;
    width: 100%;
}
.dialog-login-home .form-item {
    margin-bottom: 14px;
}
.dialog-login-home .form-row {
    display: flex;
    gap: 12px;
}
.dialog-login-home .get-captcha-btn {
    background: #fff;
    border: 1px solid #7733f8;
    border-radius: 8px;
    color: #7733f8;
    height: 40px;
    min-width: 110px;
}
.dialog-login-home .get-captcha-btn:disabled {
    border-color: #c7c7c7;
    color: #8a8a8a;
    cursor: not-allowed;
}
.dialog-login-home .submit-btn {
    background: linear-gradient(90deg, #8a5cff, #b265ff);
    border: none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 42px;
    margin-top: 6px;
    width: 100%;
}
.dialog-login-home .submit-btn:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}
.dialog-login-home .dialog-login-change-btn {
    color: #7733f8;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
	margin: 30px 0;
    
}
.dialog-login-home .dialog-login-change-btn .text {
    cursor: pointer;
    display: inline-block;
    padding: 0 16px;
    user-select: none;
}
.dialog-login-home .dialog-other-login-entry {
    align-items: center;
    display: flex;
    height: 42px;
    justify-content: center;
    margin-top: 18px;
    width: 100%;
}
.dialog-login-home .dialog-other-login-entry-item {
    align-items: center;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    height: 42px;
    justify-content: center;
    width: 42px;
}
.dialog-login-home .dialog-other-login-entry-item.wechat img {
    height: 26px;
    width: 26px;
}
.dialog-login-home .dialog-login-footer {
    align-items: center;
    background: #fff;
    border-radius: 0 0 16px 16px;
    color: #8a898c;
    display: flex;
    font-size: 12px;
    height: 54px;
    justify-content: center;
    margin-top: 24px;
    width: 100%;
}
.dialog-login-home .dialog-login-footer a {
    color: #7733f8;
}
.dialog-login-home .qrcode-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dialog-login-home .qrcode {
    background: #fff;
    height: 164px;
    margin-bottom: 16px;
    position: relative;
    width: 164px;
}
.dialog-login-home .qrcode img {
    width: 100%;
}
.dialog-login-home .qrcode-mask {
    align-items: center;
    background: #0009;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    height: 164px;
    justify-content: center;
    left: 0;
    line-height: 24px;
    position: absolute;
    top: 0;
    width: 164px;
}
.dialog-login-home .login-pane {
    display: none;
}
.dialog-login-home .login-pane.active {
    display: block;
}
@media (max-width: 768px) {
    .dialog-login-home .dialog-login-content-inner,
    .dialog-login-home .inlogo {
        padding-left: 24px;
        padding-right: 24px;
    }
    .dialog-login-home .login-error-msg {
        margin-left: 24px;
        margin-right: 24px;
    }
}

