.form-box {
    width: 98%;
    /* margin: 0.5rem 0 0 0; */
    margin: auto;
    margin-top: 0.4rem;
    padding: 0.4rem 0;
    background: #f7f4f4;
    border-radius: 0.2rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-items: center;
}
.form-box .desc {
	padding: 0rem 1rem 1rem 1rem;
	position: relative;
}
.form-box .desc h3 {
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}
.form-box .desc p {
	font-size: 1rem;
	text-align: left;
}
.form-box .qc_nav {
    width: 80%;
    margin-bottom: 0.4rem;
}
.form-box .qc_nav .on {
    background-color: #F5627e !important;
    color: #fff !important;
    cursor: auto;
}
.form-box .qc_nav .item {
    width: 40%;
    height: 2.4rem;
    line-height: 2.4rem;
    background-color: #fff;
	color: #333;
	text-align: center;
    display: inline-block;
    cursor: pointer;
}
.form-box .item {
    border: 0.08rem solid #ede9e9;
    border-radius: 0.4rem;
	text-align: center;
}
.form-box .item .birthday{
	width: 60%;
	text-align: left;
}
.form-box .swiper-slide {
    width: 92%;
}
.form-box .swiper-slide .item {
	display: flex;
	align-items: center;
	height: 3rem;
	background-color: white;
	margin-top: 0.25rem;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.item .form-label {
	font-size: 1rem;
	color: #818181;
	display: flex;
	justify-content: space-between;
}

.item .surname-label {
	justify-content: space-between;
	flex-shrink: 0;
}

.item .input-name {
	color: #333;
}

.item .on {
	background-color: #F5627e;
	color: #fff;
}

.item .sex-box {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	position: absolute;
	right: 0.2rem;
}

.item .check-box {
	font-weight: bold;
	margin-left: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item .check-box .check {
	height: 2.18rem;
	line-height: 2.18rem;
	border-radius: 8%;
}

.item .sex {
	width: 3.28rem;
}

.item .guJin-box,.item .nameLength-box {
	display: flex;
	box-sizing: border-box;
	align-items: center;
	position: absolute;
	right: 4.24rem;
}

.item .nameLength {
	width: 3.33rem;
}

.item .guJin{
	width:5rem;
}
.form-box .qc_nav .item{
	margin-right: 0.6rem;
	height: 3rem;
	line-height: 3rem;
	border-radius: 0.2rem;
}
.form-box .qc_nav,.form-box .sub{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.form-box .tips_01 {
	width: 92%;
	padding: 0.2rem;
	color: #979797;
	text-align: left;
	align-items: center;
}

.form-box .sub {
	width: 90%;
	padding: 1rem;
}

.form-box .sub button {
	width: 80%;
	height: 3rem;
	border-radius: 0.2rem;
	background-color: #F5627e;
	color: white;
	font-size: 1.32rem;
}
input, textarea, button, select, a {
    outline: 0 none;
    border: none;
}
input {
    font-size: 1rem;
    height: 100%;
}

/* 地区选择css */
#PoPy {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0;
	bottom: 0;
	width: auto !important;
	background: rgba(0, 0, 0, .5) !important;
}

#PoPy ._citys {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	border: 0;
	padding: 0;
	max-width: 18rem;
	max-height: 22rem;
	margin-left: auto;
	margin-right: auto;
	-webkit-overflow-scrolling: touch;
}

#PoPy ._citys span {
	font-family: '宋体';
	line-height: 2rem;
	padding-left:0.5rem;
	text-align: right;
	color: #5c5c5c !important;
	border: 0;
	padding-top: .08rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#PoPy ._citys1 {
	padding: 0;
	height: 16rem;
	padding-bottom: 4%;
	overflow-y: auto;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	-moz-align-content: flex-start;
	align-content: flex-start;
}

#PoPy ._citys1 a {
	border: 1px solid #98989f;
	border-radius: .04rem;
	background: #fff;
	color: #222;
	overflow: hidden;
	margin: 4% 0 0 4%;
	width: 28%;
	box-sizing: border-box;
}

#PoPy .AreaS {
	border-color: #f00 !important;
	color: #f00 !important;
	background: none !important;
	position: relative;
}

#PoPy .AreaS::after,
#PoPy .AreaS::before {
	content: '';
	position: absolute;
}

#PoPy .AreaS::before {
	width: 0;
	height: 0;
	right: -.1rem;
	bottom: -.1rem;
	border: .1rem solid transparent;
	border-left-color: #f00;
	transform: rotate(45deg);
}

#PoPy .AreaS::after {
	right: .02rem;
	bottom: .02rem;
	width: .02rem;
	height: .06rem;
	border: .01rem solid transparent;
	border-right-color: #fff;
	border-bottom-color: #fff;
	transform: rotate(45deg);
}

#PoPy ._citys0 {
	border-bottom: 0 !important;
	vertical-align: top;
	font-size: 0;
	height: auto;
	padding-top: 2.4rem;
}

#PoPy ._citys0::after {
	content: '选择出生地点';
	position: absolute;
	top: .08rem;
	left: 0;
	right: 0;
	line-height: 2rem;
	text-align: center;
	font-size: 1rem;
	color: #000;
}

#PoPy ._citys0 li {
	width: 33.3%;
	border-bottom: 1px solid #f8f8f8;
	padding: 1px 0;
	color: #585c64;
}

#PoPy ._citys0 .citySel {
	border-bottom: 2px solid #f00 !important;
	color: #f00 !important;
	background: none !important;
	padding-bottom: 0 !important;
}

.citySel,
.AreaS,
._citys1 a:hover {
	background: none !important;
}

._citys {
	width: 450px;
	display: inline-block;
	border: 2px solid #eee;
	padding: 5px;
	position: relative;
	background: #fff
}

._citys span {
	color: #56b4f8;
	height: 15px;
	width: 15px;
	line-height: 15px;
	text-align: center;
	border-radius: 3px;
	position: absolute;
	right: 10px;
	top: 10px;
	border: 1px solid #56b4f8;
	cursor: pointer;
}

._citys0 {
	width: 100%;
	height: 34px;
	display: inline-block;
	border-bottom: 2px solid #56b4f8;
	padding: 0;
	margin: 0;
}

._citys0 li {
	display: inline-block;
	line-height: 1.6rem;
	font-size: 0.8rem;
	color: #888;
	text-align: center;
	cursor: pointer;
	*float: left;
}

.citySel {
	background-color: #56b4f8;
	color: #fff !important;
}

._citys1 {
	width: 100%;
	display: inline-block;
	padding: 10px 0;
}

._citys1 a {
	width: 83px;
	height: 35px;
	display: inline-block;
	background-color: #f5f5f5;
	color: #666;
	margin-left: 6px;
	margin-top: 3px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	overflow: hidden;
}

._citys1 a:hover {
	color: #fff;
	background-color: #56b4f8;
}

/** layer **/
.layui-layer-content p {
	font-size: .9rem;
	line-height: 1.2rem;
	color: #333;
	background-color: #ffffff;
	padding: 0.2rem 0.4rem;
	text-align: left;
}

.layui-layer-content .p_title {
	font-weight: bold;
}

.layui-layer-content .s_title {
	color: green;
}

.m_b10 {
	margin-bottom: .1rem;
}

.sxsx p em {
	font-style: oblique !important;
}