@charset "UTF-8";
/* common */
.service-title {
	position: relative;
	font-size: 22px;
	color: #333333;
	line-height: 22px;
}

.service-title i {
	position: absolute;
	top: 0;
	left: -18px;
	display: inline-block;
	width: 5px;
	height: 22px;
	background-color: #2956c9;
}

.service-wrap input[type='checkbox'] {
	margin-right: 10px;
    vertical-align: middle;
}

.service-wrap input[name='type'] {
	background: url(/static/index/images/radio_uncheck.png) center center no-repeat;
	background-size: 100% 100%;
	border: none;
	margin-left: 10px;

}

.service-wrap input[name='type']:checked {
	background: url(/static/index/images/radio_checked.png) center center no-repeat!important;
	background-size: 100% 100%!important;
	border: none;
}

.service-wrap input[type='checkbox']:checked {
	background: url(/static/index/images/login/ic_checkbox_sel.png) center center no-repeat;
	background-size: 100% 100%;
	border: none;
}

/* style */
.service-spaceTop {
	padding-top: 25px;
}

.service-spaceFot {
	padding-bottom: 40px;
}

.service-bar {
	width: 100%;
	height: 106px;
	background: url(/static/index/images/service/service-bar.jpg) no-repeat;
}

.service-bar h2 {
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	line-height: 106px;
}

.service-bg {
	background-color: #f6f6f6;
}

.service-wrap {
	background-color: #fff;
	padding: 40px;
}

.service-tip {

}

.service-tip ul li {
	margin-top: 34px;
}

.service-tip ul li:first-child {
	margin-top: 0;
}

.service-tip ul li:nth-child(2) {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 34px;
}

.service-tip ul li h3 {
	font-size: 24px;
	color: #345ecb;
	line-height: 28px;
}

.service-tip ul li h3 i {
	display: inline-block;
	width: 22px;
	height: 28px;
	background: url(/static/index/images/service/ico1.png) no-repeat;
	vertical-align: middle;
	margin-right: 8px;
}

.service-tip ul li p {
	font-size: 22px;
	color: #666768;
	line-height: 24px;
}

.service-basic {

}

.service-basic ul li {
	margin-top: 30px;
	border-bottom: 1px solid #f0f0f0;
}

.service-basic ul li p {
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	margin-bottom: 10px;
}

.service-basic ul li input {
    font-size: 18px;
    line-height: 30px;
    color: #212121;
}

.service-basic ul li ::-webkit-input-placeholder {
    font-size: 18px;
    color: #999999;
    font-family: "微软雅黑","Microsoft YaHei";
    font-weight: lighter;
}

.service-basic ul li :-moz-placeholder {
    font-size: 18px;
    color: red;
    font-family: "微软雅黑","Microsoft YaHei";
    font-weight: lighter;
}

.service-basic ul li ::-moz-placeholder {
    font-size: 18px;
    color: #999999;
    font-family: "微软雅黑","Microsoft YaHei";
    font-weight: lighter;
}

.service-basic ul li :-ms-input-placeholder {
    font-size: 18px;
    color: #999999;
    font-family: "微软雅黑","Microsoft YaHei";
    font-weight: lighter;
}

.service-basic .inputName {
    width: 100%;
}

.service-basic .inputPhoneBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inputPhoneBox .inputPhone {
    width: 80%;
}

.inputPhoneBox .inputWechat {
	font-size: 20px;
	font-weight: bold;
	color: red;
}

.service-type {
	margin-top: 45px;
}

.service-type label {
	font-size: 22px;
	color: #333333;
	margin-right: 95px;
}

.service-type label input[type='radio'] {
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-left: 10px;
}

.service-type label input[type='radio']:checked {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    outline: medium;
    box-sizing: border-box;
    background: url(../images/login/icoRadio.png) center center no-repeat;
    background-size: 100% 100%;
    border: none;
}

.service-needs ul li {
	margin-top: 40px;
}

.service-needs ul li label{
	font-size: 22px;
	color: #333333;
	line-height: 1;
}

.service-btn {
	display: block;
	width: 658px;
	height: 75px;
	background-color: #2956c9;
	border-radius: 10px;
	margin: 50px auto 0 auto;
	font-size: 22px;
	color: #ffffff;
}

