/* Add here all your css styles (customizations) */

@media (min-width:768px) {
	.app-header .navbar-header {
        width:240px
    }
}
/*定制头部导航样式*/
.app-header .navbar-nav .navbar-item .navbar-link {
    font-weight: 700;
    background-color: var(--app-component-dropdown-bg);
}
.app-header .navbar-nav .navbar-item .navbar-link:hover {
    background-color: #e9ecef;
}
.app-header .navbar-nav .navbar-item .custom-selected {
    background-color: #e9ecef;
}
.app-header .navbar-nav .custom-menu:hover .dropdown-menu{
    display: block;
}
.app-header .navbar-nav .custom-menu .dropdown-menu.custom-menu-position{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    margin: 0px; 
    right: auto; 
    bottom: auto; 
    transform: translate(0px, 52px);
    width:228px;
}
.custom-sub-dhead {
    padding: 8px 10px;
    font-weight: 700;
}
.custom-sub-dbody-item {
    padding: .30938rem .5375rem;
    font-weight: 600;
    color: rgba(var(--app-component-color-rgb),.85);
    text-decoration: none;
    width: 50%;
    margin-bottom: 5px;
}
.custom-sub-dbody-item:focus, .custom-sub-dbody-item:hover {
    color: var(--app-component-color);
    background-color: var(--app-component-dropdown-hover-bg);
}


/*定制贴纸样式*/
.sticker-block{
    width: 100px;
    color: #fff;
    text-align: center;
    background-color: #585f69;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    padding:0;
    top: 0px;
    right: -40px;
}
/*定制上传文件按钮*/
.cus-fileinput-button{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.cus-fileinput-button input{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
}

/*截屏或拖拽上传图片样式*/
#screenshotPreview:empty::before {
    /* border: 1px solid #ddd; */
    content: '截屏或拖拽区域';
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 200px;
    opacity: .6;
    min-height: 200px;
    font-family:"宋体";
}




/* select2 */
.select2-dropdown{
    z-index: 1100 !important;
}


.page-title {
    padding: 165px 0 100px;
    text-align: center;
    position: relative;
    z-index: 1020
}

.page-title .h1,.page-title h1 {
    color: #fff;
    font-weight: 700;
    font-size: 3rem
}

.page-title p {
    font-size: 1.3125rem;
    font-style: italic;
    font-family: Times New Roman;
    margin: 0;
    color: rgba(255,255,255,.8)
}

.page-title+.content {
    margin-top: 0;
    padding-top: 60px
}

.page-title.has-bg {
    position: relative;
    overflow: hidden
}

.page-title.has-bg .bg-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.page-title.has-bg .bg-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.4)
}

.page-title.has-bg .bg-cover.bottom {
    background-position: bottom
}

.page-title.has-bg .bg-cover.top {
    background-position: top
}

.page-title.has-bg .bg-cover img {
    max-width: 100%;
    max-height: 100%
}

.page-title.has-bg .container {
    position: relative
}

@media (max-width: 767.98px) {
    .page-title {
        padding:125px 0 60px
    }

    .page-title .h1,.page-title h1 {
        font-size: 2.625rem
    }

    .page-title p {
        font-size: 1.21875rem
    }

    .page-title+.content {
        padding-top: 30px
    }
}



