/* global css */

@media all and (orientation : landscape) {
	html {
		font-size: 0.76vw;
	}
}

@media all and (orientation : portrait) {
	html {
		font-size: 2.5vw;
	}
}

@font-face {
	font-family: 'RobotoCondensed';
	src: url('../fonts/RobotoCondensed.eot');
	src: url('../fonts/RobotoCondensed.eot') format('embedded-opentype'),
		url('../fonts/RobotoCondensed.woff2') format('woff2'),
		url('../fonts/RobotoCondensed.woff') format('woff'),
		url('../fonts/RobotoCondensed.ttf') format('truetype'),
		url('../fonts/RobotoCondensed.svg#RobotoCondensed') format('svg');
}

@-webkit-keyframes twinkling {
	0% {
		background: rgba(0, 0, 0, 0.0);
	}

	40% {
		background: rgba(0, 0, 0, 0.0);
	}

	50% {
		background: rgba(0, 0, 0, 0.18);
	}

	90% {
		background: rgba(0, 0, 0, 0.18);
	}

	100% {
		background: rgba(0, 0, 0, 0.0);
	}
}

@-webkit-keyframes opacity_twinkling {

	/*透明度由0到1*/
	0% {
		opacity: 0
	}

	40% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	90% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.twinkle {
	-webkit-animation: twinkling 1.3s ease infinite;
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}

.icon-svg {
	width: 1em; height: 1em;//宽高可设成100% 这样可以根据父级元素改变图标大小
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

@media (min-width: 800px) {
	.select-list::-webkit-scrollbar-track-piece {
		-webkit-border-radius: 0;
	}

	.select-list::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}

	.select-list::-webkit-scrollbar-thumb {
		height: 50px;
		-webkit-border-radius: 4px;
	}

	.select-list::-webkit-scrollbar-thumb:hover {
		height: 50px;
	}
}

body {
	font-family: PingFang SC, Helvetica Neue, Hiragino Sans GB, Droid Sans, Droid Sans Fallback, Segoe UI, Microsoft Yahei, Arial, STHeiti, SimSun, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	padding: 0;
	cursor: default;
	overflow-x: hidden;
}


html {
	box-sizing: border-box;
	line-height: 1;
}


*,
*:before,
*:after {
	box-sizing: inherit;
	position: relative;
}

/*
* {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
*/

a {
	cursor: pointer;
	text-decoration: none;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.5em;
}

sub,
sup {
	-webkit-text-size-adjust: none;
	position: relative;
	font-size: 0.75em;
	line-height: 0;
	vertical-align: baseline;
}

select {
	-webkit-appearance: none;
}

.hastitle {
	padding-top: 3.6rem;
	position: relative;
	overflow: hidden;
}

.hastitle>.hastitle_title {
	position: absolute;
	width: 100%;
	font-size: 1.2rem;
	line-height: 3rem;
	left: 0;
	height: 3rem;
	margin-top: -3.6rem;
	padding-left: 0.9rem;
	text-align: left;
}

#cty_tip {
	display: none;
	position: absolute;
	text-align: center;
	padding: 0 10px;
	line-height: 25px;
	font-size: 12px;
	border: 1px solid #888;
	background: #555;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	z-index: 100;
}

.cImgPlayerFlag {
	cursor: pointer;
	vertical-align: middle;
	margin: 0 0.4rem 0.25rem 0;
	border-style: solid;
	border-width: 0rem;
	border-radius: 0.2rem;
}

.cLoading {
	padding: 20px;
	display: table;
	margin: auto;
}

.hidden {
	display: none;
}

.d-flex {
	display: flex;
}

.align-center {
	align-items: center;
}

.justify-space-around {
	justify-content: space-around;
}

.text-no-wrap {
	white-space: nowrap;
}

.white-text {
	color: white !important;
}

pname {
	cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
}

/* 时间控件 */

.cDatePicker {

	font-size: 1.3rem;
	line-height: 3.2rem;
	text-align: center;
	border: 0;
	cursor: pointer;
	padding: 0;

}

.cCalendar {
	font-size: 1.3rem;
}

.cDateSelector {
	user-select: none;
	position: relative;
	text-align: right;
	padding: 1.2rem;
}

.cDateSelector>* {
	vertical-align: middle;
}

.cResultTourTitleArrow {
	transform: rotate(90deg);
	margin-left: 1.7rem;
	margin-right: -2.5rem;
	width: 0.8rem;
	height: 0.8rem;
	filter: invert(100%);
	z-index: 1;
}

.cResultDirectTo {
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 1.3rem;
	line-height: 3.2rem;
	cursor: pointer;
}

/* 词条 */
.tips {
	border-radius: 1rem;
	font-size: 1.2rem;
	line-height: 2.5;
	margin: 1.2rem;
	text-align: left;
	padding-left: 1rem;
	border-style: solid;
	border-width: 0.1rem;
}

/* 翻页 */
.cPageLeft,
.cPageMid,
.cPageRight {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 2.5;
	text-align: center;
	width: 44%;
	cursor: pointer;
}

.cPageLeft {
	margin-left: 1%;
}

.cPageLeft.cPageHidden,
.cPageRight.cPageHidden {
	background-color: transparent;
	font-size: 0;
}

.cPageMid {
	width: 10%;
	cursor: default;
}

/* 显示 */
span.kv {
	white-space: nowrap;
}

/* 单选或者复选框 */
.cSelect {
	font-size: 1.4em;
	line-height: 1.5em;
	margin: 0.8em auto;
	text-align: center;
}

.cSelect input[type="radio"],
.cSelect input[type="checkbox"] {
	width: 0;
	opacity: 0;
}

.cSelect label {
	margin: 0 5px;
	padding: 3px 10px;
	border-radius: 3px;
	font-weight: normal;
	cursor: pointer;
	user-select: none;
	transition: background-color .8s;
}

.cSelect input:checked+label {
	background-color: #d3e0e9;
}

.DotWin,
.DotLose {
	border-radius: 100rem;
	width: 0.6rem;
	height: 0.6rem;
	display: inline-block;
	vertical-align: middle;
}

/* Loading层 */
.cReload {
	position: relative;
}

.cReload img {
	height: 50%;
	width: 50%;
	position: absolute;
	top: 25%;
	left: 25%;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-delete {
	text-decoration: line-through;
}

.chip {
	padding: 0.2rem 1rem;
	border-radius: 2.5rem;
	line-height: 1.5;
	color: #fff;
	white-space: nowrap;
}

.chip-round {
	margin-right: 1rem;
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	color: #fff;
	white-space: nowrap;
}

.chip-round>a {
	color: #fff;
}

.chip-round>a:hover {
	text-decoration: none;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.clear-float {
	clear: both;
}

.selected,
.unselected {
	border-radius: 0.5rem;
	margin: 0.4rem;
	border-style: solid;
	border-width: 0.1rem;
}

.FixScaleOuter {
	position: relative;
	overflow: hidden;
}

.FixScaleInner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.FixScaleBracket_2_1 {
	margin-top: 50%;
}

.FixScaleBracket_3_1 {
	margin-top: 33%;
}

.FixScaleBracket_3_2 {
	margin-top: 66%;
}

.FixScaleBracket_4_3 {
	margin-top: 75%;
}

@media all and (orientation : portrait) {
	.cSelect {
		margin: 3px auto;
	}

	.cSelect label {
		margin: 1px;
		padding: 2px 4px;
		border-radius: 2px;
	}

	.cDateSelector {
		padding: 1rem;
	}
}

.pickmeup {
	z-index: 30;
}
