page .logo {
  width: 100rpx;
  height: 100rpx;
  margin-right: 20rpx;
}

page .logo-title {
  width: 100rpx;
  height: 100rpx;
  line-height: 100rpx;
}

page .container {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 30;
}

page .wrap {
  border: none;
  background: #fff;
}

page .header {
  display: flex;
  width: 100%;
  height: 150rpx;
  color: #333333;
  background-color: #ffffff;
  font-weight: 500;
  font-size: 64rpx;
  align-items: center;
  justify-content: center;
}

page .item {
  display: flex;
  padding: 20rpx 10rpx;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

page .bd {
  width: 100%;
  padding: 10rpx 0;
  border-bottom: 2rpx solid #eee;
  border-bottom-width: 2rpx;
  border-bottom-style: solid;
  border-bottom-color: #eee;
}

page .bd:last-child {
  border: none;
}

page .linkname {
  font-size: 24rpx;
  flex: 1;
  text-align: left;
  color: #666666;
}

page .linkicon {
  width: 18rpx;
  height: 18rpx;
  border-top: 2rpx solid #999999;
  border-right: 2rpx solid #999999;
  margin-right: 10rpx;
  font-size: 28rpx;
  transform: rotate(45deg);
  transform-origin: center;
}

page .main {
  background-color: #ffffff;
  font-size: 16rpx;
}

page .nextBtn {
  position: absolute;
  top: 0;
  right: 10rpx;
  bottom: 0;
  width: 24rpx;
  height: 24rpx;
  border-top: 2rpx solid #ccc;
  border-right: 2rpx solid #ccc;
  margin: auto;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
  transition: 0.5s ease;
}