/*
* 主布局
*/
.Mainl {
    width: 72%;
    float: left;
}

.Sider {
    width: 25%;
    float: right;
}

.tag {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    padding-bottom: 5px;
}

.tag::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #6c5ce7, #00cec9);
    border-radius: 3px;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

/*
* 主内容区1
*/
.MainCont1 {
    height: auto;
    overflow: hidden;
	margin-top:60px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.ServerInlink {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    background: linear-gradient(145deg, #6c5ce7, #00cec9);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(108, 92, 231, 0.2);
    color: white;
}

.ServerInlink .head {
    height: auto;
    line-height: normal;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.ServerInlink .cont {
    padding: 0;
}

.ServerInlink .cont .cc1 {
    height: auto;
    overflow: hidden;
    padding: 15px 15px 15px 70px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='48' height='48'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M9.366 10.682a10.556 10.556 0 0 0 3.952 3.952l.884-1.238a1 1 0 0 1 1.294-.296 11.422 11.422 0 0 0 4.583 1.364 1 1 0 0 1 .921.997v4.462a1 1 0 0 1-.898.995A15.51 15.51 0 0 1 18.5 21C9.94 21 3 14.06 3 5.5c0-.538.027-1.072.082-1.602A1 1 0 0 1 4.077 3h4.462a1 1 0 0 1 .997.921A11.422 11.422 0 0 0 10.9 8.504a1 1 0 0 1-.296 1.294l-1.238.884zm-2.522-.657l1.9-1.357A13.41 13.41 0 0 1 7.647 5H5.01c-.006.166-.009.333-.009.5C5 12.956 11.044 19 18.5 19c.167 0 .334-.003.5-.01v-2.637a13.41 13.41 0 0 1-3.668-1.097l-1.357 1.9a12.442 12.442 0 0 1-1.588-.75l-.058-.033a12.556 12.556 0 0 1-4.702-4.702l-.033-.058a12.442 12.442 0 0 1-.75-1.588z' fill='rgba(255,255,255,1)'/%3E%3C/svg%3E") left center no-repeat;
    background-size: 48px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.ServerInlink .cont .cc1 dt {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
}

.ServerInlink .cont .cc1 dd {
    line-height: 1.5;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    padding-right: 0;
    overflow: hidden;
    margin-top: 5px;
}

.ServerInlink .cont .cc2 {
    height: auto;
    overflow: hidden;
    background: none;
    padding: 15px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ServerInlink .cont .cc2 dt {
    width: auto;
    float: none;
    line-height: normal;
    text-align: left;
    padding-right: 0;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.ServerInlink .cont .cc2 dd {
    float: none;
    padding-top: 0;
    width: 100%;
}

.ServerInlink .cont .cc2 dd div {
    height: auto;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.ServerInlink .cont .cc2 dd div:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(5px);
}

.ServerInlink .cont .cc3 {
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.ServerInlink .cont .cc3 dt {
    width: auto;
    float: none;
    line-height: normal;
    text-align: left;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
}

.ServerInlink .cont .cc3 dd {
    float: none;
    line-height: normal;
}

/*
* 幻灯片容器
*/
.MainCont1 .SlideCont {
    width: 100%;
    height: auto;
    padding-left: 0;
    overflow: hidden;
    float: none;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.slidePic {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}

.slidePic li {
    display: none;
    position: relative;
}

.slidePic li.cur {
    display: block;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.slidePic li.cur:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(108, 92, 231, 0.3), rgba(0, 206, 201, 0.3));
    z-index: 1;
}

.slideTxt {
    cursor: pointer;
    height: auto;
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 10;
    display: flex;
    gap: 8px;
}

.slideTxt li {
    float: none;
    height: 12px;
    width: 12px;
    line-height: normal;
    overflow: hidden;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.slideTxt li a.hidefocus {
    outline: none;
    display: block;
    height: 100%;
    width: 100%;
}

.slideTxt li a.hidefocus::-moz-focus-inner {
    border: none;
}

.slideTxt li a:link,
.slideTxt li a:visited,
.slideTxt li a:hover {
    color: transparent;
    text-decoration: none;
}

.slideTxt .cur {
    background: rgba(255, 255, 255, 1);
    transform: scale(1.2);
}

.slideTxt .cur a:link,
.slideTxt .cur a:visited,
.slideTxt .cur a:hover {
    color: transparent;
    font-weight: bold;
}

/*
* 行动按钮
*/
.ActionCont {
    height: auto;
    overflow: hidden;
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.ActionCont div {
    width: 48%;
    height: auto;
    text-align: center;
    line-height: normal;
    overflow: hidden;
    background: linear-gradient(145deg, #6c5ce7, #00cec9);
    float: none;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(108, 92, 231, 0.3);
    transition: all 0.3s ease;
}

.ActionCont div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(108, 92, 231, 0.4);
}

.ActionCont div.but2 {
    float: none;
    background: linear-gradient(145deg, #00cec9, #6c5ce7);
}

.ActionCont a:link,
.ActionCont a:visited,
.ActionCont a:hover {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: block;
}

/*
* 新点评
*/
.NewDianping {
    height: auto;
    overflow: hidden;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.NewDianping .head {
    height: auto;
    line-height: normal;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
}

.NewDianping .cont {
    padding: 0;
    line-height: normal;
}

.NewDianping .cont .list {
    height: auto;
    overflow: hidden;
    padding: 12px 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm0-2a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm1-11.5a1 1 0 0 0-2 0V12a1 1 0 0 0 .293.707l2.828 2.829a1 1 0 0 0 1.414-1.414L13 11.5z' fill='rgba(108,92,231,1)'/%3E%3C/svg%3E") left center no-repeat;
    background-size: 20px;
    border-bottom: 1px dashed #f1f2f6;
}

.NewDianping .cont .list:last-child {
    border-bottom: none;
}

.NewDianping .cont .list a {
    float: none;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 10px;
}

.NewDianping .cont .list a:hover {
    color: #6c5ce7;
    text-decoration: underline;
}

.NewDianping .cont .list span {
    float: right;
    color: #6c5ce7;
    font-weight: 600;
}

/*
* 主内容区2
*/
.MainCont2 {
    height: auto;
    overflow: hidden;
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.maincont1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.maincont1 .head {
    height: auto;
    line-height: normal;
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
}

.maincont1 .cont1 {
    height: auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.maincont1 .cont1 .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    line-height: normal;
    padding: 10px 0;
    border-bottom: 1px dashed #f1f2f6;
}

.maincont1 .cont1 .list:last-child {
    border-bottom: none;
}

.maincont1 .cont1 .list a {
    color: #6c5ce7;
    padding-right: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.maincont1 .cont1 .list a.f {
    float: none;
    padding-left: 25px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='20' height='20'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M13.172 12l-4.95-4.95 1.414-1.414L16 12l-6.364 6.364-1.414-1.414z' fill='rgba(108,92,231,1)'/%3E%3C/svg%3E") left center no-repeat;
    background-size: 20px;
    color: #2c3e50;
    font-weight: 600;
    margin-right: 10px;
}

.maincont1 .cont1 .list a:hover {
    color: #00cec9;
    text-decoration: underline;
}

/*
* 轮播内容
*/
.maincont1 .cont2 {
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

#showup,
#showdown {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(108, 92, 231, 0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#showup:hover,
#showdown:hover {
    background: rgba(108, 92, 231, 1);
    transform: translateY(-50%) scale(1.1);
}

#showup {
    left: 10px;
}

#showup::before {
    content: '';
    width: 15px;
    height: 15px;
    border-left: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(45deg);
    margin-right: 5px;
}

#showdown {
    right: 10px;
}

#showdown::before {
    content: '';
    width: 15px;
    height: 15px;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    transform: rotate(-45deg);
    margin-left: 5px;
}

.maincont1 .cont2 a.hidefocus {
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
}

.maincont1 .cont2 a.hidefocus::-moz-focus-inner {
    border: none;
}

.maincont1 .cont2 ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.maincont1 .cont2 ul::-webkit-scrollbar {
    display: none;
}

.maincont1 .cont2 ul li {
    width: 200px;
    height: auto;
    overflow: hidden;
    float: none;
    flex: 0 0 auto;
    margin-right: 20px;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.maincont1 .cont2 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.maincont1 .cont2 ul li div {
    width: 90%;
    margin: 10px auto;
    text-align: center;
}

.maincont1 .cont2 ul li div.img {
    border: none;
    background: #fafafa;
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    padding: 0;
}

.maincont1 .cont2 ul li div.img a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 0;
}

.maincont1 .cont2 ul li div.t {
    height: auto;
    line-height: normal;
    padding: 10px 0 5px 0;
    overflow: hidden;
}

.maincont1 .cont2 ul li div.t a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.maincont1 .cont2 ul li div.t a:hover {
    color: #6c5ce7;
}

/*
* 主横幅
*/
.MainBanner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/*
* 主内容区3
*/
.MainCont3 {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.maincont2 {
    width: 100%;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.maincont2 .head {
    height: auto;
    overflow: hidden;
    background: none;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f2f6;
}

.maincont2 .head .tag {
    width: auto;
    line-height: normal;
    padding: 0;
    background: none;
    color: #2c3e50;
    font-size: 1.4rem;
}

.maincont2 .cont {
    background: none;
    padding: 0;
}

#ShowSortTable {
    width: 100%;
    border-collapse: collapse;
}

#ShowSortTable td {
    width: 50%;
    padding: 15px;
    vertical-align: top;
    border: none;
}

#ShowSortTable .havebg td {
    background: #f8f9fa;
}

#ShowSortTable td.choose {
    background: rgba(108, 92, 231, 0.05);
}

#ShowSortTable td dl {
    padding: 0 0 0 70px;
    margin: 0;
    position: relative;
    min-height: 60px;
}

#ShowSortTable td dl:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: rgba(108, 92, 231, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #6c5ce7;
}

#ShowSortTable td dl.dl1:before {
    content: '1';
}

#ShowSortTable td dl.dl2:before {
    content: '2';
}

#ShowSortTable td dl.dl3:before {
    content: '3';
}

#ShowSortTable td dl.dl4:before {
    content: '4';
}

#ShowSortTable td dl.dl5:before {
    content: '5';
}

#ShowSortTable td dl.dl6:before {
    content: '6';
}

#ShowSortTable td dl.dl7:before {
    content: '7';
}

#ShowSortTable td dl.dl8:before {
    content: '8';
}

#ShowSortTable td dl.dl9:before {
    content: '9';
}

#ShowSortTable td dl.dl10:before {
    content: '10';
}

#ShowSortTable td dl dt {
    line-height: normal;
    margin-bottom: 10px;
}

#ShowSortTable td dl dt a {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
}

#ShowSortTable td dl dt a:hover {
    color: #6c5ce7;
}

#ShowSortTable td dl dd {
    line-height: normal;
    height: auto;
    overflow: hidden;
    color: #666;
    margin: 0;
}

/*
* 侧边栏内容
*/
.MainCont3 .Sider {
    padding-top: 0;
    width: 100%;
    float: none;
}

.sidecont1 {
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.sidecont1 .head {
    height: auto;
    overflow: hidden;
    background: none;
    line-height: normal;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f2f6;
}

.sidecont1 .head .tag {
    padding-left: 0;
    background: none;
    font-size: 1.2rem;
    color: #2c3e50;
}

.sidecont1 .cont {
    padding: 0;
    background: none;
}

.sidecont1 .cont .listd {
    height: auto;
    line-height: normal;
    overflow: hidden;
    padding: 12px 0;
    border-bottom: 1px dashed #f1f2f6;
    display: flex;
    align-items: center;
}

.sidecont1 .cont .listd:last-child {
    border-bottom: none;
}

.sidecont1 .cont .listd span {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    float: none;
    background: #f1f2f6;
    border-radius: 50%;
    line-height: 25px;
    margin-right: 10px;
    color: #666;
    font-size: 0.9rem;
}

.sidecont1 .cont .listd span.span1,
.sidecont1 .cont .listd span.span2,
.sidecont1 .cont .listd span.span3 {
    background: linear-gradient(145deg, #6c5ce7, #00cec9);
    color: #FFF;
}

.sidecont1 .cont .listd a {
    display: block;
    width: auto;
    float: none;
    color: #2c3e50;
    text-decoration: none;
    transition: all 0.3s ease;
    flex: 1;
}

.sidecont1 .cont .listd a:hover {
    color: #6c5ce7;
}

.sidecont1 .cont .listd em {
    display: block;
    width: auto;
    float: none;
    text-align: right;
    font-style: normal;
    color: #888;
    margin-left: 10px;
}

.sidecont1 .cont .listd font {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ff7675;
    margin-left: 10px;
}

/*
* 主内容区3
*/
.maincont3 {
    height: auto;
    background: white;
    overflow: hidden;
    margin: 30px 0;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.maincont3 .head {
    height: auto;
    overflow: hidden;
    line-height: normal;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f2f6;
}

.maincont3 .head .tag {
    float: left;
    padding-left: 0;
}

.maincont3 .head .more {
    float: right;
    padding-right: 0;
}

.maincont3 .cont {
    height: auto;
    overflow: hidden;
    padding: 0;
}

.maincont3 .cont .listpic {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: none;
    padding: 15px 0;
    border-bottom: 1px dashed #f1f2f6;
    display: flex;
}

.maincont3 .cont .listpic:last-child {
    border-bottom: none;
}

.maincont3 .cont .listpic .img {
    float: none;
    border: none;
    padding: 0;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.maincont3 .cont .listpic .img a {
    display: block;
    width: 120px;
    height: 80px;
    overflow: hidden;
    text-align: center;
}

.maincont3 .cont .listpic .word {
    width: auto;
    float: none;
    padding-left: 0;
    line-height: normal;
    color: #666;
    flex: 1;
}

.maincont3 .cont .listpic .word div {
    height: auto;
    overflow: hidden;
    margin-bottom: 8px;
}

.maincont3 .cont .listpic .word div.t a {
    font-size: 1.1rem;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.maincont3 .cont .listpic .word div.t a:hover {
    color: #6c5ce7;
}

/**
* 点评列表
*/
.listdianping {
    width: 100%;
    margin: 0;
    background: none;
    height: auto;
    padding: 20px;
    overflow: hidden;
    border-radius: 15px;
    background: white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.listdianping .img {
    float: left;
    border: none;
    padding: 0;
    margin-right: 15px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.listdianping .img a {
    display: block;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.listdianping .t,
.listdianping .dp,
.listdianping .c {
    width: auto;
    height: auto;
    line-height: normal;
    overflow: hidden;
    padding-left: 0;
    float: none;
    margin-bottom: 8px;
}

.listdianping .t {
    color: #888;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listdianping .t .b {
    font-weight: 700;
    padding-left: 0;
    margin-right: 10px;
    color: #2c3e50;
}

.listdianping .t .m {
    float: none;
    padding-left: 20px;
    padding-right: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='16' height='16'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 20.9l4.95-4.95a7 7 0 1 0-9.9 0L12 20.9zm0 2.828l-6.364-6.364a9 9 0 1 1 12.728 0L12 23.728zM12 13a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 2a4 4 0 1 1 0-8 4 4 0 0 1 0 8z' fill='rgba(0,153,255,1)'/%3E%3C/svg%3E") left center no-repeat;
    background-size: 16px;
    color: #6c5ce7;
    margin-right: 15px;
}

.listdianping .c {
    color: #666;
}

/**
* 侧边栏广告
*/
.sideradcont {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

/**
* 侧边栏列表
*/
.sidecont1 .cont .listn {
    height: auto;
    overflow: hidden;
    background: none;
    padding: 12px 0;
    border-bottom: 1px dashed #f1f2f6;
}

.sidecont1 .cont .listn:last-child {
    border-bottom: none;
}

.sidecont1 .cont .listn div {
    height: auto;
    line-height: normal;
    overflow: hidden;
    margin-bottom: 5px;
}

.sidecont1 .cont .listn div.t {
    padding: 0;
    background: none;
}

.sidecont1 .cont .listn div.t a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sidecont1 .cont .listn div.t a:hover {
    color: #6c5ce7;
}

.sidecont1 .cont .listn div.address {
    width: auto;
    overflow: hidden;
    padding-left: 0;
    color: #888;
    float: none;
    font-size: 0.9rem;
}

.sidecont1 .cont .listn div.d {
    float: none;
    padding-right: 0;
    font-size: 1rem;
    color: #6c5ce7;
    font-weight: 600;
}

/**
* 侧边栏媒体列表
*/
.sidecont1 .cont .listm {
    height: auto;
    padding: 15px 0;
    overflow: hidden;
    border-bottom: 1px dashed #f1f2f6;
}

.sidecont1 .cont .listm:last-child {
    border-bottom: none;
}

.sidecont1 .cont .listm .img {
    float: left;
    border: none;
    padding: 0;
    margin-right: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.sidecont1 .cont .listm .img a {
    display: block;
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.sidecont1 .cont .listm .t,
.sidecont1 .cont .listm .d {
    width: auto;
    float: none;
    padding-left: 0;
}

.sidecont1 .cont .listm .t a {
    color: #2c3e50;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.sidecont1 .cont .listm .t a:hover {
    color: #6c5ce7;
}

.sidecont1 .cont .listm .d {
    padding-top: 5px;
    line-height: normal;
    color: #888;
    font-size: 0.9rem;
}

/* 响应式设计 */
@media (min-width: 768px) {
    .Mainl {
        width: 68%;
    }

    .Sider {
        width: 30%;
    }

    .MainCont3 .Sider {
        width: 30%;
        float: right;
    }

    .maincont1 .cont1 .list {
        width: 48%;
        float: left;
        margin-right: 4%;
    }

    .maincont1 .cont1 .list:nth-child(2n) {
        margin-right: 0;
    }

    #ShowSortTable td {
        width: 50%;
    }

    .sidecont1 .cont .listn {
        display: flex;
        flex-wrap: wrap;
    }

    .sidecont1 .cont .listn div.address {
        width: 60%;
    }

    .sidecont1 .cont .listn div.d {
        width: 40%;
        text-align: right;
    }
}

@media (min-width: 1024px) {
    .MainCont1 {
        flex-wrap: nowrap;
    }

    .ServerInlink {
        width: 30%;
    }

    .SlideCont {
        width: 68%;
    }

    .maincont1 .cont1 .list {
        width: 31.333%;
        margin-right: 3%;
    }

    .maincont1 .cont1 .list:nth-child(2n) {
        margin-right: 3%;
    }

    .maincont1 .cont1 .list:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .Mainl,
    .Sider {
        width: 100%;
        float: none;
    }

    .MainCont1 {
        flex-direction: column;
    }

    .ServerInlink,
    .SlideCont {
        width: 100%;
    }

    .ActionCont {
        flex-direction: column;

    }

    .ActionCont div {
        width: 100%;
    }

    .maincont1 .cont1 .list {
        width: 100%;
        float: none;
    }

    #ShowSortTable td {
        width: 100%;
        display: block;
    }

    .maincont3 .cont .listpic {
        flex-direction: column;
    }

    .maincont3 .cont .listpic .img {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .listdianping .img {
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* 3D效果与动画 */
@media (prefers-reduced-motion: no-preference) {
    .ServerInlink,
    .maincont1,
    .maincont2,
    .maincont3,
    .sidecont1,
    .listdianping,
    .sideradcont {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .ServerInlink:hover,
    .maincont1:hover,
    .maincont2:hover,
    .maincont3:hover,
    .sidecont1:hover,
    .listdianping:hover,
    .sideradcont:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    }
}

/* 赛博朋克风格元素 */
@media (min-width: 1024px) {
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(125deg, #6c5ce7 0%, #00cec9 100%);
        opacity: 0.03;
        z-index: -1;
        pointer-events: none;
    }
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #6c5ce7, #00cec9);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #00cec9, #6c5ce7);
}