body {
    background: #ffffff;
}

.content {
    padding: 0;
}

.roundTop {
    background: linear-gradient(180deg, #232526, #414345);
}

.shopDetail {
    padding            : 0.5rem;
    width              : 100%;
    color              : black;
    /* background-color: #00ffff; */
}

.shopDrow1,
.shopDrow2,
.shopDrow3 {
    margin-bottom: 0.3rem;
}

.shopDrow1 {
    display            : flex;
    /* background-color: pink; */
}

.shopD1Left {
    position           : relative;
    width              : 4rem;
    height             : 4rem;
    border-radius      : 5px;
    /* background-color: skyblue; */
    flex-shrink        : 0;
    box-shadow         : rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.shopImg {
    max-width    : 100%;
    border-radius: 5px;
}

.replaceImg {
    position        : absolute;
    right           : 0;
    bottom          : 0;
    width           : 0.8rem;
    height          : 0.8rem;
    border-radius   : 5px;
    background-color: #fff;
    box-shadow      : rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.replaceImg img {
    max-width: 80%;
}

.shopD1Right {
    display        : flex;
    flex-direction : column;
    justify-content: space-around;
    margin-left    : 0.5rem;
    flex           : 1;
}

.shopD1Right .shopName {
    font-size  : 0.9rem;
    font-weight: 700;
}

.shopD1Right .shopPhone {
    display            : flex;
    justify-content    : space-between;
    align-items        : center;
    width              : 100%;
    /* background-color: pink; */
}

.phoneleft {
    display    : flex;
    align-items: center;
}

.phoneright {
    padding         : 0.1rem;
    border-radius   : 3px;
    font-size       : 0.55rem;
    color           : #fff;
    background-color: rgb(0, 150, 255);
}

.telephoneIcon {
    width : 0.8rem;
    height: 0.8rem;
}

.telephoneIcon img {
    max-width: 100%;
}

.otherInfo {
    display            : flex;
    /* background-color: #fff; */
}

.otherInfo>div {
    margin-right: 0.2rem;
}

.shoplevel {
    display         : flex;
    align-items     : center;
    padding         : 0.15rem;
    border-radius   : 3px;
    font-size       : 0.5rem;
    background-color: #fff;
}

.shoplevel {
    color : #000000;
    border: 1px solid #000000;
}

.statusIcon {
    width : 0.6rem;
    height: 0.6rem;
}

.shoplevel .statusIcon img {
    max-width: 120%;
}

/* .shopShare {
    background-color: rgb(0, 195, 255);
} */

/* .shopDrow2 {
    background-color: rgb(173, 0, 29);
} */

.shopDrow2 .shopD2row {
    /* margin-bottom: 0.3rem; */
    padding            : 0.5rem 0;
    border-bottom      : 1px solid #f0f0f0;
    /* background-color: rgb(0, 153, 255); */
}

.shopD2row:nth-child(1) {
    display   : flex;
    border-top: 1px solid #f0f0f0;
}

.addressIcon {
    width              : 1.5rem;
    /* height          : 0.8rem; */
    flex-shrink        : 0;
    /* background-color: #fff; */
}

.addressIcon img {
    max-width: 70%;
}

.addressP {
    display            : flex;
    align-items        : center;
    margin-left        : 0.2rem;
    /* background-color: #fff; */
}

.scroll {
    position           : relative;
    padding            : 0.4rem 0;
    height             : 4.4rem;
    overflow-y         : hidden;
    overflow-x         : scroll;
    /* border-bottom      : 1px solid #f0f0f0; */
    margin-bottom: .5rem;
    /* box-shadow      : rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* background-color: #fce38a; */
    /* background-color: #8ac9fc; */
}

.scroll::-webkit-scrollbar {
    display: none;
}

.scroll .scrollBox {
    position           : absolute;
    display            : flex;
    align-items        : center;
    height             : 3.6rem;
    /* background-color: #fce38a; */
}

.scroll .manner {
    position        : relative;
    margin-right    : 0.2rem;
    width           : 4.5rem;
    height          : 100%;
    border-radius   : 0.2rem;
    background-color: white;
    margin-right    : .5rem;
}

.scroll .manner .mannerImg {
    position        : relative;
    width           : 100%;
    height          : 110%;
    border-radius   : 0.2rem;
    overflow        : initial;
    background-color: rgb(230, 230, 230);
}

.scroll .manner .mannerImg a {
    position     : absolute;
    width        : 1rem;
    right        : -.4rem;
    top          : -.4rem;
    background   : white;
    border-radius: 50px;
    height       : 1rem;
}

.hideFile {
    position           : absolute;
    top                : 0;
    left               : 0;
    width              : 100%;
    height             : 100%;
    /* background-color: #fff; */
    opacity            : 0;
}

.imgshadow {
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 110%;
    background-image: linear-gradient(180deg,
            hsla(0, 0%, 0%, 0),
            hsla(0, 0%, 0%, 0),
            hsla(0, 0%, 0%, 0),
            hsla(0, 0%, 0%, 0.3),
            hsla(0, 0%, 0%, 1));
    pointer-events: none;
}


.addImgMH {
    max-width : none;
    max-height: 100%;
}

.addImgMW {
    max-width: 100%;
}

.mannerImg .addIcon {
    max-width: 40%;
}

.scroll .manner .mannerName {
    position           : absolute;
    left               : 0.2rem;
    bottom             : 0.2rem;
    font-size          : 0.5rem;
    font-weight        : 700;
    text-align         : center;
    color              : rgb(255, 255, 255);
    white-space        : nowrap;
    /* background-color: pink; */
}

.shopDrow3 {
    /* display: flex;
    justify-content: center; */
    width     : 100%;
    text-align: center;
}

.shopDrow3 .shopD3row {
    width              : 8rem;
    height             : 8rem;
    padding            : 0.5rem;
    border-radius      : 5px;
    margin             : 0 auto;
    /* background-color: #fff;
    box-shadow         : rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px; */
}

#ORcode {
    display        : flex;
    justify-content: center;
    align-items    : center;
    /* padding     : 0.5rem; */
    width          : 100%;
    height         : 100%;
    background     : rgb(255, 255, 255);
}

#ORcode canvas,
#ORcode img {
    width : 100% !important;
    height: 100% !important;
}

.cropImg {
    position        : fixed;
    top             : 0;
    left            : 0;
    display         : flex;
    flex-direction  : column;
    width           : 100%;
    height          : 100%;
    background-color: black;
    z-index         : 200;
}

.cropImg .head {
    color           : #fff;
    background-color: black;
}

.cropBox {
    flex               : 1;
    width              : 100%;
    /* background-color: #fff; */
}

.showheadImg {
    width              : 100%;
    height             : 100%;
    /* background-color: brown; */
}

.contentImg {
    width              : 100%;
    height             : 100%;
    /* background-color: #fff; */
}

.contentImg img {
    max-width : 100%;
    max-height: 100%;
}

.imgbtns {
    position           : fixed;
    left               : 0;
    bottom             : 0;
    display            : flex;
    padding            : 1rem 0.5rem;
    width              : 100%;
    color              : #fff;
    /* background-color: skyblue; */
}

.imgbtns button {
    position        : relative;
    flex            : 1;
    display         : flex;
    align-items     : center;
    padding         : 0.5rem;
    border-radius   : 5px;
    background-color: #292929;
    border          : 0;
    color           : white;
}

.btnsIcon {
    width : 0.8rem;
    height: 0.8rem;
}

.btnsIcon img {
    max-width: 100%;
}

.imgbtns p {
    margin: 0 0.2rem;
}