

@import "./public.css";

@import "./publice.css";

/* normalize  */
@import "./normalize.css";

/* iconfont  */
@import "//at.alicdn.com/t/font_1906880_t3bhqn02jrm.css";
@import "./public_details.css";
@import "./btn.css";

html,
body {
  font-size: 14px;
}
li {
  list-style: none;
}

.user-content {
  background-color: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 60px;
}
[hide]{
  display: none;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}
.full-box{
  position: fixed ;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.position-center{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);

}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-box {
  width: 1230px;
  margin: 0 auto;
}

.main-table {
  width: 100%;
  border-collapse: collapse;
}

.flex-column {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

:root {
  --main-color: #00a8d4;
  --main-color-2: #00baeb;
  --text-color-3: #333;
  --text-color-6: #666;
}
.avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

