/*--公共部分--*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

body {
  font-family: 'PingFang SC Regular', 'Microsoft Yahei', 'Helvetica Neue',
    Helvetica, sans-serif;
  font-size: 14px;
  color: #333;
  font-weight: normal;
  /* background-color: #2c61ff; */
}

a {
  color: #333;
  text-decoration: none;
}

img {
  border: 0;
  display: block;
}

ul,
li {
  list-style: none;
}

.content {
  padding-bottom: 0.6rem;
}

.content .popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
  display: none;
}

.content .popup .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.4rem;
  width: 6rem;
}

.content .popup .box .text {
  font-size: 0.36rem;
  text-align: center;
}

.content .loginDia {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.content .loginDia .dialog {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.4rem;
  width: 6rem;
}

.content .loginDia .dialog .logo {
  width: 4rem;
  margin: 0 auto;
}

.content .loginDia .dialog input {
  width: 100%;
  margin: 0.3rem auto;
  display: block;
  background-color: #f4f4f7;
  padding: 0.2rem;
}

.content .loginDia .dialog .flex {
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
}

.content .loginDia .dialog .flex .newUser {
  color: #2364d2;
}

.content .loginDia .dialog .login {
  width: 100%;
  height: 0.72rem;
  text-align: center;
  color: #fff;
  line-height: 0.72rem;
  background-color: #2364d2;
  margin-top: 0.2rem;
}

.content .top {
  width: 7.5rem;
  height: 4.94rem;
  background: url('../images/bg.png') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.content .top img {
  width: 6.74rem;
  margin: 1rem auto 0;
}

.content .topWords {
  width: 6.9rem;
  margin: -1.1rem auto 0;
  background-image: linear-gradient(
    to bottom,
    rgba(89, 187, 255, 0.7),
    rgba(89, 187, 255, 0.2)
  );
  padding: 0.2rem;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.28rem;
  border-radius: 0.1rem 0.1rem 0 0;
  text-indent: 2em;
}

.content .content-box {
  background-color: #fff;
  width: 6.9rem;
  padding: 0.2rem;
  margin: 0 auto 0.2rem;
  border-radius: 0.1rem;
}

.content .content-box .title {
  color: #1143c2;
  font-size: 0.32rem;
}

.content .content-box p {
  text-indent: 2em;
  line-height: 0.4rem;
  font-size: 0.28rem;
  margin-top: 0.1rem;
}

.content .content-box .subtitle {
  background-color: #5680d2;
  color: #fff;
  font-size: 0.28rem;
  font-weight: bold;
  padding: 0.1rem 0.2rem;
  margin: 0.1rem 0 0.1rem -0.2rem;
  width: 6rem;
}

.content .content-box .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.content .content-box .qrcode {
  width: 2.64rem;
}

.content .content-box .btn {
  line-height: 0.4rem;
  font-size: 0.28rem;
  width: 3.3rem;
  flex: 0 0 3.3rem;
  height: 1.2rem;
  background: url('../images/btn.png') no-repeat;
  background-size: 100% 100%;
}

.content .form-box {
  background-color: #ffffff;
  width: 6.9rem;
  padding: 0.2rem 0.2rem 0.4rem;
  margin: -1.6rem auto 0.2rem;
  border-radius: 0.1rem;
}

.content .form-box .flex {
  display: flex;
  align-items: center;
}

.content .form-box .fileuploader {
  width: 4rem;
  border: none;
}

.content .form-box .del {
  width: 0.4rem;
  height: 0.4rem;
  background: url('../images/delete.png') no-repeat;
  background-size: 100% 100%;
}

.content .form-box .upload {
  padding: 0 0.4rem;
  background-color: #2c61ff;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  border-radius: 4px;
}

.content .form-box button#scbnt {
  width: 80px;
  height: 0.5rem;
  background-color: #fa9277;
  border: none;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
  border-radius: 3px;
}

.content .form-box button#scListAction {
  width: 80px;
  height: 0.5rem;
  background-color: #ee5b47;
  border: none;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 0.5rem;
  margin-left: 10px;
  margin-top: 0.2rem;
  border-radius: 3px;
}

.content .form-box .item {
  display: flex;
  align-items: center;
  padding: 0.3rem 0;
}

.content .form-box .item input {
  width: auto;
}

.name input,
.content .form-box input,
.content .form-box textarea,
.content .form-box select {
  border: 1px solid #c0c0c0;
  width: 100%;
  padding: 0.14rem;
  margin: 0.2rem 0;
  font-size: 0.3rem;
  border-radius: 5px;
}

.content .form-box textarea {
  height: 2rem;
}

.content .form-box .name {
  font-size: 0.3rem;
}

.content .form-box #unpublic {
  margin-left: 0.4rem;
}

.content .form-box label {
  margin-left: 0.1rem;
}

.content .form-box .nametel {
  background-color: #dcdcdc;
  padding: 0.1rem;
  margin-bottom: 0.2rem;
}

.content .form-box .nametel input {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0;
}

.content .form-box .nametel .name {
  width: 1.5rem;
}

.content .form-box .nametel .tel {
  width: 2.5rem;
}

.content .form-box .submit {
  width: 3rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background-color: #42cf10;
  color: #fff;
  font-size: 0.32rem;
  text-align: center;
  border-radius: 4px;
  margin: 0.4rem auto 0;
}

.content .footer {
  color: #477eff;
  font-size: 0.28rem;
  text-align: center;
}

.bnt1 {
  width: auto;
  background-color: #016bd5;
  border: none;
  color: #fff;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}

.nav {
  position: absolute;
  height: 50px;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}

.left-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  padding: 15px 20px;
}

.left-icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
}

.nav-w {
  font-size: 44px;
  text-align: center;
  line-height: 100px;
  height: 100px;
  font-weight: bold;
}

.files {
  margin: 0.4rem 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.div_imgall {
  border: 1px solid #ddd;
  width: 60px;
  height: 60px;
  position: relative;
  margin-left: 0.1rem;
}

.div_shuline {
  position: absolute;
  width: 50%;
  height: 2%;
  background-color: #ddd;
  left: 25%;
  top: 49%;
  z-index: 5;
}

.div_hengline {
  position: absolute;
  width: 2%;
  height: 50%;
  background-color: #ddd;
  left: 49%;
  top: 25%;
  z-index: 5;
}

.img-icon {
  font-size: 0.2rem !important;
  color: #d30b12;
  position: absolute;
  right: -0.12rem;
  top: -0.12rem;
  z-index: 38;
  border: 1px solid #d30b12;
  border-radius: 20px;
}

.deo {
  font-size: 0.24rem;
  color: #888;
}
.addrs {
  position: relative;
}
#mapOpen {
  position: absolute;
  top: calc(50% - 0.3rem);
  height: 0.6rem;
  right: 0.1rem;
}
