/* 基准 */

.public {
    max-width: 730px;
    min-width: 320px;
    margin: 0 auto;
}


/* 小方块 */

.yi1 {
    height: .05rem;
    width: .56rem;
    margin: 0 auto;
    background-color: #e13e92;
}

.yi2 {
    height: .05rem;
    width: .56rem;
    margin: 0 auto;
    background-color: #fff;
}

.adb {
    display: block;
}


/* 标题*/

.bt1 {
    font-size: .38rem;
    text-align: center;
    font-weight: 600;
    color: #333;
}

.bt01 {
    font-size: .22rem;
    text-align: center;
    color: #555;
    padding: 0 .2rem;
    line-height: .35rem;
}

.bt2 {
    font-size: .36rem;
    text-align: center;
    color: #ff3400;
}

.bt02 {
    font-size: .22rem;
    text-align: center;
    color: #fff;
}


/* 点击咨询按钮样式 */

.zixun {
    display: inline-block;
    height: .67rem;
    font-size: .26rem;
    padding: 0 .39rem;
    font-weight: 700;
    text-align: center;
    line-height: .67rem;
    color: #fff;
    background-color: #ff6000;
    border-radius: 8px;
    margin-left: 50%;
    transform: translateX(-50%);
}

.six ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 .2rem;
}

.six ul a {
    flex: 43%;
    font-size: .23rem;
    font-weight: 600;
    text-align: center;
    background-color: #ff6000;
    color: #fff;
    margin: .1rem;
    padding: .1rem .02rem;
}


/*  */

.seven ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: .18rem;
}

.seven ul li {
    flex: 40%;
    margin: .1rem .02rem .1rem .18rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seven ul li span {
    flex: 1;
}

.seven ul li span:nth-child(2) {
    font-size: .23rem;
    font-weight: 600;
}

.seven ul li span img {
    width: 100%;
}