/* data */
.data{
    padding: 100px 0;
    background: url(../images/data_bg.png) no-repeat center bottom;
}
.data .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.data .wrap::after{
    content: '';
    width: 100%;
    height: 252px;
    border: dashed 3px #a04755;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: none;
    position: absolute;
    bottom: 8px;
    right: 0;
}
.data .wrap .list{
    width: 250px;
    text-align: center;
    padding-bottom: 36px;
    position: relative;
    z-index: 2;
}
.data .wrap .list:nth-child(n+5){
    margin-top: 100px;
}
.data .wrap .list::after{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border: solid 5px #FF4848;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
}
.data .wrap .list .num{
    font-family: arial;
    font-size: 90px;
    font-weight: bold;
    line-height: 100%;
    color: #FF4848;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data .wrap .list .num span{
    font-size: 32px;
    font-weight: normal;
    line-height: 100%;
    margin-top: 27px;
    margin-left: 10px;
}
.data .wrap .list .para{
    font-size: 18px;
    line-height: 100%;
    color: #999;
    margin-top: 11px;
}
/* what */
.what{
    padding: 100px 0;
    background: url(../images/what_bg.png) no-repeat center bottom;
}
.what .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.what .wrap .list{
    width: 200px;
    text-align: center;
}
.what .wrap .list .icon{
    width: 124px;
    height: 124px;
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-origin: center;
}
.what .wrap .list .icon::after{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: -46px -46px;
}
.what .wrap .list:hover .icon::after{
    transition: all 0.5s;
    transform: rotate(360deg);
}
.what .wrap .list:nth-child(1) .icon,
.what .wrap .list:nth-child(1) .icon::after{
    background-color: #ed7b84;
}
.what .wrap .list:nth-child(2) .icon,
.what .wrap .list:nth-child(2) .icon::after{
    background-color: #fa9d3b;
}
.what .wrap .list:nth-child(3) .icon,
.what .wrap .list:nth-child(3) .icon::after{
    background-color: #5b4b49;
}
.what .wrap .list:nth-child(4) .icon,
.what .wrap .list:nth-child(4) .icon::after{
    background-color: #7eb77f;
}
.what .wrap .list:nth-child(5) .icon,
.what .wrap .list:nth-child(5) .icon::after{
    background-color: #f92a82;
}
.what .wrap .list .tit{
    font-size: 24px;
    line-height: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
}
.what .wrap .list .para{
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}
/* spread */
.spread{
    padding: 100px 0;
}
.spread .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.spread .wrap .left{
    width: 590px;
    display: flex;
    justify-content: space-between;
    padding-left: 28px;
}
.spread .wrap .text{
    position: relative;
    z-index: 8;
}
.spread .wrap .text .list{
    font-size: 24px;
    line-height: 100%;
    color: #4f4f4f;
    text-align: right;
    position: relative;
}
.spread .wrap .text .list span{
    display: inline-block;
    position: relative;
    line-height: 100%;
}
.spread .wrap .left .text .list:nth-child(1){
    margin-top: 33px;
}
.spread .wrap .left .text .list:nth-child(2){
    margin-top: 70px;
}
.spread .wrap .left .text .list:nth-child(3){
    margin-top: 90px;
}
.spread .wrap .left .text .list:nth-child(4){
    margin-top: 96px;
}
.spread .wrap .text .list span::before{
    content: '';
    width: 100%;
    height: 5px;
    background-color: #FF4848;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}
.spread .wrap .left .text .list .line{
    width: 80px;
    height: 0;
    border: dashed 1px #FF4848;
    position: absolute;
    right: -95px;
    top: 50%;
}
.spread .wrap .left .text .list .mul{
    width: 0;
    height: 109px;
    border-left: dashed 1px #FF4848;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.spread .wrap .left .text .list .mul .top{
    width: 46px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-bottom: dashed 1px #FF4848;
}
.spread .wrap .left .text .list .mul .btm{
    width: 46px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: dashed 1px #FF4848;
}
.spread .wrap .left .text .list .line::before,
.spread .wrap .left .text .list .line::after,
.spread .wrap .left .text .list .mul .top::before,
.spread .wrap .left .text .list .mul .top::after,
.spread .wrap .left .text .list .mul .btm::before,
.spread .wrap .left .text .list .mul .btm::after{
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}
.spread .wrap .left .text .list .line::before,
.spread .wrap .left .text .list .mul .top::before,
.spread .wrap .left .text .list .mul .btm::before{
    width: 11px;
    height: 11px;
    background-color: #FF4848;
    opacity: 0.8;
    right: -20px;
}
.spread .wrap .left .text .list .line::after,
.spread .wrap .left .text .list .mul .top::after,
.spread .wrap .left .text .list .mul .btm::after{
    width: 17px;
    height: 17px;
    background-color: #FF4848;
    opacity: 0.8;
    right: -23px;
}
.spread .wrap .pic{
    width: 266px;
    height: 503px;
    border: 3px solid #606060;
    border-radius: 35px;
}
.spread .wrap .pic .img{
    width: 100%;
    height: 100%;
    border: 10px solid #000;
    border-radius: 32px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.spread .wrap .pic .img::before,
.spread .wrap .pic .img::after{
    content: '';
    position: absolute;
}
.spread .wrap .pic .img::before{
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000000;
    border: 2px solid rgb(185 185 185);
    box-sizing: revert;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
}
.spread .wrap .pic .img::after{}
.spread .wrap .right{
    width: 590px;
    display: flex;
    justify-content: space-between;
}
.spread .wrap .right .text .list{
    text-align: left;
}
.spread .wrap .right .text .list:nth-child(1){
    margin-top: 55px;
}
.spread .wrap .right .text .list:nth-child(2){
    margin-top: 38px;
}
.spread .wrap .right .text .list:nth-child(3){
    margin-top: 172px;
}
.spread .wrap .right .text .list:nth-child(4){
    margin-top: 82px;
}
.spread .wrap .right .text .list:nth-child(5){
    margin-top: 10px;
}
.spread .wrap .right .text .list .line{
    width: 80px;
    height: 0;
    border: dashed 1px #FF4848;
    position: absolute;
    left: -95px;
    top: 50%;
}
.spread .wrap .right .text .list .mul{
    width: 0;
    height: 109px;
    border-left: dashed 1px #FF4848;
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.spread .wrap .right .text .list .mul .top{
    width: 46px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    border-bottom: dashed 1px #FF4848;
}
.spread .wrap .right .text .list .mul .btm{
    width: 46px;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: dashed 1px #FF4848;
}
.spread .wrap .right .text .list .line::before,
.spread .wrap .right .text .list .line::after,
.spread .wrap .right .text .list .mul .top::before,
.spread .wrap .right .text .list .mul .top::after,
.spread .wrap .right .text .list .mul .btm::before,
.spread .wrap .right .text .list .mul .btm::after{
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 100%;
    transform: translateY(-50%);
}
.spread .wrap .right .text .list .line::before,
.spread .wrap .right .text .list .mul .top::before,
.spread .wrap .right .text .list .mul .btm::before{
    width: 11px;
    height: 11px;
    background-color: #FF4848;
    opacity: 0.8;
    left: -20px;
}
.spread .wrap .right .text .list .line::after,
.spread .wrap .right .text .list .mul .top::after,
.spread .wrap .right .text .list .mul .btm::after{
    width: 17px;
    height: 17px;
    background-color: #FF4848;
    opacity: 0.8;
    left: -23px;
}
/* help */
.help{
    padding: 100px 0;
    background: url(../images/help_bg.png) no-repeat center bottom;
}
.help .title{}
.help .title h2{
    color: #Fff;
}
.help .title p{
    color: rgba(255,255,255,0.8);
}
.help .wrap{
    width: 1200px;
    margin: 0 auto;
}
.help .wrap .con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.help .wrap .con .left{}
.help .wrap .con .right{
    width: 597px;
    display: flex;
    flex-wrap: wrap;
}
.help .wrap .con .right .list{
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 26px 40px;
    transition: all 0.5s;
}
.help .wrap .con .right .list + .list{
    margin-top: 25px;
}
.help .wrap .con .right .list:hover{
    transform: translateX(20px);
}
.help .wrap .con .right .list .top{
    display: flex;
    margin-bottom: 22px;
    justify-content: space-between;
    align-items: center;
}
.help .wrap .con .right .list .top .text .tit{
    font-size: 24px;
    line-height: 100%;
    color: #FF4848;
}
.help .wrap .con .right .list .top .text .para{
    font-size: 20px;
    line-height: 100%;
    color: #a8a8a8;
    margin-top: 10px;
}
.help .wrap .con .right .list .top .icon{
    display: flex;
}
.help .wrap .con .right .list .top .icon li{
    width: 52px;
    height: 52px;
    background-color: #4493e6;
    box-shadow: 5px 5px 13px 0px 
  rgba(0, 0, 0, 0.14);
    border: solid 3px #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.help .wrap .con .right .list .top .icon li + li{
    margin-left: -15px;
}
.help .wrap .con .right .list .top .icon li.more{
    width: 46px;
    height: 46px;
    border: none;
    background-color: #e9e8ff;
    margin-left: 6px !important;
}
.help .wrap .con .right .list .lab{
    display: flex;
}
.help .wrap .con .right .list .lab li{
    padding: 0 12px;
    height: 30px;
    line-height: 28px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #dac8cb;
    color: #a5a5a5;
}
.help .wrap .con .right .list .lab li + li{
    margin-left: 5px;
}
.help .wrap .con .right .list .lab li:hover{
    border-color: #FF4848;
    color: #FF4848;
}
/* .help .wrap .con .right .list:hover .lab li{
    border-color: #FF4848;
    color: #FF4848;
} */
.help .wrap .number{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    background-color: rgb(194 92 108 / 41%);
    border: solid 1px rgb(255 255 255 / 41%);
    padding: 30px 0;
}
.help .wrap .number .list{
    width: 25%;
    text-align: center;
    position: relative;
}
.help .wrap .number .list + .list::before{
    content: '';
    width: 1px;
    height: 49px;
    background-color: #ffffff;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.help .wrap .number .list .num{
    font-size: 62px;
    font-family: arial;
    font-weight: bold;
    line-height: 100%;
    display: flex;
    justify-content: center;
    color: #fff;
}
.help .wrap .number .list .num span{
    font-size: 24px;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 5px;
}
.help .wrap .number .list .para{
    font-size: 24px;
    line-height: 100%;
    color: #fff;
}
/* reso */
.reso{
    padding: 100px 0;
    background-image: linear-gradient(0deg, 
  #f8f8f8 0%, 
  #ffffff 100%);
}
.reso .wrap{
    width: 1200px;
    margin: 0 auto;
}
.reso .tab{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.reso .tab .list{
    width: 186px;
    height: 64px;
    background-color: #333333;
    border-radius: 32px;
    border: solid 3px #edc79b;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.reso .tab .list.on{
    background-color: #FF4848;
}
.reso .tab .list span{
    color: #edc79b;
    font-family: arial;
    padding-top: 6px;
    font-size: 22px;
    margin-left: 5px;
}
.reso .tab .list.on span{
    color: #fff;
}
.reso .wrap .con{
    display: flex;
    justify-content: space-between;
}
.reso .wrap .con .item{
    width: 590px;
    border: solid 1px #e2e2e2;
    padding: 30px;
    background: #fff;
}
.reso .wrap .con .item .top{
    display: flex;
    align-items: center;
}
.reso .wrap .con .item .top .avatar{
    width: 126px;
    height: 126px;
    background-color: #FF4848;
    border: solid 5px #ededed;
    overflow: hidden;
    border-radius: 100%;
}
.reso .wrap .con .item .top .name{
    width:  120px;
    margin-left: 25px;
}
.reso .wrap .con .item .top .name .hea{
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 5px;
    display: flex;
}
.reso .wrap .con .item .top .name .hea .atrc{
    width: 20px;
    height: 20px;
    background: url(../images/reso_cert.png) no-repeat center;
    margin-left: 5px;
}
.reso .wrap .con .item .top .name span{
    font-size: 14px;
    display: flex;
    line-height: 100%;
    color: #999;
}
.reso .wrap .con .item .top .name .quot{
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px;
    background: #FF4848;
    color: #fff;
    margin-top: 8px;
    transition: all 0.5s;
}
.reso .wrap .con .item .top .name .quot:hover{
    padding: 0 12px;
}
.reso .wrap .con .item .top .number{
    display: flex;
    margin-left: 25px;
}
.reso .wrap .con .item .top .number .list{
    text-align: center;
}
.reso .wrap .con .item .top .number .list + .list{
    margin-left: 25px;
}
.reso .wrap .con .item .top .number .list .num{
    font-size: 24px;
    font-family: arial;
    font-weight: bold;
    display: flex;
    justify-content: center;
    line-height: 100%;
    color: #FF4848;
}
.reso .wrap .con .item .top .number .list .num span{
    font-weight: normal;
    font-size: 20px;
    margin-left: 5px;
}
.reso .wrap .con .item .top .number .list .pata{
    font-size: 16px;
    color: #666;
    line-height: 100%;
    margin-top: 5px;
}
.reso .wrap .con .item .pic{
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reso .wrap .con .item .pic img{
    width: 100%;
}
.reso .wrap .opti + .opti{
    display: none;
}
.reso .wrap .btm{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reso .wrap .btm .list{
    width: calc((100% - 60px) / 4);
    padding: 40px;
    background-color: #ffffff;
    border: solid 1px #e2e2e2;
    text-align: center;
    transition: all 0.5s;
}
.reso .wrap .btm .list:hover{
    transform: translateY(-10px);
}
.reso .wrap .btm .list .avatar{
    width: 136px;
    height: 136px;
    border-radius: 100%;
    border: solid 5px #ededed;
    overflow: hidden;
    margin: 0 auto;
    transition: all 0.5s;
}
.reso .wrap .btm .list:hover .avatar{
    border-color: #FF4848;
}
.reso .wrap .btm .list .avatar img{
    width: 100%;
}
.reso .wrap .btm .list .hea{
    margin-top: 13px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 100%;
    margin-bottom: 8px;
}
.reso .wrap .btm .list .hea .atrc{
    width: 18px;
    height: 18px;
    background: url(../images/reso_cert.png) no-repeat center;
    background-size: 100%;
    margin-left: 5px;
}
.reso .wrap .btm .list .para{
    font-size: 14px;
    line-height: 100%;
    color: #999;
}
.reso .wrap .btm .list ul{
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.reso .wrap .btm .list ul li{
    font-size: 16px;
    line-height: 100%;
    color: #7c7c7c;
}
.reso .wrap .btm .list ul li + li{
    margin-left: 24px;
}
.reso .wrap .btm .list .quot{
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 8px;
    border-radius: 5px;
    background: #FF4848;
    color: #fff;
    margin-top: 18px;
    transition: all 0.5s;
}
.reso .wrap .btm .list .quot:hover{
    padding: 0 12px;
}
/* output */
.output{
    padding: 100px 0;
}
.output .wrap{
    width: 1200px;
    margin: 0 auto;
}
.output .wrap .item{
    display: flex;
    justify-content: space-between;
}
.output .wrap .item .list{
    width: 380px;
    height: 763px;
    background: url(../images/output_imgbg.png) no-repeat top;
    background-size: 100%;
    padding: 96px 30px 0;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}
.output .wrap .item .list:hover{
    transform: translateY(-20px);
}
.output .wrap .item .list img{
    width: 100%;
    position: relative;
    z-index: -1;
}
.output .wrap .comic{
    margin-top: 60px;
}
.output .wrap .comic .tit{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    line-height: 100%;
    color: #FF4848;
    position: relative;
    margin-bottom: 60px;
}
.output .wrap .comic .tit::before{
    content: '';
    width: 0;
    height: 0;
    border-width: 14px;
    border-style: solid;
    border-color: #FF4848 transparent transparent;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.output .wrap .comic .pic{
    font-size: 0;
}
/* deliver */
.deliver{
    padding: 100px 0;
    background: #f7f7f7;
}
.deliver .wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.deliver .wrap .item{
    display: flex;
    justify-content: space-between;
}
.deliver .wrap .item .list{
    width: 178px;
    height: 194px;
    background-color: #f2f3f4;
    border-radius: 20px;
    text-align: center;
    padding: 20px 40px;
    position: relative;
}
.deliver .wrap .item .list:hover{
    background-color: #FF4848;
}
.deliver .wrap .item .list .num{
    font-family: rob;
    font-weight: bold;
    font-size: 66px;
    color: #e7e7e7;
    line-height: 100%;
    position: relative;
}
.deliver .wrap .item .list:hover .num{
    color: #d77988;
}
.deliver .wrap .item .list .num::before{
    content: '';
    width: 100%;
    height: 90%;
    background: linear-gradient(0deg, #f2f3f4, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
}
.deliver .wrap .item .list:hover .num::before{
    background: linear-gradient(0deg, #FF4848, transparent);
}
.deliver .wrap .item .list .icon{
    width: 56px;
    height: 56px;
    position: relative;
    z-index: 2;
    margin: -35px auto 0;
    overflow: hidden;
}
.deliver .wrap .item .list .icon img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.deliver .wrap .item .list:hover .icon img{
    left: -56px;
}
.deliver .wrap .item .list .para{
    margin-top: 28px;
    color: #999999;
}
.deliver .wrap .item .list:hover .para{
    color: #fff;
}
.deliver .wrap .item .list .point{
    width: 6px;
    height: 6px;
    background-color: #e4e5e5;
    border-radius: 100%;
    position: absolute;
    top: calc(50% - 3px);
    right: -24px;
}
.deliver .wrap .item .list .point::before,
.deliver .wrap .item .list .point::after{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.deliver .wrap .item .list .point::before{
    width: 7px;
    height: 7px;
    background-color: #d5d5d5;
    border-radius: 100%;
    right: -17px;
}
.deliver .wrap .item .list .point::after{
    width: 8px;
    height: 8px;
    background-color: #cfcfcf;
    border-radius: 100%;
    right: -35px;
}
.deliver .wrap .carou{
    margin-top: 60px;
    position: relative;
}
.deliver .wrap .carou .swiper-button-next,
.deliver .wrap .carou .swiper-button-prev{
    width: 52px;
    height: 52px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 100%;
    background-size: 18px;
    display: none;
}
/* docu */
.docu{
    padding: 100px 0;
    background: url(../images/docu_bg.png) no-repeat center bottom;
}
.docu .title h2{
    color: #fff;
}
.docu .title p{
    color: rgba(255,255,255,0.8);
}
.docu .wrap{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.docu .wrap .tab{
    display: flex;
    justify-content: center;
    margin-bottom: 57px;
}
.docu .wrap .tab li{
    width: 212px;
    height: 54px;
    background-color: #b15361;
    text-align: center;
    line-height: 54px;
    font-size: 24px;
    color: #ffffff;
}
.docu .wrap .tab li + li{
    margin-left: 8px;
}
.docu .wrap .tab li.on{
    background-color: #ffffff;
    color: #FF4848;
}
.docu .wrap .content{
    width: 100%;
    height: 688px;
    position: relative;
}
.docu .wrap .item{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}
.docu .wrap .item + .item{
    left: 100%;
}
.docu .wrap .item .list{
    width: 364px;
    height: 688px;
    border: 2px solid #e6e6e6;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 15px;
    background: #fff;
    transition: all 0.3s;
}
.docu .wrap .item .list:hover{
    transform: translateY(-20px);
}
.docu .wrap .item .list .img{
    border-radius: 33px;
    overflow: hidden;
}
.docu .wrap .item .list img{
    position: relative;
    z-index: -1;
    width: 100%;
}
.docu > .btn{
    width: 212px;
    height: 52px;
    display: block;
    margin: 30px auto 0;
    border-radius: 26px;
    background: #000;
    font-size: 18px;
    text-align: center;
    line-height: 52px;
    color: #fff;
}
.docu > .btn:hover{
    background: #fff;
    color: #FF4848;
}
/* supe */
.supe{
    padding: 100px 0;
}
.supe .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.supe .wrap .list{
    padding: 48px 25px;
    border: solid 1px #e2e2e2;
    text-align: center;
    transition: all 0.5s;
}
.supe .wrap .list + .list{
    margin-left: 25px;
}
.supe .wrap .list:hover{
    transform: translateY(-20px);
}
.supe .wrap .list .icon{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    margin: 0 auto 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.supe .wrap .list:nth-child(1) .icon{
    background-color: #f6055b;
}
.supe .wrap .list:nth-child(2) .icon{
    background-color: #f17d2d;
}
.supe .wrap .list:nth-child(3) .icon{
    background-color: #12b94a;
}
.supe .wrap .list:nth-child(4) .icon{
    background-color: #4754f7;
}
.supe .wrap .list .tit{
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 15px;
}
.supe .wrap .list .txt{
    font-size: 16px;
    line-height: 26px;
    color: #7a7a7a;
}