
.main .tabs h1 {
    display: none;
}

@media screen and (max-width: 1050px) {
    .main .container {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        background-color: #FFFFFF;
    }
}

@media screen and (max-width: 800px) {
    .main .tabs  h4 {
        display: none;
    }
   .main .tabs h1 {
       display: block;
        width: 100%;
        font-size: 18px;
      text-indent: 0.5em;
        padding-left: 30px;
        box-sizing: border-box;
        background: url(../images/public/minus.png) no-repeat rgba(0, 0, 0, 0.3);
        
        background-position: 10px center;
        background-size: 20px 20px; 
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-weight: 700;
        
    }
    .main h1.close {

        background: url('../images/public/plus.png') no-repeat rgba(0, 0, 0, 0.3);
        background-position: 10px center;
        background-size: 20px 20px; 
    }
    .main .tabs h4::before{
        display: none;
    }
    .main .tabs {
        padding: 20px;
        background: #ebebeb;
        margin-top: 0;
        height: auto;
        margin-bottom: 0;
    }
    .main .tabs ul li {
        border-top: 1px solid #fff;
        width: 100%;
        transform: scale(1);
        margin: 0;
        box-shadow:none;
        text-align: left;
        padding-left: 30px;
        line-height: 40px;
        overflow: hidden;
    }
    .main .tabs ul {
        width: 100%;
        height: auto;
        padding-top: 0;
        
    }
    .main .tabs ul li a {
        display: block;
    padding: 0 5%;
        font-size: 14px;
    color: #fff;
    }
    .main .tabs ul li:hover a{
    
    color: #fff;
   
}
.active {
    color: #fff;

}
.main .tabs ul li.active,
.main .tabs ul li:hover {
    transform: scale(1);
}
.main .content {
    margin-top: 10px;
}
}