/* DEXUNY@修改样式 */
.main-content-box {
    box-sizing: border-box !important;
    margin-top: 0px !important;
    padding: 0.4rem 0 0.1rem 0rem !important;
    width: 100% !important;
    border-radius: 0.03rem !important;
    border: 0px !important
}

.shopping-box {
    margin-top: 0rem !important;
    padding: 0rem !important;
}

.goods-list-div {
    width: 100% !important;
    justify-content: space-around !important;
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 23%) !important;
    grid-gap: 10px !important;
}

.shopping-item {
    position: relative !important;
    box-sizing: border-box !important;
    margin-bottom: 0.3rem !important;
    width: 100% !important;
    min-height: 2.75rem !important;
    border: 1px solid #E6E7EB !important;
    border-radius: 0.03rem !important;
    padding: 0.4rem 0rem 0.4rem !important;
    text-align: center !important;
    background-color: #fff !important;
}

.shopping-item .img img {
    max-width: 120px !important;
    width: 1.5rem !important;
}

.goods-name {
    color: #1E2736 !important;
    font-size: 15px !important;
    line-height: 50px !important;
}

.btn-box {
    width: 100% !important;
    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 !important;
    color: #F0142F !important;
}

.btn-box .el-button,
.btn-box a {
    border: none !important;
    font-size: 14px !important;
    text-align: center !important;
    line-height: 32px !important;
    text-decoration: none !important;
    color: #fff !important;
    background: url(../img/goodsList/productindex_16.jpg) !important;
    background-size: 100% 100% !important;
    width: 90px !important;
    height: 32px !important;
    margin: auto !important;

}

.btn-box a {
    display: inline-block !important;
    cursor: pointer !important;
}
.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: #0058ff;
    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: #0058ff;
}
.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: #0058ff;
    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: #0058ff;
    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;
    }
}