/*
file_name: index.css
file_version: v1.0.0
from: Static Resource Version Controller
from_url: 
author: https://github.com/laiyuqiang/
update_time: 2026-01-15 00:20:20
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
*/
/* 平滑滚动 */
html {
    scroll-behavior: smooth;
}
/* 加载过渡效果 */
body {
    opacity: 0;
    animation: pageLoad 0.5s ease-in-out forwards 0.2s;
}
/* 图片悬停效果 */
img {
    transition: transform 0.3s ease;
}
img:hover {
    transform: scale(1.02);
}
.mp-main-n{
    background-image: url("http://ip.cuoo.cn/static/images/bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.zt-div {
    min-width: 370px;
    min-height: 275px;
    background: #fff;
    border-radius: 8px;
    flex-flow: column nowrap;
}
.zt-nav1 {
    margin: 20px auto 0 auto;
    padding:10px 0;
}
.hr1 {
    width: calc(100% - 20px);
    height: 1px;
    background: #aaa;
    margin: 10px auto;
}
.ip-dq {
    max-width: 80%;
    min-width: 200px;
    min-height: 60px;
}
.ip {
    width: 100%;
    min-height: 30px;
    border: 1px solid #aaa;
}
.ip, .dq > a {
    line-height: 30px;
    font-size: 14px;
}
.text-1 {
    margin-left: 5px;
}
.text-green {
    color: #317C38;
}
.dq {
    width: 100%;
    min-height: 30px;
    border: 1px solid #aaa;
}
.ip-cx {
    height: 30px;
}
.inp-left {
    width: 60px;
    height: 100%;
    text-align: right;
    left: -60px;
}
.inp-left > a {
    font-size: 12px;
    line-height: 30px;
}
.inp-right {
    width: 200px;
    height: calc(100% - 2px);
    background: #EE0;
    border: 1px solid #aaa;
}
#inp {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-indent: 5px;
    border: 0;
}
.submit {
    width: 202px;
    height: 36px;
    background: #644392;
    margin: 10px auto 0 auto;
    color: #fff;
    font-size: 14px;
}
.back {
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #E00;
}

























@keyframes pageLoad {
    to {
        opacity: 1;
    }
}
@media (min-width: 768px) {
    
}
@media (max-width: 768px) {
    
}