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;
}

/*支付宝账号填写 modal */
.alipay-mask {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	user-select: none;
	z-index: 1024;
	display: none;
}
.ali-account {
	width: 380px;
	padding: 20px;
	margin: 100px auto 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%), 0 0 256px rgb(255 255 255 / 30%);
	display: none;
}
.ali-account .tip-top {
	font-size: 14px;
	color: #292934;
	line-height: 20px;
}
.ali-account .account {
	width: 100%;
	height: 49px;
	position: relative;
	overflow: hidden;
	margin-top: 16px;
	margin-bottom: 12px;
}
.ali-account input{
	width: 100%;
	height: inherit;
	line-height: inherit;
	font-size: 16px;
	color: #292934;
	padding: 13px 50px 13px 16px;
	border: 1px solid #E5E5E5;
	border-radius: 5px;
}
.ali-account .account img {
	width: 22px;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto 0 auto;
}
.ali-account .tip-bottom {
	color: #909090;
	font-size: 12px;
	margin-top: 12px;
	line-height: 22px;
}
.ali-account .tip-bottom:last-of-type {
	margin-top: 0;
	margin-bottom: 55px;
}
.ali-account .ali-confirm {
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	background: #CF2828;
	color: #fff;
	margin-bottom: 28px;
}
.ali-account .ali-confirm {
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-radius: 4px;
	font-size: 18px;
	background: #CF2828;
	color: #fff;
	margin-bottom: 28px;
	cursor: pointer;
}
.ali-account .ali-cancel {
	text-align: center;

}
.ali-account .ali-cancel span {
	color: #333333;
	font-size: 18px;
	cursor: pointer;
}

/* 现金奖赏提示 modal */
.reward-modal {
	width: 500px;
	background: #fff;
	border-radius: 2px;
	margin: 100px auto 0;
	box-shadow: 0 0 8px rgb(0 0 0 / 10%), 0 0 256px rgb(255 255 255 / 30%);
	display: none;
}
.reward-modal .reward-top {
	height: 55px;
	border-bottom: 1px solid #F2F2F2;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reward-modal .reward-top .txt {
	font-size: 16px;
	font-weight: 500;
}
.reward-modal .reward-top .close-reward {
	color: #BFBFBF;
	font-size: 20px;
	cursor: pointer;
}
.reward-modal .reward-body {
	text-align: center;
	padding: 28px 0 42px;
}
.reward-modal .reward-body img {
	width: 83px;
}
.reward-modal .reward-body .tip {
	margin: 16px 0 12px 0;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
}
.reward-modal .reward-body .tip-sub {
	font-size: 15px;
	color: #999999;
	margin: 0;
}
.reward-modal .reward-body .money {
	margin-bottom: 8px;
}
.reward-modal .reward-body .tip-sub i {
	font-style: normal;
	color: #CF2828;
	padding: 0 4px;
}
.reward-footer {
	padding: 10px 24px;
	text-align: right;
	border-top: 1px solid #F2F2F2;
}
.reward-footer .cancel-reward {
	display: inline-block;
	width: 65px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #747474;
	font-size: 14px;
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	margin-right: 8px;
	cursor: pointer;
}
.reward-footer .fill-account {
	display: inline-block;
	width: 116px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	background-color: #0A4BCC;
	cursor: pointer;
}