/* form */
.form{
	width: 100%;
	/* background: url("../image/order_bg.jpg"); */
	background-repeat: no-repeat;
	background-size: 100% 4.44rem;
	background-position: top;
	padding-bottom: .2rem;
}
.plan{
	width: 100%;
	font-size: 0.5rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
}
.plan > ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.plan > ul > li{
  display: inline-block;
}
.plan > ul > .circle{
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	background-color: #fff;
	border-radius: 50%;
	font-size: 0.24rem;
	color: #ff8a00;
}
.plan > ul > .solid-line{
	width: 1.3rem;
	height: 1px;
	border-bottom: 1px solid #fff;
	margin: 0 0.1rem;
}
.plan > ul > .dotted-line{
	width: 1.3rem;
	height: 1px;
	border-bottom: 1px dotted #fff;
	margin: 0 0.1rem;
}
.form-item{
	box-sizing: border-box;
	font-size: 0;
	margin: 0 .25rem .26rem .25rem;
	background-color: #fff;
	border-radius: 0.15rem;
	padding: 0.5rem 0.4rem;
}
.con_title{
	font-size: .32rem;
	font-weight: bold;
	color: #1f2f3c;
	margin-bottom: .5rem;
	padding-left: .16rem;
	position: relative;
}
.con_title::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: .08rem;
	left: 0;
	text-align: center;
	width: .06rem;
	height: .3rem;
	vertical-align: middle;
	background-color: #ff8a00;
}
.item, .item1, .item2{
	font-size: 0.28rem;
	font-weight: bold;
	color: #1f2f3c;
	display: flex;
	justify-content: space-between;
	margin-bottom: .3rem;
}
.item:last-child{
	margin-bottom: 0;
}
.color-red{
	color: #d80a17;
}
.s{
	font-size: 0.24rem;
}
.item > label{
	width: 30%;
	height: .5rem;
	line-height: .5rem;
}
.item > input{
  width: 100%;
  outline-style: none;
  border: none;
  border-bottom: 1px solid #dcdfe6;
  box-sizing: border-box;
  font-family: "Microsoft soft";
  font-size: .28rem;
  border-radius: 0 !important;
  color: #888888;
  text-align: right !important;
  /* direction: rtl; */
}
.item > input:focus, .item1 > input:focus {
  border-color: #ff8a00;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ff8a00;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ff8a00;
}
.item > input::-webkit-input-placeholder, .item1 > input::-webkit-input-placeholder{
  color: #cccccc;
  font-size: .28rem;
  /* text-align:right; */
  direction: rtl;
}
.item > input::-moz-placeholder, .item1 > input::-moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
  /* text-align:right; */
  direction: rtl;
}
.item > input::moz-placeholder, .item1 > input::moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
  /* text-align:right; */
  direction: rtl;
}
.item > input::-ms-input-placeholder, .item1 > input::-ms-input-placeholder{
  color: #cccccc;
  font-size: .28rem;
  /* text-align:right; */
  direction: rtl;
}
.item > select{
	width: 100%;
	outline-style: none;
	box-sizing: border-box;
	font-family: "Microsoft soft";
	border: none;
	border-bottom: 1px solid #dcdfe6;
	font-size: .28rem;
	color: #888888;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("http://ourjs.github.io/static/2015/arrow.png") no-repeat scroll right center transparent;
	padding: 0 .28rem 0 0;
	text-align: right !important;
	direction: rtl;
}
.item > select::-ms-expand { display: none; }
.item > select:focus{
	border-color: #ff8a00;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ff8a00;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), #ff8a00;
}
.item > select option{
	direction: ltr;
}
.changeDiv > input {
  font-size: .28em;
  width: 100%;
  display: block;
}
.item > a{
	display: inline-block;
	width: 100%;
	height: .8rem;
	line-height: .8rem;
	background-color: #3c79ef;
	color: #fff;
	text-align: center;
	border-radius: .14rem;
	margin-top: .2rem;
}
.item1 > input{
  width: 100%;
  height: .8rem;
  outline-style: none;
  border: none;
  border-bottom: 1px solid #dcdfe6;
  box-sizing: border-box;
  font-family: "Microsoft soft";
  font-size: .28rem;
  border-radius: 0 !important;
  color: #888888;
  text-align: right !important;
}
.item1 > .input-w{
	width: 50% !important;
}
.item1 > a{
	display: inline-block;
	width: 50%;
	height: .8rem;
	line-height: .8rem;
	background-color: #3c79ef;
	color: #fff;
	text-align: center;
	border-radius: .14rem;
	margin-left: .3rem;
}
.item2 > input{
  width: 100%;
  height: .8rem;
  outline-style: none;
  border: none;
  border-bottom: 1px solid #dcdfe6;
  box-sizing: border-box;
  font-family: "Microsoft soft";
  font-size: .28rem;
  border-radius: 0 !important;
  color: #888888;
}
.item2 > .input-w{
	width: 50% !important;
}
.item2 > a{
	display: inline-block;
	width: 50%;
	height: .8rem;
	line-height: .8rem;
	background-color: #3c79ef;
	color: #fff;
	text-align: center;
	border-radius: .14rem;
	margin-left: .3rem;
}
.item2 > input::-webkit-input-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
.item2 > input::-moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
.item2 > input::moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
.item2 > input::-ms-input-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
.bg-color{
	background-color: #ff8a00 !important;
}
/* 按钮 */
.item-btn{
  font-size: .3rem;
  text-align: center;
}
.item-btn span{
  display: inline-block;
  width: 4.6rem;
  height: .88rem;
  line-height: .88rem;
  font-size: .34rem;
  font-weight: bold;
  color: #fff;
  border-radius: 0.2rem;
  background-color: #ff8a00;
}
.item-btn1{
  font-size: .34rem;
  display: flex;
  justify-content: space-between;
  padding-top: .3rem;
}
.item-btn1 > a{
	display: inline-block;
	text-decoration: none;
	width: 2.9rem;
	height: .86rem;
	line-height: .86rem;
	text-align: center;
	border-radius: .14rem;
	font-weight: bold;
	color: #fff;
}
.item-btn1 > a:first-child{
	background-color: #cccccc;
}
.item-btn1 > a:last-child{
	background-color: #ff8a00;
}
/* 提示和协议 */
.form-item > p{
	margin: 0.2rem 0 0 0;
	padding: 0;
	font-size: .24rem;
	color: #1f2f3c;
}
.form-item > p > a{
	display: inline-block;
	text-decoration: none;
	color: #ff8a00;
	font-size: .24rem;
	margin-right: .16rem;
	padding-bottom: .16rem;
}
.form-item > p > a:nth-child(2n+0){
	margin-right: 0;
}
/* end */