#userDiv {
    position: relative !important;
    text-align: right !important;
    top: 0 !important;
    right: 0 !important;
}

/**************************************
 ** - 02 - Navbar Section CSS
 **************************************/
.bg-main-color{
    background: #637CFF !important;
}
.header-stand-out .navbar-area{
	display: none;
}

.navbar-area .techSoft-nav-top-bar {
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #f0f0f0;
}

.navbar-area .techSoft-nav-top-bar .call-to-action a {
	color: #000000;
    text-decoration: none;
}

.navbar-area .techSoft-nav-top-bar .call-to-action p a:hover, .navbar-area .techSoft-nav-top-bar .call-to-action p a:focus {
	text-decoration: underline;
}

.navbar-area .techSoft-nav-top-bar .top-social {
	float: right;
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

.navbar-area .techSoft-nav-top-bar .top-social li {
	display: inline-block;
	vertical-align: sub;
}

.navbar-area .techSoft-nav-top-bar .top-social li a {
	font-size: 14px;
	margin-left: 10px;
	display: inline-block;
	color: #000;
	border: 1px solid transparent;
	border-radius: 5px;
	-webkit-transition: all 400ms ease-out;
	transition: all 400ms ease-out;
	text-align: center;
    text-decoration: none;
}

.navbar-area .techSoft-nav-top-bar .top-social li a:hover, .navbar-area .techSoft-nav-top-bar .top-social li a:focus {
	color: #637cff;
	background-color: #fff;
	border: 1px solid #637cff;
}

.navbar-area .techSoft-nav-top-bar.template-color-bg {
	background: #5764ec;
	border-bottom: none;
}

.navbar-area .techSoft-nav-top-bar.template-color-bg .call-to-action p a {
	color: #ffffff;
}

.navbar-area .techSoft-nav-top-bar.template-color-bg .top-social li a {
	color: #ffffff;
}

.navbar-area.is-sticky .techSoft-nav-top-bar {
	display: none;
}

/**************************************
 ** - 03 - banner
 **************************************/

/* banner */
.banner-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 1340px;
	background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/130/images/banner-bg.png) no-repeat center center;
	background-size: cover;
	padding-top: 156px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 116px;
}

.banner-box h1 {
	position: relative;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 68px;
	line-height: 90px;
	letter-spacing: 0.05em;
	color: #3A3A3A;
}

.banner-box h1 img {
	position: absolute;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
}

.banner-box .banner-p1 {
	width: 1200px;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
	letter-spacing: 0.1em;
	color: #3A3A3A;
	opacity: 0.9;
	margin-top: 25px;
	margin-bottom: 32px;
	text-align: center;
}

.banner-box .banner-p1.one {
	margin-bottom: 0 !important;
}

.banner-box .banner-p1.two {
	margin-top: 0 !important;
}

.banner-box .banner-p2 {
	position: relative;
	width: 1125.49px;
	margin: 0 auto;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	letter-spacing: 0.115em;
	color: #737373;
	margin-top: 16px;
}

.banner-box .banner-p2 img:nth-child(1) {
	position: absolute;
	left: -17.2%;
	bottom: -535px;
	z-index: 1;
	width: 25.6%;
}

.banner-box .banner-p2 img:nth-child(2) {
	position: absolute;
	left: 50%;
	bottom: -777px;
	z-index: 2;
	transform: translateX(-50%);
	width: 100%;
}

.banner-box .banner-p2 img:nth-child(3) {
	position: absolute;
	right: -7.5%;
	bottom: -700px;
	z-index: 1;
	width: 12%;
}

.page-header .navbar-brand{
    max-width: none !important;
}
.page-header .navbar-brand .brand-logo{
    min-height: 45px !important;
    height: 45px !important;
}

/** 下载按钮 **/

@keyframes spread {
  0% {
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
  }
  100% {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
  }
}

@-webkit-keyframes spread {
  0% {
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
  }
  100% {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
  }
}

@-moz-keyframes spread {
  0% {
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
  }
  100% {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
  }
}

@-o-keyframes spread {
  0% {
    transform:scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    transform:scale(0);
  }
  100% {
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    transform:scale(1);
  }
}

.download_part a {
  border-radius:4px;
  width:305px;
  height:70px;
  justify-content:center;
  align-items:center;
  margin-bottom:30px;
  background:#637cff;
  display:inline-flex;
  margin-right:30px;
  position:relative;
  overflow:hidden;
  z-index:2;
}
.download_part a p {
  font-size:30px;
  margin:0 10px;
  color:#FFFFFF;
}
.download_part a i {
  position:absolute;
  top:50%;
  left:50%;
  background:rgba(255,255,255,.2);
  width:400px;
  height:400px;
  border-radius:50%;
  margin-left:-200px;
  margin-top:-200px;
  animation:spread 1.5s infinite both;
  -webkit-animation:spread 1.5s infinite both;
  -moz-animation:spread 1.5s infinite both;
  -o-animation:spread 1.5s infinite both;
  z-index:1;
}



/*******************************************
 ** - 05.01 - Demo-2 Services Section CSS
 *******************************************/

.single-services-box-2 {
    position: relative;
    z-index: 1;
    padding: 35px 25px;
    text-align: center;
    border-radius: 0px;
    background-color: #ffffff;
    margin-bottom: 30px;
    -webkit-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -moz-box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    box-shadow: -1px 3px 20px 0px rgba(82, 90, 101, 0.1);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box-2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 100%;
    border-bottom: 3px solid #5764ec;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: scaleX(0);
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}
.single-services-box-2:hover:before {
    transform: scaleX(1);
}
.single-services-box-2 .services-icon-2 {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 1px solid #f5f6ff;
    border-radius: 50%;
    color: #5764ec;
    margin-bottom: 20px;
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box-2:hover .services-icon-2 {
    border-color: #5764ec;
    color: #ffffff;
    -ms-transform: scale(.98);
    transform: scale(.98);
}
.single-services-box-2 .services-icon-2::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f6ff;
    z-index: -1;
    border-radius: 50%;
    margin: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services-box-2:hover .services-icon-2::before {
    background: #ffffff;
}
.single-services-box-2 .services-icon-2 i::before {
    font-size: 35px;
}

.single-services-box-2 h3 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 h3 a {
    display: inline-block;
}

.single-services-box-2 p {
    font-size: 16px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
    margin-top: 15px;
    margin-bottom: 0;
}

.single-services-box-2 .services-btn {
    margin-top: 16px;
}

.single-services-box-2 .services-btn .services-btn-one {
    display: inline-block;
    color: #5764ec;
    font-size: 17px;
    font-weight: 600;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
}

.single-services-box-2 .services-btn i {
    position: relative;
    color: #5764ec;
    top: 1px;
    font-weight: bold;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}

.single-services-box-2 .services-btn i::before {
    font-size: 14px;
}

.single-services-box-2:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.single-services-box-2:hover h3 {
    color: #333;
}

.single-services-box-2:hover h3 a {
    color: #333;
}

.single-services-box-2:hover p {
    color: #333;
}

.single-services-box-2:hover .services-btn .services-btn-one {
    color: #333;
}

.single-services-box-2:hover .services-btn i {
    color: #333;
}
.services-more-btn-box {
    margin-top: 15px;
}


/**  **/

.step-box {
	position: relative;
	width: 100%;
	min-height: 864px;
	margin-top: 100px;
}

.step-bg-img {
	width: 100%;
}

.step-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1138px;
	height: 66px;
	background: #F6F9FE;
	border-radius: 10px;
	margin: 0 auto;
}

.step-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 52px;
	border-radius: 10px;
	cursor: pointer;
	user-select: none;
}

.step-item button{
    width: 100%;
}

.step-item.active {
	background: #FFFFFF;
}

.step-item h3 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	color: #565656;
}

.step-item.active h3 {
	font-weight: 700;
	color: #637CFF;
}

.step-item:hover h3 {
	font-weight: 700;
	color: #637CFF;
}

.step-item img {
	display: none;
}

.step-item.active img {
	display: block;
	margin-left: 28px;
}

.step-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1270px;
	margin: 0 auto;
}

.step-content-item {
	display: none;
}

.step-content .step-content-item:nth-child(4) {
	margin-top: -188px;
}

.step-content-item.active {
	display: block;
}

.step-detail-box {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 100px;
}

.step-bg2 {
	position: absolute;
	right: -124px;
	top: -185px;
	z-index: 1;
}

.step-content h1 {
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 63px;
	letter-spacing: 0.05em;
	color: #3A3A3A;
}

.step-detail {
	position: relative;
	display: flex;
	align-items: center;
	width: 500px;
}

.step-detail ul li {
	position: absolute;
	left: 48px;
	z-index: 2;
}

.step-detail ul li:nth-child(1) {
	top: -10px;
}

.step-detail ul li:nth-child(2) {
	top: 182px;
}

.step-detail ul li:nth-child(3) {
	top: 373px;
}

.step-detail ul li h2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: max-content;
	font-family: 'Microsoft YaHei';
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0.05em;
	color: #484848;
	margin-bottom: 20px;
}

.step-detail ul li:nth-child(1) img {
	position: absolute;
	left: -37px;
	top: -46px;
	z-index: 1;
}

.step-detail ul li:nth-child(2) img {
	position: absolute;
	left: -33px;
	top: -47px;
	z-index: 1;
}

.step-detail ul li:nth-child(3) img {
	position: absolute;
	left: -34px;
	top: -51px;
	z-index: 1;
}

.step-detail ul li p {
	margin-top: 58px;
	color: #727272;
}

.step-img1 {
	position: absolute;
	right: -166px;
	top: -175px;
	z-index: 2;
	width: 842px;
}

.step-img2 {
	position: absolute;
	right: -166px;
	top: -175px;
	z-index: 2;
	width: 842px;
}

.step-img3 {
	position: absolute;
	right: -166px;
	top: -203px;
	z-index: 2;
	width: 850px;
}

.step-img .downBtn-div {
    position: absolute;
    right: 120px;
    bottom: -80px;
    z-index: 2;
}

.testimonials .testimonial-content .testimonial-text{
    font-size: 1rem !important;
}
.testimonials .testimonial-content .customer-info .customer-details .customer-name{
    font-size: 0.85rem !important;
}
.testimonials .testimonial-content .customer-info .customer-details .customer-role {
    font-size: 0.8rem !important;
}
