.widget-banner {
  height: 46.8rem;
  background-image: url("../images/widget-banner.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.widget-banner-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 2.4rem 0;
  height: 41rem;
  width: 130rem;
}

.widget-banner-inner .inner-fl {
  height: 41rem;
  width: 91rem;
  position: relative;
  overflow: hidden;
}

.widget-banner-inner .inner-fl a {
  display: block;
  height: 41rem;
  width: 91rem;
}

.widget-banner-inner .inner-fl a img {
  display: block;
  height: 100%;
  width: 100%;
}

.widget-banner-inner .inner-fr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  height: 41rem;
  width: 38rem;
}

.widget-banner-inner img {
  display: block;
  width: 100%;
  border-radius: 0.6rem;
}

.widget-list {
  width: 130rem;
  margin: 4.8rem auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}

.widget-list-left {
  height: 79.2rem;
  width: 22.4rem;
  border: 1.5px solid #dce1ed;
  border-radius: 0.8rem;
  overflow: hidden;
  background-image: linear-gradient(-180deg, #f3f6ff 40%, #f6f7fd 80%, #ffffff);
  box-shadow: 0 0.2rem 0.4rem #ddd;
}

.widget-list-left ul {
  padding: 2rem 1.4rem;
}

.widget-list-left ul li {
  margin-bottom: 2rem;
  text-align: center;
}

.widget-list-left ul li a {
  display: inline-block;
  height: 5rem;
  width: 19.8rem;
  font-size: 1.8rem;
  color: #333;
  text-align: left;
  line-height: 5rem;
  border-radius: 1rem;
  position: relative;
  transition: all 0.2s;
}

.widget-list-left ul li a.active {
  color: #fff;
  font-weight: bold;
  background-color: #396bf3;
}

.widget-list-left ul li a:hover {
  color: #169fea;
  transition: all 0.2s;
}

.widget-list-left ul li a.active:hover {
  color: #fff;
}

.widget-list-left ul li a span.name {
  display: inline-block;
  padding-left: 5.4rem;
}

.widget-list-left ul li a.active span.icon-2,
.widget-list-left ul li a.active span.icon-3,
.widget-list-left ul li a.active span.icon-4,
.widget-list-left ul li a.active span.icon-5,
.widget-list-left ul li a.active span.icon-6,
.widget-list-left ul li a.active span.icon-7 {
  filter: hue-rotate(105deg);
}

.widget-list-left ul li a span.icon {
  display: inline-block;
  height: 2.8rem;
  width: 2.8rem;
  position: absolute;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  background-image: url("../images/ipx-proxy_icon-6.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.widget-list-left ul li a span.icon-1 {
  background-position: -0.1rem -0.3rem;
}

.widget-list-left ul li a span.icon-2 {
  background-position: -0.1rem -6.8rem;
}

.widget-list-left ul li a span.icon-3 {
  background-position: -0.1rem -12.8rem;
}

.widget-list-left ul li a span.icon-4 {
  background-position: -0.1rem -18.7rem;
}

.widget-list-left ul li a span.icon-5 {
  background-position: -0.1rem -24.7rem;
}

.widget-list-left ul li a span.icon-6 {
  background-position: -0.1rem -30.6rem;
}

.widget-list-left ul li a span.icon-7 {
  background-position: -0.1rem -36.4rem;
}

.widget-list-right-title {
  padding: 1.6rem 0 1rem 0;
}

.widget-list-right-title h3 {
  position: relative;
  font-size: 1.8rem;
  color: #191919;
  line-height: 2.4rem;
  padding-left: 1.6rem;
  font-weight: bold;
}

.widget-list-right-title h3::before {
  content: '';
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 0.4rem;
  height: 1.8rem;
  background-color: #ff9100;
}

.widget-list-right {
  width: 104rem;
}

.widget-list-right ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 66.4rem;
  padding-left: 0.2rem;
}

.widget-list-right ul li {
  width: 24rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-top: 2.2rem;
  margin-left: 1rem;
  margin-right: 0.8rem;
}

.widget-list-right .widget-list-right-item {
  width: 24rem;
  border: 1.5px solid #dce1ed;
  border-radius: 0.6rem;
  box-shadow: 0 0 0.2rem #ddd;
  transition: all 0.2s;
}

.widget-list-right .widget-list-right-item:hover {
  border: 1.5px solid #169fea;
}

.widget-list-right .widget-list-right-item .thumbnail {
  height: 9.8rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-bottom: 0.1rem solid #d3dde5;
}

.widget-list-right .widget-list-right-item .thumbnail a {
  display: inline-block;
}

.widget-list-right .widget-list-right-item .thumbnail img {
  height: 5rem;
  width: 19.2rem;
  display: inline-block;
  transition: all 0.2s;
}

.widget-list-right .widget-list-right-item .thumbnail a:hover img {
  opacity: 0.74;
}

.widget-list-right .widget-list-right-item .title {
  margin-top: 1.8rem;
}

.widget-list-right .widget-list-right-item .title h6 {
  font-size: 1.8rem;
  color: #3a3a3a;
  font-weight: bold;
  line-height: 2.8rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  cursor: pointer;
}

.widget-list-right .widget-list-right-item .title h6 a {
  color: #3a3a3a;
  transition: all 0.2s;
}

.widget-list-right .widget-list-right-item .title h6:hover a {
  color: #169fea;
}

.widget-list-right .widget-list-right-item .chapter {
  height: 3.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.4rem;
}

.widget-list-right .widget-list-right-item .chapter p {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8rem;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}

.widget-list-right-tips {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 4.6rem;
  background-color: #f1f5f7;
  border: 1px solid #edf1f4;
  border-radius: 0.2rem;
  margin-top: 2.8rem;
}

.widget-list-right-tips p {
  font-size: 1.6rem;
  color: #8da1b0;
  text-align: center;
  line-height: 2.4rem;
  text-align: center;
  padding: 0 2rem;
}