/*幻灯片*/ 
.swiper-container{
    width: calc(100% - 10px);
    border-radius: 5px;
    /*height: 9.15rem;*/
    box-sizing: border-box;
    margin-top: 5px !important;
}
.swiper-container .swiper-slide{
    width: 100% !important;
    /*height: 100% !important;*/
}
.swiper-container a{
    width: 100%;
    /*height: 100%;*/
    display: block;
}
.swiper-container img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.title{
    background: #0498E2;
    color: white;
    font-size: 0;
    width: 100%;
}
.title .item{
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: white;
}
.title .item:first-child{
    text-align: left;
}
.title .item:first-child span{
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.title .item:nth-child(2){
    text-align: center;
}
.title .item:last-child{
    text-align: right;
}
.title .item:last-child span{
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 2px;
}
.title-left{
    text-align: left;
    position: absolute;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    vertical-align: middle;
}
.title-center{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.title-item,.title-index{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: white;
}
.title .title-index{
    margin-left: 16px;
}
.title .title-icon-left{
    display: block;
    height: 40px;
    line-height: 40px;
    color: white;
    vertical-align: top;
}
.title .iconfont{
    font-size: 25px;
}

.tab{
    font-size: 0;
    width: 100%;
}
.tab .item{
    width: calc(33.33% - 1px);
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    color: #454545;
    position: relative;
}
.tab .item:nth-child(4){
    width: 25%;
    border-right: 0;
}
.tab .active{
    border-bottom: 0;
    color: #0498E2;
}
.tab .active span{
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #0498E2;
    bottom: 0;
}


.tips{
    background: #f7f7f7;
    min-height: 30px;
    line-height: 30px;
    width: calc(100% - 5px);
    padding: 0 0 0 5px;
    font-size: 12px;
    color: #666666;
}
.tips .iconfont{
    color: #0498E2;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.phone{
    margin-top: 10px;
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
}
.phone .phone-tip{
    font-size: 13px;
    color: #767676;
}
.phone .phone-input{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.phone .phone-input div:first-child{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    height: 50px;
    line-height: 50px;
}
.phone .phone-input div:first-child input{
    width: 100%;
    border: 0;
    outline: 0;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #454545;
}
.phone .phone-input div:last-child{
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 50px;
    font-size: 11px;
    line-height: normal;
    text-align: center;
    color: #0498E2;
}
.phone .phone-input div:last-child img{
    width: 30px;
    display: block;
    margin: 0px auto;
}
.phone .phone-tip2{
    font-size: 0;
    color: #acacac;
    border-bottom: 1px solid #e6e6e6;
}
.phone .phone-tip2>div{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.phone .phone-tip2>div:first-child{
    font-size: 14px;
}
.phone .phone-tip2>div:last-child{
    font-size: 14px;
    text-align: right;
}

.choose{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
}
.choose .choose-tip{
    font-size: 17px;
    font-weight: bolder;
    color: #454545;
    margin-top: 10px;
}
.choose .choose-content{
    margin-top: 5px;
}
.choose .choose-content .item{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
    width: calc(33.33% - 12px);
    border-radius: 3px;
    border: 1px solid #0498E2;
    text-align: center;
    padding: 10px 0;
    color: #0498E2;
    position: relative;
}
.choose .choose-content .item img{
    display: none;
}
.choose .choose-content .active img{
    display: block !important;
    width: 25px;
    position: absolute;
    right: -2px;
    bottom: -2px;
}
.choose .choose-content .item div:first-child{
    font-size: 14px;
}
.choose .choose-content .item div:nth-child(2){
    font-size: 13px;
    margin-top: 3px;
}


.choose .choose-content .item2{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
    width: calc(33.33% - 12px);
    border-radius: 3px;
    border: 1px solid #0498E2;
    text-align: center;
    padding: 10px 0;
    color: #0498E2;
    position: relative;
}
.choose .choose-content .item2 img{
    display: none;
}
.choose .choose-content .item2 div:first-child{
    font-size: 14px;
}
.choose .choose-content .item2 div:nth-child(2){
    font-size: 14px;
}
.choose .choose-content .item2 div:nth-child(3){
    font-size: 13px;
}

.btn-recharge{
    width: 90%;
    display: block;
    margin: 10px auto;
    background: #0498E2;
    color: white;
    border: 0;
    outline: 0;
    font-size: 15px;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
}

.remark{
    width: 95%;
    padding: 5px 2.5%;
    font-size: 0;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.remark .remark-title{
    font-size: 15px;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    border-left: 4px solid #0498E2;

}
.remark .remark-content{
    font-size: 14px;
    color: #666666;
    margin-top: 5px;
    line-height: 6.25vw;
    max-width: 100%;
}


.more{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
    margin-top: 10px;
}
.more .more-title{
    font-size: 15px;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    border-left: 4px solid #0498E2;
}
.more .more-title div:first-child{
    display: inline-block;
}
.more .more-title div:last-child{
    float: right;
    color: #868686;
    font-size: 14px;
}
.more .more-title div:last-child span{
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.more .more-content .item{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
}
.more .more-content .item img{
    width: 35px;
    display: block;
    margin: 5px auto 10px;
}




.choose2{
    width: 95%;
    padding: 0 2.5%;
    font-size: 0;
}
.choose2 .choose-tip{
    font-size: 17px;
    font-weight: bolder;
    color: #454545;
    margin-top: 10px;
}
.choose2 .choose-content{
    margin-top: 5px;
}
.choose2 .choose-content .item{
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px;
    width: calc(33.33% - 12px);
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    text-align: center;
    color: #0498E2;
    position: relative;
}
.choose2 .choose-content .item img:first-child{
    width: 100%;
    height: 60px;
    border-radius: 3px;
}
.choose2 .choose-content .item img:last-child{
    display: none;
}
.choose2 .choose-content .active{
    border: 1px solid #0498E2;
}
.choose2 .choose-content .active img:last-child{
    display: block !important;
    width: 25px;
    position: absolute;
    right: -2px;
    bottom: -2px;
}
.choose2 .choose-content .item div:first-child{
    font-size: 14px;
}



/*签证*/
.swiper-container {
                width: 100%;
                margin-top: 0 !important;
            }

            .notice_list {
                box-sizing: border-box;
                height: 35px;
                overflow: hidden;
                padding: 5px 10px 5px 35px;
                border: 1px solid #dedede;
                border-radius: 20px;
                margin: 5px 10px;
            }

            .notice_list .notice_icon>img {
                position: absolute;
                width: 20px;
                height: 20px;
                left: 20px;

            }

            .notice_list .swiper-slide {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .tab_list {
                display: flex;
                justify-content: space-between;
                padding: 10px;
            }

            .tab_item {
                background-color: #bbbbbb;
                color: #ffffff;
                width: 100px;
                text-align: center;
                height: 30px;
                line-height: 30px;
                border-radius: 3px;
            }

            .tab_item_a {
                background-color: #0498e2;:
            }

            .visa_item {
                /* background-color: #93d2f3; */
                border: 1px solid #dedede;
                margin: 10px;
                padding: 8px;
                border-radius: 5px;
                color: #333333;
                display: block;
            }

            .visa_top {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .v_title {
                font-size: 16px;
            }

            .v_price {
                font-size: 16px;
                /* font-weight: bold; */
                flex-shrink: 0;
                color: #ff0000;
            }

            .v_note {
                font-size: 14px;
                margin-top: 5px;
            }

            .v_date {
                font-size: 12px;
                margin-top: 5px;
            }

            .v_date>img {
                width: 14px;
                height: 14px;
                vertical-align: middle;
                margin-right: 3px;
            }
            

            #container {
                background-color: #f5f5f5;
            }

            .vv_info {
                padding-bottom: 50px;
            }

            /* 顶部信息 */
            .visa_info {
                /* margin: 10px; */
                padding: 10px;
                color: #333333;
                position: relative;
                box-sizing: border-box;
                background-color: #ffffff;
                margin: 10px;
                border-radius: 5px;
            }

            .v_top {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .v_title {
                font-size: 16px;

            }

            .v_price {
                flex-shrink: 0;
                font-size: 16px;
            }

            .v_date {
                font-size: 12px;
                margin-top: 5px;
            }

            .v_date>img {
                width: 13px;
                height: 13px;
                margin-left: 2px;
                /* vertical-align: middle; */
            }

            .date_block {
                border-top: 1px solid #eeeeee;
                display: flex;
                justify-content: space-between;
                box-sizing: border-box;
                margin-top: 6px;
            }

            .date_item {
                width: 33.33%;
                background-color: #ffffff;
                font-size: 12px;
                padding: 10px 10px 0 10px; text-align: center;
            }

            .d_day {
                font-size: 16px;
            }

            .d_note {
                color: #666666;
            }

            /* 步骤条 */
            .steps_list {
                display: flex;
                margin: 10px;
                background-color: #ffffff;
                padding: 10px 0;
                border-radius: 5px;
            }

            .steps_item {
                flex-basis: 25%;
            }

            .steps_top {
                text-align: center;
                position: relative;
            }

            .s_line {
                position: absolute;
                height: 1px;
                top: 17px;
                left: 50%;
                right: -50%;
                background-color: #cccccc;
            }

            .steps_item:last-child .s_line {
                display: none;
            }

            .s_number {
                position: relative;
                width: 35px;
                height: 35px;
                border: 1px solid #cccccc;
                border-radius: 20px;
                background-color: #ffffff;
                line-height: 35px;
                text-align: center;
                margin: auto;
                z-index: 9;
            }

            .steps_title {
                text-align: center;
                margin-top: 5px;
                font-size: 12px;
            }

            /* 步骤条选中样式 */
            .steps_item_a .s_line {
                background-color: #0498e2;
            }

            .steps_item_a .s_number {
                color: #0498e2;
                border: 1px solid #0498e2;
            }

            .steps_item_a .steps_title {
                color: #0498e2;
            }
            .pack_list_info{
                background-color: #ffffff;
                padding: 10px 0;
                border-radius: 5px;
                margin: 10px;
            }
            /* tab切换 */
            .tab_list {
                display: flex;
                justify-content: space-around;
                padding: 10px;
                margin-top: 20px;
            }

            .tab_item {
                background-color: #bbbbbb;
                color: #ffffff;
                width: 100px;
                text-align: center;
                height: 30px;
                line-height: 30px;
                border-radius: 3px;
            }

            .tab_item_a {
                background-color: #0498e2;
            }

            .pack_info {
                padding: 10px 12px;
                font-size: 13px;
                color: #333333;
            }

            .pack_top {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }

            .pack_c {
                margin-bottom: 5px;
            }

            

            .pack_btn {
                flex-shrink: 0;
                border: 1px solid #dedede;
                /* color: #ffffff; */
                height: 28px;
                border-radius: 3px;
                line-height: 28px;
                width: 75px;
                text-align: center;
                margin-left: 8px;

            }

            .information {
                padding: 10px 12px;
                color: #333333;
                font-size: 13px;
                display: none;
            }

            .information_item {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .information .i_title {
                margin-bottom: 5px;
            }

            /* 底部按钮 */
            .footer_btn {
                position: fixed;
                bottom: 0;
                display: flex;
                justify-content: space-between;
                width: 100%;
                color: #333333;
                background-color: #ffffff;
                z-index: 99;
            }

            .f_btn {
                height: 45px;
                line-height: 45px;
                border: 1px solid #dedede;
                width: 150px;
                text-align: center;
            }

            .f_btn1 {
                height: 45px;
                line-height: 45px;
                border: 1px solid #dedede;
                flex: 1;
                text-align: center;
            }

            .order_note_s {
                height: 360px;
                overflow-y: auto;
            }

            .tipDate {
/*                display: none;*/
            }

            .order {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    transform: translateY(100%);
    z-index: 999;
}
.order .order-content{
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    bottom: 0;
    position: absolute;
    height: 400px;
    background-color: white;
}
.order .order-content .order-title{
    height: 40px;
    text-align: right;
    line-height: 40px;
}
.order .order-content .order-title span{
    font-size: 1.4rem;
    color: #8e8e8e;
    font-weight: bold;
}
.order .order-content .order-price{
    color: #333333;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
.order .order-content .order-price span{
    font-weight: normal;
    font-size: 18px;
}
.order .order-content .order-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.order .order-content .order-item>div:first-child{
    width: 80px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 40px;
    line-height: 40px;
}
.order .order-content .order-item>div:last-child{
    width: calc(100% - 90px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 40px;
    line-height: 40px;
    text-align: right;
}
.order .order-content .order-item>div:last-child span{
    vertical-align: middle;
    display: inline-block;
    margin-top: -2px;
}
.order .order-content .order-item>div:last-child img{
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    margin-top: -2px;
}
.order .order-content .btn-confirm{
    width: 95%;
    display: block;
    background: #0498E2;
    color: white;
    border: 0;
    outline: 0;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
}






.pay-content{
    width: 95%;
    margin: 0 auto;
    padding: 0 2.5%;
    bottom: 0;
    position: absolute;
    height: 400px;
    background-color: white;
}
.pay-content .order-title{
    height: 40px;
    text-align: center;
    line-height: 40px;
}
.pay-content .order-title span{
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 1.4rem;
    color: #8e8e8e;
    font-weight: bold;
}
.pay-content .order-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
 .pay-content .order-item>div:first-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
 .pay-content .order-item>div:nth-child(2){
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.pay-content .order-item>div:nth-child(1) img{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-top: -2px;
}
.pay-content .order-item>div:last-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
 .pay-content .order-item>div:last-child img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}



.choose-pay{
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
}
.choose-pay .order-item{
    font-size: 0;
    border-bottom: 1px solid #f2f2f2;
}
.choose-pay .order-item>div:first-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.choose-pay .order-item>div:nth-child(2){
    width: calc(100% - 70px);
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
    height: 50px;
    line-height: 50px;
}
.choose-pay .order-item>div:nth-child(1) img{
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-top: -2px;
}
.choose-pay .order-item>div:last-child{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #666666;
    height: 50px;
    line-height: 50px;
    text-align: right;
}
.choose-pay .order-item>div:last-child img{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}

.pack_info img{width: 100%;}
