* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}


.content {
    color: #186aa6;
}

.content .mess {
    background-color: #eee;
    position: relative;
}

.content .show_img {
    margin-top: 40px;
}

.content .show_img .thumbnail img {
    box-shadow: 0px 5px 10px silver;
}

.content .show_img .thumbnail h4{
    color:white;
    font-weight:bold;
    position:absolute;
    bottom: 12px;
    margin: 0;
    text-align: center;
    width: 100%;
}

.content .show_img .view-active .thumbnail img {
    box-shadow:none;
}

.content .mess .text {
    position: absolute;
}

.content .mess .text h4 {
}

.content .mess .text p {
    font-size: 14px;
}

.content .mess .img {
    width: 100%;
}

.content .mess .img img {
    width: 100%;
}
.content .showall{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
#total-view .row{
    padding: 0 50px;
}
.content .product_banner{
    transition: all 1s;
    padding-top: 40px;
    width: 400%;
}

.content .product_banner h3{
    text-align: center;
}

.content .product_banner .container {
    /* width:80%; */
}

.content .product_banner .container >div{
    width:80%;
    margin:0 auto;
}
.content .product_banner li{
    float: left;
    width: 25%;
}
.content .show {
    margin-top: 30px;
}

.content .show .professional .mes {
    text-align: center;
    /* width: 80%; */
    /* margin: 0 auto; */
}

.content .show .professional .mes h1 {
    font-weight: bold;
    margin-bottom: 50px;
}

.content .show .professional .mes .img {
    width: 100%;
    margin-top: 15px;
}

.content .show .professional .mes .img img {
    width: 100%;
}

.content .show .professional .mes .text {
    margin-top: 30px;
    font-size: 14px;
}

.content .show .cooperation {
    background-color: #eee;

    margin: 40px 0;
    padding: 30px 0px;

}

.content .show .cooperation h3 {/* text-align: left; */}

.content .show .cooperation .img img {
    width: 100%;

    border-radius: 20px;
}

.content .show .cooperation .text {
    margin-top: 20px;
}

.content .show .mix {

    margin: 40px 0;
}

.content .show .mix .img {

    padding-bottom: 30px;
}

.content .show .mix .img img {
    width: 100%;

}

.content .show .mix .text {
    color: #186aa6;
}

.text h2 {
    margin: 20px 0px;

    text-align: center;
}

.product-header-title {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate3d(0, -50%, 0);
}

.product-header-title h1 {
    margin-bottom: 30px;
}

.view-active a{
    transform: translateY(10px); 
}

.show-img-item{
    padding: 0 20px;
}