@font-face {
    font-family: "iconfont"; /* Project id 4831218 */
    src: url('//at.alicdn.com/t/c/font_4831218_bdxfqk4ibql.woff2?t=1744271414975') format('woff2'),
         url('//at.alicdn.com/t/c/font_4831218_bdxfqk4ibql.woff?t=1744271414975') format('woff'),
         url('//at.alicdn.com/t/c/font_4831218_bdxfqk4ibql.ttf?t=1744271414975') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
    content: "\e644";
}

:root {
    --MainColor: #2d5016;
    --Contrast: #7cb342;
    --TeaGreen: #4caf50;
    --LightGreen: #81c784;
    --DarkGreen: #1b5e20;
    --TextColor: #2e7d32;
}

.yanz_flex {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
}

.code {
    width: 120px;
    border: 1px solid #c8e6c9;
    height: 38px;
    margin: 0 20px;
    border-radius: 30px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.9);
}

input {
    outline: none;
    border: 0;
    width: 100%;
    padding-left: 12px;
    height: 100%;
    transition: all 0.3s;
    background-color: transparent;
}

[ael=al-fix-w-conus]{
    cursor: pointer;
}

.ldbinf,.mb-8{
    position: relative;
}

.code input {
    width: 100%;
    height: 100%;
    padding-left: 12px;
}

.butww3:hover {
    background-color: var(--MainColor);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(45, 80, 22, 0.3);
}

.yanz {
    display: flex;
}

.send-error {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    right: 5px;
    top: 1px;
    border-radius: 10px;
    display: none;
    background-color: #ffebee;
}

.butww3 {
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 40px;
    height: 38px;
    background-color: var(--Contrast);
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    border-radius: 30px;
    box-shadow: rgba(76, 175, 80, 0.3) 0px 4px 12px 0px;
    color: white;
    border: 2px solid var(--Contrast);
}

.post {
    text-align: center;
    line-height: 45px;
    width: 100px;
    background-color: rgba(255, 255, 255, 0.95);
    height: 38px;
    border-radius: 8px;
    border: 1px solid #c8e6c9;
}

.jump-send-cover {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: hidden;
    display: none;
    left: 0px;
    top: 0px;
}

.con-sf {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.con-bs-r {
    box-shadow: 0px 0.2rem 1rem rgba(45, 80, 22, 0.2);
    padding: 0 3%;
    align-items: center;
    display: flex;
    background-color: #fff;
}

.jump-send-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--Contrast);
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.jump-send-close:hover {
    background-color: var(--MainColor);
    transform: scale(1.1);
}

#id-jump-send-f {
    width: 700px;
    margin: 0 auto;
    transition: all 0.6s ease 0s;
    margin-top: -800px;
    position: relative;
}

.fix-r-b {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    background-color: var(--Contrast);
    border-radius: 12px;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.fix-r-b:hover {
    background-color: var(--MainColor);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(45, 80, 22, 0.4);
}

.sem-tit {
    text-align: left;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    color: var(--MainColor);
}

.send-m-f {
    width: 100%;
    padding: 33px 0;
}

.sem-in-f {
    display: flex;
    flex-wrap: wrap;
}

.sem-in-sf {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.semin-send-error {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    right: 5px;
    top: 30px;
    border-radius: 10px;
    display: none;
    background-color: #ffebee;
}

.semin-send-down {
    background: var(--Contrast);
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 50;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding-left: 2%;
    transition: all 0.8s ease 0s;
    opacity: 0;
    border-radius: 4px 4px 0 0;
}

.semin-send-in:focus+.semin-send-down {
    opacity: 1;
    top: 45px;
}

.semin-short {
    width: 49%;
}

.semin-r {
    margin-left: 2%;
}

.semin-send-in {
    height: 45px;
    border: 2px solid #e8f5e8;
    background: #f1f8e9;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    color: var(--MainColor);
    border-radius: 8px;
    transition: all 0.3s;
}

.semin-send-in:focus {
    border-color: var(--Contrast);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.semin-send-error-2 {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #d32f2f;
    color: #d32f2f;
    right: 5px;
    bottom: 5px;
    border-radius: 10px;
    display: none;
    background-color: #ffebee;
}

.sem-textarea-sf {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.semin-send-textarea {
    width: 100%;
    height: 145px;
    background: #f1f8e9;
    border-radius: 8px;
    padding: 10px;
    border: 2px solid #e8f5e8;
    font-size: 16px;
    color: var(--MainColor);
    transition: all 0.3s;
}

.semin-send-textarea:focus {
    border-color: var(--Contrast);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
}

.semin-submit {
    background-color: var(--Contrast);
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.semin-submit:hover {
    background-color: var(--MainColor);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(45, 80, 22, 0.4);
}

/* Additional tea-themed styles */
.tea-gradient {
    background: linear-gradient(135deg, var(--LightGreen) 0%, var(--TeaGreen) 100%);
}

.tea-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(76, 175, 80, 0.2);
}

.tea-button {
    background: linear-gradient(135deg, var(--Contrast) 0%, var(--TeaGreen) 100%);
    border: none;
    color: white;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
}

.tea-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(76, 175, 80, 0.4);
}
