html,body,div,span,h1,h2,h3,h4,h5,h6,p,em,small,strong,dl,dt,dd,ol,ul,li {
    margin: 0;
    padding: 0;
    font-size: 100%;
    caret-color: rgba(0, 0, 0, 0)
}
.layui-table-box{
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}
input {
    caret-color: rgba(92, 92, 92, 0.75)
}

.sprite_icon {
    background: url(/static/img/favicons/page_icons.svg) no-repeat
}

ul,
ol {
    list-style: none
}

a {
    display: block;
    color: #333;
    text-decoration: none
}

a:hover {
    color: #67c8e9;
    text-decoration: none
}

input,
button {
    padding: 0;
    border: 0;
    outline: 0;
    background: 0
}

img {
    vertical-align: top
}

.search {
    position: relative
}

.search-content {
    float: left;
    padding: 0 12px;
    border-radius: 2px;
    box-sizing: border-box;
    color: #0e0f0f;
    font-size: 16px
}

.search-btn {
    float: left;
    position: absolute;
    right: 0;
    top: 0
}

/* .header {
    position: relative;
    width: 100%;
    height: 100%
} */

.header-bg {
    width: 100%;
    /* height: 24vh; */
    /* height: 64vh; */
    /* height: 400px; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

#rilibody{
    margin-top: 130px;
}

.nav-more__hover {
    display: none;
    margin-top: .2rem;
    position: absolute;
    min-width: 567px;
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2)
}

nav-more__hover:after {
    content: "";
    position: absolute;
    left: 131px;
    top: -9px;
    width: 18px;
    height: 10px;
    background: url(/images/header_arrow.png) no-repeat
}

.nav-more__hover .wrapper {
    padding: 0 20px
}

.nav-more__hover .top-part {
    height: 2.5rem;
    line-height: 54px;
    font-size: 0
}

.nav-more__hover .top-part a,
.nav-more__hover .middle-part a,
.nav-more__hover .bottom-part a {
    display: inline-block
}

.nav-more__hover .top-part a {
    font-size: 16px;
    color: #222
}

.nav-more__hover .top-part a:nth-child(1),
.nav-more__hover .top-part a:nth-child(2) {
    width: 100px;
    font-family: 'SmileySans-Oblique';
    font-weight: 600;
}

.nav-more__hover .top-part a:hover {
    color: #333
}

.nav-more__hover .middle-part {
    border-bottom: 1px dotted #ddd;
    font-size: 0
}

.nav-more__hover .middle-part a {
    width: 20%;
    cursor: pointer;
    margin: 3px auto;
    text-decoration: none;
    line-height: 32px;
    font-size: 14px;
    font-family: 'SmileySans-Oblique';
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}

.nav-more__hover .middle-part a:hover {
    font-weight: bolder
}

.nav-more__hover .middle-part b {
    font-weight: 700
}

.middle-part img {
    margin: 5px;
    width: 24px;
    vertical-align: middle
}

.nav-more__hover .bottom-part {
    position: relative;
    float: right;
    padding-top: 8px;
    padding-left: 30px;
    font-size: 0
}

.nav-more__hover .bottom-part .pin-icon {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 8px;
    width: 26px;
    height: 26px;
    background-position: 7px -302px;
    border: 1px solid #ededed
}

.nav-more__hover .bottom-part .pin-icon:hover {
    background-position: -43px -302px
}

.nav-more__hover .bottom-part a {
    line-height: 28px;
    margin: 0 8px;
    color: #999;
    font-size: 14px
}

.nav-more__hover .bottom-part span {
    display: inline-block;
    line-height: 28px;
    color: #999;
    font-size: 14px
}

.header-user {
    float: right;
    margin-top: 8px
}

.header-user .register,
.header-user .login {
    float: left;
    width: 52px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-left: 10px;
    color: #fff;
    border-radius: 2px
}

.header-user .register:hover,
.header-user .login:hover {
    text-decoration: none
}

.header-user .register {
    background-color: rgba(201, 0, 0, .6);
    border: 1px solid transparent
}

.header-user .register:hover {
    background-color: rgba(201, 0, 0, .9)
}

.header-user .login {
    border: 1px solid rgba(255, 255, 255, .8);
    box-sizing: border-box
}

.header-user .login:hover {
    color: #444;
    background-color: #fff
}

.header-top .search {
    position: absolute;
    display: none;
    left: 438px;
    top: 8px
}

.header-top .search-content {
    width: 527px;
    height: 34px;
    margin-left: 400px;
    line-height: 34px;
    border: 1px solid #ddd;
    background-color: #fafafa
}

.header-top .search-content:hover {
    border-color: #bbb;
    background-color: #fff
}

.header-top .search-btn {
    width: 32px;
    height: 32px;
    background-position: 5px -93px
}

.header .search-btn:hover {
    background-position: -45px -93px
}

.header-top__fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    background-color: #fff
}

.header-top__fixed .header-logo {
    background: url(/images/logo_red.svg) no-repeat
}

.header-top__fixed .header-nav .item {
    color: #333
}

.header-top__fixed .header-nav .item-cur,
.header-top__fixed .header-nav .item:hover {
    color: #c90000
}

.header-top__fixed .nav-more {
    background-position: 0 -248px
}

.header-top__fixed .header-user .register {
    background: linear-gradient(#e53e49, #d43636);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 1px 0 rgba(255, 255, 255, .3)
}

.header-top__fixed .header-user .register:hover {
    background: linear-gradient(#f45d68, #e54646)
}

.header-top__fixed .header-user .login {
    color: #333;
    background: linear-gradient(#fafafa, #f2f2f2);
    border-color: #d9d9d9
}

.header-top__fixed .header-user .login:hover {
    background: linear-gradient(#FFF, #f7f7f7);
    border-color: #ccc
}

.header-top__fixed .search {
    display: block
}

.banner {
    position: absolute;
    /*position: fixed;*/
    z-index: 9;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    /* top: 16%; */
}

.banner-titlte {
    width: 100%;
    text-align: center
}

.banner .search {
    /* margin-top: 40px */
}

.banner .search-content {
    min-width: 567px;
    height: 50px;
    border-radius: 5px;
    padding-left: 3rem;
    border: 1px solid #8a87876e;
    background-color: #eee;
    background-color: #fff7f759;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}

.banner .search-btn {
    width: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 50px;
    background: url(/static/img/favicons/icon-search.svg) no-repeat 12px 16px;
    background-color: #abb1b19c
}

.banner .search:hover .search-btn {
    background-position: 12px -34px
}

.banner .search-hot a {
    display: inline;
    color: #fff
}

.header-bg__info {
    position: absolute;
    right: 50px;
    bottom: 0;
    line-height: 56px;
    color: #fff
}

.header-bg__info a {
    display: inline;
    color: rgba(255, 255, 255, .85)
}

.header-bg__info a:hover {
    color: #fff
}

#plus {
    border-right: unset;
    border-radius: 5px 0 0 5px;
    position: relative;
    width: 44px;
    cursor: pointer;
    z-index: 99;
    height: 50px;
    background-size: 70%
}

#plus:hover {
    z-index: 99;
    width: 44px;
    cursor: pointer;
    z-index: 99;
    height: 50px;
    cursor: pointer;
    background: url('/static/img/favicons/upload.png') no-repeat center 5px;
    background-color: rgba(0, 0, 0, .7)
}

h1 {
    font-weight: 300;
    color: #666;
    text-align: center;
    /* font-size: 32px */
}
.search_title{
    /* font: normal 16px/1.0 SmileySans-Oblique; */
    font-family: raleway,SmileySans-Oblique;
}

.box {
    background: #fff;
    border: 1px solid #d3d3d3
}

.tab_menu {
    overflow: hidden
}

.tab_menu li {
    width: 20%;
    float: left;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    cursor: pointer
}

.tab_menu li.current {
    color: #333;
    background: #ededed
}

.tab_menu li a {
    color: #fff;
    text-decoration: none;
    width: 20%
}

.tab_menu li.current a {
    color: #333
}

.tab_box {
    padding: .5rem .1rem .5rem .8rem
}

.tab_box li span {
    margin: 0 5px 0 0;
    /* font-family: "宋体"; */
    font-size: 12px;
    font-weight: 400;
    /* color: #ddd */
}

.tab_box .hide {
    display: none
}

.content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 36%
}

.myhref {
    visibility: hidden;
    margin: auto;
    margin-top: 2rem;
    float: none;
    text-align: center;
    border-radius: 9px;
    height: 8.5rem
}

.my-list {
    display: flex;
    justify-content: center
}

.my-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.my-list li {
    width: 100px;
    position: relative;
    margin: 3px 3px;
    list-style-type: none
}

.mylink {
    display: block;
    background: rgba(0, 0, 0, .35);
    color: #FFF;
    font-size: 13px;
    text-align: center;
    min-height: 35px;
    line-height: 35px;
    padding: 4px 0;
    border-radius: 2px;
    transition: all .2s;
    z-index: 1
}

.mylink:hover {
    background: rgba(0, 0, 0, .45);
    font-size: 15px;
    font-weight: bold;
    cursor: pointer
}

.myit {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    display: none;
    cursor: pointer;
    background: url(/static/img/favicons/update.png);
    background-size: 20px 20px
}

#reset {
    display: none;
    background: #eee;
    width: 480px;
    height: 200px;
    position: absolute;
    z-index: 10;
    left: 30%;
    top: 35%;
    -moz-box-shadow: 0 0 8px #636363;
    -webkit-box-shadow: 0 0 8px #636363;
    box-shadow: 0 0 8px #636363;
    border-radius: 5px
}

#reset #talk {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    height: 35px;
    background: #ccc;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #687426;
    font-weight: 700
}

#talk #close {
    position: absolute;
    right: 5px;
    top: 0;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #999;
    cursor: pointer
}

#reset .group {
    text-align: center;
    margin: 1rem
}

#reset .group input {
    margin: 0;
    border-radius: 2px;
    padding-left: 4px;
    border: 1px solid;
    height: 32px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 60%
}

#reset .btns input {
    width: 15%;
    padding: 6px;
    cursor: pointer;
    border-width: 1px;
    border: 1px solid #9e9e9ed9;
    border-radius: 4px;
    box-shadow: 4px 3px 1px rgb(0 0 0 / 10%), 2px 2px 0 rgb(0 0 0 / 7%)
}

#reset .btns input:hover {
    box-shadow: 1px 1px 1px rgb(0 0 0 / 10%), 0px 0 0 rgb(0 0 0 / 7%)
}

.btns {
    text-align: center
}
.banner .search-content,
.nav-more__hover {
    min-width: 500px
}
@media only screen and (min-width:768px) and (max-width:979px) {

    .banner .search-content,
    .nav-more__hover {
        min-width: 500px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {

    .banner .search-content,
    .nav-more__hover {
        min-width: 460px
    }
}

@media only screen and (min-width:0) and (max-width:479px) {

    .nav-more__hover .top-part a:nth-child(1),
    .nav-more__hover .top-part a:nth-child(2) {
        width: 40px
    }

    .nav-more__hover .middle-part a {
        display: inline-grid;
        text-align: center;
    }

    .banner .search-content,
    .nav-more__hover {
        min-width: 300px
    }
}