/* owl-carousel轮播插件 */
.owl-carousel .owl-item img
{
   margin-bottom: 0px!important;
}
.owl-carousel .owl-dots {
    position: absolute;
    top: 50%;
    padding: 0;
    text-align: left;
    width: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 5px;
    border-radius: 50%;
    background: #d3d3d3;
    display: inline-block;
    text-align: center;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}

.owl-carousel .owl-dots .owl-dot.active span {
    width: 16px;
    height: 8px;
    background: #000;
    border-radius: 20px
}

.owl-carousel .owl-nav i {
    font-size: 24px;
    color: #fff
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    background: #000;
    width: 42px;
    height: 42px;
    line-height: 48px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    opacity: 0
}

.owl-carousel .owl-nav .owl-prev {
    background: #000;
    left: 20px;
    right: auto
}

.owl-carousel .owl-nav .owl-next {
    right: 20px
}

/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,
.slides-arrow:hover .owl-nav .owl-prev {
    opacity: .3
}

.slides-arrow.dot-center .owl-dots {
    position: relative;
    top: -30px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 100%
}

/* 首页轮播 */


.a_right{ 
        margin-left: 50%;
}

.a_left {
        text-align: left;
}

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

.pro_desc {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left:10px;
    padding-right: 10px;
    font-family:Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.pro_pic1 img{
    width: 100%; 
    margin-bottom: 4px;
    margin-top: 4px;
}

.pro_pic img{
    width: 100%;
    border-radius: 6px;
    margin-bottom: 15px;
}

.pro_pic {
    padding: 10px;
}

.pro_title{ 
    font-family:Arial, Helvetica, sans-serif; font-size:20px; font-weight:normal;  text-align: center;
}

.footer_ad{
    margin: 10px 15px 10px 15px;    text-align: center;
}

.footer_ad img{
    width: 100%;
    border-radius: 10px;
}

.talk{
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
}
.talk p {  margin-bottom: -12px;
}

.talk img {
    width: 25px;
    margin-bottom: -10px;
}

.wrapper{
    margin:0 auto;  width: 100%; padding-top: 20px;
}

.comiis_poster_a{
  position: fixed;
    bottom: 50px;
    right: 30px;
    border-radius: 100px;
    line-height: 18px;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 4px;
    font-size: 14px;
    background: rgb(197 197 197 / 70%);
    color: white;
}

@media only screen and (max-width: 600px) {



}