/* 试用组件 */
.col-height {
  height: 66px !important;
}

.freeTrialV .colRight {
  position: relative;
  border-radius: 5px;

}
.online-btn{
	width: 125px;
	height: 52px;
	background: #FF4E40;
	border-radius: 5px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
}

.freeTrialV .colLeft .logonImg {
  width: 97px;
  height: 26px;
}

.freeTrialV .colRight .phonPut {
  width: 268px;
  border: 0px solid #33CC99;
  padding-left: 20px;
  font-size: 1rem;
  border-radius: 5px 0px 0px 5px;
}

.freeTrialV .colRight .freeBtn {
  width: 160px;
  font-size: 18px;
  background: #33CC99;
  border-radius: 0px 5px 5px 0px;
  font-weight: 500;
  color: #FFFFFF;
  border: 0px solid #33CC99;
}

.rowFree-mobile{
	display: none!important;
}

@media (max-width: 992px) {
  .freeTrialV .colRight .phonPut {
    width: 160px;
	height: 40px!important;
	font-size: 14px;
  }
  
  .freeTrialV .colRight .freeBtn {
    width: 120px;
	font-size: 18px;
	font-size: 14px;
  }
  .rowFree-pc{
	  display: none!important;
  }
  .rowFree-mobile{
  	display: flex!important;
  }
  .rowFree-mobile .rowFree-mobile-btn{
	  width: 98px;
	  height: 34px;
	  background: #33CC99;
	  border-radius: 100px;
  }
}

.mL {
  margin-left: 0.875rem;
}

/*** Footer ***/
.footer .gzhImg {
  width: 180px;
  height: 180px;
}

/* .footer .footerCodeV {
  flex: 1;
  flex-direction: column;
} */

.footer .footerCodeV .footerCode .gzhImg {
  width: 140px;
  height: 140px;
}

.footer .footerCodeV .footerCode .codeName {
  width: 16px;
  flex-wrap: wrap;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyView {
  width: 100%;
  font-size: 14px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  text-align: center;
  background-color: #E5E7EB;

}

.top-stick-right {
  position: fixed;
  z-index: 9999;
  right: 19px;
  bottom: 140px;
}

.consultView {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(109, 125, 149, 0.16);
  border-radius: 10px;
}

.consultView .gLine {
  width: 25px;
  height: 1px;
  border: 1px solid #E5E5E5;
  margin: 13px 0px;
}
.consultView .consult{
  width: 100%;
}
.consultView .consult .cImg {
  width: 25px;
  height: 25px;
}

.consultView .consult .cName {
  font-weight: 400;
  color: #666666;
}
.consultView .zx-fixed{
	position: relative;
}

.consultView .zx-fixed .zx-fixed-pop{
	display: none;
	position: absolute;
	bottom: 0;
	left: -300px;
	width: 250px;
	height: 250px;
	padding: 10px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(109, 125, 149, 0.16);
}

.top-stick {
  width: 73px;
  height: 73px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(109, 125, 149, 0.16);
  border-radius: 10px;

}

.top-stick-op {
  opacity: 0;
}

.top-stick .topImg {
  width: 22px;
  height: 22px;
}


.aboutServer{
	width: 100%;
	min-height: 600px;
	background-image: url("../img/tantan/about/img_map.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 600px;
}


@media (max-width: 869px) {
  .footerCodeV {
    align-items: flex-start !important;
    margin-top: 15px;
    transition: .5s;
  }

  .top-stick-right,
  .top {
    right: -200px;
    transition: right 0.8s linear;
  }


}

@media (min-width: 869px) {

  .top-stick-right {
    right: 19px;
    transition: right 0.8s linear;
  }

  .top {
    right: 26px;
  }



}


@media (max-width: 992px) {
  .rowFree {
    display: flex;
    flex-direction: column !important;
    align-items: center !important;
  }

  .colRight {
    margin-top: 30px;
    transition: .5s;
  }

  /* .consultView {
    opacity: 0;
    transition: all 1s ease;
  } */
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    /* transform: translate3d(100%, 0, 0); */
    right: -200px;
  }
}