﻿/*====================公共样式======================*/
* {
    margin: 0;
    padding: 0;
}

img {
    margin: 0;
    border: 0 none;
    vertical-align: center;
    vertical-align: middle;
}

ul, li {
    list-style-type: none;
}

body, input, select, button, textarea {
    font-family: "微软雅黑";
    outline: none;
}
/*设置默认字体*/
button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

aside section, .body {
    display: block;
    margin: 0 auto;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
}
a, a:link {
    color: #000;
    text-decoration: none;
}
/*设置a标签基本样式与伪类选择器设置*/
a:visited {
}

a:active, a:hover {
    text-decoration: none;
    color: #d00000;
}

a:focus {
    outline: none;
}

.orange {
    color: #F26E01;
}

.clear:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

body {
    background-color: #f9f9f9;
}
/*广告样式*/
.focus-slider {
    position: relative;
    width: 7.5rem;
    overflow: hidden;
    padding: .3rem 0 .4rem 0 !important;
}

.item-pic .focus-slider {
    position: relative;
}

.item-pic::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAOCAYAAAA1+Nx+AAAA2UlEQVR42rWTIRLCMBBFewO4S87QC/QEYJgKFI6pQFVkUJiiEB0UU4EqKjKqKiampyFfZGaZbbqGiDdNNtu87jYplFKHP7MLlIFNoCCCLKJtUlBV1RFPibquTyu5ZVIwDMMNpNa6rmvjWGt9Seyz/xFM0/SieO8/dN40zRl5iDvn3ojRMej7/kr3ZAIylyuTK+ACqd/jON6jBOAdY8yDxpAnCNI/Hl8rgTwmQDAKJFAFcpdItgingvaWI1e6KrDWPnFKsgjQN7YoCJaY59kwAb+5MqhUjFNBTr4o+NIDSUJaEwAAAABJRU5ErkJggg==) left bottom no-repeat;
}

.focus-slider .swiper-pagination {
    bottom: 0.04rem !important;
}

.focus-slider .swiper-pagination-bullet {
    width: 0.1rem !important;
    height: 0.1rem !important;
}

.focus-slider .swiper-pagination-bullet-active {
    background: rgb(140, 141, 144);
}

.focus-slider .swiper-slide {
    width: 100%;
    height: 3.9rem;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.focus-slider .swiper-slide img {
    width: 100%;
    display: inline-block;
}



.focus-slider .swiper-slide .item-tit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    min-height: 0.38rem;
    padding: 0.12rem 0.12rem 0.09rem;
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 88888;
}

.focus-slider .swiper-slide .item-tit p {
    font-size: 0.3rem;
    color: #fff;
}
.position-bar {
    height: 0.6rem;
    color: #666;
    line-height: 0.6rem;
    text-indent: 1em;
    position: relative;
    margin: 0.15rem auto;
    border-bottom: 1px solid #c2c2c2;
}
.position-bar a {
    color: #666;
    font-size: 0.24rem;
}

.position-bar .home-btn {
    position: absolute;
    left: 0.3rem;
    top: 0.1rem;
    width: 0.08rem;
    height: 0.4rem;
    background-color: #bd1a21;
    /* border-right: 1px solid #502121; */
    display: inline-block;
    /* background: url(../images/home-ico.png) no-repeat; */
    background-size: 20px;
    background-position: center center;
}

.position-bar strong {
    display: block;
    font-size: 0.24rem;
    /* width: 100%; */
    height: 0.6rem;
    overflow: hidden;
    padding-left: 0.3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
