/* 拼团人数 */ 
.spell_proc {
    border-top: 7px solid #f5f5f5;
    border-bottom: 7px solid #f5f5f5;
}

.spell_proc_count {
    font-size: 1.125rem;
    text-align: center;
    margin: .9375rem 0 .906rem;
}

.spell_proc_count .count {
    color: #fd5c0e;
}

.spell_proc_time {
    text-align: center;
}

.spell_proc_time span {
    font-size: 0.625rem;
    color: #333333;
    margin: 0 .875rem;
}

.spell_proc_time span::before,
.spell_proc_time span::after {
    content: '';
    display: inline-block;
    width: 6.875rem;
    height: 1px;
    background: #dcdcdc;
    vertical-align: middle;
}

.spell_proc_time span::before {
    margin-right: .875rem;
}

.spell_proc_time span::after {
    margin-left: .875rem;
}

.spell_proc_list {
    margin: 1.25rem auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    justify-content: center;
}

.spell_proc_list li {
    float: left;
    margin-right: 1.25rem;
}

.spell_proc_list li:last-child {
    margin-right: 0;
}

.spell_proc_person {
    text-align: center;
    position: relative;
}

.spell_proc_person img {
    width: 2.5rem;
    height: 2.5rem;
}

.spell_proc_person span {
    display: inline-block;
    width: 1.875rem;
    height: .75rem;
    line-height: .75rem;
    background-color: #ffe610;
    border-radius: .375rem;
    font-size: 0.563rem;
    color: #333333;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -1.25rem;
}

.spell_proc_name {
    width: 3rem;
    color: #a3a3a3;
    font-size: 0.625rem;
    margin-top: .5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.spell_proc_invite {
    display: block;
    width: 20.938rem;
    height: 2.75rem;
    line-height: 2.75rem;
    ;
    background-image: linear-gradient(90deg,
            #fd8f0e 0%,
            #fd5c0e 100%);
    border-radius: 1.375rem;
    text-align: center;
    color: #ffffff;
    font-size: 0.938rem;
    margin: 0 auto;
}

.spell_proc_info {
    font-size: 0.625rem;
    color: #a3a3a3;
    padding: .719rem 0 .906rem;
    text-align: center;
}

/* 新增拼团黄色方块 */
.group_buy {
    /* width: 21.438rem; */
    width:94%;
    height: 3.75rem;
    background-image: linear-gradient(-90deg, #ffe610 0%, #fff06f 100%);
    border-radius: 0.313rem;
    margin: .875rem auto .406rem;
}

.group_buy_left {
    float: left;
    height: 3.75rem;
    padding-left: .906rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    flex-direction: column;
    justify-content: center;
}

.group_price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #222222;
}

.group_price span:first-child {
    font-size: 0.688rem;
    font-weight: bold;
    color: #222222;
}

.group_price span:last-child {
    font-size: 0.688rem;
    color: #222222;
    margin-left: .875rem;
    text-decoration: line-through;
}

.group_price_bot {
    width: 5.2rem;
    height: 1rem;
    line-height: 1rem;
    background-color: #222222;
    border: solid 0.063rem #222222;
    border-radius: 0.5rem;
    font-size: 0.625rem;
    color: #ffef66;
    text-align: center;
    margin-top: 0.313rem;
}

.group_buy_rig {
    float: right;
    height: 3.75rem;
    padding-right: 1rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    flex-direction: column;
    justify-content: center;
    font-size: 0.688rem;
}

.group_rule {
    text-align: right;
    color: #333333;
}

.group_time {
    margin-top: 0.594rem;
    color: #333333;
}

/* 弹窗 */
.mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0, .5);
    display: none;
}

.popup {
    width: 16.594rem;
    /* height: 20.719rem; */
    height: 29rem;
    background-color: #ffffff;
    border-radius: 0.6rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.rules {
    width: 14.563rem;
    /* height: 10.531rem; */
    margin: 0 auto;
}

.rules li {
    /* margin-top: 1rem; */
    margin-top: .5rem;
    font-size: .8125rem;
    color: #222222;
    line-height: 1.1875rem;
}

.ensure {
    width: 8.125rem;
    height: 1.875rem;
    line-height: 1.875rem;
    background-image: linear-gradient(-90deg,
            #ff5f6d 0%,
            #ffc371 100%);
    border-radius: 0.938rem;
    /* margin: 2.125rem auto 0; */
    margin: 1.2rem auto 0;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
}

/* 底部购买 */
.group_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 3.063rem;
    display: flex;
}

.group_bot_item {
    float: left;
    height: 3.063rem;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.group_bot_price {
    width: 7.1875rem;
    background: #fff;
    border-right: 1px solid #f0f0f0;
}

.group_bot_price p:first-child {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fd5c0e;
}

.group_bot_price p:first-child span {
    font-size: 0.688rem;
}

.group_bot_price p:last-child {
    font-size: 0.625rem;
    color: #a3a3a3;
    margin-top: .406rem;
}

.group_bot_service {
    width: 3.09375rem;
    background: #fff;
}

.group_bot_service img {
    width: .78125rem;
    height: .8125rem;
}

.group_bot_service p {
    color: #a3a3a3;
    font-size: 0.625rem;
    margin-top: .531rem;
}

.group_bot_ori,
.group_bot_form {
    height: 3.063rem;
    color: #fff;
    font-size: 0.813rem;
    font-weight: bold;
}

.group_bot_ori {
    width: 6.25rem;
    background-color: #fe9402;
}

.group_bot_form {
    width: 6.84rem;
    background-color: #f91546;
}

.group_bot_ori p:last-child,
.group_bot_form p:last-child {
    margin-top: .375rem;
}
.group_tit{
    color: #fd5c0e;
    font-weight: bold;
}
.group_tit span{
    font-size: 1.125rem;
}
.group_detail{
    width: 100%;
    padding: .9375rem 1.25rem;
    box-sizing: border-box;
    border-top: 7px solid #f5f5f5;
}
.group_detail .tit{
    font-size: 1.125rem;
    text-align: center;
    color: #222222;
    font-weight: bold;
}
.group_detail .tit span{
    color: #fd5c0e;
}
.group_detail .t_group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.group_detail .t_group .line{
    flex: 1;
    height: 1px;
    background-color: #DCDCDC;
}
.group_detail .t_group .time{
    color: #333;
    padding: 0.906rem .875rem 1.25rem;
}
.group_detail .persons{
    display: flex;
    justify-content: center;
    align-items: center;
}
.group_detail .persons img{
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
}
.group_detail .persons dl{
    margin-right: 1.25rem;
}
.group_detail .persons dt{
    position: relative;
}
.group_detail .persons dt span{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.875rem;
	height: 0.75rem;
	background-color: #ffe610;
    border-radius: 0.375rem;
    font-size: 0.563rem;
    color: #333333;
    text-align: center;
}
.group_detail .persons dd{
    width: 2.5rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 0.625rem;
    color: #a3a3a3;
    text-align: center;
    margin-top: .5rem;
}
.addgroup{
    display: block;
    width: 100%;
    height: 2.75rem;
	background-image: linear-gradient(90deg, 
		#fd8f0e 0%, 
		#fd5c0e 100%);
    border-radius: 1.375rem;
    font-size: .938rem;
    color: #fff;
    text-align: center;
    line-height: 2.75rem;
    margin-top: 1.25rem;
    margin-bottom: .719rem;
}
.group_tip{
    font-size: 0.625rem;
    color: #a3a3a3;
    text-align: center;
}