      body {
        font-family: "Helvetica Neue", Arial, sans-serif;
        background-color: #f5ebe9;
        color: #444;
      }



      h2 {
        margin-bottom: 30px;
      }

      h3 {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: bold;
      }

      a {
        text-decoration: none;
        color: #00bfa5;
      }

      .website-list,
      .link-list {
        display: flex;
        
        flex-wrap: wrap;
      }

      .website-item, 
      .link-item {
    margin: 1px;
    width: 32.5%;
    line-height: 25px;
    padding: 8px;
    background-color: #fff;
    /* border-radius: 10px; */
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
    /* overflow: hidden; */
    /* border: 1px solid blue; */
    border-color: #c9b8b8;
    /* transition: all 0.3s ease; */
}
      .website-item:hover,
      .link-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
      }

      .website-item img,
      .link-item img {
        display: block;
        width: 100%;
        height: auto;
      }

      .website-item h3,
      .link-item h3 {
        margin: 10px 0;
        font-size: 16px;
        color: #333;
        text-align: center;
      }
        .taicon {
            max-width: 480px;
            margin: 0 auto;

        }
        
        
        .contai {
            max-width: 480px;
            margin: 0 auto;
            padding: 10px;

        }
        h1 {
            margin: 10px 0;
            font-size: 28px;
            font-weight: bold;
            text-align: center;
        }
        .article-info {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            font-size: 14px;
            color: #666;
        }
        .article-info span {
            margin-right: 20px;
        }
        .article-content {
            background-color: #fff;
            border-radius: 5px;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0,0,0,.3);
            line-height: 2;
        }
        img {
            max-width: 100%;
        }
        
        
header {
    width: 100%;
    max-width: 480px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    border-bottom: solid 1px #eee;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    box-shadow: 2px 1px 3px rgb(0 0 0 / 50%);
}

header .tit {
    width: 100%;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

header .back {
    position: absolute;
    top: 0;
    left: 10px;
}

header .back span {
    width: 20px;
    height: 50px;
    vertical-align: top;
    display: inline-block;
    background: url(../style/back.png) center center no-repeat;
    background-size: 17px auto;
}

header .select {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
}

header .select-more {
    width: 30px;
    height: 50px;
    background: url(../images/serach.png) right center no-repeat;
    background-size: 100% auto;
}

header .select-box {
    display: none;
    width: 200px;
    max-width: 40vw;
    height: 100vh;
    overflow: auto;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    top: 50px;
    right: 0;
}

header .select-box ul {
    color: #fff;
    text-align: center;
}

header .select-box ul li {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
}

header .img {
    height: 1.2rem;
    width: 1.1rem;
    position: absolute;
    top: 5px;
    right: 40px;
     background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAABSUlEQVR42mL8//8/AzUAQAAxYRVlZHQA4n4gvg/E/6H4PBDPB2IFbFoAAogB5CI4ZmAQAOJ+IP4PxeeBeD4U70cS7werRdILEEDohpyHKgRpVECxBKJGAYgXIFkCNwwggJAVwVzSgKY5H4gL0MQa4C6DigEEELJNEJdgumI/GGOKw1zmAOIDBBBMcD5UUIEEg2CWTwDxAQIIFmsGQHwAKPyA6PiGqL0AxP4gLkAAIRuEzxADYLTvR8IFUPGLQAxODgABxEKE3RuJcSBAADGCAwqU8BgYPgCda0hScga5DpgEQPoAAogJyVYDnKkWuyEgtQ7QcGIACCBYDDjgjH5cGC2mAQIIWWICVKKeCEPqkaMehAECiJwsMh9bFgEIIGyZdgJS5tyPlGnPI4lPQM+0AAGEy+mwzIms+T7UAAdsegACiJFaBRtAgAEARAnGA1CeT4sAAAAASUVORK5CYII=);

}
header .kai{
	 position: absolute;
    top: 10px;
    right: 10px;
    width: 70px;
    height: 40px;
	color: #ee0a24;
}
header .img img {
    width: 30px;
    height: 30px;
}
   
/* 浮窗按钮 */
.floating-button {
    position: fixed;
    bottom: 61px;
    right: 42%;
    background-color: #e75023;
    border-radius: 5px;
    width: 60px;
    color: aliceblue;
    height: 30px;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 4px 9px 10px rgb(0 0 0 / 20%);
}

.icon {
  font-size: 30px;
  color: #fff;
}

/* 弹出窗口 */
.modal {
  position: fixed;
    bottom: 100px;
    right: 20%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  display: none; /* 默认隐藏 */
}

.content {

}

.content h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.content p {
  font-size: 14px;
}

/* 弹出窗口动画 */
.modal-show {
  display: block;
  animation: modalFadeIn 0.3s ease-out forwards;
}

.modal-hide {
  animation: modalFadeOut 0.3s ease-out forwards;
}

@keyframes modalFadeIn {
  from { transform: translateY(50px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

@keyframes modalFadeOut {
  from { transform: translateY(0); opacity: 1; }
  to { transform: translateY(50px); opacity: 0; display: none; }
}


.hxx {
    text-align: center;
    background-color: #5ca4ed;
    color: white;
    font-size: 18px;
    padding: 6px;
}
