.introduce {
    padding: 50px 0;
}
.introduce p{
    text-indent: 2rem;
    font-size: 14px;
    color: #666;
    text-align: justify;
}
.introduce .img-box {
    padding: 20px 0;
}
.introduce .img-box ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
}

.introduce .img-box ul .nav {
    width: 100px;
}

.introduce .img-box ul img {
    width: 100%;
}

.bazaar {
    background: url("../img/index/bg.png") no-repeat;
    background-size: 100% 570px ;
    height: 570px;
    padding: 80px 0;
}

.bazaar .title {
    font-size: 25px;
    color: #39C599;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.bazaar .title:before {
    content: 'Bazaar';
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    font-size: 40px;
    color: rgba(57, 197, 153, 0.18);
    text-align: center;
    font-weight: bold;
}

.bazaar .sub {
    font-size: 16px;
    color: #39C599;
    font-weight: bold;
    margin-bottom: 15px;
}

.bazaar .card {
    width: 300px;
    color: #666;
    font-size: 12px;
}
.bazaar .cardA {
    margin-top: 20px;
}


.bazaar .cardB {
    margin-top: 100px;
}

.bazaar .cardC {
    margin-top: 100px;
}

.bazaar .cardD {
    margin-top: 100px;
}

.bazaar .people{
    width: 170px;
    padding-top: 100px;
}

.bazaar .people img {
    width: 100%;
}

.plan .title {
    font-size: 30px;
    color: #39C599;
    font-weight: bold;
    position: relative;
}

.plan .title:before {
    content: 'Plan';
    position: absolute;
    left: 0;
    top: -35px;
    font-size: 50px;
    color: rgba(57, 197, 153, 0.18);
    text-align: center;
    font-weight: bold;
}
.plan {
    margin-top: 40px;
}
.plan .box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 40px 0 50px;
}
.plan .box .nav {
    width: 160px;
    padding: 20px 15px;
    box-shadow: 0px 2px 10px 0px rgba(221,234,230,0.5);
}
.plan .nav img{
    height: 40px;
}

.plan .box .nav div:nth-child(2){
    background: linear-gradient(270deg, #1CB4B8 0%, #40C992 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
}

.plan .box .nav div:last-child{
    font-size: 12px;
    color: #666666;
}

.plan .arrow {
    width: 30px;
}
.plan .arrow img {
    height: 20px;
}
