@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
select,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

html,
body,
.view {
	font-size: 2.1334vw;
}

@media (min-width: 900px)and (max-width:2000px) {

	html,
	body {
		font-size: 1.1334vw;
		position: absolute;
		right: 0;
		left: 0;
		width: 46.875rem;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
	}
}

.view {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	overflow: hidden;
	background-color: #fff;
	transform: translateZ(0);
}


.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

.scrollview_x {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}



.jq_btn {
	transition: all 0.3s;
}

.jq_btn.animat {
	transform: scale(0.9);
}

.page_transition {
	transition: transform 0.45s ease;
	-ms-transition: transform 0.45s ease;
	-moz-transition: transform 0.45s ease;
	-webkit-transition: transform 0.45s ease;
}

.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.page_box.fill {
	height: 100%;
}

.page_box.cover {}

.page_box.contain {}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.preload {
	display: none;
}

.preload img {
	width: 1px;
	height: 1px;
	display: none;
}

.page_1 {
	position: absolute;
	width: 100%;
	height: 101.25rem;
	background-size: cover;
	background-image: url(../img/bg.jpg?v=6);
}

.p_1_tit {
	position: absolute;
	width: auto;
	height: 2.875rem;
	top: 43.5rem;
	left: 1.75rem;
}

.p_1_box {
	position: absolute;
	width: 40.125rem;
	height: 37.5rem;
	top: 50.5rem;
	left: 0;
	right: 0;
	margin: auto;
}

.p_1_ipt {
	width: 40.125rem;
	height: 5.625rem;
	margin-bottom: 1.5rem;
	border-radius: 0.625rem;
	background-color: #f4f7fd;
	display: flex;
	align-items: center;
	padding: 0 1.25rem;
	box-sizing: border-box;
}

.p_1_ipt .icon {
	display: block;
	width: 1.875rem;
}

.p_1_ipt input {
	display: block;
	width: 25rem;
	margin-left: 0.85rem;
	font-size: 1.8rem;
	color: #000;
	text-align-last: left;
}

.p_1_ipt .p_1_1 {
	display: block;
	width: 10.25rem;
}

.p_1_ipt span {
	display: block;
	width: 10.75rem;
	height: 4.25rem;
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 4.25rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
}

.p_1_btn {
	width: 40.125rem;
	height: 5.625rem;
	color: #ffffff;
	margin-top: 2.875rem;
	font-size: 1.8rem;
	text-align: center;
	line-height: 5.625rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
}

.p_1_login {
	margin-top: 2.625rem;
	text-align: center;
}

.p_1_login a {
	font-size: 2rem;
	color: #0066b3;
	text-decoration: underline;
}

.page_2 {
	position: absolute;
	width: 100%;
	min-height: 100%;
}

.p_2_1 {
	display: block;
	width: 100%;
}

.p_2_2 {
	display: block;
	width: 100%;
}

.p_2_box {
	width: 41.75rem;
	margin: 4rem auto auto;
	min-height: 25.4rem;
}

.p_2_ipt {
	position: relative;
	margin-bottom: 1rem;
}

.p_2_ipt p {
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.p_2_ipt p span {
	color: #f00;
}

.p_2_ipt input,
.p_2_ipt select {
	width: 100%;
	height: 5.625rem;
	margin-bottom: 1.5rem;
	border-radius: 0.625rem;
	background-color: #f4f7fd;
	display: flex;
	align-items: center;
	padding: 0 1.25rem;
	box-sizing: border-box;
	color: #000;
	font-size: 1.8rem;
	text-align-last: left;
}

.p_2_ipt label {
	display: inline-block;
	width: 16.25rem;
	font-size: 1.625rem;
	vertical-align: middle;
}

.p_2_ipt label img {
	display: inline-block;
	width: 2rem;
	line-height: 2rem;
	margin-right: 1rem;
	vertical-align: middle;
}

.p_2_yzm {
	position: absolute;
	top: 4rem;
	right: 1.25rem;
	width: 10.75rem;
	height: 4.25rem;
	color: #ffffff;
	font-size: 1.8rem;
	text-align: center;
	line-height: 4.25rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
}

.icon_6 {
	position: absolute;
	top: 5.6rem;
	right: 2rem;
	width: 2rem;
}

.p_2_btn {
	width: 40rem;
	height: 5.625rem;
	color: #ffffff;
	margin: 3.2rem auto auto;
	font-size: 1.8rem;
	text-align: center;
	line-height: 5.625rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
}

.p_3_1 {
	position: absolute;
	width: 36.5625rem;
	top: 50.875rem;
	left: 0;
	right: 0;
	margin: auto;
}

.p_3_2 {
	position: absolute;
	width: 36.5625rem;
	top: 65.375rem;
	left: 0;
	right: 0;
	margin: auto;
}

.page_mc {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #f8f8f8;
}

.mycen_1 {
	margin: 4.375rem auto auto;
	padding: 1.25rem 1.875rem;
	width: 41.875rem;
	height: 13.875rem;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/mycen_1.png?v=3);
}

.mycen_1 span {
	display: block;
	font-size: 2rem;
	color: #fff;
}

.mycen_1 label {
	display: flex;
	width: 100%;
	margin-top: 1.75rem;
	justify-content: space-between;
}

.mycen_1 label a {
	display: inline-block;
	width: 49%;
	height: 6.875rem;
}

.mycen_2 {
	margin: 2.25rem auto auto;
	width: 41.875rem;
	height: 29.1875rem;
	padding: 1.1rem 3.125rem;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(../img/mycen_2.png?v=4);
}

.mycen_2 a {
	display: block;
	height: 6.75rem;
}

.zhifu_tit {
	text-align: center;
	font-size: 1.75rem;
	margin-top: 9.75rem;
}

.zhifu_item {
	font-size: 4.6875rem;
	font-weight: bold;
	text-align: center;
}

.zhifu_ard {
	width: 43.125rem;
	font-size: 1.75rem;
	margin: 3.125rem auto auto;
}

.zhifu_list {
	width: 43.125rem;
	color: #666666;
	font-size: 1.75rem;
	margin: 0.6rem auto auto;
}

.zhifu_box {
	width: 43.125rem;
	padding: 3.125rem 2rem;
	box-sizing: border-box;
	margin: 3.125rem auto auto;
	background-color: #fff;
	border-radius: 1.25rem;
}

.zhifu_box .tit {
	font-size: 1.75rem;
}

.zhifu_box ul li {
	display: flex;
	height: 6.6rem;
	align-items: center;
	justify-content: space-between;
}

.zhifu_box ul li .icon {
	width: 2.1875rem;
}

.zhifu_box ul li span {
	width: 32rem;
	font-size: 1.75rem;
	font-weight: 600;
}

.zhifu_box ul li .chose {
	width: 2.125rem;
}

.zhifu_btn {
	width: 43.125rem;
	height: 5.625rem;
	color: #ffffff;
	margin: 10rem auto auto;
	font-size: 1.8rem;
	text-align: center;
	line-height: 5.625rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
}

.success_box {
	overflow: hidden;
	background-size: 100% 44rem;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(../img/success_bg.jpg);
}

.success_tit {
	height: 5.5rem;
	display: flex;
	margin: 4.375rem auto;
	align-items: center;
	justify-content: center;
}

.success_tit img {
	width: 5.5rem;
	margin-right: 1.25rem;
}

.success_tit span {
	color: #fff;
	font-size: 2.5rem;
}

.success_ard {
	width: 43.125rem;
	font-size: 1.75rem;
	color: #fff;
	margin: auto;
	height: 7.4rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.success_time {
	width: 43.125rem;
	font-size: 1.5rem;
	color: #fff;
	margin: 1rem auto;
}

.success_money {
	width: 43.125rem;
	color: #fff;
	display: flex;
	margin: 3.75rem auto;
	justify-content: space-between;
}

.success_money h2 {
	font-size: 2rem;
}

.success_money h1 {
	font-size: 3.625rem;
}

.success_line {
	width: 43.125rem;
	height: 1.875rem;
	margin: 2.8rem auto;
	border-radius: 1.875rem;
	background-color: #014d86;
}

.success_wary {
	position: absolute;
	top: 38.1rem;
	left: 0;
	right: 0;
	margin: auto;
	width: 40.625rem;
	height: 36.875rem;
	background-color: #fff;
}

.success_list {
	padding: 1.75rem;
	box-sizing: border-box;
}

.success_list .tit {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 1rem;
}

.success_list .txt {
	margin-top: 1.25rem;
}

.success_list .txt .txt_itm {
	display: flex;
	margin-top: 1rem;
	align-items: center;
}

.success_list .txt .txt_itm .l {
	width: 12.5rem;
	font-size: 1.5rem;
	color: #666666;
}

.success_list .txt .txt_itm .r {
	width: 24.375rem;
	font-size: 1.5rem;
}

.success_list .txt .txt_itm .r .icon_9 {
	width: 1.125rem;
	margin: 0 0.75rem 0 1.25rem;
}

.success_list .txt .txt_itm .r .icon_10 {
	width: 1.4375rem;
	margin: 0 0.75rem;
}

.success_list .txt .txt_itm .r a {
	color: #0066b3;
}

.success_1 {
	display: block;
	width: 100%;
	margin-top: 1.25rem;
}

.success_foot {
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 6.875rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
	padding: 0 1.25rem;
	box-sizing: border-box;
}

.success_foot a {
	margin-right: 1.25rem;
	font-size: 1.75rem;
	height: 4.625rem;
	width: 10.875rem;
	color: #fff;
	text-align: center;
	line-height: 4.625rem;
	background-color: #0066b3;
}

.success_foot a:first-child {
	background-color: #04b8f3;
}

.xcyd_box {
	overflow: hidden;
	background-color: #fff;
}

.xcyd_1 {
	display: block;
	width: 100%;
}

.xcyd_ard {
	width: 41.875rem;
	font-size: 1.75rem;
	margin: 2.25rem auto;
}

.xcyd_list {
	position: relative;
	width: 41.875rem;
	height: 11.25rem;
	margin: auto;
	overflow: hidden;
}

.xcyd_list .scrollview_x {
	white-space: nowrap;
}

.xcyd_list .scrollview_x .xcyd_list_itm {
	position: relative;
	display: inline-block;
	width: 6.9rem;
	height: 11.25rem;
	margin-right: 0.125rem;
	padding: 1.875rem 0.75rem;
	box-sizing: border-box;
	border-radius: 0.625rem;
	background-color: #f1f5fc;
}

.xcyd_list .scrollview_x .xcyd_list_itm p {
	font-size: 1.5rem;
	line-height: 2rem;
	text-align: center;
}

.xcyd_list .scrollview_x .xcyd_list_itm p.yelo {
    line-height: 1.6rem;
    font-size: 1.175rem;
    color: #ff8400;
    margin-top: 1.25rem;
}

.xcyd_list .scrollview_x .xcyd_list_itm img {
	position: absolute;
	width: 2.375rem;
	bottom: 0;
	right: 0;
	opacity: 0;
}

.xcyd_list .scrollview_x .xcyd_list_itm.active img {
	opacity: 1;
}

.xcyd_list .scrollview_x .xcyd_list_itm:last-child {
	margin-right: 9.375rem;
}

.xcyd_2 {
	position: absolute;
	width: 4.875rem;
	top: 0;
	right: -1px;
}

.xcyd_tabTop {
	display: flex;
	width: 41.875rem;
	height: 3.5rem;
	margin: 1.75rem auto auto;
	border-radius: 0.625rem;
	background-color: #f1f5fc;
}

.xcyd_tabTop span {
	flex: 1;
	color: #969696;
	font-size: 1.5rem;
	text-align: center;
	line-height: 3.5rem;
	border-radius: 0.625rem;
}

.xcyd_tabTop span.active {
	color: #fff;
	background-color: #0066b3;
}

.xcyd_tabBot {
    width: 41.875rem;
    height: 21.25rem;
    overflow: hidden;
    margin: 1rem auto 1.95rem;
    overflow-y: scroll;
}

.xcyd_tabBot img {
	display: block;
	width: 100%;
}

.xcyd_foot {
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 9.875rem;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding: 3rem 1.875rem 0;
	box-sizing: border-box;
	justify-content: space-between;
}

.xcyd_foot .l {
	font-size: 1.5rem;
}

.xcyd_foot .m {
	font-size: 3rem;
	font-weight: bold;
}

.xcyd_foot .m span {
	font-size: 1.8rem;
}

.xcyd_foot .r {
	width: 11.25rem;
	height: 4.75rem;
	text-align: center;
	color: #fff;
	font-size: 1.75rem;
	line-height: 4.75rem;
	background-color: #0066b3;
}

.ydxx_box {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: -3rem;
	min-height: 62.5rem;
	background-color: #fff;
	border-radius: 3rem 3rem 0 0;
}

.ydxx_box .ydxx_1 {
	display: block;
	height: 3rem;
	margin: 1.75rem 0 0 2.375rem;
}

.ydxx_top {
	width: 41.875rem;
	margin: 2.5rem auto;
	padding-bottom: 1.875rem;
	border-bottom: 1px dotted #d2d2d2;
}

.ydxx_top p.tit {
	font-size: 1.75rem;
}

.ydxx_top p.txt {
	color: #666666;
	margin-top: 0.625rem;
	font-size: 1.5rem;
}

.ydxx_top p.btn {
	display: flex;
	margin-top: 1.5rem;
	align-items: center;
	justify-content: space-between;
}

.ydxx_top p.btn strong {
	font-size: 2rem;
}

.ydxx_top p.btn span {
	width: 9rem;
	height: 3.5rem;
	text-align: center;
	color: #fff;
	font-size: 1.75rem;
	line-height: 3.5rem;
	background-color: #0066b3;
}

.ydxx_bot {
	width: 41.875rem;
	margin: 2.5rem auto;
}

.ydxx_bot h2 {
	font-size: 1.75rem;
	color: #0066b3;
}

.ydxx_bot_itm {
	margin-top: 1rem;
}

.ydxx_bot_itm .tit {
	font-size: 1.75rem;
	font-weight: 600;
}

.ydxx_bot_itm .ipt {
	font-size: 1.75rem;
	margin-top: 1rem;
}

.ydxx_bot_itm .ipt p span {
	color: #f00;
}

.ydxx_bot_itm .ipt input {
	width: 100%;
	height: 5.625rem;
	margin: 0.625rem auto;
	padding: 0 1.875rem;
	box-sizing: border-box;
	border-radius: 0.625rem;
	background-color: #f1f5fc;
	font-size: 1.8rem;
	color: #000;
	text-align-last: left;
}

.ydxx_ruler {
	width: 41.875rem;
	margin: 1.5rem auto 15rem;
}

.ydxx_ruler .tit {
	font-size: 1.75rem;
}

.ydxx_ruler .item {
	display: flex;
	font-size: 1.75rem;
	margin-top: 0.75rem;
	align-items: center;
}

.ydxx_ruler .item img {
	width: 2.125rem;
	margin-right: 0.625rem;
}

.ydxx_ruler .item a {
	color: #03aae8;
}

.ydxx_chose {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.ydxx_chose_item {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 29.375rem;
	background-color: #fff;
	border-radius: 1.5rem 1.5rem 0 0;
}

.ydxx_chose_item .ydxx_2 {
	position: absolute;
	width: 1.5rem;
	top: 1.625rem;
	right: 1.625rem;
}

.ydxx_chose_item .tit {
	margin-top: 1.875rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 0.75rem;
}

.ydxx_chose_item .list {
	width: 43.125rem;
	height: 5.875rem;
	margin: auto;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d2d2d2;
	justify-content: space-between;
}

.ydxx_chose_item .list:last-child {
	border-bottom: none;
}

.ydxx_chose_item .list .l {
	font-size: 1.75rem;
	width: 5rem;
}

.ydxx_chose_item .list .c {
	font-size: 1.5rem;
	width: 26.25rem;
	color: #969696;
}

.ydxx_chose_item .list .r {
	display: flex;
	align-items: center;
}

.ydxx_chose_item .list .r span {
	width: 3.125rem;
	font-size: 1.5rem;
	text-align: center;
}

.ydxx_chose_item .list .r img {
	width: 1.875rem;
}

.ydxx_chose_item .btn {
	width: 43.125rem;
	height: 5.625rem;
	color: #fff;
	border-radius: 0.625rem;
	margin: 1.25rem auto;
	font-size: 1.75rem;
	text-align: center;
	line-height: 5.625rem;
	background-color: #0066b3;
}

.zyxxsj_txt {
	font-size: 1.5rem;
	color: #969696;
	margin-top: 1rem;
}

.zyxxsj_list {
	margin-top: 1.25rem;
	overflow: hidden;
}

.zyxxsj_itm {
	position: relative;
	float: left;
	width: 11.875rem;
	height: 14.375rem;
	margin-left: 2.825rem;
	margin-bottom: 1.5rem;
	background-size: cover;
	background-position: center center;
	background-image: url(../img/zyxxsj_2.png);
}

.zyxxsj_itm .zyxxsj_3 {
	position: absolute;
	width: 2.1875rem;
	bottom: -0.5rem;
	right: -0.5rem;
}

.zyxxsj_list .zyxxsj_itm:nth-child(3n+1) {
	margin-left: 0;
}

.zyxxsj_itm input {
	width: 1px;
	height: 1px;
	opacity: 0;
}

.zyxxsj_btn {
	display: flex;
	margin-top: 1.625rem;
	justify-content: space-between;
}

.zyxxsj_btn span {
	font-size: 2rem;
	color: #fff;
	width: 20rem;
	text-align: center;
	line-height: 5.625rem;
	border-radius: 0.625rem;
	background-color: #0066b3;
	position: relative;
    left: 10.7rem;
}

/* .zyxxsj_btn span:first-child {
	background-color: #03aae8;
} */

.zyxxsj_4 {
	position: absolute;
	width: 33.75rem;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.zyxxsj_2_top {
	position: fixed;
	width: 100%;
	z-index: 1;
	height: 20.3rem;
	padding: 0 1.875rem;
	box-sizing: border-box;
    box-shadow: 0 1.4rem 1rem 0.5rem #dfecf5;
    margin-top: -3.7rem;
}

.zyxxsj_2_top .t {
	display: flex;
	width: 100%;
	height: 6.25rem;
	align-items: center;
	border-bottom: 1px solid #d2d2d2;
}

.zyxxsj_2_top .t span {
	padding: 0 0.75rem;
	font-size: 1.75rem;
}

.zyxxsj_2_top .t .icon_12 {
	width: 1.25rem;
}

.zyxxsj_2_top .t .icon_13 {
	width: 0.75rem;
}

.zyxxsj_2_city {
	position: absolute;
	width: 12.5rem;
	top: 6.25rem;
	left: 3.25rem;
	display: none;
	background-color: #fff;
}

.zyxxsj_2_city span {
	color: #fff;
	display: block;
	font-size: 1.625rem;
	margin-bottom: 0.625rem;
	border-radius: 0.625rem;
	padding: 0.75rem 1.875rem;
	background-color: #0066b3;
}

.zyxxsj_2_top .b {
	margin-top: 1.25rem;
}

.zyxxsj_2_top .b .tit {
	font-size: 1.75rem;
}

.zyxxsj_2_top .b .tit span {
	color: #f00;
}

.zyxxsj_2_top .b .data {
	display: flex;
	margin-top: 1.25rem;
	align-items: center;
	font-size: 1.75rem;
	justify-content: space-between;
}

.zyxxsj_2_top .b .data input {
	width: 19.25rem;
	height: 5.75rem;
	padding: 0 1.25rem;
	box-sizing: border-box;
	border-radius: 0.625rem;
	background-color: #f1f5fc;
	font-size: 1.8rem;
	color: #000;
	text-align-last: left;
}

.zyxxsj_2_bot {
	position: absolute;
	width: 100%;
	top: 42.55rem;
	bottom: 0;
}

.zyxxsj_2_list {
	display: flex;
	width: 43.125rem;
	margin: 2.5rem auto;
	justify-content: space-around;
}

.zyxxsj_2_list .l {
	width: 20.1875rem;
	height: 14.625rem;
	overflow: hidden;
	border-radius: 0.85rem;
	background-size: cover;
	background-position: center center;
}

.zyxxsj_2_list .r {
	width: 19.875rem;
	font-size: 1.75rem;
}

.zyxxsj_2_list .r .tit {
	font-weight: 600;
	height: 4.65rem;
    width: 20rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.zyxxsj_2_list .r .txt {
	color: #666666;
    margin-top: 0.9rem;
    width: 20rem;
    height: 7.125rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.zyxxsj_2_list .r .money {
	color: #ff9600;
	margin-top: 0.2rem;
	text-align: right;
	font-weight: bold;
}

.load_page,
.zyxxsj_page {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
}

.load_page span {
	position: absolute;
	width: 100%;
	top: 50%;
	color: #ffffff;
	font-size: 1.5rem;
	text-align: center;
}
.passport{
	width: 31rem;
    margin-top: 2rem;
    margin-left: 5.2rem;
}
.btn_list1{
    position: relative;
    left: 1rem;
    top: 2rem;
    width: 20.4375rem;
    height: 5.75rem;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/btn_list1.png);
    display: inline-block;
    font-size: 1.9rem;
    color: #969696;
    text-align: center;
    line-height: 5.75rem;
    margin-top: 2rem;
    margin-left: 0.8rem;
}
.btn_list2{
    position: relative;
    left: 2rem;
    top: 2rem;
    width: 20.4375rem;
    height: 5.75rem;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/btn_list1.png);
    display: inline-block;
    font-size: 1.9rem;
    color: #969696;
    text-align: center;
    line-height: 5.75rem;
    margin-top: 2rem;
    margin-left: 0.8rem;
}
.btn_list3{
    position: relative;
    left: 1rem;
    top: 2rem;
    width: 20.4375rem;
    height: 5.75rem;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../img/btn_list1.png);
    display: inline-block;
    font-size: 1.9rem;
    color: #969696;
    text-align: center;
    line-height: 5.75rem;
    margin-top: 2rem;
    margin-left: 0.8rem;
}
.btn_active{
    background-image: url(../img/btn_list_ac.png) !important;
    color: #0066b3;
}
.tr_sel_top{
	display: block;
    width: 100%;
}
.bottom_tip{
	width: 39.25rem;
    position: relative;
    left: 3.6rem;
    top: 2.9rem;
	margin-bottom: 21rem;
}
.bottom_tip_2{
	width: 39.25rem;
    position: relative;
    left: 0.9rem;
    top: 2.9rem;
}
.od_if_tip{
    font-size: 1.7rem;
    color: #f00;
    display: block;
    margin-top: -1rem;
    margin-bottom: 0.8rem;
}
.fapiao{
	margin-top: 2rem;
}
.fapiao img{
	width: 2.1rem;
    display: inline-block;
    vertical-align: top;
    padding-top: 1rem;
}
.fapiao p{
    font-size: 1.8rem;
    color: #000;
    display: inline-block;
    width: 35rem;
    text-align: justify;
    margin-left: 1rem;
}
.order_info_rgba{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 1;
}
.order_info_rgba iframe{
    width: 100%;
    height: 67rem;
    transform: scale(0.8);
    border: navajowhite;
    border-radius: 1rem;
    overflow-y: scroll;
    position: absolute;
    top: 0rem;
}
.order_info_sure{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 18rem;
    height: 5rem;
    font-size: 2.2rem;
    color: #545454;
    background-color: #d2d2d2;
    line-height: 5rem;
    top: 64.2rem;
    border-radius: 1rem;
    text-align: center;

}
.order_info_rgba .active{
	color: #fff;
	background-color: #0099ff;
	
}