
.aff-black-bg {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-indeX: 999;
}

.aff-form {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1009;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 0 15px;
}

.aff-form .cnt-title {
    padding: 15px 0 20px 0;
    text-align: center;
    font-size: 18px;
    color: #000;
}

.aff-form .cnt-top-tip {
    color: #999;
    font-size: 12px;
    margin-bottom: 15px;
}

.aff-form .cnt-top-tip .icon-info1 {
    display: inline;
    margin-right: 5px;
    vertical-align: -3px;
    font-size: 15px;
}

.aff-form .form-wrap {
    font-size: 14px;
}

.aff-form .form-wrap .form-item {
    display: flex;
    border-bottom: 1px solid #ced3d9;
    position: relative;
}

.aff-form .form-wrap .form-item .item-label {
    margin-right: 15px;
    width: 60px;
    line-height: 51px;
}

.aff-form .form-wrap .form-item .item-field {
    flex: 1;
    min-width: 0;
}

.aff-form .form-wrap .form-item .item-field .input-wrap {
    height: 100%;
}

.aff-form .form-wrap .form-item .item-field .input-wrap > input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 15px 0;
    padding-right: 26px;
}

.aff-form .form-wrap .form-item .item-field .input-wrap > input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 12px;
    color: #C2C6CC;
}

.aff-form .form-wrap .form-item .item-field .input-wrap > input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 12px;
    color: #C2C6CC;
}

.aff-form .form-wrap .form-item .item-field .input-wrap > input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 12px;
    color: #C2C6CC;
}

.aff-form .form-wrap .form-item .item-field .input-wrap > input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 12px;
    color: #C2C6CC;
}

.aff-form .form-wrap .form-item .item-field .input-wrap .input-clear {
    color: #999;
    font-size: 16px;
    line-height: 51px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 10px;
}

.aff-form .form-wrap .item-top {
    display: block;
    padding: 0;
    border-bottom: 0;
}

.aff-form .form-wrap .item-top .item-label {
    line-height: 1;
}

.aff-form .form-wrap .item-top .item-field {
    display: flex;
    padding-top: 10px;
}

.aff-form .form-wrap .item-top .prod-img {
    width: 60px;
    height: 60px;
    border: 1px solid #dae0e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.aff-form .form-wrap .item-top .prod-img > img {
    max-width: 100%;
    max-height: 100%;
}

.aff-form .form-wrap .item-top .prod-info {
    flex: 1;
    min-width: 0;
}

.aff-form .form-wrap .item-top .prod-info .prod-name {
    font-size: 14px;
    color: #000;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.aff-form .form-wrap .item-top .prod-info .prod-detail {
    color: #999;
    font-size: 12px;
}

.aff-form .form-wrap .item-top .prod-info .prod-detail .detail-item > .lef {
    width: 38px;
    display: inline-block;
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.aff-form .form-wrap .cnt-bottom-tip {
    color: #999;
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.aff-form .form-wrap .form-btn {
    display: flex;
    margin-bottom: 10px;
}

.aff-form .form-wrap .form-btn .btn {
    width: calc(45%);
    text-align: center;
    border: 1px solid #ced3d9;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    color: #333;
    border-radius: 3px;
}

.aff-form .form-wrap .form-btn .btn:first-child {
    margin-right: 10px;
}

.aff-form .form-wrap .form-btn .btn.btn-main {
    color: #fff;
    background: #ff9500;
    border-color: #ff9500;
}