a {
    text-decoration: none;
}

.banner {
    width: 100%;
    height: 360px;
    position: relative;
}
.crumbs{
    font-size: 14px;
    position: absolute;
    width: 100%;
    bottom: 10px;
    color: white;
}
.crumbs a{
    color: white;
    text-decoration: none;
}
.banner > img {
    width: 1920px;
}


.supplier-list {
    min-height: 350px;
    background-color: rgb(240, 244, 250);
    border: 1px solid rgb(240, 244, 250);
    padding: 20px 0;
}

.fsFlightInfo_list{
    width: 1280px;
    height: 72px;
    margin: auto;
    padding-top: 20px;
    box-sizing: border-box;
}
.search-box .search-content {
    text-align: left;
    background-color: #ffffff;
    padding: 20px;
    font-size: 14px;
    box-shadow: 8px 8px 12px 0 #3B5C8F0A;
    width: 1280px;
    margin: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 8px;
}

.search-box .search-content .layui-form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.search-box .search-content .input-box {
    width: 320px;
    margin-right: 10px;
}

.search-box .search-content .input-box:first-child {
    margin-left: -20px;
}

.search-box .search-content label {
    font-size: 14px;
    text-align: left;
}

.search-box .search-content .layui-input-prefix img {
    height: 50%;
}

.search-box .search-content input[type=radio] {
    margin-right: 5px;
}

.search-box .search-content .layui-form-radio > i{
    font-size: 16px;
}

.search-box .search-content .search-btn {
    margin-left: auto;
    width: 100px;
    height: 38px;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 4px;
    background: #3B83F2;
}
.fsFlightInfo_head{
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}
.fsFlightInfo_head div{
    width: 130px;
    padding: 10px 0px;
    font-weight: bold;
    color: #3D69AF;
    border-bottom-color: #3B83F2;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
}
.fsFlightInfo_content{
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}

.fsFlightInfo_content:nth-child(even){
  background: #FBFBFB;
}
.fsFlightInfo_content div{
    width: 130px;
    padding: 10px 0px;
    height: 30px;
    line-height: 30px;
}
.fsFlightInfo_table{
    background: #ffffff;
    width: 1280px;
    min-height: 567px;
    margin: auto;
    padding-bottom: 15px;
    border-radius: 8px;
    box-shadow: 8px 8px 12px 0px #3B5C8F0A;
}
.hx{
    width: 1232px;
    height: 1px;
    background: #3B83F2;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: auto;
}
.hr{
    height: 1px;
    background: #3B83F2;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: auto;
}
.serviceCompany{
    color: #3D69AF;
    cursor: pointer;
}
.lookDetail{
    width: 100px!important;
    height: 24px!important;
    color: white;
    background: #3B83F2;
    text-align: center;
    line-height: 24px!important;
    border-radius: 5px;
    padding: 5px 0px!important;
    cursor: pointer;
}
.fsFlightInfo_detail_content{
    display: flex;
    margin: auto;
    text-align: center;
    align-items: center;
    justify-content: space-around;
}

.fsFlightInfo_detail_content:nth-child(even){
    background: #FBFBFB;
}
.fsFlightInfo_detail_content div{
    width: 130px;
    padding: 10px 0px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.layui-inline{
    width: 273px;
    margin-left: 10px;
    margin-bottom: 10px;
}