<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 澶ф捣鎶ユ牱寮� */
.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 &gt; .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 &gt; div {
    padding: 5px 12px 0;
}

.product-list &gt; .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 &gt; 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 &gt; 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 &gt; h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.product-desc &gt; 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 &gt; img {
    width: 300px;
    height: 300px;
    cursor: zoom-in;
    margin-bottom: 20px;
}

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

.detail &gt; 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;
}
</pre></body></html>