body{
background: #fff;
font-family: "Times New Roman";
}


.head{
  position: absolute;
  top: 0;
  margin:0 auto;
  left:0;
  right:0;
  height: 100vh;
}

.content{
  position: absolute;
  display: block;
  top: 70px;

  height: calc(100vh - 160px);

  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: auto;

}
.boxbin{
  position: relative;
  width: calc(90% - 90px);
  left: 90px;
  height: 40px;
}
.SizeTex{
   position: relative;
  display: inline-block;
  top: 4px;
  font-size: calc(8px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
  margin: 0;
}

.SizeTe{
  position: relative;
  display: inline-block;
  left: 10px;
  top: 4px;
  margin: 0;
  text-align: center;
  font-size: calc(8px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
}

.SizeTepol{
    position: relative;
  display: inline-block;
left: 10px;
  top: 4px;
   margin: 0;
}

/*---------------------------------*/
.BlockTd{
  position: relative;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin: 0 auto;
  left: 0;
  right: 0;
}


#pol{
  position: relative;
  display: block;
width: 100%;
margin: 10px auto;
  left: 0;
  right: 0;

}

.name{
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #000;
 max-width: calc(45% - 2em);
  color: #000;
  text-align: left;
  padding: 0 1em;
  outline: 0;
  cursor: caret;
  overflow-x: hidden;
  overflow-y: hidden;
 white-space: nowrap;
  -webkit-text-size-adjust: none;
}

.name::-webkit-scrollbar {
  width: 0;
  opacity: 0;
}

.nameText{
  bottom: 0;
}


.tdHearz{
  position: relative;
  display: inline-block;
  color: #000;
  margin: 0 10px;
  height: 60px;
  max-width: 45%;
  line-height: 60px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
 -webkit-text-size-adjust: none;
}
.tdHearz::-webkit-scrollbar {
  height: 0;
}

.del{
  position: relative;
  display: inline-block;
  border-bottom: 0;
  width: 40px;
  font-size: calc(14px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
  color: #000;
  cursor: pointer;
  font-weight: bold;
  transform: translateY(-40%);
  padding: 0;
  margin: auto 0;
}

.del:hover{
 opacity: 0.7;
}


.heart{
display: block;
width: 90%;
margin: auto;
}



.xui{
 width: 50%;
}

.AppTr{
  position: relative;
  display: block;
  top: 10px;
  left: 2em;
   background: #A8E4A0;
  color: #000;
  border: 0;
  padding: 3px 15px;
  font-size: calc(12px + (4 + 4 * 0.7) * ((100vw - 320px)/1000));
  border-radius: 3px;
  cursor: pointer;
   font-family: "Times New Roman";
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-o-user-select: none;
-webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
-moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
border: 1px solid #000;
}

.BlockmP2{
    position: relative;
  display: inline-block;
  margin: 0 5px;
  left: 15px;
  -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-o-user-select: none;
  height: 100%;
}

.plus{
  position: relative;
  display: block;
  font-size: calc(10px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
  color: #000;
  cursor: pointer;
  top: 0;
  margin-bottom: 1px;
  padding: 0;
}
.plus:hover{
background: #A8E4A0;;
}

.minus{
  position: relative;
  display: block;
  font-size: calc(8px + (8 + 8 * 0.7) * ((100vw - 320px)/1000));
  color: #000;
  cursor: pointer;
  bottom: 0;
  text-align: center;
}
.minus:hover{
background: #A8E4A0;;
}















