*{
    margin: 0;
    padding: 0;
}
html{
    background-color: #F6F6F6;
}
.recommendedContainer{
    box-sizing: border-box;
    width: 1200px;
    height: 220px;
    background: linear-gradient(315deg, #FFFFFF 0%, #FFF0C2 100%);
    border-radius: 6px;
    padding: 20px;
    display: flex;
    margin:0 auto -44px;
    transform: translateY(-60px);
}
.recommendedContainer .recommendedLabel{
    width: 180px;
    margin-right: 20px;
    line-height: 1;
}
.recommendedContainer .recommendedLabel .dp{
    color: #D80F19;
    font-size: 38px;
    font-weight: 700;
    margin-top: 32px;
}
.recommendedContainer .recommendedLabel .xtj{
    color: #D80F19;
    font-size: 38px;
    font-weight: 700;
    color: rgba(0,0,0,0.85);
    margin: 10px 0;
}
.recommendedContainer .recommendedLabel .jpxsj{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    line-height: 20px;
}
.recommendedContainer .recommendedItem{
    margin-right: 20px;
    width: 180px;
    height: 180px;
    position: relative;
}
.recommendedContainer .recommendedItem:last-of-type{
    margin-right: 0;
}
.recommendedContainer .recommendedItem .equipmentImg{
    width: 100%;
    height: 100%;
}
.recommendedContainer .recommendedItem .playIcon{
    position: absolute;
    top: 70px;
    left: 70px;
    width: 40px;
    height: 40px;
}
.recommendedContainer .recommendedItem .sgIcon{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 20px;
}
.recommendedContainer .recommendedItem .priceBox{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 999;
    width: 145px;
    height: 32px;
    line-height: 30px;
    background: linear-gradient(315deg, #EEC97C 0%, #FFF0C2 100%);
    border-radius: 0px 18px 0px 0px;
    padding: 0 8px;
    color: #D80F19;
    font-size: 0;
}
.recommendedContainer .recommendedItem .priceBox .price{
    font-size: 24px;
    font-weight: 600;
}
.recommendedContainer .recommendedItem .priceBox .unit{
    font-size: 14px;
    margin-left: 2px;
}
.recommendedContainer .recommendedItem .title{
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 170px;
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    background: linear-gradient(226deg, #D80F19 0%, #ED7B2F 100%);
    border-radius: 0px 14px 0px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-parent{
    overflow: hidden;
    min-width: 1200px;
    width: 100%;
    display: flex;
    padding-bottom: 20px;
}
.main{
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.05);
    border-radius: 6px;
    padding: 16px;
    box-sizing: border-box;
}
.main-content .main-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-content .main-top div{
    font-size: 0;
}
.main-content .main-top span{
    font-size: 24px;
    font-weight: 800;
    color: #D80F19;
    margin-right: 2px;
}
.main-content .main-top img{
    width: 24px;
    height: 24px;
}
.mian-mid{
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}
.mian-mid .goodsCard{
    text-decoration: none;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
    width: 280px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.mian-mid .goodsCard:nth-of-type(4n){
    margin-right: 0;
}
.mian-mid .goodsCard .goodsInfo-parent{
    padding: 16px 8px;
}
/* .mian-mid .goodsCard:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
} */
.mian-mid .goodsCard .goodImg{
    width: 280px;
    height: 210px;
}
.mian-mid .goodsCard .playIcon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mian-mid .goodsCard .fastImg{
    position: absolute;
    right: 10px;
    top: 5px;
}
.mian-mid .goodsCard .chushouImg{
    width: 280px;
    height: 210px;
    position: absolute;
    transition: all 0.6s; 
}
/* .mian-mid .goodsCard .chushouImg:hover{
    transform: scale(1.4);
    width: 280px;
} */
.mian-mid .goodsCard .goodsAbout{
    width: 250px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
}
.mian-mid .goodsCard .goodsAbout p{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.85);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mian-mid .goodsCard .goodsInfo{
    margin-top: 4px;
    display: flex;
}
.mian-mid .goodsCard .goodsInfo .type{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.mian-mid .goodsCard .priceBox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0;
    line-height: 1;
}
.mian-mid .goodsCard .priceBox .price{
    font-size: 24px;
    font-weight: 600;
    color: #E51A1A;
}
.mian-mid .goodsCard .priceBox .set_price_nologin {
    width: 100px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #d70c19;
    border-radius: 5px;
    font-size:14px;
}
.mian-mid .goodsCard .goodsInfo .date,
.mian-mid .goodsCard .goodsInfo .addr{
    font-size: 12px;
    font-weight: 400;
    color: rgba(0,0,0,0.65);
}
.mian-mid .goodsCard .goodsInfo .xian{
    margin: 0 8px;
    width: 1px;
    background-color: rgba(0,0,0,0.08);
}
.mian-mid .goodsCard .collection,
.mian-mid .goodsCard .noCollection{
    display: block;
    width: 24px;
    height: 24px;
    background-size: 16px 16px;
    background-position: center;
    padding: 4px;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 3px;
}
.mian-mid .goodsCard .act .noCollection{
    display: none;
}
.mian-mid .goodsCard .act .collection{
    display: block;
}
.mian-mid .goodsCard .collection{
    display: none;
}
.main-down{
    display: flex;
    justify-content: center;
}
.main-down .main-btn{
    cursor: pointer;
    width: 128px;
    height: 40px;
    background-color: #E51A1A;
    border-radius: 6px;
}
.main-btn .btn-content{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.main-btn .btn-content img{
    width: 16px;
    height: 16px;
    margin-left: 6px;
    margin-top: 2px;
}
.found{
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
.found .found-text{
    width: 400px;
    display: flex;
    margin: 0 auto;
    color: grey;
}
.found .found-text div{
    margin: 0 auto;
}
.found .found-text .allDevice{
    color: #E51A1A;
    padding-left: 5px;
    cursor: pointer;
}


.companyIntroduction{
    box-sizing: border-box;
    width: 1200px;
    height: 296px;
    padding: 40px;
    margin: 16px auto;
    background-size: 1215px 310px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.companyIntroduction .ciRight{
    box-sizing: border-box;
    width: 372px;
    height: 216px;
    background: #D80F19;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.companyIntroduction .ciLeft{
    width: 708px;
}
.companyIntroduction .ciLeft .ciTitle{
    font-size: 24px;
    font-weight: 700;
    color: rgba(0,0,0,0.85);
    line-height: 32px;
}
.companyIntroduction .ciLeft .ciDetail{
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 32px;
    white-space: pre-wrap;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    word-break: break-all !important;
}
.companyIntroduction .ciLeft .ciButton{
    display: flex;
}
.companyIntroduction .ciLeft .ciButton .goDetail{
    box-sizing: border-box;
    margin-right: 16px;
    width: 104px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
    border: 2px solid #D80F19;
    font-size: 14px;
    font-weight: 400;
    color: #D80F19;
}
.companyIntroduction .ciLeft .ciButton .goLy{
    box-sizing: border-box;
    width: 104px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    background: #D80F19;
    border-radius: 3px;
    border: 2px solid #D80F19;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;

}
.set_price_login,
.set_price_nologin{
    display: none;
}
