* {
  -webkit-overflow-scrolling: auto;
  margin: 0;
  padding: 0;
}

@font-face{
  font-family: "PingFang SC";
  src: url("../fonts/PingFangSC-Regular.ttf");
}

@font-face{
  font-family: "Semibold";
  src: url("../fonts/PingFangSC-Semibold.ttf");
}
@font-face {
  font-family: 'BebasNeue';
  src: url(../fonts/BebasNeue-1.otf);
}
@font-face {
  font-family: 'SourceLight';
  src: url(../fonts/SourceHanSansCN-Light.otf);
}
@font-face {
  font-family: 'SourceRegular';
  src: url(../fonts/SourceHanSansCN-Regular.otf);
}
@font-face {
  font-family: 'SourceBold';
  src: url(../fonts/SourceHanSansCN-Bold.otf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a {
  color: #333;
  text-decoration: none;
}
html,
body {
  font-family: PingFang SC;
}

.flex{
  display: flex;
}

.flex-column{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-justify-between{
  justify-content: space-between;
}

.flex-justify-center{
  justify-content: center;
}

.flex-align-center{
  align-items: center;
}
.flex-left{
  align-items: flex-start;
}

.width{
  width: 81%;
  margin: 0 auto;
}
img{
  vertical-align: middle;
}
.line1 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
/* 公共头部 */
.header_box{
  width: 100%;
  height: 5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255,255,255,0.85);
  box-shadow: 0px 8px 10px 0px rgba(121,121,121,0.04);
  backdrop-filter: blur(10px);
}
.header_box.header_box1{
  background: rgba(255,255,255,0.85);
  box-shadow: 0px 8px 10px 0px rgba(121,121,121,0.04);
  backdrop-filter: blur(10px);
}
.header_box .header_left_top{
  display: flex;
  line-height: 5rem;
}
.header_box .header_left_top img{
  width: 9.25rem;
  height: 2.75rem;
  object-fit: contain;
}
.header_right_top{
  flex-shrink: 0;
  flex:1;
  justify-content: flex-end;
}
.header_right_top .header_right_item{
  margin-right: 6.25rem;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #333333;
  height: 100%;
  line-height: 4.86rem;
  border-bottom: 2px solid transparent;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}
.header_right_top .header_right_item:first-child{
  padding: 0 1.13rem;
  margin-right: 5.13rem;
}
.header_right_top .header_right_item:last-child{
  margin-right: 0;
}
.header_right_top .header_right_item:hover{
  color: #E50A33;
  border-bottom: 2px solid #E50A33;
}
.header_right_top .header_right_item.active{
  color: #E50A33;
  border-bottom: 2px solid #E50A33;
}
.header_right_top .header_right_item:hover .header_right_hidden_box{
  display: block;
}
.header_right_hidden_box{
  display: none;
  position: absolute;
  top: 5rem;
  left: -3.13rem;
  width: 12.5rem;
  background: rgba(255,255,255,0.95);
  box-shadow: 0px 8px 10px 0px rgba(121,121,121,0.04);
  border-radius: 6px 6px 6px 6px;
}

.header_right_hidden_box a{
  line-height: 4.38rem;
  display: block;
  text-align: center;
}
.header_right_hidden_box a.active{
  color: #E50A33;
}
.header_right_hidden_box a:hover{
  color: #E50A33;
}
/* banner */
.banner_box{
  /* width: 100%; */
  position: relative;
  /* height: 62.5rem;
  background: url("../imgs/banner.png") no-repeat center top;
  background-size: 100%; */
}
.banner_box .banner_bg{
  /* width: 100%; */
  object-fit: contain;
}
.banner_con{
  position: absolute;
  width: 100%;
  top: 0%;
  height: 100%;
}
.banner_con p{
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 4.75rem;
  color: #000000;
  /* letter-spacing: 8px; */
  text-align: center;
}
.banner_con p:last-child{
  width: 15.25rem;
  height: 58px;
  background: linear-gradient( 131deg, #FF6263 0%, #E50A33 81%), #E50A33;
  border-radius: 66px 66px 66px 66px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 1.5rem;
  letter-spacing: 1px;
  line-height: 58px;
  margin: 0 auto;
  margin-top: 30px;
}
/* 开启健康运动生活 */
.floor1_box{
  background: #F3F9FF;
  height: 62.5rem;
  width: 100%;
}
.floor1_box.floor1_box1 .floor_header_box{
  padding-top: 0;
}
.floor1_box.floor1_box1>div {
  height: 100%;
}
.floor_header_box{
  text-align: center;
  /* padding-top: 172px; */
}
.floor_header_box p{
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 3.25rem;
  color: #000000;
}
.floor_header_box span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
  margin-top: 26px;
  display: block;
}
.floor1_con{
  margin-top: 4rem;
}
.connect-main {
  font-size: 0;
  /* margin: 48px 0 0; */
  transition: transform .2s ease-in-out;
  white-space: nowrap;
  width: 100%
}
.connect-card {
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  height: 30.63rem;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  transition: width .6s ease;
  width: 15rem;
  border: 4px solid #FFFFFF;
}

.connect-card .connect-card-img {
  background: linear-gradient( 180deg, #C9EEFF 0%, #EFDCF4 100%);
  height: 26.38rem;
  overflow: hidden;
  position: relative;
  transition: height .6s ease-in-out;
  width: 100%;
}

.connect-card .connect-card-img .connect-card-img-small {
  opacity: 1;
  position: absolute;
  transition: all .8s ease-out;
  z-index: 3;
  height: 22.13rem;
  right: 2.13rem;
  top: 3.75rem;
  width: 10.75rem;
}

.connect-card .connect-card-img .connect-card-img-small.coach {
  background: url(../imgs/img1-1.png);
  background-size: 100% 100%;
}

.connect-card .connect-card-img .connect-card-img-small.food {
  background: url(../imgs/img2-1.png);
  background-size: 100% 100%;
}

.connect-card .connect-card-img .connect-card-img-small.action {
  background: url(../imgs/img3-1.png);
  background-size: 100% 100%;
}

.connect-card .connect-card-img .connect-card-img-small.motion {
  background: url(../imgs/img4-1.png);
  background-size: 100% 100%;
}
.connect-card .connect-card-img .connect-card-img-small.community {
  background: url(../imgs/img5-1.png);
  background-size: 100% 100%;
}

.connect-card .connect-card-img .connect-card-img-large {
  height: 26.38rem;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .6s ease-out;
  width: 32.5rem;
  z-index: 2;
}

.connect-card .connect-card-img .connect-card-img-large.coach {
  background: url(../imgs/img1.png);
  background-size: 100% 100%
}

.connect-card .connect-card-img .connect-card-img-large.food {
  background: url(../imgs/img2.png);
  background-size: 100% 100%
}

.connect-card .connect-card-img .connect-card-img-large.action {
  background: url(../imgs/img3.png);
  background-size: 100% 100%
}

.connect-card .connect-card-img .connect-card-img-large.motion {
  background: url(../imgs/img4.png);
  background-size: 100% 100%
}

.connect-card .connect-card-img .connect-card-img-large.community {
  background: url(../imgs/img5.png);
  background-size: 100% 100%
}

.connect-card .connect-card-content {
  bottom: 0;
  height: 6.88rem;
  left: 0;
  position: absolute;
  right: 0;
  transition: height .3s ease-in-out;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(10px);
  z-index: 100;
}

.connect-card .connect-card-content div {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  line-height: 6.88rem;
  padding-left: 3.4rem;
  transition: all .3s ease-in-out;
}

.connect-card .connect-card-content p {
  color: #51565d;
  font-size: 1.13rem;
  font-weight: 400;
  font-family: PingFang SC, PingFang SC;
  opacity: 0;
  white-space: normal;
  width: 19.88rem;
  margin-top: 2.13rem;
  margin-left: 2rem;
}

.connect-card .connect-card-content a {
  display: none
}

.connect-card.active {
  background: #fff;
  width: 32.5rem;
}

.connect-card.active .connect-card-img {
  height: 26.38rem;
}
.connect-card.active .connect-card-img-small{
  right: 4.25rem;
  top: 12.63rem;
}
.connect-card.active .connect-card-img-small.coach {
  transform: scale(.6);
  transform-origin: top right;
}

.connect-card.active .connect-card-img-small.food {
  transform: scale(.6);
  transform-origin: top right;
}

.connect-card.active .connect-card-img-small.action {
  transform: scale(.6);
  transform-origin: top right;
}

.connect-card.active .connect-card-img-small.motion {
  transform: scale(.6);
  transform-origin: top right;
}
.connect-card.active .connect-card-img-small.community {
  transform: scale(.6);
  transform-origin: top right;
}

.connect-card.active .connect-card-img-large {
  opacity: 1;
}

.connect-card.active .connect-card-content {
  height: 6.88rem;
}

.connect-card.active .connect-card-content p {
  display: block;
  opacity: 1;
  transition: opacity .3s ease;
}
.connect-card.active .connect-card-content div{
  padding-left: 2rem;
}
/* 教练无忧入驻，随时随地接单 */
.floor2_box{
  width: 100%;
  height: 62.5rem;
  background: url(../imgs/floor2_bg.png) no-repeat center top;
  background-size: 100% 62.5rem;
}
.floor2_con{
  margin-top: 104px;
}
.floor2_item_box{
  width: 22.5rem;
  height: 30rem;
  background: url(../imgs/floor2-1.png) no-repeat center;
  background-size: 100% 30rem;
  transition: all .3s ease;
  padding: 2.88rem;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
}
.floor2_item_box:nth-child(2){
  background: url(../imgs/floor2-2.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor2_item_box:nth-child(3){
  background: url(../imgs/floor2-3.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor2_item_box:nth-child(4){
  background: url(../imgs/floor2-4.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor2_item_box:hover{
  box-shadow: 8px 8px 156px 0 rgba(0,0,0,.08);
  transform: scale(1.04)
}
.floor2_item_box p{
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2.13rem;
  color: #000000;
}
.floor2_item_box span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #51565d;
  margin-top: 1.5rem;
  display: block;
}
/* 场地自由租赁，全程赋能资源服务 */
.floor3_box{
  width: 100%;
  height: 62.5rem;
  background: #F3F9FF;
}
.floor3_con{
  margin-top: 104px;
}
.floor3_item_box{
  width: 30.63rem;
  height: 30rem;
  background: url(../imgs/floor3-1.png) no-repeat center;
  background-size: 100% 30rem;
  transition: all .3s ease;
  padding: 2.88rem;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 20px;
}
.floor3_item_box:nth-child(2){
  background: url(../imgs/floor3-2.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor3_item_box:nth-child(3){
  background: url(../imgs/floor3-3.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor3_item_box p{
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 2.13rem;
  color: #000000;
}
.floor3_item_box span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #51565d;
  margin-top: 1.5rem;
  display: block;
}
.floor3_item_box:hover{
  box-shadow: 8px 8px 156px 0 rgba(0,0,0,.08);
  transform: scale(1.04)
}
/* 健身房智能管理软件——在线预约&管理营销系统 */
.floor4_box .floor2_con{
  margin-top: 4rem;
}
.floor4_box .floor2_item_box{
  width: 18rem;
  background: url(../imgs/floor4-1.png) no-repeat center;
  background-size: 100% 30rem;
  padding: 2.63rem;
}
.floor4_box .floor2_item_box:nth-child(2){
  background: url(../imgs/floor4-2.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor4_box .floor2_item_box:nth-child(3){
  background: url(../imgs/floor4-3.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor4_box .floor2_item_box:nth-child(4){
  background: url(../imgs/floor4-4.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor4_box .floor2_item_box:nth-child(5){
  background: url(../imgs/floor4-5.png) no-repeat center;
  background-size: 100% 30rem;
}
.floor4_box .floor2_item_box:hover{
  box-shadow: 8px 8px 156px 0 rgba(0,0,0,.08);
  transform: scale(1.04)
}
/* 底部 */
.one-footer_box {
  /* height: 348px !important; */
}
.one-footer {
  background: #222222;
}
.footer_box {
  padding: 48px 0;
  margin: 0 auto;
  align-items: start;
}
.footer_left_top p{
  font-size: 14px;
  font-family: SourceLight;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 12px;
  margin-bottom: 0;
}
.footer_left_bottom {
  margin-top: 40px;
}
.footer_left_bottom span {
  font-family: SourceLight;
  font-size: 14px;
  color: #FFFFFF;
}
.footer_left_bottom p {
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: BebasNeue;
  margin-top: 0;
  margin-bottom: 0;
}
.footer_center_box {
  width: 45%;
  align-items: start;
  padding-top: 10px;
}
.footer_nav_box .nav_right_item{
  font-size: 14px;
  font-family: SourceNormal;
  font-weight: 400;
  color: #999;
  margin-bottom: 1rem;
}
.footer_nav_box .nav_right_item:first-child {
  font-size: 1.13rem;
  color: #F1F1F1;
  font-family: PingFang SC;
  margin-bottom: 22px;
}
.footer_nav_box .nav_right_item:last-child {
  margin-bottom: 0;
}
.footer_right_code_box{
  display: flex;
  align-items: center;
}
.footer_right_box{
  align-items: center;
}
.footer_right_box:first-child{
  margin-right: 40px;
}
.footer_right_box img{
  width: 120px;
  height: 120px;
}
.footer_right_box p {
  font-size: 14px;
  font-family: SourceLight;
  font-weight: 300;
  color: #FFFFFF;
  margin-top: 14px;
}
.copyright_box {
  background: #222222;
  border-top: 1px solid rgba(102, 102, 102, 0.4);
  padding: 22px 0;
}
.copyright_box span,.copyright_box a {
  font-size: 12px;
  font-family: SourceRegular;
  font-weight: 400;
  color: #666666;
  margin: 0 6px;
  line-height: 20px;
}
.copyright_box a:hover {
  color: #E50A33;
}
/* 悬浮窗 */
.right_box{
  position: fixed;
  bottom: 3.75rem;
  right: 2.5rem;
  width: 8.75rem;
  z-index: 990;
}
.right_hidden_box{
  display: none;
}
.code_box{
  position: relative;
  margin-bottom: 4px;
}
.code_box img{
  width: 100%;
}
.code_box  .codeFont {
  position: absolute;
  bottom: 1.24rem;
  font-size: 0.65rem;
  font-family: SourceRegular;
  font-weight: 400;
  color: #333333;
  width: 100%;
  text-align: center;
}
.comment_btn {
  width: 8.75rem;
  object-fit: contain;
  cursor: pointer;
}
/* 留言咨询 */
.comment_show{
  display: block !important;
}
.comment_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0,0,0,.3);
  z-index: 999;
  backdrop-filter: blur(8px);
  display: none;
}
.comment_con {
  width: 62.25rem;
  height: 33.88rem;
  background: linear-gradient(180deg, #FFF9FA 16%, #FFF3F5 26%, #FFFFFF 94%);
  border-radius: 10px 10px 10px 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1000;
  display: none;
}
.comment_hearder_box {
  height: 5.13rem;
  background: url('../imgs/msgBg.png') no-repeat center;
  background-size: 100%;
  padding-left: 5.25rem;
  box-sizing: border-box;
  font-family: SourceBold;
  font-size: 1.88rem;
  color: #FFFFFF;
  line-height: 5.13rem;
}
.comment_hearder_box1{
  background: url('../imgs/msgBg1.png') no-repeat center;
  background-size: 100%;
}
.comment_form_box {
  padding: 2.88rem 5.25rem 2.06rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comment_form_item_box {
  display: flex;
  align-items: center;
  margin-bottom: 2.38rem;
}
.comment_form_item_box p{
  font-family: SourceBold;
  font-weight: 400;
  font-size: 1.25rem;
  margin-right: 0.75rem;
  flex-shrink: 0;
}
.comment_form_item_box span{
  color: #E50A33;
}
.comment_form_item_box.comment_form_item_box1 {
  align-items: flex-start;
}
.comment_form_item_box.comment_form_item_box1 p{
  margin-top: 0.75rem;
}
.comment_form_item_box .el-input{
  width: 17.63rem;
  height: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  border: 0.06rem solid #FFECEC;
  font-size: 1rem;
  box-shadow: none;
  box-sizing: border-box;
  outline: none;
}
.comment_form_item_box .el-input.is-focus {
  box-shadow: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */ 
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}
input::-moz-placeholder,textarea::-webkit-input-placeholder { /* Firefox 19+ */  
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}
input:-ms-input-placeholder,textarea::-webkit-input-placeholder { /* IE 10+ */ 
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}
input:-moz-placeholder,textarea::-webkit-input-placeholder { /* Firefox 18- */ 
  font-weight: 400;
  font-size: 1rem;
  color: #999999;
}
.el-input .el-input__count .el-input__count-inner{
  color: #999999;
}
input,textarea{
  outline: none !important;
  border: 0 !important;
  font-family: PingFang SC !important;
  /*去掉右下角拖拽*/
  resize: none !important;

}
textarea{
  padding: 0 !important;
}
.comment_form_item_box .el-textarea{
  width: 47.75rem;
  height: 11.88rem;
  background: #FFFFFF;
  border-radius: 6px;
  border: 0.06rem solid #FFECEC;
  font-size: 1rem;
  box-shadow: none !important;
  padding: 1.25rem;
  box-sizing: border-box;
  font-family: PingFang SC;
  outline: none;
}
.comment_form_item_box .el-textarea .el-textarea__inner {
  box-shadow: none !important;
  height: 100% !important;
  box-sizing: border-box;
}
.comment_form_btn_box {
  display: flex;
  justify-content: center;
  width: 100%;
}
.comment_form_btn_box button{
  width: 9.75rem;
  height: 2.75rem;
  background: #E50A33;
  border-radius: 6px 6px 6px 6px;
  border: none;
  font-family: SourceRegular;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  cursor: pointer;
}
.comment_form_btn_box button:first-child{
  background: transparent;
  border: 1px solid #E50A33;
  color: #E50A33;
  margin-right: 28px;
}
.comment_form_btn_box button:last-child{
  margin-left: 0;
}
.coach_comment_box .comment_form_btn_box button:last-child{
  background: #E50A33;
  border: none;
  color: #FFFFFF;
  margin-right: 0;
}
.comment_form_btn_box.comment_form_btn_box1 button:first-child{
  border: 1px solid transparent;
  border-radius: 6px;
  overflow: hidden;
  background-image: linear-gradient(#F9FCFF, #F9FCFF),linear-gradient(to bottom left, rgba(36, 105, 241, 1), rgba(39, 173, 254, 1));
  color: #246BF1;
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-sizing: border-box;

}

.comment_form_btn_box.comment_form_btn_box1 button:last-child{
  background: linear-gradient( 90deg, #2469F1 0%, #27ADFE 100%), #E50A33;
}
.coach_comment_box .comment_form_btn_box.comment_form_btn_box1 button{
  color: #fff;
  border: 0;
  margin-right: 0;
}

/* Ragana APP */
/* banner */
.user_banner_box{
  position: relative;
}
.user_banner_box img{
  /* width: 100%;  */
}
.user_banner_con{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  /* height: 310px; */
}
.user_banner_con span{
  font-family: Semibold;
  font-weight: 600;
  font-size: 2rem;
  color: #FFFFFF;
  background: linear-gradient( 131deg, #FF6263 0%, #E50A33 81%), #E50A33;
  border-radius: 66px 66px 66px 66px;
  text-align: center;
  padding: 0.8rem 1.88rem;
  display: inline;
  max-width: 17rem;
  box-sizing: border-box;
}
.user_banner_con p{
  margin-top: 20px;
  font-family: Semibold;
  font-weight: 600;
  font-size: 4.75rem;
  color: #000000;
}
.user_banner_con em{
  font-style: normal;
  display: block;
  margin-top: 20px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
}
/* 上门私教 专属私密私课 */
.user_floor1_box{
  width: 100%;
  height: 62.5rem;
  background: url('../imgs/user_bg1.png') no-repeat center; 
  background-size: 100% 100%;
}
/* .user_floor1_box.user_floor4_box .user_floor1_right{
  padding-right: 10rem;
} */
.user_floor1_con{
  height: 100%;
}
.user_floor1_right{
  height: 37.75rem;
  opacity: 0;
}
.item-rise-up{
  animation: rise-up 1s forwards;
}
.user_floor1_right img{
  height: 100%;
}
@keyframes rise-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.user_floor1_left p{
  font-family: Semibold;
  font-weight: 600;
  font-size: 3.75rem;
  color: #E50A33;
}
.user_floor1_left em{
  font-style: normal;
  color: #000000;
}
.user_floor1_left span{
  margin-top: 2.38rem;
  display: block;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #666666;
  line-height: 2.25rem;
}

/* 场地私教 专属品质私课 */
.user_floor2_box {
  background: url('../imgs/user_bg2.png') no-repeat center #FFF7F7; 
  background-size: 100% 100%;
}
.user_floor2_box .user_floor1_con{
  flex-direction: row-reverse;
  text-align: right;
}
/* .user_floor2_box .user_floor1_right{
  padding-left: 10rem;
} */

/* Ragana教练版 */
.coach_download_box{
  width: 100%;
  height: 62.5rem;
  background: url('../imgs/user_bg1.png') no-repeat center; 
  background-size: 100% 100%;
}
.coach_download_con{
  height: 40rem;
  background: url('../imgs/coach_download.png') no-repeat center top; 
  background-size: 100%;
  padding-top: 7.13rem;
  text-align: center;
  box-sizing: border-box;
}
.coach_download_con p{
  font-family: Semibold;
  font-weight: 600;
  font-size: 3.75rem;
  color: #FFFFFF;
}
.coach_download_con span{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-top: 1.75rem;
  display: block;
}

.coach_floor1_box{
  background: url('../imgs/user_bg2.png') no-repeat center #FFF7F7; 
  background-size: 100% 100%;
}
.coach_floor1_box.user_floor2_box{
  background: url('../imgs/user_bg1.png') no-repeat center; 
  background-size: 100% 100%;
}

/* 留言咨询 */
.coach_comment_box{
  height: 62.5rem;
  background: url('../imgs/user_bg2.png') no-repeat center #FFF7F7; 
  background-size: 100% 100%;
}
.coach_comment_box.gymSaas_comment_box{
  background: url('../imgs/gymSaas_bg.png') no-repeat center; 
  background-size: 100% 100%;
}
.coach_comment_box .floor_header_box span{
  color: #666;
}
.coach_comment_box .floor_header_box{
  padding-top: 0;
}

.coach_comment_con{
  width: 62.25rem;
  margin: 0 auto;
  margin-top: 2.75rem;
  background: #FFF9F9;
  box-shadow: 0px 5px 8px 0px rgba(229,10,51,0.06);
  border-radius: 10px;
}
.coach_comment_con1{
  background: #F9FCFF;
  box-shadow: 0px 5px 8px 0px rgba(10,138,229,0.06);
}
.coach_comment_con1 .comment_form_item_box .el-input{
  border: 1px solid #ECF4FF;
}
.coach_comment_con1 .comment_form_item_box .el-textarea{
  border: 1px solid #ECF4FF;
}


/* Ragana健身房版 */
.gym_download_con{
  background: url('../imgs/gym_download.png') no-repeat center; 
  background-size: 100%;
}
.coach_download_box.gym_download_box{
  background: url('../imgs/user_bg2.png') no-repeat center #FFF7F7; 
  background-size: 100% 100%;
}
.user_download_con{
  background: url('../imgs/user_download.png') no-repeat center; 
  background-size: 100% 100%;
}
.coach_download_box.user_download_box{
  background: url('../imgs/user_bg2.png') no-repeat center #FFF7F7; 
  background-size: 100% 100%;
}
/* 认证流程及材料 */
.gym_floor1_con{
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(255,224,236,0.5);
  border-radius: 20px 20px 20px 20px;
  margin-top: 56px;
}
.gym_floor1_con_left{
  padding: 6.88rem 8.5rem;
  position: relative;
  box-sizing: border-box;
}
.gym_floor1_item{
  margin-bottom: 4.63rem;
}
.gym_floor1_item:nth-child(2){
  margin-bottom: 4.38rem;
}
.gym_floor1_item em{
  font-style: normal;
  font-family: BebasNeue;
  font-weight: 400;
  font-size: 36px;
  /* color: linear-gradient(41.44deg, #FF6263 0%, #E50A33 81%); */
  background: linear-gradient(131deg, #FF6263 0%, #E50A33 81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gym_floor1_con_left::after{
  content: '';
  position: absolute;
  top: 11.88rem;
  left: 9.38rem;
  width: 0.06rem;
  border-left: 0.06rem dashed #E50A33;
  height: 7.73rem;
  display: block;
}
.el-carousel--horizontal{
  height: 100%;
}
.el-carousel__container{
  height: 100% !important;
}
.gym_floor1_item_right{
  margin-left: 1.13rem;
}

.gym_floor1_item_right span{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 1.63rem;
  color: #333333;
}
.gym_floor1_item_right p{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #666666;
  margin-top: 20px;
}

.gym_floor1_item_remark{
  padding-left: 3.24rem;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 0.88rem;
  color: #999999;
}

.gym_floor1_con_right{
  width: 47.38rem;
  height: 98%;
  background: linear-gradient( 180deg, #FBF1F1 0%, #FFE9EA 100%);
  border: 0.38rem solid #FFFFFF;
  border-radius: 20px;
}
.gym_floor1_con_right img{
  height: 26.19rem;
}
.el-carousel__item{
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 3px 20px 0px rgba(255,224,236,0.5);
}
.el-carousel__indicators{
  display: flex;
  align-items: center;
}
.el-carousel__indicator{
  padding: 20px 6px;
}
.el-carousel__indicator .el-carousel__button{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 2px solid #E50A33;
  padding: 0;
  background: none;
  opacity: 1;
}
.el-carousel__indicator.is-active .el-carousel__button{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #E50A33;
}
/* 高效经营，让健身房精准获客，流量爆发 */
.gym_floor2_con{
  height: 100%;
}
.gym_floor2_title{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 2.75rem;
  color: #000000;
  margin-bottom: 90px;
}
.gym_floor2_left_tabs_box span{
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 1.38rem;
  color: #333333;
  margin-right: 5.5rem;
  cursor: pointer;
}
.gym_floor2_left_tabs_box span.active{
  font-weight: 600;
  font-size: 1.88rem;
  color: #E50A33;
  border-bottom: 2px solid #E50A33;
  padding-bottom: 10px;
}
.gym_floor2_left_tabs_con p{
  margin-top: 5.63rem;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 3.75rem;
  color: #E50A33;
  margin-bottom: 1.25rem;
}
.gym_floor2_left_tabs_con span{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 1.38rem;
  color: #666666;
}
.gym_floor2_right{
  width: 43.13rem;
  height: 52.5rem;
  background: url(../imgs/gym_bg.png) no-repeat center;
  background-size: 100%;
}
.gym_floor2_right img{
  height: 43.75rem;
}

/* 健身房管理软件 */
.gymSaas_floor1_box{
  background: #ECF5FF;
  height: 62.5rem;
}
.gymSaas_floor1_box.gymSaas_floor1_box1 .floor_header_box{
  padding-top: 0;
}
.gymSaas_floor1_box.gymSaas_floor1_box1>div{
  height: 100%;
}
.gymSaas_floor1_box .floor_header_box{
  /* padding-top: 120px; */
}
.gymSaas_floor1_box .floor_header_box p{
  font-size: 4rem;
  font-family: Semibold;
}
.gymSaas_floor1_box .floor_header_box span{
  font-size: 1.13rem;
  line-height: 1.75rem;
  margin-top: 1.88rem;
}
.gymSaas_floor1_con{
  margin-top: 1.88rem;
}
.gymSaas_floor1_item_box{
  width: 47.5rem;
  height: 16.88rem;
  border-radius: 1.25rem ;
  padding: 0 7.13rem 0 3.25rem;
  box-sizing: border-box;
  position: relative;
  background: #FFFFFF;
  border: 2px solid #ECF5FF;
  margin-bottom: 2.5rem;
  cursor: pointer;
  overflow: hidden;
}
.gymSaas_floor1_item_box p{
  font-family: Semibold;
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1.75rem;
}
.gymSaas_floor1_item_box span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  line-height: 1.63rem;
  display: block;
  text-align: justify;
}
.gymSaas_floor1_item_box img{
  position: absolute;
  right: 0;
  top: 0;
  width: 7.13rem;
}
.gymSaas_floor1_item_box:hover{
  background: linear-gradient( 134deg, #F3F8FF 0%, #E4EFFE 100%);
  border-color: #fff;
}
.gymSaas_floor1_item_box:hover p{
  background: linear-gradient(90deg, #2469F1 0%, #27ADFE 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

/* 软件功能展示 */
.gymSaas_floor2_box{
  height: 125rem;
  background: linear-gradient( 180deg, #F7FBFF 0%, #ECF5FF 100%);
}
.gymSaas_floor2_con{
  margin-top: 7.13rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gymSaas_floor2_con img{
  max-width: 90%;
  max-height: 44.25rem;
  object-fit: contain;
  text-align: center;

}
.gymSaas_floor2_con img:last-child{
  max-width: 90%;
  margin-top: 14.25rem;
}
.gymSaas_floor2_box1 .gymSaas_floor2_con img:last-child{
  margin-top: 7.25rem;
}
/* 服务报价 */
.gymSaas_floor3_box{
  background: #F7FBFF;
  height: 62.5rem;
}
.gymSaas_floor3_con{
  margin-top: 6.25rem;
}
.gymSaas_floor3_item_box{
  width: 30.63rem;
  height: 25.63rem;
  background: #FFFFFF;
  box-shadow: 0px 5px 14px 0px rgba(10,138,229,0.06);
  border-radius: 0.75rem;
  cursor: pointer;
}
.gymSaas_floor3_item_title{
  height: 9.25rem;
  line-height: 9.25rem;
  padding-left: 3.13rem;
  box-sizing: border-box;
  background: url(../imgs/gymSaas_img7.png) no-repeat center top;
  background-size: 100%;
  font-family: Semibold;
  font-weight: 600;
  font-size: 2.5rem;
  color: #000000;
}
.gymSaas_floor3_item_box:nth-child(2) .gymSaas_floor3_item_title{
  background: url(../imgs/gymSaas_img8.png) no-repeat center;
  background-size: 100%;
}
.gymSaas_floor3_item_box:nth-child(3) .gymSaas_floor3_item_title{
  background: url(../imgs/gymSaas_img9.png) no-repeat center;
  background-size: 100%;
}
.gymSaas_floor3_item_con{
  padding-top: 3.63rem;
  padding-left: 3.13rem;
  box-sizing: border-box;
  border: 0.06rem solid #fff;
  border-top: 0;
  height: 16.38rem;
  border-radius: 0 0 12px 12px;
}
.gymSaas_floor3_item_con p{
  font-family: Semibold;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
}
.gymSaas_floor3_item_con em{
  font-style: normal;
  font-family: BebasNeue;
  font-weight: 500;
  font-size: 5rem;
  color: #333333;
}
.gymSaas_floor3_item_con span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 1.25rem;
  color: #333333;
  margin-top: -10px;
  display: block;
}
.gymSaas_floor3_item_box:last-child .gymSaas_floor3_item_con{
  border-color: #256BF2;
}
.gymSaas_floor3_item_box:last-child .gymSaas_floor3_item_title{
  color: #fff;
}
.gymSaas_floor3_item_box:last-child .gymSaas_floor3_item_con p{
  background: linear-gradient(94deg, #256BF2 5%, #28A7FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}
.gymSaas_floor3_item_box:last-child .gymSaas_floor3_item_con span{
  background: linear-gradient(94deg, #256BF2 5%, #28A7FD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
}

/* 周边精品 */
.good_banner_box p{
  font-family: Semibold;
  font-weight: 600;
  font-size: 4.75rem;
  color: #000000;
  margin-bottom: 2.13rem;
}
.good_banner_box span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.5rem;
  color: #333333;
}
.good_banner_box img{
  width: 100%;
  height: 43.75rem;
  object-fit: cover !important;
}
/* 商品 */
.good_box{
  margin-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.good_item_box{
  margin-bottom: 2.88rem;
  position: relative;
  height: 26.62rem;
}
.good_item_box:last-child{
  margin-bottom: 0;
}
.good_item_box img{
  max-width: 21.38rem;
  max-height: 21.63rem;
  object-fit: contain;
  position: relative;
  z-index: 10;
}
.good_item_con{
  width: 67.25rem;
  height: 26.62rem;
  background: #F8F8F8;
  border-radius: 1.25rem;
  padding: 0 7.25rem 0 18.5rem;
  position: absolute;
  left: 9.31rem;
  top: 0;
  box-sizing: border-box;
}
.good_item_con p{
  font-family: Semibold;
  font-weight: 600;
  font-size: 2rem;
  color: #333333;
  margin-bottom: 2.5rem;
}
.good_item_con .good_item_storeInfo{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.25rem;
  color: #666666;
  line-height: 2.13rem;
  text-align: justify;
}
.good_item_box:nth-child(2n){
  display: flex;
  flex-direction: row-reverse;
}
.good_item_box:nth-child(2n) .good_item_con{
  padding: 0 18.5rem 0 7.25rem;
  right: 9.31rem;
  left: auto;
}

/* 精彩资讯 */
.news_box{
  margin-top: 7.5rem;
  padding-bottom: 3.75rem;
}
.news_item_box{
  width: 22.5rem;
  /* height: 306px; */
  background: #FAFAFA;
  border-radius: 0.63rem;
  margin-bottom: 2.5rem;
  margin-right: 2rem;
  cursor: pointer;
}
.news_item_box:nth-child(4n){
  margin-right: 0;
}
.news_item_box img{
  width: 22.5rem;
  height: 11.63rem;
  object-fit: cover;
  border-radius: 0.63rem;
}
.news_item_con{
  padding: 1.25rem;
  box-sizing: border-box;
}
.news_item_con p{
  font-family: Semibold;
  font-weight: 600;
  font-size: 1.13rem;
  color: #333333;
  margin-bottom: 0.63rem;
}
.news_item_con span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
}
.news_item_con em{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  display: block;
  font-style: normal;
  margin-top: 1.88rem;
}
.news_pagination_box {
  margin-top: 1rem;
}
.news_pagination_box .btn-prev,.news_pagination_box .btn-next{
  width: 3.38rem;
  height: 2.38rem;
  border-radius: 0.63rem;
  border: 0.06rem solid #000000;
  text-align: center;
  line-height: 2.38rem;
  padding: 0;
  color: #000;
}
.news_pagination_box .btn-prev:hover,.news_pagination_box .btn-next:hover{
  background: #000;
}
.news_pagination_box .btn-prev:hover .el-icon,.news_pagination_box .btn-next:hover .el-icon{
  color: #fff;
}
.news_pagination_box .btn-prev .el-icon,.news_pagination_box .btn-next .el-icon{
  font-size: 0.88rem;
}
.news_pagination_box .el-pagination{
  display: flex;
  align-items: center;
}
.news_pagination_box .el-pager li{
  min-width: 50px;
  font-size: 14px;
  color: #999;
  font-weight: 300;
}
.news_pagination_box .el-pager li.active{
  color: #000;
}
.news_pagination_box .el-pager li:hover{
  color: #000;
}
.news_pagination_box .el-pagination__editor.el-input .el-input__inner{
  border: 1px solid #000 !important;
  border-radius: 10px;
  height: 2.38rem;
}
.news_pagination_box .el-pagination__jump{
  height: 2.38rem !important;

}

/* 新闻资讯详情 */
.news_detail_box{
  margin-top: 7.5rem;
  padding-bottom: 3.75rem;
}
.news_detail_header_box h1{
  font-family: Semibold;
  font-weight: 600;
  font-size: 2.25rem;
  color: #333333;
  margin-bottom: 1.63rem;
}
.news_detail_header_box{
  margin-bottom: 3.75rem;
  text-align: center;
}
.news_detail_header_box span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
}
.news_detail_header_box span:last-child{
  margin-left: 10px;
}
.news_detail_box .news_detail_con img{
  display: inline-block !important;
}
.news_bottom_box {
  margin-top: 3.75rem;
}
.news_bottom_box a{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1.13rem;
  color: #666666;
  width: 270px;
}
.news_bottom_box a:hover{
  color: #E50A33;
}

/* 关于我们 */
.banner_height_box img{
  width: 100%;
  object-fit: cover !important;
}
.about_banner_box span{
  line-height: 1.5em;
}
.about_banner{
  text-align: center;
}
/* 业务合作 */
.about_floor1_box{
  height: 66.25rem;
  background: #F7FBFF;
}
.about_floor1_box .floor_header_box{
  /* padding-top: 154px; */
}
.about_floor1_box .floor_header_box p{
  font-size: 4rem;
}
.about_floor1_con{
  margin-top: 3.75rem;
}
.about_floor1_item_box{
  width: 47.5rem;
  height: 15.25rem;
  border-radius: 1.25rem;
  border: 2px solid #FFFFFF;
  padding: 0 3.88rem 0 3.25rem;
  box-sizing: border-box;
  margin-bottom: 2.5rem;
  background: linear-gradient( -170deg, #F7FBFF 0%, #E1EFFF 100%);
  cursor: pointer;
}
.about_floor1_item_box p{
  font-family: Semibold;
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 20px;
}
.about_floor1_item_box span{
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  line-height: 26px;
  display: block;
  height: 3.25rem;
}
.about_floor1_item_box:hover{
  background: url(../imgs/about_hover.png) no-repeat center top;
  background-size: 100%;
}
.about_tip_box{
  font-family: Semibold;
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  margin-top: 3.75rem;
  text-align: center;
}
/* 联系我们 */
.map_box {
  height: 62.5rem;
  background: url(../imgs/map.png) no-repeat center;
  background-size: 100% 100%;
  background-color: #fff;
  position: relative;
}
.map_con{
  height: 100%;
}
.section_left_box p{
  font-size: 4rem;
  font-family: Semibold;
  font-weight: 600;
  color: #000000;
  margin-top: 0;
  margin-bottom: 3.25rem;
}
.section_left_box span{
  font-size: 1.5rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333;
}
.section_left_box span.phone{
  font-size: 2.75rem;
  font-family: BebasNeue;
  font-weight: 400;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 6px;
}
.section_left_box span.phone em{
  font-style: normal;
  font-size: 0.88rem;
  font-family: PingFang SC;
}
.section_left_box span.email {
  font-size: 1.5rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
/* 更多方式关注Ragana */
.follow_box{
  background: #F7FBFF;
  height: 62.5rem;
}
.follow_con{
  height: 40rem;
  background: url(../imgs/about_bg2.png) no-repeat center;
  background-size: 100%;
  /* padding-top: 196px; */
}
.follow_con p{
  font-size: 4rem;
  font-family: PingFang SC;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 2.37rem;
}
.section_code_item_box {
  margin: 0 3.37rem;
}
.section_code_item_box img{
  width: 7.63rem;
  height: 7.63rem;
  object-fit: contain;
}
.section_code_item_box span{
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #000;
  margin-top: -4px;
}