body {
        background: #f3f4f6;
        padding-bottom: 10px;
    }
    #app{
        border-top:1px solid #f3f3f3;
    }
    .conent {
        padding: 15px;
        background: #fff;
    }

    .topimg img {
        width: 100%;
    }

    .detail {
        margin-top: 20px;
    }

    .detail_title {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        color: #222222;
    }

    .info {
        margin-top: 18px;
        font-size: 14px;
        color: #666666;
    }
    .place-t {
        width: 100%;
        padding-top: 49.333%;
    }
    .fine {
        margin-top: 15px;
    }
    .top_video{
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        overflow: hidden;
    }

    .video_box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .fine_title {
        padding: 0 15px;
        font-size: 15px;
        line-height: 1;
        color: #666;
        margin-bottom: 10px;
    }

    .fine_list {
        background: #fff;
    }

    .fine_item {
        padding: 15px;
        border-bottom: 1px solid #f3f3f3;
    }

    .fine_item:last-child {
        border-bottom: none;
    }

    .fine_item_title {
        font-size: 16px;
        line-height: 1;
        font-weight: 500;
        color: #222222;
    }

    .fine_item_img {
        margin-top: 10px;
    }

    .fine_item_img img {
        width: 100%;
    }

    .fine img{
        width:100%;
        margin-top: 10px;
    }


    .info_content img {
        max-width:100%;
        margin-bottom:10px;
    }

    .info_content {
        font-size: 14px;
    }