html,body {left:0;right:0;margin:0 auto;box-sizing: border-box;width:100%;max-width:750px;}
ul,li{list-style: none;}
*a{color:#fff!important;text-decoration:none!important;}
/* 首页 */
.page-home {
  height: 100vh;
   background-image: url(../images/indexbg.png);
  background-size:100% 100%;
  background-repeat: no-repeat;
 padding: 50px 10px 50px  10px;
 overflow-y: scroll;
}
.content{
  background-color: #407BFF;
  margin: 0 auto;
  padding:30px;
  width:95%;
}
.content .rafikiBox img{width:100%;}
.playbtn{
  margin:0 auto;
  width:112px;
  height:112px;
}
.enter{
  width: 157px;
  height: 45px;
  margin:0 auto;
  margin-top: 10%;
  background: linear-gradient(180deg, #04EAFE 0%, #0094F1 100%), #03DFFC;
  border-radius: 25px;
 color:#fff;
 font-size:18px;
line-height:45px;
text-align:center;
font-weight:bold;
}
.enter a{
  color:#fff!important;
  text-decoration:none!important;
  font-size:18px;
}
.page-detail {
  height: 100vh;
  background-image: url(../images/pagebg.png);
  background-size:100% 100%;
  overflow-y: auto;
  padding: 50px 10px 150px  10px;
}
.page-detail2 {
  height: 100vh;
  background-image: url(../images/pagebg.png);
  background-size:100% 100%;
  overflow-y: auto;
  padding: 50px 15px 150px  15px;
}
.topbox{
  padding-top: 3vh;
  text-align: center;
}
.footer{
  position: fixed;
  width: 100%;
  max-width:750px;
  bottom: 0;
  display: flex;
  align-items: center;
  left:0;
  right:0;
  margin:0 auto;
  z-index:999
}
.footer   a{
  display: flex;
    align-items: center;
    justify-content:center;
  color:#fff!important;text-decoration:none!important;
}

.footer .footleft a img{
  margin-right: 15px;
}
.footer .footright a img{margin-left: 15px;
}
.footer .footleft{
  width: 50%;
  height: 56px;
  line-height: 68px;
  text-align: center;
  background-image: url(../images/footleft.png);
  font-size: 18px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .footright{
  width: 50%;
  height: 56px;
  line-height: 68px;
  text-align: center;
  background-image: url(../images/footright.png);
  font-size: 18px;
  background-size: cover;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.footer .footmid{
  position: absolute;
  background: linear-gradient(
180deg, #04EAFE 0%, #0094F1 100%);
  border-radius: 50%;
  font-size: 12px;
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
  top: -28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trainlist {
  padding: 0;
}
.trainlist li{
  background-image: url(../images/list.png);
  width: 80%;
  margin: auto;
  height: 100px;
  line-height: 100px;
    text-align: center;
  background-size: 100% 100%;
}
.trainlist a{
  display: flex;
    align-items: center;
    justify-content: center;
  font-size: 20px;
  color:#fff!important;text-decoration:none!important;
}
.trainlist a img{
  margin-right: 15px;
}
/* trainlist培训列表 */
.topcard{
  display: flex;
  height: 180px;
  /* align-items: end; */
  background: url(../images/toppic.png);
  padding-left: 20px;
  background-size: 100% 100%;
  padding-top: 13%;
  flex-wrap: nowrap;
}
.topcard .title{
  color: #fff;
  font-size: 30px;
}
.list-title{
  font-size: 18px;
  padding-left: 10px;
  color: #fff;
  margin-top: 30px;
  margin-bottom: 10px;
}
.card-item{
  position: relative;
  padding: 18px;
  background: linear-gradient(95.29deg, rgba(255, 255, 255, 0.12) 5.46%, rgba(234, 240, 244, 0.12) 94.89%), #FFFFFF;
box-shadow: -6px -6px 12px rgba(203, 206, 213, 0.12), 6px 6px 12px rgba(112, 115, 117, 0.19);
border-radius: 8px;
margin-bottom: 15px;
}
.card-item1{
  position: relative;
  padding: 18px;
  background: linear-gradient(95.29deg, rgba(255, 255, 255, 0.12) 5.46%, rgba(234, 240, 244, 0.12) 94.89%), #FFFFFF;
box-shadow: -6px -6px 12px rgba(203, 206, 213, 0.12), 6px 6px 12px rgba(112, 115, 117, 0.19);
border-radius:0px 0px 10px 10px;
margin-bottom: 15px;
}
.card-item::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 40px;
  top: 19px;
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.card-item1::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 40px;
  top: 19px;
  left: 0;
  border-radius: 0px 10px 10px 0px;
}
.card-item-1::after{
  background: #FEA904;
}
.card-item-2::after{
  background: #04FEEF;
}
.card-item-3::after{
  background: #04B3FE;
}
.card-item-4::after{
  background: red;
}
.card-item-5::after{
  background: yellow;
}
.card-item-6::after{
  background: pink;
}

.card-item .card-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-title .text{
  font-size: 24px; /*30px*/
  line-height: 42px;
  color: #0094F1;
  font-weight: bold;
}
.card-title .morebox {
  text-align: center;
  height: 32px;
  line-height: 32px;
  width: 32px;
  border-radius: 50%;
  background: linear-gradient(95.29deg, rgba(255, 255, 255, 0.12) 5.46%, rgba(234, 240, 244, 0.12) 94.89%), #FFFFFF;
box-shadow: -6px -6px 12px rgba(203, 206, 213, 0.12), 6px 6px 12px rgba(112, 115, 117, 0.19);
}
.listbox {
  color:#fff!important;text-decoration:none!important;
 
}
.seconlist{
  padding: 0;
  font-size: 14px;
line-height: 16px;
color: #0094F1;
}
.seconlist img{
  margin-right: 10px;
}
/* trainpage培训个人信息 */
.topcardsec{
  height: 180px;
  padding-left: 20px;
  background: url(../images/toppic.png);
  background-size: 100% 100%;
  color: #fff;
}
.topcardsec2{
  height: 180px;
  padding-left: 20px;
 
 
  color: #fff;
}
.topcardsec1{
  font-weight:bold;
  padding-left: 20px;
  color: #fff;
  font-size:20px;
  margin-top: 20%;
}
.topcardsec,.topcardsec2 .titlefir{
  font-size: 26px;
  line-height: 42px;
  padding-top: 16px;
  margin-bottom: 0;
  flex-wrap: wrap;
  /*width: 51%;*/
  overflow: hidden;
}
.topcardsec,.topcardsec2 .name{
  font-size: 20px;
  flex-wrap: wrap;
  width: 51%;
  overflow: hidden;
}
.card-info{
  padding: 12px 21px;
  background: linear-gradient(95.29deg, rgba(255, 255, 255, 0.12) 5.46%, rgba(234, 240, 244, 0.12) 94.89%), #FFFFFF;
  border: 1px solid #0094F1;
  box-sizing: border-box;
  box-shadow: -6px -6px 12px rgba(203, 206, 213, 0.12), 6px 6px 12px rgba(112, 115, 117, 0.19);
  border-radius: 8px;
  margin-top: 15px;
}
.card-info .title{
  position: relative;
  font-size: 18px;
line-height: 25px;
color: #0094F1;
padding-bottom: 5px;
margin-bottom: 10px;
border-bottom: 2px solid rgba(254, 169, 4, 0.25);
}
.card-info .title::after{
  position: absolute;
  content: '';
  bottom: -2px;
      left: 0;
  width: 75px;
  height: 2px;
  background: #FEA904;
}
.card-info .desc{
  font-size: 14px;
line-height: 20px;

color: #000000;
}
.form-box{
  background: linear-gradient(95.29deg, rgba(255, 255, 255, 0.12) 5.46%, rgba(234, 240, 244, 0.12) 94.89%), #FFFFFF;
border: 1px solid #0094F1;
box-sizing: border-box;
box-shadow: -6px -6px 12px rgba(203, 206, 213, 0.12), 6px 6px 12px rgba(112, 115, 117, 0.19);
border-radius: 8px;
margin-top: 15px;
}
.form-title{
  height: 43px;
  line-height: 43px;
  background: #04D1FE;
  border-radius: 8px 8px 0px 0px;
  font-size: 18px;
  color: #fff;
  text-align: center;

}
.form-content{
  padding: 16px 16px 30px 16px;
}
.err{
  color: red;
}
/* .input-group-addon{
  background-color: #fff;
} */
.btn-sub{
  height: 45px;
  width: 100%;
  background: #FF993A;
  color: #fff;
  border: 0;
}

.radio-wrap{
  display: flex;
}
.radio-sex {
  flex: 1;
  margin-right: 12px;
  background: #FFFFFF;
border: 1px solid #D9D9D9;
box-sizing: border-box;
height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
.radio-social{
  flex: 1;
  margin-right: 12px;
  background: #FFFFFF;
border: 1px solid #D9D9D9;
box-sizing: border-box;
height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
.radio-solider{
  flex: 1;
  margin-right: 12px;
  background: #FFFFFF;
border: 1px solid #D9D9D9;
box-sizing: border-box;
height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
.radio-train{
  flex: 1;
  margin-right: 12px;
  background: #FFFFFF;
border: 1px solid #D9D9D9;
box-sizing: border-box;
height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}

.advice{
  height: 15px;
  width: 15px;
  display: inline-block;
  background-image: url('../images/radiono.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.active .advice{
  background-image: url('../images/radio.svg');
}
.active{
  border: 1px solid #3AD0FF;
}
/*info个人信息 */
.page-title{
  font-size: 20px;
line-height: 36px;
color: #FFFFFF;
margin-bottom: 5px;
font-weight: bold;
}
.card-box{
  margin-bottom: 15px;
}
.card-top{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0094F1;
border-radius: 15px;
height: 35px;
font-size: 18px;
color: #FFFFFF;
padding: 0 15px;
}
.card-ctn{
  display: none;
  background: #FFFFFF;
border-radius: 0px 0px 15px 15px ;

font-size: 14px;
line-height: 20px;
margin-top: -20px;
padding: 30px 15px 5px 15px;
}
.label-title{
color: #000000;
}
.card-text{
color: #0094F1;
margin-bottom: 10px;
}

.card-hidden .iconhidden{
  display: none;
}
.card-hidden .iconshow{
  display: inline-block;
}
.card-show .iconshow{
  display: none;
}
.card-show .iconhidden{
  display: inline-block;
}
.card-show .card-ctn{
  display: block;
}
.btn-a{
  background: #FFFFFF;
border-radius: 15px;
padding: 3px 12px;
font-size: 12px;
color: #0094F1;
text-decoration:none!important;
}
.birthday .input-group input{
  z-index:0;
  width:100%
}