.input-box,
.product-box {
    padding: 0 15px;
    overflow: hidden;
}

.group-input {
    height: 50px;
    line-height: 50px;
}

.group-input label,
.product-box label {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 60px;
}

.group-input input {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: transparent;
    text-align: right;
    font-size: 16px;
    color: #222222;
}

.group-input .group-item {
    overflow: hidden;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.group-input .group-item input {
    width: 18%;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #222222;
    border-radius: 0;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}

.group-input .group-item label {
    width: auto;
    display: block;
}

::placeholder {
    color: #b2b2b2;
}

.product-box ul {
    padding-top: 12px;
    overflow: hidden;
}

.product-box ul li {
    float: left;
    display: block;
    font-size: 13px;
    color: #222222;
    height: 24px;
    line-height: 23px;
    text-align: center;
    padding: 0 10px;
    border-radius: 24px;
    border: 1px solid rgba(153, 153, 153, 1);
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.product-box ul li.active {
    background-color: #3DA4E7;
    border-color: #3DA4E7;
    color: #ffffff;
}

.submit {
    margin: 30px 15px;
    background-color: #3DA4E7;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px;
}

.dm-msg {
    overflow: visible;
}

.icon-img {
    position: absolute;
    width: 102px;
    height: 102px;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.dm-msg h3 {
    margin: 10px auto;
    margin-top: 50px;
}
.msg-title{
    padding: 0 15px;
}