.container{
    width: 6.9rem;
    margin: 0 auto;
}

/* 右边箭头 */
.div_invest_r {
    margin-top: 0.37rem;
    float: right;
}
.right_p {
    width: 0.16rem;
    height: 0.28rem;
}
/* 右边箭头 */


.row{
    height: 0.2rem;
    background-color: #f5f5f5;
}
.product{
    height: 1rem;
    border-bottom: 1px solid #f5f5f5;
    line-height: 1rem;
}

#product{
    display: inline-block;
}
.product_in{
    font-size: 0.32rem;
    position: absolute;
    height: 0.32rem;
    margin-top: 4.5%;
    border-left:rgb(172,30,43) solid  0.1rem ;
    vertical-align: middle;
    padding: 0 0.1rem;
}
.text {
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: rgb(51,51,51);
}
.title{
    color: red;
    height: 1.5rem;
    line-height: 1.5rem;
    position:relative;
    font-size: 0.56rem;
}
.title button{
    color: red;
    background-color: white;
    border: 1px solid red;
    padding: 0.05rem 0.2rem;
    position: absolute;
    top: 0.53rem;
    left: 2rem;
}
.star{
    font-size: 0.28rem;
    margin-bottom: 0.34rem;
}
.star img{
    width: 0.36rem;
    height: 0.36rem;
}
.color{
    font-size: 0.3rem;
    color: red;
}
.color span{
    float: right;
}

.nextcolor{
    font-size: 0.2rem;
    margin-top: -0.2rem;
}
.table_title td{
    width: 1.6rem;
    height: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
table{
    margin-top: 0.5rem;
    font-size: 0.2rem;
    color: gray;
    border-collapse: collapse;
}
table td{
    border: 1px solid rgb(217,217,217);
}
.first_color{
    background-color: rgb(245,226,220);
}
.table_last td:nth-child(3){
    width: 3.6rem;
    height: 1.1rem;
}

/** 成功页面 **/
/*预约成功*/
.success{
    width: 7.5rem;
    height: 3rem;
    text-align: center;
    background: url("/api/static/image/myself/bg_300@3x.png") no-repeat center center;
    background-size: cover;
}
.success img{
    width: 0.88rem;
    height: 0.88rem;
    margin-top: 0.75rem;

}
.success p{
    color: rgb(255,255,255);
    font-family: "PingFangSC-Light";
    line-height: 0.26rem;
    margin: 0.31rem 0 0 0;
    font-size: 0.32rem;

}

.risk-btn {
    margin-top: 1rem;
    text-align: center;
}
.button {
    display: inline-block;
    width: 3rem;
    height: 0.9rem;
    background-color: #f56741;
    color: white;
    font-size: 0.32rem;
    line-height: 0.9rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 0.1rem;
}