html,body{
	padding: 0;
	margin: 0;
}

h1,p{
	margin: 0;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

input,select{
	outline: none;
	padding: 0;
}

select{
	background: initial;
}

input[type='button'],input[type='submit'],input[type='reset'],select{
	-webkit-appearance: none;
}

figure{
	margin: 0;
}

.new_header{
	width: 6.4rem;
}

.new_header>img{
	width: 6.4rem;
	vertical-align: middle;
}

.new_form{
	width: 6.4rem;
	margin: 0 0 .3rem 0;
}

.new_form>h1 {
    color: black;
    font-size: .4rem;
    line-height: 1.2rem;
    text-align: center;
}

.new_form>h1>span,.new_form>h1+p>span{
	color: #fe5f00;
}

.new_form>h1+p {
    font-size: 0.25rem;
    text-align: center;
    color: black;
}

.item {
    width: 5.4rem;
    margin: 0 .5rem;
}
.item_list_wz{
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	
	display: flex;
	justify-content: space-between;
	align-items: center;

	margin: .3rem 0 0 0;
}
.item_list_wz>span{
	color: #999;
}
.item_list{
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	-webkit-align-items: center;
	
	display: flex;
	justify-content: space-between;
	align-items: center;

	margin: 0 0 .3rem 0;
}

.item_list>span{
	color: #999;
}
.item_list>em{
	color: red;
}

.item_list>input,.item_list>select{
    width: 5.4rem;
    height: .5rem;
	border:none;
	box-shadow: 0 0 1px #000;
	text-indent: 1em;
}

.item_list .checkbox{
	width: 8rem;
	line-height: 2rem;
	border:1px solid #ccc;
	text-align: center;
}


.fig{
	width: 5.4rem;
	display: flex;
	justify-content: flex-end;
	display: -webkit-flex;
	-webkit-justify-content: flex-end;
}

.fig>figcaption{
	display: none;
}
.fig>figcaption:first-child{
	display: block;
}
.fig>figcaption>img{
	width: 5.4rem;
}

.item+p{
	width: 22rem;
	margin:1rem auto 0;
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.item+p+p{
	width: 22rem;
	margin:1rem auto 0;
	font: 500 1.2rem/1.2rem "";
}

.item+p+p>span{
	color: #fe5f00;
}

.input{
    width: 5.4rem;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-around;
}

.input>input{
	height: .5rem;
	border-radius: 5px;
	text-indent: 2em;
	border: none;
	box-shadow: 0 0 1px #000;
}

.input>input:nth-last-child(1){
	text-indent: initial;
	background:#4972cc;
	color: white;
	letter-spacing: 3px;
}

.price{
	width: 5.4rem;
	margin: auto;
}

.price>p {
    font-size: .35rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    color: black;
    margin: .3rem 0;
}

.price>p>samp{
	color: #fe5f00;
}

.price_bg {
    width: 5.35rem;
    height: 2.47rem;
    position: relative;
    background: #4972cc;
}

.price_login {
    width: 5.32rem;
    height: 2.42rem;
    background: white;
    position: absolute;
    top: 1px;
    left: 1px;
}

.price_login>p:first-child {
    margin-top: 0.5rem;
    line-height: .35rem;
    text-align: center;
    color: #000;
    font-size: .34rem;
    border-radius: 0 15px 15px 15px;
}

.price_login>p:nth-child(2){
	text-align: center;
}

.price_login>p:nth-child(2) img {
    width: .5rem;
    margin-right: .1rem;
}

.price_login>p:nth-child(2) span {
    color: #fe5f00;
    font-weight: 600;
    font-size: .5rem;
    line-height: 1rem;
}

.new_box{
	width: 5.4rem;
    margin: .2rem auto 0;
	display: flex;
	justify-content: space-between;
	
}

.new_box>ul{
	width: 2.7rem;
}

.new_box>ul>li{
    line-height: .5rem;
    font-size: .2rem;
    color: #000;
}

.new_box>ul>li>span{
    padding-left: .6rem;
}

span#wsj{
    padding-left: .38rem !important;
}

.new_box>ul:nth-child(2) li{
	text-indent: 0.2rem;
}

#dataprice+p{
	width: 5.4rem;
	line-height: 1rem;
	margin: auto;
	color: #000;
	text-align: center;
}

.list_color{
	color: white;
	background: #4972CC;
}

.new_box>ul:first-child{
	position:relative;
}

.new_box>ul:first-child:before{
	content: "";
	position:absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #ccc;
}


/*#tel{
	margin: 0 0.2rem 0;
}*/

div.footer_empty{
	padding-bottom: 0;
}