@media screen and (min-width:1601px) {
    /* .buoyicon {
        width: 67px;
        height: 73px;
        position: absolute;
        cursor: pointer; 
        z-index: 10;
        top: 0;
        right: 0;
    } */
    .buoy {
        margin-left: -25%;
    }
    .page-index .bannerBox {
      position: relative;
    }
}
@media screen and (max-width:1600px) {
    /* .buoyicon {
        width: 67px;
        height: 73px;
        position: absolute;
        cursor: pointer; 
        z-index: 10;
        top: 0;
        right: auto;
    } */
    .buoy {
        margin-left: -37%;
    }
    .page-index .bannerBox {
      position: relative;
    }
}
@media screen and (min-width:1200px) {
    .epre-btn {
        padding: 0 18px;
        line-height: 34px;
        font-size: 14px;
    }
    .page-index {
        min-width: 1200px;
    }
    .content-center {
        width: 1200px;
        position: relative;
    }
    .page-index .title {
        font-size: 30px;
        text-align: center;
        padding: 39px 0;
    }
    .page-index .banner {
        width: 100%;
        height: 398px;
        background-image: url(../images/banner.jpg);
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-index .bannerText {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 22px;
    }
    .welfare .pannels {
        padding: 35px 0 90px 0;
        height: 530px;
        box-sizing: border-box;
    }
    .welfare .pannels .panel {
        width: 400px;
        height: 405px;
        /* padding: 35px 0 90px 0; */
    }
    .welfare .pannels .panel .bottom {
        height: 234px;
        position: absolute;
        padding: 15px 30px 64px 20px;
    }
    .welfare .pannels .panel.active {
        z-index: 3;
        transform: scale(1.16);
        /* transform: scale(1.05,1.22); */
        /* transform: scale(1.05,1.12); */
        /* transform: scale(1.05,1.16); */
        /* height: 471px;
        margin-top: -33px;
        transform: scale(1.05,1); */
    }
    .welfare .pannels .panel.active .top  {
        background-image: url('../images/tb.png');
        /* background-size:100% auto; */
        background-repeat: no-repeat;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        color: white;
        height: 144px;
    }
    .welfare.pannels .panel.active .top .title {
        animation: moveTitle .2s linear;
        animation-fill-mode: forwards;
    }
    
    .welfare .pannels .panel.active .top .imageDiv.icon1 {
        background-image: url(../images/welfare-icon1h.png);
    }
    .welfare .pannels .panel.active .top .imageDiv.icon2 {
        background-image: url(../images/welfare-icon2h.png);
    }
    .welfare .pannels .panel.active .top .imageDiv.icon3 {
        background-image: url(../images/welfare-icon3h.png);
    }
    .welfare .pannels .panel.active .top .t2-title {
        color: #fff;
    }
    .welfare .pannels .panel.active .top::after {
        content: '';
        border-bottom: 0 solid #eaebf3;
    }

    .welfare .pannels .panel.active .bottom {
        /* height: 302px; */
        /* padding: 46px 20px 30px; */
    }
    .details {
        overflow: hidden;
    }
    
    .details .details-title .details-items {
        width: 33.3%;
        font-size: 20px;
        padding: 14px 0;
    }
    .details .details-content {
        width: 478px;
        padding: 100px 0 0 43px;
        display: inline-block;
        vertical-align: top;
    }
    .details .details-content li {
        padding-bottom: 15px;
    }
    .details .details-content .content-title {
        font-size: 25px;
        line-height: 60px;
    }
    .details .details-content .content-text {
        line-height: 40px;
    }
    .details .details-pic {
        width: 679px;
        height: 444px;
    }

    .details .details-title {
        width: 795px;
    }
    .process .process-content {
        height: 500px;
    }
    .process .process-imgBox {
        min-width: 1200px;
        padding-bottom: 109px;
    }

    .content-left {
        position: absolute;
        left: 0;
        top: 107px;
    }
    .content-left::before {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        top: -20px;
        right: -30px;
        transform: rotateZ(-30deg);
        position: absolute;
    }
    .content-left::after {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-pic.jpg);
        background-repeat: no-repeat;
        background-position: center;
        top: 90px;
        right: -30px;
        transform: rotateZ(30deg);
        position: absolute;
    }
    .content-right {
        position: absolute;
        right: 0;
    }
    .process .epre-btn {
        bottom: 46px;
    }
}
@media screen and (max-width:1199px) {
    .details .details-title,
    .details .line {
        display: none!important;
    }
}

@media screen and (min-width:840px) and (max-width:1199px) {
    .welfare .pannels {
        padding: 0 0 35px;
    }
    .welfare .pannels .panel.active {
        transform: scale(1);
    }
    .welfare .pannels .panel .bottom {
        height: 234px;
        position: absolute;
        padding: 15px 20px 64px;
    }
    .welfare .pannels .panel  {
        width: 400px;
        height: 405px;
        margin: 0 0 20px 20px;
    }
}
@media screen and (max-width:839px) {
    .welfare .pannels {
        padding: 0 0 5px;
    }
}
@media screen and (min-width:481px) and (max-width:839px) {
    .welfare .pannels .panel  {
        float: none!important;
        /* min-width: 400px; */
        width: auto;
        height: 405px;
    }
    .welfare .pannels .panel {
        width: auto;
        margin: 0 10vw 20px 10vw;
    }
    .welfare .pannels .panel .bottom {
        height: auto;
        min-height: 234px;
        position: relative;
        padding: 15px 20px 64px;
    }
}
@media screen and (min-width:751px) and (max-width:1199px) {
    .epre-btn {
        padding: 0 18px;
        line-height: 34px;
        font-size: 14px;
    }
    .page-index {
        min-width: 100%;
    }
    .content-center {
        width: 100%;
    }
    .content-left,.content-right {
        position: relative;
    }
    .page-index .title {
        font-size: 30px;
        text-align: center;
        padding: 39px 0;
    }
    .page-index .bannerBox {
        width: 100%;
        min-width: 100%;
        height: auto;
        overflow: hidden;
    }
    .page-index .banner {
        width: auto;
        height: 298px;
        margin: 0 -50px;
        min-width: 320px;
        background-image: url(../images/banner.jpg);
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-index .bannerText {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 18px;
    }
    /* .welfare .pannels {
        padding: 0 0 35px;
    }
    .welfare .pannels .panel.active {
        transform: scale(1);
    }
    .welfare .pannels .panel .bottom {
        height: 234px;
        position: absolute;
        padding: 15px 20px 64px;
    } */

    .details .details-title {
        width: 100%;
    }
    .details .details-title .details-items {
        width: 33.3%;
        font-size: 20px;
        padding: 14px 0;
    }
    .details .details-content {
        width: 750px;
        display: block;
        margin: 0 auto;
        padding: 0px 0 0 43px;
    }
    .details .details-content li {
        padding-bottom: 15px;
    }
    .details .details-content .content-title {
        font-size: 25px;
        line-height: 60px;
    }
    .details .details-content .content-text {
        line-height: 40px;
    }
    .details .details-pic {
        width: 100%;
        height: 444px;
        background-repeat: no-repeat;
        background-position: center;
    }


    .process {
        padding-bottom: 80px;
    }
    .process .process-content {
        height: auto;
    }
    .process .left,
    .process .right {
        position: relative;
        left: 0; 
        top: 0;
    }
    .process ul {
        width: 609px;
        margin: 0 auto;
    }
    .process ul {
        position: relative;
    }
    .process .content-right ul:first-child::before {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        top: 80px;
        left: -30px;
        transform: rotateZ(-30deg);
        position: absolute;
    }
    .process .content-right ul:last-child::before {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        top: -10px;
        left: -30px;
        transform: rotateZ(30deg);
        position: absolute;
    }
    .process .epre-btn {
        bottom: 46px;
    }
}
@media screen and (min-width:376px) and (max-width:750px){
    .epre-btn {
        padding: 0 9px;
        line-height: 28px;
        font-size: 12px;
    }
    .page-index {
        min-width: 100%;
    }
    .content-center {
        width: 100%;
    }
    .content-left,.content-right {
        position: relative;
    }
    .page-index .title {
        font-size: 24px;
        text-align: center;
        padding: 19px 0;
    }
    .page-index .bannerBox {
        width: 100%;
        min-width: 100%;
        height: auto;
        overflow: hidden;
    }
    .page-index .banner {
        width: auto;
        min-width: 320px;
        height: 260px;
        margin: 0 -50px;
        background-image: url(../images/banner.jpg);
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-index .bannerText {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 16px;
    }
    

    .details .details-title {
        width: 100%;
    }
    .details .details-title .details-items {
        width: 33.3%;
        font-size: 14px;
        padding: 7px 0;
    }
    .details .details-content {
        width: 100%;
        box-sizing: border-box;
        /* width: 478px; */
        display: block;
        margin: 0 auto;
        padding: 0 20px;
        /* padding: 0px 0 0 43px; */
    }
    .details .content-title {
        line-height: 60px;
    }
    .details .details-pic {
        width: 100%;
        height: 65vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }


    .process {
        padding-bottom: 80px;
        width: 100%;
        overflow: hidden;
    }
    .process .process-content {
        height: auto;
    }
    .process .left,
    .process .right {
        position: relative;
        left: 0; 
        top: 0;
    }
    .process ul {
        width: 609px;
        margin: 0 auto;
    }
    .process ul {
        position: relative;
    }
    .process .content-right ul:first-child::before {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        top: 80px;
        left: -30px;
        transform: rotateZ(-30deg);
        position: absolute;
    }
    .process .content-right ul:last-child::before {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        top: -10px;
        left: -30px;
        transform: rotateZ(30deg);
        position: absolute;
    }

    .welfare .pannels .panel.active {
        transform: scale(1);
    }
    .welfare .pannels .panel {
        float: none!important;
        height: auto;
    }
    .welfare .pannels .panel .bottom {
        height: auto;
        min-height: 234px;
        position: relative;
        padding: 15px 20px 64px;
    }

    
    /* .process .epre-btn {
        bottom: 9px;
    } */
}

@media screen and (min-width:481px) and (max-width:750px){
    .welfare .pannels .panel {
        width: auto;
        margin: 20px 10vw;
    }
}
@media screen and (min-width:481px) and (max-width:750px){
    .details .details-content .content-title {
        font-size: 20px;
        line-height: 60px;
    }
    .details .details-content .content-text {
        line-height: 30px;
        font-size: 14px;
    }
    .details .details-content li {
        padding-bottom: 15px;
    }
    .process {
        padding-bottom: 60px;
    }
    .process .epre-btn {
        bottom: 18px;
    }
}
@media screen and (max-width:480px){
    .welfare .pannels {
        padding: 0 0 5px;
    }
    .welfare .pannels .panel {
        width: 100%;
        margin:0 0 10px;
    }
    .welfare .pannels .panel .bottom li {
        padding: 0 0 0 26px!important;
    }
    .welfare .pannels .panel .bottom li::before {
        left: 5px;
        display: none;
    }
    .details .details-title .details-items {
        font-size: 12px;
    }
    .details .content-title {
        font-size: 16px;
    }
    .details .details-content .content-text {
        line-height: 20px;
        font-size: 12px;
    }
    
    
    /* .details .details-content li {
        margin-left: 22px;
        padding-bottom: 10px;
    } */
    .details .details-content li::before {
        margin: 3px 0 5px -20px;
    }
    .process {
        padding-bottom: 60px;
    }
    .process .epre-btn {
        bottom: 18px;
    }
}

/* 易释放交易流程 */
@media screen and (max-width:749px){
    .process ul {
        width: 100%!important;
    }
    .process .process-item {
        width: 100%!important;
        padding: 13px 0px 68px!important;
    }
    .process .process-item::after {
        top: auto!important;
        bottom: 18px;
        right: 0;
        left: calc(50% - 43px)!important;
        transform: rotateZ(90deg) translateY(-50%);
    }
    .process ul::after {
        content: '';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        bottom: 18px;
        left: calc(50% - 43px)!important;
        transform: rotateZ(90deg) translateY(-50%);
        position: absolute;
    }
    .process .content-right ul:first-child::before,
    .process .content-right ul:last-child::before,
    .process .content-right ul:last-child::after {
        display: none!important;
    }
}

@media screen and (min-width:481px) and (max-width:750px){
    .details .details-content {
        height: 227px;
    }
}
@media screen and (min-width:376px) and (max-width:480px){
    .details .details-content li {
        margin-left: 22px;
        padding-bottom: 10px;
        font-size: 12px;
    }
    .details .details-content {
        height: 240px;
    }
    .process {
        padding-bottom: 60px;
    }
    .process .epre-btn {
        bottom: 18px;
    }
    .page-index .bannerText {
      position: absolute;
      top: 80%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 14px;
    }
}
@media screen and (max-width:375px){
    .epre-btn {
        padding: 0 9px;
        line-height: 28px;
        font-size: 12px;
    }
    .page-index {
        min-width: 100%;
    }
    .content-center {
        width: 100%;
    }
    .content-left,.content-right {
        position: relative;
    }
    .page-index .title {
        font-size: 18px;
        text-align: center;
        padding: 19px 0;
    }
    .page-index .bannerBox {
        width: 100%;
        min-width: 100%;
        height: auto;
        overflow: hidden;
    }
    .page-index .banner {
        width: auto;
        min-width: 320px;
        height: 200px;
        margin: 0 -50px;
        background-image: url(../images/banner.jpg);
        background-size: auto 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .page-index .bannerText {
      position: absolute;
      top: 82%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-size: 12px;
    }
    .welfare .pannels .panel .bottom {
        height: auto;
        min-height: 234px;
        position: relative;
        padding: 15px 10px 64px;
    }
    .details .details-title {
        width: 100%;
    }
    .details .details-title .details-items {
        width: 33.3%;
        font-size: 14px;
        padding: 7px 0;
    }
    .details .details-content {
        width: 100%;
        height: 260px;
        box-sizing: border-box;
        /* width: 478px; */
        display: block;
        margin: 0 auto;
        padding: 0 10px;
    }
    
    .details .details-content li {
        margin-left: 22px;
        padding-bottom: 5px;
        font-size: 12px;
    }
    .details .content-title {
        line-height: 60px;
    }
    .details .details-pic {
        width: 100%;
        height: 65vw;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }


    .process {
        width: 100%;
        overflow: hidden;
    }
    .process .process-content {
        height: auto;
    }
    .process .left,
    .process .right {
        position: relative;
        left: 0; 
        top: 0;
    }
    .process ul {
        width: 609px;
        margin: 0 auto;
    }
    .process ul {
        position: relative;
    }
    .process .content-right ul:first-child::before {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        top: 80px;
        left: -30px;
        transform: rotateZ(-30deg);
        position: absolute;
    }
    .process .content-right ul:last-child::before {
        content:'';
        width: 68px;
        height: 23px;
        background: url(../images/process-li.png);
        background-repeat: no-repeat;
        background-position: center;
        top: -10px;
        left: -30px;
        transform: rotateZ(30deg);
        position: absolute;
    }
    
}




.gold {
    color: #ba9400;
}
.purple {
    color: #626df6;
}
.buoy-orange {
    color: #d08016;
}

.fn-normal {
    font-weight: normal !important;
}

.epre-btn {
    position: absolute;
    /* padding: 0 18px; */
    /* line-height: 34px; */
    border-radius: 4px;
    background: linear-gradient(90deg,#818aff,#6872f6);
    color: rgb(255, 255, 255);
    /* font-size: 14px; */
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.epre-btn:hover {
    background: linear-gradient(90deg,#777fff,#626afa);

}
.epre-btn:hover::after {
    content: ' →';
}

html,body {
    height: 100%;
}
/* .page-index {
    min-width: 1200px;
} */
.content-center {
    /* width: 1200px; */
    margin: 0 auto;
    font-size: 0;
}

.welfare,
.process {
    background-color: #f3f5ff;
}

.welfare .pannels .panel {
    /* width: 400px; */
    /* height: 405px; */
    float: left;
    box-shadow: 0 0 16px 10px rgba(201, 200, 235, 0.16);
    border-radius: 4px;
    transition: all .5s;
    transform: translateZ(0);
    position: relative;
    border: unset;
    cursor: pointer;
    background-color: #fff;
}
.welfare .pannels .panel1 {
    z-index: 1;
}
.welfare .pannels .panel2 {
    z-index: 2;
}
.welfare .pannels .panel3 {
    z-index: 1;
}


.welfare .pannels .panel .top {
    width: 100%;
    height: 135px;
    padding: 25px 0 0;
    position: relative;
}

.welfare .pannels .panel .top .image {
    opacity: 0;
}
.welfare .pannels .panel .top .imageDiv {
    height: 65px;
    position: absolute;
    width: 100%;
    top: 24px;
    background-repeat: no-repeat;
    background-size:auto 100%;
    background-position: center;
}
.welfare .pannels .panel .top .imageDiv.icon1 {
    background-image: url(../images/welfare-icon1.png);
}
.welfare .pannels .panel .top .imageDiv.icon2 {
    background-image: url(../images/welfare-icon2.png);
}
.welfare .pannels .panel .top .imageDiv.icon3 {
    background-image: url(../images/welfare-icon3.png);
}



.welfare .pannels .panel .top .imageDiv,
.welfare .pannels .panel .top .t2-title {
    transition: all .3s;
}
.welfare .pannels .panel .top .t2-title {
    font-size: 18px;
    position: absolute;
    width: 100%;
    top: 115px;
    text-align: center;
    color: #2a344f;
    font-size: 20px;
}


#welfare .pannels .panel .top .imageDiv .image {
    transition: all 0.2s;
}
.welfare .pannels .panel .top .imageDiv .image {
    position: relative;
    left: 50%;
    transform: translate(-50%,50%);
}

.welfare .pannels .panel .top::after {
    content: '';
    border-bottom: 1px solid #eaebf3;
    margin: 10px 38px 0;
    width: calc(100% - 79px);
    position: absolute;
    bottom: 0;
}
.welfare .pannels .panel .bottom {
    box-sizing: border-box;
    width: 100%;
    bottom: 0;
}

.welfare .pannels .panel .bottom li {
    color: #2a344f;
    position: relative;
    font-size: 14px;
    line-height: 35px;
    padding: 0 0 0 46px;
}
.welfare .pannels .panel .bottom li::before {
    content: '';
    width: 6px;
    height: 35px;
    background-image: url(../images/welfare-li.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 23px;
}

.welfare .pannels .panel.panel3 .bottom  li,
.welfare .pannels .panel.panel2 .bottom  li {
    line-height: 25px;
    padding-bottom: 0;
}
.welfare .pannels .panel.panel3 .bottom li::before,
.welfare .pannels .panel.panel2 .bottom li::before {
    height: 30px;
}


.welfare .pannels .panel .bottom .prompt {
    width: 100%;
    position: relative;
    border-radius: 23px;
    background: #f9f6e6;
    color: rgb(255, 255, 255);
    font-size: 12px;
    margin: 7px 0 13px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.welfare .pannels .panel .bottom .prompt .prompt-text {
    width: calc(100% - 48px);
    margin-left: 45px;
    line-height: 18px;
    padding: 4px 0;
}
.welfare .pannels .panel .bottom .prompt .prompt-text::before {
    content: '';
    width: 28px;
    height: 28px;
    margin: 4px 10px;
    background-image: url(../images/t2_icon.png);
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}
.welfare .pannels .panel .bottom .epre-btn {
    bottom: 30px;
}


.details .line {
    border-bottom: 1px solid #eaebf3;
}
.details .details-title {
    /* width: 795px; */
    margin: 0 auto;
    font-size: 0;
    position: relative;
    padding-top: 3px;
}
.details .details-title .details-items {
    /* width: 33.3%; */
    color: #6a7284;
    /* font-size: 20px; */
    text-align: center;
    /* padding: 14px 0; */
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.details .details-title .details-items.active {
    color: #626df6;
}
.details .details-title .details-items.active::after {
    content: '';
    width: 100%;
    border-bottom: 2px solid #626df6;
    position: absolute;
    bottom: -1px;
    left: 0;
}



.details .details-content {
    /* width: 478px; */
    /* padding: 100px 0 0 43px; */
    /* display: inline-block; */
    /* vertical-align: top; */
    font-size: 14px;
    color: #2a344f;
    text-align: left;
}
/* .details .details-content .content-title {
    font-size: 25px;
    line-height: 60px;
} */
/* .details .details-content .content-text {
    line-height: 40px;
} */
.details .details-content ul {
    padding-top: 15px;
}
.details .details-content li {
    position: relative;
    margin-left: 38px;
    /* padding-bottom: 15px; */
    line-height: 22px;
}
.details .details-content li::before {
    content: '';
    width: 18px;
    height: 14px;
    margin: 3px 0 5px -35px;
    position: absolute;
    background: url(../images/details-li.png) no-repeat 100%;
}
.details .details-pic {
    /* width: 679px; */
    /* height: 444px; */
    display: inline-block;
    vertical-align: top;
}
.details .details-pic.pic1 {
    background-image: url('../images/details-pic1.png?v=220817');
}
.details .details-pic.pic2 {
    background-image: url('../images/details-pic2.png?v=220817');
}
.details .details-pic.pic3 {
    background-image: url('../images/details-pic4.png?v=220817');
}

/* 易释放交易流程 */
.process {
   position: relative;

}

.content-left {
    position: absolute;
    left: 0;
    top: 107px;
}
.content-left::before {
    content:'';
    width: 68px;
    height: 23px;
    background: url(../images/process-li.png);
    background-repeat: no-repeat;
    background-position: center;
    top: -20px;
    right: -30px;
    transform: rotateZ(-30deg);
    position: absolute;
}
.content-left::after {
    content:'';
    width: 68px;
    height: 23px;
    background: url(../images/process-li.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 90px;
    right: -30px;
    transform: rotateZ(30deg);
    position: absolute;
}
.content-right {
    position: absolute;
    right: 0;
}
.process .process-content {
    /* height: 500px; */
    position: relative;

}
.process .process-content::after {
    content: '';
    display: block;
    clear: both;
}
.process .process-content ul {
    font-size: 0;
}
.process .process-item {
    width: 203px;
    /* height: 204px; */
    padding: 13px 0px 22px;
    text-align: center;
    color: #2a344f;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    position: relative;
}
.process .process-item::after {
    content:'';
    width: 68px;
    height: 23px;
    background: url(../images/process-li.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 35px;
    right: -34px;
    /* transform: rotateZ(90deg) translateY(-50%); */
    position: absolute;
}
.process .process-item:last-child::after {
    content:'';
    width: 0px;
    height: 0px;
}

.process-item .process-icon {
    width: 63px;
    height: 63px;
    background-color: #fff;
    border: 1px solid #6c74fa;
    border-radius: 63px;
    position: relative;
    margin: 0 auto;
}
.process-item .process-icon::before {
    content:'';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: #eef2fe; */
    border-radius: 84px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}


.process-item .process-icon.icon1::before {
    background-image: url(../images/process-icon1.png);
}
.process-item .process-icon.icon2::before {
    background-image: url(../images/process-icon2.png);
}
.process-item .process-icon.icon3::before {
    background-image: url(../images/process-icon3.png);
}
.process-item .process-icon.icon4::before {
    background-image: url(../images/process-icon4.png);
}
.process-item .process-icon.icon5::before {
    background-image: url(../images/process-icon5.png);
}
.process-item .process-icon.icon6::before {
    background-image: url(../images/process-icon6.png);
}
.process-item .process-icon.icon7::before {
    background-image: url(../images/process-icon7.png);
}
.process-item .process-icon.icon8::before {
    background-image: url(../images/process-icon8.png);
}

.process-item .process-title {
    font-size: 15px;
    color: #2a344f;
    margin: 10px 0;
}
.process-item .process-text {
    font-size: 12px;
    color: #515772;
    padding: 0 10px;
    background-color: #e8ebfb;
    display: inherit;
    border-radius: 6px;
}

.buoy {
    position: fixed;
    z-index: 50;
    bottom: 45px;
    left: 37%;
    padding-left: 5px;
    height: 212px;
}
.buoyicon {
    width: 67px;
    height: 73px;
    position: absolute;
    cursor: pointer; 
    z-index: 10;
    top: 0;
    right: auto;
}
/* .buoyicon {
    width: 67px;
    height: 73px;
    position: absolute; */
    /* bottom: 9px; */
    /* left: -70px; */
    /* cursor: pointer; 
    z-index: 10;
    top: 0;
    right: 0;
} */
.buoybg {
    width: 67px;
    height: 23px;
    background: url(../images/buoy-top.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: relative;
}
.buoyicon .buoyBox {
    width: 60px;
    /* height: 54px; */
    background: linear-gradient(#eacf6b,#f3b26b);
    border-radius: 6px;
    z-index: 2;
    position: absolute;
    top: 19px;
    left: 3px;
    box-shadow: 0 0 16px 10px rgba(201, 200, 235, 0.28);
    box-sizing: border-box;

}
.buoyicon .buoyBox .text {
    font-size: 14px;
    line-height: 14px;
    color: #c87201;
    padding: 6px;
    text-align: center;
    font-weight: 600;
}

.buoy-body {
    position: absolute;
    top: 0;
    cursor: pointer; 
    z-index: 10;
    display: none;
}
/* .buoyicon.active {
    display: none!important;
}
.buoy-body.active {
    display: block!important;
} */
.buoyBox:hover {
    display: none;

}
.buoyBox:hover + div {
    display: block;
}
.buoy-body:hover {
    display: block;
}

.buoy-content {
    width: 312px;
    border-radius: 6px;
    background: linear-gradient(#eacf6b,#f3b26b);
    z-index: 2;
    padding: 6px 4px;
    position: absolute;
    top: 19px;
    left: 3px;
    box-shadow: 0 0 16px 10px rgba(201, 200, 235, 0.28);
    box-sizing: border-box;
}
.buoy-content .buoy-contentBox {
    background-color: #fff;
    border-radius: 2px;
    padding: 10px 12px;

}
.buoy-content .buoy-title {
    font-size: 16px;
    color: #2a344f;
    text-align: center;
    line-height: 42px;
    font-weight: 600;

}
.buoy-content .buoy-text {
    font-size: 14px;
    color: #6a7284;
    line-height: 23px;
    font-weight: 500;
}
.buoy-content .more {
    font-size: 14px;
    color: #706afa;
    line-height: 23px;
    text-align: right;
    position: absolute;
    bottom: 14px;
    right: 23px;
    text-align: right;
}
.buoy-content .more:hover {
    color: #4952ed;
}
/* @media screen and (max-width:375px) {
    .buoy {
        transform: scale(0.9);
    }
} */
