@charset "UTF-8";.top-banner {  height: 560px;  background: #06112f;  position: relative;  z-index: 1;}.top-banner .bannerItem {  height: 560px !important;}.top-banner .bannerItem .ani-img {  -ms-flex-item-align: end;      align-self: flex-end;}.top-banner .top-banner-bg {  width: 1920px;  height: 560px;  position: absolute;  z-index: 0;  top: 0;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);}.agentshop, .agentshop * {  -webkit-box-sizing: border-box;          box-sizing: border-box;}.agentshop-title1 {  height: 36px;  line-height: 36px;  text-align: center;  font-size: 30px;  font-weight: bold;  color: #3B426B;}.agentshop-title2 {  height: 42px;  line-height: 42px;  font-size: 30px;  color: #3B426B;  text-align: center;}.agentshop-inner {  width: 1200px;  margin: 0 auto;}/* 角色关系 */.agentshop-relation {  height: 550px;  padding-top: 90px;}.agentshop-relation .agentshop-rel {  padding-top: 86px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-pack: distribute;      justify-content: space-around;}.agentshop-relation .agentshop-rel .rel-item {  width: 590px;  height: 220px;  background: #FFFFFF;  -webkit-box-shadow: 0px 0px 15px rgba(26, 58, 129, 0.05);          box-shadow: 0px 0px 15px rgba(26, 58, 129, 0.05);  border-radius: 14px;  padding: 53px 60px 0;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;}.agentshop-relation .agentshop-rel .rel-item .rel-icon {  width: 91px;  height: 81px;  position: relative;  margin-top: 17px;}.agentshop-relation .agentshop-rel .rel-item .rel-icon .rel-icon-img {  position: absolute;  top: 0;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  width: 131px;  height: 121px;}.agentshop-relation .agentshop-rel .rel-item .rel-intro {  width: 350px;}.agentshop-relation .agentshop-rel .rel-item .rel-intro .rel-name {  font-size: 22px;  font-weight: bold;  line-height: 31px;  color: #3B426B;}.agentshop-relation .agentshop-rel .rel-item .rel-intro .rel-desc {  margin-top: 13px;  line-height: 21px;  font-size: 15px;  color: #7D88A2;}.agentshop-interest {  padding-top: 70px;  height: 650px;  position: relative;  background: #e7efff;}.agentshop-interest .agentshop-interest-bg {  position: absolute;  width: 1920px;  height: 650px;  top: 0;  left: 50%;  -webkit-transform: translateX(-50%);          transform: translateX(-50%);  z-index: 0;}.agentshop-interest .agentshop-interest-tab {  margin-top: 46px;  height: 40px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  position: relative;  z-index: 1;}.agentshop-interest .agentshop-interest-tab .tab-item {  cursor: pointer;  width: 130px;  height: 40px;  background: #FFFFFF;  border: 1px solid #EEEEEE;  border-radius: 30px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  font-size: 18px;  color: #3B426B;  margin-right: 20px;  -webkit-transition: all .2s ease;  transition: all .2s ease;}.agentshop-interest .agentshop-interest-tab .tab-item.active {  border-color: #205EFF;  background: #205EFF;  color: #fff;}.agentshop-interest .agentshop-interest-card {  position: relative;  width: 1200px;  height: 340px;  background: #fff;  overflow: hidden;  border-radius: 10px;  margin: 32px auto 0;}.agentshop-interest .agentshop-interest-card .interest-card-item {  position: absolute;  top: 0;  left: 0;  width: inherit;  height: inherit;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: justify;      -ms-flex-pack: justify;          justify-content: space-between;  z-index: 1;  opacity: 0;  -webkit-transition: opacity .3s ease;  transition: opacity .3s ease;}.agentshop-interest .agentshop-interest-card .interest-card-item.active {  z-index: 2;  opacity: 1;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-left {  width: 200px;  height: 340px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right {  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -ms-flex-wrap: wrap;      flex-wrap: wrap;  width: 1000px;  height: 340px;  position: relative;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right::before, .agentshop-interest .agentshop-interest-card .interest-card-item .card-right::after {  content: '';  width: 1px;  height: 340px;  background: #f7f7f7;  position: absolute;  top: 50%;  left: 50%;  -webkit-transform: translate(-50%, -50%);          transform: translate(-50%, -50%);  z-index: 1;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right::before {  width: 1000px;  height: 1px;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right .card-sec {  width: 500px;  height: 170px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  padding-left: 70px;  padding-top: 43px;  position: relative;  -webkit-transition: all .3s ease;  transition: all .3s ease;  background: #fff;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right .card-sec:hover {  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);  z-index: 2;  -webkit-transform: scale(1.01);          transform: scale(1.01);}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right .card-sec .card-secicon {  margin-top: 12px;  width: 84px;  height: 60px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right .card-sec .card-secicon img {  display: block;  width: 84px;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right .card-sec .card-secinfo {  margin-left: 44px;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right .card-sec .card-secinfo .card-title {  height: 25px;  line-height: 25px;  font-size: 18px;  color: #3B426B;  font-weight: bold;  margin-bottom: 15px;}.agentshop-interest .agentshop-interest-card .interest-card-item .card-right .card-sec .card-secinfo .card-desc {  line-height: 20px;  color: #7D88A2;  font-size: 14px;}.agentshop-feat {  padding-top: 88px;}.agentshop-feat .agentshop-feat-sec {  background: #fff;  height: 580px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;}.agentshop-feat .agentshop-feat-sec .feat-info {  width: 500px;  margin-right: 80px;}.agentshop-feat .agentshop-feat-sec .feat-info .feat-title {  height: 111px;  line-height: 111px;  font-size: 24px;  font-weight: bold;  color: #3B426B;  background-size: 84px 65px;  background-repeat: no-repeat;  background-position: left center;  margin-bottom: 12px;}.agentshop-feat .agentshop-feat-sec .feat-info .feat-desc {  line-height: 35px;  font-size: 16px;  margin-bottom: 20px;  color: #7D88A2;}.agentshop-feat .agentshop-feat-sec .feat-info .feat-desc.miniline {  line-height: 24px;}.agentshop-feat .agentshop-feat-sec .feat-info .feat-desc.strong {  position: relative;  font-weight: bold;  color: #3B426B;  margin-bottom: 0px;}.agentshop-feat .agentshop-feat-sec .feat-info .feat-desc.strong::before {  content: '';  position: absolute;  background: #C3D0EC;  width: 6px;  height: 6px;  border-radius: 6px;  top: 50%;  -webkit-transform: translateY(-50%);          transform: translateY(-50%);  left: -14px;}.agentshop-feat .agentshop-feat-sec .feat-display {  width: 630px;  height: 440px;  display: -webkit-box;  display: -ms-flexbox;  display: flex;  -webkit-box-align: center;      -ms-flex-align: center;          align-items: center;  -webkit-box-pack: center;      -ms-flex-pack: center;          justify-content: center;  margin-right: 0px;}.agentshop-feat .agentshop-feat-sec .feat-display .feat-img {  display: block;}.agentshop-feat .agentshop-feat-sec:nth-of-type(2n) {  background: #F9FBFF;  -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;      -ms-flex-direction: row-reverse;          flex-direction: row-reverse;}.agentshop-feat .agentshop-feat-sec:nth-of-type(2n) .feat-info {  margin-right: 0px;}.agentshop-feat .agentshop-feat-sec:nth-of-type(2n) .feat-display {  margin-right: 80px;}.agentshop-feat .agentshop-feat-img {  display: block;  width: 1920px;  margin: 0 auto;}.moments-function .swiper-container .swiper-pagination-bullet-active {  background: -webkit-gradient(linear, left top, right top, color-stop(39.06%, #0470e4), color-stop(91%, #205EFF));  background: linear-gradient(90deg, #0470e4 39.06%, #205EFF 91%);}.moments-function .swiper-container .swiper-pagination-bullet:hover {  border-color: #205EFF;}.moments-function {  padding-top: 85px;  height: 1053px;}.moments-function .marginauto {  margin-top: 96px;}.moments-function .swiper-container {  margin-bottom: 100px;}.moments-function .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {  margin-bottom: 60px;  font-size: 20px;}.market-member .item {  max-width: 500px;}.market-member .item h4 {  margin-bottom: 40px;}.market-member > div img {  padding-bottom: 124px;}/*# sourceMappingURL=agentshop.css.map */