.index-box1 {
    background-image: url("/static/weios/fenxiao/image/header_bg.png");
    position: relative;
}

.home-maintitle {
    position: absolute;
    width: 600px;
    height: 250px;
    top: 180px;
    left: 12%;
    color: #fff;
}

.home-maintitle-top p {
    font-size: 20px;
    margin: 20px 0;
}

.home-maintitle-bottom button {
    height: 40px;
    width: 100px;
    border-radius: 40px;
    border: none;
    color: #fff;
    font-size: 16px;
    outline: none;
    margin-bottom: 10px;
    background: #ffc534;
    cursor: pointer;
}

.home-maintitle-bottom button:nth-of-type(2) {
    margin-left: 30px;
    background: #fff;
    color: #409eff;
    position: relative;
}

.home-maintitle-bottom button:nth-of-type(2)::after {
    content: "微信扫码体验";
    position: absolute;
    border-radius: 3px;
    right: -180px;
    top: -30px;
    width: 150px;
    height: 180px;
    color: #777;
    padding: 150px 10px 0 10px;
    background: #fff;
    box-sizing: border-box;
    background-image: url("/static/weios/fenxiao/image/123.jpg");
    background-size: 150px 150px;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
    opacity: 0;
    display:none;
}

.home-maintitle-bottom button:nth-of-type(2):hover::after {
    opacity: 1;
    display:block;
}

.index-title1 span {
    font-size: 35px;
}

.index-title1 p {
    font-size: 16px;
}

.distribution-box1 {
    padding-top: 160px;
    padding-bottom: 140px;
}

.distribution-box1 .index-title1 {
    text-align: left;
    margin-bottom: 77px;
    position: relative;
}

.distribution-box1 .index-title1 p {
    line-height: 2;
    letter-spacing: 2px;
}

.distribution-box1 .index-title1 p span {
    color: #9d7cff;
    font-size: 16px;
}

.distribution-box1 .tip-left {
    position: absolute;
    top: -70px;
    left: -85px;
}

.distribution-box1 .tip-right {
    position: absolute;
    bottom: -70px;
    right: -77px;
}

.distribution-box2 {
    padding: 85px 0 1px;
    background-color: #f7f7fc;
}

.distribution-box2-content {
    display: flex;
    width: 1200px;
    margin: 50px auto;
    flex-wrap: wrap;
    justify-content: center;
}

.distribution-box2-content li {
    width: 400px;
    height: 250px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.distribution-box2-content li img {
    width: 100px;
    height: 100px;
    /* height: 60px; */
    margin-bottom: 10px;
}

.distribution-box2-content li p {
    /* font-weight: bolder; */
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
}

.distribution-box2-content li span {
    color: #777;
    font-size: 16px;
    text-align: center;
    line-height: 1.5;
}

.distribution-box3 {
    padding: 50px 0 50px;
}

.distribution-box3-content {
    height: 650px;
    margin-top: 90px;
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}
.distribution-box3 .index-title1 p small{
    display:block;
    font-size:14px;
    line-height:30px;
}
i{
    font-style:normal
}


.distribution-box3-content .step-left {
    width: 570px;
    margin-right: 100px;
}

.distribution-box3-content .step-left>div {
    display: none;
}

.distribution-box3-content .step-left .step-left-1 {
    position: relative;
}

.distribution-box3-content .step-left .step-left-1 .step-left-bg {
    position: absolute;
    right: 10px;
    top: 48px;
}

.distribution-box3-content .step-left .step-left-1 .step-left-phone {
    position: absolute;
    top: 0;
    right: 238px;
}

.distribution-box3-content .step-left .step-left-1 .step-left-desc {
    position: absolute;
    top: 125px;
    right: 0;
}

.distribution-box3-content .step-left .step-left-1 .step-left-jiantou {
    position: absolute;
    right: 191px;
    top: 165px;
}

.distribution-box3-content .step-left .step-left-1.active {
    display: block;
}

.distribution-box3-content .step-left .step-left-1.active .step-left-phone {
    -webkit-animation: RightToLeft 0.5s forwards;
    animation: RightToLeft 0.5s forwards;
}

.distribution-box3-content .step-left .step-left-1.active .step-left-desc {
    -webkit-animation: LeftToRight 0.5s forwards;
    animation: LeftToRight 0.5s forwards;
}

.distribution-box3-content .step-left .step-left-1.active .step-left-jiantou {
    -webkit-animation: flipInX 1s forwards;
    animation: flipInX 1s forwards;
}

.distribution-box3-content .step-left .step-left-2 {
    position: relative;
}

.distribution-box3-content .step-left .step-left-2 .step-left-bg {
    position: absolute;
    right: 59px;
    top: 88px;
}

.distribution-box3-content .step-left .step-left-2 .step-left-phone {
    position: absolute;
    top: 0;
    right: 230px;
}

.distribution-box3-content .step-left .step-left-2 .step-left-desc {
    position: absolute;
    top: 172px;
    right: 0;
}

.distribution-box3-content .step-left .step-left-2 .step-left-desc img:first-child {
    margin-bottom: 30px;
}

.distribution-box3-content .step-left .step-left-2.active {
    display: block;
}

.distribution-box3-content .step-left .step-left-2.active .step-left-phone {
    -webkit-animation: RightToLeft 0.5s forwards;
    animation: RightToLeft 0.5s forwards;
}

.distribution-box3-content .step-left .step-left-2.active .step-left-desc {
    -webkit-animation: bounceInDown 1.2s forwards;
    animation: bounceInDown 1.2s forwards;
}

.distribution-box3-content .step-left .step-left-3 {
    position: relative;
}

.distribution-box3-content .step-left .step-left-3 .step-left-bg {
    position: absolute;
    right: 50px;
    top: 123px;
}

.distribution-box3-content .step-left .step-left-3 .step-left-bg .step-poster {
    position: absolute;
    left: 0;
    bottom: 90px;
}

.distribution-box3-content .step-left .step-left-3 .step-left-bg .step-share {
    position: absolute;
    top: 38px;
    right: 21px;
}

.distribution-box3-content .step-left .step-left-3 .step-left-phone {
    position: absolute;
    top: 0;
    right: 149px;
}

.distribution-box3-content .step-left .step-left-3.active {
    display: block;
}

.distribution-box3-content .step-left .step-left-3.active .step-left-phone {
    -webkit-animation: TopToBottom 0.5s forwards;
    animation: TopToBottom 0.5s forwards;
}

.distribution-box3-content .step-left .step-left-3.active .step-poster {
    -webkit-animation: fadeInRight 1.5s forwards;
    animation: fadeInRight 1.5s forwards;
}

.distribution-box3-content .step-left .step-left-3.active .step-share {
    -webkit-animation: fadeInLeft 1.5s forwards;
    animation: fadeInLeft 1.5s forwards;
}

.distribution-box3-content .step-left .step-left-4 {
    position: relative;
}

.distribution-box3-content .step-left .step-left-4 .step-left-bg {
    position: absolute;
    right: 9px;
    top: 90px;
}

.distribution-box3-content .step-left .step-left-4 .step-left-phone {
    position: absolute;
    top: 0;
    right: 243px;
}

.distribution-box3-content .step-left .step-left-4 .step-left-desc {
    position: absolute;
    top: 103px;
    right: 0;
}

.distribution-box3-content .step-left .step-left-4 .step-left-desc img:first-child {
    margin-bottom: 81px;
}

.distribution-box3-content .step-left .step-left-4.active {
    display: block;
}

.distribution-box3-content .step-left .step-left-4.active .step-left-phone {
    -webkit-animation: RightToLeft 0.5s forwards;
    animation: RightToLeft 0.5s forwards;
}

.distribution-box3-content .step-left .step-left-4.active .step-left-desc {
    -webkit-animation: bounceInDown 1.2s forwards;
    animation: bounceInDown 1.2s forwards;
}

.distribution-box3-content .step-right .step-right-item {
    border: 2px solid #d1e1ff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 0 47px;
    width: 352px;
    height: 126px;
    cursor: pointer;
}

.distribution-box3-content .step-right .step-right-item .step-right-round {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d1e1ff;
}

.distribution-box3-content .step-right .step-right-item .step-num {
    color: #cbcbcb;
    font-size: 26px;
    margin: 0 30px;
}

.distribution-box3-content .step-right .step-right-item .step-desc {
    width: 0;
    flex: 1;
    color: #777777;
    font-size: 16px;
    text-align: left;
    line-height: 1.75;
}

.distribution-box3-content .step-right .step-right-item .active-tip {
    position: absolute;
    bottom: 15px;
    left: 15px;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    opacity: 0;
    transform: translateY(20px);
}

.distribution-box3-content .step-right .step-right-item .active-tip img {
    margin-right: 4px;
}

.distribution-box3-content .step-right .step-right-item .active-tip p {
    color: #9d7cff;
    font-size: 12px;
}

.distribution-box3-content .step-right .step-right-item .liner {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #9d7cff;
    transition: all 0.1s linear;
    transform: translateX(-484px);
}

.distribution-box3-content .step-right .step-right-item.active {
    box-shadow: 0px 0px 10px rgba(17, 84, 201, 0.16);
    border-color: transparent;
}

.distribution-box3-content .step-right .step-right-item.active .liner {
    display: block;
}

.distribution-box3-content .step-right .step-right-item.active .active-tip {
    opacity: 1;
    transform: translateY(0px);
}

#step.active .title-desc {
    -webkit-animation: BottomToTop 0.5s forwards;
    animation: BottomToTop 0.5s forwards;
}

#step.active .step-left {
    -webkit-animation: RightToLeft 1s forwards;
    animation: RightToLeft 1s forwards;
}

#step.active .step-right .step-right-item:nth-child(1) {
    -webkit-animation: LeftToRight 0.8s forwards;
    animation: LeftToRight 0.8s forwards;
}

#step.active .step-right .step-right-item:nth-child(2) {
    -webkit-animation: LeftToRight 1.1s forwards;
    animation: LeftToRight 1.1s forwards;
}

#step.active .step-right .step-right-item:nth-child(3) {
    -webkit-animation: LeftToRight 1.4s forwards;
    animation: LeftToRight 1.4s forwards;
}

#step.active .step-right .step-right-item:nth-child(4) {
    -webkit-animation: LeftToRight 1.7s forwards;
    animation: LeftToRight 1.7s forwards;
}

.flex {
    display: flex;
}

.flex-column {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.distribution-box4 {
    padding: 110px 0 20px;
    background-color: #f7f7fc;
}

.distribution-box4-content {
    display: flex;
    width: 1230px;
    margin: 50px auto;
    flex-wrap: wrap;
    justify-content: center;
}

.distribution-box4-content li {
    width: 410px;
    height: 260px;
    box-sizing: border-box;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    background-size: 100% 100%;
    color: white;
}

.distribution-box4-content li .title {
    font-size: 28px;
    margin-top: 65px;
    margin-left: 60px;
    margin-bottom: 29px;
}

.distribution-box4-content li span {
    font-size: 16px;
    margin-left: 60px;
    line-height: 1.5;
}

.distribution-box4-content li:nth-child(1) {
    background-image: url("/static/weios/fenxiao/image/10.png");
}

.distribution-box4-content li:nth-child(2) {
    background-image: url("/static/weios/fenxiao/image/11.png");
}

.distribution-box4-content li:nth-child(3) {
    background-image: url("/static/weios/fenxiao/image/12.png");
}

.distribution-box4-content li:nth-child(4) {
    background-image: url("/static/weios/fenxiao/image/13.png");
}

.distribution-box4-content li:nth-child(5) {
    background-image: url("/static/weios/fenxiao/image/14.png");
}

.distribution-box4-content li:nth-child(6) {
    background-image: url("/static/weios/fenxiao/image/15.png");
}

#scene {
    padding: 100px 0;
}

#scene .main {
    margin-top: 80px;
}

#scene .main .item {
    /* opacity: 0; */
    /* transform: translateY(-30px); */
    /* transition: all 0.5s; */
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 290px;
    height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* box-shadow: 0px 3px 10px #ffebeb; */
    box-shadow: 0px 3px 10px rgba(120, 169, 255, 0.16);
    border-radius: 10px;
}

#scene .main .item:not(:last-child) {
    margin-right: 40px;
}

#scene .main .item .title {
    color: #1c1e2b;
    font-weight: bold;
    font-size: 20px;
    margin: 15px 0;
}

#scene .main .item .item-text {
    width: calc(100% - 60px);
    padding: 13px 0 0 13px;
    border-top: 1px solid #e1e4fb;
    text-align: left;
    color: #777777;
    font-size:15px;
}

#scene .main .item .item-text p {
    line-height: 1.5;
}

#scene .main .item .hover {
    transition: all 0.3s;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    overflow: hidden;
}

#scene .main .item .hover .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.51;
}

#scene .main .item .hover .header {
    width: 100%;
    height: 160px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scene .main .item .hover .header .title {
    color: white;
}

#scene .main .item .hover .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    padding-top: 40px;
    text-align: center;
    background-color: white;
}

#scene .main .item .hover .content p {
    color: #1c1e2b;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scene .main .item .hover .content p::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/static/weios/fenxiao/image/scene-wx.png");
    margin-right: 10px;
}

#scene .main .item:hover .hover {
    opacity: 1;
}

#scene .main .item.active {
    opacity: 1;
    transform: translateY(0);
}

#exam {
    padding: 80px 0;
    background-color: #fafbfd;
}

#exam .main {
    cursor: pointer;
    overflow: hidden;
    width: 1200px;
    height: 500px;
    /* box-shadow: 0px 3px 10px #ffebeb; */
    box-shadow: 0px 3px 10px rgba(120, 169, 255, 0.16);
    border-radius: 10px;
    margin: 64px auto 80px;
    /* opacity: 0; */
}

#exam .main .exam.animate {
    transition: all 1s;
}

#exam .main .exam>div {
    width: 1200px;
    height: 500px;
    flex-shrink: 0;
}

#exam .main p {
    color: #1c1e2b;
}

#exam .main .exam-content {
    background: white;
    width: 0;
    flex: 1;
    padding: 55px 77px 0;
    text-align: left;
}

#exam .main .exam-content .title {
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 28px;
}

#exam .main .exam-content .desc {
    color: #777777;
    line-height: 1.5;
}

#exam .main .exam-content .sub-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 50px;
}

#exam .main .exam-content .data>div {
    width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#exam .main .exam-content .data>div>p:first-child {
    margin: 20px 0 17px;
    color: #78a9ff;
}

#exam .main .exam-content .data>div>p:first-child span {
    font-size: 20px;
    position: relative;
    top: 1px;
}

#exam .main .exam-content .data>div>p:last-child {
    color: #777777;
}

#exam .bar {
    transition: all 1s;
}

#exam .bar>div span {
    cursor: pointer;
    transition: all 1s;
    width: 20px;
    height: 10px;
    background-color: #dfe1f2;
    border-radius: 5px;
    opacity: 1 !important;
}

#exam .bar>div span:not(:last-child) {
    margin-right: 15px;
}

#exam .bar>div span.swiper-pagination-bullet-active {
    width: 30px;
    background-color: #78a9ff;
}

#exam.active .main {
    -webkit-animation: BottomToTop 1s forwards;
    animation: BottomToTop 1s forwards;
}

#exam.active .bar {
    /* opacity: 1; */
}

@-webkit-keyframes RightToLeft {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes RightToLeft {
    from {
        opacity: 0;
        transform: translateX(-150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes LeftToRight {
    from {
        opacity: 0;
        transform: translateX(150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes LeftToRight {
    from {
        opacity: 0;
        transform: translateX(150px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@-webkit-keyframes TopToBottom {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes TopToBottom {
    from {
        opacity: 0;
        transform: translateY(-150px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes BottomToTop {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes BottomToTop {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@-webkit-keyframes float {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    75% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes bounceInDown {
    33% {
        opacity: 0;
        transform: translate3d(0, -150px, 0);
    }

    60% {
        opacity: 0.6;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        opacity: 0.75;
        transform: translate3d(0, -10px, 0);
    }

    90% {
        opacity: 0.9;
        transform: translate3d(0, 5px, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes bounceInDown {
    33% {
        opacity: 0;
        transform: translate3d(0, -150px, 0);
    }

    60% {
        opacity: 0.6;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        opacity: 0.75;
        transform: translate3d(0, -10px, 0);
    }

    90% {
        opacity: 0.9;
        transform: translate3d(0, 5px, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes bounceInDown1 {
    33% {
        opacity: 0;
        transform: translate3d(0, -150px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        opacity: 1;
        transform: translate3d(0, -10px, 0);
    }

    90% {
        opacity: 1;
        transform: translate3d(0, 5px, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes bounceInDown1 {
    33% {
        opacity: 0;
        transform: translate3d(0, -150px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        opacity: 1;
        transform: translate3d(0, -10px, 0);
    }

    90% {
        opacity: 1;
        transform: translate3d(0, 5px, 0);
    }

    100% {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInRight {
    33% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInRight {
    33% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes fadeInLeft {
    33% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes fadeInLeft {
    33% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        opacity: 1;
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotateX(-5deg);
    }

    to {
        opacity: 1;
        transform: perspective(400px);
    }
}

.distribution-box5,
.distribution-box6{
    height:700px;
    background:#fff;
    padding-top:50px; 
    display:flex;
    align-items:center;
    justify-content: center;
}
.distribution-box7{
    height:700px;
    background:#fff;
    padding-top:10px; 
    display:flex;
    align-items:center;
    justify-content: center;
}
.distribution-box5 .content-left,
.distribution-box6 .content-left,
.distribution-box7 .content-left{
    /* width:400px; */
    position: relative;
    width:600px;
    height:500px;
}
.distribution-box5 .content-right,
.distribution-box6 .content-right,
.distribution-box7 .content-right{
    margin-left:0;
    margin-right:100px;
}


.distribution-box5 .content-left img,.distribution-box6 .content-left img,.distribution-box7 .content-left img{
    position:absolute;
}

.distribution-box5 .content-right,.distribution-box6 .content-right,.distribution-box7 .content-right{
    margin-left:100px;
    width:340px;
}
.distribution-box5 .content-right>strong,.distribution-box6 .content-right>strong,.distribution-box7 .content-right>strong{
    font-size:25px;
    color:rgba(51,51,51,1);
    position:relative;
    left:-20px;
}
.distribution-box5 .content-right>p,.distribution-box6 .content-right>p,.distribution-box7 .content-right>p{
    /* margin:50px auto 40px auto; */
    font-size:16px;
    line-height:50px;
    color:rgba(119,119,119,1);
    position:relative;
    left:-20px;
}

.distribution-box5 .content-right ul li,
.distribution-box6 .content-right ul li,
.distribution-box7 .content-right ul li{
    /* list-style-type: disc; */
    position: relative;
    margin:30px auto;
}

.distribution-box5 .content-right ul li::before,
.distribution-box6 .content-right ul li::before,
.distribution-box7 .content-right ul li::before{
    content:"";
    width:8px;
    height:8px;
    background:#000;
    border-radius:50%;
    position:absolute;
    left:-20px;
    top:8px;
}


.distribution-box5 .content-right ul li p,
.distribution-box6 .content-right ul li p,
.distribution-box7 .content-right ul li p{
    font-size:14px;
    color:#777;
    line-height:30px;
}
