html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font-weight: normal; */
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #7e8c8d;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
li {
  list-style: none;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
  height: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:horizontal {
  width: 5px;
  background-color: rgba(125, 125, 125, 0.7);
  -webkit-border-radius: 6px;
}
html,
body {
  width: 100%;
}
body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
}

html {
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
}

header {
  background: #2C2E71;
  min-width: 1200px;
}
header .con {
  width: 1200px;
  height: 120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .con h1 {
  font-size: 0;
}
header .con h1 a img {
  height: 77px;
}

menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 730px;
}
menu ul li {
  position: relative;
}
menu ul li.active a {
  font-weight: bold;
}
menu ul li.active::before,
menu ul li:hover::before {
  position: absolute;
  content: "";
  left: 2px;
  bottom: -18px;
  width: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  background: #FFFFFF;
  border-radius: 3px;
}
menu ul li a {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
menu ul li .list {
  display: none;
  position: absolute;
  padding-top: 63px;
  top: -30px;
  left: 11px;
  z-index: 10;
}
menu ul li .list .in {
  width: 156px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 15px 1px rgba(93, 93, 93, 0.1608);
          box-shadow: 0px 0px 15px 1px rgba(93, 93, 93, 0.1608);
  border-radius: 10px;
  padding-bottom: 28px;
}
menu ul li .list .in a {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  display: block;
  text-align: center;
  padding-top: 28px;
  padding-right: 0;
}
menu ul li .list .in a:nth-of-type(n+2) {
  padding-top: 25px;
}
menu ul li .list .in a:hover,
menu ul li .list .in a.active {
  color: #2C2E71;
}
menu ul li:nth-of-type(2) {
  position: relative;
}
menu ul li:nth-of-type(2):hover .list {
  display: block;
}

menu ul li:nth-of-type(2)::before {
  -webkit-transform: translateX(-84%);
          transform: translateX(-84%);
}
menu ul li:nth-of-type(2)::after {
  position: absolute;
  /* content: ""; */
  pointer-events: none;
  top: 8px;
  right: 0;
  width: 13px;
  height: 7px;
  background: url("https://www.serengetilive.com/hk/images/abb61a86.png") right center / 13px 7px no-repeat;
}

.bannerswiper {
  width: 100%;
  min-width: 1200px;
  height: 665px;
  overflow: hidden;
  position: relative;
}
.bannerswiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 665px;
  position: relative;
}
.bannerswiper .swiper-wrapper .swiper-slide span {
  position: absolute;
  left: 49%;
  top: 441px;
  z-index: 10;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 386px;
  height: 52px;
  cursor: pointer;
}
.bannerswiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 665px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bannerswiper .bannerswiper-pagination {
  bottom: 29px;
  position: absolute;
  z-index: 10;
  text-align: center;
}
.bannerswiper .bannerswiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: white;
  border-radius: 0;
  opacity: 1;
  margin: 0 4px;
}
.bannerswiper .bannerswiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 34px;
  background-color: #FFA52E;
}

.mxsx {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 53px;
}
.mxsx .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.mxsx .box .item-wrap {
  width: 570px;
  height: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(44, 46, 113, 0.5);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: color-burn;
  position: relative;
}
.mxsx .box .item-wrap .item {
  width: 570px;
  height: 350px;
  position: relative;
  padding: 92px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 20;
}
.mxsx .box .item-wrap .item .title {
  font-size: 40px;
  font-weight: 500;
  color: #FFFFFF;
  position: relative;
}
.mxsx .box .item-wrap .item .title::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 4px;
  left: 0;
  bottom: -37px;
  background: #FFFFFF;
}
.mxsx .box .item-wrap .item p {
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 77px;
}
.mxsx .box .item-wrap .item a {
  position: absolute;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  width: 233px;
  height: 67px;
  background: #323272;
  right: 0;
  bottom: -33px;
  text-align: center;
  line-height: 67px;
  padding-right: 36px;
}
.mxsx .box .item-wrap .item a::after {
  position: absolute;
  content: "";
  right: 70px;
  top: 26px;
  width: 23px;
  height: 17px;
  background: url("https://www.serengetilive.com/hk/images/3316edd6.png") center / contain no-repeat;
}
.mxsx .box .item-wrap .item .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(50, 50, 114, 0.5);
}
.mxsx .box .item-wrap .bg {
  position: absolute;
  z-index: 8;
  width: 0;
  height: 100%;
  opacity: 0;
  background-color: rgba(50, 50, 114, 0.5);
  -webkit-animation: sss2 1s 1;
          animation: sss2 1s 1;
}
.mxsx .box .item-wrap:hover .bg {
  width: 100%;
  -webkit-animation: sss 1s 1;
          animation: sss 1s 1;
}
@-webkit-keyframes sss2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes sss2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes sss {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes sss {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

h2.title {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
  background: url("https://www.serengetilive.com/hk/images/ec8829b2.png") center bottom / 1200px 18px no-repeat;
}
h2.title p {
  font-size: 48px;
  font-weight: 500;
  color: #333333;
  padding-top: 40px;
  letter-spacing: 12px;
  line-height: 54px;
  padding-bottom: 32px;
}
h2.title p::before {
  content: attr(en);
  display: block;
  height: 0;
  font-size: 72px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
  line-height: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}
h2.title p a {
  color: #2C2E71;
}
h2.title p.tip {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-top: -62px;
  line-height: 22px;
  letter-spacing: 0;
}

.liucheng {
  background: url("https://www.serengetilive.com/hk/images/89e04594.png") center / cover no-repeat;
  height: 700px;
  width: 100%;
  min-width: 1200px;
  margin-top: 60px;
  position: relative;
}
.liucheng a {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  display: inline-block;
  width: 253px;
  height: 50px;
  background: #FF9100;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(152px);
          transform: translateX(152px);
  bottom: 44px;
  cursor: pointer;
}
.liucheng a:hover {
  background-color: #e18914;
}

.jzxy {
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 52px;
}
.jzxy .con {
  width: 1200px;
  margin: 0 auto;
}
.jzxy .con ul {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.jzxy .con ul li {
  width: 366px;
  height: 345px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(143, 143, 143, 0.1608);
          box-shadow: 0px 0px 20px 1px rgba(143, 143, 143, 0.1608);
  position: relative;
}
.jzxy .con ul li::after {
  position: absolute;
  content: "";
  left: 146px;
  top: 60px;
  width: 74px;
  height: 123px;
  background: url("https://www.serengetilive.com/hk/images/61ae2337.png") center / contain no-repeat;
}
.jzxy .con ul li img {
  width: 366px;
  height: 240px;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.jzxy .con ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  padding-top: 20px;
}
.jzxy .con ul li p i {
  display: inline-block;
  width: 5px;
  height: 22px;
  background: #2C2E71;
  margin-right: 10px;
  vertical-align: -5px;
}
.jzxy .con ul li p:last-of-type {
  text-align: right;
  padding-bottom: 24px;
  padding-right: 15px;
}

.ad {
  width: 100%;
  min-width: 1200px;
  height: 380px;
  background: #2C2E71 url("https://www.serengetilive.com/hk/images/f69e607f.png") 1144px 0 / 776px 380px no-repeat;
}
.ad .con {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
  background: url("https://www.serengetilive.com/hk/images/ebd92e05.png") 0 101px / 67px 54px no-repeat;
}
.ad .con p {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 34px;
  width: 988px;
  height: 246px;
  background: url("https://www.serengetilive.com/hk/images/2ce4be46.png") center / cover no-repeat;
  padding-right: 270px;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ad .con p a {
  color: #FF9100;
  font-size: 24px;
}

.youshi {
  padding-top: 84px;
  width: 100%;
  margin: 0 auto;
  width: 1200px;
}
.youshi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: url("https://www.serengetilive.com/hk/images/1a951504.png") right center / 1047px 529px no-repeat;
  counter-reset: item;
}
.youshi ul li {
  padding-top: 30px;
  width: 535px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.youshi ul li .image {
  font-size: 0;
}
.youshi ul li .image img {
  width: 186px;
  height: 169px;
}
.youshi ul li .image img.icon_hide {
  display: none;
}
.youshi ul li:hover .image img {
  display: none;
}
.youshi ul li:hover .image img.icon_hide {
  display: block;
}
.youshi ul li .text .title {
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #2C2E71;
  border-bottom: 1px solid #9F9F9F;
  padding: 9px 0 9px 18px;
}
.youshi ul li .text .title::before {
  content: "0" counter(item);
  counter-increment: item;
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 54px;
  height: 46px;
  font-size: 46px;
  font-weight: bold;
  color: rgba(44, 46, 113, 0.14);
}
.youshi ul li .text p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding-left: 19px;
  position: relative;
  padding-top: 6px;
}
.youshi ul li .text p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 10px;
  height: 10px;
  background: #2C2E71;
  border-radius: 0px 0px 0px 0px;
}

.team {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.team .team-swiper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 628px;
}
.team .team-swiper .swiper-slide {
  text-align: center;
  padding-top: 110px;
}
.team .team-swiper .swiper-slide img {
  width: 160px;
  height: 160px;
}
.team .team-swiper .swiper-slide p {
  margin-top: 26px;
  width: 1200px;
  position: absolute;
  left: -200%;
  display: none;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}
.team .team-swiper .swiper-slide span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
  padding-top: 20px;
}
.team .team-swiper .swiper-slide.swiper-slide-active {
  margin-left: -38px;
}
.team .team-swiper .swiper-slide.swiper-slide-next {
  margin-left: -10px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide {
  padding-top: 60px;
  margin-left: 50px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide span {
  position: relative;
  padding-bottom: 20px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: #FF9100;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide img {
  width: 260px;
  height: 260px;
  margin-left: -11px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide p,
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide span {
  display: block;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
  margin-left: 52px;
}
.team .team-swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide + .swiper-slide {
  margin-left: -14px;
}
.team .team-swiper-button-prev,
.team .team-swiper-button-next {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 190px;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: url("https://www.serengetilive.com/hk/images/4c5eb414.png") center / contain no-repeat;
}
.team .team-swiper-button-prev {
  left: 50%;
  -webkit-transform: translateX(-708px);
          transform: translateX(-708px);
}
.team .team-swiper-button-next {
  right: 50%;
  -webkit-transform: translateX(708px) rotateZ(180deg);
          transform: translateX(708px) rotateZ(180deg);
}
.team .bg {
  width: 100%;
  height: 440px;
  margin-top: -440px;
  background-color: #2C2E71;
  text-align: center;
}
.team .bg span {
  display: inline-block;
  width: 280px;
  height: 280px;
  margin-top: -139px;
  background-color: #2C2E71;
  border-radius: 50%;
}

.moreteam {
  height: 160px;
  background-color: white;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.moreteam a {
  display: inline-block;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  background: #1e2063;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  -webkit-box-shadow: 10px 10px 0 0 rgba(44, 46, 113, 0.15);
          box-shadow: 10px 10px 0 0 rgba(44, 46, 113, 0.15);
  cursor: pointer;
}
.moreteam a:hover {
  background-color: #03053a;
}

.lqjb {
  padding-top: 70px;
  padding-bottom: 100px;
  background-color: #F8F8F8;
}
.lqjb .lqjb-swiper {
  width: 1200px;
  height: 700px;
  margin: 67px auto 0;
  overflow: hidden;
}
.lqjb .lqjb-swiper .swiper-wrapper .swiper-slide img {
  width: 467px;
  height: 657px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: -38px;
}

.f-mask {
  display: none;
}
.f-mask .con {
  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;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
.f-mask .con .form {
  width: 523px;
  height: 478px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
}
.f-mask .con .form h3 {
  width: 100%;
  height: 67px;
  background: #2C2E71;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 67px;
  text-align: center;
}
.f-mask .con .form .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 16px;
  height: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 12px;
  cursor: pointer;
}
.f-mask .con .form form {
  padding: 10px 38px 0 20px;
  font-size: 0;
}
.f-mask .con .form form h4 {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E71;
  padding: 20px 0 10px;
  text-align: center;
}
.f-mask .con .form form label {
  margin-top: 20px;
  display: block;
  width: 100%;
}
.f-mask .con .form form label:nth-of-type(3) span::before {
  content: "";
}
.f-mask .con .form form label:nth-of-type(2) {
  position: relative;
}
.f-mask .con .form form label:nth-of-type(2)::after {
  position: absolute;
  right: 30px;
  top: 10px;
  content: "";
  z-index: 10;
  width: 20px;
  height: 20px;
  pointer-events: none;
  background: url("https://www.serengetilive.com/hk/images/297553fa.png") center / contain no-repeat;
}
.f-mask .con .form form label span {
  width: 128px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-align: right;
  padding-right: 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-mask .con .form form label span::before {
  content: "*";
  color: #ff0000;
  font-size: 18px;
}
.f-mask .con .form form label input,
.f-mask .con .form form label select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 323px;
  height: 40px;
  line-height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C8C8C8;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  padding: 0 10px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.f-mask .con .form form label input:-internal-autofill-previewed,
.f-mask .con .form form label select:-internal-autofill-previewed,
.f-mask .con .form form label input:-internal-autofill-selected,
.f-mask .con .form form label select:-internal-autofill-selected {
  -webkit-text-fill-color: #000000;
  -webkit-transition: background-color 5000s ease-out 0.5s;
  transition: background-color 5000s ease-out 0.5s;
}
.f-mask .con .form form .btn {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 35px;
}
.f-mask .con .form form .btn button {
  cursor: pointer;
  width: 271px;
  height: 45px;
  background: #2C2E71;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.layui-layer-msg {
  background-color: white;
  top: 100px !important;
}

.gotop {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 85px;
  z-index: 50;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  border-radius: 10px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
          box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
}
.gotop ul li {
  width: 85px;
  height: 85px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin-top: 15px;
}
.gotop ul li:first-of-type {
  margin-top: 0;
}
.gotop ul li img {
  width: 50px;
  height: 50px;
  margin-top: 6px;
}
.gotop ul li img:nth-of-type(2) {
  display: none;
}
.gotop ul li p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
}
.gotop ul li .in {
  display: none;
  position: absolute;
  right: 85px;
  top: 0;
  border-radius: 0;
  padding: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
          box-shadow: 0px 0px 20px 1px rgba(135, 135, 135, 0.1608);
}
.gotop ul li .in.tel {
  padding: 24px 13px;
}
.gotop ul li .in.tel p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
}
.gotop ul li .in.tel p:first-of-type {
  font-size: 14px;
  padding-bottom: 8px;
}
.gotop ul li .in img {
  width: 120px;
  height: 120px;
}
.gotop ul li:hover {
  background-color: #2c2e71;
}
.gotop ul li:hover > img:nth-of-type(1) {
  display: none;
}
.gotop ul li:hover > img:nth-of-type(2) {
  display: inline-block;
}
.gotop ul li:hover .in {
  display: block;
}
.gotop ul li:hover > p {
  color: white;
}
.gotop ul li#gotop {
  cursor: pointer;
  display: none;
}

