body * {
  box-sizing: border-box;
  flex-shrink: 0;

}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
	margin: 0;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
  background-color: transparent;
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.masks {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}
.masks img {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.layui-flow-more {
    font-size: 24px !important;
}

/*分享弹窗*/
.longen {
    width: 300px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    border: 1px solid #999999;
    margin: 50px auto 0;
    right: 0;
    bottom: 50px;
    border-radius: 10px;
    text-align: center;
    background: #FFF;
    z-index: 9;
}

.arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    /* left: 100px; */
    bottom: -40px;
    overflow: hidden;
    right: 0;
}

.arrow * {
    position: absolute;
    font-size: 27px;
    line-height: 40px;
    width: 40px;
    font-family: SimSun;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.arrow em {
    color: #999999;
    top: -15px;
}

.arrow span {
    color: #fff;
    top: -21px;
}
.layui-layer-dialog .layui-layer-content {
    font-size: 24px !important;
}
.layui-flow-more {
    font-size: 24px !important;
}
.beian_btm {
    color: rgba(191, 191, 191, 1);
    margin-top: 30px;
    text-align: center;
}
.beian_btm span { display: block; font-size: 24px}

@media screen and (max-width: 767.98px) {
    .layui-container {
        padding: 0 !important;
    }
}
