@font-face {
    font-family: Perfetto;
    src: url("../res/夏日体.ttf");
}
*{
    cursor:url(../res/3d-blue.cur),default;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    background: rgba(195, 195, 195, 0.8);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: rgb(3, 215, 185);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgb(3, 215, 185);
}
body{
    margin: 0;
    overflow: auto;
    /*width: calc(100vw - 20px);*/
    width: 100%;
    overflow-scrolling: touch;
    overflow-y: visible;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
.navbar-expand-md .container .navbar-brand{
    font-family: "Microsoft Yahei";
}
.nav-none{
    height: 70px;
}
.nav-shadow{
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.3);
    box-shadow: 0 1px 8px rgba(0,0,0,.3);
}
.card-shadow{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.4);
}
.w-100vw{
    width: 100vw;
}
.decoration-none{
    text-decoration: none!important;
}
.hover-light:hover{
    background-color: #f8f9fa;
}
.hover-up{
    transition:  .2s;
}
.hover-up:hover{
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
     box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}
.hover-up:hover .sequence{
    background-color: #00a3b5;
    color: white;
}
.ellipsis-1{
    -webkit-line-clamp: 1;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.ellipsis-2{
    -webkit-line-clamp: 2;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.bg-black-50{
    /*background-color: #def3f7; !important;*/
    background-color: #858585; !important;
}
.navbar .container .collapse .navbar-nav .active{
    /*background-color: #88afb7;*/
    color: #0c5460;
    /*border-radius: 100px;*/
    border-bottom: 2px solid #000000;
}
.nav-tabs a.nav-link.active.show,.nav-tabs .nav-link.active, .nav-tabs .show>.nav-link{
    border-color: #88afb7 #dee2e6 #fff;
    /*color: #1b6d85;*/
}
.slidebar{
    left: -100%;
    width: 66%;
    max-width: 320px;
    height: 100%;
    /*background-color: transparent;*/
    background-color: white;
    /*display: flex;*/
    z-index: 10000;
    transition: .5s;
}
.slidebar-black{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    flex: 1;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .4s,visibility .4s;
}
.slidebar-toggler {
    display: none;
    padding: 0.25rem 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.nav-texts{
    width: 100%;
    /*margin: auto;*/
}
.nav-search{
    height: 100%;
    width: auto;
    float: right;
    display: block;
    position: relative;
}
.article{
    padding: 5%;
}
.section{
 width: 1200px;
 height: 60px;
}
.section_top{
 width: 1200px;
 height: 60px;	
 float: left;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.carousel-inner img {
  width: 100%;
  height: 50%;
}
.user-icon{
    width: 40%;
    display: block;
    border-radius: 100%;
    margin: 20% auto;
}
.user-name{
    margin: 15% auto;
    display: block;
    text-align: center;
    color: rgba(82, 110, 125, 0.7);
}
.user-login{
    width: 70%;
    margin: 15% auto;
    font-size: 1em;
    display: block;
    border: none;
    border-radius: 50px;
    outline: none;
    box-shadow: none;
    color: rgba(82, 110, 125, 0.7);
    background: rgba(250, 247, 248, 0.96);
}
.user-login:hover{
    color: rgba(255, 255, 255, 0.9);
    background: rgba(82, 110, 125, 0.51);
}
.user-login:focus{
    box-shadow: none;
    border: none;
    outline: none;
}
.slide-user-icon{
    width: 33%;!important;
    margin: 5% auto;
}
.slide-user-name{
    margin: 5% auto;
}
.slide-user-login{
    margin: 5% auto;
}
.slide-ul{
    text-align: center;
    /*margin-left: 20%;*/
}
.slide-ul a{
    color: rgba(82, 110, 125, 0.7);
}
.slide-ul a:hover{
    color: rgba(255, 255, 255, 0.9);
    background: rgba(82, 110, 125, 0.51);
}
.stars{
    margin: 10px auto 40px auto;
}
.sequence{
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: #00a3b5 2px solid;
    font-size: 14px;
    text-align: center;
}
.post-card{
    margin-top: 5%;
}
#command ul{
    padding: 2%;
}
.comment-head{
    width: 40px;
    margin-right: 5px;
}

.loop{
    display: flex;
    flex-flow: row;
}
.loop-right{
    margin-left: 15px;
    padding: 20px;
    flex: 1;
    position: relative;
    background-color: rgba(250, 248, 247, 0.99);
}
.loop-right-no-bg{
    margin-left: 15px;
    padding: 20px;
    flex: 1;
    position: relative;
}
.loop-right-title{
    font-size: 30px;
}
.loop-right p {
    margin-top: 20px;
    color: #6b8c9b;
    font-size: small;
}
.loop-right span {
    margin-top: 20px;
    color: #00af93;
    font-size: medium;
}
.loop-info-box{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.loop-info-box-title{
    color: white;
    margin: 10px 5%;
    font-size: x-large;
}
.loop-info-box-content{
    color: white;
    font-size: small;
    margin: 10px 5%;
}
.loop-small-img{
    width: 80px;
    margin-right: 5px;
    margin-left: 5px;
}
.img-box{
    position: relative;
    height: 202px;
    width: 300px;
    overflow: hidden;
    margin: 1%;

}
.titbox {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40px;
    width: 300px;
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    font-family: "microsoft yahei";
    text-align: center;
    z-index: 100;
}
.titboxbg {
     background: url(../res/img_bg_02.png) 0 0 no-repeat;
     _background: 0;
     _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='//source.qunarzz.com/site/images/travel/place/img_bg_02.png',sizingMethod='scale');
     position: absolute;
     bottom: 0;
     left: 0;
     height: 50px;
     width: 310px;
     z-index: 50;
 }
.strategy-li{
    position: relative;
    overflow: hidden;
    padding: 16px 0 20px 70px;
}
.strategy-li-big{
    position: relative;
    overflow: hidden;
    padding: 5%;
}
.strategy-head{
    width: 50px;
    left: 0;
    position: absolute;
    margin-right: 10px;
    margin-left: 10px;
}
.big-head{
    width: 60px;
    left: 0;
    margin-right: 10px;
    margin-left: 10px;
}
.m-ver-10px{
    margin-top: 10px;
    margin-bottom: 10px;
}
.items-ver{
    /*padding: 2%;!important;*/
    /*margin: 1%;!important;*/
    padding: 0;!important;
    width: 100%;
    overflow: hidden;
    position: center;
    /*margin-block-start: 0em;*/
    /*margin-block-end: 0em;*/
    /*margin-inline-start: 0px;*/
    /*margin-inline-end: 0px;*/
    /*padding-inline-start: 0px;*/
}
.items-ver .border{
    margin: 10px;
    overflow: hidden;
}
.items-ver img{
    height: 160px;
    width:  210px;
    min-width: 100%;
    /*position: relative;*/
    /*height: 50%;*/
    /*max-height: 50%;*/
    /*min-height: 160px;*/
    /*width: 100%;*/
    /*min-width: 100%;*/
    /*overflow: hidden;*/
}
.items-hor{
    border: 1px solid #ddd;
    display: flex;
    margin: 2%;
    /*height: 150px;*/
    overflow: hidden;
    position: relative;
}
.items-hor img{
    height: 150px;
    width:  200px;
    min-width: 200px;
}
.items-info{
    margin: 1% 3% 1% 3%;
}
.items-info-ver{
    margin: 1% 0% 1% 0%;
    padding: 3%;!important;
}
.items-info .title{
    font-size: larger;
    margin-bottom: 2%;
}
.items-info-ver .title{
    font-size: medium;
    margin-bottom: 2%;
}
.items-info .contant,.items-info-ver .contant{
    margin-bottom: 2%;white-space: nowrap;
    font-size: small;
    -webkit-line-clamp: 3;
    display: -webkit-box !important;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    color: rgb(100, 100, 100);
}
.article-title{
    font-size: xx-large;
    margin-bottom: 20px;
}
.pagination{
    margin-top: 35px;
}
.pagination .active a{
    border-color: #17a2b8!important;
}
.text-warning-dark{
    color: #b48507 !important;
}
.bg-shallow-blue{
    background-color: rgba(120, 193, 204, 0.8);
    /*box-shadow: rgb(172, 193, 192) 0px 0px 5px 1px;*/
}
.bg-shallow-red{
    background-color: rgba(229, 121, 153, 0.8);
}
.bg-shallow-yellow{
    background-color: rgba(217, 178, 128, 0.8);
}
.bg-shallow-green{
    background-color: rgba(149, 198, 153, 0.8);
}
@media (max-width: 1000px) {
    #search-input{
        display: none;
        /*width: 100px;*/
    }
    .container{
        width: 90%;
        max-width: 90%;
        padding: 0;
    }
    .navbar-brand{
        position: center;
    }
    .nav-search{
        float: right;
    }
}
@media (max-width: 800px) {
    .post-card-sidenav{
        display: none;
    }
}
@media (max-width: 750px) {
    /* 设置滚动条的样式 */
    ::-webkit-scrollbar {
        width:6px;
    }
    /* 滚动槽 */
    ::-webkit-scrollbar-track {
        background: transparent;
    }
    body{
        width: 100vw;
        overflow-x: hidden;
    }
    .nav-none{
        height: 57px;
    }
    .container{
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .slidebar-toggler{
        display: block;
    }
    .navbar-brand{
        float: left;
    }
    .nav-search{
        float: top;
    }
    .article-title{
        font-size: x-large;
        margin-left: 20px;
    }
}
@media (max-width: 650px) {
    .down-mark{
        font-size: small;
    }
    .col-sm-3 {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 1;
        flex: 1;
    }
    .post-card{
        flex-flow: wrap;!important;
    }
    .post-card-xs-row ul{
        width: auto;
        display: flex;
        flex-flow: row;
    }
    .post-card-xs-row li{
        margin: 1%;
        flex: 1;
    }
    .items-hor img{
        height: 140px;
        width:  140px;
        min-width: 140px;
    }
    .items-hor .title{
        font-size: medium;
    }
    .stars{
        margin: 5px auto 30px auto;
    }
    .img-box{
        float: unset;
        margin: auto;
    }
}