body {
    max-width: 540px;
    min-width: 320px;
    margin: 0 auto;
    font: normal 14px/1.5 Tahoma, "Lucida Grande", Verdana, "Microsoft YaHei", STXihei, hei;
    color: #000;
    background: #f2f2f2;
    /* æ°¸è¿œä¸ä¼šå‡ºçŽ°æ°´å¹³æ»šåŠ¨æ¡ */
    overflow-x: hidden;
    /* é˜²æ­¢ç‚¹å‡»å‡ºçŽ°é«˜äº®æ‰€ä»¥æŠŠèƒŒæ™¯è®¾ç½®ä¸ºé€æ˜Ž */
    -webkit-tap-highlight-color: transparent;
}

/* åŽ»é™¤é»˜è®¤å±žæ€§ */

a {
    text-decoration: none;
    color: #222;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* é¡¶éƒ¨æœç´¢ */
.search-idnex {
    display: flex;
    /* å›ºå®šå®šä½å’Œçˆ¶çº§æ²¡æœ‰å…³ç³»ï¼Œ å®ƒä»¥å±å¹•ä¸ºå‡† */
    position: fixed;
    top: 0;
    left: 50%;
    /* å›ºå®šç›’å­åº”è¯¥æœ‰å®½åº¦ */
    /* è¿™é‡Œæ˜¯å…¼å®¹  css 3 ä¹‹å‰çš„ç‰ˆæœ¬ çš„å†™æ³• */
    -webkit-animation: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    width: 100%;
    max-width: 540px;
    min-width: 320px;
    height: 44px;
    /* background-color: pink; */
    background-color: #f6f6f6;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);


}

/* æœç´¢æ¡†å†…éƒ¨ */
.search {
    position: relative;
    flex: 1;
    height: 26px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666;
    line-height: 26px;
    margin: 7px 10px;
    /* è¿™é‡Œæ˜¯ï¼Œå­—ä½“çš„ä½ç½® */
    padding-left: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);

}

.search::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/sousuo.png) no-repeat 0px -3px;
    background-size: 15px auto;

}


/* å¤´éƒ¨æ—è¾¹çš„æˆ‘çš„ */
.user {
    width: 44px;
    height: 44px;
    /* background-color: purple; */
    font-size: 12px;
    text-align: center;
    color: rgb(0, 184, 246);
}

.user::before {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../images/liwu.webp) no-repeat -9px -35px;
    /* æŽ§åˆ¶ç²¾çµå›¾å¤§å° å†™ä¸€ä¸ªè·ç¦»å³å¯ æˆ–è€…å¦å¤–ä¸€ä¸ª ä½¿ç”¨auto è¿›è¡Œä»£æ›¿*/
    background-size: 73px auto;
    margin: 2px auto 0;
}

/* ä¸­é—´å†…å®¹  bodyer =========================================*/
.big-bodyer {
    margin: 53px 4px 2px;
}

.bodyer {
    margin: 32px 4px 2px;
    background-image: linear-gradient(-45deg, rgb(32, 169, 211), rgb(218, 25, 243));
    padding: 20px;
    border-radius: 8px;
}

.bodyer>li {
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
    /* background: url(../images/next-bg.jpg); */
}

.bodyer li:nth-child(1) {

    border-top: 1px solid #ccc;
}

.bodyer li b {
    margin-left: 20px;
    font-size: 24px;
}

/* é“¾æŽ¥a */
.button {
    display: inline-block;
    height: 50px;
    position: absolute;
    right: 20px;
    width: 155px;
    border: 0;

}

.button a {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(255, 255, 255, 0.2);
    color: #fff;
    display: flex;
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    /* åœ¨å†…å®¹é¡¹ä¹‹é—´å’Œå‘¨å›´åˆ†é…ç©ºé—´ */
    justify-content: center;
    /* ä¸€è¡Œæ–‡å­—ä¹‹é—´çš„é—´è· */
    letter-spacing: 1px;
    /* æŽ§åˆ¶æ–‡æœ¬çš„ä¸‹åˆ’çº¿å±žæ€§ è¿™é‡Œæ˜¯åŽ»æŽ‰ aæ ‡ç­¾çš„ä¸‹æ»‘çº¿ */
    text-decoration: none;
    /* å¤šå‡ºçš„å†…å®¹æŽ§åˆ¶ */
    overflow: hidden;
    backdrop-filter: blur(15px);
    z-index: 1;
    /* è¿‡æ¸¡æœŸ */
    transition: 0.5s;
    align-items: center;

}

.button a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translateX(0);
    transition: 0.5s;
}

/* before åœ¨å…ƒç´ å‰æ–¹æ·»åŠ ä¸€ä¸ªå†…å®¹ */
.button:hover a::before {
    transform: skewX(45deg) translateX(200%);
}

/* after åœ¨å…ƒç´ å‰æ–¹æ·»åŠ ä¸€ä¸ªå†…å®¹ */
.button::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 10px;
    width: 0px;
    background: #f00;
    transform: translateX(-50%);
    border-radius: 10px;
    transition: 0.5s;
    /* è¿‡æ¸¡å»¶æ—¶çš„æ•ˆæžœ */
    transition-delay: 0s;

}

.button:hover::after {
    top: 0;
    height: 100%;
    width: 80%;
    border-radius: 30px;
    transition-delay: 0.5s;
}

.button::before,
.button::after {
    background: #fc2f70;
    box-shadow:
        0 0 5px #fc2f70,
        0 0 15px #fc2f70,
        0 0 30px #fc2f70,
        0 0 60px #fc2f70,
    ;
}

.button:active a {
    color: #000;
}



/* å†…å®¹æ ·å¼ */
.bodyer li p {
    text-indent: 2em;
}



/* ç»“å°¾ ç‰ˆæƒ =========================================*/
.footer {
    height: 44px;
    background-color: #ccc;
    line-height: 44px;
    text-align: center;
}