.group-bargain {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #eb4836 url(../images/b_bottom_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index:999;
}
.group-bargain .discount-txt{
    padding:35px 0 0 108px;
    width:580px;
    color:#ffffff;
    font-size:18px;
}
.group-bargain .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    position:relative;
    background-image: url(../images/details_bg.png);
    background-size: 1200px 100px;
    background-repeat: no-repeat;
    position:relative;
}

.group-bargain .content .image {
    width: 327px;
    height: 138px;
    margin-top: 22px;
    margin-right: 30px
}

.group-bargain .content .info {
    width: 415px;
    margin-right: 16px
}

.group-bargain .content .info .name {
    line-height: 25px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    width: 100%;
    margin-top: 36px;
    margin-bottom: 18px
}

.group-bargain .content .info .tips {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #d8371c;
    width: 100%;
    height: 34px;
    background: #fff0b9;
    border-radius: 22px
}

.group-bargain .content .input-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 430px;
    margin-right: 16px;
    height:50px;
    position:absolute;
    top:25px;right:20px;
    border-radius: 25px;
    background-color: #fff;
    box-sizing: border-box;
    padding-left:30px;
}

.group-bargain .content .input-box .tips {
    line-height: 20px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-top: 21px;
    margin-bottom: 6px
}

.group-bargain .content .input-box .input {
    line-height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    padding: 4px 4px 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    width: 380px;
    height: 49px;
    margin-bottom: 12px
}

.group-bargain .content .input-box .input::-webkit-input-placeholder {
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #c5c5c5
}

.group-bargain .content .input-box .input::-moz-placeholder {
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #c5c5c5
}

.group-bargain .content .input-box .input:-ms-input-placeholder {
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #c5c5c5
}

.group-bargain .content .input-box .input::-ms-input-placeholder {
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #c5c5c5
}

.group-bargain .content .input-box .input::placeholder {
    line-height: 36px;
    font-weight: 400;
    font-size: 14px;
    color: #c5c5c5
}

.group-bargain .content .input-box .tel {
    line-height: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #fff
}

.group-bargain .content .btn-signUp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    width: 100px;
    height: 40px;
    background: #ca3634;
    -webkit-box-shadow: 0 5px 25px 0 rgba(110,42,42,.5);
    box-shadow: 0 5px 25px 0 rgba(110,42,42,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    cursor: pointer;
    position:absolute;
    right:50px;
    top:30px;
}
input,textarea,button,select,a{outline:0 none;border: none;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}



