@media (max-width: 1920px) and (min-width: 768px) {
  html {
    zoom: 90%;
  }
  @-ms-viewport {
    width: 1920px;
  }
}
* {
    padding: 0;
    margin: 0;
}

:root {
    --maincolor: #4a9afd;
    --mainwidth: 83rem;
    --navheight: 46px;
}

a {
    text-decoration: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

.shadow-all {
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175);
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin: 10px 0;
}

.breadcrumb a {
    text-decoration: none;
    color: #555;
}

.breadcrumb span {
    margin: 0 5px;
    color: #555;
}



.fixed-nav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}

.fixed-nav-con {
    display: flex;
    justify-content: space-between;

    width: var(--mainwidth);
    margin: 0 auto;
    color: #777777;
    height: var(--navheight);
    line-height: var(--navheight);
    font-size: 15px;
}

.fixed-nav-right a {
    padding: 0 5px;
    cursor: pointer;

}

.fixed-nav-con a {
    color: #777777 !important;
}

.fixed-nav-right a:hover {
    color: var(--maincolor);
}


.container {
    margin: 0 auto;
    margin-top: var(--navheight);
    width: var(--mainwidth);

}



.search-con {
    height: 160px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.search-con-kuan {
    border: 2px solid var(--maincolor);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 27rem;
    height: 46px;

}

.search-con-kuan div {
    background: var(--maincolor);
    width: 3rem;
    height: 100%;
    line-height: 46px;
    text-align: center;
    position: relative;
}

.search-con-kuan div img {

    width: 18px;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;

}

.hot-search {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #777777;
}


.tab-menu {
    display: flex;
    padding: 8px 0;
    color: #000000;
}

.tab-menu-item {
    margin-right: 24px;
    cursor: pointer;
}

.tab-menu-item:hover {
    color: var(--maincolor);
    border-bottom: 2px solid var(--maincolor);
}

.tab-active {
    color: var(--maincolor);
    border-bottom: 2px solid var(--maincolor);
}



.filter-res-block {
    display: flex;
    margin-left: -32px;
    flex-wrap: wrap;
}

.filter-res-block-item {
      position: relative;
  display: inline-block;
    margin-left: 32px;
    margin-top: 30px;
    border-radius: 8px;
    border: 1.5px solid #fff;
}

.overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* 设置蒙版的颜色和透明度 */
      opacity: 0; /* 初始时设置为透明 */
      transition: opacity 0.3s ease; /* 添加过渡效果 */
    }

    /* 选中时显示蒙版 */
    .selected .overlay {
      opacity: 1; /* 设置为不透明 */
    }

.filter-block-active {
    border: 1.5px solid var(--maincolor);
}


.filter-res-block-item img {
    
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;

    width: 100px;
    /*height: 100px;*/



}
.icon{
  position: absolute;
  top: 50%;
  left: 50%;
   width: 46px;
   height: 46px;
  transform: translate(-50%, -50%);
   background-image: url('../img/miao.png');
   opacity: 1;
}

.filter-res-block-item div {
    margin-top: 5px;
    text-align: center;
    /*background: #edf5ff;*/
    color: #000000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 103px;


}




.tags-row span {
    padding: 3px 5px;
}

.bluetags {
    color: #4A9AFD;
    background: #edf5ff;

}

.redtags {
    background: #fae9e9;
    color: #df7878;
}



.gray-6 {
    color: #666666;
}

.minus-button {
    cursor: pointer;
}

.plus-button {
    cursor: pointer;
}


.small-tit {
    border-left: 3px solid var(--maincolor);
    padding: 6px 15px;
    font-size: 18px;
    color: #000000;
}

.bd-radius {
    border-radius: 2em;
}

.fontbold {
    font-weight: bold;
}

.leave-message {
    margin: 30px 0;
    padding: 15px;
}

.leave-message textarea {
    height: 150px;
    margin-top: 10px;
    border-color: #eee;
    width: 100%;
}


.order-submit {
    display: flex;
    justify-content: center;
    margin: 100px 0;
}

.order-submit>div {
    display: flex;
    align-items: center;
}

.order-price {
    padding: 0 50px;
}

.order-price span {
    font-size: 20px;
    color: #333333;
}

.order-price label {
    font-size: 22px;
    color: #cd2424;
}


.order-submit-btn {
    background: var(--maincolor);
    color: #fff;
    width: 360px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.order-submit-btn span {
    font-size: 10px;
    color: #666666;
    position: absolute;
    top: 50px;
    left: 0;
}

.order-submit-btn a {
    color: var(--maincolor);
    margin-left: 5px;
    text-decoration: none;
}

.order-submit-btn input {
    vertical-align: -2px;
}


.process-block {
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
}

.process-item {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #bfbfbf;
    border-radius: 5em;
    position: relative;
}

.process-item div {
    position: absolute;
    top: 100px;
    color: #bfbfbf;
    font-size: 13px;
}



.process-item:first-child {
    border: 2px solid #6bd0fe;
    background: linear-gradient(to bottom, #6bd0fe, #4697fb);

    box-shadow: 0px 0px 10px 2px #6bd0fe;


}

.process-item:first-child div {
    color: var(--maincolor) !important;



}

.process-active {
    border: 2px solid #6bd0fe;
    background: linear-gradient(to bottom, #6bd0fe, #4697fb);

    box-shadow: 0px 0px 10px 2px #6bd0fe;
}

.process-active div {
    color: var(--maincolor) !important;
}

.process-line {
    padding: 0 30px;
    flex: 1;
    display: flex;
    align-items: center;
}

.process-line hr {
    background: #bfbfbf;
    height: 0.3px;
    width: 100%;
}
/*底部*/

footer {
    background: #373B41;
    padding: 50px 0;
}

.foot-con {
    width: var(--mainwidth);
    margin: 0 auto;
    display: flex;
}

.foot-con div {
    flex: 1;
}

.foot-con a {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 32px;
    text-decoration: none;
}

.foot-con h5 {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 32px;
}

.foot-qrcode {
    text-align: center;
}

.foot-qrcode p {
    font-size: 10px;
    text-align: center;
    line-height: 24px;
    color: #fff;
}

.foot-beianinfo {
    width: 56rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 70px;
    font-size: 12px;
    color: #fff;

    padding: 30px;
}

/*分页*/
.new-page-con {
   
    margin-top: 120px;
    width: 100%;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.new-page-con ul {


    max-width: var(--mainwidth);
    list-style: none;
   
    margin: 0 auto;

}

.new-page-con li {
    float: left;
    padding: 8px 12px;
    color: #666666;
    border: 1px solid #999999;
    margin-right: 10px;

}

.new-page-con a {
    text-decoration: none;
    color: #666666;
}

.page-active {
    background: var(--maincolor) !important;
    border-color: var(--maincolor) !important;

}

.page-active a {
    color: #fff !important;
}

.pre-page {
    border: none !important;
}

.page-operation {
    margin-top: -8px;
    border: none !important;
}

.page-operation input {
    width: 50px;

    height: 35px;
    border-color: #fff;
    outline: none;
    /*        color: var(--maincolor);*/
}

.page-operation span {
    display: inline-block;
    width: 50px;
    text-align: center;
    background: var(--maincolor);
    height: 35px;
    line-height: 35px;
    color: #fff;
}

.new-page-btn {
    
    margin-top:30px;
    display: flex;
    justify-content: center;
}

.p-btn {
    display: flex;
}

.p-btn div {
    margin-left: 50px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #999999;
    border: 1px solid #999999;
}