* {
    padding: 0;
    margin: 0;
}
html {
    --Color: #000;
    --BackGround: #fff;
    --bodyBackGround: #f0f0f1;
    --typeBg: #e4e4e4;
    font-family: "微软雅黑", serif;
}
body {
    background: var(--bodyBackGround);
    font-family: "微软雅黑", serif;
}
#content {
    font-family: "微软雅黑", serif;
    font-size: 13px;

    line-height: 2;
}
.flex {
    display: flex;
}
.align-center {
    align-items: center;
}
header {
    background: var(--BackGround);
    max-width: 960px;
    min-width: 371px;
    margin: 0 auto;
}
.header-main {
    max-width: 960px;
    min-width: 371px;
    box-sizing: border-box;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background: var(--BackGround);
}
#nav {
    padding: 10px 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 220px;
    height: 100vh;
    z-index: 99;
    background: var(--bodyBackGround);
    color: var(--Color);
    display: none;
}
#nav div {
    display: flex;
    align-items: center;
    /*border-bottom: 0px solid #ededed;*/
    padding: 10px 20px;
    cursor: pointer;
}
#nav a {
    text-decoration: none;
    color: var(--Color);;
}
#nav div > img {
    width: 20px;
    margin-right: 8px;
}
#nav-bg, #home-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    transition: all 0.9s;
    z-index: 1;
    display: none;
}
main {
    max-width: 960px;
    min-width: 371px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 30px;
}
img {vertical-align:bottom}
.info {
    background: var(--BackGround);
    padding: 10px 10px;
    margin-top: 1px;
    box-sizing: border-box;
}
button {
    border: none;
    display: flex;
    align-items: center;
    height: 30px;
    margin-left: 20px;
    padding: 5px 10px;
}
.info button > span {
    margin-left: 5px;
}
.hengfu-grid {
    display: grid;grid-template-columns: repeat(2, 1fr);width: 100%;
}
/* æ‰‹æœºæ ·å¼ */
@media screen and (max-width: 960px) {
    .hengfu-grid {
      grid-template-columns: repeat(1, 1fr);
    }
    .pc-info {
        display: none;
    }
    .info button {
        padding: 10px 5px;
        margin-left: 5px;
        font-size: 13px;
    }
    .info button > span {
        margin-left: 0;
    }
    .table0 {
        border-bottom: none !important;
    }
    .table1,
    .table2,
    .table3{
        border-left: none !important;
        border-bottom: none !important;
    }
    .teshu-grid >a:nth-last-child(3),
    .teshu-grid >a:nth-last-child(2),
    .teshu-grid >a:nth-last-child(1),
    .teshu-grid >a:nth-last-child(4){
        border-bottom: 1px solid #cccccc !important;
    }

    .teshu-grid >.red-border:nth-last-child(3),
    .teshu-grid >.red-border:nth-last-child(2),
    .teshu-grid >.red-border:nth-last-child(1),
    .teshu-grid >.red-border:nth-last-child(4){
        border-bottom: 2px solid red !important;
    }

}
/* pc æ ·å¼ */
@media screen and (min-width: 960px) {
    .mobile-info {
        display: none;
    }
    .mobile-grid {
        grid-template-columns: repeat(10, 1fr) !important;
        text-align: center;
    }
    .tushu-grid {
        grid-template-columns: repeat(10, 1fr) !important;
    }

    main {
        padding-bottom: 10px;
    }

    .teshu-grid >a:nth-last-child(3),
    .teshu-grid >a:nth-last-child(2),
    .teshu-grid >a:nth-last-child(1),
    .teshu-grid >a:nth-last-child(4){
        border-bottom: 1px solid #cccccc !important;
    }
    .teshu-grid >a {
        height: 40px;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        border-left: none !important;
        border-bottom: none !important;
    }



    .teshu-grid >a:nth-child(10n+1){
        border-left: 1px solid #cccccc !important;
        border-bottom: none !important;
    }

    .teshu-grid >.red-border:nth-child(10n+1){
        border-left: 2px solid red !important;
        border-bottom: none !important;
    }

    .teshu-grid >a:nth-last-child(1),
    .teshu-grid >a:nth-last-child(2),
    .teshu-grid >a:nth-last-child(3),
    .teshu-grid >a:nth-last-child(4),
    .teshu-grid >a:nth-last-child(5),
    .teshu-grid >a:nth-last-child(6),
    .teshu-grid >a:nth-last-child(7),
    .teshu-grid >a:nth-last-child(8),
    .teshu-grid >a:nth-last-child(9),
    .teshu-grid >a:nth-last-child(10)
    {
        border-bottom: 1px solid #cccccc !important;
    }

    /*.teshu-grid >.red-border:nth-last-child(1),
    .teshu-grid >.red-border:nth-last-child(2),
    .teshu-grid >.red-border:nth-last-child(3),
    .teshu-grid >.red-border:nth-last-child(4),
    .teshu-grid >.red-border:nth-last-child(5),
    .teshu-grid >.red-border:nth-last-child(6),
    .teshu-grid >.red-border:nth-last-child(7),
    .teshu-grid >.red-border:nth-last-child(8),
    .teshu-grid >.red-border:nth-last-child(9),
    .teshu-grid >.red-border:nth-last-child(10)
    {
        border-bottom: 2px solid red !important;
    }*/


}

#home,#url {
    display: none;
    z-index: 99;
    max-width: 488px;
    width: 90%;
    background: #ffffff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.sanjiao {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;/*ä¸ºäº†é˜²æ­¢ieä¸‹å‡ºçŽ°é¢˜åž‹*/
    border-top: 7px solid #d65444;
    border-left: 7px solid  transparent;
    border-right: 7px solid  transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 28px;
}
.search {
    margin-top: 25px;
    height: 40px;
}
.search input {
   flex: 1;
   background: #ffffff;
    border: none;
    outline: none;
    padding-left: 10px;
}
.search button {
    width: auto;
    height: 40px;
}
.flag span {
    /*padding: 10px;*/
    border-radius: 4px
}
.active-ser {
    background:#d65444;color: #ffffff;padding: 10px
}

.mobile-grid,.tushu-grid {
    display: grid;
    align-items: center;
    margin-top: 10px;
    text-align: center;
    grid-template-columns: repeat(4, 1fr);
}
.tushu-grid {
    grid-template-columns: repeat(5, 1fr);
}


.mobile-grid a,.tushu-grid a {
    /*border: 1px solid #cccccc;
    padding: 10px 0;*/
    text-decoration: none;
}

footer {
    text-align: center;width:100%;background: var(--BackGround);color:var(--Color);padding: 20px 0;
}
/* Logo å­—ä½“ */
@font-face {
    font-family: "iconfont";
    src: url('../../css/font/iconfont.ttf') format('ttf'),
    url("../../css/font/iconfont.woff") format('woff'),
    url("../../css/font/iconfont.woff2") format('woff2');
}
/*@font-face {*/
/*    font-family: "bodyfont";*/
/*    src: url('../font/fa-solid-900.ttf');*/
/*}*/
.iconfont {
    font-family: "iconfont", serif !important;
    font-weight: 500 !important;
    font-size: 30px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--Color);
}
.red-border {
    border: 3px solid red;
}
.biannone {
    border-bottom: none !important;
    border-right: none !important;
}

.label{
    color: white;
    background: #2CBAFC;
    border-radius: 4px;
    padding: 2px 4px;
    margin-left: 2px;
}
