.index {
  background: #26282f;
}

.index .banner1 .swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}

.index .banner1 .swipe .prev {
  background: url(../png/change.png) no-repeat left top;
  width: 37px;
  height: 78px;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -39px;
  font-size: 0;
  border: none;
  opacity: 0.7;
  transition: all 0.2s ease 0s;
}

.index .banner1 .swipe .next {
  background: url(../png/change.png) no-repeat right top;
  width: 37px;
  height: 78px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -39px;
  font-size: 0;
  border: none;
  opacity: 0.7;
  transition: all 0.2s ease 0s;
}

.index .banner1 .swipe .prev:hover {
  opacity: 1;
}

.index .banner1 .swipe .next:hover {
  opacity: 1;
}

.index .banner1 .swipe-wrap {
  overflow: hidden;
  position: relative;
}

.index .banner1 .swipe-wrap .swipe-item {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.index .banner1 .swipe-wrap .swipe-item .swipe-item-position {
  position: relative;
  max-height: 850px;
  overflow: hidden;
}

.index .banner1 .swipe-wrap .swipe-item .swipe-item-img {
  width: 1920px;
}

.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-title {
  position: absolute;
  bottom: 27%;
  left: 30%;
  font-size: 40px;
  margin: 0;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  width: 40%;
  line-height: 120%;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-p {
  position: absolute;
  top: 75%;
  left: 25%;
  font-size: 25px;
  color: #fff;
  width: 50%;
  line-height: 35px;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  z-index: 5;
}

.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-logo {
  position: absolute;
  bottom: 25%;
  left: 38%;
  width: 24%;
  z-index: 5;
}

.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-video {
  width: 100%;
  position: relative;
  z-index: 99;
}

.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-btn {
  position: absolute;
  bottom: 6%;
  left: 42%;
  width: 16%;
  line-height: 150%;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 260%;
  color: #fc8301;
  border: 2px solid #fc8301;
  border-radius: 3px;
  transition: all 0.3s ease 0s;
  z-index: 100;
}

.index .banner1 .swipe-wrap .swipe-item .banner1-swipe-btn:hover {
  font-size: 45px;
}

.index .banner1 .dot {
  position: absolute;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  text-align: center;
  bottom: 2%;
  z-index: 5;
}

.index .banner1 .dot span {
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  background-color: #283434;
  border-radius: 50%;
}

.index .banner1 .dot span:nth-child(5) {
  margin-right: 0px;
}

.index .banner1 .dot span a {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  color: #808080;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  font-size: 0;
}

.index .banner1 .dot span a:hover {
  background-color: #fff;
  border-radius: 50%;
}

.index .banner1 .dot .cur {
  background-color: #fff;
}

.index .banner2 .b2-title {
  font-size: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #fc8301;
}

.index .banner2 .b2-list .b2-list-item {
  padding-bottom: 20px;
  max-width: 1920px;
  height: 810px;
  margin: 0 auto;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

.index .banner2 .b2-list .display-none {
  display: none;
}

.index .banner2 .b2-list .b2-list-item:last-child {
  padding-bottom: 0px;
}

.index .banner2 .b2-list .b2-list-item .b2-content {
  width: 1300px;
  margin: 0 auto;
  padding-top: 190px;
}

.index .banner2 .b2-list .b2-list-item .b2-content-child {
  width: 600px;
  height: 520px;
  overflow: hidden;
  margin-left: auto;
  text-align: center;
}

.index .banner2 .b2-list .b2-list-item .b2-list-item-img {
  width: 80%;
  margin: 0 auto;
  height: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.index .banner2 .b2-list .b2-list-item .b2-list-item-dt {
  font-family: Arial, Helvetica, sans-serif;
  color: #fc8301;
  font-weight: lighter;
  font-size: 40px;
  line-height: 50px;
  padding-bottom: 25px;
  overflow: hidden;
  text-transform: uppercase;
}

.index .banner2 .b2-list .b2-list-item .b2-list-item-dd {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  padding-bottom: 26px;
  overflow: hidden;
  padding-bottom: 30px;
}

.index .banner2 .b2-list .b2-list-item .b2-list-item-btn a {
  background-size: auto 140px !important;
  width: 70px;
  height: 70px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  transition: all 0.2s ease 0s;
}


.index .banner2 .b2-list .b2-list-item .b2-list-item-list {
  font-size: 0;
  text-align: center;
}

.index .banner2 .b2-list .b2-list-item .b2-list-item-list .b2-list-item-list-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 43px 20px 0 0;
  width: 352px;
  height: 185px;
}

.index .banner2 .b2-list .b2-list-item .b2-list-item-list .b2-list-item-list-item:last-child {
  margin-right: 0;
}

.index .banner2 .b2-more {
  height: 97px;
  display: block;
  width: 100%;
  background: #1b1d22 url(../png/index-more.png) no-repeat center center;
  max-width: 1920px;
  margin: 0 auto;
}

.index .hidethis .b2-more {
  display: block;
}

.index .banner2 .b2-more:hover {
  background-color: #14161b;
}

.index .banner2 .b2-more.return {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -ms-transform-origin: 50% 50%;
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -webkit-transform-origin: 50% 50%;
  /* Safari and Chrome */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -moz-transform-origin: 50% 50%;
  /* Firefox */
  -o-transform: rotate(180deg);
  /* Opera */
  -o-transform-origin: 50% 50%;
  /* Opera */
}

.index .banner3 .b3-title {
  font-size: 40px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  height: 110px;
  line-height: 110px;
  text-align: center;
  color: #fc8301;
}

.index .banner3 .b3-content {
  background: url('../jpg/index-banner3.jpg') no-repeat center top;
  height: 604px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.index .banner3 .b3-content p {
  position: absolute;
  left: 50%;
  bottom: 0px;
  padding: 15px;
  margin-left: -348px;
  font-size: 16px;
  line-height: 25px;
  width: 668px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  max-height: 300px;
  overflow: hidden;
}

.b2-list-item:nth-of-type(1) .b2-list-item-btn {
  width: 600px;
}

.announcement {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.announcement-inner {
  position: absolute;
  width: 440px;

  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 100px 50px 30px;

  filter: drop-shadow(0px 16px 8px rgba(0, 0, 0, 0.25));

  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAVcAAACvCAMAAAB+WW3qAAAAUVBMVEUAAADi4uLi4uLj4+Pi4uLi4uLk5OTh4eHi4uLh4eHk5OTi4uLh4eHh4eHi4uLi4uLi4uLh4eHh4eHh4eHh4eHi4uLh4eHh4eHi4uLh4eHi4uLjPW5sAAAAG3RSTlMAIUoXHCYHE1EPCwRCRjo+K1YvNjNbYGRnam7F1bQjAAAN7ElEQVR42uza3a6iMBSG4SUw3bKjIGj/1v1f6HSAptZS1mzOdvI9YKhNj96YJjQSAAAAAAAAAADAb6LOLCn1BJlBiVnNQKI7QeYxSVk1sxh2vBFkFA9iVjHswC1BbuKHkFUM27El+PBk30pZgydV9ZaxvRZaZtNThWYWw/aGuSP45Jg17bszy2EbZkdQGJl5rGWVwz6ZuSEodBzMVLox+3hVw84cPAgKyvqgK7P6Qhn2K8yyx9vWnqsPbF/LyulRhO21D64EO+al26TKrNIvVullcibYoXzg/C3L6vw6uzzTMA/bLFPYBiqubvF6z1qRrXq5hSYopT7ukmUVw85uNRDs6tzK9CmrHLZ3G7xs1Ri30irLap1LQ/sRttcO24BgsJuGiEZbcDYXwqrJbkaCitZGw9JY9HpbdiGoUMZGd/tfmjRUBDWNPQ1nLgcexprImiPFwj8EVd8xlN2SpUH8ait1vwnqruYknLkcms1JOHo91JqVDtfyWD46DuMdx2nyi+DI9K/U1m+70uO9aLjjENuAbNCB0T+FMxfBRZ+C/7n8Zc9c19wEgTA8gKBRTkF7/7dai6FTiiMYTfqnL6IjMqcv7j7PZiuot2R9wn8q6Hd0/f+dSxW5vn3r2I7cepIr/79zqTI+o1TxQCsNYuX/dy51+HMlKrcZiR/ZXbao4X7U2AvGpPdhzgjee8aE6EcF32McRcfYmnrOicV0QjQUs2Siocg48XjBbmygZzJYw58tcKNt8Ez08BnUg8kwaz48GxhexTwIicXzLMMIN/BgfjbD8z0GbYMUD7iLsZMXijE6yO5RxGTmVEdMXX4t1iaet2AsuywpC3q4pxgditiuyZOHTl3UVAQ3PG8kwAWEtLcWY/Zz8PhCFiMyuMBGuIbwLoYb0hkHmm0jVfr+7/pRutU9dVfJFXcSj9OOFQv7qL7z1vHhT7hbAutGuIgSy3DAc3iTHt5BBF7mv46sqjBuKLgHsfBUPh6pnWfxqLDSxmw5GnCePgxlxjxVXmfFwiZ6+Caj58On0HAS5d3wMRR8j94OH2SGUzwCHz4Hj39RwFXUWVV5XkVh4gXXK6vyvY+YE4WgXS+0vLe/cgy2uyDtyBatWhvh24gWjuxBfsH12mp/UlWOmdIg7Gqh5X2AlV9ZTBDntVU9iz9NY72RmI7HbrBu7C4zs8bQBU87q1hEFRXyRCkWaf+db9c9vxewwvjK2rWbWa9aixMsOL4ha3t9TLAdaMZZmnjB9eRWOuMJGpG5I2ahbJwpP/pl2zi6PWBlMhxxs++O1FV9J4Mz6DDoEQ7pTCHTTtH4pJARL7GRXOGkgYUmepenxxPa5cS3InfJrwNuh4hPGxBtbfCSdb+RMgSrNS/p4AhleaQQsKBQvuwX14tbD1XKTssk7aBD6eog0vMLaDiiN/w7CKgzOv4dFtiY+ft0cIDk3+IBVTrDvwRLGfnbaKCZZv5ZDJpQRdIB0LhH+j4JoGPMbUQLzXyk7GnL0euq3Lb5cKRe9Oy7rt8n4H6sKRPFWKgwLakWDGSwvL+iWs+oYhjqgyPvk0/wgpk3cQooHu5EGDYBQVt1CxyjrGlGy6Ni+oYAqIEh4JUFT8uqM684KfwER7B6WV1FVmeQSqxZAVzTdcbdi3kPsoZOm2YYHMNMlb4mazMe4Kquktp9vYjxVJDruk53yeqm67oKQJzOMLrElA97SlanDzBZeKuquuoa7lBWq9sRUKHH/inGvHaDI7X/19rfhj3qxJAji649tOhqDscCNBMWUx8WGnStxNNZdv0Ggpa1nR6uv68SaII+gWzQtUb+IUt9Fitgn1mfYbpB177V+fqH/NA1PGQor89gxaVOELhB1xEohD7F4wZdO/gLJbVz+tdYj3WmEXfH1bjsXFSV7gTdVxxakXiNazFZq65OYy14TfUChbJZCZgWu3pN16qre6mQ1ElqpWMvhpKuhVkAiZodRSyjoEFXV2EBitmdo0XXGhPAe8p6OCC4Gvfr6mnP7+s60/9Xr2AVkHTudl3rMTuqFfcPdPXkt3vOvvQ7/3Onch+7nShss677JdltWkqNmWwjuv39xF7Q1dpkMULWYBPOUjAgkBYhI+SPG3Sl/TemQz9HupZrDbpSpSR6WhmX9jliUvlFtg9DUGFadSX943WGXdRikcyVWmvSlSolGSPswWwTywR7LLadM7oe4+k3pJ12XY+ZiRYakcTr+i90ZcSv+m/rSn/I/UvzeFoHzUK/rnM6Y4Rruo7iGAV7SKwFa6KYm3WdxDG7Ebp5XsUosNu0eL+rq0h7yyDW5sGi5tsD+AxqPiJmz4uLp5/tmYmu2yAQRceyDQKkKnrN/39rXZZcJgPJwxO3buWDn2GA2W7dRaqjQ1iQdXvKAJW4JPkStcMHUUGy6BgmZCjNtGr4gRm6HlDMtzHC2f7cBR2CGS3jLLp64Xw7k67T2XS9/7z/Js2buf2kBZbxx9ITPh+kkYJEB2ymGxsIdj9I16+YK1eRnqqCXFJcpnLzfJCu6/27SF2n+z7oCOx9FyfQdRZfyJl0RSNjeEqcR1d7P5Gu5n4uXW9fNXducXsRfwzguO1/x04NHYDt1w2rxXG63qvxNLHDiTg4Fv5wxw4GHcBaEsm6YbXGQbp+fZ+VGO5rL/R5wu5i/r6uN2IsZ9LV/T+6rmfSdTmZriYKFkd6wd6Ib5wEqgi4FyduwshRsDxE1xVp0QzyJgMvdHqUrrfCF17Y4VuGKtxWU74HF4Cw4vQAXUNVN4rihiRqf4yu/jYA03W+7ea4NsY5g66OKqYz6WovXTcCfZrlthtHR+But/Xbw1JFdBwY1dLQp1leJe6d/Bldu4XhbCZgWo7p6YTDpUAN7DhwztGRtbbSYa+3pq7eDhO4rusAMwG/7sdQg2VrsvNw47E1Vbrux1IDGxMMPeYpwADLh3T11GBeR0E5Yd3PTA3cOgwpdFVlBo7AQCVH66r6aibxlUy/d7cRJxjxpxjS16WL5YW5MvLgdzZs7xMpDnCCMw7K8cx1LSmQFwYsbOSthRoE1j/UYJGx09J1A5ryyrOBSgk45JOCIo68A0E4Hi6VgDwW/1W3TAY8BRhcCd7kRC2a/sVELPS0EGOeNtby4sjNUMlQXVjlDFd51vlE4nn86ZaxsiMH3+zGvWGtZQMrzIEaLKJ/2Oin2l2Ef0yf7iEd98vndQmmUyks9Cp+2rpKHUUUltHDWfQNoK3UPWJ6usr+M/woTbP4XgcwtQwKAjWYRjFMht14AqO6AEtguCDf11XfyvKXdG3/A3YaxOl0BdNfbyUoPq+K9j9gp0G80HV7ys9D5SUaC6w0HAHcSO+lCpLPxJOCdVqxS87GXthckCydCl9cE9m5vV2qsgSS+Fb/eYVoVf+GGPEqqokpESKaVQxLYK5vLFLKRylYPIxmK247RjF5xWvggZgvDsuMifWXlvkkxjYkMc3cdWFcoecgS5fpMQNLwLIbgxiS+Ne1SITv9D6CXE7oqiI0c0/92EG4DzCzVhQ4kphljJn1oYEaLGPodYUMGiij0GZWyCA0EczLGJpvhH8i86LA6Fux/C89BY4SioDzs65zY2BRjGLzzD1XGN3hmrr2A74L4VBnd3SNmSQOAnTrwhC6ztvWRry2TfFJL0xYLoGAS/t4gRSpREyLVOVjO5DA5SQyL0CNs+eNoHbpC2JyccuQwDf6R0vYyS8rdG2mRpVplIPQ8YUiTJaFzawYT4IAXKURqwCRnsR4io/vhPcB6h33shjDNUzwpdR1DMNa0WDpFX60FrKzhkCMcZGcUtfPtWL0unIPDV6rqydVNeZzrTitrkE0ryD8EV3t9mDdcw84lthGQL5p3uhq2zXYjhTNOxa7IgzD79DVVnGM7v/JeXpnNThiDNclXFQE6mLse4Sus30P7nhVK3O/Fr2uwarwBHZEDqRSxhHD6tB8ItLb6jBKXVW/k51w1+A1ujrpo8KpdJW/39zbsVFWrpPR7RuhrysudeJ74YRKdw3zQtd3+jjieBex2/j95BefyyouieNc8mySD1ksy0/7uuIOm+ArdfU235FkAdIsyLuhpyv6Z31hKXUZQuY2Tofp6brHNTgdvqfrqKteV3JKjF5X4LXFnEdX43T4oNBV88EOCBvGHb13Lj+pzTh7n+ZtEX82uxwbakbYRnLIyxyghBEDWX1o61r8vS91pLAR3/ErPrkM1JEzPsLhCu8/NHVF/yU9D+ulrt/E5Vl2Y7wWAiNRQ1OBd0DSoajOv2anrjIA8Go0uo77jYcNA156XZFVi9mlDzXRF6PUFR7ooWWYsmV2amAwc0wMbppBzSOfKKe8qEnABZFQ9GUaLXe/HMPeb3Q1G94AafinE5KYl3jMHF+9RSuiHlEKtcEFnlD01Wm5W4znb47wSBXgYUYEayQVeX3/wSwO+mEDv8TXCeoAUbs18cbkUZDFtKTFI8sfhprC6gmjEWnjrMXodAXmA4TRVg4V9hy6flzYMHRbdqVnoDtZTBCYx2yyYQKD2pSbJj89+AlyGR77qRjcQ1HUJ9eBZCiuX4ZI2ZcJnWakruN0W9GD4ANXj6tmIJy+AKJzCEt0vLAaXSmkl1zAwK1+P/EwwiKE6o3ztp22WGH5CBYCvoYXz4vAstU/jlAMRoHbjfz5CUib94qGgZAzWn2KK2TCNu8VVymZ8C4ZkL341N2/JZQKSiC0lNO+6x9Zyklaso5g/Fkg0PtrR8PVUtaDvi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4u/kV+AZxNt0N12rL/AAAAAElFTkSuQmCC')
    center top no-repeat #fff;
}

.announcement-close {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADqSURBVHgB7dXRCYMwGATg37hAR3CECi7gCJ3YBQQdwRG6gNpcQQhBJcULpfS+l4pJ4S4k0UxERERERORHFUbQ931XFEXlnGvrup7O5g7DUC3L0q3rOjVN09pFzkh8oHcwBDyaE4THnJsRUAqUZfnwP+NZiSj86P9zefWBsoXAB7zN89z5x7vfTlO4nfbC+7GnEdAKwF4JvM8VHqgFIFxtlMC77TnlkH+KXgCiLWO5wgPtFvoWbaFQHD4+xDlKMK/R6ijo2dhVlAIpAXOVoBzilGB4hzHM2b7YRkC7hVJWNSxhIiIiIiIi/+4Fhd7mFO3ZbbYAAAAASUVORK5CYII=');
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}

.announcement-title {
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: bold;
  color: #e28c1d;
}

.announcement-content {
  color: #333;
  max-height: 300px;
  overflow: auto;
  font-size: 16px;
}

.announcement-foot {
  margin-top: 40px;
}

.announcement-foot a {
  display: block;
  width: 100%;
  color: #333;
  height: 43px;
  background: #ffc000;
  border-radius: 5px;
  line-height: 43px;
  text-align: center;
  font-weight: bold;
}



.index .banner2 .b2-list .b2-list-item .b2-content-child{
  overflow: initial;
}

.download__list{
  display: flex;
  flex-wrap: wrap;
  width: 550px;
  height: 250px;
  justify-content: flex-start;
  align-content: flex-start;
}

.download__list>.download__list-item,.download__other-button{
  width: 260px;
  height: 56px;
  cursor: pointer;
  margin: 2px;
  position: relative;
  background-color: #6b8583;
  border-radius: 4px;
  border: 2px solid #8eb4b1;
  transition: 0.2s;
}

.download__list>.download__list-item::after,.download__other-button::after,.download__other-list>.download__list-item::after,
.download__list>.download__list-item::before,.download__other-button::before,.download__other-list>.download__list-item::before
{
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.2s;
}


.download__list>.download__list-item:hover,.download__other-button:hover,.download__other-list>.download__list-item:hover{ background-color: #ecc93c;border-color:none;}
.download__list>.download__list-item::after,.download__other-button::after,.download__other-list>.download__list-item::after{opacity: 0;}
.download__list>.download__list-item:hover::before,.download__other-button:hover::before,.download__other-list>.download__list-item:hover::before{ opacity: 0; }
.download__list>.download__list-item:hover::after,.download__other-button:hover::after,.download__other-list>.download__list-item:hover::after{ opacity: 1; }

.download__other{
  position: relative;
  width: 260px;
  height: 56px;
}

.download__other:hover .download__other-list{
  opacity: 1;
  pointer-events: auto;
}

.download__other-list{
  position: absolute;
  left: calc(100% + 5px);
  bottom: -8px;
  width: 171px;
  display: flex;
  opacity: 0;
  pointer-events: none;
  flex-direction: column;
  transition: 0.2s;
}

.download__other-list>.download__list-item{
  width: 100%;
  height: 56px;
  cursor: pointer;
  margin: 2px;
  position: relative;
  background-color: #6b8583;
  border-radius: 4px;
  border: 2px solid #8eb4b1;
  transition: 0.2s;
}

.down-app-btn::before{
  background-image: url('../png/download-icon-apple.png');
}
.down-app-btn::after{
  background-image: url('../png/download-icon-apple-hover.png');
}

.down-and-btn::before{
  background-image: url('../png/download-icon-google.png');
}
.down-and-btn::after{
  background-image: url('../png/download-icon-google-hover.png');
}

.down-win-btn::before{
  background-image: url('../png/download-icon-windows.png');
}
.down-win-btn::after{
  background-image: url('../png/download-icon-windows-hover.png');
}

.down-amz-btn::before{
  background-image: url('../png/download-icon-amazon.png');
}
.down-amz-btn::after{
  background-image: url('../png/download-icon-amazon-hover.png');
}

.down-steam-btn::before{
  background-image: url('../png/download-icon-steam.png');
}
.down-steam-btn::after{
  background-image: url('../png/download-icon-steam-hover.png');
}

.down-huawei-btn::before{
  background-image: url('../png/download-icon-huawei.png');
}
.down-huawei-btn::after{
  background-image: url('../png/download-icon-huawei-hover.png');
}


.down-Samsung-btn::before{
  background-image: url('../png/download-icon-samsung.png');
}
.down-Samsung-btn::after{
  background-image: url('../png/download-icon-samsung-hover.png');
}

.down-Epic-btn::before{
  background-image: url('../png/download-icon-epic.png');
}
.down-Epic-btn::after{
  background-image: url('../png/download-icon-epic-hover.png');
}

.down-google-pc-btn::before{
  background-image: url('../png/download-icon-pc.png');
}
.down-google-pc-btn::after{
  background-image: url('../png/download-icon-pc-hover.png');
}

.download__other-button::before{
  background-image: url('../png/download-icon-other.png');
}
.download__other-button::after{
  background-image: url('../png/download-icon-other-hover.png');
}

@media screen and (max-width: 1600px){
  .download__other-list{
    left: 0px;
    top: 64px;
    bottom: initial;
    width: 260px;
  }
}