html, body {
	padding: 0;
	margin: 0;
}

body {
	background: #F6F7F8;
}

.head_title {
	width: 100%;
	height: 3.2rem;
	position: relative;
	overflow: hidden;
}

.head_title div {
	width: 7.2rem;
	height: 1.25rem;
	font-size: 0.9rem;
	color: #333;
	font-weight: bold;
	margin: 1.375rem auto;
}

.head_step {
	width: 100%;
	height: 3.6rem;
	margin-bottom: 0.5rem;
	margin: auto;
	position: relative;
	overflow: hidden
}

.head_step i:nth-of-type(1) {
	display: inline-block;
	width: 2rem;
	height: 0.05rem;
	background: url('../images/Path_1.png') no-repeat;
	background-size: 100%;
	background-position-x: center;
	vertical-align: super;
	margin-left: 0.75rem;
	margin-right: -0.65rem;
}

.head_step i:nth-of-type(2) {
	display: inline-block;
	width: 4rem;
	height: 0.05rem;
	background: url('../images/Path_2.png') no-repeat;
	background-size: 100%;
	background-position-x: center;
	vertical-align: super;
	margin-left: -0.65rem;
	margin-right: -0.65rem;
}

.head_step i:nth-of-type(3) {
	display: inline-block;
	width: 4rem;
	height: 0.05rem;
	background: url('../images/Path_2.png') no-repeat;
	background-size: 100%;
	background-position-x: center;
	vertical-align: super;
	margin-left: -0.65rem;
	margin-right: -0.65rem;
}

.head_step i:nth-of-type(4) {
	display: inline-block;
	width: 2rem;
	height: 0.05rem;
	background: url('../images/Path_1.png') no-repeat;
	background-size: 100%;
	background-position-x: center;
	vertical-align: super;
	margin-left: -0.65rem;
	margin-right: -0.75rem;
}

.head_step span {
	display: inline-block;
	color: #999999;
	font-size: 0.6rem;
	padding-top: 2.375rem;
	vertical-align: middle;
}

.head_step span:nth-of-type(1) {
	background: url('../images/plan.png') no-repeat;
	background-size: 1.45rem;
	background-position-x: center;
	background-position-y: 0.675rem;
}

.head_step span:nth-of-type(2) {
	background: url('../images/face_true.png') no-repeat;
	background-size: 1.45rem;
	background-position-x: center;
	background-position-y: 0.675rem;
}

.head_step span:nth-of-type(3) {
	background: url('../images/edit_true.png') no-repeat;
	background-size: 1.45rem;
	background-position-x: center;
	background-position-y: 0.675rem;
}

a {
	text-decoration: none;
	color: #FF8727;
}

.item {
	width: 100%;
	height: 100%;
	font-size: 0.7rem;
	overflow: hidden;
}

.item:nth-of-type(1) {
	margin-top: 0.5rem;
}

.item:nth-of-type(2) {
	margin: 0.5rem auto;
}

.item>.title {
	color: #333;
	font-size: 0.75rem;
	font-weight: bold;
	margin-top: 0.5rem;
	margin-left: 0.75rem;
}

p {
	padding: 0;
	margin: 0;
}

.item>.desc {
	width: 17.25rem;
	color: #333;
	font-size: 0.7rem;
	margin: 1rem auto 0rem;
	text-align: justify;
	line-height: 1rem;
	overflow: hidden;
}

.item>.desc>.p {
	margin: 0.5rem auto;
}

.item>.desc>.p_2 {
	color: #999;
}

.item span.bold {
	font-weight: bold;
	font-size: 0.75rem;
}

.item span.right {
	float: right;
}

#email, #clientNewCardNo {
	width: 10rem;
	height: 1rem;
	float: right;
	font-size: 0.6rem;
	border: none;
	outline: none;
	text-align: right;
	background: none;
}

input::-webkit-input-placeholder {
	/* color: #D8D8D8; */
	color: #FF8727;
	text-align: right;
}

.item>.indent>p {
	text-indent: 1.1rem
}

.item>.indent>p:nth-of-type(2) {
	margin-top: 0.5rem;
}

.item>.desc>.js-signature {
	width: 17.25rem;
	height: 6.5rem;
	margin: auto;
	background: #EEEEEE;
}

#clearBtn {
	color: #FF8727;
	float: right;
	margin-top: 0.35rem;
}

.saveBtn_false {
	width: 17.25rem;
	height: 2.25rem;
	background: #D8D8D8;
	border-radius: 0.1rem;
	margin: 1.5rem auto;
	text-align: center;
	line-height: 2.25rem;
	color: #FFF;
	font-size: 0.8rem;
}

.saveBtn_true {
	background: #FF8727;
}

.dotInfo_empty {
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	background: url('../images/circle.png') no-repeat;
	background-size: 0.7rem 0.7rem;
	background-color: #FF8727;
	border-radius: 50%;
	margin-left: -1.1rem;
}

.dotInfo {
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	background: url('../images/tick.png') no-repeat;
	background-size: 0.7rem 0.7rem;
	margin-left: -1.1rem;
}

.dot_empty {
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	background: url('../images/circle.png') no-repeat;
	background-size: 0.7rem 0.7rem;
	background-color: #FF8727;
	border-radius: 50%;
	margin-left: -1.1rem;
}

.dot {
	display: inline-block;
	width: 0.7rem;
	height: 0.7rem;
	background: url('../images/tick.png') no-repeat;
	background-size: 0.7rem 0.7rem;
	margin-left: -1.1rem;
}

.arrow_down {
	width: 0.55rem;
	height: 0.325rem;
	background: url('../images/arrow_down.png') no-repeat;
	background-size: 0.55rem 0.325rem;
	float: right;
	margin-right: 0.75rem;
	margin-top: 0.325rem;
}

.arrow_top {
	width: 0.55rem;
	height: 0.325rem;
	background: url('../images/arrow_top.png') no-repeat;
	background-size: 0.55rem 0.325rem;
	float: right;
	margin-right: 0.75rem;
	margin-top: 0.325rem;
}

.arrow_right {
	transform: rotate(90deg);
	margin-right: 0rem;
	margin-left: 0.5rem;
	margin-top: 0.35rem;
}

.item1 .desc1 {
	margin: 1rem 0.3rem;
	font-size: 0.4rem;
}

.bank>span {
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0.025rem 0.1rem 0 rgba(0, 0, 0, 0.5);
	position: absolute;
	margin-top: -0.12rem;
}

.bank {
	display: inline-block;
	width: 1.75rem;
	height: 0.75rem;
	border-radius: 2.5rem;
	background: #E5E5E5;
}


.color {
	background: #FF8727;
}

.color>span {
	margin-left: 0.8rem;
}

.select_c {
	display: inline-block;
	width: auto;
	height: 100%;
}

select {
	font-size: 0.7rem;
	border: none;
	outline: none;
	width: auto;
	height: 1rem;
	line-height: 1rem;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	direction: rtl;
	background: none;
}

select option {
	direction: ltr;
}

.dotInfo_rewal {
	display: inline-block;
	width: 0.4rem;
	height: 0.4rem;
	background: url('../images/circle.png') no-repeat;
	background-size: 0.4rem 0.4rem;
	background-color: #222;
	border-radius: 50%;
	margin-left: -1.1rem;
}

.item>.indent_rewal>p {
	text-indent: 1.1rem
}
.item>.indent_rewal>p:nth-of-type(2) {
	margin-top: 0.4rem;
}
.item>.indent_rewal>p:nth-of-type(3) {
	margin-top: 0.4rem;
}
.item>.indent_rewal>p:nth-of-type(4) {
	margin-top: 0.4rem;
}