@charset 'utf-8';

.bg {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: auto;
    height: 800px;
    position: relative;
    background: url("https://images.coralglobal.cn/picture/threeweb/vcc/bg.png") no-repeat center/cover;

}

.font-style {
    border-bottom: 14px solod #BFDAFF;
}

.font-bg {
    padding-top: 115px;
    width: 100%;
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.font-bg .bg_con {
    position: relative;
    line-height: 90px;
    padding-top: 50px;
    box-sizing: border-box;
}
.bg-text{
    position: absolute;
    top: 71px;
    left: 157px;
}
.bg_con_p{
    width: 600px;
    font-size: 54px;
    color: #1C1F23;
    line-height: 80px;
    letter-spacing: 1px;
    font-weight: 600;
}

.font-bg .bg_con span:after {
    content: '';
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 144px;
    height: 14px;
    display: inline-block;
    background: #FFCBBA;   
    transition: width .3s;
}

.sea_intro {
    width: 1200px;
    height: 134px;
    background: #FFFFFF;
    box-shadow: 0px 6px 25px 0px #E8E8E8;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 36px 152px;
    box-sizing: border-box;
    position: absolute;
    bottom: -66px;

}

.intro_data {
    font-size: 14px;
    color: #444B55;
    width: 526px;
    margin-left: auto;
    line-height: 24px;
}

.intro_img {
    position: relative;
}

.intro_img img {
    width: 290px;
    height: 62px;
}

.intro_img:after {
    content: ' ';
    width: 1px;
    height: 31px;
    right: -45px;
    top: 20px;
    background: #EBEBEB;
    position: absolute;
}

/* 产品优势 */
.card-feature{
    height:934px;
    padding-top:90px;
    padding-bottom: 170px;
}
.card-feature > h2{
    margin-bottom: 80px;
    font-size: 40px;
    font-weight: 600;
    color: #1C1F23;
    text-align: center;
}
.card-feature-bg{
    position: relative;
    width: 772px;
    height: 520px;
    margin:auto;
    background: url("https://images.coralglobal.cn/picture/threeweb/vcc/card-feature-bg.png") no-repeat center/cover;
}
.card-feature-icon-bg{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 487px;
    height: 181px;
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 194, 199, 1), rgba(255, 255, 255, 1)) 1 1;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #FFF7F7 45%, rgba(255,255,255,0) 100%);
}
.card-feature-text{
    width: 253px;
}
.card-feature-text1{
    width: 453px;
    height: 181px;
    padding-top:42px;
    box-sizing: border-box;
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 194, 199, 1), rgba(255, 255, 255, 1)) 1 1;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, #FFF7F7 45%, rgba(255,255,255,0) 100%);
}
.card-feature-text > h3{
    font-size: 24px;
    color: #FF5967;
    margin-bottom: 6px;
}
.card-feature-text > p{
    font-size: 16px;
    color: #857C7C;
}
/* 操作流程 */
.step_box {
    background: #F9F9F9;
    padding-bottom: 139px;
}
.step_box h2 {
    height: 145px;
    line-height: 147px;
    text-align: center;
    color: #000;
    padding-top: 51px;
}

.step_con {
    width: 980px;
    margin: auto;
}

.step1_con {
    display: flex;
    justify-content: space-between;
}

.step_style {
    /* width: 300px;
    height: 290px; */
    background: linear-gradient(180deg, #FFEBEB, #FFFFFF, #FFFFFF);
    box-shadow: 3px 6px 9px 0px rgba(159, 120, 120, 0.23);
    border-radius: 10px;
    border: 2px solid #FFFFFF;
    padding: 39px 12px;
    box-sizing: border-box;
    transition: all 1s;
    -webkit-transition: all .8s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
@media screen and (min-width: 1400px){
    .step_con{
      width: 1300px;
    }
    .step_style{
        width: 300px;
        height: 345px;
    }
   
}
@media screen and (max-width: 1400px){
    .step_con{
        width: 1200px;
    }
    .step_style{
        width: 280px;
        height: 325px;
    }
}
.step_style .step_number_tre p span {
    width: 50px;
    height: 50px;
    display: block;
    font-size: 30px;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: linear-gradient(90deg, #FF7480 0%, #FF4C5B 100%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
}
.step_style .step_number_tre p span:before {
    content: ' ';
    width: 99px;
    height: 1px;
    border-bottom: 2px dotted #D3C4C5;
    position: absolute;
    left: -110px;
    top: 24px;
}
.step_style .step_number_tre p span:after {
    content: ' ';
    width: 99px;
    height: 1px;
    border-bottom: 2px dotted #D3C4C5;
    position: absolute;
    right: -110px;
    top: 24px;
}
.step_style .step_number_tre>span {
    font-size: 18px;
    display: block;
    color: #1C1F23;
    width: 180px;
    /* text-align: center; */
    margin: auto;
}
.step_style .step_number_tre{
    /* height: 106px; */
    /* line-height: 68px; */
    text-align: center;
}
.step_style .step_number_tre p{
    display: flex;
    justify-content: center;
    margin-bottom: 26px;
}
.step_img_tre{
    text-align: center;
}
.step_img_tre img{
    width: 147px;
    height: 119px;
    margin-top: 26px;
}

.step_style:hover {
    /*margin-top: -30px;
    */
    transform:translateY(-30px);
    -webkit-transform:translateY(-30px);
    -moz-transform:translateY(-30px);
    -ms-transform:translateY(-30px);
    -o-transform:translateY(-30px);
}
.sea_tip1 {
    animation: smaller 2s ease-in-out infinite alternate both;
    -webkit-animation: smaller 2s ease-in-out infinite alternate both;
  }
  
  .sea_tip2 {
    animation: smaller 3s ease-in-out infinite alternate both;
    -webkit-animation: smaller 3s ease-in-out infinite alternate both;
  }
  
  .sea_tip3 {
    animation: smaller 1.5s ease-in-out infinite alternate both;
    -webkit-animation: smaller 1.5s ease-in-out infinite alternate both;
  }
  
  .sea_tip4 {
    animation: smaller 2s ease-in-out infinite alternate both;
    -webkit-animation: smaller 2 ease-in-out infinite alternate both;
  }
  .sea_tip5 {
    animation: smaller 3s ease-in-out infinite alternate both;
    -webkit-animation: smaller 3s ease-in-out infinite alternate both;
  }
@-webkit-keyframes smaller {
    0% {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px)
    }
  
    to {
      opacity: 0.75;
      transform: translateY(-10px);
      -webkit-transform: translateY(-10px);
      -moz-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      -o-transform: translateY(-10px);
    }
}