/*
* @Author: omtech.cn
* @Date:   2019-04-03 17:57:42
* @Last Modified by:   jason
* @Last Modified time: 2019-04-03 21:32:32
*/
@charset "utf-8";

/**
 * media
 */
@media screen and (min-width: 376px) and (max-width: 414px) { /*iPhone Plus*/
	html { font-size: 69%; }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
	html { font-size: 80%; }
}
@media screen and (min-width: 481px) and (max-width: 540px) {
	html { font-size: 90%; }
}
@media screen and (min-width: 541px) and (max-width: 640px) {
	html { font-size: 106.5%; }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
	html { font-size: 120%; }
}
@media screen and (min-width: 721px) and (max-width: 768px) { /*iPad*/
	html { font-size: 128%; }
}
@media screen and (min-width: 769px) and (max-width: 810px) {
	html { font-size: 135%; }
}
@media screen and (min-width: 811px) and (max-width: 930px) {
	html { font-size: 155%; }
}
@media screen and (min-width: 931px) and (max-width: 1024px) { /*iPad Pro*/
	html { font-size: 170.5%; }
}
@media screen and (min-width: 1025px) and (max-width: 1080px) { /*一体机*/
	html { font-size: 180%; }
}
@media screen and (min-width: 1081px) and (max-width: 1200px) {
	html { font-size: 200%; }
}
@media screen and (min-width: 1201px) { /*PC*/
	body,
	.w { max-width: 640px !important; }
}

/**
 * commmon
 */
/*reset*/
body {
	background-color: #f4f4f4;
	-webkit-transition: 500ms;
	        transition: 500ms;
}
/* float */
.fl { float: left; }
.fr { float: right; }
.clearfix {  *zoom: 1; }
.clearfix:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

/* display */
.hide { display: none; }
:focus { outline: none; }

/* width */
body,
.w {
	width: 100%;
	min-width: 320px;
	max-width: 100%;
}

/* border */
.bt,
.bb { position: relative; }
.bt:after,
.bb:after {
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	height: .1rem;
	background-color: #e2e2e2;
	-webkit-transform: scaleY(.5);
	-webkit-transform-origin: 0 100%;
}
.bt:after { top: 0; }
.bb:after { bottom: 0; }

/* background */
img.imgload,
.imgload img { background-color: #f5f5f5; }
.active { background-color: rgba(0, 0, 0, .1); }

/* shareicon */
.shareicon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
	filter:alpha(opacity=0);
}

/* openapp */
.openapp {
	position: fixed;
	top: -5rem;
	z-index: 10;
	display: none;
	background-color: #fafafa;
	-webkit-transition: 500ms;
	        transition: 500ms;
}
.openapp .wrap {
	position: relative;
	padding: .5rem 4rem .5rem 1rem;
}
.openapp:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	height: .1rem;
	background-color: #dbdbdb;
	-webkit-transform: scaleY(.5);
	-webkit-transform-origin: 0 100%;
}
.openapp .logo {
	height: 3rem;
	background: url('../../../images/cando/10.0.0/openapp_logo.png') no-repeat;
	background-size: auto 100%;
}
.openapp .btn {
	position: absolute;
	top: 50%;
	right: 3.2rem;
	padding: .5rem 1.2rem;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 5rem;
	background-color: #dc4712;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.openapp .active { background-color: #ff520a; }
.openapp .close {
	position: absolute;
	right: 1rem;
	bottom: .8rem;
	width: 1.2rem;
	height: 1.2rem;
	text-indent: -999em;
}
.openapp .close:before,
.openapp .close:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: .1rem;
	content: '';
	background-color: #3d5070;
}
.openapp .close:before {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.openapp .close:after {
	-webkit-transform: rotate(-225deg);
	        transform: rotate(-225deg);
}

/* backtop */
.backtop {
	position: fixed;
	right: 1rem;
	bottom: 5rem;
	z-index: 20;
	display: none;
	width: 4rem;
	height: 4rem;
	background-image: none;
	background-color: #000;
	border-radius: 50%;
	opacity: .5;
}
.backtop:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	overflow: hidden;
	margin-top: -.3rem;
	margin-left: -.6rem;
	content: '';
	border: .1rem solid #fff;
	border-right: transparent;
	border-bottom: transparent;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.backtop.active { opacity: 1; }

/* alert */
.alert {
	position: fixed;
	top: 50%;
	right: 10%;
	left: 10%;
	z-index: 70;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.alert span {
	display: inline-block;
	padding: 1.2rem 2rem;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #fff;
	border-radius: .5rem;
	background: #333;
	-webkit-box-shadow: inset 0 0 .1rem #424242, 0 .1rem .3rem rgba(0,0,0,.65);
	        box-shadow: inset 0 0 .1rem #424242, 0 .1rem .3rem rgba(0,0,0,.65);
	text-shadow: 0 .1rem .1rem #9d9d9d;
}

/* tips */
.tips {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 51;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .75);
}
.tips .inner {
	position: relative;
	top: 50%;
	left: 50%;
	width: 86%;
	min-width: 276px;
	padding: 1.5rem 1.2rem 2rem;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #13142c;
	text-align: center;
	border-radius: .6rem;
	background-color: #fff;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.tips .text {
	padding: 2rem 1.5rem;
	line-height: 1.6;
	text-align: center;
}
.tips .text p {
	margin: .3rem 0;
	color: #2e96df;
}
.tips .btn a {
	display: inline-block;
	padding: .6rem 2rem;
	color: #2e96df;
	cursor: pointer;
	border: .1rem solid #2e96df;
	border-radius: .6rem;
}
.tips .btn a.active {
	color: #fff;
	background-color: #2e96df;
}
.tips .close {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 4rem;
	height: 4rem;
	overflow: hidden;
	color: #2e96df;
	cursor: pointer;
	border-top-right-radius: .5rem;
}
.tips .close:after,
.tips .close:before {
	position: absolute;
	top: 1.8rem;
	left: 50%;
	display: block;
	width: 1.6rem;
	height: .1rem;
	margin-left: -.8rem;
	content: '';
	background-color: #2e96df;
}
.tips .close:before {
	-webkit-transform: rotate(225deg);
	        transform: rotate(225deg);
}
.tips .close:after {
	-webkit-transform: rotate(-225deg);
	        transform: rotate(-225deg);
}

/* loading */
.loading {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.loading .line,
.loading .line .cur { height: .25rem; }
.loading .line { background-color: #dbdbdb; }
.loading .line .cur {
	width: 0;
	background-color: #dc4712;
	-webkit-transition: 100ms;
	        transition: 100ms;
}
.loading .wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.loading .icon {
	width: 2rem;
	height: 2rem;
	margin: 0 auto;
	background: url('../../../images/cando/10.0.0/loading_icon.png') no-repeat center;
	background-size: 100% auto;
	-webkit-animation: rotate 1.2s infinite linear;
	        animation: rotate 1.2s infinite linear;
}
@-webkit-keyframes rotate {
	from { -webkit-transform: rotate(0); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes rotate {
	from { transform: rotate(0); }
	to { transform: rotate(360deg); }
}
.loading .logo {
	width: 12rem;
	height: 5rem;
	margin-top: 1.5rem;
	opacity: .5;
	background: url('../../../images/cando/10.0.0/loading_logo.png') no-repeat center;
	background-size: 100% auto;
}

/* pops */
.pops {
	position: fixed;
	top: 1rem;
	right: 3rem;
	z-index: 9999;
	width: 80%;
	max-width: 640px;
	max-height: 90%;
}
.pops img { width: 100%; }

/* mask */
.mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
