* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
}
html, body {
    width: 100%;
    height: 100%;
    color: #f5f5f5;
    background: #000;
    font-size: 18px;
    font-family: PingFangSC-Light, Microsoft YaHei UI Light, Microsoft YaHei UI, Microsoft YaHei, helvetica, sans-serif;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #FFF;
}
#header {
    width: 100%;
    position: relative;
    height: 80px;
    background: #fff;
    line-height: 60px;
    text-align: center;
}
#header .logo {
    height: 60px;
    width: 150px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    background: url(../images/280x280.jpg) no-repeat left top/contain;
    font-size: 21px;
    text-indent: 50px;
}
ul.bar {
    width: 40px;
    position: fixed;
    z-index: 10;
    bottom: 15px;
    right: 15px;
}
ul.bar li {
    width: 40px;
    height: 40px;
    margin-bottom: 150px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #2399fe;
    border-radius: 20px;
}
ul.bar a {
    color: #fff;
    display: block;
}
#content {
    width: calc(100% - 5px);
    max-width: 1100px;
    position: relative;
    margin: 0 auto 20px;
}
#content .search {
    width: calc(100% - 40px);
    float: left;
    padding: 30px 20px;
    height: 40px;
    background-color: #1c1818;
    border-radius: 10px;
    margin-top: 10px;
}
#content .search form {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    max-width: 450px;
    border: none;
    background: #fff;
}
#content .search form #wd {
    display: block;
    width: calc(100% - 50px);
    background: none;
    text-indent: 20px;
    height: 100%;
    float: left;
    height: 100%;
    border: none;
}
#content .search form #submit {
    display: block;
    cursor: pointer;
    width: 50px;
    background: #f982a4;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 100%;
    text-align: center;
    float: right;
    height: 100%;
    border: none;
    border-radius: 20px;
}
#content .bd{
   /* width: calc(100% - 40px); 
    float: left;*/
    padding: 20px 0 0 0;
    background-color: #1c1818;
    border-radius: 10px;
    margin: 10px 0;
}
#content .bd #title .bd_title {
    width: 100%;
    text-indent: 10px;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: left;
    font-size: 18px;
    color: #000;
}
#content .bd ul#nav {
    width: 100%;
    display: block;
    margin: 10px 0;
}
#content .bd ul#nav li {
    margin: 0 0 20px 8px;
    float: left;
    background: #fff;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 64, 128, .2);*/
}
#content .bd ul#nav li.on {
    background: #f982a4;
}
#content .bd ul#nav li a {
    display: block;
    color: #000;
    padding: 0 15px;
}
#content .bd ul#nav li.on a {
    color: #fff;
}
#content .bd ul#list {
    width: 100%;
    display: flex; 
    justify-content: flex-start;
    flex-wrap: wrap;
}
#content .bd ul#list li {
    width: 46%;
    margin: 17px;
    padding: 2px;
    background: #1c1818;
    border: 1px solid #8c8c8c;
    border-radius: 10px;
    transition: 0.3s all;
}
#content .bd ul#list li a {
    display: block;
    position: relative;
    border-radius: 5px;
}
#content .bd ul#list li img {
    position: relative;
    width: 100%;
}
#content .bd ul#list li span {
    display: block;
    width: 100%;
    /*height: 30px;*/
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
#content .bd ul#list li em {
    display: block;
    text-align: center;
    font-style: normal;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    top: 156px;
    z-index: 100;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}
#content .bd ul#list li em b {
    color: #e09015;
}
#content .bd ul#list li:hover {
    background: #fff;
    box-shadow: 0 1px 20px 0 #ddd;
}
#content .bd #more {
    width: 100%;
    height: 30px;
    margin: 10px 0;
    line-height: 30px;
}
#content .bd #more a {
    display: block;
    width: 180px;
    background: #eee;
    height: 30px;
    border-radius: 15px;
    color: #999;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
}
.page {
    width: calc(100% - 40px);
    float: left;
    padding: 30px 20px;
    height: 30px;
    background: #f982a4; 
    border-radius: 10px;
    margin: 10px 0;
    text-align: center;
}
.page a {
    display: inline-block;
    padding: 0 20px;
    margin: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #ea5781;
    border-radius: 30px;
    font-size: 12px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 64, 128, .2);*/
}
.page a:active {
    background: #29f;
    color: #fff;
}
#foot {
    clear: both;
    font-size: 12px;
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 auto;
    background: #1c1818;
    line-height: 20px;
    padding: 20px 0;
    color: #999;
}
#foot span {
    line-height: 50px;
}
#foot span a {
    color: #f03;
}
@media (max-width: 640px) {
    ul.bar {
        right: 3px;
    }
    .vbox {
        display: none;
    }
    #video{
    	height: 200px;
    }
    #content .bd ul#list li {
	    margin: 2px 5px 2px 0;
	}
	#content .bd ul#list {
	    justify-content:center;
	}
}

img{
    border-radius: 8px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #29d;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
 .button {
    background-color: #2399fd; 
    border: none;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
	border-radius: 8px;
}
 .buttons {
    background-color: #f982a4;
    border: none;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    margin: 4px 2px;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    width: 47%;
    border-radius: 12px;
    border: 2px solid #f982a4;
}
.little{
     padding: 0px;
    width: 20%;
}

.buttons:hover {
    background-color: #29f;
    color: white;
}
    
.buttons:hover {
    background-color: #29f;
    color: white;
}
.hd{
    position: absolute;
    border-radius: 8px;
    left: 80%;
    font-size: 13px;
    background-color: #f982a4;
    top: 0;
}
        table
        {
            border-collapse: initial;
            margin: 0 auto;
            text-align: center;
        }
        table td, table th
        {
             border: none;
             color: #666;
             height: 50px;
             width: 1%;
             border-radius: 12px;
            
        }
        table thead th
        {
            background-color: #CCE8EB;
            width: 100px;
        }
        table tr:nth-child(odd)
        {
            background: #8080806b;
        }
        table tr:nth-child(even)
        {
            background: #F5FAFA;
        }
.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.aui-sml-img{
    width: 50px;
    border-radius: 450px;
    background-color: #8a2a2a;
    height: 50px;
    margin-right: 0.5rem;
}


.aui-sml-img img{
    width:100%;
    height:auto;
    display:block;
    border:none;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #c3b8b8;
}

.aui-evaluate button{
    background:none;
    border:1px solid #508cee;
    color:#508cee;
    font-size:0.9rem;
    padding:0.2rem 0.8rem;
}