html, body {
    position: relative;
    height: 100%;
    width: 100%;
}
body {
    margin: 0;
    overflow: hidden;
    background: #22252e;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";

}

a {
    text-decoration: none;
    color: inherit
}

a:hover{
    color: #ff6a00
}

a:link, a:visited {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

img {
    border: none;
    max-width: 100%
}

ul {
    list-style: none
}

input::-webkit-input-placeholder {
    color: #ccc
}

input:-ms-input-placeholder {
    color: #ccc
}

input::-moz-placeholder {
    color: #ccc
}



input[type=radio]:before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: .15em;
    line-height: 1;
    background-image: url('/static/krpano/images/switch_off.png');
    background-size: 90% 90%;
    background-repeat: no-repeat;
    padding: 5px;
    margin-top: -3px;
    margin-left: -2px;
}

input[type=checkbox]:before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-indent: .15em;
    line-height: 1;
    background-image: url('/static/krpano/images/switch_off.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 5px;
    margin-top: -14px;
    margin-left: -3px;
}

input[type=checkbox] {
    width: 0;
    height: 0;
}

select{
    outline: none;
    border: none;
}

input:focus {
    outline:none;
}

input[type="checkbox"]:checked:before {
    background-image: url('/static/krpano/images/switch_on.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

input[type="radio"]:checked:before {
    background-image: url('/static/krpano/images/switch_on.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

@media (min-width:768px) {
    ::-webkit-scrollbar {
        width: 0px;
        height: 0px
    }

    ::-webkit-scrollbar-button {
        width: 0;
        height: 0
    }

    ::-webkit-scrollbar-button:end:increment,::-webkit-scrollbar-button:start:decrement {
        display: block
    }

    ::-webkit-scrollbar-button:vertical:end:decrement,::-webkit-scrollbar-button:vertical:start:increment {
        display: none
    }

    ::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-track:vertical {
        border-color: transparent;
        border-style: solid
    }

    ::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    ::-webkit-scrollbar-thumb {
        min-height: 28px;
        padding-top: 100;
        background-color: rgba(0,0,0,.2);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 5px;
        -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07)
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0,0,0,.4);
        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25)
    }

    ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0,0,0,.5);
        -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35)
    }

    ::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-track:vertical {
        border-width: 0
    }

    ::-webkit-scrollbar-track:hover {
        background-color: rgba(0,0,0,.05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1)
    }

    ::-webkit-scrollbar-track:active {
        background-color: rgba(0,0,0,.05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07)
    }

    .scrollbar-hover::-webkit-scrollbar,.scrollbar-hover::-webkit-scrollbar-button,.scrollbar-hover::-webkit-scrollbar-thumb,.scrollbar-hover::-webkit-scrollbar-track {
        visibility: hidden
    }

    .scrollbar-hover:hover::-webkit-scrollbar,.scrollbar-hover:hover::-webkit-scrollbar-button,.scrollbar-hover:hover::-webkit-scrollbar-thumb,.scrollbar-hover:hover::-webkit-scrollbar-track {
        visibility: visible
    }
}

/*顶部header*/

.top-header {
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); */

}



.top-phone{
    float: right;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    color: #ff6a00 !important;
    font-size: 18px !important;
}

.phoneicon{
    margin-right: 10px;
}

.qqicon{
    margin-right: 10px;
    font-size: 18px !important;
    color: #ff6a00;
}


.top-header-bar {
    box-sizing: content-box;
    height: 50px;
    border-bottom: 1px solid #f2f2f2;
    background-color: black;
}

.top-header-bar .logo {
    display: block;
    float: left;
    width: 10%;
    margin-top: 3px;
    position: relative;
    padding-left: 1%;
    padding-right: 1%;
}

.top-header-bar .search {
    float: right;
    width: 200px;
    height: 50px;
    background: hsla(0, 0%, 100%, .12);
    position: relative;
    transition: all .3s linear
}

.top-header-bar .search:hover {
    margin-top: 1px;
    height: 49px;
    width: 300px;
    background: #262c30;
    outline: 1px solid #00C1DE
}

.top-header-bar .search input {
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 22px;
    width: 100%;
    height: 100%;
    outline: 0;
    background: 0 0;
    border: none;
    color: #fff;
    line-height: 50px
}

.top-header-bar .search .search_icon {
    display: block;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: 17px;
    cursor: pointer;
    background-image: url(/static/krpano/images/search_icon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: .8
}

.top-header-bar .area {
    float: right;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    position: relative;
    padding: 0 12px;
    cursor: pointer
}

.top-header-bar .area i {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/static/krpano/arrow_down.png) no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}

.top-header-bar .area ul {
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #272b2f;
    width: 198px;
    padding: 8px 0;
    cursor: default;
    display: none
}

.top-header-bar .area:hover ul {
    display: block;
    z-index: 3
}

.top-header-bar .area:hover i {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(/static/krpano/arrow_up.png) no-repeat top 2px center;
    background-size: cover;
    padding-left: 5px
}

.top-header-bar .area ul li {
    padding: 3px 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer
}

.top-header-bar .area ul li.line {
    height: 1px;
    margin: 11px 0;
    padding: 0;
    background-color: #373d41;
    margin-top: 8px;
    margin-bottom: 8px
}

.top-header-bar .area ul li a {
    display: block;
    height: 100%;
    white-space: nowrap;
    color: #333
}

.top-header-bar .area ul li a:hover {
    color: #ff6a00
}

.top-header-bar .area ul li a span {
    display: inline-block;
    width: 102px
}

.top-header-bar .bar_menu {
    float: right;
    font-size: 14px
}

.top-header-bar .bar_menu ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 12px
}

.top-header-bar .bar_menu ul li a {
    color: #333
}

.top-header-bar .bar_menu ul li a:hover {
    color: #ff6a00
}

.top-header-bar .bar_menu ul li a i {
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin-right: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/static/krpano/shop_icon.png)
}


.common-topbar-bottom{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-topbar-nav-left{
    font-size: 14px;
    width: 80%;
    float: left;
}

.common-topbar-nav-right{
    font-size: 14px;
    width: 20%;
    float: left;
    padding-right: 20px;
}

.common-topbar-nav-list{
    float: left;
    position: relative;
    margin-left: 10px;
    z-index: 999;
    box-sizing: content-box;
}

.nav {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 5;
    border-bottom: 1px solid hsla(0, 0%, 100%, .15);
    box-sizing: content-box;
}

.common-topbar-nav-list li {
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-topbar-nav-list li a {
    padding: 0 16px;
}

.common-topbar-nav-list li a, .common-topbar-nav-list li a:link, .common-topbar-nav-list li a:visited {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

.common-topbar-nav-list li a {
    color: #333;
    padding: 0 16px;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.common-topbar-nav-list li a:hover {
    color: #ff6a00;
}


.common-topbar-nav-list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 3px;
    height: 10px;
    opacity: 0;
    background-color: #ff6a00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    width: 10px;
    border-radius: 100%;
}

.top-nav-li-active:after{
    content: "";
    display: block;
    left: 40% !important;
    right: 50%;
    top: 3px;
    height: 10px;
    opacity: 1 !important;
    background-color: #ff6a00;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    width: 10px;
    border-radius: 100%;
}

.common-topbar-nav-list li:hover:after {
    left: 46%;
    right: 50%;
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.nav .register {
    float: right;
    height: 50px;
    line-height: 50px;
    background: #00c1de;
    padding: 0 32px;
    color: #fff
}

.nav .register:hover {
    background-color: #28d0e9
}

.nav .son {
    top: 50px;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    font-size: 14px;
    position: fixed;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    z-index: 10;
    transition: background .3s ease;

}

.nav .son .list {
    width: 20%;
    float: left
}

.nav .son .list .title {
    margin: 0 0 6.9px 8px;
    width: 180px;
    height: 40px;
    line-height: 30px;
    border-bottom: 1px solid #eff3f5;
    font-size: 14px;
    font-weight: 700;
    color: #000
}

.nav .son .list p {
    padding: 0 0 0 8px;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    text-align: left
}

.nav .son .list p:hover {
    background-color: #f2f4f5
}

.nav .son .list p a {
    color: #000
}

.nav .son .list p a i {
    font-style: normal;
    padding-left: 5px;
    color: #00c1de;
    font-size: 12px;
    font-weight: 700
}


/*顶部导航栏 麒祥下拉菜单*/

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
    color: inherit
}

.scroll::-webkit-scrollbar {
    width: 8px;
    background: #eee
}

.scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #ddd
}

.hidden {
    display: none!important
}


.layout {
    width: 1200px;
    margin: 0 auto
}


.mod-header {
    width: 100%;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    z-index: 10;
    transition: background .3s ease;
    display: none;
}

.mod-header .layout {
    min-width: 1200px;
    width: auto;
    position: relative
}


.mod-header-user .console:hover {
    color: #126ee1
}



.mod-header-user .user:hover {
    color: #126ee1
}



.mod-header-user .user:hover a {
    color: #fff
}

.mod-header-user .user:hover a:hover {
    color: #126ee1
}


.mod-header.active,.mod-header.hover,.mod-header:hover {
    background-color: #333
}

.mod-header.active .mod-header-logo,.mod-header.hover .mod-header-logo,.mod-header:hover .mod-header-logo {
    background-image: url(/static/krpano/images/sprite.png);
    background-position: 0 -128px
}

.mod-header.active .mod-header-user .user i:after,.mod-header.hover .mod-header-user .user i:after,.mod-header:hover .mod-header-user .user i:after {
    border-top-color: #333
}

.mod-header.active .mod-header-user .try,.mod-header.hover .mod-header-user .try,.mod-header:hover .mod-header-user .try {
    color: #fff;
    background-color: #0052d9
}

.mod-header .cat {
    position: relative
}

.mod-header .cat .layout {
    min-width: 0
}

.mod-header .cat-ico {
    display: inline-block;
    width: 49px
}

.mod-header .cat-box {
    color: #fff;
    font-size: 0;
    box-sizing: border-box;
    padding: 0 0 0 220px;
    background-color: rgba(51,51,51,.95);
    position: absolute;
    width: 100%;
    top: 101px;
    left: 0;
    text-align: left;

}

.mod-header .cat-box.active,.mod-header .cat-box:hover {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.mod-header .cat-group {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-left: 12px;
    padding: 20px 0
}

.mod-header .cat-group:first-child {
    margin-left: 0
}

.mod-header .cat-tit {
    font-size: 16px;
    padding-bottom: 7px
}

.mod-header .cat-tit i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.mod-header .cat-item {
    display: block;
    width: 390px;
    box-sizing: border-box;
    padding: 7px 0 7px 50px;
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 1
}

.mod-header .cat-item:hover {
    background-color: #42464c
}

.mod-header .cat-item a {
    color: #fff
}

.mod-header .cat-item a:hover {
    color: #00c1de
}

.mod-header .cat-item-sub {
    margin-top: 7px;
    font-size: 12px
}

.mod-header .cat-item-sub a {
    display: inline-block;
    vertical-align: middle;
    color: #a3a3a3;
    margin-top: 4px;
    padding-right: 24px;
    line-height: 22px
}

.mod-header .cat-item-sub a:last-child {
    padding-right: 0
}

.mod-header .cat-item-sub a.disabled {
    color: #a3a3a3;
    cursor: default;
    pointer-events: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)"
}

.mod-header .cat-item-row {
    display: table-row
}

.mod-header .cat-item-row a {
    display: table-cell
}

.mod-header .cat-tag {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 12px;
    margin-left: 6px;
    margin-top: -2px
}

.mod-header .cat-tag.is-beta {
    background-image: url(/static/krpano/images/sprite.png);
    background-position: -299px -158px
}

.mod-header .cat-tag.is-hot {
    background-image: url(/static/krpano/images/sprite.png);
    background-position: -267px -158px
}

.mod-header .cat-tag.is-new {
    background-image: url(/static/krpano/images/sprite.png);
    background-position: -321px -124px
}

.mod-header .ico-lan {
    width: 24px;
    height: 30px;
    background-image: url(/static/krpano/images/sprite.png);
    background-position: -267px -124px
}

.mod-header .ico-voice {
    width: 33px;
    height: 30px;
    background-image: url(/static/krpano/images/sprite.png);
    background-position: -267px -90px
}

.mod-header .ico-image {
    width: 33px;
    height: 30px;
    background-image: url(/static/krpano/images/sprite.png);
    background-position: -304px -90px
}

.upgrade-box-cont h3 {
    font-size: 32px;
    line-height: 1;
    margin: 22px auto
}

.upgrade-box-cont p {
    color: #c3deff;
    width: 26em;
    margin: 0 auto
}

.upgrade-box-btm {
    margin-top: 45px
}

.upgrade-box-btm .btn {
    width: 180px;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 4px;
    display: inline-block
}

.upgrade-box-btm .btn-ff {
    margin: 0 16px
}

.upgrade-box-btm .btn:hover {
    background-color: hsla(0,0%,100%,.2)
}

.upgrade-box-btm i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: text-bottom
}

.ie-placeholder {
    color: #aaa
}

@media screen and (max-width:1400px) {
    .mod-header .cat-box {
        padding: 0 0 0 18px
    }

    .mod-header .cat-group {
        margin-left: 6px
    }
}

.top-cat-arrow {
    content: "";
    width: 20px;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    vertical-align: bottom;
    margin-left: 4px;
}

.common-topbar-nav-list li:hover .top-cat-arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}


/*nav right  menu*/
.nav-right-content{
    position: relative;
    /* right: 15px; */
    float: right;
    top: 10.5px;
}

/*登录*/
.login-btn{
    background: #ff6a00;
    padding: 10px;
    float: right;
    width: 100px;
}

.login-btn:hover{
    background: #ff6a00;
}

.login-btn span{
    color: #fff;
    margin: 10px;
}

/*注册*/
.register-btn{
    padding: 4px;
    border: 1px solid #ff6a00;
}

.register-btn:hover{
    background: #ff6a00;
}

.register-btn span{
    color: #fff;
    margin: 10px;
}


/*登陆后*/
.login-user-info{
    float: right;
    padding: 5px 20px 0;
    height: 50px;
    box-sizing: border-box;
    position: relative;
}

.user-info-image-avatar{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.user-info-image-avatar img{
    height: 100%;
}

.user-info-dropdown{
    position: absolute;
    right: 0;
    top: 51px;
    width: 240px;
    background: #202529;
    color: #fff;
     display: none;
    z-index: 99999;
    height: auto;
}

.user-info-content{
    box-sizing: border-box;
}

.user-info-top{
    background: #262c30;
    padding: 12px 16px;
}

.user-info-top-line{
    height: 24px;
    line-height: 24px;
}

.user-info-name{
    display: inline-block;
    width: 160px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
}

.user-info-name:hover{
    color: #00a2ca;
}

.user-info-level{
    float: right;
    display: block;
    width: 40px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    background: #373d41;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
    color: #00c1de;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.user-info-level:hover{
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    background: #41484c
}

.user-info-Authentication{
    height: 18px;
    line-height: 18px;
    margin-top: 4px;
    color: #35b34a;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}

.user-info-Authentication-icon{
    font-size: 16px !important;
    margin-right: 5px;
}

.user-info-middle-line{
    height: 20px;
    line-height: 20px;
    padding: 0 16px;
    margin: 12px 0;
    font-size: 12px;
    position: relative;
    display: block;
}

.user-info-middle-line span{
    color: #fff;
}

.user-info-middle-line span:hover{
    color: #ff6a00;
}

.user-info-middle-line i {
    color: #fff;
}

.user-info-middle-line i:hover{
    color: #ff6a00;
}






.user-ifo-icon{
    font-size: 16px !important;
    margin-right: 5px;
}

.user-info-icon-right{
    float: right;
    font-size: 20px !important;
    color: #FFC107;
}

.break-line{
    height: 1px;
    margin: 0 16px;
    background: #373d41;
}

.user-info-middle-bottom-line{
    overflow: hidden;
    padding: 12px 16px 16px;
}

.user-info-middle-bottom-line-service{
    font-size: 12px;
    float: left;
    border: 1px solid #73777a;
    width: 70px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-info-middle-bottom-line-service a{
    color: #73777a;
    cursor: pointer;
    text-decoration: none;
}

.user-info-middle-bottom-line-service a:hover{
    color: #00a2ca;
}

.logout-btn{
    box-sizing: content-box!important;
    font-size: 12px;
    width: 100%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    float: right;
    border: 1px solid #73777a;
}

.logout-btn:hover{
    background: #ff6a00;
    border-color: #ff6a00;
    color: #fff;
}

.logout-btn a{
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.logout-btn a:hover{
    color: #fff;
}


.index-home-right-bottom{
    width: 50%;
    background: #22252e8c url(/static/krpano/images/index_home_bg.png);
    border-radius: 15px;
    position: absolute;
    right: -30%;
    top: 40%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
    height: 60%;
    /*box-shadow: 0 0 10px rgba(0, 219, 255, 0.7);*/
    background-size: 50% 70%;
    background-repeat: no-repeat;
    background-position: top;
}

.index-home-right-bottom-title{
    position: absolute;
    padding-right: 5%;
    z-index: 2;
    bottom: 7%;
    width: 100%;
    display: block;
    padding-left: 83%;
    text-align: center;
}

.index-home-right-bottom-title h3{
    font-size: 28px;
    font-weight: bold;
    color: #00b7d3;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
}

.bottom-line{
    position: relative;
    height: 2px;
    background: #00b7d3;
    width: 50px;
    left: 39%;
    margin-bottom: 15px;
}

.index-home-right-bottom-title p{
    color: #00b7d3;
    position: relative;
    margin-bottom: 15px;
}

.index-home-left-top{
    width: 50%;
    background: #22252e8c url(/static/krpano/images/index_home_bg.png);
    border-radius: 15px;
    position: absolute;
    left: -20%;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 2;
    height: 70%;
    /*box-shadow: 0 0 10px rgba(0, 219, 255, 0.7);*/
    background-size: 50% 68%;
    background-position: center;
    background-repeat: no-repeat;
}

.index-home-left-top img{
    position: relative;
    left: 40%;
    padding-top: 37%;
    width: 40%;
}

/*首页*/

#app {
    min-height: 100vh;
}

.app-index{
    margin-top: 20px;
    position: relative;
}


/*footer*/

.qxsk-footer-content{
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 600px;
}

.qxsk-footer-content-top{
    background-color: rgb(254, 106, 0);
    background-image: linear-gradient(90deg, rgb(254, 106, 0) 0%, rgb(252, 189, 84) 100%);
    height: 140px;
    width: 100%;
}

.qxsk-footer-content-top-content{
    width: 1200px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.qxsk-footer-content-top-left{
    width: 100%;
    float: left;
    position: relative;
}

.qxsk-footer-content-top-bg{
    background: url(/template/qx720/images/qxsk/TB1wB_PV3HqK1RjSZFPXXcwapXa-1200-298.png) center center / cover no-repeat;
    width: 100%;
    height: 140px;
    padding-top: 30px;
    box-sizing: border-box;
}

.qxsk-footer-content-top-a{
    display: block;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.qxsk-footer-content-top-title{
    text-align: left;
    line-height: 42px;
    font-size: 24px;
    color: #fff;
}

.qxsk-footer-content-top-text{
    text-align: left;
    line-height: 8px;
    font-size: 16px;
    color: #fff;
    padding-top: 12px;
}

.qx-footer-content-bottom{
    padding: 0;
    width: 100%;
    height: 600px;
    background-color: rgb(24, 24, 24);
    position: absolute;
    bottom: 0;
}

.qx-footer-content-bottom-content{
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
    min-width: 1200px;
}

.qx-footer-content-bottom-content-box{
    background: #181818;
    width: 100%;
    height: 600px;
}

.qx-footer-content-bottom-content-box-top{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 56px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.qxsk-footer-content-bottom-content-box-top-left{
    display: inline-block;
    max-width: 360px;
}

.qxsk-footer-content-bottom-top-left-title{
    text-align: left;
    line-height: 42px;
    font-size: 24px;
    color: #fff;
    letter-spacing: .5px;
}

.qxsk-footer-content-bottom-top-left-subtitle{
    line-height: 30px;
    font-size: 16px;
    color: gray;
    letter-spacing: 1.14px;
    margin-top: 25px;
}

.qxsk-footer-content-bottom-top-left-a{
    display: block;
    text-decoration: none;
    text-align: left;
    line-height: 22px;
    font-size: 16px;
    color: #fe6a00;
    margin-top: 25px;
}

.footer-icon-jiantou{

}

.qxsk-footer-content-bottom-content-box-top-right{
    min-width: 555px;
    height: 30px;
    position: absolute;
    top: 85px;
    right: 0;
    border-bottom: 2px solid hsla(0,0%,100%,.3);
    z-index: 99;
}

.qxsk-footer-content-bottom-content-box-top-right-header{
    display: inline-block;
    text-align: left;
    line-height: 20px;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 65px;
    height: 30px;
    cursor: pointer;
    color: #fe6a00!important;
    border-bottom: 2px solid #fe6a00;
}

.qxsk-footer-content-bottom-content-box-top-right-content{
    width: 555px;
    height: auto;
    margin-top: 20px;
}

.qxsk-footer-bottom-bottombg{
    background-image: linear-gradient(180deg,hsla(0,0%,6%,0) 56%,rgba(25,25,25,.7));
    width: 100%;
    height: 300px;
    position: absolute;
    bottom: 0;
}

.qxsk-footer-bottom-bottombg img{
    display: block;
    width: 1440px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.qxsk-footer-logos{
    width: 200px;
    height: 60px;
    display: block;
}

.qxsk-footer-logos img{
    width: 200px;
}

.qxsk-box-top-right-content-phone{
    width: 80%;
    color: #fff;
    display: flex;
    margin-bottom: 10px;
}

.qxsk-box-top-right-content-map{
    width: 80%;
    color: #fff;
    margin-bottom: 15px;
}

.qxsk-box-top-right-content-link{
    width: 80%;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.qxsk-box-top-right-content-icp{
    width: 100%;
    color: gray;
}

.qxsk-box-top-right-content-wximg{
    position: absolute;
    right: 0;
    width: 100px;
    height: 100px;
    top: 45px;
    border: 2px solid #ccc;
}

.qxsk-box-top-right-content-wximg img{
    width: 100%;
    height: 100%;
}

/*首页标签*/
.qxsk-platform-content{
    width: 100%;
    background: #fff;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
    height: 300px;
}

.qxsk-platform-content-list{
    width: 100%;
    height: 284px;
    padding-left: 100px;
    padding-right: 100px;
}

.qxsk-platform-items{
    width: 100%;
    float: left;
    height: 100%;
}

.qxsk-platform-items-content{
    width: 100%;
    height: 284px;
    box-sizing: border-box;
    padding: 20px 0;
    overflow: hidden;
    background: #fff;
}

.qxsk-platform-items-box{
    height: 100%;
    border-right: 1px solid #eee;
    float: left;
    padding: 24px;
    width: 16.666666%;
}

.qxsk-platform-items-box-link{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.qxsk-platform-items-box-title{
    font-size: 18px;
    color: #181818;
    text-align: center;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qxsk-platform-items-box-desc{
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 25px;
    margin-bottom: 25px;
    height: 51px;
    overflow: hidden;
}

.qxsk-platform-items-box-img{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
}


/*首页推荐作品*/
.qxsk-Recommend-works-content{
    padding-top: 50px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
}

.qxsk-Recommend-works-content-title{
    font-size: 36px;
    color: #333;
}

.qxsk-Recommend-works-content-desc{
    margin-top: 20px;
    font-size: 18px;
    color: #ccc;
    width: 700px;
    margin-left: 250px;
}

.qxsk-Recommend-works-content-desc p{

}

.qxsk-Recommend-List-content{
    width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
}

.qxsk-Recommend-List-title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.qxsk-Recommend-List-title p{
    width: 50px;
    background: #ccc;
    height: 5px;
    border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
}

.qxsk-Recommend-List-title span{
    font-size: 32px;
    color: #333;
}

.Recommend-more-p{
    color: #ccc;
    position: relative;
    top: -10px;
}

.qxsk-Recommend-List-items{
    width: 1200px;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

/*中部广告图*/
.qxsk-Recommend-List-content-middle-ad{
    width: 100%;
    margin-top: 100px;
    margin-bottom: 30px;
}

.qxsk-Recommend-middle-ad{
    width: 100%;
    margin-bottom: 100px;
}

.qxsk-Recommend-middle-ad img{
    width: 100%;
}

/*每周一星*/
.qxsk-day-works-content{
    width: 100%;
    position: relative;
    height: 800px;
}

.qxsk-day-works-items{
    position: relative;
    width: 100%;
    height: 100%;
}

.qxsk-day-works-bg{
    height: 680px;
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 0;
}

.qxsk-day-works-infos{
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 82px;
    background-color: rgba(33,33,33,.55);
    padding: 14px 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.qxsk-day-works-userimg{
    height: 100%;
    border-radius: 50%;
    float: left;
    margin-left: 80px;
}

.qxsk-day-works-userimg img{
    width: 85px;
    background: #fff;
}

.qxsk-day-works-userifno{
    margin-left: 50px;
}

.qxsk-day-works-userifno h2{
    font-size: 28px;
    line-height: 30px;
    color: #fff;
    margin: 10px 0 14px;
    font-weight: 400;
}

.qxsk-day-works-userifno div{
    display: flex;
}

.qxsk-day-works-userifno-num{
    font-size: 12px;
    color: #ff930a;
    margin-right: 20px;

}

.previmg-num-icon{

}

.qxsk-day-works-userifno-worksnum{
    font-size: 12px;
    color: #ff930a;
    margin-right: 58px;
    margin-bottom: 0;
    margin: 0 0 10px;
}

.worksnum-num-icon{

}

.qxsk-day-works-userifno-right{
    margin-left: auto;
    margin-right: 80px;
}

.qxsk-day-works-right-link{
    position: absolute;
    top: 35px;
    width: 100px;
    height: 33px;
    line-height: 33px;
    background-color: #ff930a;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 0;
    font-size: 13px;
    transition: all .3s linear;
    float: right;
    right: 80px;
    text-align: center;
}

.qxsk-day-works-right-link:hover{
    color: #fff;
}


/*背景轮播切换*/
.banner {
    width: 100%;
    height: 780px;
    padding-top: 100px;
    left: 0;
    z-index: 1;

}

.home-index-swiper{
    position: absolute !important;
    width: 40% !important;
    border-radius: 5px;
    height: 43% !important;
    left: 36.5%;
    top: 32%;
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-wrapper {
    border-radius: 5px;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}



.swiper-slide .info {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    position: absolute;
    height: 100%;
    z-index: 2
}

.swiper-slide .info h1 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 12px;
    position: absolute;
    top: 180px;
    left: 0;
    z-index: 2
}

.swiper-slide .info p {
    color: #fff;
    text-align: left;
    font-size: 20px;
    max-width: 700px;
    line-height: 36px;
    position: absolute;
    top: 245px;
    left: 0;
    z-index: 2
}

.swiper-slide .info a {
    line-height: 20px;
    width: auto;
    font-size: 20px !important;
    color: #fff;
    border: none;
    border-bottom: 3px solid #00c1de;
    background: 0 0;
    position: absolute;
    top: 325px;
    left: 0;
    z-index: 2;
    display: block;
    padding-bottom: 10px
}

.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 145px
}

.swiper-slide .info a:hover {
    color: #00c1de
}

.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0
}

.swiper-pagination-bullet-active {
    width: 40px;
    background: #fff
}

/*User right*/
.User-right-content{
    background: #fff;
    height: 284px;
    width: 240px;
}

.User-right-content-header{
    padding-top: 50px;
}

.User-right-content-header-userimg{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.User-right-content-header-userimg img{
    height: 100%;
}

.User-right-content-hader-username{
    text-align: center;
    line-height: 20px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #181818;
    letter-spacing: 0;
    height: 20px;
    margin: 8px auto 0;
}

.User-right-content-off{
    width: 200px;
    height: 34px;
    margin: 24px auto 0;
    text-align: center;
}

.User-right-content-off-btn{
    width: 94px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ff6a00;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    background: #ff6a00;
}

.User-right-content-off-borderbtn{
    width: 94px;
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ff6a00;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    background: none;
}

.User-right-content-off-borderbtn:hover{
    color: #fff;
    background: #ff6a00;
}

.User-right-content-line{
    margin-top: 50px;
    border-top: 1px solid #ededed;
}

.User-right-content-bottom{
    height: 58px;
    line-height: 58px;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    display: table;
    width: 100%;
    margin: 0 auto;
    color: #999;
}

.User-right-content-bottom a{
    text-decoration: none;
    text-align: center;
    color: #ff6a00;
    display: inline-block;
    width: 80px;
    cursor: pointer;
    height: 20px;
    line-height: 20px;
}

.User-right-content-bottom span{
    height: 58px;
    line-height: 58px;
    font-family: PingFangSC-Regular;
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    display: table;
    width: 100%;
    margin: 0 auto;
    color: #999;
}



/*登录页面*/
.passport-login-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*background: url(/static/krpano/images/banner_bg3.jpg);*/
    background: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.passport_container{
    width: 350px;
    z-index: 2;
    padding-top: 15%;
    position: relative;
    margin: 0 auto;
    height: 100%;
}

.passport-login-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.passport-login-top img{
    width: 200px;
}

.passport-login-content {
    /*padding-left: 20%;*/
    /*padding-right: 20%;*/
}

.form-control{
    display: block;
    width: 100%;
    height: 42px;
    font-size: 13px;
    line-height: 1.53846154;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.passport-login-btn{
    background-color: #ff6a00;
    border-radius: 0;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 1px #ff6a00;
    box-shadow: 0 1px 1px #ff6a00;
    zoom: 100%;
    height: 42px;
    line-height: 42px;
    outline: none;
    color: #fff;
    width: 100%;
    cursor: pointer;
    border: none;
}

/*全景漫游作品管理中心*/
.pano-management-nav{
    position: relative;
    width: 12%;
    z-index: 3;
    height: 450px;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    top: 0;
    float: left;
    margin-right: 4%;
}

.pano-management-navbar{
    width: 100%;
    height: 100%;
}

.pano-management-navitem{
    width: 100%;
    height: 100%;
}

.pano-management-navitem li{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: left;
    position: relative;
    padding-left: 45px;
}

.pano-management-navitem li a{
    color: #333;
}

.pano-management-navitem li a:hover{
    color: #ff6a00;
}

.pano-management-navitem li:hover{
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
    border-right: 4px solid #ff6a00;
}

.pano-management-navitem-active{
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
    border-right: 4px solid #ff6a00;
    font-weight: bold;
}


/*心灵之州管理中心*/
.pano-management-container{
    width: 100%;
    z-index: 3;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 102px;
    display: inline-block;
    padding-bottom: 50px;
}

.pano-management-works{
    width: 100%;
    height: 100%;
    padding-top: 5%;
    display: inline-block;
}

/*左侧图册列表*/
.pano-management-left{
    width: 15%;
    height: 100%;
    margin-right: 4%;
    position: relative;
    float: left;
    z-index: 2;
}

.pano-works-num{
    width: 100%;
    background: #ff6a00;
    padding: 8px;
    color: #fff;
    text-align: center;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    margin-bottom: 30px;
    font-size: 16px;
}

.pano-works-atlas{
    width: 100%;
    height: 100%;
    overflow: auto;
}

.pano-works-atlas-btn{
    width: 100%;
    padding: 8px;
    border: none;
    background: #ff6a00;
    color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    font-size: 16px;
    cursor: pointer;
}

.pano-works-atlas-btn:hover{
    background: #ff6a00;
}

.pano-works-atlas-add-icon{
    margin-right: 10px;
}

.pano-works-atlas-list{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 100%;
    text-align: center;
}

.pano-works-atlas-list li{
    background: #ccc;
    padding: 8px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    margin-bottom: 20px;
    color: #333;
}

.pano-works-atlas-list li a:hover{
    color: #fff;
}

.atlas_active{
    background: #ff6a00 !important;
    padding: 5px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    margin-bottom: 20px;
}

.atlas_active a{
    color: #fff;
}

.atlas_active a:hover{
    color: #fff;
}



.pano-management-right{
    height: 100%;
    position: relative;
    float: left;
    width: 65%;
    z-index: 2;
}

.pano-management-search{
    width: 30%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
}

.pano-management-search-input{
    border-radius: 0 !important;
    margin-bottom: 0;
    height: 31px;
}

.pano-management-search-btn{
    width: 80px;
    height: 31px;
    border: none;
    background: #ff6a00;
    color: #fff;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
}

.pano-management-search-btn:hover{
    background: #ff6a00;
}

.pano-management-panoworks-list{
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.panoworks-list-header{
    width: 100%;
    display: flex;
    align-items: center;
    /*margin-bottom: 30px;*/
    height: 31px;
}

.pano-management-move{
    position: absolute;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pano-management-move-list{
    margin-left: 40px;
}

.panoworks-list-content{
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 30px;
}

.pano-management-move-select{
    border-radius: 0 !important;
    margin-bottom: 0;
    height: 31px;
}

.list_wrap_content{
    width: 100%;
}

.LibItem_item_jCXDqj {
    display: flex;
    align-items: center;
    padding: 15px 0;
    /*background: linear-gradient(to left,rgba(0, 0, 0, 0.88),rgba(0, 0, 0, 0));*/
}


.Checkbox_checkbox_2hIu2H{
    display: flex;
    margin-right: 25px;
}

.LibItem_thumb_1r4XBi {
    width: 40px;
    height: 40px;
    margin-left: 10px;
    cursor: pointer;
    background-color: #ddd;
}

.LibItem_detail_3wJXtC, .LibItem_title_2GoN3t {
    display: flex;
}

.LibItem_detail_3wJXtC {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    height: 40px;
    margin-left: 10px;
    line-height: 1.4286;
}

.LibItem_nameText_3ITUbF {
    cursor: pointer;
}

.LibItem_dName_1_74NJ {
    max-width: 420px;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 1em;
    color: #333;
}

.LibItem_dInfo_1JypQK {
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 12px;
    color: #7a7a7a;
}

.LibItem_menu_19-MFP {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}




/*分页*/
#pager_wrap {
    margin-top: 10px;
    text-align: center;
}

.pager {
    border-radius: 0;
}

.pager {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
}

.pager li {
    cursor: pointer;
}

.pager>li {
    display: inline;
}

.pager > li:first-child > a, .pager > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pager>li.disabled>a, .pager>li.disabled>a:focus, .pager>li.disabled>a:hover, .pager>li.disabled>span, .pager>li.disabled>span:focus, .pager>li.disabled>span:hover {
    color: #ddd;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pager>li:first-child>a, .pager>li:first-child>span {
    margin-left: 0;
}

.pager > .disabled > span, .pager > .disabled > span:hover, .pager > .disabled > span:focus, .pager > .disabled > a, .pager > .disabled > a:hover, .pager > .disabled > a:focus {
    color: #dddddd;
    background-color: #fff;
    border-color: #dddddd;
}

.pager > li > a, .pager > li > span {
    background-color: #fff;
    border: 1px solid #dddddd;
}

.pager>li>a, .pager>li>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.53846154;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pager>li.active>a, .pager>li.active>a:hover, .pager>li.active>span, .pager>li.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.pager > li:last-child > a, .pager > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}


/*mode弹窗*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.fade.in {
    opacity: 1;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out,-o-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0)
}

.modal>.loader {
    display: none
}

.modal.modal-loading .modal-dialog {
    opacity: 0
}

.modal.modal-loading .loader {
    position: absolute;
    top: 35%;
    left: 50%;
    display: block;
    width: 80px;
    margin-left: -40px;
    font-size: 56px;
    color: #fff;
    text-align: center
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}


.modal-dialog {
    position: relative;
    width: auto;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /*border: 1px solid #999;*/
    /*border: 1px solid rgba(0,0,0,.2);*/
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5)
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 10%;
}


.modal-dialog.modal-moveable {
    position: absolute;
    margin: 0
}

.modal-dialog.modal-moveable .modal-header {
    cursor: move
}

.modal-header {
    height: 45px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 45px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.modal-header .close {
    margin-top: -2px
}

.Addatlas{
    background: #fff;
    border: 1px solid #ccc;
    margin-top: 30px;
    width: 70%;
    margin-left: 15%;
    color: #333;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    /* background: 0 0; */
    border: 0;
    background: url(/static/krpano/images/close_hei.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -1%;
    top: -2%;
    opacity: 1;
    box-shadow: none;
}

.close {
    font-size: 25px;
}

.close {
    float: right;
    font-size: 19.5px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.modal-title {
    margin: 0;
    line-height: 1.53846154
}

.modal-info{
    width: 300px !important;
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    border-top: 1px solid #e5e5e5;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary {
    color: #fff;
    border: none;
    background: #ff6a00;
}

.btn {
    display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.53846154;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    -o-transition: all .4s cubic-bezier(.175, .885, .32, 1);
    transition: all .4s cubic-bezier(.175, .885, .32, 1);
    border: none;
    box-shadow: none;
    margin: 10px;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 1040; */
    /* background-color: #000; */
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.5)
        box-shadow: 0 2px 8px rgba(0,0,0,.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.modal-fullscreen {
    position: relative;
    width: 100%!important;
    height: 100%!important;
    margin: 0;
    border-radius: 0
}

.modal-fullscreen .modal-body {
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto
}

/*作品管理*/
.share-wx-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share-wx-img img{
    width: 150px;
}

.api-xcx-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.API-panoworks-location{
    margin-top: 20px;
    width: 100%;
    height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workslocation{
    float: left;
    width: 85%;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    margin-bottom: 0;
}

.API-panoworks-location label{
    width: 15%;
    float: left;
    line-height: 42px;
}

.API-panoworks-location-web{
    margin-top: 20px;
    width: 100%;
    height: 42px;
    display: flex;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.web-site{
    float: left;
    width: 85%;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    margin-bottom: 0;
}

.API-panoworks-location-web label{
    width: 15%;
    float: left;
    line-height: 42px;
}

/*评论管理*/
.pano-comment-content{
    width: 84%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    position: relative;
}

.pano-comment-header{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    height: 72px;
    border-bottom: 1px solid #f2f2f2;
}

.pano-comment-header-left{
    position: absolute;
    left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    border-radius: 100%;
}

.comment-hide-icon{
    font-size: 24px !important;
    font-weight: bold;
}

.pano-comment-header-right{
    width: 15%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 15px;
    background: #f2f2f2;
    height: 40px;
    border-radius: 2px;
    font-weight: bold;
}

.comment-Num{
    color: #333;
    font-weight: bold;
}

.pano-comment-list{
    display: flex;
    width: 100%;
    align-items: center;
}

.pano-comment-list-content{
    width: 100%;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table>thead>tr>th {
    vertical-align: bottom;
    background-color: #f2f2f2;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.progressContainer{
    background-color: #f2f2f2;
}

.table td, .table th {
    padding: 8px;
    line-height: 1.53846154;
    /* vertical-align: top; */
    border-bottom: 1px solid #ddd;
    -webkit-transition: background .2s cubic-bezier(.175,.885,.32,1);
    -o-transition: background .2s cubic-bezier(.175,.885,.32,1);
    transition: background .2s cubic-bezier(.175,.885,.32,1);
    color: #333;
    border-right: 1px solid #ccc;
    font-weight: 100;
    text-align: center;
    border-left: 1px solid #ccc;
}

.progressName{
    text-align: center;
}

.progressFileSize{
    text-align: center;
}

th {
    text-align: left;
}

/*加载没有*/
.zanwu-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20%;
    color: #ccc;
    font-size: 18px !important;
    letter-spacing: 5px;
    font-weight: 100;
}



/*项目发布*/
/*左边菜单*/

.add-bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
}

.add-container-left{
    position: relative;
    width: 12%;
    z-index: 3;
    height: 150px;
    border-right: 2px solid rgba(255, 255, 255, 0.1);
    float: left;
    margin-right: 4%;
}

.add-container-left-tabs{
    width: 100%;
    height: 100%;
}

.add-container-left-tabs-items{
    width: 100%;
    height: 100%;
}

.add-container-left-tabs-items>li{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 40px;
    text-align: left;
    position: relative;
    padding-left: 45px;
    color: #333;
}

.add-container-left-tabs-items>li.active>a,.add-container-left-tabs-items>li.active>a:focus,.add-container-left-tabs-items>li.active>a:hover {
    color: #333;
    line-height: 50px;
    font-weight: bold;
}

.add-container-left-tabs-items .active{
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
    border-right: 4px solid #ff6a00;
}

.add-container-left-tabs-items li a:hover{
    color: #ff6a00;
}

.add-container-left-tabs-items li:hover{
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
    border-right: 4px solid #ff6a00;
}

.add-left-tabs-items-active{
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
    border-right: 4px solid #ff6a00;
}

/*右边发布项目*/
.add-container-right{
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    height: 100%;
    position: relative;
    overflow: auto;
    top: 102px;
    padding: 2% 15% 50px 15%;
}

.add-container-update{
    width: 84%;
    height: 100%;
    float: left;
}

.tab-content{
    width: 100%;
    height: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.add-pano-upimg-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 35px;
}

.upimg-content-header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.upimg-content-header-pname{
    float: left;
    width: 25%;
    margin-right: 5%;
}

.pname{
    margin-bottom: 0;
    height: 35px;
}

.upimg-content-header-atlas{
    float: left;
    width: 22%;
    margin-right: 5%;
}

.atlas-select{
    margin-bottom: 0;
    height: 35px;
}

.upimg-content-header-picchosen{
    float: left;
    width: 25%;
    margin-right: 5%;
}

.upimg-content-header-allowrecomm{
    float: left;
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upimg-content-header-allowrecomm span{
    line-height: 31px;
    color: #333;
    margin-left: 30px;
}

.upimg-content-upimgfile{
    width: 100%;
    height: 100%;
}

.upimgfile-content{
    width: 100%;
    height: 100%;
}

.upimgfile-content-footer{
    width: 100%;
    margin-top: 30px;
}

.upimgfile-content-footer-upbtn{
   width: 100%;
    float: left;
}

.fileinput-remove{
    background: url(/static/krpano/images/close_hei.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: 10px;
    font-size: 0;
}

.btn-close {
    background: url(/static/krpano/images/close_hei.png);
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: -10px;
    font-size: 0;
    top: -10px;
}

.btn-prev{
    background: url(/static/krpano/images/btn_next.png);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    opacity: 1;
    font-size: 0;
    margin-right: 20px;
}

.btn-next{
    background: url(/static/krpano/images/btn_prev.png);
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    opacity: 1;
    font-size: 0;
}

.icon-icon-upload{
    background: #ff5722;
    font-size: 24px !important;
    padding: 5px;
    color: #fff;
    opacity: 1;
    font-weight: 100;
    border-radius: 100%;
    top: 5px;
    position: relative;
}

.kv-file-upload{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 0;
    font-weight: bold;
}

.kv-upload-progress{
    margin-bottom: 20px;
}

.kv-file-zoom{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 0;
}

.kv-file-remove{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 0;
}

.hidden, .hide {
    display: none;
}

.input-group, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}



.text-right {
    text-align: right;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: 0 0;
    cursor: inherit;
    display: block;
}

.btn-block {
    display: block;
    width: 100%;
}

.panoImgList-body-content-left {
    width: 18%;
    height: 100%;
    margin-right: 1%;
    position: fixed;
    max-height: 525px;
}

.panoImgList-body-content-right {
    padding-left: 21%;
}

/*全景视频发布*/
.add-upvideo-items{
    width: 100%;
    display: flex;
    align-items: center;
    height: 35px;
    margin-bottom: 30px;
}

.add-upvideo-items label{
    width: 10%;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    margin-right: 5%;
    height: 31px;
    line-height: 31px;
    border-radius: 2px;
}

.add-upvideo-items-input{
    width: 50%;
}

.upvideo-vname{
    margin-bottom: 0;
    height: 35px;
}

.video-chosen{
    margin-bottom: 0;
    height: 31px;
}

.add-upvideo-items-videoprofile{
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.add-upvideo-items-videoprofile label{
    width: 120px;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    border-radius: 2px;
    padding: 6px;
    padding-left: 28px;
    padding-right: 28px;
}

.add-upvideo-items-input-videoprofile{
    margin-top: 15px;
    width: 65%;
}

.video-profile{
    margin-bottom: 0;
    height: 120px;
    max-height: 120px;
    padding: 10px;
}

.add-upvideo-list{

}

.add-upvideo-list-content{

}

.info {
    position: relative;
    height: 100%;
}

.progress {
    height: 20px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    background-color: #ccc;
    border-radius: 0;
}

.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress-bar-info {
    background-color: #03b8cf;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #FF5722;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    line-height: 20px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

tr .progressCancel {
    display: inline-block;
    float: right;
    position: relative;
    z-index: 100;
    color: #333;
    text-decoration: none;
}

.status {
    position: relative !important;
    width: 100%;
    top: 0;
    left: 24px;
    font-size: 14px;
    color: red;
}

tr .progressCancel {
    display: inline-block;
    float: right;
    z-index: 100;
    color: #fff !important;
    text-decoration: none;
    background: #ff6a00;
    width: 60px;
    height: 20px;
    text-align: center;
    font-size: 14px;
    right: 14px;
    border-radius: 2px;
    line-height: 20px;
}

.add-upvideo-items-upbtn{
    display: flex;
}

.up-btn{
    margin-right: 30px;
    background: #ff6a00;
    color: #fff;
}

.text-muted{
    background: #ddd;
    color: #666;
    padding: 5px;
    font-size: 14px;
    opacity: 0.8;
    border-radius: 2px;
}

.upimg-content-header-flag-publish{
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    position: absolute;
}

.file-caption{
    margin-bottom: 0;
    color: #333;
    width: 95%;
    height: 32px;
    line-height: 32px;
    top: 9.5px;
}

.object-name{
    height: 32px !important;
}



.upprogress{
    margin-bottom: 0;
}


/*素材库选择全景*/
.panoImgmodal{
    margin-top: 200px !important;
    width: 1200px;
    height: 650px;
    max-height: 650px;
}

.panoImgmodal-content{
    width: 100%;
    height: 100%;
}

.panoImgmodal-body{
    height: 555px;
    overflow: auto;
}

.panoImgList-content{
    width: 100%;
    height: 100%;
}

.panoImgList-items{
    width: 15.5%;
    float: left;
    border: 1px solid #ccc;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    min-height: 1px;
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    transition: all .4s cubic-bezier(.175,.885,.32,1);
    -webkit-transition: all .4s cubic-bezier(.175,.885,.32,1);
    -o-transition: all .4s cubic-bezier(.175,.885,.32,1);
}

.panoImgList-items img{
    width: 100%;
    height: 100%;
    padding: 5px;
}

.panoImgList-input{
    position: absolute;
    left: 13px;
    top: 20px;
    z-index: 2;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.panoImgList-span {
    position: absolute;
    width: 93%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    padding-left: 10px;
    color: #fff;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 30px;
}

.panoImgList-body-content{
    width: 100%;
}

.panoImgList-content-header{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

.panoImgList-content-header span{
    margin-left: 10px;
}

.panoImgList-content-header em{
    font-size: 18px;
    font-style: inherit;
    margin-left: 5px;
    margin-right: 5px;
}

.panoImgList-content-header input{
    position: absolute;
    right: 30px;
    height: 30px;
    border: 1px solid #ccc;
    padding-left: 20px;
}

.panoImgList-content-items{
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.file-preview-image{
    width: 100% !important;
}

.upsucess-modal{
    width: 300px;
    margin-top: 20% !important;
    border-radius: 5px;
    box-shadow: none !important;
    border: none;
    height: 400px;
    background: none;
}

.upsucess-modal2{
    width: 300px;
    margin-top: 32% !important;
    left: 40.5%;
    height: 400px;
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.47843137254901963), rgba(46, 46, 46, 0.49019607843137253));
    border-radius: 5px;
    box-shadow: none !important;
    border: none;
}

.upsucess-modal-content{
    width: 300px;
    height: 400px;
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0.47843137254901963), rgba(46, 46, 46, 0.49019607843137253));
    border-radius: 5px;
    left: 40%;
    position: relative;
}

.upsucess-modal-header{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

.upsucess-modal-title{
    color: #333;
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    opacity: .8;
}

.upsucess-img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
}

.upsucess-img img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 3px solid rgba(255, 255, 255, 0.24);
}

.upsucess-modal-footer{
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.upsucess-music{
    width: 100%;
    height: 75px;
}

.upsucess-wait-music{
    width: 100%;
    height: 30px;
    margin-top: 20px;
    opacity: 0.6;
}

.upsucess-music p{
    color: #fff;
    opacity: .6;
    font-size: 14px;
    text-align: center;
    margin-top: 7px;
}

.upsucess-modal-fade{
    top: 0 !important;
}

/*素材中心*/
.pano-mediares{
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    padding-left: 15%;
    padding-right: 19%;
    padding-bottom: 50px;
    display: inline-block;
    padding-top: 102px;
}

.pano-mediares-container{
    width: 100%;
    height: 100%;
    padding-top: 5%;
    display: inline-block;
}

.pano-mediares-header{
    width: 10%;
    z-index: 3;
    height: 250px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
    float: left;
}

.pano-mediares-header-nav{
    width: 100%;
    height: 100%;
}

.pano-mediares-header-navitem{
    width: 100%;
    height: 100%;
}

.pano-mediares-header-navitem li{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: left;
    position: relative;
    padding-left: 25px;
}

.pano-mediares-header-navitem-active {
    background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.2));
    border-left: 4px solid #ff6a00;
    font-weight: bold;
}

.pano-mediares-header-navitem li a{
    color: #333;
}

.pano-mediares-header-navitem li a:hover{
    color: #ff6a00;
}

.pano-mediares-header-navitem li:hover{
    background: linear-gradient(to left,rgba(0,0,0,0),rgba(0,0,0,.2));
    border-left: 4px solid #ff6a00;
}

.pano-management-meadiares-right{
    height: 100%;
    position: relative;
    float: left;
    z-index: 2;
    margin-right: 4%;
    width: 51%;
}

.pano-mediares-upbtn-content{
    z-index: 5;
    float: left;
}

.pano-mediares-upbtn{

}

.pano-mediares-Listcontent{
    width: 100%;
    height: 100%;
    display: inline-block;
}

.pano-mediares-panos-left{
    width: 15%;
    height: 100%;
    margin-right: 4%;
    position: relative;
    float: left;
}

/*素材列表*/
.cards{
    width: 100%;
    height: 100%;
}

.mediares-List-panos-items{

}

.bootbox-input{
    margin-bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    box-shadow: none;
}

.pano-management-header-title{
    border-left: 3px solid #ff6a00;
}

.LibItem_thumb_1r4XBi img{
    width: 100%;
    height: 100%;
}

.pano-management-header-title span{
    color: #333;
    margin-left: 10px;
    font-weight: bold;
}

.audio_wrap{
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343434;
}

.audio_wrap img{
    width: 30px;
    height: 30px;
}

.previewModal-lg{
    margin-top: 10% !important;
}

.video-preview{

}

.video-tie-preview{
    margin-top: 10% !important;
    width: 1000px !important;
}

.video-play-box{
    max-width: 970px;
    max-height: 500px;
}

.video-up-dialog{
    width: 1200px !important;
}

.red{
    color: red !important;
}

.altlas-edit-btn{
    right: 10px;
    position: absolute;
}

.icon-edit{
    font-size: 22px !important;
    line-height: 19px;
}

.icon-trash{
    line-height: 19px;
}

.panos-up-modal-dialog{
    margin-top: 8% !important;
    width: 1200px !important;
}

.file-caption-main{

}

.btn-success{
    background: #ff6a00;
    color: #fff;
}

.zanwu-info{
    width: 100%;
}

.tts-form{
    width: 100%;
    height: 100%;
}

.tts-form-ttsname{
    width: 50%;
}

.tts-form-ttscontent{
    width: 50%;
}

.tts-form-ttscontent-textarea{
    height: 240px;
    margin-bottom: 30px;
}

.tts-form-ttsper{
    width: 50%;
    display: flex;
}

.tts-form-ttsper-input{
    height: 30px;
    line-height: 30px;
}

.tts-form-ttsper-input label{
    margin-right: 15px;
}


.tts-form-btn{
    width: 50%;
}

.label-content{
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 30px;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-right: 30px;
}

.add-redpack-btn{
    background: #ff6a00 !important;
    padding: 5px;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
    margin-bottom: 20px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.add-redpack-btn a:hover{
    color: #fff;
}

.add-redpack-header{
    margin-bottom: 30px;
}

.dropdown-menu {
    border-radius: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 13px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cbcbcb;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.data-time-form-control{
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    cursor: default;
    height: 35px;
}

.data-time-group-addon{
    padding: 5px 12px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #222;
    text-align: center;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}




.add-redpack-label{
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 35px;
    border-radius: 2px;
    margin-bottom: 15px;
    margin-right: 30px;
    float: left;
    width: 15%;
}

.add-redpack-items{
    width: 100%;
    display: flex;
    line-height: 35px;
}

.redpack-names{
    width: 50%;
    height: 35px;
    margin: 0;
}

.add-redpack-items-inputf1{
    height: 30px;
    line-height: 30px;
    width: 50%;
}

.fjiner{
    width: 80px;
    font-size: 20px;
    margin: 0;
    height: 35px;
    margin-right: 15px;
    color: #F44336;
    font-weight: bold;
    text-align: center;
}

.fjinerf2{
    width: 80px;
    font-size: 20px;
    margin: 0;
    height: 35px;
    margin-right: 15px;
    color: #F44336;
    font-weight: bold;
    text-align: center;
}

.redpack-map-basic{
    margin-right: 30px;
    background: #ff6a00;
    padding: 5px;
    height: 35px;
    color: #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
}

.add-redpack-items-btn{
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 250px;
    height: 35px;
}

.btn-primary:hover{
    color: #fff;
}

.redpack-map-basic:hover{
    color: #fff;
}

.long{
    height: 35px;
    width: 100%;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 15px;
}

.chongzhi-input{
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: #F44336;
}

.pay_way{
    height: 35px;
    width: 100%;
}

.redpack-item-content{
    width: 100%;
    display: flex;
    height: 60px;
    margin-bottom: 20px;
}

.redpack-item-content-left{

}

.redpack-item-content-left-right{
    float: right;
    right: 20px;
    position: absolute;
    line-height: 60px;
    display: flex;
}

.redpack-bottom{
    margin-top: 8px;
}

.redpack-list-right-btn{
    background: #f2f2f2;
    margin-right: 30px;
    padding: 5px;
    border-radius: 2px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

/*720环物*/
.upring-around-btn{

}

.upring-around-span{
    margin-left: 50px;
    font-size: 18px;
}

.add-ring-around-content{

}

.add-upringaround-items{
    width: 100%;
    display: flex;
    align-items: center;
    /*height: 35px;*/
    margin-bottom: 30px;
}

.add-upringaround-items:before{
    display: table;
    content: " ";
}

.add-upringaround-items:after{
    display: table;
    content: " ";
}

.add-upringaround-items label{
    width: 10%;
    background: #f2f2f2;
    color: #333;
    text-align: center;
    margin-right: 5%;
    height: 31px;
    line-height: 31px;
    border-radius: 2px;
}

.add-upringaround-items-input{
    width: 50%;
}

.upringaround-rname{
    margin-bottom: 0;
    height: 35px;
}

.text-success{
    margin-top: 40%;
    margin-bottom: 34%;
}

.text-success img{
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
}

.text-success span{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}












