ul li {
    list-style-type: none;
}

a,
a:active,
a:link,
a:hover,
a:visited {
    text-decoration: none;
}

*:focus {
    outline: none;
}

table th,
table td {
    text-align: center;
}

table.smm-middle-cell td,
table.smm-middle-cell th {
    vertical-align: middle !important;
}

body {
    font-family: "Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti, "Microsoft YaHei";
    font-size: 12px;
    color: #333;
}

a[disabled='disabled'],
button[disabled='disabled'],
a[disabled],
button[disabled] {
    background-color: rgba(217, 222, 228, 1) !important;
    color: #fff !important;
    border: none !important;
}

a[disabled='disabled']:hover,
button[disabled='disabled']:hover,
a[disabled]:hover,
button[disabled]:hover {
    background-color: rgba(217, 222, 228, 1) !important;
    color: #fff !important;
    border: none !important;
}

body.min-1200 {
    min-width: 1200px;
}
.fa{
    width: 13px;
}

.pos-rel {
    position: relative;
}

.overflow-hidden {
    overflow: hidden;
}

.textL {
    text-align: left;
}

.textR {
    text-align: right;
}

.textC {
    text-align: center;
}

.txt-decoration {
    text-decoration: underline !important;
}

.smm-link {
    color: #3498DB !important;
    text-decoration: underline !important;
}

.fn {
    font-weight: normal;
}

.fb {
    font-weight: bold;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb55 {
    margin-bottom: 55px !important;
}
.mb60 {
    margin-bottom: 60px;
}

.ml0 {
    margin-left: 0 !important;
}
.ml2 {
    margin-left: 2px !important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr140 {
    margin-right: 140px;
}

.mt0 {
    margin-top: 0;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt10 {
    margin-top: 10px;
}

.mt12 {
    margin-top: 12px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mt180 {
    margin-top: 180px;
}

.pl0 {
    padding-left: 0 !important;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px !important;
}

.pl30 {
    padding-left: 30px;
}

.pl100 {
    padding-left: 100px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px !important;
}


.pr100 {
    padding-right: 100px;
}

.pt0 {
    padding-top: 0 !important;
}

.pt2 {
    padding-top: 2px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.font10 {
    font-size: 10px !important;
}
.font12 {
    font-size: 12px !important;
}

.font13 {
    font-size: 13px;
}
.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.font36 {
    font-size: 36px;
}
.font38 {
    font-size: 38px;
}

.font40 {
    font-size: 40px;
}

.font48 {
    font-size: 48px;
}

.lh20 {
    line-height: 20px;
}

.c-fff {
    color: #fff;
}

.bg-000 {
    background-color: #000;
}

.border-none {
    border: none !important;
}

.border-radius-none {
    border-radius: 0 !important;
}

.fl {
    float: left;
}

.fr {
    float: right
}

.login-content {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/* loading */
.spinner {
    float: right;
    width: 25px;
    height: 25px;
    position: relative;
}

.modal-body .spinner div {
    margin: 0;
}

.container1>div,
.container2>div,
.container3>div {
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

.pc-nav {
    margin: 0 auto;
    padding: 0;
    margin-left: 60px;
}

.pc-nav>li {
    float: left;
    position: relative;
    margin-right: 35px;
    height: 70px;
    line-height: 70px;
    display: flex;
    align-items: center;
    font-family: PingFangSC, PingFang SC;
}

.pc-nav>li:last-child {
    margin-right: 0px;
}

.pc-nav>li>a {
    display: block;
    text-align: center;
    /* width: 64px; */
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: lighter;
}

.pc-nav>li>a:hover {
    color: #FFFFFF !important;
    border-bottom: 3px solid #3c8dbc;
    font-weight: normal;
}


.pc-nav .nav-active {
    color: #FFFFFF !important;
    border-bottom: 3px solid #3c8dbc;
    font-weight: normal;
}

.pc-nav .arrow-top {
    width: 12px;
    height: 8px;
    margin-left: 4px;
    position: relative;
    bottom: 1px;
}

/* 顶部nav */
.mobile-ele {
    display: none;
}

@media (max-width: 768px) {
    nav.pc-ele {
        display: none;
    }

    body.min-1200 nav.pc-ele {
        display: block;
    }

    nav.mobile-ele {
        display: block;
    }

    body.min-1200 nav.mobile-ele {
        display: none;
    }

    .pc-nav {
        display: none;
    }

    .news-hq-container {
        display: none;
    }
    .product-server-content {
        display: none;
    }

}

@media (max-width: 1200px) {
    footer.pc-ele {
        display: none;
    }

    body.min-1200 footer.pc-ele {
        display: block;
    }

    footer.mobile-ele {
        display: block;
    }

    body.min-1200 footer.mobile-ele {
        display: none;
    }
}

nav.pc-ele {
    /* position: absolute;
    top: 0; */
    width: 100%;
    height: 70px;
    line-height: 70px;
    z-index: 999;
    background: #1E1B2A;
    /* overflow: hidden; */
}
nav.nav-fixed {
    position: fixed;
}

body.min-1200 nav.pc-ele {
    min-width: 1200px;
}

nav.pc-ele.hover-bg {
    /* background-color: transparent; */
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
}

/* nav.pc-ele.hover-bg:hover {
    background-color: rgba(51, 55, 68, 0.6);
} */

nav.mobile-ele {
    position: absolute;
    top: 0;
    width: 100%;
    height: 56px;
    padding: 12px 20px 0;
    z-index: 2;
    background: rgba(51, 55, 68, 0.6);
}

nav.mobile-ele i {
    font-size: 24px;
    color: #fff;
    margin-top: 3px;
    cursor: pointer;
}

.mobile-service-url {
    padding: 20px 15px 10px 15px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #666666;
    margin: 0 15px;
}

.mobile-service-url a {
    color: rgba(255, 255, 255, 0.7) !important;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0 10px;
}

.mobile-service-url a:last-child {
    border-right: none;
}

.mobile-copyright {
    margin: 0 !important;
    font-size: 12px !important;
    padding: 25px 0 20px 0;
    color: rgba(255, 255, 255, 0.7) !important;
}

.mobile-copyright a {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

.nav-list-item {
    display: inline-block;
    padding-left: 20px;
}

.nav-sm-fix {
    margin-left: -50px;
    margin-right: -50px;
}

.nav-list-item-fix {
    display: inline-block;
}

.rookie-guide {
    position: relative;
}

.header-login-btn {
    position: relative;
    /* right: 100px; */
    display: inline-block;
    width: 104px;
    height: 40px;
    background: #3C8DBC;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #D9E2E7;
    font-weight: 500;
}

/* .header-login-btn::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0px;
    height: 2px;
    width: 100%;
    width: 100%;
    background-color: #FF8C00;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
} */

.register {
    font-size: 14px;

    margin-left: 28px;
}


.rookie-hover {
    position: absolute;
    display: none;
    background-color: #fff;
    width: 100%;
    text-align: center;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.12);
    border-radius: 4px;
    top: 70px;
    left: 0px;
    z-index: 99;
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
 
}

.rookie-guide:hover .rookie-hover {
    display: block;
}

.rookie-guide:hover .down {
    color: #fff !important;
    /* border: none */
}

.rookie-guide:hover .arrow-top {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.rookie-hover a {
    display: block;
    line-height: 36px;
    font-size: 14px;
    color: #666 !important;
}

.rookie-hover a:hover {
    color: #3c8dbc !important;
}

.avatar {
    display: inline-block;
    position: relative;
}

/* 头像 */
.no-login-avatar {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    cursor: pointer;
}

.avatar-box {
    /* background: rgba(0, 0, 0, 0.23); */
    margin-left: 30px;
    /* padding: 0 20px; */
    /* transition: all .5s;
    -moz-transition: all .5s; */
    /* Firefox 4 */
    /* -webkit-transition: all .5s; */
    /* Safari 和 Chrome */
    /* -o-transition: all .5s; */
    /* Opera */
}

.login-avatar {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    cursor: pointer;
    /* transition: all .5s; */
    /* -moz-transition: all .5s; */
    /* Firefox 4 */
    /* -webkit-transition: all .5s; */
    /* Safari 和 Chrome */
    /* -o-transition: all .5s; */
    /* Opera */
}

.login-arrow-top {
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.avatar:hover .avatar-box {
    /* background: rgba(25, 158, 216, 1); */
}

.avatar:hover .login-avatar {
    /* width: 40px;
    height: 40px; */
}

.avatar:hover .login-arrow-top {
    transform: none
}

.login-account {
    color: #fff;
    margin-left: 10px;
}



.p-8-15 {
    padding: 8px 15px;
}

.borer-divide {
    border-bottom: 1px solid #373D41;
    height: 1px;
    margin: 5px 0;
}

.avatar-username {
    background-color: rgba(38, 44, 48, 1);
    width: 230px;
    margin-left: -10px;
    padding: 6px 25px;
}

.pass-real-name {
    color: #50B432;
    font-size: 12px;
}

.smm-user-exit {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 70px;
}

.smm-user-exit:hover {
    color: #fff;
}

/* 底部footer */
footer {
    width: 100%;
    background: rgba(30, 27, 42, 1);
}

body.min-1200 footer.pc-ele {
    min-width: 1200px;
}

body.min-1200 footer.mobile-ele {
    min-width: 100%;
}

footer a:hover {
    color: rgb(0, 135, 180);
}

footer .footer-top {
    height: 98px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(54, 51, 66, 1);
}

.footer-top ul {
    padding: 0 !important;
}

.footer-top li {
    float: left;
    margin-right: 150px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.footer-top li img {
    vertical-align: text-top;
}

footer .footer-mid {
    height: 200px;
    padding-top: 30px;
    border-bottom: 1px solid rgba(54, 51, 66, 1);
}

.footer-mid .block {
    width: 210px;
}

.footer-mid h5 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 40px;
}

.footer-mid a {
    width: 80px;
}

.footer-mid a,
.footer-mid p {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 10px;
}

footer .footer-bottom {
    padding-top: 20px;
    color: rgba(255, 255, 255, 1);
}

.footer-bottom a {
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.footer-bottom p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom ul {
    padding: 0 !important;
    margin-top: 10px;
}

.footer-bottom li {
    float: left;
    margin-right: 38px;
}

.footer-bottom li img {}

.footer-bottom li:hover img {}

footer .divide-line {
    width: 90%;
    margin: 15px auto 10px;
    height: 1px;
    background: rgba(102, 102, 102, 1);
}

.smm-text-xs {
    font-size: 12px;
}

.smm-text-sm {
    font-size: 14px;
}

.smm-text-md {
    font-size: 16px;
}

.smm-text-lg {
    font-size: 18px;
}

.smm-text-mlg {
    font-size: 24px;
}

.smm-text-xlg {
    font-size: 26px;
}

.smm-color-pure {
    color: #fff;
}

.smm-color-ignore {
    color: #666;
}

.smm-color-grey {
    color: #999;
}

.smm-color-light {
    color: #ccc;
}

.smm-ground-glass {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
}

.modal sup {
    color: #777;
    font-size: smaller;
    margin-top: 10px;
}

.modal-body div {
    margin-bottom: 10px;
}

.modal-content {
    border-radius: 0px;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

.v-hidden {
    visibility: hidden;
}

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

.smm-popover {
    max-width: 100%;
}

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

.row {
    margin-bottom: 15px;
}

.table:last-child,
.row:last-child {
    margin-bottom: 1px;
}

.row .default-group,
.row .input-group,
.row .smm-radio-btn,
.row .btn-group {
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.smm-clear-margin {
    margin: 0 !important;
}

.smm-clear-margin-top {
    margin-top: 0 !important;
}

.smm-clear-margin-bottom {
    margin-bottom: 0 !important;
}

.smm-tooltip-extract {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.smm-detail-table-key {
    width: 150px;
}

.smm-detail-table-key-sm {
    width: 80px;
}

.smm-detail-table {
    float: right;
}

.smm-img-print {
    left: auto;
    right: auto;
    margin-top: 15px;
    width: 100%;
}

.smm-strong {
    font-weight: bolder;
}

.smm-hidden {
    display: none;
}

.smm-tip-content {
    position: relative;
}

.smm-tip {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent rgb(0, 153, 204);
}

.smm-bill-detail-customer-margin {
    height: 76px;
}

table.smm-bill-detail-customer-info tbody tr td {
    border-width: 0px;
}

table.smm-bill-detail-customer-info tbody tr td:nth-child(even) {
    text-align: left;
}

table.smm-bill-detail-customer-info tbody tr td:nth-child(odd) {
    text-align: right;
}

table.smm-table-compact {
    font-size: 12px;
}

table.smm-table-compact tbody tr td {
    border-width: 0px;
    padding: 3px;
}

table.smm-table-compact tbody tr td:nth-child(even) {
    text-align: left;
}

table.smm-table-compact tbody tr td:nth-child(odd) {
    text-align: right;
    padding-right: 10px;
}

.smm-padding-clear-w {
    padding-left: 0;
    padding-right: 0;
}

table.smm-message-body tbody tr td {
    text-align: left;
}

.smm-message-time,
.smm-message-title {
    display: inline-table;
}

.smm-message-time {
    width: 150px;
    text-align: center;
}

table.smm-message-body tbody tr td:nth-child(3) {
    width: 180px;
    text-align: center;
}

.smm-message-title {
    padding-left: 23px;
}

table.smm-message-body tbody tr td:first-child {
    width: 44px;
    text-align: center;
}

.smm-pick-new .label {
    display: inline-block;
    font-size: 15px;
    background-color: rgb(228, 228, 228);
    color: #555;
}

.smm-pick-new .label i.fa {
    cursor: pointer;
}

.smm-alert-body {
    font-size: 17px;
    /* line-height: 2; */
}

.smm-alert-body sup {
    position: static;
}

.smm-confirm-check-msg {
    color: #555;
    font-size: 14px;
}

.smm-cover-body {
    padding-top: 15px;
    padding-bottom: 15px;
}

.smm-text-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100px;
    overflow: hidden;
}

.smm-text-form-key {
    padding-top: 7px;
    padding-left: 0px;
}

.smm-text-form-value {
    padding-top: 7px;
}

.smm-text-form-head {
    margin-top: 7px;
    padding-left: 0px;
    padding-right: 15px;
    font-size: larger;
    font-weight: bolder;
    margin-bottom: 25px;
}

.smm-text-danger {
    color: rgb(220, 10, 26);
}

.smm-text-warning {
    color: #ff8c00;
}

.smm-text-success {
    color: #008733;
}

.smm-text-weak {
    color: #919191;
}

.smm-text-weak-up {
    color: dimgrey;
}

.smm-text-deep {
    color: blue;
}

.smm-text-center {
    text-align: center;
}

.smm-text-neon {
    font-size: 110px;
    line-height: 1;
    padding: 25px;
    font-family: "Tsukushi A Round Gothic", "Trattatello", "SignPainter", "Bradley Hand", "Bodoni 72 Oldstyle", "Big Caslon";
}

.smm-back-warning {
    background-color: rgb(243, 156, 18);
}

.btn.disabled {
    cursor: pointer;
}

.btn.smm-btn-widther {
    min-width: 120px;
}

.smm-slide-list {
    right: 19px;
    left: 19px;
    margin-top: -14px;
    max-height: 300px;
    overflow-y: auto;
}

/*by tracy*/
.smm-warehouse-detail-tips {
    font-size: 14px;
    color: #bda631;
    border-left: 5px solid #E0D07F;
}

.table tfoot td:first-child {
    text-align: left;
}

/*smm-btn*/
.btn {
    border-radius: 3px;
}

.smm-btn-blue {
    background-color: rgb(0, 153, 204);
    color: #fff;
}

.smm-btn-blue:hover {
    background-color: rgb(0, 135, 180);
    color: #fff !important;
}

.input-group-addon {
    background-color: #fff !important;
}

.form-control[readonly],
fieldset[disabled] .form-control {
    background: #fff;
}

.form-control[readonly]:disabled {
    background: #eee;
}

.smm-input-group-no-border {
    border-left: 0;
    border-right: 0;
}

.smm-btn-grey {
    background-color: rgb(242, 242, 242);
    border-color: rgb(204, 204, 204);
    color: #666;
}

.smm-btn-grey:hover {
    background-color: #dedede;
    color: #333;
}

.smm-btn-pure {
    background-color: #fff;
    border-color: rgb(0, 153, 204);
    color: rgb(0, 153, 204);
}

.smm-btn-pure:hover {
    background-color: #f2f2f2;
    color: rgb(0, 153, 204);
}

.smm-font-blue {
    color: #0087B4;
}

a:hover {
    cursor: pointer;
}

table th,
table td {
    color: #666;
}

.panel-heading .pull-right {
    color: #666;
}

.smm-btn-darkgrey {
    background-color: rgb(217, 222, 228);
    color: #666;
}

.smm-btn-darkgrey.active,
.smm-btn-darkgrey.active:hover {
    background-color: rgb(84, 100, 120);
    color: #fff;
}

.smm-btn-darkgrey:active,
.smm-btn-darkgrey:hover {
    background-color: rgb(194, 199, 206);
}

.smm-btn-orange {
    background-color: rgb(255, 153, 0);
    color: #fff;
}

.smm-btn-orange:hover {
    background-color: rgb(232, 141, 5);
    color: #fff;
}

.smm-btn-disGrey {
    background-color: rgb(201, 201, 201);
    color: #fff;
}

.smm-btn-green {
    background-color: rgb(0, 135, 51);
    color: #fff;
}

.smm-btn-green:hover {
    background-color: rgb(11, 117, 51);
    color: #fff;
}

.smm-index-set-icon {
    margin-right: 10px;
}

.smm-sub-context {
    width: 100%;
    border-width: 0px;
    overflow: auto;
}

.smm-sub-index-icon-context {
    position: absolute;
    margin-left: 160px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 20px;
    height: 40px;
    top: 50%;
    z-index: 200;
    background-color: #ecf0f1;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    filter: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0)";
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: margin-left 0.3s, transform 0.3s;
    -ms-transition: margin-left 0.3s, transform 0.3s;
    -webkit-transition: margin-left 0.3s, transform 0.3s;
    -o-transition: margin-left 0.3s, transform 0.3s;
    transition: margin-left 0.3s, transform 0.3s;
}

.ex-sub-index-hidden .smm-sub-index-icon-context {
    background-color: #c9ced4;
    filter: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(900deg);
    -ms-transform: rotate(900deg);
    transform: rotate(900deg);
    margin-left: 0px;
    -moz-transition: margin-left 0.3s, transform 0.3s;
    -ms-transition: margin-left 0.3s, transform 0.3s;
    -webkit-transition: margin-left 0.3s, transform 0.3s;
    -o-transition: margin-left 0.3s, transform 0.3s;
    transition: margin-left 0.3s, transform 0.3s;
}

.smm-appoint-detail-table tr td:nth-child(even) {
    text-align: left;
}

.smm-appoint-detail-table tr td:nth-child(odd) {
    background-color: #eee;
    text-align: right;
}

.smm-img-upload-modal-img {
    float: left;
    text-align: center;
    display: inline-block;
    width: 25%;
    height: 130px;
    padding: 5px;
}

.smm-img-thumbnail {
    width: 114px;
    height: 85px;
    margin: 5px;
    border-radius: 0;
}

.smm-img-close-btn-context .smm-img-close-btn {
    display: none;
}

.smm-img-close-btn-context:hover .smm-img-close-btn {
    display: inline;
    cursor: pointer;
}

.smm-img-upload-modal-btn {
    float: left;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    margin-top: 30px;
}

.smm-font-orange {
    color: #F66E00;
}

.smm-font-green {
    color: green;
}

.smm-img-icon-sm {
    width: 40px;
    height: 40px;
}

.smm-nav-foot-no-index {
    z-index: 170;
}

.smm-nav-foot-main-index {
    z-index: 175;
}

.smm-nav-foot-sub-index {
    z-index: 205;
}

.smm-no-height {
    height: 1px;
}

.smm-trade-official-seal {
    margin-top: -300px;
    margin-right: 20px;
    opacity: 0.8;
}

.smm-table-empty-sell {
    width: 1px;
}

.smm-big-highet {
    padding-top: 50px;
    padding-bottom: 50px;
}

.smm-row-depression {
    margin-bottom: -15px !important;
}

.smm-badge {
    padding: 2px 4px;
    min-width: 15px;
}

.smm-btn-default-size,
.smm-input-default-size {
    max-width: 100%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.smm-input-default-size {
    width: 400px !important;
}
.smm-input-small-size {
    width: 260px !important;
}

.smm-paging .smm-paging-info {
    margin-top: 28px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: auto;
}

.smm-small-padding-right {
    padding-right: 10px;
}

.smm-mini-padding-right {
    padding-right: 5px;
}

.smm-big-padding-left {
    padding-left: 40px;
}

.smm-no-padding-left {
    padding-left: 0px;
}

.smm-small-line-height {
    line-height: 5%;
}

.smm-switch-body li {
    margin-bottom: 15px;
}

.smm-switch-body li p {
    margin-top: 3px;
    margin-bottom: 3px;
}

.smm-switch-body li:hover p {
    color: #fff;
}

.smm-seal-list {
    width: 100%;
    margin-bottom: 20px;
}

.smm-seal-list .smm-seal-item {
    float: left;
    width: 170px;
    display: inline-block;
    margin: 10px;
    height: 220px;
}

.smm-seal-item .smm-seal-add {
    margin: 15px;
    padding: 15px;
    width: 140px;
    height: 140px;
    background-color: #eee;
    text-align: center;
    display: block;
}

.smm-seal-add .smm-seal-icon {
    font-size: 56px;
}

.smm-seal-item .smm-seal-sign {
    position: relative;
    width: 170px;
    height: 200px;
    text-align: right;
    display: block;
}

.smm-seal-text {
    text-align: center;
    margin: 10px;
}

.smm-seal-text .smm-seal-subtext {
    padding: 5px;
}

.smm-seal-sign .smm-seal-status {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
}

.smm-seal-sign .smm-seal-img {
    width: 170px;
    height: 170px;
}

.smm-seal-sign .smm-seal-auto-hidden {
    display: none;
}

.smm-seal-sign:hover .smm-seal-auto-hidden {
    display: block;
}

.smm-seal-draw-img {
    width: 172px;
    height: 172px;
    margin: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(29, 141, 252);
}

.smm-seal-draw-img-cover {
    pointer-events: none;
    margin: 5px;
    width: 172px;
    height: 172px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(29, 141, 252);
    border-radius: 50%;
    position: absolute;
}

.smm-link-detail-brief-desc {
    height: 60px;
}

.smm-link-detail-brief-desc-vertical {
    line-height: 60px;
}

.smm-avatar-big {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    box-shadow: 0px 0px 25px #666;
    overflow: hidden;
}

.smm-avatar-big img {
    width: 100%;
    height: 100%;
}

.smm-lantern {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    border-color: rgb(109, 109, 109);
    background-color: rgb(204, 204, 204);
    box-shadow: 0px 0px 10px rgb(109, 109, 109);
}

.smm-lantern.active {
    border-color: rgb(21, 135, 58);
    background-color: rgb(102, 176, 127);
    box-shadow: 0px 0px 10px rgb(21, 135, 58);
}

.smm-box {
    padding: 15px;
}

.smm-box.smm-box-bordered {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    padding: 15px;
}

.smm-box.smm-box-deep {
    background-color: rgb(236, 240, 241);
}

.smm-box .smm-box-title {
    font-size: 25px;
}

.smm-label-list {
    line-height: 2;
}

.switch-container {
    position: relative;
    width: 50px;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.switch-checkbox {
    display: none;
}

.switch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 20px;
}

.switch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.switch-inner::before,
.switch-inner::after {
    display: block;
    float: right;
    width: 50%;
    height: 25px;
    padding: 0;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
}

.switch-inner::after {
    content: attr(data-on);
    padding-left: 10px;
    background-color: #0f7f12;
    color: #fff;
}

.switch-inner::before {
    content: attr(data-off);
    padding-right: 10px;
    background-color: #d5091d;
    color: #fff;
    text-align: right;
}

.switch-switch {
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    margin: 2px;
    background: #FFFFFF;
    border: 1px solid #999;
    border-radius: 20px;
    transition: all 0.3s ease-in 0s;
}

.switch-checkbox:checked+.switch-label .switch-inner {
    margin-left: 0;
}

.switch-checkbox:checked+.switch-label .switch-switch {
    right: 0px;
}

.smm-clicked {
    cursor: pointer;
}

.smm-article p {
    text-indent: 2em;
}

.smm-text-indent {
    text-indent: 2em;
}

.smm-content-center {
    margin: auto;
}

.smm-table-scroll {
    overflow: auto;
}

.smm-nav-logo-adapter {
    margin-top: -5px;
}

.smm-right-tips {
    position: fixed;
    width: 163px;
    right: -122px;
    bottom: 100px;
    z-index: 1000;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    margin: 0;
    color: #fff;
    background: rgb(145, 145, 145);
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
}

.smm-right-tips.app {
    bottom: 54px;
}

.smm-right-tips:after {
    position: relative;
}

.smm-right-tips.app:hover {
    background: #3598DC;
    right: 0;
}

.smm-right-tips a {
    display: block;
    color: #fff;
}

.smm-right-tips a i {
    vertical-align: sub;
    width: 24px;
    height: 24px;
    transition: none !important;
}

.smm-right-tips.app a i {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
}

.smm-input {
    /* border-radius: 0; */
    height: 32px;
    padding: 6px 12px;
}

.smm-img-group {
    margin-bottom: 15px;
}

.smm-fluid {
    max-width: 1000px;
    margin: auto;
}


.smm-content-far-away {
    padding-top: 130px;
}

.smm-content-away {
    margin-top: 60px;
}

.smm-content-little-away {
    margin-top: 20px;
}

.smm-content-bottom-away {
    margin-bottom: 60px !important;
}

@media (max-width: 374px) {
    .smm-content-far-away {
        padding-top: 0;
    }

    .smm-content-away {
        margin-top: 0;
    }
}

.smm-pure-background {
    background-color: #fff;
}

.smm-body-title-path {
    float: right;
}

@media (max-width: 374px) {
    .smm-body-title-path {
        float: left;
        width: 100%;
    }
}

.smm-btn-lg {
    height: 40px;
    border-radius: 0;
}

.smm-btn-xlg {
    width: 240px;
    height: 40px;
    line-height: 2;
}

/* fixed 修复页面 */
.fixed-top-area {
    margin-top: 100px;
}

.fixed-bottom-area {
    margin-bottom: 100px;
}

/* 已签约按钮灰掉 */
.btn-gray {
    background-color: #888;
    border: none
}

.btn-gray:hover {
    background-color: #888 !important;
    border: none !important;
}

/* 1.7 */
.mini-padding-right {
    padding-right: 5px;
}

.mini-padding-left {
    padding-left: 5px;
}

@media (max-width:768px) {
    .mini-padding-right {
        padding-right: 15px;
    }

    .mini-padding-left {
        padding-left: 15px;
    }
}

/* 1.8 */
.to_modify {
    font-size: 14px;
    text-decoration: underline;
}

.modifying {
    font-size: 12px;
    color: #fff;
    background-color: rgba(255, 140, 0, 1);
    border-radius: 3px;
    padding: 3px 7px;
}

@media (min-width: 768px) {
    .ex-nav-foot-away {
        padding-bottom: 0;
        transition: padding-bottom 0.3s;
    }
}

.position_static {
    position: static;
}

/* 1.9 */
.ex-nav .ex-nav-item.safe_exit_border {
    padding-top: 18px;
    padding-left: 5px;
    padding-right: 20px;
}

.safe_exit_border span {
    display: inline-block;
    padding: 3px 5px;
    /* border: 1px solid #ccc; */
    cursor: pointer;
    font-size: 12px;
}

.progress-word {
    line-height: 24px;
    color: #fff;
    text-align: center;
}

.font16 {
    font-size: 16px;
}

.cpy_waring {
    display: none;
}

.modal-title {
    padding-left: 5px;
}

.modal-footer {
    padding: 10px 20px 10px 15px !important;
}

/* 移动端头部 */
.fff-border {
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.nav-slide-mobile {
    position: absolute;
    display: none;
    width: 275px;
    /* height: 760px; */
    padding-bottom: 20px;
    top: 0;
    right: 0;
    z-index: 10;
    background-color: rgba(50, 54, 68, 1);
}

.nav-slide-mobile span {
    float: right;
    width: 95%;
    font-size: 16px;
    color: #fff;
    padding: 25px 20px 25px 20px;
}

.nav-slide-mobile span i {
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    /* Safari 和 Chrome */
    -moz-transform: rotateX(180deg);
    /* Firefox */
    -o--transform: rotateX(180deg);
    /* Opera */
    transition: all .5s;
    -moz-transition: all .5s;
    /* Firefox 4 */
    -webkit-transition: all .5s;
    /* Safari 和 Chrome */
    -o-transition: all .5s;
    /* Opera */
}

.nav-slide-mobile span i.slidedown {
    transform: rotateX(0);
    -webkit-transform: rotateX(0);
    /* Safari 和 Chrome */
    -moz-transform: rotateX(0);
    /* Firefox */
    -o--transform: rotateX(0);
    /* Opera */
}

.nav-slide-mobile .rookie-content-mobile {
    width: 100%;
    height: 72px;
    overflow: hidden;
}

.nav-slide-mobile a.nav-slide-mobile-item {
    float: right;
    width: 95%;
    font-size: 16px;
    padding: 25px 0 25px 20px;
    border-bottom: 1px solid rgba(66, 72, 90, 1);
}

.login-slide-mobile {
    position: absolute;
    display: none;
    width: 100%;
    height: 440px;
    top: 56px;
    right: 0;
    z-index: 10;
    background-color: rgba(50, 54, 68, 1);
}

.nav-slide-mobile .login-reg-mobile a {
    width: 235px;
    height: 44px;
    line-height: 32px;
    font-size: 14px;
}

.login-slide-mobile .login-tab {
    border-bottom: none;
}

.login-slide-mobile .login-box-mobile,
.login-slide-mobile .user-info-box-mobile {
    position: relative;
    width: 288px;
    margin: 0 auto;
}

/* 2.0 */
.disable-button {
    background-color: rgba(217, 222, 228, 1);
    color: #fff;
}

.mobile-token-tips {
    font-size: 16px;
    color: #0087B4;
    margin-left: 5px;
}

.security-mobile-token .popover {
    max-width: 2000px;
}

.mobile-token-popover {
    padding-left: 0 !important;
    width: 300px;
}

.mobile-token-popover li {
    margin-bottom: 10px;
    color: #000;
}

.mobile-token-model input {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding-left: 10px;
}

#pingan_sign_modal .modal-body,
#pingan_sign_modal .modal-footer {
    padding: 15px 25px;
}

#pingan_sign_modal .col-xs-5 {
    width: 48.666667%;
}

.pingan_content p {
    margin: 0;
}

.pingan_tab {
    position: relative;
    cursor: pointer;
    padding: 3px 10px;
    ;
    color: #ccc;
    border: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(242, 242, 242, 1);
}

.pingan_tab.active {
    color: #666666;
    border-color: rgba(255, 140, 0, 1);
}

.triangle {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid rgba(255, 140, 0, 1);
    border-left: 25px solid transparent;
}

.pingan_tab.active .triangle {
    display: block;
}

.triangle i {
    font-size: 16px;
    margin-left: -15px;
    margin-top: 10px;
    color: #fff;
}

.pingan_content {
    border-top: 1px solid rgba(204, 204, 204, 1);
    background-color: rgba(242, 242, 242, 1);
    padding: 25px 0 25px 35px;
    font-size: 14px
}

.pingan_content.personal {
    border-top: none;
    background-color: #fff;
}

.pingan_content span.point {
    font-weight: bold;
    font-size: 26px;
    margin-right: 5px;
    vertical-align: sub;
}

.piangan_account p {
    margin: 0;
    color: #666;
}

#pingan_sign_modal .modal-body div {
    margin-bottom: 0;
}

.download_book {
    color: #ff8c00 !important;
}

@media (max-width: 768px) {
    .download_book {
        width: 84px;
    }
}

.opacity {
    opacity: 0;
    filter: alpha(opacity=0);
}

.smm-normal-font {
    font-size: 14px;
}

.disp_ib {
    display: inline-block;
}

.fa-cloud-download {
    vertical-align: sub;
    margin-right: 5px;
    font-size: 20px;
    color: #367FA9;
}

#NECaptcha-mobile .yidun_intelli-icon {
    margin-bottom: 0;
}

.security-mobile-token .yidun_intellisense--light .yidun_classic-container {
    bottom: -328px;
}

@media (min-width: 768px) {
    .smm-sign .modal-dialog {
        width: 650px;
        margin: 30px auto;
    }
}

/* 2.1 */
.qq-organizational-structure {
    /* overflow: scroll; */
    white-space: nowrap;
}

.qq-organizational-structure ul {
    padding-left: 0;
    display: none;
}

.qq-organizational-structure a {
    display: block;
    padding-left: 15px;
    color: #1e2330;
    font-size: 14px;
    line-height: 35px;
}

.qq-organizational-structure a:hover {
    background-color: #f2fbff;
}

.qq-organizational-structure a.active {
    background-color: #d3e9ff;
}

.qq-organizational-structure a .head-placeholder {
    display: inline-block;
}

.qq-organizational-structure a span.department {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    transform-origin: 50% 35%;
    -ms-transform-origin: 50% 35%;
    -webkit-transform-origin: 50% 35%;
    transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
}

.qq-organizational-structure i {
    display: inline-block;
    width: 16px;
    text-align: right;
}

.qq-organizational-structure i.fa-male {
    color: blue;
    transition: none !important;
}

.qq-organizational-structure i.fa-female {
    color: orange;
    transition: none !important;
}

.structure-box {
    border: 1px solid rgba(215, 215, 215, 1);
}

.left-structure {
    min-height: 475px;
    max-height: 600px;
    overflow: scroll;
}

.modal-content-box {
    padding: 15px 20px;
    border: 1px solid #dadee7;
    border-radius: 2px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .15);
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

.modal-structure-box {
    min-height: 340px;
    max-height: 450px;
    overflow: scroll;
}

.delete-department {
    display: inline-block;
    margin-top: 8px;
}

/* user 4.6 */
.ex-nav-qidian {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    z-index: 2;
    background-color: rgba(28, 35, 39, 1);
}

.ex-nav-qidian .login-content {
    width: auto;
    padding: 0 30px;
}

.ex-nav-qidian .logo-divide {
    color: rgba(86, 91, 106, 1);
    margin: 0 20px;
}

/* -----------------files --------------- */

.file-wrap {
    margin-top: 30px;
}

.files {
    font-size: 14px;
    margin-top: 30px;
}

.files-prepare-wrap {
    color: #999;
}

.files-prepare {
    color: #333;
    font-weight: 700;
}

.files ul {
    padding: 0;
}

.files li {
    margin-bottom: 10px;
}

.files .file-title {
    margin-bottom: 10px;
}

/* ex 4.7 */
.ex-progress {
    height: 60px;
}

#cib-basic-addon {
    background-color: #eee !important;
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.anpiaoda ul {
    padding-left: 0;
}

.anpiaoda .top {
    height: 76px;
    line-height: 76px;
}

.anpiaoda .download {
    margin: 90px auto;
}

.anpiaoda .download ul {
    width: 1500px;
}

.anpiaoda .download li {
    float: left;
    width: 390px;
    height: 240px;
    margin-right: 15px;
}

.anpiaoda .download li.reg {
    background: url(../img/anpiaoda/reg-bg.png) no-repeat center center;
}

.anpiaoda .download li.trade {
    background: url(../img/anpiaoda/trade-bg.png) no-repeat center center;
}

.anpiaoda .download li.normal {
    background: url(../img/anpiaoda/normal-bg.png) no-repeat center center;
}

.anpiaoda .download li .title {
    margin: 45px auto 30px;
    width: 256px;
    height: 100px;
    line-height: 100px;
    background: url(../img/anpiaoda/no-words.png) no-repeat center center;
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    ;
}

.anpiaoda .download li .url {
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    background: #FC692A;
}

.anpiaoda .process {
    text-align: center;
    padding-top: 56px;
    height: 251px;
    background: url(../img/anpiaoda/process-bg.png) no-repeat center center;
}

.anpiaoda .process span {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.anpiaoda .process span img {
    margin-bottom: 20px;
}


.flex_row_center{
    display: flex;
   flex-direction: row;
   align-items: center;
}
.flex_center{
    display: flex;
   flex-direction: row;
   justify-content: center;
   align-items: center;
}
.flex_align_center{
    display: flex;
    align-items: center;
}
.flex_between_center{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex_column_center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.flex_row_start{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}
.flex_column_start{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex33{
    flex: 33%;
}
.flex25{
    flex: 25%;
}
.flex50{
    flex: 50%;
}
.change_company_info {
    font-size: 14px;
    color: #3C8DBC;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.anpiaoda .process span i {
    margin: 0 95px;
    font-size: 20px;
    color: #959595;
}

.anpiaoda .bottom-up {
    height: 228px;
    padding-top: 55px;
    background: #050C16;
    border-bottom: 1px solid rgba(45, 44, 52, 1);
}

.anpiaoda .bottom-up ul.layout-ul {
    width: 1500px;
}

.anpiaoda .bottom-up ul.layout-ul>li {
    float: left;
}

.anpiaoda .bottom-up ul.layout-ul>li p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}

.anpiaoda .bottom-up ul.layout-ul>li a {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    ;
    margin-bottom: 15px;
}

.anpiaoda .bottom-up ul.layout-ul>li.contact p {
    font-size: 14px;
    margin-bottom: 5px;
}

.anpiaoda .bottom-up ul.layout-ul>li .circle {
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 48px;
    text-align: center;
    background: rgba(34, 39, 45, 1);
}

.anpiaoda .bottom-down {
    height: 96px;
    background: #050C16;
}

.anpiaoda .bottom-down a {
    display: inline-block;
    margin: 0 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.anpiaoda .bottom-down p {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

.anpiaoda .bottom-down ul {
    padding: 0 !important;
    margin-top: 10px;
}

.anpiaoda .bottom-down li {
    float: left;
    margin-right: 38px;
}

.letter-of-attorney-content {
    max-height: 500px;
    overflow: auto;
    font-size: 14px;
    padding: 0 15px;
}

.cib-contract-input {
    border-bottom: 1px solid #333;
    padding: 0 8px;
}

#NECaptcha-cib-mobile .yidun_intelli-icon {
    margin-bottom: 0;
}

#NECaptcha-cib-mobile .yidun_intellisense--light .yidun_classic-container {
    bottom: -328px;
}

@media (max-width: 768px) {
    .cib_bind_phone_modal .smm-mini-padding-right {
        padding-right: 15px;
    }

    .cib_bind_phone_modal .smm-no-padding-left {
        padding-left: 15px;
    }
}

/* pay 5.1 */
.user-active {
    font-size: 14px;
}

.user-active .user-active-input {
    width: 200px;
    display: inline-block;
}

#user_active_send_code_modal .yidun_intellisense--light .yidun_intelli-icon {
    margin-bottom: 0;
}

#user_active_send_code_modal .yidun_intellisense--light .yidun_classic-container {
    bottom: -244px;
}

/* ex 5.1 */
.liquidation-status-icon {
    display: inline-block;
    font-size: 12px;
    color: #FDF0DC;
    line-height: 12px;
    padding: 2px;
    border: 1px solid rgba(253, 240, 220, 1);
    border-radius: 2px;
}

.liquidation-status-icon img {
    width: 12px;
    height: 12px;
    vertical-align: bottom;
}

/* user 3.0 */
.safe-company-name {
    width: 210px;
    padding: 15px 0px;
    margin: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #798d9a
}

.setting-to-user {
    text-align: center;
}

.footer_extra_info {
    display: flex;
}

.footer_extra_info a {
    margin: 0;
}

.footer_extra_info p {
    margin-top: 0px;
    margin-left: 16px;
    display: flex;
    gap: 4px;
}

.footer_extra_info p img {
    width: 20px;
    height: 20px;
}
.ex-switch-item .btn{
    margin-right: 5px;
}
.ex-switch-item:hover .btn{
    background-color: #ff8733;
}

.text-ellipsis{
    overflow: hidden;
    white-space: nowrap;
    /* 溢出时显示省略号 */
    text-overflow: ellipsis;
}
