/* styles.css */
body,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

:root {
    --tawk-header-background-color: #ffffff;
    --tawk-header-text-color: #fff
}

html {
    font-family: Lato, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.618;
    letter-spacing: normal;
    background: transparent;
    color: #242424;
    scroll-behavior: smooth
}

a:active,a:hover {
    outline: none
}

a:focus {
    outline: 1px solid #ffffff
}

a {
    cursor: pointer
}

a,
a:hover {
    color: #ffffff;
    text-decoration: underline
}


b,
strong {
    font-weight: bolder
}


em {
    color: #bf1212
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
canvas,
img,
video {
    max-width: 100%;
    height: auto;
    box-sizing: border-box
}

svg:not(:root) {
    overflow: hidden
}

img:not([src]) {
    visibility: hidden
}

h1 {
    font-size: 1.7rem;
    line-height: 1.2
}

h2 {
    font-size: 1.275rem;
    line-height: 1.3;
    font-weight: 400
}

h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 400
}
h4 {
    font-size: .937rem;
    line-height: 1.4
}

h5 {
    font-size: 1rem;
    line-height: 1.4
}

h6 {
    font-size: .812rem;
    line-height: 1.4
}

ol,
ul {
    padding-left: 2rem
}

ol>li>ol,
ol>li>ul,
ul>li>ol,
ul>li>ul {
    margin-top: 0
}

dt {
    font-weight: 800
}

dd {
    margin-left: 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    text-align: inherit;
    margin: 0 0 1rem;
    border: 0;
    border-top: 1px solid #e5e5e5
}

.background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 80px 20px 35px 20px;
    box-sizing: border-box;
    position: relative;
}
.background::after{
    display: block;
    content: '';
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #161622;
    background-image: url('https://pub-0bcde2d11c9842cba1e9d0e248a700a2.r2.dev/2025/07/202507231742131.gif');
    background-size: auto 1125px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.4;
}

.logo{
    text-align: center;
}

.content_container{
    width: 616px;
    height: 616px;
    margin: 0 auto;
    margin-top: 45px;
    position: relative;
}
.content_container_div{
    width: 350px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -175px;
    top: 50%;
    margin-top: -175px;
    border-radius: 50%;
    transform: rotate(-90deg);
}

.content_container_div svg{
    width: 350px;
    height: 350px;
}

.footer_button{
    margin-top: 30px;
    text-align: center;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_button img{
    /* animation: moveImg 3s infinite linear; */
    cursor: pointer;
}

@keyframes moveImg {
    0% {
        height: 116px;
    }
    50% {
        height: 120px;
    }
    100% {
        height: 116px;
    }
}

.footer_time{
    font-size: 46px;
    text-align: center;
    margin-top: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    z-index: 1;
    -webkit-background-clip: text; /* 仅剪裁文本部分 */
    -webkit-text-fill-color: transparent; /* 填充颜色透明 */
    text-shadow:none;
    color: transparent;
    -webkit-background-clip: text; /* Edge, Chrome */
    background-clip: text; /* Safari, FF */
    background-image: url("../images/font-bg1.jpg");
    background-size: contain;
    font-weight: bold;
}

.progress-value {
    fill: none;
    stroke-width: 12; /* 进度条宽度 */
    stroke-linecap: round; /* 圆角 */
    stroke: url(#gradient); /* 使用定义的渐变 */
}
.gradient-start{
    stop-color:#ff7e5f;
    stop-opacity:1;
}
.gradient-end{
    stop-color:#feb47b;
    stop-opacity:1;
}

.gradient-show-start{
    stop-color:#fff;
    stop-opacity:0;
    
}

.gradient-show-end{
    stop-color:#fff;
    stop-opacity:.7;
}

/* 渐变动画 */
@keyframes gradient-animation {
    0% {
        stop-color: #c5aa61;
    }
    50% {
        stop-color: #ffe799;
    }
    100% {
        stop-color: #c5aa61;
    }
}

.gradient-stop {
    animation: gradient-animation 5s infinite linear ; /* 设置动画 */
}

.progress-show {
    fill: none;
    stroke-width: 12;
    stroke-linecap: round;
    stroke: url(#gradient1);
    /* animation: marquee 3s infinite; */
    overflow: hidden;
    /* box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.5); */
}

@keyframes marquee {
    0% {
        stroke-dashoffset: 1000;
    }
    100% {
        stroke-dashoffset: 0;
    }
}


.show{
    position: absolute;
    z-index: 1;
    width: 600px;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    border-radius: 20px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 20px;
    display: none;
}
.tawk-flag>img {
    border-radius: 4px;
    width: 18px;
}
.showTitle{
    font-size: 16px;
    line-height: 40px;
    color: #333333;
}
.showTitle span{
    color: #ff0000;
}
.showInput input{
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0 12px;
    height: 40px;
    font-size: 14px;
    border: 1px solid #d9d9d9;
    color: #333333;
    outline: none;
}
.showPhone{
    position: relative;
    z-index:11;
}
.showPhone button{
    position: relative;
    height: 40px;
    color: #121212;
    font-size: 14px;
    background-color: #fff;
    text-align: left;
    z-index: 1;
    overflow: visible;
    box-shadow: none;
    float: left;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
    cursor: pointer;
    outline: none;
}
.showPhoneInput{
    display: flex;
    justify-content:space-between;
    align-items: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
}
.showPhone-menu{
    position: relative;
    width: 100%;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.showPhone-menu span{
    padding: 0 12px;
}
.showPhone-menu input{
    width: 100%;
    padding: 0;
    border: none;
    height: 40px;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
}
.showPhone-show{
    position: absolute;
    left: 0;
    top: 42px;
    width: 300px;
    background-color: #ffffff;
    display: none;
    box-sizing: border-box;
    padding: 12px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    color: #121212;
}
.showPhone-show p{
    color: #121212;
}
.tawk-lists{
    max-height: 200px;
    overflow: auto;
}
.showPhone-menu-header  input{
    font-size: 14px;
}
.showInput textarea{
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 6px 12px;
    outline: none;
    width: 100%;
    font-size: 14px;
    height: 100px;
    resize: none;
    line-height: 1.5;
}
.tawk-list-item{
    cursor: pointer;
}
.tawk-list-item:hover{
    background-color: #f4f4f4;
    border-radius: 4px;
}

#submit {
    padding: 10px 20px;
    background-color: #ff0000;
    color: white;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
#cancel{
    padding: 10px 20px;
    background-color: #ffffff;
    color: #333333;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    margin-right: 12px;
}


@media screen and (max-width: 768px) {
    .content_container{
        margin: 30px auto;
        width: 360px;
        height: 360px;
        margin-top: 50px;
    }
    .logo{
        height:105px;
        padding: 0 10px;
    }
    .background {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #161622;
        background-image: url('../images/bgcolor.gif');
        background-size: auto 710px;
        background-position: center 60px;
        padding: 80px 0 35px 0;
        box-sizing: border-box;
        min-height: 100vh;
    }
    .footer_button{
        height: 100px;
        margin-top: 50px;
        padding: 0 10px;
    }

    @keyframes moveImg {
        0% {
            height: 66px;
        }
        50% {
            height: 70px;
        }
        100% {
            height: 66px;
        }
    }
    .footer_time{
        font-size:36px;
        margin-top: 20px;
    }
    .show{
        width:360px;
        left: 50%;
        margin-left: -180px;
        top: 50%;
        margin-top: -250px;
    }
    .content_container_div{
        transform: scale(0.6) rotate(-90deg);
    }
}
