.home {
  position: relative
}

.home .hm_header {
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 16px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100000
}

.home .hm_header .hm_logo {
  width: auto;
  height: 51px;
}

.home .hm_header .scrolls {
  width: 500px;
  height: 40px;
  font-size: 14px;
  color: #2c1815;
  letter-spacing: 0;
  line-height: 40px;
  background-color: #fffbe6;
}

.home .hm_header .hm_right {
  display: flex;
  cursor: pointer;
}

.home .hm_header .hm_right .hm_ricon {
  display: flex;
  align-items: center;
  margin-right: 26px;
}

.home .hm_header .hm_right .hm_ricon .hm_av {
  width: 24px;
  height: 24px;
  border: 1px solid #000;
  border-radius: 50%;
}

.home .hm_header .hm_right .hm_ricon .hm_tis {
  margin-left: 10px;
  font-size: 14px;
  color: #2c1815;
  letter-spacing: 0;
  line-height: 22px;
}
.hm_dir {
  position: absolute;
  bottom: 27%;
  right: 24px;
  writing-mode: vertical-lr;
  background-color: #FF690E;
  padding: 26px 11px;
  border-radius: 50px;
  color: #fff;
  font-size: 24px;
}

.home .hm_banner {
  width: 100%;
  height: 39%;
  background-color: #fff;
}

.home .hm_banner .hm_text {
  position: absolute;
  width: 636px;
  top: 42%;
  transform: translateY(-50%);
}

.home .hm_banner .hm_text .hm_time {
  margin-top: 4%;
  color: #fff;
  opacity: .8;
  display: flex;
  margin-bottom: 5%;
}

.home .hm_banner .hm_text .hm_time .hm_line .hm_cirli {
  display: flex;
  height: 22px;
  align-items: center;
  padding: 6px 0
}

.home .hm_banner .hm_text .hm_time .hm_line .hm_cirli .hm_cir {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%
}

.home .hm_banner .hm_text .hm_time .hm_line .hm_cirli .hm_li {
  width: 250px;
  height: 2px;
  background-color: #fff
}

.home .hm_banner .hm_text .hm_time .hm_line .hm_cirli .hm_lis {
  width: 350px;
  height: 2px;
  background-color: #fff
}

.home .hm_banner .hm_text .hm_title {
  margin-top: 3%;
  font-size: 43px;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 2px 5px rgba(124, 74, 0, .23);
  line-height: 56px;
}

.home .hm_banner .hm_text .hm_con {
  margin-top: 2%;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 28px;
  text-shadow: 0 1px 2px rgba(152, 91, 0, .32)
}

.home .hm_banner .hm_img_box {
  width: 100%;
  overflow: hidden
}

.home .hm_banner .hm_img_box .hm_img {
  width: 100%;
  height: 100%
}

.home .hm_tab {
  width: 100%;
  padding-bottom: 40px
}

.home .hm_tab,
.home .hm_tabs {
  display: flex;
  justify-content: center;
}

.home .hm_tabs {
  transition: all .6s linear;
  width: 1180px;
  z-index: 9
}

.home .hm_tabs .hm_boxs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  min-width: 1180px
}

.home .hm_tabs .hm_boxs .hm_box {
  overflow: hidden;
  width: 30%;
  transition: all .6s;
  border: 1px solid #f0f0f0;
  margin-bottom: 28px;
  padding: 0 24px
}
.home .hm_tabs .hm_boxs .hm_box .hm_icons {
  width: 64px;
  height: 64px;
  text-align: center;
  /* margin-top: 27px; */
  margin-top: 3%;
  position: relative;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_bi {
  text-align: left;
  width: 42px;
  height: 45px
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_jt {
  position: absolute;
  top: 28px;
  left: 3px;
  width: 41px;
  height: 29px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_dd,
.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_xs {
  position: absolute;
  top: 34px;
  left: 24px;
  width: 34px;
  height: 26px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_tbzb {
  position: absolute;
  top: 34px;
  left: 3px;
  width: 34px;
  height: 26px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_xm {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 29px;
  height: 29px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_md {
  position: absolute;
  top: 32px;
  right: 7px;
  width: 52px;
  height: 27px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_cx {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 29px;
  height: 29px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_lpyy {
  position: absolute;
  top: 28px;
  left: 8px;
  width: 42px;
  height: 29px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_zzbb {
  position: absolute;
  top: 32px;
  left: 7px;
  width: 50px;
  height: 25px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_dt {
  position: absolute;
  top: 32px;
  left: 7px;
  width: 52px;
  height: 26px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_qx {
  position: absolute;
  top: 32px;
  left: 10px;
  width: 41px;
  height: 30px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_icons .hm_jr {
  position: absolute;
  top: 28px;
  left: 3px;
  width: 41px;
  height: 29px;
  transition: all .6s
}

.home .hm_tabs .hm_boxs .hm_box .hm_ititle {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all .6s;
  margin-bottom: 4%;
}

.home .hm_tabs .hm_boxs .hm_box .hm_ititle .hm_it {
  font-size: 24px;
  color: #2c1815;
  letter-spacing: 0;
  line-height: 28px;
  /* margin-top: 16px */
}

.home .hm_tabs .hm_boxs .hm_box .hm_ititle .hm_its {
  font-size: 14px;
  color: rgba(44, 24, 21, .6);
  line-height: 20px;
  margin-top: 14px;
  text-align: center
}

.home .hm_tabs .hm_boxs .hm_box:hover {
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(134, 125, 111, .15);
  cursor: pointer;
  border-top: #FF9000 solid 3px;
}


.home .hm_tabs .hm_boxs .hm_box:hover .hm_jt {
  width: 48px;
  height: 37px;
}
.home .hm_tabs .hm_boxs .hm_box:hover .hm_it {
  color: #FF9000;
}

.hm_dir:hover {
  color: #fff;
}

.home .ant-tabs-tab {
  margin: 0 55px !important;
  padding: 0;
  font-size: 24px;
  line-height: 40px;
  color: #2c1815;
  letter-spacing: 0
}

.home .ant-tabs-nav-list {
  margin-top: 40px;
  margin-bottom: 40px
}

.home .ant-tabs-bottom>.ant-tabs-nav,
.home .ant-tabs-bottom>div>.ant-tabs-nav,
.home .ant-tabs-top>.ant-tabs-nav,
.home .ant-tabs-top>div>.ant-tabs-nav {
  margin-bottom: 0
}

@media screen and (min-height:900px){
  .hm_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.home .ant-tabs-nav-wrap,
.footer {
  display: flex;
  justify-content: center
}

.footer {
  height: 70px;
  background: #373737;
  align-items: center;
  color: #b9b9b9
}

.footer .hm_foo {
  width: 592px;
  height: 40px;
  text-align: center
}

.home .particles {
  position: absolute;
  height: 90%;
  width: 100%
}

.hm_boxbox {
  width: 100%;
  height: 100%;
  padding-left: 40px;
  box-sizing: border-box;
  /* position: absolute; */
  /* display: flex; */
  justify-content: space-between;
  align-items: center
}

@media screen and (min-width:1300px) {
  .hm_boxbox {
    padding-left: 300px;
  }

  .hm_img {
    width: 100% !important
  }
}

::-webkit-scrollbar {
  display: none
}


[class*=ant-]::-ms-clear,
[class*=ant-] input::-ms-clear,
[class*=ant-] input::-ms-reveal,
[class^=ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal {
  display: none
}

body,
html {
  width: 100%
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@-ms-viewport {
  width: device-width
}

body {
  margin: 0;
  color: #333;
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: "tnum", "tnum"
}

[tabindex="-1"]:focus {
  outline: none !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5em;
  color: #222;
  font-weight: 500
}

p {
  margin-top: 0;
  margin-bottom: 1em
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help
}

address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit
}

input[type=number],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none
}

dt {
  font-weight: 500
}

dd {
  margin-bottom: .5em;
  margin-left: 0
}

blockquote {
  margin: 0 0 1em
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

a {
  color: #ff9f08;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color .3s;
  -webkit-text-decoration-skip: objects
}

a:hover {
  color: #ffb730
}

a:active {
  color: #d97e00
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0
}

a[disabled] {
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed
}

img {
  vertical-align: middle;
  border-style: none
}

svg:not(:root) {
  overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation
}

table {
  border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: .5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

mark {
  padding: .2em;
  background-color: #feffe6
}

::selection {
  color: #fff;
  background: #ff9f08
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: ""
}

.clearfix:after {
  clear: both
}

.ant-fade-appear,
.ant-fade-enter,
.ant-fade-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ant-fade-appear.ant-fade-appear-active,
.ant-fade-enter.ant-fade-enter-active {
  animation-name: antFadeIn;
  animation-play-state: running
}

.ant-fade-leave.ant-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none
}

.ant-fade-appear,
.ant-fade-enter {
  opacity: 0;
  animation-timing-function: linear
}

.ant-fade-leave {
  animation-timing-function: linear
}

@keyframes antFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1
  }
}

@keyframes antMoveDownOut {
  0% {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1
  }

  to {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0
  }
}

@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: translateX(0);
    transform-origin: 0 0;
    opacity: 1
  }
}

@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0);
    transform-origin: 0 0;
    opacity: 1
  }

  to {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0
  }
}

@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: translateX(0);
    transform-origin: 0 0;
    opacity: 1
  }
}

@keyframes antMoveRightOut {
  0% {
    transform: translateX(0);
    transform-origin: 0 0;
    opacity: 1
  }

  to {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0
  }
}

@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1
  }
}

@keyframes antMoveUpOut {
  0% {
    transform: translateY(0);
    transform-origin: 0 0;
    opacity: 1
  }

  to {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0
  }
}

@keyframes loadingCircle {
  to {
    transform: rotate(1turn)
  }
}


html {
  --antd-wave-shadow-color: #ff9f08;
  --scroll-bar: 0
}

.ant-click-animating-node,
[ant-click-animating-without-extra-node=true]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #ff9f08;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: .2;
  animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
  animation-fill-mode: forwards;
  content: "";
  pointer-events: none
}

@keyframes waveEffect {
  to {
    box-shadow: 0 0 0 #ff9f08;
    box-shadow: 0 0 0 6px #ff9f08;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
  }
}

@keyframes fadeEffect {
  to {
    opacity: 0
  }
}


@keyframes antSlideUpIn {
  0% {
    transform: scaleY(.8);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: scaleY(1);
    transform-origin: 0 0;
    opacity: 1
  }
}

@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0 0;
    opacity: 1
  }

  to {
    transform: scaleY(.8);
    transform-origin: 0 0;
    opacity: 0
  }
}

@keyframes antSlideDownIn {
  0% {
    transform: scaleY(.8);
    transform-origin: 100% 100%;
    opacity: 0
  }

  to {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1
  }
}

@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1
  }

  to {
    transform: scaleY(.8);
    transform-origin: 100% 100%;
    opacity: 0
  }
}

@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(.8);
    transform-origin: 0 0;
    opacity: 0
  }

  to {
    transform: scaleX(1);
    transform-origin: 0 0;
    opacity: 1
  }
}

@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0 0;
    opacity: 1
  }

  to {
    transform: scaleX(.8);
    transform-origin: 0 0;
    opacity: 0
  }
}

@keyframes antSlideRightIn {
  0% {
    transform: scaleX(.8);
    transform-origin: 100% 0;
    opacity: 0
  }

  to {
    transform: scaleX(1);
    transform-origin: 100% 0;
    opacity: 1
  }
}

@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0;
    opacity: 1
  }

  to {
    transform: scaleX(.8);
    transform-origin: 100% 0;
    opacity: 0
  }
}


@keyframes antZoomIn {
  0% {
    transform: scale(.2);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes antZoomOut {
  0% {
    transform: scale(1)
  }

  to {
    transform: scale(.2);
    opacity: 0
  }
}

@keyframes antZoomBigIn {
  0% {
    transform: scale(.8);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes antZoomBigOut {
  0% {
    transform: scale(1)
  }

  to {
    transform: scale(.8);
    opacity: 0
  }
}

@keyframes antZoomUpIn {
  0% {
    transform: scale(.8);
    transform-origin: 50% 0;
    opacity: 0
  }

  to {
    transform: scale(1);
    transform-origin: 50% 0
  }
}

@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0
  }

  to {
    transform: scale(.8);
    transform-origin: 50% 0;
    opacity: 0
  }
}

@keyframes antZoomLeftIn {
  0% {
    transform: scale(.8);
    transform-origin: 0 50%;
    opacity: 0
  }

  to {
    transform: scale(1);
    transform-origin: 0 50%
  }
}

@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0 50%
  }

  to {
    transform: scale(.8);
    transform-origin: 0 50%;
    opacity: 0
  }
}

@keyframes antZoomRightIn {
  0% {
    transform: scale(.8);
    transform-origin: 100% 50%;
    opacity: 0
  }

  to {
    transform: scale(1);
    transform-origin: 100% 50%
  }
}

@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%
  }

  to {
    transform: scale(.8);
    transform-origin: 100% 50%;
    opacity: 0
  }
}

@keyframes antZoomDownIn {
  0% {
    transform: scale(.8);
    transform-origin: 50% 100%;
    opacity: 0
  }

  to {
    transform: scale(1);
    transform-origin: 50% 100%
  }
}

@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%
  }

  to {
    transform: scale(.8);
    transform-origin: 50% 100%;
    opacity: 0
  }
}

@media screen and (max-width:768px) {
  .ant-back-top {
    right: 60px
  }
}

@media screen and (max-width:480px) {
  .ant-back-top {
    right: 20px
  }
}


@keyframes antStatusProcessing {
  0% {
    transform: scale(.8);
    opacity: .5
  }

  to {
    transform: scale(2.4);
    opacity: 0
  }
}

@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0
  }

  to {
    transform: scale(1) translate(50%, -50%)
  }
}

@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%)
  }

  to {
    transform: scale(0) translate(50%, -50%);
    opacity: 0
  }
}

@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0
  }

  to {
    transform: scale(1)
  }
}

@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1)
  }

  to {
    transform: scale(0);
    opacity: 0
  }
}

@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%
  }

  to {
    transform: translate(50%, -50%) rotate(1turn);
    transform-origin: 50%
  }
}



@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0
  }

  to {
    transform: scale(1) translate(-50%, -50%)
  }
}

@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%)
  }

  to {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0
  }
}

@keyframes card-loading {

  0%,
  to {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: .5
  }

  to {
    transform: scale(1.6);
    opacity: 0
  }
}



@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0
  }

  to {
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0
  }
}

@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}

@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0
  }

  to {
    transform: scale(1);
    opacity: 1
  }
}


@keyframes uploadAnimateInlineIn {
  0% {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0
  }
}

@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0
  }
}


.maxModalWidth {
  width: 720px !important
}

.medModalWidth {
  width: 500px !important
}

.minModalWidth {
  width: 390px !important
}


* {
  box-sizing: border-box
}

body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0
}

body,
html {
  height: 100%;
  min-width: 1200px;
  background-color: #fff
}

li,
ul {
  list-style: none
}

a {
  text-decoration: none;
  font-weight: 400;
  font-family: inherit
}

:active,
:focus {
  outline: 0;
  -moz-outline-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 400;
  font-size: 1em
}

.content-header {
  margin-top: 20px
}

.pagination {
  margin-top: 40px;
  margin-bottom: 40px
}

.middle-tier {
  margin-bottom: 10px
}

.style {
  margin: 0 10px 10px 0;
  padding: 10px;
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .06);
  border-radius: 4px
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  width: 100%
}

.list {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #222;
  letter-spacing: 0;
  line-height: 20px
}

.uls {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 2px 2px 5px #ccc;
  cursor: pointer;
  background-color: #fff
}

.lis,
.uls {
  padding: 6px
}

.topAdd {
  padding: 24px 0
}

.topAdd,
.topAdds {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%
}

.topAdds {
  padding: 22px 0
}

.titles {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #222;
  letter-spacing: 0;
  line-height: 20px
}

.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden
}

.clearfix {
  zoom: 1
}

.overflow {
  overflow: hidden
}

.posR {
  position: relative
}

.posA {
  position: absolute
}

.posF {
  position: fixed
}

.fb {
  font-weight: 700
}

.textL {
  text-align: left
}

.textC {
  text-align: center
}

.textR {
  text-align: right
}

.text2em {
  text-indent: 2em
}

.pointer {
  cursor: pointer
}

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #333 !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  background-color: transparent;
  background-image: none;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s
}

input {
  background-color: transparent
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999
}

input:-moz-placeholder,
input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #999
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999
}

::-webkit-scrollbar {
  width: 13px;
  height: 13px
}

::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 7px
}

::-webkit-scrollbar-thumb {
  background: #d5d5d5;
  border-radius: 7px
}

::-webkit-scrollbar-thumb:hover {
  background: #333
}
