.price-parent{width: 100%;display: flex;justify-content: center;align-items: center;}
.price-div {width: 100%;}
.version-title {    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    margin-top: 100px;}
.content {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content .list:first-child {
    margin-left: 0;
}
.content .list {
    width: 372px;
    position: relative;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(43, 51, 70, 0.13);
    box-shadow: 0px 0px 20px 0px rgba(43, 51, 70, 0.13);
    border-radius: 10px;
    overflow: hidden;
    /* height: 492px; */
	height: 380px;
    margin-left: 50px;
}
.content .list img{
    height: 380px;
    width: 100%;
}
.content .list .cont {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 45px;
}
.content .list .cont .title {
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.content .list .cont .tips {
    font-size: 15px;
    color: #fff;
    opacity: 0.9;
    text-align: center;
    margin-top: 12px;
}
.content .list .cont ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
}
.content .list .cont ul li:first-child {
    margin-left: 0;
}
.content .list .cont ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.15);
    margin-left: 10px;
}
.content .list .cont .price {
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.content .list .cont .price span {
    font-size: 50px;
    margin-right: 5px;
    color: #fff;
}
.content .list .cont .price-btn {
    width: 220px;
    line-height: 46px;
    background-color: #00d09f;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 208, 159, 0.33);
    box-shadow: 0px 0px 20px 0px rgba(0, 208, 159, 0.33);
    border-radius: 23px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    margin: 0 auto;
    /* margin-top: 122px; */
	margin-top: 100px;
}
.content .list:nth-child(2) .cont .price-btn {
    background: #0059ff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 89, 255, 0.33);
    box-shadow: 0px 0px 20px 0px rgba(0, 89, 255, 0.33);
}