.choose_wrap {
    width: 6.42rem;
    /* height: 4.22rem; */
    padding-bottom: 0.3rem;
    background: #F7F8FA;
    border-radius: 0.14rem;
    margin-top: 0.3rem;

}

.choose_wrap .title {
    font-size: 0.26rem;
    font-family: PingFang;
    font-weight: bold;
    color: #333333;
    padding: 0.3rem;
    box-sizing: border-box;
}

.choose_wrap .item_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;

}

.choose_wrap .item_wrap .item {
    width: 1.38rem;
    height: 1.38rem;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 0.14rem;
    font-size: 0.3rem;
    font-family: PingFangSC;
    font-weight: 500;
    color: #000000;
    margin: 0.07rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.choose_wrap .item_wrap .item .bg {
    width: 0.71rem;
    height: 0.3rem;
    position: absolute;
    top: 0;
    right: 0;

}

.choose_wrap .item_wrap .item .choose_btn {
    width: 0.28rem;
    height: 0.28rem;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 50%;
    position: absolute;
    bottom: 0.05rem;
    right: 0.05rem;
}

.choose_wrap .item_wrap .item .choose_btn.is_choose {
    background: url(../images/is_choose.png) no-repeat center center;
    border: none;
}

.choose_wrap .item_wrap .item .choose_btn.is_buy {
    background: url(../images/is_buy.png) no-repeat center center;
    border: none;
}


.buy_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    margin-top: 0.45rem;
}

.buy_wrap .btn {
    width: 3.01rem;
    height: 1.69rem;
    border-radius: 0.14rem;
    text-align: center;
}

.buy_wrap .left {
    background: #E65556;
    padding-top: 0.3rem;
    box-sizing: border-box;
    position: relative;


}

.buy_wrap .right {
    padding-top: 0.3rem;
    box-sizing: border-box;
    background: #FFD646;
    position: relative;
}

.buy_wrap .left p:nth-of-type(1) {
    font-size: 0.24rem;
    font-family: PingFang;
    font-weight: 500;
    color: #FFFFFF;

}

.buy_wrap .left p:nth-of-type(2) {
    font-size: 0.4rem;
    font-family: PingFangSC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.3rem;
    margin-top: 0.2rem;


}

.buy_wrap .left p:nth-of-type(3) {
    height: 0.39rem;
    font-size: 0.22rem;
    font-family: PingFang;
    font-weight: 500;
    color: #fff;
    line-height: 0.39rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 0.14rem 0.14rem;
}

.buy_wrap .right p:nth-of-type(1) {
    font-size: 0.24rem;
    font-family: PingFang;
    font-weight: 500;
    color: #000000;

}

.buy_wrap .right p:nth-of-type(2) {
    font-size: 0.4rem;
    font-family: PingFangSC;
    font-weight: 600;
    color: #000000;
    line-height: 0.3rem;
    margin-top: 0.2rem;


}

.buy_wrap .right p:nth-of-type(3) {
    height: 0.39rem;

    font-size: 0.22rem;
    font-family: PingFang;
    font-weight: 500;
    color: #000000;
    line-height: 0.39rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 0.14rem 0.14rem;
}

.buy_wrap .left p:nth-of-type(3) {
    background-color: #FF8D8E;
}

.buy_wrap .right p:nth-of-type(3) {
    background-color: #FFEEA8;
}


.choose_wrap3 .item input {
    width: 0.4rem;
    height: 0.4rem;
    /* border-radius: 50%; */
    background-color: none;
    border: 0.02rem solid #B5B5B5;
    zoom: 1;
    outline: none;
    -webkit-appearance: none;
    /*去除默认样式*/
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;

    border-radius: 0.1rem;

}

.choose_wrap3 .item.on {
    border: 0.02rem solid #E65556;
}

.choose_wrap3 .item input[type=checkbox]:checked {
    background-image: url(../images/on_choose.png);
    /*引入背景图*/
    background-size: 100%;
    /*设置背景图大小*/
    border: 0px;
}


.choose_wrap3 .item_wrap .item input {
    background: #FFFFFF;
    position: absolute;
    bottom: 0.05rem;
    right: 0.05rem;
    width: 0.4rem;
    height: 0.4rem;
    border: 0.02rem solid #DDDDDD;
    border-radius: 0.1rem;

}

.choose_wrap3 .item input[type=checkbox]:disabled {
    background-image: url(../images/on_buy.png);
    /*引入背景图*/
    background-size: 100%;
    /*设置背景图大小*/
    border: 0px;
}

.choose_wrap .item_wrap .text_ {
    width: 0.66rem;
}




.choose_wrap2 img.lb {
    width: 6.36rem;
    height: 0.5rem;
    margin: 0.23rem 0 0.2rem;

}

.choose_wrap2 .item {
    display: flex;
    align-items: center;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #F8F8F8;
    border-radius: 0.1rem;
    padding: 0.1rem;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 0.2rem;
}

.choose_wrap2 .choose_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}


.prcie_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.prcie_wrap .btn {
    text-align: center;
}

.prcie_wrap .btn p {
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #999999;
    margin-top: 0.1rem;
}

.prcie_wrap .btn_ {
    width: 3.11rem;
    height: 0.9rem;
    background: #E65556;
    border-radius: 0.45rem;
    line-height: 0.9rem;
    text-align: center;
    font-size: 0.36rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
}

.prcie_wrap .left .btn_ {
    background: #FFD646;

}

.prcie_wrap .left .btn_ {
    color: #222222;
}

.prcie_wrap .left .right {
    color: #FFFFFF;
}


.choose_wrap3 {}

.choose_wrap3 img {
    width: 6.42rem;
    height: 0.6rem;
    margin-top: 0.23rem;
    margin-bottom: 0.1rem;
}

.choose_wrap3 .choose_box {}

.choose_wrap3 .choose_box .item {
    width: 6.42rem;
    height: 0.64rem;
    background: #F7F7F7;
    border-radius: 0.16rem;
    /* border: 0.03rem solid #E65556; */
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.2rem;
    box-sizing: border-box;

}

.choose_wrap3 .choose_box .item:last-of-type {
    margin-bottom: 0;
}

.choose_wrap3 .choose_box .item p {
    font-size: 0.26rem;
    font-weight: bold;
    font-family: SourceHanSansCN;
}


.choose_wrap3 .choose_box .item.on {
    border: 0.03rem solid #E65556;
}

.page_index {
    position: relative;
}

.prcie_wrap2 {
    display: flex;
    align-items: center;
    height: 1.2rem;
    font-size: 0.24rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.prcie_wrap2 .btn {
    /* border-top: 1px solid #fff; */
    /* width: 40%; */
    width: 3.05rem;
    padding: 0.2rem 0 0.2rem 0.2rem;
    box-sizing: border-box;
    height: 1.2rem;
    flex: 1;

}

.prcie_wrap2 .btn.left {
    background: #FFD646;


}

.prcie_wrap2 .btn.right .btn_ {
    color: #fff;
}

.prcie_wrap2 .btn.right p {
    color: #fff;
}

.prcie_wrap2 .btn .btn_ {
    font-size: 0.33rem;
    font-family: SourceHanSansCN;
    font-weight: bolder;
    color: #222222;
    text-align: center;
    margin-top: 0.05rem;

}

.prcie_wrap2 .btn p {
    font-size: 0.24rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin-top: 0.15rem;
}




.prcie_wrap2 .btn.right {
    background: #E65556;
}

.prcie_wrap2 .mine {
    /* width: 20%; */
    height: 1.2rem;
    width: 2rem;
    background-color: #fff;
    /* border-top: 1px solid #fff; */
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
font-size: 0.24rem;
font-family: SourceHanSansCN;
font-weight: 400;
color: #222222;
}

.prcie_wrap2 .mine .login {
    width: 0.5rem;
    height: 0.5rem;
    margin-bottom: 0.08rem;

}


.btn_open_fixed.prcie_wrap2{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    background-color: #E65556;
    border-top: 1px solid #fff;
    font-size: 0.3rem;
    font-family: SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    display: block;

}
