.view-left .layui-form:first-child {
    max-width: 400px;margin: 0 auto;text-align: center;
}
.view-left .layui-form .layui-inline {
    text-align: left;
}
.pc .layui-form-item .layui-input-inline {
    width: 100px!important;
}
.mobile .layui-form-item .layui-input-inline{
    margin-left: 40px!important;margin-bottom: 0px;
}
.mobile .select-box {
    margin-bottom: 0px;
}
.mobile .layui-form-item .layui-inline {
    float: left!important;clear: none;width: 50%;margin-bottom: 0px;
}
.layui-form-label {
    padding-right: 10px;
    width: 30px;
}
.page-top .layui-btn {
    width: 100% !important;
}
.mobile .page-top {
    margin-bottom: 10px;
}
.tag-box .c5 {
    background-color: #fe726e!important;
    background-image: linear-gradient(0deg, #fe726e 0%, #ffb38e 100%)!important;
}
.tag-box .c4 {
    background-color: #ffa45d!important;
    background-image: linear-gradient(0deg, #ffa45d 0%, #ffd18d 100%)!important;
}
.tag-box .c3 {
    background-color: #63c7fb!important;
    background-image: linear-gradient(0deg, #63c7fb 0%, #88e2f2 100%)!important;
}
.tag-box .c2 {
    background-color: #ec63fb!important;
    background-image: linear-gradient(0deg, #ec63fb 0%, #d9b8ee 100%)!important;
}
.tag-box .c1 {
    background-color: #63fb8e!important;
    background-image: linear-gradient(0deg, #63fb8e 0%, #cef3cb 100%)!important;
}
.tag-box {
    border-top: 1px solid #eee;padding-top: 30px;
    display: flex;
    flex-direction: column;
}
.tag-box .prog-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    border-radius: 14px;
    ttransform: all 0.4s;
    background-color: #75c788;
    background-image: linear-gradient(0deg, #75c788 0%, #c5e7c5 100%);
}
.tag-box .tit {
    position: absolute;width: 60px;left: 0;text-align: right;
}
.tag-box .prog {
    width: 70%;
    height: 21px;
    background-color: #fff;
    border-radius: 10px;
    position: absolute;left: 70px;
    box-shadow: 0px 0px 18px rgba(255, 144, 162, 0.32);
    z-index: 1;
}
.pc .tag-box .item {
    width: 60%;
    margin: 0 auto;
}
.tag-box .item {
    position: relative;
    height: 50px;
}
.love-box {
    border: 1px solid #eee;height: 40px;background-color: #e88294;color: #fff;position: relative;font-weight: bold;border-radius: 6px;
}
.tag-box .val {
    position: absolute;right: 10px;
    z-index: 2;
}
.left-box {
    float: left;width: 50%;text-align: center;line-height: 40px;
}
.mobile .left-box {
    width: 40%;
    text-align: left;padding-left: 10px;font-size: 12px;
}
.mobile .right-box {
    padding-right: 10px;float: right;text-align: right;
}
.mid-box {
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;background-color: #fff;border: 3px solid #f59dab;border-radius: 50px;color: #e88294;
    padding: 10px;
}
.context-txt .item_title {
    margin-bottom: 0px;
}
.context-txt .dl {
    margin-top: 10px;
}
.context-txt .dl .dt {
    font-weight: bold;margin-bottom: 10px;font-size: 16px;
}
.context-txt .dl .dd {
    line-height: 26px;
}
.mt-10 {
    margin-bottom: 10px;
}
.mt-10 .pd {
    padding-top: 30px;
}
