.cjbeauty-1{overflow:hidden;height:auto;}
.cjbeauty-1 ul{display:flex;justify-content:space-between;flex-wrap:wrap}
.cjbeauty-1 ul li{width:280px;height:251px;background:#FFFFFF;border:1px solid #FFFFFF;box-shadow:0px 3px 10px 1px rgba(168,168,168,0.2);border-radius:4px;margin-bottom:30px}
.cjbeauty-1 ul li img{display:block;margin:0 auto;width:50px;padding-top:30px}
.cjbeauty-1 ul li span{display:block;text-align:center;font-size:20px;font-weight:500;color:#000000;margin:20px auto}
.cjbeauty-1 ul li p{display:block;margin-left:35px;font-size:14px;font-weight:400;color:#636363;line-height:24px}
.cjbeauty-1 ul li:hover{border:1px solid #ff4000}
.cjbeauty-1 a{margin:30px auto 0}


.cjbeauty-2 ul{display:flex;justify-content:space-between}
.cjbeauty-2 li{width:590px;height:350px;padding:20px 18px 0;border-radius:4px;background:#ffffff;text-align:center;font-size:16px;line-height:22px;color:#777777;cursor:pointer;transition:0.3s}
.cjbeauty-2 li:hover{box-shadow:0 3px 20px 1px rgba(5,36,82,0.07);transform:translateY(-8px)}
.cjbeauty-2 li img{margin:0 auto;width:80px}
.cjbeauty-2 li div:nth-child(2){margin:34px 0 20px;font-weight:bold;font-size:22px;line-height:33px;color:#333333}
.cjbeauty-2 li div:nth-child(3){font-size:14px;font-family:PingFang SC;font-weight:400;line-height:24px;color:#888888}


.cjbeauty-3 .list{width:1212px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}
.cjbeauty-3 .list .item{width:289px;height:80px;background:#FFFFFF;box-shadow:0px 2px 22px 0px rgba(0,77,166,0.06);border-radius:6px;margin:7px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}
.cjbeauty-3 .list .item:hover{box-shadow:0px 2px 22px 0px rgba(0,77,166,0.3)}
.cjbeauty-3 .list .item .img{width:30px;height:30px;margin-right:10px}
.cjbeauty-3 .list .item .right{width:230px;height:60px;display:flex;flex-direction:column;justify-content:center}
.cjbeauty-3 .list .item .right .title{line-height:25px;color:#333333;font-size:14px;font-weight:500;text-align:left}
.cjbeauty-3 .list .item .right .desc{font-size:12px}
.cjbeauty-3 .list .item .right .content{color:#666666;font-size:14px;font-weight:400}
