@charset "utf-8";
html {
    opacity: 0
}

body {
    background: #fff;
    width: 7.5rem;
    margin: 0px auto;
    font-size: 0.26rem;
}

.container {
    padding: 0px 0.3rem;
}

.bgw {
    background-color: #fff;
}

header {
    background-color: #fff;
    padding: 0.3rem 0.2rem;
}

header .logo {
    width: 1.34rem;
    height: 0.64rem;
    margin-left: 0.3rem;
}

header .menuicon p {
    width: 0.6rem;
    height: 0.08rem;
    background-color: #444444;
    border-radius: 0.04rem;
    margin: 0.1rem 0px;
    margin-right: 0.3rem;
}

header .by {
    color: #2c396d;
    font-size: 0.22rem;
    line-height: 0.3rem;
}

.nav-menu {
    position: fixed;
    top: 0rem;
    z-index: 99999;
    right: 0rem;
    height: 100vh;
    width: 4.75rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(6rem);
    transform: translateX(6rem);
    background-color: #ffffff;
    -webkit-box-shadow: -0.03rem 0rem 1.06rem 0rem rgba(85, 160, 180, 0.35);
    box-shadow: -0.03rem 0rem 1.06rem 0rem rgba(85, 160, 180, 0.35);
}

.nav-menu.showmenu {
    -webkit-transform: translateX(0rem);
    transform: translateX(0rem);
}

.nav-menu ul {
    margin-top: 1rem;
}

.nav-menu ul li {
    width: 100%;
    border-bottom: solid 0.01rem #eee;
}

.nav-menu ul li a {
    color: #404040;
    font-size: 0.26rem;
}

.nav-menu .nav-close {
    float: right;
    margin-right: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.nav-menu .nav-close i {
    font-size: 0.450rem;
    color: #74b7c6;
    font-weight: bold;
}

#nav {}

#nav #nav3 .layui-nav-tree {
    width: 100%;
}

#nav #nav3 .layui-nav {
    background-color: #fff;
}

#nav #nav3 .layui-nav:hover {
    background-color: #fff
}

#nav #nav3 .layui-nav-tree .layui-nav-item a {
    height: 1rem;
    line-height: 1rem;
    color: #404040;
}

#nav #nav3 .layui-nav-tree .layui-nav-item a cite {
    font-size: 0.26rem;
}

#nav #nav3 .layui-icon {
    font-size: 0.3rem;
    margin-right: 0.5rem;
    color: #000;
}

#nav #nav3 .layui-nav-child dd a {
    margin-left: 0.8rem;
}

.banner-box .swiper-container {
    width: 7.5rem;
    height: 3.5rem;
}

.banner-box .swiper-container img {
    width: 7.5rem;
    height: 3.5rem;
}

.banner-box .swiper-pagination-bullet {
    background-color: #fff;
}

.h_hx {
    background-color: #b80e0f;
    width: 30px;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
}

.ipt {
    width: 7.5rem;
    height: 1.6rem;
    background-color: #fff;
    margin-top: 0.5rem;
}

.ipt .srk {
    padding: 0 0.67rem;
}

.ipt .srk input {
    width: 6.1rem;
    height: .6rem;
    border: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
    color: #818085;
    padding-left: 0.28rem;
    box-sizing: border-box;
    font-size: .24rem;
    border-radius: .08rem;
    float: left;
}

.ipt .srk a {
    width: 1.32rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    font-size: .24rem;
    border-radius: .08rem;
    background-color: #46a767;
    text-align: center;
    float: right;
    margin: -0.56rem .15rem 0 0;
}

.ipt .gg {
    margin-top: .3rem;
    padding: 0 0.67rem;
    text-align: center;
}

.ipt .gg img {
    vertical-align: middle;
    width: 0.43rem;
    height: 0.32rem;
}

.ipt .gg span {
    vertical-align: middle;
    font-size: .24rem;
    color: #46a767;
}

.kdlist {
    width: 7.5rem;
    height: auto;
    background-color: #fafafa;
}

.kdlist .mune {
    padding-top: 0.37rem;
}

.kdlist .mune ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kdlist .mune ul li {
    margin-bottom: 0.3rem;
}

.kdlist .mune ul li .head {
    width: 2.8rem;
    height: 0.8rem;
    border-bottom: 1px solid #bfbfbf;
}

.kdlist .mune ul li .head h2 {
    color: #46a767;
    font-size: .38rem;
    line-height: 0.8rem;
    font-weight: bold;
}

.kdlist .mune ul li .mid {
    width: 3rem;
    margin-top: 0.27rem;
}

.kdlist .mune ul li .mid .big {
    overflow: hidden;
}

.kdlist .mune ul li .mid .big img {
    overflow: hidden;
    width: 3rem;
    display: block;
    height: auto;
}

.kdlist .mune ul li .mid .pz {
    margin-top: 0.2rem;
}

.kdlist .mune ul li .mid .pz p {
    font-size: .18rem;
    color: #939393;
    line-height: .3rem;
}

.kdlist .mune ul li .bom {
    font-size: .24rem;
    font-weight: bold;
    color: #3e3e3e;
    margin-top: 0.2rem;
}

.top_h {
    padding-top: 0.5rem;
}

.top_h h1 {
    font-size: .48rem;
    color: #46a767;
    font-weight: bold;
}

.top_h p {
    font-size: .18rem;
    color: #535353;
}

.news {
    width: 7.5rem;
    height: auto;
    background-color: #fff;
}

.news .mune {
    margin-top: 0.48rem;
}

.news .mune ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .mune ul li {}

.news .mune ul li .big {
    width: 3rem;
    height: 1.74rem;
    overflow: hidden;
}

.news .mune ul li .big img {
    width: 3rem;
    height: 1.74rem;
}

.news .mune ul li .bg {
    width: 3rem;
    height: 1.04rem;
    background-color: #46a767;
}

.news .mune ul li .bg .pz {
    width: 2.6rem;
    height: 0.5rem;
    border-bottom: 1px solid #7ec295;
    margin: 0 auto;
}

.news .mune ul li .bg .pz p {
    line-height: 0.5rem;
    font-size: .24rem;
    color: #fff;
}

.news .mune ul li .bg .mua {
    width: 2.6rem;
    margin: 0 auto;
    margin-top: 0.08rem;
}

.news .mune ul li .bg .mua .hd {
    width: 1.1rem;
    height: 0.4rem;
    background-color: #ebebeb;
    line-height: 0.4rem;
    border-radius: .05rem;
    color: #46a767;
    font-size: .20rem;
    text-align: center;
    display: inline-block;
}

.news .mune ul li .bg .mua .ck {
    color: #ffaf2a;
    font-size: .20rem;
    display: inline-block;
    margin-top: 0.08rem;
}

.news .mune ul li .bg .mua .ck span {
    width: .1rem;
    height: .1rem;
    background-color: #ffaf2a;
    display: inline-block;
    border-radius: 50%;
    vertical-align: top;
    margin-left: 0.08rem;
}

.news .ad {
    height: auto;
    padding-bottom: 0.4rem;
}

.news .ad .head {
    width: 6.1rem;
    height: .95rem;
    background-color: #46a767;
    margin-top: 0.28rem;
}

.news .ad .mua {
    width: 5.73rem;
    height: .95rem;
    margin: 0 auto;
}

.news .ad .mua .hd {
    width: 1.37rem;
    height: 0.42rem;
    background-color: #ebebeb;
    line-height: 0.42rem;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-top: 0.3rem;
}

.news .ad .mua .hd img {
    width: 0.18rem;
    height: 0.16rem;
    margin-left: 0.05rem;
    vertical-align: middle;
}

.news .ad .mua .hd span {
    vertical-align: middle;
    font-size: .20rem;
    color: #46a767;
    margin-left: .02rem;
}

.news .ad .mua .ck {
    font-size: .20rem;
    color: #ffaf2a;
    margin-top: .08rem;
    margin-top: 0.35rem;
}

.news .ad .mua .ck span {
    display: inline-block;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background-color: #ffaf2a;
    vertical-align: top;
    margin-left: .08rem;
}


/* å…¬å‘Šæ»šåŠ¨ */

.notice-swiper {
    position: relative;
    width: 6.1rem;
    height: 120px;
}

.notice-swiper .swiper-container {
    width: 100%;
    height: 120px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
    padding-top: 0.2rem;
    background-color: #f5f5f5;
}

.notice-swiper .swiper-slide {
    width: 100%;
    position: relative;
    height: 0.24rem;
    padding: 0 0.2rem;
}

.notice-swiper .swiper-slide a {
    color: #454545;
    font-size: 0.24rem;
    font-weight: bold;
}

.notice-swiper .swiper-slide a span {
    position: absolute;
    top: .08rem;
    right: .75rem;
    font-size: 0.18rem;
    color: #a3a3a3;
    font-weight: 500;
}

.notice-swiper .swiper-pagination {
    position: absolute;
}

.notice-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 3px 0;
    display: block;
}

.notice-swiper .swiper-button-next,
.notice-swiper .swiper-button-prev {
    position: absolute;
    left: auto;
    right: 0;
    top: -22px;
    margin: 0;
    width: 16px;
    height: 16px;
    background-size: 16px 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.notice-swiper .swiper-button-prev {
    margin-right: 20px;
}

footer {
    width: 7.5rem;
    height: 4.1rem;
    background-color: #3b3b3b;
}

footer .logo_ew {
    width: 2.25rem;
    height: 3.7rem;
    background-color: #fff;
}

footer .logo_ew .logo {
    text-align: center;
    margin-top: 0.7rem;
}

footer .logo_ew .logo img {
    width: 1.43rem;
    height: 0.64rem;
}

footer .logo_ew .ewm {
    text-align: center;
    margin-top: 0.6rem;
}

footer .logo_ew .ewm img {
    width: 1.18rem;
    height: 1.17rem;
}

footer .logo_ew .ewm p {
    font-size: .18rem;
    color: #545454;
    margin-top: 0.2rem;
    text-align: center;
}

footer .pz {
    width: 3.07rem;
    margin-top: 0.27rem;
}

footer .pz .mune {
    margin-top: 0;
}

footer .pz ul li {
    margin-bottom: 0.15rem;
}

footer .pz ul li span {
    width: .06rem;
    height: .23rem;
    display: inline-block;
    background-color: #46a767;
    vertical-align: middle;
}

footer .pz ul li h3 {
    font-size: .24rem;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

footer .pz ul li h2 {
    font-size: .39rem;
    color: #ffaf2a;
    margin-left: .12rem;
    margin-top: .12rem;
}

footer .pz ul li p {
    font-size: .2rem;
    color: #fff;
    margin-left: .12rem;
    line-height: .38rem;
}

footer .pz ul li .r_p {
    margin-left: 1.18rem;
}

footer .db {
    position: relative;
    height: 0.44rem;
    border-top: 1px solid #4f4f4f;
    text-align: center;
    margin-top: -.1rem;
}

footer .db span {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: .2rem;
    color: #fff;
    opacity: 0.3;
    line-height: 0.44rem;
}

.banner_list {
    position: relative;
    width: 7.5rem;
    height: 2.8rem;
    overflow: hidden;
}

.banner_list img {
    width: 7.5rem;
    height: 2.8rem;
}

.banner_list .pz {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7.5rem;
    height: 0.4rem;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner_list .pz span {
    font-size: 0.2rem;
    color: #545454;
    line-height: 0.4rem;
}

.banner_list .pz span a {
    font-size: 0.2rem;
    color: #545454;
    line-height: 0.4rem;
}

.banner_list .pz span .dq {
    color: #46a767;
}


/* 关于我们 */

.introduce {
    width: 7.5rem;
    height: auto;
    padding-bottom: 0.2rem;
}

.top_x {
    padding-top: 0.58rem;
}

.top_x h1 {
    font-size: .48rem;
    color: #535353;
    font-weight: bold;
}

.top_x p {
    font-size: .24rem;
    color: #46a767;
    margin-top: 0.1rem;
}

.top_x img {
    width: 0.22rem;
    height: .16rem;
    margin-top: 0.1rem;
}

.introduce .mid {
    margin-top: 0.4rem;
}

.introduce .mid p {
    font-size: .24rem;
    color: #545454;
    line-height: .38rem;
}

.introduce .bom {
    margin-top: 0.3rem;
}

.introduce .bom .mune ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.introduce .bom .mune ul li {
    padding-bottom: 0.7rem;
}

.introduce .bom .mune ul li img {
    width: 2.54rem;
    height: 2.54rem;
}

.introduce .bom .mune ul li p {
    font-size: .24rem;
    color: #545454;
    text-align: center;
    margin-top: 0.2rem;
    font-weight: bold;
}


/* 联系我们 */

.con_us {
    width: 7.5rem;
    height: auto;
    padding-bottom: 0.8rem;
}

.con_us .bg {
    background-color: #f5f5f5;
    height: auto;
    text-align: center;
    margin-bottom: 0.3rem;
}

.con_us .bg h3 {
    font-size: .24rem;
    color: #46a767;
    padding-top: 0.2rem;
    font-weight: bold;
}

.con_us .bg p {
    color: #545454;
    font-size: .24rem;
    padding: .2rem 0;
}

.con_us .no-p p {
    padding: 0.1rem 0;
}

.con_us .no-p {
    padding-bottom: 0.2rem;
}

.con_us #container {
    width: 6.1rem;
    height: 3.03rem;
}

.con_us .amap-icon img {
    width: 25px;
    height: 34px;
}

.con_us .amap-marker-label {
    border: 0;
    background-color: transparent;
}

.con_us .info {
    position: absolute;
    top: .3rem;
    left: -1.2rem;
    min-width: 0;
    width: 3.1rem;
    height: 0.52rem;
    background-color: #fff;
    padding: .08rem .2rem;
}

.con_us .info h3 {
    font-size: .2rem;
    color: #545454;
    margin-bottom: 10px;
    margin-top: 10px;
}


/* 帮助中心 */

.help {
    width: 7.5rem;
    height: auto;
    padding-bottom: 0.5rem;
}

.help .mune {
    margin-top: 0.58rem;
}

.help .mune ul li {
    position: relative;
    width: 6.1rem;
    height: 1rem;
    background-color: #fafafa;
    margin-bottom: 0.1rem;
}

.help .mune ul li a {
    display: block;
}

.help .mune ul li i {
    line-height: 1rem;
    color: #46a767;
    font-size: .39rem;
    margin-left: 0.6rem;
    vertical-align: middle;
}

.help .mune ul li p {
    display: inline-block;
    font-size: 0.32rem;
    color: #545454;
    vertical-align: middle;
    margin-left: 0.2rem;
}

.help .mune ul li span {
    position: absolute;
    top: .35rem;
    right: .6rem;
    font-size: 0.32rem;
    color: #46a767;
}


/* 常见问题 */

.help_xq {
    width: 7.5rem;
    height: auto;
    padding-bottom: 0.5rem;
}

.help_xq .list {
    margin-top: 0.5rem;
}

.help_xq .list .ppc {
    margin-bottom: 0.5rem;
}

.help_xq .list .ppc h3 {
    font-size: .26rem;
    color: #545454;
    padding-bottom: 0.1rem;
    font-weight: bold;
}

.help_xq .list .ppc p {
    font-size: .26rem;
    color: #545454;
    line-height: .38rem;
}


/* 活动咨询 */

.news_list {
    width: 7.5rem;
    height: auto;
    padding-bottom: 0.5rem;
}

.news_list .mune {
    margin-top: 0.4rem;
}

.news_list .mune ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_list .mune ul li {
    width: 3rem;
    margin-bottom: 0.5rem;
}

.news_list .mune ul li .big {
    overflow: hidden;
}

.news_list .mune ul li .big img {
    width: 3rem;
    height: 1.8rem;
}

.news_list .mune ul li .pz {
    margin-top: 0.2rem;
}

.news_list .mune ul li .pz h3 {
    font-size: .28rem;
    color: #545454;
    font-weight: bold;
    margin-bottom: 0.05rem;
}

.news_list .mune ul li .pz span {
    font-size: .18rem;
    color: #939393;
}

.news_list .mune ul li .pz p {
    font-size: .15rem;
    color: #949494;
    line-height: .38rem;
}

.page {
    text-align: center;
    padding-bottom: 0.2rem;
}

.page_num a {
    display: inline-block;
    line-height: .45rem;
    width: .45rem;
    height: .45rem;
    border: 1px solid #ccc;
    background-color: #ffffff;
    border-radius: .11rem;
    color: #000;
    font-size: .2rem;
}

.page_num .pn_prev,
.page_num .pn_next {
    width: .78rem;
}

.page_num a:hover {
    background-color: #46a767;
    color: #ffffff;
}

.page_skip a {
    display: inline-block;
    line-height: .45rem;
    width: .45rem;
    height: .45rem;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
    border-radius: .11rem;
    color: #000;
    font-size: .2rem;
}


/* 活动详情 */

.news_xq {
    width: 7.5rem;
    height: auto;
    padding-bottom: 0.5rem;
}

.news_xq .head {
    text-align: center;
    margin-top: 0.55rem;
}

.news_xq .head h2 {
    font-size: .40rem;
    color: #545454;
    margin-bottom: 5px;
    font-weight: bold;
}

.news_xq .head h3 {
    font-size: .40rem;
    color: #545454;
    margin-bottom: 0.25rem;
}

.news_xq .head span {
    width: 1rem;
    height: 0.4rem;
    background-color: #f5f5f5;
    color: #9d9d9d;
    font-size: 0.2rem;
    line-height: 0.4rem;
    border-radius: 8px;
    display: inline-block;
    margin-left: -0.2rem;
}

.news_xq .head p {
    display: inline-block;
    color: #9d9d9d;
    font-size: 0.2rem;
    margin-left: 0.1rem;
}

.news_xq .pz {
    margin-top: 0.5rem;
}

.news_xq .pz p {
    font-size: .24rem;
    color: #545454;
    margin-bottom: 0.35rem;
    line-height: .38rem;
}

.news_xq .pz h3 {
    font-size: .24rem;
    color: #545454;
    font-weight: bold;
    margin-bottom: 0.4rem;
    line-height: .38rem;
}

.news_xq .page_xq {
    width: 7.5rem;
    height: 0.8rem;
    background-color: #46a767;
    margin-top: 0.8rem;
}

.news_xq .page_xq .lest a {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.8rem;
    margin-left: 0.67rem;
}

.news_xq .page_xq .rist {
    width: 1.1rem;
    height: 0.42rem;
    background-color: #f5f5f5;
    text-align: center;
    border-radius: 5px;
    margin-top: 0.2rem;
    margin-right: 0.67rem;
}

.news_xq .page_xq .rist a {
    display: block;
}

.news_xq .page_xq .rist img {
    width: 0.22rem;
    height: 0.16rem;
    vertical-align: middle;
}

.news_xq .page_xq .rist span {
    vertical-align: middle;
    line-height: 0.42rem;
    font-size: 0.2rem;
    color: #46a767;
    margin-left: .08rem;
}


/* 国际空运 */


/* product */

.product {
    width: 7.5rem;
    height: auto;
    padding-bottom: 0.5rem;
}

.product .head {
    width: 7.5rem;
    height: 1.35rem;
    background-color: #fafafa;
}

.product .head .mune {
    padding-top: 0.18rem;
    box-sizing: border-box;
}

.product .head .mune ul {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.product .head .mune ul li {
    position: relative;
    width: 1.5rem;
    height: 1rem;
    background-color: #46a767;
    border-radius: 8px;
}

.product .head .mune ul li img {
    width: 1.5rem;
    height: 1rem;
}

.product .head .mune ul li a {}

.product .head .mune ul li .img_block {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1rem;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}

.product .head .mune ul li:hover .img_block {
    background-color: rgba(70, 167, 103, 0.8);
}

.product .head .mune ul li .img_block p {
    width: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
}

.product .head .mune ul li:hover .img_block p {
    font-weight: bold;
    font-size: 0.26rem;
}

.product .mid .pz {
    text-align: center;
    margin-top: 0.2rem;
}

.product .mid .pz p {
    font-size: .24rem;
    color: #545454;
    line-height: .45rem;
    padding: 0.1rem 0;
}

.product .mid .pz img {
    width: 6.1rem;
    height: 2.1rem;
    margin-top: 0.6rem;
}

.product .fw .top_x h3 {
    font-size: .24rem;
    color: #545454;
    margin-top: 0.4rem;
    text-align: center;
    line-height: .45rem;
}

.product .fw .map {
    overflow: hidden;
}

.product .fw .map img {
    width: 6.15rem;
    height: 2.82rem;
    margin-top: 0.3rem;
}

.product .fw .map_3 img {
    width: 6.05rem;
    height: 2.38rem;
}

.product .fw .map_3 {
    text-align: center;
    margin: 0 auto;
}

.product .fw .map_3 span {
    width: 2.6rem;
    height: 0.45rem;
    background-color: #46a767;
    display: inline-block;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.45rem;
    border-radius: 5px;
    margin-top: 0.6rem;
}

.product .mune {
    margin-top: 0.4rem;
}

.product .mune .bg_list {
    background-color: #f5f5f5;
    padding: .24rem;
    margin-bottom: 0.3rem;
}

.product .mune .bg_list h3 {
    font-size: .3rem;
    color: #46a767;
    font-weight: bold;
}

.product .mune .bg_list p {
    font-size: 0.24rem;
    color: #545454;
    line-height: .38rem;
    margin-top: 0.1rem;
}
.ydcx_wbk {
    height: auto;
    overflow: inherit;
    width: 92%;
    margin: auto;
    clear: both;
    background: #fff;
    top: 400px;
    padding: 0 2.5%;
    padding-bottom: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.biy_wzm {
    height: auto;
    text-align: center;
}
    .ydcx_wbk font {
        color: #0078ff;
        padding-top: 5px;
        display: block;
        padding-bottom: 10px;
    }
.biy_list {
    height: auto;
    height: 35px;
}

    .biy_list p {
        float: left;
        color: #909090;
        font-size: 12px;
        display: block;
        top: -4px;
    }

    .biy_list span {
        border-left: 1px solid #cccccc;
        display: inline-block;
        float: left;
        height: 35px;
        margin: 0 20px;
        position: relative;
    }

    .biy_list font {
        width: 10px;
        height: 10px;
        background: #cccccc;
        border-radius: 50%;
        display: block;
        padding: 0px;
        left: -5px;
    }

    .biy_list:last-child span {
        height: 1px;
    }

.hover_biy p {
    color: #f7931e;
    font-size: 14px;
}

.biy_list p:first-child {
    width: 150px;
    text-align: right;
}

.hover_biy font {
    background: #f7931e;
    width: 13px;
    height: 13px;
    left: -6px;
}
.deliverySearch input{
    width: 6.1rem;
    height: .6rem;
    border: none;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 13%);
    color: #818085;
    padding-left: 0.28rem;
    box-sizing: border-box;
    font-size: .24rem;
    border-radius: .08rem;
    float: left;
}
.deliverySearch  a {
    width: 1.32rem;
    height: 0.5rem;
    line-height: 0.5rem;
    color: #fff;
    font-size: .24rem;
    border-radius: .08rem;
    background-color: #46a767;
    text-align: center;
    float: right;
    margin: -0.56rem .15rem 0 0;
}