html{
    width: 100%;
    height: 100%;
    background: #F0F0F0;
    background-size: 100% 100%;
}
body{
    width: 100%;
    min-height: 100%;
    background: #F0F0F0;
}

.home_panel {
    box-sizing: border-box;
    background: #F0F0F0 url("../img/home_top_bg.png") no-repeat top center;
    background-size: contain;
}
.home_panel .top_panel {
    padding: 1.704rem 0 0;
}
.home_panel .top_panel .top_des_panel {
    background: #ffffff;
    border-radius: .213rem;
    padding: .852rem .639rem 1.065rem;
    margin: 0 .852rem;
}
.home_panel .top_panel .top_des_panel .top_name_text {
    font-size: .5964rem;
    color: #333333;
    line-height: .9372rem;
}
.home_panel .top_panel .top_des_panel .top_des_text {
    font-size: .5964rem;
    color: #333333;
    line-height: .9372rem;
    margin-top: .426rem;
}
.home_panel .top_panel .nav_panel {
    display: flex;
    white-space: nowrap;
    align-items: center;
    background: #ffffff;
    padding: .213rem;
    margin-top: 1.278rem;
}
.home_panel .top_panel .nav_panel .nav_item {
    display: none;
    flex: 1;
    font-size: .639rem;
    line-height: 1.3632rem;
    text-align: center;
    flex-shrink: 0;
    color: #333333;
}
.home_panel .top_panel .nav_panel .nav_item.active span{
    display: inline-block;
    color: #006CD9;
    border-bottom: #006CD9 solid .0852rem;
}

.home_panel .home_content_panel {
    display: none;
    max-height: 100vh;
    overflow-y: auto;
    margin-top: .852rem;
    padding-bottom: 1.704rem;
    box-sizing: border-box;
}
.home_panel .home_content_panel .home_unit_panel {
    display: none;
    position: relative;
    margin-left: .6816rem;
    margin-right: .6816rem;
    padding-left: .6816rem;
}
.home_panel .home_content_panel .home_unit_panel:first-child {
    /*margin-top: .852rem;*/
}
.home_panel .home_content_panel .home_unit_panel:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .0852rem;
    height: 1.3632rem;
    background: #DEDEDE;
}
.home_panel .home_content_panel .home_unit_panel:first-child:before {
    display: none;
}
.home_panel .home_content_panel .home_unit_panel:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1.3632rem;
    width: .0852rem;
    height: calc(100% - 1.3632rem);
    background: #DEDEDE;
}
.home_panel .home_content_panel .home_unit_panel:first-child:after {
    top: .5112rem;
    height: calc(100% - .5112rem);
}
.home_panel .home_content_panel .home_unit_panel:last-child:after {
    display: none;
}
.home_panel .home_content_panel .home_unit_panel:nth-child(n+2) {
    padding-top: .852rem;
}
.home_unit_panel .home_unit_title {
    position: relative;
    font-size: .7668rem;
    color: #333333;
    line-height: 1.0224rem;
    font-weight: 500;
    vertical-align: middle;
}
.home_unit_panel .home_unit_title:before {
    content: '';
    position: absolute;
    left: -0.8094rem;
    top: .3408rem;
    width: .3408rem;
    height: .3408rem;
    border-radius: .1704rem;
    background: #DEDEDE;
}
.home_unit_panel .home_unit_title span {
    vertical-align: middle;
}
.home_unit_panel .home_unit_title img {
    vertical-align: middle;
    display: inline-block;
    width: .9372rem;
    height: auto;
    margin: 0 .3408rem;
}
.return_panel .home_unit_inner_panel {
    padding-top: .1704rem;
}
.home_unit_panel .home_unit_inner_panel {
    background: #ffffff;
    border-radius: .213rem;
    margin-top: .426rem;
    padding-bottom: .1704rem;
}
.home_unit_panel .home_unit_hotel_panel {
    padding-top: .852rem;
}
.home_unit_panel .home_unit_card_panel {
    padding: .639rem;
}
.home_unit_panel .home_unit_seat_panel {
    padding: 0;
}
.home_unit_panel .arrive_traffic_panel {
    display: flex;
    padding: .852rem .639rem 0;
}
.home_unit_panel .arrive_traffic_panel .arrive_traffic_item {
    color: #006CD9;
    text-align: left;
    width: 50%;
    flex-shrink: 0;
}
.home_unit_panel .arrive_traffic_panel .arrive_traffic_item.arrive_traffic_to {
    color: #53C700;
    text-align: right;
}
.home_unit_panel .arrive_traffic_panel .arrive_traffic_item .arrive_traffic_time {
    font-size: .5964rem;
    line-height: 1.0224rem;
}
.home_unit_panel .arrive_traffic_panel .arrive_traffic_item .arrive_traffic_address {
    font-size: .6816rem;
    line-height: 1.0224rem;
    margin-top: .426rem;
}
.home_unit_panel .arrive_traffic_img {
    display: none;
    height: 1.917rem;
    width: auto;
    margin: .3408rem auto;
}
.home_unit_panel .home_unit_line {
    position: relative;
    margin: .639rem 0;
    border-bottom: #F0F0F0 .1704rem dotted;
}
.home_unit_panel .home_unit_line::before{
    content: '';
    position: absolute;
    left: -0.1704rem;
    top: -0.0852rem;
    width: .3408rem;
    height: .3408rem;
    border-radius: .1704rem;
    background-color: #F0F0F0;
}
.home_unit_panel .home_unit_line::after{
    content: '';
    position: absolute;
    left: calc(100% - .1704rem);
    top: -0.0852rem;
    width: .3408rem;
    height: .3408rem;
    border-radius: .1704rem;
    background-color: #F0F0F0;
}
.home_unit_panel .arrive_flight_panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .639rem;
}
.home_unit_panel .arrive_flight_panel .arrive_number_panel {
    flex: 1;
    flex-shrink: 0;
}
.home_unit_panel .arrive_flight_panel .arrive_qrcode_panel {
    flex-shrink: 0;
    width: 2.343rem;
}
.home_unit_panel .arrive_flight_panel .arrive_qrcode_panel .arrive_qrcode {
    width: 2.0874rem;
    height: 2.0874rem;
    background: #006CD940;
    padding: .213rem;
    margin: 0 auto;
    border-radius: .213rem;
}
.home_unit_panel .arrive_flight_panel .arrive_qrcode_panel .arrive_qrcode_text {
    font-size: .426rem;
    color: #333333;
    line-height: .6816rem;
    font-weight: 500;
    margin-top: .1278rem;
    text-align: center;
}
.home_unit_panel .arrive_traffic_num {
    font-size: .5964rem;
    color: #666666;
    line-height: 1.0224rem;
    font-weight: 500;
    padding: 0 .639rem;
}
.home_unit_panel .arrive_traffic_num span {
    font-size: .6816rem;
    color: #333333;
    line-height: 1.0224rem;
    font-weight: 500;
    margin-right: .5112rem;
}
.home_unit_panel .arrive_traffic_type {
    font-size: .5964rem;
    color: #666666;
    line-height: 1.0224rem;
    font-weight: 500;
    padding: 0 .639rem;
    margin-top: .1704rem;
    margin-bottom: .426rem;
}
.home_unit_panel .arrive_traffic_type span{
    padding-left: .8946rem;
    background: url("../img/home_seat_icon.png") no-repeat left top .1278rem;
    background-size: .639rem .5112rem;
}
.home_unit_panel .arrive_traffic_type span:nth-child(2){
    background-image: url("../img/home_card_icon.png");
    margin-left: 1.8744rem;
}
.home_unit_panel .arrive_tip_panel {
    border-radius: .213rem;
    padding: .3834rem .3408rem .3834rem 1.278rem;
    margin: 0 .1704rem .1704rem;
    background: #FFF9F1 url("../img/home_car_icon.png") no-repeat left .3408rem top .5751rem;
    background-size: .6816rem .4686rem;
    line-height: .852rem;
    font-size: .5964rem;
    color: #999999;
}
.home_unit_panel .arrive_tip_panel span.arrive_tip_detail {
    color: #006CD9;
}

.home_unit_panel .hotel_title {
    font-size: .7668rem;
    color: #333333;
    line-height: 1.0224rem;
    font-weight: 500;
    padding: 0 .5964rem;
}
.home_unit_panel .hotel_des_panel {
    display: flex;
    align-items: center;
    padding: 0 .5964rem;
}
.home_unit_panel .hotel_des_panel .hotel_des_text {
    flex: 1;
    flex-shrink: 0;
    line-height: .852rem;
    font-size: .5964rem;
    font-weight: 500;
    color: #333333;
    margin-top: .3408rem;
}
.home_unit_panel .hotel_des_panel .hotel_des_text span{
    display: inline-block;
}
.home_unit_panel .hotel_des_panel .hotel_des_text span:nth-child(n+2){
    margin-top: .3408rem;
}
.home_unit_panel .hotel_des_panel .home_des_time {
    display: flex;
    align-items: center;
    height: 1.3632rem;
    line-height: .6816rem;
    font-size: .5112rem;
    color: #00A672;
    background: #B8E6D7;
    flex-shrink: 0;
    text-align: center;
    padding: 0 .426rem;
    border-radius: .6816rem;
}
.home_unit_panel .hotel_des_panel .home_des_rom {
    display: flex;
    align-items: center;
    height: 1.3632rem;
    line-height: .6816rem;
    font-size: .5112rem;
    color: #0D4494;
    background: #E7EBF4;
    flex-shrink: 0;
    text-align: center;
    padding: 0 .426rem;
    border-radius: .6816rem;
    border: #6696DE solid 1px;
    margin-left: .426rem;
}
.home_unit_panel .hotel_person_text {
    line-height: .852rem;
    font-size: .5964rem;
    color: #333333;
    padding: 0 .5964rem;
    margin-top: .3408rem;
}
.home_unit_panel .hotel_person_address {
    padding-left: 1.3632rem;
    padding-right: .5964rem;
    background: url("../img/home_address_icon.png") no-repeat left .5964rem top .213rem;
    background-size: .426rem .5112rem;
    line-height: .852rem;
    font-size: .5964rem;
    color: #333333;
    margin-top: .3408rem;
}
.home_unit_panel .hotel_detail {
    padding: 0 .5964rem;
    line-height: 1.0224rem;
    font-size: .5964rem;
    color: #006CD9;
    text-align: right;
    margin-top: .426rem;
}
.home_unit_panel .hotel_tip_text {
    padding: 0 .639rem .4686rem;
    line-height: .9372rem;
    font-size: .5964rem;
    color: #999999;
}

.home_unit_panel .card_tip {
    line-height: .9372rem;
    font-size: .5964rem;
    color: #333333;
    background: url("../img/home_car_icon.png") no-repeat left top .2343rem;
    background-size: .6816rem .4686rem;
    padding-left: 1.0224rem;
}
.home_unit_panel .car_detail {
    line-height: 1.0224rem;
    font-size: .5964rem;
    color: #006CD9;
    text-align: right;
    margin-top: .426rem;
}

.home_unit_seat_panel .home_unit_line {
    margin: 0;
}
.home_unit_panel .seat_item {
    padding: .639rem;
}
.home_unit_panel .seat_item.seat_des_item {
    padding: .639rem 0 .1704rem;
}
.home_unit_panel .seat_item .seat_item_title {
    line-height: 1.0224rem;
    font-size: .6816rem;
    color: #333333;
}
.home_unit_panel .seat_item.seat_des_item .seat_item_title{
    padding: 0 .639rem;
}
.home_unit_panel .seat_item .seat_item_tip {
    display: flex;
    align-items: center;
    margin-top: .3408rem;
}
.home_unit_panel .seat_item.seat_des_item .seat_item_tip {
    padding: 0 .639rem;
}
.home_unit_panel .seat_item .seat_item_tip .seat_item_tip_text {
    flex: 1;
    line-height: .9372rem;
    font-size: .5964rem;
    color: #53C700;
}
.home_unit_panel .seat_item .seat_item_tip .seat_item_tip_detail {
    display: inline-block;
    flex-shrink: 0;
    line-height: 1.0224rem;
    border-radius: .5112rem;
    font-size: .5112rem;
    color: #ffffff;
    padding: 0 .426rem;
    background: linear-gradient(to right, #006cd9, #2dadfe);
}
.home_unit_panel .seat_item .seat_item_des {
    border-radius: .213rem;
    padding: .3834rem .3408rem;
    margin: .426rem .1704rem 0;
    background: #FFF9F1;
    line-height: .852rem;
    font-size: .5964rem;
    color: #999999;
}
