*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img, input {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #333333;
}
a:link {
  color: #333333;
}
input textarea{
  outline: none;
  border: 0;
  resize: none;
}
ul, ol {
  list-style: none;
}
body, html {
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1200px;
}
article, aside, blockquote, body, button, dd, dl, dt, 
fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, 
hgroup, input, legend, li, menu, nav, ol, p, pre, section, 
td, textarea, th, ul {
  margin: 0;
  padding: 0;
}

.flex-wrap {
  flex-wrap: wrap;
}
.flex {
  display: flex;
}
.flex1 {
  flex: 1;
}
.f-j-s {
  justify-content: space-between;
}
.f-a-c {
  align-items: center;
}
.size13 {
  font-size: 13px;
}
.size16 {
  font-size: 16px;
}
.size18 {
  font-size: 18px;
}
.size36 {
  font-size: 36px;
}
.size48 {
  font-size: 48px;
}
.c-3 {
  color: #333333;
}
.c-6 {
  color: #666666;
}
.c-9 {
  color: #999999;
}
.c-red {
  color: #FF0000;
}
.t-c {
  text-align: center;
}
.pt-40 {
  padding-top: 40px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-30 {
  margin-top: 30px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.px-40 {
  padding: 0 40px;
}
.py-16 {
  padding: 16px 0;
}
.bg-white {
  background-color: #fff;
}
.bb-f0 {
  border-bottom: 1px solid #f0f0f0;
}
.v-center {
  display: flex;
  align-items: center;
}
.eli-2, .eli-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.deleteBtn {
  z-index: 200;
  position: absolute;
  right: 6px;
  top: 6px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.mask  {
  z-index: 9999;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
	.tanma-bottom-container .tanma-bottom-wrap .left {
    margin-left: 0!important;
  }
}
