[aos][aos][aos-easing=linear], body[aos-easing=linear] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .25, .75, .75);
  transition-timing-function: cubic-bezier(.25, .25, .75, .75)
}

[aos][aos][aos-easing=ease], body[aos-easing=ease] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
  transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

[aos][aos][aos-easing=ease-in], body[aos-easing=ease-in] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(.42, 0, 1, 1)
}

[aos][aos][aos-easing=ease-out], body[aos-easing=ease-out] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .58, 1);
  transition-timing-function: cubic-bezier(0, 0, .58, 1)
}

[aos][aos][aos-easing=ease-in-out], body[aos-easing=ease-in-out] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.42, 0, .58, 1);
  transition-timing-function: cubic-bezier(.42, 0, .58, 1)
}

[aos][aos][aos-easing=ease-in-back], body[aos-easing=ease-in-back] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.6, -.28, .735, .045);
  transition-timing-function: cubic-bezier(.6, -.28, .735, .045)
}

[aos][aos][aos-easing=ease-out-back], body[aos-easing=ease-out-back] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.275);
  transition-timing-function: cubic-bezier(.175, .885, .32, 1.275)
}

[aos][aos][aos-easing=ease-in-out-back], body[aos-easing=ease-in-out-back] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
  transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

[aos][aos][aos-easing=ease-in-sine], body[aos-easing=ease-in-sine] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
  transition-timing-function: cubic-bezier(.47, 0, .745, .715)
}

[aos][aos][aos-easing=ease-out-sine], body[aos-easing=ease-out-sine] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
  transition-timing-function: cubic-bezier(.39, .575, .565, 1)
}

[aos][aos][aos-easing=ease-in-out-sine], body[aos-easing=ease-in-out-sine] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
  transition-timing-function: cubic-bezier(.445, .05, .55, .95)
}

[aos][aos][aos-easing=ease-in-quad], [aos][aos][aos-easing=ease-in-cubic], [aos][aos][aos-easing=ease-in-quart], body[aos-easing=ease-in-quad] [aos], body[aos-easing=ease-in-cubic] [aos], body[aos-easing=ease-in-quart] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
  transition-timing-function: cubic-bezier(.55, .085, .68, .53)
}

[aos][aos][aos-easing=ease-out-quad], [aos][aos][aos-easing=ease-out-cubic], [aos][aos][aos-easing=ease-out-quart], body[aos-easing=ease-out-quad] [aos], body[aos-easing=ease-out-cubic] [aos], body[aos-easing=ease-out-quart] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

[aos][aos][aos-easing=ease-in-out-quad], [aos][aos][aos-easing=ease-in-out-cubic], [aos][aos][aos-easing=ease-in-out-quart], body[aos-easing=ease-in-out-quad] [aos], body[aos-easing=ease-in-out-cubic] [aos], body[aos-easing=ease-in-out-quart] [aos] {
  -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

[aos][aos][aos-duration='50'], body[aos-duration='50'] [aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms
}

[aos][aos][aos-duration='100'], body[aos-duration='100'] [aos] {
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

[aos][aos][aos-duration='150'], body[aos-duration='150'] [aos] {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms
}

[aos][aos][aos-duration='200'], body[aos-duration='200'] [aos] {
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

[aos][aos][aos-duration='250'], body[aos-duration='250'] [aos] {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms
}

[aos][aos][aos-duration='300'], body[aos-duration='300'] [aos] {
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

[aos][aos][aos-duration='350'], body[aos-duration='350'] [aos] {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms
}

[aos][aos][aos-duration='400'], body[aos-duration='400'] [aos] {
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

[aos][aos][aos-duration='450'], body[aos-duration='450'] [aos] {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms
}

[aos][aos][aos-duration='500'], body[aos-duration='500'] [aos] {
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

[aos][aos][aos-duration='550'], body[aos-duration='550'] [aos] {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms
}

[aos][aos][aos-duration='600'], body[aos-duration='600'] [aos] {
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

[aos][aos][aos-duration='650'], body[aos-duration='650'] [aos] {
  -webkit-transition-duration: 650ms;
  transition-duration: 650ms
}

[aos][aos][aos-duration='700'], body[aos-duration='700'] [aos] {
  -webkit-transition-duration: .7s;
  transition-duration: .7s
}

[aos][aos][aos-duration='750'], body[aos-duration='750'] [aos] {
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms
}

[aos][aos][aos-duration='800'], body[aos-duration='800'] [aos] {
  -webkit-transition-duration: .8s;
  transition-duration: .8s
}

[aos][aos][aos-duration='850'], body[aos-duration='850'] [aos] {
  -webkit-transition-duration: 850ms;
  transition-duration: 850ms
}

[aos][aos][aos-duration='900'], body[aos-duration='900'] [aos] {
  -webkit-transition-duration: .9s;
  transition-duration: .9s
}

[aos][aos][aos-duration='950'], body[aos-duration='950'] [aos] {
  -webkit-transition-duration: 950ms;
  transition-duration: 950ms
}

[aos][aos][aos-duration='1000'], body[aos-duration='1000'] [aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

[aos][aos][aos-duration='1050'], body[aos-duration='1050'] [aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s
}

[aos][aos][aos-duration='1100'], body[aos-duration='1100'] [aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s
}

[aos][aos][aos-duration='1150'], body[aos-duration='1150'] [aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s
}

[aos][aos][aos-duration='1200'], body[aos-duration='1200'] [aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s
}

[aos][aos][aos-duration='1250'], body[aos-duration='1250'] [aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s
}

[aos][aos][aos-duration='1300'], body[aos-duration='1300'] [aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s
}

[aos][aos][aos-duration='1350'], body[aos-duration='1350'] [aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s
}

[aos][aos][aos-duration='1400'], body[aos-duration='1400'] [aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s
}

[aos][aos][aos-duration='1450'], body[aos-duration='1450'] [aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s
}

[aos][aos][aos-duration='1500'], body[aos-duration='1500'] [aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s
}

[aos][aos][aos-duration='1550'], body[aos-duration='1550'] [aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s
}

[aos][aos][aos-duration='1600'], body[aos-duration='1600'] [aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s
}

[aos][aos][aos-duration='1650'], body[aos-duration='1650'] [aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s
}

[aos][aos][aos-duration='1700'], body[aos-duration='1700'] [aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s
}

[aos][aos][aos-duration='1750'], body[aos-duration='1750'] [aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s
}

[aos][aos][aos-duration='1800'], body[aos-duration='1800'] [aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s
}

[aos][aos][aos-duration='1850'], body[aos-duration='1850'] [aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s
}

[aos][aos][aos-duration='1900'], body[aos-duration='1900'] [aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s
}

[aos][aos][aos-duration='1950'], body[aos-duration='1950'] [aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s
}

[aos][aos][aos-duration='2000'], body[aos-duration='2000'] [aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s
}

[aos][aos][aos-duration='2050'], body[aos-duration='2050'] [aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s
}

[aos][aos][aos-duration='2100'], body[aos-duration='2100'] [aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s
}

[aos][aos][aos-duration='2150'], body[aos-duration='2150'] [aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s
}

[aos][aos][aos-duration='2200'], body[aos-duration='2200'] [aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s
}

[aos][aos][aos-duration='2250'], body[aos-duration='2250'] [aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s
}

[aos][aos][aos-duration='2300'], body[aos-duration='2300'] [aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s
}

[aos][aos][aos-duration='2350'], body[aos-duration='2350'] [aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s
}

[aos][aos][aos-duration='2400'], body[aos-duration='2400'] [aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s
}

[aos][aos][aos-duration='2450'], body[aos-duration='2450'] [aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s
}

[aos][aos][aos-duration='2500'], body[aos-duration='2500'] [aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s
}

[aos][aos][aos-duration='2550'], body[aos-duration='2550'] [aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s
}

[aos][aos][aos-duration='2600'], body[aos-duration='2600'] [aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s
}

[aos][aos][aos-duration='2650'], body[aos-duration='2650'] [aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s
}

[aos][aos][aos-duration='2700'], body[aos-duration='2700'] [aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s
}

[aos][aos][aos-duration='2750'], body[aos-duration='2750'] [aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s
}

[aos][aos][aos-duration='2800'], body[aos-duration='2800'] [aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s
}

[aos][aos][aos-duration='2850'], body[aos-duration='2850'] [aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s
}

[aos][aos][aos-duration='2900'], body[aos-duration='2900'] [aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s
}

[aos][aos][aos-duration='2950'], body[aos-duration='2950'] [aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s
}

[aos][aos][aos-duration='3000'], body[aos-duration='3000'] [aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s
}

[aos][aos][aos-delay='50'], body[aos-delay='50'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='50'].aos-animate, body[aos-delay='50'] [aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

[aos][aos][aos-delay='100'], body[aos-delay='100'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='100'].aos-animate, body[aos-delay='100'] [aos].aos-animate {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

[aos][aos][aos-delay='150'], body[aos-delay='150'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='150'].aos-animate, body[aos-delay='150'] [aos].aos-animate {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms
}

[aos][aos][aos-delay='200'], body[aos-delay='200'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='200'].aos-animate, body[aos-delay='200'] [aos].aos-animate {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

[aos][aos][aos-delay='250'], body[aos-delay='250'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='250'].aos-animate, body[aos-delay='250'] [aos].aos-animate {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms
}

[aos][aos][aos-delay='300'], body[aos-delay='300'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='300'].aos-animate, body[aos-delay='300'] [aos].aos-animate {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

[aos][aos][aos-delay='350'], body[aos-delay='350'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='350'].aos-animate, body[aos-delay='350'] [aos].aos-animate {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms
}

[aos][aos][aos-delay='400'], body[aos-delay='400'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='400'].aos-animate, body[aos-delay='400'] [aos].aos-animate {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

[aos][aos][aos-delay='450'], body[aos-delay='450'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='450'].aos-animate, body[aos-delay='450'] [aos].aos-animate {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms
}

[aos][aos][aos-delay='500'], body[aos-delay='500'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='500'].aos-animate, body[aos-delay='500'] [aos].aos-animate {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

[aos][aos][aos-delay='550'], body[aos-delay='550'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='550'].aos-animate, body[aos-delay='550'] [aos].aos-animate {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms
}

[aos][aos][aos-delay='600'], body[aos-delay='600'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='600'].aos-animate, body[aos-delay='600'] [aos].aos-animate {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

[aos][aos][aos-delay='650'], body[aos-delay='650'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='650'].aos-animate, body[aos-delay='650'] [aos].aos-animate {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms
}

[aos][aos][aos-delay='700'], body[aos-delay='700'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='700'].aos-animate, body[aos-delay='700'] [aos].aos-animate {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

[aos][aos][aos-delay='750'], body[aos-delay='750'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='750'].aos-animate, body[aos-delay='750'] [aos].aos-animate {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms
}

[aos][aos][aos-delay='800'], body[aos-delay='800'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='800'].aos-animate, body[aos-delay='800'] [aos].aos-animate {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

[aos][aos][aos-delay='850'], body[aos-delay='850'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='850'].aos-animate, body[aos-delay='850'] [aos].aos-animate {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms
}

[aos][aos][aos-delay='900'], body[aos-delay='900'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='900'].aos-animate, body[aos-delay='900'] [aos].aos-animate {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

[aos][aos][aos-delay='950'], body[aos-delay='950'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='950'].aos-animate, body[aos-delay='950'] [aos].aos-animate {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms
}

[aos][aos][aos-delay='1000'], body[aos-delay='1000'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1000'].aos-animate, body[aos-delay='1000'] [aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

[aos][aos][aos-delay='1050'], body[aos-delay='1050'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1050'].aos-animate, body[aos-delay='1050'] [aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

[aos][aos][aos-delay='1100'], body[aos-delay='1100'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1100'].aos-animate, body[aos-delay='1100'] [aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

[aos][aos][aos-delay='1150'], body[aos-delay='1150'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1150'].aos-animate, body[aos-delay='1150'] [aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s
}

[aos][aos][aos-delay='1200'], body[aos-delay='1200'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1200'].aos-animate, body[aos-delay='1200'] [aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

[aos][aos][aos-delay='1250'], body[aos-delay='1250'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1250'].aos-animate, body[aos-delay='1250'] [aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s
}

[aos][aos][aos-delay='1300'], body[aos-delay='1300'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1300'].aos-animate, body[aos-delay='1300'] [aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

[aos][aos][aos-delay='1350'], body[aos-delay='1350'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1350'].aos-animate, body[aos-delay='1350'] [aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

[aos][aos][aos-delay='1400'], body[aos-delay='1400'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1400'].aos-animate, body[aos-delay='1400'] [aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

[aos][aos][aos-delay='1450'], body[aos-delay='1450'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1450'].aos-animate, body[aos-delay='1450'] [aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s
}

[aos][aos][aos-delay='1500'], body[aos-delay='1500'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1500'].aos-animate, body[aos-delay='1500'] [aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

[aos][aos][aos-delay='1550'], body[aos-delay='1550'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1550'].aos-animate, body[aos-delay='1550'] [aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s
}

[aos][aos][aos-delay='1600'], body[aos-delay='1600'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1600'].aos-animate, body[aos-delay='1600'] [aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

[aos][aos][aos-delay='1650'], body[aos-delay='1650'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1650'].aos-animate, body[aos-delay='1650'] [aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s
}

[aos][aos][aos-delay='1700'], body[aos-delay='1700'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1700'].aos-animate, body[aos-delay='1700'] [aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

[aos][aos][aos-delay='1750'], body[aos-delay='1750'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1750'].aos-animate, body[aos-delay='1750'] [aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s
}

[aos][aos][aos-delay='1800'], body[aos-delay='1800'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1800'].aos-animate, body[aos-delay='1800'] [aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

[aos][aos][aos-delay='1850'], body[aos-delay='1850'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1850'].aos-animate, body[aos-delay='1850'] [aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s
}

[aos][aos][aos-delay='1900'], body[aos-delay='1900'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1900'].aos-animate, body[aos-delay='1900'] [aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

[aos][aos][aos-delay='1950'], body[aos-delay='1950'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='1950'].aos-animate, body[aos-delay='1950'] [aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s
}

[aos][aos][aos-delay='2000'], body[aos-delay='2000'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2000'].aos-animate, body[aos-delay='2000'] [aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

[aos][aos][aos-delay='2050'], body[aos-delay='2050'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2050'].aos-animate, body[aos-delay='2050'] [aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s
}

[aos][aos][aos-delay='2100'], body[aos-delay='2100'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2100'].aos-animate, body[aos-delay='2100'] [aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s
}

[aos][aos][aos-delay='2150'], body[aos-delay='2150'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2150'].aos-animate, body[aos-delay='2150'] [aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s
}

[aos][aos][aos-delay='2200'], body[aos-delay='2200'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2200'].aos-animate, body[aos-delay='2200'] [aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s
}

[aos][aos][aos-delay='2250'], body[aos-delay='2250'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2250'].aos-animate, body[aos-delay='2250'] [aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s
}

[aos][aos][aos-delay='2300'], body[aos-delay='2300'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2300'].aos-animate, body[aos-delay='2300'] [aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s
}

[aos][aos][aos-delay='2350'], body[aos-delay='2350'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2350'].aos-animate, body[aos-delay='2350'] [aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s
}

[aos][aos][aos-delay='2400'], body[aos-delay='2400'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2400'].aos-animate, body[aos-delay='2400'] [aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s
}

[aos][aos][aos-delay='2450'], body[aos-delay='2450'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2450'].aos-animate, body[aos-delay='2450'] [aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s
}

[aos][aos][aos-delay='2500'], body[aos-delay='2500'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2500'].aos-animate, body[aos-delay='2500'] [aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s
}

[aos][aos][aos-delay='2550'], body[aos-delay='2550'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2550'].aos-animate, body[aos-delay='2550'] [aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s
}

[aos][aos][aos-delay='2600'], body[aos-delay='2600'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2600'].aos-animate, body[aos-delay='2600'] [aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s
}

[aos][aos][aos-delay='2650'], body[aos-delay='2650'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2650'].aos-animate, body[aos-delay='2650'] [aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s
}

[aos][aos][aos-delay='2700'], body[aos-delay='2700'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2700'].aos-animate, body[aos-delay='2700'] [aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s
}

[aos][aos][aos-delay='2750'], body[aos-delay='2750'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2750'].aos-animate, body[aos-delay='2750'] [aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s
}

[aos][aos][aos-delay='2800'], body[aos-delay='2800'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2800'].aos-animate, body[aos-delay='2800'] [aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s
}

[aos][aos][aos-delay='2850'], body[aos-delay='2850'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2850'].aos-animate, body[aos-delay='2850'] [aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s
}

[aos][aos][aos-delay='2900'], body[aos-delay='2900'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2900'].aos-animate, body[aos-delay='2900'] [aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s
}

[aos][aos][aos-delay='2950'], body[aos-delay='2950'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='2950'].aos-animate, body[aos-delay='2950'] [aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s
}

[aos][aos][aos-delay='3000'], body[aos-delay='3000'] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0
}

[aos][aos][aos-delay='3000'].aos-animate, body[aos-delay='3000'] [aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s
}

[aos^=fade][aos^=fade] {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all
}

[aos^=fade][aos^=fade].aos-animate {
  opacity: 1
}

[aos=fade-up] {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px)
}

[aos=fade-up].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=fade-down] {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px)
}

[aos=fade-down].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=fade-right] {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0)
}

[aos=fade-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=fade-left] {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0)
}

[aos=fade-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
  -ms-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px)
}

[aos=fade-up-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
  -ms-transform: translate(100px, 100px);
  transform: translate(100px, 100px)
}

[aos=fade-up-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
  -ms-transform: translate(-100px, -100px);
  transform: translate(-100px, -100px)
}

[aos=fade-down-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
  -ms-transform: translate(100px, -100px);
  transform: translate(100px, -100px)
}

[aos=fade-down-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos^=zoom][aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all
}

[aos^=zoom][aos^=zoom].aos-animate {
  opacity: 1
}

[aos=zoom-in] {
  -webkit-transform: scale(.6);
  -ms-transform: scale(.6);
  transform: scale(.6)
}

[aos=zoom-in].aos-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

[aos=zoom-in-up] {
  -webkit-transform: translate(0, 100px) scale(.6);
  -ms-transform: translate(0, 100px) scale(.6);
  transform: translate(0, 100px) scale(.6)
}

[aos=zoom-in-up].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=zoom-in-down] {
  -webkit-transform: translate(0, -100px) scale(.6);
  -ms-transform: translate(0, -100px) scale(.6);
  transform: translate(0, -100px) scale(.6)
}

[aos=zoom-in-down].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=zoom-in-right] {
  -webkit-transform: translate(-100px, 0) scale(.6);
  -ms-transform: translate(-100px, 0) scale(.6);
  transform: translate(-100px, 0) scale(.6)
}

[aos=zoom-in-right].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=zoom-in-left] {
  -webkit-transform: translate(100px, 0) scale(.6);
  -ms-transform: translate(100px, 0) scale(.6);
  transform: translate(100px, 0) scale(.6)
}

[aos=zoom-in-left].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

[aos=zoom-out].aos-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

[aos=zoom-out-up] {
  -webkit-transform: translate(0, 100px) scale(1.2);
  -ms-transform: translate(0, 100px) scale(1.2);
  transform: translate(0, 100px) scale(1.2)
}

[aos=zoom-out-up].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=zoom-out-down] {
  -webkit-transform: translate(0, -100px) scale(1.2);
  -ms-transform: translate(0, -100px) scale(1.2);
  transform: translate(0, -100px) scale(1.2)
}

[aos=zoom-out-down].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=zoom-out-right] {
  -webkit-transform: translate(-100px, 0) scale(1.2);
  -ms-transform: translate(-100px, 0) scale(1.2);
  transform: translate(-100px, 0) scale(1.2)
}

[aos=zoom-out-right].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=zoom-out-left] {
  -webkit-transform: translate(100px, 0) scale(1.2);
  -ms-transform: translate(100px, 0) scale(1.2);
  transform: translate(100px, 0) scale(1.2)
}

[aos=zoom-out-left].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

[aos=slide-up] {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%)
}

[aos=slide-up].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=slide-down] {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%)
}

[aos=slide-down].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=slide-right] {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0)
}

[aos=slide-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos=slide-left] {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0)
}

[aos=slide-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0)
}

[aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

[aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg)
}

[aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0)
}

[aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg)
}

[aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0)
}

[aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg)
}

[aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}

[aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg)
}

[aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0)
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar, .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-pagination-lock {
  display: none
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-scrollbar-cursor-drag {
  cursor: move
}

.swiper-scrollbar-lock {
  display: none
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container>img, .swiper-zoom-container>svg, .swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-slide-zoomed {
  cursor: move
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube {
  overflow: visible
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip {
  overflow: visible
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

@font-face {
  font-family: "iconfont";
  src: url('../fonts/Iconfont/iconfont.eot?t=1602730628048');
  src: url('../fonts/Iconfont/iconfont.eot?t=1602730628048#iefix') format('embedded-opentype'), url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAC6gAAsAAAAAUGwAAC5QAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCKUgqBhizqCAE2AiQDgWQLdAAEIAWEbQeETxsLQWWGGGwcAN5hvt1k//8tOTlsodh2HiVjGyfkqUM6KCQyuoKhXZ+R5JDrDh881Ms6loaupr145/w5u8Vym0pUkgSFp2aGTAwzpVcpJH2XacViOSItNpSS4Pm1f527ux8ZZFRUFKKKMKgSTwVhWuEqVIUieQosTN+xZXatC40wV9i4qKjEl//XlAHmnmWAZa5ZuJYHtPnZHNAmD0iqqspU2AbA8Pzcej8Wf5Fso2PIiDJgCYwaNUokUkoQhFHK6HEYA2kLtEFPjGKoGI13YGLUeUYhBt41ba6Ofn7qW7OfBs66kVDVM71A4C6FLHKq5FxGIJyAn3Pi/Mz89vy27MwCsV3PhQTTuIw8/31t/s8/cGjd97t1pj4SgxNYFS+US3BoSvgiwibMoS9ILaYDjdD4vdS07X78MgphFHdJvkW3heeT2613IQUJJFTiIUfYPA4oCVp/Pp2vqxSg6bvEARWvPCwMU5ehb787y986yXTmk0v+Duk7YH207OQXGMfylFEy5ANJQStYAlrbYco0dh5Dw7IVevXHdp37UpO+roUhkGg8ZFveZvy3UsOEAStgUiF85IpJqNZvVjo9D40BK4Xt0hLSw3s5aWB1FlOEdE0qJeWUIYu69F6ZyuxtNuE43pHfPv3hXBKRTFluu1JXbssywUeg3aYu2dfydm/UMayHIscsCrKvqbn0Ub4ns0Sppn22ivTUyK5Bhd4AQGuoWThEpcgECxMpRpwMNWppdNvhiDEX4odfXqz7NXmUQAX5TNCyi3hCKcbHTmw5jvPXzTaf7Lrc8b+CZjlPEMeniXlirTbSo16DJVWZ/6wMG9BhQatGvcpNW9duQ5lOI7o0WbFqyowKo7otW1RtzLgJk+bUyrSZr+D/wVszq0WfXI1NQ+r0ayaVw51rIfsW5m0SqAnoIXCAegIPaCAIgCWCKKgiAIMECVAQFMAwQQMMEAxAB8EELBAsQCvBlrEF9ADQS3AA5QQXME1YAdYJG1lYwBYAG4QdoIywB3QSDjLxgCMAuggnQBPBB6wQLoBVQiCDwGKQiQSWAKCCEANGCRmgmwgGLBOhMlWBMABUEwrAGBEBGCciARNEDGCSiAXMEXGAWiIDkBE1gDaiFjBPtAASoQFUEt2ANWIHYJY4AmghxgB9xHlATlwA1BCPAJv8UkENkUA3AOr4tQbQz+8eZZrBlj3Ic6N0btT2Qc9/23j6ElPlO1atFTJlijNjrlKVahVoearUKVOuVpVOSYV8oRQhGEHu3yBhPiMVz/pcUqYSlEyZKPLvzSqBgw1YzVUvDod/NVlFZEBw0cstWc0v2iZZ1jJPdDaBbgTuDkXBNNfaTGWGUYIgqyUI4AXWj3w/AEJvD9FLe65G5KhyY8T1qOr7wFlEbsvuLCMz1pUQaDtQR2to/d0rylQQRUr8b7hk3QroRA1rDzvag3HgqQkEyB2MBwtwhrxMxx5oYWvaRlLMyr9lP8/cU8pMWYBjDOSEuSjEmGIi/z+iVNHpuNIa6t2u+Xe9tLae7bpNlfWN+6FWKtmgiQRphETNCUIspX2OjJi6Yek9MScsQ/+WQdooGvWZm9C9fA+co+uv5wRwJHKLDdbsNbB44UZRb722VLSHIEDAfFkq0AANGPvk2/H1V9aJUIoedebcvxX1lGmVD3ebpTMGPTn6jhTsLkPHxwLnRS8Tyyi6PVbZ+VrmVYOnsG6OWlIKgRnWP7ak0ATWe0tOMHEF/oE+EVMjwLBuThj9eoF290b0P+qNot05JYSuOrRy2VxeSAstiQxo3dtwufO63hmttN6xDmnw7ZeEMXxhtKmoj3dtGYhzxmCUlCKZ80p5J0lIHO7E0A2jKsmvEPfGrT2qmt3qKh5U1IGhEIzktlucuSSpdKTLFVjNZtTZpkkLdtEtO6Uhut6oQSq0Shk0iFqBSHoDuVvNqU0zE9zS5JTGNVzgcpvpbqW+5W1n5yl3rUFFIpyH9NFBnFo12UsPxPNNwCn9vGF/7qI4iuo3KvwN+jGC+CaF0QnnxQyg3YsBm1EBFIiNQ+6xKIyA826eTq0yeFd6J1mT3Wqo4re4QwitmjEF/03GMg1VzPsFdwSEf9JuUwjgEEtKxFWjGBra2LjBs8glUmq+Zo7S5cbSbFN6rmcC+LF7LtYjqfJUonBCkAqNxYsQ5a+byxK5KudYCaDJnAFwtHAh99L7S98s1IgshdzDo2jpJqMQH88nAJ095ueatMIqpgxmItN2JJbppsH3zeeMR4zOqV3Lt2R37L/tr1+6Ka2avrGV2UxUeVvt9fmdpjv87Y5ReslUJlkp1bF6qZuQnDMcX3aAivRVyLx57scmqWZ666tzzoZoVFNYCkPhA5BeUrdCGDt1AjWSXlHDFzt9CId5qjOyIPO747dSDZCYgirNARSoDGxHIAAKc5UXJdMi423gLIPASROZVRWWmwoqFNY4/tOo2QhC3IgbehscVH1bYT0cWGUq50QSMBezkWrmsrQD26FV5YxltaMRu3HjPtFX2t+zY1l6MDtS6P7TZnAXFYAIMpCJ5kqGPruvfh8sa6LGnu/neJj7Yx8DsURETkklDSXODgSJa0MxuZgJozfJlXF7J5ZH6jgn1eE47158tI+V1C/dtLfcHWd7wDKQcZ5QN+PGgNQsikTW5M9ntCfQg2j0z9o1IjOl6jdGoSvIYgGWALmk7gWtF6FPM6oJAvhrTDdzzLTcJH38/AFeQwej3KGOO6y67bxGxmeB1I6KrXKXbMh2uw0Zs7mKpHREv6NVOqWO6kxBATZHdQqkdIrQSYErAZDfhx7VcAXobsQADOj396qaO4Zr3KKC2gVYTUtto7Q8wlNUi4RKCXcWFGcm5kz+i2nzlYU3s9ooqFEGzdQ+0R5vj/va5vV1GpsyK2PlajVcoTMW334c1bvSnRDme+/+VFehQ9NU3r9/aPCtETT03PCIWavUAfM1HIYK+pk+qa1HKqeJWOmNZN3ZruEpA0FgFdLIpgmhMYbxkeAEKkbx47BEzbrXzZLIvJv11OJVlEXZLg5r411JbsSs06iZIqfVZpgSg1OKOgyiyVrdx9blP6td3m4ZQLNqhV30iZVBj1lDgac3H5/s3v4XqZCZQRH5vGDESh6mYvnan78///5+ltpHNlcHXTZb+qp9t8rBwHv6dZcS84N+xb4Bfq9P7Hg4tNRQ7JOIsIV44MEFCjkdybcYoIqQ3pWYjuvQFBpkGKLIqPIYsYBzlBr6SQvWzPLC01jsRycBhUIzdZbTTCElVw1LutYSJedYZxA933h2ebMBn2w1vnaOoEwpjsJTlKi1KXwyIjnuY+ZHlrrKewYGX+Me1n+vpQWloDsiC1IBKksCeWoyWJ2occtNlX5pJI/F/F66YWUH3KJdoCWnDF1Zt/AJG5lRolShHe/eJHaThiU0brtMsbkk1hLykp7mtajA+F3gCE3ryt4WFhi7YVajBcP2si7JN/lHn8/AQ9p0gqncUzYHAcyw0i2+Phm4+Ozi42sh5HliqK4k4LKro8+uCnurVgVrh3m+ThztoC/qbMNauqmAyRH0YqX3iRtp6DU3MyjzxWnBcj4xdYOnMsUtWz4Q1RTpYkcByyj8SfVFZqsv4en78esig3WcoR2N3AHWNdHoN2qvSEd7mex/iLym3cvzGDl/Ux/hWWSpvMGDjY9n1htbcm27U6sdT6YSXZ6d6OSqXD+VX2toXkrem95ofyLd1O07TQ8JffnWn5/HN6XTN2L5XpTQ3jQwdeMKeTKX+25XhddpHDSNv9b3+r4XdON5c8TQey1zoJTrJZT6sV/6VoEAmWsxAWduHt8+vHV0oxNSzTzUux2pDsV/yzH7dBuRzft0ZmrIWvjgtv/5Q87BX1h5MIxenRtzghvoR8vcdpMkiKvepskrjBIzoB0AUAjSRCtwhqFis24EmKmp30eVpaHNMxE9HHxBoVrvaomu+gJnfUhRnO7f+yKM7JX4BfHzbLL3JaZzDsDXzrfveUWs5Z/jE9LPUTw6LmjGVsdGmV10ycQYd8vOz3A6RdChpWRV09XYml9SewaKqoNhFgHYdLojcCiagJT9ne2n3aWWdCwmVjwsn9fybPHvhpndDGM96LFMG1vEzJoOGJtzkr/ML1uWTDf625rIYKZbZVP2u8gwWzWqbw+0RrepS8LvQhsf69Fpp6BaFhQzyEY7v6P2+evl2lHh9oFAEQBJ23zWvBb4to3aIF1Oxm2/cpifbSl/HNgT5ldZlYM49LEB58nIZENehcVme8hFbhanOih9MscawsxmjAoBHJAWbRCyUaCbkGiqVvTegdHeQ1zrampz2413TA/H1OlTm78xXMVZHJI7hPZNSDwdGHTzaCTfH//867eSawN0IIwaeljvxGykkVIkj52iaLyt6TQijtZtvRReXMVev9+/WKw/Kfx0Xg2/ggAUjFcQWqJlbPrGFBlXjPxzE17lh/Eer9DxOr6SnVMsA6mp6ZlSk9VYTAlu9m0DnHgXx7ufkmp72EHzN+Ju/YI0zd078C12/piUqjqe6+vChjueTkCdJrhLYp95MDvs5uzpBSiSOHY8DQrpz6WTpW6hXRNh1f8qumEws9q2aYQMqnwGZwLpzJa6GmTSCy2Heq/BwzTROBtlfCAGeKTy3VMJV2OnTrSQvyidac8myUocXGu2T3AizQqx3TK7k5T7Z0uaVorIoefK57nFrpNkAugnWyMFw7qp5iJbHSKK4Wv0c3jKxjrTfHRteqUl03c1dJZSYG8taUkGfX4OVPrrbX5dvCx5avTfma3Tz7Nu/mVGtWgeZbT1leuvh6e+gDaVPRi2c29uWtwte3NGlcEK3xgBcIQOAZr0YsCwIwGi6TNIx8NcJd8Xs9jEtbMjST3n44M6rn3XN45TPq0Q33rNtioYq6HKIE3ExzQWTDKG4Szq9t/aj4ZJqo0Lh0xEKPXw6BhnbIS+Ip+0dFUkmwT7+WaLLmLGHdMYWmXZPe0pxmCtwe1bMfbmsV7n8sKV6YNvGuTj9CWEpeJXwl7ZUKQ1V77kJuF4jEffkDYstPabghZ6Elz3ZRXGFCs73wFIGS4EgJ7TNTd9UkrH14Sx3DkIKMaMQSB853BTeqFHpgFwekqiWhzfiY/D6FbIOBtStDmv9Pjxgwk7hZngbYI0IxXCMqVyVc0WU4XVM+B9k9EV0HA/KJ+WJ9E3lyQ/d29ss6dMwJltdCJ3ehQ0TgClphVQOJYI8pmtdpcjlnr3PcIzxRC6sRmthfB3V211pVXdyp6FLvFrUsiccoRR60m1fdc+y92VpGHuxOrhUPx6O4gOtwff9aPX35pBkh5am/2xfykUXtdM7IXauatVKDwQjGWuCMISvy18BfxIxzDLwOVIJNNEAj/aPrcR2vLbHaKjo3u9d/PpN7b9tbVdWDG8+CrYg0I6VeWtSrY9n0x3RbIQU9T6PMYHAkd/hxIR5z7m2nyk0rSVp2Ry5Z1kFvT0lHuKXf4Ls2r7xTVXl57QO2W/jqADxwIt3+gJ48ymsqVXcu5i5IXZ2OXOdsfte3GN5CPX0Vs6MlvcAS1nCCto891q5sR8KfLRts7lyF8J+VMrsepQlKP4zcUbkqD8/xtnkXvZvFcuPOifws8XHqecEEJ7cfqOLIgi5cwB/CY+ElqlrLpXoqXQyb0vmqQGaYJ52YRGECnjyJUk1tAbBXROztImKMiCtBxaCiVojMyWBMxEsf65HJtKcDHg4Cane2CfSx8PwAlceEij9jFdePRohOeWOLF0TGXkV1B+rbnhoT7PKGO/q3rHMMCVsqF1ZuBolDuX0YBSFN+yYTLM2Fu1AVBT/GDM40SeNRb14QRr+ioE29EIxZnVRKHZu+pFLlnpmWvxr+FUG4O05JN08lOvZZmxSpGH4sXAUDjW4J00ZkMYjcQfLmmN/ilUKHf7cPGcbr1ldm/5sl+ilbPatWbvyNSPQhAncvhEHU5dXlxc4ktHTY7vl3JnNIvBtydOYjMQKgfDreoN/VMQh3frOW000GH89/dB0JW5cFFIpRROB7TkRTX0ePrwoe0I3cuaUSyAk84TmeWeV9SpjEVjADhxIhzlam9V1ZWSSBBbro2yYiiNcw/bfN+y3geg1pcpIhS11M0urW01HH84wcA4ckfpFzyf315fH5ldaIPmbaddxjf5UL1tTKZWfCCsjdwl5f/TyEQuk1L/DpmgaNz6fZqhRXle+iNdFgTAMyt23tVNz3AGePrG0a3DqW14/j0dHuzFWAg6I6D+BfQDCiJoRhE22+4C4Ag4oBFFcNYRNnpHfIVhc2BYiFwJ9PQ/EyW12TY1x1p6n7l+RVFx8GLY2nG++ySvX5NmUh7P5tNAlMxKnfUq+FaAe35dgWpmBRuSAlPvU9qmioabT/uZJ0pFtTEqLOkWxwfvkE7KL5FKWXIx7ip2mOShoxCAGg3Y5maU2uL4XNwMESiE3oB5LsY3cZaadhSrOjUT4FW/e1Pl8bcB3qyCqNyC82Vsf9LL0h+vtFKgDsoAu4AJQ27MH/mZpwjYRzpLYKlAg7M9B9BVXPO3Na0RbjrS4dXo0+i0ftFL1puDHHGwXCJIOZ10jir4vE1B+teee72Mfun5m90C4Cc4Nj09NZVjHN+uLZvMmZqcvv9R8bit7abil/vTjY3w1bBHs/RHYVvMR+L+NLUhZN/Q1Cmtdpg2Gh194cId06KiTL8130pdrVcUtTDX2y9zV9f2GvVBAqitjSFgTE8/fz458au91jH5xIllTlr7pqerSi9cmJm5eKHsSmi4j1stKlLh/da/LBXpaTPPn99/IGNLA1xT36mvMtYRIZv9Nso8c3cPBa6LYqCwJCweMLBAiSp0TeBlb/tw44s2Uk+fHLGFjuRlnJtQFESEijfTrxGXEu3PGMlxIg2yfakrm5f+VJhg6eqTYpflHunNZVoIDbOHahE3TMxNfKRvayw/81hmLpTP/g+MT6rSSrDHzMfYSnHbSX2L/80rGRUWqt0rW1GGM96Uw91OfEIIJT5mPCZ6tnHL9htYPYHpn81rQYV5hcUqhNnSnVr8mPlkoT7eAvY8o+2fL8CMZAbwbmCbJ/Exc4QbTHhC3M5ddVq/dlZzn4YxUpSDMFpIqZFrgIValyhsgj2B2RbLWmO0N/RuaGPUi4T6+Elaq0M4wtVPMaQb7BskFClO+t0RLxNrCGde8dBx/wtsDJ4gHbtW7aenCEU5Xj+upHynDPwd02nrtToScqXklnE22RpbbumtSBPYLeA5GWE39uCupS2CRSsUFhmI2mP63hBeFFR5CYUnrvYlkKitUn+e6NONqy9Z3DWTjP9DDbZ51tcTMoHyv6cVC1nI8zCf+uewLMmWKq7IumxAySrfZf4ngZTAdOAi+mF+EQdWD1v7NtSregx2p37mf3b+TH7W37yoJ+Q4EEc5wdmVNbxUtj3339x86Tmi1/NsbPbElVS3KVwH+jzU8CnCiJGbjo0cLPkqTnGJF88fxxjwGSFxR/Z9F9O6b4Q73kfqeVieH7AkGZMsB7iLvn+6bgiJ2uKz6Kdns9bGT4dO5zJlzZ6uy2qLF0E9UaTTIOu+LnN2zOkn5jsgxtwbVdIPgKy7o8yfZTBPk6jsLBfjyyLoqWWEtDJz5h+VztItyNQUsiXKTCZbgxMxgpyUIBsZ+fD+3AXfLZEFPYtGKNrAuMKovE1xtwkDQYmB9s/sA2/ybxba8csGbQfXXrz4ssReKG65FSTahuix2RMsHWHTlIUcamAEnSy2+N+anKJO83PJrWoH5kjtNM7MDJ0WLHhcbmNO3Xj7Go5EQq+i18ik/M6n7A9sagrYD5JxV0lkRL5LkLPYkRdSBORBgb+VWliCLqO4BUDqXU5qs9jkVAVv3wSX2XHkESxvv7dfA+BGA6Uz0jR6uA12f6Ipmtpf45xWv6IjcKto7adlo7eAEOQTJ4j3MB2GGMqPxSdmHxWgSkzH0mFKZK9/fac/FPtcORY1P5qdty1ebrhmSn0vf/B7e9RlMeKKIj/5ds8VPLB6x54quBIe3IOsxvkUXVwkq1iJaPOg1g0gz8w1IdEhI1NimZHlUHOaUqE8zYbcHIZIxGTONWWYh//w+xFudna278U+/33CfaARtdprv9cndC5wzsd+zwcGl3jTS+y3Sva1Csqct1pt9Qu4hcu8ZksC5/RDF616qGmBBAsehe5+Ld92zEIGDdrD82bupJsDV2FqeDRcVATFQNFmPxoaP2+DwtkaTTaUDjXXEtLWOGVADQ1Q2k5rbBxJEkKxSkgECZWxIhAeAeXlQQr1nZcfAbmfktAkx03ZUFTRikjcQ8WFUDQ4tLi1Z6rXq4xfREhrVqdD2bBGA2fhrNujkdjGRbPwDFi163Qoo7E+fUe4EMTGQkIzpVIEGS6/1eu+2GbQAopeUaSZAVqxAkSxaT2x0JPuyfLLK0bm5SG3XcPUN9g6rW3rRgwbz/LkPBa+ED7mbMQmMGT1y5ZnTWCvolaFKSzD87Uo+ieH1jqv9ihh2Bo4+W7o3dDj2MuqYG0wWS9LQ5xoklV5xw2XusUcDEzRTzEs6QbpVd/vDQxa2bC/0LTQ+FoU5zt2g7cgA2psgjMUaWxM0zZMx9ZhbWXwli1wsyjfsjkDcrrodOHHInaurAaNzad5wCFjJ9zY/bG8e1T7wH9wvCAlgHSW9pr0nhZdEOWhjzPE9tFvPxunsz18iq3XNn28NPr64+6HX3ffXxBjy3e75fba3u3VQ59XVxfs251bJcAZDAA+KNm1znkdIEQ50UpPuEbDppuR5X9mBQwc2vEx/e/+FkgQvcfdzUXBb2FxcscHftJjtYTxk8P5GhbbSmbACtBjaRROKzwZa4PPL+AcWF5h0vfNbsG5oEP+nLbKn2jjrM3cBVOC1AMsG6EdL0sv9dsi+8kR8ye4nD/gcp6drZAF3TixFBtiDWG2Nb/umGAGUWCjzCGiIm8bO8auYCmIQ8xRTIHMCAAhoU/8zpHWhNYf3F8PC5pdtJ7W8I4vNriSDbe0wFn4qB1vA0IDQppbfDScpWnJgssFXUZiqsRSQhUbJSA8QzDI3cXROcJnBBva/D5TqIeShhkNW/8JJeYQQ7f+1/k3h2zNtgZTuT8E6Xt+yjdqt29WHMky29zsvOx3crhtQ2P3D5f0Pa0FxoN2zYrDmaa+k0hhRbguepX3RoFgwr3wIq3aZ6OrKxBTvZBFL71sN/LJEM3hsdI+i196WvQb0CDyEoc+D5tN+qYQ1cm8vyz89IDpadnTzpCBXSH4cuL5E7ac2I/vfMKGswap09CAAzfcQOGb6mBdi0s838XhhhsqfLmOqA5n19FEjkOtL/khw2R5xFPyJhD9ZesEGPDl0MojfK1qOYnnd3GkRrkLHR1n18VEjiODXsQltFBbaKZDglnnuBMlWCiUUCRyuQfFQywKZG78sNF2x8YZn75kn9357sHBWXr6TatIxJWhdaKsm/6HxR3eDA9DR4oLNd1JmiBhwTvE1qOtr3gzeAw/A/Y864GvDSNqpK7UHrj3OHgdCFHUShygbbtyXH+JZmlsdokOtptsj7382v1XWWKNbHhydjfCgI6y1vlGAa7rrhxom8RBUQtCQHh0PTBjG+5Gnp5F20FsQnuYSx5pbFaQH9jsuBt+Oo5ooY4n47tX2AQc6ujuZnkTC9MfiOzkVUCKVIxt2wCvh09vgytQ1dnBAga7z67Pdpr2HmFTjoUZ7E4iI72X5H623yeHksKs/x9YhBTQ8A4SZUapgfkt9yjhSnfO8529ddQEM4/Julti5zRcOV5M9V5KAIFgIcs08bSxuzFC0rF1JGRSR5VSdZMPieEkaVhPR0pKCiAPzYKkeg/tkJ4KRknIIe3oRtgokap23T37LxD5098ubzTuG97CzuCo7zLf9EAhhgbKKmQl/tsexblrvum+yYHCd99jZSWyirivr1xTm313xXPi1b4PB1r/au/21RMOdnl3neMIHRzbRVjLs47DOb474rhxOxa+O6z5W9voWzvoKz+0zMGJJCZWPO244Hq+oX205fLc3FvN9U7lb6qD3zzmDr5QnRCwa7tOdRU3915zvVF5q2fLN4/bh3JPXJ4cA0tvJOmolImrI+4+u7rAK8NwpI+cTe4bmSDu5uNxE33CmeA8QVtzqAo7SoKJpCC/oECyQXthw1bS3iBq/mxKYFG2Rzb65ICbO6TPrNbv7uEO5teumDJ699nae1pLcrBp+NEZueaRiY7Lw8I8hIYt1FVh/hVARnEtuL/rD6t6h7UMhxrzCjPDnbYdnp3V8eGQINlWJrNNRnD8lAbM5KLZdbyKrMLbGQNR/wnEVg45R1k4HrLYQZuudVgcIvThmxv3PpnVVngVfoqfWuMlV3syPLNPr5pU/hReNUS8hVPhLN3i0VngVTjQHoX64+RQnP/ebKGPjoZzn3Anq8jVXllUhvjT/JPwBpdZkcZOYUWxN4Jgb+/EmriGd9edvbAuNmWpjf+niBZBQTdoxUXKMQlp8bKNuQN/88hrk+OTKjydqznzy8XrKh6dp7p048TlCi7gVRy/dPXXFi6QA9rpP8aBIUT9gwYZgsJTpVToxGsXrzgZIpTK2HnsdCecXnKq2APPx3sUU1M98DV+mxCZbLdjDRUYASpYGkLL3czTSgHdKC3tC7G3e3nxkKupcvuzi5NNh/Ys8cnftDc9V+q++ep3/XPt4NwAO4iBz5wq7hrshKITdh6yWSPser5dJNv7OTJOFlJVwg5rICnMZkywssdOfCNNvGeQvq3+s1lPmNn3p4bpo0a/T+PMzXEzSFjI8h+LqBtvXkIJBBTpUo9cwglCcCtIX4D5n0pP1bGhnPM/p7y2rHvdop3YJKqnh5sEdmSFcMciKrvjGDo7iyId6wj82C1YLDayRnJL6XFJa4M8M+SZ8skzK6N78wN9ojcSEnANrm84mHNmyfjCIxcujHiP+NLcO9rLBBOIyPUtq3k5cpv3Ru/H14f4xHXjkxEpkP5k7bvbc4/HDoPtez1layHOr42Ul0fWoxFH7MJTzT9DYFt7JYmKCmZzGH7HdkJfcSdRyMx8xDV6TQJuUz8SRmZ4nykJ5M+8mYsPKJ/JD/dee/EtXlorUgDJSkuMivXFxAAi0YsIn55iMH93g+rr4XTMOOzg/gOHD9wyijY2tAidCLHqYEhJA6VY/1ZCiZNNYcHNK31GfZev+Npm+sC1+/Zy963jBXDQkOzlIXhaNDSHe3uteaK8jZ3w17b/iXBSSY317ZrqK7fXcpCIrgUboPVQ94IIJOfJ7Xv5q29F8ar0cdKnooEm4OQ30Ecm9Q1gQSL3ObY8tzSxNDU/CWD+9WKUpIZi6NMb7rqprJZFHQkAAxkuPkdMUiNc7is4Vho3Ttg/dnIQi2jPj3fAVdCxtaalqIRgotywPBmo4K3vAlC7dutNzufvyj1/bL3IVsFO9YUKtNoCqGstP+99Ah2KLJiuZiOh/HyrKSK/wEx43WH3+Qt/VTJarMWpkgfAXi++TmMaMY1N2kLFGNsB+MxyvfKl0YktXrCyuDgGUkK11pDSK6FlRX4AlJIMAhfIKjJTs1KlFaZQYHKyPGG2by/oTFeZq2wqRqpPRIu+YdtxS4v8BudAULyPMUT0TDMaZUXQ/oEi0cjIlGiLv7gfivii8Iywv4YGTUTf2+rdX3YXEFwaMu5VXJc5WNryCP0C3wxkz/3XO+nmYHJ8BH3/Hh0JcWt9an/Y6/DV04kaV1oMfEDf0nrJRA318FZhIkPQmS5YQHn/HLfgnXhWpkCkZi5duZONQYcXrJaChJAe8C05hhFz+rSMPsxQHvz5yNEYxihDWdt8KDqiZOjoynPnt5dZeXpseYxMBbzVa3Gu78pdLeabXyvC8WUVYrNjmpOaSxG2nRcoB3Fx8ocrXF3//92Y9R/vVPpRnLUoz0ZucHF3a/7FdUv8rgA1XKjVFqYED8jKqK+ALTOWM02WRMuTX7OhyPz8yJLpK/usqeD8kgC/89Yrg4N5vHmQ2nGlr3KhJeBkSObUJeIccUhN6mFz2JDJ94mbE8vsz4LqENmYcmi21Rw2jGGbJkYcNsYmXkzY/00YxvywYeaQ2k89NJnwFRtljmJfiTqmLo9wUrY9kkIcZg0TbGN9WRthmKkjtlHV4SaCI+I9dXXNlMkULN5WlirKHN4YhxECNqpuLR4N4VpNwNZYYpaptZKpzAayGDqgZHKZnFi6DqyJJeoYsQwOg6tk6phrZi1jytApwb8GT58yYminY2TpdMvSYrVMp1MybjCB1yFtFnosG9MpmTcYSiZEjSjHiGLDYYToQYlAxugIkzGm06lBYAJor4hKazMlY+xKOFq0KBkT9Ee7YL74OjgcJJNqDCz0NY83+cedQOfm0PScmPvhPZpQGYaAgpvS159Cwo0obgpZ8sDmzb36TANNzvKU0SQNxlPWZrNV34LXu3lznwHQh4Eb/oXEUshyMiZW2lsbS3Nv69gMaeuVVjmRBLCMPzVrKBBWCspD215kS4tJVGO+lIjD+9qlDiUk25Wk2u1LdEr1BRAOp+/BN6aSBI3lU/blgbzmjYJTGimBhCcR5WFor1ToS1SeqpSSraOCTJzOp6O78O2qlKbzDMDeuk74Qnr1mYwoNorRLqwBvL7mIEHV8uXVruvjY+r+zaMaBDRs1iec+HdzUwxRrDSrwL3CrdvKNrnDOixnOQki9S6b48P0XMAWOv0LL/VglQpqhA93IaVAKMo7ZZa8wvuSrwn9+TZLOK97bQm8L4YltRZ30cB6HG5+1PqozemmxdjzL5LWry6ES+EuNZwGp3bXlUD6b8tjXXjh35YkoRl2FEsDSwpLbCBm/XwwAUDWLzg2C/3FKJttzUVZbNwvmLBYlG+DW8i//yJIY2O301VjKALpNB9vi8ttFK4xpuIrAi28wssdaY2B1YT6sDB53fHO5bQLldGrLYPE6TNwrSOWM9+VZO3fS75E+1qPvG30puAKClKoDYHVWLRnJPBNX5Ux/9xEw3V/YbUdW2NitnbUHg2tMyS+ejlfig+hYv0tPmEulZv2pJtDPTC8B9ob7t/jUhnmo78FFUP8d0S8H6/HLpS/cl1fnEnkkcHBI5ENvhm/OOzrk4+ZH54qJb3ELV3081sn9ZEdTU07dmid3v68KH/utqF0W967z6qqbOZpZmxzq5KZ9ed8VvMEE5Q6r8UnL3pdEM4Uax+5cpjxzmIwEmOzn7050+NicH1lII7FhwGGOLzm3iJ88lo/WiAZJaHMQlx1x6AaroU3DuKqC5mXmwVy4P9g9KKHhC8y4N8LlC70SGLE71hA14t82itvuEs5vD3JV8Ur8Sb24K8dXWGdzTNmiaev21APPCPsmT4ppP+ebTm6d/0Pjx96uQncng5X3C2vZddbc+4Fwsm0yoCqNLm7+QsJFpWTUZ5suiXTPqK5NNbIHGVFONR1hBqosuRa8hb90JerjeYodsrWKJY6smyHQFB81c5BvZEe7O+cSEifXTsQoMSrPAdimXdBQmj50DrroGuiaVe0+Mvmnu9VcNEVBSmOavCi35Qg3//EazxEv5MRyKds2CS0fFbA79yWtDieWepBKb/ccoQm4NR+z/XMmVCFhni7XFwQ/ySpGLAZZfipNHYli57qEeLzU3eqfb6hqz7J2dnwp4DdV8wtJLw6y/lv+xmQm32kPNLN+7f+nWeSxJt/iaBDk8aL9SAp1Um8dIGXs8KiGMWRnpBYEXaahPiOnz3+bt8ztfNfgox0ph3BHmFYEnVQCckDKYdjfA6ZpK6wEiDmoLVQXVYrwYpuda0kcs7Xbrl7nKzlubqy5nEZPZXxZdc7plcejPkvdp36WUS3ITK+7HzH7KJPgePO0r+kUzRwoGBf7MLLGSc3uZnbXzAqsw4GYFL/8ePlJut4H1s+26KxZebN6/67l7afK3HDYcFUm37BA+RBaLCgbOrXAb5FAp6bJlBIBEmWMfTfQnG7rTYk/sIGwuWK/877BxSjW9K7N+f/jm1Wdm+rWGdyC7ffpciAQEQRtyLouNS83CD8RcMlIxEv4nrkiOtGV/cASwcc5VjKpBa+ogklUO4UBsszZ23YEIIiUH2MGdZNX+ysMHnRPfzueBTAFFUq42gpsbsaT/5EjmDiA5h+5Kd4u4dhNAiwDt+mMKQ09LBAWOLK+W2xWHjpNBaP4rDN30mmkpOIfHrATacGdxy3I9PTSErbQeA/9lGddeyos08vUKKXicQreFAiUboC5GulBL0+t44eu2HZZwk2H2EPOoa/ydaL/cMhXG8QrFicFGRpaBG0xzBBQKn+avH27y9m1Gqk+ejRZiQ122qw3OIMnMUtcxL2I7/evHuQHh315UtUlJlZVPTsbHT0X/7k3jhNvCauF/hvA5LEREmTwIgDCSKamlG0TayEV66ElYIdWd7ji2jIypGC6x4RXkQzoiRf5wmLgFXciwVmrLdmjy5PC5gj6ncXwV8Lcszlyx3NbDlDxWPjKMAdfLQsBiMBmBkeph5m5utMO0w2bPSYl1yOkOnubt0/3r8fMokx2WRtpbPUWVkNG8tMh96+m6NJTaTA7JuPwGSqdDejBunnwQ6Rae7Prbp+vP9wykRm0r+C2bHfVGq67+178Gv688IcWwtivAtlKwKskNcpLkTYbj0vFU3+SWtVvCy7o1iQ7CnmCFN8ZGk5OWnCxkNC/QDPt06RoPbZ/NnkUYHKJxcQNgCpLSCkDoDs8BSJBiCTxhEBABnxKxIJFgbf4T8AyG9NzpkUgNSZVzv/R90wogYgA6Jysgpd/hlpn4+qsQTt7FiB5J9PVTcTqclv9AqpBs8IPD71okuISPtmGDGEqZ9bH2Hu+NrN/BltSJhK5W+k/eoy4graoI9IJZAKUSUXPAnw71NfKUWMuLnJ8A913D7VrVXDPVjn/A2jyELajkcRyQOOwtfJnhD407nz4UYmh13w1A2+ICvVRrezgrDnLPyR9Osi52c1qwcR4qlH7Ec8jW3OI+XzX15kSbFlVT4U1dSdqhErcjfLvFNGLYym1BLxX6y1wFlVn5JCXzxHJP/ZdfZ14FEDQupIRbFm2rPiv0p4e2HiH6q0fCiE+83/3IzJ1sstZN6x9P/51PJS5aUHbyjFdotHVP1X0LNIpZcBb4anb/kFiJahenc7/vl6SbOfiyXYxoxtUnkmroVMhT4hV2mUL8bPCmVqrArlKh0I1WZcDF+jxXNTqajCtJcLIWn0jZCp952Qa/Q9X4z/SSjT7i+hXGNChGpXE9tmjfF0HlZLnoNqYIV+CjSUXCTbxu36DZ6jqqfNZL+/UAecLeTpcrngCxJUFf0MN9+15oSr1IvPxcpBjCRypSuYdgqt5ffz2dFcnAz1o42kgmpghX7aR0dDyT1423h+/W/wHFUNudKno/+FOuBLF/J0YeC/lMR0pboYh5vvGmJOmItX6sUnUuCPzRkSf2auTlcw7RQEtPx+3t2YY1VOyQf7dqnUvqvcDk4a5Eml6YZp/dVtbbfjer5coVSpNVrCsLp/CfzYDAyNjE1MzcwtLK2sbWzt7B0cnZxdXN3cPTy9vH0C4gA0HwJccf3kVMs+sEqzgk+Y3wEDr57ED1TJz72Wcm5gCLiymHxQYbcM1MM/x3zdHd+54GZfIufQK4zrBrTgOATKAum36d3JzKwjl564UfIr0q/cmQDJP/i/QqcOJUli05LLgK8XdIqC6MJ7DRpnTmmepk3ZrugQrDZy81TpJd6tV7PGVksql6j0gUluCj+ZOxNxLYKQu25msfHMkIVZBNfmFX1oi0aW7snBXmmJ+IyuLUfRrsRQzGjmEFjIlZe6PS6w2sZfp1uWcjSUnyu63OVoRtPC1svlQDww8aVQWzhI0WGanOTrba7Jr2VSrqWoEgA=') format('woff2'), url('../fonts/Iconfont/iconfont.woff?t=1602730628048') format('woff'), url('../fonts/Iconfont/iconfont.ttf?t=1602730628048') format('truetype'), url('../fonts/Iconfont/iconfont.svg?t=1602730628048#iconfont') format('svg')
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.icon-seo:before {
  content: ""
}

.icon-sheji:before {
  content: ""
}

.icon-yunjisuan:before {
  content: ""
}

.icon-qiye:before {
  content: ""
}

.icon-weihu:before {
  content: ""
}

.icon-youxiang:before {
  content: ""
}

.icon-qiye1:before {
  content: ""
}

.icon-ceshi:before {
  content: ""
}

.icon-dingwei2:before {
  content: ""
}

.icon-homeWWW:before {
  content: ""
}

.icon-yunfuwuqi:before {
  content: ""
}

.icon-yunfuwuqi1:before {
  content: ""
}

.icon-email:before {
  content: ""
}

.icon-icon-shop:before {
  content: ""
}

.icon-dingwei3:before {
  content: ""
}

.icon-www:before {
  content: ""
}

.icon-www1:before {
  content: ""
}

.icon-goutong:before {
  content: ""
}

.icon-goutong1:before {
  content: ""
}

.icon-chengxukaifa:before {
  content: ""
}

.icon-qianduanpeizhi:before {
  content: ""
}

.icon-diandeng:before {
  content: ""
}

.icon-guanbi:before {
  content: ""
}

.icon-fabu:before {
  content: ""
}

.icon-you:before {
  content: ""
}

.icon-xiangshang1:before {
  content: ""
}

.icon-yanzhengma:before {
  content: ""
}

.icon-tudi:before {
  content: ""
}

.icon-dingwei1:before {
  content: ""
}

.icon-weixin1:before {
  content: ""
}

.icon-quyuguanli:before {
  content: ""
}

.icon-xiangxia2:before {
  content: ""
}

.icon-ditu:before {
  content: ""
}

.icon-code:before {
  content: ""
}

.icon-left:before {
  content: ""
}

.icon-right:before {
  content: ""
}

.icon-todown:before {
  content: ""
}

.icon-toleft:before {
  content: ""
}

.icon-toright:before {
  content: ""
}

.icon-unfold:before {
  content: ""
}

.icon-xiangyou:before {
  content: ""
}

.icon-qq:before {
  content: ""
}

.icon-weixin:before {
  content: ""
}

.icon-dianhua:before {
  content: ""
}

.icon-yanzhengma2:before {
  content: ""
}

.icon-qq-copy:before {
  content: ""
}

.icon-dianhua2:before {
  content: ""
}

.icon-weibo:before {
  content: ""
}

.icon-weibo1:before {
  content: ""
}

.icon-sousuo1:before {
  content: ""
}

.icon-dingwei:before {
  content: ""
}

.icon-fenlei:before {
  content: ""
}

.icon-bofang:before {
  content: ""
}

.icon-xiangshang:before {
  content: ""
}

.icon-xiangxia1:before {
  content: ""
}

.icon-dianhua21:before {
  content: ""
}

.layui-inline, img {
  display: inline-block;
  vertical-align: middle
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

.layui-edge, .layui-header, .layui-inline, .layui-main {
  position: relative
}

.layui-body, .layui-edge, .layui-elip {
  overflow: hidden
}

.layui-btn, .layui-edge, .layui-inline, img {
  vertical-align: middle
}

.layui-btn, .layui-disabled, .layui-icon, .layui-unselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none
}

.layui-elip, .layui-form-checkbox span, .layui-form-pane .layui-form-label {
  text-overflow: ellipsis;
  white-space: nowrap
}

.layui-breadcrumb, .layui-tree-btnGroup {
  visibility: hidden
}

blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:active, a:hover {
  outline: 0
}

img {
  border: none
}

li {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

h4, h5, h6 {
  font-size: 100%
}

button, input, optgroup, option, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0
}

pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word
}

body {
  line-height: 24px;
  font: 14px Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif
}

hr {
  height: 1px;
  margin: 10px 0;
  border: 0;
  clear: both
}

a {
  color: #333;
  text-decoration: none
}

a:hover {
  color: #777
}

a cite {
  font-style: normal;
}

.layui-border-box, .layui-border-box * {
  box-sizing: border-box
}

.layui-box, .layui-box * {
  box-sizing: content-box
}

.layui-clear {
  clear: both;
}

.layui-clear:after {
  content: '\20';
  clear: both;
  display: block;
  height: 0
}

.layui-edge {
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: dashed;
  border-color: transparent
}

.layui-edge-top {
  top: -4px;
  border-bottom-color: #999;
  border-bottom-style: solid
}

.layui-edge-right {
  border-left-color: #999;
  border-left-style: solid
}

.layui-edge-bottom {
  top: 2px;
  border-top-color: #999;
  border-top-style: solid
}

.layui-edge-left {
  border-right-color: #999;
  border-right-style: solid
}

.layui-disabled, .layui-disabled:hover {
  color: #d2d2d2 !important;
  cursor: not-allowed !important
}

.layui-circle {
  border-radius: 100%
}

.layui-show {
  display: block !important
}

.layui-hide {
  display: none !important
}

@font-face {
  font-family: layui-icon;
  src: url(../layui/font/iconfont.eot?v=256);
  src: url(../layui/font/iconfont.eot?v=256#iefix) format('embedded-opentype'), url(../layui/font/iconfont.woff2?v=256) format('woff2'), url(../layui/font/iconfont.woff?v=256) format('woff'), url(../layui/font/iconfont.ttf?v=256) format('truetype'), url(../layui/font/iconfont.svg?v=256#layui-icon) format('svg')
}

.layui-icon {
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.layui-icon-reply-fill:before {
  content: ""
}

.layui-icon-set-fill:before {
  content: ""
}

.layui-icon-menu-fill:before {
  content: ""
}

.layui-icon-search:before {
  content: ""
}

.layui-icon-share:before {
  content: ""
}

.layui-icon-set-sm:before {
  content: ""
}

.layui-icon-engine:before {
  content: ""
}

.layui-icon-close:before {
  content: "ဆ"
}

.layui-icon-close-fill:before {
  content: "ဇ"
}

.layui-icon-chart-screen:before {
  content: ""
}

.layui-icon-star:before {
  content: ""
}

.layui-icon-circle-dot:before {
  content: ""
}

.layui-icon-chat:before {
  content: ""
}

.layui-icon-release:before {
  content: ""
}

.layui-icon-list:before {
  content: ""
}

.layui-icon-chart:before {
  content: ""
}

.layui-icon-ok-circle:before {
  content: "စ"
}

.layui-icon-layim-theme:before {
  content: ""
}

.layui-icon-table:before {
  content: ""
}

.layui-icon-right:before {
  content: ""
}

.layui-icon-left:before {
  content: ""
}

.layui-icon-cart-simple:before {
  content: ""
}

.layui-icon-face-cry:before {
  content: ""
}

.layui-icon-face-smile:before {
  content: ""
}

.layui-icon-survey:before {
  content: ""
}

.layui-icon-tree:before {
  content: ""
}

.layui-icon-ie:before {
  content: ""
}

.layui-icon-upload-circle:before {
  content: ""
}

.layui-icon-add-circle:before {
  content: ""
}

.layui-icon-download-circle:before {
  content: ""
}

.layui-icon-templeate-1:before {
  content: ""
}

.layui-icon-util:before {
  content: ""
}

.layui-icon-face-surprised:before {
  content: ""
}

.layui-icon-edit:before {
  content: ""
}

.layui-icon-speaker:before {
  content: ""
}

.layui-icon-down:before {
  content: ""
}

.layui-icon-file:before {
  content: ""
}

.layui-icon-layouts:before {
  content: ""
}

.layui-icon-rate-half:before {
  content: ""
}

.layui-icon-add-circle-fine:before {
  content: ""
}

.layui-icon-prev-circle:before {
  content: ""
}

.layui-icon-read:before {
  content: ""
}

.layui-icon-404:before {
  content: ""
}

.layui-icon-carousel:before {
  content: ""
}

.layui-icon-help:before {
  content: ""
}

.layui-icon-code-circle:before {
  content: ""
}

.layui-icon-windows:before {
  content: ""
}

.layui-icon-water:before {
  content: ""
}

.layui-icon-username:before {
  content: ""
}

.layui-icon-find-fill:before {
  content: ""
}

.layui-icon-about:before {
  content: ""
}

.layui-icon-location:before {
  content: ""
}

.layui-icon-up:before {
  content: ""
}

.layui-icon-pause:before {
  content: ""
}

.layui-icon-date:before {
  content: ""
}

.layui-icon-layim-uploadfile:before {
  content: ""
}

.layui-icon-delete:before {
  content: ""
}

.layui-icon-play:before {
  content: ""
}

.layui-icon-top:before {
  content: ""
}

.layui-icon-firefox:before {
  content: ""
}

.layui-icon-friends:before {
  content: ""
}

.layui-icon-refresh-3:before {
  content: ""
}

.layui-icon-ok:before {
  content: ""
}

.layui-icon-layer:before {
  content: ""
}

.layui-icon-face-smile-fine:before {
  content: ""
}

.layui-icon-dollar:before {
  content: ""
}

.layui-icon-group:before {
  content: ""
}

.layui-icon-layim-download:before {
  content: ""
}

.layui-icon-picture-fine:before {
  content: ""
}

.layui-icon-link:before {
  content: ""
}

.layui-icon-diamond:before {
  content: ""
}

.layui-icon-log:before {
  content: ""
}

.layui-icon-key:before {
  content: ""
}

.layui-icon-rate-solid:before {
  content: ""
}

.layui-icon-fonts-del:before {
  content: ""
}

.layui-icon-unlink:before {
  content: ""
}

.layui-icon-fonts-clear:before {
  content: ""
}

.layui-icon-triangle-r:before {
  content: ""
}

.layui-icon-circle:before {
  content: ""
}

.layui-icon-radio:before {
  content: ""
}

.layui-icon-align-center:before {
  content: ""
}

.layui-icon-align-right:before {
  content: ""
}

.layui-icon-align-left:before {
  content: ""
}

.layui-icon-loading-1:before {
  content: ""
}

.layui-icon-return:before {
  content: ""
}

.layui-icon-fonts-strong:before {
  content: ""
}

.layui-icon-upload:before {
  content: ""
}

.layui-icon-dialogue:before {
  content: ""
}

.layui-icon-video:before {
  content: ""
}

.layui-icon-headset:before {
  content: ""
}

.layui-icon-cellphone-fine:before {
  content: ""
}

.layui-icon-add-1:before {
  content: ""
}

.layui-icon-face-smile-b:before {
  content: ""
}

.layui-icon-fonts-html:before {
  content: ""
}

.layui-icon-screen-full:before {
  content: ""
}

.layui-icon-form:before {
  content: ""
}

.layui-icon-cart:before {
  content: ""
}

.layui-icon-camera-fill:before {
  content: ""
}

.layui-icon-tabs:before {
  content: ""
}

.layui-icon-heart-fill:before {
  content: ""
}

.layui-icon-fonts-code:before {
  content: ""
}

.layui-icon-ios:before {
  content: ""
}

.layui-icon-at:before {
  content: ""
}

.layui-icon-fire:before {
  content: ""
}

.layui-icon-set:before {
  content: ""
}

.layui-icon-fonts-u:before {
  content: ""
}

.layui-icon-triangle-d:before {
  content: ""
}

.layui-icon-tips:before {
  content: ""
}

.layui-icon-picture:before {
  content: ""
}

.layui-icon-more-vertical:before {
  content: ""
}

.layui-icon-bluetooth:before {
  content: ""
}

.layui-icon-flag:before {
  content: ""
}

.layui-icon-loading:before {
  content: ""
}

.layui-icon-fonts-i:before {
  content: ""
}

.layui-icon-refresh-1:before {
  content: ""
}

.layui-icon-rmb:before {
  content: ""
}

.layui-icon-addition:before {
  content: ""
}

.layui-icon-home:before {
  content: ""
}

.layui-icon-time:before {
  content: ""
}

.layui-icon-user:before {
  content: ""
}

.layui-icon-notice:before {
  content: ""
}

.layui-icon-chrome:before {
  content: ""
}

.layui-icon-edge:before {
  content: ""
}

.layui-icon-login-weibo:before {
  content: ""
}

.layui-icon-voice:before {
  content: ""
}

.layui-icon-upload-drag:before {
  content: ""
}

.layui-icon-login-qq:before {
  content: ""
}

.layui-icon-snowflake:before {
  content: ""
}

.layui-icon-heart:before {
  content: ""
}

.layui-icon-logout:before {
  content: ""
}

.layui-icon-file-b:before {
  content: ""
}

.layui-icon-template:before {
  content: ""
}

.layui-icon-transfer:before {
  content: ""
}

.layui-icon-auz:before {
  content: ""
}

.layui-icon-console:before {
  content: ""
}

.layui-icon-app:before {
  content: ""
}

.layui-icon-prev:before {
  content: ""
}

.layui-icon-website:before {
  content: ""
}

.layui-icon-next:before {
  content: ""
}

.layui-icon-component:before {
  content: ""
}

.layui-icon-android:before {
  content: ""
}

.layui-icon-more:before {
  content: ""
}

.layui-icon-login-wechat:before {
  content: ""
}

.layui-icon-shrink-right:before {
  content: ""
}

.layui-icon-spread-left:before {
  content: ""
}

.layui-icon-camera:before {
  content: ""
}

.layui-icon-note:before {
  content: ""
}

.layui-icon-refresh:before {
  content: ""
}

.layui-icon-female:before {
  content: ""
}

.layui-icon-male:before {
  content: ""
}

.layui-icon-screen-restore:before {
  content: ""
}

.layui-icon-password:before {
  content: ""
}

.layui-icon-senior:before {
  content: ""
}

.layui-icon-theme:before {
  content: ""
}

.layui-icon-tread:before {
  content: ""
}

.layui-icon-praise:before {
  content: ""
}

.layui-icon-star-fill:before {
  content: ""
}

.layui-icon-rate:before {
  content: ""
}

.layui-icon-template-1:before {
  content: ""
}

.layui-icon-vercode:before {
  content: ""
}

.layui-icon-service:before {
  content: ""
}

.layui-icon-cellphone:before {
  content: ""
}

.layui-icon-print:before {
  content: ""
}

.layui-icon-cols:before {
  content: ""
}

.layui-icon-wifi:before {
  content: ""
}

.layui-icon-export:before {
  content: ""
}

.layui-icon-rss:before {
  content: ""
}

.layui-icon-slider:before {
  content: ""
}

.layui-icon-email:before {
  content: ""
}

.layui-icon-subtraction:before {
  content: ""
}

.layui-icon-mike:before {
  content: ""
}

.layui-icon-light:before {
  content: ""
}

.layui-icon-gift:before {
  content: ""
}

.layui-icon-mute:before {
  content: ""
}

.layui-icon-reduce-circle:before {
  content: ""
}

.layui-icon-music:before {
  content: ""
}

.layui-main {
  width: 1140px;
  margin: 0 auto
}

.layui-header {
  z-index: 1000;
  height: 60px
}

.layui-header a:hover {
  transition: all .5s;
  -webkit-transition: all .5s
}

.layui-side {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  width: 200px;
  overflow-x: hidden
}

.layui-side-scroll {
  position: relative;
  width: 220px;
  height: 100%;
  overflow-x: hidden
}

.layui-body {
  position: absolute;
  left: 200px;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  width: auto;
  overflow-y: auto;
  box-sizing: border-box
}

.layui-layout-body {
  overflow: hidden
}

.layui-layout-admin .layui-header {
  background-color: #23262e
}

.layui-layout-admin .layui-side {
  top: 60px;
  width: 200px;
  overflow-x: hidden
}

.layui-layout-admin .layui-body {
  position: fixed;
  top: 60px;
  bottom: 44px
}

.layui-layout-admin .layui-main {
  width: auto;
  margin: 0 15px
}

.layui-layout-admin .layui-footer {
  position: fixed;
  left: 200px;
  right: 0;
  bottom: 0;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  background-color: #eee
}

.layui-layout-admin .layui-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #009688;
  font-size: 16px
}

.layui-layout-admin .layui-header .layui-nav {
  background: 0 0
}

.layui-layout-left {
  position: absolute !important;
  left: 200px;
  top: 0
}

.layui-layout-right {
  position: absolute !important;
  right: 0;
  top: 0
}

.layui-container {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box
}

.layui-fluid {
  position: relative;
  margin: 0 auto;
  padding: 0 15px
}

.layui-row:after, .layui-row:before {
  content: '';
  display: block;
  clear: both
}

.layui-col-lg1, .layui-col-lg10, .layui-col-lg11, .layui-col-lg12, .layui-col-lg2, .layui-col-lg3, .layui-col-lg4, .layui-col-lg5, .layui-col-lg6, .layui-col-lg7, .layui-col-lg8, .layui-col-lg9, .layui-col-md1, .layui-col-md10, .layui-col-md11, .layui-col-md12, .layui-col-md2, .layui-col-md3, .layui-col-md4, .layui-col-md5, .layui-col-md6, .layui-col-md7, .layui-col-md8, .layui-col-md9, .layui-col-sm1, .layui-col-sm10, .layui-col-sm11, .layui-col-sm12, .layui-col-sm2, .layui-col-sm3, .layui-col-sm4, .layui-col-sm5, .layui-col-sm6, .layui-col-sm7, .layui-col-sm8, .layui-col-sm9, .layui-col-xs1, .layui-col-xs10, .layui-col-xs11, .layui-col-xs12, .layui-col-xs2, .layui-col-xs3, .layui-col-xs4, .layui-col-xs5, .layui-col-xs6, .layui-col-xs7, .layui-col-xs8, .layui-col-xs9 {
  position: relative;
  display: block;
  box-sizing: border-box
}

.layui-col-xs1, .layui-col-xs10, .layui-col-xs11, .layui-col-xs12, .layui-col-xs2, .layui-col-xs3, .layui-col-xs4, .layui-col-xs5, .layui-col-xs6, .layui-col-xs7, .layui-col-xs8, .layui-col-xs9 {
  float: left
}

.layui-col-xs1 {
  width: 8.33333333%
}

.layui-col-xs2 {
  width: 16.66666667%
}

.layui-col-xs3 {
  width: 25%
}

.layui-col-xs4 {
  width: 33.33333333%
}

.layui-col-xs5 {
  width: 41.66666667%
}

.layui-col-xs6 {
  width: 50%
}

.layui-col-xs7 {
  width: 58.33333333%
}

.layui-col-xs8 {
  width: 66.66666667%
}

.layui-col-xs9 {
  width: 75%
}

.layui-col-xs10 {
  width: 83.33333333%
}

.layui-col-xs11 {
  width: 91.66666667%
}

.layui-col-xs12 {
  width: 100%
}

.layui-col-xs-offset1 {
  margin-left: 8.33333333%
}

.layui-col-xs-offset2 {
  margin-left: 16.66666667%
}

.layui-col-xs-offset3 {
  margin-left: 25%
}

.layui-col-xs-offset4 {
  margin-left: 33.33333333%
}

.layui-col-xs-offset5 {
  margin-left: 41.66666667%
}

.layui-col-xs-offset6 {
  margin-left: 50%
}

.layui-col-xs-offset7 {
  margin-left: 58.33333333%
}

.layui-col-xs-offset8 {
  margin-left: 66.66666667%
}

.layui-col-xs-offset9 {
  margin-left: 75%
}

.layui-col-xs-offset10 {
  margin-left: 83.33333333%
}

.layui-col-xs-offset11 {
  margin-left: 91.66666667%
}

.layui-col-xs-offset12 {
  margin-left: 100%
}

@media screen and (max-width:768px) {
  .layui-hide-xs {
    display: none !important
  }

  .layui-show-xs-block {
    display: block !important
  }

  .layui-show-xs-inline {
    display: inline !important
  }

  .layui-show-xs-inline-block {
    display: inline-block !important
  }
}

@media screen and (min-width:768px) {
  .layui-container {
    width: 750px
  }

  .layui-hide-sm {
    display: none !important
  }

  .layui-show-sm-block {
    display: block !important
  }

  .layui-show-sm-inline {
    display: inline !important
  }

  .layui-show-sm-inline-block {
    display: inline-block !important
  }

  .layui-col-sm1, .layui-col-sm10, .layui-col-sm11, .layui-col-sm12, .layui-col-sm2, .layui-col-sm3, .layui-col-sm4, .layui-col-sm5, .layui-col-sm6, .layui-col-sm7, .layui-col-sm8, .layui-col-sm9 {
    float: left
  }

  .layui-col-sm1 {
    width: 8.33333333%
  }

  .layui-col-sm2 {
    width: 16.66666667%
  }

  .layui-col-sm3 {
    width: 25%
  }

  .layui-col-sm4 {
    width: 33.33333333%
  }

  .layui-col-sm5 {
    width: 41.66666667%
  }

  .layui-col-sm6 {
    width: 50%
  }

  .layui-col-sm7 {
    width: 58.33333333%
  }

  .layui-col-sm8 {
    width: 66.66666667%
  }

  .layui-col-sm9 {
    width: 75%
  }

  .layui-col-sm10 {
    width: 83.33333333%
  }

  .layui-col-sm11 {
    width: 91.66666667%
  }

  .layui-col-sm12 {
    width: 100%
  }

  .layui-col-sm-offset1 {
    margin-left: 8.33333333%
  }

  .layui-col-sm-offset2 {
    margin-left: 16.66666667%
  }

  .layui-col-sm-offset3 {
    margin-left: 25%
  }

  .layui-col-sm-offset4 {
    margin-left: 33.33333333%
  }

  .layui-col-sm-offset5 {
    margin-left: 41.66666667%
  }

  .layui-col-sm-offset6 {
    margin-left: 50%
  }

  .layui-col-sm-offset7 {
    margin-left: 58.33333333%
  }

  .layui-col-sm-offset8 {
    margin-left: 66.66666667%
  }

  .layui-col-sm-offset9 {
    margin-left: 75%
  }

  .layui-col-sm-offset10 {
    margin-left: 83.33333333%
  }

  .layui-col-sm-offset11 {
    margin-left: 91.66666667%
  }

  .layui-col-sm-offset12 {
    margin-left: 100%
  }
}

@media screen and (min-width:992px) {
  .layui-container {
    width: 970px
  }

  .layui-hide-md {
    display: none !important
  }

  .layui-show-md-block {
    display: block !important
  }

  .layui-show-md-inline {
    display: inline !important
  }

  .layui-show-md-inline-block {
    display: inline-block !important
  }

  .layui-col-md1, .layui-col-md10, .layui-col-md11, .layui-col-md12, .layui-col-md2, .layui-col-md3, .layui-col-md4, .layui-col-md5, .layui-col-md6, .layui-col-md7, .layui-col-md8, .layui-col-md9 {
    float: left
  }

  .layui-col-md1 {
    width: 8.33333333%
  }

  .layui-col-md2 {
    width: 16.66666667%
  }

  .layui-col-md3 {
    width: 25%
  }

  .layui-col-md4 {
    width: 33.33333333%
  }

  .layui-col-md5 {
    width: 41.66666667%
  }

  .layui-col-md6 {
    width: 50%
  }

  .layui-col-md7 {
    width: 58.33333333%
  }

  .layui-col-md8 {
    width: 66.66666667%
  }

  .layui-col-md9 {
    width: 75%
  }

  .layui-col-md10 {
    width: 83.33333333%
  }

  .layui-col-md11 {
    width: 91.66666667%
  }

  .layui-col-md12 {
    width: 100%
  }

  .layui-col-md-offset1 {
    margin-left: 8.33333333%
  }

  .layui-col-md-offset2 {
    margin-left: 16.66666667%
  }

  .layui-col-md-offset3 {
    margin-left: 25%
  }

  .layui-col-md-offset4 {
    margin-left: 33.33333333%
  }

  .layui-col-md-offset5 {
    margin-left: 41.66666667%
  }

  .layui-col-md-offset6 {
    margin-left: 50%
  }

  .layui-col-md-offset7 {
    margin-left: 58.33333333%
  }

  .layui-col-md-offset8 {
    margin-left: 66.66666667%
  }

  .layui-col-md-offset9 {
    margin-left: 75%
  }

  .layui-col-md-offset10 {
    margin-left: 83.33333333%
  }

  .layui-col-md-offset11 {
    margin-left: 91.66666667%
  }

  .layui-col-md-offset12 {
    margin-left: 100%
  }
}

@media screen and (min-width:1200px) {
  .layui-container {
    width: 1170px
  }

  .layui-hide-lg {
    display: none !important
  }

  .layui-show-lg-block {
    display: block !important
  }

  .layui-show-lg-inline {
    display: inline !important
  }

  .layui-show-lg-inline-block {
    display: inline-block !important
  }

  .layui-col-lg1, .layui-col-lg10, .layui-col-lg11, .layui-col-lg12, .layui-col-lg2, .layui-col-lg3, .layui-col-lg4, .layui-col-lg5, .layui-col-lg6, .layui-col-lg7, .layui-col-lg8, .layui-col-lg9 {
    float: left
  }

  .layui-col-lg1 {
    width: 8.33333333%
  }

  .layui-col-lg2 {
    width: 16.66666667%
  }

  .layui-col-lg3 {
    width: 25%
  }

  .layui-col-lg4 {
    width: 33.33333333%
  }

  .layui-col-lg5 {
    width: 41.66666667%
  }

  .layui-col-lg6 {
    width: 50%
  }

  .layui-col-lg7 {
    width: 58.33333333%
  }

  .layui-col-lg8 {
    width: 66.66666667%
  }

  .layui-col-lg9 {
    width: 75%
  }

  .layui-col-lg10 {
    width: 83.33333333%
  }

  .layui-col-lg11 {
    width: 91.66666667%
  }

  .layui-col-lg12 {
    width: 100%
  }

  .layui-col-lg-offset1 {
    margin-left: 8.33333333%
  }

  .layui-col-lg-offset2 {
    margin-left: 16.66666667%
  }

  .layui-col-lg-offset3 {
    margin-left: 25%
  }

  .layui-col-lg-offset4 {
    margin-left: 33.33333333%
  }

  .layui-col-lg-offset5 {
    margin-left: 41.66666667%
  }

  .layui-col-lg-offset6 {
    margin-left: 50%
  }

  .layui-col-lg-offset7 {
    margin-left: 58.33333333%
  }

  .layui-col-lg-offset8 {
    margin-left: 66.66666667%
  }

  .layui-col-lg-offset9 {
    margin-left: 75%
  }

  .layui-col-lg-offset10 {
    margin-left: 83.33333333%
  }

  .layui-col-lg-offset11 {
    margin-left: 91.66666667%
  }

  .layui-col-lg-offset12 {
    margin-left: 100%
  }
}

.layui-col-space1 {
  margin: -.5px
}

.layui-col-space1>* {
  padding: .5px
}

.layui-col-space2 {
  margin: -1px
}

.layui-col-space2>* {
  padding: 1px
}

.layui-col-space4 {
  margin: -2px
}

.layui-col-space4>* {
  padding: 2px
}

.layui-col-space5 {
  margin: -2.5px
}

.layui-col-space5>* {
  padding: 2.5px
}

.layui-col-space6 {
  margin: -3px
}

.layui-col-space6>* {
  padding: 3px
}

.layui-col-space8 {
  margin: -4px
}

.layui-col-space8>* {
  padding: 4px
}

.layui-col-space10 {
  margin: -5px
}

.layui-col-space10>* {
  padding: 5px
}

.layui-col-space12 {
  margin: -6px
}

.layui-col-space12>* {
  padding: 6px
}

.layui-col-space14 {
  margin: -7px
}

.layui-col-space14>* {
  padding: 7px
}

.layui-col-space15 {
  margin: -7.5px
}

.layui-col-space15>* {
  padding: 7.5px
}

.layui-col-space16 {
  margin: -8px
}

.layui-col-space16>* {
  padding: 8px
}

.layui-col-space18 {
  margin: -9px
}

.layui-col-space18>* {
  padding: 9px
}

.layui-col-space20 {
  margin: -10px
}

.layui-col-space20>* {
  padding: 10px
}

.layui-col-space22 {
  margin: -11px
}

.layui-col-space22>* {
  padding: 11px
}

.layui-col-space24 {
  margin: -12px
}

.layui-col-space24>* {
  padding: 12px
}

.layui-col-space25 {
  margin: -12.5px
}

.layui-col-space25>* {
  padding: 12.5px
}

.layui-col-space26 {
  margin: -13px
}

.layui-col-space26>* {
  padding: 13px
}

.layui-col-space28 {
  margin: -14px
}

.layui-col-space28>* {
  padding: 14px
}

.layui-col-space30 {
  margin: -15px
}

.layui-col-space30>* {
  padding: 15px
}

.layui-btn, .layui-input, .layui-select, .layui-textarea, .layui-upload-button {
  outline: 0;
  -webkit-appearance: none;
  transition: all .3s;
  -webkit-transition: all .3s;
  box-sizing: border-box
}

.layui-elem-quote {
  margin-bottom: 10px;
  padding: 15px;
  line-height: 22px;
  border-left: 5px solid #009688;
  border-radius: 0 2px 2px 0;
  background-color: #f2f2f2
}

.layui-quote-nm {
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  background: 0 0
}

.layui-elem-field {
  margin-bottom: 10px;
  padding: 0;
  border-width: 1px;
  border-style: solid
}

.layui-elem-field legend {
  margin-left: 20px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 300
}

.layui-field-title {
  margin: 10px 0 20px;
  border-width: 1px 0 0
}

.layui-field-box {
  padding: 10px 15px
}

.layui-field-title .layui-field-box {
  padding: 10px 0
}

.layui-progress {
  position: relative;
  height: 6px;
  border-radius: 20px;
  background-color: #e2e2e2
}

.layui-progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  max-width: 100%;
  height: 6px;
  border-radius: 20px;
  text-align: right;
  background-color: #5fb878;
  transition: all .3s;
  -webkit-transition: all .3s
}

.layui-progress-big, .layui-progress-big .layui-progress-bar {
  height: 18px;
  line-height: 18px
}

.layui-progress-text {
  position: relative;
  top: -20px;
  line-height: 18px;
  font-size: 12px;
  color: #666
}

.layui-progress-big .layui-progress-text {
  position: static;
  padding: 0 10px;
  color: #fff
}

.layui-collapse {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px
}

.layui-colla-content, .layui-colla-item {
  border-top-width: 1px;
  border-top-style: solid
}

.layui-colla-item:first-child {
  border-top: none
}

.layui-colla-title {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 15px 0 35px;
  color: #333;
  background-color: #f2f2f2;
  cursor: pointer;
  font-size: 14px;
  overflow: hidden
}

.layui-colla-content {
  display: none;
  padding: 10px 15px;
  line-height: 22px;
  color: #666
}

.layui-colla-icon {
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 14px
}

.layui-card {
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05)
}

.layui-card:last-child {
  margin-bottom: 0
}

.layui-card-header {
  position: relative;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid #f6f6f6;
  color: #333;
  border-radius: 2px 2px 0 0;
  font-size: 14px
}

.layui-bg-black, .layui-bg-blue, .layui-bg-cyan, .layui-bg-green, .layui-bg-orange, .layui-bg-red {
  color: #fff !important
}

.layui-card-body {
  position: relative;
  padding: 10px 15px;
  line-height: 24px
}

.layui-card-body[pad15] {
  padding: 15px
}

.layui-card-body[pad20] {
  padding: 20px
}

.layui-card-body .layui-table {
  margin: 5px 0
}

.layui-card .layui-tab {
  margin: 0
}

.layui-panel-window {
  position: relative;
  padding: 15px;
  border-radius: 0;
  border-top: 5px solid #e6e6e6;
  background-color: #fff
}

.layui-auxiliar-moving {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: 0 0;
  z-index: 9999999999
}

.layui-form-label, .layui-form-mid, .layui-form-select, .layui-input-block, .layui-input-inline, .layui-textarea {
  position: relative
}

.layui-bg-red {
  background-color: #ff5722 !important
}

.layui-bg-orange {
  background-color: #ffb800 !important
}

.layui-bg-green {
  background-color: #009688 !important
}

.layui-bg-cyan {
  background-color: #2f4056 !important
}

.layui-bg-blue {
  background-color: #1e9fff !important
}

.layui-bg-black {
  background-color: #393d49 !important
}

.layui-bg-gray {
  background-color: #eee !important;
  color: #666 !important
}

.layui-badge-rim, .layui-colla-content, .layui-colla-item, .layui-collapse, .layui-elem-field, .layui-form-pane .layui-form-item[pane], .layui-form-pane .layui-form-label, .layui-input, .layui-layedit, .layui-layedit-tool, .layui-quote-nm, .layui-select, .layui-tab-bar, .layui-tab-card, .layui-tab-title, .layui-tab-title .layui-this:after, .layui-textarea {
  border-color: #e6e6e6
}

.layui-timeline-item:before, hr {
  background-color: #e6e6e6
}

.layui-text {
  line-height: 22px;
  font-size: 14px;
  color: #666
}

.layui-text h1, .layui-text h2, .layui-text h3 {
  font-weight: 500;
  color: #333
}

.layui-text h1 {
  font-size: 30px
}

.layui-text h2 {
  font-size: 24px
}

.layui-text h3 {
  font-size: 18px
}

.layui-text a:not(.layui-btn) {
  color: #01aaed
}

.layui-text a:not(.layui-btn):hover {
  text-decoration: underline
}

.layui-text ul {
  padding: 5px 0 5px 15px
}

.layui-text ul li {
  margin-top: 5px;
  list-style-type: disc
}

.layui-text em, .layui-word-aux {
  color: #999 !important;
  padding: 0 5px !important
}

.layui-btn {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 18px;
  background-color: #009688;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer
}

.layui-btn:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  color: #fff
}

.layui-btn:active {
  opacity: 1;
  filter: alpha(opacity=100)
}

.layui-btn+.layui-btn {
  margin-left: 10px
}

.layui-btn-container {
  font-size: 0
}

.layui-btn-container .layui-btn {
  margin-right: 10px;
  margin-bottom: 10px
}

.layui-btn-container .layui-btn+.layui-btn {
  margin-left: 0
}

.layui-table .layui-btn-container .layui-btn {
  margin-bottom: 9px
}

.layui-btn-radius {
  border-radius: 100px
}

.layui-btn .layui-icon {
  margin-right: 3px;
  font-size: 18px;
  vertical-align: bottom;
  vertical-align: middle\9
}

.layui-btn-primary {
  border: 1px solid #c9c9c9;
  background-color: #fff;
  color: #555
}

.layui-btn-primary:hover {
  border-color: #009688;
  color: #333
}

.layui-btn-normal {
  background-color: #1e9fff
}

.layui-btn-warm {
  background-color: #ffb800
}

.layui-btn-danger {
  background-color: #ff5722
}

.layui-btn-checked {
  background-color: #5fb878
}

.layui-btn-disabled, .layui-btn-disabled:active, .layui-btn-disabled:hover {
  border: 1px solid #e6e6e6;
  background-color: #fbfbfb;
  color: #c9c9c9;
  cursor: not-allowed;
  opacity: 1
}

.layui-btn-lg {
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
  font-size: 16px
}

.layui-btn-sm {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 12px
}

.layui-btn-sm i {
  font-size: 16px !important
}

.layui-btn-xs {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  font-size: 12px
}

.layui-btn-xs i {
  font-size: 14px !important
}

.layui-btn-group {
  display: inline-block;
  vertical-align: middle;
  font-size: 0
}

.layui-btn-group .layui-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-radius: 0
}

.layui-btn-group .layui-btn-primary {
  border-left: none
}

.layui-btn-group .layui-btn-primary:hover {
  border-color: #c9c9c9;
  color: #009688
}

.layui-btn-group .layui-btn:first-child {
  border-left: none;
  border-radius: 2px 0 0 2px
}

.layui-btn-group .layui-btn-primary:first-child {
  border-left: 1px solid #c9c9c9
}

.layui-btn-group .layui-btn:last-child {
  border-radius: 0 2px 2px 0
}

.layui-btn-group .layui-btn+.layui-btn {
  margin-left: 0
}

.layui-btn-group+.layui-btn-group {
  margin-left: 10px
}

.layui-btn-fluid {
  width: 100%
}

.layui-input, .layui-select, .layui-textarea {
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px
}

.layui-input::-webkit-input-placeholder, .layui-select::-webkit-input-placeholder, .layui-textarea::-webkit-input-placeholder {
  line-height: 1.3
}

.layui-input, .layui-textarea {
  display: block;
  width: 100%;
  padding-left: 10px
}

.layui-input:hover, .layui-textarea:hover {
  border-color: #d2d2d2 !important
}

.layui-input:focus, .layui-textarea:focus {
  border-color: #c9c9c9 !important
}

.layui-textarea {
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
  resize: vertical
}

.layui-select {
  padding: 0 10px
}

.layui-form input[type=checkbox], .layui-form input[type=radio], .layui-form select {
  display: none
}

.layui-form [lay-ignore] {
  display: initial
}

.layui-form-item {
  margin-bottom: 15px;
  clear: both;
}

.layui-form-item:after {
  content: '\20';
  clear: both;
  display: block;
  height: 0
}

.layui-form-label {
  float: left;
  display: block;
  padding: 9px 15px;
  width: 80px;
  font-weight: 400;
  line-height: 20px;
  text-align: right
}

.layui-form-label-col {
  display: block;
  float: none;
  padding: 9px 0;
  line-height: 20px;
  text-align: left
}

.layui-form-item .layui-inline {
  margin-bottom: 5px;
  margin-right: 10px
}

.layui-input-block {
  margin-left: 110px;
  min-height: 36px
}

.layui-input-inline {
  display: inline-block;
  vertical-align: middle
}

.layui-form-item .layui-input-inline {
  float: left;
  width: 190px;
  margin-right: 10px
}

.layui-form-text .layui-input-inline {
  width: auto
}

.layui-form-mid {
  float: left;
  display: block;
  padding: 9px 0 !important;
  line-height: 20px;
  margin-right: 10px
}

.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus {
  border-color: #ff5722 !important
}

.layui-form-select .layui-input {
  padding-right: 30px;
  cursor: pointer
}

.layui-form-select .layui-edge {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  cursor: pointer;
  border-width: 6px;
  border-top-color: #c2c2c2;
  border-top-style: solid;
  transition: all .3s;
  -webkit-transition: all .3s
}

.layui-form-select dl {
  display: none;
  position: absolute;
  left: 0;
  top: 42px;
  padding: 5px 0;
  z-index: 899;
  min-width: 100%;
  border: 1px solid #d2d2d2;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
  box-sizing: border-box
}

.layui-form-select dl dd, .layui-form-select dl dt {
  padding: 0 10px;
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.layui-form-select dl dt {
  font-size: 12px;
  color: #999
}

.layui-form-select dl dd {
  cursor: pointer
}

.layui-form-select dl dd:hover {
  background-color: #f2f2f2;
  -webkit-transition: .5s all;
  transition: .5s all
}

.layui-form-select .layui-select-group dd {
  padding-left: 20px
}

.layui-form-select dl dd.layui-select-tips {
  padding-left: 10px !important;
  color: #999
}

.layui-form-select dl dd.layui-this {
  background-color: #5fb878;
  color: #fff
}

.layui-form-checkbox, .layui-form-select dl dd.layui-disabled {
  background-color: #fff
}

.layui-form-selected dl {
  display: block
}

.layui-form-checkbox, .layui-form-checkbox *, .layui-form-switch {
  display: inline-block;
  vertical-align: middle
}

.layui-form-selected .layui-edge {
  margin-top: -9px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3px\9
}

:root .layui-form-selected .layui-edge {
  margin-top: -9px\0/IE9
}

.layui-form-selectup dl {
  top: auto;
  bottom: 42px
}

.layui-select-none {
  margin: 5px 0;
  text-align: center;
  color: #999
}

.layui-select-disabled .layui-disabled {
  border-color: #eee !important
}

.layui-select-disabled .layui-edge {
  border-top-color: #d2d2d2
}

.layui-form-checkbox {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  padding-right: 30px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: .1s linear;
  transition: .1s linear;
  box-sizing: border-box
}

.layui-form-checkbox span {
  padding: 0 10px;
  height: 100%;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
  background-color: #d2d2d2;
  color: #fff;
  overflow: hidden
}

.layui-form-checkbox:hover span {
  background-color: #c2c2c2
}

.layui-form-checkbox i {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 28px;
  border: 1px solid #d2d2d2;
  border-left: none;
  border-radius: 0 2px 2px 0;
  color: #fff;
  font-size: 20px;
  text-align: center
}

.layui-form-checkbox:hover i {
  border-color: #c2c2c2;
  color: #c2c2c2
}

.layui-form-checked, .layui-form-checked:hover {
  border-color: #5fb878
}

.layui-form-checked span, .layui-form-checked:hover span {
  background-color: #5fb878
}

.layui-form-checked i, .layui-form-checked:hover i {
  color: #5fb878
}

.layui-form-item .layui-form-checkbox {
  margin-top: 4px
}

.layui-form-checkbox[lay-skin=primary] {
  height: auto !important;
  line-height: normal !important;
  min-width: 18px;
  min-height: 18px;
  border: none !important;
  margin-right: 0;
  padding-left: 28px;
  padding-right: 0;
  background: 0 0
}

.layui-form-checkbox[lay-skin=primary] span {
  padding-left: 0;
  padding-right: 15px;
  line-height: 18px;
  background: 0 0;
  color: #666
}

.layui-form-checkbox[lay-skin=primary] i {
  right: auto;
  left: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: .1s linear;
  transition: .1s linear
}

.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #5fb878;
  color: #fff
}

.layui-form-checked[lay-skin=primary] i {
  border-color: #5fb878 !important;
  background-color: #5fb878;
  color: #fff
}

.layui-checkbox-disbaled[lay-skin=primary] span {
  background: 0 0 !important;
  color: #c2c2c2
}

.layui-checkbox-disbaled[lay-skin=primary]:hover i {
  border-color: #d2d2d2
}

.layui-form-item .layui-form-checkbox[lay-skin=primary] {
  margin-top: 10px
}

.layui-form-switch {
  position: relative;
  height: 22px;
  line-height: 22px;
  min-width: 35px;
  padding: 0 5px;
  margin-top: 8px;
  border: 1px solid #d2d2d2;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: .1s linear;
  transition: .1s linear
}

.layui-form-switch i {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 16px;
  height: 16px;
  border-radius: 20px;
  background-color: #d2d2d2;
  -webkit-transition: .1s linear;
  transition: .1s linear
}

.layui-form-switch em {
  position: relative;
  top: 0;
  width: 25px;
  margin-left: 21px;
  padding: 0 !important;
  text-align: center !important;
  color: #999 !important;
  font-style: normal !important;
  font-size: 12px
}

.layui-form-onswitch {
  border-color: #5fb878;
  background-color: #5fb878
}

.layui-checkbox-disbaled, .layui-checkbox-disbaled i {
  border-color: #e2e2e2 !important
}

.layui-form-onswitch i {
  left: 100%;
  margin-left: -21px;
  background-color: #fff
}

.layui-form-onswitch em {
  margin-left: 5px;
  margin-right: 21px;
  color: #fff !important
}

.layui-checkbox-disbaled span {
  background-color: #e2e2e2 !important
}

.layui-checkbox-disbaled:hover i {
  color: #fff !important
}

[lay-radio] {
  display: none
}

.layui-form-radio, .layui-form-radio * {
  display: inline-block;
  vertical-align: middle
}

.layui-form-radio {
  line-height: 28px;
  margin: 6px 10px 0 0;
  padding-right: 10px;
  cursor: pointer;
  font-size: 0
}

.layui-form-radio * {
  font-size: 14px
}

.layui-form-radio>i {
  margin-right: 8px;
  font-size: 22px;
  color: #c2c2c2
}

.layui-form-radio>i:hover, .layui-form-radioed>i {
  color: #5fb878
}

.layui-radio-disbaled>i {
  color: #e2e2e2 !important
}

.layui-form-pane .layui-form-label {
  width: 110px;
  padding: 8px 15px;
  height: 38px;
  line-height: 20px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px 0 0 2px;
  text-align: center;
  background-color: #fbfbfb;
  overflow: hidden;
  box-sizing: border-box
}

.layui-form-pane .layui-input-inline {
  margin-left: -1px
}

.layui-form-pane .layui-input-block {
  margin-left: 110px;
  left: -1px
}

.layui-form-pane .layui-input {
  border-radius: 0 2px 2px 0
}

.layui-form-pane .layui-form-text .layui-form-label {
  float: none;
  width: 100%;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: left
}

.layui-form-pane .layui-form-text .layui-input-inline {
  display: block;
  margin: 0;
  top: -1px;
  clear: both
}

.layui-form-pane .layui-form-text .layui-input-block {
  margin: 0;
  left: 0;
  top: -1px
}

.layui-form-pane .layui-form-text .layui-textarea {
  min-height: 100px;
  border-radius: 0 0 2px 2px
}

.layui-form-pane .layui-form-checkbox {
  margin: 4px 0 4px 10px
}

.layui-form-pane .layui-form-radio, .layui-form-pane .layui-form-switch {
  margin-top: 6px;
  margin-left: 10px
}

.layui-form-pane .layui-form-item[pane] {
  position: relative;
  border-width: 1px;
  border-style: solid
}

.layui-form-pane .layui-form-item[pane] .layui-form-label {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-width: 0 1px 0 0
}

.layui-form-pane .layui-form-item[pane] .layui-input-inline {
  margin-left: 110px
}

@media screen and (max-width:450px) {
  .layui-form-item .layui-form-label {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
  }

  .layui-form-item .layui-inline {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    clear: both
  }

  .layui-form-item .layui-inline:after {
    content: '\20';
    clear: both;
    display: block;
    height: 0
  }

  .layui-form-item .layui-input-inline {
    display: block;
    float: none;
    left: -3px;
    width: auto;
    margin: 0 0 10px 112px
  }

  .layui-form-item .layui-input-inline+.layui-form-mid {
    margin-left: 110px;
    top: -5px;
    padding: 0
  }

  .layui-form-item .layui-form-checkbox {
    margin-right: 5px;
    margin-bottom: 5px
  }
}

.layui-layedit {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px
}

.layui-layedit-tool {
  padding: 3px 5px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-size: 0
}

.layedit-tool-fixed {
  position: fixed;
  top: 0;
  border-top: 1px solid #e2e2e2
}

.layui-layedit-tool .layedit-tool-mid, .layui-layedit-tool .layui-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 14px
}

.layui-layedit-tool .layui-icon {
  position: relative;
  width: 32px;
  height: 30px;
  line-height: 30px;
  margin: 3px 5px;
  color: #777;
  cursor: pointer;
  border-radius: 2px
}

.layui-layedit-tool .layui-icon:hover {
  color: #393d49
}

.layui-layedit-tool .layui-icon:active {
  color: #000
}

.layui-layedit-tool .layedit-tool-active {
  background-color: #e2e2e2;
  color: #000
}

.layui-layedit-tool .layui-disabled, .layui-layedit-tool .layui-disabled:hover {
  color: #d2d2d2;
  cursor: not-allowed
}

.layui-layedit-tool .layedit-tool-mid {
  width: 1px;
  height: 18px;
  margin: 0 10px;
  background-color: #d2d2d2
}

.layedit-tool-html {
  width: 50px !important;
  font-size: 30px !important
}

.layedit-tool-b, .layedit-tool-code, .layedit-tool-help {
  font-size: 16px !important
}

.layedit-tool-d, .layedit-tool-face, .layedit-tool-image, .layedit-tool-unlink {
  font-size: 18px !important
}

.layedit-tool-image input {
  position: absolute;
  font-size: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .01;
  filter: Alpha(opacity=1);
  cursor: pointer
}

.layui-layedit-iframe iframe {
  display: block;
  width: 100%
}

#LAY_layedit_code {
  overflow: hidden
}

.layui-laypage {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
  font-size: 0
}

.layui-laypage>a:first-child, .layui-laypage>a:first-child em {
  border-radius: 2px 0 0 2px
}

.layui-laypage>a:last-child, .layui-laypage>a:last-child em {
  border-radius: 0 2px 2px 0
}

.layui-laypage>:first-child {
  margin-left: 0 !important
}

.layui-laypage>:last-child {
  margin-right: 0 !important
}

.layui-laypage a, .layui-laypage button, .layui-laypage input, .layui-laypage select, .layui-laypage span {
  border: 1px solid #e2e2e2
}

.layui-laypage a, .layui-laypage span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  margin: 0 -1px 5px 0;
  background-color: #fff;
  color: #333;
  font-size: 12px
}

.layui-flow-more a *, .layui-laypage input, .layui-table-view select[lay-ignore] {
  display: inline-block
}

.layui-laypage a:hover {
  color: #009688
}

.layui-laypage em {
  font-style: normal
}

.layui-laypage .layui-laypage-spr {
  color: #999;
  font-weight: 700
}

.layui-laypage a {
  text-decoration: none
}

.layui-laypage .layui-laypage-curr {
  position: relative
}

.layui-laypage .layui-laypage-curr em {
  position: relative;
  color: #fff
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 1px;
  width: 100%;
  height: 100%;
  background-color: #009688
}

.layui-laypage-em {
  border-radius: 2px
}

.layui-laypage-next em, .layui-laypage-prev em {
  font-family: Sim sun;
  font-size: 16px
}

.layui-laypage .layui-laypage-count, .layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh, .layui-laypage .layui-laypage-skip {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  border: none
}

.layui-laypage .layui-laypage-limits, .layui-laypage .layui-laypage-refresh {
  vertical-align: top
}

.layui-laypage .layui-laypage-refresh i {
  font-size: 18px;
  cursor: pointer
}

.layui-laypage select {
  height: 22px;
  padding: 3px;
  border-radius: 2px;
  cursor: pointer
}

.layui-laypage .layui-laypage-skip {
  height: 30px;
  line-height: 30px;
  color: #999
}

.layui-laypage button, .layui-laypage input {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  vertical-align: top;
  background-color: #fff;
  box-sizing: border-box
}

.layui-laypage input {
  width: 40px;
  margin: 0 10px;
  padding: 0 3px;
  text-align: center
}

.layui-laypage input:focus, .layui-laypage select:focus {
  border-color: #009688 !important
}

.layui-laypage button {
  margin-left: 10px;
  padding: 0 10px;
  cursor: pointer
}

.layui-table, .layui-table-view {
  margin: 10px 0
}

.layui-flow-more {
  margin: 10px 0;
  text-align: center;
  color: #999;
  font-size: 14px
}

.layui-flow-more a {
  height: 32px;
  line-height: 32px
}

.layui-flow-more a * {
  vertical-align: top
}

.layui-flow-more a cite {
  padding: 0 20px;
  border-radius: 3px;
  background-color: #eee;
  color: #333;
  font-style: normal
}

.layui-flow-more a cite:hover {
  opacity: .8
}

.layui-flow-more a i {
  font-size: 30px;
  color: #737383
}

.layui-table {
  width: 100%;
  background-color: #fff;
  color: #666
}

.layui-table tr {
  transition: all .3s;
  -webkit-transition: all .3s
}

.layui-table th {
  text-align: left;
  font-weight: 400
}

.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
  background-color: #f2f2f2
}

.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row] {
  border-width: 1px;
  border-style: solid;
  border-color: #e6e6e6
}

.layui-table td, .layui-table th {
  position: relative;
  padding: 9px 15px;
  min-height: 20px;
  line-height: 20px;
  font-size: 14px
}

.layui-table[lay-skin=line] td, .layui-table[lay-skin=line] th {
  border-width: 0 0 1px
}

.layui-table[lay-skin=row] td, .layui-table[lay-skin=row] th {
  border-width: 0 1px 0 0
}

.layui-table[lay-skin=nob] td, .layui-table[lay-skin=nob] th {
  border: none
}

.layui-table img {
  max-width: 100px
}

.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th {
  padding: 15px 30px
}

.layui-table-view .layui-table[lay-size=lg] .layui-table-cell {
  height: 40px;
  line-height: 40px
}

.layui-table[lay-size=sm] td, .layui-table[lay-size=sm] th {
  font-size: 12px;
  padding: 5px 10px
}

.layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
  height: 20px;
  line-height: 20px
}

.layui-table[lay-data] {
  display: none
}

.layui-table-box {
  position: relative;
  overflow: hidden
}

.layui-table-view .layui-table {
  position: relative;
  width: auto;
  margin: 0
}

.layui-table-view .layui-table[lay-skin=line] {
  border-width: 0 1px 0 0
}

.layui-table-view .layui-table[lay-skin=row] {
  border-width: 0 0 1px
}

.layui-table-view .layui-table td, .layui-table-view .layui-table th {
  padding: 5px 0;
  border-top: none;
  border-left: none
}

.layui-table-view .layui-table th.layui-unselect .layui-table-cell span {
  cursor: pointer
}

.layui-table-view .layui-table td {
  cursor: default
}

.layui-table-view .layui-table td[data-edit=text] {
  cursor: text
}

.layui-table-view .layui-form-checkbox[lay-skin=primary] i {
  width: 18px;
  height: 18px
}

.layui-table-view .layui-form-radio {
  line-height: 0;
  padding: 0
}

.layui-table-view .layui-form-radio>i {
  margin: 0;
  font-size: 20px
}

.layui-table-init {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 110
}

.layui-table-init .layui-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  font-size: 30px;
  color: #c2c2c2
}

.layui-table-header {
  border-width: 0 0 1px;
  overflow: hidden
}

.layui-table-header .layui-table {
  margin-bottom: -1px
}

.layui-table-tool .layui-inline[lay-event] {
  position: relative;
  width: 26px;
  height: 26px;
  padding: 5px;
  line-height: 16px;
  margin-right: 10px;
  text-align: center;
  color: #333;
  border: 1px solid #ccc;
  cursor: pointer;
  -webkit-transition: .5s all;
  transition: .5s all
}

.layui-table-tool .layui-inline[lay-event]:hover {
  border: 1px solid #999
}

.layui-table-tool-temp {
  padding-right: 120px
}

.layui-table-tool-self {
  position: absolute;
  right: 17px;
  top: 10px
}

.layui-table-tool .layui-table-tool-self .layui-inline[lay-event] {
  margin: 0 0 0 10px
}

.layui-table-tool-panel {
  position: absolute;
  top: 29px;
  left: -1px;
  padding: 5px 0;
  min-width: 150px;
  min-height: 40px;
  border: 1px solid #d2d2d2;
  text-align: left;
  overflow-y: auto;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.layui-table-cell, .layui-table-tool-panel li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.layui-table-tool-panel li {
  padding: 0 10px;
  line-height: 30px;
  -webkit-transition: .5s all;
  transition: .5s all
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] {
  width: 100%;
  padding-left: 28px
}

.layui-table-tool-panel li:hover {
  background-color: #f2f2f2
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] i {
  position: absolute;
  left: 0;
  top: 0
}

.layui-table-tool-panel li .layui-form-checkbox[lay-skin=primary] span {
  padding: 0
}

.layui-table-tool .layui-table-tool-self .layui-table-tool-panel {
  left: auto;
  right: -1px
}

.layui-table-col-set {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 100%;
  border-width: 0 0 0 1px;
  background-color: #fff
}

.layui-table-sort {
  width: 10px;
  height: 20px;
  margin-left: 5px;
  cursor: pointer !important
}

.layui-table-sort .layui-edge {
  position: absolute;
  left: 5px;
  border-width: 5px
}

.layui-table-sort .layui-table-sort-asc {
  top: 3px;
  border-top: none;
  border-bottom-style: solid;
  border-bottom-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-asc:hover {
  border-bottom-color: #666
}

.layui-table-sort .layui-table-sort-desc {
  bottom: 5px;
  border-bottom: none;
  border-top-style: solid;
  border-top-color: #b2b2b2
}

.layui-table-sort .layui-table-sort-desc:hover {
  border-top-color: #666
}

.layui-table-sort[lay-sort=asc] .layui-table-sort-asc {
  border-bottom-color: #000
}

.layui-table-sort[lay-sort=desc] .layui-table-sort-desc {
  border-top-color: #000
}

.layui-table-cell {
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box
}

.layui-table-cell .layui-form-checkbox[lay-skin=primary] {
  top: -1px;
  padding: 0
}

.layui-table-cell .layui-table-link {
  color: #01aaed
}

.laytable-cell-checkbox, .laytable-cell-numbers, .laytable-cell-radio, .laytable-cell-space {
  padding: 0;
  text-align: center
}

.layui-table-body {
  position: relative;
  overflow: auto;
  margin-right: -1px;
  margin-bottom: -1px
}

.layui-table-body .layui-none {
  line-height: 26px;
  padding: 15px;
  text-align: center;
  color: #999
}

.layui-table-fixed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101
}

.layui-table-fixed .layui-table-body {
  overflow: hidden
}

.layui-table-fixed-l {
  box-shadow: 0 -1px 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r {
  left: auto;
  right: -1px;
  border-width: 0 0 0 1px;
  box-shadow: -1px 0 8px rgba(0, 0, 0, .08)
}

.layui-table-fixed-r .layui-table-header {
  position: relative;
  overflow: visible
}

.layui-table-mend {
  position: absolute;
  right: -49px;
  top: 0;
  height: 100%;
  width: 50px
}

.layui-table-tool {
  position: relative;
  z-index: 890;
  width: 100%;
  min-height: 50px;
  line-height: 30px;
  padding: 10px 15px;
  border-width: 0 0 1px
}

.layui-table-tool .layui-btn-container {
  margin-bottom: -10px
}

.layui-table-page, .layui-table-total {
  border-width: 1px 0 0;
  margin-bottom: -1px;
  overflow: hidden
}

.layui-table-page {
  position: relative;
  width: 100%;
  padding: 7px 7px 0;
  height: 41px;
  font-size: 12px;
  white-space: nowrap
}

.layui-table-page>div {
  height: 26px
}

.layui-table-page .layui-laypage {
  margin: 0
}

.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span {
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
  border: none;
  background: 0 0
}

.layui-table-page .layui-laypage a, .layui-table-page .layui-laypage span.layui-laypage-curr {
  padding: 0 12px
}

.layui-table-page .layui-laypage span {
  margin-left: 0;
  padding: 0
}

.layui-table-page .layui-laypage .layui-laypage-prev {
  margin-left: -7px !important
}

.layui-table-page .layui-laypage .layui-laypage-curr .layui-laypage-em {
  left: 0;
  top: 0;
  padding: 0
}

.layui-table-page .layui-laypage button, .layui-table-page .layui-laypage input {
  height: 26px;
  line-height: 26px
}

.layui-table-page .layui-laypage input {
  width: 40px
}

.layui-table-page .layui-laypage button {
  padding: 0 10px
}

.layui-table-page select {
  height: 18px
}

.layui-table-patch .layui-table-cell {
  padding: 0;
  width: 30px
}

.layui-table-edit {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 14px 1px;
  border-radius: 0;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .15)
}

.layui-table-edit:focus {
  border-color: #5fb878 !important
}

select.layui-table-edit {
  padding: 0 0 0 10px;
  border-color: #c9c9c9
}

.layui-table-view .layui-form-checkbox, .layui-table-view .layui-form-radio, .layui-table-view .layui-form-switch {
  top: 0;
  margin: 0;
  box-sizing: content-box
}

.layui-table-view .layui-form-checkbox {
  top: -1px;
  height: 26px;
  line-height: 26px
}

.layui-table-view .layui-form-checkbox i {
  height: 26px
}

.layui-table-grid .layui-table-cell {
  overflow: visible
}

.layui-table-grid-down {
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 100%;
  padding: 5px 0;
  border-width: 0 0 0 1px;
  text-align: center;
  background-color: #fff;
  color: #999;
  cursor: pointer
}

.layui-table-grid-down .layui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px
}

.layui-table-grid-down:hover {
  background-color: #fbfbfb
}

body .layui-table-tips .layui-layer-content {
  background: 0 0;
  padding: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .12)
}

.layui-table-tips-main {
  margin: -44px 0 0 -1px;
  max-height: 150px;
  padding: 8px 15px;
  font-size: 14px;
  overflow-y: scroll;
  background-color: #fff;
  color: #666
}

.layui-table-tips-c {
  position: absolute;
  right: -3px;
  top: -13px;
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  background-color: #666;
  border-radius: 50%;
  color: #fff
}

.layui-table-tips-c:hover {
  background-color: #777
}

.layui-table-tips-c:before {
  position: relative;
  right: -2px
}

.layui-upload-file {
  display: none !important;
  opacity: .01;
  filter: Alpha(opacity=1)
}

.layui-upload-drag, .layui-upload-form, .layui-upload-wrap {
  display: inline-block
}

.layui-upload-list {
  margin: 10px 0
}

.layui-upload-choose {
  padding: 0 10px;
  color: #999
}

.layui-upload-drag {
  position: relative;
  padding: 30px;
  border: 1px dashed #e2e2e2;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  color: #999
}

.layui-upload-drag .layui-icon {
  font-size: 50px;
  color: #009688
}

.layui-upload-drag[lay-over] {
  border-color: #009688
}

.layui-upload-iframe {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  visibility: hidden
}

.layui-upload-wrap {
  position: relative;
  vertical-align: middle
}

.layui-upload-wrap .layui-upload-file {
  display: block !important;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  font-size: 100px;
  width: 100%;
  height: 100%;
  opacity: .01;
  filter: Alpha(opacity=1);
  cursor: pointer
}

.layui-transfer-active, .layui-transfer-box {
  display: inline-block;
  vertical-align: middle
}

.layui-transfer-box, .layui-transfer-header, .layui-transfer-search {
  border-width: 0;
  border-style: solid;
  border-color: #e6e6e6
}

.layui-transfer-box {
  position: relative;
  border-width: 1px;
  width: 200px;
  height: 360px;
  border-radius: 2px;
  background-color: #fff
}

.layui-transfer-box .layui-form-checkbox {
  width: 100%;
  margin: 0 !important
}

.layui-transfer-header {
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  border-bottom-width: 1px
}

.layui-transfer-search {
  position: relative;
  padding: 10px;
  border-bottom-width: 1px
}

.layui-transfer-search .layui-input {
  height: 32px;
  padding-left: 30px;
  font-size: 12px
}

.layui-transfer-search .layui-icon-search {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -8px;
  color: #666
}

.layui-transfer-active {
  margin: 0 15px
}

.layui-transfer-active .layui-btn {
  display: block;
  margin: 0;
  padding: 0 15px;
  background-color: #5fb878;
  border-color: #5fb878;
  color: #fff
}

.layui-transfer-active .layui-btn-disabled {
  background-color: #fbfbfb;
  border-color: #e6e6e6;
  color: #c9c9c9
}

.layui-transfer-active .layui-btn:first-child {
  margin-bottom: 15px
}

.layui-transfer-active .layui-btn .layui-icon {
  margin: 0;
  font-size: 14px !important
}

.layui-transfer-data {
  padding: 5px 0;
  overflow: auto
}

.layui-transfer-data li {
  height: 32px;
  line-height: 32px;
  padding: 0 10px
}

.layui-transfer-data li:hover {
  background-color: #f2f2f2;
  transition: .5s all
}

.layui-transfer-data .layui-none {
  padding: 15px 10px;
  text-align: center;
  color: #999
}

.layui-nav {
  position: relative;
  padding: 0 20px;
  background-color: #393d49;
  color: #fff;
  border-radius: 2px;
  font-size: 0;
  box-sizing: border-box
}

.layui-nav * {
  font-size: 14px
}

.layui-nav .layui-nav-item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px
}

.layui-nav .layui-nav-item a {
  display: block;
  padding: 0 20px;
  color: #fff;
  color: rgba(255, 255, 255, .7);
  transition: all .3s;
  -webkit-transition: all .3s
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 5px;
  background-color: #5fb878;
  transition: all .2s;
  -webkit-transition: all .2s
}

.layui-nav-bar {
  z-index: 1000
}

.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a {
  color: #fff
}

.layui-nav .layui-this:after {
  content: '';
  top: auto;
  bottom: 0;
  width: 100%
}

.layui-nav-img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border-radius: 50%
}

.layui-nav .layui-nav-more {
  content: '';
  width: 0;
  height: 0;
  border-style: solid dashed dashed;
  border-color: #fff transparent transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -3px;
  border-width: 6px;
  border-top-color: rgba(255, 255, 255, .7)
}

.layui-nav .layui-nav-mored, .layui-nav-itemed>a .layui-nav-more {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff
}

.layui-nav-child {
  display: none;
  position: absolute;
  left: 0;
  top: 65px;
  min-width: 100%;
  line-height: 36px;
  padding: 5px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
  border: 1px solid #d2d2d2;
  background-color: #fff;
  z-index: 100;
  border-radius: 2px;
  white-space: nowrap
}

.layui-nav .layui-nav-child a {
  color: #333
}

.layui-nav .layui-nav-child a:hover {
  background-color: #f2f2f2;
  color: #000
}

.layui-nav-child dd {
  position: relative
}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
  background-color: #5fb878;
  color: #fff
}

.layui-nav-child dd.layui-this:after {
  display: none
}

.layui-nav-tree {
  width: 200px;
  padding: 0
}

.layui-nav-tree .layui-nav-item {
  display: block;
  width: 100%;
  line-height: 45px
}

.layui-nav-tree .layui-nav-item a {
  position: relative;
  height: 45px;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}

.layui-nav-tree .layui-nav-item a:hover {
  background-color: #4e5465
}

.layui-nav-tree .layui-nav-bar {
  width: 5px;
  height: 0;
  background-color: #009688
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover {
  background-color: #009688;
  color: #fff
}

.layui-nav-tree .layui-this:after {
  display: none
}

.layui-nav-itemed>a, .layui-nav-tree .layui-nav-title a, .layui-nav-tree .layui-nav-title a:hover {
  color: #fff !important
}

.layui-nav-tree .layui-nav-child {
  position: relative;
  z-index: 0;
  top: 0;
  border: none;
  box-shadow: none
}

.layui-nav-tree .layui-nav-child a {
  height: 40px;
  line-height: 40px;
  color: #fff;
  color: rgba(255, 255, 255, .7)
}

.layui-nav-tree .layui-nav-child, .layui-nav-tree .layui-nav-child a:hover {
  background: 0 0;
  color: #fff
}

.layui-nav-tree .layui-nav-more {
  right: 10px
}

.layui-nav-itemed>.layui-nav-child {
  display: block;
  padding: 0;
  background-color: rgba(0, 0, 0, .3) !important
}

.layui-nav-itemed>.layui-nav-child>.layui-this>.layui-nav-child {
  display: block
}

.layui-nav-side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 999
}

.layui-bg-blue .layui-nav-bar, .layui-bg-blue .layui-nav-itemed:after, .layui-bg-blue .layui-this:after {
  background-color: #93d1ff
}

.layui-bg-blue .layui-nav-child dd.layui-this {
  background-color: #1e9fff
}

.layui-bg-blue .layui-nav-itemed>a, .layui-nav-tree.layui-bg-blue .layui-nav-title a, .layui-nav-tree.layui-bg-blue .layui-nav-title a:hover {
  background-color: #007ddb !important
}

.layui-breadcrumb {
  font-size: 0
}

.layui-breadcrumb>* {
  font-size: 14px
}

.layui-breadcrumb a {
  color: #999 !important
}

.layui-breadcrumb a:hover {
  color: #5fb878 !important
}

.layui-breadcrumb a cite {
  color: #666;
  font-style: normal
}

.layui-breadcrumb span[lay-separator] {
  margin: 0 10px;
  color: #999
}

.layui-tab {
  margin: 10px 0;
  text-align: left !important
}

.layui-tab[overflow]>.layui-tab-title {
  overflow: hidden
}

.layui-tab-title {
  position: relative;
  left: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: all .2s;
  -webkit-transition: all .2s
}

.layui-tab-title li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  transition: all .2s;
  -webkit-transition: all .2s;
  position: relative;
  line-height: 40px;
  min-width: 65px;
  padding: 0 15px;
  text-align: center;
  cursor: pointer
}

.layui-tab-title li a {
  display: block
}

.layui-tab-title .layui-this {
  color: #000
}

.layui-tab-title .layui-this:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 41px;
  border-width: 1px;
  border-style: solid;
  border-bottom-color: #fff;
  border-radius: 2px 2px 0 0;
  box-sizing: border-box;
  pointer-events: none
}

.layui-tab-bar {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 30px;
  height: 39px;
  line-height: 39px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  text-align: center;
  background-color: #fff;
  cursor: pointer
}

.layui-tab-bar .layui-icon {
  position: relative;
  display: inline-block;
  top: 3px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.layui-tab-item {
  display: none
}

.layui-tab-more {
  padding-right: 30px;
  height: auto !important;
  white-space: normal !important
}

.layui-tab-more li.layui-this:after {
  border-bottom-color: #e2e2e2;
  border-radius: 2px
}

.layui-tab-more .layui-tab-bar .layui-icon {
  top: -2px;
  top: 3px\9;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

:root .layui-tab-more .layui-tab-bar .layui-icon {
  top: -2px\0/IE9
}

.layui-tab-content {
  padding: 10px
}

.layui-tab-title li .layui-tab-close {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin-left: 8px;
  top: 1px;
  text-align: center;
  font-size: 14px;
  color: #c2c2c2;
  transition: all .2s;
  -webkit-transition: all .2s
}

.layui-tab-title li .layui-tab-close:hover {
  border-radius: 2px;
  background-color: #ff5722;
  color: #fff
}

.layui-tab-brief>.layui-tab-title .layui-this {
  color: #009688
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #5fb878
}

.layui-tab-brief[overflow]>.layui-tab-title .layui-this:after {
  top: -1px
}

.layui-tab-card {
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .1)
}

.layui-tab-card>.layui-tab-title {
  background-color: #f2f2f2
}

.layui-tab-card>.layui-tab-title li {
  margin-right: -1px;
  margin-left: -1px
}

.layui-tab-card>.layui-tab-title .layui-this {
  background-color: #fff
}

.layui-tab-card>.layui-tab-title .layui-this:after {
  border-top: none;
  border-width: 1px;
  border-bottom-color: #fff
}

.layui-tab-card>.layui-tab-title .layui-tab-bar {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  border-top: none;
  border-right: none
}

.layui-tab-card>.layui-tab-more .layui-this {
  background: 0 0;
  color: #5fb878
}

.layui-tab-card>.layui-tab-more .layui-this:after {
  border: none
}

.layui-timeline {
  padding-left: 5px
}

.layui-timeline-item {
  position: relative;
  padding-bottom: 20px
}

.layui-timeline-axis {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fff;
  color: #5fb878;
  border-radius: 50%;
  text-align: center;
  cursor: pointer
}

.layui-timeline-axis:hover {
  color: #ff5722
}

.layui-timeline-item:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%
}

.layui-timeline-item:last-child:before {
  display: none
}

.layui-timeline-item:first-child:before {
  display: block
}

.layui-timeline-content {
  padding-left: 25px
}

.layui-timeline-title {
  position: relative;
  margin-bottom: 10px
}

.layui-badge, .layui-badge-dot, .layui-badge-rim {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  font-size: 12px;
  text-align: center;
  background-color: #ff5722;
  color: #fff;
  border-radius: 2px
}

.layui-badge {
  height: 18px;
  line-height: 18px
}

.layui-badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%
}

.layui-badge-rim {
  height: 18px;
  line-height: 18px;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  color: #666
}

.layui-btn .layui-badge, .layui-btn .layui-badge-dot {
  margin-left: 5px
}

.layui-nav .layui-badge, .layui-nav .layui-badge-dot {
  position: absolute;
  top: 50%;
  margin: -8px 6px 0
}

.layui-tab-title .layui-badge, .layui-tab-title .layui-badge-dot {
  left: 5px;
  top: -2px
}

.layui-carousel {
  position: relative;
  left: 0;
  top: 0;
  background-color: #f8f8f8
}

.layui-carousel>[carousel-item] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.layui-carousel>[carousel-item]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  width: 100px;
  line-height: 20px;
  margin: -10px 0 0 -50px;
  text-align: center;
  color: #c2c2c2;
  font-family: layui-icon !important;
  font-size: 30px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.layui-carousel>[carousel-item]>* {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
  transition-duration: .3s;
  -webkit-transition-duration: .3s
}

.layui-carousel-updown>* {
  -webkit-transition: .3s ease-in-out up;
  transition: .3s ease-in-out up
}

.layui-carousel-arrow {
  display: none\9;
  opacity: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -18px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, .2);
  color: #fff;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  cursor: pointer
}

.layui-carousel-arrow[lay-type=add] {
  left: auto !important;
  right: 10px
}

.layui-carousel:hover .layui-carousel-arrow[lay-type=add], .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
  right: 20px
}

.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
  opacity: 1;
  left: 20px
}

.layui-carousel[lay-arrow=none] .layui-carousel-arrow {
  display: none
}

.layui-carousel-arrow:hover, .layui-carousel-ind ul:hover {
  background-color: rgba(0, 0, 0, .35)
}

.layui-carousel:hover .layui-carousel-arrow {
  display: block\9;
  opacity: 1;
  left: 20px
}

.layui-carousel-ind {
  position: relative;
  top: -35px;
  width: 100%;
  line-height: 0 !important;
  text-align: center;
  font-size: 0
}

.layui-carousel[lay-indicator=outside] {
  margin-bottom: 30px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind {
  top: 10px
}

.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul {
  background-color: rgba(0, 0, 0, .5)
}

.layui-carousel[lay-indicator=none] .layui-carousel-ind {
  display: none
}

.layui-carousel-ind ul {
  display: inline-block;
  padding: 5px;
  background-color: rgba(0, 0, 0, .2);
  border-radius: 10px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.layui-carousel-ind li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  font-size: 14px;
  background-color: #e2e2e2;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition-duration: .3s;
  transition-duration: .3s
}

.layui-carousel-ind li:hover {
  background-color: rgba(255, 255, 255, .7)
}

.layui-carousel-ind li.layui-this {
  background-color: #fff
}

.layui-carousel>[carousel-item]>.layui-carousel-next, .layui-carousel>[carousel-item]>.layui-carousel-prev, .layui-carousel>[carousel-item]>.layui-this {
  display: block
}

.layui-carousel>[carousel-item]>.layui-this {
  left: 0
}

.layui-carousel>[carousel-item]>.layui-carousel-prev {
  left: -100%
}

.layui-carousel>[carousel-item]>.layui-carousel-next {
  left: 100%
}

.layui-carousel>[carousel-item]>.layui-carousel-next.layui-carousel-left, .layui-carousel>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
  left: 0
}

.layui-carousel>[carousel-item]>.layui-this.layui-carousel-left {
  left: -100%
}

.layui-carousel>[carousel-item]>.layui-this.layui-carousel-right {
  left: 100%
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow {
  left: 50% !important;
  top: 20px;
  margin: 0 0 0 -18px
}

.layui-carousel[lay-anim=updown]>[carousel-item]>*, .layui-carousel[lay-anim=fade]>[carousel-item]>* {
  left: 0 !important
}

.layui-carousel[lay-anim=updown] .layui-carousel-arrow[lay-type=add] {
  top: auto !important;
  bottom: 20px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind {
  position: absolute;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind ul {
  padding: 3px 5px
}

.layui-carousel[lay-anim=updown] .layui-carousel-ind li {
  display: block;
  margin: 6px 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this {
  top: 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev {
  top: -100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next {
  top: 100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-next.layui-carousel-left, .layui-carousel[lay-anim=updown]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
  top: 0
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-left {
  top: -100%
}

.layui-carousel[lay-anim=updown]>[carousel-item]>.layui-this.layui-carousel-right {
  top: 100%
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next, .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev {
  opacity: 0
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-next.layui-carousel-left, .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-carousel-prev.layui-carousel-right {
  opacity: 1
}

.layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-left, .layui-carousel[lay-anim=fade]>[carousel-item]>.layui-this.layui-carousel-right {
  opacity: 0
}

.layui-fixbar {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999999
}

.layui-fixbar li {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 1px;
  text-align: center;
  cursor: pointer;
  font-size: 30px;
  background-color: #9f9f9f;
  color: #fff;
  border-radius: 2px;
  opacity: .95
}

.layui-fixbar li:hover {
  opacity: .85
}

.layui-fixbar li:active {
  opacity: 1
}

.layui-fixbar .layui-fixbar-top {
  display: none;
  font-size: 40px
}

body .layui-util-face {
  border: none;
  background: 0 0
}

body .layui-util-face .layui-layer-content {
  padding: 0;
  background-color: #fff;
  color: #666;
  box-shadow: none
}

.layui-util-face .layui-layer-TipsG {
  display: none
}

.layui-util-face ul {
  position: relative;
  width: 372px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.layui-util-face ul li {
  cursor: pointer;
  float: left;
  border: 1px solid #e8e8e8;
  height: 22px;
  width: 26px;
  overflow: hidden;
  margin: -1px 0 0 -1px;
  padding: 4px 2px;
  text-align: center
}

.layui-util-face ul li:hover {
  position: relative;
  z-index: 2;
  border: 1px solid #eb7350;
  background: #fff9ec
}

.layui-code {
  position: relative;
  margin: 10px 0;
  padding: 15px;
  line-height: 20px;
  border: 1px solid #ddd;
  border-left-width: 6px;
  background-color: #f2f2f2;
  color: #333;
  font-family: Courier New;
  font-size: 12px
}

.layui-rate, .layui-rate * {
  display: inline-block;
  vertical-align: middle
}

.layui-rate {
  padding: 10px 5px 10px 0;
  font-size: 0
}

.layui-rate li i.layui-icon {
  font-size: 20px;
  color: #ffb800;
  margin-right: 5px;
  transition: all .3s;
  -webkit-transition: all .3s
}

.layui-rate li i:hover {
  cursor: pointer;
  transform: scale(1.12);
  -webkit-transform: scale(1.12)
}

.layui-rate[readonly] li i:hover {
  cursor: default;
  transform: scale(1)
}

.layui-colorpicker {
  width: 26px;
  height: 26px;
  border: 1px solid #e6e6e6;
  padding: 5px;
  border-radius: 2px;
  line-height: 24px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: all .3s
}

.layui-colorpicker:hover {
  border-color: #d2d2d2
}

.layui-colorpicker.layui-colorpicker-lg {
  width: 34px;
  height: 34px;
  line-height: 32px
}

.layui-colorpicker.layui-colorpicker-sm {
  width: 24px;
  height: 24px;
  line-height: 22px
}

.layui-colorpicker.layui-colorpicker-xs {
  width: 22px;
  height: 22px;
  line-height: 20px
}

.layui-colorpicker-trigger-bgcolor {
  display: block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
  border-radius: 2px
}

.layui-colorpicker-trigger-span {
  display: block;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 2px;
  text-align: center
}

.layui-colorpicker-trigger-i {
  display: inline-block;
  color: #fff;
  font-size: 12px
}

.layui-colorpicker-trigger-i.layui-icon-close {
  color: #999
}

.layui-colorpicker-main {
  position: absolute;
  z-index: 66666666;
  width: 280px;
  padding: 7px;
  background: #fff;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .12)
}

.layui-colorpicker-main-wrapper {
  height: 180px;
  position: relative
}

.layui-colorpicker-basis {
  width: 260px;
  height: 100%;
  position: relative
}

.layui-colorpicker-basis-white {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #fff, hsla(0, 0%, 100%, 0))
}

.layui-colorpicker-basis-black {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #000, transparent)
}

.layui-colorpicker-basis-cursor {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -3px;
  cursor: pointer
}

.layui-colorpicker-side {
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  background: linear-gradient(#f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00)
}

.layui-colorpicker-side-slider {
  width: 100%;
  height: 5px;
  box-shadow: 0 0 1px #888;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  position: absolute;
  left: 0
}

.layui-colorpicker-main-alpha {
  display: none;
  height: 12px;
  margin-top: 7px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.layui-colorpicker-alpha-bgcolor {
  height: 100%;
  position: relative
}

.layui-colorpicker-alpha-slider {
  width: 5px;
  height: 100%;
  box-shadow: 0 0 1px #888;
  box-sizing: border-box;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #f0f0f0;
  cursor: pointer;
  position: absolute;
  top: 0
}

.layui-colorpicker-main-pre {
  padding-top: 7px;
  font-size: 0
}

.layui-colorpicker-pre {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 6px;
  margin-bottom: 7px;
  cursor: pointer
}

.layui-colorpicker-pre:nth-child(11n+1) {
  margin-left: 0
}

.layui-colorpicker-pre-isalpha {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
}

.layui-colorpicker-pre.layui-this {
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, .15)
}

.layui-colorpicker-pre>div {
  height: 100%;
  border-radius: 2px
}

.layui-colorpicker-main-input {
  text-align: right;
  padding-top: 7px
}

.layui-colorpicker-main-input .layui-btn-container .layui-btn {
  margin: 0 0 0 10px
}

.layui-colorpicker-main-input div.layui-inline {
  float: left;
  margin-right: 10px;
  font-size: 14px
}

.layui-colorpicker-main-input input.layui-input {
  width: 150px;
  height: 30px;
  color: #666
}

.layui-slider {
  height: 4px;
  background: #e2e2e2;
  border-radius: 3px;
  position: relative;
  cursor: pointer
}

.layui-slider-bar {
  border-radius: 3px;
  position: absolute;
  height: 100%
}

.layui-slider-step {
  position: absolute;
  top: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.layui-slider-wrap {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  text-align: center
}

.layui-slider-wrap-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  transition: .3s
}

.layui-slider-wrap:after {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle
}

.layui-slider-wrap-btn.layui-slider-hover, .layui-slider-wrap-btn:hover {
  transform: scale(1.2)
}

.layui-slider-wrap-btn.layui-disabled:hover {
  transform: scale(1) !important
}

.layui-slider-tips {
  position: absolute;
  top: -42px;
  z-index: 66666666;
  white-space: nowrap;
  display: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
  background: #000;
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  padding: 0 10px
}

.layui-slider-tips:after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent
}

.layui-slider-input {
  width: 70px;
  height: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  font-size: 16px;
  line-height: 32px;
  position: absolute;
  right: 0;
  top: -15px
}

.layui-slider-input-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  border-left: 1px solid #d2d2d2
}

.layui-slider-input-btn i {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 50%;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #999
}

.layui-slider-input-btn i:first-child {
  top: 0;
  border-bottom: 1px solid #d2d2d2
}

.layui-slider-input-txt {
  height: 100%;
  font-size: 14px
}

.layui-slider-input-txt input {
  height: 100%;
  border: none
}

.layui-slider-input-btn i:hover {
  color: #009688
}

.layui-slider-vertical {
  width: 4px;
  margin-left: 34px
}

.layui-slider-vertical .layui-slider-bar {
  width: 4px
}

.layui-slider-vertical .layui-slider-step {
  top: auto;
  left: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.layui-slider-vertical .layui-slider-wrap {
  top: auto;
  left: -16px;
  -webkit-transform: translateY(50%);
  transform: translateY(50%)
}

.layui-slider-vertical .layui-slider-tips {
  top: auto;
  left: 2px
}

@media \0screen {
  .layui-slider-wrap-btn {
    margin-left: -20px
  }

  .layui-slider-vertical .layui-slider-wrap-btn {
    margin-left: 0;
    margin-bottom: -20px
  }

  .layui-slider-vertical .layui-slider-tips {
    margin-left: -8px
  }

  .layui-slider>span {
    margin-left: 8px
  }
}

.layui-tree {
  line-height: 22px
}

.layui-tree .layui-form-checkbox {
  margin: 0 !important
}

.layui-tree-set {
  width: 100%;
  position: relative
}

.layui-tree-pack {
  display: none;
  padding-left: 20px;
  position: relative
}

.layui-tree-iconClick, .layui-tree-main {
  display: inline-block;
  vertical-align: middle
}

.layui-tree-line .layui-tree-pack {
  padding-left: 27px
}

.layui-tree-line .layui-tree-set .layui-tree-set:after {
  content: '';
  position: absolute;
  top: 14px;
  left: -9px;
  width: 17px;
  height: 0;
  border-top: 1px dotted #c0c4cc
}

.layui-tree-entry {
  position: relative;
  padding: 3px 0;
  height: 20px;
  white-space: nowrap
}

.layui-tree-entry:hover {
  background-color: #eee
}

.layui-tree-line .layui-tree-entry:hover {
  background-color: rgba(0, 0, 0, 0)
}

.layui-tree-line .layui-tree-entry:hover .layui-tree-txt {
  color: #999;
  text-decoration: underline;
  transition: .3s
}

.layui-tree-main {
  cursor: pointer;
  padding-right: 10px
}

.layui-tree-line .layui-tree-set:before {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  width: 0;
  height: 100%;
  border-left: 1px dotted #c0c4cc
}

.layui-tree-line .layui-tree-set.layui-tree-setLineShort:before {
  height: 13px
}

.layui-tree-line .layui-tree-set.layui-tree-setHide:before {
  height: 0
}

.layui-tree-iconClick {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin: 0 10px;
  color: #c0c4cc
}

.layui-tree-icon {
  height: 12px;
  line-height: 12px;
  width: 12px;
  text-align: center;
  border: 1px solid #c0c4cc
}

.layui-tree-iconClick .layui-icon {
  font-size: 18px
}

.layui-tree-icon .layui-icon {
  font-size: 12px;
  color: #666
}

.layui-tree-iconArrow {
  padding: 0 5px
}

.layui-tree-iconArrow:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 3px;
  z-index: 100;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #c0c4cc;
  transition: .5s
}

.layui-tree-btnGroup, .layui-tree-editInput {
  position: relative;
  vertical-align: middle;
  display: inline-block
}

.layui-tree-spread>.layui-tree-entry>.layui-tree-iconClick>.layui-tree-iconArrow:after {
  transform: rotate(90deg) translate(3px, 4px)
}

.layui-tree-txt {
  display: inline-block;
  vertical-align: middle;
  color: #555
}

.layui-tree-search {
  margin-bottom: 15px;
  color: #666
}

.layui-tree-btnGroup .layui-icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0 2px;
  cursor: pointer
}

.layui-tree-btnGroup .layui-icon:hover {
  color: #999;
  transition: .3s
}

.layui-tree-entry:hover .layui-tree-btnGroup {
  visibility: visible
}

.layui-tree-editInput {
  height: 20px;
  line-height: 20px;
  padding: 0 3px;
  border: none;
  background-color: rgba(0, 0, 0, .05)
}

.layui-tree-emptyText {
  text-align: center;
  color: #999
}

.layui-anim {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.layui-anim.layui-icon {
  display: inline-block
}

.layui-anim-loop {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.layui-trans, .layui-trans a {
  transition: all .3s;
  -webkit-transition: all .3s
}

@-webkit-keyframes layui-rotate {
  from {
    -webkit-transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes layui-rotate {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.layui-anim-rotate {
  -webkit-animation-name: layui-rotate;
  animation-name: layui-rotate;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@-webkit-keyframes layui-up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: .3
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes layui-up {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: .3
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.layui-anim-up {
  -webkit-animation-name: layui-up;
  animation-name: layui-up
}

@-webkit-keyframes layui-upbit {
  from {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: .3
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

@keyframes layui-upbit {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: .3
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1
  }
}

.layui-anim-upbit {
  -webkit-animation-name: layui-upbit;
  animation-name: layui-upbit
}

@-webkit-keyframes layui-scale {
  0% {
    opacity: .3;
    -webkit-transform: scale(.5)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes layui-scale {
  0% {
    opacity: .3;
    -ms-transform: scale(.5);
    transform: scale(.5)
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

.layui-anim-scale {
  -webkit-animation-name: layui-scale;
  animation-name: layui-scale
}

@-webkit-keyframes layui-scale-spring {
  0% {
    opacity: .5;
    -webkit-transform: scale(.5)
  }

  80% {
    opacity: .8;
    -webkit-transform: scale(1.1)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes layui-scale-spring {
  0% {
    opacity: .5;
    transform: scale(.5)
  }

  80% {
    opacity: .8;
    transform: scale(1.1)
  }

  100% {
    opacity: 1;
    transform: scale(1)
  }
}

.layui-anim-scaleSpring {
  -webkit-animation-name: layui-scale-spring;
  animation-name: layui-scale-spring
}

@-webkit-keyframes layui-fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes layui-fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.layui-anim-fadein {
  -webkit-animation-name: layui-fadein;
  animation-name: layui-fadein
}

@-webkit-keyframes layui-fadeout {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

@keyframes layui-fadeout {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

.layui-anim-fadeout {
  -webkit-animation-name: layui-fadeout;
  animation-name: layui-fadeout
}

/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", Tahoma, Arial;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

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

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

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

ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

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

blockquote {
  margin: 0 0 1rem
}

b, strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

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

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

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

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[role="button"] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer
}

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

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

textarea {
  overflow: auto;
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: 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-decoration {
  -webkit-appearance: none
}

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

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

h1, .h1 {
  font-size: 2.5rem
}

h2, .h2 {
  font-size: 2rem
}

h3, .h3 {
  font-size: 1.75rem
}

h4, .h4 {
  font-size: 1.5rem
}

h5, .h5 {
  font-size: 1.25rem
}

h6, .h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

small, .small {
  font-size: 80%;
  font-weight: 400
}

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

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "— "
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media(min-width:576px) {
  .container, .container-sm {
    max-width: 540px
  }
}

@media(min-width:768px) {
  .container, .container-sm, .container-md {
    max-width: 720px
  }
}

@media(min-width:992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px
  }
}

@media(min-width:1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters>.col, .no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

.row-cols-1>* {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.row-cols-2>* {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.row-cols-3>* {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.row-cols-4>* {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.row-cols-5>* {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%
}

.row-cols-6>* {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.order-first {
  -ms-flex-order: -1;
  order: -1
}

.order-last {
  -ms-flex-order: 13;
  order: 13
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-4 {
  -ms-flex-order: 4;
  order: 4
}

.order-5 {
  -ms-flex-order: 5;
  order: 5
}

.order-6 {
  -ms-flex-order: 6;
  order: 6
}

.order-7 {
  -ms-flex-order: 7;
  order: 7
}

.order-8 {
  -ms-flex-order: 8;
  order: 8
}

.order-9 {
  -ms-flex-order: 9;
  order: 9
}

.order-10 {
  -ms-flex-order: 10;
  order: 10
}

.order-11 {
  -ms-flex-order: 11;
  order: 11
}

.order-12 {
  -ms-flex-order: 12;
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media(min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-sm-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-sm-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-sm-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-sm-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-sm-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-sm-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media(min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-md-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-md-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-md-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-md-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-md-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-md-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media(min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-lg-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-lg-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-lg-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-lg-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-lg-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-lg-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media(min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  .row-cols-xl-1>* {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .row-cols-xl-2>* {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .row-cols-xl-3>* {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .row-cols-xl-4>* {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .row-cols-xl-5>* {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
  }

  .row-cols-xl-6>* {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table th, .table td {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm th, .table-sm td {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered th, .table-bordered td {
  border: 1px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody+tbody {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary, .table-primary>th, .table-primary>td {
  background-color: #b8daff
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody+tbody {
  border-color: #7abaff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td, .table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary, .table-secondary>th, .table-secondary>td {
  background-color: #d6d8db
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody+tbody {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td, .table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success, .table-success>th, .table-success>td {
  background-color: #c3e6cb
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody+tbody {
  border-color: #8fd19e
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info, .table-info>th, .table-info>td {
  background-color: #bee5eb
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody+tbody {
  border-color: #86cfda
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning, .table-warning>th, .table-warning>td {
  background-color: #ffeeba
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody+tbody {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger, .table-danger>th, .table-danger>td {
  background-color: #f5c6cb
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody+tbody {
  border-color: #ed969e
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light, .table-light>th, .table-light>td {
  background-color: #fdfdfe
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody+tbody {
  border-color: #fbfcfc
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td, .table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark, .table-dark>th, .table-dark>td {
  background-color: #c6c8ca
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
  border-color: #95999c
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td, .table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active, .table-active>th, .table-active>td {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td, .table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}

@media(max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media(max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media(max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media(max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.form-control-file, .form-control-range {
  display: block;
  width: 100%
}

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

select.form-control[size], select.form-control[multiple] {
  height: auto
}

textarea.form-control {
  height: auto
}

.form-group {
  margin-bottom: 1rem
}

.form-text {
  display: block;
  margin-top: .25rem
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.form-row>.col, .form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input[disabled]~.form-check-label, .form-check-input:disabled~.form-check-label {
  color: #6c757d
}

.form-check-label {
  margin-bottom: 0
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

.was-validated :valid~.valid-feedback, .was-validated :valid~.valid-tooltip, .is-valid~.valid-feedback, .is-valid~.valid-tooltip {
  display: block
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-check-input:valid~.form-check-label, .form-check-input.is-valid~.form-check-label {
  color: #28a745
}

.was-validated .form-check-input:valid~.valid-feedback, .was-validated .form-check-input:valid~.valid-tooltip, .form-check-input.is-valid~.valid-feedback, .form-check-input.is-valid~.valid-tooltip {
  display: block
}

.was-validated .custom-control-input:valid~.custom-control-label, .custom-control-input.is-valid~.custom-control-label {
  color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-label::before, .custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before, .custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before, .custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-label, .custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745
}

.was-validated .custom-file-input:valid:focus~.custom-file-label, .custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.was-validated :invalid~.invalid-feedback, .was-validated :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-check-input:invalid~.form-check-label, .form-check-input.is-invalid~.form-check-label {
  color: #dc3545
}

.was-validated .form-check-input:invalid~.invalid-feedback, .was-validated .form-check-input:invalid~.invalid-tooltip, .form-check-input.is-invalid~.invalid-feedback, .form-check-input.is-invalid~.invalid-tooltip {
  display: block
}

.was-validated .custom-control-input:invalid~.custom-control-label, .custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-label::before, .custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before, .custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before, .custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-label, .custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label, .custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media(min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .input-group, .form-inline .custom-select {
    width: auto
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled, .btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-lg, .btn-group-lg>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-sm, .btn-group-sm>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%
}

.fade {
  transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropup, .dropright, .dropdown, .dropleft {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu-left {
  right: auto;
  left: 0
}

.dropdown-menu-right {
  right: 0;
  left: auto
}

@media(min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media(min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media(min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media(min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-toggle::after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle::after {
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

.btn-group>.btn, .btn-group-vertical>.btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.btn-group>.btn:hover, .btn-group-vertical>.btn:hover {
  z-index: 1
}

.btn-group>.btn:focus, .btn-group>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn:focus, .btn-group-vertical>.btn:active, .btn-group-vertical>.btn.active {
  z-index: 1
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle), .btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.btn-group>.btn:not(:first-child), .btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-sm+.dropdown-toggle-split, .btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-lg+.dropdown-toggle-split, .btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:not(:first-child), .btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn, .btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type="radio"], .btn-group-toggle>.btn input[type="checkbox"], .btn-group-toggle>.btn-group>.btn input[type="radio"], .btn-group-toggle>.btn-group>.btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

.input-group>.form-control, .input-group>.form-control-plaintext, .input-group>.custom-select, .input-group>.custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.form-control+.form-control, .input-group>.form-control+.custom-select, .input-group>.form-control+.custom-file, .input-group>.form-control-plaintext+.form-control, .input-group>.form-control-plaintext+.custom-select, .input-group>.form-control-plaintext+.custom-file, .input-group>.custom-select+.form-control, .input-group>.custom-select+.custom-select, .input-group>.custom-select+.custom-file, .input-group>.custom-file+.form-control, .input-group>.custom-file+.custom-select, .input-group>.custom-file+.custom-file {
  margin-left: -1px
}

.input-group>.form-control:focus, .input-group>.custom-select:focus, .input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.form-control:not(:last-child), .input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.form-control:not(:first-child), .input-group>.custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label, .input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-prepend, .input-group-append {
  display: -ms-flexbox;
  display: flex
}

.input-group-prepend .btn, .input-group-append .btn {
  position: relative;
  z-index: 2
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
  z-index: 3
}

.input-group-prepend .btn+.btn, .input-group-prepend .btn+.input-group-text, .input-group-prepend .input-group-text+.input-group-text, .input-group-prepend .input-group-text+.btn, .input-group-append .btn+.btn, .input-group-append .btn+.input-group-text, .input-group-append .input-group-text+.input-group-text, .input-group-append .input-group-text+.btn {
  margin-left: -1px
}

.input-group-prepend {
  margin-right: -1px
}

.input-group-append {
  margin-left: -1px
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] {
  margin-top: 0
}

.input-group-lg>.form-control:not(textarea), .input-group-lg>.custom-select {
  height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.form-control, .input-group-lg>.custom-select, .input-group-lg>.input-group-prepend>.input-group-text, .input-group-lg>.input-group-append>.input-group-text, .input-group-lg>.input-group-prepend>.btn, .input-group-lg>.input-group-append>.btn {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.input-group-sm>.form-control:not(textarea), .input-group-sm>.custom-select {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.form-control, .input-group-sm>.custom-select, .input-group-sm>.input-group-prepend>.input-group-text, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-append>.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.input-group-lg>.custom-select, .input-group-sm>.custom-select {
  padding-right: 1.75rem
}

.input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text, .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.custom-control-input[disabled]~.custom-control-label, .custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

.custom-control-input[disabled]~.custom-control-label::before, .custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input[disabled]~.custom-file-label, .custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: none
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media(prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill>.nav-link, .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

.nav-justified>.nav-link, .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media(max-width:575.98px) {
  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container, .navbar-expand-sm>.container-fluid, .navbar-expand-sm>.container-sm, .navbar-expand-sm>.container-md, .navbar-expand-sm>.container-lg, .navbar-expand-sm>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media(max-width:767.98px) {
  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container, .navbar-expand-md>.container-fluid, .navbar-expand-md>.container-sm, .navbar-expand-md>.container-md, .navbar-expand-md>.container-lg, .navbar-expand-md>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media(max-width:991.98px) {
  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid, .navbar-expand-lg>.container-sm, .navbar-expand-lg>.container-md, .navbar-expand-lg>.container-lg, .navbar-expand-lg>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media(max-width:1199.98px) {
  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media(min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container, .navbar-expand-xl>.container-fluid, .navbar-expand-xl>.container-sm, .navbar-expand-xl>.container-md, .navbar-expand-xl>.container-lg, .navbar-expand-xl>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-sm, .navbar-expand>.container-md, .navbar-expand>.container-lg, .navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container, .navbar-expand>.container-fluid, .navbar-expand>.container-sm, .navbar-expand>.container-md, .navbar-expand>.container-lg, .navbar-expand>.container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #2f82ff
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
  color: #2f82ff
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group, .card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%
}

.card-img, .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
  margin-bottom: 15px
}

@media(min-width:576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group>.card {
  margin-bottom: 15px
}

@media(min-width:576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-top, .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-img-bottom, .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-top, .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-img-bottom, .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media(min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion {
  overflow-anchor: none
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item {
  display: -ms-flexbox;
  display: flex
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-num {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-num:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-num:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-num {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-num {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-num.page-num-current {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-num {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-num {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-num {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-num {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-num {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-num {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-num {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media(min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media(prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

.media-body {
  -ms-flex: 1;
  flex: 1
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media(min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media(min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

@media(prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media(min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media(min-width:992px) {
  .modal-lg, .modal-xl {
    max-width: 800px
  }
}

@media(min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: .4rem 0
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 .4rem
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: .4rem 0
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 .4rem
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: .5rem
}

.bs-popover-top>.arrow, .bs-popover-auto[x-placement^="top"]>.arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-top>.arrow::before, .bs-popover-auto[x-placement^="top"]>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-top>.arrow::after, .bs-popover-auto[x-placement^="top"]>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: .5rem
}

.bs-popover-right>.arrow, .bs-popover-auto[x-placement^="right"]>.arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-right>.arrow::before, .bs-popover-auto[x-placement^="right"]>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-right>.arrow::after, .bs-popover-auto[x-placement^="right"]>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: .5rem
}

.bs-popover-bottom>.arrow, .bs-popover-auto[x-placement^="bottom"]>.arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-bottom>.arrow::before, .bs-popover-auto[x-placement^="bottom"]>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-bottom>.arrow::after, .bs-popover-auto[x-placement^="bottom"]>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: .5rem
}

.bs-popover-left>.arrow, .bs-popover-auto[x-placement^="left"]>.arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-left>.arrow::before, .bs-popover-auto[x-placement^="left"]>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-left>.arrow::after, .bs-popover-auto[x-placement^="left"]>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
  display: block
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media(prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media(prefers-reduced-motion:reduce) {
  .carousel-control-prev, .carousel-control-next {
    transition: none
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media(prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #007bff !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

.d-inline-block {
  display: inline-block !important
}

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

.d-table-row {
  display: table-row !important
}

.d-table-cell {
  display: table-cell !important
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media(min-width:576px) {
  .d-sm-none {
    display: none !important
  }

  .d-sm-inline {
    display: inline !important
  }

  .d-sm-inline-block {
    display: inline-block !important
  }

  .d-sm-block {
    display: block !important
  }

  .d-sm-table {
    display: table !important
  }

  .d-sm-table-row {
    display: table-row !important
  }

  .d-sm-table-cell {
    display: table-cell !important
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width:768px) {
  .d-md-none {
    display: none !important
  }

  .d-md-inline {
    display: inline !important
  }

  .d-md-inline-block {
    display: inline-block !important
  }

  .d-md-block {
    display: block !important
  }

  .d-md-table {
    display: table !important
  }

  .d-md-table-row {
    display: table-row !important
  }

  .d-md-table-cell {
    display: table-cell !important
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width:992px) {
  .d-lg-none {
    display: none !important
  }

  .d-lg-inline {
    display: inline !important
  }

  .d-lg-inline-block {
    display: inline-block !important
  }

  .d-lg-block {
    display: block !important
  }

  .d-lg-table {
    display: table !important
  }

  .d-lg-table-row {
    display: table-row !important
  }

  .d-lg-table-cell {
    display: table-cell !important
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media(min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

  .d-xl-inline {
    display: inline !important
  }

  .d-xl-inline-block {
    display: inline-block !important
  }

  .d-xl-block {
    display: block !important
  }

  .d-xl-table {
    display: table !important
  }

  .d-xl-table-row {
    display: table-row !important
  }

  .d-xl-table-cell {
    display: table-cell !important
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  .d-print-none {
    display: none !important
  }

  .d-print-inline {
    display: inline !important
  }

  .d-print-inline-block {
    display: inline-block !important
  }

  .d-print-block {
    display: block !important
  }

  .d-print-table {
    display: table !important
  }

  .d-print-table-row {
    display: table-row !important
  }

  .d-print-table-cell {
    display: table-cell !important
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media(min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media(min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media(min-width:576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media(min-width:768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media(min-width:992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media(min-width:1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports ((position:-webkit-sticky)or(position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.m-0 {
  margin: 0 !important
}

.mt-0, .my-0 {
  margin-top: 0 !important
}

.mr-0, .mx-0 {
  margin-right: 0 !important
}

.mb-0, .my-0 {
  margin-bottom: 0 !important
}

.ml-0, .mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1, .my-1 {
  margin-top: .25rem !important
}

.mr-1, .mx-1 {
  margin-right: .25rem !important
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2, .my-2 {
  margin-top: .5rem !important
}

.mr-2, .mx-2 {
  margin-right: .5rem !important
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3, .my-3 {
  margin-top: 1rem !important
}

.mr-3, .mx-3 {
  margin-right: 1rem !important
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5, .my-5 {
  margin-top: 3rem !important
}

.mr-5, .mx-5 {
  margin-right: 3rem !important
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0, .py-0 {
  padding-top: 0 !important
}

.pr-0, .px-0 {
  padding-right: 0 !important
}

.pb-0, .py-0 {
  padding-bottom: 0 !important
}

.pl-0, .px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1, .py-1 {
  padding-top: .25rem !important
}

.pr-1, .px-1 {
  padding-right: .25rem !important
}

.pb-1, .py-1 {
  padding-bottom: .25rem !important
}

.pl-1, .px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2, .py-2 {
  padding-top: .5rem !important
}

.pr-2, .px-2 {
  padding-right: .5rem !important
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important
}

.pl-2, .px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3, .py-3 {
  padding-top: 1rem !important
}

.pr-3, .px-3 {
  padding-right: 1rem !important
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important
}

.pl-3, .px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5, .py-5 {
  padding-top: 3rem !important
}

.pr-5, .px-5 {
  padding-right: 3rem !important
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important
}

.pl-5, .px-5 {
  padding-left: 3rem !important
}

.m-n1 {
  margin: -.25rem !important
}

.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2, .my-n2 {
  margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto, .my-auto {
  margin-top: auto !important
}

.mr-auto, .mx-auto {
  margin-right: auto !important
}

.mb-auto, .my-auto {
  margin-bottom: auto !important
}

.ml-auto, .mx-auto {
  margin-left: auto !important
}

@media(min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
  }

  .m-sm-3 {
    margin: 1rem !important
  }

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
  }

  .m-sm-4 {
    margin: 1.5rem !important
  }

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  .m-sm-5 {
    margin: 3rem !important
  }

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }

  .p-sm-0 {
    padding: 0 !important
  }

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
  }

  .p-sm-3 {
    padding: 1rem !important
  }

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }

  .p-sm-4 {
    padding: 1.5rem !important
  }

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }

  .p-sm-5 {
    padding: 3rem !important
  }

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important
  }

  .m-sm-auto {
    margin: auto !important
  }

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
  }
}

@media(min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
  }

  .m-md-3 {
    margin: 1rem !important
  }

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
  }

  .m-md-4 {
    margin: 1.5rem !important
  }

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
  }

  .m-md-5 {
    margin: 3rem !important
  }

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }

  .p-md-0 {
    padding: 0 !important
  }

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important
  }

  .p-md-3 {
    padding: 1rem !important
  }

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }

  .p-md-4 {
    padding: 1.5rem !important
  }

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }

  .p-md-5 {
    padding: 3rem !important
  }

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important
  }

  .m-md-auto {
    margin: auto !important
  }

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important
  }
}

@media(min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
  }

  .m-lg-3 {
    margin: 1rem !important
  }

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
  }

  .m-lg-4 {
    margin: 1.5rem !important
  }

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  .m-lg-5 {
    margin: 3rem !important
  }

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }

  .p-lg-0 {
    padding: 0 !important
  }

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
  }

  .p-lg-3 {
    padding: 1rem !important
  }

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }

  .p-lg-4 {
    padding: 1.5rem !important
  }

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }

  .p-lg-5 {
    padding: 3rem !important
  }

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important
  }

  .m-lg-auto {
    margin: auto !important
  }

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
  }
}

@media(min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important
  }

  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important
  }

  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important
  }

  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important
  }

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
  }

  .m-xl-3 {
    margin: 1rem !important
  }

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
  }

  .m-xl-4 {
    margin: 1.5rem !important
  }

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  .m-xl-5 {
    margin: 3rem !important
  }

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }

  .p-xl-0 {
    padding: 0 !important
  }

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
  }

  .p-xl-3 {
    padding: 1rem !important
  }

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }

  .p-xl-4 {
    padding: 1.5rem !important
  }

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }

  .p-xl-5 {
    padding: 3rem !important
  }

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important
  }

  .m-xl-auto {
    margin: auto !important
  }

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
  text-align: justify !important
}

.text-wrap {
  white-space: normal !important
}

.text-nowrap {
  white-space: nowrap !important
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

@media(min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

  .text-sm-right {
    text-align: right !important
  }

  .text-sm-center {
    text-align: center !important
  }
}

@media(min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

  .text-md-right {
    text-align: right !important
  }

  .text-md-center {
    text-align: center !important
  }
}

@media(min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

  .text-lg-right {
    text-align: right !important
  }

  .text-lg-center {
    text-align: center !important
  }
}

@media(min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

  .text-xl-right {
    text-align: right !important
  }

  .text-xl-center {
    text-align: center !important
  }
}

.text-lowercase {
  text-transform: lowercase !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-capitalize {
  text-transform: capitalize !important
}

.font-weight-light {
  font-weight: 300 !important
}

.font-weight-lighter {
  font-weight: lighter !important
}

.font-weight-normal {
  font-weight: 400 !important
}

.font-weight-bold {
  font-weight: 700 !important
}

.font-weight-bolder {
  font-weight: bolder !important
}

.font-italic {
  font-style: italic !important
}

.text-white {
  color: #fff !important
}

.text-primary {
  color: #007bff !important
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important
}

.text-danger {
  color: #dc3545 !important
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important
}

.text-light {
  color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

.text-decoration-none {
  text-decoration: none !important
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important
}

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {
  *, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " ("attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  pre, blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  tr, img {
    page-break-inside: avoid
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td, .table th {
    background-color: #fff !important
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody+tbody {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

#morphing-content {
  z-index: 999
}

.layui-layer-setwin {
  z-index: 999
}

.layui-layer-setwin .layui-layer-close2:before {
  content: "ဆ" !important;
  font-family: layui-icon !important;
  font-size: 45px !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.layui-layer-setwin .layui-layer-close2 {
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h4 {
  font-size: 22px
}

@media(min-width:1900px) {
  .layui-lxwm-2020 .container {
    width: 1600px
  }
}

.layui-lxwm-2020-logo {
  height: 100px;
  position: relative;
  z-index: 44
}

.layui-lxwm-2020-logo>a {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 20px
}

.layui-lxwm-2020-logo>a img {
  max-height: 80px;
}

.layui-lxwm-2020-foot {
  padding: 30px 0;
  padding-top: 50px
}

.layui-lxwm-2020-foot .adr {
  border-top: 1px solid rgba(51, 51, 51, .1);
  margin-top: 20px;
  padding-top: 20px;
  color: rgba(0, 0, 0, .6);
  font-size: 12px
}

.layui-lxwm-2020-foot .contact-us-form {
  padding-left: 40px
}

.layui-lxwm-2020-foot .layui-form label {
  font-weight: bold;
  text-align: left;
  display: block;
  float: none;
  padding-left: 0;
  font-size: .8rem;
  width: auto;
  margin: 0;
  height: auto
}

.layui-lxwm-2020-foot .layui-form .layui-input-block {
  margin: 0
}

.layui-lxwm-2020-foot .layui-form .layui-input-block input {
  border: 1px solid #000;
  color: #000
}

.layui-lxwm-2020-foot .layui-form .layui-input-block textarea {
  border: 1px solid #000;
  color: #000
}

.layui-lxwm-2020-foot .layui-form .layui-input-block .layui-btn {
  background: #333;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px
}

.layui-lxwm-2020-foot-txt {
  padding-bottom: 30px
}

.layui-lxwm-2020-foot-txt h2 {
  display: block;
  color: #000;
  font-size: 16px;
  line-height: 1
}

.layui-lxwm-2020-foot-txt .tel {
  font-size: 32px;
  color: #000;
  display: block;
  padding: 10px 0
}

.layui-lxwm-2020-foot-txt .tel ul {
  display: flex;
  margin-left: 0;
  margin-left: -10px
}

.layui-lxwm-2020-foot-txt .tel ul li {
  padding: 0 10px
}

.layui-lxwm-2020-foot-txt .tel ul li a i {
  font-size: 32px;
  color: #000
}

.layui-lxwm-2020-foot-txt p {
  display: block;
  font-size: 12px;
  color: #000
}

.layui-lxwm-2020-foot-wx ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px
}

.layui-lxwm-2020-foot-wx ul li {
  text-align: center;
  color: #000;
  width: 20%;
  padding: 10px;
  font-size: 12px
}

.layui-lxwm-2020-foot-wx ul li img {
  margin-bottom: 10px;
  padding: 5px;
  background: #fff
}

a {
  text-decoration: none !important;
  outline: none;
  position: relative
}

a:hover {
  color: #0085cc;
  text-decoration: none
}

.p-a a {
  position: relative
}

.p-a a:after {
  content: '';
  height: 1px
}

.bg2 {
  background: #f7f7f7
}

.after {
  content: '';
  display: block;
  clear: both
}

.iconfonts {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.box-shadow {
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, .02), 0 6.7px 5.3px rgba(0, 0, 0, .028), 0 12.5px 10px rgba(0, 0, 0, .035), 0 22.3px 17.9px rgba(0, 0, 0, .042), 0 41.8px 33.4px rgba(0, 0, 0, .05), 0 100px 80px rgba(0, 0, 0, .07)
}

.box-shadow2 {
  box-shadow: 0 14px 60px rgba(0, 0, 0, .07)
}

.transition {
  transition: all ease-in-out .3s
}

img {
  max-width: 100%;
  height: auto
}

@media(min-width:1200px) {
  .container {
    width: 1200px
  }
}

@media(min-width:1600px) {
  .container {
    width: 1440px;
    padding: 0
  }
}

.btn-black {
  background: #0076fe;
  color: #fff
}

.btn-black:hover {
  background: rgba(0, 118, 254, .8);
  color: #fff
}

.bg-huang {
  background: linear-gradient(to right, rgba(248, 214, 33, .84) 0%, #f6bb1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6f8d621', endColorstr='#f6bb1f', GradientType=1)
}

@keyframes mydown {
  from {
    transform: translateY(-5px)
  }

  to {
    transform: translateY(5px);
    color: #f6bb1f
  }
}

@keyframes float {
  0% {
    transform: translate3d(0, -.5rem, 0)
  }

  50% {
    transform: translate3d(0, .5rem, 0)
  }

  to {
    transform: translate3d(0, -.5rem, 0)
  }
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

body {
  font-size: 12px
}

@media(min-width:1400px) {
  body {
    font-size: 14px
  }
}

@media(min-width:1600px) {
  body {
    font-size: 16px
  }
}

@media(min-width:1200px) {
  body.contact header .navbar-expand-xl {
    justify-content: center
  }

  body.contact header .navbar-expand-xl .navbar-collapse {
    display: none !important
  }
}

header {
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

header .logo img {
  height: 30px
}

@media(min-width:1200px) {
  header .logo img {
    height: 60px
  }
}

.navbar-expand-xl .navbar-nav .nav-link {
  color: #333;
}

@media(min-width:1200px) {
  .navbar {
    padding: 1rem
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
    white-space: nowrap
  }

  .navbar-expand-xl .navbar-tel a {
    padding: .8rem 1rem;
    white-space: nowrap
  }
}

@media(min-width:1400px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0 1.2rem;
  }
}

.index-tit {
  text-align: center
}

.index-tit .tit-h1 {
  display: block;
  padding: 3rem 0 1rem 0;
  line-height: 1.24;
  font-weight: bold;
  font-size: 1.6rem
}

@media(min-width:1200px) {
  .index-tit .tit-h1 {
    font-size: 2rem
  }
}

@media(min-width:1400px) {
  .index-tit .tit-h1 {
    font-size: 2.2rem
  }
}

.index-tit .tit-t2 {
  font-size: 1rem;
  font-weight: bold
}

@media(min-width:1200px) {
  .index-tit .tit-t2 {
    font-size: 1.2rem
  }
}

.index-tit p {
  font-size: .8rem
}

@media(min-width:1200px) {
  .index-tit p {
    font-size: 1rem;
    margin-top: 10px
  }
}

.index-tit .btn {
  border: 1px solid #000;
  border-radius: 10em;
  font-size: .8rem;
  padding: .5rem 2rem;
  color: #000;
  margin-top: 1rem
}

@media(min-width:1200px) {
  .index-tit .btn {
    font-size: .95rem;
    padding: .6rem 4rem;
    font-weight: bold
  }
}

.index-tit .btn:hover {
  background: #000;
  color: #fff
}

.footer-box1 .item .img {
  background: #fff;
  text-align: center
}

.footer-box1 .item .img i {
  font-size: 3em;
  color: #333;
  display: block;
  margin: 0 auto
}

.footer-box1 .item .img .alt {
  font-weight: bold;
  text-transform: uppercase;
  font-family: Britannic;
  display: block;
  line-height: 1;
  padding-top: 1em;
  white-space: nowrap
}

.footer-box1 .item .txt {
  text-align: center;
  padding-top: 2.2rem
}

.footer-box1 .item .txt .t1 {
  position: relative;
  display: block;
  line-height: 1;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 1rem
}

@media(min-width:1200px) {
  .footer-box1 .item .txt .t1 {
    font-size: 1.1rem
  }
}

.footer-box1 .item .txt .t1:after {
  position: absolute;
  width: .8rem;
  height: 2px;
  background: #000;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: ''
}

.footer-box1 .item .txt .addr {
  font-size: .55rem;
  text-align: center
}

@media(min-width:1200px) {
  .footer-box1 .item .txt .addr {
    font-size: .95rem
  }
}

.footer-box1 .item .txt .addr li {
  flex: 0 0 50%;
  max-width: 50%;
  white-space: nowrap;
  text-align: center
}

footer .container {
  display: flex;
  flex-wrap: wrap
}

footer .container .logo img {
  height: 36px
}

footer .container .row {
  flex: 1 !important
}

footer .container .row ul li.first {
  padding-bottom: .2em;
  font-weight: bold;
  color: #949494
}

footer .container .row ul li a {
  color: #5d5d5d;
  display: block;
  padding: .35rem 0;
  font-size: 14px;
}

footer .container .row ul li a:hover {
  color: #949494
}

footer .container .wximg {
  text-align: center
}

footer .container .wximg .img {
  background-image: linear-gradient(90deg, #2576fb 0, #59a3ff 100%);
  padding: 10px;
  margin-bottom: 10px;
  width: 130px;
}

footer .links {
  width: 100%
}

footer .links ul {
  margin: 0 -10px
}

footer .links ul li {
  display: inline-block;
  padding: 10px
}

footer .links ul li a {
  font-size: 12px;
  color: #666
}

footer .copy {
  text-align: center;
  font-size: .5rem;
  width: 100%;
  color: #5d5d5d;
}

footer .copy a {
  color: #5d5d5d;
}

@media(min-width:1200px) {
  footer .copy {
    font-size: .9rem;
  }
}

.case-box {
  position: relative;
  background-image: url(../images/bg4.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.case-box .more {
  display: flex;
  color: #fff;
  padding: 40px 0;
  align-items: center
}

.case-box .more .txt {
  font-size: 1.2rem;
  font-weight: bold;
  flex: 1 1 auto
}

.case-box .more .more-btn .btn {
  border-color: #0076fe;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #0076fe;
  transition: all ease-in-out .3s
}

.case-box .more .more-btn .btn:hover {
  background: #0076fe;
  color: #fff
}

.case-box.case-box-website .banner-txt {
  background: none
}

@media(min-width:1200px) {
  .case-box.case-box-website:before {
    height: 60%
  }
}

.case-box.case-box-website:after {
  background: #3c3d42;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30%;
  content: '';
  z-index: 1
}

@media(min-width:1200px) {
  .case-box.case-box-website:after {
    height: 40%
  }
}

@media(min-width:1200px) {
  .case-box:before {
    height: 848px
  }
}

.case-box .container-fluid {
  position: relative;
  z-index: 2
}

.case-box .index-tit .btn {
  border: 1px solid #000;
  border-radius: 10em;
  font-size: .8rem;
  padding: .5rem 2rem;
  color: #000
}

@media(min-width:1200px) {
  .case-box .index-tit .btn {
    font-size: .95rem;
    padding: .6rem 4rem;
    font-weight: bold
  }
}

.case-box .index-tit .btn:hover {
  background: #000;
  color: #fff
}

.case-box .case-tag {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2rem
}

.case-box .case-tag li {
  padding: 3px
}

@media(min-width:1200px) {
  .case-box .case-tag li {
    padding: 5px
  }
}

.case-box .case-tag li a {
  display: block;
  border-radius: 10em;
  background: #fff;
  color: #000;
  font-size: .6rem;
  padding: .3rem 1rem;
  border-color: #f6bb1f
}

@media(min-width:1200px) {
  .case-box .case-tag li a {
    padding: .3rem 1.5rem;
    font-size: .95rem
  }
}

.case-box .case-tag li a:hover {
  background: #000;
  color: #fff
}

.case-box .swiper-container {
  padding: 2rem 0
}

.case-box .swiper-container .swiper-pagination {
  bottom: 0
}

.case-box .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 2px;
  border-radius: 0;
  transition: all ease-in-out .3s
}

.case-box .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px
}

.case-box .swiper-container .swiper-slide .item a {
  display: block;
  background: #fff;
  border-radius: .5rem;
  box-shadow: 3px 0 20px rgba(0, 0, 0, .27);
  overflow: hidden;
  padding: 5px;
  transition: all ease-in-out .3s
}

.case-box .swiper-container .swiper-slide .item a:hover {
  box-shadow: 3px 0 20px rgba(0, 0, 0, .47);
  transform: translateY(-15px)
}

.case-box .swiper-container .swiper-slide .item a .logo {
  height: 80px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center
}

@media(min-width:1200px) {
  .case-box .swiper-container .swiper-slide .item a .logo {
    height: 120px
  }
}

.case-box .swiper-container .swiper-slide .item a .logo img {
  width: auto;
  max-width: 100%;
  height: 30px
}

@media(min-width:1200px) {
  .case-box .swiper-container .swiper-slide .item a .logo img {
    height: auto
  }
}

.case-box .swiper-container .swiper-slide .item a .img {
  height: 400px;
  overflow: hidden
}

.case-box .swiper-container .swiper-slide .item a .img img {
  object-fit: contain;
  width: 100%
}

.index-logo {
  background: url(../images/2.png) repeat-x center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  overflow: hidden;
}

.index-logo ul {
  width: 5000000px;
  display: flex;
  margin-bottom: 0;
  align-items: center;
  margin-top: 48px;
}

.index-logo ul li {
  padding: 0 20px
}

.index-logo ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px
}

.index-logo .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
  margin: 0 auto
}

.index-logo .swiper-container .swiper-pagination {
  bottom: 0;
  display: none
}

.index-logo .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 2px;
  border-radius: 0;
  transition: all ease-in-out .3s
}

.index-logo .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px
}

.index-logo .swiper-container .swiper-slide {
  width: auto
}

.index-logo .swiper-container .swiper-slide .item {
  display: block
}

.index-logo .swiper-container .swiper-slide .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px
}

@media(min-width:1200px) {
  .index-logo .swiper-container .swiper-slide .item a {
    height: 350px
  }
}

.index-banner {
  position: relative;
  z-index: 22;
  background-image: url(../images/design.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  color: #fff;
}

.index-banner .container {
  position: relative;
  z-index: 22;
  height: 100%;
  display: flex;
  align-items: center;
}


@media(min-width:768px) {
  .index-banner {
    height: 550px;
  }

  .index-banner .container {
    display: flex;
    justify-content: center;
    align-items: center
  }
}

@media(min-width:768px) {
  .index-banner .container .txt {
    flex: 1 1 auto;
    width: 60%
  }
}

.index-banner .container .txt .t1 {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding-bottom: .5rem;
  height: 1.3em
}

@media(min-width:1200px) {
  .index-banner .container .txt .t1 {
    font-size: 2.4rem;
    padding-bottom: 1rem
  }
}

@media(min-width:1400px) {
  .index-banner .container .txt .t1 {
    padding-bottom: 1rem
  }
}

.index-banner .container .txt .t1.title-h2 {
  margin-bottom: .5em
}

@media(min-width:768px) {
  .index-banner .container .txt .img {
    width: 40%
  }
}

.index-banner .container .txt .img img {
  width: auto
}

.index-banner .container .next {
  position: absolute;
  bottom: -30px;
  width: 60px;
  height: 60px;
  left: 15px;
  border-radius: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: float 4s ease-in-out infinite alternate
}

.index-banner .container .next i {
  font-size: .8rem;
  color: #fff
}

.index-news {
  background: #eff0f2
}

.index-news .container {
  padding: 50px 15px
}

.index-news .swiper-container {
  height: 130px
}

@media(min-width:1200px) {
  .index-news .swiper-container {
    height: 160px
  }
}

.index-news .swiper-container .swiper-pagination {
  bottom: 0;
  display: none
}

.index-news .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 4px;
  height: 2px;
  border-radius: 0;
  transition: all ease-in-out .3s
}

.index-news .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 8px
}

.index-news .swiper-container .swiper-slide .item {
  display: flex;
  align-items: center;
  flex: 1 1 auto
}

.index-news .swiper-container .swiper-slide .item .time {
  font-weight: bold;
  display: none
}

@media(min-width:768px) {
  .index-news .swiper-container .swiper-slide .item .time {
    display: block
  }
}

@media(min-width:992px) {
  .index-news .swiper-container .swiper-slide .item .time {
    font-size: .8rem
  }
}

@media(min-width:1200px) {
  .index-news .swiper-container .swiper-slide .item .time {
    font-size: 1rem
  }
}

.index-news .swiper-container .swiper-slide .item .btn {
  color: #701d07;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .5rem
}

@media(min-width:768px) {
  .index-news .swiper-container .swiper-slide .item .btn {
    font-size: .8rem
  }
}

@media(min-width:992px) {
  .index-news .swiper-container .swiper-slide .item .btn {
    font-size: 1rem
  }
}

@media(min-width:1200px) {
  .index-news .swiper-container .swiper-slide .item .btn {
    font-size: 1.1rem
  }
}

.index-news .swiper-container .swiper-slide .item .btn.btn-outline-light {
  background: #0076fe;
  color: #000;
  margin-left: 0;
  margin-right: 15px;
  font-weight: bold;
  font-size: .8rem;
  padding: .45rem 2em;
  border: none;
  text-overflow: clip
}

@media(min-width:768px) {
  .index-news .swiper-container .swiper-slide .item .btn.btn-outline-light {
    margin-left: 25px
  }
}

@media(min-width:1200px) {
  .index-news .swiper-container .swiper-slide .item .btn.btn-outline-light {
    font-size: 1rem
  }
}

.index-box {
  position: relative;
  overflow: hidden
}

@media(min-width:1200px) {
  .index-box {
    overflow: visible
  }
}

.index-box .container {
  flex: 1 1 auto;
  align-items: center;
  position: relative;
  padding-top: 320px;
  padding-bottom: 60px
}

@media(min-width:768px) {
  .index-box .container {
    display: flex;
    padding-top: 80px;
    padding-bottom: 60px
  }
}

@media(min-width:768px) {
  .index-box .txt {
    width: 50%;
    max-width: 50%
  }
}

@media(min-width:992px) {
  .index-box .txt {
    width: 40%;
    max-width: 40%
  }
}

@media(min-width:1200px) {
  .index-box .txt {
    width: 50%;
    max-width: 50%
  }
}

.index-box .txt .txt-logo {
  display: flex;
  align-items: center;
  width: 100%;
  padding-bottom: 1em
}

@media(min-width:1200px) {
  .index-box .txt .txt-logo {
    padding-bottom: 30px
  }
}

.index-box .txt .txt-logo img {
  height: 2.2rem
}

@media(min-width:768px) {
  .index-box .txt .txt-logo img {
    height: 36px
  }
}

.index-box .txt .txt-logo h1 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
  color: #0076fe;
  margin-left: 15px
}

.index-box .txt .t1 {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  padding-bottom: 1.5em
}

@media(min-width:1200px) {
  .index-box .txt .t1 {
    padding-bottom: 60px
  }
}

.index-box .txt .des {
  line-height: 2
}

@media(min-width:1200px) {
  .index-box .txt .des {
    padding-bottom: 60px
  }
}

.index-box .txt .btn {
  font-size: 1rem;
  padding-left: 3em;
  padding-right: 5em;
  position: relative
}

@media(min-width:768px) {
  .index-box .txt .btn {
    padding-left: 5em;
    padding-right: 8em;
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.index-box .txt .btn i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 5px
}

.index-box .img {
  position: absolute;
  top: 0
}

@media(min-width:768px) {
  .index-box .img {
    width: 50%;
    max-width: 50%;
    position: relative
  }
}

@media(min-width:992px) {
  .index-box .img {
    width: 60%;
    max-width: 60%
  }
}

@media(min-width:1200px) {
  .index-box .img {
    width: 65%;
    max-width: 65%
  }
}

.index-box .img ul {
  display: flex;
  flex: 1 1 auto;
  position: relative
}

@media(min-width:1200px) {
  .index-box .img ul {
    margin: 0 -15px;
    justify-content: flex-end
  }
}

.index-box .img ul li {
  width: 33.33%;
  padding: 15px;
  position: relative
}

.index-box .img ul li:nth-child(2) {
  top: -40px
}

.index-box .img ul li:nth-child(3) {
  top: -60px
}

.index-box .img ul li img {
  box-shadow: 30px 56px 78px -45px rgba(245, 194, 32, .3)
}

@media(min-width:768px) {
  .index-box.index-box2 .txt {
    padding-left: 40px
  }
}

.index-box.index-box2:before {
  background: #0076fe;
  background: linear-gradient(to right, #3693ff 1%, #0076fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076fe', endColorstr='#3693ff', GradientType=1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  display: none
}

@media(min-width:768px) {
  .index-box.index-box2:before {
    display: block;
    width: 40%
  }
}

@media(min-width:768px) {
  .index-box.index-box2 .img {
    width: 50%;
    max-width: 50%;
    position: relative;
    margin-left: -15px
  }
}

.index-box.index-box2 .img .img1 {
  width: 90%
}

@media(min-width:768px) {
  .index-box.index-box2 .img .img1 {
    width: 100%
  }
}

@media(min-width:992px) {
  .index-box.index-box2 .img .img1 {
    text-align: right;
    padding-right: 100px
  }
}

.index-box.index-box2 .img .img1 img {
  box-shadow: 30px 22px 48px -45px #f5c220
}

.index-box.index-box2 .img .img2 {
  position: absolute;
  bottom: -30px;
  right: 0
}

@media(min-width:768px) {
  .index-box.index-box2 .img .img2 {
    right: -10px
  }
}

@media(min-width:992px) {
  .index-box.index-box2 .img .img2 {
    right: 80px
  }
}

.index-box.index-box2 .img .img2 img {
  box-shadow: 30px 42px 48px -45px #f5c220
}

.index-box.index-box3 .container {
  padding-top: 400px
}

@media(min-width:768px) {
  .index-box.index-box3 .container {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

.index-box.index-box3 .img .img1 {
  text-align: right
}

.index-box4 .icons ul {
  display: flex;
  padding-top: 30px
}

.index-box4 .icons ul li {
  flex: 1 1 auto;
  text-align: center
}

@media(min-width:1200px) {
  .index-box4 .icons ul li {
    padding: 0 15px
  }
}

.index-box4 .icons ul li .img {
  width: 60px;
  height: 60px;
  border: 1px solid #000;
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 15px
}

@media(min-width:1200px) {
  .index-box4 .icons ul li .img {
    width: 100px;
    height: 100px;
    border: 2px solid #000;
    margin-bottom: 25px
  }
}

.index-box4 .icons ul li .img i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  color: #000
}

@media(min-width:1200px) {
  .index-box4 .icons ul li .img i {
    font-size: 40px
  }
}

.index-box4 .icons ul li .img i.icon-diandeng {
  font-weight: 600
}

.index-box4 .icons ul li p {
  display: none
}

@media(min-width:1200px) {
  .index-box4 .icons ul li p {
    display: block
  }
}

.index-box4 .icons ul li p.t1 {
  display: block;
  font-weight: bold
}

@media(min-width:1200px) {
  .index-box4 .icons ul li p.t1 {
    font-size: 1.2rem
  }
}

.index-box5 {
  background: #f5f7f8
}

@media(min-width:768px) {
  .index-box5 .row {
    margin: 0 -10px
  }
}

@media(min-width:768px) {
  .index-box5 .col-sm-3 {
    padding: 10px
  }
}

.index-box5 .col-12 {
  display: flex;
  align-items: center
}

@media(min-width:768px) {
  .index-box5 .col-12 {
    display: block
  }
}

.index-box5 .col-12:last-child .item {
  width: 100%
}

.index-box5 .col-12:last-child .item a {
  display: block;
  height: auto;
  padding: 20px
}

@media(min-width:768px) {
  .index-box5 .col-12:last-child .item a {
    padding: 10px;
    width: 100%;
    height: 140px
  }
}

@media(min-width:1200px) {
  .index-box5 .col-12:last-child .item a {
    height: 170px
  }
}

.index-box5 .col-12:last-child .item a h4 {
  margin-bottom: 15px
}

.index-box5 .col-12 .item {
  padding: 10px;
  width: 50%
}

@media(min-width:768px) {
  .index-box5 .col-12 .item {
    padding: 10px 0;
    width: 100%
  }
}

.index-box5 .col-12 .item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #dee2e6;
  text-align: center;
  height: 60px;
  transition: all ease-in-out .3s
}

@media(min-width:1200px) {
  .index-box5 .col-12 .item a {
    height: 75px
  }
}

.index-box5 .col-12 .item a:hover {
  background: #0076fe;
  color: #fff;
  border: 1px solid #0076fe
}

.index-box5 .col-12 .item a:hover i {
  color: #fff
}

.index-box5 .col-12 .item a:hover h4, .index-box5 .col-12 .item a:hover p {
  color: #fff
}

.index-box5 .col-12 .item a i {
  color: #f5c125
}

@media(min-width:992px) {
  .index-box5 .col-12 .item a i {
    font-size: 1.5rem
  }
}

@media(min-width:1200px) {
  .index-box5 .col-12 .item a i {
    font-size: 1.8rem
  }
}

.index-box5 .col-12 .item a h4 {
  margin: 0;
  font-size: .5rem;
  margin: 0 10px;
  font-weight: bold;
  color: #000
}

@media(min-width:992px) {
  .index-box5 .col-12 .item a h4 {
    font-size: 1rem
  }
}

@media(min-width:1200px) {
  .index-box5 .col-12 .item a h4 {
    font-size: 1.2rem
  }
}

.index-box5 .col-12 .item a p {
  margin: 0;
  font-size: .5rem;
  color: rgba(0, 0, 0, .5)
}

@media(min-width:1200px) {
  .index-box5 .col-12 .item a p {
    font-size: 1rem
  }
}

@media(min-width:992px) {
  .index-box6 .list {
    display: flex;
    flex-wrap: wrap
  }
}

@media(min-width:992px) {
  .index-box6 .list li {
    flex: 1 1 auto;
    width: 50%;
    max-width: 50%;
    padding: 0 15px
  }
}

.index-box6 .list li a {
  position: relative;
  display: block;
  border-bottom: 1px solid #dee2e6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: .7rem 0;
  color: #701d07
}

.index-box6 .list li a:hover {
  color: #000
}

@media(min-width:992px) {
  .index-box6 .list li a {
    padding: 1rem 0
  }
}

.index-box6 .list li a span.time {
  font-weight: bold;
  color: #000;
  margin-right: 15px
}

.temlist {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 40px
}

.temlist.mobile .col-12 {
  padding: 15px
}

.temlist.mobile .item {
  padding-top: 41px;
  height: 445px;
  background: url(../images/mobile-bg.jpg) no-repeat center center;
  background-size: contain
}

.temlist.mobile .item:hover .img {
  box-shadow: none
}

.temlist.mobile .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.temlist.mobile .item .img {
  height: 372px;
  max-width: 217px;
  margin: 0 auto;
  overflow: hidden
}

.temlist.mobile .item .img:before {
  display: none
}

.temlist.mobile .item .img .hover {
  top: 372px;
  overflow: hidden;
  height: 372px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.temlist.mobile .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  font-weight: bold
}

.temlist.mobile .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.temlist.mobile .item .img .hover .bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.temlist.mobile .item .img .hover .bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.temlist.mobile .item .img .hover .bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.temlist.mobile .item .img .hover .bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.temlist.mobile .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #000;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.temlist.mobile .item .img .hover img {
  margin: 0 auto;
  width: 180px;
  height: 180px
}

.temlist.responsive .col-12 {
  padding: 15px
}

.temlist.responsive .item {
  height: 340px
}

.temlist.responsive .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.temlist.responsive .item .img {
  height: 260px;
  margin: 0 auto;
  overflow: hidden
}

.temlist.responsive .item .img .hover {
  top: 260px;
  overflow: hidden;
  height: 260px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.temlist.responsive .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0
}

.temlist.responsive .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0
}

.temlist.responsive .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.temlist.responsive .item .img .hover img {
  margin: 0 auto;
  width: 120px;
  height: 120px
}

.temlist .item {
  height: 400px
}

.temlist .item:hover .img {
  box-shadow: 0 5px 10px 5px rgba(183, 180, 180, .66)
}

.temlist .item:hover .img .hover {
  opacity: 1
}

.temlist .item:hover .txt p.bh i {
  color: #000
}

.temlist .item .img {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 2px 0 rgba(32, 48, 60, .14), 0 3px 3px 0 rgba(32, 48, 60, .06)
}

.temlist .item .img:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 3.8835%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ebedef;
  background: #ebedef;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 25.6'%3E%3Ccircle fill='%23fff' cx='3.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='16.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='29.6' cy='12.8' r='3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  box-sizing: border-box
}

.temlist .item .img img {
  width: 100%;
  object-fit: cover
}

.temlist .item .img .hover {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out .3s
}

.temlist .item .img .hover a {
  margin: 0 4px;
  font-size: 12px;
  padding-left: 2em;
  padding-right: 2em
}

.temlist .item .txt a {
  color: #000;
  display: block;
  text-align: center;
  line-height: 1
}

.temlist .item .txt p {
  display: block;
  margin: 0;
  padding-top: 20px;
  text-align: center
}

.temlist .item .txt p.tit {
  font-weight: bold;
  padding-bottom: 10px
}

.temlist .item .txt p.bh {
  color: #666;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.temlist .item .txt p.bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.temlist .item .txt p.bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.temlist .item .txt p.bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.temlist .item .txt p.bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.pc-box {
  display: block;
  height: 100%
}

.pc-box:before, .pc-box:after {
  content: '';
  display: block;
  clear: both
}

.pc-box .pc-box-left {
  float: left;
  width: 330px;
  background: #f5f7f8;
  height: 100%;
  display: none
}

@media(min-width:1200px) {
  .pc-box .pc-box-left {
    display: block
  }
}

.pc-box .pc-box-left .search {
  padding: 40px 40px 20px 40px
}

.pc-box .pc-box-left .search .form {
  position: relative
}

.pc-box .pc-box-left .search .form label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.pc-box .pc-box-left .search .form input {
  font-size: 14px;
  width: 100%;
  height: 40px;
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  padding-left: 30px;
  transition: all ease-in-out .3s
}

.pc-box .pc-box-left .search .form input:focus {
  border-bottom: 1px solid #0076fe
}

.pc-box .pc-box-left .nav-hot {
  position: relative;
  padding-bottom: 5px
}

.pc-box .pc-box-left .nav-hot:after {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 1px;
  content: '';
  background: rgba(0, 0, 0, .1)
}

.pc-box .pc-box-left .nav-hot ul li.active a {
  background: #0076fe
}

.pc-box .pc-box-left .nav-hot ul li a {
  font-weight: bold;
  color: #333;
  padding: 14px 40px;
  display: block;
  line-height: 1;
  transition: all ease-in-out .3s
}

.pc-box .pc-box-left .nav-hot ul li a:hover {
  background: #0076fe;
  color: #fff;
}

.pc-box .pc-box-left .nav-cls {
  padding: 20px 0 0 0;
  width: 330px
}

.pc-box .pc-box-left .nav-cls h3 {
  color: rgba(0, 0, 0, .5);
  display: block;
  font-size: 14px;
  margin: 0;
  padding: 0;
  padding: 0 40px;
  margin-bottom: 20px
}

.pc-box .pc-box-left .nav-cls>ul>li {
  position: relative
}

.pc-box .pc-box-left .nav-cls>ul>li span {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  cursor: pointer
}

.pc-box .pc-box-left .nav-cls>ul>li span:before {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0
}

.pc-box .pc-box-left .nav-cls>ul>li a {
  font-weight: bold;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 !important;
  padding-left: 55px !important
}

.pc-box .pc-box-left .nav-cls>ul li a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 10px 40px;
  padding-left: 55px;
  transition: all ease-in-out .3s
}

.pc-box .pc-box-left .nav-cls>ul li a:hover {
  background: #0076fe;
  color: #fff;
}

.pc-box .pc-box-left .nav-cls>ul li.active>a {
  background: #0076fe;
  color: #fff;
}

.pc-box .pc-box-left .nav-cls>ul li.active ul {
  padding-bottom: 20px
}

.pc-box .pc-box-left .nav-cls>ul li.active ul li.active a {
  background: rgba(0, 118, 254, .4);
  color: #333
}

.pc-box .pc-box-left .nav-cls>ul li.on>span:before {
  transform: translateY(-50%) rotate(90deg) !important
}

.pc-box .pc-box-left .nav-cls>ul li.on ul {
  display: block
}

.pc-box .pc-box-left .nav-cls>ul li ul {
  display: none
}

.pc-box .pc-box-left .nav-cls>ul li ul li a {
  padding-left: 55px;
  color: #666;
  height: 40px;
  line-height: 40px
}

.pc-box .pc-box-left .nav-cls>ul li ul li a:before {
  display: none
}

.pc-box .pc-box-right {
  margin-left: 0;
  padding: 15px;
  overflow: hidden
}

@media(min-width:992px) {
  .pc-box .pc-box-right {
    padding: 40px;
    min-height: 500px
  }
}

@media(min-width:1200px) {
  .pc-box .pc-box-right {
    margin-left: 330px
  }
}

.pc-box .pc-box-right .info {
  background: url(../images/bg4.png);
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  padding: 40px;
  line-height: 1.6
}

.pc-box .pc-box-right .info .t1 {
  font-size: 1.2rem;
  padding-bottom: .5em
}

@media(min-width:992px) {
  .pc-box .pc-box-right .info .t1 {
    font-size: 1.8rem
  }
}

.pc-box .pc-box-right .info .t2 {
  font-size: 1rem;
  padding-bottom: 1em
}

@media(min-width:992px) {
  .pc-box .pc-box-right .info .t2 {
    font-size: 1.4rem
  }
}

.pc-box .pc-box-right .list {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 40px
}

.pc-box .pc-box-right .list.mobile .col-12 {
  padding: 15px
}

.pc-box .pc-box-right .list.mobile .item {
  padding-top: 35px;
  height: 445px;
  background: url(../images/mobile.svg) no-repeat center center;
  background-size: contain
}

.pc-box .pc-box-right .list.mobile .item:hover .img {
  box-shadow: none
}

.pc-box .pc-box-right .list.mobile .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.pc-box .pc-box-right .list.mobile .item .img {
  height: 385px;
  max-width: 200px;
  margin: 0 auto;
  overflow: hidden
}

.pc-box .pc-box-right .list.mobile .item .img:before {
  display: none
}

.pc-box .pc-box-right .list.mobile .item .img .hover {
  top: 372px;
  overflow: hidden;
  height: 372px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.pc-box .pc-box-right .list.mobile .item .img .hover .tit {
  top: 50px;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pc-box .pc-box-right .list.mobile .item .img .hover .bh {
  top: 70px;
  left: 0;
  right: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.pc-box .pc-box-right .list.mobile .item .img .hover .bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.pc-box .pc-box-right .list.mobile .item .img .hover .bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.pc-box .pc-box-right .list.mobile .item .img .hover .bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.pc-box .pc-box-right .list.mobile .item .img .hover .bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.pc-box .pc-box-right .list.mobile .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #000;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.pc-box .pc-box-right .list.mobile .item .img .hover img {
  margin: 0 auto;
  width: 128px;
  height: 128px
}

.pc-box .pc-box-right .list.responsive .col-12 {
  padding: 15px
}

.pc-box .pc-box-right .list.responsive .item {
  height: 340px
}

.pc-box .pc-box-right .list.responsive .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.pc-box .pc-box-right .list.responsive .item .img {
  height: 260px;
  margin: 0 auto;
  overflow: hidden
}

.pc-box .pc-box-right .list.responsive .item .img .hover {
  top: 260px;
  overflow: hidden;
  height: 260px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.pc-box .pc-box-right .list.responsive .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0
}

.pc-box .pc-box-right .list.responsive .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0
}

.pc-box .pc-box-right .list.responsive .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.pc-box .pc-box-right .list.responsive .item .img .hover img {
  margin: 0 auto;
  width: 120px;
  height: 120px
}

.pc-box .pc-box-right .list .item {
  height: 400px
}

.pc-box .pc-box-right .list .item:hover .img {
  box-shadow: 0 5px 10px 5px rgba(183, 180, 180, .66)
}

.pc-box .pc-box-right .list .item:hover .img .hover {
  opacity: 1
}

.pc-box .pc-box-right .list .item:hover .txt p.bh i {
  color: #000
}

.pc-box .pc-box-right .list .item .img {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.pc-box .pc-box-right .list .item .img:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 3.8835%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ebedef;
  background: #ebedef;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 25.6'%3E%3Ccircle fill='%23fff' cx='3.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='16.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='29.6' cy='12.8' r='3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  box-sizing: border-box
}

.pc-box .pc-box-right .list .item .img img {
  width: 100%;
  object-fit: cover
}

.pc-box .pc-box-right .list .item .img .hover {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out .3s
}

.pc-box .pc-box-right .list .item .img .hover a {
  margin: 0 4px;
  font-size: 12px;
  padding-left: 2em;
  padding-right: 2em
}

.pc-box .pc-box-right .list .item .txt a {
  padding-top: 20px;
  color: #000;
  display: block;
  text-align: center;
  line-height: 1
}

.pc-box .pc-box-right .list .item .txt p {
  display: block;
  margin: 0;
  padding-top: 20px;
  text-align: center
}

.pc-box .pc-box-right .list .item .txt p.tit {
  font-weight: bold;
  padding-bottom: 10px
}

.pc-box .pc-box-right .list .item .txt p.bh {
  color: #666;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.pc-box .pc-box-right .list .item .txt p.bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.pc-box .pc-box-right .list .item .txt p.bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.pc-box .pc-box-right .list .item .txt p.bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.pc-box .pc-box-right .list .item .txt p.bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.page-pager {
  text-align: center;
  padding-bottom: 80px
}

.page-pager nav {
  text-align: center
}

.page-pager .pagination {
  margin: 0;
  justify-content: center
}

.page-pager .pagination .page-num {
  color: #333
}

.page-pager .pagination .page-num.page-num-current {
  background: #0076fe;
  border-color: #0076fe;
  color: #fff;
}

.banner-txt {
  background: linear-gradient(to right, rgba(248, 214, 33, .84) 0%, #f6bb1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6f8d621', endColorstr='#f6bb1f', GradientType=1);
  padding: 50px 0;
  text-align: left
}

@media(min-width:992px) {
  .banner-txt {
    text-align: center;
    padding: 80px 0
  }
}

@media(min-width:1200px) {
  .banner-txt {
    padding: 120px 0
  }
}

.banner-txt h1 {
  display: block;
  font-weight: bold;
  font-size: 1.4rem
}

@media(min-width:992px) {
  .banner-txt h1 {
    font-size: 1.6rem
  }
}

@media(min-width:1200px) {
  .banner-txt h1 {
    font-size: 1.8rem
  }
}

.banner-txt p {
  margin-top: 1em;
  font-size: .8rem
}

@media(min-width:992px) {
  .banner-txt p {
    width: 670px;
    margin: 0 auto;
    font-size: 1rem;
    margin-top: 1.5em
  }
}

@media(min-width:1200px) {
  .banner-txt p {
    line-height: 2
  }
}

.banner-txt.banner-article {
  padding: 60px 0 20px 0
}

.banner-txt.banner-article .ptit {
  text-align: center !important;
  display: block;
  font-weight: bold;
  font-size: 1.4rem
}

@media(min-width:992px) {
  .banner-txt.banner-article .ptit {
    font-size: 1.6rem
  }
}

@media(min-width:1200px) {
  .banner-txt.banner-article .ptit {
    font-size: 1.8rem
  }
}

@media(min-width:1400px) {
  .banner-txt.banner-article .ptit {
    font-size: 2rem
  }
}

.banner-txt .form {
  height: 120px;
  width: 100%;
  margin: 0 auto;
  position: relative
}

@media(min-width:992px) {
  .banner-txt .form {
    width: 800px
  }
}

.banner-txt .form form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  right: 50px
}

.banner-txt .form form .form-group {
  width: 100%;
  margin: 0
}

.banner-txt .form form .form-group input {
  width: 100%;
  height: 55px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, .3)
}

.banner-txt .form form .btn {
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 130px;
  right: 2px;
  position: absolute;
  background: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  border: none;
  border-left: 1px solid rgba(0, 0, 0, .1);
  color: #000;
  font-weight: bold
}

.banner-txt .form form .btn i {
  margin-right: 10px
}

.banner-nav {
  background: #f5f7f8;
  z-index: 99
}

.banner-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0
}

.banner-nav ul li {
  position: relative
}

.banner-nav ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #000;
  content: ''
}

@media(min-width:992px) {
  .banner-nav ul li:before {
    top: 25px;
    bottom: 25px
  }
}

@media(min-width:1200px) {
  .banner-nav ul li:before {
    top: 35px;
    bottom: 35px
  }
}

.banner-nav ul li:last-child:after {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: #000;
  content: ''
}

@media(min-width:992px) {
  .banner-nav ul li:last-child:after {
    top: 25px;
    bottom: 25px
  }
}

@media(min-width:1200px) {
  .banner-nav ul li:last-child:after {
    top: 35px;
    bottom: 35px
  }
}

.banner-nav ul li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  position: relative
}

@media(min-width:992px) {
  .banner-nav ul li a {
    padding: 25px 40px
  }
}

@media(min-width:1200px) {
  .banner-nav ul li a {
    padding: 35px 60px
  }
}

.banner-nav ul li a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #0076fe;
  opacity: 0
}

.banner-nav ul li a.active {
  font-weight: bold
}

.banner-nav ul li a.active:after {
  opacity: 1
}

.target-fix {
  position: relative;
  top: -100px;
  display: block;
  height: 0;
  overflow: hidden
}

@media(min-width:1200px) {
  .target-fix {
    top: -200px
  }
}

.bg-hui {
  background: #fff;
  background: linear-gradient(to bottom, #fff 0%, #f5f7f8 48%, #f5f7f8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f7f8', GradientType=0)
}

.abc-box {
  padding-bottom: 80px
}

.abc-box .abc-box1 {
  padding: 40px 0
}

.abc-box .abc-box1.abc-box2 .row:first-child .txt {
  padding-left: 0;
  padding-right: 40px
}

.abc-box .abc-box1 .row:first-child {
  align-items: center
}

.abc-box .abc-box1 .row:first-child .img {
  margin: 0 -15px
}

.abc-box .abc-box1 .row:first-child .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.abc-box .abc-box1 .row:first-child .txt {
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px
}

.abc-box .abc-box1 .row:first-child .txt .bh {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: Bahnschrift;
  color: #0076fe
}

.abc-box .abc-box1 .row:first-child .txt .t1 {
  color: rgba(0, 0, 0, .5);
  font-size: .8rem
}

.abc-box .abc-box1 .row:first-child .txt .t2 {
  font-size: 1.2rem;
  padding: 10px 0 20px 0;
  font-weight: bold
}

.abc-box .abc-box1 .row:first-child .txt .des {
  line-height: 2
}

.abc-box .abc-box1 .row:last-child {
  background: #fff;
  padding: 20px 15px
}

.abc-box .abc-box1 .item {
  padding: 20px
}

.abc-box .abc-box1 .item .tit1 {
  display: flex;
  padding-bottom: 15px;
  align-items: center;
  font-size: 1.2rem
}

.abc-box .abc-box1 .item .tit1 img {
  margin-right: 10px
}

.abc-box .abc-box1 .item .tit1 p {
  margin: 0;
  font-weight: bold
}

.abc-box .abc-info {
  background: #3c3d42;
  margin: 0 -15px;
  display: flex;
  align-items: center;
  padding: 40px;
  display: none
}

@media(min-width:1200px) {
  .abc-box .abc-info {
    display: flex
  }
}

.abc-box .abc-info .img {
  flex: 1 1 auto;
  text-align: right
}

.abc-box .abc-info .txt {
  flex: 2 1 auto;
  color: #fff;
  padding-left: 40px
}

.abc-box .abc-info .txt .t1 {
  font-size: 1.4rem;
  padding-bottom: 10px
}

.abc-box .abc-info .more {
  flex: 1 1 auto;
  position: relative;
  border-radius: 100%;
  color: #fff;
  height: 100px;
  text-align: center;
  line-height: 100px
}

.abc-box .abc-info .more:hover:after {
  transform: rotate(190deg)
}

.abc-box .abc-info .more:hover i {
  font-size: 2rem
}

.abc-box .abc-info .more i {
  position: absolute;
  left: 45px;
  transition: all ease-in-out .3s
}

.abc-box .abc-info .more:before {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, .1);
  content: ''
}

.abc-box .abc-info .more:after {
  position: absolute;
  top: 0;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba(255, 255, 255, .6);
  content: '';
  border-top: none;
  border-left: none;
  transition: all ease-in-out .3s
}

.abc-box .abc-box-website {
  padding-top: 40px;
  background: #fff;
  margin: 0 -15px;
  padding: 40px
}

@media(min-width:1200px) {
  .abc-box .abc-box-website {
    padding-top: 60px
  }
}

.abc-box .abc-box-website+.abc-box-website {
  margin-top: 40px
}

@media(min-width:1200px) {
  .abc-box .abc-box-website+.abc-box-website {
    margin-top: 60px
  }
}

.abc-box .abc-box-website+.abc-info {
  margin-top: 40px
}

@media(min-width:1200px) {
  .abc-box .abc-box-website+.abc-info {
    margin-top: 60px
  }
}

.abc-box .abc-box-website .t1 {
  display: flex;
  align-items: center
}

.abc-box .abc-box-website .t1 span {
  font-weight: bold;
  font-size: 2.4rem;
  font-family: Bahnschrift;
  color: #0076fe;
  margin: 0;
  margin-right: 10px
}

.abc-box .abc-box-website .t1 h3 {
  font-weight: bold
}

.abc-box .abc-box-website .tbox .item {
  display: flex;
  align-items: center;
  padding: 40px 0
}

.abc-box .abc-box-website .tbox .item:nth-child(even) {
  flex-direction: row-reverse
}

.abc-box .abc-box-website .tbox .item:nth-child(even) .txt {
  padding-right: 0;
  padding-left: 40px
}

.abc-box .abc-box-website .tbox .item:nth-child(even) .txt:after {
  right: 0;
  left: 40px
}

.abc-box .abc-box-website .tbox .item .txt {
  width: 640px;
  height: 220px;
  padding-right: 40px;
  position: relative;
  align-items: center;
  padding-top: 60px
}

.abc-box .abc-box-website .tbox .item .txt:after {
  position: absolute;
  left: 0;
  right: 40px;
  bottom: 0;
  content: '';
  height: 1px;
  background: rgba(0, 0, 0, .2)
}

.abc-box .abc-box-website .tbox .item .txt h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  display: block;
  padding-bottom: 15px
}

.abc-box .abc-box-website .tbox .item .img {
  flex: 1 1 auto;
  width: 420px;
  height: 220px
}

.abc-box .abc-box-website .tbox .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.price-box1 {
  position: relative
}

.price-box1:before, .price-box1:after {
  position: absolute;
  content: '';
  width: 50%;
  top: 0;
  bottom: 0;
  opacity: 0
}

@media(min-width:768px) {
  .price-box1:before, .price-box1:after {
    opacity: 1
  }
}

.price-box1:before {
  left: 0;
  background: #eff0f2
}

.price-box1:after {
  right: 0;
  background: #3c3d42
}

.price-box1 .container {
  position: relative;
  z-index: 3
}

.price-box1 .container .col-12:first-child {
  background: #eff0f2
}

.price-box1 .container .col-12:last-child {
  background: #3c3d42
}

.price-box1 .container .item {
  padding: 40px
}

@media(min-width:1200px) {
  .price-box1 .container .item {
    padding: 60px 40px
  }
}

.price-box1 .container .item .t1, .price-box1 .container .item .t2 {
  font-weight: bold;
  font-size: 1.2rem
}

@media(min-width:1200px) {
  .price-box1 .container .item .t1, .price-box1 .container .item .t2 {
    font-size: 1.5rem
  }
}

.price-box1 .container .item .t1 {
  color: #0076fe
}

.price-box1 .container .item .ul1 {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  padding-top: 20px
}

.price-box1 .container .item .ul1 li {
  width: 50%;
  padding: 10px 0;
  position: relative;
  padding-left: 30px
}

.price-box1 .container .item .ul1 li:nth-child(3) img {
  left: 4px
}

.price-box1 .container .item .ul1 li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.price-box1 .container .item .ul1 li p {
  margin: 0;
  font-weight: bold
}

.price-box1 .container .item .t2 {
  color: #fff
}

.price-box1 .container .item .ul2 {
  color: #fff;
  padding-top: 20px
}

.price-box1 .container .item .ul2 li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px
}

.price-box1 .container .item .ul2 li img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}

.price-box1 .container .item .ul2 li p {
  margin: 0;
  font-weight: bold
}

.price-box2 .table thead {
  background: linear-gradient(to right, rgba(248, 214, 33, .84) 0%, #f6bb1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6f8d621', endColorstr='#f6bb1f', GradientType=1);
  border: none
}

.price-box2 .table thead th {
  border-color: rgba(255, 255, 255, .5);
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px
}

.price-box2 .table tbody td, .price-box2 .table tbody th {
  border-color: #eee;
  background: #fff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #000;
  font-weight: bold;
  vertical-align: middle
}

.price-box2 .table tbody td img, .price-box2 .table tbody th img {
  display: block;
  margin: 0 auto
}

.price-box2 .table tbody td span, .price-box2 .table tbody th span {
  color: #999
}

.price-box2 .table tbody th {
  background: #fcfcfc
}

.price-box2 .more {
  text-align: center;
  padding-top: 30px
}

.price-box2 .more .btn {
  width: 245px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  position: relative
}

.price-box2 .more .btn i {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width:768px) {
  .price-box2 .more .btn {
    width: 345px;
    height: 65px;
    line-height: 65px
  }

  .price-box2 .more .btn i {
    right: 40px
  }
}

.price-box3 .shu {
  margin: 0;
  padding-top: 40px;
  display: none
}

@media(min-width:992px) {
  .price-box3 .shu {
    display: flex;
    padding-bottom: 40px
  }
}

.price-box3 .shu .col-12 {
  padding: 0
}

.price-box3 .shu .col-12:first-child .item:before {
  left: auto;
  right: 0;
  width: 50%
}

.price-box3 .shu .col-12:last-child .item:before {
  width: 50%
}

.price-box3 .shu .col-12:last-child .item:after {
  background: #fff
}

.price-box3 .shu .col-12:nth-child(2) .item:after {
  background: #fff
}

.price-box3 .shu .item {
  text-align: center;
  position: relative;
  padding-top: 30px;
  font-weight: bold;
  color: #000
}

.price-box3 .shu .item:before {
  position: absolute;
  height: 2px;
  background: #0076fe;
  content: '';
  width: 100%;
  left: 0;
  top: 5px
}

.price-box3 .shu .item:after {
  width: 12px;
  height: 12px;
  background: #0076fe;
  border: 2px solid #0076fe;
  border-radius: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6px
}

.price-box3 .shu .item span {
  text-transform: uppercase;
  font-size: 1rem;
  font-family: Bahnschrift;
  display: block;
  margin: 0;
  line-height: 1
}

.price-box3 .shu .item p {
  font-size: 2.4rem;
  display: block;
  margin: 0;
  line-height: 1
}

.price-box3 .row-txt {
  margin: 0 -5px
}

.price-box3 .row-txt .col-12 {
  padding: 5px
}

.price-box3 .row-txt .item {
  background: #fff;
  height: 100%
}

.price-box3 .row-txt .item .t1 {
  background: linear-gradient(to right, rgba(248, 214, 33, .84) 0%, #f6bb1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6f8d621', endColorstr='#f6bb1f', GradientType=1);
  height: 40px;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: .9rem;
  font-weight: bold;
  text-align: center;
  line-height: 40px
}

@media(min-width:992px) {
  .price-box3 .row-txt .item .t1 {
    height: 60px;
    font-size: 1rem;
    line-height: 60px
  }
}

@media(min-width:1200px) {
  .price-box3 .row-txt .item .t1 {
    height: 80px;
    font-size: 1.4rem;
    line-height: 80px
  }
}

.price-box3 .row-txt .item .txt {
  padding: 20px 20px
}

@media(min-width:1200px) {
  .price-box3 .row-txt .item .txt {
    padding: 40px 40px
  }
}

.price-box3 .row-txt .item .txt>p {
  display: block;
  margin: 0;
  font-weight: bold
}

.price-box3 .row-txt .item .txt ul {
  margin: 0;
  padding-top: 10px
}

.price-box3 .row-txt .item .txt ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center
}

.price-box3 .row-txt .item .txt ul li img {
  margin-right: 10px
}

.price-box3 .row-txt .item .txt ul li p {
  margin: 0
}

.price-box4 .faqlist {
  padding-top: 40px
}

.price-box4 .faqlist li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0
}

@media(min-width:1200px) {
  .price-box4 .faqlist li {
    padding: 40px 0
  }
}

.price-box4 .faqlist li .t1 {
  font-weight: bold;
  font-size: 1.4rem;
  padding-bottom: 15px
}

.price-box4 .faqlist li .t1:before {
  content: 'Q.';
  margin-right: 10px
}

.price-box4 .faqlist li .des {
  display: flex;
  line-height: 2;
  position: relative;
  padding-left: 40px
}

.price-box4 .faqlist li .des:before {
  content: 'A.';
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1
}

.price-box4 .more {
  text-align: center;
  padding-top: 30px
}

.price-box4 .more .btn {
  width: 245px;
  height: 45px;
  padding: 0;
  line-height: 45px;
  position: relative
}

.price-box4 .more .btn i {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width:768px) {
  .price-box4 .more .btn {
    width: 345px;
    height: 65px;
    line-height: 65px
  }

  .price-box4 .more .btn i {
    right: 40px
  }
}

.news-box {
  padding-top: 40px
}

.news-box .news-nav {
  background: #fff;
  border: 1px solid #f2f2f2;
  height: 810px
}

.news-box .news-nav .logo {
  height: 110px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #f2f2f2
}

.news-box .news-nav .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  height: 40px
}

.news-box .news-nav .nice {
  height: 700px;
  overflow: hidden
}

.news-box .news-nav ul li.active a {
  color: #0076fe
}

.news-box .news-nav ul li.active a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #0076fe;
  content: ''
}

.news-box .news-nav ul li a {
  border-bottom: 1px solid #f2f2f2;
  display: block;
  padding: 30px 0 30px 60px;
  color: #000;
  font-weight: bold;
  position: relative;
  transition: all ease-in-out .3s
}

.news-box .news-nav ul li a:hover {
  color: #0076fe
}

.news-box .news-box-right {
  background: #fff;
  border: 1px solid #f2f2f2;
  height: 100%
}

.news-box .news-box-right .breadcrumb {
  background: none;
  border-bottom: 1px solid #f2f2f2;
  justify-content: flex-end;
  font-size: 12px
}

.news-box .news-box-right .form {
  height: 110px;
  background: #3c3d42;
  position: relative
}

.news-box .news-box-right .form form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50px;
  right: 50px
}

.news-box .news-box-right .form form .form-group {
  flex: 1 1 auto
}

.news-box .news-box-right .form form .form-group input {
  width: 100%;
  height: 55px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.news-box .news-box-right .form form .btn {
  height: 55px;
  line-height: 55px;
  padding: 0;
  width: 130px;
  position: relative;
  background: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
  border: none;
  border-left: 1px solid #000;
  color: #000;
  font-weight: bold
}

.news-box .news-box-right .form form .btn i {
  margin-right: 10px
}

.news-box .news-box-right .news-list {
  padding: 30px 50px;
  border-bottom: 1px solid #eee;
  height: 600px
}

.news-box .news-box-right .news-list ul li {
  padding: 15px 0
}

.news-box .news-box-right .news-list ul li a {
  display: block;
  font-weight: bold;
  color: #000;
  transition: all ease-in-out .3s
}

.news-box .news-box-right .news-list ul li a:hover {
  color: #0076fe
}

.news-box .news-box-right .news-page {
  padding-top: 30px
}

.news-box .news-box-right .news-page .page-pager {
  padding-bottom: 0
}

.contact-box {
  position: relative
}

@media(min-width:992px) {
  .contact-box {
    padding-bottom: 80px;
    padding-top: 80px;
    min-height: 700px
  }
}

.contact-box .left {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px
}

@media(min-width:992px) {
  .contact-box .left {
    padding: 40px;
    width: 90%;
    padding-right: 320px
  }
}

@media(min-width:1200px) {
  .contact-box .left {
    padding: 60px;
    padding-right: 340px
  }
}

.contact-box .left .contact-box1 .layui-tab {
  margin: 0
}

.contact-box .left .contact-box1 .layui-tab .layui-tab-title {
  border: 0;
  height: auto;
  margin: 0
}

.contact-box .left .contact-box1 .layui-tab .layui-tab-title li {
  border: 2px solid #000;
  color: #000;
  border-radius: 3px;
  font-weight: bold;
  font-size: .9rem;
  transition: all ease-in-out .3s
}

@media(min-width:1200px) {
  .contact-box .left .contact-box1 .layui-tab .layui-tab-title li {
    width: 250px;
    height: 60px;
    padding: 0;
    line-height: 55px;
    font-size: 1.2rem
  }
}

.contact-box .left .contact-box1 .layui-tab .layui-tab-title li:hover {
  background: #000;
  color: #fff
}

.contact-box .left .contact-box1 .layui-tab .layui-tab-title li.layui-this {
  background: #000;
  color: #fff
}

.contact-box .left .contact-box1 .layui-tab .layui-tab-title li.layui-this:after {
  display: none
}

.contact-box .left .contact-box1 .layui-tab .layui-tab-title li+li {
  margin-left: 20px
}

.contact-box .left .contact-box1 .layui-tab .layui-tab-content {
  padding: 0;
  padding: 20px 0
}

@media(min-width:1200px) {
  .contact-box .left .contact-box1 .layui-tab .layui-tab-content {
    padding: 40px 0
  }
}

.contact-box .left .contact-box1 .lxwm {
  background: #f5f7f8;
  padding: 20px
}

@media(min-width:1200px) {
  .contact-box .left .contact-box1 .lxwm {
    padding: 40px;
    text-align: center
  }
}

.contact-box .left .contact-box1 .lxwm .tel {
  font-weight: bold;
  font-size: 2rem;
  display: block;
  line-height: 1;
  font-family: Bahnschrift;
  padding-left: 40px;
  position: relative;
  margin-bottom: 10px
}

@media(min-width:1200px) {
  .contact-box .left .contact-box1 .lxwm .tel {
    display: inline-block;
    font-size: 2.2rem
  }
}

.contact-box .left .contact-box1 .lxwm .tel span {
  display: block;
  color: rgba(0, 0, 0, .5);
  font-size: .5rem;
  padding-bottom: 5px;
  text-align: left
}

.contact-box .left .contact-box1 .lxwm .tel:before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  left: 0;
  color: #0076fe;
  top: 5px;
  font-size: 2rem
}

@media(min-width:1200px) {
  .contact-box .left .contact-box1 .lxwm .tel:before {
    font-size: 2.4rem;
    left: -4px
  }
}

.contact-box .left .contact-box1 .lxwm p {
  color: rgba(0, 0, 0, .5);
  line-height: 2;
  margin: 0
}

@media(min-width:1200px) {
  .contact-box .left .contact-box1 .lxwm p {
    text-align: left
  }
}

.contact-box .left .contact-box1 .pay {
  background: #f5f7f8;
  padding: 20px
}

@media(min-width:1200px) {
  .contact-box .left .contact-box1 .pay {
    padding: 40px
  }
}

.contact-box .left .contact-box1 .pay h3 {
  display: block;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
  font-size: 1.2rem;
  margin: 0
}

.contact-box .left .contact-box1 .pay p {
  color: rgba(0, 0, 0, .5);
  line-height: 2;
  margin: 0
}

.contact-box .left .contact-box2 {
  padding-top: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
  margin-bottom: 20px
}

.contact-box .left .contact-box2 h2 {
  display: block;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  padding-bottom: 15px;
  font-size: 1.4rem
}

.contact-box .left .contact-box2 .item {
  text-align: center;
  height: 100%;
  padding-top: 20px
}

.contact-box .left .contact-box2 .item .img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #000;
  position: relative;
  border-radius: 100%
}

@media(min-width:1200px) {
  .contact-box .left .contact-box2 .item .img {
    width: 110px;
    height: 110px;
    border-width: 2px
  }
}

.contact-box .left .contact-box2 .item .img i {
  position: absolute;
  color: #0076fe;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 24px
}

@media(min-width:1200px) {
  .contact-box .left .contact-box2 .item .img i {
    font-size: 40px;
    font-weight: 300
  }
}

.contact-box .left .contact-box2 .item .txt {
  padding-top: 10px;
  font-weight: bold;
  white-space: nowrap
}

@media(min-width:1200px) {
  .contact-box .left .contact-box3 {
    padding-top: 20px
  }
}

.contact-box .left .contact-box3 h2 {
  display: block;
  font-weight: bold;
  margin: 0;
  line-height: 1;
  padding-bottom: 15px;
  font-size: 1.4rem
}

.contact-box .left .contact-box3 p {
  color: rgba(0, 0, 0, .8);
  line-height: 2;
  margin: 0
}

.contact-box .right {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  top: -20px
}

@media(min-width:992px) {
  .contact-box .right {
    padding: 40px;
    width: 380px;
    position: absolute;
    right: 0;
    top: 240px;
    box-shadow: 5px 0 50px rgba(0, 0, 0, .23)
  }
}

.contact-box .right .right-box1 {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 20px
}

@media(min-width:992px) {
  .contact-box .right .right-box1 {
    border-top: none;
    padding-top: 0
  }
}

.contact-box .right .right-box1 p {
  font-size: 1rem;
  font-weight: bold;
  display: block
}

.contact-box .right .right-box1 ul {
  display: flex
}

.contact-box .right .right-box1 ul li {
  width: 50%;
  text-align: center
}

.contact-box .right .right-box1 ul li img {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 120px;
  margin-bottom: 10px
}

@media(min-width:992px) {
  .contact-box .right .right-box2 {
    margin: 0 -40px
  }
}

.contact-box .right .right-box2 img {
  width: 100%
}

.contact-box .right .right-form {
  padding-top: 40px
}

.contact-box .right .right-form label {
  font-weight: bold;
  text-align: left;
  display: block;
  float: none;
  padding-left: 0;
  font-size: .8rem;
  width: auto;
  margin: 0;
  height: auto
}

.contact-box .right .right-form .layui-input-block {
  margin: 0
}

.contact-box .right .right-form .layui-input-block input {
  border: 1px solid #000;
  color: #000
}

.contact-box .right .right-form .layui-input-block textarea {
  border: 1px solid #000;
  color: #000
}

.contact-box .right .right-form .layui-input-block .layui-btn {
  background: #333;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px
}

.temp-show-box {
  background: #f7f8f9;
  padding: 15px;
  margin: -15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 0
}

.temp-show-box:before {
  position: absolute;
  content: '';
  box-shadow: 0 1.8px 2.3px rgba(0, 0, 0, .016), 0 4.6px 5.7px rgba(0, 0, 0, .022), 0 9.4px 11.7px rgba(0, 0, 0, .028), 0 19.3px 24.1px rgba(0, 0, 0, .034), 0 53px 66px rgba(0, 0, 0, .05);
  width: 100px;
  top: 0;
  bottom: 50px;
  left: -100px
}

@media(min-width:992px) {
  .temp-show-box {
    margin: -40px;
    padding: 40px;
    margin-bottom: 0;
    display: flex
  }
}

@media(min-width:1200px) {
  .temp-show-box {
    padding: 80px 40px
  }
}

.temp-show-box .temp-show-box-img {
  width: 100%;
  padding: 40px 0
}

@media(min-width:992px) {
  .temp-show-box .temp-show-box-img {
    width: 380px
  }
}

@media(min-width:1600px) {
  .temp-show-box .temp-show-box-img {
    width: 582px
  }
}

.temp-show-box .img-mobile {
  width: 325px;
  margin: 0 auto;
  margin-left: 40px;
  padding-bottom: 60px;
  border-radius: 33px;
  padding-top: 40px;
  box-shadow: 0 0 7px 0 rgba(53, 53, 53, .12);
  transition: all .3s;
  background: #eeeff2;
  position: relative;
  height: 550px
}

.temp-show-box .img-mobile:before {
  width: 45px;
  height: 8px;
  top: 15px;
  border-radius: 4px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #c8c9cc;
  transition: all .3s
}

.temp-show-box .img-mobile:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #c8c9cc;
  transition: all .3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  bottom: 15px
}

.temp-show-box .img-mobile .mobile-img-code {
  position: absolute;
  top: 40px;
  bottom: 60px;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .1);
  display: none;
}

.temp-show-box .img-mobile:hover .mobile-img-code {
  display: block;
}

.temp-show-box .img-mobile .mobile-img-code img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 14px 14px 30px 0 rgba(0, 0, 0, .8)
}

.temp-show-box .img-mobile .mobile-img {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.temp-show-box .img-mobile .mobile-img img {
  width: 100%;
  object-fit: cover
}

.temp-show-box .img {
  position: relative;
  background: url(../images/pc-bg.png) no-repeat top center;
  background-size: contain;
  width: 300px;
  height: 204px;
  margin: 0 auto
}

.temp-show-box .img .pc-img {
  border-radius: 15px;
  width: 230px;
  height: 162px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 3px;
  transform: translateX(-50%)
}

.temp-show-box .img .pc-img.active img {
  transition: all ease-in 8s
}

.temp-show-box .img .pc-img img {
  width: 100%;
  object-fit: cover
}

.temp-show-box .img .mobile-img {
  position: absolute;
  width: 140px;
  height: 100%;
  right: 0;
  bottom: 0
}

.temp-show-box .img .mobile-img:before {
  position: absolute;
  width: 100px;
  height: 120px;
  bottom: 0;
  right: 0;
  background: url(../images/mobile-bg.png) no-repeat top right;
  background-size: contain;
  content: ''
}

.temp-show-box .img .mobile-img div {
  position: absolute;
  width: 56px;
  height: 83px;
  right: 2px;
  bottom: 17px
}

.temp-show-box .img .mobile-img div img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media(min-width:992px) {
  .temp-show-box .img {
    width: 380px;
    height: 330px
  }

  .temp-show-box .img .pc-img {
    border-radius: 25px;
    width: 369px;
    height: 262px;
    top: 5px
  }

  .temp-show-box .img .mobile-img {
    position: absolute;
    width: 140px;
    height: 100%;
    right: 0;
    bottom: 0
  }

  .temp-show-box .img .mobile-img:before {
    position: absolute;
    width: 120px;
    height: 180px;
    bottom: 0;
    right: -45px;
    background: url(../images/mobile-bg.png) no-repeat top right;
    background-size: contain;
    content: ''
  }

  .temp-show-box .img .mobile-img div {
    position: absolute;
    width: 87px;
    height: 133px;
    right: -44px;
    bottom: 24px
  }
}

@media(min-width:1600px) {
  .temp-show-box .img {
    width: 582px;
    height: 502px
  }

  .temp-show-box .img .pc-img {
    border-radius: 37px;
    width: 564px;
    height: 399px;
    top: 8px;
  }

  .temp-show-box .img .mobile-img {
    position: absolute;
    width: 157px;
    height: 279px;
    right: 0;
    bottom: 0
  }

  .temp-show-box .img .mobile-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -55px;
    background: url(../images/mobile-bg.png) no-repeat top right;
    background-size: contain;
    content: ''
  }

  .temp-show-box .img .mobile-img div {
    position: absolute;
    width: 134px;
    height: 194px;
    right: -53px;
    bottom: 37px
  }
}

.temp-show-box .txt {
  width: 100%;
  padding-bottom: 40px;
  padding-top: 40px
}

@media(min-width:992px) {
  .temp-show-box .txt {
    padding-left: 100px
  }
}

@media(min-width:1600px) {
  .temp-show-box .txt {
    padding-left: 140px
  }
}

.temp-show-box .txt h2 {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
  margin-bottom: 20px
}

@media(min-width:992px) {
  .temp-show-box .txt h2 {
    text-align: left
  }
}

@media(min-width:1200px) {
  .temp-show-box .txt h2 {
    font-size: 1.8rem
  }
}

@media(min-width:1600px) {
  .temp-show-box .txt h2 {
    font-size: 2rem
  }
}

.temp-show-box .txt .tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 0
}

.temp-show-box .txt .tags:after {
  content: '';
  display: block;
  clear: both
}

.temp-show-box .txt .tags span {
  color: #333;
  display: block;
  font-weight: bold
}

.temp-show-box .txt .tags a {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 10em;
  color: #666;
  margin: 0 5px;
  margin-bottom: 5px;
  transition: all ease-in-out .3s
}

.temp-show-box .txt .tags a:hover {
  border-color: #0076fe;
  color: #000;
  background: #fff;
  box-shadow: 0 14px 60px rgba(0, 0, 0, .07)
}

.temp-show-box .txt .number {
  position: relative;
  display: block;
  padding-left: 50px;
  padding-bottom: 20px
}

.temp-show-box .txt .number:after {
  content: '';
  display: block;
  clear: both
}

.temp-show-box .txt .number span {
  color: #333;
  display: block;
  font-weight: bold;
  width: 50px;
  position: absolute;
  left: 0;
  top: 0
}

.temp-show-box .txt .number p {
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px
}

.temp-show-box .txt .des {
  position: relative;
  display: block;
  padding-left: 50px;
  min-height: 80px
}

.temp-show-box .txt .des:after {
  content: '';
  display: block;
  clear: both
}

.temp-show-box .txt .des span {
  color: #333;
  display: block;
  font-weight: bold;
  width: 50px;
  position: absolute;
  left: 0;
  top: 5px
}

.temp-show-box .txt .des p {
  margin: 0;
  line-height: 2
}

.temp-show-box .txt .link {
  padding-top: 40px;
  display: flex
}

.temp-show-box .txt .link a {
  display: inline-block;
  margin-right: 10px;
  color: #000;
  position: relative;
  border: 1px solid #000;
  background: #fff;
  padding: 5px 30px 5px 45px;
  border-radius: 10em;
  font-size: 1rem;
  transition: all ease-in-out .3s;
  overflow: hidden;
}

@media(min-width:1600px) {
  .temp-show-box .txt .link a {
    font-size: 1.2rem;
    padding: 8px 40px 8px 65px;
    border: 2px solid #000;
    font-weight: 600
  }
}

.temp-show-box .txt .link a:first-child {
  background: #3583fb;
  border-color: #3583fb;
  color: #fff;
}

.temp-show-box .txt .link a:last-child:hover {
  border-color: #3583fb;
  color: #000;
  background: #fff;
  box-shadow: 0 14px 60px rgba(0, 0, 0, .07)
}

.temp-show-box .txt .link a i {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%)
}

@media(min-width:1600px) {
  .temp-show-box .txt .link a i {
    left: 30px
  }
}

.temp-show-box .txt .link a i:before {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media(min-width:1600px) {
  .temp-show-box .txt .link a i:before {
    width: 26px;
    height: 26px
  }
}

.temp-show-box .txt .link a i.zixun:before {
  background: url(../images/34.png) no-repeat center center;
  background-size: contain
}

.temp-show-box .txt .link a i.play:before {
  background: url(../images/35.png) no-repeat center center;
  background-size: contain
}

.temp-youshi {
  padding-top: 40px
}

.temp-youshi h3 {
  display: block;
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
  padding-bottom: 30px
}

@media(min-width:1400px) {
  .temp-youshi h3 {
    font-size: 1.4rem
  }
}

@media(min-width:1600px) {
  .temp-youshi h3 {
    font-size: 1.6rem
  }
}

@media(min-width:992px) {
  .temp-youshi .row {
    margin: 0 -45px
  }
}

.temp-youshi .row .col-6 {
  position: relative
}

.temp-youshi .row .col-6:last-child:before, .temp-youshi .row .col-6:nth-child(7):before {
  border-bottom: 1px solid #eaeaea
}

@media(min-width:768px) {
  .temp-youshi .row .col-6:nth-child(4n):before {
    border-right: 1px solid #eaeaea
  }

  .temp-youshi .row .col-6:nth-child(6):before, .temp-youshi .row .col-6:nth-child(5):before {
    border-bottom: 1px solid #eaeaea
  }
}

.temp-youshi .row .col-6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea
}

.temp-youshi .item {
  text-align: center;
  padding: 30px 0
}

@media(min-width:1400px) {
  .temp-youshi .item {
    padding: 50px 0
  }
}

.temp-youshi .item .img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #000;
  margin: 0 auto
}

@media(min-width:1400px) {
  .temp-youshi .item .img {
    width: 120px;
    height: 120px;
    border: 2px solid #000
  }
}

.temp-youshi .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px
}

.temp-youshi .item .txt {
  padding-top: 30px
}

.temp-youshi .item .txt p {
  margin: 0
}

.temp-youshi .item .txt .tit {
  display: block;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 10px
}

.temp-youshi .item .txt .tit:after {
  position: absolute;
  height: 4px;
  background: #0076fe;
  border-radius: 10px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
  width: 2em
}

.temp-youshi .item .txt .des {
  color: #666;
  line-height: 1.8
}

.temp-news {
  padding-top: 40px;
  position: relative
}

.temp-news a.more {
  position: absolute;
  right: 0;
  top: 50px;
  color: #666
}

.temp-news h3 {
  display: block;
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
  padding-bottom: 30px
}

@media(min-width:1400px) {
  .temp-news h3 {
    font-size: 1.4rem
  }
}

@media(min-width:1600px) {
  .temp-news h3 {
    font-size: 1.6rem
  }
}

.temp-news .row {
  margin: 0 -35px;
  border-bottom: 1px solid #eaeaea
}

.temp-news .row .col-12 {
  position: relative
}

.temp-news .row .col-12:before {
  position: absolute;
  content: '';
  border-top: 1px solid #eaeaea;
  left: 0;
  top: 0;
  height: 1px;
  right: 0
}

.temp-news .row .col-12 a {
  padding: 15px;
  display: block;
  color: #701d07;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis
}

@media(min-width:1400px) {
  .temp-news .row .col-12 a {
    padding: 20px 15px
  }
}

@media(min-width:1600px) {
  .temp-news .row .col-12 a {
    padding: 30px 15px
  }
}

.temp-news .row .col-12 a:hover {
  color: #000
}

.temp-news .row .col-12 a span {
  font-weight: bold;
  color: #000;
  margin-right: 15px
}

.temp-tj {
  padding-top: 40px;
  position: relative
}

.temp-tj a.more {
  position: absolute;
  right: 0;
  top: 50px;
  color: #666
}

.temp-tj h3 {
  display: block;
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 1.2rem;
  padding-bottom: 30px
}

@media(min-width:1400px) {
  .temp-tj h3 {
    font-size: 1.4rem
  }
}

@media(min-width:1600px) {
  .temp-tj h3 {
    font-size: 1.6rem
  }
}

.template-nodate {
  min-height: 600px;
  position: relative
}

.template-nodate .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.template-nodate .box .img {
  width: 300px;
  height: 300px;
  background: url(../images/template.png) no-repeat center center;
  background-size: contain
}

.template-nodate .box .txt {
  color: #000;
  text-align: center;
  font-weight: bold
}

article {
  padding: 20px
}

@media(min-width:1200px) {
  article {
    padding: 40px
  }
}

article .article-title {
  margin-bottom: 15px;
  border-bottom: 1px solid #f2f2f2
}

article .article-title h1 {
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  padding-bottom: 20px
}

@media(min-width:1200px) {
  article .article-title h1 {
    font-size: 1.8rem;
    font-weight: 400
  }
}

article .article-title ul {
  display: flex;
  flex: 1 1 auto
}

article .article-title ul li {
  flex: 1 1 auto;
  font-size: 12px;
  color: #555
}

article .article-title ul li:nth-child(2) {
  text-align: center
}

article .article-title ul li:last-child {
  text-align: right
}

@media(min-width:1200px) {
  article .article-title ul li {
    font-size: 14px
  }
}

article .article-tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center
}

article .article-tags span {
  color: #999
}

article .article-tags a {
  display: inline-block;
  margin-right: 5px;
  color: #666;
  border: 1px solid #666;
  background: #666;
  color: #fff;
  padding: 4px 14px;
  border-radius: 10em;
  font-size: 12px;
  transition: all ease-in-out .3s
}

@media(min-width:1200px) {
  article .article-tags a {
    font-size: 14px
  }
}

article .article-tags a:hover {
  background: #0076fe;
  color: #fff;
  border-color: #0076fe
}

article .article-body {
  padding: 30px 0;
  font-size: 12px;
  line-height: 1.6
}

@media(min-width:1200px) {
  article .article-body {
    font-size: 14px;
    line-height: 1.8
  }
}

article .article-body p+p {
  margin-top: 2em
}

article .article-body .tips {
  background: #f2f2f2;
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px
}

article .article-help {
  background: #f2f2f2;
  padding: 15px 20px;
  display: flex;
  align-items: center
}

article .article-help p {
  margin: 0;
  margin-right: 40px
}

article .article-help .btn {
  background: #fff;
  color: #666;
  border-color: #ccc;
  border-radius: 10em;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 14px
}

article .article-help .btn:hover {
  background: #0076fe;
  color: #fff;
  border-color: #0076fe
}

article .article-next {
  border-top: 1px solid #f2f2f2;
  padding-top: 20px
}

article .article-next ul {
  display: flex;
  flex: 1 1 auto
}

article .article-next ul li {
  color: #999;
  width: 50%;
  flex: 1 1 auto
}

article .article-next ul li:last-child {
  text-align: right
}

article .list {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-top: 0
}

article .list.mobile .col-12 {
  padding: 15px
}

article .list.mobile .item {
  padding-top: 41px;
  height: 445px;
  background: url(../images/mobile-bg.jpg) no-repeat center center;
  background-size: contain
}

article .list.mobile .item:hover .img {
  box-shadow: none
}

article .list.mobile .item:hover .img .hover {
  top: 0;
  opacity: 1
}

article .list.mobile .item .img {
  height: 372px;
  max-width: 217px;
  margin: 0 auto;
  overflow: hidden
}

article .list.mobile .item .img:before {
  display: none
}

article .list.mobile .item .img .hover {
  top: 372px;
  overflow: hidden;
  height: 372px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

article .list.mobile .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  font-weight: bold
}

article .list.mobile .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

article .list.mobile .item .img .hover .bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

article .list.mobile .item .img .hover .bh i::selection {
  background-color: #f8d43b;
  color: #000
}

article .list.mobile .item .img .hover .bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

article .list.mobile .item .img .hover .bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

article .list.mobile .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #000;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

article .list.mobile .item .img .hover img {
  margin: 0 auto;
  width: 180px;
  height: 180px
}

article .list.responsive .col-12 {
  padding: 15px
}

article .list.responsive .item {
  height: 340px
}

article .list.responsive .item:hover .img .hover {
  top: 0;
  opacity: 1
}

article .list.responsive .item .img {
  height: 260px;
  margin: 0 auto;
  overflow: hidden
}

article .list.responsive .item .img .hover {
  top: 260px;
  overflow: hidden;
  height: 260px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

article .list.responsive .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0
}

article .list.responsive .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0
}

article .list.responsive .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

article .list.responsive .item .img .hover img {
  margin: 0 auto;
  width: 120px;
  height: 120px
}

article .list .item {
  height: 400px
}

article .list .item:hover .img {
  box-shadow: 0 5px 10px 5px rgba(183, 180, 180, .66)
}

article .list .item:hover .img .hover {
  opacity: 1
}

article .list .item:hover .txt p.bh i {
  color: #000
}

article .list .item .img {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 2px 0 rgba(32, 48, 60, .14), 0 3px 3px 0 rgba(32, 48, 60, .06)
}

article .list .item .img:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 3.8835%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ebedef;
  background: #ebedef;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 25.6'%3E%3Ccircle fill='%23fff' cx='3.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='16.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='29.6' cy='12.8' r='3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  box-sizing: border-box
}

article .list .item .img img {
  width: 100%;
  object-fit: cover
}

article .list .item .img .hover {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out .3s
}

article .list .item .img .hover a {
  margin: 0 4px;
  font-size: 12px;
  padding-left: 2em;
  padding-right: 2em
}

article .list .item .txt a {
  color: #000;
  display: block;
  text-align: center;
  line-height: 1
}

article .list .item .txt p {
  display: block;
  margin: 0;
  padding-top: 20px;
  text-align: center
}

article .list .item .txt p.tit {
  font-weight: bold;
  padding-bottom: 10px
}

article .list .item .txt p.bh {
  color: #666;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

article .list .item .txt p.bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

article .list .item .txt p.bh i::selection {
  background-color: #f8d43b;
  color: #000
}

article .list .item .txt p.bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

article .list .item .txt p.bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.tags-box .list {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  border-bottom: none
}

.tags-box .list.mobile .col-12 {
  padding: 15px
}

.tags-box .list.mobile .item {
  padding-top: 41px;
  height: 445px;
  background: url(../images/mobile-bg.jpg) no-repeat center center;
  background-size: contain
}

.tags-box .list.mobile .item:hover .img {
  box-shadow: none
}

.tags-box .list.mobile .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.tags-box .list.mobile .item .img {
  height: 372px;
  max-width: 217px;
  margin: 0 auto;
  overflow: hidden
}

.tags-box .list.mobile .item .img:before {
  display: none
}

.tags-box .list.mobile .item .img .hover {
  top: 372px;
  overflow: hidden;
  height: 372px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.tags-box .list.mobile .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  font-weight: bold
}

.tags-box .list.mobile .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.tags-box .list.mobile .item .img .hover .bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.tags-box .list.mobile .item .img .hover .bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.tags-box .list.mobile .item .img .hover .bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.tags-box .list.mobile .item .img .hover .bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.tags-box .list.mobile .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #000;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.tags-box .list.mobile .item .img .hover img {
  margin: 0 auto;
  width: 180px;
  height: 180px
}

.tags-box .list.responsive .col-12 {
  padding: 15px
}

.tags-box .list.responsive .item {
  height: 340px
}

.tags-box .list.responsive .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.tags-box .list.responsive .item .img {
  height: 260px;
  margin: 0 auto;
  overflow: hidden
}

.tags-box .list.responsive .item .img .hover {
  top: 260px;
  overflow: hidden;
  height: 260px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.tags-box .list.responsive .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0
}

.tags-box .list.responsive .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0
}

.tags-box .list.responsive .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.tags-box .list.responsive .item .img .hover img {
  margin: 0 auto;
  width: 120px;
  height: 120px
}

.tags-box .list .item {
  height: 400px
}

.tags-box .list .item:hover .img {
  box-shadow: 0 5px 10px 5px rgba(183, 180, 180, .66)
}

.tags-box .list .item:hover .img .hover {
  opacity: 1
}

.tags-box .list .item:hover .txt p.bh i {
  color: #000
}

.tags-box .list .item .img {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 2px 0 rgba(32, 48, 60, .14), 0 3px 3px 0 rgba(32, 48, 60, .06)
}

.tags-box .list .item .img:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 3.8835%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ebedef;
  background: #ebedef;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 25.6'%3E%3Ccircle fill='%23fff' cx='3.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='16.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='29.6' cy='12.8' r='3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  box-sizing: border-box
}

.tags-box .list .item .img img {
  width: 100%;
  object-fit: cover
}

.tags-box .list .item .img .hover {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out .3s
}

.tags-box .list .item .img .hover a {
  margin: 0 4px;
  font-size: 12px;
  padding-left: 2em;
  padding-right: 2em
}

.tags-box .list .item .txt a {
  color: #000;
  display: block;
  text-align: center;
  line-height: 1
}

.tags-box .list .item .txt p {
  display: block;
  margin: 0;
  padding-top: 20px;
  text-align: center
}

.tags-box .list .item .txt p.tit {
  font-weight: bold;
  padding-bottom: 10px
}

.tags-box .list .item .txt p.bh {
  color: #666;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.tags-box .list .item .txt p.bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.tags-box .list .item .txt p.bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.tags-box .list .item .txt p.bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.tags-box .list .item .txt p.bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.tags-box .list.active {
  display: none
}

.tags-box .list .item .img .hover p {
  color: #000 !important
}

.tags-box .list .item.item-article {
  height: auto
}

.tags-box .list .item.item-article a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000
}

.tags-box .list .item.item-article a:hover {
  text-decoration: underline !important
}

.tags-box .tags-box-line-left {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: rgba(0, 0, 0, .1)
}

.tag-link-a {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 2
}

.tag-link-a a {
  display: inline;
  padding: 4px 8px;
  color: #666;
  transition: all ease-in-out .3s
}

.tag-link-a a:hover {
  color: #000
}

.tags-th1 {
  margin-top: 40px
}

.tags-th1 fieldset {
  border: none;
  padding: 0;
  border-top: 1px solid rgba(248, 212, 59, .6);
  position: relative
}

.tags-th1 fieldset legend {
  width: auto;
  margin-left: 20px;
  padding: 0 10px;
  font-size: 22px;
  margin-bottom: 0
}

.tags-th1 fieldset legend a {
  display: inline-block
}

.tags-th1 fieldset legend a.more {
  position: absolute;
  right: 0;
  width: 60px;
  height: 30px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  color: #808080;
  border: 1px solid;
  border-radius: 10em;
  transition: all ease-in-out .3s
}

.tags-th1 fieldset legend a.more i {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out .3s
}

.tags-th1 fieldset legend a.more:hover {
  background: #f8d43b;
  border: 1px solid #f8d43b;
  box-shadow: 0 14px 60px rgba(0, 0, 0, .07)
}

.tags-th1 fieldset legend a.more.active i {
  transform: translate(-50%, -50%) rotate(180deg)
}

.animated {
  animation-duration: .5s;
  animation-fill-mode: both
}

.livechat-girl {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 100px;
  right: 10px;
  opacity: 0;
  box-shadow: 0 0 5px #38dc79;
  z-index: 700;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  cursor: pointer;
  transition: all 1s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl:focus {
  outline: 0
}

.livechat-girl.animated {
  opacity: 1;
  transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px)
}

.livechat-girl:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #38dc79, #03a84e);
  position: absolute;
  right: 1px;
  top: 1px;
  z-index: 50
}

.livechat-girl .girl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 50
}

.livechat-girl .animated-circles .circle {
  background: rgba(26, 183, 68, .25);
  width: 40px;
  height: 40px;
  margin: 10px;
  border-radius: 50%;
  position: absolute;
  z-index: 49;
  transform: scale(1);
  -webkit-transform: scale(1)
}

.livechat-girl .animated-circles.animated .c-1 {
  animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-2 {
  animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl .animated-circles.animated .c-3 {
  animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards
}

.livechat-girl.animation-stopped .circle {
  opacity: 0 !important
}

.livechat-girl.animation-stopped .circle {
  opacity: 0 !important
}

.livechat-girl .livechat-hint {
  position: absolute;
  right: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  z-index: 0;
  transition: all .3s cubic-bezier(.86, 0, .07, 1)
}

.livechat-girl .livechat-hint.show_hint {
  transform: translateX(-40px);
  opacity: 1
}

.livechat-girl .livechat-hint.hide_hint {
  opacity: 0;
  transform: translateX(0)
}

.livechat-girl .livechat-hint.rd-notice-tooltip {
  max-width: 1296px !important
}

.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis
}

@media only screen and (max-width:1599px) {
  .livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 1060px !important
  }
}

@media only screen and (max-width:1309px) {
  .livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 984px !important
  }
}

@media only screen and (max-width:1124px) {
  .livechat-girl .livechat-hint.rd-notice-tooltip {
    max-width: 600px !important
  }
}

@media(max-height:230px) {
  .livechat-girl.animated {
    opacity: 0
  }
}

.rd-notice-tooltip {
  box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
  font-size: 14px;
  border-radius: 3px;
  line-height: 1.25;
  position: absolute;
  z-index: 65;
  max-width: 350px;
  opacity: 1
}

.rd-notice-tooltip:after {
  position: absolute;
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  box-shadow: none;
  transform: rotate(-45deg);
  border-radius: 3px;
  z-index: 50
}

.rd-notice-tooltip .rd-notice-content {
  background: 0;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 60;
  padding: 20px;
  font-weight: 400;
  line-height: 1.45
}

.rd-notice-type-success {
  background-color: #03a84e;
  box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-type-success .rd-notice-content {
  background-color: #03a84e
}

.rd-notice-type-success:after {
  background-color: #03a84e;
  box-shadow: 0 5px 10px 0 rgba(38, 199, 252, .2)
}

.rd-notice-position-left {
  margin-left: -20px
}

.rd-notice-position-left:after {
  right: -6px;
  top: 50%;
  margin-top: -10px
}

.rd-notice-tooltip.single-line .rd-notice-content {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  white-space: nowrap
}

.layui-layer-setwin .layui-layer-close2 {
  top: 0 !important;
  right: 15px !important;
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  color: inherit;
  background: none
}

.layui-layer-setwin .layui-layer-close2:hover:before {
  color: #3e60c2
}

.layui-layer-setwin .layui-layer-close2:before {
  content: "";
  font-family: Flaticon;
  font-size: inherit;
  font-style: normal;
  color: inherit;
  font-size: 32px
}

@keyframes scaleToggleOne {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  50% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes scaleToggleTwo {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  20% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  60% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

@keyframes scaleToggleThree {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  33% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }

  66% {
    transform: scale(2);
    -webkit-transform: scale(2)
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1)
  }
}

.layui-lxwm-2020-list .list {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 40px;
  margin-bottom: 40px;
  padding-top: 40px
}

.layui-lxwm-2020-list .list.mobile .col-12 {
  padding: 15px
}

.layui-lxwm-2020-list .list.mobile .item {
  padding-top: 41px;
  height: 445px;
  background: url(../images/mobile-bg.jpg) no-repeat center center;
  background-size: contain
}

.layui-lxwm-2020-list .list.mobile .item:hover .img {
  box-shadow: none
}

.layui-lxwm-2020-list .list.mobile .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.layui-lxwm-2020-list .list.mobile .item .img {
  height: 372px;
  max-width: 217px;
  margin: 0 auto;
  overflow: hidden
}

.layui-lxwm-2020-list .list.mobile .item .img:before {
  display: none
}

.layui-lxwm-2020-list .list.mobile .item .img .hover {
  top: 372px;
  overflow: hidden;
  height: 372px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.layui-lxwm-2020-list .list.mobile .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  font-weight: bold
}

.layui-lxwm-2020-list .list.mobile .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.layui-lxwm-2020-list .list.mobile .item .img .hover .bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.layui-lxwm-2020-list .list.mobile .item .img .hover .bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.layui-lxwm-2020-list .list.mobile .item .img .hover .bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.layui-lxwm-2020-list .list.mobile .item .img .hover .bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

.layui-lxwm-2020-list .list.mobile .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #000;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.layui-lxwm-2020-list .list.mobile .item .img .hover img {
  margin: 0 auto;
  width: 180px;
  height: 180px
}

.layui-lxwm-2020-list .list.responsive .col-12 {
  padding: 15px
}

.layui-lxwm-2020-list .list.responsive .item {
  height: 340px
}

.layui-lxwm-2020-list .list.responsive .item:hover .img .hover {
  top: 0;
  opacity: 1
}

.layui-lxwm-2020-list .list.responsive .item .img {
  height: 260px;
  margin: 0 auto;
  overflow: hidden
}

.layui-lxwm-2020-list .list.responsive .item .img .hover {
  top: 260px;
  overflow: hidden;
  height: 260px;
  flex-wrap: wrap;
  align-content: flex-end;
  padding-bottom: 20px
}

.layui-lxwm-2020-list .list.responsive .item .img .hover .tit {
  top: 20px;
  left: 0;
  right: 0
}

.layui-lxwm-2020-list .list.responsive .item .img .hover .bh {
  top: 40px;
  left: 0;
  right: 0
}

.layui-lxwm-2020-list .list.responsive .item .img .hover p {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.layui-lxwm-2020-list .list.responsive .item .img .hover img {
  margin: 0 auto;
  width: 120px;
  height: 120px
}

.layui-lxwm-2020-list .list .item {
  height: 400px
}

.layui-lxwm-2020-list .list .item:hover .img {
  box-shadow: 0 5px 10px 5px rgba(183, 180, 180, .66)
}

.layui-lxwm-2020-list .list .item:hover .img .hover {
  opacity: 1
}

.layui-lxwm-2020-list .list .item:hover .txt p.bh i {
  color: #000
}

.layui-lxwm-2020-list .list .item .img {
  position: relative;
  height: 300px;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 1px 2px 0 rgba(32, 48, 60, .14), 0 3px 3px 0 rgba(32, 48, 60, .06)
}

.layui-lxwm-2020-list .list .item .img:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 3.8835%;
  border-radius: 4px 4px 0 0;
  border: 1px solid #ebedef;
  background: #ebedef;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 630 25.6'%3E%3Ccircle fill='%23fff' cx='3.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='16.6' cy='12.8' r='3.5'/%3E%3Ccircle fill='%23fff' cx='29.6' cy='12.8' r='3.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50%;
  box-sizing: border-box
}

.layui-lxwm-2020-list .list .item .img img {
  width: 100%;
  object-fit: cover
}

.layui-lxwm-2020-list .list .item .img .hover {
  background: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all ease-in-out .3s
}

.layui-lxwm-2020-list .list .item .img .hover a {
  margin: 0 4px;
  font-size: 12px;
  padding-left: 2em;
  padding-right: 2em
}

.layui-lxwm-2020-list .list .item .txt a {
  color: #000;
  display: block;
  text-align: center;
  line-height: 1
}

.layui-lxwm-2020-list .list .item .txt p {
  display: block;
  margin: 0;
  padding-top: 20px;
  text-align: center
}

.layui-lxwm-2020-list .list .item .txt p.tit {
  font-weight: bold;
  padding-bottom: 10px
}

.layui-lxwm-2020-list .list .item .txt p.bh {
  color: #666;
  padding-top: 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center
}

.layui-lxwm-2020-list .list .item .txt p.bh i {
  font-weight: bold;
  color: rgba(0, 0, 0, .8);
  text-transform: uppercase;
  font-style: normal;
  font-size: 16px;
  padding: 2px 3px
}

.layui-lxwm-2020-list .list .item .txt p.bh i::selection {
  background-color: #f8d43b;
  color: #000
}

.layui-lxwm-2020-list .list .item .txt p.bh i::-moz-selection {
  background-color: #f8d43b;
  color: #000
}

.layui-lxwm-2020-list .list .item .txt p.bh i::-webkit-selection {
  background-color: #f8d43b;
  color: #000
}

@media(min-width:768px) {
  .index-logo ul li {
    padding: 0 40px
  }
}