body, input, h1, border, a, li, ul, p, dd, dl {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

.main {
    max-width: 7.5rem;
}

body {
    font-size: 0.16rem;
    /*height: 10000px;*/
}
/*颜色配置*/
:root{
    /*头部背景颜色*/
    --top_bgcolor:#f23030;

    /*头部字体颜色*/
    --top_textcolor:#fff;

    /*头部图标颜色*/
    --top_img_color:#fff;

    /*底部背景颜色*/
    --bottom_bgcolor:#f23030;

    /*底部文字颜色*/
    --bottom_textcolor:#fff;

    /*底部图标颜色*/
    --bottom_img:#fff;

    /*导航跳转文字颜色*/
    --nav_textcolor:#f23030;

    /*导航跳转文字border颜色*/
    --nav_bottom_bordercolor:#f23030;

    /*菜单栏文字 图标颜色*/
    --menu_text_color:#f23030;

    /*翻页按钮字体颜色*/
    --next_text_color:#f23030;

    /*翻页按钮背景颜色*/
    --next_bg_color:#fff;

    /*翻页按钮border颜色*/
    --next_border_color:#f23030;

    /*翻页按钮按下时的背景颜色与字体颜色*/
    --next_active_bg:#f23030;
    --next_active_textcolor:#fff;
}

.x_red {
    background-color: var(--top_bgcolor);
}
.x_buttom_color{
    background-color: var(--bottom_bgcolor);
}
body .x_red_text {
    color: #f23030;
    font-weight: bold;
}
.x_nav_text{
    font-weight: bold;
    color: var(--nav_textcolor);
}
body .menu_cls{
    font-weight: bold;
    color: var(--menu_text_color);
}
/*子元素垂直 水平居中*/
.x_center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.x_y_center {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}

/*字体大小*/
.min_font {
    font-size: 0.2rem;
}

.min_font_add {
    font-size: 0.25rem;
}

.min_mincenter_font {
    font-size: 0.3rem;
}

.min_center_font {
    font-size: 0.35rem;
}

.max_font {
    font-size: 0.8rem;
}

.x_top {
    width: 100%;
    height: 0.9rem;
   /* background-image: url("../images/bg.png");*/
    color: var(--top_textcolor);
    position: relative;
}
.x_top .fa-navicon{
    color: var(--top_img_color);
}
.fa-fw {
    font-size: 0.4rem;
    cursor: pointer;
}

.x_top > .fa-fw {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.x_banner {
    width: 100%;
    height: 3.4rem;
    /*background-color:pink;*/
}

.x_banner img {
    width: 100%;
    height: 100%;
}

.x_lattice {
    width: 100%;
    height: 100%;
    /* background-color: pink; */
    overflow: hidden;
    padding-left: 0.06rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.x_lattice .x_lattice_list {
    width: 32%;
    height: 2rem;
    /*background-color: red;*/
    float: left;
    margin-bottom: 0.1rem;
    /*background-color: rgba(216, 117, 112, 1);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.5rem;
}

.x_lattice a:nth-child(2) .x_lattice_list {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.x_lattice a:nth-child(5) .x_lattice_list {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.x_lattice .x_lattice_list:nth-child(4), .x_lattice .x_lattice_list:nth-child(5), .x_lattice .x_lattice_list:nth-child(6) {
    margin-bottom: 0;
}

.x_lattice_list .fa-fw, .x_lattice_list p {
    color: #fff;
}

.x_lattice_list p {
    margin-top: 0.2rem;
}

/*带标题的跳转*/
.x_nav_link {
    width: 100%;
    /*background-color: pink;*/
    /* padding: 0.22rem 0.15rem; */
    height: 0.80rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*align-items: center;*/
    border-bottom: 2px solid #eee;
}

.x_nav_link p {
    font-size: 0.35rem;
    font-family: "宋体";
}

.x_nav_link .text_box {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0.06rem;
    border-bottom: 2px solid;
    border-color: var(--nav_bottom_bordercolor);
}

.x_nav_link span, .fa-angle-right {
    display: flex;
    align-items: center;
    /* float: right; */
    /* text-align: right; */
    justify-content: center;
    font-weight: normal;
}

.nav_news {
    width: 100%;
    /*background-color: skyblue;*/
}

.nav_news_img_ {
    width: 98%;
    /*background-color: #fff;*/
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #eee;
}

.x_nav_news_img_box img {
    width: 2.7rem;
}

.x_nav_news_img_box {
    margin-right: 0.25rem;
}

.x_nav_news_text_box {
    display: flex;
    flex-direction: column;
    padding-top: 0.2rem;
}

.x_nav_news_text_box span {
    font-size: 0.27rem;
    margin-top: 0.2rem;
    color: #999;
}

.x_nav_list_new {
    width: 98%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}

.x_nav_list_new:active {
    background-color: #eee;
}

.x_nav_list_right {
    width: 80%;
    padding-top: 0.30rem;
    padding-bottom: 0.30rem;
    padding-left: 0.25rem;

}

.x_nav_list_right p {
    margin-bottom: 0.20rem;
}

.x_nav_list_right span {
    color: #ABABAB;
}

.box {
    width: 100%;
    display: flex;

}

.x_box {
    width: 100%;
}

.x_box:active {
    background-color: #eee;
}

.x_footer {
    width: 100%;
   /* background-image: url("../images/bg.png"); */
    display: flex;
}
.x_footer a{
    width: 20%;
}
.x_list_footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
    color: var(--bottom_textcolor);

}

.x_list_footer span {
    margin-bottom: 0.10rem;
}

.x_list_footer .fa-commenting {
    color: #fff;
}

.x_list_footer:active {
    background-color: rgba(0, 0, 0, .3);
}

.x_list_footer .fa-fw {
    color: var(--bottom_img);
}

.x_topnav_list {
    width: 100%;
    position: absolute;
    /*height: 100%;*/
    background-color: #fff;
    top: 0;
    display: none;
}

.x_img_text_nav {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /*background-color: pink;*/
    padding: 0.3rem 0.4rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    color: #333;

}

.x_img_text_nav_right_box {
    display: inline-flex;
    align-items: center;
}

.x_img_text_nav_right_box .fa-home {
    font-size: 0.5rem;
}

.x_img_text_nav .fa-angle-right {
    font-size: 0.5rem;
}

.x_img_text_nav_right_box span {
    margin-right: 0.1rem;
}

.x_img_text_nav:active {
    background-color: #eee;
}

/*回到顶部*/
.x-back_top {
    width: 100%;
    /*background-color: pink;*/
    text-align: right;
    padding: 0.1rem 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.x_back_top_rightclick {
    text-align: right;
    color: #fff;
}

.x_back_top_rightclick p {
    display: inline-block;
    color: #fff;
}

.x_technical {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #bebcbc;
    line-height: 0.5rem;
    padding-bottom: 1.2rem;
}

.x_nextbox {
    width: 100%;
    /*background-color: pink;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0  0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.x_nextbox .x_pre {
    padding: 0.1rem 0.30rem;
    background-color: #fff;
}

.x_nextbox .min_center_font {
    font-weight: normal;
}
.x_nextbox .x_pre,.x_nextbox .x_next{
    border: 1px solid #f23030;
    border-color: var(--next_border_color);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: var(--next_text_color);
}
.x_next {
    padding: 0.1rem 0.30rem;
    background-color: var(--next_bg_color);
}
.x_nextbox p{
    color: #797272;
}
.x_nextbox .x_pre:active,.x_nextbox .x_next:active{
    background-color: var(--next_active_bg);
    color: var(--next_active_textcolor);
}
.x_list_img{
    width: 45%;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    display: inline-block;
    margin: 0.13rem;
}
.x_list_img_top{
    width: 100%;
    height: 140px;
    background-image: url("../images/list_img.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.x_list_img p{
    text-align: center;
    padding: 0.1rem 0.1rem;
}
.x_inputbox{
    width: 90%;
    /*background-color: pink;*/
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3
 }
.x_inputbox span{
    /*display: inline-block;*/
    width: 14%;
    float: left;
    /* display: flex; */
    height: 0.9rem;
}
.x_inputbox input{
    width: 80%;
    box-sizing: border-box;
    float: left;
    /* padding: 0.2rem 0; */
    height: 0.9rem;
    outline: none;
    border: none;
}
.x_inputbox .min_center_font{
    justify-content: normal;
}
.x-button{
    width: 90%;
    margin: 0 auto;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    border: none;
}

.x_list_showimg{
    width: 100%;
    padding: 0.25rem 0;

}
.x_list_img_radius{
    display: inline-block;
    margin-left: 0.36rem;
}
.x_list_radius_{
    width: 1.3rem;
    height: 1.3rem;
}
.x_list_radius_ img{
    width: 100%;
}
.x_list_img_radius p{
    font-size: 0.26rem;
    text-align: center;
    margin-top: 0.1rem;
}
.nav_lanmu{
    border: 1px solid #f1f1f1;
    padding-left: 0.1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.nav_lanmu ul li{
    display: inline-block;
    border-radius: 14px;
    margin-right: 0.15rem;
}
.nav_lanmu ul li a{
    font-size: 0.26rem;
    padding: 0.10rem 0.2rem;
    display: inline-block;
    background-color: #f23030;
    border-radius: 14px;
    color: #fff;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.main_centerimg{
    width: 100%;
    height: 100%;
    margin: 0.3rem 0;
}
.main_centerimg img{
    width: 100%
}