/* common */
.wh_1200{
  width: 1200px;
  margin: 0 auto;
}
/* banner_wrapper */
.banner_wrapper{
    position: relative;
    width: 100%;
    padding: 158px 0 108px;
    box-sizing: border-box;
    background: url(/Public/Home/images/xcxlive/banner.png) no-repeat center/cover;
}
.banner_txt>p{
    font-size: 24px;
    color: #fff;
    line-height: 1;
    margin-bottom: 16px;
    letter-spacing: 4px;
}
.banner_txt .banner_title{
    font-size: 46px;
    color: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}
.banner_txt .banner_title h1,
.banner_txt .banner_title p{
  float: left;
}
.banner_txt>a{
    display: block;
    font-size: 16px;
    color: #2e80ff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 40px;
}
/* banner_wrapper */
.part>h3,
.part>h2{
  text-align: center;
  font-size: 40px;
  color: #333;
  padding: 50px 0 30px;
}
.part1{
  background: #fff;
  padding-bottom: 80px;
  position: relative;
}
.part1::before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 194px;
  height: 217px;
  background: url(/Public/Home/images/xcxlive/synopsis_bg1.png) center/cover no-repeat;
}
.part1::after{
  position: absolute;
  right: 0;
  bottom: 0;
  content: '';
  width: 209px;
  height: 130px;
  background: url(/Public/Home/images/xcxlive/synopsis_bg2.png) center/cover no-repeat;
}
.synopsis-container{
  overflow: hidden;
  position: relative;
}
.synopsis-box{
  width: 260px;
  position: absolute;
}
.synopsis-box:first-child{
  right: 35px;
  top: 90px;
}
.synopsis-box:last-child{
  left: 35px;
  bottom: 90px;
}
.synopsis-box .title{
  font-size: 22px;
  color: #1f85ff;
  font-weight: bold;
  line-height: 48px;
  padding-left: 58px;
  position: relative;
}
.synopsis-box .title i{
  position: absolute;
  left: 0;
  width: 48px;
  line-height: 48px;
  background: url(/Public/Home/images/xcxlive/synopsis_icon.png) center/cover no-repeat;
  border-radius: 24px;
  text-align: center;
  color: #fff;
}
.synopsis-box p{
  margin-top: 10px;
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.synopsis-img{
  margin: 0 auto;
  width: 530px;
  height: 620px;
  background: url(/Public/Home/images/xcxlive/synopsis_img.png) center/cover no-repeat;
}
.part2{
  background: #fcfcfc;
  position: relative;
}
.part2::before{
  position: absolute;
  left: 0;
  top: 50px;
  content: '';
  width: 130px;
  height: 245px;
  background: url(/Public/Home/images/xcxlive/means_bg1.png) center/cover no-repeat;
}
.part2::after{
  position: absolute;
  right: 0;
  bottom: 50px;
  content: '';
  width: 110px;
  height: 267px;
  background: url(/Public/Home/images/xcxlive/means_bg2.png) center/cover no-repeat;
}
.means-container{
  position: relative;
}
.means-left{
  position: absolute;
  left: 120px;
  top: 0;
}
.means-right{
  position: absolute;
  right: 120px;
  top: 0;
}
.means-img{
  width: 340px;
  height: 665px;
  margin: 0 auto;
  background: url(/Public/Home/images/xcxlive/means_img.png) center/cover no-repeat;
}
.means-box{
  width: 200px;
}
.means-box .title{
  width: 137px;
  height: 136px;
  background: url(/Public/Home/images/xcxlive/means_icon.png) center/cover no-repeat;
  line-height: 90px;
  font-size: 40px;
  color: #fff;
  padding-left: 28px;
  margin: 0 auto;
}
.means-box p{
  font-size: 18px;
  color: #374467;
  line-height: 100px;
  text-align: center;
}
.means-btn{
  padding:50px 0 ;
}
.means-btn a{
  display: block;
  width: 243px;
  line-height: 67px;
  background: url(/Public/Home/images/xcxlive/means_btn_bg.png) center/cover no-repeat;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
}
.part3{
  padding-bottom: 30px;
}
.bright-container{
  overflow: hidden;
}
.bright-img{
  float: left;
  width: 624px;
  height: 652px;
  margin-left: 30px;
  background: url(/Public/Home/images/xcxlive/bright_img.png) center/cover no-repeat;
}
.bright-box{
  float: right;
  padding-top: 100px;
}
.bright-ul li{
  font-size: 24px;
  color: #333;
  line-height: 65px;
  list-style: none;
  position: relative;
  padding-left: 30px;
}
.bright-ul li::before{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 6px;
  background: #208fff;
}
.bright-items{
  padding: 20px 10px;
  overflow: hidden;
}
.bright-item{
  float: left;
  text-align: center;
  margin-right: 35px;
}
.bright-item:last-child{
  margin-right: 0;
}
.bright-item .title{
  width: 80px;
  line-height: 80px;
  height: 80px;
  color: #fff;
  text-align: center;
  background: url(/Public/Home/images/xcxlive/bright_icon.png) center/cover no-repeat;
}
.bright-item .title .num{
  font-size: 30px;
}
.bright-item .title .unit{
  font-size: 14px;
}
.bright-item p{
  margin-top: 20px;
  font-size: 16px;
  color: #666666;
}

.container .xcx_menu {
  width: 100%;
  height: 80px;
  padding-bottom: 3px;
  background: #f6f7fe;
  border-bottom: solid 1px #e8eaf8;
  line-height: 77px;
  text-align: center;
}

.container .xcx_menu .menu_list {
  width: 100%;
}

.container .xcx_menu .menu_list a {
  display: inline-block;
  color: #333;
  font-size: 20px;
  padding: 0px 10px;
  margin: 0 79px;
}

.container .xcx_menu .menu_list a.active {
  color: #6d90f5;
  border-bottom: solid 3px #6d90f5;
  font-weight: bold;
}

.container .xcx_menu .menu_list a.apply_agent {
  line-height: 53px;
  border-radius: 26.5px;
  text-align: center;
  background: linear-gradient(to right, #2c71f3, #c64bff);
  color: #fff;
  box-sizing: border-box;
  padding: 0 25px;
}