@charset "UTF-8";
.el-dialog__header {
  display: none;
}

.el-drawer__header {
  height: auto;
}

.el-dialog__body {
  padding: 0;
}

.el-message-box {
  width: 10%;
}

.el-message__icon {
  font-size: 1.1rem;
}

#acone-app {
  width: 100%;
  background-attachment: fixed;
  background-image: url("/static/my_web/img/background.png");
}
#acone-app nav {
  width: 100%;
  height: 55px;
  background-color: #222222;
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
#acone-app nav .left {
  width: 73%;
  padding-left: calc(33% - 290px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#acone-app nav .left img {
  height: 40px;
  margin-right: 20px;
}
#acone-app nav .left a:hover {
  color: #ffffff;
}
#acone-app nav .left a.header_active {
  color: #ffffff;
}
#acone-app nav .left .el-dropdown-link {
  cursor: pointer;
  color: #b2bec3;
  margin-right: 35px;
}
#acone-app nav .left .el-icon-arrow-down {
  font-size: 12px;
}
#acone-app nav .right {
  width: 27%;
  padding-right: calc(33% - 290px);
  display: flex;
  justify-content: flex-end;
}
#acone-app nav .right a {
  margin-right: 5px;
}
#acone-app nav .right img {
  width: 25px;
  margin-right: 20px;
  cursor: pointer;
}
#acone-app nav .right img:nth-child(2) {
  margin-right: 40px;
  margin-left: 20px;
}
#acone-app nav .right .el-dropdown-menu__item {
  align-items: center;
}
#acone-app nav .right .el-dropdown-menu__item img {
  width: 40px;
}
#acone-app nav .right .el-dropdown-link {
  cursor: pointer;
  color: #b2bec3;
}
#acone-app nav .right .el-icon-arrow-down {
  font-size: 12px;
}
#acone-app nav .right .el-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}
#acone-app nav .right .el-dropdown .el-dropdown-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
#acone-app nav .right .el-dropdown .el-dropdown-link img {
  width: 35px;
  border-radius: 50%;
  margin-right: 0;
}
#acone-app nav a {
  color: #b2bec3;
  margin-right: 25px;
  font-size: 16px;
}
#acone-app nav a:last-child {
  margin-right: 0;
}
#acone-app .index_headers {
  width: 100%;
  min-height: 80px;
  margin-top: 55px;
}
#acone-app .index_headers > .dynamic_shuffl {
  top: -1;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 1s;
  opacity: 0;
}
#acone-app .index_headers > .dynamic_shuffl:first-child {
  opacity: 1;
}
#acone-app .index_headers > .dynamic_shuffl img {
  width: 100%;
  overflow: hidden;
}
#acone-app main {
  /* vh是一种视窗高度单位，表示相对于视窗高度的百分比。95是header+footer高度 */
  min-height: 600px;
  display: flex;
  justify-content: center;
}
#acone-app main .main {
  width: 63%;
  min-height: 200px;
  display: flex;
  justify-content: space-between;
}
#acone-app main .main h2 {
  margin-top: 0;
  margin-bottom: 0;
}
#acone-app main .main > div > div {
  margin-bottom: 20px;
}
#acone-app main .main .left {
  width: 69%;
  margin-top: 20px;
}
#acone-app main .main .left .boutique_article > .body {
  padding: 0 20px;
}
#acone-app main .main .left .boutique_article > .body > ul {
  display: flex;
  flex-wrap: wrap;
}
#acone-app main .main .left .boutique_article > .body > ul > li {
  width: 50%;
  box-sizing: border-box;
  display: flex;
  padding: 10px 0;
}
#acone-app main .main .left .boutique_article > .body > ul > li:nth-child(1), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(3), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(5) {
  border-right: 1px solid #f0eeee;
  padding: 10px 10px 10px 0;
}
#acone-app main .main .left .boutique_article > .body > ul > li:nth-child(2), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(4), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(6) {
  padding: 10px;
}
#acone-app main .main .left .boutique_article > .body > ul > li:nth-child(1), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(2), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(3), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(4), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(5), #acone-app main .main .left .boutique_article > .body > ul > li:nth-child(6) {
  border-bottom: 1px solid #f0eeee;
}
#acone-app main .main .left .boutique_article > .body > ul > li .left_img {
  width: 40%;
}
#acone-app main .main .left .boutique_article > .body > ul > li .left_img > div {
  width: 100%;
  overflow: hidden;
  height: 80px;
}
#acone-app main .main .left .boutique_article > .body > ul > li .left_img img {
  width: 100%;
  transition: all 0.3s;
}
#acone-app main .main .left .boutique_article > .body > ul > li .left_img img:hover {
  transform: scale(1.1);
}
#acone-app main .main .left .boutique_article > .body > ul > li .right_info {
  width: 60%;
  padding-left: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#acone-app main .main .left .boutique_article > .body > ul > li .right_info h2 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#acone-app main .main .left .boutique_article > .body > ul > li .right_info h2 a {
  font-size: 20px;
}
#acone-app main .main .left .boutique_article > .body > ul > li .right_info p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777777;
}
#acone-app main .main .left .boutique_article > .body > ul > li .right_info span {
  font-size: 14px;
  color: #B2B2C2;
}
#acone-app main .main .right {
  width: 30%;
  margin-top: 20px;
}
#acone-app footer {
  width: 100%;
  height: 130px;
  display: flex;
  background-color: white;
  font-size: 14px;
  color: #333;
}
#acone-app footer .left, #acone-app footer .right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#acone-app footer .version {
  display: flex;
}
#acone-app footer .version span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  color: white;
  width: 65px;
}
#acone-app footer .version span:nth-child(1) {
  background-color: #165DFF;
  border-radius: 5px 0 0 5px;
}
#acone-app footer .version span:nth-child(2) {
  background-color: #F2F3F5;
  color: #706975;
  border-radius: 0 5px 5px 0;
}
#acone-app footer .beian a {
  display: flex;
  align-items: center;
  color: #706975;
}
#acone-app footer .beian a img {
  width: 20px;
  padding-right: 5px;
}
#acone-app footer .built_datesite {
  color: #706975;
}
#acone-app footer p {
  margin-bottom: 8px;
}
#acone-app footer .contact {
  display: flex;
  width: 100px;
  justify-content: space-between;
}
#acone-app footer .contact > div {
  position: relative;
}
#acone-app footer .contact > div .myqq {
  width: 80px;
  position: absolute;
  top: -30px;
  left: -20px;
  transition: all 0.4s;
  opacity: 0;
}
#acone-app footer .contact .svg {
  width: 40px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
#acone-app footer .contact .svg:hover ~ .myqq {
  top: -87px;
  left: -20px;
  opacity: 1;
}

.card .title {
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 20px 10px 20px;
  background-color: white;
}
.card .title h2 {
  font-size: 20px;
}
.card .title > div a {
  font-size: 14px;
  color: #959D9D;
}
.card .body {
  padding: 10px 20px 20px 20px;
  background-color: white;
  border-radius: 0 0 5px 5px;
}

.acone_gold_show {
  display: flex;
  align-items: center;
}
.acone_gold_show img {
  width: 15px;
  left: 0;
}
.acone_gold_show span {
  margin-left: auto;
  margin-right: 0;
}

.acone_points {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.delete {
  color: #f96353;
}

nav .search {
  display: inline-flex;
  margin-top: 3px;
}
nav .search input {
  height: 32px;
  width: 0;
  border: none;
  outline: none;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s;
}
nav .search button {
  color: #A7B3B7;
  border: none;
  height: 32px;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
}

nav .show_search input {
  width: 240px;
  border-radius: 5px 0 0 5px;
  padding-left: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}
nav .show_search button {
  width: 40px;
  color: #333333;
  border: none;
  outline: none;
  background-color: white;
  cursor: pointer;
  border-radius: 0 5px 5px 0;
  background-color: rgba(255, 255, 255, 0.9);
}

/*# sourceMappingURL=index.css.map */
