
.mt-20 {
        margin-top: 20px;
}
.ml-20 {
        margin-left: 20px;
        color: #666 !important;
}
.ml-30b {
        margin-left: 30%;
}
.self-main {
        width: 80%;
        margin: 20px auto 0;
}
.self-main .self-title {
        width: 100%;
        color: #027db4;
        font-size: 20px;
        font-weight: 600;
        padding: 15px;
        background: #ecf5ff;
		box-sizing: border-box;
}
.self-main .self-div {
        width: calc(100% - 1px);
        background: #fff;
        padding: 40px;
        border: 1px solid #81d3f8;
        border-top: 0px solid #fff;
		box-sizing: border-box;
        margin-bottom: 30px;
}
.self-main .self-div .self-label {
        font-size: 16px;
        line-height: 30px;
}
.self-main .self-div .self-label span {
        color: #027db4
}
.self-main .self-fx {
        color: #fff;
        background: #f59a23;
        border-radius: 50%;
        width: 120px;
        height: 120px;
        text-align: center;
        line-height: 120px;
        font-size: 16px;
        margin-top: -15px
}

