.cm-font-size-10 {
	font-size: 10px !important;
}

.cm-font-size-12 {
	font-size: 12px !important;
}

.cm-font-size-13 {
	font-size: 13px !important;
}

.cm-font-size-14 {
	font-size: 14px !important;
}

.cm-font-size-15 {
	font-size: 15px !important;
}

.cm-font-size-16 {
	font-size: 16px !important;
}

.cm-font-size-18 {
	font-size: 18px !important;
}

.cm-font-color-white {
	color: #FFFFFF!important;
}

.cm-font-color-1 {
	color: #ff6666 !important;
}

.cm-font-color-3 {
	color: #ff7480 !important;
}

.cm-font-color-000 {
	color: #000 !important;
}

.cm-font-color-333 {
	color: #333 !important;
}

.cm-font-color-2 {
	color: #b0b0b0 !important;
}

.cm-font-color-666 {
	color: #666 !important;
}

.cm-font-color-999 {
	color: #999 !important;
}

.cm-font-color-ccc {
	color: #CCCCCC !important;
}

.cm-bg-color-333 {
	background: #333!important;
}

.cm-bg-color-666 {
	background: #666 !important;
}

.cm-bg-color-ccc {
	background: #ccc !important;
}

.cm-bg-color-white {
	background-color: #FFFFFF!important;
}

.cm-bg-color-transparent {
	background-color: transparent !important;
}

.cm-bg-color-1 {
	background: #ff6666;
}
.flex_auto {
	display: box;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex: 1 1 auto;
	-webkit-box-flex: 1 1 auto;
	flex: 1 1 auto;
	-moz-box-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex_1 {
	-webkit-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
}
.cm-border-radius-small {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.cm-border-radius-center {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
}

.cm-border-radius-big {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.cm-pointer{
    cursor: pointer;
}
.popup_bg{
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, .2);
    z-index: 5;
}
.formWrapper {
	position: fixed;
	top: 5%;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 6;
	-webkit-transform: translateZ(0);
}

.commonWrapper {
	width: 90%;
    max-width: 450px;
	min-height: 471px;
	max-height: 93%;
	overflow-y: hidden;
	margin: 0px auto;
	background: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.formHeader {
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 15px;
	position: relative;
	font-size: 20px !important;
}

.closeBox {
	position: absolute;
	right: 0px;
	top: 0px;
}

.closeBox img {
	width: 18px;
}

.commonBox {
	padding: 15px;
}

.cm-margin-top-15 {
	margin-top: 12px!important;
}

.cm_box_zi .cm_input {
    border:none;
	line-height: 20px;
	padding-left: 10px;
	box-sizing: border-box;
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
	width: 100%;
}

.cm_button_box {
	width: 200px;
	height: 41px;
	line-height: 41px;
	margin: 0px auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
}

.cm_user_important {
	text-align: center;
	margin-bottom: 5px;
}

.formInputBox {
	background-color: #f6f6f6;
	padding: 10px;
	padding-top: 12px;
	border: 1px solid #E8E8E8;
}

.loginWrapper .cm_box_zi:first-child {
	margin-top: 15px;
}

@media screen and (max-width: 330px) {
	.formInputBox {
		max-height: 370px;
		overflow-y: auto;
	}
}

@media screen and (max-height:500px) {
	.formInputBox {
		max-height: 300px !important;
		overflow-y: auto !important;
	}
}

.msgBox {
	border: 1px solid #E8E8E8;
	margin-top: 15px;
	padding: 5px 0px;
}

.msgTitle {
	text-align: center;
    padding-bottom: 3px;
}

.wrapperHeader {
	text-align: center;
	padding-bottom: 12px;
}

.getCodeR {
	width: 100px;
	border: 1px solid #ff6666;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-left: 10px;
	box-sizing: border-box;
	/*border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
}


/*弹出层动画*/

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounceInDown {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {
	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}
	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

.error {
	text-align: center;
	margin-top: 35%;
}

.editInputBox {
	position: relative;
}

.clearBox {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	/* IE 9 */
	-moz-transform: translateY(-50%);
	/* Firefox */
	-webkit-transform: translateY(-50%);
	/* Safari 和 Chrome */
	-o-transform: translateY(-50%);
	z-index: 2;
	padding: 10px;
	cursor: pointer;
}
input,select,textarea{ outline: none;}
.clearBox img {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.cm-font-weight {
	font-weight: bold !important;
}

.englishWord {
	word-wrap: break-word !important;
	white-space: normal !important;
	word-break: normal !important;
}
.form_item_title{
    cursor: pointer;
}
.form_item_title_active{
color: #ff6666;
}
.form_line{
    padding: 0px 12px;
    position: relative;
    top: -1px;
}
.cm_border_input{
	border: 1px solid #E8E8E8;
	width: 100%;
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 8px 0px;
}
.select_border_box{
	padding: 0px !important;
	height: 40px;
}
.select_border_box .cm_input{
	height: 38px;
	line-height: 38px;
}