.meiye-one{
    width: 1000px;
    margin: 40px auto;
}
.meiye-title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #789ec2;
    font-weight: bold;
    margin-bottom: 40px;
}
.meiye-title-text{
    margin-left: 20px;
}
.meiye-title-text span{
    font-size: 25px;
    color: #79c1a9;
}
.meiye-one-con{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.meiye-one-con span{
    font-size: 18px;
    font-weight: bold;
}
.meiye-one-con .text-one{
    width: 190px;
    position: absolute;
    left: 195px;
    top: 175px;
}
.meiye-one-con .text-two{
    width: 190px;
    position: absolute;
    right: 40px;
    top: 175px;
}
.meiye-two-left{
    width: 50%;
    /* display: flex; */
}
.meiye-two-left img{
    vertical-align: middle;
}
.meiye-two-right-top{
    display: flex;
    align-items: center;
    font-weight: bold;
    /* margin-bottom: 15px; */
}
.ball{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: #408980;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 3px 3px 3px #000;
}
.meiye-two-right-list{
    font-size: 13px;
    color: #999999;
    list-style: disc !important;
    margin: 15px 0 0 40px;
}
.meiye-two-right-list li{
    height: 40px;
    line-height: 40px;
}
.meiye-three-top{
    width: 100%;
    display: flex;
}
.meiye-three-top .usertype{
    width: 63%;
    position: relative;
    margin-right: 45px;
    height: 255px;
    background-image: url(../image/meiye/3@2x.png);
    background-size: cover;
}
.meiye-three-top .usertype .text{
    position: absolute;
    width: 190px;
    /* font-size: 14px; */
    right: 45px;
    top: 60px;
}
.meiye-three-top .usertype .text span{
    font-size: 18px;
    font-weight: bold;
}
.meiye-three-top .way{
    padding: 0 0 0 3px;
    width: 37%;
    list-style: disc;
    font-size: 14px;
    color: #999;
}
.meiye-three-bottom img{
    display: block;
    width: 80%;
    margin: 40px auto;
}
.meiye-four-left{
    width: 65%;
    /* margin-left: 50px; */
}
.meiye-four-right{
    width: 35%;
    margin-left: 50px;
}
.meiye-four-right .meiye-two-right-list li{
    height: 90px;
    line-height: 20px;
    /* display: flex; */
}
.meiye-five{
    display: flex;
    justify-content: space-between;
}
.meiye-item{
    width: 49%;
}