body{
	/*background: #edf6ff;*/
}
.enclosure b .delete:hover{
	color: #2dadff;
	cursor: pointer;
}
div.login-box h3.title{
	box-sizing: content-box;
}
.body-signup select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background-color: #fff !important;
        background: url("images/select.png") no-repeat scroll right 10px center transparent;
        padding-right: 18px;
        padding-left: 4px;
    }
.body-signup em{
	font-style:italic;
}
.body-signup .modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display:none;
}
.body-signup .modal .modal-content{
	position: absolute;
	left: 40%;
	top: 30%;
	height: 20%;
	width: 20%;
	z-index: 1001;
	background: #fff;
	border-radius: 4px;
	box-shadow: 1px 2px 30px 0 rgba(0,0,0,0.8);
}
.body-signup .modal .modal-content .modal-tip{
	margin-top: 20%;
	text-align: center;
}

.signup .signup-main .signup-content .signup-title {
	font-size: 30px;
	color: #333;
	margin-bottom: 7px;
	word-break: break-all;
}

.signup .signup-main .signup-content .fromImg {
	position: relative;
	width: 100%;
    padding-bottom: 33.3%;
    margin-bottom: 10px;
}

.signup .signup-main .signup-content .fromImg img {
	position: absolute;
	width: 100%;
    height: 100%;
}

.describe {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
}
.describe p{
	font-size: 16pt !important;
}
.describe p span{
	word-break: break-all;
	/*对编辑器生成的span标签样式显示异常*/
	/*display: inline-block;*/
}
.describe img {
	max-width: 100% !important;
}
.body-signup .signup-content .describe img{
    max-width: 100% !important;
}
.address {
	font-size: 16px;
	color: #007aff;
	margin: 15px 0;
	word-break: break-all;
}

iframe {
	width: 100%;
	height: 250px;
	border: none;
}

.line {
	border-bottom: 1px dashed #ddd;
	margin-bottom: 15px;
}

.dataAll .signupList {
	margin-bottom: 10px;
	border-bottom: 1px solid #f6f6f6;
}
.dataAll .signupList p:nth-child(1) {
	color: #333;
	font-size: 16px;
	margin: 15px 0 10px 0;
}

.dataAll .signupList p:nth-child(2) {
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}

.dataAll .signupList input[type=text] {
	text-indent: 2px;
	height: 36px;
	width: 300px;
	margin-bottom: 0 !important;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
}
.dataAll .tip{
	color: red;
	height: 16px;
	margin: 6px;
	display: block;
}

.submitTip{
	text-align: center;
}
.dataAll .signupList textarea {
	padding-top: 2px;
	text-indent: 10px;
	height: 100px;
	width: 300px;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
}

.radioGroupTem .ridoes {
	display: inline-block;
	height: 14px;
	border-radius: 50%;
	width: 14px;
	border: 1px solid #999;
	margin-right: 10px;
	vertical-align: middle;
}

.radioGroupTem .ridoesBg {
	background: url(images/signup/radio.png) no-repeat center;
	background-size: 100% 100%;
	border: 0;
}

.multipleChoiceTem .checkbox {
	display: inline-block;
	height: 14px;
	width: 14px;
	border-radius: 3px;
	border: 1px solid #999;
	margin-right: 10px;
	vertical-align: middle;
}
.multipleChoiceTem .rcheckboxBg {
	background: url(images/signup/check.png) no-repeat center;
	background-size: 100% 100%;
}
.crosswise {
	overflow: hidden;
}

.crosswise .selectContent {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.multipleChoiceTem .selectContent {
	margin-bottom: 10px;
}
.radioGroupTem .selectContent {
	margin-bottom: 10px;
}

.spinnerTem select {
	width: 300px;
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 4px;
	outline: none;
}

.submitBtnTem {
	margin-top: 50px;
	text-align: center;
	cursor: pointer;
}

.submitBtnTem .btn {
	border: none;
	width: 150px;
	cursor: pointer;
	color: #fff;
	background: #2dadff;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	line-height: 8px;
	height: 40px;
	outline: none;
	margin-bottom: 20px;
}
.submitBtnTem .nodata{
	border: none;
	width: 150px;
	cursor: pointer;
	color: #fff;
	background: #cdcdcd;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	line-height: 8px;
	height: 40px;
	outline: none;
}
.signup .datainp {
	width: 200px;
	height: 30px;
	border: 1px #ddd solid;
}
.checkIcon{
	color: red;
	vertical-align: middle;
}
.f-l{
	display: none;
}
