html{ 
    font-family: tahoma,"HanHei SC","Microsoft YaHei",Arial,helvetica,sans-serif;
    scroll-behavior: smooth;
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td {margin: 0;padding: 0}
.clear{*zoom:1}
.clear:after {clear: both;height: 0;overflow: hidden;display: block;visibility: hidden;content: "."}
table {border-collapse: collapse;border-spacing: 0}
fieldset,img,iframe {border: 0}
address,cite,dfn,em,var,i {font-style: normal}
li{list-style: none;}
caption,th{text-align: left}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal}
sup {vertical-align: text-top}
sub {vertical-align: text-bottom}
body {
    background: #ffffff;
    min-width: 1200px;
    font-family: tahoma,"HanHei SC","Microsoft YaHei",Arial,helvetica,sans-serif;
    line-height: 1.6;
    color: #1e293b;
}
a{text-decoration: none; cursor: pointer; transition: all 0.3s ease;}
a:hover {text-decoration: none}
input,label,form {padding: 0;margin: 0}
select,textarea,img,fieldset,input {vertical-align: middle}
input,button{ margin:0; padding:0; list-style-type:none;}
.container{
    margin: 0 auto;
    width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 响应式容器 */
@media (max-width: 1280px) {
    .container {
        width: 100%;
        max-width: 1200px;
    }
}
@media (max-width: 768px) {
    body {
        min-width: auto;
    }
    .container {
        padding: 0 15px;
    }
}

.tiktok-banner{
    width: 100%;
    background: url("/demo/images/tiktok-banner.jpg") no-repeat top center;
    background-size: cover;
    height: 521px;
    position: relative;
    overflow: hidden;
}
.tiktok-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.85) 0%, rgba(99, 102, 241, 0.75) 50%, rgba(139, 92, 246, 0.65) 100%);
    z-index: 1;
}
.tiktok-banTxt{
    padding-top: 160px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.tiktok-banTxt>h1{
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    animation: fadeInUp 0.8s ease-out;
}
.tiktok-banTxt>p{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.95);
    width: 600px;
    max-width: 100%;
    text-align: justify;
    line-height: 28px;
    margin: 30px 0;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    animation: fadeInUp 1s ease-out;
}
.tiktok-banTxt-btn{
    display: flex;
    gap: 20px;
    margin-top: 40px;
    animation: fadeInUp 1.2s ease-out;
}
.tiktok-banTxt-btn>a{
    display: inline-block;
    width: 140px;
    height: 44px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 44px;
    border: 2px solid #fff;
    border-radius: 25px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.tiktok-banTxt-btn>a:hover{
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.tiktok-banTxt-btn>a:nth-child(2){
    border: 2px solid #6366f1;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    margin-left: 0;
}
.tiktok-banTxt-btn>a:nth-child(2):hover{
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    border-color: #4f46e5;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(99, 102, 241, 0.5);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tiktok-con1{
    box-sizing: border-box;
    padding: 100px 0;
}
.tiktok-tit{
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #1e293b;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 20px;
}
.tiktok-tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    border-radius: 2px;
}
.tiktok-tit1{
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-top: 15px;
    line-height: 1.8;
}
.tiktok-c1Con-L{
    width: 287px;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.95) 0%, rgba(99, 102, 241, 0.95) 50%, rgba(139, 92, 246, 0.95) 100%);
    box-sizing: border-box;
    padding: 40px 39px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    align-self: stretch;
}
.tiktok-c1Con{
    margin-top: 50px;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.tiktok-c1List{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    flex: 1;
}
.tiktok-c1List>img{
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    margin-right: 14px;
}
.tiktok-c1List>.tiktok-c1List-R{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.tiktok-c1List>.tiktok-c1List-R>p{
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.4;
}
.tiktok-c1List>.tiktok-c1List-R>h3{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}
.tiktok-c1List>.tiktok-c1List-R>h3>span{
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}
.tiktok-c1List2{
    margin: 0;
}
.tiktok-c1Con-R{
    flex: 1;
    width: 911px;
    border: 1px solid rgba(99, 102, 241, 0.2);
    box-sizing: border-box;
    padding: 50px 80px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.1);
    display: flex;
    flex-direction: column;
    align-self: stretch;
}
.tiktok-c1Con-R>.tiktok-zhys{
    font-size: 24px;
    color: #1e293b;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}
.tiktok-c1Con-R>.tiktok-zhys::after{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #6366f1, #8b5cf6);
    border-radius: 2px;
}
.tiktok-c1Con-R>ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    flex: 1;
}
.tiktok-c1Con-R>ul>li{
    width: calc(50% - 10px);
    min-height: 60px;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    padding: 10px 0;
}
.tiktok-c1Con-R>ul>li:hover{
    transform: translateX(5px);
}
.tiktok-c1Con-R>ul>li>img{
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 15px;
}
.tiktok-c1Con-R>ul>li>span{
    font-size: 16px;
    color: #1e293b;
    transition: color 0.3s ease;
    line-height: 1.5;
}
.tiktok-c1Con-R>ul>li:hover>span{
    color: #6366f1;
}

.tiktok-con2{
    width: 100%;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    box-sizing: border-box;
    padding: 100px 0;
}
.tiktok-c2Con{margin-top: 50px;}
.tiktok-c2Con>.tiktok-yun{
    width: 672px;
    max-width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    padding: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
}
.tiktok-c2Con>.tiktok-yun>span{
    display: inline-block;
    flex: 1;
    height: 42px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    background: transparent;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.tiktok-c2Con>.tiktok-yun>span:hover{
    color: #333;
    background: rgba(23, 24, 28, 0.05);
}
.tiktok-c2Con>.tiktok-yun>span.tiktok-yunAct{
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.4);
}
.tiktok-yun-con{margin-top: 40px;}
.tiktok-yun-con>.tiktok-yun-table{float: left;display: none}
.tiktok-yun-table>table{
    width: 100%;
    max-width: 1200px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.tiktok-yun-table>table th{
    height: 60px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 2px solid #f0f0f0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #1e2736;
    background: #fafafa;
}
.tiktok-yun-table>table td{
    text-align: center;
    line-height: 60px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #555;
    transition: background 0.2s ease;
}
.tiktok-yun-table>table tr:hover td{
    background: #f8f9fa;
}
.tiktok-yun-table>table td>span{
    font-size: 22px;
    font-weight: 700;
    color: #f59e0b;
}
.tiktok-yun-table>table td>a.tiktok-zx{
    color: #6366f1;
    font-weight: 500;
    transition: color 0.3s ease;
}
.tiktok-yun-table>table td>a.tiktok-zx:hover{
    color: #4f46e5;
}
.tiktok-yun-table>table td>a.tiktok-gm{
    display: block;
    width: 90px;
    height: 32px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 50px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    margin: 0 auto;
    transition: all 0.3s ease;
    font-weight: 500;
}
.tiktok-yun-table>table td>a.tiktok-gm:hover{
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.4);
}
.tiktok-yun-btn{
    margin: 50px auto 0;
    width: 400px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tiktok-yun-btn a{
    display: inline-block;
    width: 140px;
    height: 42px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}
.tiktok-yun-btn a:hover{
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}
.tiktok-con3{
    box-sizing: border-box;
    padding-top: 100px;
    padding-bottom: 0;
}
.tiktok-c3Con{margin-top: 50px;}
.tiktok-cpjs-tit>span{font-size: 18px;color: #333;vertical-align: middle;margin-left: 10px}
.tiktok-cpjs-list{
    box-sizing: border-box;
    margin-top: 46px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.tiktok-cpjs-list>li{
    width: calc(16.666% - 10px);
    flex: 0 0 auto;
    text-align: center;
    transition: transform 0.3s ease;
}
.tiktok-cpjs-list>li:hover{
    transform: translateY(-5px);
}
.tiktok-cpjs-list>li>p{
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    text-align: center;
    line-height: 64px;
    border-radius: 100px;
    margin: 0 auto;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.25);
    transition: all 0.3s ease;
}
.tiktok-cpjs-list>li:hover>p{
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.35);
}
.tiktok-cpjs-list>li>h3{
    color: #1e2736;
    font-size: 15px;
    font-weight: 600;
    margin-top: 16px;
}
.tiktok-line{width: 100%;height: 100px;background: linear-gradient(135deg, #1e293b 0%, #334155 100%);margin: 60px 0;}

.tiktok-line-con>li{width: 599px;float: left;text-align: center;line-height: 100px;box-sizing: border-box;}
.tiktok-line-con>li:nth-child(1){border-right: 2px solid #fff}
.tiktok-line-con>li:nth-child(2){float: right}
.tiktok-line-con>li>span{font-size: 24px;color: #fff;margin-left: 20px;vertical-align: middle}
.tiktok-kjys-tit>span{font-size: 18px;color: #333;vertical-align: middle;margin-left: 10px}
.tiktok-kjys-table{
    width: 100%;
    max-width: 1116px;
    margin: 50px auto 0;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
}
.tiktok-kjys-table td{
    height: 70px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #f0f0f0;
    line-height: 70px;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 35px;
    color: #555;
    transition: background 0.2s ease;
}
.tiktok-kjys-table tr:hover td{
    background: #f8f9fa;
}
.tiktok-kjys-table td>img{
    margin-right: 15px;
    vertical-align: middle;
}
.tiktok-kjys-table td:first-child{
    font-weight: 600;
    color: #1e2736;
}
.tiktok-con4{width: 100%;box-sizing: border-box;padding: 80px 0;background: #fafafa}
.tiktok-c4Con{margin-top: 50px;}
.tiktok-c4Con>li{width: 290px;height: 103px;background: url("/demo/images/tiktok-conBg.png") no-repeat center;float: left;margin-right: 13px;box-sizing: border-box;padding-top: 20px;padding-left: 25px}
.tiktok-c4Con>li:nth-child(4){margin-right: 0}
.tiktok-c4Con>li>h4{font-size: 16px;color: #333;}
.tiktok-c4Con>li>a{display: block;width: 100px;height: 28px;background: #17181c;border-radius: 20px;text-align: center;font-size: 14px;color: #fff;line-height: 28px;margin-top: 15px;}

.tiktok-con5{box-sizing: border-box;padding: 80px 0;}
.tiktok-zc{display: block;width: 150px;height: 35px;background: #3269ff;font-size: 14px;color: #fff;text-align: center;line-height: 35px;margin: 40px auto 0;}

.tiktok-qq{display: inline-block;}
.tiktok-qq>img{margin-left: 10px;}
.tiktok-zhys .tiktok-qq>img{margin-left: 10px;margin-top: -3px;}


.s55_con1{
    background: #fff;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 50px 40px;
    margin-top: -345px;
    box-shadow: 0 10px 40px rgba(34, 34, 34, 0.12);
    border: 1px solid #f0f0f0;
}
.s55_tit{text-align: center;font-size: 28px;color: #333}
.s55_c1Con{margin-top: 40px}
.s55_city{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.s55_city>li{
    width: calc((100% - 100px) / 6);
    height: 75px;
    border: 1px solid #e6e9eb;
    box-sizing: border-box;
    padding: 15px 12px;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.s55_city>li:nth-child(6n){
    margin-right: 0;
}
.s55_city>li:hover{
    transform: translateY(-5px);
    border-color: #6366f1;
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.15);
    background: linear-gradient(135deg, #fff 0%, #f5f3ff 100%);
}
.s55_city>li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.s55_city>li>img{
    float: none;
    margin-right: 10px;
    flex-shrink: 0;
}
.s55_city>li>.s55_cityTxt{
    float: none;
}
.s55_city>li>.s55_cityTxt>h6{font-size: 14px;color: #1e2736;margin-bottom: 2px}
.s55_city>li>.s55_cityTxt>p{font-size: 13px;color: #8a9099;font-family: Arial}

.zixun{
    width: 170px;
    height: 44px;
    border: 2px solid #e6e9eb;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    border-radius: 50px;
    transition: all 0.3s ease;
    background: #fff;
}
.zixun:hover{
    border-color: #6366f1;
    color: #6366f1;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
}
.zixun1{
    width: 170px;
    height: 44px;
    border: 2px solid #6366f1;
    line-height: 40px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}
.zixun1:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

.s55_pz {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-bottom: 50px;
}

.s55_pz .zixun,
.s55_pz .zixun1 {
    float: none;
    margin: 0;
}

.s55_city>li>img {
    float: none;
    margin-right: 10px;
    flex-shrink: 0;
}

.s55_city>li>.s55_cityTxt {
    float: none;
    text-align: left;
}

.tiktok-zxtc{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 40px;
}

.tiktok-zxtc>li{
    flex: 1;
    width: calc(50% - 10px);
    height: 100%;
    min-height: 280px;
    background: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.tiktok-zxtc>li:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(99, 102, 241, 0.15);
    border-color: #6366f1;
}
.tiktok-zxtc>li:nth-child(2){
    float: none;
}
.tiktok-zxtc>li>h2{
    font-size: 20px;
    color: #1e2736;
    font-weight: 700;
    margin-bottom: 15px;
}
.tiktok-zxtc>li>p{
    font-size: 15px;
    color: #666;
    margin: 20px 0;
    line-height: 1.8;
    flex: 1;
}
.tiktok-zxtc-btn{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: auto;
}
.tiktok-zxtc-btn>span{
    font-size: 28px;
    font-weight: 700;
    color: #f59e0b;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.tiktok-zxtc-btn>a{
    display: inline-block;
    width: 130px;
    height: 42px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.3);
}
.tiktok-zxtc-btn>a:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4);
}

.tiktok-lyq{margin-top: 40px;}
.tiktok-lyqL>li{width: 290px;height: 107px;box-sizing: border-box;padding: 25px;float: left;margin-right: 18px;border: 1px solid #eee;}
.tiktok-lyqL>li>p{color: #333;font-size: 16px;font-weight: bold}
.tiktok-lyqL>li>a{color: #6366f1;font-size: 14px;margin-top: 10px;display: block;transition: color 0.3s ease;}
.tiktok-lyqL>li>a:hover{color: #4f46e5;}
.tiktok-lyqR{border: 1px solid #eee;width: 1140px;height: 157px;box-sizing: border-box;padding: 30px 20px;background: url("/demo/images/tiktok-bg1.png") no-repeat bottom center;background-size: 100%;text-align: justify}
.tiktok-lyqR>h2{color: #333;font-size: 16px;font-weight: bold;}
.tiktok-lyqR>p{font-size: 14px;color: #333;line-height: 24px;margin-top: 20px;width: 600px;float: left}
.tiktok-lyqR-btn{margin-left: 80px;
    width: 350px;
    float: left;}
.tiktok-lyqR-btn>a{ 
    display: inline-block;
    width: 120px;
    height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
    background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 12px;
    margin-left: 40px;
    transition: all 0.3s ease;
    font-weight: 500;
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.3);
}

.tiktok-lyqR-btn>a:hover{
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(99, 102, 241, 0.4);
}


