* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    font-weight: normal;
    color: #333333;
    line-height: 1;
    background-color: #f2f2f2;
    letter-spacing: 0;
    font-size: .28rem;
}

a {
    color: inherit;
    text-decoration: none;
}

a:link,
a:active,
a:visited,
a:hover {
    border: none;
    outline: none;
}

dd,
dl,
dt,
li,
ul {
    list-style-type: none
}

input, button {
    outline: none;
}

textarea {
    -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

::after,
::before {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

/*内容*/
body {
    position: relative;
}

.topBanner {
    width: 100%;
}

.topBanner img {
    width: 100%;
}

.yearsPromotion {
    width: 100%;
    background-color: #ffffff;
    color: #222222;
    font-size: 0.34rem;
    font-weight: 600;
    line-height: 0.4rem;
    padding: 0.8rem 0.3rem 0.2rem;
    box-sizing: border-box;
    word-wrap:break-word;
}


.newConsult {
    width: 100%;
    display: flex;
    padding: 0.2rem 0.3rem;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 0 0  0.3rem 0.3rem;
    margin-bottom: .2rem;
}

.newConsult .laba {
    flex: 1;
    position: relative;
}

.newConsult .laba img {
    width: 0.32rem;
    height: 0.27rem;
    position: absolute;
    transform: translate(-30%);
}

.newConsult .laba span {
    padding-left: 0.3rem;
    box-sizing: border-box;
     color: #ff3f3f;
}

.newConsult .rolling {
    flex: 3;
    /* line-height: 0.48rem; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 0.3rem;

}

.newConsult .rolling .swiper-slide {
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 0.11rem; */
    display: flex;
}

.newConsult .rolling .swiper-slide .username {
    flex: 2;
}

.newConsult .rolling .swiper-slide .usercars {
    flex: 4;
}

.newConsult .rolling .swiper-slide .userphone {
    flex: 3;
}

.topBanner .hot {
    position: absolute;
    left: 0;
    bottom: -0.7rem;
    width: 100%;
    background: url(../images/bc.png);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 1rem;
    display: flex;
    z-index: 999;
}

.topBanner .hot .hotImg {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topBanner .hot .hotImg img {
    width: 0.8rem;
    height: 0.8rem;
}

.topBanner .hot .people {
    flex: 2;
    padding: 0.13rem 0;
    box-sizing: border-box;
}

.topBanner .hot .people p {
    /* padding: 0; */
    color: #333333;
    margin: 0.015rem 0;
}

.topBanner .hot .people p:first-child {
    font-weight: 600;
    font-size: 0.4rem;
}

.topBanner .hot .people p:last-child {
    /* font-weight: 600; */
    font-size: 0.24rem;
}

.topBanner .hot .countdown {
    flex: 3;
    color: #ffffff;
    padding: 0.13rem 0;
    box-sizing: border-box;
}

.topBanner .hot .countdown .key {
    font-size: 0.28rem;
    color: #ffffff;
    margin-bottom: 0.1rem;
}

.topBanner .hot .countdown .val {
    font-size: 0.32rem;
}
.activityDetail {
    width: 100%;
    margin-top: 0.26rem;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0.3rem;
    padding: 0 .3rem .3rem .3rem;
    box-sizing: border-box;
}

.activityDetail .titleDetail {
    width: 2.37rem;
    height: 0.34rem;
    margin: 0.38rem 0;
}

.activityDetail .content p {
    line-height: 1.6;
}

.activityDetail .content img {
    display: block;
    width: 100%;
}

.ensure {
    width: 7.5rem;
    height: 7.82rem;
    background: url(/groupbuy/home/detailv2/images/ensure.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.98rem 0.33rem 0;
    box-sizing: border-box;
    border-radius: 0.24rem;
}

.ensure ul {
    width: 100%;
    height: 100%;
}

.ensure ul li {
    height: 1.46rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.ensure ul li div {
    width: 5.6rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ensure ul li div h4 {
    font-size: 0.32rem;
    color: #222222;
    margin-bottom: 0.15rem;
}

.ensure ul li div p {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.3rem;
}

.discounts {
    width: 100%;
    text-align: center;
    margin-top: 0.26rem;
    background-color: #ffffff;
    border-radius: 0.3rem;
}
.discounts .youhui {
    width: 2.37rem;
    height: 0.34rem;
    margin: 0.38rem 0;
}
.discounts ul {
    width: 100%;
    padding: 0.3rem;
    box-sizing: border-box;
}
.discounts ul li {
    height: 1.7rem;
    width: 6.86rem;
    background: url(../images/list.png) no-repeat;
    background-size: 100%;
    display: flex;
    margin-bottom: 0.24rem;
}
.discounts ul li .left_msg {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.discounts ul li .left_msg p {
    position: relative;
    color: #ffffff;
    font-size: 0.48rem;
    font-weight: 600;
    flex: 1;
}
.discounts ul li .left_msg p span {
    position: absolute;
    bottom: 0;
    margin: 0 0.26rem;
    left: 0;
}
.discounts ul li .left_msg .left_msg_detail {
    font-size: 0.24rem;
    flex: 1;
    color: #ffffff;
    padding: 0.08rem 0.1rem 0;
    box-sizing: border-box;
}
.discounts ul li .right_msg {
    flex: 5;
    color: #222222;
    padding-left: 0.3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: left;
}


.dealerInformation {
    width: 100%;
    margin-top: 0.26rem;
    text-align: center;
    background-color: #ffffff;
    border-radius: 0.3rem;
}

.dealerInformation .titleDealers {
    height: 0.34rem;
    margin: 0.38rem 0;
}

.dealerInformation .dealersBox {
    display: flex;
    text-align: left;
    padding: 0.3rem;
    box-sizing: border-box;
}

.dealerInformation .dealersBox .dealer {
    flex: 5;
}

.dealerInformation .dealersBox .dealer p:first-child {
    font-size: 0.32rem;
    color: #222222;
}

.dealerInformation .dealersBox .dealer p:last-child {
    font-size: 0.24rem;
    color: #666666;
    margin: 0.16rem 0;
}

.dealerInformation .dealersBox .greenPhone {
    flex: 1;
}

.dealerInformation .dealersBox img {
    width: 0.72rem;
    height: 0.72rem;

}

.flow {
    width: 100%;
    margin-top: 0.26rem;
    border-radius: 0.3rem;
}

.flow img {
    width: 100%;
}

.footerPhone {
    width: 100%;
    margin-top: 0.26rem;
    text-align: center;
    padding: 0.28rem 0;
    box-sizing: border-box;
}

.footerPhone img {
    width: 5.31rem;
    height: 0.54rem;
}

.signUp {
    height: 0.96rem;
    width: 100%;
    background-color: #ffffff;
}
#Button1 {
    animation: signupbeat 1.5s infinite;
    -webkit-animation: signupbeat 1.5s infinite;
}
@keyframes signupbeat {
    0% {
        transform: scale(0.9, 0.9);
    }

    50% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.9, 0.9);
    }
}

.signUp button {
    width: 100%;
    height: 100%;
    background-color: #ff3f3f;
    border: 0;
    color: #ffffff;
    font-size: 0.34rem;
}

.popup_box {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.popup_box .popup_wrap {
    display: block;
    width: 100%;
    height: 9.24rem;
    background-color: #ffffff;
    border-radius: .32rem .32rem 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
}


.popup_box .popup_wrap .info_box {
    display: flex;
    width: 100%;
    height: auto;
    padding: .32rem;
    align-items: center;
}

.popup_box .popup_wrap .info_box .photo_box {
    flex: 0 0 auto;
    width: 3.2rem;
    height: 1.8rem;
    border-radius: .16rem;
    overflow: hidden;
}

.popup_box .popup_wrap .info_box .info_name {
    flex: 1 1 auto;
    color: #222222;
    font-size: .3rem;
    margin-left: .22rem;
    line-height: 1.6;
}

.popup_box .popup_wrap .title {
    color: #333333;
    font-size: .3rem;
    line-height: 1;
    padding: .4rem 0 .36rem .32rem;
    font-weight: bold;
}

.popup_box .popup_wrap .money_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.popup_box .popup_wrap .money_list .item {
    flex: 0 0 auto;
    width: auto;
    height: .58rem;
    background-color: #f2f2f2;
    border-radius: .27rem;
    border: solid 2px #f2f2f2;
    padding: 0 .2rem;
    line-height: .58rem;
    margin-left: .32rem;
    margin-bottom: .32rem;
    font-size: .28rem;
}

.popup_box .popup_wrap .money_list .active {
    border: solid 2px #ff3f3f;
    background-color: #fff0f0;
    color: #ff3f3f;
}

.popup_box .popup_btn {
    display: flex;
    width: 100%;
    height: .96rem;
    background-color: #ff3f3f;
    font-size: .34rem;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.popup_box .close_btn {
    display: block;
    width: .4rem;
    height: .4rem;
    background: url(../images/4.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: .1rem;
    right: .32rem;
}


.activity_adv_box {
    display: flex;
    display: -webkit-flex;
    width: 100%;
    height: 1.2rem;
    padding-left: 1.7rem;
    background: #ffffff url("../images/identification.png") no-repeat left center;
    background-size: 1.46rem;
    justify-content: space-between;
    -webkit-box-pack: justify;
}

.activity_adv_box .adv_info {
    display: flex;
    display: -webkit-flex;
    height: 1.2rem;
    align-items: center;
    -webkit-box-align: center;
}

.activity_adv_box .adv_info .pic {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: .72rem;
    height: .72rem;
    margin-right: .22rem;
}

.activity_adv_box .adv_info .info_box .name {
    display: inline-block;
    padding-right: .36rem;
    background: url("../images/attestation.png") no-repeat right center;
    background-size: .24rem;
    font-size: .28rem;
    color: #252525;
    line-height: 1;
}

.activity_adv_box .adv_info .info_box .company {
    display: block;
    color: #949494;
    font-size: .22rem;
    margin-top: .1rem;
    line-height: 1;
}

.activity_adv_box .call_box {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    width: 1.2rem;
    height: 1.2rem;
    color: #2e2e2e;
    font-size: .22rem;
    background: url("../images/icon-call-1.png") no-repeat top .3rem center;
    background-size: .34rem;
    position: relative;
}

.activity_adv_box .call_box span {
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    position: absolute;
    top: .73rem;
    width: 100%;
    text-align: center;
}

.fixed_top {
    position: fixed;
    top: 0;
    z-index: 9;
}

.signUp_box .activity_info {
    display: flex;
    width: 100%;
    height: auto;
    padding: .32rem;
    align-items: center;
}

.signUp_box .activity_info .photo_box {
    flex: 0 0 auto;
    width: 3.2rem;
    height: 1.8rem;
    border-radius: .16rem;
    overflow: hidden;
}

.signUp_box .activity_info .photo_box img {
   height: 100%;
   border-radius: .16rem;
}

.signUp_box .activity_info .info_box {
    flex: 1 1 auto;
    margin-left: .22rem;
    font-size: .3rem;
    color: #222222;
}
.signUp_box .signUp_box_title {
	font-weight:600;
	text-overflow: -o-ellipsis-lastline;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	line-clamp: 2;
  	-webkit-box-orient: vertical;
  	padding: 0 .32rem;
    font-size: 0.3rem;
    padding: 0  .32rem;
}


.signUp_box .activity_info .info_box p {
    font-size: .26rem;
    margin: .1rem 0 0.2rem;
}

.signUp_box .activity_info .info_box span {
    color: #ff3f3f;
}

.signUp_box .activity_info .info_box  b {
    font-size: .32rem;
}

.signUp_box .form_box {
    display: block;
    width: 100%;
    padding: 0 .32rem;
}

.signUp_box .form_box .form_input_item {
    display: flex;
    width: 100%;
    height: .96rem;
    border: 1px solid #cdcdcd;
    border-radius: 0.08rem;
    margin-bottom: .24rem;
}
.signUp_box .form_box .form_input_item #cars {
	padding-right: .3rem;
 	background: url(../images/bottom-jiantou.png) no-repeat right .14rem center;
 	background-size: .26rem .16rem;
}

.signUp_box .form_box .form_input_item label {
    flex: 0 0 auto;
    width: .82rem;
    height: .96rem;
}

.signUp_box .form_box .form_input_item input {
    flex: 1 1 auto;
    border: none;
    font-size: .32rem;
    color: #333333;
}

.signUp_box .form_box .form_input_item select {
    flex: 1 1 auto;
    border: none;
    font-size: .32rem;
    color: #333333;
    padding-right: .2rem;
}
select{
    -webkit-user-select: text;
    outline: none;
    -webkit-appearance: none;
}

.signUp_box .form_box .form_input_item:nth-child(1) label {
    background: url("../images/icon-1.png") no-repeat center;
    background-size: .32rem .33rem;
}

.signUp_box .form_box .form_input_item:nth-child(2) label {
    background: url("../images/icon-2.png") no-repeat center;
    background-size: .24rem .36rem;
}

.signUp_box .form_box .form_input_item:nth-child(3) label {
    background: url("../images/icon-3.png") no-repeat center;
    background-size: .36rem .24rem;
}

.signUp_box .form_box .form_input_item:nth-child(3) {
    padding-right: .2rem;
}

.signUp_box .form_box .form_submit button {
    display: block;
    width: 100%;
    height: .96rem;
    background-color: #ff3f3f;
    border-radius: 0.08rem;
    border: none;
    color: #ffffff;
    font-size: .34rem;
    margin-top: .4rem;
}

.signUp_box .form_box p {
    font-size: .24rem;
    color: #999999;
    text-align: center;
    margin-top: .2rem;
}


#wxpost {
    display: block;
    width: 100%;
    height: auto;
    padding: .16rem .2rem 0;
}

.info_box .photo_box img {
    width: 100%;
    border-radius: .16rem;
}

.content {
    margin-bottom: 5px;
}

.content p {
    line-height: .4rem;
}

/* 20200708添加*/
.pay_info{
    display: block;
    border-top: .18rem solid #f2f2f2;
    padding: .32rem;
}

.pay_info .pay_title{
    color: #222222;
    font-size: .34rem;
    font-weight: bold;
    margin-bottom: .25rem;
}

.pay_info .list .item{
    display: flex;
    width: 100%;
    height: .56rem;
    align-items: center;
    color: #666666;
}

.pay_info .list .item .key{
    flex: 0 0 auto;
    width: 1.7rem;
}

.pay_info .list .item .val b{
    color: #ff3f3f;
}

.pay_btn{
    display: block;
    width: calc(100% - .64rem);
    height: .96rem;
    background-color: #ff3f3f;
    border-radius: 0.08rem;
    border: none;
    color: #ffffff;
    font-size: .34rem;
    position: fixed;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.video_box{
    display: block;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    margin-bottom: .26rem;
    text-align: center;
    padding: 0 0.3rem;
    box-sizing: border-box;
}
.video_box img {
    width: 2.37rem;
    height: 0.34rem;
    margin: 0.38rem 0;
}


.flow {
    width: 7.5rem;
    height: 10.72rem;
    background: url(/groupbuy/home/detailv2/images/liucheng2.png) no-repeat;
    background-size: 100% 100%;
    padding: 0.97rem 0.33rem 0;
    box-sizing: border-box;
    border-radius: 0.24rem;
}

.flow ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.flow ul li {
    flex: 1;
    letter-spacing: 1px;
}
.flow ul li:nth-child(1) div {
    width: 3.61rem;
}
.flow ul li:nth-child(2) div {
    width: 3.2rem;
}
.flow ul li:nth-child(3) div {
    width: 3.7rem;
}
.flow ul li:nth-child(4) div {
    width: 3.5rem;
    margin-left: 0.53rem;
}

.flow ul li:nth-child(1) div,
.flow ul li:nth-child(3) div {
    float: right;
}
.flow ul li:nth-child(2) div,
.flow ul li:nth-child(4) div {
    float: left;
}

.flow ul li div .frist_p {
    font-size: 0.25rem;
    color: #666666;
    margin-top: 0.2rem;
}

.flow ul li div h4 {
    font-size: 0.3rem;
    color: #252525;
    margin: 0.07rem 0;
}

.flow ul li div .last_p {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.35rem;
}

.flow ul li div span::after {
    width: 0.69rem;
    height: 0.03rem;
    color: #bfbfbf;
    content: "———";
    font-size: 0.18rem;
}
.ensureDetail {
    width: 100%;
}
