.comes .week .cout{

    padding: 30px 0px;

}

.comes .week .cout .center{

  text-align: center;

}

.comes .week .cout .center .num{

    color: #7cc000;

    font-size: 13px; 

    font-weight: 650; 

} 

.comes .week .cout .center .num span{

    padding: 0px 13px;

}

.comes .week .cout .center .num i{

    font-size: 7px;

    padding: 5px;

}

.comes .week .cout .center .title h1{

    color: #323232;

    font-size: 3.125rem;

    padding: 13px 0px;

}

.comes .week .cout .half{

    display: flex;

    justify-content: center;

    flex-wrap: wrap;

}

.comes .week .cout .half .own{

    width: 40%;

    margin: 10px;

    background-color: #fafafa;

    border: 2px solid #efefef;

    border-radius: 20px;

}

.comes .week .cout .half .own .exwq{

    display: flex;

    padding: 11px;

    align-items: center;

}

.parent .week .cout .half .own .exwq .pic{

    width: 30%;

  height: 231px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  background-color: #ffffff;

}

.comes .week .cout .half .own .exwq .pic img{

    width: 100%;

    border-radius: 50%;

}

.comes .week .cout .half .own .exwq .dela{

    padding: 10px;

    width: 70%;

}

.comes .week .cout .half h3{

    color: #212121;

    font-size: 1.397rem;

}

.comes .week .cout .half .own .exwq .dela .price .bold{

    color: rgb(127, 186, 0);

    font-size: 17px;

    font-weight: 700;

}

.comes .week .cout .half .own .exwq .dela .price .ds{

    color: rgb(221, 221, 221);

    font-size: 17px;

    font-weight: 700;

}

.comes .week .cout .half .own .exwq .dela p{

    color: #a9a9a9;

    font-size: 18px;

    line-height: 25px;

    padding: 10px 0px;

}

.comes .week .cout .half .own .exwq .dela h3{

    padding: 12px 0px;

}

.comes .week .cout .half .own .exwq .dela .cff{

    font-weight: 700;

    background-color: #fb532c;

    font-size: 15px;

    color: #fff;

    padding: 12px;

    border-radius: 20px;

    border: none;

}

.comes .week .cout .half .own .exwq .dela .desk{

    display: flex;

    align-items: center;

   padding: 10px 0px;

}

.comes .week .cout .half .own .exwq .dela .desk meter{

    width: 135px;

    height: 30px;

}

.comes .week .cout .half .own .exwq .dela .know{

    display: flex;

    align-items: center;  

}

.comes .week .cout .half .own .exwq .dela .know .sold{

    font-size: 20px;

    font-weight: 870;

    color: #62a403;

    padding: 0px 5px;

}

.comes .week .cout .half .own .exwq .dela .know p{

    color: #202020;

    padding: 0px 6px;

}







@media(max-width:1024px){

    .comes .week .cout .half .own{

        width: 65%;}



}

@media(max-width:425px){

    .comes .week .cout .half .own{

        width: 100%;

    }



}