
/************************选中动画***************************/
.switchBase{
  background-color: #2b3a50;
  /* min-height:178px ; */
  color: #ffffff;
  font-size: 0.8rem ;
}
.switchTitle{
  margin-top:1rem;
  font-size: 1rem ;
  font-weight: bold;
}
.iconDown{
  color: #000000;
}
.switchIconLine{
  /* text-align: center; */
 /* min-height: 178px; */
}

.intro{
  text-align: left;
}
.solid{
  border-right:solid 1px #e5e5e5
}
.paddingTop{
  margin-top:15px;
  
}
.switchSelected{
  background-color: #0093b2;
}

.bottomContent{
  height: 600px;
  text-align: center
}
.bottomContent>div{
  margin-top:20px;
}
.switchBase ul{
  list-style: none;
  counter-reset: count;
  padding-left: 10px;
}

.switchBase ul>li{
  font-size: 0.8rem  
}
.switchBase li::before{
  content:"\02022";
  padding-right: 5px;
  color:#ffffff;
 }
 .videoDown{
   text-align: center;
   color:#0093b2;
   font-size: 1.2rem  
 }
 
 .videoDown>ul{
  list-style: none;
  counter-reset: count;
}

.videoDown>ul>li::before{
  content:"\02022";
  padding-right: 5px;
  color:#0093b2;
 }
 li>span{
  padding-bottom: 10px;
 }
 .videoDown>ul>li>span:hover{
  cursor: pointer;
  border-bottom: solid 1px #0093b2
 }
 .none{
   display: none
 }

 .titleNum{
  font-weight: bold;
  font-size:1.34rem  ;
  color: #000000;
}
.titleEn{
  font-weight:bold;
  font-size: 1.34rem ;
  color: #000000;
}
.titleBack{
  font-size: 1.05rem ;
  color: #0291b3;
  margin-left: 1.875rem;
}
p{
  font-size: 1.15rem   !important;
  color:#333333 !important;
  margin-top:1.5rem !important;
  line-height: 2rem;
}
p>span{
  font-size: 1.15rem   !important;
}
.title{
  font-weight: bold;
  font-size:1.15rem ;
  color: #000000;
}
 
.ulFont{
  font-size: 1.15rem;
  list-style: none;
}
.ulFont>li{
  line-height: 2rem;
}
.ulFont>li::before{
  content:"\02022";
  padding-right: 0.5rem;
  color:#000000;
}
.singleVideo{
  background-color:#FFF;
  width:10px;
  height:10px;
  /* 旋转小方块并调整位置形成尖角 */
  position:relative;
  left:50%;
  top:-1.5px;
  transform:rotate(45deg);
  border-right:solid 1px #333333;
  border-bottom:solid  1px #333333;
}
 .int{
  color: #333333;
  border: solid 1px #333333;
  padding: 5px 10px;
  margin-top:1rem;
 }

 video {
  pointer-events: none;
}
