.chuandao-why {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chuandao-why-zone{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chuandao-why-title{
    font-size: 30px;
    font-weight: 600;
}
.chuandao-why-zone-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
    letter-spacing: 1px;
}
.chuandao-why-zone-content-one{
    margin-top: 18px;
}
.chuandao-why-zone-content-two{
    margin-top: 28px;
    color: #999;
}
.chuandao-why-one{
    margin-top: 132px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chuandao-why-one-content{
    margin-top: 76px;
}

.chuandao-youshi{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.chuandao-youshi-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.chuandao-youshi-content-item{
    width: 49%;
    box-sizing: border-box;
    /* margin-left: 50px; */
    margin-top: 20px;
    /* height: 100px; */
    background: white;
    padding: 0px 270px 52px 27px;
    cursor: pointer;
}
.chuandao-youshi-content-item:hover{
   
}
.chuandao-youshi-content-item-title{
    padding: 47px 0 10px;
    color: black;
    font-weight: 600;
}
.chuandao-youshi-content-item-dec{
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
}
.chuandao-youshi-content-item-icon{
    width: 70px;
    height: 5px;
    background: none;
    border-radius: 5px;
}
.chuandao-youshi-content-item-icon:hover{
    background: rgba(243, 77, 80, 1);
}
.chuandao-youshi-content-item-active{
    background: rgba(243, 77, 80, 1);
    box-shadow: 0px 5px 10px rgba(243, 77, 80, 1);;
}
.chuandao-youshi-title-title{
    font-size: 30px;
}
.chuandao-youshi-title-des{
    text-align: center;
}


.box6 .cost_img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.vip6 .dot{
    width: 30%;
    border: 1px solid rgb(233, 233, 233);
    margin-right: 1%;
    padding: 25px 30px;
    box-sizing: border-box;
    align-items: start;
    margin-bottom: 10px;
    background: none;
    cursor: pointer;
}
.vip6 .dot:hover{
    background: url('https://canzan.com/v2/images/chuandao/iconbg.png')no-repeat top;
    background-size: cover;
    border: 1px solid rgb(233, 233, 233,0);
}
.vip6 .dot p{
    font-size: 14px;
}
.vip6 .dot h3{
    font-weight: 600;
}
.chuandao-hzdx-title p{
    width: 80px;
    height: 6px;
    border-radius: 3px;
    background: rgba(243, 77, 80,1);
    margin: auto;
    margin-bottom: 50px;
}
.target3 img{
    width: 30%;
}
.chuandaovip{
    width: 100%;
}
.chuandaovip ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.chuandaovip ul li{
    width: 33.33%;
    background: white;
    padding-bottom: 30px;
    transition: 0.4s;
    border-radius: 20px;
    
}
.chuandaovip ul li h3{
    padding: 10px 85px;
    margin: 0;
    font-weight: 600;
}
.chuandaovip ul li h3 span{
    font-size: 14px;
    font-weight: 500;
}
.chuandaovip ul li h3 img{
    height: 26px;
    width: auto;
    vertical-align: middle;
}
.chuandaovip ul li .iconvip{
    /* background: linear-gradient(to right,rgba(244,92,95,1),rgba(254,183,183,1)); */
    background: linear-gradient(to right,rgba(253,222,223,1),rgba(255,241,241,1));
    border-radius: 20px 20px 0 0;
}
.chuandaovip ul li:hover{
    transform: scale(1.1);
}
.chuandaovip ul li:hover .iconvip{
    background: linear-gradient(to right,rgba(244,92,95,1),rgba(254,183,183,1));
    color: white;
}

.chuandaovip ul li p::before{
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 40px;
    background: rgba(243, 77, 80, 1);
    border-radius: 50%;
    vertical-align: middle;
}
.chuandaovip ul li .not-have::before{
    background: #666;
}
.chuandaovip ul li .not-have{
    color: #666;
}
