﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{overflow-y:scroll;}
em,
i {
    font-style: normal;
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

button {
    cursor: pointer;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #633fff;
}

input,
button {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    border: 0;
    outline: none;
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
    /* font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "/5B8B/4F53", sans-serif; */
}

/**/
.w {
    width: 1200px;
    margin: 0 auto;
}
.wp {
    width: 1440px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.wp .logo{
    line-height: 56px;
}
.navbar {
    height: 56px;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 11030;
}
.navbar .rtop .logo{
    line-height: 56px;
}
.logo img {
    /*margin-top: 15px;
    margin-right: 15px;*/
}

.logo a {
    font-size: 0;
}

.bytenum{
    height: 18px;
    min-width: 18px;
    line-height: 20px;
    box-shadow: 0 0 0 1px #fff;
    padding: 0 5px;
    background: #f90000;
    /* background: #a900ff; */
    position: relative;
    z-index: 2;
    font-size: 12px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    transform-origin: 100% 0;
    left: -11px;
    top: -9px;  
}
.footmynum{
    position: absolute;
    bottom: 20px;
    left: 16px;
}
.footbytenum{
    height: 18px;
    min-width: 18px;
    line-height: 20px;
    padding: 1px 5px;
    background: #a900ff;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-size: 12px;
    transform: scale(0.9);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    /* transform-origin: 100% 0; */
   
}

/* 我的下拉菜单 */
.dropbtn {
    padding:0 10px; 
    display:block;
    color: white;   
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}  

.dropdown {
    /* position: relative; */
    display: inline-block;
}


.dropdown-content a {
    color: black;
    padding: 5px 0;
    line-height: 40px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}  
.dropdown-content a:hover {
    background-color: #f1f1f1
} 
.dropdown:hover .dropdown-content {
    display: block;
}  
.dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}
/* 消息下拉菜单 */

.msgbtn {
    padding:0 10px; 
    display:block;
    color: white;   
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}  

.msgdown {
    /* position: relative; */
    display: inline-block;
}


.msgdown-content a {
    color: black;
    padding: 5px 10px;
    line-height: 40px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}  
.msgdown-content a:hover {
    background-color: #f1f1f1
} 
.msgdown:hover .msgdown-content {
    display: block;
}  
.msgdown:hover .msgbtn {
    background-color: #f1f1f1;
}
.mc-icon-button .badge {
    position: absolute;
    top: 2px;
    right: 0px;
    height: 14px;
    padding: 0 4px;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    /* background-color: rgba(26, 115, 232, .64); */
    background-color: rgb(232 26 26 / 80%);
    border-radius: 7px;
}
.mdnewmsgnum span{
  color: red;
}

.navtext {
    margin-left: 2rem;
    align-items: center;
    display: flex;
    line-height: 56px;
}

.navtext ul li {
    float: left;
}
.curument{color:red;}
.navtext .menu .active{color:#0099ff;}

.active{color:#333;}

.selected{color:#a900ff;}
.navtext ul li a {
    text-decoration: none;
    padding: 1rem .75rem;
    font-size: 14px;
    color: #555;
}
.navtext ul li a:hover {
    color: #888;
}
.header__right {
    margin-left: auto;
    display: flex;
}

.search {
    width: 302px;
    margin-right: 50px;
}

.uq-earch {
    /* border: 1px solid #ababab; */
    background: #f1f3f4;
    font-size: 16px;
    font-family: 'Helvetica Neue', system-ui, -apple-system, sans-serif;
    height: 38px;
    margin-top: 9px;
    border-radius: 5px;
    position: relative;
}

.search input {
    padding: 0 2px 0 10px;
    height: 36px;
    width: 256px;
    color: #1b1b1b;
    background: #f5f5f5;
    outline: 0;
    overflow: hidden;
    font-size: 14px;
    float: left;
    border-radius: 5px;
    width: 100%;
    /* padding-right: 39px; */
}

.search button {
    /* border-left: 1px solid #ababab; */
    font-weight: 700;
    font-size: 20px;
    height: 36px;
    width: 36px;
    background: 0 0;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.urri{
    display: flex;
}
.uselogin li {
    float: left;
    line-height: 56px;
    margin-left: 20px;
}

.uselogin li a {
    font-size: 30px;
    color: #323232;
}
/* 我的下拉菜单 */
.dropbtn {
    padding:0 10px; 
    display:block;
    color: white;   
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}  

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown-content {
	left: 0px;
    display: none;
    position: absolute;
    background-color: #fff;
    width: 150px;;
    padding: 5px 0;
    /*box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);*/
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.uselogin li .dropdown-content a {
    color: black;
    padding: 5px 0;
    line-height: 40px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}  
.dropdown-content a:hover {
    background-color: #f1f1f1
} 
.dropdown:hover .dropdown-content {
    display: block;
}  
.dropdown:hover .dropbtn {
    background-color: #f1f1f1;
}
/* 消息下拉菜单 */

.msgbtn {
    padding:0 10px; 
    display:block;
    color: white;   
    font-size: 16px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}  

.msgdown {
    position: relative;
    display: inline-block;
}
.msgdown-content {
	left: 0px;
    display: none;
    position: absolute;
	background-color: #fff;
	width: 110px;
	padding: 5px 0;
	/* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1); */
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	background-clip: padding-box;
}

.uselogin li .msgdown-content a {
    color: black;
    padding: 5px 10px;
    line-height: 40px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}  
.msgdown-content a:hover {
    background-color: #f1f1f1
} 
.msgdown:hover .msgdown-content {
    display: block;
}  
.msgdown:hover .msgbtn {
    background-color: #f1f1f1;
}

/* 发布下拉菜单 */

    .drbtn {
        /* background-color: #4CAF50; */
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
   }  
   .drdown {
        position: relative;
        display: inline-block;
   }
   .drdown-content {
        display: none;
        position: absolute;
        /* margin-left: -30px; */
        background-color: #f9f9f9;
        width: 130px;
        border: 1px solid rgba(0,0,0,.1);
        /* border-radius: 4px; */
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        background-clip: padding-box;
   }
   .uselogin li .drdown-content a {
        color: black;
        padding: 10px 0px;
        text-decoration: none;
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 30px;
   }  
   /* .dropdown-content a:hover {
        background-color: #f1f1f1
   }  */
   .drdown:hover .drdown-content {
        display: block;
   }  
   .drdown:hover .dpbtn {
        background-color: #3e8e41;
   }
.drdown-content .writewen{
    background: #7C4DFF;
}
.drdown-content .writewen:hover{
    background: #651FFF;
}
.drdown-content .askwen{
    background: #8BC34A;
}
.drdown-content .askwen:hover{
    background: #689F38;
}
.drdown-content .ganwu{
    /* background: #f977e3; */
    background: #df77f9;
}
.drdown-content .ganwu:hover{
    /* background: #f963e0; */
    background: #d85af7;
}
.drdown:hover .drbtn {
    background-color: #f1f1f1;
}
/* 回到顶部 */
#back_top{ 
  display:block;  
  border: 1px solid #dcdcdc;
  position:fixed;  
  /* bottom:50px;   */
  /* right:40px;  */
  /* border-radius:10px 10px 10px 10px;    */
  text-decoration:none;  
  /* display:none;   */
  /* background-color:#999999;      */
  }
  #back_top span{ 
    display:block; 
    width:50px; 
    height: 50px;
    text-align:center; 
  } 
  #back_top span:hover{ 
    background:#f9f9f9; 
  } 
  #back_top span i{
    font-size: 18px;
    color: #333;
    padding-top: 16px;
    display: block;
  }
/* end */
.shoutopic{
    width: 100%;
    float: left;
    border-bottom: 1px solid #f0f0f0;
    display: none;
  }
  .retopic{
    height: 30px;
    float: left;
    font-size: 14px;
    color: #333;
    font-weight: 700;
  }
  .reti{
    width: 100%;
    float: left;
  }
  .reti .shouttbox {
    float: left;
    border-radius: 5px;
    border: none;
    color: #7C4DFF;
    border: 1px solid #7C4DFF;
    padding: 3px 9px;
    font-size: 14px;
    margin: 8px 15px 15px 0;
}
/* 收起展开 */
.leftMenu a {
    text-decoration: none;
    display: block;
}

.leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top: 45px;
    display: block;
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
    display: none;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.leftMenu ul li {
    position: relative;
    padding: 10px 0 10px 20px;
    overflow:hidden;
}
   
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: -3px;
}

.f2, .f3 {
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
}

.menu-dark-backdrop.in {
    height: 100%;
    z-index: 10009;
    background: rgba(0,0,0,0.5);
}
.leftMenu ul li i{
    margin-right: 15px;
}
.sz .btn {
    background: none;
}
.leftMenu ul li span{
    margin-left: 15px;
    font-size: 18px;
}
.smallsearch{
    display: none;
}
.smallsearch i{
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    padding-right: 16px;
}
/* 分页样式 */
.pageBox {text-align: center;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;width:34px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active{background:#7f5af1;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #7f5af1;border: 1px solid #a900ff;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}
/* 响应式底部 */
.footershow{
        width: 960px;
        margin: 0 auto;
    }
    .sofoot{
        display: none;
    }
.down{
    position: fixed;
    width: 60%;
    height: 38px;
    line-height: 38px;
    border-radius: 20px;
    bottom: 66px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-color: #a900ff;
    color: #fff;
} 
.down a{
   color: #fff; 
}   
    .foottab{
        width: 100%;
        height: 45px;
        border-top: 1px solid #ddd;
        background: #fdfcfc;
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: fixed;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 1030;
    }
    .foottab li{
        /* width: 20%; */
        text-align: center;
        color: #333;
    }
    .foottab li .iconfont{
      font-size: 20px;
    }
    .foottab li p{
      font-size: 12px;
      display: inline-block;
      -webkit-transform:scale(0.9);
    }
    .tab_btn{float:left;text-align:center;}
    .selected{
      color: #db48d6;
    }
/* pc右侧动画展示 */
.dowss{
    width: 280px;
    height: 80px;
    border: 1px solid #f0f0f0;
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.bo {
  margin:0px;
  width: 280px;
  height: 80px;
  text-align:center;
  /* padding-top:43vh; */
  color:#fff;
  font-family:'Microsoft YaHei','Lantinghei SC','Open Sans',Arial,'Hiragino Sans GB','STHeiti','WenQuanYi Micro Hei','SimSun',sans-serif;
  font-size:20px;
  font-weight:100;
  overflow:hidden;
  animation:bg 10s linear infinite;
  display:flex;
/*主轴居中对齐*/
    justify-content: center;
/*侧轴居中对齐*/    
    align-items: center; 
}

.dropping-texts {
  display: inline-block;
  width: 180px;
  text-align: left;
  height: 27px;
  margin-left: 3px;
}

.dropping-texts > div {
  font-size:0px;
  opacity:0;
  margin-left:-30px;
  position:absolute;
  font-weight:300;   
  box-shadow: 0px 60px 25px -20px rgba(0,0,0,0.5);
  /* box-shadow: 0px 30px 20px -9px rgba(0,0,0,0.5); */
}

.dropping-texts > div:nth-child(1) {
  animation: roll 10s linear infinite 0s;
}
.dropping-texts > div:nth-child(2) {
  animation: roll 10s linear infinite 2s;
}
.dropping-texts > div:nth-child(3) {
  animation: roll 10s linear infinite 4s;
}
.dropping-texts > div:nth-child(4) {
  animation: roll2 10s linear infinite 6s;
}



@keyframes roll {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(-25deg);
  }
  3% {
    opacity:1;
    transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  20% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  27% {
    font-size:0px;
    opacity:0.5;
    margin-left:20px;
    margin-top:100px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(15deg);
  }
}

@keyframes roll2 {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  3% {
    opacity:1;
    transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  30% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  37% {
    font-size:50px;
    opacity:0;
    margin-left:-60px;
    margin-top:-30px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-10px;
    margin-top:0px;
    transform: rotate(30deg);
  }
}

@keyframes bg {
  0% {background: #ff0075;}
  3% {background: #0094ff;}
  20% {background: #0094ff;}
  23% {background: #b200ff;}
  40% {background: #b200ff;}
  43% {background: #8BC34A;}
  60% {background: #8BC34A;}
  63% {background: #F44336;}
  80% {background: #F44336;}
  83% {background: #F44336;}
  100% {background: #F44336;}
}
    
/* 响应式 */
.sz{
    display: none;
    float: left;
    }
@media (max-width:522px) {
    .search{
        display: none;
    }
    .drdown{
        display: none;
    }
    .wp{
        display: block;
    }
    .rtop{
        width: 42%;
    }
    .sz{
        position: absolute;
        left: 0;
    }
    .navbar .rtop .logo{
        margin: 0 auto;
        /* width: 139px; */
    }
    .header__right{
        position: absolute;
        top: 0;
        right: 0;
    }
    .smallsearch{
        display: block;
    }
}
@media (max-width:900px) {
    .uselogin{
        display: none;
    }
    .logo img{
        width: 119px;
        height: 29px;
        text-align: center;
        margin-left: 20px;
    }
}     
@media (max-width:992px) {
  .navbar{
    height: 45px;
    border-bottom: 3px solid #f0f0f0;
  }
  .navbar .rtop .logo{
    line-height: 45px;
  }
  .wp{
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: space-around;
  }  
  .wp .logo{
    line-height: 45px;
  }
  .logo img{
    width: 119px;
    height: 29px;
  }
  .search {
    /* display: none; */
    padding-right: 15px;
  }
  .uq-earch{
        margin-top: 5px;
        height: 32px;
    }
    .search input{
        padding-right: 20px;
        height: 30px;
    }
    .search button{
        height: 30px;
    }
    .uselogin li{
        line-height: 45px;
    }
  #plcomment_top{
    padding: 0;
  }
  .rtop{
        width: 42%;
        float: left;
    }
  .navtext{
    display: none;
  }
  /* .uselogin{
        display: none;
    } */
  .uselogin li{
    margin-left: 5px;
  }
  .dropdown{
    display: none;
  }
  .drdown{
        display: none;
    }
  .shoumsg{
    display: none;
  }
  .sz{
    display: block;
    float: left;
    font-size: 28px;
    line-height: 45px;
    padding-left: 5px;
    padding-right: 5px;
    }
    .col{
        display: none;
    }
    .mc{
        display: flex;
        width: 100%;
        margin-top: 0;
    }
    #list-cont{
        width: 100%;
        padding: 0px 15px;
    }
    .shoutopic{
        display: block;
        padding-top: 20px;
    }
   .conlist {
    /* padding: 10px; */
    width: 100%;
   } 
   .conlist li{
    width: 100%;
   }
    
    .conmain{
        width: 100%;
        margin-top: 0;
    }
   .lecont{
    width: 100%;
    margin-right: 0px;
    padding: 0 10px;
   }
   .ricont{
    display: none;
   }
   .cons{
    padding: 15px 5px;
   }
   .pl{
    padding-top: 15px;
    background: #fff;
   }
   .pl .lgyPl_v2_record_item_saytext{
    background: #fff;
   }
   .navbar{
    /* position: inherit; */
    position: fixed;
    }
    .footershow{
        display: none;
    }
    .sofoot{
        display: block;
    }
   
}
@media (max-width:1440px) {
    .wp{
        width: 100%;
    }
    .search{
        width: 200px;
        margin-right: 0;
    }
     .search input{
        width: 160px;
     }
}