.edition{
    text-align: center;
    margin-bottom: 50px;
}
.getthink{
    width: 721px;
    margin: 0 auto;
}
.getthink .r_title{
    margin: 15px 0;
    color: #999;
    font-size: 20px;
    text-align: left;
}
.getthink div{
    color: #666;
    margin-bottom: 15px;
    text-align: left;
    font-size: 18px;
}
.getthink div:nth-of-type(2) img{
    position: relative;
    top: -3px;
}
.getthink div img{
    width: 14px;
    height: 10px;
    vertical-align: middle;
}
.detailprice{
    padding-top: 20px;
    color: #999;
    font-size: 16px;
}
.getthink .Immediate{
    width: 160px;
    height: 40px;
    line-height: 16px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 42px;
    font-size: 18px;
    background: #1E84E3;
    color: #FFF;
    margin-top: 20px;
}
.product{
    background-color: #f5f6f7;
}
.product h2{
    font-size: 24px;
    color: #323232;
    padding: 52px 0 43px;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
}
.pro_detail{
    margin: 0 70px;
}
.pro_detail{
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}
.pro_detail:last-of-type{
    border: none;
}
.pro_detail p:first-of-type{
    margin-right: 90px;
    font-size: 20px;
}
.pro_detail p:last-of-type{
    width: 720px;
    font-size: 16px;
}