/*所有页面共用*/
#tag{
    width: 1000px;
    height: 120px;
    margin: auto;
    background:url(./img/top.png);
}
#tag p{
    line-height: 120px;
    margin-left: 100px;
    font-size: 200%;
    color: bisque;
    opacity: 0.9;
    font-family:"Times New Roman", Times, serif;
    text-shadow: 0px 5px 15px rgba(151, 151, 151, 0.3);
}
#linkbar{
    width: 1000px;
    height: 50px;
    margin: auto;
    background-color: rgb(255, 200, 218);
}
#listl{
    width: 800px;
    height: 50px;
    margin: auto;
    border-radius: 50px;
    background-color: rgb(255, 243, 222);
    opacity: 0.6;
}
#linkbar ul{
    padding: 0;
    margin: 0;
}
#linkbar li{
    list-style-type: none;
    float: left;
    text-align: center;
    width: 200px;
    height: 20px;
}
#linkbar a{
    display: block;
    line-height: 50px;
    font-size: 15px;
    text-decoration: none;
    color: #000000;
    transition: 1s;
    font-size: 110%;
    border-radius: 50px;
}
#linkbar a:hover{
    background: rgb(255, 111, 147);
    color: white;
    border-radius: 50px;
}
#bg{
    width: 1000px;
    height: 2500px;
    margin: auto;
    background: url(img/bg.png);
}
#tab{
    width: 1000px;
    height: 800px;
}
#tab p{
    padding-top: 0;
    margin-top: 0;
    line-height: 800px;
    font-size: 600%;
    color: aliceblue;
    font-family:Georgia, 'Times New Roman', Times, serif;
    text-shadow: 10px 10px 16px rgba(0, 0, 0, 0.7);
    margin-left: 215px;
}
/*index页面使用*/
#say{
    width: 1000px;
    height: 977px;
}
#content{
    width: 850px;
    height: 990px;
    margin: auto;
    border-radius: 50px;
    opacity: 0.6;
    background-color: rgb(61, 61, 61);
}
#content h1{
    color: aliceblue;
    margin-left: 45px;
    padding-top: 30px;
    padding-bottom: 0px;
}
#content p{
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 0;
    color: aliceblue;
    font-size: 125%;
    text-indent:50px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#content a{
    padding-left: 150px;
    padding-bottom: 0;
    color: aliceblue;
    font-size: 120%;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#media{
    margin: auto;
    width: 725px;
    height: 40px;
}
#mywechat{
    float: left;
    width: 130px;
    height: 40px;
    background-color: #000000;
    border-radius: 15px;
    padding-right: 20px;
}
#wechatlogo{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    float: left;
    background: url(img/mediaLogo/wechat.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#wechatT{
    float: left;
    width: 69px;
    height: 40px;
    line-height: 40px;
    font-size: 150%;
    color: aliceblue;
    padding-left: 10px;
}
#myQQ{
    float: left;
    width: 85px;
    height: 40px;
    background-color: #000000;
    border-radius: 15px;
    padding-right: 20px;
    margin-left: 10px;
}
#QQlogo{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    float: left;
    background: url(img/mediaLogo/QQ.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#QQT{
    float: left;
    width: 35px;
    height: 20px;
    line-height: 40px;
    font-size: 150%;
    color: aliceblue;
    padding-left: 10px;
}
#myzh{
    float: left;
    width: 115px;
    height: 40px;
    background-color: #000000;
    border-radius: 15px;
    margin-left: 10px;
}
#zhlogo{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    float: left;
    background: url(img/mediaLogo/zh.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#zhT{
    float: left;
    width: 50px;
    height: 20px;
    line-height: 40px;
    font-size: 150%;
    color: aliceblue;
    padding-left: 10px;
}
#myTelegram{
    float: left;
    width: 150px;
    height: 40px;
    background-color: #000000;
    border-radius: 15px;
    padding-right: 20px;
    margin-left: 10px;
}
#Telegramlogo{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    float: left;
    background: url(img/mediaLogo/Telegram.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#TelegramT{
    float: left;
    width: 69px;
    height: 40px;
    line-height: 40px;
    font-size: 150%;
    color: aliceblue;
    padding-left: 10px;
}
#myTwitter{
    float: left;
    width: 145px;
    height: 40px;
    background-color: #000000;
    border-radius: 15px;
    margin-left: 10px;
}
#Twitterlogo{
    width: 40px;
    height: 40px;
    border-radius: 15px;
    float: left;
    background: url(img/mediaLogo/Twitter.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#TwitterT{
    float: left;
    width: 50px;
    height: 20px;
    line-height: 40px;
    font-size: 150%;
    color: aliceblue;
    padding-left: 10px;
}
#pit{
    background:url(img/pit.jpg);
    width: 240px;
    height: 240px;
    border-radius: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 590px;
    margin-top: 40px;

}

/*list页面使用*/
#tab1{
    width: 1000px;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#tab1 p{
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 390px;
    font-size: 350%;
    color: #000000;
    line-height: 100px;
    font-family:Georgia,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 10px 10px 16px rgba(0, 0, 0, 0.5);
    opacity: 0.7;
}
#plist{
    width: 1000px;
    height: 1500px;
}
#lin1{
    width: 800px;
    height: 150px;
    margin: auto;
    background-color: aliceblue;
    opacity: 0.7;
    border-radius: 40px;
    margin-bottom: 40px;
}
#llg1{
    float: left;
    width: 130px;
    height: 130px;
    padding-top: 10px;
    margin-left: 10px;
}
#ll1{
    width: 130px;
    height: 130px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 0;
}
#TagG{
    height: 150px;
    width: 590px;
    float: left;
}
#bt{
    width: 590px;
    height: 50px;
}
#bt h1{
    padding-left: 15px;
    font-size: 230%;
    text-shadow: 10px 10px 16px rgba(0, 0, 0, 0.5);
}
#js{
    width: 590px;
    height: 40px;
}
#js p{
    color: #000000;
    padding-left: 15px;
    font-size: 140%;
}
#ent{
    width: 70px;
    height: 150px;
    float: left;

}
#ent a{
    display: block;
    width: 70px;
    height: 150px;
    background-color: rgb(255, 215, 240);
    border-top-left-radius: 0px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 40px;
    background:url(img/ListLogo/NEXT.png);
}
/*about页CSS*/
#rm{
    width: 900px;
    height: 500px;
    background-color: #ffffff;
    margin: auto;
    border-radius: 40px;
    opacity: 0.6;
}
#rm h1{
    font-size: 300%;
    padding-left: 360px;
    padding-top: 20px;
}
#rm p1{
    color: #000000;
    font-size: 150%;
    margin-left: 200px;
}
#rm a{
    display: block;
    color: rgb(237, 123, 62);
    margin-left: 250px;
    margin-top: 10px;
}
#rm p2{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 110%;
}
#zw1{
    width: 900px;
    height: 10px;
}
#yl{
    width: 880px;
    height: 200px;
    background-color: #ffffff;
    margin: auto;
    border-radius: 40px;
    opacity: 0.6;
}
#ylmod1{
    width: 200px;
    height: 200px;
    background-color: antiquewhite;
    border-radius: 40px;
    float: left;
}
#ylmod1 p{
    font-size: 350%;
    padding-left: 40px;
}
#ylmod2{
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 40px;
    padding-left: 40px;
    background-color: #818181;
}
#tximg{
    width: 160px;
    height: 150px;
    padding-top: 10px;
    background:url(img/about/es.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#ylmod2 a{
    font-size: 120%;
}
.slide-in {
    position: fixed;
    top: 20px;
    right: -300px;
    width: 300px;
    height: 150px;
    background-color: #f0f0f0;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.5s ease-out;
}
.slide-in.show {
    right: 20px;
    opacity: 1;
}
.close-btn {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease-out;
}
.close-btn:hover {
    color: #666;
}
