@charset "utf-8";

[v-cloak] {
    display: none !important;
}

a {
    text-decoration: none;
    /* 去掉下划线 */
    color: inherit;
    /* 使颜色继承自父元素 */
}

a:visited {
    color: inherit;
    /* 使访问过的链接颜色与未访问的链接相同 */
}

a:hover {
    text-decoration: none;
    /* 去掉鼠标悬停时的下划线 */
}

a:focus {
    outline: none;
    /* 去掉焦点时的轮廓 */
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background: #F5F5F5;
}

#mainBox {
    padding-bottom: 100px;
}

#mainBox .marT20 {
    margin-top: 20px;
}

#mainBox .marT30 {
    margin-top: 30px;
}

#mainBox .centerBox {
    width: 1200px;
    margin: 0 auto;
}

#mainBox .topBox {
    height: 324px;
    background: #EDF4F4;
    padding: 80px 0 60px;
}

#mainBox .topBox .pTitle {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    margin: 0 auto;
}

#mainBox .pTitle>p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 16px;
    text-align: center;
    margin: 30px auto 0;
}

#mainBox .topBox .eInput {
    margin: 50px auto;
    width: 1000px;
    height: 60px;
    position: relative;
}

#mainBox .topBox .eInput input {
    width: 1000px;
    height: 60px;
    padding: 0 60px 0 30px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 16px;
}

#mainBox .topBox .eInput .rSearch {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('/static/v2/img/mapNavigation/icon1.png') no-repeat;
    background-size: 100% 100%;
}

#mainBox .topBox .eInput .rClear {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('/static/v2/img/mapNavigation/icon2.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

#mainBox .itemBox {}

#mainBox .centerWrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#mainBox .height1 {
    max-height: 562px;
    overflow: hidden;
}



#mainBox .centerWrap .cardS1 {
    width: 232px;
    height: 260px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 20px;
    padding: 14px 14px 19px 14px;
    position: relative;
    border: 1px solid transparent;
}

#mainBox .centerWrap .cardS1:hover {
    border: 1px solid #0099AD;
}

#mainBox .centerWrap .cardS1:nth-of-type(5n) {
    margin-right: 0px;
}

#mainBox .centerWrap .cardS1>img {
    display: block;
    width: 204px;
    height: 150px;
    margin: 0 auto;
}

#mainBox .centerWrap .cardS1>.name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    width: 204px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#mainBox .centerWrap .cardS1>.orderInfo {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
    text-align: center;
}

#mainBox .centerWrap .cardS1>.orderInfo span {
    color: #0099AD !important;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 13px;
}

#mainBox .centerWrap .cardS1:hover>.orderInfo {
    display: none;
}

#mainBox .centerWrap .cardS1>.orderInfo>P:nth-of-type(2) {
    margin-top: 5px;
}

#mainBox .centerWrap .cardS1>.nowBtn {
    width: 100px;
    height: 36px;
    background: #0099AD;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    display: none;
    margin: 10px auto 0 auto;
}

#mainBox .centerWrap .cardS1:hover>.nowBtn {
    display: block;
}

#mainBox .centerWrap .cardS1>.hot {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#mainBox .centerWrap .noCard {
    padding: 20px;
    border: none !important;
    margin-right: 0 !important;
}

#mainBox .centerWrap .cardS1 .noText {
    width: 184px;
    font-family: Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 23px;
}

#mainBox .centerWrap .cardS1 .sBtn {
    width: 160px;
    height: 60px;
    background: #F1F1F1;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Source Han sans-serif;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    padding: 0 12px;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}

#mainBox .centerWrap .cardS1 .sBtn>img {
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 26px;
}

#mainBox .centerWrap .cardS1 .sBtn>.right2 {
    margin-left: 10px;
}

#mainBox .centerWrap .cardS1 .sBtn:hover {
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #0099AD;
}


#mainBox .centerWrap .cardS1 .hide1 {
    display: none;
    position: absolute;
    bottom: 0px;
    right: -150px;
    z-index: 20;
}

#mainBox .centerWrap .cardS1:nth-of-type(5n) .hide1 {
    right: 170px;
}

#mainBox .centerWrap .cardS1 .sBtn:hover .hide1 {
    display: block;
}

#mainBox .centerWrap .cardS1 .codeBox {
    width: 140px;
    height: 180px;
    padding: 16px 20px;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.0600);
    display: inline-block;
}

#mainBox .centerWrap .cardS1 .codeBox>img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
}

#mainBox .centerWrap .cardS1 .codeBox>.bimg {
    width: 131px;
    height: 131px;
    border-radius: 8px;
}

#mainBox .centerWrap .cardS1 .codeBox>p:nth-of-type(1) {
    margin-top: 8px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
}

#mainBox .centerWrap .cardS1 .codeBox>p:nth-of-type(2) {
    margin-top: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
    text-align: center;
}

#mainBox .moreBtn {
    width: 82px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
    font-size: 14px;
    font-family: Source Han Sans;
    font-weight: 600;
    line-height: 40px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 30px auto;
    cursor: pointer;
}

#mainBox .moreBtn::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/home8.png) no-repeat;
    background-size: 100%;
    margin-left: 4px;
    transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#mainBox .itemBox {
    margin-top: 20px;
}

#mainBox .itemBox .sidesBox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#mainBox .itemBox .sidesBox .navBox {
    width: 290px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
}

#mainBox .itemBox .sidesBox .navBox .nav {
    width: 290px;
    height: 60px;
    border-radius: 4px 4px 4px 4px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 20px;
    color: #666666;
    line-height: 60px;
    cursor: pointer;
}

#mainBox .itemBox .sidesBox .navBox .active {
    color: #0099AD;
    background: #F9FFFF;
}

#mainBox .itemBox .sidesBox .navBox .active::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static/v2/img/mapNavigation/icon3.png') no-repeat;
    background-size: 100% 100%;
}

#mainBox .itemBox .sidesBox .rItems {
    width: 890px;
    background: #FFFFFF;
    padding: 0 40px 40px;
    display: none;
}

#mainBox .itemBox .sidesBox .showBox {

    display: block;
}

#mainBox .itemBox .sidesBox .rItems .borTitle {
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #B2B2B2;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
}

#mainBox .itemBox .sidesBox .rItems .itemOut {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

#mainBox .itemBox .sidesBox .rItems .itemOut>a {
    display: inline-block;
    width: 253px;
    height: 16px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 350;
    font-size: 16px;
    color: #666666;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

#mainBox .itemBox .sidesBox .rItems .itemOut>a:hover {
    color: #0099AD;
}