body {
    width: 100%;
    height: 100%;
}
.main-title{
    margin-top: 86px;
    font-size:40px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: center;
}
.sub-title {
    margin-top: 44px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: center;
}
.main-container {
    display: flex;
    margin: 48px auto 0;
}
.sub-container {
    width: 376px;
    height:580px;
    padding: 56px 40px 60px 40px;
    background:rgba(255,255,255,1);
    border-radius:8px;
}
.title-container {
    display: flex;
}
.title-img {
    width: 64px;
    height: 64px;
    background: url("../../../../v2/sale/img/setPrice/plane.png");
    background-size: cover;
}
.diamond {
    background: url("../../../../v2/sale/img/setPrice/diamond.png")!important;
    background-size: cover!important;
}
.sofa {
    background: url("../../../../v2/sale/img/setPrice/sofa.png")!important;
    background-size: cover!important;
}

.title-content {
    margin-left: 10px;
}
.title-content .title {
    font-size:25px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(68,68,68,1);
}
.title-content .lower-title {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(110,110,110,1);
    line-height:36px;
}
.price {
    margin-top: 30px;
    font-size:25px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(68,68,68,1);
}
.detail-content-container {
    margin-top: 30px;
}
.detail-content-container .detail-content {
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(110,110,110,1);
}
.left {
    float: left;
}
.right {
    float: right
}
.clear {
    clear: right;
}
.check {
    width: 26px;
    height: 26px;
    background: url("../../../../v2/sale/img/setPrice/check.png");
    background-size: cover;
}
.bottom-container {
    width: 1200px;
    height:120px;
    margin-top: 40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(16, 78, 255, 1);
    border-radius:8px;
    text-align: center;
    line-height: 120px;
}
.bottom-container .serve-time {
    margin-right: 20px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
 }
.bottom-container .phone-msg {
    margin: 0 16px 0 10px;
    vertical-align: -3px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:rgba(16,78,255,1);
}
.bottom-container .last-msg {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}