.content {
    width: 80%;
    padding: 0 10% 5%;
    background-color: #f5f5f5;
    position: relative;
    min-height: 600px;
}
.content > div {
    width: 90%;
    background-color: #fff;
    padding: 3% 5% 3%;
    position: relative;
}
.content .title {
    width: 90%;
    position: absolute;
    top: -62px;
    left: 0%;
    padding: 3% 5% 0;
    background-color: #fff;
}
.content .title .tips {
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    margin-bottom: 20px;
    color: #fff;
    background-color: #30DEEA;
    border-radius: 15px;
}
/* .content .title h2 {
} */
.content .title p:last-child {
    margin-top: 10px;
    font-size: 12px;
    color: #676767;
}
.content .content-box {
    width: 100%;
    min-height: 500px;
    padding: 7% 0 0;
    color: #676767;
}
.content .content-box > p:first-child {
    /*min-height: 400px;
    margin-bottom: 20px;*/
}
.content .operation {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #DADADA;
}
.content .operation > p {
    padding: 5px 15px;
    border-radius: 15px;
    border: 1px solid #A1A1A1;
}
.content .content-box > p:last-child {
    font-size: 12px;
    padding: 20px 0;
}
.content .content-box > p:last-child span {
    color: #027FFD;
    margin-right: 15px;
}




@media (min-width: 1600px){
    .content .title p:last-child, .content .content-box > p:last-child {
        font-size: 14px;
    }
    
}
