.onetoone{
  background: url("../../img/onetoone/banner_bg@2x.png") no-repeat;
  background-size: cover;
}
.avtive{
  background: rgba(255,255,255,0.8) !important;
}
.live_programme{
  background: #EAF3FF;
}
.match_programme.live_programme .programme_container_left{
  display: flex;
  align-items: center;
  width: 31.8125rem;
}
.match_programme.live_programme .programme_container_right{
  margin-left: 5.625rem;
}
.match_programme.live_programme .programme_container_right_item .bottom{
  font-size: 0.875rem;
}
.match_programme.live_programme .programme_container_right .top>img{
  width: 1.25rem;
  margin-right: 0.75rem;
}
.match_programme.live_programme .programme_container_right_item{
  padding: 1.3125rem 0 1.25rem 1.375rem;
  border-radius: 0.5rem;
  background: rgba(255,255,255,0.5);
  margin-bottom: 1.25rem;
 }
.match_programme.live_programme .blue_f{
  font-weight: 400;
  font-size: 1.125rem;
}
.onetoone_show.show{
  background: url("../../img/onetoone/bg_display@2x.png") no-repeat;
  background-size: cover;
}
.onetoone_show.show>h1,
.onetoone_show.show>p,
body .onetoone_show.show .show_container .right .solution-desc>h1,
body .onetoone_show.show .show_container .right .solution-desc>p{
  color: #000000 !important;
}
body .onetoone_show.show .show_container .left >div{
  color: #222;
  background: rgba(255,255,255,0.5);
}
body .onetoone_show.show .show_container .right .solution-desc>a{
  background: #227CFF;
  color: #FFFFFF;
}
body .onetoone_show.show .show_container .right{
  background: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.7);
}
.onetoone_intro{
  background: linear-gradient(180deg, #E8F2FF 0%, #FFFFFF 100%);
}
.onetoone_intro_content{
  display: flex;
}
.onetoone_intro_content_item{
  width: calc((100% - 2.25rem)/4);
  margin-right: 0.75rem;
  background: rgba(255,255,255,0.8);
  box-shadow: 0px 0px 24px 0px rgba(104,153,255,0.1);
  border-radius: 0.625rem;
  transition: all 1s;
  cursor: pointer;
}
.onetoone_intro_content_item:nth-child(4n+0){
  margin-right: 0;
}
.onetoone_intro_content_item_child{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 2.1875rem;
}
.onetoone_intro_content_item:hover{
  transform: scale(1.1);
}
.onetoone_intro_content_item_child_img{
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
  background: #C5DCFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.onetoone_intro_content_item_child_img>img{
  width: 2.625rem;
}
.onetoone_intro_content_item_child_title{
  margin-top: 4.375rem;
  margin-bottom: 0.875rem;
  font-size: 1.125rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 1.5625rem;
  text-align: center;
}
.onetoone_intro_content_item_child_text{
  font-size: 0.875rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 1.3125rem;
  margin: 0 1.875rem;
  text-align: center;
}