body {
    margin: 0;
}

.FX1 {
    display: flex;
    flex: 1;
}

/* 分割线 */
.split {
    height: 0.5rem;
    background-color: #F8F6F7;
}

.head {
    margin: 0.312rem 1rem 0.875rem 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* outline: 1px solid red; */
}

.head>.logo {
    width: 4rem;
    height: 2.5rem;
}

.head>.line {
    height: 1rem;
    width: 0.0625rem;
    background-color: #226EBC;
    margin-left: 0.1875rem;
    margin-bottom: 0.25rem;

}

.head>.title {
    font-size: 0.75rem;
    color: #226EBC;
    margin-left: 0.125rem;
    margin-bottom: 0.25rem;

}

.head>.username {
    font-size: 0.75rem;
    color: #226EBC;
    margin-left: 0.25rem;
    margin-bottom: 0.375rem;
}

.head>.username a {
    color: #226EBC;
}

.shuxian{
    width: 0.03125rem;
    height: 0.85rem;
    border-left: 0.03125rem solid #2c7bd8;
    margin-bottom: 0.4rem;
    margin-left: 0.3rem;
}

.search {
    margin: 0rem 1rem 0 1rem;
    height: 2.5rem;
    border: 0.125rem solid #1C85FF;
    border-radius: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search>.select {
    margin-left: 1.25rem;
}

.search>.lines {
    width: 1px;
    height: 1.375rem;
    background-color: #CCCCCC;
    margin: 0 0.3125rem 0 0.375rem;
}

.search>input {
    height: 1.3125rem;
    outline: none;
    border: none;
    font-size: 0.875rem;
    /*width: 66%;*/
    flex: 1;
    margin-left: 1rem;
    /* width: 100%; */
}

.search>button {
    width: 4.125rem;
    height: 1.75rem;
    color: #FFFFFF;
    background-color: #2C7BD8;
    border-radius: 1.125rem;
    border: none;
    margin: 0 0.375rem 0 0.375rem;
    font-size: 0.875rem;

}

/* 轮播图样式 */
.rotation {
    margin: 1.25rem 1rem 1.5625rem 1rem;
    height: 8.5rem;
}
.swiper_img{
    width: 21.4375rem;
    height: 8.5rem;
    border-radius: 0.5rem;
}

/* 菜单样式 */
.index_newedition_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.swiper-container{
    padding-bottom: 1rem !important;
}
.listData {
    margin: 0rem 1rem 0.75rem 1rem;
    height: 9.25rem;
}
.index_newedition_navbox{
    height: 100%;
}
.swiper-data{
    display: flex;
    justify-content: space-around;
    height: 5.25rem;
}
.index_navlist{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 0.75rem;
    width: 25%;
    padding-bottom: 1rem;
}
.index_navlist>img{
    width: 3rem;
    height: 3rem;
    margin-top: 0.0625rem;
    border-radius: 50%;
}



.recommendation{
    margin-top: 1.25rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.recommendation>.heading {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 1.25rem;
}

.recommendation>.heading>.title {
    font-size: 1.25rem;
    color: #333333;
    font-weight: Bold;

}

.recommendation>.heading>.labels {
    height: 1.1875rem;
    line-height: 1.1875rem;
    font-size: 0.75rem;
    color: #287DD7;
    background: #D1E7FF;
    margin-left: 0.375rem;
    padding: 0 0.5rem 0 0.5rem;
    border-radius: 8px 8px 8px 0px;
}

.recommendation>#Content>.Content{
    padding-bottom: 0.75rem;
    margin-bottom: 1.375rem;
    border-bottom: 1px solid #D0D0D0;
    display: block;
}
.recommendation>#Content>.Content>.item{
    display: flex;
}
.recommendation>#Content>.Content>.item>.name{
    color: #333333;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-weight: 500;
    max-width: 14.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.recommendation>#Content>.Content>.item>.price{
    color: #1F7CE8;
    font-size: 0.8125rem;
    font-weight: bold;
}
.recommendation>#Content>.Content>.item>.cut{
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.25rem;
    color: #737C83;
    background-color: #F6F7F9;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
}
.recommendation>#Content>.Content>.item>.company{
    color: #585E66;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
}
.recommendation>#Content>.Content>.item>.ico{
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 100%;
    background-color: #1C85FF;
    margin-right: 0.3125rem;
    border: none;
}
.recommendation>#Content>.Content>.item>.ico>img{
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}

.recommendation>#Content>.Content>.item>.address{
    color: #585E66;
    font-size: 0.75rem;
    line-height: 1.375rem;
}
.recommendation>#Content>.Content>.item>.personnel{
    color: #585E66;
    font-size: 0.75rem;
    line-height: 1.375rem;
}
.recommendation>#Content>.Content>.item>.type{
    color: #585E66;
    margin-left: 1.0625rem;
    position: relative;
    font-size: 0.75rem;
    line-height: 1.375rem;
}
.recommendation>#Content>.Content>.item>.type::before{
    content:'';
    display: block;
    width:0.25rem;
    height:0.25rem;
    background:#35DC82;
    border-radius: 50%;
    position: absolute;
    left: -0.375rem;
    top: 0.5625rem;
    /* margin-right:12rem; */
}

.recommendation>.heading>.hyh>.txt {
    font-size: 0.75rem;
    color: #333333;
}

.recommendation>.heading>.hyh>img {
    width: 0.9375rem;
    height: 0.9375rem;
}
.recommendation>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}

.enterprise{
    margin: 0 1rem 0 1rem;
}
.enterprise>div>.title {
    font-size: 1.25rem;
    color: #333333;
    font-weight: bold;
}

.enterprise>div>.hyh>.txt {
    font-size: 0.75rem;
    color: #333333;
}

.enterprise>div>.hyh>img {
    width: 0.9375rem;
    height: 0.9375rem;
}

.hyh{
    display: flex;
}

.enterprise>div:nth-child(1){
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
}

.enterprise>.itemList{
    margin-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enterprise>.itemList>.item{
    width: 10.125rem;
    height: 3.125rem;
    border: #CCCCCC 1px solid;
    border-radius: 0.5rem;
    display: flex;
    margin-bottom: 1rem;
    /* padding: 18rem 36rem 14rem 20rem; */
}
.enterprise>.itemList>.item>img{
    width: 2.125rem;
    height: 2.125rem;
    border-radius: 0.25rem;
    margin: 0.5625rem 0.25rem 0.4375rem 0.625rem;
}
.enterprise>.itemList>.item>.company{
    margin-top: 0.5625rem ;
}
.enterprise>.itemList>.item>.company>.name{
    font-size: 0.75rem;
    color: #333333;
    width: 6.25rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 0.125rem;
}
.enterprise>.itemList>.item>.company>.stationNum{
    font-size: 0.75rem;
    color: #737C83;
}
.Mobile{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #E4F1FF;
    margin-top: 0.25rem;
    padding: 1.25rem 0 0.9375rem 0;
}
.MobileItem{
    text-align: center;
}
.MobileItem>img{
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 4px;
}
.MobileItem>.equipment{
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-top: 0.25rem;
    color: #737C83;
}
.foot{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #F1F8FF;
}
.footTitle{
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.1875rem;
    color: #585E66;
}
.footLine{
    width: 2.5rem;
    height: 0.125rem;
    border-radius: 0.125rem;
    background-color: #1C85FF;
    margin-top: 0.5rem;
}
.footFiling {
    width: 100%;
    color: #AAAEB1;
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.0625rem;
    margin-top: 0.625rem;
    margin-bottom: 8.125rem;

}

a{
    text-decoration: none;
}
html{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /*outline: 1px solid red;*/
}
body{
    overflow: auto;
   height: 100vh;
}
/*.main{*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

#newBridge{
    position: absolute !important;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

.app {
    position: fixed;
    bottom: 3rem;
    width: 100%;
    height: 3.25rem;
    background: rgba(5, 16, 27, 0.6);
    display: flex;
    align-items: center;
    z-index: 10;
}

.app>.cont {
    display: flex;
    align-items: center;
    flex: 1;
    text-decoration-line: none;
    color: #FFFFFF;
    margin-left: 16px;
    padding-right: 24px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.app>.cont>img {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}

.app>.cont .tit {
    font-size: 0.875rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1rem;
}

.app>.cont .tit2 {
    font-size: 0.75rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.875rem;
}

.app>.cont .btn {
    background: #226EBC;
    border-radius: 5rem 5rem 5rem 5rem;
    border: 1px solid #226EBC;
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
}

.app>.close>img {
    width: 1rem;
    height: 1rem;
    margin-right: 1rem;
}

/*#newBridge .nb-icon-right-center {*/
/*    top: unset !important;*/
/*    bottom: 12rem !important;*/
/*}*/