.header-xqdrop ::-webkit-scrollbar,
.header-xqdrop ::-webkit-scrollbar-track {
    background-color: transparent;
    width: 4px
}

.header-xqdrop ::-webkit-scrollbar-thumb {
    background-color: #dfe1e6
}

.header-xqdrop ::-webkit-scrollbar-thumb:hover {
    background-color: #adb0b8
}
.header-xqdrop {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 55px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 899
}

.header-xqdrop.showMask {
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background: hsla(0, 0%, 100%, .5)
}

.header-xqdrop.noMask {
    background: none
}

#header.double .header-xqdrop {
    top: 100px
}

.header-xqdrop-list {
    border-radius: 0 0 16px 16px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(174, 186, 208, .27);
    box-shadow: 0 2px 8px 0 rgba(174, 186, 208, .27);
    margin: 0 160px;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    will-change: height;
    z-index: 899
}

.header-xqdrop-list.expanding,
.header-xqdrop-list.hiding {
    overflow: hidden;
    -webkit-transition: height .2s ease .1s;
    transition: height .2s ease .1s
}

.header-xqdrop-list>li {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    display: none
}

.header-xqdrop-list>li.header-xqdrop-dialog {
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-xqdrop-list>li.header-xqdrop-dialog.show {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block
}

.header-xqdrop-list>li:not(.J-drop-dialog) {
    background: #fff
}

.header-xqdrop-list>li.header-xqdrop-more {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    line-height: 0;
    padding-left: 0
}

.header-xqdrop-list>li.show {
    display: block
}

.header-xqdrop-close {
    cursor: pointer;
    height: 18px;
    opacity: .6;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 18px
}

.header-xqdrop-close:after,
.header-xqdrop-close:before {
    background-color: #252b3a;
    border-radius: 1px;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 10px;
    width: 20px
}

.header-xqdrop-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-xqdrop-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-xqdrop-close:hover {
    opacity: 1
}

.show-close .header-xqdrop-close {
    display: block
}

@media (max-width:1920px) {
    .header-xqdrop-list {
        margin: 0 auto;
        max-width: 1600px
    }
}

@media (max-width:1776px) {
    .header-xqdrop-list {
        max-width: 90%
    }
}

@media (max-width:1440px) {
    .header-xqdrop-list {
        max-width: 100%
    }
}

@media (max-width:1366px) {
    .header-xqdrop-list {
        padding: 0
    }

    .header-xqdrop-close {
        right: 10px
    }

    .header-xqdrop-close:after,
    .header-xqdrop-close:before {
        background-color: #252b3a;
        border-radius: 1px;
        content: "";
        height: 1px;
        left: 30%;
        margin-left: -10px;
        position: absolute;
        top: 10px;
        width: 20px
    }
}

@media (max-width:1024px) {
    .header-xqdrop {
        top: 100px
    }
}

@media (max-width:768px) {
    .header-xqdrop {
        display: none
    }
}

.xqdrop-common-container {
    height: 100%;
    max-height: calc(94vh - 100px);
    overflow: hidden;
    padding: 40px 50px 20px;
    position: relative
}

.header-container.fixed .xqdrop-common-container {
    max-height: calc(94vh - 75px)
}

#header.show-top-prompt .xqdrop-common-container {
    max-height: calc(94vh - 142px)
}

#header.show-top-ad .xqdrop-common-container {
    max-height: calc(94vh - 170px)
}

.xqdrop-common-container.adjust-space {
    padding-bottom: 40px
}

.xqdrop-common-container:after {
    bottom: 0;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    width: 100%
}

.xqdrop-common-container .xqdrop-common-wrapper {
    height: 100%;
    margin-left: -32px;
    max-height: calc(94vh - 196px);
    overflow: auto;
    padding: 0 0 0 32px
}

.header-container.fixed .xqdrop-common-container .xqdrop-common-wrapper {
    max-height: calc(94vh - 171px)
}

#header.show-top-prompt .xqdrop-common-container .xqdrop-common-wrapper {
    max-height: calc(94vh - 238px)
}

#header.show-top-ad .xqdrop-common-container .xqdrop-common-wrapper {
    max-height: calc(94vh - 266px)
}

.xqdrop-common-container .xqdrop-common-wrapper .xqdrop-common-wrapper-inner {
    height: 100%;
    max-height: calc(94vh - 196px);
    padding-bottom: 36px;
    padding-right: 8px
}

.header-container.fixed .xqdrop-common-container .xqdrop-common-wrapper .xqdrop-common-wrapper-inner {
    max-height: calc(94vh - 171px)
}

#header.show-top-prompt .xqdrop-common-container .xqdrop-common-wrapper .xqdrop-common-wrapper-inner {
    max-height: calc(94vh - 238px)
}

#header.show-top-ad .xqdrop-common-container .xqdrop-common-wrapper .xqdrop-common-wrapper-inner {
    max-height: calc(94vh - 266px)
}

.xqdrop-common-wrapper-top {
    height: 36px
}

.xqdrop-common-wrapper-top .xqdrop-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.xqdrop-common-wrapper-top .xqdrop-link-title {
    color: #191919;
    display: inline-block;
    font-size: 24px;
    height: 36px;
    line-height: 36px
}

.xqdrop-common-wrapper-top .xqdrop-link:hover .xqdrop-link-title {
    text-decoration: none
}

.xqdrop-common-wrapper-top .xqdrop-link[href]:hover .xqdrop-link-title {
    text-decoration: underline
}

.xqdrop-common-wrapper-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -36px;
    margin-top: 28px;
    max-height: calc(94vh - 260px)
}

.header-container.fixed .xqdrop-common-wrapper-bottom {
    max-height: calc(94vh - 235px)
}

#header.show-top-prompt .xqdrop-common-wrapper-bottom {
    max-height: calc(94vh - 302px)
}

#header.show-top-ad .xqdrop-common-wrapper-bottom {
    max-height: calc(94vh - 330px)
}

.xqdrop-common-wrapper-bottom .xqdrop-common-wrapper-left {
    -webkit-box-flex: 16;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 16;
    flex: 16;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -32px;
    margin-right: 16px;
    margin-top: -32px;
    padding-left: 32px;
    padding-top: 32px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-wrapper-right {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 20%;
    min-width: 20%;
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module-inner {
    padding-right: 20%
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module-title {
    color: #595959;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 28px;
    position: relative
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module-title[href]:after {
    background-position: 50%;
    background-size: 100%;
    content: "";
    height: 8px;
    margin-left: 8px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 8px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module-title[href]:hover:after {
    margin-left: 12px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item {
    display: block;
    margin-bottom: 36px;
    position: relative;
    z-index: 10
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item-title {
    color: #191919;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item-desc {
    color: #595959;
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item:after {
    background: transparent;
    border-radius: 8px;
    bottom: -16px;
    content: "";
    display: block;
    left: -16px;
    position: absolute;
    right: -16px;
    top: -16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    z-index: 9;
    z-index: 1000
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item:hover .xqdrop-common-item-title {
    text-decoration: underline
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item:hover:after {
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .1);
    content: ""
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module.simple-column .xqdrop-common-module-title {
    color: #191919;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 16px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module.simple-column .xqdrop-common-item {
    margin-bottom: 12px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module.simple-column .xqdrop-common-item-title {
    color: #595959;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    line-height: 20px
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module.simple-column .xqdrop-common-item:after {
    content: none
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module.simple-column .xqdrop-common-item:hover .xqdrop-common-item-title {
    text-decoration: underline
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module.simple-column .xqdrop-common-item:hover:after {
    content: none
}

.xqdrop-common-wrapper-bottom .xqdrop-common-module.simple-column .xqdrop-common-item+.xqdrop-common-item {
    margin-top: 12px
}

.xqdrop-common-activity {
    border-radius: 8px;
    display: inline-block;
    height: 504px;
    min-width: 236px;
    overflow: hidden;
    padding: 24px 24px 40px;
    position: relative
}

.xqdrop-common-activity.xqdrop-common-activity-auto-height {
    font-size: 0;
    height: auto;
    padding: 0
}

.xqdrop-common-activity .link-bg {
    background-color: #f2f2f2;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: .2s;
    transition: .2s;
    z-index: 0
}

.xqdrop-common-activity:hover .link-bg {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.xqdrop-common-activity .activity-title {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    z-index: 1
}

.xqdrop-common-activity .activity-desc {
    color: #595959;
    font-size: 13px;
    line-height: 20px;
    margin-top: 8px;
    position: relative;
    z-index: 1
}

.xqdrop-common-activity-link-bg {
    max-width: 320px;
    width: 100%
}

.xqdrop-common-activity-content {
    left: 24px;
    position: absolute;
    top: 24px
}

.xqdrop-common-activity.islist:hover .link-bg {
    -webkit-transform: scale(1.01);
    transform: scale(1.01)
}

.xqdrop-common-activity.islist .activity-title {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1
}

.xqdrop-common-activity.islist .activity-link {
    color: #595959;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
    position: relative
}

.xqdrop-common-activity.islist .activity-link:hover {
    color: #191919;
    text-decoration: underline
}

.has-activity .xqdrop-common-module {
    max-width: 25%;
    min-width: 25%
}

@media (max-width:2559px) {
    .xqdrop-common-wrapper-bottom .xqdrop-common-module {
        max-width: 25%;
        min-width: 25%
    }
}

@media (max-width:1440px) {
    .xqdrop-common-container {
        padding: 36px 5% 20px
    }

    .xqdrop-common-wrapper-top {
        height: 30px
    }

    .xqdrop-common-wrapper-top .xqdrop-link-title {
        font-size: 20px;
        height: 30px;
        line-height: 30px
    }

    .xqdrop-common-wrapper-bottom {
        margin-top: 24px
    }
}

@media (max-width:1280px) {
    .xqdrop-common-wrapper-bottom .xqdrop-common-wrapper-right {
        display: none
    }

    .xqdrop-common-wrapper-bottom .xqdrop-common-module {
        max-width: 25%;
        min-width: 25%
    }

    .xqdrop-common-wrapper-bottom .xqdrop-common-module-inner {
        padding-right: 16%
    }

    .xqdrop-common-wrapper-bottom .xqdrop-common-module.column a:last-child {
        margin-bottom: 48px
    }

    .xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item {
        margin-bottom: 32px
    }
}

@media (max-width:1024px) {
    .xqdrop-common-container {
        padding: 36px 3% 20px
    }

    .xqdrop-common-wrapper-bottom {
        margin-top: 20px
    }

    .xqdrop-common-wrapper-bottom .xqdrop-common-module,
    .xqdrop-common-wrapper-bottom .has-activity .xqdrop-common-module {
        max-width: 33%;
        min-width: 33%
    }

    .xqdrop-common-wrapper-bottom .xqdrop-common-module .xqdrop-common-item {
        margin-bottom: 28px
    }
}
.xqdrop-common-item .flag-badge {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 80px;
	height: 30px;
	background: #FF4D4F;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
	transform-origin: top right;
	animation: wave 1.8s ease-in-out infinite alternate;
	z-index: 10;
}
.xqdrop-common-item .flag-badge::after {
	content: '';
	position: absolute;
	top: 100%;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #B71C1C transparent transparent;
}
@keyframes wave {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(3deg); }
}
input.error {
    border: 1px solid red;
    background-color: #ffeeee;
}
.title_pro {
	position: relative;
	padding: 15px;
	font-size: 18px;
	font-weight: bold;
}
.title_pro:before {
	content: '';
	position: absolute;
	left: 0;
	top: 18px;
	display: block;
	height: 20px;
	width: 2px;
	background: #ebac22;
}
.province2 li {
	float: left;
	margin: 5px;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #f8fafd;
}
.province2 .actived_pro a {
	border: 1px solid #ff6c04;
	color: #ff6c04;
	background: rgba(255, 255, 255, 0);
}
.province2 li a {
	display: block;
	font: 14px / 36px Arial, sans-serif;
	color: rgba(51, 51, 79, 0.65);
	height: 36px;
	width: 100px;
	border: 1px solid #d6e4ee;
	transition: ease 0.3s;
}

.province2dx li {
	float: left;
	margin: 5px;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #f8fafd;
}
.province2dx .actived_pro a {
	border: 1px solid #ff6c04;
	color: #ff6c04;
	background: rgba(255, 255, 255, 0);
}
.province2dx li a {
	display: block;
	font: 14px / 36px Arial, sans-serif;
	color: rgba(51, 51, 79, 0.65);
	height: 36px;
	width: 100px;
	border: 1px solid #d6e4ee;
	transition: ease 0.3s;
}

.isel li a {
	display: block;
	font: 14px / 36px Arial, sans-serif;
	color: rgba(51, 51, 79, 0.65);
	height: 36px;
	width: 90px;
	border: 1px solid #d6e4ee;
	transition: ease 0.3s;
}
.iprv li a {
	display: block;
	font: 14px / 36px Arial, sans-serif;
	color: rgba(51, 51, 79, 0.65);
	height: 36px;
	width: 76px;
	border: 1px solid #d6e4ee;
	transition: ease 0.3s;
}
.province2 li span {
	display: block;
	height: 16px;
	width: 36px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #ee2d0c;
	text-align: center;
	position: absolute;
	right: -8px;
	top: -8px;
}
.province2dx li span {
	display: block;
	height: 16px;
	width: 36px;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #ee2d0c;
	text-align: center;
	position: absolute;
	right: -8px;
	top: -8px;
}
.minuteInput {
	width: 55px;
	border: 1px solid #ddd;
	height: 25px;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
}
.clear {
	clear: both;
}
.pay-btn {
	border: none;
	background-color: #ff8140;
	width: 100px;
	color: #ffffff;
	margin: 20px 0 0px 0px;
	height: 35px;
	line-height: 35px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 16px;
}
/* 添加模糊效果的样式 */
.row-tab-content-card.blurred {
  filter: blur(5px);
  pointer-events: none; /* 禁止鼠标交互 */
  position: relative; /* 为伪元素提供定位参考 */
}

/* 使用伪元素添加“敬请期待”文字 */
.mask::after {
  content: "敬请期待";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
  z-index: 2; /* 确保文字显示在模糊内容之上 style="filter: blur(5px);pointer-events: none;"*/
}
/*
.header-nav-list .nav-item{
	position: relative;
	cursor: pointer;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	--tw-text-opacity: 1;
	color: rgb(55 65 81 / var(--tw-text-opacity, 1));
	transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
	transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 200ms;
}
.nav-item .nav-border {
	position: absolute;
	bottom: 15px;
	left: 0px;
	height: 0.13rem;
	width: 0px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 123 255 / var(--tw-bg-opacity, 1));
	transition-property: all;
	transition-duration: 300ms;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}*/