@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: #074377;
    --Contrast: #f39b04;
}
  .yanz_flex {
    display: flex;
    width: 100% ;
    justify-content: center;
    margin-top: 20px;
}
.code {
    width: 120px;
    border: 1px solid #dfdfdf;
    height: 38px;
    margin: 0 20px;
    border-radius: 30px;
    position: relative;
}
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;
}
.yanz {
    display: flex
;
}
.send-error {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #c80000;
    color: #c80000;
    right: 5px;
    top: 1px;
    border-radius: 10px;
    display: none;
}
.butww3 {
    cursor: pointer;
    transition: all 0.3s;
    /* width: 180px; */
    padding: 0 40px;
    height: 38px;
    background-color: var(--Contrast);
    text-align: center;
    line-height: 38px;
    font-weight: 700;
    border-radius: 30px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    color: var(--MainColor);
}
.post {
    text-align: center;
    line-height: 45px;
    width: 100px;
    background-color: #fff;
    height: 38px;
}
.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;
}
.con-bs-r {
    box-shadow: 0px 0.1rem 0.6rem rgba(30, 34, 40, .15);
    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%;
}
#id-jump-send-f {
    width: 700px;
    margin: 0 auto;
    transition: all 0.6s ease 0s;
    margin-top: -800px;
    position: relative;
}

.jump-send-close {
    position: absolute;
    right: 15px;
    top: 15px;

    cursor: pointer;
    border-radius: 50%;
}
.fix-r-b {
    width: 48px;
    height: 48px;
    display: block;
    position: relative;
    background-color: var(--MainColor);
    border-radius: 8px;
    margin-top: 5px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    color: #fff;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sem-tit {
    text-align: left;
    margin-bottom: 10px;
    font-size: 26px ;
    font-weight: 700;
    color: var(--TextColor);
}

.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 #c80000;
    color: #c80000;
    right: 5px;
    top: 30px;
    border-radius: 10px;
    display: none;
}

.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;
}

.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: none;
    background: #F5F4F5;
    display: block;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
    color: #3E4751;
}

.semin-send-error-2 {
    position: absolute;
    padding: 8px;
    font-size: 12px;
    border: 1px solid #c80000;
    color: #c80000;
    right: 5px;
    bottom: 5px;
    border-radius: 10px;
    display: none;
}

.sem-textarea-sf {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.semin-send-textarea {
    width: 100%;
    height: 145px;
    background: #F5F4F5;
    border-radius: 0;
    padding: 10px;
    border: none;
    font-size: 16px;
    color: #3E4751;
}

.semin-submit {
    background-color: var(--MainColor);
    text-align: center;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.2s ease 0s;
    border: none;
}

.semin-submit:hover {
    background-color: var(--Contrast);
    color: var(--MainColor);
}

.bbb {
    color: #1267fb !important;
}