*{
    font-family: Noto Sans SC;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5;color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
/*input[type=password],*/
/*input[type=text],*/
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
}
input[type="checkbox"]::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    background: #666666;
    color: #fff;
    width: 100%;
    height: 100%;
}
input[type="checkbox"]:checked::before {
    content: "\2714";
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #FE6D24;
    width: 100%;
    height: 100%;
}
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}
.displaynone {
    display: none;
}
#loading{
    height: 800px;
}

.topbg{
    width: 100%;
    background:#ffffff;
    padding: 25px 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);
}
.navigation{
    display: flex;
    align-items: center;
    justify-content:center;
}
.search{
    display: flex;
    width: 450px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 33px;
    margin-left: 56px;
    box-shadow: 1px 1px 7px 1px rgba(0,0,0,0.3);
}
.search input{
    border:none;
    height: 100%;
    width: 242px;
    margin-left: 15px;
    font-size: 16px;
}
.search input:focus + .history{
    display: block;
}
.searchbox{
    position: relative;
}
.searchlf{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.classify{
    position: absolute;
    width: 100px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    top:50px;
    padding: 5px;
    display: none;
    z-index: 9999;
}
.classify ul{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content:start;
    line-height: 30px;
}
.classify ul li{
    display: flex;
    align-items: center;
}
.searchlf:hover .classify{
    display: block;
}
.history{
    width: 600px;
    position: absolute;
    background: #FFFFFF;
    top:65px;
    right: -230px;
    display: none;
    z-index: 9999;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.15);
    border: 1px solid #FFD1B9;
}

.history .history1{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 0 10px 15px;
    background: #F9F6F5;
    border-radius: 10px 10px 0 0;
}
.history .history1 p{
    font-size: 14px;
    font-weight: 400;
    color: #878787;
}
.history .history1 img{
    margin-right: 5px;
}
.history .history1 ul{
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    font-weight: 400;
    color: #343434;
}
.history .history1 ul li{
    margin-right: 15px;
}
.searchot{
    width: 95%;
    margin: 10px auto 20px;
    line-height: 35px;
}
.searchot li{
    display: flex;
    justify-content: space-between;
}
.searchot li p{
    font-size: 14px;
    font-weight: 500;
    color: #343434;
}
.searchot li div{
    font-size: 14px;
    font-weight: 500;
    color: #878787;
}
.searchot li:hover{
    background: #FFF0E8;;
}
.searchrt{
    width: 82px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FE6D24;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
    color: #FFFFFF;
}
.searchlf{
    width: 110px;
    height: 50px;
    background: #FFFFFF;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
    line-height: 50px;
    text-align: center;
    border-right: #e0e0e0 1px solid;
}
.txt1{
    font-size: 16px;
    color: #343434;
    margin-left: 24px;
    font-weight: bold;
}
.txt2{
    font-size: 16px;
    font-weight: bold;
    color: #343434;
    margin-left: 29px;
}
.txt3{
    font-size: 16px;
    font-weight: bold;
    color: #343434;
    margin-left: 89px;
}
.txt4{
    font-size: 16px;
    font-weight: bold;
    color: #343434;
    margin-left: 57px;
}
.navigation .img1{
    margin-left: 30px;
}
.navigation .img2{
    margin-left: 39px;
}
.top1{
    position: relative;

}
.top1:hover .window1{
    display: flex;

}
.window1{
    position: absolute;
    padding: 15px;
    width: 130px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: none;
    z-index: 9999;
    flex-direction: column;
    justify-content: start;
    left: -5px;
}

.window1 .box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 5px 0;
}
.window1 h2{
    font-size: 14px;
    color: #FE6D24;
    font-weight: bold;
}
.window1 ul{
    font-size: 14px;
    color: #343434;
    column-count: 2;
    margin: 6px 0;
}
.window1 ul li{
    line-height: 25px;
}
.window1 ul li a{
    color: #343434;
}
.window1 .amore{
    color: #FE6D24;
    font-size:8px;
}
.top2 .window1{
}
.top3 .window1{
    width: 90px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    justify-content: center;
    align-items: start;
    padding:15px;
}
.top3 .window1 .amore{
    font-size: 14px;
}
.top3 .window1 div:not(:last-child){
    margin-bottom: 10px;
}
.top4 .window1{
    width: 260px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 0;
    left: 5px;
}
.top4 .cai{
    width: 70px;
    height: 15px;
    background: linear-gradient(135deg, #8A2387 0%, #E94057 52%, #F27121 100%);
    border-radius: 6px 0 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 8px;
}
.top4 .window1 .boxs{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top4 .window1 .box1{
    border-radius: 8px 8px 0 0;
    background: linear-gradient(135deg, #F7E6C5 0%, #F3D59B 100%);
}
.top4 .window1 .box3{
    border-radius: 0 0 8px 8px;
}
.top4 .window1 .boxs h1{
    color: #343434;
    font-size:15px;
    margin-left:10px;
    font-weight: bold;
    text-align: start;
}
.top4 .window1 .boxs h2{
    font-size: 12px;
    color: #878787;
    margin-left: 10px;

}
.top4 .window1 .boxs h2 span{
    color: #FE6D24;;
}
.top4 .window1 .boxs a{
    width: 52px;
    height: 17px;
    border-radius: 8px;
    border: 1px solid #979797;
    text-align: center;
    line-height: 17px;
    color: #878787;
    margin-right: 10px;
    font-size:10px;
}
.top4 .window1 .box1 h1{
    text-align: start;
    color: #A45E2D;
    margin-top: 8px;
}
.top4 .window1 .box1 a{
    background: linear-gradient(136deg, #FFB370 0%, #E8A273 100%);
    color: #FFFFFF;
    border: 0;
    margin-right: 10px;
}
.top5 .window1{
    width: 262px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    padding-left: 0;
    left: -70px;
    max-height: 300px;
    padding-bottom: 50px;
    overflow: auto;
}
.top5 .window1::-webkit-scrollbar {
    width: 3px;
}
.top5 .window1 .notices{
    height:50px;
    width: 90%;
    margin: 0 auto;
    border-bottom: #6c757d 1px solid;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.top5 .window1 .notices h2{
    font-size: 14px;
    color: #343434;
    font-weight: 400;
}
.top5 .window1 .notices h2 span{
    font-size: 8px;
    color: #949494;
}
.top5 .window1 .notices div{
    width: 60px;
    height: 20px;
    background: #FE6D24;
    border-radius: 1px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
}
.wnwhid{
    width: 262px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.67) 0%, rgba(255, 255, 255, 0.81) 0%, #FFFFFF 49%, #FFFFFF 100%);
    border-radius: 0 0 5px 5px;
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 10px 0 ;
    color: #FE6D24;
    font-size: 10px;
    top: 10px;
}

.side{
    width: 65px;
    height: 600px;
    background: #FFFFFF;
    box-shadow: 0 2px 15px 0 rgba(255, 142, 86, 0.5);
    border-radius: 10px 0 0 100px;
    position: fixed;
    right: 0;
    top: 125px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
    z-index: 999999;
}
.side div p{
    font-size: 10px;
    color: #666666;
}
footer{
    padding-top: 50px;
    padding-bottom: 20px;
    width: 100%;
    background: #333333;
}
footer .foottop {
    width: 1200px;
    margin: 0 auto 0;
    display: flex;
    color: #FFFFFF;
    justify-content: space-around;
    align-items: center;
}
footer .foottop div{
    text-align: center;
}
footer .foottop div:last-child{
    width: 160px;
    height: 44px;
    background: linear-gradient(135deg, #FFAE5B 0%, #FE6D24 100%);
    box-shadow: 2px 2px 15px 0px rgba(254, 126, 50, 0.5);
    border-radius: 22px;
    line-height: 44px;
}
footer .footmid {
    width: 1200px;
    margin: 45px auto 0;
    display: flex;
    color: #aaaaaa;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
footer .footmid h1{
    margin-right: 10px;
    font-size:14px;
    width: 60px;
}
footer .footmid a p{
    margin-right: 10px;
    color: #aaaaaa;
    font-size:14px;
}
footer .footbtm {
    width: 1200px;
    margin: 60px auto 0;
    display: flex;
    color: #AAAAAA;
    justify-content: space-around;
    align-items: center;
}
footer .footbtm p{
    font-size:14px;
    color: #AAAAAA;
}
.sides{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
.sides .window2{
    width: 321px;
    height: 80px;
    background: linear-gradient(135deg, #F7E6C5 0%, #F3D59B 100%);
    box-shadow: 2px 2px 10px 6px rgba(0,0,0,0.15);
    border-radius: 10px;
    position: absolute;
    right: 65px;
    align-items: center;
    justify-content: space-around;
    display: none;
    z-index: 9999;
}

.sides .window2 .cai{
    width: 79px;
    height: 20px;
    background: linear-gradient(135deg, #8A2387 0%, #E94057 52%, #F27121 100%);
    border-radius: 6px 0 8px 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 8px;
}
.sides .window2 h1{
    font-size: 20px;
    font-weight: 500;
    color: #A45E2D;
}
.sides .window2 h2{
    font-size: 14px;
    font-weight: 400;
    color: #878787;
}
.sides .window2 a{
    width: 84px;
    height: 27px;
    border-radius: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 27px;
}
.sides:hover .window2{
    display: flex;
}
.sides:hover .window3{
    display: flex;
}
.side3 .window2{
    width: 96px;
    height: 140px;
    background: #FF8E56;
    box-shadow: 2px 2px 10px 6px rgba(0,0,0,0.15);
    border-radius: 8px;
    flex-direction: column;
}
.side3 .window2 p{
    font-size: 10px;
    color: #ffffff;
}
.side4 .window2{
    width: 321px;
    height: 88px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0,0,0,0.15);
    border-radius: 8px;
}
.side4 .window2 h1{
    color: #343434;
}
.side4 .window2 h2{
    color: #878787;
}
.side5 .window3{
    display: none;
    flex-direction: column;
    position: absolute;
    right: 66px;
    top: -66px;
    align-items: center;
    justify-content: space-around;
    z-index: 9999;
}
.side6 .window2{
    width: 96px;
    height: 110px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0,0,0,0.15);
    border-radius: 8px;
    flex-direction: column;
    font-size: 10px;
}
.side6 .win2s{
    top:-150px;
    right: 200px;
}
.side6 .win1s{
    top:-153px;
    right: 80px;
    height: 114px;
}
.side6 .win3s{
    width: 321px;
    height: 88px;
    background: #FF8E56;
    box-shadow: 2px 2px 10px 6px rgba(0,0,0,0.15);
    border-radius: 8px;
    top:-20px;
    flex-direction: column;
    align-items:flex-start;
    justify-content: space-around;
}
.side6 .win3s .bbox{
    width:100%;
    display: flex;
    font-size: 14px;
    color: #ffffff;
    align-items: center;
    justify-content: space-around;
}
.side6 .win3s .bbox div{
    width: 76px;
    height: 27px;
    border-radius: 14px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 27px;
}
.side7 .window2{
    width: 88px;
    height: 88px;
}
.items{
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.btm{
    height: 48px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.today{
    width: 1250px;
    margin: 0 auto;
    padding-top: 14px;
}
.box {
    position:relative;
}
.items {
    position: absolute;
}
.items .shoucang{
    position: absolute;
    top:10%;
    right: 10px;
    display: none;

}
.items .download div{
    width: 120px;
    height: 36px;
    background: linear-gradient(135deg, #FFAE5B 0%, #FE6D24 100%);
    box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    text-align: center;
    line-height: 36px;
    color: #ffffff;
}
.items .download{
    position: absolute;
    left: 28%;
    bottom: 70px;
    display: none;
}
.items .download div img{
    margin-right: 5px;
}
.items .btm span{
    height: 20px;
    width: 150px;
    overflow: hidden;
    margin-left:5px;margin-right: 50px;font-size: 14px;color: #343434
}
.items .btm p{
    font-size: 12px;color: #878787
}
.items:hover{
    transform:scale(1.1);
    z-index: 5555;
}
.items:hover .btm{
    background: linear-gradient(180deg, rgba(201, 201, 201, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);

}
.items:hover .shoucang{
    display: block;
}
.items:hover .download{
    display: block;
}
.items:hover .btm span,.items:hover .btm p{
    color: #ffffff;
}
.items{
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}
.items .btm{
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
    margin-top: -48px;
}
.vipimg{
    position: absolute;
    top:-16px;
    right: -10px;
}
.navigation div:hover a span{
    color:#FE6D24 ;
}
.unread{
    width: 15px;
    height: 15px;
    font-size: 8px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    position: absolute;
    background: #EF3946;
    border-radius: 50%;
    top: -9px;
    right: -10px;
    text-align: center;
}
.dialogrl{
    position: relative;
}
.users{
    width: 240px;
    height: 270px;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    display: none;
    position: absolute;
    z-index: 999999;
}
.users li{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #343434;
    margin-top: 12px;
}
.users li p{
    margin-left: 5px;
}
.users ul{
    padding: 0 15px 15px 25px;
}
.users li:hover p{
    color: #FE6D24;
}
.dialogrl:hover .users{
    display: block;
}
/*演界v3新增样式*/
.flex{
    display: flex;
}
.jcsb{
    justify-content: space-between;
}
.jcsa{
    justify-content: space-around;
}
.jcsc{
    justify-content: center;
}
.aic{
    align-items: center;
}
.column{
    flex-direction: column;
}