﻿@charset "utf-8";
/* 你自己的样式 */
textarea {
    -moz-resize:none;
    -ms-resize:none;
    -o-resize:none;
    resize:none;
}

.select-box {
    width: 32%;
}

.field-validation-error {
    color: red;
    font-size: 12px;
}

.uploader-list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.uploader-list .item {
        width: 110px;
        height: 110px;
        float: left;
        position: relative;
        margin: 0 20px 20px 0;
        padding: 4px;
 }

.uploader-list .uploader-remove {
        position: absolute;
        top: 2px;
        right: 17px;
        cursor: pointer;
        color: red;
}

.uploader-list .upload-state-error {
    :after{content:"\e6e1";font-family: "iconfont" !important;font-style: normal;font-weight: normal;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 32px;position: absolute;bottom: 0;right: 4px;color: red;z-index: 99}
}


/* Made by Jimmy Gillam */

/*html,
body {
	padding: 0;
	margin: 0;
	color: #efefef;
	font-family: 'Open Sans';
}*/

.container {
	box-sizing: border-box;
	padding: 25px;
	text-align: center;
}

.container h2 {
	margin-bottom: 40px;
}


/* Checkmark style starts */

@-moz-keyframes dothabottomcheck {
	0% {
		height: 0;
	}
	100% {
		height: 80px;
	}
}

@-webkit-keyframes dothabottomcheck {
	0% {
		height: 0;
	}
	100% {
		height: 80px;
	}
}

@keyframes dothabottomcheck {
	0% {
		height: 0;
	}
	100% {
		height: 80px;
	}
}

@keyframes dothatopcheck {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: 150px;
	}
}

@-webkit-keyframes dothatopcheck {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: 150px;
	}
}

@-moz-keyframes dothatopcheck {
	0% {
		height: 0;
	}
	50% {
		height: 0;
	}
	100% {
		height: 150px;
	}
}

/*input[type=checkbox] {
	display: none;
}*/

.check-box {
	height: 150px;
	width: 150px;
	background-color: transparent;
	border-radius: 5px;
	position: relative;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: border-color ease 0.2s;
	-o-transition: border-color ease 0.2s;
	-webkit-transition: border-color ease 0.2s;
	transition: border-color ease 0.2s;
	cursor: pointer;
}

.check-box::before,
.check-box::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	height: 0;
	width: 20px;
	background-color: #34b93d;
	display: inline-block;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	border-radius: 5px;
	content: ' ';
	-webkit-transition: opacity ease .5;
	-moz-transition: opacity ease .5;
	transition: opacity ease .5;
}
.alipay .check-box::before,
.alipay .check-box::after{
	background-color: #00AAEE;
}
.weixin .check-box::before,
.weixin .check-box::after{
	background-color: #34b93d;
}

.check-box::before {
	top: 94px;
	left: 63px;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.check-box::after {
	top: 37px;
	left: 5px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type=checkbox]+ .check-box::after,
.check-box::after {
	height: 50px;
	-moz-animation: dothabottomcheck 0.2s ease 0s forwards;
	-o-animation: dothabottomcheck 0.2s ease 0s forwards;
	-webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
	animation: dothabottomcheck 0.2s ease 0s forwards;
}

input[type=checkbox]+ .check-box::before,
.check-box::before {
	height: 120px;
	-moz-animation: dothatopcheck 0.4s ease 0s forwards;
	-o-animation: dothatopcheck 0.4s ease 0s forwards;
	-webkit-animation: dothatopcheck 0.4s ease 0s forwards;
	animation: dothatopcheck 0.4s ease 0s forwards;
}

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

.Authorized {
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 50;
}

.title {
	font-size: 20px;
	line-height: 24px;
	color: #4C3A30;
	margin-top: -30px;
	font-family: "微软雅黑";
}

.logo {
	width: 46px;
	position: relative;
	top: 15px;
	border-radius: 50%;
}