/*此样式表所有类前面需要加.theme-light，防止切换菜单时出现闪屏
这是由于暗黑模式和高亮模式合并之后，同一个html，在两个样式表中切换，
当默认样式表为高亮模式的时候，如果此时是暗黑模式，刷新或切换菜单时会出现1-2s的白色的闪屏
处理方式如下：
html中同时引入了phantom_dark.css和phantom.css
暗黑模式下，设置body的class类为theme-dark，应用该类名下的所有样式表
高亮模式下，设置body的class类为theme-light，应用该类名下的所有样式表
*/
body.theme-light,.theme-light body{
    background-color: #fff;
    font-family: "Myriad Pro","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif!important;
}
html, body,.container-fluid,.phantom-container ,object,object body,iframe,iframe body{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
.theme-light .phantom-container{
    padding: 0;
    min-width: 1130px;

    height: 100%;
    width: 100%;
    position: relative;
    padding-left: 255px;
}
.theme-light .container-leftPart{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 255px;
    padding: 0 14px;
    border-right-style:solid;
    border-width:1.8px;
    border-color:#C7CCD9;
    min-height: 570px;
}

.theme-light .container-rightPart{
    min-height: 570px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
}
.theme-light .minHeight{
    min-height: 570px;
}
.theme-light .share-container{
    padding: 0;
    min-width: 1130px;
}
.theme-light .video-right-zone{
    padding-left: 50px;
    padding-top: 50px;
    position: relative;
}
.theme-light .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 14px;
}

.theme-light .middle-zone,.right-zone{
    padding: 0;
}
/*reset width*/
.theme-light .col-xs-10{
    width: 74%;
    display: flex;
    flex-direction: column;
}
.theme-light .col-xs-11{
    width: 89%;
}
.theme-light .bg-gray{
    background: #f5f6fa;
    min-height: 100%;
}
hr{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top:1px solid #844284;
}

.theme-light .left-list{
    padding-left: 0;
    list-style: none;
    font-weight: 600;
    margin: 40px 0;
}
.theme-light .left-list li{
    border-radius: 5px;
    font-size: 15px;
    color: white;
    margin-bottom: 10px;
}

.theme-light .left-list li.active{
    background: #e6e9f0;
    font-weight: bold ;
}

.theme-light .left-list li:hover{
    background: #e6e9f0;
    font-weight: bold ;
}
.theme-light .left-list li a{
    padding: 5px 15px;
    font-size: 15px;
    color: #333333;
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
}
.theme-light .left-list li.active a{
    color: #A236b2;
}

.theme-light .left-list .left-icon{
    display: inline-block;
    width: 36px;
    height: 36px;
    position:absolute;
    top: 0;
    left: 5px;
}
.paddingLeft30{
    padding-left: 30px;
}
.theme-light .left-list li a{
    position: relative;
    padding-left: 40px;
}
.theme-light .left-list .home-icon{
    background: url(../svg/light/home.svg) center center no-repeat;
}
.theme-light .left-list li.active .home-icon{
    background: url(../svg/light/home-select.svg) center center no-repeat;
}
.theme-light .left-list .video-icon{
    background: url(../svg/light/vedio.svg) center center no-repeat;
}
.theme-light .left-list li.active .video-icon{
    background: url(../svg/light/vedio-select.svg) center center no-repeat;
}
.theme-light .left-list .cloud-icon{
    background: url(../svg/light/cloud.svg) center center no-repeat;
}
.theme-light .left-list li.active .cloud-icon{
    background: url(../svg/light/cloud-select.svg) center center no-repeat;
}
.theme-light .left-list .share-icon{
    background: url(../svg/light/shares.svg) center center no-repeat;
}
.theme-light .left-list li.active .share-icon{
    background: url(../svg/light/shares-select.svg) center center no-repeat;
}
.theme-light .button{
    text-align: center;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    padding: 6px 0;
    color: white;
}
.theme-light .button:hover{
    text-decoration: none;
}
.theme-light .button:focus{
    text-decoration: none;
}
.theme-light .open-file{
    width: 100%;
    height: 32px;
    border: 1px solid #C7CCD9;
    background: #ffffff;
    border-radius: 5px;
    color: #131313;
}
.theme-light .open-file:hover{
    background: #eeeeee;
    color: #131313;
}
.theme-light .open-file:focus{
    color: #131313;
}

.theme-light .button-purple{
    color: #923094 !important;
    border: 1px solid #923094 !important;
}
.theme-light .button-purple:hover{
    background: #eeeeee;
    text-decoration: none;
    color: #923094;
}
.theme-light .button-purple:focus{
    background: #eeeeee;
    text-decoration: none;
    color: #923094;
}
.theme-light .button-purple-now{
    text-align: center;
    vertical-align: middle !important;
    font-size: 14px;
    color: #8A258D !important;
    border: 1px solid #923094;
    font-weight: bold;
    padding-left:8px !important;
    padding-right:8px !important;
}
.theme-light .button-purple-now:hover{
    background: #eeeeee;
    text-decoration: none;
    color: #923094;
}
.theme-light .button-purple-now:focus{
    background: #eeeeee;
    text-decoration: none;
    color: #923094;
}
.theme-light .buy-now{
    margin-top: 5px;
    display: inline-block;
    padding: 3px;
    border-radius: 50px;
}
.theme-light .set-default-btn{
    display: inline-block;
    padding: 4px 30px;
    border-radius: 16px;
}
.theme-light .button-disabled{
    width: 100px;
    height: 30px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background: #cccccc;
    cursor: not-allowed;
}
.theme-light .button-disabled:hover,.button-disabled:focus{
    text-decoration: none;
}
.theme-light .left-bottom{
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 55px;
}
.theme-light .day_content{
    margin-top:10px;
    font-size: 14px;
    color:#666666;
}
.theme-light .newBorder{
    font-weight: bold;
    border:1px solid #D7D7D7  !important;
    height: 32px !important;
    background: #ffffff !important;
    text-align: center !important;
    font-size: 20px !important;
    border-radius: 4px;
    margin:auto;
}
.theme-light .ApplicableDays{
    padding-top: 10px !important;
}
.theme-light .margin-bottom-0{
    margin-bottom: 0;
}
.theme-light .margin-top-31{
    margin-top: 31px;
}
.theme-light .margin-right-10{
    margin-right: 10px;
}
.theme-light .margin-left-10{
    margin-left: 10px;
}

.theme-light .trial-date{
    margin: 20px auto;
    text-align: center;
    height: 145px;
    width: 145px;
    border: 1px solid #E3E3E3 !important;
    display: none;
    border-radius: 8px  !important;
}
.theme-light .trial-date-content{
    text-align: center;
    margin: 10px auto 0px auto;
    color: #131313;
}
.theme-light .trial-date-content .leave{
    color: #923094;
}
.theme-light .trial-date-content .total{
    color: #923094;
}
.theme-light .zhSalesInfo{
    display: none;
    width: 145px;
    color: #333;
}

.theme-light .trouble-ticket{
    color: #4075BE;
    text-decoration: underline;
}
.theme-light .trouble-ticket:hover{
    color: #001A68;
}
.theme-light .trouble-ticket:focus{
    color: #4075BE;
}
.theme-light .trouble-ticket:active{
    color: #005FB8;
}
.theme-light .trouble-ticket:disabled{
    color: #B3C8E5;
}

.theme-light .left-zone{
    color: #666666;
    width: 255px;
    min-height: 570px;
    border-right-style:solid;
    border-width:1.8px;
    border-color:#C7CCD9;
    height: 100%;
}

.theme-light .space-10{
    float: left;
    height: 14px;
}
.theme-light .space-20{
    float: left;
    height: 20px;
}
.theme-light .tool-one-80{
    position:relative;
    width: 93%;
    margin: 0 auto;
}

.theme-light .tool-one{
    height: 118px;
    position: relative;
    width: 276px;
    float: left;
}
.theme-light .set-default{
    text-align: center;
    height: 118px;
    position: relative;
    width: auto;
    margin-left:20px;
    float: left;
}
.theme-light .width-20-p{
    position: relative;
    float: left;
    width: 20%;
}
.theme-light .right-border{
    border-right: 1px solid #eaeaea;
}
.theme-light .tool-list p{
    color: #515151;
    font-size: 12px;
}
.theme-light .tool-list h4{
    font-size: 14px;
    color: #131313;
}
.theme-light .text-center{
    text-align: center;
}
.theme-light .middle-top{
    padding-left: 34px;
    height: 200px;
}
.theme-light .middle-bottom{
    padding-left: 34px;
}
.theme-light .middle-nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.theme-light .middle-nav-tabs>li {
    position: relative;
    display: block;
}
.theme-light .middle-nav-tabs>li.active{
    background: #eeeeee;
}
.theme-light .middle-nav-tabs a{
    color: #979797;
}
.theme-light .middle-nav-tabs{
    position: absolute;
    right: 10px;
    top: 10px;
}
.theme-light .nav>li>a {
    position: relative;
    display: block;
    padding: 1px 4px 3px 4px;
}
.theme-light .min-height-500{
    min-height: 500px;
}
.theme-light .table>thead>tr>th {
    vertical-align: bottom;
    /*border-bottom: 1px solid #ddd;*/
    font-size: 12px;
    color: #131313;
}
.theme-light .table>tbody>tr>td {
    vertical-align: middle;
    color: #535353;
    border-top: 1px solid #eaeaea;
}
.theme-light .table>tbody>tr:hover {
    background: #E6E9F0;
}
.theme-light .share_btn{
    width:80px;
    min-height:30px;
    outline:none;
    border-radius:5px;
    border: 0px;
    background:#A236B2;
    color: white;
    display: none;
}
.theme-light .historyLine:hover .share_btn{
    display: block;
}
.theme-light .share_icon{
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 12px;
    display: none;
}
.theme-light .share_icon:hover{
    background: #D8DBE5;
}
.theme-light .historyLine:hover .share_icon{
    display: block;
}
.theme-light .file-name{
    color: #131313;
}
.theme-light .path{
    font-size: 12px;
    color: #515151;
}
.theme-light .font-size-12{
    font-size: 12px;
}
.theme-light .font-size-14{
    font-size: 14px;
}
.theme-light .font-size-16{
    font-size: 16px;
    color:#131313;
}
.theme-light .font-size-20{
    font-size: 20px;
}
#picture-model{
    padding-left: 34px;
}
.theme-light .picture-recent-one{
    float: left;
    text-align: center;
    width: 220px;
}
.theme-light .pictureListShare{
    position: absolute;
    top: 0;
    left: 0px;
    height: 24px;
    width: 200px;
    background: #E6E9F0;
    display: none;
}
.theme-light .pictureListShare .share_icon{
    position: absolute;
    top: 4px;
    right: 5px;
    display: block;
}
.theme-light .picture-recent-one:hover .pictureListShare{
    display: block;
}
.theme-light .picture-recent{
    margin-bottom: 20px;
}
.theme-light .picture-recent p{
    text-align: center;
    color: #535353;
}
.theme-light .picture-img .picture-thumbnail{
    width: 172px;
    height: 178px;
}
.theme-light .picture-img{
    margin: auto;
    width: 200px;
    background: #FBFBFD;
    margin-bottom: 8px;
    position: relative;
}
.theme-light .picture-img:hover{
    background: #F5F6FA;
}
.theme-light .picture-recent a{
    display: block;
}
.theme-light .recentBottomLine{
    margin-top: 15px;
    height: 0px;
    background: none;
    border: none;
    border-bottom: #eaeaea solid 1px;
    width: 100%;
}
.theme-light .min-height-bottom{
    min-height: 344px;
}
.theme-light .use-now{
    text-align: left;
    display: inline-block;
    font-size: 12px !important;
    color: #4075BE;
    cursor: pointer;
    text-decoration: underline;
}
.theme-light .use-now:focus{
    color: #4075BE;
}
.theme-light .use-now:hover{
    color: #001A68;
}
.theme-light .use-now:active{
    color: #005FB8;
}
.theme-light .use-now:disabled{
    color: #B3C8E5;
}

.theme-light .product-feature-item{
    width: 270px;
    height: 300px;
    float: left;
    text-align: center;
}
.theme-light .product-feature-one{
    width: 220px;
    float: left;
}
.theme-light .product-feature-one>a{
    position: relative;
    display: block;
}
.theme-light .product-feature-one>a>.play-icon-bg{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 94px;
    top: 34px;
    vertical-align: middle;
    background: rgba(255,255,255,0.5);
    border-radius: 16px;
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
}
.theme-light .product-feature-one>a>.play-icon-bg>.play-icon{
    width: 16px;
    height: 16px;
    line-height: 32px;
    margin:8px auto;
    background-image:url(../images/playicon.svg);
}
.theme-light .product-feature-one>a:hover>.play-icon-bg{
    background: rgba(255,255,255,1);
}
.theme-light .product-feature-one>a:hover>.play-icon-bg>.play-icon{
    background-image:url(../images/playicon-active.svg);
}
.theme-light .product-feature-item p {
    text-align: left;
    padding-bottom: 20px;
    font-size: 12px;
    color: #a8a8a8;
}
.theme-light .product-feature-item h4 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 4px;
    font-size: 14px;
    color: #333333;
}
.theme-light .left-list{
    white-space:nowrap;
}

.theme-light .use-now-one{
    width: 276px;
    position: relative;
    float: left;
}
.theme-light .td-a{
    color: #131313;
    display: block;
    cursor: pointer;
}
.theme-light .td-a:hover{
    color: #131313;
    text-decoration: none;
}
.theme-light .td-a:focus{
    color: #131313;
    text-decoration: none;
}
.theme-light .frequently-used-tools{
    font-size: 12px;
    color: #515151;
}
.theme-light .font-purple{
    color: #6C266C;
}
.theme-light .font-size-18{
    font-size: 18px;
}

.theme-light .tool-one-img{
    padding-top: 6px;
    width: 33px;
}
.theme-light .tool-one-content{
    height: 90px;
}
.theme-light .tool-one-img-div{
    width: 45px;
    height: 45px;
    border-radius: 22px;
    margin-top: 10px;
    text-align: center;
}

.theme-light .color-1{
    background: #5BAAFB;
}
.theme-light .color-2{
    background: #26BFBF;
}
.theme-light .color-3{
    background: #7BC530;
}
.theme-light .color-4{
    background: #FFB13D;
}
.theme-light .color-5{
    background: #F29AC3;
}
.theme-light .color-6{
    background: #C39BFF;
}
.theme-light .color-7{
    background: #FBC382;
}
.theme-light .color-8{
    background: #C5B82C;
}
.theme-light .color-9{
    background: #A59BFF;
}
.theme-light .color-10{
    background: #79A566;
}
.theme-light .color-11{
    background: #BF9A4F;
}
.theme-light .color-12{
    background: #A566A3;
}
.theme-light .margin-auto{
    margin: auto;
}
.theme-light .inline-span-24{
    display: inline-block;
    line-height: 24px;
}
.theme-light .vertical-line{
    border-left: 1px solid #DEDEDE;
    margin: 2px 6px 0 6px;
    display: inline-block;
    height: 20px;
}
.theme-light .clear-history{
    cursor: pointer;
}
.theme-light .tool-wizard{
    margin: 26px 0 22px 0;
    font-weight: 700;
}
.theme-light .always-open{
    margin-top: 20px;
    color: #454545;
}

.theme-light ::-webkit-scrollbar,.theme-light::-webkit-scrollbar{
    width: 7px;
    height: 7px;
}
.theme-light ::-webkit-scrollbar-thumb,.theme-light::-webkit-scrollbar-thumb{
    border-radius: 1em;
    background-color: rgba(50,50,50,.3);
}
.theme-light ::-webkit-scrollbar-track,.theme-light::-webkit-scrollbar-track{
    border-radius: 1em;
    background-color: rgba(50,50,50,.1);
}


.theme-light .translateCenter {
    text-align:center;
    width: 100%;
    position: absolute;
    left:50%; top:50%;
    transform:translate(-50%,-50%);
}
.theme-light .translateCenter .norecent-file{
    color: #666666;
    font-size:20px;
}

.theme-light .translateCenter .all-file-display{
    color: #676767;
    font-size:14px;
}

.theme-light .view-all{
    position: absolute;
    right: 50px;
    top:20px;
    z-index: 999;
}
.theme-light .view-all>a{
    color: #923094;
}
.theme-light .view-all>a:focus{
    text-decoration: none;
    color: #923094;
}

.theme-light .share_login {
    text-align:center;
}
.theme-light .share_show {
    width: 100%;
    position: absolute;
    left:50%; 
    top:45%;
    transform:translate(-50%,-50%);
}
.theme-light .share_1{
    font-size: 20px;
    color: #999999;
}
.theme-light .share_2 img{
    margin:50px 40px 0px ;
    display: inline-block;
    width: 90px;
    height: 90px;
    /*background: #f9f9f9;*/
    border-radius: 50%;
}
.theme-light .share_2{
    width: 100%;
    margin:0 auto;
    padding: 0;
}
.theme-light .share_2  li{
    display: inline-block;
    text-align: center;
}

.theme-light .share_2  li p span{
    display: block;
    margin-top:20px;
    font-size:14px;
    color:#767676;
}
.theme-light .button_show{
    outline:none;
    margin: 0px auto;
    width: 140px;
    height: 32px;
    line-height: 32px;
    display: block;
    margin-top:62px;
    background:#923094 ;
    color: white;
    border: 0px;
    border-radius: 5px;
    text-decoration: none;
}
.shared-signinbtn{
    margin-top: 42px!important;
}
.theme-light .button_show span{
    font-size:16px;
    color:#ffffff;
}

.theme-light .recent_show{
    height: 24px;
}
#create-ticket{
    text-align: center;
}
.theme-light .disable_internet {
    text-align:center;
}
.theme-light .unabled-load {
    font-size: 28px;
}
.theme-light .check-network {
    color: #707070;
}
.theme-light .disable_show {
    width: 100%;
    position: absolute;
    left:50%; top:40%;
    transform:translate(-50%,-50%);
}
.theme-light .no_network{
    width: 100%;
    height: 140px;
    background: url('../svg/light/no_network.svg') no-repeat center center;
}

.theme-light .bottom_box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.theme-light .row {
    display: flex;
    justify-content: unset;
}
/* 轮播图 */
.theme-light .carousel {
    position: relative;
    left: 1%;
    background:url(../images/carousel/StartPage_card_bg_image_01.svg), #FEF8FF;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 5%;
    border: 1px solid #F4E6F5;
    border-radius: 4px;
    /* height: 30em; */
    min-height: 340px;
    max-height: 350px;
    width: 210px;
    min-width: 210px;
    border-radius: 4px;
    margin-right: 2em;
}
/*轮播图导航*/
.theme-light .carousel-indicators li{
    background-color: #B9B9B9;
    width: 6px;
    height: 6px;
    margin: 0px;
}

.theme-light .carousel-indicators .active{
    background-color: #717171;
    height: 6px;
    width: 30px;
}

.theme-light .carousel-img-style{
    width:50px;
    margin-bottom: 2em;
}

/*轮播图内-居中盒子*/
.theme-light .carousel-box{
    display: flex;
    justify-content: center;
}

.theme-light .top-20{
    padding-top: 25%;
}
/*轮播图内-按钮*/
.theme-light .carousel-box-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 136px;
    max-width: 206px;
    height: 32px;
    background: #A236B3;
    border-radius: 18px;
    margin-top:10px ;
}
/*轮播图内-按钮-文字*/
.theme-light .carousel-box-button>span{
    white-space:nowrap;
    height: 17px;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 30px;
    margin-right: 30px;
}

.theme-light .carousel-span-1{
    font-weight: 700;
    font-size: 14px;
    line-height: 16px; 
    text-align: center;
    color: #131313;
}

.theme-light .carousel-span-2{
    height: 55px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #8B8B8B;
    margin-bottom: 2em;
}

.theme-light .max-width-80 {
    max-width: 78%;
}

.theme-light .max-width-100 {
    max-width: 98%;
}

@media screen and (max-width: 1030px) {
    #myCarousel {
        display: none;
    }
    .theme-light .max-width-80{
        max-width: 100%;
    }
}
.zhSalesInfo{
    display: none;
}

/* cloud documents */
.theme-light .cloud_a {
    width: 200px!important;
    display: inline-block!important;
}
.theme-light .toggleIcon,.theme-light .toggleIcon1{
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 4px 5px;
    top: 4px;
    border-radius: 2px;
    background: url(../svg/light/more.svg) center center no-repeat;
}
.theme-light .toggleIcon:hover,.theme-light .toggleIcon1:hover{
    background-color: #dadada;
}
.theme-light .toggleIcon{
    transform: rotate(-90deg);
}
.theme-light .noFileTip{
    font-size: 23px;
    color: #767676;
    margin-top: 23px;
}
.theme-light .noFile{
    width: 100%;
    height: 150px;
    background: url(../svg/light/No_documents.svg) center center no-repeat;
} 
.theme-light .loading{
    width: 100%;
    height: 100%;
    background: url(../images/light_loading.gif) center center no-repeat;
}