* {
  margin: 0;
  padding: 0;
}
input:focus-visible {
  outline-offset: none;
}
:focus-visible {
  outline: none;
}
html {
  font-size: 62.5%;
}
body{
  width: 100%;
  height: 100vh;
}
#app{
  width: 100%;
  height: 100%;
  position: relative;
}
.map {
  width: 100%;
  height: 100vh;
  position: relative;
}

.controlViews {
  position: absolute;
  left: 20px;
  bottom: 60px;
  width: 80%;
  height: 50px;
  z-index: 100;
}

.signOut {
  position: absolute;
  left: 20px;
  top: 20px;
  /*width: 60px;*/
  /*height: 30px;*/
  padding: 0;
  padding: 3px 8px;
  z-index: 100;
  border-radius: 15px;
  border: none;
  opacity: 0.6;
  outline: none;
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.signOut img {
  width: 15px;
  height: 15px;
}

.signOut span {
  position: relative;
  top: -2px;
  left: 3px;
}

.commontView {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
}

.commontView img {
  width: 32px;
  height: 32px;
  /*border-radius: 50%;*/
  position: absolute;
  left: 9px;
  top: 9px;
}

.return {
  left: 0;
  background-color: green;
}

.refresh {
  left: 70px;
}

.addIcon {
  margin-left: 140px;
}

.save {
  left: 225px;
}

.ol-zoom {
  display: none;
}

.ol-attribution {
  display: none;
}

.mapBound {
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.boundStyle {
  width: 100%;
  height: 150px;
  position: relative;
}

.boundTip {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 100;
}

.boundTip img {
  width: 100%;
  height: 100%;
}

.controlView {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
}

.controlTool {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: ;
}

.controlTool .toolBtn {
  width: 40%;
  height: 3rem;
  border-radius: 15px;
  background-color: rgb(246, 247, 248);
  font-size: 1.1rem;
}

.toolBtn .areaText {
  margin-left: 25%;
  position: relative;
  top: 20%;
}

.area {
  background-image: url('./img/mainji.png');
  background-size: 100% 100%;
}

.perimeter {
  background-image: url('./img/zhouchang.png');
  background-size: 100% 100%;
}

.areaColor {
  color: #122d5c;
}

.controlForm {
  margin-top: 5px;
  height: 75%;
  padding: 5px 10px;
}

.controlFormBorder {
  width: 100%;
  height: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.controlFormContent {
  margin: 50px 0;
  height: 40%;
  border: 1px dotted #cccccc;
  border-radius: 15px;
  padding: 5px 8px;
}

.controlLayout {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
}

.controlLayout .formName {
  color: #122d5c;
}

.controlLayout .formTool {
  color: #000000;
}

.controlLayout .formTool img {
  width: 17px;
  height: 17px;
  position: relative;
  top: 3px;
  left: 3px;
}
input {
  border: none;
  outline: none;
}
.controlLayout input {
  text-align: right;
}

.btns {
  display: flex;
  height: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.btns button {
  width: 35%;
  height: 35px;
  border-radius: 15px;
  border: none;
  outline: none;
  background-color: rgb(233, 243, 255);
  color: #4390ed;
}

.buttonActive {
  color: #ffffff !important;
  background-color: #4390ed !important;
}

.cropList {
  width: 100%;
  height: 100vh;
  z-index: 101;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.model {
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0.6;
  background: #000;
  left: 0;
  top: 0;
}

.cropList {
  width: 100%;
  height: 100vh;
  z-index: 1001;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.model {
  width: 100%;
  height: 100vh;
  position: absolute;
  opacity: 0.6;
  background: #000;
  left: 0;
  top: 0;
}

.cropContent {
  width: 100%;
  height: 50%;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 10px;
  overflow: auto;
}

.cropTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  margin-top: 10px;
  padding: 5px 10px;
}

.woring {
  font-size: 1.9rem;
}

.cropContentList ul {
  list-style: none;
  padding: 0 10px;
}

.cropContentList ul li {
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  padding: 5px 8px;
  border-bottom: 1px solid #cccccc;
}

.activeColor {
  color: #4390ed;
}

.tipbox {
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #ff976a;
  color: #ffffff;
  z-index: 1002;
  display: block;
}

.pointIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
}
