.boxShow {
	position: absolute;
	top: 50px;
	left: -50px;
	z-index: 100;
	padding-top: 8px;
	border-radius: 3px;
	box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
	width: 241px;
	min-height: 80px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 10px 0;
}

.server {
	/*left: 450px;*/
	/*left: 0;*/
	/* display: block; */
	box-sizing: border-box;
	padding-left: 23px;
	padding-right: 26px;
	text-align: center;
	height: 270px;
	display: none;
	width: 180px;
}

.server h4 {
	font-size: 14px;
	color: #000;
	line-height: 14px;
	margin-top: 16px;
	margin-bottom: 21px;
	font-weight: 400;
}

.server::after {
	content: "";
	width: 16px;
	height: 8px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: -8px;
	left: 43px;
	/*background: url('/Public/images/img/single.png');*/

}

.server>.btn span {
	top: 0;
}

.phoneServer {
	margin-top: 20px;
	margin-bottom: 10px;
}

.btn {
	width: 130px;
	height: 30px;
	background-color: #40464c;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
}

.timelimit {
	border-bottom: 6px solid #E9E9E9;
	font-size: 13px;
	padding-bottom: 24px;
	font-family: MicrosoftYaHei, Avenir, Helvetica, Arial, sans-serif;
}

.timelimit .max_1100 {
	position: relative;
}

.timelimit .bigtitle {
	font-size: 30px;
	color: #414141;
	font-weight: 600;
	position: relative;
	padding: 30px 0;
}

.timelimit .timeBox {
	position: absolute;
	top: 44px;
	right: 0;
}

.timelimit .timeBox span {
	color: #E3343E;
}

.timelimit .form {}

.timelimit .form.row {
	display: flex;
}

.timelimit .form.row .col {
	flex: 1;
	box-sizing: border-box;
}

.timelimit .form.row .col:first-child {
	padding-right: 10px;
}

.timelimit .form.row .col:last-child {
	padding-left: 10px;
}

.timelimit .form .form-item {
	display: inline-table;
	margin-bottom: 30px;
	width: 100%;
	line-height: 40px;
}

.timelimit .form .form-item .form-input-group {
	line-height: normal;
	display: inline-table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

.timelimit .form .form-item .font-label {
	width: 120px;
	color: #454545;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
	float: left;
	line-height: 40px;
	padding: 0 12px 0 0;
	box-sizing: border-box;
}

.timelimit .form .form-item .form-content {
	margin-left: 120px;
	line-height: 40px;
	position: relative;
	color: #343434;
}

.timelimit .form .form-item .form-content.nomargin {
	margin-left: 0;
}

.timelimit .form .form-item .radio {
	width: 15px;
	height: 15px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	user-select: none;
}

.timelimit .form .form-item .form-content label {
	cursor: pointer;
	padding-left: 10px;
	vertical-align: middle;
	margin-right: 30px;
}

.timelimit .form .form-item .radio:before {
	content: '';
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.timelimit .form .form-item .radio:checked:before {
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #518dea;
	box-sizing: border-box;
	background: #518dea;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
}

.timelimit .form .form-item .radio:checked:after {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 5px;
	top: 5px;
	background: #fff;
	border-radius: 50%;
}

.timelimit .form .form-item .checkList {
	font-size: 0;
}

.timelimit .form .form-item .checkbox {
	font-size: 13px;
	display: inline-block;
	color: #606266;
	font-size: 14px;
	cursor: pointer;
	white-space: nowrap;
	padding: 6px 9px;
	/* min-width: 88px; */
	height: auto;
	text-align: center;
	margin-right: 6px;
	margin-left: 0;
	border-radius: 0;
	line-height: 1;
	user-select: none;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
}

.timelimit .form .form-item .checkbox:last-child {
	margin-right: 0;
}

.timelimit .form .form-item .checkbox.is-checked {
	border: 1px solid #409eff;
	background: #f5fbfe;
}

.timelimit .form .form-item .rightspan {
	color: #b6b6b6;
}

.timelimit .form .form-item .form-input {
	position: relative;
	width: 100%;
	display: inline-block;
}

.timelimit .form .form-item .form-input-text {
	line-height: normal;
	border-radius: 2px;
	font-size: 15px;
	height: 34px;
	vertical-align: middle;
	display: table-cell;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	color: #606266;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	/* width: 438px; */
	width: 100%;
}

.timelimit .form .form-item .input-left {
	width: 70px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border-radius: 2px;
	color: #575757;
	font-size: 15px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-weight: 600;
	background-color: #f5f7fa;
	border: 1px solid #dcdfe6;
	border-right: none;
	height: 100%;
	box-sizing: border-box;
}

.timelimit .form .form-item .form-input-right {
	width: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.timelimit .form .form-item .form-select {
	width: 100%;
	position: relative;
	cursor: pointer;
}

.timelimit .form .form-item .form-select .form-select-text {
	margin-top: 2px;
	width: 100%;
	border: 1px solid #dcdfe6;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 15px;
	height: 34px;
	vertical-align: middle;
	padding: 0 15px;
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	color: #606266;
	position: relative;
	line-height: 32px;
}

.timelimit .form .form-item .form-select .form-select-text:empty:before {
	content: attr(placeholder);
	font-size: 15px;
	color: #BBBBBB;
}

.timelimit .form .form-item .form-select .form-select-icon {
	width: 34px;
	height: 100%;
	background: url(/Public/images/select-down.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform .3s;
}

.timelimit .form .form-item .form-select .form-select-icon.form-select-down {
	transform: rotate(0deg);
}

.timelimit .form .form-item .form-select .form-select-icon.form-select-up {
	transform: rotate(180deg);
}

.timelimit .form .form-item .form-select .form-select-options {
	display: none;
	border: 1px solid #dcdfe6;
	border-top: none;
	box-sizing: border-box;
	line-height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	transform: translateY(100%);
	z-index: 20;
	padding: 4px 0;
}

.timelimit .form .form-item .form-select .form-select-option:first-child {
	margin-top: 4px;
}

.timelimit .form .form-item .form-select .form-select-option:last-child {
	margin-bottom: 4px;
}

.timelimit .form .form-item .form-select .form-select-option {
	cursor: pointer;
	padding: 0 20px;
	background: #fff;
}

.timelimit .form .form-item .form-select .form-select-option:hover {
	background: #ddd;
}

.timelimit .worktime {
	font-size: 13px;
	color: #343434;
	margin: 7px 0 41px;
}

.timelimit .submit-btn {
	color: #fff;
	background-color: #518dea;
	border-color: #518dea;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: 0;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	border-radius: 4px;
	width: 100%;
	font-size: 15px;
	padding: 11.5px 0 12.5px;
}

.timelimit .submit-btn:hover {
	background: #66b1ff;
	border-color: #66b1ff;
	color: #fff;
}

.meiqiaBtn {
	cursor: pointer;
	margin-top: 60px;
	margin-bottom: 20px;
	height: 93px;
	line-height: 86px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	background: url(/Public/images/blueBtn.png) top center no-repeat;
}
