.profile{
    padding: 20px 0 60px;
}
.profile-title{
    background-image: url("../img/icon_17.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 30px;
}
.profile .choose-pic span{
    float: left;
}
.overview{
    border-radius: 6px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.profile-title h3{
    font-size: 24px;
    line-height: 67px;
    color: #fff;
}
.profile-content {
    padding: 30px 19px 20px;
    background-color: #fff;
}
.profile-content h3{
    font-size: 24px;
    line-height: 29px;
    font-style: italic;
    color: #333;
}
.profile-content .article{
    margin-top: 15px;
}
.profile-content .article p{
    font-size: 13px;
    line-height: 20px;
    color: #666;
    margin-top: 10px;
}
.profile-content .article p:first-child{
    margin-top: 0;
}
.profile-content .profile-pic{
    margin-top: 15px;
}
.profile-content .profile-pic li{
    float: left;
    margin-left: 20px;
}
.profile-content .profile-pic li:first-child{
    margin-left: 0;
}
.profile-data{
    margin-top: 20px;
}
.light-view{
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px 1px #ddd;
    border-radius: 6px;
    margin-top: 20px;
    background-color: #fff;
}
.light-view .light-title{
    background-image: url("../img/icon_17.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 19px 29px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.light-view .light-title h3{
    float: left;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
.light-view .light-title a{
    float: right;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    display: block;
}
.light-list{
    padding: 20px 19px;
}
.light-list .light-items{
    float: left;
    max-width: 23.5%;
    margin-left: 20px;
}
.light-list .light-items img{
    transition: all 0.5s;
}
.light-list .light-items a:hover img{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
.light-list .light-items:first-child{
    margin-left: 0;
}
.choose{
    margin-top: 20px;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
    border-radius: 6px;
}
.product-type{
    background-color: #fff;
    border-radius: 6px;
    margin-top: 20px;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
}
.profile-product{
    text-align: center;
    padding: 20px;
}
.profile-product .row{
    margin: -10px;
}
.profile-product .col-md-3{
    padding:10px;
}
.profile-product .profile-pic-items{
    border: 1px solid #ddd;
    min-height: 270px;
    transition: all 0.5s;
    padding-top: 20px;
}
.profile-product a:hover .profile-pic-items{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
.profile-product .profile-pic-items p{
    height: 60px;
    margin: auto;
    max-width: 193px;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    margin-top: 19px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media (max-width: 992px) {
    .profile{
        padding: 20px 0 30px;
    }
    .profile-content{
        padding: 30px 15px;
    }
    .profile-content .profile-pic li{
        display: none;
        float: none;
        text-align: center;
    }
    .profile-content .profile-pic li:first-child{
        display: block;
    }
    .profile-product .profile-pic-items p{
        font-size: 14px;
    }
    .light-view .light-title{
        padding:15px 5px;
    }
    .light-view .light-title h3{
        font-size: 14px;
        line-height: 1.6;
    }
    .light-view .light-title a{
        font-size: 12px;
        line-height: 1.6;
    }
    .profile-title{
        padding: 15px 10px;
    }
    .profile-title h3{
        font-size: 16px;
        line-height: 1.6;
    }
    .profile-content .article p{
        font-size: 14px;
    }
    .light-list .light-items{
        width: 46%;
        margin: 2%;
        max-width: 100%;
    }
    .profile-product .profile-pic-items{
        min-height: auto;
        padding: 10px 0;
    }
    .light-list .light-items:first-child{
        margin-left: 2%;
    }
}