html {
	font-size: calc(100vw / 750 * 37.5);
}

@media only screen and (max-width: 320px) {
	html {
		font-size: 16px !important;
	}
}

@media only screen and (min-width: 400px) {
	html {
		font-size: calc(100vw / 750 * 37.5) !important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: calc(100vw / 750 * 37.5) !important;
	}
}

@media only screen and (min-width: 414px) and (max-width: 450px) {
	html {
		font-size: calc(100vw / 750 * 37.5) !important;
	}
}

@media only screen and (min-width: 320px) and (max-width: 750px) {
	html {
		font-size: calc(100vw / 750 * 37.5) !important;
	}
}

@media only screen and (min-width: 750px) {
	html {
		font-size: 37.5px !important;
	}
}

body {
	background: #f1f1f1;
}

.content::-webkit-scrollbar {
	width: 0;
}

.hide {
	display: none;
}

.page-group {
	position: relative;
	max-width: 750px;
	margin: 0 auto;
	min-width: 320px;
}

.page {
	background: #f1f1f1;
}

#main {
	/* background: #e53c2d; */
	background: #ce2b2b;
	/* background: url(../images/index_bg.png?v=20211101) no-repeat; */
	/* background-size: 100% 100%; */
	/* background: linear-gradient(to bottom, #077ec2 7.466667rem, #03236a, #053f7c); */
}

#dds {
	position: relative;
}

#city {
	position: absolute;
	right: 0;
	top: 0.53rem;
	width: 3.55rem;
	height: 1.45rem;
	background: rgba(0, 52, 127, 0.2);
	border-radius: 0.75rem 0 0 0.75rem;
	border: 1px solid #fff;
	font-size: 0.7rem;
	line-height: 1.45rem;
	color: #fff;
	box-sizing: border-box;
	padding-left: 1.3rem;
	cursor: pointer;
}

#city::before {
	content: "";
	display: block;
	width: 0.9rem;
	height: 1rem;
	position: absolute;
	left: 0.2rem;
	top: 0.2rem;
	background: url(https://gd.189.cn/TS/kd/cpb/cpb2021/20210611/images/localhost.png?v=20211101)
		no-repeat;
	background-size: 100% 100%;
}

#city::after {
	content: "";
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 0rem;
	top: 0.3rem;
	background: url(https://gd.189.cn/TS/kd/cpb/cpb2021/20210611/images/sanjiao.png?v=20211101)
		no-repeat;
	background-size: 100% 100%;
}

.prolist {
	position: relative;
	line-height: 0;
	margin-bottom: 1rem;
	padding: 0.4rem;
}
#pro_part_1 {
	margin-top: -4rem;
}

.prolist .prolist_title {
	position: absolute;
	width: 50%;
	top: -0.7rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.pro_list {
	width: 100%;
	background: rgba(255, 255, 255, 0.16);
	line-height: 1rem;
	padding: 1.5rem 0;
	border: 1px solid #fff;
	border-radius: 0.6rem;
}

.pro_box.rh {
	width: 100%;
	background: url(https://gd.189.cn/TS/kd/cpb/cpb2021/20210611/images/pro_box_rh_bg.png?v=20211101)
		no-repeat;
	background-size: 100% 100%;
	height: 9rem;
	position: relative;
}

.pro_box.dk {
	width: 100%;
	background: url(https://gd.189.cn/TS/kd/cpb/cpb2021/20210611/images/pro_box_dk_bg.png?v=20211101)
		no-repeat;
	background-size: 100% 100%;
	height: 10rem;
	position: relative;
}

.pro_box {
	margin: 0 auto 0.5rem;
	cursor: pointer;
	display: none;
}

.pro_box.active {
	display: block;
}

.pro_box.active:last-child {
	margin-bottom: 0;
}

.pro_box span {
	position: absolute;
}

.pro_title {
	width: 17rem;
	left: 1.5rem;
	color: #000;
	text-align: center;
	top: 1rem;
}

.pro_box span b {
	color: #eb1313;
}

.pro_rate {
	display: block;
	width: 4.5rem;
	color: #7a0205;
	font-size: 0.64rem;
	text-align: center;
	left: 1.7rem;
	top: 3rem;
	padding: 0.1rem;
	background: linear-gradient(45deg, #fdf3f2 40%, #ffdad3 70%);
	border-radius: 0.3rem;
}

.pro_rate::before {
	content: "电信宽带";
	color: #7a0205;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.2rem;
}

.pro_liuliang {
	display: block;
	width: 4rem;
	color: #7a0205;
	font-size: 0.64rem;
	text-align: center;
	left: 7.5rem;
	top: 3rem;
	padding: 0.1rem;

	background: linear-gradient(45deg, #fdf3f2 40%, #ffdad3 70%);
	border-radius: 0.3rem;
}

.pro_liuliang::before {
	content: "手机流量";
	color: #7a0205;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.2rem;
}

.pro_tonghua {
	display: block;
	width: 4.5rem;
	color: #7a0205;
	font-size: 0.64rem;
	text-align: center;
	left: 13rem;
	top: 3rem;
	padding: 0.1rem;

	background: linear-gradient(45deg, #fdf3f2 40%, #ffdad3 70%);
	border-radius: 0.3rem;
}

.pro_tonghua::before {
	content: "国内通话";
	color: #7a0205;
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 0.2rem;
}

.pro_rate b,
.pro_liuliang b,
.pro_tonghua b {
	font-size: 1.1rem;
}

.pro_box button {
	display: block;
	position: absolute;
	min-width: 4rem;
	background: linear-gradient(to right, #fe6551, #be0a0a);
	color: #fff;
	height: 1.25rem;
	border: none;
	font-size: 0.7rem;
	line-height: 1.25rem;
	border-radius: 0.65rem;
	right: 1.3rem;
	bottom: 1.3rem;
	text-shadow: 1px 1px 2px #ff819d;
	font-weight: bold;
}

i.zhjt {
	display: block;
	width: 17rem;
	left: 1.2rem;
	color: #3b3146;
	box-sizing: border-box;
	background: url(/TS/kd/cpb/cpb2021/20210611/images/pro_box_zhjt.png?v=20211101)
		no-repeat;
	background-size: auto 100%;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.6rem;
	font-weight: bold;
	bottom: 1.2rem;
	position: absolute;
	padding-left: 2rem;
}

i.pro_zhekou {
	display: block;
	width: 17rem;
	left: 1.3rem;
	color: #3b3146;
	box-sizing: border-box;
	background: url(/TS/kd/cpb/cpb2021/20210611/images/pro_box_zhekou.png?v=20211101)
		no-repeat;
	background-size: auto 100%;
	height: 1.2rem;
	line-height: 1.2rem;
	font-size: 0.6rem;
	bottom: 2.6rem;
	position: absolute;
	padding-left: 1.6rem;
}

.pro_price {
	bottom: 1.2rem;
	right: 7rem;
	color: #85624a;
}

.pro_price b {
	font-size: 1.17rem;
}

.pro_upload {
	width: 8rem;
	left: 1.3rem;
	top: 3.2rem;
	text-align: center;
	color: #1e2368;
	height: 2rem;
	line-height: 2rem;
	background: linear-gradient(45deg, #fff3fe 40%, #cfe3ff 70%);
}

.pro_dowmload {
	width: 8rem;
	right: 1.3rem;
	top: 3.2rem;
	text-align: center;
	color: #1e2368;
	height: 2rem;
	line-height: 2rem;
	background: linear-gradient(45deg, #fff3fe 40%, #cfe3ff 70%);
}

.show_more {
	display: block;
	margin: 0 auto;
	width: 4.6rem;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	height: 1.25rem;
	border: none;
	font-size: 0.7rem;
	line-height: 1.25rem;
	border-radius: 0.65rem;
	text-align: center;
}

.page.theme-dark,
.panel.theme-dark,
.theme-dark .content,
.theme-dark .login-screen-content,
.theme-dark .page,
.theme-dark .panel {
	background: #fff;
	box-shadow: 0 0 1px #000;
}

body.with-panel-left-reveal .page {
	transform: translate3d(20rem, 0, 0);
}

body.with-panel-left-reveal .panel-overlay {
	margin-left: 20rem;
}

#panel-left-citylist {
	width: 20rem;
	z-index: 9999999;
	box-shadow: 0 0 15px #000;
}

#choose_city_now,
.pull-left.close-panel {
	display: none;
}

.bar-nav.theme-dark,
.bar-tab.theme-dark,
.theme-dark .bar-nav,
.theme-dark .bar-tab {
	background-color: #fff;
	color: #666666;
}

.bar.theme-dark:after,
.theme-dark .bar:after {
	background-color: #e5e5e5;
}

.theme-dark .title {
	color: #666;
}

.p_title {
	color: #666;
	font-size: 0.746667rem;
	margin-left: 0.75rem;
	margin-top: 0.75rem;
}

.city_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 0.5rem;
	margin-left: 0.45rem;
}

.city_block {
	width: 5.8rem;
	font-size: 0.7rem;
	text-align: center;
	height: 1.6rem;
	line-height: 1.6rem;
	color: #000;
	font-weight: 100;
	margin: 0.3rem 0.3rem;
	background: #f8f8f8;
	border-radius: 0.8rem;
}

.city_block.active,
.city_block:hover {
	background-color: #f7fbfe;
	color: #0f75de;
	border: 1px solid #0f75de;
}

#right_nav {
	width: 2.4rem;
	position: fixed;
	right: 0.2rem;
	min-height: 5.78rem;
	bottom: 10%;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 1.2rem;
	z-index: 999999;
	padding: 0.5rem 0.2rem;
	border: 1px solid #fff;
}
