div, span, a, p, li, input {
    font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
}
html body{
    padding: 0;
    margin: 0;
}
body {
    background-image: linear-gradient(141deg, #00D7C9 0%, #00ABC9 100%);
}
.container {
    margin: 0 auto;
    max-width: 860px;
    padding: 0 10px 10px 12px;
    position: relative;
}

.container .title-img {
    margin-left: -11px;
    width: calc(100% + 20px);
}

.container #example-video {
    width: 0;
    height: 0;
    z-index: 9;
}

.part {
    background-color: #fff;
    border-radius: 2.3px;
    margin-top: 40px;
    padding: 0 14px 14px 14px;
}

.part .part-title {
    width: 271px;
    height: 34px;
    border-radius: 19px;
    border: 2px solid #fff;
    margin: -19px auto 0;
    line-height: 32px;
    color: #fff;
    background-color: #00CAC9;
    text-align: center;
    font-size: 14px;
}

.part .part-title span {
    font-size: 18px;
}

.part .process {
    margin: 15px 0 20px;
}

.part .process .p-name {
    height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    line-height: 150%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.part .process .p-name i {
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
    background-color: #00ABC9;
    color: #fff;
    font-style: normal;
    font-weight: normal;
    flex-shrink: 0;
    flex-grow: 0;
}

.part .process .p-name span {
    display: block;
    text-indent: -3.3em;
    padding-left: 3.3em;
    line-height: 100%;
}

.part .process > p {
    font-size: 16px;
    color: #333;
    line-height: 150%;
    margin: 11px 0;
}

.part .process .p-video {
    position: relative;
    height: 20px;
    padding: 10px 40px 10px 8px;
    background-image: linear-gradient(135deg, #00D7C9 0%, #00CAC8 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.part .process .p-video > img {
    position: absolute;
    top: 8px;
    right: 8px;
    height: 24px;
    width: 24px;
}

.clearfix::before{
    content: '';
    display: table;
}

.part-title.p5 {
    font-size: 12px;
}

@media screen and (min-width: 600px) {
    .container #example-video {
        width: 0;
        height: 0;
        z-index: 9;
    }

    .part {
        border-radius: 4px;
        margin-top: 80px;
        padding: 0 24px 24px 24px;
    }

    .part .part-title {
        width: 400px;
        height: 40px;
        border-radius: 22px;
        border: 2px solid #fff;
        margin: -19px auto 0;
        line-height: 38px;
        color: #fff;
        background-color: #00CAC9;
        text-align: center;
        font-size: 18px;
    }

    .part .part-title span {
        font-size: 22px;
    }

    .part .process {
        margin: 22px 0 30px;
    }

    .part .process .p-name {
        height: 20px;
        font-size: 17px;
        font-weight: bold;
        color: #333;
        line-height: 150%;
    }

    .part .process .p-name i {
        height: 20px;
        width: 20px;
        line-height: 20px;;
    }

    .part .process > p {
        font-size: 16px;
        color: #333;
        line-height: 24px;
        margin: 15px 0;
    }

    .part .process .p-video {
        position: relative;
        padding: 15px;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .part .process .p-video > img {
        position: absolute;
        top: 13px;
        right: 10px;
        height: 24px;
        width: 24px;
    }

    .p5 {
        font-size: 12px;
    }
}


#example-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
}

#close-button {
    display: none;
    position: fixed;
    right: 10px;
    top: 10px;
    width: 48px;
    height: 48px;
    background-image: url('../images/cancel@3x.png');
    background-size: 30px 30px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: #333;
    border-radius: 26px;
    border: 2px solid #fff;
}



a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #00D7C9;
}