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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
roof,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    font: inherit;
    box-sizing: border-box;
}

body {
    line-height: 1;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    background: #F5F5F6;
    min-width: 1400px;
}

@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/c/font_4413337_vwm1mg0mxtr.woff2?t=1725326895631') format('woff2'),
        url('//at.alicdn.com/t/c/font_4413337_vwm1mg0mxtr.woff?t=1725326895631') format('woff'),
        url('//at.alicdn.com/t/c/font_4413337_vwm1mg0mxtr.ttf?t=1725326895631') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul {
    list-style: outside none none;
    box-sizing: border-box;
}

* {
    padding: 0px;
    margin: 0px;
    border: 0px none;
}

input,
textarea {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;

}

.main {
    width: 1400px;
    margin: 0 auto;
}

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

.main {
    width: 1208px;
    margin: 0 auto;
}

header {
    height: 68px;
    border-radius: 0px 0px 0px 0px;
    border-bottom: 1px solid #E5E6EB;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9;
}

header .logo {
    float: left;
    height: 36px;
    margin-top: 16px;
    margin-left: 20px;
}

header .logo img {
    height: 36px;
}

header .left {
    float: right;
    margin-top: 16px;
    display: flex;
    align-items: center;
}

header .left .search {
    width: 440px;
    height: 36px;
    background: #F7F8FA;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E5E6EB;
}

.header_search2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.search_text2 {
    position: relative;
    width: 76px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.search_text2 .text2 {
    font-weight: 400;
    font-size: 14px;
    color: #1F1F25;
}

.search_text2 img {
    width: 12px;
    height: 12px;
    margin-left: 4px;
    transition: all 0.3s;
}

.search_list2 {
    position: absolute;
    background: #fff;
    width: 100%;
    height: fit-content;
    left: 0;
    top: 32px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    display: none;
    transition: all 0.3s;
}

.search_text2::after {
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #E5E6EB;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.search_list2 li:hover{
   color: #3E5FFF;
}
.search_text2:hover .search_list2 {
    display: block;
}

.search_text2:hover img {
    transform: rotateZ(180deg);
}

.search_ipt2 {
    flex: 1;
    height: 99%;
    border: 0;
    background: #F7F8FA;
}

.search_img {
    width: 20px;
    height: 20px;
    margin-right: 16px;
    cursor: pointer;
}

.search_list2 li {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #1F1F25;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.publish {
    width: 132px;
    height: 36px;
    background: #3E5FFF;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
}

.publish2 {
    width: 132px;
    height: 36px;
    background: #3E5FFF;
    border-radius: 4px 4px 4px 4px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/*  */
.footer {
    margin-top: 60px;
    clear: both;
}

.footer-top {
    background: #3E5FFF;
    border-radius: 0px 0px 0px 0px;
    padding: 30px 0;
}

.footer-top .img {
    display: block;
    margin: 0 auto;
    width: 539px;
    margin-bottom: 20px;
}

.footer-input {
    width: 460px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    text-indent: 16px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #9C9FAC;
}

.footer-input2 {
    width: 250px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    text-indent: 16px;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 20px;
    color: #9C9FAC;
    margin: 0 16px;
}

.footer-search button {
    width: 160px;
    height: 56px;
    background: #F5703C;
    border-radius: 8px 8px 8px 8px;
    border: 0;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 29px;
}

.footer-search {
    display: flex;
    justify-content: center;
}

/*  */
.footer-line {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 16px;
    margin-top: 16px;
}

.footer-line span {
    display: block;
    width: 16px;
    height: 16px;
    background: url(//seoweb.715083.com/lks/img/radio2.png) no-repeat;
    background-size: 100% 100%;
    margin-right: 8px;
}

.footer-line.on span {
    background: url(../img/f2.png) no-repeat;
    background-size: 100% 100%;
}

.footer-line a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 16px;
}

/*  */
.footer-bottom {
    background: #262D38;
    padding: 30px 0 20px;
}

.footer-bottom-left {
    overflow: hidden;
    border-bottom: 1px solid #454E5B;
    padding-bottom: 20px;
}

.footer-bottom-line,
.footer-bottom-line2 {
    float: left;
    width: 152px;
    margin-right: 170px;
}

.footer-bottom-line .name,
.footer-bottom-line2 .name,
.footer-bottom-line3 .name {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom: 12px;
}

.footer-bottom-line ul {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-bottom-line ul li {
    float: left;
    width: 50%;
    margin-bottom: 4px;
}

.footer-bottom-line ul li a,
.footer-bottom-line2 ul li a,
.footer-bottom-line3 p {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
}

.footer-bottom-line2 ul li {
    margin-bottom: 4px;
}

.footer-bottom-line3 {
    float: left;
}

.footer-bottom-line3 p {
    margin-bottom: 8px;
}

.footer-link {
    border-bottom: 1px solid #454E5B;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

.link-title,
.footer-link a,
.footer-p,
.footer-p a {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
    line-height: 20px;
}

.footer-link span.xian {
    width: 1px;
    height: 12px;
    background: #9C9FAC;
    margin: 0 12px;
}

.footer-link span.xian:last-child {
    display: none;
}

.footer-p {
    text-align: center;
    padding-top: 20px;
}

/*  */
/*  */
.page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
}

.page a {
    margin-left: 12px;
}

.page .nunspan {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #9C9FAC;
}

.prev {
    display: flex;
    width: 32px;
    height: 32px;
    background: #F2F3F5;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E5E6EB;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.prev i {
    color: #9C9FAC;
}

.page .numa {
    display: flex;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E5E6EB;
    justify-content: center;
    align-items: center;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 14px;
    color: #41475E;
}

.page .numa.active {
    background: #3E5FFF;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
}

.next {
    display: flex;
    width: 32px;
    height: 32px;
    background: #F2F3F5;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #E5E6EB;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.next i {
    color: #9C9FAC;
}

.next.on {
    background: #fff;
}

.next.on i {
    color: #333;
}

.page .numa:hover {
    background: #3E5FFF;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
}