/* 法规高级检索 */
/* 新版高级检索 */

select,
input {
  background: #fff;
}
.highSearchOut {
  border-radius: 10px;
}
.highSearchOut .main-content {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0;
}

.highSearchOut a:hover {
  color: #fff;
}

.highSearchOut .btn-back:hover {
  color: #1c64b9;
}
.highSearchOut .content-left {
  width: 100%;
  border: 0;
  min-height: 650px;
}
.highSearchOut .line-box {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: none;
}
.highSearchOut_header {
  position: fixed;
  bottom: 0px;
  left: calc(50% - 585px);
  width: 1170px;
  background-color: #fff;
  z-index: 99;
  /* border-bottom: 1px solid #caddf5; */
  box-shadow: 0px -2px 5px #ddd;
}
.lawfirm-body.simple .highSearchOut_header {
  left: 72px;
  width: calc(100vw - 112px - 5px);
  min-width: calc(1168px - 112px - 5px);
}

.highSearchOut_header_inner {
  /* min-width: 1296px; */
  padding: 0px 40px;
  margin: 10px auto;
  line-height: 36px;
}
.highSearchOut-header-left {
  float: left;
  font-size: 20px;
  color: #333;
  /* padding-left: 15px; */
}

.highSearchOut_right {
  display: inline-block;
  /* width: 170px; */
  text-align: right;
  position: relative;
  top: 6px;
  /* right: 0; */
  float: right;
}
.left_search_text {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}
.left_search_result {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  display: none;
}
.list-item .line-box > label {
  width: 75px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-top: 8px;
}
.newform .list-item .line-box > div {
  display: inline-block;
}
.headerNum {
  color: #e54141;
}
.highSearchOut-header-left .wait_loading {
  width: 40px;
  display: none;
}
.highSearchOut-header-right {
  float: right;
  margin-left: 30px;
}
.highSearchOut #container {
  background: #fff;
  width: 1170px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.btn-back {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
}
.highSearchOut .btn-search {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  height: 36px;
  border-radius: 4px;
  line-height: 34px;
  background: linear-gradient(90deg, #ffae47 0%, #ff8a23 100%);
}
.container_header {
  width: 100%;
  margin: 0 auto;
  padding: 26px 44px 16px;
}
.container_h3 {
  display: inline-block;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.container_h3::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 20px;
  vertical-align: text-bottom;
  background: #1c64b9;
  border-radius: 4px;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.container_set {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
  margin-left: 20px;
  display: inline-block;
}

.list-item .disinlineb {
  display: inline-block;
}
.list-item .role,
.list-item .type {
  width: 115px;
}
.list-item .role .drop-select-long {
  background-position-x: 93px;
  width: 108px;
}
.list-item .type .drop-select-long {
  background-position-x: 93px;
  width: 108px;
}
.list-item .searchlink {
  width: 400px;
  position: relative;
}
.list-item .searchlink .drop-select-long {
  background-position-x: 375px;
  width: 400px;
}

/* 加减号 */
.list-item .icon_chose {
  display: inline-block;
  width: 65px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 25px;
  text-align: left;
  position: relative;
  top: -3px;
  margin: 5px;
  vertical-align: top;
}
.list-item .icon_add {
  color: #fff;
  /* background:#1C64B9; */
}

.list-item .icon_add_1 {
  color: #1c64b9;
  background: #fff;
  border: 2px solid #1c64b9;
}

/* 复选框 */
.highSearchOut label {
  text-align: left;
  width: auto;
  margin-left: 24px;
  color: #262626;
  font-weight: normal;
}
.highSearchOut label input {
  margin-right: 5px;
}
/* 效力位阶 */
.result_box {
  width: calc(100% - 100px);
  padding-left: 15px;
}
.result_box label {
  margin: 6px;
}
.checkbox—box_inner {
  background-color: #f9f9f9;
  display: inline-block;
  /* margin-left: 10px; */
  margin-bottom: 15px;
  width: calc(100% - 146px);
}
.checkbox—box_inner label {
  margin: 6px;
}
.xljb_box .result_box .checkbox-box > label {
  width: 116px;
}
.xljb_box .checkbox-box.isInline {
  display: inline-block;
}
.xljb_box .checkbox-box.isInline > label {
  width: auto;
  margin-right: 15px;
}

/* 公布日期 */
.gbrqdate_box .checkbox-box {
  display: inline-block;
}
.gbrqdate_box .date-box {
  border: 1px solid #ddd;
  border-radius: 4px;
}
.highSearchOut .input-date {
  margin-bottom: 0px;
  border: 0;
  background: none;
  width: 130px;
  margin-left: 10px;
  cursor: pointer;
}
.gbrqdate_box_r {
  display: inline-block;
  width: 338px;
  margin-left: 20px;
  height: 32px;
  position: relative;
  top: -4px;
}

.gbrqdate_box .checkbox-box label {
  margin-bottom: 4px;
}
/* s时效性 */
.sxx_box > label {
  position: relative;
  top: -6px;
}

/* 施行日期 */
.sxrqdate_box .checkbox-box {
  display: inline-block;
}
.sxrqdate_box .date-box {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.sxrqdate_box_r {
  display: inline-block;
  width: 338px;
  margin-left: 20px;
  height: 32px;
  position: relative;
  top: -4px;
}

.sxrqdate_box .checkbox-box label {
  margin-bottom: 4px;
}

/* 制定机关 */
.zdjgDialogBtn {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
  float: right;
  margin: 4px 10px;
  cursor: pointer;
  margin-top: 6px;
}
.zdjgDialogBtn img {
  margin-right: 2px;
  position: relative;
  top: -1px;
}
.input_with_btn {
  display: inline-block;
  width: calc(100% - 110px);
  /* width: calc(100% - 0px); */
  max-height: 78px;
  overflow-y: auto;
  overflow-x: hidden;
}
.input_with_btn::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 10px;
  border-radius: 30px;
}
/* 滚动条的滑块 */
.input_with_btn::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
/* 关键词
.add_relate_wrap{
  display: inline-block;
  text-align: center;
} */
.highSearchOut .box_keyword {
  margin-bottom: 15px;
}
.highSearchOut .lists {
  margin: 0px 10px 20px 20px;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.list-item-1 {
  display: inline-block;
  border: 1px dashed #ddd;
  position: relative;
  width: 545px;
  padding: 4px 2px;
  background: #f9f9f9;
}

.box_keyword .keyword_item {
  display: inline-block;
  padding: 2px;
  margin: 0px;
}
.box_keyword .keyword_item_keys {
  display: inline-block;
  width: calc(100% - 125px);
  position: relative;
  top: 1px;
}
.keyword_item_keys input {
  border: 0;
}
.box_keyword .keyword_item_icons {
  display: inline-block;
  float: right;
}
.box_keyword .keyword_item_icons img {
  /* width: 25px; */
}
.box_keyword .select-common {
  height: 34px;
}
.list-item-1 .list-item-one {
  width: 100%;
  position: relative;
  min-height: 40px;
}
.list-item-1 .list-item-one:last-of-type {
  border-bottom: 0;
}
.list-item-1 .list-item-one .input-box {
  border: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 87%;
}
.list-item-1 .list-item-one .relate {
  margin: 10px 0;
  height: auto;
  background-color: #fff;
}
.list-item-2-w .relateWrap .relate {
  margin: 10px 0;
  height: auto;
  background-color: #fff;
}
.box_keyword .list-item-one input {
  height: 28px;
}
.box_keyword .list-item-one {
  min-height: 40px;
}
.box_keyword .list-item-one .select-common {
  vertical-align: top;
}
.relateWrap,
.relateWrap_1 {
  text-align: center;
}
.relateWrap .select_relate_wrap {
  left: -33px;
}

/* 加减 */
.list-item-one .keyword_item_icons .icons_add {
  display: none;
}
.list-item-one:first-of-type .keyword_item_icons .icons_add {
  display: inline-block;
}
.list-item-one .keyword_item_icons .icons_jian {
  display: inline-block;
}
.list-item-one:first-of-type .keyword_item_icons .icons_jian {
  display: none;
}
.list-item-one .keyword_item_icons {
  margin-top: 2px;
  position: absolute;
  right: -70px;
  width: 70px;
}

.list-item-one .keyword_item_icons.icons_2 {
  right: -100px;
  bottom: 7px;
}
.list-item-2 {
  width: 610px;
  padding: 2px;
}
.list-item-2-relate,
.list-item-3-relate {
  text-align: center;
  margin: 4px;
}
.list-item-2-w {
  position: relative;
}

.keyword_item_icons_2 {
  position: absolute;
  right: -94px;
  bottom: 0;
  width: 82px;
}
.list-item-3-w {
  margin-left: 20px;
}
.box_keyword .relate {
  height: 30px;
}
.icons_2 {
  bottom: 11px;
  position: absolute;
  right: -88px;
  width: 79px;
}
.keyword_item_icons img {
  margin: 0 2px;
}
.box_keyword .relate {
  background-color: #fff;
}

.icon_chose img {
  /* width: 25px;
  height: 25px; */
}

.box_cpjg {
  margin-bottom: 15px;
}
/* 联想词框 */
.highSearchOut .searchTipsObj {
  height: 217px;
}

.associateWord_label {
  display: inline-block;
  padding: 2px 5px;
  background: #e9f3ff;
  color: #455467;
  border-radius: 4px;
  line-height: 22px;
  min-height: 24px;
  margin: 2px 5px 2px 0;
}
.list-item-one .similarWordBtn {
  width: 16px;
  height: 16px;
  background-image: url(/static/Public/images/highSearch/hsv4/noh.png);
  background-size: 16px 16px;
  padding: 0 8px;
  margin-left: 2px;
  display: none;
}

#word2vecModal .dream_label {
  width: 25%;
  text-align: left;
  padding: 10px 6px;
  display: inline-block;
  /* align-items: center; */
  line-height: 24px;
  cursor: pointer;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
  font-weight: initial;
  line-height: 36px;
  margin-left: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_keyword .similarWordBtn:hover,
.box_keyword .similarWordBtn.active {
  background-image: url(/static/Public/images/highSearch/hsv4/hva.png);
}

.highSearchOut .input-box {
  min-height: 30px;
  padding: 2px;
  height: auto;
  width: 400px;
}
.highSearchOut .input-box input {
  height: 30px;
  border: 0;
  width: 100%;
}

.box_opponent .drop-select-long {
  height: 30px;
}
.highSearchOut .drop-select-ls {
  height: 34px;
}

/* ztree */

.highSearchOut .ztree li span.button {
  width: 14px;
  height: 14px;
}
.highSearchOut .search-box .ztree li span.ico_close,
.highSearchOut .search-box .ztree li span.ico_docu,
.highSearchOut .search-box .ztree li span.ico_open {
  display: none;
}
.highSearchOut .ztree li a.curSelectedNode {
  background-color: #fff;
  border: 0;
}

#reasontreeDemo,
#courttreeDemo {
  display: none;
  z-index: 99 !important;
}

/* 联想词定位问题 */
.highSearchOut .header-srh-drop {
  display: none;
  width: 399px;
  top: 102%;
  left: 0px;
}

.highSearchOut .select-common {
  text-align: left;
  background: url(/staitc/Public/css/HighSearch/icon/arrow_blue_3.png) center right no-repeat;
}

.highSearchOut .input-box .ztree {
  border: 0;
  border: 1px solid #ddd;
}

.highSearchOut .num-box > p > input {
  /* border: none; */
  border: 1px solid #dddddd;
  width: 30px;
  margin: 0 5px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  padding: 0;
}

::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #a5a5a5;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */

  color: #a5a5a5;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #a5a5a5;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #a5a5a5;
}
/* 勾选效果 */
label.actives {
  color: #1c64b9;
}
.list-item .BDEStartValue,
.list-item .BDEEndtValue {
  color: #333;
}

/* 已选条件 */
.highSearchOut_header .chose_inner {
  /* min-width: 1296px; */
  padding: 0px 40px;
  margin: 10px auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #e9f3ff;
  display: none;
}
.chose_inner_left {
  width: 70px;
  vertical-align: top;
  margin-top: 10px;
}
.chose_inner_right {
  width: calc(100% - 80px);
}
.chose_inner_left,
.chose_inner_right {
  display: inline-block;
  max-height: 150px;
  min-height: 30px;
  overflow-y: auto;
}
.chose_inner_right .chose_item {
  min-height: 28px;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
  border: 1px solid #1c64b9;
  margin: 4px 5px;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
}
.chose_item .similarWord {
  line-height: 28px;
  display: inline-block;
  text-align: left;
  word-break: break-all;
  white-space: pre-wrap;
}
.chose_item i {
  margin-left: 6px;
}

/* 左右对齐 */
.list-item .checkbox-box {
  /* margin-top: 7px; */
  min-height: 48px;
}
.list-item .bde_box > label {
  position: relative;
  top: 4px;
}
.list-item .cpjg_box > label {
  position: relative;
  top: 4px;
}

/*滚动条整体部分,必须要设置*/
.chose_inner_right::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 10px;
  border-radius: 30px;
}
/* 滚动条的滑块 */
.chose_inner_right::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.result_box .checkbox-box > label {
  vertical-align: top;
}

.icon-vip {
  margin-left: 5px;
}

/* 列表弹窗 */
#listModals {
  z-index: 1051;
}

#listModals .list_modal .modal-content {
  min-width: 420px;
  max-width: 1020px;
  height: 480px;
  background-color: #fff;
  margin: 50px auto;
}
#listModals .closeBtn {
  float: right;
  margin: 14px;
}
#listModals .con_header {
  height: 48px;
  line-height: 48px;
}
#listModals .con_header .con_header_name {
  height: 24px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
}
#listModals .con_bot {
  height: 55px;
  line-height: 55px;
  text-align: right;
}
#listModals .con_bot_text {
  display: inline-block;
  margin-right: 20px;
}
#listModals .cancel_btn {
  height: 36px;
  border-radius: 4px;
  border: 1px solid #1c64b9;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #1c64b9;
  position: static;
  background-color: #fff;
  width: 72px;
}
#listModals .confirm_btn {
  height: 36px;
  background: #1c64b9;
  border-radius: 4px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin: 0 10px;
  width: 72px;
}
#listModals .con_inner {
  height: 376px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
#listModals .con_inner .con_item {
  /* width: 200px; */
  clear: both;
}
#listModals .con_header_name {
  display: inline-block;
  width: calc(100% - 44px);
  text-align: center;
}
#listModals .con_item {
  height: 100%;
}

#listModals ul {
  border-right: 1px solid #f0f0f0;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  vertical-align: top;
}
#listModals ul.list_one:last-of-type {
  border-right: 0;
}
#listModals ul::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 10px;
  border-radius: 30px;
}
/* 滚动条的滑块 */
#listModals ul::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
#listModals ul {
  display: inline-block;
  float: left;
}
#listModals ul li {
  list-style: none;
  padding: 6px 10px;
  width: 200px;
  color: #333333;
}
#listModals ul li.active {
  color: #1c64b9;
}
#listModals ul li:hover {
  background-color: #f7f7f7;
}
#listModals .item_left {
  display: inline-block;
}
#listModals .item_left .item_name {
  display: inline-block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  width: 135px;
  margin: 0 10px;
}
#listModals .item_left i {
  display: none;
  vertical-align: top;
  position: relative;
  top: 3px;
}
#listModals .item_left i.active {
  display: inline-block;
}
#listModals .item_right {
  display: inline-block;
}

/* 地域范围 */
.dyfw_list {
  display: none;
  position: absolute;
  width: 100%;
  top: 102%;
  left: 0px;
  border: 1px solid #ddd;
  max-height: 160px;
  z-index: 98;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
}
.dyfw_list li {
  list-style: none;
  padding: 6px 15px;
  font-size: 14px;
}
.dyfw_list li .dyfw_item_name {
  color: #333;
}
.dyfw_item i {
  margin-right: 6px;
  display: none;
}
.dyfw_item.active .dyfw_item_name {
  color: #1c64b9;
}
.dyfw_item .area_checked {
  color: #1c64b9;
}
.dyfw_item.active {
  background-color: #f9f9f9;
}
.dyfw_item i.active {
  display: inline-block;
}
.dyfw_list li:hover {
  background-color: #f9f9f9;
}

.dyfw_list::-webkit-scrollbar {
  background-color: transparent;
  width: 4px;
  height: 10px;
  border-radius: 30px;
}
/* 滚动条的滑块 */
.dyfw_list::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

/* 当前选中 */
.list_item label.actives {
  color: #1c64b9;
}

/* 关键词 下拉 */
.keyword_item .select_wrap {
  width: 80px;
  height: 34px;
  display: inline-block;
}
.keyword_item .select_wrap .cur_select_val {
  width: 100%;
  height: 100%;
  line-height: 34px;
  text-align: left;
  background: url(/static/Public/images/highSearch_new/icon-smallarrow-simple-down.png) center right no-repeat;
  display: inline-block;
  padding-left: 4px;
  color: #1c64b9;
}
.ulselect {
  width: 80px;
  border: 1px solid #ddd;
  position: absolute;
  top: 100%;
  left: -1px;
  background: #fff;
  z-index: 2;
  display: none;
}
.ulselect .ulselect_item {
  width: 100%;
  padding: 6px 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  list-style: none;
}
.ulselect .ulselect_item:hover {
  background-color: #1c64b9;
  color: #fff;
}
.ulselect .ulselect_item.selected {
  background-color: #1c64b9;
  color: #fff;
}
/* 关键词 逻辑下拉 */
.box_keyword .select_relate_wrap {
  width: 80px;
  height: 34px;
  display: inline-block;
  margin: 10px auto;
  position: relative;
  background: #fff;
}

.box_keyword .select_relate_wrap .cur_select_relate_val {
  width: 100%;
  height: 100%;
  line-height: 34px;
  text-align: left;
  background: url(/static/Public/images/highSearch_new/icon-smallarrow-simple-down_relate.png) center right no-repeat;
  display: inline-block;
  padding-left: 4px;
  color: #1c64b9;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
}
.relate_select {
  width: 80px;
  border: 1px solid #ddd;
  position: absolute;
  /* top: 71%; */
  top: 23px;
  left: 0px;
  background: #fff;
  z-index: 2;
  display: none;
}
.relate_select .relate_select_item {
  width: 100%;
  padding: 6px 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  list-style: none;
}
.relate_select .relate_select_item:hover {
  background-color: #1c64b9;
  color: #fff;
}
.relate_select .relate_select_item.selected {
  background-color: #1c64b9;
  color: #fff;
}

/* 维度间距 */
.sxx_box .checkbox-box {
  padding-top: 3px;
}
.gbrq_box .gbrqdate_box {
  padding-top: 1px;
}
.sxrq_box .sxrqdate_box {
  padding-top: 1px;
}
.xljb_box .result_box {
  padding-top: 4px;
}
/* 时效性 */
.sxx_box label i {
  display: none;
  font-size: 16px;
  margin-right: 5px;
}
.sxx_box label i.active {
  display: inline-block;
}
.sxx_box label .nochecked {
  color: #d9d9d9;
}
.sxx_box label .checked {
  color: #1c64b9;
}
.sxx_box label input[type="checkbox"] {
  display: none;
}
/* 效力位阶 */
.xljb_box label i {
  display: none;
  font-size: 16px;
  margin-right: 5px;
}
.xljb_box label i.active {
  display: inline-block;
}
.xljb_box label .nochecked {
  color: #d9d9d9;
}
.xljb_box label .checked {
  color: #1c64b9;
}
.xljb_box label input[type="checkbox"] {
  display: none;
}

/* 单选框 */
.box_gbrq input[type="checkbox"],
.box_sxrq input[type="checkbox"] {
  display: none;
}
.box_gbrq .dimenItem_icon,
.box_sxrq .dimenItem_icon {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  margin-right: 4px;
}
.box_gbrq .dimenItem_icon.actives,
.box_sxrq .dimenItem_icon.actives {
  border: 3px solid #1c64b9;
}

/* 重新编辑条件  返回普通检索*/
.goback-pt-index {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  background: #0060BA;
  color: #fff;
  margin-left: 10px;
}
.repeat_edit {
  background: linear-gradient(90deg, #ffae47 0%, #ff8a23 100%);
  box-shadow: 0px 0px 10px 0px rgba(28, 100, 185, 0.1);
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  border-radius: 8px;
  outline: none;
}
.goback-pt-index:hover {
  color: #fff;
}
