.page-box{
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #f4f9ff;
}
.page-header{
  width: 100%;
  height: 60px;
  background: #fff;
  font-size: 16px;
  line-height: 60px;
  font-weight: 500;
  position: fixed;
  top: 0;
  z-index: 99;
}
.width1200{
  width: 1200px;
  margin: 0 auto;
}
.logo-box{
  height: 38px;
  padding: 11px 0;
}
.logo-box img{
  height: 100%;
}
.menu-box{
  padding: 0 20px;
}
.menu-box a div {
  padding: 0 20px;
  color: #1f2329;
  cursor: pointer;
}
.top-main-btn{
  padding: 0 20px;
  background: #439EFF;
  color: #fff;
}
.page-content{
  margin-top: 120px;
}
.fun-content-box{
  height: 477px;
}
.main-title{
  text-align: center;
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #023572;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
.fun-box{
  border-bottom: 1px solid #1f232926;
  margin-top: 10px;
  height: 143px;
}
.fun-li{
  width: 104px;
  text-align: center;
  margin: 20px 0;
  position: relative;
}
.fun-li .text{
  color: #757575;
  font-weight: 400;
  margin: 5px 0;
}
.fun-li img{
  display: block;
}
.fun-box *{
  transition: all 0.3s;
}
.fun-li .icon-box{
  padding: 15px;
  margin: 0 auto;
  border-radius: 20px;
  display: inline-block;
}
.fun-li .line{
  width: 40px;
  height: 2px;
  background: #439EFF00;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -21px;
}
.fun-box .active .icon-box{
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 8px #439EFF20;
}
.fun-box .active{
  cursor: pointer;
}
.fun-box .active .text{
  color: #439EFF!important;
  font-weight: bold;
}
.fun-box .active .line{
  background: #439EFF;
}
.fun-content-left{
  width: 300px;
  margin-top: 80px;
}
.fun-content-left .title{
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #0a0a0a;
  margin-bottom: 8px;
}
.fun-content-left .desc{
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
.module-info-li .desc{
  color: #3b3b3b;
}
.content-btn{
  padding-left: 60px;
  padding-right: 60px;
  height: 52px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #439EFF;
  color: #fff;
}
.page-bottom-btn{
  width: 100px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #439EFF;
  color: #fff;
  cursor: pointer;
}
.fun-content-right{
  width: 800px;
  padding: 30px 0;
  text-align: center;
}
.page-module-box>div{
  padding: 50px 0;
}
.module-title{
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.module-info-li{
  padding: 25px;
  border-radius: 10px;
  cursor: pointer;
  opacity: 0.4;
  font-size: 14px;
  transition: all 0.3s;
}
.module-info-li .title{
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}
.module-info .active{
  background: #00000007;
  opacity: 1;
  color: #252525;
}
.page-bottom-menu{
  border-bottom: 1px solid #ffffff10;
  color: #fff;
  padding-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
}
.page-bottom-menu>div{
  margin-right: 50px;
  cursor: pointer;
}
.friend-link-box>div{
  color: #ffffff99;
  margin-right: 20px;
  font-size: 12px;
  margin-top: 10px;
  cursor: pointer;
}
.page-header a{
  color: #222;
}
.page-bottom a{
  color: #fff;
}
.friend-link-box a{
  color: #ffffff90;
}