.main .add-shop-section1{
    padding:30px 8%;
    text-align: center;
}
.main .add-shop-section1 h3{
    margin-bottom:30px;
}
.main .add-shop-section1 .add-shop-section-list{
    display: flex;
    justify-content: space-around;
}
.main .add-shop-section1 .add-shop-section-list img{
    margin-bottom:15px;
    width:90%;
}
.main .add-shop-section1 .add-shop-section-list img:hover{
    transform: rotate(360deg);
    transition: 1s;
}
.main .add-shop-section1 .add-shop-section1-txt{
    text-align: left;
}
.main .new-product{
    padding:30px 8%;
    background: #bce4ff;
    text-align: center;
}
.main .new-product h3,.main .honey-layout h3,.main .add-shop-section2 h3,.main .add-shop-section3 h3{
    margin:10px 0 20px;
}
.main .new-product p,.main .honey-layout p{
    margin-bottom:20px;
}
.main .new-product ul li{
    float:left;
    width:25%;
    padding:0 10px;
}
.main .new-product ul img{
    width:100%;
    border-radius: 8px;
}
.main .new-product ul li img:hover{
    box-shadow: rgba(0,0,0,0.2) 0 3px 20px;
    transition:.5s;
}
#hexGrid li a{
    cursor: default;
}
.main .honey-layout{
    padding: 30px 18% 0;
    text-align: center;
}
.main .add-shop-section2{
    padding:30px 12%;
    text-align: center;
    background: #b4d4f2;
    margin:30px 0;
}
.main .add-shop-section2 h3{
    margin-bottom:30px;
}
.main .add-shop-section2 ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
}
.main .add-shop-section2 ul li{
    width:16.5%;
    margin-bottom:20px;
}
.main .add-shop-section2 ul li img{
    width:88%;
}
.main .add-shop-section3{
    padding: 0 8% 30px;
}
.main .add-shop-section3 h3{
    text-align: center;
}
.main .add-shop-section3 p{
    margin:0;
    text-indent:2em;
    line-height:35px;
}
.main .add-shop-section4{
    padding:30px 8%;
    text-align: center;
    background: #10518c;
}
.main .add-shop-section4 h3{
    color:#eaff00;
}
.main .add-shop-section4 .add-shop-num{
    color:#fff;
    margin:20px 0;
}
.main .add-shop-section4 .add-shop-num span{
    padding:0 15px;
}
.main .add-shop-section4 .add-shop-btn{
    color:#fff;
    border-radius: 10px;
    background: #1b91d7;
    width:100px;
    height:40px;
    line-height:40px;
    margin:0 auto;
    cursor:pointer;
}