/*taokouling-model*/
.modal-open .modal {
    height: 100%;
    width: 100%;
}

.taobao-model {
    width: 280px;
    height: 460px;
    border-radius: 12px;
    background-color: #fff;
    margin: auto;
}

.model-box {
    padding: 10px 15px;
}

.model-header {
    display: flex;
    align-items: center;
}

.model-avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.model-name {
    color: #333;
    margin-right: 8px;
}

.model-header-text {
    color: #969696;
}

.model-content .img-box {
    padding: 10px 0;
    overflow: hidden;
    text-align: center;
}

.img-box-cur {
    width: 172px;
}

.model-content .text-box {
    margin-bottom: 10px;
}

.model-content .text-box .money {
    margin-bottom: 2px;
    color: #FF8D0E;
}

.model-content .text-box .money span {
    font-size: 20px;
}

.model-content .text-box .model-desc {
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.model-content .tao-kou-ling-copy-btn {
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: linear-gradient(to right, #FF8D0E, #FF5000);
    border-radius: 30px;
    border: 0;
}

.model-content .tao-kou-ling-copy-btn:active {
    opacity: 0.8;
}

.model-footer {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    color: rgb(148, 148, 148);
}

.model-close-btn {
    display: block;
    margin: 20px auto 0 auto;
}
.tao-code-fixed-bottom-box {
    cursor: pointer;
    display: none;
    position: fixed;
    bottom: 0;
    font-size: 14px;
    width: 75px;
    z-index: 855;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    height: 23px;
    line-height: 23px;
    padding: 3px 5px;
    color: #fff;
    background: linear-gradient(to right, #FF8D0E, #FF5000);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
