#app, .container, body, html {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    font-size: 20px;
    min-height: 760px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    min-width: 1150px;
}

.container {
    min-height: 100%;
}

img {
    max-width: 100%;
}

.user-person.carousel {
    background-color: #ffffff;
    top: 60px;
    margin: 14px 0 14px 50px;
    width: 360px;

    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.05);
}

.search-user {
    padding: 18px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.search-user-title {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
}

.search-user-input {
    position: relative;
}

.search-user-input input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;

    width: 314px;
    height: 38px;
    padding-left: 25px;
    padding-right: 50px;

    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.3);
}

.search-user-input i {
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 20px;
    cursor: pointer;
    color: #636260;
}

.user {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user .user-img {
    cursor: pointer;
}

.user ul {
    list-style: none;
    margin: 0;
    padding: 0 20px 0 25px;
}

.user-list > div {
    display: inline-block;
    vertical-align: top;
}

.user-img-div {
    margin-top: 17px;
}

.user-img.el-avatar {
    width: 50px;
    height: 50px;
}

.user-list {

}

.user-info > span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    display: inline-block;
    max-width: 93px;
    word-break: break-all;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}

.user-info > p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;
    margin: 23px 0 0;
}

.user-info img {
    margin-left: 26px;
}

.user-info {
    margin-top: 10px;
    margin-left: 20px;
}

.user-hj {
    float: right;
    top: 30px;
    right: 15px;
    position: relative;
    cursor: pointer;
}

.user-hj-wz {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    top: 36px !important;
}

.user-person .user li {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
}

.user-person .user li:last-child {
    border-bottom: 0;
}

.user-info-avatar {
    padding-bottom: 14px;
}

.user-info-avatar > span {
    vertical-align: middle;

    width: 28px;
    height: 14px;
    font-family: FZLTXHK--GBK1-0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    margin-right: 20px;
}

.user-info-show {
    position: absolute;
    /*display: none;*/

    background-color: #ffffff;
    z-index: 9;
    width: 220px;
    height: 203px;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    top: 20px;
    left: 165px;
    left: 95px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}

/*.user-person .user li:hover .user-info-show {*/
/*display: block;*/
/*}*/

.user-info-show {
    padding: 14px;
}

.user-info-show > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.user-info-show > div:last-child {
    border-bottom: none;
}

.user-info-show .baseInfo-t {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 60px;
}

.baseInfo-org {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.5;

    float: right;
    position: relative;
    top: 25px;
}

.baseInfo-phone {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #005aff;
    opacity: 0.8;

    float: right;
    position: relative;
    top: 25px;
}

.title {
    text-align: center;
    font-size: 24px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    padding: 63px 0;
}

.login-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    width: 270px;
    border: none;
}

.login-form input.input-captcha {
    width: 180px;
}

.login-input {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.7;
    height: 40px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.login-input i {
    color: #d70012;
    font-size: 18px;
    font-weight: bold;
}

.login-input span {
    display: inline-block;
    margin: 0 6px;
}

.login-form .el-button, .set-device .el-button {
    height: 40px;
    background-color: #c8161d;
    border-radius: 4px;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.set-device .el-button {
    margin-top: 30px;
}

#app .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #c8161d;
    font-size: 14px;
}

#app .el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #c8161d;
    border-color: #c8161d;
}

.el-radio__input.is-checked + .el-radio__label {
    color: #c8161d !important;
}

.el-radio__input.is-checked .el-radio__inner {
    background: #c8161d !important;
    border-color: #c8161d !important;
}

.set-device {
    width: 400px;
    height: 540px;
}

.set-device header span {
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-top: 20px;
    display: inline-block;
}

.set-device header i {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    float: right;
    margin: 23px 0 0;
    color: #636260;
}

.set-device1 {
    position: relative;
}

.set-device1 .el-input {
    width: 164px;
    height: 30px;
}

.video-setting-right {
    float: right;
    position: relative;
    top: 28px;
}

.audio-setting-label, .video-setting-label, .fbl-setting-label {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #c8161d;
}

.video-setting-label {
    margin-top: 52px;
}

/*列表页*/

#Meeting {
    /*overflow: hidden;*/
}

.container {
    min-height: 100%;
    height: 100%;
    position: relative;
}

#Meeting .header {
    position: absolute;
    text-align: center;
    z-index: 20;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 2px 0px rgba(145, 145, 145, 0.33);
    padding: 10px 50px;
}

#Meeting .header .header-item {
    display: inline-block;
    flex: 0 1 10rem;
    font-size: 1rem;
    color: #666;
    font-weight: 700;
}

#Meeting .main {
    position: relative;
    padding-top: 60px;
    background-clip: content;
    height: 100%;
    background: url('/static/images/list-bg.png') #f7f9fa 50% no-repeat;
}

.carousel {
    z-index: 100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    /* height: calc(100% - 88px); */
    width: 360px;
    left: 0;
    top: 0;
    margin: 0;
    transition: all .3s ease-in-out;
}

.carousel .container {
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
}

#Meeting .header .header-item:first-child {
    position: absolute;
    left: 50px;
}

#Meeting .header .header-item:nth-child(2) {

}

#Meeting .header .header-item:nth-child(2) .el-avatar {
    width: 50px;
    height: 50px;
    position: relative;
    top: -5px;
    display: inline-block;
}

#Meeting .header .header-item:nth-child(2) div {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
}

.userName {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}

.userOrg {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.5);
}

#Meeting .header .header-item:last-child {
    /*float: right;*/
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #000000;
    right: 50px;
    position: absolute;
}

.setting {
    position: absolute;
    width: 100%;
    top: 4rem;
    text-align: center;
    min-width: 1150px;
}

.setting-content {
    margin: auto;
}

.setting-content > div {
    display: inline-block;
    vertical-align: top;
}

.setting-content1 {
    width: 217px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    margin-right: 8px;
}

.setting-content-icon {
    line-height: 90px;
    color: #c9161d;
    font-size: 33px;
}

.setting-content1 ul {
    padding: 0;
    margin: 0;
}

.setting-content1 li {
    list-style: none;
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 54px;
    letter-spacing: 0px;
    color: #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.setting-content1 li i,
.setting-content1 li img {
    color: #c8161d;
    font-size: 18px;

    display: inline-block;
    position: absolute;
    left: 38px;
    top: 18px;
}

.setting-content1 li.active {
    background-color: #c8161d;
}

.setting-content1 li.active i {
    color: #ffffff;
}

.setting-content1 li.active span {
    color: #ffffff;
}

.setting-content2 {
    width: 893px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.setUser {
    position: relative;
}

.setUserImg {
    padding: 58px 0 0 31px;
}

.setUserImg .user-img.el-avatar {
    width: 80px;
    height: 80px;
}

.setUserImg > div {
    display: inline-block;
    vertical-align: top;
}

.setUserImg-name {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #000000;
    margin: 10px 0 10px 17px;
}

.setUserImg-upload {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #c8161d;
    margin: 10px 0 10px 17px;
    cursor: pointer;
}

.setUserInfo {

}

.setUserInfo > div {
    position: relative;
}

.setUserInfo > div > div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: 80px;
    height: 72px;
}

.setVideo .setUserInfo > div:last-of-type > div {
    border-bottom: none;
}

.setUserInfo > div > div > span:first-child {
    line-height: 88px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

.setUserInfo > div > div > span:last-child {
    float: right;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 88px;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    right: 60px;
}

.setUserInfo > div > div input {
    height: 32px;
    line-height: 32px;
    background-color: #ebebeb;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    margin-right: -22px;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}

.setUserInfo > div > div > span > i {
    display: inline-block;
    width: 30px;
    text-align: right;
    height: 19px;
    cursor: pointer;
}

.setUserInfo img {
    position: absolute;
    left: 40px;
    top: 30px;
}

.userInfoSet-phone {
    width: 140px;
}

.userInfoSet-email {
    width: 180px;
}

.setUserInfo button {
    margin: 48px auto 59px;
    width: 160px;
    height: 36px;
    background-color: #000000;
    border-radius: 4px;
    opacity: 0.8;
    border: none;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    cursor: pointer;
}

.setUserInfo p {
    margin: 0;
    text-align: center;
}

/*修改密码*/
.updPass {
    position: absolute;
    top: 120px;
    left: 240px;

    width: 400px;
    height: 490px;
    padding: 0 25px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 2px rgba(120, 121, 121, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

.updPass-tit {
    height: 53px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.updPass-tit > span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    line-height: 53px;
}

.updPass-tit > i {
    font-size: 20px;
    color: #636260;
    cursor: pointer;
    float: right;
    position: relative;
    line-height: 53px;
}

.updPass-con {
    padding-top: 12px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 50px;
}

.updPass-con > div {

}

.updPass-con p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 20px;
}

.updPass-con input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    height: 30px;
    width: 100%;
    outline: none;
    background-color: #ebebeb;
    border-radius: 4px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    padding-left: 20px;

    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
}

.updPass button {
    width: 100%;
    height: 40px;
    background-color: #c8161d;
    border-radius: 4px;
}

.hj {
    width: 100%;
    position: relative;
    padding-top: 60px;
    background-clip: content;
    height: 100%;
    background: url("/static/images/hj-bg.jpg") center no-repeat;
}

.hj-tit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 336px;
    position: relative;
}

.hj-but {
    position: absolute;
    z-index: 999;
    bottom: 110px;
    height: 72px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.4);
    /*width: 1290px;*/
    /*left: calc(50% - 645px);*/
    width: 90%;
    left: 5%;
}

.hj-but ul {
    margin: 0;
    padding: 10px 40px 0;
}

.hj-but li {
    float: left;
    list-style: none;
    text-align: center;
    cursor: pointer;
    /*width: 70px;*/
    /*margin: 0 20px;*/
    width: 9%;
}

.hj-but li div {
    height: 26px;
    display: inline-block;
    margin-bottom: 13px;
}

.hj-but li div img {
    max-height: 100%;
}

.hj-but li div.close {
    height: 44px;
    padding-top: 5px;
}

.hj-but img {
    display: inline;
    line-height: 26px;
}

.hj-but p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

/*视频通话设置*/
.setVideo {

}

.setVideo-tit {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
    margin: 37px 45px 30px;
}

.setVideo-con {

}

.setVideo-con > span:first-child {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.8;
}

.setVideo-con > span:last-child {
    float: right;
}

.beijiao {
    position: fixed;
    width: 100%;
    top: 60px;
    text-align: center;
    z-index: 999;
}

.beijiaoCon {
    width: 400px;
    height: 505px;
    margin: 100px auto 0;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 2px rgba(120, 121, 121, 0.1);
}

.beijiao-img {
    text-align: center;
    margin: 62px auto 0;
}

.beijiao-img img {
    width: 175px;
    height: 175px;
}

.beijiao-name {
    margin: 32px auto 40px;
}

.beijiaoName {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: #000000;
}

.beijiaoOrg {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.5);
}

.beijiaoBut {
    font-size: 0;
}

.beijiaoBut img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.beijiaoBut > div {
    display: inline-block;
    width: 50%;

    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.showTime {
    text-align: center;
    position: relative;
    /* z-index: 999; */
}

.showTime > div {
    background: url("/static/images/time.png") no-repeat center;
    width: 212px;
    height: 49px;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 49px;
    letter-spacing: 1px;
    color: #010101;
    position: relative;
    z-index: 999;
}

#Meeting .right-panel {
    position: absolute;
    color: #333;
    z-index: 21;
    z-index: 999;
    top: 76px;
    right: 10px;
    transition: all .3s ease-in-out;
    width: 360px;
    height: calc(100% - 220px);
    box-shadow: -2px 0 10px 2px rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    background-color: rgba(0, 0, 0, 0.4);
}

.message-list-container {
    /*background: #fff;*/
    /* padding: .3rem; */
    width: 360px;
    display: flex;
    flex-flow: column;
}

.message-list-header {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: left;
    padding-left: 24px;
    align-items: center;
    position: relative;

    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #ffffff;
}

.anticon {
    display: inline-block;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    top: 0;
    cursor: pointer;
    line-height: 40px;
    font-size: 38px;
}

.right-panel .el-divider--horizontal {
    margin: 0;
}

.message-list-box {
    flex-grow: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 17px 30px 17px 24px;
}

.message-item {
    margin-bottom: 20px;
}

.message-item-sender {
    margin-bottom: 20px;
}

.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
    height: 0;
}

.message-label {
    margin-right: .5rem;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #ffffff;
}

.message-item-sender .message-label {
    margin-left: 0;
    margin-right: 64px;
    text-align: right;
}

.message-item .message-label {
    margin-left: 64px;
    margin-right: 0;
    text-align: left;
}

.message-list-box img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: right;
}

.message-list-box .message-item img {
    float: left;
}

.message-detail {
    max-width: 199px;
    word-wrap: break-word;
    background-color: #6476e8;
    border-radius: 8px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    display: inline-block;
    padding: 10px 16px;
    float: right;
    margin-right: 14px;
}

.message-detail img {
    border-radius: 0;
    max-width: 167px;
    height: auto;
    width: auto;
    cursor: pointer;
}

.message-item .message-detail {
    float: left;
    margin-left: 14px;
    margin-right: 0;
    background-color: #ffffff;
    color: #010101;
}

.message-control {
    width: 100%;
    font-size: 0;
    padding-bottom: 18px;
}

.message-control > img {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    position: relative;
    top: 5px;
    cursor: pointer;
}

.message-control .el-input {
    display: inline-block;
    width: 210px;
    height: 48px;
    vertical-align: top;
    margin-left: 10px;
}

.message-control .el-input--small .el-input__inner {
    height: 48px;
    border-radius: 8px 0 0 8px;
}

.message-control .send_message {
    display: inline-block;
    width: 70px;
    border-radius: 0 8px 8px 0;
    background-color: #6476e8;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.user-list-box {
    flex-grow: 1;
    overflow-y: auto;
    scroll-behavior: smooth;
    margin-bottom: 1rem;
}

.user-item {
    display: flex;
    align-items: center;
    padding: 6px 12px;
}

.user-item .user-info {
    flex: 1 1 auto;
    font-weight: 700;
    font-size: 12px;
}

.user-item .user-control {
    flex: 0 0 6.5rem;
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.message-list-container .user-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0 20px;
    padding: 6px 0;
}

.message-list-container .user-info > span,
.message-list-container .user-info > p {
    color: #ffffff;
    opacity: 1;
}

.message-list-container .user-list {
    position: relative;
    width: 100%;
}

.message-list-container .user-hj {
    top: 24px;
}

.user-item .el-badge__content.is-fixed.is-dot {
    border: none;
    top: 40px;
    right: 7px;
}

.person_list {
    position: absolute;
    right: 60px;
    top: -4px;
    cursor: pointer;
}

.new_left.carousel.collapsed {
    left: -375px;
}

.new_left.carousel {
    z-index: 100;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    height: calc(100% - 220px);
    width: 400px;
    left: 0;
    top: 76px;
    margin: 0;
    padding: 0;
    transition: all .3s ease-in-out;
    /* overflow: hidden; */
}

.carousel .container {
    list-style-type: none;
    /* overflow: scroll; */
    margin: 0 40px 0 0;
    padding: 16px;
    width: 390px;
}

.carousel .backdrop {
    position: absolute;
    background: rgba(255, 255, 255);
    -webkit-backdrop-filter: blur(.75rem);
    /* backdrop-filter: blur(.75rem); */
    left: 0;
    right: 25px;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.carousel .side-panel {
    position: absolute;
    display: flex;
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 375px;
    justify-content: center;
    flex-direction: column;
}

.carousel .side-panel .vpanel-control-wrapper {
    cursor: pointer;
    height: 10rem;
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/static/images/left-bg.png);
    background-position-x: -1px;
}

.carousel.collapsed .vpanel-control-wrapper {
    background-image: url(/static/images/left-hide-bg.png);
}

.carousel.expanded .vpanel-control-wrapper .control {
    width: 100%;
    height: 5rem;
    background-image: url(/static/images/left.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-y: center;
    position: absolute;
    left: 0;
    transition: all .3s ease-in-out;
}

.carousel.collapsed .vpanel-control-wrapper .control {
    width: 100%;
    height: 5rem;
    background-image: url(/static/images/right.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-y: center;
    position: absolute;
    left: 4px;
    transition: all .3s ease-in-out;
}

.carousel .container {
    list-style-type: none;
    overflow: scroll;
    /* margin: 20px 0; */
    padding: 0;
    /* height: 80%; */
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    width: 375px;
}

.scrollBtn {
    width: 2rem;
    height: 2rem;
    background: rgba(0, 0, 0, .3);
    -webkit-backdrop-filter: blur(.75rem);
    backdrop-filter: blur(.75rem);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    left: 3.5rem;
    cursor: pointer;
}

.scrollBtn.scrollUp {
    pointer-events: auto;
    cursor: pointer;
    top: 4.6rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAA+CAYAAADzsp9XAAAAAXNSR0IArs4c6QAAAvpJREFUeAHt3U9OwlAQBnCQAzRwGdeuvBI7deeVPIKXAXsAUjumz0hty3t98+ebCSSkQNt5M98v0dBF2WwCP9q2faRn4BHjjkZwp9Ppi56REbcRCQnscrl89LM1w3ztbrd7bprmM9q84QAn8JJZSMRQgAt4YRHDAGbghUQMAViAFw7RPeAKvFCIrgEr8MIgugVkwAuB6BKQEc89ojvAQrx2EEpf6BPY1Nbl90RXgKV4dPWFpEZXZabw0mfuEN0ArsFLl85qzk2yqFsXgBwAHDUQEeEBOYPnrIWCCQ0oEbhETUtMWEDJoCVra2NCAmoErLGGBiYcoGawmmtJYUIBWgRqsSYnJgygZZCWa9diQgAiBIjQwxpMc0Ck4JB6ycU0BUQMDLGnJUwzQOSgkHsbY5oAegjIQ4+EqQ7oJRgKx0OvqoAeAiG4vw/0ntUA0YP4izZ+jdy7CiByAGOsufeoM4gDog4+B7X0OeIsooCIAy8B5exDm0kMEG3QHJzcY5BmEwFEGjAXpfQ4lBnZAVEGKwVZczzCrKyACAOtgag5x3pmNkDrQWoQas+1nJ0F0HKA2vC5zrfKoBrQqnGu4DnrWGRRBWjRMGfgErW0M1kNqN2oRNhSNTWzWQWo2aBUyNJ1tTIqBtRqTDpgjfoaWRUBajSkEazmGtKZZQNKN6IZqvZaktllAUo2oB2m1XpSGd4ElFrYKkjLdSWyXASUWNAyQIS1uTOdBeReCCE8lB44s50E5FwAJTS0Prgy/gfIVRgtMMR+OLK+AuQoiBgUck+1mf8C1hZCDgm9t5rsfwBrCqCH46W/tQYPNGB/K6qnfhP2fmIeEOmuUsOtwdL93ZbabgazzQ/g4XB43263b0tn9Pvc3Ufsxjxwu3MRyYrMaIDf/4H05nw+v3Zd90KvR4873igQybdLf04Jb7/fv6b1rwDpwwnEO15KS3E7hTjGm22HEPtfPOmi/+rJbAAgOwhx+PWZjkyK2upPPFKBopPuB7MnMCAe2QvfC2Ik8A2QbM0//dcLVgAAAABJRU5ErkJggg==);
}

.scrollBtn.scrollDown {
    pointer-events: auto;
    cursor: pointer;
    bottom: 4.6rem;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHAAAAA+CAYAAADzsp9XAAAAAXNSR0IArs4c6QAAAqVJREFUeAHt3U1WwjAQB3ArB+iDy3gEr6QrcaVXcuXaywA9AA/7R4IF2rRpJsnMMHmPF0jzMZkfUFhQHh6s6MzAZrN5aZrmSefu5OwKBrAIini73a7bQYf2tjPEoNSRdj7h7WABk77Jq+tGdDwcDm+d9maxWDzXdf3TabO7iTMAvP1+/9UuU7ulqqp6Xy6Xa/cY9QVgD57ra4guExnqPjy37DXiGdCD58YaostEwtqH55btIh4BTyfJD9fBUxuiJzmxh6bgddZ4Xa1Wn49oaM9x323VdA4O3a3xvoyFhjpY+7wMBOLhhQSz/3PgjAnsg808q5tRMbk/nwMxa8xEN1FZw6QMxOb8AhArxk44KWrrdMwARa5vADEzxcRm5M8AVY57AQ3Rn/zYo1R4iGMQEAcpF8J8Vuhz6gVEwg2R7mmXIpejgIZIA5gCD5FNAjTEOMRUeEGAhjgPMSVeMKAhhiGmxpsFaIjTEHPgzQY0RD9iLrwoQEPsR8yJFw1oiJeIufFIAA3xD7EEHhngvSOWwiMFvFfEknjkgPeGWBovCeC9IHLASwaoHZELXlJArYic8JIDakPkhpcFUAsiR7xsgNIRueJlBZSKyBkvO6A0RO54RQClIErAKwbIHVEKXlFAroiS8IoDckOUhscCkAuiRDw2gKURpeKxAiyFKBmPHWBuROl4LAFzIWrAYwuYGlELHmvAVIia8NgDUiNqwxMBSIWoEU8MYCyiVjxRgHMRMe76qn9oGyjiLiU2+Re6AxvO3hz6ajoFeL5koydgcXjYizhABB2IiCFjRSQeNiUSEIETIorFEw1IhCgaTzxgJKJ4PBWAMxFV4KkBDERUg6cKcCKiKjx1gCOI6vBUAg4gqsTDXtUWfE/EP8/Yv88IJgYiboK3MBr6Lz9K2VQ4+JDXAAAAAElFTkSuQmCC);
}

.carousel-item {
    width: 340px;
    height: 240px;
    background-color: #989899;
    margin: 2px 0 17px 17px;
}

.carousel-item:last-child {
    margin-bottom: 0;
}

/*弹出框*/
.el-message-box {
    width: 312px !important;
    height: 200px !important;
}

.el-message-box--center .el-message-box__header {
    display: none;
}

.el-message-box .el-button {
    width: 124px;
    height: 36px;
    border-radius: 4px;

    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border: none;
}

.el-message-box .el-button.el-button--default {
    background-color: #000000;
    opacity: 0.5;
}

.el-message-box .el-button.el-button--primary {
    background-color: #c8161d;
    opacity: 1;
}

.el-message-box .el-message-box__message {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    padding: 44px 0;
}

.el-avatar {
    background: #FFFFFF !important;
}

.previewImgDiv {
    position: fixed;
    width: 60%;
    height: 60%;
    z-index: 9999;
    top: 20%;
    left: 20%;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.previewImgDiv > div {
    text-align: right;
    color: #ffffff;
}

.previewImgDiv i {
    font-size: 26px;
    display: inline-block;
    margin: 10px 10px 0 0;
    cursor: pointer;
}

.previewImgDiv > img {
    max-width: 100%;
    max-height: 90%;
}

.previewImgDiv.previewImgBig{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}