@CHARSET "UTF-8";
body {
 /* PC端定义 */
 --bkst-main: #eef1f5;
 --rheme-1th-1: #b46cd8;
 --theme-2th-1: #2ed8b6;
 --theme-2th-2: #FFB64D;
 --theme-2th-3: #4099ff;
 --theme-2th-4: #FF5370;


 --pc-main1-dark2: #712828;
 --pc-main1-dark1: #9e3939;
 --pc-main1: #ca4949;
 --pc-main1-light1: #e35252;
 --pc-main1-light2: #f45858;
 --pc-main1-light3: #ff6f6f;
 --pc-main1-light4: #ff9393;
 --pc-main1-light5: #ffb5b5;
 --pc-main1-light6: #ffdcdc;
 --pc-main1-light7: #ffefef;
 --pc-main1-graylight1: #eee0e0;
 /* 微信端定义 */
 --weui-FG-main: #800000;
 --weui-FG-mainlight: #C47373;
 --weui-FG-mainlight1: #ff9898;
 --weui-FG-mainlight2: #f8c9c9;
 --weui-FG-maindark: #9E7272;
}

/*----flex伸缩比例 */
.flex-1 {
 flex: 1 !important;
}

.flex-2 {
 flex: 2 !important;
}

.flex-3 {
 flex: 3 !important;
}

.flex-4 {
 flex: 4 !important;
}

.flex-5 {
 flex: 5 !important;
}

.flex-6 {
 flex: 6 !important;
}


.fixed-btn-box2{
	position: fixed;
	bottom: 20vh;
	right: 0.5rem;
	z-index: 5;
	background-color: white;
	padding: 0.5rem;
	border: 1px solid #6cb2f7;
	border-radius: 0.5rem;
	transition: all ease-in-out 0.2s;
	transform-origin: right bottom;
}
.fixed-btn-box2 .fixed-btn-box-item+.fixed-btn-box-item{
	margin-top: 0.25rem;
}
.fixed-btn-box2 .fixed-btn-box-item .btn1{
	display: block;
	background-image: linear-gradient(135deg,#6cb2f7 30% ,#a0d6ef);
	color: white;
	font-size: 1.5rem;
	padding: 0.5rem;
	border-radius: 0.5rem;
	transition: all ease-in-out 0.2s;
}
.fixed-btn-box2:hover{
	transform: scale(1.2);
}
.fixed-btn-box2 .fixed-btn-box-item .btn1:hover{
	background-image: linear-gradient(135deg,#2a73e1 30% ,#93b6e3);
}

/* ------弹窗盒子 */
.PC-popup-fth1{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 11;
	background-color: #00000033;
}
/* ------弹窗1 */
.PC-popup-box1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.PC-popup-box1 .PC-popup-window{
	background-color: white;
	width: 80vw;
	height: auto;
	max-width: 400px;
	max-height: 600px;
	border-radius: 0.5rem;
	overflow: hidden;
}
.PC-popup-box1 .PC-popup-window .PC-popup-header{
	display: flex;
	align-items: center;
}
.PC-popup-box1 .PC-popup-window .PC-popup-header .title{
	font-size: 1.2rem;
	font-weight: bold;
	color: #000;
	padding: 0.5rem 1rem;
	flex: 1;
}
.PC-popup-box1 .PC-popup-window .PC-popup-header .close-btn{
	flex-shrink: 0;
	margin: 0.5rem 1rem;
	font-size: 0;
	width: 1.2rem;
	height: 1.2rem;
}
.PC-popup-box1 .PC-popup-window .PC-popup-content{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.PC-popup-box1 .PC-popup-window .PC-popup-content .img-box1{
	width: 60%;
	max-width: 240px;
	height: auto;
}
.PC-popup-box1 .PC-popup-window .PC-popup-content .text-box1{
	color: gray;
	font-size: 1rem;
	padding: 0.25rem;
}
.PC-popup-box1 .PC-popup-window .PC-popup-footer{
	display: flex;
	flex-direction: row-reverse;
	align-self: center;
	justify-content: right;
	padding: 0.5rem;
}
.PC-popup-box1 .PC-popup-window .PC-popup-footer .btn-footer{
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0.2rem 1rem;
	border-radius: 0.5rem;
}
.PC-popup-box1 .PC-popup-window .PC-popup-footer .btn-footer+.btn-footer{
	margin-right: 0.5rem;
}
.PC-popup-box1 .PC-popup-window .PC-popup-footer .btn-footer-main{
	background-color: var(--pc-main1);
	color: white;
}
.PC-popup-box1 .PC-popup-window .PC-popup-footer .btn-footer-other{
	color: var(--pc-main1);
}
.pic-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}