.design{width: 82%;margin: 40px auto}
.design .area .area-header{
    text-align:center;
}
.design .area .area-header img{
    height: 1.1rem;
}
.design .area-container{
    padding: 0.5rem 1.2rem;
}
/* ---- bannner ----- */
.design .banner{
    position: relative;
}
/* ---- sign ----- */
.design .sign-container{
    padding: 0.5rem 1.3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.design .sign-container div{
    margin-bottom: 20px;   width: 23%;margin-right:20px;
}
.design .sign-container img{
    width: 100%;padding: 4px;
    height: auto;    border: 1px solid #ccc;
    /* margin-bottom: 0.1rem; */
}
.design .sign-container span{
    font-size:16px;
    color:rgba(51,51,51,1);
    display: block;
    text-align: center;
  line-height: 50px;
}
 
/* ---- sign ----- */
.design .area {margin-bottom: 40px}
 .design .area .l1{
    font-size: 40px;
    color: #000;line-height: 1.76;
    letter-spacing: 2px;margin-top: 40px;
}
 .design .area .l2{
    font-size: 18px;
    color: #666;
    letter-spacing: 2px;margin-bottom: 40px;
} .design .pack .l1{
    font-size: 40px;
    color: #000;line-height: 1.76;
    letter-spacing: 2px;margin-top: 20px;
}
 .design .pack .l2{
    font-size: 18px;
    color: #666;
    letter-spacing: 2px;margin-bottom: 40px;
}

/* ---- pack ----- */
.design .pack{
    width: 100%;
    overflow: hidden;
    text-align: center;margin-bottom: 60px;
}
.design .pack-header{
   
    width: 100%;
   
}
.design .pack-header img{
    margin-top: 0.9rem;
}
.design .pack-item{
    height: 400px;
    display: flex;
  
    color:rgba(187,111,100,1);
}
.design .pack-item div{
    height: 100%;
    margin-left: 1rem;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
}
.col-md-6{width: 50%;float: left;height: 400px;}
.design .pack-item div span:first-child{
    font-size:20px;
    font-weight:bold;
    /* display: block; */
}
.design .pack-item div span:nth-child(3){
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    /* display: block; */
    padding: 5px;
    background:rgba(187,111,100,1);
    border-radius:2px;
    width: 80px;
}
.design .pack-item div span:nth-child(2){
    font-size:16px;
    font-weight:400;
    margin: 10px 0;
    /* display: block; */
}
.pack-item:first-child{
    background:rgba(228,193,189,1);
}
.pack-item:first-child img{
    width: 100%;
    height:100%;
}
.design .pack-item:nth-child(2){
    background:rgba(252,228,183,1);
    color:rgba(187,163,97,1);
}
.pack-item:nth-child(2) img{
  width: 100%;
    height:100%;
}.pack-item img{
   width: 100%;
    height:100%;
}
.design .pack-item:nth-child(2) div span:last-child{
    background:rgba(187,163,97,1);
}
.design .pack-item:nth-child(3){
    background:rgba(214,213,188,1);
    color:rgba(146,149,102,1);
}
.pack-item:nth-child(3) img{
  width: 100%;
    height:100%;
}
.design .pack-item:nth-child(3) div span:last-child{
    background:rgba(146,149,102,1);
}
.design .pack-item:nth-child(4){
    background:rgba(125,124,123,1);
    color:rgba(68,66,67,1);
}
.pack-item:nth-child(4) img{
   width: 100%;
    height:100%;
}
.design .pack-item:nth-child(4) div span:last-child{
    background:rgba(68,66,67,1);
}
.design .pack-item:nth-child(5){
    background:rgba(254,238,213,1);
    color:rgba(179,140,81,1);
 
}.pack-item:nth-child(5) img{
   width: 100%;
    height:100%;
}
 
 /* ---- process ----- */
.process{
    background: url("../images/process_bg.png");
    width: 100%;
    height: 300px;
    overflow: hidden;margin-top: 40px auto;
    text-align: center;    padding: 40px 0 !important;
}
.process .area-header span{
    font-size:36px;
    font-weight:500;letter-spacing: 2;
    color:rgba(255,255,255,1);
    display: block;
        margin: 10px auto 30px;
}
.process .area-header span::before{
    content: '';
    width: 40px;
    height: 2px;
    background:rgba(231,45,68,1);
    border-radius:0.02rem;
    display: inline-block;
    position: relative;
    top: -8px;
    right: 10px;
}
.process .area-header span::after{
    content: '';
     width: 40px;
    height: 2px;
    background:rgba(231,45,68,1);
    border-radius:0.02rem;
    display: inline-block;
    position: relative;
    top: -8px;
    left:10px;
}

.process-container{
    display: flex;
    justify-content: space-between;
    /*align-items:flex;*/
    padding: 0.4rem 3rem;width: 82%;margin: 0 auto;
}
.process-container>div{
    text-align: center;
}
.process-container>div>img{
    width: 80px;
    height: 80px;
}
.process-container>div>span{
  font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    display: block;
    letter-spacing: 2px;
    padding-top: 14px;
}
.process-container>img{
    width:10px;
    height:10px;
    margin-top: 35px;
}
/* ---- process ----- */
.website_ul ul li .h2{height: 48px !important;}
.website_ul ul li span{
    font-size: 16px;
    line-height: 1.76;
    
    padding: 0px 20px;
}
/* ---- pack ----- */