﻿@charset "utf-8";

/* CSS Document */

html {
	font-size: 62.5%;
	/*10 ÷ 16 × 100% = 62.5%*/
}

h1 {
	font-size: 2.4rem;
	/*2.4 × 10px = 24px*/
}

a {
	text-decoration: none;
}

body {
	background: #fff;
	font-family: 微软雅黑, "Microsoft YaHei", 宋体, SimSun, PMingLiU, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
	font-size: 1.4rem;
	/*1.4 × 10px = 14px */
}

img {
	border: none;
}

.fl {
	display: block;
	float: left;
}

.fr {
	display: block;
	float: right;
}

.no {
	display: none;
}

.clear {
	clear: both;
}

.flexBox {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	display: -webkit-box;
}

.flex1 {
	display: block;
	-webkit-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	width: 0%;
}

.loadMask {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 9999;
}

.loadMask .load-block {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(40, 40, 40, .75);
	text-align: center;
	border-radius: 5px;
	color: #fff;
}

.loadMask .load-block .iconfont {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	width: 36px;
	font-size: 36px;
}

.loadMask .load-block .weui_toast_content {
	line-height: 16px;
	padding: 7px 0;
}

.BRrotation {
	display: inline-block;
	animation: myfirst 1.5s infinite linear;
	/* Safari and Chrome */
	-webkit-animation: myfirst 1.5s infinite linear;
}

.radio_box {
    position: relative;
    width: 30px;
    height: 15px;
    border-radius: 15px;
    background: #fff;
    margin: 4px 0;
    margin-right: 2px;
    border: 2px solid #ddd;
}
.radio_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    transition: right 0.5s ease;
}
.radio_box.active {
    background: #1ba5fc;
    border: 2px solid #1ba5fc;
}
.radio_box.active:after {
    right: 0;
    left: auto;
    background: #fff;
    box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
@keyframes myfirst {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes myfirst
/* Safari and Chrome */

{
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.webapp-notice-hint.shake-horizontal {
	-webkit-animation-name: shake-horizontal;
	-ms-animation-name: shake-horizontal;
	animation-name: shake-horizontal;
	-webkit-animation-duration: 100ms;
	-ms-animation-duration: 100ms;
	animation-duration: 100ms;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-ms-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-play-state: running;
	-ms-animation-play-state: running;
	animation-play-state: running
}

@keyframes shake-horizontal {
	0% {
		transform: translate(0px, 0px) rotate(0deg)
	}
	2% {
		transform: translate(-7px, 0px) rotate(0deg)
	}
	4% {
		transform: translate(7px, 0px) rotate(0deg)
	}
	6% {
		transform: translate(5px, 0px) rotate(0deg)
	}
	8% {
		transform: translate(9px, 0px) rotate(0deg)
	}
	10% {
		transform: translate(9px, 0px) rotate(0deg)
	}
	12% {
		transform: translate(3px, 0px) rotate(0deg)
	}
	14% {
		transform: translate(9px, 0px) rotate(0deg)
	}
	16% {
		transform: translate(-6px, 0px) rotate(0deg)
	}
	18% {
		transform: translate(8px, 0px) rotate(0deg)
	}
	20% {
		transform: translate(-2px, 0px) rotate(0deg)
	}
	22% {
		transform: translate(-1px, 0px) rotate(0deg)
	}
	24% {
		transform: translate(0px, 0px) rotate(0deg)
	}
	26% {
		transform: translate(-6px, 0px) rotate(0deg)
	}
	28% {
		transform: translate(-5px, 0px) rotate(0deg)
	}
	30% {
		transform: translate(-4px, 0px) rotate(0deg)
	}
	32% {
		transform: translate(-10px, 0px) rotate(0deg)
	}
	34% {
		transform: translate(9px, 0px) rotate(0deg)
	}
	36% {
		transform: translate(4px, 0px) rotate(0deg)
	}
	38% {
		transform: translate(-1px, 0px) rotate(0deg)
	}
	40% {
		transform: translate(2px, 0px) rotate(0deg)
	}
	42% {
		transform: translate(2px, 0px) rotate(0deg)
	}
	44% {
		transform: translate(-4px, 0px) rotate(0deg)
	}
	46% {
		transform: translate(8px, 0px) rotate(0deg)
	}
	48% {
		transform: translate(-6px, 0px) rotate(0deg)
	}
	50% {
		transform: translate(4px, 0px) rotate(0deg)
	}
	52% {
		transform: translate(-5px, 0px) rotate(0deg)
	}
	54% {
		transform: translate(6px, 0px) rotate(0deg)
	}
	56% {
		transform: translate(-5px, 0px) rotate(0deg)
	}
	58% {
		transform: translate(0px, 0px) rotate(0deg)
	}
	60% {
		transform: translate(3px, 0px) rotate(0deg)
	}
	62% {
		transform: translate(5px, 0px) rotate(0deg)
	}
	64% {
		transform: translate(-4px, 0px) rotate(0deg)
	}
	66% {
		transform: translate(-8px, 0px) rotate(0deg)
	}
	68% {
		transform: translate(4px, 0px) rotate(0deg)
	}
	70% {
		transform: translate(-5px, 0px) rotate(0deg)
	}
	72% {
		transform: translate(7px, 0px) rotate(0deg)
	}
	74% {
		transform: translate(-5px, 0px) rotate(0deg)
	}
	76% {
		transform: translate(1px, 0px) rotate(0deg)
	}
	78% {
		transform: translate(8px, 0px) rotate(0deg)
	}
	80% {
		transform: translate(8px, 0px) rotate(0deg)
	}
	82% {
		transform: translate(7px, 0px) rotate(0deg)
	}
	84% {
		transform: translate(-10px, 0px) rotate(0deg)
	}
	86% {
		transform: translate(9px, 0px) rotate(0deg)
	}
	88% {
		transform: translate(-1px, 0px) rotate(0deg)
	}
	90% {
		transform: translate(0px, 0px) rotate(0deg)
	}
	92% {
		transform: translate(-2px, 0px) rotate(0deg)
	}
	94% {
		transform: translate(5px, 0px) rotate(0deg)
	}
	96% {
		transform: translate(5px, 0px) rotate(0deg)
	}
	98% {
		transform: translate(-8px, 0px) rotate(0deg)
	}
}