body{
	font-size: 62.5%;
}
input,textarea,select,button{
    -webkit-appearance: none;
}
.g-container{
	background: #fff;
}
.body-signup select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        /* background-color: #fff !important; */
        background: url("images/select.png") no-repeat scroll right 4px center transparent;
        padding-right: 18px;
		padding-left: 4px;
		background-color: #f4f4f4 !important;
    }
.body-signup em{
	font-style:italic;
}
.body-signup .modal{
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
}
.body-signup .modal .modal-content{

	padding-top: 20px;
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	height: 180px;
	width: 240px;
	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 .signuptip{
	margin: auto;
	width: 50px;
	height: 50px;
	background: url(images/signuptip.png);
}
.body-signup .modal .modal-content .modal-tip a{
	color: red;
}
.body-signup .modal .modal-content .modal-tip{
	padding-top: 10px;
	line-height: 18px;
	margin: auto;
	width: 60%;
	text-align: center;
}
.signup{
	padding-bottom: 60px;
}
.signup .signup-content{
	padding: 1rem 1rem 0 1rem;
}
.signup .signup-main .signup-content .signup-title {
	/* font-size: 2.4rem; */
	font-size: 2rem !important;
	color: #333;
	margin-bottom: 12px;
	word-break: break-all;
	font-weight: bold;
}
.signup-content .describe p{
	overflow: hidden;
}
.signup .signup-main .fromImg {
	position: relative;
	width: 100%;
    padding-bottom: 33.3%;
}

.signup .signup-main .fromImg img {
	position: absolute;
	width: 100%;
    height: 100%;
}
p{
	font-size: 1.2rem !important;
	color:#666;
}
.describe {
	font-size: 1.2rem;
	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;
}

.address {
	font-size: 1.2rem;
	color: #007aff;
	margin: 15px 0;
	word-break: break-all;
}

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

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

.dataAll .signupList {
	margin-bottom: 5px;
	/* border-bottom: 1px solid #f4f4f4; */
}
.dataAll .signupList p:nth-child(1) {
	color: #333;
	/* font-size: 1.4rem !important; */
	font-size: 1.8rem !important;
	margin: 0 0 10px 0;
}

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

.dataAll .signupList input[type=text] {
	/* height: 28px; */
	width: 100%;
	margin-bottom: 0 !important;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	/* font-size: 1.2rem; */
	outline: none;
	height: 40px;
	font-size: 1.7rem !important;
    border: none;
    background: #f4f4f4;
    /* 去掉 text-indent */
    padding: 0 0.5rem;
}
.dataAll .tip{
	color: red;
	font-size: 1.2rem;
	height: 1.2rem;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
}
.submitTip{
	text-align: center;
}
.dataAll .signupList textarea {
	padding-top: 2px;
	/* text-indent: 10px; */
	/* height: 50px; */
	width: 100%;
	/* border: 1px solid #ddd; */
	border-radius: 4px;
	outline: none;
	height: 100px;
    font-size: 1.7rem !important;
    border: none;
    background: #f4f4f4;
    /* 去掉 text-indent */
    padding: 0.5rem;
}

.radioGroupTem .ridoes {
	display: inline-block;
	/* height: 1rem; */
	border-radius: 50%;
	/* width: 1rem; */
	border: 1px solid #999;
	margin-right:6px;
	vertical-align: middle;
	height: 1.3rem;
    width: 1.3rem;
}

.radioGroupTem .ridoesBg {
	background: url(images/radio.png) no-repeat center;
	background-size: 100% 100%;
	border: 0;
}
.radioGroupTem,.multipleChoiceTem span:nth-child(2){
	/* font-size: 1.2rem; */
	font-size: 1.7rem !important;
}
.multipleChoiceTem .checkbox {
	display: inline-block;
	/* height: 1rem; */
	/* width: 1rem; */
	border-radius: 3px;
	border: 1px solid #999;
	margin-right: 6px;
	vertical-align: middle;
	height: 1.3rem;
    width: 1.3rem;
}
.multipleChoiceTem .rcheckboxBg {
	background: url(images/check.png) no-repeat center;
	background-size: 100% 100%;
}
.crosswise {
	overflow: hidden;
}

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

.multipleChoiceTem .selectContent {
	margin-bottom: 10px;
}
.radioGroupTem .selectContent {
	margin-bottom: 10px;
	font-size: 1.7rem !important;
}

.spinnerTem select {
	width: 100%;
	/* height: 28px; */
	/* border: 1px solid #ddd; */
	/* font-size: 1.2rem; */
	border-radius: 4px;
	outline: none;
	height: 40px;
    font-size: 1.7rem !important;
    border: none;
    padding: 0 0.5rem;
}

.submitBtnTem {
	text-align: center;
}

.submitBtnTem .btn {
	border: none;
	width: 100%;
	color: #fff;
	background: #2dadff;
	border-radius: 4px;
	/* font-size: 2rem; */
	text-align: center;
	line-height: 8px;
	/* height: 35px; */
	outline: none;
	height: 40px;
	font-size: 1.7rem;
}
.submitBtnTem .nodata {
	border: none;
	width: 100%;
	color: #fff;
	background: #cdcdcd;
	border-radius: 4px;
	font-size: 2rem;
	text-align: center;
	line-height: 8px;
	height: 35px;
	outline: none;
}

.signup .datainp {
	width: 200px;
	height: 30px;
	border: 1px #ddd solid;
}
.checkIcon{
	color: red;
	vertical-align: middle;
}
.f-l{
	display: none !important;
}
.m-downclient,.bdsharebuttonbox{
	display: none;
}
