.page-experience {
  width: 100%;
  overflow-x: hidden;
}
.page-header-container{
  height: 56px;
}
.page-header__fixed{
  position: fixed;
  height: 56px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  color: white;
  background: #09232e;
}
.fixed-top{
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #f0f1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-top .page-header-wrap a,
.fixed-top .page-header-wrap a:link,
.fixed-top .page-header-wrap a:visited{
  color: #09232e;
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-top .page-header-wrap a:hover{
  color: #488bff;
}
.fixed-top .page-header-menu-item .dropmenu{
  border-top: 1px solid #f0f1f2;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fixed-top .page-header-menu-item .icon-triangle{
  width: 7px;
  height: 7px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(135deg);
}
.solid-width-wrap{
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}
.page-header-wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-header-wrap a,
.page-header-wrap a:link,
.page-header-wrap a:visited {
  font-size: 16px;
  color: white;
  line-height: 56px;
}
.page-header-wrap a:hover{
  color: #488bff;
}
.page-header-brand{
  position: relative;
  width: 80px;
  flex-shrink: 0;
  margin-right: 30px;
}
.page-header-brand .img-brand {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-header-menu{
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-header-menu a{
  padding: 0 16px;
  display: block;
  height: 100%;
}
.page-header-menu-item .icon-triangle {
  margin-left: 12px;
  position: relative;
  top:-2px;
  display: inline-block;
/*  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: inherit;*/
  width: 7px;
  height: 7px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(135deg);
}
.page-header-menu-item:hover .dropmenu{
  top: 56px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(0, 0, 0, 0deg);
  transform: rotate3d(0, 0, 0, 0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.page-header-menu-item:hover .icon-triangle{
  width: 7px;
  height: 7px;
  border-top: 1px solid #1541f1;
  border-right: 1px solid #1541f1;
  transform: rotate(135deg);

}
.page-header-menu .dropmenu{
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 46px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate3d(1,0,0,-90deg);
          transform: rotate3d(1,0,0,-90deg);
  -webkit-transform-origin: 50% 0%;
      -ms-transform-origin: 50% 0%;
          transform-origin: 50% 0%;
  background-color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
.page-header-menu .dropmenu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.page-header-menu .dropmenu-item{
  padding: 16px 20px;
}
.page-header-menu .dropmenu a{
  min-width: 100px;
  display: block;
  color: #08232d;
  line-height: 1;
  padding: 16px;
}
.page-header-menu .dropmenu a:hover{
  background: #f5f6f7;
  border-radius: 4px;
}
.page-header-menu .dropmenu .dropmenu-item-category {
  color: #08232d;
  font-weight: 700;
  padding: 16px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #05a37e;
}
.fixed-top .page-header-menu .menu-item-round a{
  background: #f8f8f8;
}

.active-desc-item{
  position: relative;
}
.active-desc-item .qrcode-desc{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  top: 56px;
  left: -40px;
  width: 130px;
  height: 130px;
  background: #fff;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.active-desc-item .qrcode-desc::before{
  position: relative;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 10px;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: inherit;
}
.active-desc-item:hover .qrcode-desc{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-header-menu .menu-item-round a{
 position: relative;
 top: 14px;
 padding: 0px 16px;
 display: block;
 height: 30px;
 line-height: 30px;
 border-radius: 4px;
  background: #1541f1;
  color: white;
 margin-left: 20px;
}
.page-header-menu .menu-item-round a:hover{
 background: #f0eff3;
 color: #173446;
}
.page-header-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.page-header-desc a{
  padding: 0 16px;
  display: block;
  height: 100%;
}
.page-header-desc .desc-item-qrcode{
  position: relative;
  top: 4px;
}
.page-main{
  overflow: hidden;
  min-height: 700px;
  background: #09232e url(../../assets/images/experience/bg.png) no-repeat;
  background-position: top center;
}
.title-page-experience{
  font-size: 36px;
  font-weight: normal;
  line-height: 48px;
  color: #05edc6;
  text-align: center;
  margin-top: 180px;
  margin-bottom: 28px;
}
.desc-page-experience{
  width: 952px;
  margin: 0 auto;
  line-height: 24px;
  color: #05edc6;
  margin-bottom: 42px;
}
.content-page-experience{
  padding-top: 24px;
  width: 960px;
  height: 298px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #05edc6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  color: #05edc6;
}
.content-page-left,
.content-page-right{
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.cover-content-left{
  width: 150px;
  text-align: center;
}
.cover-content-right{
  width: 178px;
  text-align: center;
}
.cover-content-left img{
  width: 56px;
  height: 44px;
}
.cover-content-right img{
  width: 43px;
  height: 59px;
}
.info-content{
  flex: 1;
  text-align: left;
}
.info-content .title-info{
  font-size: 24px;
  color: #05edc6;
}
.info-content .title-info::after{
  margin: 7px 0;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #05edc6;
}
.content-page-right .info-content .title-info::after{
  background: #f7931a;
}
.info-content .tip-info-text{
  margin-bottom: 22px;
}
.info-content .label,
.info-content .value{
  line-height: 32px;
  position: relative;
}
.content-page-left .info-content .label::after,
.content-page-left .info-content .value::after{
  content: '';
  display: block;
  height: 0px;
  width: 80%;
  background: #05edc6;
}
.btn-experience{
  border: 0;
  background: #05edc6;
  width: 80%;
  height: 34px;
  line-height: 34px;
  margin-top: 30px;
}
.btn-experience:hover{
  background: #05edc6;
}
.qrcode-experience{
  margin-top: 7px;
  width: 110px;
  height: 110px;
}
.qrcode-experience img{
  width: 100%;
}
.divide-content-page{
  position: relative;
  height: 100%;
  width: 1px;
}
.divide-content-page::after{
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  background: linear-gradient(to bottom, transparent 0, #05edc6 20%, #05edc6 100%);
}
