/* 大海报样式 */
.banner{
    height: 544px;
    /*background-repeat: no-repeat;*/
    background-position: center;
    background-image: url("http://toosound-website.gz.bcebos.com/static_banners/production_banner.jpg");
}

/* 产品展示区域 */
.main-content {
    width: 1200px;
    min-height: 400px;
    padding: 80px 0 100px;
    margin: 0 auto;
}

/*修改element的部分默认样式*/
.main-content .el-menu {
    border-right: none;
    background-color: #f0f0f0;
}

.main-content .el-menu-item:focus,.main-content .el-menu-item:hover,.main-content .el-menu-item.is-active {
    color: #fff;
    background-color: #f56631;
}

.main-content .el-submenu__title:hover{
    background-color: #f0f0f0;
}

.main-content .el-tabs__item.is-active ,.main-content .el-tabs__item:hover {
    color: #f56631;
}

.main-content .el-pagination.is-background .el-pager li.active {
    background-color: #f56631; 
}

.main-content .el-submenu__title {
    background-color:rgba(240, 240, 240, 1.5);
}
/*END*/

.product-introduce {
    min-height: 642px;
    padding-left: 40px;
}

.product-list > .el-col {
    /* margin: 5px 0; */
    border: 1px dashed transparent;
    border-right-color: #f0f0f0;
    border-bottom-color: #f0f0f0;
}

.el-col.first-line {
    border-top-color: #f0f0f0;
}

.el-col.left-border {
    border-left-color: #f0f0f0;
}

.el-tab-pane > div {
    padding: 5px 12px 0;
}

.product-list > .el-col:hover {
    color: #f56631;
    box-shadow: 0px 0px 5px 1px #e9e9e9;
}

/*没有产品的样式*/
.news-loading-info{
    color: #8a8a8a;
    text-align: center;
    line-height: 330px;
}

.news-loading-info > p {
    animation-name: wave;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}


/*商品列表中的商品样式*/
.product-info {
    display: flex;
    height: 300px;
    padding: 5px 10px 0;
    cursor: pointer;
    text-align: center;
    flex-direction: column;
}

/*商品缩略图样式*/
.pre-img {
    position: relative;
    width: 190px;
    height: 190px;
    font-size: 0;
    overflow: hidden;
}

.pre-img > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
}

/*商品信息样式*/
.product-desc {
    position: relative;
    width: 100%;
    height: 20%;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.product-desc > h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.product-desc > p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #999;
}
/* 
.detail-btn {
    position: absolute;
    left: 10px;;
    bottom: 20px;
} */

/*产品详情样式*/
.thumb-and-intro,
.detail {
    width: 100%;
}

.detail-thumb {
    width: 35%;
    padding: 0 20px 0 0;
    float: left;
    text-align: center;
}

.detail-thumb > img {
    width: 300px;
    height: 300px;
    cursor: zoom-in;
    margin-bottom: 20px;
}

.detail > h3 {
    font-size: 20px;
    font-weight: bold;
    color: rgb(139,0,0);
}

.detail > p {
    font-size: 15px;
}

.product-intro {
    margin-top: 40px;
}

.product-parameter table {
    border-collapse: collapse;
}
/*END*/

/*大图样式*/
.big-img {
    width: 100%;
}

/*返回按钮*/
.return-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
}
