.menu {
    margin: 10px 0 0;
}
.pro-type {
    overflow: hidden;
    padding: 0 5px;
    line-height: 40px;
    font-size: 1.3rem;
    background: #eee;
}
.pro-type a {
    float: left;
    display: inline-block;
    width: 20%;
    color: #80b448;
    text-align: center;
	border-bottom: #ccc solid 1px;
}
.pro-type a:hover, .pro-type a.current {
    color: #fff;
    background: #80b448;
}
#pro-detail .pro-detail {
    max-height: 192px;
}
@media screen and (min-width: 321px) and (max-width: 360px) {
    #pro-detail .pro-detail {
        max-height: 216px;
    }
}
@media screen and (min-width: 361px) and (max-width: 375px) {
    #pro-detail .pro-detail {
        max-height: 225px;
    }
}
@media screen and (min-width: 376px) and (max-width: 400px) {
    #pro-detail .pro-detail {
        max-height: 240px;
    }
}
@media screen and (min-width: 401px) and (max-width:414px) {
    #pro-detail .pro-detail {
        max-height: 248px;
    }
}
@media screen and (min-width: 415px) and (max-width:440px) {
    #pro-detail .pro-detail {
        max-height: 264px;
    }
}
@media screen and (min-width: 441px) and (max-width:480px) {
    #pro-detail .pro-detail {
        max-height: 288px;
    }
}
@media screen and (min-width: 481px) and (max-width:520px) {
    #pro-detail .pro-detail {
        max-height: 312px;
    }
}
@media screen and (min-width: 521px) and (max-width:560px) {
    #pro-detail .pro-detail {
        max-height: 336px;
    }
}
@media screen and (min-width: 561px) and (max-width:600px) {
    #pro-detail .pro-detail {
        max-height: 360px;
    }
}
@media screen and (min-width: 601px) and (max-width:740px) {
    #pro-detail .pro-detail {
        max-height: 444px;
    }
}
@media screen and (min-width: 741px) and (max-width: 768px){
    #pro-detail .pro-detail {
        max-height: 461px;
    }
}
@media screen and (min-width: 769px) {
    #pro-detail .pro-detail {
        max-height: 100%;
    }
}
#pro-detail .pro-detail .img-thumb:before {
    padding-top: 60%;
}
.content {
    padding: 5px 10px;
    line-height: 1.8;
    font-size: 1.2rem;
}
.content .title {
    font-size: 1.8rem;
    color: #009e3d;
}
.content p {
}