/* reco */
.reco{
    padding: 100px 0;
    background: url(../images/reco_bg.png) no-repeat center bottom;
}
.reco .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.reco .wrap .list .num{
    width: 178px;
    height: 178px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial;
    font-size: 48px;
    font-weight: bold;
    background: rgba(255,255,255,0.5);
}
.reco .wrap .list:nth-child(1) .num{
    color: #4266ed;
    border: solid 2px #4266ed;
}
.reco .wrap .list:nth-child(2) .num{
    color: #eccf6f;
    border: solid 2px #eccf6f;
}
.reco .wrap .list:nth-child(3) .num{
    color: #df6c4f;
    border: solid 2px #df6c4f;
}
.reco .wrap .list:nth-child(4) .num{
    color: #1b99a9;
    border: solid 2px #1b99a9;
}
.reco .wrap .list .num span{
    font-weight: normal;
    font-size: 24px;
    margin-top: 4px;
    color: #333;
    margin-left: 4px;
}
.reco .wrap .list .para{
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    line-height: 30px;
}
/* plat */
.plat{
    padding: 100px 0;
}
.plat .wrap{
    width: 1200px;
    margin: 0 auto;
}
.plat .wrap .item{
    display: flex;
}
.plat .wrap .item + .item{
    margin-top: 50px;
}
.plat .wrap .item:nth-child(1) .pic img{
transform: translateX(-15px);
}
.plat .wrap .item:nth-child(2) .pic img{
    transform: translateX(15px);
}
.plat .wrap .item .text{
    width: 552px;
    padding-top: 50px;
}
.plat .wrap .item .text i{
    width: 82px;
    height: 4px;
    background-color: #FF4848;
    display: block;
    margin-bottom: 25px;
}
.plat .wrap .item .text .para{
    font-size: 18px;
    line-height: 100%;
    color: #4e4e4e;
}
.plat .wrap .item .text .tit{
    font-size: 30px;
    font-weight: bold;
    line-height: 100%;
    color: #FF4848;
    margin-top: 20px;
}
.plat .wrap .item .text .txt{
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    margin-top: 30px;
}
/* popu */
.popu{
    padding: 100px 0;
    background: url(../images/popu_bg.png) no-repeat center;
}
.popu .wrap{
    width: 1200px;
    margin: 0 auto;
}
.popu .wrap .text{}
.popu .wrap .text .txt{
    text-align: center;
    line-height: 26px;
    color: #666666;
    margin-bottom: 28px;
}
.popu .wrap .text ul{
    display: flex;
    justify-content: center;
}
.popu .wrap .text ul li{
    font-size: 24px;
    line-height: 55px;
    width: 317px;
    text-align: center;
    color: #fff;
}
.popu .wrap .text ul li:nth-child(1){
    background: url(../images/popu_stage01.png) no-repeat center;
}
.popu .wrap .text ul li:nth-child(2){
    background: url(../images/popu_stage02.png) no-repeat center;
}
.popu .wrap .text ul li:nth-child(3){
    background: url(../images/popu_stage03.png) no-repeat center;
}
.popu .wrap .text ul li + li{
    margin-left: -38px;
}
.popu .wrap .item{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.popu .wrap .item .list{
    width: 264px;
    height: 206px;
    background-image: linear-gradient(45deg, 
  #FF4848 0%, 
  #cf7883 100%);
    border-radius: 20px;
    padding: 22px;
    transition: all 0.3s;
}
.popu .wrap .item .list:hover{
    transform: translateY(-20px);
}
.popu .wrap .item .list .num{
    font-family: Arial;
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    color: #fff;
}
.popu .wrap .item .list .tit{
    font-size: 24px;
    line-height: 100%;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}
.popu .wrap .item .list ul{
    margin-top: 20px;
}
.popu .wrap .item .list ul li{
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    line-height: 24px;
    background: url(../images/popu_gou.png) no-repeat left center;
}
.popu .wrap .btn{
    width: 218px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5d3036;
    border-radius: 6px;
    margin: 60px auto 0;
    font-size: 24px;
    color: #fff;
    transition: all 0.5s;
}
.popu .wrap .btn:hover{
    width: 260px;
    background-color: #FF4848;
}
/* conv */
.conv{
    padding: 100px 0;
}
.conv .wrap{
    width: 1200px;
    margin: 0 auto;
}
.conv .wrap .btit{
    width: 900px;
    height: 74px;
    background-color: #FF4848;
    border-radius: 37px;
    margin: 0 auto 70px;
    font-size: 36px;
    line-height: 74px;
    text-align: center;
    color: #fff;
}
.conv .wrap .item{
    display: flex;
    justify-content: space-between;
}
.conv .wrap .item .list{
    width: 184px;
    height: 184px;
    background-color: #f5f5f5;
    padding: 25px 40px;
    text-align: center;
    transition: all 0.3s;
}
.conv .wrap .item .list:hover{
    background-color: #FF4848;
}
.conv .wrap .item .list .icon{
    width: 52px;
    height: 52px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}
.conv .wrap .item .list .icon img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}
.conv .wrap .item .list .icon .one{}
.conv .wrap .item .list .icon .two{
    left: 100%;
}
.conv .wrap .item .list:hover .icon .one{
    left: -100%;
}
.conv .wrap .item .list:hover .icon .two{
    left: 0;
}
.conv .wrap .item .list .num{
    font-size: 18px;
    font-family: arial;
    line-height: 100%;
    color: #666666;
    margin-bottom: 10px;
}
.conv .wrap .item .list:hover .num{
    color: #fff;
}
.conv .wrap .item .list p{
    font-size: 16px;
    line-height: 20px;
    color: #666666;
}
.conv .wrap .item .list:hover p{
    color: rgba(255,255,255,0.8);
}
.conv .wrap .con{
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    padding: 35px;
    border: solid 1px #efdddf;
}
.conv .wrap .con .text{
    text-align: center;
}
.conv .wrap .con .text .tit{
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 20px;
    font-weight: bold;
}
.conv .wrap .con .text ul{
    width: 196px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}
.conv .wrap .con .text ul li{
    width: 196px;
    height: 42px;
    background-color: #FF4848;
    border-radius: 22px;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    display: flex;
    justify-content: unset;
    align-items: center;
    position: relative;
}
.conv .wrap .con .text ul li + li{
    margin-top: 25px;
}
.conv .wrap .con .text ul li::before{
    content: '';
    width: 208px;
    height: 55px;
    background-color: #FF4848;
    border-radius: 28px;
    opacity: 0.16;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}   
.conv .wrap .con .text ul li i{
    width: 55px;
    height: 42px;
    background-color: #9f4d59;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}
.conv .wrap .con .pic{
    display: flex;
}
.conv .wrap .con .pic li{
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #eeeeee;
    padding: 14px;
    overflow: hidden;
    font-size: 0;
    transition: all 0.3s;
}
.conv .wrap .con .pic li + li{
    margin-left: 24px;
}
.conv .wrap .con .pic li:hover{
    transform: translateY(-20px);
}
.conv .wrap .btm{
    padding: 60px 35px;
    border: solid 1px #e6e6e6;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.conv .wrap .btm .le{
    width: 336px;
    display: flex;
    align-items: center;
}
.conv .wrap .btm .le .tit{
    font-size: 24px;
    width: 24px;
    margin-right: 63px;
}
.conv .wrap .btm .le .cir{
    width: 204px;
    height: 204px;
    position: relative;
}
.conv .wrap .btm .le .cir .whole{
    width: 204px;
    height: 204px;
    background-color: #FF4848;
    border-radius: 100%;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 15px 20px;
    text-align: center;
    border: 57px solid #e27989;
}
.conv .wrap .btm .le .cir .whole::before,
.conv .wrap .btm .le .cir .whole::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}
.conv .wrap .btm .le .cir .whole::before{
    width: 222px;
    height: 222px;
    border: dashed 2px #FF4848;
}
.conv .wrap .btm .le .cir .whole::after{
    width: 240px;
    height: 240px;
    border: dashed 2px #FF4848;
}
.conv .wrap .btm .le .cir .whole h6{}
.conv .wrap .btm .le .cir ul{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.conv .wrap .btm .le .cir .whole ol{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.conv .wrap .btm .le .cir .whole ol::before,
.conv .wrap .btm .le .cir .whole ol::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.conv .wrap .btm .le .cir .whole ol::before{
    width: 130%;
    height: 0;
    border-bottom: 1px dashed #9f4d59;
}
.conv .wrap .btm .le .cir .whole ol::after{
    width: 0;
    height: 130%;
    border-left: 1px dashed #9f4d59;
}
.conv .wrap .btm .le .cir .whole ol li{
    font-size: 16px;
    line-height: 18px;
    position: absolute;
}
.conv .wrap .btm .le .cir .whole ol li:nth-child(1){left: 35px;top: 30px;}
.conv .wrap .btm .le .cir .whole ol li:nth-child(2){
    right: 35px;
    top: 30px;
}
.conv .wrap .btm .le .cir .whole ol li:nth-child(3){
    bottom: 30px;
    left: 25px;
}
.conv .wrap .btm .le .cir .whole ol li:nth-child(4){
    bottom: 30px;
    right: 35px;
}
.conv .wrap .btm .le .cir ul li{
    position: absolute;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}
.conv .wrap .btm .le .cir ul li:nth-child(1){
    top: -40px;
    left: 44px;
}
.conv .wrap .btm .le .cir ul li:nth-child(2){
    top: 0px;
    left: -17px;
}
.conv .wrap .btm .le .cir ul li:nth-child(3){
    top: 60px;
    left: -45px;
}
.conv .wrap .btm .le .cir ul li:nth-child(4){
    right: 44px;
    top: -40px;
}
.conv .wrap .btm .le .cir ul li:nth-child(5){
    top: 0;
    right: -17px;
}
.conv .wrap .btm .le .cir ul li:nth-child(6){
    right: -45px;
    top: 60px;
}
.conv .wrap .btm .le .cir ul li:nth-child(7){
    bottom: 60px;
    left: -45px;
}
.conv .wrap .btm .le .cir ul li:nth-child(8){
    left: -17px;
    bottom: 0;
}
.conv .wrap .btm .le .cir ul li:nth-child(9){
    left: 44px;
    bottom: -40px;
}
.conv .wrap .btm .le .cir ul li:nth-child(10){
    right: 44px;
    bottom: -40px;
}
.conv .wrap .btm .le .cir ul li img{
    width: 100%;
}
.conv .wrap .btm .pic{
    display: flex;
    align-items: center;
    position: relative;
}
.conv .wrap .btm .pic::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 29px;
    background: url(../images/hood_jt1.png) no-repeat center;
    left: -55px;
    top: calc(50% - 14px);
}
.conv .wrap .btm .pic .li + .li{
    margin-left: 25px;
}
.conv .wrap .btm .pic .tit{
    font-size: 24px;
    width: 24px;
}
.conv .wrap .btm .icon{
    text-align: center;
    position: relative;
}
.conv .wrap .btm .icon::before{
    content: '';
    position: absolute;
    width: 44px;
    height: 51px;
    background: url(../images/hood_jt2.png) no-repeat center;
    left: -60px;
    top: calc(50% - 25px);
}
.conv .wrap .btm .icon p{
    font-size: 24px;
    color: #666;
    margin-top: 20px;
}
.conv .wrap .btm .icon p::before{
    content: '';
    width: 0;
    height: 0;
    border-width: 16px 20px;
    border-style: solid;
    border-color: transparent #FF4848 transparent transparent;
    position: absolute;
    left: -120px;
    top: calc(50% - 16px);
}
.conv .wrap .btm .ri{
    position: relative;
}
.conv .wrap .btm .ri::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 29px;
    background: url(../images/hood_jt1.png) no-repeat center;
    left: -55px;
    top: calc(50% - 14px);
}
.conv .wrap .btm .ri .yl{
    font-size: 24px;
    position: absolute;
    left: -95px;
    top: 10px;
}
.conv .wrap .btm .ri p{
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
    color: #666666;
}
/* race */
.race{
    padding: 100px 0;
    background: #fdf2f3;
}
.race .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border: solid 5px #FF4848;
    border-radius: 20px;
}
.race .wrap .left{
    width: 106px;
    height: 746px;
    background-color: #FF4848;
    border-radius: 14px;
    font-size: 36px;
    font-weight: bold;
    writing-mode: vertical-lr;
    letter-spacing: 5px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.race .wrap .item{
    width: 1080px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
.race .wrap .item .colu{
    width: 320px;
    text-align: center;
}
.race .wrap .item .colu .tit{
    width: 138px;
    height: 46px;
    background-color: #FF4848;
    border-radius: 26px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 40px;
}
.race .wrap .item .colu .module{
    display: flex;
    flex-wrap: wrap;
}
.race .wrap .item .colu .module .path{
    width: 100%;
    height: 80px;
    background-color: #fdf2f3;
    border-radius: 10px;
    border: solid 1px #FF4848;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.race .wrap .item .colu .module > .path{
    margin-bottom: 86px;
}
.race .wrap .item .colu .module>.path:nth-child(1)::after,
.race .wrap .item .colu .module>.path:nth-child(2)::after,
.race .wrap .item .colu .module>.path:nth-child(3)::after,
.race .wrap .item .colu .module>.path:nth-child(3)::before{
    content: '';
    width: 44px;
    height: 18px;
    background: url(../images/race_tri.png) no-repeat center;
    position: absolute;
    bottom: -52px;
    left: calc(50% - 22px);
}
.race .wrap .item .colu .module>.path:nth-child(3)::after{
    left: calc(50% - 108px);
}
.race .wrap .item .colu .module>.path:nth-child(3)::before{
    left: calc(50% + 62px);
}
.race .wrap .item .colu .module .whet{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.race .wrap .item .colu .module .whet .path{position: relative;}
.race .wrap .item .colu .module .whet .path + .path{
    margin-left: 20px;
}
.race .wrap .item .colu .module .whet .path span{
    width: 28px;
    height: 28px;
    background-color: #FF4848;
    border-radius: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    top: -14px;
    left: calc(50% - 14px);
}
.race .wrap .item .comm{
    width: 298px;
    text-align: center;
}
.race .wrap .item .comm .tit{
    width: 138px;
    height: 46px;
    background-color: #FF4848;
    border-radius: 26px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 40px;
}
.race .wrap .item .comm .info{
    display: flex;
    flex-wrap: wrap;
}
.race .wrap .item .comm .info .tern{
    width: 100%;
}
.race .wrap .item .comm .info .tern + .tern{
    margin-top: 28px;
}
.race .wrap .item .comm .info .tern .hea{
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
}
.race .wrap .item .comm .info .tern .para{
    font-size: 14px;
    line-height: 100%;
    color: #666666;
    margin: 10px 0 15px;
}
.race .wrap .item .comm .info .tern .pic{}
.race .wrap .item .more{
    width: 242px;
    text-align: center;
}
.race .wrap .item .more .tit{
    width: 160px;
    height: 46px;
    background-color: #FF4848;
    border-radius: 26px;
    margin: 0 auto;
    font-size: 30px;
    line-height: 46px;
    color: #fff;
    margin-bottom: 40px;
}
.race .wrap .item .more .text{
    width: 100%;
    height: 130px;
    background-color: #FF4848;
    border-radius: 20px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 265px;
}
.race .btn{
    width: 218px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5d3036;
    border-radius: 6px;
    margin: 60px auto 0;
    font-size: 24px;
    color: #fff;
    transition: all 0.5s;
}
.race .btn:hover{
    width: 260px;
    background-color: #FF4848;
}
/* thali */
.thali{
    padding: 100px 0;
}
.thali .wrap{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.thali .wrap .list{
    width: 380px;
    height: 688px;
    background-color: #f9f9f9;
    border-radius: 26px;
    border: solid 1px #dddddd;
    padding: 15px;
    position: relative;
    transition: all 0.3s;
}
.thali .wrap .list:hover{
    transform: translateY(-20px);
}
.thali .wrap .list .pic{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.thali .wrap .list .hea{
    width: 260px;
    height: 46px;
    background-color: #FF4848;
    border-radius: 23px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 183px;
    left: calc(50% - 130px);
    z-index: 2;
}
.thali .wrap .list .txt{
    height: 196px;
    background: #fff;
    padding-top: 52px;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    line-height: 30px;
    color: #999;
}
.thali .btn{
    width: 310px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #5d3036;
    border-radius: 6px;
    margin: 60px auto 0;
    font-size: 24px;
    color: #fff;
    transition: all 0.5s;
}
.thali .btn:hover{
    width: 360px;
    background-color: #FF4848;
}
/* moti */
.moti{
    padding: 100px 0;
    background: #fdf2f3;
}
.moti .wrap{
    width: 1200px;
    margin: 0 auto;
}
.moti .wrap .tab{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.moti .wrap .tab li{
    width: 230px;
    height: 52px;
    background-color: #ffffff;
    border: solid 1px #FF4848;
    font-size: 24px;
    color: #FF4848;
    display: flex;
    justify-content: center;
    align-items: center;
}
.moti .wrap .tab li.on{
    background-color: #FF4848;
    color: #fff;
}
.moti .wrap .item .list + .list{
    display: none;
}
.moti .wrap .item .list ul{
    display: flex;
    justify-content: space-between;
}
.moti .wrap .item .list ul li{
    transition: all 0.3s;
}
.moti .wrap .item .list ul li:hover{
    transform: translateY(-20px);
}