.flexBox {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flex-center {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center
}

.flex-pack-justify {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.c-f60 {
	color: #ff6060
}

.bgW {
	background: #fff
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}
.guide-logo-box{margin: 10px 0;}
.guide-wrap {
	position: relative;
	width: 100%;
	max-width: 640px;
	z-index: 1000;
	top: 0;
	box-shadow: 0 .05rem .4rem rgba(48,48,48,.1);
	color: #606060;
	font-size: .7rem;
	overflow: hidden
}

.guide-wrap a {
	height: 2.8rem;
	max-width: 640px;
	padding: 0 .8rem
}

.guide-logo-box img {
	width: 5rem;
	object-fit: cover;
	vertical-align: top;
	border: none
}

.guide-wrap .btn-open {
	width: 4.2rem;
	height: 1.5rem;
	line-height: 1.6rem;
	font-size: .6rem;
	text-align: center
}

.guide-wrap .border-1px {
	position: relative
}

.guide-wrap .border-1px:before {
	content: "";
	pointer-events: none;
	box-sizing: border-box;
	position: absolute;
	width: 200%;
	height: 200%;
	left: 0;
	top: 0;
	-webkit-transform: scale(.5);
	-webkit-transform-origin: 0 0;
	transform: scale(.5);
	transform-origin: 0 0;
	border: 1px solid #e0e0e0;
	border-radius: 1.5rem
}

@media screen and (max-width:320px) {
	.guide-wrap {
		font-size: 13px
	}
}

.messenger {
	position: fixed;
	z-index: 100000;
	height: 35px;
	top: 0;
	line-height: 35px;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: rgba(60,165,246,.75);
	display: none;
	max-width: 640px
}

.messenger.error {
	background: rgba(246,55,86,.75)
}

.messenger.column {
	background: #303030;
	color: #d2bb99
}

.messenger.column-article {
	background: #d2bb99;
	color: #303030
}

.qr_code_pc {
	display: none;
	position: fixed;
	left: 50%;
	margin-left: 340px;
	border: 1px solid #d9dadc;
	width: 172px;
	padding: 16px;
	text-align: center;
	top: 60px
}

.qr_code_pc p {
	margin: 0;
	font-size: 14px
}