*{
    padding: 0;
    margin: 0;
}

html,
body {
    height: 100%;
    /* 文字风格 Sans-serif 各笔画粗细相同，Serif 笔画粗细不同，monospace 等宽体，cursive草书，fantasy梦幻 */
    font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
        '黑体', '宋体', Arial;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* body {
    font-size: 14px;
    color: #333;
} */

/* 重置各标签的默认样式 */
a,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hr,
html,
img,
input,
label,
legend,
li,
mark,
ol,
p,
section,
span,
textarea,
time,
td,
th,
ul {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
    box-sizing: border-box;
    /*  自动换行 */
    word-wrap: break-word;
    /*  强制英文单词断行 */
    word-break: break-all;
}

/*  设置标签为块级分类 */
article,
aside,
details,
fieldset,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

/* 去除input标签的默认样式 */
button,
input,
textarea {
    -webkit-appearance: none;
    font-family: 'Microsoft YaHei', sans-serif, 'Helvetica Neue', Helvetica, Arial,
        '黑体', '宋体', Arial;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    outline: none;
    background-color: transparent;
}

/*  禁止多文本框手动拖动大小 */
textarea {
    resize: none;
    -webkit-appearance: none;
}

/* 去掉按下的阴影盒子 */
input,
textarea,
a {
    -webkit-tap-highlight-color: transparent;
    all: unset;
}

/*  清除a标签下划线 */
a,
a:visited {
    text-decoration: none;
}

a:focus,
a:active,
a:hover {
    outline: none;
}

/*  清除列表前面的点 */
ol,
li,
ul {
    list-style: none;
}

/*  清除IE下图片的边框 */
img {
    border-style: none;
    font-size: 0;
}

/*  解决chrome浏览器默认黄色背景问题 */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

/*  设置默认滚动条样式 */
::-webkit-input-placeholder {
    color: #afbdcc;
}

:-moz-placeholder {
    color: #afbdcc;
}

::-moz-placeholder {
    color: #afbdcc;
}

:-ms-input-placeholder {
    color: #afbdcc;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f5f5;
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 6px;
}

::-webkit-scrollbar-corner {
    background-color: #f5f5f5;
}

::-webkit-resizer {
    background-repeat: no-repeat;
    background-position: bottom right;
}


/* 公共样式开始 */
nav, header, main, footer, .nav{
    min-width: 13rem;
}
a{
    display: flex;
}
img{
    display: flex;
}
.flex{
    display: flex;
}
.flex_align{
    display: flex;
    align-items: center;
}
.flex_justify_center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_justify_between{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex_justify_around{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.both{
    clear: both;
}
/* 公共样式结束 */




/* 头部开始 */
nav{
    width: 100%;
    height: 0.8rem;
    background-color: #ffffff;
    position: relative;
}
nav .nav{
    width: 100%;
    height: 0.8rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -0.04rem 0.02rem 0.43rem 0 rgba(154,159,178,0.35);
}
nav .nav .nav_left{
    font-weight: 800;
    font-size: 0.3rem;
    color: #00051C;
}
nav .nav .nav_center{
    width: 6.19rem;
    margin: 0 0.65rem 0 0.56rem;
}
nav .nav .nav_center .nav_input{
    width: 100%;
    height: 0.30rem;
    background: #FFFFFF;
    border-radius: 0.15rem;
    border: 0.01rem solid #666666;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav .nav .nav_center .nav_input_title{
    width: 0.52rem;
    height: 100%;
    background: #F0F2F5;
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
}
nav .nav .nav_center .nav_input_input{
    width: 5.0rem;
    height: 100%;
    display: flex;
}
nav .nav .nav_center .nav_input_input input{
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    color: #00051C;
}
nav .nav .nav_center .nav_input .nav_input_img{
    width: 0.15rem;
    height: 0.15rem;
    margin-right: 0.1rem;
}
nav .nav .nav_center .nav_hot{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.03rem;
}
nav .nav .nav_center .nav_hot .p1{
    font-size: 0.12rem;
    color: #666666;
    white-space: nowrap;
}
nav .nav .nav_center .nav_hot .p2{
    font-size: 0.12rem;
    color: #F05928;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 0.1rem;
}
nav .nav .nav_center .nav_hot .p2 span{
    display: inline-block;
    margin-right: 0.05rem;
    cursor: pointer;
}
nav .nav .nav_right{
    display: flex;
    align-items: center;
}
nav .nav .nav_right .nav_right_flex{
    display: flex;
    align-items: center;
    margin-right: 0.2rem;
    cursor: pointer;
}
nav .nav .nav_right .nav_right_flex .img1{
    width: 0.14rem;
    height: 0.17rem;
}
nav .nav .nav_right .nav_right_flex .img2{
    width: 0.20rem;
    height: 0.16rem;
}
nav .nav .nav_right .nav_right_flex span{
    font-weight: 400;
    font-size: 0.14rem;
    color: #666666;
    margin-left: 0.05rem;
}
nav .nav .nav_right .nav_right_btn{
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    margin-left: 0.2rem;
    cursor: pointer;
}
nav .nav_right_headerpic{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin-left: 0.2rem;
    cursor: pointer;
}
/* 头部结束 */
/* 个人中心弹窗开始 */
.user_info_dongwei{
    width: 12rem;
    min-width: 12rem;
    position: fixed;
    left: 50%;
    top: 0.8rem;
    z-index: 10;
    transform: translateX(-50%);
}
.user_info_dongwei .user_info2{
    width: 2.8rem;
    background-color: #ffffff;
    box-shadow: 0 0 0.1rem rgba(154,159,178,0.35);
    position: absolute;
    right: 0rem;
    padding: 0.1rem 0.13rem 0.12rem;
    border-radius: 0.05rem;
}
.user_info_dongwei .user_info_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user_info_dongwei .user_info_top_img{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
}
.user_info_dongwei .user_info_top_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.user_info_dongwei .user_info_top_right{
    width: calc(100% - 0.4rem - 0.12rem);
}
.user_info_dongwei .user_info_top_flex{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.user_info_dongwei .user_info_top_flex .name{
    width: 60%;
    font-size: 0.18rem;
    color: #00051C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.user_info_dongwei .user_info_top_flex .tuichu2{
    font-size: 0.13rem;
    color: #ffffff;
    border-radius: 0.01rem;
    background-color: rgb(246,200,67);
    padding: 0.03rem 0.1rem;
    border-radius: 0.02rem;
    cursor: pointer;
}
.user_info_dongwei .user_info_top_time{
    width: 100%;
    font-size: 0.12rem;
    color: #999999;
    margin-top: 0.03rem;
}
.user_info_dongwei .user_info_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.user_info_dongwei .user_info_bottom_flex{
    width: 50%;
    display: flex;
    align-items: center;
    margin: 0.15rem 0 0;
    cursor: pointer;
}
.user_info_dongwei .user_info_bottom_flex img{
    width: 0.2rem;
    height: 0.2rem;
}
.user_info_dongwei .user_info_bottom_flex span{
    font-size: 0.16rem;
    color: #666666;
    margin-left: 0.08rem;
}
/* 个人中心弹窗结束 */
/* 尾部开始 */
footer{
    width: 100%;
    background-color: #0C1E2F;
}
footer .footer_top{
    width: 12rem;
    margin: 0 auto;
    padding: 0.3rem 0 0.2rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .footer_top .top_left .top_left_title{
    font-weight: 800;
    font-size: 0.36rem;
    color: #FFFFFF;
}
footer .footer_top .top_left .top_left_tel{
    width: 2.40rem;
    height: 0.48rem;
    background: linear-gradient(90deg, #297BFF 0%, #5EA1FF 100%);
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.3rem;
    color: #FFFFFF;
    margin-top: 0.2rem;
    cursor: pointer;
}
footer .footer_top .top_left .top_left_tel img{
    width: 0.23rem;
    height: 0.24rem;
    margin-right: 0.1rem;
}
footer .footer_xian{
    width: 0.01rem;
    height: 1.55rem;
    background: #233443;
}
footer .footer_top .top_center{
    width: 4.19rem;
    height: 0.48rem;
    background: #233443;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    padding: 0 0.18rem;
    box-sizing: border-box;
    margin-top: 0.56rem;
}
footer .footer_top .top_center img{
    width: 0.18rem;
    height: 0.18rem;
}
footer .footer_top .top_center input{
    width: calc(100% - 0.18rem - 0.11rem);
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.5);
    margin-left: 0.11rem;
}
footer .footer_top .top_right{
    display: flex;
    align-items: center;
}
footer .footer_top .top_right .top_right_ma{
    width: 1.20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
footer .footer_top .top_right .top_right_ma:nth-child(2){
    margin-left: 0.19rem;
}
footer .footer_top .top_right .top_right_ma img{
    width: 1.20rem;
    height: 1.20rem;
    background: #FFFFFF;
    border-radius: 0.12rem;
}
footer .footer_top .top_right .top_right_ma p{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.68);
    margin-top: 0.12rem;
}
footer .footer_center{
    width: 12rem;
    padding: 0.12rem 0;
    margin: 0rem auto 0;
    line-height: 0.34rem;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.5);
    border-top: 0.01rem solid #233443;
    display: flex;
}
footer .footer_center .p1{
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    white-space: nowrap;
}
footer .footer_center .p2{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer .footer_center .p2 span{
    font-weight: 400;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.5);
    margin-left: 0.46rem;
    cursor: pointer;
}
footer .footer_bottom{
    width: 12rem;
    margin: 0 auto 0;
    padding: 0.18rem 0 0.2rem;
    font-size: 0.14rem;
    color: rgba(255,255,255,0.2);
    border-top: 0.01rem solid #233443;
}
/* 尾部结束 */

/* 面包屑开始 */
.page_address{
    width: 12rem;
    margin: 0 auto;
    padding: 0.23rem 0 0.18rem;
    font-size: 0.14em;
    color: #666666;
}
.page_address p{
    display: flex;
    justify-content: flex-end;
}
.page_address p span{
    color: #666666;
    cursor: pointer;
}
.page_address p a span:hover{
    color: #3881F4;
}
/* 面包屑结束 */

/* 分页开始 */
.paging{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.14rem;
    color: #333333;
}
.paging1{
    margin: 0 0.09rem;
    cursor: pointer;
}
.paging2{
    height: 0.32rem;
    line-height: 0.32rem;
    padding: 0 0.1rem;
    border-radius: 0.02rem;
    background-color: #dddddd;
    margin: 0 0.09rem;
    cursor: pointer;
}
.paging3{
    width: 0.5rem;
    height: 0.32rem;
    border-radius: 0.02rem;
    background-color: #dddddd;
    margin: 0 0.09rem;
}
.paging3 input{
    width: 100%;
    height: 100%;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
}
.paging4{
    width: 0.5rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    margin: 0 0.09rem;
    background-color: #3881F4;
    color: #ffffff;
    cursor: pointer;
}
.paging1 a{
    font-size: 0.14rem;
    color: #333333;
}
.paging2 a{
    font-size: 0.14rem;
    color: #333333;
}
.paging4 a{
    font-size: 0.14rem;
    color: #333333;
}
/* 分页结束 */

/* 空页面开始 */
.nullpage{
    width: 100%;
    padding: 0.3rem 0;
}
.nullpage img{
    width: 3rem;
    margin: 0.3rem auto 0.26rem;
}
.nullpage p{
    width: 100%;
    font-size: 0.16rem;
    color: #999999;
    text-align: center;
}
/* 空页面结束 */

/*手机端二维码弹框开始*/
.ercode_bg{
    min-width: 13rem;
    width: 100%;
    height: 10rem;
    top: 0.8rem;
}
.ercode_image{
    position: relative;
    width: 2rem;
    height: 2rem;
    left: 70%;
}
/*手机端二维码弹框结束*/