.qrcodeBox {
    background: #f7f7f7;
    padding: 50px 0 100px;
}

.qrcode {
    padding: 0px 80px 60px;
    background: #fff;
    overflow: hidden;
}

.qrcode h3 {
    font-size: 24px;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    line-height: 84px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 70px;
}

.btn-box {
    width: 340px;
    overflow: hidden;
    margin-top: 40px;
    margin-left: 110px;
}

.btn160 {
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
    font-size: 16px;
    background: #F9FAFC;
    background-size: 160px 40px;
    float: left;
    cursor: pointer;
    border: 1px solid #ccc;
}

.next {
    background: #55b9ed url(../../img/group/btn.jpg) repeat-y;
    background-size: 100% 100%;
    color: #fff;
    border: none;
}

.image-box {
    text-align: center;
}

#qrcode {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}

.select-item {
    
}

.qrcode-left{
    width: 568px;
    height: 358px;
    float: left;
    border-right: 1px solid #E5E5E5;
}
.qrcode-right{
    float: right;
    padding-right: 20px;
}
.qrcode-right .image-box{
    display: inline-block;
    width: 300px;
    height: auto;
}
.select-item div {
    line-height: 34px;
    padding: 0 20px;
}
.select-item label {
    color: #666;
    margin-right: 15px;
    float: left;
}
.select-item .product-name{
    margin-bottom: 18px;
    overflow: hidden;
}
.select-item label span {
    color:#F35455;
}

.select-item input[type="text"]{
    width: 304px;
    height: 34px;
    padding: 4px 0 7px 10px;
    border: 1px solid #e5e5e5;
    color: #666;
    font-size: 14px;
}
.select-item select {
    width: 324px;
    height: 32px;
    border: none;
    color: #666;
    font-size: 14px;
    padding: 7px 0 7px 7px;
    background: url(../../img/icon_gengduo_gray_normal.png) no-repeat 268px center;
    -webkit-appearance: none;
}
.product-name div{
    float: left;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    width: 304px;
    height: 34px;
    padding: 0;
}
.qrcode-right{
}