/*公共样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, select, img {
    margin: 0;
    padding: 0;
    /* font-family:Arial,Verdana,Sans-serif; */
}
body{
    background-color: #fff;
}
li{
  list-style: none;
}
.flexRow{
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row; /* Safari 6.1+ */
    display: flex;
    flex-direction: row;
}
.flexWrap{
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row; /* Safari 6.1+ */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flexRowReverse{
    display: -webkit-flex; /* Safari */
    -webkit-flex-direction: row-reverse; /* Safari 6.1+ */
    display: flex;
    flex-direction: row-reverse;
}
.flex-sp-bt{
    justify-content: space-between;
}
.flex-ai-ct{
    align-items: center;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.autoScrollX{
    box-sizing: border-box;
    overflow-x: scroll;
    white-space: nowrap;
    overflow-y: hidden;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
}
.autoScrollY{
    box-sizing: border-box;
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: scroll;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
}
.omit{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/* begin-Loading */
.cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.cover > .waiting {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);

    color: #fff;
    text-align: center;
}
.waiting > .title{
    margin-top: 0.2rem;
    font-size: 0.16rem;
}
.spinner {
    width: 100%;
    text-align: center;
}

.spinner > div {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}
/* end-Loading */
/*返回头部样式*/
.backHeader{
    width: 100%;
    height: 0.45rem;
    font-size: 0.16rem;
    position: relative;
    text-align: center;
    background-color: #2e6cd2;
    color: #fff;
    line-height: 0.45rem;
    display: none;
    /*border-bottom: 1px solid #fff;*/
}
/*审批单*/
.requestTabActive{
    color: #7086D8;
    border-bottom: 2px solid #7086D8;
}
/*end*/
.Passengerinsert{
    padding-top: 2%;
    color: rgb(0, 106, 220);
    position: relative;
}
.Passengerimg{
    background-image: url(../../homePage/images/adduser.png);
    width: 0.24rem;
    height: 0.24rem;
    margin: 0 0.05rem;
    background-size: 100% 100%;
}
.customerInfo__desc{
	width: 30%;
	margin-right: 5%;
}
/*国籍*/
.countryGroup{
    position: fixed;
    top: 0;bottom: 0;
    left: 0;right: 0;
    background-color: #FFFFFF;
    z-index: 201;
    font-size: 0.24rem;
    overflow: scroll;
    padding-top: 0.5rem;
}
.countrySearch{
    height: 0.35rem;
    padding: 0.08rem 0.05rem;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #e2e2e2;
}
.countrySearch input{
    height:0.35rem;
    width: 80%;
    box-sizing: border-box;
    display: block;
    float: left;
    text-indent: 10px;
    outline: none;
}
.countrySearch span{
    position: absolute;
    height: 0.35rem;
    width: 0.35rem;
    right: 0.05rem;
    text-align: center;
        background-image: url(../../myItinerary/image/close.png);
        background-color: #ffffff;
        background-size: cover;
        border-radius: 0.2rem;
}
.countryList{
    width: 90%;
    height: calc(100vh - 0.5rem);
    overflow: scroll;
    padding-left: 0.2rem;
}
.countryList p{
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0.1rem 0;	
}
.countryli{
    border-bottom: 1px solid #eeeeee;
    height: 0.25rem;
    line-height: 0.25rem;
    font-size: 0.14rem;
    padding: 0.1rem 0;
    box-sizing: content-box;
}
.navList{
    position: fixed;
    right: 0;
    top: 0.8rem;
    bottom: 0.5rem;
    background-color: #FFFFFF;
    width: 10%;
    overflow: scroll;
    padding: 0.1rem 0;
    border-radius: 5vw;
    border: 1px solid #eeeeee;
}
.navList a{
    height: 10vw;
    display: block;
    text-align: center;
    width: 10vw;
    text-decoration: none;
    color: #333333;
}

.navList a:link {color: #333333}		/* 未访问的链接 */
.navList a:visited {color: #333333}	/* 已访问的链接 */
.navList a:hover {color: #333333}	/* 鼠标移动到链接上 */
.navList a:active {color: #333333}	/* 选定的链接 */

/*BCD样式*/
.homeCover{
    background: linear-gradient(120deg, #1242CB 0%, #24235C 100%);
}
.commonBackColor{
    background-color: #347FFC;
}
.commonBtnStyle{
    background-color: #007AFF;
}
.commonNavBarStyle{
    background-color: #9DB2FB;
}
.tabActive::after {
    background-color: #347FFC;
}
.commonFontColor{
    color: #347FFC;
}
header .pre:before,header .next:after{
    border-left: 1px solid #347ffc;
    border-bottom: 1px solid #347ffc;
}
.bookHeaderStyle{
    background:linear-gradient(360deg, #F7F7F7 0%, #347FFC 100%);
}
.tabBar .tabActive{
    color: #347FFC;
    border-bottom: 2px solid #347FFC;
}
/*end*/

/*新样式*/
/* .homeCover{
    background: linear-gradient(120deg, #E3CE9F 0%, #AB8F79 100%);
}
.commonBackColor{
    background-color: #AB8F79;
}
.commonBtnStyle{
    background-color: #AB8F79;
}
.commonNavBarStyle{
    background-color: #E3CE9F;
}
.tabActive::after {
    background-color: #AB8F79;
}
.commonFontColor{
    color: #AB8F79;
}
header .pre:before,header .next:after{
    border-left: 1px solid #AB8F79;
    border-bottom: 1px solid #AB8F79;
}
.bookHeaderStyle{
    background:linear-gradient(360deg, #F7F7F7 0%, #AB8F79 100%);
}
.tabBar .tabActive{
    color: #AB8F79;
    border-bottom: 2px solid #AB8F79;
} */
/*end*/