button {
    border: 0;
    background: transparent;
    cursor: pointer;
    margin: 0;
    padding: 0;
    transition: All .3s ease-in-out;
}

#flex {
    display: flex;
    display: -ms-flexbox;
}

#flex-shrink {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
}

#flex-short {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}

#font {
    font: normal normal normal 14px/1 FontAwesome;
}

#text-overflow {
    overflow: hidden;
    display: block;
    white-space: pre;
    text-overflow: ellipsis;
}

#filter-gray {
    filter: grayscale(100%);
}

#filter-normal {
    filter: grayscale(0);
}

@keyframes scale-load {

    0%,
    40%,
    100% {
        transform: scaleY(.05);
    }

    20% {
        transform: scaleY(1);
    }
}

.loading,
.popups-loading {
    text-align: center;
    --gap: 6px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    min-height: 100px;
}

.loading.loading-left,
.popups-loading.loading-left {
    padding-left: 100px;
    justify-content: flex-start;
}

.loading span,
.popups-loading span {
    width: 3px;
    height: 25px;
    background: #bbb;
    animation: scale-load .9s ease-in-out infinite;
    margin: 2px;
}

.loading span:nth-child(2),
.popups-loading span:nth-child(2) {
    animation-delay: -.8s;
}

.loading span:nth-child(3),
.popups-loading span:nth-child(3) {
    animation-delay: -.7s;
}

.loading span:nth-child(4),
.popups-loading span:nth-child(4) {
    animation-delay: -.6s;
}

.loading span:nth-child(5),
.popups-loading span:nth-child(5) {
    animation-delay: -.5s;
}

.right-popups {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0, 0, 0, .5);
    min-width: 1200px;
}

.right-popups .right-popups-bg {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    transition: All .3s ease-in-out;
    z-index: 4;
    opacity: 0;
    box-sizing: border-box;
}

.right-popups.animate-right .right-popups-bg {
    opacity: 1;
}

.right-popups * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.right-popups * ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}

.right-popups * ::-webkit-scrollbar-thumb,
.right-popups * ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 6px;
}

.right-popups * ::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.right-popups input[type="text"],
.right-popups textarea,
.right-popups select {
    font-family: "Microsoft Yahei:";
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    color: #666;
    margin: 0;
}

.right-popups input[type="text"]:focus,
.right-popups textarea:focus,
.right-popups select:focus {
    outline: 1px solid var(--main);
    outline-offset: -1px;
}

.right-popups input[type="text"]:disabled,
.right-popups textarea:disabled,
.right-popups select:disabled {
    background: #f0f0f0 !important;
    cursor: default;
}

.right-popups button:disabled {
    background: #f9f9f9 !important;
    color: #999 !important;
    cursor: not-allowed !important;
    border-color: transparent !important;
}

.right-popups button:hover {
    opacity: .7;
}

.right-popups button:focus {
    outline: 0;
}

.right-popups .hide {
    display: none !important;
}

.right-popups .right-popups-title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.right-popups .right-popups-title h2 {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    display: block;
    font-weight: normal;
}

.right-popups .right-popups-title button {
    background: transparent;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #333;
    position: relative;
}

.right-popups .right-popups-title .close:before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
}

.right-popups .right-popups-title .close:after {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #000;
}

.right-popups .right-popups-title .btn-slide-right:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
}

.right-popups .right-popups-tab {
    position: absolute;
    text-align: center;
    transition: All .3s ease-in-out;
    overflow: hidden;
}

.right-popups .right-popups-tab li {
    padding: 10px 5px;
    background: var(--main);
    color: #fff;
    border-radius: 3px 0 0 3px;
    line-height: 15px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: -2px 0 4px rgba(0, 0, 0, .15);
}

.right-popups .right-popups-tab .on {
    background: #fff;
    color: #333;
}

.right-popups .flag {
    margin: 5px 3px;
    border: 0;
}

.right-popups .right-popups-content {
    font-size: 13px;
    color: #333;
    height: calc(100vh - 113px);
    overflow-y: auto;
    margin: 10px 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    align-items: stretch;
}

.right-popups .right-popups-content .popups-loading {
    flex: auto;
}

.right-popups .right-popups-content .popups-loading a {
    color: var(--main);
    margin-left: 5px;
}

.right-popups .right-popups-content>.CodeMirror {
    border: 1px solid #ddd;
    box-sizing: border-box;
    height: calc(100vh - 80px) !important;
}

.right-popups .right-popups-content>dl {
    padding: 10px;
    line-height: 25px;
}

.right-popups .right-popups-content>dl:nth-of-type(2n) {
    background: #f5f5f5;
}

.right-popups .right-popups-content>dl dt {
    width: 80px;
    padding: 5px 0;
    line-height: 25px;
    text-align: right;
    float: left;
    text-transform: capitalize;
}

.right-popups .right-popups-content>dl dt span {
    color: #f00;
    padding-right: 5px;
}

.right-popups .right-popups-content>dl dd {
    width: calc(100% - 90px);
    line-height: 35px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    float: right;
}

.right-popups .right-popups-content>dl dd>a {
    color: var(--deputy);
    font-size: 13px;
}

.right-popups .right-popups-content>dl dd img {
    display: block;
}

.right-popups .right-popups-content>dl .fa-2x {
    padding: 0 5px;
}

.right-popups .right-popups-content .merge {
    position: relative;
    padding: 5px 0;
}

.right-popups .right-popups-content .merge span {
    padding-left: 3px;
    color: #f00;
}

.right-popups .right-popups-content .merge label {
    position: absolute;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    display: block;
    top: 20px;
    left: 21px;
    text-transform: capitalize;
    transition: All .3s ease-in-out;
}

.right-popups .right-popups-content .merge .popups-select,
.right-popups .right-popups-content .merge .popups-textarea,
.right-popups .right-popups-content .merge .popups-input {
    padding: 20px 20px 5px;
    height: 50px;
    border-radius: 50vw;
    color: #000;
    font-size: 12px;
}

.right-popups .right-popups-content .merge .popups-select:focus+label,
.right-popups .right-popups-content .merge .popups-textarea:focus+label,
.right-popups .right-popups-content .merge .popups-input:focus+label,
.right-popups .right-popups-content .merge .popups-select:valid+label,
.right-popups .right-popups-content .merge .popups-textarea:valid+label,
.right-popups .right-popups-content .merge .popups-input:valid+label,
.right-popups .right-popups-content .merge .popups-select:active+label,
.right-popups .right-popups-content .merge .popups-textarea:active+label,
.right-popups .right-popups-content .merge .popups-input:active+label {
    top: 8px;
    font-size: 12px;
}

.right-popups .right-popups-content .merge .popups-select {
    padding-left: 16px;
}

.right-popups .right-popups-content .merge .popups-textarea {
    height: 85px;
}

.right-popups .right-popups-content .merge .popups-compose .btn-plus {
    min-width: 50px;
}

.right-popups .right-popups-content .seting-bind dt {
    width: 100px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: flex-end;
}

.right-popups .right-popups-content .seting-bind dd {
    width: calc(100% - 110px);
}

.right-popups .right-popups-content .popups-span {
    line-height: 19px;
    padding: 8px 0;
    display: block;
    color: #777;
}

.right-popups .right-popups-content .popups-span span {
    color: var(--main);
    padding: 0 3px;
}

.right-popups .right-popups-content .popups-p {
    line-height: 25px;
    width: 100%;
}

.right-popups .right-popups-content .popups-p:first-of-type {
    padding-top: 5px;
}

.right-popups .right-popups-content .popups-p:last-of-type {
    padding-bottom: 5px;
}

.right-popups .right-popups-content .popups-select,
.right-popups .right-popups-content .popups-textarea,
.right-popups .right-popups-content .popups-input {
    font-size: 13px;
    color: #333;
    line-height: 25px;
    height: 35px;
    padding: 5px;
    border: 1px solid #ddd;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    display: block;
}

.right-popups .right-popups-content .popups-select:disabled,
.right-popups .right-popups-content .popups-textarea:disabled,
.right-popups .right-popups-content .popups-input:disabled {
    cursor: not-allowed;
    opacity: .5;
    background-color: #f0f0f0;
}

.right-popups .right-popups-content .popups-textarea {
    height: 85px;
    resize: none;
    line-height: 20px;
}

.right-popups .right-popups-content .popups-input-warning {
    border-color: #ff4d4d;
    color: #f00;
    background: #fff5f5;
}

.right-popups .right-popups-content .popups-input-warning.focus {
    outline: 1px solid #ff4d4d;
    outline-offset: -1px;
}

.right-popups .right-popups-content .select-groups {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.right-popups .right-popups-content .select-groups .multiply {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
}

.right-popups .right-popups-content .select-groups .multiply:before {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #777;
}

.right-popups .right-popups-content .select-groups .multiply:after {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #777;
}

.right-popups .right-popups-content .select-groups select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
}

.right-popups .right-popups-content .select-groups select+select {
    margin-left: 5px;
}

.right-popups .right-popups-content .input-groups {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    width: 100%;
}

.right-popups .right-popups-content .input-groups .popups-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
}

.right-popups .right-popups-content .input-groups .popups-input+.popups-input {
    margin-left: 5px;
}

.right-popups .right-popups-content .input-groups .multiply {
    width: 30px;
    height: 30px;
    position: relative;
    display: block;
}

.right-popups .right-popups-content .input-groups .multiply:before {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #777;
}

.right-popups .right-popups-content .input-groups .multiply:after {
    content: "";
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(50% - 6px);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #777;
}

.right-popups .right-popups-content .popups-radios {
    overflow: hidden;
    margin: 0 -5px;
    width: calc(100% + 10px);
}

.right-popups .right-popups-content .popups-radios li {
    float: left;
    margin: 5px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    line-height: 25px;
    min-width: calc(50% - 10px);
}

.right-popups .right-popups-content .popups-radios li input[type=radio],
.right-popups .right-popups-content .popups-radios li input[type=checkbox] {
    margin-right: 3px;
}

.right-popups .right-popups-content .popups-radios li .popups-input {
    margin: 0 3px;
    height: 25px;
    line-height: 15px;
    width: 60px;
}

.right-popups .right-popups-content>.popups-radios {
    margin: 0;
    width: 100%;
}

.right-popups .right-popups-content .popups-groups-items {
    width: 100%;
}

.right-popups .right-popups-content .popups-select-input {
    justify-content: space-between;
}

.right-popups .right-popups-content .popups-select-input input[type=text],
.right-popups .right-popups-content .popups-select-input select {
    margin: 0;
}

.right-popups .right-popups-content .popups-select-input .popups-select {
    width: 130px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}

.right-popups .right-popups-content .popups-span-input span {
    white-space: pre;
    background: #fff;
    color: #999;
    border: 1px solid #ddd;
    border-right-color: #fff;
    margin-right: -1px;
    padding: 0 0 0 10px;
    line-height: 33px;
    position: relative;
    z-index: 2;
    display: block;
    height: 33px;
}

.right-popups .right-popups-content .popups-span-input input[type=text] {
    padding: 5px 0;
}

.right-popups .right-popups-content .popups-span-input input[type=text]:focus {
    outline: 0;
}

.right-popups .right-popups-content .popups-file,
.right-popups .right-popups-content .popups-temp-box {
    width: calc(25% - 10px);
    height: 87px;
    border: 1px solid #ddd;
    color: #999;
    margin: 2px;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background: #f5f5f5;
    position: relative;
}

.right-popups .right-popups-content .popups-file img,
.right-popups .right-popups-content .popups-temp-box img {
    max-width: 100%;
    max-height: 100%;
}

.right-popups .right-popups-content .popups-temp-box {
    font-size: 12px;
    color: var(--main);
    line-height: 20px;
    text-align: center;
    border: solid 1px var(--main);
}

.right-popups .right-popups-content .popups-file-disabled:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
}

.right-popups .right-popups-content .popups-cloud-lists {
    width: 100%;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 25px;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list+.popups-list {
    margin-top: -1px;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list:last-of-type {
    margin-bottom: 5px;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .img {
    width: 33px;
    height: 33px;
    border: 1px solid #ddd;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .title {
    font-size: 13px;
    color: #666;
    line-height: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
    padding: 0 5px;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--deputy);
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .title p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .btn-del {
    width: 25px;
    text-align: center;
    line-height: 25px;
    color: var(--main);
    overflow: hidden;
    opacity: 0;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .btn-del:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .btn-del:disabled {
    color: #ccc;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .ico {
    width: 15px;
    text-align: center;
    line-height: 25px;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .ico .fa-file-text-o {
    color: var(--deputy);
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list .ico .fa-folder-o {
    color: var(--main);
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list:hover {
    background: var(--main);
    border-color: var(--main);
    position: relative;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-lists .popups-list:hover .btn-del {
    opacity: 1;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-cloud {
    width: calc(100% - 4px);
    height: 30px;
    overflow: hidden;
    display: block;
    padding: 2px;
    background: #fff;
    position: relative;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-cloud button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    border: 1px solid #ddd;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-cloud button:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #bbb;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 1px);
}

.right-popups .right-popups-content .popups-cloud-lists .popups-cloud button:before {
    content: "";
    width: 2px;
    height: 20px;
    background: #bbb;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 1px);
    z-index: 1;
}

.right-popups .right-popups-content .popups-cloud-lists .popups-cloud .btn-cloud.focus {
    border-color: var(--main);
    background: var(--main);
}

.right-popups .right-popups-content .popups-cloud-lists .popups-cloud .btn-cloud.focus:before {
    background: var(--main);
}

.right-popups .right-popups-content .popups-cloud-lists .popups-cloud .btn-cloud.focus:after {
    background: var(--main);
}

.right-popups .right-popups-content .popups-star-rate button {
    color: var(--main);
    padding-right: 5px;
}

.right-popups .right-popups-content .popups-star-rate button i {
    font-size: 16px;
}

.right-popups .right-popups-content .popups-original-files,
.right-popups .right-popups-content .popups-upload-files {
    overflow: auto;
    width: 100%;
    max-height: 35vh;
}

.right-popups .right-popups-content .popups-original-files>div,
.right-popups .right-popups-content .popups-upload-files>div {
    float: left;
    margin: 2px;
}

.right-popups .right-popups-content .popups-original-files .fa,
.right-popups .right-popups-content .popups-upload-files .fa {
    display: block;
}

.right-popups .right-popups-content .popups-upload-files .popups-cloud {
    width: calc(25% - 10px);
    height: 87px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: block;
    padding: 2px;
    background: #fff;
    position: relative;
}

.right-popups .right-popups-content .popups-upload-files .popups-cloud button {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    color: #aaa;
}

.right-popups .right-popups-content .popups-upload-files .popups-cloud button:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
}

.right-popups .right-popups-content .popups-upload-files .popups-cloud .btn-cloud.focus:after {
    color: var(--main);
}

.right-popups .right-popups-content .popups-upload-files .popups-file:after,
.right-popups .right-popups-content .popups-upload-files .popups-list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
    opacity: 0;
    transition: All .2s ease-in-out;
}

.right-popups .right-popups-content .popups-upload-files .popups-file button,
.right-popups .right-popups-content .popups-upload-files .popups-list button {
    position: absolute;
    bottom: calc(50% - 13px);
    width: 25px;
    height: 25px;
    background: #fff;
    color: #333;
    text-align: center;
    overflow: hidden;
    z-index: 2;
    display: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
}

.right-popups .right-popups-content .popups-upload-files .popups-file button:after,
.right-popups .right-popups-content .popups-upload-files .popups-list button:after {
    font: normal normal normal 14px/1 FontAwesome;
}

.right-popups .right-popups-content .popups-upload-files .popups-file .btn-del,
.right-popups .right-popups-content .popups-upload-files .popups-list .btn-del {
    left: 50%;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

.right-popups .right-popups-content .popups-upload-files .popups-file .btn-del:after,
.right-popups .right-popups-content .popups-upload-files .popups-list .btn-del:after {
    content: "";
}

.right-popups .right-popups-content .popups-upload-files .popups-file .btn-move,
.right-popups .right-popups-content .popups-upload-files .popups-list .btn-move {
    right: 50%;
    cursor: move;
}

.right-popups .right-popups-content .popups-upload-files .popups-file .btn-move:after,
.right-popups .right-popups-content .popups-upload-files .popups-list .btn-move:after {
    content: "";
}

.right-popups .right-popups-content .popups-upload-files .popups-file:hover:after,
.right-popups .right-popups-content .popups-upload-files .popups-list:hover:after {
    opacity: 1;
}

.right-popups .right-popups-content .popups-upload-files .popups-file:hover button,
.right-popups .right-popups-content .popups-upload-files .popups-list:hover button {
    display: block;
}

.right-popups .right-popups-content .popups-upload-files .popups-list {
    width: calc(25% - 10px);
    height: 87px;
    border: 1px solid #ddd;
    color: #999;
    margin: 2px;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding: 2px;
    background: #fff;
    position: relative;
}

.right-popups .right-popups-content .popups-upload-files .popups-list img {
    max-width: 100%;
    max-height: 100%;
}

.right-popups .right-popups-content .popups-upload-files .popups-list .btn-del {
    left: calc(50% - 13px);
    border: 0;
}

.right-popups .right-popups-content .popups-dropdown {
    width: 100%;
}

.right-popups .right-popups-content .popups-dropdown .popups-selects {
    width: 350px;
    position: absolute;
    border: 1px solid #ddd;
    padding: 9px;
    background: #fff;
    font-size: 13px;
    color: #666;
    line-height: 25px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    border-top: 0;
    display: none;
    box-sizing: border-box;
}

.right-popups .right-popups-content .popups-layout,
.right-popups .right-popups-content .popups-model {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: stretch;
    margin-bottom: 5px;
}

.right-popups .right-popups-content .popups-layout .item-layout,
.right-popups .right-popups-content .popups-model .item-layout,
.right-popups .right-popups-content .popups-layout .item-model,
.right-popups .right-popups-content .popups-model .item-model {
    display: block;
    width: calc((100%/3) - 10px);
    padding: 20px 0;
    text-align: center;
    margin: 5px;
    background: #f5f5f5;
}

.right-popups .right-popups-content .popups-layout .item-layout span,
.right-popups .right-popups-content .popups-model .item-layout span,
.right-popups .right-popups-content .popups-layout .item-model span,
.right-popups .right-popups-content .popups-model .item-model span {
    display: block;
}

.right-popups .right-popups-content .popups-layout .item-layout span:hover,
.right-popups .right-popups-content .popups-model .item-layout span:hover,
.right-popups .right-popups-content .popups-layout .item-model span:hover,
.right-popups .right-popups-content .popups-model .item-model span:hover {
    cursor: move;
}

.right-popups .right-popups-content .popups-layout .item-layout span:hover img,
.right-popups .right-popups-content .popups-model .item-layout span:hover img,
.right-popups .right-popups-content .popups-layout .item-model span:hover img,
.right-popups .right-popups-content .popups-model .item-model span:hover img {
    outline: 2px solid var(--main);
    outline-offset: -2px;
}

.right-popups .right-popups-content .popups-models {
    max-height: calc(100vh - 165px);
    overflow-y: auto;
    font-size: 12px;
    color: #333;
    line-height: 20px;
}

.right-popups .right-popups-content .popups-models .item-model {
    padding: 10px 15px;
    box-sizing: border-box;
}

.right-popups .right-popups-content .popups-models span {
    margin-bottom: 10px;
}

.right-popups .right-popups-content .popups-models span img {
    max-width: 100%;
}

.right-popups .right-popups-content .popups-position {
    position: relative;
}

.right-popups .right-popups-content .popups-position .btn {
    position: absolute;
    width: 26px;
    text-align: center;
    line-height: 26px;
    z-index: 9;
    font-size: 12px;
    color: #fff;
    right: 0;
    margin-right: 20px;
    transition: All 0s ease-in-out;
}

.right-popups .right-popups-content .popups-position .btn:before {
    content: attr(alt);
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    position: absolute;
    right: calc(100% + 4px);
    margin: 1px 0;
    top: 0;
    border-radius: 3px;
    padding: 0 5px;
    white-space: pre;
    text-transform: capitalize;
    display: none;
}

.right-popups .right-popups-content .popups-position .btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 100%;
    top: calc(50% - 4px);
    border-left: 4px solid #999;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: none;
}

.right-popups .right-popups-content .popups-position .btn:hover:before {
    display: block;
}

.right-popups .right-popups-content .popups-position .btn:hover:after {
    display: block;
}

.right-popups .right-popups-content .popups-position .btn.btn-open-cloud-filemanage {
    background: var(--main);
    border-radius: 3px 3px 0 0;
    top: 20px;
}

.right-popups .right-popups-content .popups-position .btn.btn-open-cloud-filemanage:before {
    background: var(--main);
}

.right-popups .right-popups-content .popups-position .btn.btn-open-cloud-filemanage:after {
    border-left-color: var(--main);
}

.right-popups .right-popups-content .popups-position .btn.btn-open-cloud-filemanage:hover {
    background: var(--main);
}

.right-popups .right-popups-content .popups-position .btn.btn-open-comm-css {
    background: var(--deputy);
    border-radius: 0 0 3px 3px;
    top: 46px;
}

.right-popups .right-popups-content .popups-position .btn.btn-open-comm-css:before {
    background: var(--deputy);
}

.right-popups .right-popups-content .popups-position .btn.btn-open-comm-css:after {
    border-left-color: var(--deputy);
}

.right-popups .right-popups-content .popups-position .btn.btn-open-comm-css:hover {
    background: var(--deputy);
}

.right-popups .right-popups-content .popups-position .btn:disabled {
    color: #ccc;
    box-shadow: none;
}

.right-popups .right-popups-content .popups-text {
    font-size: 13px;
    color: #666;
    line-height: 25px;
    padding: 5px 0;
    width: 100%;
}

.right-popups .right-popups-content .popups-text a {
    color: var(--deputy);
}

.right-popups .right-popups-content table {
    width: 100%;
    border-collapse: collapse;
}

.right-popups .right-popups-content table td,
.right-popups .right-popups-content table th {
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    word-break: break-all;
    color: #000;
    font-weight: normal;
}

.right-popups .right-popups-content table img {
    max-width: 60px;
}

.right-popups .right-popups-content table tbody tr:nth-of-type(2n) {
    background: #f5f5f5;
}

.right-popups .right-popups-content table tbody a {
    display: inline-table;
}

.right-popups .right-popups-content table tbody a:hover {
    text-decoration: underline;
}

.right-popups .right-popups-content table thead {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}

.right-popups .right-popups-content table .textL {
    text-align: left;
}

.right-popups .right-popups-content table .w20 {
    width: 20px;
}

.right-popups .right-popups-content table .w40 {
    width: 40px;
}

.right-popups .right-popups-content table .w50 {
    width: 50px;
}

.right-popups .right-popups-content table .w60 {
    width: 60px;
}

.right-popups .right-popups-content table .w80 {
    width: 80px;
}

.right-popups .right-popups-content table .w100 {
    width: 100px;
}

.right-popups .right-popups-content table .w120 {
    width: 120px;
}

.right-popups .right-popups-content table .w140 {
    width: 140px;
}

.right-popups .right-popups-content table .w160 {
    width: 160px;
}

.right-popups .right-popups-content table .w180 {
    width: 180px;
}

.right-popups .right-popups-content table .w200 {
    width: 200px;
}

.right-popups .right-popups-content table .btn-quote {
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    text-align: center;
    color: #666;
}

.right-popups .right-popups-content table .btn-quote:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
}

.right-popups .right-popups-content table .btn-quote.checked {
    color: var(--main);
}

.right-popups .right-popups-content table .btn-quote.checked:before {
    content: "";
}

.right-popups .right-popups-content table .btn-link {
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    color: #666;
}

.right-popups .right-popups-content table .btn-link:hover {
    color: #fff;
    background: var(--main);
}

.right-popups .right-popups-content table .error-tips {
    color: #f00;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.right-popups .right-popups-content table .btn-close {
    width: 15px;
    margin-left: 3px;
    cursor: pointer;
}

.right-popups .right-popups-content table .btn-close .fa {
    font-size: 12px;
    display: block;
}

.right-popups .right-popups-content table .red {
    color: #f00;
}

.right-popups .right-popups-content table .fa-code,
.right-popups .right-popups-content table .fa-css3 {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    line-height: 24px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
}

.right-popups .right-popups-content table .fa-code {
    color: var(--deputy);
    background: var(--deputy);
}

.right-popups .right-popups-content table .fa-css3 {
    color: var(--main);
    background: var(--main);
}

.right-popups .right-popups-content table .opt {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.right-popups .right-popups-content table .opt button,
.right-popups .right-popups-content table .opt a {
    text-align: center;
    color: var(--main);
    margin: 3px 5px;
    display: block;
    box-sizing: border-box;
}

.right-popups .right-popups-content table .opt button+*,
.right-popups .right-popups-content table .opt a+* {
    margin-left: 5px;
}

.right-popups .right-popups-content .library-top {
    padding: 0 0 10px 0;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.right-popups .right-popups-content .library-top .btn {
    text-align: center;
    color: var(--main);
    border: 1px solid var(--main);
    background: var(--main);
    font-size: 13px;
    line-height: 35px;
    padding: 0 10px;
}

.right-popups .right-popups-content .library-top .btn:disabled {
    background: #f9f9f9 !important;
    border-color: #eee !important;
    color: #ccc !important;
}

.right-popups .right-popups-content .library-top .btn-upload {
    width: 70px;
    white-space: pre;
}

.right-popups .right-popups-content .library-top .btn-upload .fa {
    margin-right: 3px;
}

.right-popups .right-popups-content .library-top .library-select {
    width: calc(50% - 5px);
    float: left;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    margin-right: 5px;
}

.right-popups .right-popups-content .library-top .library-select .btn {
    margin-right: 5px;
}

.right-popups .right-popups-content .library-top .library-select .btn:hover {
    background: var(--main);
}

.right-popups .right-popups-content .library-top .library-select select {
    min-width: calc(50% - 75px);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
}

.right-popups .right-popups-content .library-top .library-select select+select {
    margin-left: 5px;
}

.right-popups .right-popups-content .library-top .library-search {
    float: right;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
}

.right-popups .right-popups-content .library-top .library-search input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
}

.right-popups .right-popups-content .library-top .library-search button {
    color: #fff;
    background: var(--main);
    border-color: var(--main);
    width: 35px;
    height: 35px;
}

.right-popups .right-popups-content .library-top .library-search button:hover {
    opacity: .7;
    transition: All .2s ease-in-out;
}

.right-popups .right-popups-content .library-top .library-search .fa {
    font-size: 16px;
}

.right-popups .right-popups-content .library-content {
    max-height: calc(100vh - 171px);
    overflow-y: auto;
}

.right-popups .right-popups-content .library-content table .library-img {
    position: relative;
    width: 38px;
    height: 38px;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    justify-content: center;
    border: 1px solid #ddd;
}

.right-popups .right-popups-content .library-content table .library-img img {
    max-width: 100%;
    max-height: 100%;
}

.right-popups .right-popups-content .library-content table .library-img a {
    display: block;
}

.right-popups .right-popups-content .library-content table .library-img .fa {
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    display: block;
}

.right-popups .right-popups-content .library-content table .library-img .btn-del {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -5px;
    right: -5px;
    margin: auto;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: var(--deputy);
    border-radius: 3px;
    transform: scale(.8);
}

.right-popups .right-popups-content .library-content table .library-img .btn-del:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
}

.right-popups .right-popups-content .library-content table .library-img .btn-del:disabled {
    background: #ccc;
}

.right-popups .right-popups-content .library-content table .library-img:hover .btn-del {
    opacity: .9;
}

.right-popups .right-popups-content .library-content table .library-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 15px;
}

.right-popups .right-popups-content .library-content .empty {
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    padding: 20px 0;
    color: #666;
}

.right-popups .right-popups-content .library-file ul {
    display: flex;
    display: -ms-flexbox;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 1px 0 0 1px;
}

.right-popups .right-popups-content .library-file li {
    width: calc((100%/6) - 1px);
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-top: -1px;
    overflow: hidden;
    box-sizing: border-box;
}

.right-popups .right-popups-content .library-file li.copied .btn-quote {
    background: transparent;
}

.right-popups .right-popups-content .library-file li.copied .btn-quote:after {
    transform: scale(10, 10);
    opacity: .3;
}

.right-popups .right-popups-content .library-file .file-base {
    position: relative;
}

.right-popups .right-popups-content .library-file .file-base .quote {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: 0;
    left: -1px;
    opacity: 0;
    transition: All .5s ease-in-out;
}

.right-popups .right-popups-content .library-file .file-base .btn-quote {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin: auto;
    background: var(--main);
    text-align: center;
    border-radius: 50%;
    color: #fff;
}

.right-popups .right-popups-content .library-file .file-base .btn-quote:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
}

.right-popups .right-popups-content .library-file .file-base .btn-quote:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, var(--main) 10%, transparent 20%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(0, 0);
    opacity: 0;
    transition: All .3s ease-in-out;
}

.right-popups .right-popups-content .library-file .file-base .btn-quote:disabled {
    background: transparent;
    color: #aaa;
}

.right-popups .right-popups-content .library-file .file-base .btn-quote:disabled:before {
    content: "";
}

.right-popups .right-popups-content .library-file .file-base:hover .quote {
    opacity: 1;
}

.right-popups .right-popups-content .library-file .thumbnail {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 120px;
    color: #999;
}

.right-popups .right-popups-content .library-file .thumbnail img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.right-popups .right-popups-content .library-file .thumbnail .fa {
    font-size: 45px;
}

.right-popups .right-popups-content .library-file .file-desc {
    font-size: 13px;
    color: #666;
    line-height: 20px;
    padding: 10px;
    border-top: 1px solid #f9f9f9;
    position: relative;
    overflow: hidden;
}

.right-popups .right-popups-content .library-file .file-desc .btn-del {
    position: absolute;
    width: 70px;
    text-align: center;
    background: var(--main);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    bottom: -3px;
    right: -60px;
    transform: rotate(-45deg);
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
    transition: All .3s ease-in-out;
}

.right-popups .right-popups-content .library-file .file-desc .btn-del:disabled {
    background: #f5f5f5 !important;
    color: #999 !important;
}

.right-popups .right-popups-content .library-file .file-desc a {
    display: inline;
    color: var(--deputy);
}

.right-popups .right-popups-content .library-file .file-desc p {
    overflow: hidden;
    display: block;
    white-space: pre;
    text-overflow: ellipsis;
}

.right-popups .right-popups-content .library-file .file-desc:hover .btn-del {
    right: -25px;
}

.right-popups .right-popups-content .country-select {
    max-height: 400px;
    overflow-y: auto;
}

.right-popups .right-popups-content .country-select input:checked {
    color: var(--deputy);
}

.right-popups .right-popups-content .country-select input:checked+span {
    color: var(--deputy);
}

.right-popups .right-popups-content .item-edit {
    background: #fff;
    outline: 0;
    padding: 0 0 10px;
}

.right-popups .right-popups-content .item-edit .btn {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #e5e5e5;
    background: #f5f5f5;
    color: #666;
}

.right-popups .right-popups-content .item-edit .btn+.btn {
    margin-left: 5px;
}

.right-popups .right-popups-content .item-edit .btn:hover {
    border-color: #ccc;
    color: #333;
    background: #fff;
}

.right-popups .right-popups-content .item-edit .btn.btn-add {
    color: var(--main);
    border-color: var(--main);
    background: var(--main);
}

.right-popups .right-popups-content .item-edit .btn.btn-add:hover {
    background: #fff;
    border-color: var(--main);
}

.right-popups .right-popups-content .download .download-code {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    background: #f2f2f2;
}

.right-popups .right-popups-content .download .download-code p {
    text-align: center;
}

.right-popups .right-popups-content .download .download-code dl {
    padding-top: 10px;
    display: flex;
    display: -ms-flexbox;
}

.right-popups .right-popups-content .download .download-code dl dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.right-popups .right-popups-content .download .download-code dl dt:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    color: #999;
    width: 30px;
    text-align: center;
    display: block;
}

.right-popups .right-popups-content .download .download-code dl dt input {
    border: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
    font-size: 14px;
    line-height: 25px;
    padding: 4px 0;
    color: #333;
}

.right-popups .right-popups-content .download .download-code dl dt input:focus {
    outline: 0;
}

.right-popups .right-popups-content .download .download-code dl dd button {
    font-size: 14px;
    line-height: 25px;
    padding: 5px 15px;
    color: #fff;
    background: var(--main);
    text-transform: uppercase;
}

.right-popups .right-popups-content .download .first-level-title {
    padding: 10px 0 0;
}

.right-popups .right-popups-content .download .first-level-title * {
    font-size: 16px;
    line-height: 25px;
    text-transform: capitalize;
    color: #000;
    font-weight: bold;
}

.right-popups .right-popups-content .download .download-info ul {
    padding: 0 0 10px;
}

.right-popups .right-popups-content .download .download-info li {
    padding: 5px 0;
}

.right-popups .right-popups-content .download .policy {
    font-size: 12px;
    line-height: 20px;
    color: #666;
}

.right-popups .right-popups-content .download .policy label {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}

.right-popups .right-popups-content .download .policy span {
    margin: 0 3px;
}

.right-popups .right-popups-content .download .policy a {
    color: var(--main);
}

.right-popups .right-popups-bottom {
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    font-size: 14px;
}

.right-popups .right-popups-bottom>.btn {
    font-size: 12px;
    min-width: 80px;
    line-height: 30px;
    margin: 0 3px;
    border-radius: 50vw;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

.right-popups .right-popups-bottom .fa {
    margin-right: 3px;
}

.right-popups .right-popups-bottom .fa-alipay {
    width: 14px;
    margin-top: 7px;
    float: left;
}

.right-popups .right-popups-bottom .btn-confirm {
    background: var(--main);
    text-transform: capitalize;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.right-popups .right-popups-bottom .btn-confirm:disabled {
    color: #999;
    background: #f0f0f0;
    cursor: not-allowed;
}

.right-popups .right-popups-bottom .btn-gray {
    background: #eee;
    color: #333;
}

.right-popups .right-popups-bottom .error-tips {
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
}

.right-popups .right-popups-bottom .error-tips a {
    font-size: 12px;
    color: var(--main);
    text-decoration: underline;
}

.right-popups .right-popups-bottom .error-tips a:hover {
    text-decoration: none;
}

.right-popups .right-popups-bottom .library-pages {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.right-popups .right-popups-bottom .library-pages span {
    padding: 0 5px;
}

.right-popups .right-popups-bottom .library-pages button:before {
    font: normal normal normal 14px/1 FontAwesome;
}

.right-popups .right-popups-bottom .library-pages .btn-left:before {
    content: "";
}

.right-popups .right-popups-bottom .library-pages .btn-right:before {
    content: "";
}

.right-popups .right-popups-bottom .library-pages button {
    color: var(--main);
    width: 20px;
    height: 20px;
    text-align: center;
}

.right-popups .right-popups-bottom .library-pages button:disabled {
    color: #ccc !important;
    background: transparent !important;
}

.right-popups .popups-compose {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    align-items: stretch;
}

.right-popups .popups-compose *+* {
    margin-left: 5px;
}

.right-popups .popups-compose .popups-input,
.right-popups .popups-compose .popups-select {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
    width: 100px;
}

.right-popups .popups-compose .btn {
    text-align: center;
    min-width: 35px;
    padding: 0 10px;
    line-height: 33px;
    border: 1px solid #ddd;
    background: #fff;
    color: #999;
    white-space: pre;
    margin-left: 5px;
}

.right-popups .popups-compose .btn:hover {
    background: var(--main);
    border-color: var(--main);
    color: #fff;
}

.right-popups .popups-compose .btn:disabled {
    color: #ccc !important;
    background: #eee !important;
    border-color: #eee !important;
}

.right-popups .popups-compose .btn-plus {
    position: relative;
    padding: 0;
}

.right-popups .popups-compose .btn-plus:before {
    content: "";
    width: 12px;
    height: 2px;
    background: #bbb;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 6px);
}

.right-popups .popups-compose .btn-plus:after {
    content: "";
    width: 2px;
    height: 12px;
    background: #bbb;
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 6px);
}

.right-popups .popups-compose .btn-plus:disabled:before {
    background: #ccc;
}

.right-popups .popups-compose .btn-plus:disabled:after {
    background: #ccc;
}

.right-popups .popups-compose .btn-plus:hover:before,
.right-popups .popups-compose .btn-plus:hover:after {
    background: var(--main);
}

.right-popups .popups-compose .btn-del {
    padding: 0;
    background: #f9f9f9;
}

.right-popups .popups-compose .btn-del:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
}

.right-popups .popups-compose .btn-show {
    padding: 0;
}

.right-popups .popups-compose .btn-show:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    line-height: 33px;
    font-size: 18px;
}

.right-popups .popups-compose .btn-hide {
    padding: 0;
    background: var(--main);
    border-color: var(--main);
    color: #fff;
}

.right-popups .popups-compose .btn-hide:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    line-height: 33px;
    font-size: 18px;
}

.right-popups .popups-compose+.popups-compose {
    margin-top: 5px;
}

.right-popups .popups-compose .popups-input-text {
    width: 130px;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
}

.right-popups .popups-compose .color-span {
    width: 33px;
    height: 33px;
    margin-right: 5px;
    border: 1px solid #ddd;
    position: relative;
}

.right-popups .popups-compose .color-span:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
}

.right-popups .popups-library,
.right-popups .popups-library-editor {
    z-index: 2;
    opacity: 1;
}

.right-popups .popups-library-editor .right-popups-content,
.right-popups .popups-library-commcss .right-popups-content {
    position: relative;
    height: calc(100vh - 80px);
    margin: 10px 0 0;
}

.right-popups .popups-library-editor .right-popups-content .btn,
.right-popups .popups-library-commcss .right-popups-content .btn {
    position: absolute;
    width: 26px;
    text-align: center;
    line-height: 26px;
    z-index: 9;
    font-size: 12px;
    color: #fff;
    right: 0;
    margin-right: 15px;
    transition: All 0s ease-in-out;
}

.right-popups .popups-library-editor .right-popups-content .btn:before,
.right-popups .popups-library-commcss .right-popups-content .btn:before {
    content: attr(alt);
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    position: absolute;
    right: calc(100% + 4px);
    margin: 1px 0;
    top: 0;
    border-radius: 3px;
    padding: 0 5px;
    white-space: pre;
    text-transform: capitalize;
    display: none;
}

.right-popups .popups-library-editor .right-popups-content .btn:after,
.right-popups .popups-library-commcss .right-popups-content .btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 100%;
    top: calc(50% - 4px);
    border-left: 4px solid #999;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: none;
}

.right-popups .popups-library-editor .right-popups-content .btn:hover:before,
.right-popups .popups-library-commcss .right-popups-content .btn:hover:before {
    display: block;
}

.right-popups .popups-library-editor .right-popups-content .btn:hover:after,
.right-popups .popups-library-commcss .right-popups-content .btn:hover:after {
    display: block;
}

.right-popups .popups-library-editor .right-popups-content .btn.btn-open-cloud-filemanage,
.right-popups .popups-library-commcss .right-popups-content .btn.btn-open-cloud-filemanage {
    background: var(--main);
    top: 15px;
    border-radius: 3px;
}

.right-popups .popups-library-editor .right-popups-content .btn.btn-open-cloud-filemanage:before,
.right-popups .popups-library-commcss .right-popups-content .btn.btn-open-cloud-filemanage:before {
    background: var(--main);
}

.right-popups .popups-library-editor .right-popups-content .btn.btn-open-cloud-filemanage:after,
.right-popups .popups-library-commcss .right-popups-content .btn.btn-open-cloud-filemanage:after {
    border-left-color: var(--main);
}

.right-popups .popups-library-editor .right-popups-content .btn.btn-open-cloud-filemanage:hover,
.right-popups .popups-library-commcss .right-popups-content .btn.btn-open-cloud-filemanage:hover {
    background: var(--main);
}

.right-popups .popups-library-editor .right-popups-content .btn:disabled,
.right-popups .popups-library-commcss .right-popups-content .btn:disabled {
    color: #ccc;
    box-shadow: none;
}

.right-popups .orders .order-item {
    background: #f5f5f5;
    padding: 13px;
}

.right-popups .orders .order-item+.order-item {
    margin-top: 10px;
}

.right-popups .orders .order-item .verify {
    background: var(--main);
    color: #fff;
}

.right-popups .orders .order-item .gray {
    background: #e5e5e5;
    color: #666;
}

.right-popups .orders .order-item .orange {
    background: var(--main);
    color: #fff;
}

.right-popups .orders .order-item .red {
    color: #f00 !important;
}

.right-popups .orders .order-item .loading {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    color: #333;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.right-popups .orders .order-item .item-top {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: end;
}

.right-popups .orders .order-item .item-top h2 {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}

.right-popups .orders .order-item .item-top span {
    font-size: 12px;
    line-height: 15px;
}

.right-popups .orders .order-item .item-title {
    line-height: 25px;
    padding: 10px 0 5px;
}

.right-popups .orders .order-item .item-title h2,
.right-popups .orders .order-item .item-title h3 {
    font-weight: normal;
    font-size: 13px;
}

.right-popups .orders .order-item .item-detail {
    position: relative;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.right-popups .orders .order-item .item-detail+.item-detail {
    margin-top: -1px;
}

.right-popups .orders .order-item .item-detail .detail-title {
    font-size: 13px;
    color: #333;
}

.right-popups .orders .order-item .item-detail .detail-title a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    color: var(--main);
    text-decoration: none;
    font-weight: normal;
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    font-weight: bold;
}

.right-popups .orders .order-item .item-detail .detail-title a:hover {
    text-decoration: underline;
}

.right-popups .orders .order-item .item-detail .detail-title .btn-del {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    padding: 5px 40px 60px;
    position: absolute;
    right: -100%;
    bottom: 0;
    z-index: 2;
    background: var(--main);
    opacity: 0;
    box-shadow: -10px 0 5px rgba(0, 0, 0, .1);
    -webkit-transform: translate(55px, 40px) rotate(-45deg);
    -moz-transform: translate(55px, 40px) rotate(-45deg);
    -ms-transform: translate(55px, 40px) rotate(-45deg);
    transform: translate(55px, 40px) rotate(-45deg);
}

.right-popups .orders .order-item .item-detail .detail-title .btn-del:before {
    line-height: 20px;
    display: block;
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
}

.right-popups .orders .order-item .item-detail .detail-title .expired {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.right-popups .orders .order-item .item-detail .detail-title .expired span {
    border-radius: 50vw;
    background: #fff;
    padding: 5px 10px;
    color: var(--main);
}

.right-popups .orders .order-item .item-detail .detail-info {
    padding: 5px 0;
}

.right-popups .orders .order-item .item-detail .detail-info .detail-desc {
    display: flex;
    display: -ms-flexbox;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.right-popups .orders .order-item .item-detail .detail-info .detail-attachment,
.right-popups .orders .order-item .item-detail .detail-info .detail-pic {
    border: 1px solid #e5e5e5;
    width: 70px;
    height: 70px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    justify-content: center;
    color: #aaa;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    flex-wrap: wrap;
    background: #fff;
}

.right-popups .orders .order-item .item-detail .detail-info .detail-attachment p,
.right-popups .orders .order-item .item-detail .detail-info .detail-pic p {
    padding: 5px;
}

.right-popups .orders .order-item .item-detail .detail-info .detail-attachment a,
.right-popups .orders .order-item .item-detail .detail-info .detail-pic a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: var(--main);
    width: 100%;
}

.right-popups .orders .order-item .item-detail .detail-info .detail-attachment .fa,
.right-popups .orders .order-item .item-detail .detail-info .detail-pic .fa {
    font-size: 18px;
}

.right-popups .orders .order-item .item-detail .detail-info .detail-attachment img,
.right-popups .orders .order-item .item-detail .detail-info .detail-pic img {
    width: 70px;
    height: 70px;
    display: block;
}

.right-popups .orders .order-item .item-detail .detail-info .detail-property {
    width: calc(100% - 80px);
}

.right-popups .orders .order-item .item-detail .detail-info .rotation {
    position: relative;
    width: 100%;
    height: 100%;
}

.right-popups .orders .order-item .item-detail .detail-info .rotation .btn-rotation {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    text-align: center;
    margin: auto;
    z-index: 3;
    background: var(--main);
    color: #fff;
    border-radius: 5px;
}

.right-popups .orders .order-item .item-detail .detail-info .rotation .btn-rotation:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 20px;
}

.right-popups .orders .order-item .item-detail .detail-info .rotation .items {
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.right-popups .orders .order-item .item-detail .detail-info .rotation .items .item {
    position: absolute;
    inset: 0;
    display: none;
}

.right-popups .orders .order-item .item-detail .detail-info .rotation .items .item * {
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    outline: 0;
}

.right-popups .orders .order-item .item-detail .detail-info .rotation .items .item.on {
    display: block;
}

.right-popups .orders .order-item .item-detail li {
    overflow: hidden;
    font-size: 12px;
    color: #777;
    line-height: 17px;
}

.right-popups .orders .order-item .item-detail li span {
    color: #777;
    display: inline;
}

.right-popups .orders .order-item .item-detail li span+span {
    padding-left: 10px;
    color: #000;
}

.right-popups .orders .order-item .item-detail li span img {
    width: 15px;
    height: 15px;
}

.right-popups .orders .order-item .item-detail .detail-property ul li {
    padding: 2px 0;
}

.right-popups .orders .order-item .item-detail .detail-property ul span {
    width: 120px;
    flex: 0 0 120px;
}

.right-popups .orders .order-item .item-detail .detail-property ul span+span {
    padding-left: 10px;
    width: auto;
    flex: 1 1 0;
    word-break: break-word;
}

.right-popups .orders .order-item .item-detail .detail-property input {
    border: solid 1px #ccc;
    font-size: 13px;
    width: 50px;
    text-align: center;
    background: #fff;
    margin: 0 5px;
    padding: 5px;
}

.right-popups .orders .order-item .item-detail:hover .detail-title .btn-del {
    opacity: 1;
    right: 0;
}

.right-popups .orders .order-item .item-bottom {
    overflow: hidden;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    border: 1px solid #e5e5e5;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left ul {
    overflow: hidden;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left li {
    overflow: hidden;
    font-size: 13px;
    color: #333;
    line-height: 20px;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left li span {
    color: #777;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left li span+span {
    padding-left: 10px;
    color: #000;
    font-size: 13px;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left .code {
    display: inline-flex;
    padding: 0 5px;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left .code input {
    height: 25px;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left .code button {
    background: var(--main);
    color: #fff;
    width: 30px;
    text-align: center;
}

.right-popups .orders .order-item .item-bottom .item-bottom-left .code button:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
}

.right-popups .orders .order-item .item-bottom .item-bottom-right {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
}

.right-popups .orders .order-item .item-bottom .item-bottom-right span,
.right-popups .orders .order-item .item-bottom .item-bottom-right a,
.right-popups .orders .order-item .item-bottom .item-bottom-right button {
    font-size: 13px;
    line-height: 20px;
    display: inline-block;
    padding: 5px;
}

.right-popups .orders .order-item .item-bottom .item-bottom-right span+*,
.right-popups .orders .order-item .item-bottom .item-bottom-right a+*,
.right-popups .orders .order-item .item-bottom .item-bottom-right button+* {
    margin-left: 5px;
}

.right-popups .orders .order-item .item-bottom .item-bottom-right a,
.right-popups .orders .order-item .item-bottom .item-bottom-right button {
    text-decoration: none;
    padding: 5px 15px;
    background: var(--main);
    color: #fff;
    border-radius: 50vw;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.right-popups .orders .order-item .item-bottom .item-bottom-right .btn-detail {
    color: var(--main);
}

.right-popups .orders .order-item .item-bottom .item-bottom-right .btn-detail:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
}

.right-popups .orders .order-item .item-bottom .item-bottom-right .btn-ship {
    background: #e5e5e5;
    color: #333;
}

.right-popups .drop {
    position: relative;
    width: 100%;
}

.right-popups .drop.on .drop-title:after {
    -webkit-transform: translate(0, 0) rotate(180deg);
    -moz-transform: translate(0, 0) rotate(180deg);
    -ms-transform: translate(0, 0) rotate(180deg);
    transform: translate(0, 0) rotate(180deg);
    transition: All .3s ease-in-out;
}

.right-popups .drop.on .drop-down {
    display: block;
}

.right-popups .drop .drop-title {
    font-size: 13px;
    line-height: 23px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: default;
    width: 100%;
    text-align: initial;
    opacity: 1;
}

.right-popups .drop .drop-title span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
}

.right-popups .drop .drop-title:after {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    font-weight: 600;
}

.right-popups .drop .drop-down {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    display: none;
    z-index: 2;
}

.right-popups .drop .drop-down ul {
    max-height: 30vh;
    overflow-y: auto;
}

.right-popups .drop .drop-down ul li {
    cursor: pointer;
    padding: 10px;
    line-height: 20px;
    text-align: initial;
}

.right-popups .drop .drop-down ul li:hover {
    background: #f5f5f5;
}

.right-popups .drop .drop-down ul li+li {
    border-top: 1px solid #ddd;
}

.right-popups .drop .drop-down .receipt-info {
    font-size: 12px;
    line-height: 17px;
}

.right-popups .drop .drop-down .receipt-info .core {
    font-weight: bold;
    font-size: 14px;
}

.right-popups .drop .drop-down .receipt-info .core span+span {
    margin-left: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #666;
}

.right-popups .drop .drop-down .receipt-info .zip {
    padding: 5px 0;
}

.right-popups .drop .drop-down .receipt-info .add {
    color: #999;
}

.right-popups .drop .drop-down .receipt-info .opt {
    display: flex;
    display: -ms-flexbox;
    justify-content: end;
}

.right-popups .drop .drop-down .receipt-info .opt .btn {
    line-height: 20px;
    font-size: 12px;
    color: var(--main);
}

.right-popups .drop .drop-down .receipt-info .opt .btn+.btn {
    margin-left: 10px;
}

.right-popups .drop .drop-down .drop-opt {
    background: var(--main);
    border-top: 1px solid #ddd;
}

.right-popups .drop .drop-down .drop-opt button {
    font-size: 13px;
    line-height: 25px;
    display: block;
    background: var(--main);
    color: #fff;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
}

.center-popups {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    min-width: 1200px;
}

.center-popups * {
    margin: 0;
    padding: 0;
    outline: 0;
    list-style: none;
}

.center-popups *:focus {
    outline: 0;
}

.center-popups .center-popups-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 160px;
    margin: auto;
    border-radius: 7px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    transform: translateY(-500%);
    transition: All .3s ease-in-out;
    opacity: 0;
}

.center-popups.animate-center .center-popups-bg {
    transform: translateY(0);
    opacity: 1;
}

.center-popups .center-popups-content {
    height: calc(100% - 56px);
    display: flex;
    display: -ms-flexbox;
    align-content: center;
    justify-content: center;
    font-size: 13px;
    line-height: 20px;
    color: #333;
    padding: 10px 30px 0;
    flex-wrap: wrap;
}

.center-popups .center-popups-content>div {
    max-height: calc(100% - 70px);
    overflow-y: auto;
}

.center-popups .center-popups-content a,
.center-popups .center-popups-content button {
    color: var(--main);
    display: inline;
    line-height: 20px;
    cursor: pointer;
}

.center-popups .center-popups-bottom {
    display: flex;
    display: -ms-flexbox;
    border-top: 1px solid #ddd;
}

.center-popups .center-popups-bottom .btn {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    padding: 10px;
    color: #666;
    transition: All .2s ease-in-out;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer;
    text-transform: capitalize;
    border: 0;
}

.center-popups .center-popups-bottom .btn-confirm {
    color: var(--main);
}

.center-popups .center-popups-bottom .btn+.btn {
    border-left: 1px solid #ddd;
}

.center-popups.center-popups-alert .center-popups-bottom .btn-cancel {
    display: none;
}

.middle-popups {
    position: fixed;
    z-index: 888;
    background: rgba(0, 0, 0, .5);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}

.middle-popups *:focus {
    outline: 0;
}

.middle-popups textarea {
    resize: none;
}

.middle-popups img {
    border: 0;
}

.middle-popups * {
    padding: 0;
    margin: 0;
    list-style: none;
}

.middle-popups .middle-title .btn-close {
    background: transparent;
    width: 45px;
    height: 45px;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 30px;
    right: 30px;
    border: solid 1px #fff;
}

.middle-popups .middle-title .btn-close:before {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #fff;
}

.middle-popups .middle-title .btn-close:after {
    content: "";
    width: 25px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #fff;
}

.middle-popups .middle-popups-bg .simditor {
    color: #fff;
}

.middle-popups .loading {
    color: #fff;
    font-size: 13px;
}

.middle-popups .account {
    border-radius: 3px;
    position: relative;
    text-align: center;
    display: none;
    background: #fff;
    padding: 20px 40px;
    width: calc(100vw - 100px);
    max-width: 300px;
}

.middle-popups .account.show {
    display: block;
}

.middle-popups .account input {
    line-height: 25px;
    height: 45px;
    width: 100%;
    border: 0;
    background: #fff;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
}

.middle-popups .account input::-webkit-input-placeholder {
    color: #ccc;
}

.middle-popups .account input:-moz-placeholder {
    color: #ccc;
}

.middle-popups .account input::-moz-placeholder {
    color: #ccc;
}

.middle-popups .account input:-ms-input-placeholder {
    color: #ccc;
}

.middle-popups .account .account-nav .title {
    font-size: 20px;
    line-height: 35px;
    color: #333;
    font-weight: 600;
}

.middle-popups .account .account-nav .btn-close {
    background: transparent;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #333;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    cursor: pointer;
}

.middle-popups .account .account-nav .btn-close:before {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
}

.middle-popups .account .account-nav .btn-close:after {
    content: "";
    width: 15px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #000;
}

.middle-popups .account .account-content ul {
    padding: 20px 0 30px;
}

.middle-popups .account .account-content ul li {
    padding: 5px 0;
}

.middle-popups .account .account-content ul li:last-of-type p {
    text-align: right;
    width: 100%;
}

.middle-popups .account .account-content ul li.tips {
    padding: 0;
}

.middle-popups .account .account-content ul li.tips p {
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: 12px;
    color: #f00;
    text-transform: capitalize;
    background: rgba(255, 0, 0, .1);
    line-height: 20px;
    border-radius: 50vw;
}

.middle-popups .account .account-content ul li.tips button {
    color: var(--main);
    margin-left: 5px;
    display: inline-block;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.middle-popups .account .account-content ul li:hover dl {
    border-color: var(--main);
}

.middle-popups .account .account-content ul dl {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    width: 100%;
    border: 1px solid #d5d5d5;
    border-radius: 50vw;
    overflow: hidden;
    transition: All .3s ease-in-out;
}

.middle-popups .account .account-content ul dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 2 0;
    position: relative;
}

.middle-popups .account .account-content ul dl dt span {
    background: #d5d5d5;
    display: block;
    width: 45px;
    border-right: 0;
    color: #fff;
}

.middle-popups .account .account-content ul dl dt span .fa {
    line-height: 45px;
    display: block;
    font-size: 16px;
    color: #333;
}

.middle-popups .account .account-content ul dl dt+dd input {
    font-size: 13px;
}

.middle-popups .account .account-content button.btn-findpassword {
    font-size: 12px;
    color: var(--main);
    line-height: 20px;
    display: inline-block;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

.middle-popups .account .account-content button.btn-getcode {
    font-size: 12px;
    color: var(--main);
    line-height: 25px;
    padding: 10px;
    text-transform: capitalize;
    white-space: pre;
    transition: All .3s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
}

.middle-popups .account .account-content button.btn-getcode:disabled {
    color: #999 !important;
    cursor: default;
}

.middle-popups .account .success-tips {
    font-size: 15px;
    padding: 10px 0;
    color: #333;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle-popups .account .account-bottom button {
    font-size: 14px;
    color: #fff;
    line-height: 45px;
    border-radius: 50vw;
    transition: All .3s ease-in-out;
}

.middle-popups .account .account-bottom button.btn-switch {
    color: var(--main);
    text-decoration: underline;
    background: transparent;
    line-height: 25px;
    font-size: 12px;
    margin: 10px auto 0;
}

.middle-popups .account .account-bottom button:hover {
    opacity: .8;
    text-decoration: none;
}

.middle-popups .account .btn-confirm {
    background: var(--main);
    display: block;
    width: 100%;
    transition: All .3s ease-in-out;
}

.middle-popups .account .btn-confirm:disabled {
    background: #e5e5e5;
    color: #999;
    box-shadow: none;
    cursor: not-allowed;
}

.middle-popups .account .btn-confirm:hover {
    opacity: .8;
}

.middle-popups .account .account-other {
    padding-top: 15px;
    display: none;
}

.middle-popups .account .account-other dl {
    font-size: 12px;
    color: #666;
    line-height: 30px;
    display: flex;
    justify-content: center;
    text-transform: capitalize;
}

.middle-popups .account .account-other dd {
    padding-left: 5px;
}

.middle-popups .account .account-other ul li {
    float: left;
}

.middle-popups .account .account-other ul li a {
    display: block;
    line-height: 30px;
}

.middle-popups .account .account-other .fa {
    font-size: 24px;
    line-height: 30px;
    width: 30px;
}

.middle-popups .account .account-other .fa-facebook-square {
    color: #3c58a1;
}

.middle-popups .account .account-other .fa-linkedin-square {
    color: #0076b3;
}

.middle-popups .account .account-other .fa-twitter-square {
    color: #2b9fce;
}

.middle-popups .account .account-other .fa-google-plus-square {
    color: #da2722;
}

.middle-popups .account .account-other .fa-youtube-square {
    color: #db493c;
}

.middle-popups .account .account-other .fa-instagram-square {
    color: #dc5d70;
}

@media(min-width:769px) {
    .right-popups .right-popups-bg {
        top: 0;
        max-width: 540px;
        min-width: 440px;
        width: calc(80vw - 20px);
        transform: translateX(100%);
        box-shadow: -5px 0 3px rgba(0, 0, 0, .05);
    }

    .right-popups .popups-send-email {
        max-width: 840px;
    }

    .right-popups.animate-right .right-popups-bg {
        transform: translateX(0);
    }

    .right-popups .popups-cloud-filemanage {
        max-width: calc(80vw - 20px);
    }

    .right-popups .right-popups-tab {
        right: 100%;
        top: 50%;
        width: 30px;
        transform: translateY(-50%);
    }

    .right-popups .right-popups-tab li {
        width: 20px;
        min-height: 60px;
        writing-mode: vertical-lr;
    }

    .right-popups .right-popups-tab li+li {
        margin-top: 3px;
    }

    .right-popups .popups-library,
    .right-popups .popups-library-editor {
        right: 540px;
        border-right: 1px solid #ddd;
    }

    .right-popups .popups-library+.popups-main .right-popups-tab,
    .right-popups .popups-library-editor+.popups-main .right-popups-tab {
        width: 0;
    }

    .right-popups .popups-library+div+.popups-main .right-popups-tab,
    .right-popups .popups-library-editor+div+.popups-main .right-popups-tab {
        width: 0;
    }

    .right-popups .popups-library+div+div+.popups-main .right-popups-tab,
    .right-popups .popups-library-editor+div+div+.popups-main .right-popups-tab {
        width: 0;
    }

    .right-popups .popups-library+div+div+div+.popups-main .right-popups-tab,
    .right-popups .popups-library-editor+div+div+div+.popups-main .right-popups-tab {
        width: 0;
    }

    .right-popups .popups-library+div+div+div+div+.popups-main .right-popups-tab,
    .right-popups .popups-library-editor+div+div+div+div+.popups-main .right-popups-tab {
        width: 0;
    }

    .right-popups .popups-library-editor,
    .right-popups .popups-library-commcss {
        max-width: calc(80vw - 560px);
    }
}

@media(max-width:768px) {
    .right-popups .right-popups-bg {
        top: 100px;
        transform: translateY(100%);
        left: 0;
    }

    .right-popups.animate-right .right-popups-bg {
        transform: translateY(0);
        padding-bottom: 60px;
    }

    .right-popups .right-popups-title .btn-slide-right:before {
        content: "";
    }

    .right-popups .right-popups-content {
        height: calc(100vh - 230px);
        margin: 10px -20px;
        padding: 0 20px;
    }

    .right-popups .right-popups-content>dl dt,
    .right-popups .right-popups-content>dl dd {
        width: 100%;
        text-align: inherit;
    }

    .right-popups .right-popups-tab {
        bottom: 100%;
        left: 0;
        right: 0;
    }

    .right-popups .right-popups-tab ul {
        display: flex;
        display: -ms-flexbox;
    }

    .right-popups .right-popups-tab li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 2 0;
        overflow: hidden;
        display: block;
        white-space: pre;
        text-overflow: ellipsis;
        border-radius: 0;
        line-height: 30px;
        background: #f0f0f0;
        color: #333;
        box-shadow: none;
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #ccc;
        border-right: solid 1px #ccc;
        box-sizing: border-box;
    }

    .right-popups .right-popups-tab li:last-of-type {
        font-size: 0;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
        width: 50px;
        line-height: 0;
        border-right: 0;
    }

    .right-popups .right-popups-tab li:last-of-type:before {
        content: "";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        line-height: 30px;
    }

    .right-popups .right-popups-tab li.on {
        background: #fff;
        color: var(--main);
        border-bottom: 0;
    }

    .right-popups .popups-detail {
        top: 120px;
        transform: translateY(100%) !important;
        box-shadow: 0 -3px 5px rgba(0, 0, 0, .1);
        border-top: solid 1px #ccc;
    }

    .right-popups .popups-detail .right-popups-content {
        height: calc(100vh - 250px);
    }

    .right-popups .popups-library,
    .right-popups .popups-library-editor {
        z-index: 9;
        transform: translateY(0) !important;
    }

    .right-popups .right-popups-bottom {
        height: 40px;
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .right-popups .right-popups-bottom .error-tips {
        position: absolute;
        bottom: 40px;
        left: 0;
        right: 0;
        text-align: center;
        background: #fff;
        padding: 5px;
        line-height: 15px;
    }

    .right-popups .right-popups-bottom .btn {
        padding: 5px 10px;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1 2 0;
    }

    .right-popups .popups-buyer .order-items {
        margin: 0;
    }

    .right-popups .popups-buyer .order-items .order-item .order-list+.order-list {
        margin-top: 10px;
    }

    .right-popups .popups-buyer .order-items .order-item .order-list .order-title a {
        font-size: 13px;
    }

    .right-popups .popups-buyer .order-items .order-item .order-top .order-left,
    .right-popups .popups-buyer .order-items .order-item .order-top .order-right {
        width: 100%;
        color: #333;
    }

    .right-popups .popups-buyer .order-items .order-item .order-top .order-right {
        color: #333;
    }

    .right-popups .popups-buyer .order-items .order-item .order-property ul {
        max-height: 82px;
        overflow: hidden;
    }

    .right-popups .popups-buyer .order-items .order-item .order-property ul li {
        min-width: 100%;
    }
}