.about {
    padding: 20px;
    background: #eeeeee;
}

.about-content {
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.classify {
    background-color: white;
}

.classify li {
    list-style-type: disc;
}

.classify ul {
    padding-left: 30px;
}

.about_border {
    border: 1px solid #cccccc;
    padding: 20px;
    margin-bottom: 10px;
}

h5 {
    margin-top: 0px !important;
}

.recommend p {
    text-align: center;
}

.seat,
.recommend,
.classify,
.touch {
    background-color: white;
}

.seat,
.synopsis,
.recommend,
.classify,
.touch {
    transition: 0.5s;

}

.touch > p {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .about-img img {
        width: 174px;
    }

    .about-content-right {
        margin-left: 10px;
        max-width: 880px;
        display: inline-block;
    }

    .about-content-left {
        width: 210px;
        float: left;
    }

    .synopsis {
        font-size: 16px;
        line-height: 40px;
        text-indent: 30px;
    }
    .synopsisContent>p{
        font-size: 16px!important;
    }
}

@media (min-width: 600px) and (max-width: 1199px) {

    /*.classify{*/
    /*width: 180px;*/
    /*}*/
    .recommend {
        overflow: hidden;
    }

    /*.touch{*/
    /*width: 180px;*/
    /*padding-bottom: 36px!important;*/
    /*}*/
    .synopsis {
        font-size: 13px;
        line-height: 40px;
        text-indent: 28px;
    }

    .about-img img {
        width: 50%;
    }

    .about-img {
        float: left;
        width: 50%;
        text-align: center;
        display: inline-block;
    }

    .about-img p {
        margin-bottom: 0px !important;
    }
    .intro{
        margin-top: 0!important;
    }
}

@media (max-width: 599px) {
    .synopsis {
        font-size: 12px;
        line-height: 25px;
        text-indent: 26px;
    }

    .about-img {
        text-align: center;
    }

    .about-img img {
        width: 80%;
    }
    .intro{
        margin-top: 10px!important;
    }
    .synopsis img{
        margin-bottom: 10px;
    }
    .synopsisContent>p{
        font-size: 14px!important;
    }
}

.tit {
    text-align: right;
    padding-right: 5px;

}

.input-height26 {

    height: 26px !important;
}

.form-control {
    border-radius: 0 !important;
    font-size: 12px !important;
    /*min-width: 250px;*/
    /*margin-bottom: 20px!important;*/
}

tr {

}
