/* form */
html{
	height: 100%;
}
body{
	background-color: #f7f7f7;
	height: 100%;
	overflow: auto;
}
.form{
	width: 100%;
	background: url("../image/order_bg_01.jpg");
	background-repeat: no-repeat;
	background-size: 100% 4.44rem;
	background-position: top;
	padding-bottom: .2rem;
}
.plan{
	width: 100%;
	font-size: 0.5rem;
	height: 1rem;
	line-height: 1rem;
	display: flex;
	justify-content: center;
	align-items: 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: #0972e7;
	text-align: center;
}
.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;
}
/* 介绍 */
.introduce{
	font-size: 0;
	padding: 0 .3rem;
	color: #fff;
}
.introduce > h3{
	font-size: .34rem;
	margin-bottom: .2rem;
}
.introduce > p{
	font-size: .26rem;
	margin-bottom: .3rem;
}
/* end */
.form-item{
	box-sizing: border-box;
	font-size: 0;
	margin: .3rem .26rem;
	background-color: #fff;
	border-radius: .15rem;
	padding: .5rem .2rem;
}
.form-item1{
	box-sizing: border-box;
	font-size: 0;
	margin: .3rem .26rem;
	background-color: #fff;
	border-radius: .15rem;
	padding: .02rem .2rem .5rem;
}
.form-item1{
	box-sizing: border-box;
	font-size: 0;
	margin: .3rem .26rem;
	background-color: #fff;
	border-radius: .15rem;
	padding: .02rem .2rem .5rem;
}
.form-item2{
	box-sizing: border-box;
	font-size: 0;
	margin: .3rem .26rem 0 .26rem;
	background-color: #fff;
	border-radius: .15rem;
	padding: .02rem .2rem 2.2rem;
}
.con_title{
	font-size: .32rem;
	font-weight: bold;
	color: #1f2f3c;
	margin-bottom: .4rem;
	position: relative;
}
.con_title1{
	font-size: .32rem;
	font-weight: bold;
	color: #1f2f3c;
	margin: .7rem 0 .4rem;
	position: relative;
}
.item, .item1, .item2{
	font-size: 0.28rem;
	font-weight: bold;
	color: #1f2f3c;
	display: flex;
	justify-content: space-between;
	margin-bottom: .3rem;
}
.item-conent > img{
	width: .35rem;
	height: .35rem;
	vertical-align: middle;
}
.item-conent > s{
	font-size: .28rem;
}
.item-conent > .install, .item-conent > .iptv{
	font-size: .26rem;
}
.item:last-child{
	margin-bottom: 0;
}
.color-red{
	color: #d80a17;
}
.s{
	font-size: 0.24rem;
}
.item > label{
	width: 30%;
	height: .8rem;
	display: flex;
	align-items: center;
}
.item > input{
  padding-left: .1rem;
  width: 100%;
  outline-style: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  font-family: "Microsoft soft";
  font-size: .28rem;
  color: #888888;
  /* text-align: right; */
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important	;
}
.item > input:focus, .item1 > input:focus {
  border-color: #ff8a00;
  outline: 0;
  background-color: #fff;
  -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;
  /* direction: rtl; */
}
.item > input::-moz-placeholder, .item1 > input::-moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
  /* direction: rtl; */
}
.item > input::moz-placeholder, .item1 > input::moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
  /* direction: rtl; */
}
.item > input::-ms-input-placeholder, .item1 > input::-ms-input-placeholder{
  color: #cccccc;
  font-size: .28rem;
  /* direction: rtl; */
}
.addr > label{
	width: 30%;
	height: 2rem;
	display: flex;
	align-items: center;
}
.addr > input{
  padding-left: .1rem;
  width: 100%;
  outline-style: none;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  font-family: "Microsoft soft";
  font-size: .28rem;
  border-radius: .2rem !important;
  color: #888888;
  background-color: #f0f0f0;
}
.item > select{
	width: 100%;
	outline-style: none;
	box-sizing: border-box;
	font-family: "Microsoft soft";
	border: none;
	border-bottom: 1px solid #eeeeee;
	font-size: .28rem;
	color: #888888;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url("../image/jiantou.png") no-repeat scroll right center transparent;
	padding: 0 .28rem 0 .1rem;
	direction: ltr;
}
.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: 5.34rem;
	height: 1rem;
	line-height: 1rem;
	color: #fff;
	text-align: center;
	border-radius: .14rem;
	margin: .2rem auto 0;
	background: url("../image/btn2.png");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}
.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 > textarea{
	width: 100%;
	height: 2rem;
	border-radius: .1rem;
	background-color: #f6f6f6;
	border: 1px solid #f6f6f6;
	padding: .1rem;
	box-sizing: border-box;
}
.item > textarea::-webkit-input-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
.item > textarea::-moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
.item > textarea::moz-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
.item > textarea::-ms-input-placeholder{
  color: #cccccc;
  font-size: .28rem;
}
/* 按钮 */
.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;
}
.item-btn2{
  font-size: .3rem;
  text-align: center;
}
.item-btn2 span{
  display: inline-block;
  width: 4.6rem;
  height: .88rem;
  line-height: .88rem;
  font-size: .34rem;
  font-weight: bold;
  color: #fff;
  border-radius: .6rem;
  background-color: #0972e7;
}
.item-btn3{
  font-size: .3rem;
  text-align: center;
  margin-top: 1.8rem;
}
.item-btn3 span{
  display: inline-block;
  width: 4.6rem;
  height: .88rem;
  line-height: .88rem;
  font-size: .34rem;
  font-weight: bold;
  color: #fff;
  border-radius: .6rem;
  background-color: #0972e7;
}
/* 提示和协议 */
.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: .08rem;
	/* padding-bottom: .16rem; */
}
.form-item > p > a:nth-child(2n+0){
	margin-right: 0;
}
/* end */
/* .item-conent b > label{
    line-height: .34rem;
    display: inline-block;
    margin-left: .4rem;
    margin-right: .12rem;
    color: #333;
} */
.item-conent b > label{
    line-height: .4rem;
    display: inline-block;
    margin-left: .2rem;
    margin-right: .06rem;
    color: #777;
}
.radio_type{
   width: .28rem;
    height: .28rem;
   appearance: none;
   -webkit-appearance: none;
    position: relative;
}
.radio_type:before{
    content: '';
    width: .28rem;
    height: .28rem;
    border: 1px solid #888888;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	margin-bottom: .04rem;
}
.radio_type:checked:before{
    content: '';
    width: .28rem;
    height: .28rem;
    border: 1px solid #0972e7;
    background: #0972e7;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
	margin-bottom: .04rem;
}
.radio_type:checked:after{
    content: '';
    width: .2rem;
    height: .1rem;
    border: .04rem solid white;
    border-top: transparent;
    border-right: transparent;
    text-align: center;
    display: block;
    position: absolute;
    top: .1rem;
    left: .04rem;
    vertical-align: middle;
    transform: rotate(-45deg);
}
.radio_type:checked+label{
    color: #c59c5a;
}
/* 协议 */
.item-protocol{
	font-size: 0;
	margin-top: .3rem;
}
.item-protocol p{
	font-size: .24rem;
	color: #aaaaaa;
	margin-bottom: .1rem;
}
.item-protocol p a{
	text-decoration: none;
	display: inline-block;
	margin-bottom: .06rem;
	color: #4b7ab3;
}
.stake{
	font-size: .24rem;
	color: #ff8a00;
}
/* 隐藏 */
.conceal{
	display: none;
}
/* 显示 */
.reveal{
	display: block;
}
.activity{
	color: rgb(255, 130, 0);
	font-size: .24rem;
	font-weight: normal;
	display: flex;
	flex-wrap: wrap;
}
/* 按钮不可用 */
.disabled {
	pointer-events: none;
}
/* 表格 */
.form-item table{
	width: 100%;
	font-size: .26rem;
	border-collapse: separate;
	border-spacing: 0;
}
.form-item table tr th{
	border: 1px solid #eeeeee;
	min-height: .75rem;
	width: 25%;
	text-align: center;
	background-color: #2080eb;
	color: #fff;
	padding: .1rem 0;
}
.form-item table tr th:first-child{
	border-top-left-radius: .2rem;
}
.form-item table tr th:last-child{
	border-top-right-radius: .2rem;
}
.form-item table tr td{
	border: 1px solid #eeeeee;
	height: .75rem;
	text-align: center;
	color: #333333;
}
.form-item table tr:last-child td:first-child{
	border-bottom-left-radius: .2rem;
}
.form-item table tr:last-child td:last-child{
	border-bottom-right-radius: .2rem;
}
.table-infuse{
	font-size: .24rem;
	margin-top: .1rem;
}
.bor-rus{
	border-bottom-left-radius: .2rem;
}
.bor-rus1{
	border-bottom-right-radius: .2rem;
}