html,body{
    min-height: 100%;
    margin: 0;
    padding: 0;
    border:0;
}
body{
    background: linear-gradient(180deg,#9187f8, #ece8f8 100%);
}
.pro-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}
.pro-item{
    width: 585px;
    background: #fff;
    border-radius: 15px;
}
.pricebox{
    background: linear-gradient(90deg,#d1d2fb, #ffedfb 100%);
    border-radius: 15px 15px 0px 0px;
    padding:35px 40px;
    position: relative;
    overflow: hidden;
    }
   .buy {
        width: 140px;
height: 44px;
background: linear-gradient(90deg,#9188f7, #caacfc 83%, #c6c2f9 100%);
border-radius: 5px;
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08); 
line-height: 44px;
color: #fff;
text-align: center;
cursor: pointer;
    }
    .buy2 {
        width: 140px;
height: 44px;
        background: linear-gradient(90deg,#fff1e0, #ffddc3 100%);
border-radius: 5px;
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08); 
color: #633422;
line-height: 44px;
text-align: center;
cursor: pointer;
    }
    .func-item{position:relative;display: flex; align-items: center; justify-content:space-between ;margin-bottom: 18px;}
    .func-item::before{content: '';position: absolute;width: 5px;height: 5px;background: #9289f7;
        border-radius: 50%;left: -13px;top:50%;transform: translatey(-50%);}
        .func-item.item2:before{
            background:#DB9B39
        }
        .functxt{
            color:#333;
            font-size: 14px;
        }
.tuijian{
    width: 100px;
    background: linear-gradient(132deg, #3a3f48 0%, #282e37 100%);
    position: absolute;
    right: -22px;
    top: 15px;
    text-align: center;
    color: #F5CAA1;
    transform: rotate(45deg);
}
.functionlist{margin: 0 auto;margin-top: 32px; width: 1200px;text-align: center;margin-bottom: 40px; }
.functiontools{display: flex;height: 70px;
    background: #ffffff;padding: 0 20px;
    border-radius: 10px; align-items: center;margin-bottom: 15px;}
.functiontools span{width: 33.3%;}
.functions .title{
    background-color: #f2f2f2;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #333333;
    text-align: left;
    padding: 0 24px;
    display: flex;
    align-items: center;
}
.functions .item{
    display: flex;
    align-items: center;
    line-height: 70px;
    height: 70px;
    background: #fff;
    padding: 0 20px;
}
.functions .item span{  width: 33.3%;    font-size: 14px;color:#7A7A7A}
.functions .item span:nth-child(2){border:1px solid #f2f2f2;border-top:none}
.functions .item span:nth-child(1),.functions .item span:nth-child(3){border-bottom:1px solid #f2f2f2}
.layernav{position: fixed; width: 100%;visibility: hidden;
    transform: translateY(-100px);
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.08); top:0;z-index: 9999; transition: all 0.2s ease-in-out;}
    .pro{
        background: #faf5ff;
        width: 33.3%;
        text-align: center;
        padding: 18px 0;
    }
    .acti{
        transform: translateY(0);
        visibility:visible;
    }
.mbuy{
    width: 304px;
height: 42px;
background: linear-gradient(90deg,#9188f7, #caacfc 83%, #c6c2f9 100%);
border-radius: 5px;
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.08); 
line-height: 42px;
color: #fff;
margin: 0 auto;
cursor: pointer;
}