@import "../font/font.css";

 
dt,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PingFang-bold';
}

.box01 {
    width: 100%;
    overflow: hidden;
}

.box01 .container {
    position: relative;
    padding: 0 .87rem;
}

.box01 .container .img {
    width: 100%;
    max-width: 6rem;
    position: relative;
    top: 1.75rem;
    height: 2.38rem;
    cursor: pointer;
    /* overflow: hidden; */
}

.box01 .container .img img {
    height: 2.38rem;
    transition: all .5s;
}

.box01 .container .img:hover img {
    transform: scale(1.05);
}

.box01 .container dl {
    width: 3.95rem;
    position: absolute;
    right: .87rem;
    top: 1.15rem;
}

.box01 .container dl dt {
    font-size: .25rem;
    text-align: right;
}

.box01 .container dl dt span {
   
    font-family: 'Microsoft YaHei' !important;
    color: #b61b31;
    font-weight: 400;
}

.box01 .container dl dt span.blue {
    color: #0e4889;
}

.box01 .container dl dt img {
    max-width: 100%;
    height: .2rem;
    display: inline-block;
}

.box01 .container dl dd {
    text-align: right;
    margin-top: .22rem;

}

.box01 .container dl dd p {
    color: rgba(40, 40, 40, .6);
    font-size: .12rem;
    line-height: 100%;
    font-family: initial;
}

.box01 .container dl dd p:first-child {
    font-size: .15rem;
    margin-bottom: .08rem;
}

/* box02 */
.box02 {
    width: 100%;
    overflow: hidden;
}

.box02 .container {
    position: relative;
    padding: 0 .76rem;
    overflow: hidden;
}

.box02 .container .tit {
    font-size: .24rem;
    margin-top: .75rem;
    margin-left: .33rem;
}

.box02 .container .items {
    margin-top: .19rem;
}

.box02 .container .items .item {
    display: flex;
    justify-content: space-between;
    align-content: center;
    border-bottom: 2px solid #0f050b;
    padding-bottom: .3rem;
    overflow: hidden;
    margin-bottom: .15rem;
    cursor: pointer;
}

.box02 .container .items .item:last-child {
    border-bottom: 0px;
}

.box02 .container .items .item .txt {
    height: .75rem;
    margin-left: .33rem;
}

.box02 .container .items .item .txt .dt {
    font-size: .15rem;
    font-family: 'PingFang-bold';
    line-height: 100%;
    margin-top: .2rem;
}

.box02 .container .items .item .txt .dd {
    font-size: .12rem;
    color: #6f6f6f;
  line-height: 0.16rem;
    margin-top: .12rem;
}

.box02 .container .items .item .img {
    height: .75rem;
    margin-right: 1.04rem;
}

.box02 .container .items .item .img img {
    height: .75rem;
    max-width: 100%;
    transition: all .5s;
}

.box02 .container .items .item:hover .img img {
    transform: scale(1.05);
}


/* box03 */
.box03 {
    overflow: hidden;
}

.box03 .container {
    overflow: hidden;
    padding: 0 1.09rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box03 .container dl.txt {
    /* margin-top: 1.5rem; */
}

.box03 .container dl.txt dt {
    font-size: .24rem;
    color: #fff;
	margin-bottom:.3rem;
}

.box03 .container dl.txt dd {
    color: #fff;
    font-size: .12rem;
    line-height: .3rem;
}

.box03 .container .img {
    height: 2.175rem;
    margin-right: .25rem;
    cursor: pointer;
}

.box03 .container .img img {
    height: 2.175rem;
    transition: all .5s;
}

.box03 .container .img:hover img {
    transform: scale(1.05);
}


/* box04 */
.box04 .container {
    padding: 0 1.06rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box04 .container .img {
    padding: .35rem .5rem;
    background: #f8f8fa;
    border-radius: .2rem;
    box-shadow: 0px 0.3rem 0.55rem -0.5rem #000;
}

.box04 .container .img img {
    height: 1.9rem;
    max-width: 100%;
    transition: all .5s;
    cursor: pointer;
}

.box04 .container .img:hover img {
    transform: scale(1.05);
}

.box04 .container dl.txt dt {
    font-size: .24rem;
    color: #070707;
    line-height: 100%;
    margin-bottom: .5rem;
    font-weight: 600;
    text-align: right;
}

.box04 .container dl.txt dd {
   font-weight: 400;
    font-size: .15rem;
    text-align: right;
    color:#282828;
}

 

/* box05 */
.box05 .container {
    padding: 0 1.06rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box05 .container .img {
    height: 2.73rem;
}

.box05 .container .img img {
    height: 2.73rem;
    max-width: 100%;
    transition: all .5s;
    cursor: pointer;
}

.box05 .container .img:hover img {
    transform: scale(1.05);
}

.box05 .container dl.txt dt {
    font-size: .24rem;
    color: #fff;
    line-height: 100%;
    margin-bottom: .5rem;
}

.box05 .container dl.txt dd {
    color: #fff;
    font-size: .12rem;
    line-height: 36px;
}


/* box06 */
.box06 .container {
    padding: 0 1.06rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box06 .container .img {
    height: 2.37rem;
}

.box06 .container .img img {
    height: 2.37rem;
    max-width: 100%;
    transition: all .5s;
    cursor: pointer;
}

.box06 .container .img:hover img {
    transform: scale(1.05);
}

.box06 .container dl.txt dt {
    font-size: .24rem;
    color: #151515;
    line-height: 100%;
    margin-bottom: .5rem;
}

.box06 .container dl.txt dd {
    color: #282828;
    font-size: .12rem;
       line-height: 36px;
}

 


/* box07 */
.box07 .container {
    padding: 0 1.06rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.box07 .container dl.txt dt {
    font-size: .24rem;
    color: #fff;
    line-height: 100%;
    margin-bottom: .5rem;
    text-align: right;
}

.box07 .container dl.txt dd {
    color: #fff;
    font-size: .12rem;
    line-height: 36px;
    text-align: right;
}

 
/* 设备主要参数 */
.sectionF {
    padding: 0.41667rem 1.61458rem;
    background: #fafafa;
}

.sectionF .pongetitle {
    font-size: 0.20833rem;
    font-weight: bold;
    color: #0f0f0f;
    text-align: center;
    padding-bottom: 0.3125rem;
}

.sectionF .content {
    text-align: center;
}

.sectionF .content .headtop {
    background: #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sectionF .content .headtop li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 0.125rem;
    color: rgba(0, 0, 0, 0.8);
    padding: 0.10417rem 0;
}

.sectionF .content .headtop li:nth-of-type(2) {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.sectionF .content ul li {
    border-bottom: 1px solid #d4d4d4;
    padding: 0.13021rem 0;
    font-size: 0.10417rem;
    color: #242424;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sectionF .content ul li div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.sectionF .content ul li div:nth-of-type(2) {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.sectionF img {
    max-width: 100%;
}

.sectionF img {
    max-width: 100%;
}

.box01, .box02, .box03, .box04, .box05, .box06, .box07{
    background-size: 100% 100%;
    background-position: center top;
}