
    * {
        font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
    }

    .activity-detail .activity-over {
        color: #fff;
        left: 12px;
        top: 12px;
        background-color: rgba(10, 11, 14, 0.8);
        border-radius:2px;
        font-size: 14px;
    }

    .diy-active:hover,
    .diy-active:active,
    .diy-active:visited,
    .diy-active:focus {
        color: #fff;
    }

    .main {
        background: #F1F3F6;
    }

    .activity-detail .activity-basic {
        box-sizing: border-box;
        position: relative;
    }

    .activity-tag-diy {
        display: flex;
        align-items: center;
        margin-top: 14px;
    }

    .activity-tag-diy span {
        background: rgba(0, 99, 254, 0.08);
        border-radius: 2px;
        margin-right: 12px;
        color: #0063FE;
        padding: 4px 10px;
    }

    .apply-num {
        color: #0BC072;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        margin-top: -4px;
    }

    .activity-detail {
        position: relative;
    }

    .activity-middle {
        font-size: 16px;
        background: #fff;
        width: 1200px;
        margin: 16px auto 0;
        box-sizing: border-box;
        padding: 0 16px 20px;
    }

    .activity-middle h3 {
        line-height: 28px;
        width: 100%;
        height: 56px;
        display: flex;
        align-items: center;
        font-weight: 600;
        color: #0A0B0E;
        font-size: 16px;
    }

    .activity-middle h3:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 14px;
        background: #0063FE;
        margin-right: 6px;
        vertical-align: middle;
        border-radius: 2px;
        position: relative;
    }

    .form-container {
        max-width: 1200px;
        margin: 24px auto;
    }

    .form-row {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .form-group {
        flex: 1;
        margin: 0 20px  0 0;
    }

    #baoming {
        width: 240px;
        height: 48px;
        background: #0063FE;
        display: flex;
        align-items: center;
        font-size: 16px;
        justify-content: center;
        margin: 48px auto 0 auto;
    }

    #baoming::after {
        content: '';
        display: inline-block;
        background: url("/static/diy/image/ic_16_next@2x.png") no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        margin-left: 8px;
    }

    .form-group label.label-title {
        display: block;
        margin-bottom: 5px;
        position: relative;
        margin-left: 6px;
        line-height: 24px;
    }

    .form-group label.label-title::before {
        content: "*";
        position: absolute;
        left: -8px; /* 定位到左上角 */
        top: 3px;
        width: 8px;
        height: 8px;
        color: red;
    }

    .form-group input {
        width: 376px;
        height: 44px;
        padding: 8px;
        box-sizing: border-box;
        border: 1px solid #E6E8EB;
    }

    .form-group textarea {
        width: 100%;
        height: 120px;
        padding: 10px 14px;
        box-sizing: border-box;
        border: 1px solid #E6E8EB;
    }

    .error {
        color: red;
        font-size: 0.9em;
    }

    button {
        padding: 10px 20px;
        background-color: #007BFF;
        color: white;
        border: none;
        cursor: pointer;
    }

    button:hover {
        background-color: #0056b3;
    }

    .activity-middle-desc {
        font-size: 14px;
        color: #85888C;
        text-align: center;
        margin-bottom: 48px;
    }

    .activity-detail .activity-content {
        width: 895px;
        background-color: #fff;
        box-sizing: border-box;
        padding: 0 16px 16px;
    }

    .activity-detail .activity-content h3 {
        font-size: 16px;
        font-weight: bold;
        color: #0A0B0E;
        height: 56px;
        line-height: 56px;

    }

    .activity-detail .activity-content h3:before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 14px;
        background: #0063FE;
        margin-right: 6px;
        vertical-align: middle;
        border-radius: 2px;
        position: relative;
        top: -1px;
    }

    .diy-apply-box-out {
        width: 286px;
        padding: 16px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .diy-apply-box {
        width: 100%;
        border-bottom: 1px solid #E6E8EB;
        margin:20px 0
    }

    .diy-apply-box:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    
    .diy-apply-box-out h3 {
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        display: flex;
        align-items: center;
    }

    .diy-apply-box-out h3::before {
        content: '';
        display: inline-block;
        width: 4px;
        height: 14px;
        background: #0063FE;
        margin-right: 8px;
        border-radius: 2px;
        position: relative;
        top:1px;
    }

    .diy-apply-box img {
        width: 254px;
        height: 139px;
    }

    .diy-apply-box .diy-apply-title {
        font-size: 14px;
        font-weight: bold;
        color: #25262A;
        line-height: 20px;
        margin-top: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .diy-apply-box .diy-apply-desc1,
    .diy-apply-box .diy-apply-desc2 {
        font-size: 14px;
        color: #7F8388;
        line-height: 18px;
        margin-top: 14px;
    }

    .diy-apply-box .diy-apply-desc2 {
        margin-top: 6px;
        margin-bottom: 21px;
    }
    .diy-apply-box:last-child .diy-apply-desc2{
        margin-bottom: 0;
    }
    .diy-apply-desc1 i,
    .diy-apply-desc2 i{
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url('/static/diy/image/ic_14_address_grey@2x.png') no-repeat;
        background-size: 14px 14px;
        margin-right: 4px;
        vertical-align: middle;
    }
    .diy-apply-desc2 i{
        background: url("/static/diy/image/ic_14_time_grey@2x.png") no-repeat;
        background-size: 14px 14px;
    }

    .wantapplyform-img {
        background: url('/static/diy/image/illustration_sign up@2x.png') no-repeat;
        background-size: 336px 200px;
        width: 336px;
        height: 200px;
        margin: 0 auto;
        margin-top: 60px;

    }
    .diy-apply-desc1 span:last-child{
        width: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
        vertical-align: bottom;
    }

    .activity-middle a.formbut {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 30px auto;
        background: #0063FE;
        width: 240px;
        height: 48px;
        font-size: 16px;
        line-height: 48px;
        color: #fff;
        border-radius: 4px;
    }

    .activity-middle a.formbut::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/static/diy/image/ic_16_next@2x.png) no-repeat;
        background-size: 20px 20px;
        margin-left: 8px;
    }

    .activity-middle .agree {
        color: #85888C;
        font: 14px/20px "PingFangSC";
        margin: 20px 0 0 0;
        padding-bottom: 50px;
        text-align: center;
    }

    #myForm .send_code {
        background: none;
        color: #0063FE;
        font-size: 14px;
        line-height: 46px;
        position: absolute;
        right: 14px;
        top: 29px;
        height: 46px;
        text-align: center;
        border: none;
        padding: 0;
        cursor: pointer;
        border-radius: 2px;
        float: right;
    }

    .diy-status-alert {
        width: 100%;
        height: 44px;
        background-color: rgba(239, 130, 2, 0.1);
        line-height: 20px;
        color: #EF8202;
        padding: 12px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .diy-apply-content{
        /*padding-bottom: 32px*/
        border-bottom: 1px solid #E6E8EB;
    }
    .diy-apply-content:last-child{
        border-bottom: none;
    }
    .diy-apply-content ul{
        display: flex;
        flex-wrap: wrap;
    }
    .diy-apply-content li{
        flex-shrink: 0;
        margin-top: 20px;
        width: 33.33%;
    }
    .diy-apply-content li:first-child {
        font-size: 18px;
        color: #0A0B0E;
        font-weight: 600;
        line-height: 24px;
        width: 100%;
    }
    .diy-apply-content li:nth-child(6) {
        width: 66.66%;
    }
    .diy-apply-content li:last-child {
        width: 100%;
    }
    .activity-middle .control-right{
        color: #0063FE;
        font-size: 14px;
        font-weight: 500;
        float: right;
        width: 172px;
        text-align: right;
        display: flex;
    }
    .activity-middle .control-right .control-edit,
    .activity-middle .control-right .control-cancel{
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .activity-middle .control-right .control-cancel{
        margin-left: 20px;
    }

    .activity-middle .control-right .control-edit:before,
    .activity-middle .control-right .control-cancel:before{
        content: '';
        display: inline-block;
        background: url("/static/diy/image/ic_16_edit@2x.png") no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
    .activity-middle .control-right .control-cancel:before{
        background: url("/static/diy/image/ic_16_withdraw@2x.png") no-repeat;
        background-size: 16px 16px;
    }

    .diy-header{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E6E8EB;
    }
    .activity-replay{
    }
    .diy-replay{
        display: flex;
        flex-wrap: wrap;
    }
    .diy-replay li{
        width: 183px;
        height: 117px;
        cursor: pointer;
        position: relative;
        margin-right: 14px;
    }
    .diy-replay li:nth-child(6n){
        margin-right: 0;
    }
    .diy-replay li:nth-child(n+7){
        margin-top: 14px;
    }
    .diy-replay li video{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .video-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .diy-replay li:hover .video-overlay {
        opacity: 1;
    }
    .play-icon {
        width: 40px;
        height: 40px;
        background: url('/static/diy/image/ic_play@2x.png') no-repeat center;
        background-size: contain;
    }
    .video-duration {
        position: absolute;
        left: 5px;
        bottom: 5px;
        background: rgba(0,0,0,0.7);
        color: white;
        padding: 2px 5px;
        border-radius: 2px;
        font-size: 12px;
    }


    .el-tabs__content img{
        width: 100%;
    }

    .el-tabs__header{
        margin: 0 0 16px;
    }

    .form-group input::placeholder{
        color: #85888C;
    }

    .diy-zi{
        position: absolute;
        right: 0;
        top: 0;
        color: #85888C;
        font-size: 14px;
        font-style: normal;
    }

    .diy-beizhu{
        display:inline-block;width: 91%;white-space: normal; word-wrap: break-word; margin-left: 4px;
    }
    .activity-detail .activity-status{
    }

