.main{
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.banner .banner-des-box{
    /* background: #19408F;
    color: #ffffff;
    width: 3.7rem;
    height: calc(100% - 90px);
    position: absolute;
    bottom: 0;
    right: 3.25rem;
    padding: 0.3rem 0.15rem 0;
    box-sizing: border-box;
    line-height: 0.3rem; */


    background: #19408F;
    color: #ffffff;
    width: 3.7rem;
    height: 4.6rem;
    position: fixed;
    top: 0.9rem;
    right: 3.25rem;
    padding: 0.3rem 0.15rem 0;
    box-sizing: border-box;
    line-height: 0.3rem;
    z-index: 0;

}



.banner .banner-des-box .banner-des-title{
    font-size: 0.18rem;
    margin: 0 0 0.3rem;
}

.banner .banner-des-box .banner-des-content{
    font-size: 0.14rem;
    margin-bottom: 0.3rem;
}

.main .content-box {
    overflow: hidden;
    padding-top: 0.35rem;
}

.main .content-box .over-center-box {
    align-items: flex-start;
    padding: 0 0 0.6rem;
    flex-direction: column;
}
.main .content-box .over-center-box .citySelect{
    display: flex;
    width: 100%;
    align-items: center;
    height: 60px;
    border-bottom: 2px solid #E5E5E5;
    padding-bottom: 25px;
    padding-left: 15px;
}
.main .content-box .over-center-box .citySelect .citySelect-title{
    flex: 0 0 85px;
}
.main .content-box .over-center-box .citySelect .form-control{
    width: 200px;
    height: 30px;
    border-radius: 3px;
    margin-right: 15px;
    border: 1px solid #E5E5E5;
}
.main .content-box .over-center-box .agent-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 0.3rem;
}
.main .content-box .over-center-box .agent-box .left-box{
    height: 6.95rem;
    overflow: hidden;
}
.main .content-box .over-center-box .agent-box .left-box .agent-list{
    width: 4.4rem;
    height: 6.4rem;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}
.main .content-box .over-center-box .agent-box .left-box .agent-list .agent-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 120px;
    font-size: 14px;
    color: #074C9C;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE;
    cursor: pointer;
}
.main .content-box .over-center-box .agent-box .left-box .agent-list .agent-item .serial-num{
    width: 25px;
    height: 25px;
    line-height: 25px;
    flex: 0 0 25px;
    text-align: center;
    color: #074C9C;
    border-radius: 25px;
    border: 1px solid #074C9C;
    margin: 0 20px 0 10px;
}
.main .content-box .over-center-box .agent-box .left-box .agent-list .agent-item .agent-info .agent-name{
    font-size: 16px;
    margin-bottom: 10px;
    color: #074C9C;
}
.main .content-box .over-center-box .agent-box .left-box .agent-list .agent-item .agent-info .agent-address{
    font-size: 14px;
    color: #999999;
}


.main .content-box .over-center-box .agent-box .left-box .pagination1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 0.2rem;
}
.main .content-box .over-center-box .agent-box .left-box .pagination1 .pageBtn{
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 0.18rem;
    color: #379BD7;
    border: 1px solid #379BD7;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .content-box .over-center-box .agent-box .left-box .pagination1 .pageBtn .arrow{
    width: 18px;
    height: 18px;
    
}

.main .content-box .over-center-box .agent-box .left-box .pagination1 .page-active{
    background: #074C9C;
    color: #ffffff;
}


.main .content-box .over-center-box .agent-box .right-box{
    width: 10.55rem;
    height: 6.95rem;
    margin-left: 0.3rem;
    overflow: hidden;
}
.main .content-box .over-center-box .agent-box .right-box img{
    display: block;
    width: 100%;
    height: 6.95rem;
    object-fit: cover;
}

.main .product-box{
    background: #FAFAFA;
    min-height: 6.95rem;
    padding: 0.01rem 0 0.8rem;
    overflow: hidden;
}
.main .product-box .over-big-title{
    justify-content: center;
}
.main .product-box .big-title .title-content .blue-line {
    margin: .2rem auto 0.5rem;
}
.main .product-box .cont-lump {
    display: flex;
    justify-content: space-between;
    max-width: 15.36rem;
    width: auto;
    height: auto;
    margin: 0 auto;
    position: relative;
    visibility: visible;
}

.main .product-box .cont-lump .rem-product-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
}

.main .product-box .cont-lump .rem-product-box .rem-product-item {
    width: 3.65rem;
    height: 6.1rem;
    background: #ffffff;
    border-radius: 0.15rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    overflow: hidden;
    margin-right: 0.253rem;
    /* box-shadow: .05rem .1rem .25rem rgba(0, 0, 0, 0.07); */
    
}
.main .product-box .cont-lump .rem-product-box .rem-product-item:last-child {
    margin-right: 0;
}
.main .product-box .cont-lump .rem-product-box .rem-product-item .product-title-box {
    font-weight: bold;
    color: #333;
    font-size: 0.2rem;
    margin-top: 0.4rem;
}
.main .product-box .cont-lump .rem-product-box .rem-product-item .product-title-box .product-model{
    margin-top: 0.1rem;
}

.main .product-box .cont-lump .rem-product-box .rem-product-item .detail-btn {
    display: block;;
    color: #074C9C;
    border: 1px solid #074C9C;
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    text-align: center;
    border-radius: 0.4rem;
    font-size: 0.14rem;
    cursor: pointer;
    margin-bottom: 0.4rem;
}

.main .product-box .cont-lump .rem-product-box .rem-product-item:hover .detail-btn {
    color: #1c8ae5;
    border: 1px solid #1c8ae5;
}

.main .product-box .cont-lump .rem-product-box .rem-product-item .product-thumb {
    max-width: 100%;
    height: auto;
    transition: all 0.5s;
}

.main .product-box .cont-lump .rem-product-box .rem-product-item:hover .product-thumb {
    transform: scale(1.02, 1.02) translateZ(0);
}

.main .product-box .cont-lump .lump-left .left-item .item-cent .cent-link {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #999
}

.main .product-box .cont-lump .lump-left .left-item .item-cent .cent-link::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: solid 2px #4812FE;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.main .product-box .cont-lump .lump-left .left-item .item-cent .cent-link:hover {
    color: #4812FE
}

.main .product-box .cont-lump .lump-right {
    width: 3.35rem;
    height: auto
}

.main .product-box .cont-lump .lump-right .right-title {
    font-size: 18px;
    color: #333
}

.main .product-box .cont-lump .lump-right .right-heng {
    width: 20px;
    height: 3px;
    margin: .25rem 0 .3rem;
    background: #4812FE
}

.main .product-box .cont-lump .lump-right .right-swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    --swiper-theme-color: #4812FE
}

.main .product-box .cont-lump .lump-right .right-swiper .swiper-slide {
    width: 100%;
    height: auto
}

.main .product-box .cont-lump .lump-right .right-swiper .swiper-slide .slide-box {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: #fff
}

.main .product-box .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: auto;
    padding: .23rem .18rem;
    overflow: hidden
}

.main .product-box .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.main .product-box .cont-lump .lump-right .right-swiper .swiper-slide .slide-box .box-title {
    width: 100%;
    height: auto;
    padding: .4rem .18rem;
    font-size: 18px;
    text-align: center;
    color: #333;
    border-top: solid 1px #eeeeee;
    transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}

.main .product-box .cont-lump .lump-right .right-swiper .swiper-slide .slide-box:hover .box-pic img {
    transform: scale(1.1, 1.1) translateZ(0);
    -o-transform: scale(1.1, 1.1) translateZ(0);
    -moz-transform: scale(1.1, 1.1) translateZ(0);
    -webkit-transform: scale(1.1, 1.1 translateZ(0))
}

.main .product-box .cont-lump .lump-right .right-swiper .swiper-slide .slide-box:hover .box-title {
    color: #4812FE
}

.main .product-box .cont-lump .lunp-web-box,
.main .product-box .cont-lump .lump-title,
.main .product-box .cont-lump .lump-heng {
    display: none
}

.main .join-box{
    padding: 0.01rem 0 0.4rem;
    overflow: hidden;
}
.main .join-box .over-big-title{
    justify-content: center;
}
.main .join-box .big-title .title-content .blue-line {
    margin: .2rem auto 0.5rem;
}

.main .join-box .join-policy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0.2rem auto;
}
@keyframes swing {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
}

.main .join-box .join-policy .join-item{
    list-style: none;
    width: 3.84rem;
    height: 3.84rem;
    padding: 0.6rem 0.3rem 0.4rem;
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    box-shadow: 0 0px 1px 0px rgba(0, 0, 0, 0.4);
}
.main .join-box .join-policy .blue-bg{
    background-color: #074C9C;
    color: #ffffff;
}
.main .join-box .join-policy .join-item .join-item-img-box{
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    line-height: 0.8rem;
    border: 1px solid #ffffff;
}
.main .join-box .join-policy .join-item .blue-img-box-line{
    border: 1px solid #074C9C;  
}
.main .join-box .join-policy .join-item:hover .join-item-img-box .join-item-icon{
  animation: swing 0.2s ease-in-out infinite; /* 应用动画 */
  animation-iteration-count: 3;
}
.main .join-box .join-policy .join-item .join-item-img-box .join-item-icon{
    width: 0.44rem;
    height: 0.44rem;
    margin: 0 auto;
    transition: transform 0.5s ease-in-out; /* 平滑过渡效果 */
}
.main .join-box .join-policy .join-item .join-item-desc{
    font-size: 0.14rem;
    line-height: 0.32rem;
    color: #ffffff;
}
.main .join-box .join-policy .join-item .join-item-title{
    font-size: 0.26rem;
    height: 0.45rem;
    line-height: 0.45rem;
    margin: 0.4rem 0 0.3rem;
    color: #ffffff;
}
.main .join-box .join-policy .join-item .blue-text{
    color: #074C9C;
}

.main .apply-box{
    background: #FAFAFA;
    padding: 0.01rem 0 0.8rem;
    overflow: hidden;
}
.main .apply-box .over-big-title{
    justify-content: center;
}
.main .apply-box .big-title .title-content .blue-line {
    margin: .2rem auto 0.5rem;
}

.main .apply-box .apply-form-box{
    padding: 0.2rem 0.4rem;
}
.main .apply-box .apply-form-box .apply-item .apply-item-title{
    font-size: 14px;
    flex: 0 0 70px;
    color: #333333;
}
.main .apply-box .apply-form-box .apply-item{
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main .apply-box .apply-form-box .apply-item .apply-item-input{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #074C9C;
    text-indent: 5px;
}
.main .apply-box .apply-form-box .mark-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.3rem;
}
.main .apply-box .apply-form-box .mark-item .mark-item-title{
    font-size: 14px;
    flex: 0 0 70px;
    color: #333333;
}
.main .apply-box .apply-form-box .mark-item .mark-item-input{
    width: 100%;
    height: 80px;
    border: 1px solid #074C9C;
    text-indent: 5px;
}
.main .apply-box .apply-form-box .apply-btn-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main .apply-box .apply-form-box .apply-btn-box .apply-btn{
    width: 2.4rem;
    height: 0.55rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.18rem;
    color: #ffffff;
    background-color: #074C9C;
    border: none;
    margin-top: 0.5rem;
    cursor: pointer;
}