[v-cload] {
    display: none;
}

@media (max-width: 1000px) {
    .content-main-box {
        width: 1200px;
    }
}

html,body {
    height: 100%;
    overflow: hidden;
}
#navigation,
.content-main-scoll{
    overflow-y: auto;
    height: 100%;

}


/*里面的代码可以根据自己需求去进行更改*/
/* 设置滚动条的样式 */
.content-main-box::-webkit-scrollbar {
    width:12px;
}
/* 滚动槽 */
.content-main-box::-webkit-scrollbar-track {
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
    border-radius:10px;
}
/* 滚动条滑块 */
.content-main-box::-webkit-scrollbar-thumb {
    border-radius:4px;
    background:rgba(0,0,0,0.32);
    -webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.content-main-box::-webkit-scrollbar-thumb:window-inactive {
    background:rgba(255,0,0,0.4);
}


.navigation-box {
    position: fixed;
    z-index: 99999999;
    width: 100vw;
    top: 0;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 0 12px -4px rgba(0,0,0,0.32);
}
.navigation-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


/*nav-right -start*/
.nav-right ul {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

@font-face {
    font-family: 'YouSheBiaoTiHei-Regular';
    src: url('/xyd/static/font/youshebiaoti.ttf');
    font-weight: normal;
    font-style: normal;
}

.nav-right li {
    font-size: 23px;
    margin: 0 15px;
    cursor: pointer;
    line-height: 1.5em;
    color: #333;
    box-sizing: border-box;
    font-family: YouSheBiaoTiHei-Regular, YouSheBiaoTiHei;
}

.nav-right .change {
    color: #409EFF;
    border-bottom: 2px solid;
}

.change-sign {
    color: #409EFF;
}

.nav-right .items-sign {
    position: relative;
}
.nav-right .items-sign .sign-change {
    position: absolute;
    width: 110px;
    transform: translateX(-10px);
    z-index: 999;
}

.change-box::after {
    position: absolute;
    top: 0;
    left: 45px;
    content: '';
    width: 0;
    height: 0;
    font-size: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #DCDFE6;
    border-left: 8px solid transparent;
}

.change-box {
    margin-top: 16px;
    background: #fff;
    padding: 12px 8px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
}

.change-box .change-box-item {
    margin-bottom: 12px;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}
.change-box .change-box-item:last-child {
    margin-bottom: 0;
}
/*nav-right -end*/

.newChangeItem {
    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}

.login-class {
    width: 100%;color: #ffffff;text-align: center;background: rgba(0,0,0,0.7);position: absolute;bottom: 0
}

.default-class {
    width: 100%;color: #ffffff;text-align: center; position: relative;
}

.navigation-content .nav-right ul .quit {
    /*background: linear-gradient(10deg, rgb(0 55 252), rgb(63 126 255), rgb(95 180 255), rgb(95 132 255)) rgb(159 118 255);*/
}

.nav-right .personal {
    /*color: #E6A23C;*/
}

.nav-right ul li:last-child {
    position: relative;
    /*background: linear-gradient(10deg, rgb(0 55 252), rgb(63 126 255), rgb(95 180 255), rgb(95 132 255)) rgb(159 118 255);*/
    /*padding: 8px 12px 8px 12px;*/
    /*color: #fff;*/
    /*font-weight: 700;*/
    border-radius: 6px;
    font-size: 23px;
}

/*.nav-right ul li:last-child:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 14px;*/
/*    right: 7px;*/
/*    border-width: 0 6px 6px;*/
/*    border-style: solid;*/
/*    border-color: transparent transparent white;*/
/*    transition: all 0.5s;*/
/*}*/

.el-input--large,.el-button--large{
    font-size: 18px;
}

/*查看对比按钮悬浮*/
.floating-btn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
}