* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 5.56vw
}

body {
    background-color: #F7F8FA;

}

li {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

input {
    border: none
}

button {
    border: none
}

.of1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.of2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal
}

.of3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: normal
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

header {
    height: 15.56vw;
    background-color: rgb(255, 126, 34);
    padding: 0 3.89vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 99
}

header a img {
    height: 8.89vw
}

header #search {
    position: relative;
    /*display: none;*/
}

header #search input {
    width: 50vw;
    height: 10vw;
    border-radius: 5vw;
    background-color: #F7F8FA;
    text-indent: 4.44vw;
    font-size: 3.89vw;
    font-weight: 500
}

header #search a {
    position: absolute;
    top: 50%;
    right: 4.44vw;
    transform: translateY(-44%)
}

header #search a img {
    width: 6.67vw;
    height: 6.67vw
}

nav {
    background-color: #fff;
    padding: 0 3.5vw !important;
    position: sticky;
    top: 15.56vw;
    z-index: 99
}

nav ul {
    height: 18.89vw;
    display: flex;
    justify-content: space-between;
    align-items: center
}

nav ul li a {
    width: 15.5vw;
    height: 14.44vw;
    border-radius: 3.33vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

nav ul li a img {
    width: 6.67vw;
    height: 6.67vw
}

nav ul li a span {
    font-size: 3.33vw;
    color: #6F7385;
    margin-top: 1.11vw;
    line-height: 4.44vw
}

nav ul li.current a {
    background-color: rgb(255, 126, 34)
}

nav ul li.current a span {
    font-weight: 700;
    color: #fff
}

#wrap {
    min-height: calc(100vh - 18.12vw);
    padding: 3.33vw 3.33vw 13.33vw;
    background-color: #fff;
    margin-top: 2.56vw
}

footer {
    padding: 3.33vw 4.44vw;
    font-size: 3.33vw;
    color: #9C9FAC;
    line-height: 4.44vw;
    text-align: center
}

#page_select {
    height: 13.61vw;
    border-radius: 47.78vw;
    background-color: #F7F8FA;
    padding: 0 2.22vw;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

#page_select a {
    display: block;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    color: #41475E;
    text-align: center;
    padding: 4px 8px;
    white-space: nowrap;
    min-width: 30px;
}
#page_select a.current {
    background-color: rgb(255, 126, 34);
    color: #fff;
}

#page_select ul li.current span {
    background-color: rgba(255, 126, 34, 0.1);
    font-weight: 700;
    color: rgb(255, 126, 34)
}

#page_select .btn {
    width: 30vw;
    height: 8.89vw;
    border-radius: 11.94vw;
    background-color: rgb(255, 126, 34);
    font-size: 3.33vw;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center
}

#page_select .btn .icon {
    width: 3.33vw;
    height: 3.33vw
}

#page_select .btn#pre .icon {
    background: url(../assets/imgs/icon_pre.png);
    background-size: cover
}

#page_select .btn#next .icon {
    background: url(../assets/imgs/icon_next.png);
    background-size: cover
}

#page_select .btn.disabled {
    background-color: #fff;
    color: #9C9FAC
}

#page_select .btn.disabled#pre .icon {
    background: url(../assets/imgs/icon_dispre.png);
    background-size: cover
}

#page_select .btn.disabled#next .icon {
    background: url(../assets/imgs/icon_disnext.png);
    background-size: cover
}

#bread_nav {
    display: flex;
    align-items: center;
    column-gap: 2.22vw;
    font-size: 3.89vw;
    color: #9C9FAC
}

#bread_nav a {
    font-size: 3.89vw;
    color: #9C9FAC;
    white-space: nowrap;
}

#bread_nav a img {
    width: 4.44vw;
    height: 4.44vw;
    margin-top: 1vw
}

#bread_nav span {
    font-size: 3.89vw;
    color: #41475E;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search_ul{
    position: fixed;
    top: 15.56vw;
    left: 0;
    transition: all .3s;
    height: 0;
    background-color: #fff;
    z-index: 100;
    width: 100%;
    text-align: center;
    overflow-y: scroll;
}
.search_ul li {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5.56vw
}

.search_ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 3.33vw
}

.search_ul li a img {
    width: 15.56vw;
    height: 15.56vw;
    border-radius: 8px;
}
.search_ul li a .info {
    flex: 1;
    text-align: left;
}
.search_ul li a .info .name {
    font-size: 3.89vw;
    font-weight: 500;
    color: #1F1F25
}

.search_ul li a .info .bottom {
    font-size: 3.61vw;
    color: #9C9FAC;
    line-height: 5.28vw;
    margin-top: 1.67vw
}

.search_ul li a button {
    width: 20vw;
    height: 8.89vw;
    border-radius: 20vw;
    background-color: rgba(255, 126, 34, 0.1);
    font-size: 3.89vw;
    font-weight: 700;
    color: #ff7e22;
    line-height: 8.89vw
}
input {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}