/* isp  静态代理 */
.staticTop {
	width: 100%;
	height: 750px;
	background-image: url(../images/static/bg1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.staticTop-Main {
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	display: flex;
	justify-content: space-between;
}

.stm-left {
	width: 610px;
}

.stml-top {
	width: 376px;
	height: 55px;
	line-height: 55px;
	background: #FFFFFF;
	border-radius: 28px;
	margin-top: 93px;
	display: flex;
	font-weight: 400;
	font-size: 15px;
	color: #888995;
	letter-spacing: 4px;
}

.stml-text {
	width: 585px;
	height: 47px;
	font-weight: 400;
	font-size: 17px;
	color: #555555;
	margin-top: 29px;
}

.stml-lq {
	width: 240px;
	height: 55px;
	line-height: 55px;
	background: #4789FF;
	border-radius: 10px;
	display: flex;
	color: #fff;
	padding-left: 42px;
	margin-top: 29px;
	cursor: pointer;
}

.stml-gm {
	width: 177px;
	height: 55px;
	line-height: 55px;
	background: #FDC24C;
	border-radius: 10px;
	display: flex;
	color: #fff;
	padding-left: 13px;
	margin-top: 29px;
	margin-left: 28px;
	cursor: pointer;
}

.stml-item {
	width: 171px;
	height: 48px;
	line-height: 48px;
	background-image: url(../images/static/bg4.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
}

.staticCenter {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.staticCenter-Main {
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	padding-top: 77px;
}

#scbList {
	display: flex;
	justify-content: space-between;
}

#scbList .item {
	width: 90px;
	height: 30px;
	/* background: #4789FF; */
	border-radius: 15px;
	border: 1px solid #DDDDDD;
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	/* color: #FFFFFF; */
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

#scbList .selected {
	width: 90px;
	height: 30px;
	background: #4789FF;
	border-radius: 15px;
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

#scbCountryList {
	display: flex;
	justify-content: space-between;
}

#scbCountryList .item {
	width: 90px;
	height: 30px;
	/* background: #4789FF; */
	border-radius: 15px;
	border: 1px solid #DDDDDD;
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	/* color: #FFFFFF; */
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

#scbCountryList .selected {
	width: 90px;
	height: 30px;
	background: #4789FF;
	border-radius: 15px;
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 26px;
	cursor: pointer;
	margin-right: 20px;
}

.scb-country {
	width: 100%;
	height: 950px;
	background: #FFFFFF;
	box-shadow: 0px 10px 26px 1px rgba(0, 0, 0, 0.14);
	border-radius: 10px;
	/* border: 1px solid #000; */
	margin-top: 14px;

	z-index: 99;
	position: relative;
}

.scb-countryRight {
	width: 450px;
	height: 830px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #EEEEEE;
	padding: 10px 0px 20px 10px;
}

.scb-countryListBox {
	width: 700px;
	height: 780px;
	background-color: #fff;
	overflow: auto;
	overflow-x: hidden;
}

.scb-countryListBox::-webkit-scrollbar {
	width: 6px;
}

/* 设置滚动条滑块的样式 */
.scb-countryListBox::-webkit-scrollbar-thumb {
	background: #cccccc;
	/* border-radius: 6px; */
}

.scb-countryList {
	/* height: 500px;
	overflow: auto; */
	width: 100%;
	height: 100%;
}

.scb-countryItem {
	width: 160px;
	height: 80px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
	font-weight: 400;
	font-size: 14px;
	padding: 9px 10px 10px 9px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.scb-countryItem:nth-child(4) {
	margin-right: 0px;
}

.scb-countryItem:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* 点击的切换 */
.scb-countryList .activeP {
	background-color: #3b82f6;
	color: white;
	border-color: #3b82f6;
}

/* .scb-countryList:not(.activeP) {
	background-color: #ffffff;
	color: #333;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background-color: #ffaa00;
} */


.scb-active {
	color: #fff;
	background: #4789FF;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
}

.scb-tjdd {
	display: flex;
	width: 380px;
	line-height: 30px;
	margin-top: 10px;
	border-bottom: 1px solid #B5B5B5;
	padding-bottom: 15px;
}

#scb-gmList {
	width: 350px;
}

.scb-gmList a {
	color: #000;
	text-decoration: none;
}

#scb-gmList .item {
	width: 94px;
	height: 33px;
	line-height: 30px;
	border: 1px solid #D5DFF3;
	text-align: center;
	display: inline-block;
	margin-bottom: 12px;
	cursor: pointer;
	margin-right: 3px;
}

#scb-gmList .selected {
	width: 94px;
	height: 33px;
	background: #4789FF;
	text-align: center;
	font-weight: 300;
	font-size: 17px;
	color: #FFFFFF;
	line-height: 26px;
	cursor: pointer;
}



.scb-footer {
	width: 303px;
	height: 41px;
	margin: 0 auto;
	line-height: 41px;
	text-align: center;
	background: #FF1E29;
	border-radius: 10px;
	display: flex;
	font-weight: 400;
	font-size: 20px;
	color: #FEFEFE;
	margin-top: 38px;
}

/* isp  静态代理 */


.staticIntroduce {
	width: 100%;
	height: 740px;
	background-color: #fff;
}

.staticIntroduce-Main {
	width: 100%;
	height: 100%;
	/* border: 1px solid #000; */
	padding-top: 118px;
}

.staticIntroduce-List {
	margin-top: 74px;
	position: relative;
}

.staticIntroduce-item {
	width: 580px;
	display: flex;
	padding: 30px 14px 58px 0px;
	display: inline-block;
	box-sizing: border-box;
}

.itemText {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 18px;
}

.multiDevice {
	width: 100%;
	height: 1350px;
	background-color: #F8F9FA;
}

.multiDevice-Main {
	padding-top: 63px;
}

.multiDList {
	display: flex;
	margin-top: 48px;
}

.multiItem {
	width: 282px;
	height: 300px;
	text-align: center;
	vertical-align: middle;
	/* border: 1px solid #000; */
	margin-right: 30px;

	position: relative;
}

.multiItem-title {
	font-weight: bold;
	font-size: 25px;
	margin-top: 10px;
	margin-bottom: 17px;
}

.multiItem-des {
	font-weight: 400;
	font-size: 17px;
	color: #666666;
}

.multiItem-lj {
	width: 110px;
	margin: 0 auto;
	font-weight: bold;
	font-size: 21px;
	color: #666666;
	margin-top: 22px;
	cursor: pointer;

	position: absolute;
	bottom: 10px;
	left: 78px;
}


.staticResidenceFooter {
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
}

.staticResidenceFooter-Main {
	width: 100%;
	height: 100%;
	padding-top: 30px;
}

.staticResidenceFooter-Bottom {
	/* width: 100%; */
	height: 423px;
	background: linear-gradient(-90deg, #FF5842 0%, #4789FF 100%);
	border-radius: 10px;
	/* margin-top: 60px; */
	display: flex;
	padding-left: 76px;
	padding-top: 44px;
}

.srfb-itemMain {
	margin-right: 30px;
}

.srfb-itemCom {
	width: 330px;
	height: 300px;
	background-image: url(../images/static/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 11px 10px 10px 10px;
}

.srfb-text {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}



/* 基础样式 */
.styled-select {
	width: 94px;
	height: 33px;
	background: #F3F6FB;
	border: 1px solid #D5DFF3;
	padding: 4px 0px 0px 14px;
	appearance: none;
	/* 移除默认样式 */
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* 自定义下拉箭头 */
.styled-select {
	background-image: url('../images/static/sanjiao.png');
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 19px 8px;
}

/* 悬停效果 */
.styled-select:hover {
	border-color: #45a049;
	background-color: #fff;
}

/* 聚焦效果 */
.styled-select:focus {
	outline: none;
	border-color: #2196F3;
	box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);
}

/* 禁用状态 */
.styled-select:disabled {
	background-color: #f0f0f0;
	color: #999;
	cursor: not-allowed;
}

/* 左侧的贴标 */
.leftFixedBox {
	position: absolute;
	left: -11%;
	top: 8%;
	font-weight: 300;
	font-size: 13px;
	color: #FFFFFF;
	z-index: 1;
}

.leftFixedBoxOne {
	width: 186px;
	height: 72px;
	padding-top: 18px;
	padding-left: 30px;
	background-image: url(../images/static/left1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 30px;
}

.leftFixedBoxTwo {
	width: 186px;
	height: 72px;
	padding-top: 18px;
	padding-left: 30px;
	background-image: url(../images/static/left2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 28px;
}

.leftFixedBoxThree {
	width: 186px;
	height: 72px;
	padding-top: 18px;
	padding-left: 30px;
	background-image: url(../images/static/left3.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


/* 二维码   图片 */
.ewmImage {
	width: 200px;
	height: 200px;
	margin-top: 20px;
	margin-left: 100px;
	display: none;
	position: relative;
}

.custom-input {
	width: 50px;
	border: none;
	background-color: #F3F6FB;
	border-right: 1px solid #D5DFF3;
	border-left: 1px solid #D5DFF3;
	text-align: center;
}

.custom-input:focus {
	outline: none;
	border: none;
	box-shadow: none;
	border-right: 1px solid #D5DFF3;
	border-left: 1px solid #D5DFF3;
}

/* 移除数字输入框的上下箭头 */
.no-spinners::-webkit-outer-spin-button,
.no-spinners::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.no-spinners {
	-moz-appearance: textfield;
}

.toast {
	padding: 30px;
}

#alipaysubmit {
	margin-top: 200px;
}


.carousel-container {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin-top: 60px;
}

.carousel-slide {
	display: none;
	transition: opacity 0.5s ease-in-out;
}

.carousel-slide.active {
	display: block;
}

.carousel-indicators {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
}

.indicator {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s;
}

.indicator.active {
	background-color: white;
}

.carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	padding: 4px;
	cursor: pointer;
	border-radius: 50%;
	transition: background-color 0.3s;
}

.carousel-control.prev {
	left: 20px;
}

.carousel-control.next {
	right: 20px;
}

.listCommonLBT {
	width: 352px;
	height: 442px;
	background: #FFFFFF;
	border-radius: 12px;
	text-align: center;
}

.listText {
	width: 304px;
	margin: 0 auto;
	color: #888888;
	margin-top: 23px;
	line-height: 1.8;
}


/* 提示框 */
.tooltip {
	position: absolute;
	right: -10px;
	top: -102px;
	background-color: #fff;
	border: 1px solid #000;
	width: 400px;
	height: 100px;
	display: inline-block;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	opacity: 0;
}

/* 提示框三角形 */
.tooltip::before,
.tooltip::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
}

/* 外层三角形（边框色） */
.tooltip::before {
	bottom: -20px;
	left: 50%;
	margin-left: -10px;
	border-top-color: #ccc;
}

/* 内层三角形（背景色） */
.tooltip::after {
	bottom: -18px;
	left: 50%;
	margin-left: -9px;
	border-top-color: #fff;
}