body .common-dialog {
  border-radius: 10px;
  overflow: hidden;
}
body .common-dialog .layui-layer-title {
  background-color: transparent;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-indent: 20px;
}
body .common-dialog .layui-layer-setwin a {
  opacity: 0.5;
}
body .common-dialog .layui-layer-content {
  padding: 0;
  text-align: center;
  position: relative;
}
body .common-dialog .layui-layer-content .common-dialog-has-btn {
  padding-bottom: 80px;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 0 30px;
  background: #fff;
  z-index: 10;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p .common-dialog-btn {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p .common-dialog-btn:last-child {
  margin-right: 0;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p .common-dialog-btn:hover {
  opacity: 0.8;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p .large-btn {
  width: 240px;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p .middle-btn {
  width: 168px;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p .active-btn {
  background: #FF405C;
  color: #FFFFFF;
}
body .common-dialog .layui-layer-content .common-dialog-btn-p .default-btn {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #AAAAAA;
}
body .frequent-simple-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20220606;
  background: rgba(0, 0, 0, 0.3);
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap {
  width: 500px;
  max-height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/Public/images/dialog_close_icon.png) center no-repeat;
  -o-background-size: 14px;
     background-size: 14px;
  opacity: 0.4;
  cursor: pointer;
  z-index: 100;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-close:hover {
  opacity: 0.6;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-title {
  background-color: transparent;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  text-indent: 20px;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-content-sv {
  width: 100%;
  height: 100%;
  overflow: auto;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-has-btn {
  padding-bottom: 90px;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 0 40px;
  background: #fff;
  z-index: 10;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p .frequent-simple-dialog-btn {
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p .frequent-simple-dialog-btn:last-child {
  margin-right: 0;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p .frequent-simple-dialog-btn:hover {
  opacity: 0.8;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p .large-btn {
  width: 240px;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p .middle-btn {
  width: 128px;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p .active-btn {
  background: #FF405C;
  color: #FFFFFF;
}
body .frequent-simple-dialog .frequent-simple-dialog-content-wrap .frequent-simple-dialog-content .frequent-simple-dialog-btn-p .default-btn {
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  color: #AAAAAA;
}
body .frequent-simple-dialog .frequent-simple-dialog-has-title {
  padding-top: 40px;
}
.beauty-scroll-bar {
  /* 滚动条 */
}
.beauty-scroll-bar::-webkit-scrollbar {
  /* 这里的宽是指竖向滚动条的宽，高是指横向滚动条的高*/
  width: 5px;
  height: 8px;
  background: transparent;
}
.beauty-scroll-bar::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ddd;
}
.beauty-scroll-bar::-webkit-scrollbar-thumb:hover {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}
