@charset "utf-8";
@import url("style.css");
@import url("/yjjy/css/domain.css");
/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 14px;
}
html{
    background: #F4F4F4;
    
}
body{
    max-width: 720px;
    margin:0 auto;
/*    overflow-x: hidden;*/
}

* {
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}



input[type=text], input[type=button], input[type=submit] {
    -webkit-appearance: none;
    outline: none;
}




button {
    border: 0;
    outline: none;
    cursor: pointer;
}
input{outline:none}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
table{
    table-layout: fixed;
    width: 100%;
}

/* 基础样式：适用于桌面端和宽屏设备 */
#xstz-wrap .xstz-list {
  margin: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
  background: #fff;
}

/* 列表项样式 */
#xstz-wrap .xstz-list li {
  width: 100% !important;
  display: block !important;
  float: none !important;
  clear: both !important;
  height: auto !important;
  min-height: unset !important;
  max-height: none !important;
  overflow: hidden !important;
  margin: 0 0 4px 0 !important;
  padding: 0 !important;
  background: #f5f5f5 !important;
  border: 1px solid #bdbdbd !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

/* 链接样式 */
#xstz-wrap .xstz-list li a {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: unset !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 6px !important;
  text-align: left !important;
  line-height: 1.2 !important;
  white-space: normal !important;
  word-break: break-all !important;
  font-size: 18px !important;
  color: #000 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  font-weight: bold;
}

/* 响应式样式：手机端（屏幕宽度 ≤ 768px）优化 */
@media (max-width: 768px) {
  #xstz-wrap .xstz-list li {
    border-radius: 8px !important;      /* 加大圆角，更现代 */
  }

  #xstz-wrap .xstz-list li a {
    font-size: 20px !important;         /* 手机端字体稍微缩小，但保持可读性 */
    
  }
}
@media (max-width: 540px) {

  #xstz-wrap .xstz-list li a {
    font-size: 18px !important;         /* 手机端字体稍微缩小，但保持可读性 */
    
  }
}

/* 可选：小屏手机进一步优化（屏幕宽度 ≤ 480px） */
@media (max-width: 480px) {
  #xstz-wrap .xstz-list li a {
    font-size: 14px !important;
  }
}

@media (max-width: 375px) {
  #xstz-wrap .xstz-list li a {
    font-size: 12px !important;
  }
}