.jz{
    padding-bottom: 70px;
}

.mt48{
    margin-bottom: 45px;
}


.function_partTitle1{
    font-size: 18px;
    color: #f84b2d;
    margin-bottom: 66px;
    text-align: center;
    font-weight: 600;
    position: relative;

}


.versionContainer li{
    width:280px;
    height:160px;
    margin-right:18px;
    float:left;
    position: relative;
    cursor:pointer;
}
.version_name{
    position: absolute;
    color:#fff;
    font-size:12px;
    bottom:4px;
    left:6px;
}
.versionhImage{
    width:100%;
    /* filter: grayscale(100%); */
}
.functionSpec{
    margin-top:30px;
}
.versionComparison{
    display:inline-block;
    line-height:36px;
    width:126px;
    border:1px solid red;
    color:red;
    text-align:center;
    font-size:14px;
    cursor:pointer;
}
.versionComparison:hover{
    color:red;
}
.priceFavorable{
    margin-top:80px;
}
.priceFavorInfo_item{
    margin-right:30px;
    display:inline-block;
    position: relative;
}

.buildtxt {
    font-size: 16px;
    color: #000;
    margin-right: 20px;
}


.square {
    /* padding: 3px; */
    width: 14px;
    height: 14px;
    background: #666;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    border-radius: 2px;
}

.square img {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 58%;
    transform: translate(-50%,-50%);
}

.redColor {
    background: red;
}


.myPrice {
    font-size: 12px;
    margin-left: 20px;
}
.myPrice .specialColor {
    color: red;
    font-size: 14px;
}

.openNow {
    line-height: 58px;
    width: 220px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 80px;
    background: #f74c2d;
    cursor: pointer;
}
