body {
  font-size: 14px;
  color: var(--semi-color-text-1);
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  body { 
    -webkit-text-size-adjust: 100%; 
    -ms-text-size-adjust: 100%; 
    text-size-adjust: 100%; 
  }
}
*:focus {
  outline-color: transparent;
}
a {  
  color: var( --semi-color-link);
  text-decoration: none !important;
}
dl, ol, ul {
padding: 0;
margin: 0;
}
input[type="text" i],
input[type="password" i],
input[type="number" i] {
  padding-left: 8px;
  border-width: thin;
  height: 32px;
  background-color: var(--semi-color-bg-4);
  color: inherit;
  border-radius: var(--semi-border-radius-small);
}

select {
  padding-left:  8px;;
  border-width: thin;
  height: 32px;
  outline: none;
  line-height: 32px;
  font-size: 14px;
  border:1px solid;
}
input[type="button"],
input[type="submit"],
button {
  margin: 0 6px 0 0;
  background-color: var(--semi-color-success);
  color: rgba(var(--semi-white), 1);
  border: 1px solid var(--semi-color-border);
  cursor: pointer;
  overflow: visible;
  font-size: 14px;
  line-height: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
  user-select: none;
  border-radius: var(--semi-border-radius-small);
  padding: 6px 12px;
  font-weight: 600;
  outline: none;
  vertical-align: middle;
  white-space: nowrap;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
  background-color:  var( --semi-color-fill-1);
}
button:disabled {
  cursor: no-drop;
}
.form-control:focus {
  box-shadow: none;
}
textarea.form-control,input.form-control{
  background-color: var(--semi-color-bg-2);
  color: var(--semi-color-text-1);
}
textarea.form-control{
  margin-bottom: calc(max(1px, 2px));
}
input,select{
  border-color: var(--semi-color-border);
  background-color: var(--semi-color-bg-2);
  color: var(--semi-color-text-1);
}
input:focus,
input[type="search" i]:focus,
select:focus {
  background-color: var(--semi-color-bg-2);
  border: 1px solid var(--semi-color-success)!important;
  border-radius: var(--semi-border-radius-small);
}
textarea:focus{
  background-color: var(--semi-color-bg-2);
  border: 1px solid var(--semi-color-success)!important;
  border-radius: var(--semi-border-radius-medium);

}
input[type="checkbox"]:checked{
  background-color: var(--semi-color-success)!important;
}
textarea,input,select{
  border: 1px solid var(--semi-color-border);
}
textarea.toolprint {
  background-color: var(--semi-color-fill-0);
}
@media screen and (max-width: 768px) {
    textarea.toolscan,textarea.toolprint,pre.toolprint{
    height: 160px;
  }
}
button:hover,input[type='button']:hover,input[type='submit']:hover{
  background-color: var(--semi-color-success-hover)
}

input:focus {
  border-style: solid;
  box-shadow: none;
  outline: none;
}
::-moz-selection {
  color: #fff;
  background: var(--semi-color-success);
}
::selection {
  color: #fff;
  background: var(--semi-color-success);
}

.semi-button-white{
  border: 1px solid var(--semi-color-border);
  color: var(--semi-color-text-0);
  border-radius: 6px;
}
.semi-button-primary-light{
  color: var(--semi-color-success);
  background-color: var(--semi-color-fill-0);
  border: 0 transparent solid;
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
    transform: scale(var(--semi-transform_scale-none));
}
.semi-button-warning-light{
  color:var(--semi-color-warning);;
  background-color: var(--semi-color-fill-0);
  border: 0 transparent solid;
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
    transform: scale(var(--semi-transform_scale-none));
}
.semi-button-secondary-light{
  color:var(--semi-color-secondary);;
  background-color: var(--semi-color-fill-0);
  border: 0 transparent solid;
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
    transform: scale(var(--semi-transform_scale-none));
}
.semi-button-danger-light{
  color:var(--semi-color-danger);;
  background-color: var(--semi-color-fill-0);
  border: 0 transparent solid;
  transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
    transform: scale(var(--semi-transform_scale-none));
}
.semi-button-primary-light:hover,
.semi-button-warning-light:hover,
.semi-button-secondary-light:hover,
.semi-button-danger-light:hover,
.semi-button-secondary-light:hover
{
  background-color: var(--semi-color-fill-1);
}

input[type="search" i] {
  border-radius: var(--semi-border-radius-small);
  border: 1px solid var(--semi-color-border);
  background-color: var(--semi-color-fill-0);
  border-style: double;
  padding: 2px 4px 2px 8px;
  line-height: 32px;
  font-size: 14px;
}
button>i{
  margin-right: 5px;
}

.tip-list>li {
  display: inline;
  overflow: hidden;
  border: none;
  padding: 0.2em .8em;
  font-size: .9rem;
}

.tip-list>li>a {
  display: block;
  color: #333;
}

.tip-list>li:hover {
  background-color: #f5f5f5;
}

aside.col-md-3 {
  padding-right: 0px;
}

button:active {
  box-shadow: 0px 1px 2px var( --semi-color-shadow);
  transform: translateY(1px);
}

/* input[button] 下按效果 */
input[type="button"]:active,
input[type="submit"]:active {
  box-shadow: 0px 1px 1px 1px var( --semi-color-shadow);
  /* transform: translateY(-1px); */
  /* transform: translateX(-1px); */
}
.alert_sqs38{
  padding: 5px 5px 5px 12px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.alert_sqs38 i:before{  
  margin-right: 5px;;
}

.cust_alert_modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.cust_alert_moda_content {
  background-color: #fff;
  margin: 12% auto;
  padding: 12px 12px;
  position: relative;
  border: 3px solid var(--semi-color-border);
  width: 80%;
  max-width: 350px;
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform: scale(1);
  opacity: 1;
}
.cust_alert_moda_content i{
  font-size: 22px;
  margin-right: 6px;
}
.cust_alert_moda_content .cust_alert_msg{
  position: relative;
  top: -2px;
  left: 2px;
}

@media screen and (max-width: 768px) {
  .cust_alert_moda_content {
      margin-top: 55%;
      padding: 15px 12px;
  }
}

.cust_alert_close {
  color: var(--semi-color-text-3);
  float: right;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 8px;
}

.cust_alert_close:hover,
.cust_alert_close:focus {
  color: var(--semi-color-text-2);
  text-decoration: none;
  cursor: pointer;
}

.cust_alert_modal.cust_alert_show {
  display: block;
  opacity: 1;
}

.cust_alert_modal .cust_alert_moda_content.cust_alert_hide {
  transform: scale(0.9);
  opacity: 0;
}
p{
  line-height: 24px;
}

/**  =====首页index start===== **/
div.toollist {
  margin-right: 0px;
}

div.toollist>div {
  margin-bottom: calc(var(--bs-gutter-x)/ 2);
  padding-right: 0px;
}

div.toollist h5>a,
div.toollist a>h5 {
  color: #212529;
}

.table,.card{
  color: var(--semi-color-text-1);
  border-color: var(--semi-color-border);
  background-color: var(--semi-color-bg-1);
}
.toolprint,.card-header{  
  border-color: var(--semi-color-border);
}
.card-header{
  background-color: var(--semi-color-bg-1);
  border-bottom-color: var(--semi-color-border);
}

div.toollist .card {
  height: 96px;
  border: 1px solid var(--semi-color-border);
}

div.toollist .card-body {
  padding: 15px 12px;
  background-color: var(--semi-color-bg-1);
}

.list_vk_body{
  border-radius: 8px;
  padding: 12px 12px;
  background-color: var(--semi-color-bg-1);

}
.list_vk_body:hover{  
  background-color: var(--semi-color-fill-0);
  transform: transform 0.3s scale(1.03);
  box-shadow: 0 4px 8px var(--semi-color-fill-2);
}
.list_vk_title{
  height: 56px;
}
.list_vk_text{
  color: var(--semi-color-text-2);
  margin-top: 2px;
}
.list_vk_title {
  height: 56px;
}
.list_vk_text{
color: var(--semi-color-text-2);
margin-top: 2px;
}

.list_vk_text>div:nth-child(1) {
  height: 25px;
  line-height: 25px;
}

.list_vk_title .toolico {
  width: 46px;
  height: 51px;
  line-height: 56px;
  display: inherit;
  float: left;
  margin-right: 8px;
  font-size: 40px;
  text-align: center;
}

.list_vk_title h3 {
  font-size: 16px !important;
  color: var(--semi-color-text-0);
}


.list_vk_main {
  border: 1px solid var(--semi-color-border);
  position: static;
  border-radius: 4px;
  transition: box-shadow .3s ease-in-out;
}

.list_light_o9x {
  position: relative;
  overflow: hidden;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -64px;
  background: rgba(0, 0, 0, .12);
  opacity: .12;
  align-items: center;
}

.list_light_o6x {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  transform: scale(9);
  display: flex;
  background: #fff;
  filter: blur(6px) saturate(1.6);
}

.list_light_o5x {
  line-height: 40px;
  transform: scale(1) translateX(-50%);
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.list_light_b1a {
  height: 32px;
  width: 32px;
  position: relative;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 1;
  float: none;
  margin-right: auto
}

.list_light_o2s {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, #fff);
}

.toolmine {
  border: 1px solid var(--semi-color-border);
  padding: 15px 25px 0px 25px;
  border-radius: 5px;
  margin-bottom: 12px;
  /* background-color: #f8f9fa; */
}

.toolmine>div>div {
  padding-bottom: 15px;
}

.toolmine img {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 5px;
}

.toolmine a {
  float: left;
  font-size: .8rem;
  padding: 0 4px 0 4px;
  height: 26px;
  width: 75%;
  line-height: 26px;
  color: #454545;
  display: flex;
}

.toolmine a:hover {
  background-color: #e9ecef;
}

div.row {
  --bs-gutter-x: 0;
  /*这个值总是让div边框多出一截，所设置0*/
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

/**  =====首页index end===== **/


/**  =====public start===== **/

.w1 {
  width: 1rem;
}

.w2 {
  width: 2rem;
}

.w3 {
  width: 3rem;
}

.w4 {
  width: 4rem;
}

.w5 {
  width: 5rem;
}

.w6 {
  width: 6rem;
}

.w7 {
  width: 7rem;
}

.w8 {
  width: 8rem;
}

.w9 {
  width: 9rem;
}

.w10 {
  width: 10rem;
}

.tool-w1 {
  width: 10%;
}

.tool-w2 {
  width: 20%;
}

.tool-w3 {
  width: 30%;
}

.tool-w4 {
  width: 40%;
}

.tool-w5 {
  width: 50%;
}

.tool-w6 {
  width: 60%;
}

.tool-w7 {
  width: 70%;
}

.tool-w8 {
  width: 80%;
}

.tool-w9 {
  width: 90%;
}

.tool-w10 {
  width: 100%;
}

.fs-8px {
  font-size: 8px;
}

.fs-9px {
  font-size: 9px;
}

.fs-10px {
  font-size: 10px;
}

.fs-11px {
  font-size: 11px;
}

.fs-12px {
  font-size: 12px;
}

.fs-13px {
  font-size: 13px;
}

.fs-14px {
  font-size: 14px;
}

.fs-15px {
  font-size: 15px;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-17px {
  font-size: 17px !important;
  ;
}

.fs-18px {
  font-size: 18px !important;
  ;
}

.fs-19px {
  font-size: 19px;
}

.fs-20px {
  font-size: 20px;
}

.fs-21px {
  font-size: 21px;
}

.fs-22px {
  font-size: 22px;
}

.fs-23px {
  font-size: 23px;
}

.fs-24px {
  font-size: 24px;
}

.fs-25px {
  font-size: 25px;
}

.fs-26px {
  font-size: 26px;
}

.fs-27px {
  font-size: 27px;
}

.fs-28px {
  font-size: 28px;
}

img.ico {
  width: 32px;
  height: 32px;
}

.toolhide, .hidden {
  display: none;
}

.toolshow {
  display: block;
}

label:hover {
  background-color: var(--semi-color-fill-0);
  border-radius: 3px ;
  cursor: pointer;
}

pre.toolprint {
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 1.42857143;
  color: var(--semi-color-text-1);
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
  background-color: var(--semi-color-fill-0);
  border: 1px solid var(--semi-color-border);
  border-radius: 4px;
  letter-spacing: 1px;
}

pre.toolprint>code {
  font-size: 14px;
  background-color: #f6f8fa;
}

.tool-0sklsdsfd{
  display: flex;
}

a.example {
  text-decoration: underline !important;
  color: #6c757d;
}

/* pre标签弹出复制按钮 */
pre.toolprint {
  transform: translate(0, 0);
}

pre>code>.tool-copy-button {
  position: fixed;
  right: 4px;
  top: 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: #57606ac9;
  padding: 2px 8px;
  margin: 8px;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgb(0 0 0 / 5%), 0 2px 4px rgb(0 0 0 / 5%);
}

.output2x6 {
  margin-top: 0.5em;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 4px;
  border-left: 4px solid var(--semi-color-success-hover);
  overflow-x: auto;
  line-height: 26px;
}

/* 文字超出部分省略号 */
.overflow-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

p.overflow-ellipsis {
  padding-right: 2px;
}

/* 复制结果文本 */
#copytextarea {
  position: absolute;
  left: -2522px;
  width: 100px;
  width: 60px;
}

a.toola:hover {
  background-color: #f5f5f5;
}

.text-left {
  text-align: left!important;
}

.text-center {
  text-align: center!important;
}

.text-right {
  text-align: right!important;
}
.text-muted{
  color: var(--semi-color-text-2);
}
.text-bold{
  font-weight: bold;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.alert-info{
  background-color: var(--semi-color-secondary-light-active);
  border: 1px solid var(--semi-color-secondary-disabled);
  color: var(--semi-color-text-1);
}

.layer-msg-a{
  color: var(--semi-color-text-2);
  text-decoration: underline!important;
}
/**  =====public end===== **/

/**  =====header start===== **/
header .logo_i2w_h1 {
  font-size: 18px;
  font-weight: 600;
  height: 30px;
  margin-left: 35px;
  color: var( --semi-color-success-hover);
}
.logo_i2w_h2{
  color: var(--semi-color-text-2);
  font-weight: 600;
  font-size: 15px;
}
.logo_i2w_h2:hover{
  color: var(--semi-color-success-hover);
}

.logo_i2w_div {
  float: left;
  position: relative;
  margin-right: 40px;
}

.logo_i2w_icon {
  width: 24px;
  height: 22px;
  position: absolute;
  left: 5px;
  top: 13px;
}
.tlt-atm{
  position: relative;
    display: inline-block;
    padding: 0 12px;
    height: 29px;
    line-height: 29px;
    font-size: 16px;
    color: var(--semi-color-text-2)!important;
}
.header-title{
  font-size:32px;font-weight: 600;
}
.layui-layer-iframe iframe {
  border-radius: var(--semi-border-radius-large);
}
.layui-layer-iframe{
  border-radius: var(--semi-border-radius-large)!important;
}
.iframe_k9x_main {
    max-width: 626px;
    margin: 24px 24px 24px 35px;
}

input[type="search" i].iframe_k9x_search {
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 30px;
    border: none;
    outline: none;
    width: 100%;
    color: inherit;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    background-color: rgba(46, 50, 56, 0.02) !important;
}

.x93_input_div {
    height: 38px;
    font-size: 14px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    position: relative;
    vertical-align: middle;
    box-shadow: none;
    background-color: var(--semi-color-fill-0);
    border: 1px transparent solid;
    border-radius: var(--semi-border-radius-small);
    width: 100%;
    outline: none;
    cursor: text;
    box-sizing: border-box;
    color: var(--semi-color-text-0);
    transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
    transform: scale(var(--semi-transform_scale-none));
    margin-bottom: 16px;
}

.iframe_k9x_a .toolico {
    width: 26px;
    height: 26px;
    font-size: 26px;
}
.iframe_k9x_a {
    padding: 8px;
    display: block;
    border-radius: 6px;
    height: 40px;

}
.iframe_k9x_a:hover {
    background-color: var(--semi-color-fill-0);
}

.iframe_k9x_a>span {
    display: inline-block;
    margin-left: 14px;
    font-size: 15px;
    font-weight: 500;
    color: var(--semi-color-text-1);
}

.iframe_k9x_title {
    color: var(--semi-color-text-2);
    margin-bottom: 8px;
}
.iframe_k9x_tag0x>span {
    background-color: rgba(var(--semi-blue-5), .15);
    color: rgba(var(--semi-blue-8), 1);
    display: inline-block;
    align-items: center;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    height: 24px;
    margin: 5px;
    cursor: pointer;
    border-radius: var(--semi-border-radius-full);
}
/**  =====header end===== **/

/**  =====nav start===== **/
nav .nav-tabs {
  background-color: var(--semi-color-fill-0);
  border-bottom: 1px solid var(--semi-color-border);
  padding: 12px 20px 0 45px;
}

nav .nav-tabs>li.navactive {
  border: 1px solid #d1d5da;
  border-bottom: none;
}

nav .nav-tabs>.nav-item>a {
  padding: 4px 16px;
  font-size: 15px;
}
.nav-tabs>.nav-item>a:hover {
  border-color: var(--semi-color-border);
}
.nav-tabs .nav-link.active{
  border-bottom: 1px solid transparent;
  border: 1px solid var(--semi-color-border);
  border-bottom-color: var(--semi-color-bg-1);
  background: var(--semi-color-bg-1);
}

nav>ul.toolclass>li {
  padding: 0 6px;
}

nav>ul.toolclass>li:hover {
  background-color: var(--semi-color-fill-1);
}

@media screen and (max-width: 768px) {
  nav .nav-tabs {
      padding-left: 10px;
      padding-right: 10px;
  }
  nav .nav-tabs>.nav-item>a {
      padding: 5px 10px;
      min-width: 50px;
  }
  .pc-hidden {
    display: none!important;
  }
}

/* 面包屑 */
.navbar-breadcrumb ol>li>a,
ol>li {
  color: var(--semi-color-text-2);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb .bread-tmsy0:before {
  padding: 0 5px;
  color: #ccc;
  content: "";
}

.navbar-breadcrumb>ol>li>a:hover {
  background-color: #e9ecef;
}
.navbar-breadcrumb .active>a {
  color: var(--semi-color-text-1);
  font-weight: 600;
  font-size: 14px;
}

.navbar-breadcrumb>.breadcrumb {
  margin: 10px 15px 25px 15px;
  position: relative;
}

.breadcrumb .fa-home {
  font-size: 16px;
}

.toolclass>li>a {
  margin: 10px 2px 12px 2px;
  line-height: 15px;
  color: #595a78;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 14px;
}

.toolclass>li>.classactive::after {
  border: none;
  border-radius: 0;
  padding-bottom: 5px;
  border-bottom: 3px solid #22ac38;
  content: "";
  display: block;
}
.tl_nav_dy3 {
  border-radius: 6px;
  margin-top: 12px;
}
.tl_nav_dy3:hover {
  background-color: var(--semi-color-fill-0);
}
.semi-search-button {
  cursor: pointer;
  padding: 10px 30px;
  margin-right: 12px;
  color: var(--semi-color-text-2);
  width: fit-content;
  border-radius: 9999px;
  background-color: var(--semi-color-fill-0);
  font-size: 14px;
  line-height: 20px;
}
.semi-search-button:hover{
  background-color: var(--semi-color-fill-1)!important;
}

.nav-msg-dot {
  height: 4px;
  width: 4px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 10px;
}

.right-msg-dot {
  height: 4px;
  width: 4px;
  background-color: #ff0000;
  border-radius: 50%;
  display: inline-block;
  position: static;
}

/**  =====tool 面包屑 start===== **/
.p7s_tablist {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 15px;
  margin-top: 5px;
}

.p7s_tablist::-webkit-scrollbar {
  display: none;
}

.p7s_tab_line {
  color: var(--semi-color-text-2);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
  height: 20px;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 400;
  user-select: none;
  flex: none;
  padding: 0 1px;
}

.p7s_tab_ol>li+li:before {
  padding: 0 0 0 5px;
  color: #ccc;
  content: "/\00a0";
}


.p7s_tab_line>a {
  color: var(--semi-color-text-2);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p7s_tab_line>a:hover {
  border-bottom: 1px solid var(--semi-color-border);
  background-color: var(--semi-color-fill-1);
  border-radius: 1px;
}

.p7s_active>a {
  color: var(--semi-color-text-1);
  font-weight: 600;
  font-size: 14px;
}
.p8s_icon {
  padding-left: 5px;
  padding-right: 3px;
  display: inline-block;
}

.p7s_tablist {
  display: block;
}

.p8s_icon i {
  font-size: 15px;
}

.p8s_icon:hover i {
  font-size: 17px;
}

.p72_two {
  margin: 10px 0 15px 0;
  position: relative;
  min-height: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  /* IE 和 Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
}

.p72_two:nth-child(1) {
  width: 90%;
  float: left;
}

.p72_two:nth-child(2) {
  max-width: 10%;
  float: right;
}

/* 隐藏滚动条 */
.p72_two::-webkit-scrollbar {
  /* 对于 WebKit 浏览器 */
  display: none;
}

/**  =====tool 面包屑 end===== **/
/**  =====nav end===== **/

/**  =====side start===== **/
@keyframes jitter_on_left_right1 {

  /* 水平抖动，核心代码 */
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(+2px, 0, 0);
  }

  30%,
  70% {
    transform: translate3d(-3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(+3px, 0, 0);
  }

  50% {
    transform: translate3d(-3px, 0, 0);
  }
}

@keyframes jitter_on_left_right2 {

  /* 水平抖动，核心代码 */
  10%,
  90% {
    transform: translate3d(+1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(-2px, 0, 0);
  }

  30%,
  70% {
    transform: translate3d(+3px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(-3px, 0, 0);
  }

  50% {
    transform: translate3d(+3px, 0, 0);
  }
}

.aside-h1 {
  position: relative;
  margin-bottom: 10px;
  ;
}

.aside-h1>i.fa {
  position: absolute;
  top: 8px;
  right: 5px;
  color: #d8a200;
}

.aside-h1>input[type="text"] {
  background-color: #ffffee;
  padding: 0 5px;
  font-size: 1rem;
  height: 32px;
  line-height: 32px;
  font-weight: 100;
}

.toolaside .separator {
  height: 1px;
  text-align: center;
  /* margin: 1em 0 2em 0; */
  font-size: 16px;
}

.toolaside .separator span {
  position: relative;
  top: -15px;
  background: #fff;
  padding: 0 16px;
  color: #333;
}

.toolaside .aside-title {
  margin-top: 25px;
}

.toolaside .aside-title h1 {
  font-size: 16px;
  align-items: center;
  border-bottom: 3px solid #22ac38;
  display: inline-grid;
  padding: 8px 2px;
}

.toolaside .aside-ctrl-d {
  margin-top: 25px;
}

.toolaside ul.aside-list {
  text-decoration: none;
  color: var(--semi-color-text-0);
  list-style: none;
  padding: 0 0;
}

.toolaside ul.aside-list>li {
  line-height: 40px;
  height: 40px;
}

.toolaside ul.aside-list>li>a {
  color: #212529;
  font-size: 14px;
}


/**  =====side end===== **/

/**  =====wx_feedback start===== **/
.tl-right-call {
  position: fixed;
  right: 0;
  bottom: 300px;
  z-index: 1;
}

@media (max-width: 768px) {
  .tl-right-call {
      bottom: 160px;
  }
  .bread-tmsy0{
    display: none;
  }
  .call_f90{
    display: none;
  }
}


.call_f90 img {
  top: -24px;
  width: 25px;
  position: absolute;
  left: 0px;
  z-index: 1;
}

.call_f90 span {
  padding: 12px 16px;
  width: 40px;
  background: var(--semi-color-bg-2);
  box-shadow: 0 1px 13px 0 var(--semi-color-shadow);
  border-radius: 2px;
  -webkit-writing-mode: initial;
  -ms-writing-mode: initial;
  writing-mode: initial;
  letter-spacing: normal;
  writing-mode: vertical-rl;
  cursor: pointer;
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  z-index: 2;
}


.tl-right-wxgzh {
  background: var(--semi-color-bg-2);
  box-shadow: 0 1px 20px 0 var(--semi-color-shadow);
  border-radius: 2px;
  padding: 10px 10px 16px;
  visibility: inherit;
  transition: opacity .3s;
  position: absolute;
  right: 45px;
  top: 0;
  display: none;
  z-index: 1000;
  opacity: 1;
  text-align: center;

}
@media screen and (max-width: 768px) {
  .tl-right-wxgzh{
    bottom: -99px;
    top: unset;  
    right: 0;
  }  
}

.tl-right-wxgzh img {
  width: 200px;
}

.tl-right-wxgzh strong {
  font-weight: 400;
  font-size: 12px;
  margin-top: 0.5rem;
  display: inline-block; 
  text-align: center;
}

.tl-right-call:hover .tl-right-wxgzh {
  display: block;
}
.tl-right-desc{
  font-size: 8px;
  color: var(--semi-color-tertiary-light-active);
  height: 20px;
  line-height: 10px;
}

/**  =====wx_feedback end===== **/

 /* friendlink start  */ 
 .friendlink_x0t_p{
  color: var(--semi-color-text-2);
  padding-bottom: 15px;
  padding-left: 15px;
}
.friendlink_x0t_a{
  color: var(--semi-color-text-2);
  font-weight: 600;
}
.friendlink_x0t_a:hover{
  color: var(--semi-color-success-hover);
}
.friendlink_x0t_title{
  font-size: 15px;
  font-weight: 600;
  padding: 15px 0;
}
 /* friendlink end  */

/**  =====footer start===== **/

footer {
  /* background-color: #f5f7fa; */
  background-color: var(  --semi-color-disabled-fill  );
  position: relative;
  min-height: 35px;
  border-bottom: none;
}

.tl-footer-inner {
  position: relative;
  min-height: 35px;
  border-bottom: none;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 30px 32px 40px;
  border-bottom: 1px solid var(--semi-color-border);
  -webkit-font-smoothing: antialiased;
}

.tl-footer-blogroll-links,
.tl-footer-blogroll-links a,
.tl-footer-blogroll-text,
.tl-footer-blogroll-text a {
  color: var(--semi-color-text-1);
  font-size: 12px;
  line-height: 22px;

}

.tl-footer-inner a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  white-space: nowrap;
}

.tl-footer-inner a :hover {
  text-decoration: underline !important;
}

.tl-footer-blogroll-links .icon-tc {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 19px;
  background-image: url(/static/home/img/ico/logo-green-128x128.png);
  background-size: auto 20px;
  background-repeat: no-repeat;
}

.q-btn-link {
  padding: 16px;
  margin: 16px 16px 0 0;
  background-color: #fafafa;
  display: inline-flex;
  flex-wrap: wrap;
  border: 1px solid var(--semi-color-border);
  color: #424242;
}

.q-btn-link svg {
  height: 100%;
  font-size: 24px;
}

.tl-friedlink a {
  margin-right: 16px;
  font-size: 13px;
}

.oor-twitter{
  background-image: url(/static/home/img/tool//svg_icon/twitter.svg);
}
.oor-facebook{
  background-image: url(/static/home/img/tool/svg_icon/facebook.svg);
}
.oor-linkedin{
  background-image: url(/static/home/img/tool/svg_icon/linkedin.svg);
}
.oor-instagram{
  background-image: url(/static/home/img/tool/svg_icon/instagram.svg);
}
.oor-tiktok{
  background-image: url(/static/home/img/tool/svg_icon/tiktok.svg);
}
.oor_item{
  width: 24px;
    height: 24px;
    background-size: 24px 24px;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: .7;
    display: inline-block;
    margin-left: 8px;
    margin-right: 0!important;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0);
}
.oor_title{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
}
.disabled-link {
  pointer-events: none; 
  text-decoration: none; 
  color: gray; 
  cursor: not-allowed; 
}
.disabled-link:hover {
  background-color: red; /* 为悬停时的背景颜色 */
}
/**  =====footer end===== **/

/**  =====tool 工具专属 start===== **/
readme-toc>article h2 {
  font-size: 1.1rem !important;
  font-weight: unset !important;
}

.table-copy-td tr td {
  overflow-wrap: break-word;
  overflow: auto;
  max-width: 300px;
  cursor: pointer;
}
.table-copy-td tr td {
  position: relative;
}
.table-copy-td tr td:hover::before {
  content: "复制";
  position: absolute;
  top: 36%;
  right: 0%;
  padding: 2px 4px;
  transform: translate(-50%, -50%);
  color: var(--semi-color-text-3);
  background-color: var(--semi-color-fill-0);
  border-radius: 3px;
  z-index: 1;
}
.table-copy-td tr td:first-child {
  min-width: 105px;
}
.table-copy-td tbody tr td:first-child {
  vertical-align: middle;
}

/**  =====tool 工具专属 end===== **/

/**  =====tool 工具描述 start===== **/
.tl-info {
  margin-top: 68px;
  margin-bottom: 48px;
}

.tl-info>.tl-title {
  font-size: 16px;
  line-height: 2rem;
  padding-bottom: 16px;
}

.tl-info>.tl-description {
  margin: 0 5px;
  padding-bottom: 25px;
  color: var(--semi-color-text-1);
}

.tl-description ul>li,
.tl-description ol>li {
    line-height: 24px;
    margin-bottom: 1rem;
}

/**  =====tool 工具描述 end===== **/


/**  =====tool 导航栏&侧边栏<样式自适应> start===== **/
@media screen and (max-width: 768px) {
  .h5-hidden{
    display: none;
  }
  .tl_nav_pc {
    /* margin: 1em 2em; */
    column-count: 2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-width: 10em;
  }

  .tl_asideMenu,
  .tl_nav_pc {
    display: none;
  }

  .t_bcSrchBox {
    display: flex;
  }

  .b_searchboxForm {
    height: 36px;
    box-shadow: none;
    color: var(--semi-color-text-1);
    -webkit-box-shadow: none;
    text-align: left;
    width: calc(100% - 20px);
    border: none;
    background: none;
  }

  .tlMainPage {
    width: 95%;
    margin: 10px auto;
  }
}

@media screen and (min-width: 800px) {
  .tl_nav_mobile {
    display: none;
  }

  .tlMainPage {
    margin: 45px auto;
    width: 90%;
  }

  aside.tl_asideMenu {
    display: none;
    max-width: 22em;
    min-width: 16em;
    width: 25%;
    margin: 0 5px 0 25px;
  }
}

.tl_nav_pc {
  border-color: #f0f0f0 #9c9c9c #9c9c9c #f0f0f0;
  /* background-color: rgb(52, 58, 64); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}

.tl_nav_item_line {
  padding: 2px 16px;
  color: var(--semi-color-text-1);
  height: 32px;
  line-height: 25px;
  display: flex;
}

.tl_nav_item_line:hover {
  background-color: var(--semi-color-bg-2);
  /* background-color: rgb(232, 232, 232); */
  color: var(--semi-color-text-0);
}

.tl_nav_item_line>div:nth-child(1) {
  display: inline-block;
  min-width: 50px;
  ;
  color: #009688;
  font-size: 24px;
}

.tl_nav_item_line>div:nth-child(2) {
  display: inline-block;
}

ul.tl_nav_menus {
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
  float: right;
}

.tl_nav_menus>li {
  float: left;
  display: inline;
  margin: 0;
  list-style: none;
}
.tl_nav_menus>li>a {
  position: relative;
  /* display: inline-table; */
  padding: 0 12px;
  height: 29px;
  line-height: 29px;
  color:var(--semi-color-text-2)!important;
  text-decoration: none;
}

.tl_nav_menus>.dropdown {
  position: relative;
  z-index: 8;
  width: auto;
}

.tl_nav_menus>.dropdown>ul {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 9;
  background-color: var(--semi-color-bg-1);
  min-width: 100%;
  padding: 5px 0px;
  box-shadow: 0 0 5px;
  width: max-content;
}

.tl_nav_menus>.dropdown>ul>li {
  list-style: none;
  text-align: left;
}

.tl_nav_menus>.dropdown ul>li:not(.tl_nav_menu_desc):hover {
  background-color: var(--semi-color-bg-2);
  color: var(--semi-color-text-0);
}

/* 显示隐藏nav列表 */
.tl_nav_menus>.dropdown:hover ul {
  display: block;
}

.tl_nav_cont{
  height: 50px;line-height: 50px;
}
.tl_nav_svg_r5x{
  width: 24px;
  height: 24px;

}
.tl_nav_menu_desc {
  height: 40px;
  line-height: 40px;
  padding-left: 1rem;
  color: var(--semi-color-text-2);
}

.mini_nav_b2_m {
  padding: 7px 0;
}

.mini_nav_b2_item {
  display: inline-block;
  padding: 2px 8px; 
}

.mini_nav_b2_link {
  color: var(--semi-color-text-1);
  font-size: 14px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
  letter-spacing: 0px;
  display: block;
  box-sizing: border-box;
  font-weight: 400;
}
.mini_nav_b2_link>span{
  display: inline-block;
  min-width: 42px;
  height: 26px;
  text-align: center;
}
.mini_nav_b2_link.active{
  border-bottom: 2px solid var(--semi-color-success-active);
}

.mini_nav_b2_link:hover {
  border-bottom: 2px solid var(--semi-color-success-hover);
  box-sizing: border-box;
  color: var(--semi-color-text-1);;
  transform: translateZ(0);
}
.mini_nav_b2_link_end:hover{
  color: transparent;
  border-bottom: none;
}
.mini_nav_b2_link_end{
  color: transparent;
  cursor: default;
}
.q-icon {
  line-height: 1;
  width: 1em;
  height: 1em;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-align: center;
  position: relative;
  box-sizing: content-box;
  fill: currentColor;
}

.t_navArrowleft {
  height: 20px;
  width: 20px;
  float: left;
  margin-top: 8px;
  cursor: pointer;
}

.desktop_nav_zoom .nav_sw_qbox {
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  background: linear-gradient(180deg, #037994 0%, #127186 146.97%);
  color: #fff;
  height: 36px;
  margin: 0 16px;
  padding: 0;
  vertical-align: top;
  width: calc(100% - 62px);
  font-size: medium;
  outline: none;
  box-sizing: border-box;
}
input.nav_sw_qbox:focus{
  border: none!important;
}

.tl_nav_mobile {
  border-color: #f0f0f0 #9c9c9c #9c9c9c #f0f0f0;
  color: #ccc;
  height: 28px;
  line-height: 28px;
  background-color: #363636;
  text-align: center;

}
.tl_nav_mobile>div a {
  color: #ccc;
}

.tl_nav_mobile>div svg {
  background: none;
  border: none;
  fill: #000;
  cursor: pointer;
}

.tl_nav_mobile input::-ms-input-placeholder {
  text-align: center;
  color: #fff;
}

.tl_nav_mobile input::-webkit-input-placeholder {
  text-align: center;
  color: #fff;
}

.tl_nav_mobile input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

/* aside */
.asidel0table table,
.asidel0table tbody,
.asidel0table thead,
.asidel0table tr,
.asidel0table th,
.asidel0table td {
  border-style: hidden;
}

aside.tl_asideMenu ul {
  list-style: none;
  padding-left: 0;
}

aside.tl_asideMenu a {
  color: var(--semi-color-text-1);
  display: block;
}

.tl_asideMenu ul.active {
  display: block;
}

aside.tl_asideMenu li.level-1>a {
  line-height: 30px;
}

aside.tl_asideMenu li.level-1>a:hover {
  background-color: rgb(247, 247, 247);
}

.tlasidediv1 {  
  display: none;
  border: 1px solid var(--semi-color-border);
  padding: 12px 8px 8px 10px;
  border-radius: 5px;
  min-height: 110px;
  margin-top: 10px;
}

.tlasidediv2 {
  border: 1px solid var(--semi-color-border);
  padding: 8px 0;
  border-radius: 3px;
}

.as-md-item {
  padding: 4px 8px;
}

label {
  line-height: 25px;
  padding-left: 1px;
  padding-right: 2px;
  margin-right: 4px;
}

ul.aside-list li>a.active {
  background: #00a8e6 !important;
  color: #fff !important;
}

.aside-item-divider {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 auto;
  border: dotted 1px #ddd;
  width: 95%;
}

.tl_nav_banner{
  height: 30px;
  line-height: 30px;
  background-color: rgb(52, 58, 64);
  text-align: center;
  color: var(--semi-color-text-3);
}
.search-zf10p {
  padding-top: 12px;
}

.as-search {
  position: relative;
}

.as-search i {
  position: absolute;
  top: 13px;
  left: 12px;
  font-size: 16px;
  color: #0366d6;
}

.as-search input {
  width: 100%;
  font-size: 12px;
  padding: 9px 10px 9px 35px;
  height: 42px;
  line-height: 40px;
  border-radius: 5px;
}
.as-search input:hover{  
  color: #2e2925;
}
.as-search input::-webkit-input-placeholder {
  color: #ccc;
}
.as-search i.fa-keyboard-o {
  position: absolute;
  left: 90%;
  color: #6c757d;
}


.asidel0clearfix .left_btn {
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0px 2px;
  background-color: transparent;
  border: none;
  margin: 0 0 0 2px;
  color: #8c8c8c;
  margin-bottom: 2px;
}

.asidel0clearfix .left_btn:hover {
  background-color: #ccc;
}

.asidel0clearfix {
  position: relative;
}

.asidel0clearfix>button.active:not(i) {
  border-bottom: 2px solid #2354e6;
  color: #262626;
}

.asidel0clearfix .left_btn>i {
  font-size: 18px;
}

.asidel0table {
  table-layout: fixed
}

.asidel0table tbody tr {
  cursor: pointer;
  font-size: 12px;
}

.asidel0table tbody>tr:hover {
  background-color: var( --semi-color-tertiary-light-hover);
}

.asidel0table .tttbody>tr>td i {
  font-size: 16px !important;
  height: 25px;
  line-height: 25px;
}

.asidel0table .tttbody>tr td:nth-child(1) i {
  font-size: 22px !important;
}

.asidel0table .tttbody>tr td:nth-child(1) {
  text-align: center;
  /* padding: 8px 8px 8px 2px; */
}

.asidel0table .tttbody>tr>td:nth-child(2) {
  padding: 0 5px 0 5px;
}

.asidel0table tbody tr td img {
  width: 25px;
  height: auto;
}

.asidel0table .tttbody>tr>td a {
  font-size: 12px;
  height: 36px;
  line-height: 42px;
}

.xxa92r {
  position: absolute;
  right: 1px;
  top: 3px;
}

aside h2  {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

aside .h4 {
  font-weight: 600 !important;
  font-size: 16px !important;
}

aside .tltexthov {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 0;
}

aside .tltexthov:hover {
  border: 1px solid var(--semi-color-border);
  background-color: var(--semi-color-warning-light-default);
  color: #2e2925;
  box-shadow: 2px 3px 2px 0 var( --semi-color-shadow);
}

aside .color-text-secondary {
  color: #586069;
}
.tl_nav_emu {
  width: 210px !important;
  border-radius: 5px;
  border-top-right-radius: 5px !important;
  border-top-left-radius: 5px !important;
  padding-top: 0 !important;
  font-weight: 400;
}

.tl_nav_li6 {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 2px;
  color: var(--semi-color-text-1);
}

.tl_nav_li6:hover {
  background-color: var(--semi-color-tertiary-light-default);
}

.tl_nav_xnv {
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  padding-left: 25px;
}
.tl_nav_viptype{
  background-color: var(--semi-color-fill-1);
  color: #49ad77;
  padding: 2px 4px;
  margin: 0 2px 0 0;
  font-weight: bold;
  border-radius: 2px;
}
/**  =====tool 导航栏&侧边栏<样式自适应> end===== **/

/**  =====tool 内容区 start===== **/
main.tlroot,
div.tlroot {
  min-height: calc(100vh - 132px);
  padding-bottom: 60px;
}

.tl-main-fixed {
  /* display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; */
}

.tl-main-contents {
  max-width: 100vw;
}
@media screen and (min-width: 768px) {
  .tl-main-root {
    width: 100%;
    /* padding-right: 4em; */
  }

  .tl-main-contents {
    margin-left: 2vw;
    margin: 10px 15px 35px 15px;
  }
}

.transparentbg {
  margin: 0;
  padding: 0;
  background-image: url('/static/home/img/tool/inner/transparent-light.jpg');
  background-repeat: repeat;
}
/**  =====tool 内容区 end===== **/

/**  markdown样式 start */
.markdown-body table td,
.markdown-body table th {
  padding: 6px 13px;
}

.markdown-body table tr:nth-child(2n) {
  background-color: var(--semi-color-bg-2);
}

.markdown-body pre {
  background-color: var(--semi-color-fill-0);
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.45;
  overflow: auto;
  padding: 16px;
  margin-bottom: 16px;
}

.markdown-body blockquote {
  border-left: .25em solid #e0e3e6;
  color: #6a737d;
  padding: 0 1em;
}

/**  markdown样式 end */

/**  底部留言 start */
.FcommMainHT2 {
  padding-right: 20px 20px 20px 0;
}

.FcommentHeaderF83 {
  margin-top: 16px;
}

.FcommentHeaderF83>p {
  margin: 5px 0;
  font-weight: 700;
  font-size: 14px;
  color: var(--semi-color-text-2);
}
.FcommLabel01{
  background-color: var(--semi-color-fill-1);
  padding: 2px 5px;
  margin: 0 5px 0 2px;
  font-size: 12px;
}
.FcommVip_0,.FcommVip_1{
  color: #61bb8a;
}
.FcommVip_2{
  color: #49ad77;
}
.FcommVip_5{
  color: var(--semi-color-warning-hover);
}

.FcommBodyCv7 {
  margin-top: 16px;
  margin-left: 1em;
}

.FcommMainHT2 ul li {
  list-style: none outside none
}

.FcommReply_kh .FreplyTime {
  display: none;
  text-align: right;
  position: relative;
  font-size: 12px;
}
.FcommReply_kh {
  position: relative;
  padding: 0 0 5px 20px;
  margin-bottom: 6px;
}

.FcommReply_kh li:hover .FreplyTime {
  display: contents;
}

.FcommReply_kh li>div {
  display: inline-block
}

.FcommReply_kh ul {
  padding-left: 2em;
  margin-bottom: 1em;
}

.FreplyHeader_q_ {
  float: left;
  min-width: 50px;
  font-weight: 600;
  font-size: 12px;
  color: var(--semi-color-tertiary);
}

.FcommReply_kh li {
  padding-left: 0;
  line-height: 26px;
  border-bottom: 1px dotted var(--semi-color-border);
  padding: 10px 10px 10px 0;
}

.FreplyContB5_ {
  margin: 0 2em 0 1em;
}

.FcommFooter_9L {
  margin-left: 1em;
  padding: 6px 6px 3px 0;
}

.FcommInnerS2 {
  border-bottom: 2px dashed var(--semi-color-border);
}

.FcommTimenVT {
  font-size: 12px;
  text-align: right;
}

.FcommText_a5 textarea {
  width: 45%;
  border-radius: 3px;
}

.FcommText_a5 input {
  width: 40%;
  height: 2.6em;
  display: inline-block;
}

.textReplyPut {
  display: none;
}
.textReplyPut label {
  line-height: 26px;
}

/* 小屏 */
@media screen and (max-width:768px) {
  .FcommText_a5 textarea {
    width: 100%;
  }

  .FcommText_a5 input {
    width: 100%;
  }

  .FcommReply_tx1 {
    width: 100% !important;
  }

  .FcommReply_pu1 {
    width: 60% !important;
  }
}

/* 大屏 */

@media screen and (min-width:768px) {
  .FcommReply_tx1 {
    width: 80% !important;
  }

  .FcommReply_pu1 {
    width: 70% !important;
  }
}

.FcommText_a5 button {
  font-weight: 400;
}

.FcontentYyo {
  margin-top: 4em;
  margin-bottom: 1em;
  border-bottom: 1px solid var(--semi-color-border);
}

.FcommText_a5 h3 {
  font-size: 16px;
}

.FcommReply_dv1 {
  text-align: right;
}

.FcommReply_tx1 {
  display: inline;
  height: 4em;
}

a.fastReply_8_ {
  color: #6c757d;
}

.time_i_r2j1 {
  color: #8590a6;
}

.childFastReply {
  position: absolute;
  right: 5px;
}

.FcommReply_dv1 {
  margin: 5px 0;
}

.FcommText_a5 label:hover {
  background-color: var(--semi-color-bg-1);
}

.fcomm-source-ro6 {
  padding: 36px 0 16px 0;
}

/**  底部留言 end */


/**  body-main区 start */
.param_bg{
  background-color: var( --semi-color-info-light-default);
  border: 1px solid var(--semi-color-border);
  border-radius: 6px;
  padding: 6px 12px;
  position: relative;
  margin-top: 5px;
}
.param_bg>div {
  margin-bottom: 6px;
}
.param_bg select{
  min-width: 180px;
}
.param_bg input{
  background-color: var(--semi-color-bg-3);
}
.moreoptions{
  color: var(--semi-color-text-2);
  position: absolute;
  top: 10px;
  right: 10px;
}
.hideoptions{
  display: none;
}
.param_run{  
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.param_bg .left_space_2word {
  margin-left: 3.3em;
}
.param_bg .left_space_4word {
  margin-left: 5.3em;
}
@media screen and (max-width:768px) {
  .param_bg input[type=text], .param_bg input[type=number],.param_bg input[type=date],.param_bg input[type=datetime], .param_bg select{
      width: 96%;
      display: inline-block;
      margin-bottom: 5px;
  }
  .param_run button{
    margin-right: 2px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .moreoptions{
    top: 4px;
  }
  .param_bg .left_space_2word,.param_bg .left_space_4word {
      margin-left: 2px;
  }
}

@media screen and (max-width:768px) {
  .table-bordered {
    table-layout: fixed;
  }

  .table-bordered td {
    white-space: normal;
    word-wrap: break-word;
  }
}

._exampl_tby>a{
    padding: 2px 0;
    font-size: 15px;
    display: inline-block;
    text-decoration: underline !important;
    color: var(--semi-color-text-2);
    min-width: 102px;  
    padding: 5px;
    background-color: rgb(238, 238, 238);
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
.list-group-item{
  background-color: var(--semi-color-bg-1);
  border-color: var(--semi-color-border);
}
button:disabled,
button:disabled:hover {
    background-color: var(--semi-color-disabled-bg);
    color: var(--semi-color-disabled-text);
    border-color: var(--semi-color-disabled-border);
    cursor: not-allowed;
}
/**  body-main区 end */

/**  upload-main上传区 start */
.nk6_drop_area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 15px;
}

.nk6_drop_area:hover {
  border-color: var(--semi-color-tertiary-hover);
}

.nk6_drop_area input {
  display: none;
}

.nk6_drop_area.dragover {
  border-color: var(--semi-color-secondary);
  background-color: #e8f4ff;
}

.nk6_total_img {
  height: 25px;
  font-size: 16px;
  font-weight: bold;
}

.nk6_total_img p {
  color: var(--semi-color-text-1);
}

.nk2_disabled_link {
  pointer-events: none;
  color: gray;
}

.nk2_down_area {
  position: relative;
  padding: 10px;
  border: .1rem solid #bbcbd0;
  border-radius: .2rem;
  display: none;
}

.nk2_down_area ul>li>div:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 35%;
}

.nk2_ori_fsize {
  float: right;
  text-align: right;
  color: #7eb631;
  width: 80px;
  font-weight: normal;
  margin-right: 15px;
}

.nk2_down_area ul>li>div:nth-child(2) {
  width: 28%;
}

.nk2_down_area ul>li>div:nth-child(3) {
  width: 80px;
}

.nk2_down_area ul>li>div:nth-child(4) {
  float: right;
  margin-right: 20px;
}

.nk2_proportion {
  float: right;
  margin-left: 20px;
}

.nk2_progres_text {
  line-height: 23px;
}

.nk2_down_area li {
  height: 32px;
  display: block;
  margin: 5px;
  padding: 0 10px;
  border-radius: 2px;
  font-weight: bold;
  line-height: 32px;
  color: #363a43;
  border: 1px solid var(--semi-color-border);
  background-color: var(--semi-color-fill-0);
}

.nk2_down_area li>div {
  float: left;
}

.nk2_ori_fname {
  font-weight: bold;
}

.nk2_down_area .nk2_progress_bar {
  flex-basis: 60%;
  background: rgb(145, 231, 19);
  height: 29px;
  margin-top: 1px;
  line-height: 28px;
  border-radius: 18px;
  color: var(--semi-color-text-1);
  border: 3px solid white;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.nk2_download_link {
  color: #363a43;
  text-decoration: underline !important;
}

.nk2_down_area .nk2_danger {
  background-color: #f94c00;
  padding: 0 15px;
}

.nk2_down_area .nk2_new_fsize {
  color: #7eb631;
  font-weight: normal;
  width: 120px;
  text-align: right;
}

.nk2_down_area .nk2_uploading {
  background: repeating-linear-gradient(-45deg,
          #4caf50,
          #4caf50 10px,
          #66bb6a 10px,
          #66bb6a 20px);
  background-size: 200% 100%;
  animation: stripes 50s linear infinite;
  /* 修改动画时间为3秒 */
}

@keyframes stripes {
  from {
      background-position: 200% 0;
  }

  to {
      background-position: -200% 0;
  }
}

/**  upload-main上传区 end */

/**  注册登录 start */
.reg-wd7 {
  min-height: 460px;
  margin: 120px auto 380px auto;
  width: 450px;
  border: 1px solid #eee;
  padding: 32px 32px 22px 32px;
  border-radius: 5px;
  position: relative;
}

.reg-wd7 h1 {
  font-weight: 600;
}

.reg-wd7 label {
  display: block;
  margin-top: 15px;
  font-weight: 600;
}

.reg-wd7 input {
  height: 40px;
  width: 100%;
}

.reg-wd7 button {
  min-width: 60px;
}

.reg-wd7 label:hover {
  cursor: unset;
  background-color: transparent;
}

.reg-wx {
  text-align: center;
}
.regwx-text {
  text-align: center;
  font-size: 16px;
  color: #333333;
  height: 20px;
  line-height: 20px;
}
.reg-oxi>a {
  display: inline-block;
  border-radius: 2px;
  padding: 5px 10px 5px 0;
  text-decoration: underline !important;
}

.reg-oxi a.active {
  background: var(--semi-color-fill-0);
  border-radius: 3px;
}

.reg-wd6 {
  margin: 60px auto 10px auto;
  text-align: right;  
}

.reg-wx {
  display: none;
}
.logintype{
  color: var(--semi-color-text-1);
  font-size: 16px;
}
.btn_sen6_captha{  
  height: 40px;
  width: 100%;
  overflow: hidden;
  text-wrap: inherit;
  line-height: 16px;
  padding: 0;
}

@media screen and (max-width:768px) {
  .reg-wd7 {
      width: auto;
      margin: 20px auto;
      border:none;
  }
  .reg_go7{
    width: 100%;
  }
  .reg-wd6{
    width: auto;
    margin-bottom: 0px;
    margin-top: 60px;
  }
}

/**  注册登录 end */

/**  mobile nav start */
.mod_nav_mk1 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fafafa;
  box-shadow: 0 -1px rgba(0,0,0,.1), 0 -2px 10px rgba(0,0,0,.1);
  text-align: center;
  z-index: 1000;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: env(safe-area-inset-bottom);
}
@media screen and (min-width:768px) {  
.mod_nav_mk1{
  display: none;
}
}
.mod_nav_mk2{
  height: 58px;
  padding-bottom: 8px;
  display: flex;
  justify-content: space-around;
}

.mod_nav_item {
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: var(--semi-color-text-2);
  cursor: pointer;
  flex-direction: column;
}

.mod_nav_item:active,.mod_nav_item:hover, .mod_nav_item:focus {
  color: #009a60; 
}

.mod_nav_item i {
  font-size: 14px;
  margin: 1px 0;
  padding-right: 2px;
}

.mod_nav_item span {
  margin: 1px 0;
  font-size: 12px;
}
.mod-nav-active{
  color: #009a60;
}
/**  mobile nav end */