﻿.contact-wrap {
    position: fixed;
    bottom: 50px;
    right: 0;
    height: 400px;
    z-index: 100;
}

.put-away-wrap {
    width: 24px;
    height: 96px;
    padding: 16px 12px;
    background-image: linear-gradient(135deg, #00CB8F 0%, #00B5C1 100%);
    box-shadow: 0 3px 12px 0 rgba(0,177,162,0.50);
    border-radius: 24px 0 0 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 17px;
}

.contact-wrap .icon-white-size {
    font-size: 24px;
}

.put-away-text {
    margin-top: 8px;
}

.back-top {
    background: #FFFFFF;
    box-shadow: 0 3px 12px -2px rgba(36,43,71,0.20);
    border-radius: 24px 0 0 24px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    position: absolute;
    right: 0;
    bottom: -20px;
    cursor: pointer;
}

.back-top .back-top-icon {
    font-size: 24px;
}

.contact-cont {
    width: 160px;
    background: #FFFFFF;
    box-shadow: 0 3px 12px -2px rgba(36,43,71,0.20);
    padding-bottom: 18px;
}

.contact-close-icon {
    font-size: 14px;
    color: #999;
}

.close-icon-wrap {
    text-align: right;
    padding-right: 10px;
    padding-top: 8px;
    cursor: pointer;
}

.contact-cont-wrap {
    display: flex;
    width: 208px;
    transition: .5s linear all;
}

.contact-btn {
    border: 1px solid #007965;
    border-radius: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #007965;
    font-size: 12px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    font-weight: 500;
    margin-top: 6px;
    margin-left: 20px;
}

.contact-btn .contact-btn-icon {
    font-size: 20px;
    padding-right: 9px;
}

.contact-tel-text {
    text-align: center;
    font-size: 12px;
    margin-top: 18px;
    line-height: 20px;
}

.contact-tel {
    font-size: 14px;
    line-height: 14px;
    color: #007965;
    text-align: center;
}

.contact-qrcode-wrap {
    text-align: center;
    margin-top: 12px;
}

.contact-qrcode {
    width: 100px;
    height: 100px;
}

.contact-desc {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    display: none;
    z-index: 1000;
}

.pop-form {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 432px;
    box-sizing: border-box;
    padding: 40px;
    margin-left: -200px;
    margin-top: -250px;
    background: #fff;
    display: none;
    z-index: 1001;
}

.p-f-c-input {
    width: 320px;
    height: 40px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
    color: rgba(21,38,51,1);
    line-height: 20px;
    border-bottom: 1px solid rgba(226,229,235,1);
    margin-bottom: 20px;
}


.code-wrap {
    display: flex;
}

.code-wrap .p-f-c-input {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.code-btn {
    border: 1px solid rgba(19,66,223,1);
    color: rgba(19,66,223,1);
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.pop-rules-bottom {
    margin-top: 30px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: rgba(19,66,223,1);
    color: #fff;
    cursor: pointer;
}

.pop-rules-top {
    text-align: right;
}

.pop-rules-top-close {
    cursor: pointer;
}