@charset "utf-8";
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

* {
    outline: none;
}

html,
body {
    font-size: 12px;
}


/* body {
    font: 12px/1.5;
    background-repeat: no-repeat;
    background-position: 120% 90%;
    background-attachment: fixed
} */

body,
div,
p,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
canvas,
button,
dl,
dd,
dt {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: inherit;
}

header,
hgroup,
nav,
section,
article,
aside,
footer {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
textarea,
select {
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

legend {
    color: #000;
}

img {
    vertical-align: top;
}

a:link,
a:visited {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.show {
    display: block;
}

.hide {
    display: none;
}


/* 公共样式结束 */

body {
    max-width: 450px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0);
}

.head {
    width: 100%;
    height: auto;
}

.center {
    display: flex;
    justify-content: space-between;
}

.bg {
    height: 80px;
    background: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
}

.logo img {
    height: 45px;
}

.icon {
    width: 150px;
    display: flex;
    justify-content: space-around;
}

.icon a {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(64, 146, 217, 0.28);
    font-size: 18px;
    font-weight: 500;
    color: #2559A8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon img {
    width: 18px;
    line-height: 45px;
}

.nav {
    height: 50px;
    background: #164299;
    overflow: auto;
}

.list {
    width: 900px;
    padding: 0 16px;
    box-sizing: border-box;
}

.list a {
    display: inline-block;
    height: 50px;
    font-size: 17px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 14px;
    box-sizing: border-box;
    line-height: 50px;
}

.select {
    background-color: rgba(255, 255, 255, 0.1);
}

.right_button {
    width: 30px;
    height: 50px;
    background: linear-gradient(149deg, #4C7ED0, #31AEE5);
    position: absolute;
    right: 0;
    top: 80px;
}

.right_button img {
    width: 10px;
    height: 16px;
}

.search {
    width: 100%;
    height: 130px;
    background: #164299;
    box-shadow: 0px 4px 5px 1px rgba(0, 0, 0, 0.1);
    padding: 12px 8px;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
}

.header_search {
    width: 80%;
    height: 40px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 4%);
    border-radius: 60px;
}

.sertext {
    width: 206px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 56px;
    background-image: url(../images/search_w.png);
    background-size: 18px;
    background-position: 12px;
    background-repeat: no-repeat;
}

.serbtn {
    width: 80px;
    height: 32px;
    background: linear-gradient(149deg, #4C7ED0, #3A9DDE);
    box-shadow: 0px 4px 5px 1px rgb(0 0 0 / 10%);
    border-radius: 40px;
    margin: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    position: relative;
    bottom: 1px;
}

.search_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.close {
    width: 36px;
    height: 16px;
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #B6DFF8;
    line-height: 40px;
    margin-right: 12px;
}

.head_function {
    width: 92%;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.head_function a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.head_function img {
    display: block;
    width: 25px;
    height: 25px;
    margin: 0 auto;
}