html {
    background: #f0f4ff;
    font-size: 20px;
}

.mainView {
    height: 10rem;
    position: relative;
    overflow: hidden;
}

.mainBg {
    height: 10rem;
    position: absolute;
    left: 0;
    top: 0;
}

.mainContent {
    width: 12rem;
    position: absolute;
    left: 1.25rem;
    top: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.text1 {
    font-weight: bold;
    font-size: 0.75rem;
}

.text2 {
    font-weight: 600;
    font-size: 0.45rem;
}

.text3 {
    font-weight: 400;
    font-size: 0.35rem;
}

.point-list {
    width: 100%;
    height: 3.25rem;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.point-item {
    width: 20%;
    height: 60%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #E6E6E6;
}

.point-title {
    font-size: .45rem;
    font-family: Alibaba;
    font-weight: normal;
    color: #2857FD;
}

.point-btn {
    font-size: .35rem;
    cursor: pointer;
    margin-top: .35rem;
    text-align: center;
    /* width: 2.05rem; */
    height: 0.5rem;
    line-height: .5rem;
    color: #4D4D4D;
    padding: .01rem;
    box-sizing: border-box;
    border: 1px solid #4D4D4D;
}

.tzfcView {
    /* width: 16.65rem; */
    padding: .4rem 1.15rem 1.6rem;
    box-sizing: border-box;
    background-color: #f0f4ff;
}

.tzfcImg {
    width: 100%;
}

.shebei {
    background-color: #f0f4ff;
    padding-top: 1.5rem;
}
.titleView{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.titleImg1{
    width: 6.3rem;
    margin-bottom: .5rem;
}
.titleImg2{
    width: 4.6rem;
    margin-bottom: .5rem;
}
.shebeiTitle1 {
    font-family: Alibaba;
    text-align: center;
    font-size: .75rem;
    font-weight: bold;
}

.shebeiTitle2 {
    font-family: Alibaba;
    text-align: center;
    font-size: .35rem;
    margin-bottom: .5rem;
}

.shebeiImgList {
    width: 16.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.shebeiImg {
    width: 33%;
}

.product {
    width: 100%;
    flex-wrap: wrap;
    /* height: 1086px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .5rem 1.15rem 0;
}

.product-item {
    overflow: hidden;
    width: 30%;
    border-radius: .25rem;
    /* height: 112px; */
    margin-bottom: .5rem;
}

.product-itemImg {
    width: 100%;
    height: 4.5rem;
    border-radius: .25rem .25rem 0 0;
}

.product-info {
    padding: .2rem 1rem .2rem .8rem;
    text-align: left;
    /* height: 1.25rem; */
    background: #ffffff;
    position: relative;
}

.product-text {
    font-size: .35rem;
    font-family: Alibaba;
    font-weight: normal;
    color: #000000;
}

.product-more {
    font-size: .25rem;
    font-family: Alibaba;
    font-weight: normal;
    color: #808080;
}

.product-call {
    width: .55rem;
    height: .55rem;
    cursor: pointer;
    position: absolute;
    right: .5rem;
    top: 0;
    bottom: 0;
    margin: auto;
}