/* DEXUNY@修改样式 */
.btn-box {
    /* width: 100%;
    box-sizing: border-box !important;
    padding: 0 0.24rem 0 0.3rem !important;
    position: unset !important;
    bottom: 0px !important;
    margin-top: 20px !important; */
}

.btn-box .item-price {
    font-size: 0.14rem;
    color: #F0142F;
}

.btn-box .el-button,
.btn-box a {
    /* border: none;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    text-decoration: none;
    color: #fff;
    background-color: #04b2b1;
    background-size: 100% 100%;
    width: 90px;
    height: 32px;
    margin: auto; */

}

.btn-box a {
    display: inline-block;
    cursor: pointer;
}

.mf-cloud .el-form .el-tabs .el-tabs__item {
    font-size: 14px !important;
}

.mf-cloud .cloud-box .cloud-item .top {
    font-size: 14px !important;
}

.mf-cloud .cloud-box .info p {
    line-height: 0.34rem !important;
}

.mf-cloud .cloud-box .cloud-item {
    width: 3rem !important;
}

.mf-cloud .cloud-box .cloud-item .inner {
    height: unset !important;
}

.all_ip {
    padding: 0px 5px;
    line-height: 20px;
    background: #04b2b1;
    font-size: 11px;
    color: #fff;
    cursor: pointer;
    border-radius: 0.03rem;
    display: inline-block;
    font-style: normal;
}

#product_detail_cloud .row2-left {
    padding-top: 10px;
}

.el-table-column--selection .cell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#mainLoading .ddr {
    background-color: #04b2b1;
}
.menu-top .el-menu-item {
    color: #fff !important;
}

.el-menu-item i {
    color: #fff !important;
}

.btn-tx, .btn-cz,
.money .tx-list{
    font-size: 14px !important;
}

.news_detail .new-box{
    width: 90% !important;
    max-width: 1200px !important;
}
th {
    padding-left: 10px !important;
}
tr > td {
    padding-left: 10px !important;
}
/* goodslist */
.main-title{
    font-size: 20px !important;
    font-weight: bold;
}
.main-title-des-dx{
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 44px;
    border-bottom: 2px solid #eaebee;
    margin-bottom: 24px;
}
.main-content-box-dx ul{
    justify-content: space-around;
    display: grid;
    grid-template-columns: repeat(auto-fill, 23%);
    grid-gap: 10px;
}
.main-content-box-dx li{
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
    padding: 25px;
    border: 1px solid #eaebee;
}
.main-content-box-dx li .lit{
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    /*padding-bottom: 20px;
    flex-direction: column;  居中*/
}
.main-content-box-dx li .lit .img{
    max-width: 60px;
    width: 20%;
    margin-right: 14px;
    font-size: 0px;
    /*margin-bottom: 20px; 居中*/
}
.main-content-box-dx li .lit img{
    width: 100%;
}
.main-content-box-dx li .lit .title{
    font-size: 15px;
    font-weight: bold;
}
.main-content-box-dx li .des{
    font-size: 14px;
    height: 130px;
    line-height: 170%;
}
.main-content-box-dx li a{
    display: block;
    width: 100%;
    line-height: 46px;
    background-color: #eaebee;
    text-align: center;
    border-radius: 10px;
    color: #04b2b1;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}
.main-content-box-dx li:hover{
    background-color: #f0fcfc;
    border: 1px solid #f0fcfc;
}
.main-content-box-dx li:hover a{
    background-color: #04b2b1;
    color: #fff;
}
.el-table .cell{
    padding-left: 0px !important;
}
@media only screen and (max-width: 760px) {
    .shopping-item {
        width: 45%;
    }

    .goods-list-div {
        width: 100% !important;
        justify-content: space-around !important;
        display: flex !important;
        grid-template-columns: repeat(auto-fill, 23%) !important;
        grid-gap: 10px !important;
    }

    .el-tabs__item {
        margin-top: 0px !important;
    }

    .mf-cloud .cloud-box .cloud-item {
        width: 100% !important;
    }
}