    img {
        height: auto;
    }

    .tag-list {
        width: 100%;
        padding: 0 0 20px 0;
        overflow-x: auto;
        white-space: nowrap;
    }
    .page-title{
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
    }
    .editorpage .page-left{
        margin-top: 10px;
        background: #F6F6F6;
        padding: 0;
    }
    .reviewcon-box{
        background: #FFFFFF;
        border-radius: 20px;
        padding: 20px;
    }
    .subject-n-wrapper{
        padding-bottom: 0;
    }
    .section-title-line{
        background: #FFFFFF;
        border-radius: 20px;
        margin-top: 12px;
        padding: 20px;
    }

    .section-title{
        margin-top: 0;
    }
    .tag {
        display: inline-block;
        list-style: none;
        padding: 0 6px;
        height: 22px;
        background: linear-gradient( 134deg, #FCFCFC 0%, #F2FFF8 100%);
        border-radius: 4px;
        border: 1px solid #DFEFE6;
        border-radius: 4px;
        font-weight: 400;
        font-size: 12px;
        color:#37CD78;
        text-align: center;
        line-height: 20px;
        vertical-align: middle;
        margin-left: 10px;
        cursor: pointer;
    }
    .tag:hover{
        background: #37CD78;
        color: #ffffff;
    }
    .tag:first-child {
        margin-left: 0;
    }
    .editcon-box-link:hover{
        background: #24B864;
        color: #FFFFFF;
    }
    .editor-box{
        margin-bottom: 0;
    }
    @media screen and (max-width: 720px) {
        .tag-list {
            width: 100%;
            padding: 0.1rem 0;
            overflow-x: auto;
            white-space: nowrap;
        }

        .tag {
            display: inline-block;
            list-style: none;
            padding: 0 6px;
            height: 22px;
            background: linear-gradient( 134deg, #FCFCFC 0%, #F2FFF8 100%);
            border-radius: 4px;
            border: 1px solid #DFEFE6;
            border-radius: 4px;
            font-weight: 400;
            font-size: 12px;
            color:#37CD78;
            text-align: center;
            line-height: 20px;
            vertical-align: middle;
            margin-left: 10px;
            cursor: pointer;
        }
    }
    .adv-bottom_layer {
    display:none;
    width: 100%;
    height:80px;
    padding: 5px 0;
    position: fixed;
    z-index: 100;
    text-align: center;
    left: 0;
    bottom: 0;
    background: #2898FF;
  }
  
  .adv-close {
    position: absolute;
    left: 0;
    top:-15px;
    width: 30px;
    height: 20px;
    background: #2898FF url("/static/apkfunny/img/icon_arrow.png") center top no-repeat;
    z-index: 999;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
  }