button {
  outline: none;
  border: none;
  cursor: pointer;
}

footer {
  background: #f5f5f5;
  margin-top: 66px;
}

.foot > ul > li:nth-child(1) a {
  color: #000000 !important;
  font-size: 15px;
  font-weight: bold;
}

footer .centerfoot {
  width: 1200px;
  margin: 0 auto;
}

.foot {
  border-bottom: 1px solid rgb(224, 224, 224);
  padding-left: 10px;
  padding: 48px 0 25px 0;
  display: flex;
  justify-content: space-between;
}
.foot ul {
  flex: none;
}
.foot ul li {
  margin-bottom: 22px;
}

.foot ul li a {
  color: #000;
  font-size: 15px;
}

.footBottom {
  height: 86px;
  padding-top: 20px;
}

.footBottom p:nth-child(1) span {
  margin-left: 10px;
  font-size: 15px;
  float: left;
}

.footBottom p:nth-child(2) span {
  margin-right: 15px;
  font-size: 16px;
  color: #999;
}

.language ul:nth-child(1),
.language ul:nth-child(3) {
  width: 17%;
  float: right;
}

.language {
  font-size: 13px;
  width: 500px;
  height: 300px;
  box-sizing: border-box;
  padding: 12px 16px;
  border-radius: 5px;
  box-shadow: 0 0 10px #bebdc0;
  background: #fff;
  position: absolute;
  left: 10px;
  bottom: 40px;
  display: none;
}

.language ul:nth-child(1) {
  margin-left: 20px;
}

.language ul:nth-child(1),
.language ul:nth-child(2) {
  float: left;
  margin-right: 72px;
}

.language li {
  line-height: 32px;
  font-size: 12px;
}

.language .active a {
  font-weight: 600;
}

.triangle {
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  cursor: pointer;
}

.angle {
  border-top: 5px solid #000;
}

.foot_left {
  cursor: pointer;
  height: 47px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.foot_left p {
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  margin-left: 15px;
}

.foot_right {
  float: right;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.foot_right img {
  width: 25px;
}

.collect {
  width: 330px;
  height: 138px;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 0px;
  position: fixed;
  left: 30px;
  bottom: 30px;
  z-index: 9999;
  background-color: white;
  box-sizing: border-box;
  padding: 24px;
}

.collect .store {
  width: 110px;
  height: 30px;
  background: #0055ff;
  border-radius: 4px;
  color: #fff;
  position: absolute;
  right: 24px;
  bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.collect .store:hover {
  background: #004ce5;
}

.collect dl dt {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  float: left;
}

.collect dl dd {
  float: right;
  width: 78%;
  line-height: 24px;
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-stretch: normal;
  color: rgb(33, 33, 33);
}

.collect dl dd b {
  font-weight: bolder;
}

.outgg,
.Suspensionoutgg {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.langtab {
  width: 330px;
  height: 138px;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 0px;
  position: fixed;
  left: 30px;
  bottom: 180px;
  z-index: 9999;
  background-color: white;
  box-sizing: border-box;
  padding: 24px;
}

.btn {
  width: 66px;
  height: 27px;
  background: rgba(216, 216, 216, 1);
  border-radius: 2px;
  float: right;
  margin-left: 10px;
  margin-top: 45px;
}

.language .active:before {
  content: "✔";
  margin-right: 5px;
}

.Suspension-icon {
  position: fixed;
  right: 18px;
  bottom: 18px;
}

.Suspension-icon .logo {
  width: 55px;
  cursor: pointer;
}

.Suspension-icon-chrome-pop {
  width: 375px;
  height: 143px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.17);
  box-sizing: border-box;
  padding: 20px 20px 0 31px;
  border-radius: 26px;
}

.Suspension-icon-chrome-pop dl dt {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  float: left;
}

.Suspension-icon-chrome-pop dl dd {
  float: right;
  width: 78%;
  line-height: 24px;
  font-size: 16px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-stretch: normal;
  color: rgb(33, 33, 33);
}

.Suspension-icon-chrome-pop dl dd b {
  font-weight: bolder;
}

.Suspension-icon-chrome-pop .store {
  clear: both;
  height: 32px;
  background: #015bd4;
  border-radius: 10px;
  color: #fff;
  padding: 0 13px;
  font-size: 12px;
  margin-top: 25px;
  margin-left: 185px;
  float: right;
  font-weight: bold;
}

.Suspension-icon-chrome-pop .store:hover {
  background: #004ce5;
}

.Suspension-icon-lange-pop {
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.17);
  border-radius: 26px;
  box-sizing: border-box;
  padding: 6px;
}

.Suspension-icon-lange-pop {
  position: absolute;
  right: 102%;
  bottom: 8px;
}

.Suspension-icon-lange-pop ul {
  float: left;
}

.Suspension-icon-lange-pop li {
  width: 120px;
  height: 28px;
  display: flex;
  align-items: center;
  margin: 6px 10px;
}

.Suspension-icon-lange-pop li.active {
  background: #f5f5f5;
  border-left: 4px solid #65266a;
  padding-left: 5px;
  padding-right: 5px;
  color: #65266a;
  font-weight: 600;
}

.Suspension-icon-lange-pop li.active a {
  color: #65266a;
}

.Suspension-icon-lange-pop li.active::before {
  content: "✔";
  padding: 0 5px;
}

.Suspension-icon-lange {
  position: relative;
}

.Suspension-icon-chrome {
  position: relative;
}

.Suspension-icon-chrome-pop {
  position: absolute;
  right: 102%;
  top: -51px;
  display: none;
}

.jian {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  right: -10px;
}
.Suspension-icon-lange,
.Suspension-icon-chrome {
  position: relative;
}

.Suspension-icon-chrome-pop {
  position: absolute;
  right: 102%;
  top: -51px;
  display: none;
}

.jian {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  position: absolute;
  right: -10px;
}
