
.lingxian{
    background: linear-gradient(135deg, #d1e8fa, #f7faff 50%, #d1e8fa);
    border-radius: 15px;padding: 20px;box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
}


 

.btn-danger2 {
    color: #fff;
    background: linear-gradient(to right, #0b3db0, #03196f);
    border-radius: 30px;;
}

.btn-danger2:hover {
    color: #343434;
    background: #fff;
}

.cpbox {
    background: rgba(0, 138, 255, 0.1);
    box-shadow: 0px 4px 10px 0px rgba(0, 90, 166, 0.2);
    border-radius: 10px;
    border: 2px solid #008AFF;
    display: flex;
    padding: 20px;;
}

.cpbox .box1{
    background-color: #008AFF;
    border-radius: 10px;
    display: grid;
    place-items: center;
}

.cpbox .box1 i{
    color: #fff;
    font-size: 20px;
    margin: 0 5px;
}

.btn-bai-outline {
    color: #fff;
    background-color: transparent;
    border: #fff 2px solid;
    border-radius: 30px;
}

.btn-bai-outline:hover {
    background-color: #fff;
    color: #343434;
}



.colorff5100{
    color: #ff5100;
}

 
.pt-50{padding-top: 50px;}
.pt-70{padding-top: 70px;}
.pb-70{padding-bottom: 70px;}
.mt-70,.mt-70a{ margin-top: 70px;;}
.mb-70{ margin-bottom: 70px;}

.jiacu{
    font-weight: bold;
}

.f-70{font-size: 70px;}
.f-40{font-size: 40px;}
.f-50{font-size: 50px;}

.mt-40a{ margin-top: 40px;}
@media (max-width:767px){

    .f-70{font-size: 40px;}
    .f-50{font-size: 30px;}
    .mt-40a{ margin-top: 10px;}
    .mt-70a{ margin-top: 50px;;}
    .pt-70{padding-top: 50px;}
    .pb-70{padding-bottom: 50px;}
}