body {
    position: relative;
}

.HPBar {
    width: 1100px;
    margin: auto;
    display: flex;
    /* justify-content: space-between; */
    height: 44px;
    border-bottom: 2px solid rgba(255, 0, 0, 0.9);
    box-sizing: border-box;
}

.HPBarBox {
    display: flex;
    height: 100%;
}

.HPBarBox>span:nth-child(1) {
    display: inline-flex;
    width: 160px;
    color: #fff;
    background-color: rgba(255, 0, 0, 0.9);
    line-height: 40px;
    justify-content: center;
    align-items: center;
    font-weight: bolder;
    font-size: 18px;
    font-family: arial, Verdana, Geneva, Helvetica;
    border-radius: 10px 10px 0 0;
}

.HPBarBox>div {
    display: inline-flex;
    width: 700px;
    justify-content: space-around;
}

.HPBarBox>div>span {
    display: inline-flex;
    width: 110px;
    color: #666;
    line-height: 40px;
    justify-content: center;
    align-items: center;
    font-family: arial, Verdana, Geneva, Helvetica;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -webkit-text-size-adjust: none;
    cursor: pointer;
}

.HPBarBox>div>span:hover {
    color: #46a6ec;
}

#HPBarBox_div_span_check {
    color: #46a6ec;
    background: url(../images/mainNavActive.svg) no-repeat center bottom;
}

.HPBarCont:hover {
    cursor: pointer;
}


/* 
.HPBarCont {
    display: flex;
    align-items: center;
    position: relative;
}

.HPBarCont>img {
    width: 40px;
    height: 35px;
}

.HPBarCont>div>span {
    color: rgb(236, 0, 0);
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 12px;
    margin-right: 10px;
}

.HPBarCont>div>img {
    margin-right: 22px;
} */

.screen {
    width: 1100px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
    background-color: #fff;
    padding: 0 20px 0;
}

.leftKindBox {
    width: 160px;
    height: 464px;
    margin: 0px auto 0;
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.kindCard {
    flex: 1;
    width: 100%;
    background-color: #f4f6fa;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    color: #1a1a1a;
    border-bottom: 1px dashed #cfcfcf;
}

.kindCard:last-child {
    border: none;
}

.kindCard>span {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.kindCard>span>img {
    width: 19px;
    margin-right: 16px;
}

.kindCard>:hover {
    cursor: pointer;
    /* color: rgb(241, 63, 63);
    font-weight: bolder; */
}

.kindCard>img {
    width: 10px;
    display: none;
}

.popUp {
    width: 706px;
    height: 464px;
    position: absolute;
    top: 1px;
    left: 158px;
    background-color: #fafafa;
    z-index: 8;
    box-sizing: border-box;
    padding: 4px 8px 12px;
    display: none;
    box-shadow: 0 0 2px 1px rgb(197, 197, 197);
    overflow: auto;
}

.popUp>div {
    display: flex;
    align-items: start;
    margin: 6px 0;
}

.popUp h4 {
    color: rgb(241, 63, 63);
    font-size: 13px;
    margin: 6px 0 4px;
    white-space: nowrap;
}

.popUp h4 img {
    margin-left: 5px;
}

.popUp h4:hover {
    cursor: pointer;
    text-decoration: underline;
}

.popUp p {
    margin-left: 5px;
    border-bottom: 1px dashed #e6e6e6;
}

.popUp span {
    font-size: 14px;
    margin-left: 4px;
}

.popUp span:hover {
    cursor: pointer;
    color: rgb(241, 63, 63);
    font-weight: bolder;
}

.centerImages {
    width: 700px;
    height: 460px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    margin-top: 4px;
}

.imagesWingdow {
    width: 700px;
    height: 460px;
    transition: all 0.5s;
    position: relative;
}

.alternate {
    width: 700px;
    height: 460px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all 0.6s;
}

.alternate>img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.imagesWingdowFront,
.imagesWingdowBack {
    width: 22px;
    height: 22px;
    background-color: #636363;
    position: absolute;
    top: 42%;
    z-index: 3;
    opacity: 0;
}

.imagesWingdowFront>img,
.imagesWingdowBack>img {
    width: 22px;
    vertical-align: top;
}

.centerImages:hover .imagesWingdowFront,
.centerImages:hover .imagesWingdowBack {
    opacity: 0.3;
}

.imagesWingdowFront {
    padding: 6px;
    right: 20px;
    border-radius: 50%;
}

.imagesWingdowBack {
    left: 20px;
    padding: 6px;
    border-radius: 50%;
}

.imagesWingdowFront:hover,
.imagesWingdowBack:hover {
    background-color: #222;
}

.imagesWingdowPlace {
    /* width: 100%; */
    text-align: center;
    position: absolute;
    right: 20px;
    bottom: 16px;
    z-index: 5;
    display: flex;
    justify-content: center;
}

.placeDot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #2727279a;
    margin: 0 8px;
    line-height: 20px;
    text-align: center;
    color: #eee;
}

.rightCardBox {
    width: 230px;
    display: inline-block;
    margin-top: 4px;
}

.rightCard {
    width: 100%;
    height: 112px;
    position: relative;
    vertical-align: top;
    margin-bottom: 4px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    text-align: center;
}


/* .rightCard>h4 {
    font-size: 16px;
}

.rightCard>p {
    margin-top: 16px;
    font-size: 14px;
} */

.rightCard>img {
    height: 100%;
}


/* 
#walkingStick {
    width: 70px;
    position: absolute;
    top: 6px;
    right: 15px;
}

#watches {
    width: 110px;
    position: absolute;
    top: 18px;
    right: -5px;
} */

.showWindow {
    width: 1100px;
    margin: auto;
    background-color: #fff;
    padding: 0 20px 0;
}

.contennier {
    width: 100%;
    padding: 2.6vw 0;
}

.contennierHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #585858;
    padding: 6px 0.8%;
}

.sort {
    display: flex;
    align-items: center;
    color: #777;
}

.sort>span {
    font-size: 2rem;
    font-weight: bolder;
}

.sort>h4 {
    font-size: 1.5rem;
    font-weight: bolder;
}

.sortMore>a {
    font-size: 12px;
}

.sortMore>a:hover {
    text-decoration: underline #555 solid;
}

.contennierBox {
    margin-top: 4px;
    display: flex;
    justify-content: space-between;
}

.boxLeft {
    flex: 18;
    padding: 0 0.2%;
    box-sizing: border-box;
    height: auto;
}

.mainPic {
    width: 100%;
}

.mainPic>img {
    width: 100%;
}

.maillLiebie {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffd6a1;
    width: 100%;
    height: 100px;
}

.maillLiebie>div {
    display: flex;
    align-items: center;
    width: 45%;
    font-size: 0.75rem;
    padding: 8px 4px;
    color: #666;
}

.maillLiebie>div>span {
    margin-left: 4px;
    white-space: nowrap;
}

.maillLiebie>div>span:hover {
    cursor: pointer;
}

.mainName {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
    background-color: #fde7cb;
    font-size: 0.75rem;
    color: #666;
    height: 110px;
    align-items: center;
    padding: 10px 0;
}

.mainName>div {
    padding-left: 4px;
}

.mainName>div:hover {
    cursor: pointer;
}

.boxCenter {
    flex: 53;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 1fr 1fr 1fr; */
}

.boxCenter>div {
    text-align: center;
    width: 97%;
    height: 98%;
    margin: auto;
    border: 1px solid rgb(230, 230, 230);
}

.boxCenter>div:hover {
    cursor: pointer;
    border-color: #f77272;
}

.boxCenter>div>img {
    max-width: 170px;
    max-height: 170px;
    min-height: 160px;
    width: 86%;
    height: 76%;
}

.boxCenter>div>p {
    font-size: 0.66rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 4px;
    max-width: 170px;
}

.boxCenter>div>div {
    font-size: 0.875rem;
    color: #ff3e3e;
    font-weight: bolder;
    letter-spacing: 1px;
}

.boxRight {
    flex: 29;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.boxRight>div {
    width: 100%;
    height: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxRight img {
    height: 100%;
    max-width: 100%;
    border: 1px solid rgb(235, 235, 235);
    vertical-align: top;
}

.rightFlaotWin {
    border-right: none;
    position: fixed;
    right: 0;
    top: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    z-index: 5;
}

.rightFlaot {
    background-color: #a8a8a880;
    padding: 0 4px;
    display: flex;
    align-items: center;
    margin-top: 4px;
    border-radius: 2px 0 0 2px;
}

.rightFlaot>div {
    z-index: 6;
    padding: 4px 0;
}

.rightFlaot img {
    width: 23px;
    height: 23px;
    vertical-align: top;
}

.rightFlaot>p {
    font-size: 12px;
    margin-right: 4px;
    display: none;
}

.rightFlaot>p:hover {
    text-decoration-line: underline;
}

.rightFlaot:hover>p {
    display: block;
}

.customerService {
    position: fixed;
    top: 10vw;
    left: 20vw;
    width: 60vw;
    max-width: 800px;
    height: 45vw;
    max-height: 60vh;
    z-index: 100;
    border-radius: 2px;
    box-shadow: 0 0 3px 1px rgb(219, 228, 231);
    background-color: #f5f5f5;
    display: none;
}

.customerServiceHead {
    border-bottom: 1px solid #dadada;
    position: relative;
}

.customerServiceHead h3 {
    margin-left: 20px;
    line-height: 45px;
    font-size: 20px;
}

.customerServiceHead>div {
    position: absolute;
    cursor: pointer;
    top: 0;
    right: 8px;
    width: 16px;
    height: 3px;
    padding: 12px 6px;
    background-color: inherit;
}

.customerServiceHead>div div {
    background-color: #222;
    width: 100%;
    height: 100%;
}

.customerServiceBody {
    width: 94%;
    height: calc(100% - 215px);
    padding: 10px 3% 20px;
    overflow: auto;
}

.Service {
    width: 70%;
    display: flex;
    align-items: start;
    margin-top: 8px;
}

.Service>div:first-child>img {
    width: 38px;
    height: 38px;
    border-radius: 2px;
    margin-top: 8px;
    margin-right: 6px;
}

.Service>div:last-child {
    max-width: calc(100% - 50px);
}

.Service>div:last-child>span {
    font-size: 12px;
    color: #aaa;
}

.Service>div:last-child>p {
    background-color: #fff;
    padding: 6px 8px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 14px;
}

.questionPer {
    cursor: pointer;
    font-size: 15px;
    font-weight: bolder;
    color: #666;
    margin-top: 10px;
    display: block;
}

.questionPer:hover {
    color: #3898e6;
}

.Person {
    width: 70%;
    display: flex;
    justify-content: end;
    float: right;
    margin-top: 8px;
}

.Person>div:first-child {
    max-width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    text-align: end;
}

.Person>div:first-child>span {
    font-size: 12px;
    color: #aaa;
}

.Person>div:first-child>p {
    background-color: #fff;
    padding: 0 8px 6px 8px;
    margin-top: 10px;
    border-radius: 4px;
    font-size: 14px;
    text-align: left;
}

.Person>div:last-child>img {
    width: 38px;
    height: 38px;
    border-radius: 2px;
    margin-top: 8px;
    margin-left: 6px;
}

.customerServiceInput {
    padding: 16px 3%;
    border-top: 1px solid #dadada;
}

.customerServiceInput textarea {
    width: 100%;
    font-size: 15px;
}

.customerServiceInput button {
    width: 146px;
    padding: 4px 0;
    background-color: #e7e7e7;
    font-size: 15px;
    color: #60e44f;
    border-radius: 2px;
    float: right;
}

.LinkPicture {
    position: fixed;
    top: 10vw;
    width: 100%;
    z-index: 100;
    text-align: center;
    display: none;
}

.LinkPicture img {
    box-shadow: 0 0 3px 1px rgb(219, 228, 231);
    border-radius: 2px;
    width: 600px;
}

.business img {
    width: 140px;
    height: 140px;
}

.b1 {
    font-size: 20px;
    padding: 15px;
    margin: 10px 0px;
    background: antiquewhite;
}

.b1>b {
    cursor: pointer;
}

.b2 {
    display: flex;
}

.b2 div {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(235, 235, 235);
    padding: 10px;
    width: 150px;
    margin: 0px 5px;
}

.b2 div span {
    font-size: 14px;
    margin: 4px 0px;
    color: #666;
    margin-left: 6px;
    width: 145px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b2 div label {
    color: red;
    font-size: 16px;
}

.nds_w {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    margin: 20px auto;
    background-color: #fff;
    padding: 0 20px 0
}

.nds_w>img {
    width: 32%;
}