html,
body {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    overflow-y: scroll;
    margin: 0;
}

button {
    border: 0;
    outline: 0;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
}

ul,
ol,
li {
    list-style: none;
    height: auto;
}

img {
    vertical-align: middle;
}

button,
input,
textarea {
    color: inherit;
    font: message-box;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="search"] {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    color: #333;
    font-size: .3rem;
    padding: 0;
    margin: 0;
}

input[type="text"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder {
    color: #999;
    font-size: .24rem;
}

.baseC {
    color: #ff5673;
}

.header .back,
.header .more {
    width: 1rem;
}

.header {
    height: .88rem;
    line-height: .88rem;
    background-color: #fff;
}

.my-header {
    display: flex;
    height: .88rem;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 .3rem;
    box-sizing: border-box;
}

.header-back {
    font-size: .28rem;
    padding-left: .26rem;
    background: url('../img/back.png') left center/.15rem .28rem no-repeat;
}

.header-right,
.header-back {
    min-width: 1rem;
    box-sizing: border-box;
}

.container {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.flex-container {
    display: flex;
    flex-direction: column;
}

.container-main {
    width: 6.9rem;
    margin: 0 auto;
    position: relative;
}


/* 伸缩容器 */

.main_con {
    display: flex;
    flex-grow: 1;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.picture-con {
    display: flex;
    align-items: center;
    justify-content: center;
}

.picture-con img {
    max-width: 100%;
    max-height: 100%;
}

.container-scroll {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.footer {
    background-color: #fff;
    position: relative;
}

.lh36 {
    line-height: .36rem;
}

.h36 {
    height: .36rem;
}

.border-b-20 {
    border-bottom: .2rem solid #eee;
}

.gray-20 {
    background-color: #eeeeee;
    height: .2rem;
    width: 100%;
}

.next-icon {
    width: .12rem;
    height: .24rem;
}

.line-88 {
    width: 6.9rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: .88rem;
}

.line-80 {
    width: 6.9rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: .80rem;
}

.line-112 {
    width: 6.9rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 1.12rem;
}

.fs-inherit div,
.fs-inherit span,
.fs-inherit a {
    font-size: inherit;
}

.color-inherit div,
.color-inherit span,
.color-inherit a {
    color: inherit;
}

.no-data {
    position: relative;
    top: 50%;
    left: 50%;
    width: 2.88rem;
    height: 3.18rem;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.no-data>img {
    width: 100%;
    height: 100%;
}

.confirm-btn {
    display: block;
    width: 6.9rem;
    height: .88rem;
    background-color: #ff5773;
    border-radius: .1rem;
    margin: .2rem auto;
    font-size: .3rem;
    color: #fff;
}


/* 列表二类按钮 */

.gray-btn {
    height: .6rem;
    line-height: .6rem;
    background-color: #ffffff;
    border-radius: .3rem;
    border: solid 1px #999999;
    padding: 0 .3rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #666;
}

.main-btn {
    height: .6rem;
    line-height: .6rem;
    background-color: #ffffff;
    border-radius: .3rem;
    border: solid 1px #ff5773;
    padding: 0 .3rem;
    box-sizing: border-box;
    font-size: .28rem;
    color: #ff5773;
}


/* 按钮 */

.vant-btn {
    border-radius: .1rem;
    width: 6.9rem;
    height: .88rem;
    margin: 0 auto;
    display: block;
    font-size: .3rem;
    color: #fff;
}

.footer_btn div {
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}


/* 悬浮拖拽样式 */

.icons-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: .8rem;
    height: .8rem;
    position: fixed;
    /*background: rgb(255, 255, 255);*/
    /* background-image: url(../../assets/img/beijtu.png); */
    background-size: 100%;
    /*box-shadow: 0px 2px 10px 0px rgba(198, 198, 198, 0.5);*/
    z-index: 1000;
    transition: all 0.3s;
    border-radius: 50%;
    /*border: 1px solid #eee;*/
}

.icons-container img {
    width: 100%;
    height: 100%;
}

.float-icon-closed {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    padding: 4px;
}

.float-icon-roomidimg {
    width: 100%;
    vertical-align: middle;
    object-fit: contain;
}

.float-icon-gif {
    width: 40px;
    height: 15px;
    position: absolute;
    bottom: 5px;
    left: 6px;
}

.span1 {
    width: 8.3333333% !important;
}

.span2 {
    width: 16.66666666% !important;
}

.span3 {
    width: 25% !important;
    /*clear: both;*/
}

.span4 {
    width: 33.33333333% !important;
}

.span5 {
    width: 41.66666666% !important;
}

.span6 {
    width: 50% !important;
}

.span7 {
    width: 58.33333333% !important;
}

.span8 {
    width: 66.666666666% !important;
}

.span9 {
    width: 75% !important;
}

.span10 {
    width: 83.333333333% !important;
}

.span11 {
    width: 91.6666666666% !important;
}

.span12 {
    width: 100% !important;
}

.span20_mall {
    width: 20% !important;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span20_mall {
    box-sizing: border-box;
    display: inline-table;
}

.van-goods-action {
    position: relative;
}

.icon-kanjia {
    width: 10px;
    height: 10px;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}


/* flex布局 */

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    list-style: none outside none;
}

.flex-sp-b {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flex-sp-a {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flex-sp-s {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.flex-sp-c {
    justify-content: center;
    -webkit-justify-content: center;
}

.flex-sp-e {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.flex-ai-s {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.flex-ai-c {
    -webkit-align-items: center;
    align-items: center;
}

.flex-ai-e {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex-grow-1 {
    flex-grow: 1;
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-row {
    flex-direction: row;
    -ms-flex-direction: row
}

.flex-column {
    flex-direction: column;
    -ms-flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}


/* header */

.header {
    background-color: #fff;
    height: .98rem;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    z-index: 999;
}

.logo-img {
    width: 2.59rem;
    height: .98rem;
}

.menu {
    width: .48rem;
    height: .48rem;
    margin-right: .3rem;
}


/* 菜单弹窗 */

.menu-popup {
    background-color: #fff;
    box-sizing: border-box;
    padding: 0rem .3rem 0rem;
    z-index: 999;
    overflow: auto;
    position: fixed;
    left: 0px;
    top: 0.99rem;
    width: 100%;
    height: calc(100% - 0.98rem);
    display: block;
    border-top: 1px solid #eee;
}

.menu-popup-list {
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    padding: .24rem 0rem;
}

.list-icon {
    width: .6rem;
    height: .6rem;
}

.list-more {
    width: .14rem;
    height: .2rem;
}


/* footer */

.footer-bg {
    width: 100%;
    height: 1.8rem;
    position: relative;
}

.footer-bg>img {
    width: 100%;
    height: 1.8rem;
}

.footer-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-content>span {
    display: block;
    text-align: center;
}

.footer-content>img {
    width: 2.47rem;
    height: .3rem;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-bottom: .2rem;
}

.main-image {
    width: 5rem;
    height: 2rem;
    margin: 0 auto;
}

.banner-img {
    width: 100%;
}

.content-box {
    box-sizing: border-box;
    padding: 0rem .3rem;
}

.text-sp1 {
    letter-spacing: 1px;
}

section {
    padding-top: 0.98rem;
    padding-bottom: .7rem;
    box-sizing: border-box;
}


/* 分页样式 */

.pagination-current {
    background-color: #000000 !important;
}


/* 登录页面样式 */

.login-logo {
    width: 1.24rem;
    height: 2.03rem;
}

.logo-en {
    width: 3rem;
    height: 1.1rem;
}

.login-content {
    box-sizing: border-box;
    padding: 0 .55rem;
}

.login-input {
    margin-top: 0.55rem;
}

.login-input input {
    width: 100%;
    height: .88rem;
    border-radius: 2rem;
    border: 1px solid #000;
    margin-bottom: .17rem;
    text-align: center;
    color: #666;
    font-size: .3rem;
    outline: unset;
}

.login-input input::placeholder {
    color: #666;
    font-size: .3rem;
}

.login-btn {
    background-color: #000;
    color: #fff;
    width: 100%;
    height: .88rem;
    border-radius: 1rem;
    margin-top: 1.47rem;
}

input[type=text]:focus {
    outline: none;
    border: 1px solid #000;
}


/* 发布动态样式 */

.issue-header {
    padding: 0 0.3rem;
    box-sizing: border-box;
    border-bottom: 0.02rem solid #eee;
    min-height: .88rem;
}

.issue-header-ico {
    width: 0.36rem;
    flex-shrink: 0;
}

.issue-title {
    font-size: .3rem;
    height: 1.12rem;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.12rem;
}

.issue-box {
    box-sizing: border-box;
    padding: 0 .3rem;
}

.issue-content {
    font-size: .3rem;
    border-bottom: 1px solid #e5e5e5;
    min-height: 6.52rem;
    padding-top: .22rem;
}

.issue-content>textarea {
    width: 100%;
    height: 100%;
    border: none;
    font-size: .3rem;
    min-height: 6.52rem;
    color: #999;
    outline: none;
    resize: none;
    color: #333;
}

.issue-img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: .2rem;
    display: inline-block;
    margin-right: 0.15rem;
}

.issue-img img {
    width: inherit;
    height: inherit;
}

@keyframes loading {
    from {
        transform: rotateZ(0);
    }
    to {
        transform: rotateZ(360deg);
    }
}

.loading {
    box-sizing: border-box;
    padding: .3rem;
    background-color: #eee;
    position: relative;
    display: none;
}

.loading img:first-of-type {
    width: 100%;
    height: 100%;
    animation-duration: 1s;
    animation-name: loading;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.delete-pic {
    width: .4rem !important;
    height: .4rem !important;
    position: absolute;
    top: -.14rem;
    right: -.14rem;
}

.loading-delete-pic {
    width: .4rem !important;
    height: .4rem !important;
    position: absolute;
    top: -.14rem;
    right: -.14rem;
}

.issue-btn {
    width: calc(100%/2 - .2rem);
    height: .88rem;
    background-color: #000;
    border-radius: 1rem;
    color: #fff;
    font-size: .3rem;
    text-align: center;
}

.save-btn {
    width: calc(100%/2 - .2rem);
    height: .88rem;
    background-color: #fff;
    border-radius: 1rem;
    color: #000;
    font-size: .3rem;
    text-align: center;
    border: 1px solid #000;
}

.issue-title>input[type=text]::placeholder,
.issue-content>textarea::placeholder {
    font-size: .3rem;
    color: #999;
}

.issue-title>input[type=text]:focus {
    outline: none;
    border: none;
}

.issue-content>textarea:focus {
    outline: none;
    border: none;
    color: #999;
}

.issue-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
}

.upload-type {
    /* width: 3rem; */
    /* background-color: #fff; */
    padding: 0.3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.upload-type-btn {
    color: #fff;
    font-size: 0.36rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.38rem;
    height: 0.98rem;
    border: 0.02rem solid #fff;
    border-radius: 0.06rem;
    margin-bottom: 0.4rem;
}