/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust:none; 
}
html, body {
    min-height: 100%;
    font-family:Microsoft YaHei;
    font-weight: 400;
    color: #2A303B;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
}
ul,ol {
    list-style: none;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #2A303B;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
    background: none;
}

input:focus { 
    outline: none;
    background: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
} 

/* textarea {
    resize: none;
    overflow: auto;
} */

strong, b {
    font-weight: normal;
}

em,i {
    font-style: normal;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
body {
    font-size: .16rem;
    /* background: #FAFAFA; */
}
img{
    max-width: 800px;
    max-height: 600px;
    object-fit: contain;
    object-position: center;
}

.edit-wrap {
  position: relative;
}
.edit-wrap .edit-name {
  cursor: pointer;
}
.edit-wrap .edit-content {
  width: 2.47rem;
  height: 0.6rem;
  background: #fefefe;
  box-shadow:0 0 0.07rem 0 rgba(208,208,208,0.36); 
  position: absolute;
  top: 0.3rem;
  left: 0;
  z-index: 1000;
  padding: 0.12rem 0.1rem;
  box-sizing: border-box;
  /* display: none; */
}
.edit-wrap .edit-content .arrow-icon {
  position: absolute;
  top: -.06rem;
  left: .15rem;
  z-index: 11;
  border: 1px solid rgba(208,208,208,0.2); 
  border-right-color: transparent;
  border-bottom-color: transparent;
  width: .12rem;
  height: .12rem;
  background-color: #fefefe;
  transform: rotate(45deg);
}

.edit-wrap .edit-content.center {
  position: absolute;
  top: 0.3rem;
  left: -1.235rem;
}
.edit-wrap .edit-content.center .arrow-icon {
  position: absolute;
  top: -.06rem;
  left: 1.235rem
}

.edit-wrap .edit-content.left {
  position: absolute;
  top: 0.3rem;
  left: -2.2rem;
}
.edit-wrap .edit-content.left .arrow-icon {
  position: absolute;
  top: -.06rem;
  left: 2.18rem
}

.edit-wrap .edit-content .input-wrap {
  display: flex;
}
.edit-wrap .edit-content .input-wrap input {
  width: 1.4rem;
  height: 0.36rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d9d8d8;
  text-indent: 0.15rem;
  font-size: 0.16rem;
  text-align: left;
}
.edit-wrap .edit-content .btn-wrap {
  display: flex;
  align-items: center;
  margin-left: 0.1rem;
}
.edit-wrap .edit-content .btn-wrap a {
  margin-left: 0 !important;
  font-size: 0.14rem !important;
  color: #47A2FF;
}
.edit-wrap .edit-content .btn-wrap em {
  padding: 0 0.05rem;
  color: #47A2FF;
}