#appheader {
    max-width: 1280px;
    margin: auto;
}

@font-face {
    font-family: T;
    font-style: normal;
    font-weight: 400;
    /*src: url(https://cdn.teyes.cn/cc4/ys.otf) format("opentype")*/
    src: url(https://cdn1.teyes.cn/font/YS%20Text-Regular.woff2) format("opentype")

    
}
input:-internal-autofill-selected {
    background-color:transparent;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: #fff !important;
    color: #000 !important;
}   

input[type='text']:-webkit-autofill {
 -webkit-text-fill-color: #000;
 box-shadow: 0 0 0px 50px #fff inset !important;
}

@font-face {
    font-family: N;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.teyes.cn/cc4/no.TTF) format("opentype")
}


* {
    margin: 0;
    padding: 0;
    font-family: T;
}

.en * {
    margin: 0;
    padding: 0;
    font-family: N;
}

a {
    text-decoration: none;
}

.loading {
    width: 30px;
    height: 30px;
    border: 6px solid #fff;
    border-top-color: transparent;
    border-radius: 100%;
    animation: circle infinite 0.75s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left:-15px;
}

@keyframes circle {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
.custom-tip-box {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    z-index: 9999;
    animation: fadeInOut 3s ease-in-out;
    color: white;
}

/* 错误样式 */
.custom-tip-box.error {
    background: #f44336;
    /* 红色 */
}

/* 成功样式 */
.custom-tip-box.success {
    background: #4caf50;
    /* 绿色 */
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }

    10% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    90% {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
}
.close img{
    width: 25px;
    height: 25px;
}

.close svg {
    height: auto;
}

.mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.mask .con {
    width: 80%;
    margin: auto;
    max-width: 500px;
    background-color: #fff;
    text-align: center;
    border-radius: 30px;
    position: relative;
    padding: 40px 20px;
}

.mask .txt {
    margin: 20px 0 0 0;
    font-size: 20px;
}

.mask .txt1 {
    margin-top:10px;
    margin-bottom:10px;
    font-size: 16px;
    color:rgba(24, 25, 28, .8);
}
.mask .txt2{
    margin:30px 10px 0px 10px;
    text-align:left;
}
.mask .txt2 .cet{
    text-align:center;
}
.mask .txt2 i{
    font-style: normal;
    color: #000;
}
.mask .txt1:last-child{
    margin-bottom:0;
}

.mask .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width:50px;
    height:50px;
    text-align:center;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mask .cc4pro img{

}
.mask .close img{

}

.page {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-image: url(https://cdn.teyes.cn/cc4/gw/true/img/bg.png);
    background-position: center;
    background-size: cover;
    /*align-items: center;*/
}

.vi {
    background-image: url(https://cdn.teyes.cn/cc4/gw/true/img/icon.png);
    width: 82px;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    height: 82px;
    margin: auto;
    margin-top: 12vh;
}

.flex {
    justify-content: center;
    display: flex;
    align-items: center;
}

.in {
    max-width: 600px;
    margin: auto;
    position: relative;
}

.in .input {}

.input {
    background-color: #fff;
    border-radius: 90px;
    height: 80px;
    flex: 1;
    display: flex;
    margin: 0 20px;
    overflow: hidden;
    background-image: url(https://cdn.teyes.cn/cc4/gw/true/img/pc2.png);
    background-position: left;
    background-repeat: no-repeat;
}

.input .igg {
    display: inline-block;
    /*position: absolute;*/
    top: 0;
    right: 0;
    cursor: pointer;
}

.input input {
    flex: 1;
    background-color: transparent;
    outline: none;
    margin: 0 20px 0 30px;
    height: 100%;
    outline: none;
    font-size: 20px;
    border: none;
}

.content .btn {
    background-image: url(https://cdn.teyes.cn/cc4/gw/true/img/search.png);
    display: inline-block;
    width: 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    margin: auto;
    cursor: pointer;
    position: absolute;
    right: 50px;
    background-color: #fff;
}

.content .btn:active {
    opacity: .5;
}

.line {
    margin-top: 40px;
    cursor: pointer;
    display: inline-block;
    border-bottom: 1px solid rgba(157, 175, 185, 1);
    /*opacity: .5;*/
    font-size:18px;
    color:rgba(157, 175, 185, 1);
}

.truev2 {
    /*margin-right: 40px;*/
}

.line:hover {
    opacity: 1;
}

.content {
    width: 90%;
    margin: auto;
}

.nav {
    font-size: 0;
    width: 100%;
    height: calc(100vh * 0.11);
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
}

.container {
    width: 100%;
    height: calc(100vh * 0.89 - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .content {
    text-align: center;
    color: #fff;
}

.container .title {
    font-size: 50px;
    margin: 30px 0 20px 0;
}

.container .desc {
    text-align: center;
    margin: auto;
    max-width: 50%;
    font-size: 25px;
    margin-bottom: 60px;
    line-height: 120%;
}

.container .lists {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .lists .item {
    width: 30%;
    background-color: #fff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
}

.container .lists .item:nth-child(2) {
    margin: 0 2%;
}

.container .lists .item .top {
    background-color: #e3e4e7;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.container .lists .item .phone {
    color: #274242;
    font-size: 36px;
    padding: 40px 0;
}
.mask .tms{
    margin-top:20px;
    background-color:RGBA(241, 241, 241, 1);
    border-radius:20px;
    padding: 20px;
    justify-content: flex-start;
}
.mask .tmsimg img{
    width: 150px;
    margin-bottom: -57px;
}
.mask .tmsv{
    text-align:left;
}

.footer {
    width: 100%;
    height: 40px;
    /*background-color: rgba(0,0,0,.6);*/
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
}

.footer .content .text {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.linebf {
    display: none;
}
@media screen and (max-width: 1280px) {
    .mask .close{
        display:none;
    }
}
@media screen and (max-width: 750px) {
    .line{
        font-size: 14px;
    }
    .content .btn{
        width:24px;
        height:24px;
        right:40px;
    }
    .vi{
        width:42px;
        height:42px;
    }
    .mask .tmsimg img{
        width: 130px;
        margin-bottom: -47px;
        margin-left: -22px;
    }
    .page {
        overflow: auto;
        background-image: url(https://cdn.teyes.cn/cc4/gw/true/img/bgmb.png);
    }

    .input {
        background-color: #fff;
        border-radius: 90px;
        height: 50px;
        flex: 1;
        display: flex;
        overflow: hidden;
        background-position: 0px center;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }

    .input .igg {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

    .input .igg img {
        width: 60px;
    }

    .content {
        width: 90%;
        margin: auto;
    }

    .input input {
        font-size: 16px;
    }

    .truev2 {
        margin-right: 0px;
    }

    .linebf {
        display: block;
    }

    .container {
        width: 100%;
        height: calc(100vh * 0.89 - 40px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .container .content {
        text-align: center;
        color: #fff;
    }

    .container .title {
        font-size: 40px;
        line-height: 100%;
        margin: 30px 0 20px 0;
    }

    .container .desc {
        text-align: center;
        margin: auto;
        max-width: 90%;
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 120%;
    }

    .container .lists {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .footer {
        width: 100%;
        height: 40px;
        background-color: rgba(0, 0, 0, .6);
        display: flex;
        align-items: center;
        position: fixed;
        bottom: 0;
    }

    .footer .content .text {
        font-size: 9px;
        color: #fff;
        cursor: pointer;
    }

}