/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}


.owl-nav button {
    background: #dbdbdb none repeat scroll 0 0 !important;
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 31px;
    margin: 0 -15px;
    opacity: 0.8;
    text-align: center;
    text-transform: uppercase;
    width: 30px;
}

.owl-nav button:hover {
    background: #1c2224 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.owl-prev {
    position: absolute;
    top: 35%;
    left: 20px;
    display: block !important;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

.owl-next {
    position: absolute;
    top: 35%;
    right: 20px;
    display: block !important;
    transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}


.login-main-right .owl-carousel .owl-dots {
    text-align: center;
}

.login-main-right .owl-carousel .owl-dots .owl-dot {
    background: #dcdcdc;
    border-radius: 50px;
    height: 16px;
    margin: 0 2px;
    opacity: unset;
    width: 16px;
}

.login-main-right .owl-carousel .owl-dots .owl-dot.active,
.login-main-right .owl-carousel .owl-dots .owl-dot:hover {
    background: #ff516b;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ff516b 0%, #826cfd 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ff516b 0%, #826cfd 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff516b', endColorstr='#826cfd', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}
#navbarSupportedContent ul li{
    padding-left: 10px;
 }
 
@media screen and (max-width: 640px) {
 #demo div.carousel-item img {
    display: block;
 } 
}
@media screen and (min-width:640px) {
 #demo div.carousel-item img {
    display:none;
 }
 #demo div.carousel-bg1 {
    height: 500px;
    width: 100%;
    background: url("img/swiper.png") no-repeat center center;
 }
 #demo .carousel-bg2 {
    height: 500px;
    width: 100%;
    background: url("img/swiper.png") no-repeat center center;
 }
 #demo .carousel-bg3 {
    height: 500px;
    width: 100%;
    background: url("img/swiper.png") no-repeat center center;
 } 
 #demo .carousel-bg4 {
    height: 500px;
    width: 100%;
    background: url("img/swiper.png") no-repeat center center;
 } 
}
.mn {
    width: 100%;
 }

 .tl table {
    width: 100%;
    height: auto;
 }

 .tf {
    float: right;
 }

 .tf a {
    color: #7C7C7C;
    text-decoration: none;
 }

 .tl .bm_c th,
 .tl .bm_c td {
    border-bottom: 1px dashed #EEEEEE;
 }

 .tl .bm_c th {
    padding: 12px 5px;
    width: 100%
 }

 a.xst {
    font-family: Microsoft Yahei, STHeiti, Simsun, STSong;
    font-size: 16px;
    line-height: 1.2;
    color: #333333;
    text-decoration: none;
 }

 .avatarbox {
    border: 1px solid #CCCCCC;
    float: left;
    border-radius: 5px;
 }

 .tl .avatarbox .avatar image {
    display: block;
    height: 42px;
    width: 42px;
    border-radius: 5px;
 }

 .tl .avatarbox {
    margin-left: 0;
    padding: 0;
    position: relative;
 }

 #separatorline {
    height: 34px;
    border: 1px solid #e8e8e8;
    background-color: #fcfcfc;
 }

 .mn .tl table {
    border-collapse: collapse;
 }

 .mn .tl table tr {
    height: 34px;
 }

 .thd_sort a,
 .thd_sort em {
    color: #333333 !important;
    font-family: Microsoft YaHei, Tahoma, Helvetica, SimSun, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    text-decoration: none;
 }

 .thdpp-cont {
    margin-left: 60px;
    padding-top: 2px;
    position: relative;
 
 }		
 

 .tl .thdpp-cont {
    margin-left: 52px;
    position: relative;
 }

 .thd-view {
    background-position: -150px -446px;
    float: right;
    margin: 5px 9px 0 6px;
 }

 .thd-sinfo {
    color: #B4B4B4;
    margin-top: 8px;
 }

 .thd-sinfo span {
    margin-top: 0;
 }

 .bm_c .thdpp-cont .thd-sinfo a {
    color: #B4B4B4;
 }

 .bm_c .thd-sinfo em,
 .bm_c .thd-sinfo span {
    color: #B4B4B4;
 }

 .thd-replies {
    background-position: -150px -496px;
    float: right;
    margin: 8px 9px 0 6px;
 }

 .thd-ico {
    color: #B4B4B4;
    margin-right: 12px;
    padding-left: 20px;
 }

 .thd_bmw tbody:last-child th,
 .thd_bmw tbody:last-child td {
    border-bottom: medium none;
 }

 .bm_c a:hover {
    color: #24b9bf;
 }

 .bm_c tr:hover th,
 .bm_c tr:hover td {
    background-color: #F5F5F5 !important;
 }

 .roller-control a,
 .thd-replies,
 .sscs-dot,
 .sscs-bakbtn,
 .sscs-forbtn,
 .hbwir-hotopics .hbwir-cont li,
 .hbwir-about a,
 .hbw-gotop,
 .hbw-gobtm,
 .hnus-img,
 .hnus-arrow,
 .hnus-search .hs-btn,
 .roll-forward,
 .roll-bakward,
 .hn-more .deco,
 .news-side .deco,
 .ctcs-tab .deco,
 .thd-ico,
 .tc-join .deco,
 .tc-joined .deco,
 .tcs-link .deco,
 .hbpg a.nxt,
 .hbpg a.prev,
 .tc-newpost .deco,
 .tc-setting .deco,
 .daren-block .deco,
 .pddp-act .deco,
 .pcmabox .deco,
 .hbwir-postacts .deco {

    background-repeat: no-repeat;
 }

 @media screen and (max-width:750px) {
    .thd-ico {
       margin-top: 62px;
       position: absolute;
    }

    .thd-sinfo {
       display: inline-block;
    }

    .thd-sinfo span {
       margin-top: 34px;
       margin-left: 120px;
    }

    .bm_c .thd-sinfo em:nth-child(3) {
       display: none;
    }

    .tl .thdpp-cont {
       min-height: 78px;
    }

    a.xst {
       width: 200px;
       overflow: hidden;
       white-space: nowrap;
       text-overflow: ellipsis;
       float: left;

    }

    .tl .thdpp-cont img {
       display: none;
    }
 }
 @media screen and (max-width: 768px){
    .carousel-inner{
       display: none;
    }
 }