html body{
    font-size: 14px;
}

/** 导航提出鼠标移动下拉宽度修改、背景色修改*/
.header .hnav .subnav {
    width: 100px;
    margin-left: -50px;
}
.hnav>li>div {
    background: #fff;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.5);
}
/** 轮播箭头 */
.nextbtn, .prev-btn {
    width: 24px;
}
.nextbtn {
    bottom: 90px;
    right: 50%;
    /* background: url(../img/Downicon02.svg?111); */
    background: none;
}

/** 首页每个模块的title 字体变小 */
.section-header h5 {
    font-size: 18px;
}

/** 底部公用部分修改 */
.footer {
    padding: 60px 100px 20px 100px;
}
.footer a:hover {
    background: #000033 !important;
    color: #999 !important;
}
/** 返回顶部 */
.gotop {
    bottom: 92px;
}
.gotop .iconfont {
    font-size: 15px;
}

/** 分页问题 */
.pagination{
    margin-bottom: 20px;
}
.pagination .page{
    margin: auto;
}
.pagination li{
    float: left;
}
.pagination li.select{
    float: left;
}
.pagination .page.selected a{
    font-weight:900;
}
.noshow{
    display: none;
}

/** 专家 艺术品列表页 搜索 边框问题 */
.pagination .bootstrap-select .btn-default {
    border: none;
    outline: none;
}

/** select下拉插件 option宽度bug */
.bootstrap-select.btn-group .dropdown-menu li{
    width: 100%;
}

/** 艺术品详情页 艺术品图片边框 */
.detailwrap .thumbnail-box .list .item-cur {
    border: 1px solid #d6d4d4;
}

/** 轮播中的当前页小图标位置问题 */
.indicators-line > .carousel-indicators{
    bottom: 100px;
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 210px;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: left;
    overflow-y: hidden;
    white-space: nowrap;
}
.slide-text > h1{font-size: 56px;color: #333;}
.pagination .bootstrap-select .dropdown-menu{
    border: none;
}
.artitsinfor .videobg:before{
    display: none;
}


/*去按钮和输入框蓝色框*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.form-control:focus,
.form-control:active:focus,
.form-control.active:focus,
.form-control.focus,
.form-control:active.focus,
.form-control.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow:none;
}

/*去除bootstrapselect和链接蓝色框*/
a:focus {outline:none !important;}
.bootstrap-select .dropdown-toggle:focus{outline:none !important;}

@media screen and (max-width: 1400px) {
    .item-detail .head .price{
        padding:0 15px;
        font-size:12px;
    }
}