.next-input {
    display: inline-table;
    border-collapse: separate;
    overflow: visible;
    border: 1px solid #e6e7eb;
    width: 200px;
    border-spacing: 0;
    background-color: #fff;
    transition: all .3s ease-out
}

.next-input, .next-input *, .next-input :after, .next-input :before {
    box-sizing: border-box
}

.next-input input {
    height: 100%
}

.next-input input[type=reset], .next-input input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

.next-input input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.next-input input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset
}

.next-input textarea {
    resize: none
}

.next-input input, .next-input textarea {
    width: 100%;
    border: none;
    outline: none;
    padding: 0;
    font-weight: 400;
    vertical-align: baseline;
    background-color: transparent
}

.next-input input::-ms-clear, .next-input textarea::-ms-clear {
    display: none
}

.next-input.next-input-single {
    border-color: #c4c6cf
}

.next-input.next-input-single:hover {
    border-color: #a0a2ad;
    background-color: #fff
}

.next-input.next-input-single.focus {
    border-color: #2192d9;
    background-color: #fff
}

.next-input.next-input-single input {
    color: #333
}

.next-input.next-input-multiple {
    border-color: #c4c6cf;
    border-radius: 0;
    font-size: 0
}

.next-input.next-input-multiple:hover {
    border-color: #a0a2ad;
    background-color: #fff
}

.next-input.next-input-multiple.focus {
    border-color: #2192d9;
    background-color: #fff
}

.next-input.next-input-multiple textarea {
    color: #333;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 0
}

.next-input.next-input-multiple .next-input-control {
    display: block;
    text-align: right;
    width: auto;
    border-radius: 0
}

.next-input.next-input-multiple .next-input-len {
    padding-bottom: 4px
}

.next-input-small {
    border-radius: 0
}

.next-input-small input {
    height: 18px;
    line-height: 18px \0;
    margin: 0;
    padding: 0 4px;
    font-size: 14px
}

.next-input-small input:placeholder {
    font-size: 14px
}

.next-input-small input {
    border-radius: 0
}

.next-input-small .next-input-control {
    border-radius: 0 0 0 0
}

.next-input-small .next-icon-delete-filling:before, .next-input-small .next-icon-loading:before, .next-input-small .next-icon-success:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-input-medium {
    border-radius: 0
}

.next-input-medium input {
    height: 26px;
    line-height: 26px \0;
    margin: 0;
    padding: 0 8px;
    font-size: 14px
}

.next-input-medium input:placeholder {
    font-size: 14px
}

.next-input-medium input {
    border-radius: 0
}

.next-input-medium .next-input-control {
    border-radius: 0 0 0 0
}

.next-input-medium .next-icon-delete-filling:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-input-medium .next-icon-loading:before, .next-input-medium .next-icon-success:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-input-large {
    border-radius: 0
}

.next-input-large input {
    height: 38px;
    line-height: 38px \0;
    margin: 0;
    padding: 0 8px;
    font-size: 14px
}

.next-input-large input:placeholder {
    font-size: 14px
}

.next-input-large input {
    border-radius: 0
}

.next-input-large .next-input-control {
    border-radius: 0 0 0 0
}

.next-input-large .next-icon-delete-filling:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-input-large .next-icon-loading:before, .next-input-large .next-icon-success:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-input.error, .next-input.error.focus, .next-input.error:hover {
    border-color: #f33
}

.next-input input::-moz-placeholder, .next-input textarea::-moz-placeholder {
    color: #999;
    opacity: 1
}

.next-input input:-ms-input-placeholder, .next-input textarea:-ms-input-placeholder {
    color: #999
}

.next-input input::-webkit-input-placeholder, .next-input textarea::-webkit-input-placeholder {
    color: #999
}

.next-input.disabled {
    color: #ccc;
    cursor: not-allowed
}

.next-input.disabled, .next-input.disabled:hover {
    border-color: #e6e7eb;
    background-color: #f7f8fa
}

.next-input.disabled .next-input-len {
    color: #ccc
}

.next-input.disabled input:disabled, .next-input.disabled textarea:disabled {
    color: #ccc;
    border-color: #e6e7eb;
    background-color: #f7f8fa;
    cursor: not-allowed
}

.next-input.disabled input:disabled:hover, .next-input.disabled textarea:disabled:hover {
    border-color: #e6e7eb;
    background-color: #f7f8fa
}

.next-input.disabled .next-icon-delete-filling {
    color: #ccc
}

.next-input.disabled .next-icon-delete-filling:hover {
    color: #ccc;
    cursor: not-allowed
}

.next-input.hidden {
    display: none
}

.next-input.noborder {
    border: none
}

.next-input-control {
    display: table-cell;
    width: 1px;
    vertical-align: middle;
    padding-right: 4px;
    line-height: 100%;
    background-color: transparent;
    white-space: nowrap
}

.next-input-control .next-input-len {
    font-size: 12px;
    line-height: 12px;
    color: #333;
    padding-right: 4px;
    display: table-cell;
    width: 1%
}

.next-input-control .next-input-len.error {
    color: #f33
}

.next-input-control .next-icon {
    display: table-cell;
    width: 1%;
    top: 0
}

.next-input-control .next-icon-success {
    color: #1dc11d
}

.next-input-control .next-icon-delete-filling {
    color: #ccc;
    transition: all .3s ease-out
}

.next-input-control .next-icon-delete-filling:hover {
    color: #999;
    cursor: pointer
}

.next-input-group {
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,  ;
    font-size: 14px;
    line-height: 1.28571;
    display: inline-table;
    border-collapse: separate;
    border-spacing: 0;
    width: 240px
}

.next-input-group, .next-input-group *, .next-input-group :after, .next-input-group :before {
    box-sizing: border-box
}

.next-input-group .next-input {
    width: 100%;
    border-radius: 0
}

.next-input-group.disabled .next-input-addon {
    color: #ccc;
    cursor: not-allowed
}

.next-input-group.disabled .next-input-addon, .next-input-group.disabled .next-input-addon:hover {
    border-color: #e6e7eb;
    background-color: #f7f8fa
}

.next-input-group .next-input-addon {
    width: 1px;
    white-space: nowrap;
    color: #999;
    background-color: #f7f8fa;
    font-weight: 400;
    text-align: center;
    border: 1px solid #c4c6cf
}

.next-input-group .next-input-addon.next-input-addon-before {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.next-input-group .next-input-addon.next-input-addon-after {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important
}

.next-input-group .next-input-addon:first-child {
    border-right: 0
}

.next-input-group .next-input-addon:last-child {
    border-left: 0
}

.next-input-group.small .next-input-addon {
    display: table-cell;
    height: 20px;
    padding: 0 4px;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    border-radius: 0
}

.next-input-group.medium .next-input-addon {
    height: 28px;
    line-height: 26px
}

.next-input-group.large .next-input-addon, .next-input-group.medium .next-input-addon {
    display: table-cell;
    padding: 0 8px;
    font-size: 14px;
    vertical-align: middle;
    border-radius: 0
}

.next-input-group.large .next-input-addon {
    height: 40px;
    line-height: 38px
}

.next-select {
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,  ;
    font-size: 14px;
    line-height: 1.28571;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all .3s ease .1s;
    border-radius: 0;
    min-width: 100px;
    color: #333;
    border: 1px solid #c4c6cf;
    background-color: #fff
}

.next-select, .next-select *, .next-select :after, .next-select :before {
    box-sizing: border-box
}

.next-select-placeholder {
    color: #999
}

.next-select .next-select-arrow, .next-select .next-select-clear {
    position: absolute
}

.next-select .next-select-arrow {
    color: #a0a2ad
}

.next-select .next-select-clear {
    display: none;
    color: #ccc;
    transition: color .3s ease
}

.next-select .next-select-clear:hover {
    color: #a0a2ad
}

.next-select-inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.next-select-inner, .next-select:hover .next-select-clear {
    display: inline-block
}

.next-select.has-clear:hover .next-select-arrow {
    display: none
}

.next-select.multiple .next-select-inner {
    display: block;
    white-space: normal;
    width: auto
}

.next-select-inner-item {
    margin-right: 4px;
    background: #ebecf0;
    border-radius: 3px;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    max-width: 100%;
    padding: 0 16px 0 4px;
    position: relative
}

.next-select-inner-item-label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis
}

.next-select-inner-item a {
    color: #a0a2ad;
    position: absolute;
    right: 4px;
    top: 0
}

.next-select-search {
    margin: 0 10px 10px;
    position: relative
}

.next-select-search .next-input {
    width: 100%;
    padding-right: 24px
}

.next-select-search .next-icon {
    position: absolute;
    top: 0;
    right: 5px;
    color: #999
}

.next-select-menu {
    max-height: 260px;
    overflow: auto
}

.next-select-menu.has-search {
    max-height: none;
    overflow: visible
}

.next-select-menu.has-search .next-menu-content {
    max-height: 260px;
    overflow: hidden
}

.next-select-menu.has-search .next-menu-content.overflow-auto {
    overflow: auto
}

.next-select .next-comobobox-arrow-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f7f8fa;
    border-left: 1px solid #c4c6cf
}

.next-select.disabled {
    color: #ccc;
    border-color: #e6e7eb;
    background-color: #f7f8fa;
    cursor: not-allowed
}

.next-select.disabled:hover {
    border-color: #e6e7eb
}

.next-select.disabled .next-select-arrow {
    color: #e6e7eb
}

.next-select.disabled .next-select-inner-item .next-icon-close:before {
    color: #ccc
}

.next-select:hover {
    border-color: #a0a2ad
}

.next-select.focused, .next-select.opened, .next-select:focus {
    border-color: #2192d9;
    outline: 0
}

.next-select:active {
    border-color: #2192d9
}

.next-select.large {
    height: 40px;
    line-height: 38px;
    padding-left: 8px;
    padding-right: 41px;
    font-size: 14px;
    border-width: 1px
}

.next-select.large.no-arrow {
    padding-right: 8px
}

.next-select.large .next-select-arrow, .next-select.large .next-select-clear {
    right: 10px;
    top: 50%;
    margin-top: -19px
}

.next-select.large .next-select-arrow:before, .next-select.large .next-select-clear:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-select.large .next-comobobox-arrow-wrapper {
    width: 41px;
    border-radius: 0 0 0 0
}

.next-select.large .next-select-inner-item {
    height: 22px;
    line-height: 22px;
    margin-top: 8px
}

.next-select.large .next-select-inner-item .next-icon-close {
    margin-left: 2px
}

.next-select.large .next-select-inner-item:last-child {
    margin-bottom: 4px
}

.next-select.large.multiple {
    padding-left: 8px;
    height: auto;
    min-height: 40px;
    overflow: hidden
}

.next-select.large.next-comobobox .next-select-clear {
    position: absolute;
    right: 45px
}

.next-select.medium {
    height: 28px;
    line-height: 26px;
    padding-left: 8px;
    padding-right: 33px;
    font-size: 14px;
    border-width: 1px
}

.next-select.medium.no-arrow {
    padding-right: 8px
}

.next-select.medium .next-select-arrow, .next-select.medium .next-select-clear {
    right: 8px;
    top: 50%;
    margin-top: -13px
}

.next-select.medium .next-select-arrow:before, .next-select.medium .next-select-clear:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-select.medium .next-comobobox-arrow-wrapper {
    width: 33px;
    border-radius: 0 0 0 0
}

.next-select.medium .next-select-inner-item {
    height: 18px;
    line-height: 18px;
    margin-top: 4px
}

.next-select.medium .next-select-inner-item .next-icon-close {
    margin-left: 2px
}

.next-select.medium .next-select-inner-item:last-child {
    margin-bottom: 4px
}

.next-select.medium.multiple {
    padding-left: 4px;
    height: auto;
    min-height: 28px;
    overflow: hidden
}

.next-select.medium.next-comobobox .next-select-clear {
    position: absolute;
    right: 37px
}

.next-select.small {
    height: 20px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 25px;
    font-size: 12px;
    border-width: 1px
}

.next-select.small.no-arrow {
    padding-right: 8px
}

.next-select.small .next-select-arrow, .next-select.small .next-select-clear {
    right: 6px;
    top: 50%;
    margin-top: -9px
}

.next-select.small .next-select-arrow:before, .next-select.small .next-select-clear:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-select.small .next-comobobox-arrow-wrapper {
    width: 25px;
    border-radius: 0 0 0 0
}

.next-select.small .next-select-inner-item {
    height: 14px;
    line-height: 14px;
    margin-top: 2px
}

.next-select.small .next-select-inner-item .next-icon-close {
    margin-left: 2px
}

.next-select.small .next-select-inner-item:last-child {
    margin-bottom: 4px
}

.next-select.small.multiple {
    padding-left: 4px;
    height: auto;
    min-height: 20px;
    overflow: hidden
}

.next-select.small.next-comobobox .next-select-clear {
    position: absolute;
    right: 29px
}

.next-select.no-border {
    border-width: 0
}

.next-select.no-border:hover {
    color: #ff6a00
}

.next-select.no-border:hover .next-select-arrow {
    border-color: #ff6a00
}

.next-select.no-border.disabled {
    background: #fff
}

.next-select.no-border.disabled:hover {
    color: #ccc
}

.next-select.no-border.disabled:hover .next-select-arrow {
    border-color: #e6e7eb
}

.next-comobobox input {
    border: 0;
    outline: 0;
    min-width: 100%;
    background: transparent
}

.next-comobobox.multiple input {
    min-width: auto;
    width: 10px;
    max-width: 100%
}

.next-comobobox.disabled .next-comobobox-arrow-wrapper {
    border-left-color: #e6e7eb
}

.next-comobobox.has-clear:hover .next-select-arrow {
    display: inline-block
}

.next-rating {
    vertical-align: top;
    display: inline-block;
    position: relative
}

.next-rating:after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: " ";
    clear: both
}

.next-rating-base {
    float: left;
    cursor: pointer
}

.next-rating-text {
    float: left
}

.next-rating-base-disabled {
    cursor: not-allowed
}

.next-rating-underlay {
    white-space: nowrap;
    overflow: hidden
}

.next-rating-underlay .next-icon {
    color: #c4c6cf
}

.next-rating-overlay {
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width: 0;
    top: 0;
    left: 0
}

.next-rating-overlay .next-icon {
    color: #ff6a00
}

.next-rating-overlay .next-rating-icon, .next-rating-underlay .next-rating-icon {
    margin-left: 4px
}

.next-rating-overlay .next-rating-icon:last-child, .next-rating-underlay .next-rating-icon:last-child {
    margin-right: 4px
}

.next-rating-overlay .next-icon, .next-rating-underlay .next-icon {
    transition: all 50ms ease-in
}

.next-rating-overlay .next-icon.hover, .next-rating-underlay .next-icon.hover {
    transform: scale3d(1.1, 1.1, 1.1)
}

.next-rating-overlay .next-icon.clicked, .next-rating-underlay .next-icon.clicked {
    transform: scale3d(.9, .9, .9)
}

.next-rating-info {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px 8px 3px;
    font-size: 12px;
    white-space: nowrap
}

.next-rating-info:after {
    position: absolute;
    content: " ";
    width: 4px;
    height: 4px;
    transform: rotate(45deg);
    background: #fff;
    border-color: #ccc transparent transparent #ccc;
    border-style: solid;
    border-width: 1px;
    top: -3px;
    left: 4px
}

.next-rating.hover .next-rating-overlay .next-icon {
    color: #ff6a00
}

.next-rating-grade-low .next-rating-overlay .next-icon {
    color: #666
}

.next-rating-grade-low.hover .next-rating-overlay .next-icon {
    color: #999
}

.next-rating-grade-high.hover .next-rating-overlay .next-icon, .next-rating-grade-high .next-rating-overlay .next-icon {
    color: #ff6a00
}

.next-rating-small {
    font-size: 12px
}

.next-rating-small .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

.next-rating-small .next-rating-text {
    margin-left: 8px
}

.next-rating-medium {
    font-size: 14px
}

.next-rating-medium .next-icon:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

.next-rating-medium .next-rating-text {
    margin-left: 12px
}

.next-rating-large {
    font-size: 16px
}

.next-rating-large .next-icon:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

.next-rating-large .next-rating-text {
    margin-left: 16px
}

.module-companyCardIntegrated .icon-sp {
    vertical-align: top;
    margin-left: -6px
}

.next-balloon.gold-plus-icon-tip {
    padding: 16px;
    font-size: 12px;
    line-height: 16px;
    width: 300px
}

.next-balloon.gold-plus-icon-tip .tip-title {
    margin: 0 0 12px -6px
}

.next-balloon.gold-plus-icon-tip .tip-title .title-text {
    display: inline-block;
    vertical-align: top;
    line-height: 18px;
    margin-left: -2px
}

.next-balloon.gold-plus-icon-tip .tip-text {
    color: #666
}

.next-balloon.gold-plus-icon-tip .tip-certs .cert-item {
    display: inline-block;
    vertical-align: top;
    margin: 8px 8px 0 0
}

.company-card-integrated .on-time-shippment.hidden {
    display: none
}

.company-card-integrated .on-time-shippment .next-icon {
    margin-left: 3px
}

.company-card-integrated .on-time-shippment > th {
    vertical-align: top
}

.company-card-integrated .on-time-shippment > th .next-icon {
    line-height: 26px;
    vertical-align: top
}

.company-card-integrated .on-time-shippment > td {
    position: relative
}

.company-card-integrated .on-time-shippment .on-time-value {
    margin-right: 3px
}

.company-card-integrated .on-time-shippment .on-time-shippment-tip {
    display: none;
    position: absolute;
    z-index: 1;
    width: 175px;
    top: 29px;
    left: -27px;
    font-size: 14px;
    line-height: 18px
}

.company-card-integrated .on-time-shippment:hover .on-time-shippment-tip {
    display: block
}

.module-companyCardIntegrated.module-companyCardIntegrated-lite .on-time-shippment.card-info-item > td {
    vertical-align: top;
    line-height: 28px
}

.company-card-integrated .pt-tip .tip-link {
    margin-top: 5px
}

.company-card-integrated .pt-tip .tip-link a.more-link {
    color: #2192d9
}

.widget-supplier-card .card-supplier {
    padding: 8px 12px
}

.widget-supplier-card .card-supplier .icon-ta {
    margin: 5px 3px 0 0
}

.widget-supplier-card .card-supplier .verify-info {
    display: inline-block;
    line-height: 20px;
    height: 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    margin: 4px 3px 0 0;
    padding-right: 2px
}

.widget-supplier-card .card-supplier .join-year {
    font-size: 14px;
    font-weight: 700
}

.widget-supplier-card .card-supplier .join-year .unit {
    font-size: 10px;
    position: relative;
    top: -3px;
    left: -3px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .widget-supplier-card .card-supplier .join-year .unit {
        font-size: 12px;
        font-weight: 700;
        display: inline-block;
        transform: scale(.83);
        top: -2px;
        left: -5px
    }
}

.widget-supplier-card .info-item {
    border-top: 1px solid #e9eef5;
    padding: 12px 0;
    margin: 0 12px
}

.widget-supplier-card .info-item:first-child {
    border-top: none
}

.info-item.rating-level + .info-item.assement {
    border-top: none;
    padding-top: 0
}

.widget-supplier-card .company-info .assement {
    line-height: 20px
}

.widget-supplier-card .company-info .assement-icons {
    display: inline-block;
    vertical-align: top
}

.widget-supplier-card .company-info .assement .card-icon {
    margin-left: 3px
}

.widget-supplier-card .wholesale-performance {
    display: none
}

.widget-supplier-card .company-info .wholesale-performance .serverating {
    margin-top: 6px
}

.widget-supplier-card .company-info .performance {
    padding-bottom: 5px
}

.widget-supplier-card .company-info .card-table td, .widget-supplier-card .company-info .card-table th {
    padding: 6px 0;
    line-height: 16px;
    text-align: left
}

.widget-supplier-card .company-info .card-table th {
    padding-right: 12px
}

.widget-supplier-card .company-info .card-table th a {
    color: #999
}

.widget-supplier-card .company-info .card-table th a:hover {
    color: #ff751a
}

.widget-supplier-card .company-info .loc-type {
    padding-top: 0;
    color: #666
}

.widget-supplier-card .company-info .card-table.performance-table th {
    padding-right: 20px
}

.widget-supplier-card .company-info .performance-table .performance-title {
    display: inline-block;
    padding-top: 1px
}

.widget-supplier-card .company-info .performance-table .performance-title b {
    color: #333
}

.widget-supplier-card .company-info .performance-table .performance-title:hover b {
    color: #ff751a
}

.widget-supplier-card .company-info .performance-table .performance-icon {
    color: #adbacc;
    margin-right: 5px
}

.widget-supplier-card .company-info .performance-table .performance-value {
    color: #333;
    font-weight: 700
}

.widget-supplier-card .company-info .performance-table .performance-value-wrap:hover .performance-value {
    color: #ff751a
}

.widget-supplier-card .company-info .top-market .market-title {
    line-height: 25px
}

.widget-supplier-card .company-info .top-market .market-value {
    color: #333
}

.widget-supplier-card .company-info .top-market .market-value-wrap:hover .market-value {
    color: #ff751a
}

.widget-supplier-card .company-info .top-market .progress-bar-wrap {
    height: 14px;
    margin-right: 5px
}

.widget-supplier-card .company-info .top-market .progress-bar {
    display: inline-block;
    margin: 6px 0;
    height: 4px;
    background: #c8d2e0
}

.widget-supplier-card .company-info .info-item.actions {
    padding: 0
}

.widget-supplier-card .company-info .actions-table {
    width: 100%
}

.widget-supplier-card .company-info .actions .card-table.actions-table td {
    padding: 12px 0;
    font-size: 14px;
    text-align: center
}

.widget-supplier-card .company-info .actions-table .action-esite {
    border-right: 1px solid #dae2ed
}

.widget-supplier-card .company-info .rating-title {
    display: inline-block;
    margin-right: 1px;
    line-height: 19px;
    vertical-align: top
}

.widget-supplier-card .company-info .rating-link {
    display: inline-block
}

.widget-supplier-card .company-info .rating-link a, .widget-supplier-card .company-info .rating-link a:hover {
    text-decoration: none
}

.widget-supplier-card .company-info .rating-link .ui2-icon-svg {
    margin-left: 2px
}

.widget-supplier-card .company-info .transaction-section .transaction-section-tip {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 1px
}

.widget-supplier-card .company-info .transaction-section:hover .transaction-section-tip {
    display: block
}

.widget-supplier-card .company-info .transaction-section {
    cursor: pointer;
    position: relative
}

.widget-supplier-card .company-info .transaction-number {
    font-size: 12px;
    color: #666;
    display: inline-block;
    line-height: 23px;
    padding-right: 5px
}

.widget-supplier-card .company-info .transaction-number .transaction-number-value {
    font-weight: 700
}

.widget-supplier-card .company-info .transaction-amount {
    display: inline-block
}

.widget-supplier-card .company-info .transaction-amount .supplier-card-tran-dollar {
    color: #adbacc
}

.widget-supplier-card .company-info .transaction-amount .transaction-amount-value {
    font-size: 12px;
    font-weight: 700;
    padding-left: 3px
}

.widget-supplier-card .transaction-section:hover .supplier-card-tran-dollar, .widget-supplier-card .transaction-section:hover .transaction-amount-value {
    color: #ff7519
}

.widget-supplier-card .transaction-section:hover .transaction-number, .widget-supplier-card .transaction-section:hover .transaction-number-value {
    color: #ff7519;
    text-decoration: underline
}

.widget-supplier-card .atm:hover {
    text-decoration: underline
}

.widget-supplier-card .atm .ico {
    background: url(../images/tb1myxvqfxxxxchaxxxxxxxxxxx-24-147.png) scroll -4px -2px no-repeat;
    display: inline-block;
    height: 18px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    width: 18px
}

.widget-supplier-card .atm-grey .ico {
    background-position: -4px -46px
}

.widget-supplier-card .atm-away .ico {
    background-position: -2px -88px;
    width: 20px
}

.widget-supplier-card .atm-busy .ico {
    background-position: -2px -124px;
    width: 20px
}

.widget-supplier-card .atm-grey {
    color: #999
}

.widget-supplier-card .actions {
    text-align: center
}

.widget-supplier-card .wholesale-actions {
    display: inline-block;
    margin: 0 auto;
    text-align: left
}

.widget-supplier-card .wholesale-actions .action-item {
    margin: 10px 0
}

.widget-supplier-card .wholesale-actions .action-item i {
    margin-right: 3px
}

.widget-supplier-card {
    font-size: 12px
}

.widget-supplier-card .card-icon {
    display: inline-block;
    width: 16px;
    height: 20px;
    vertical-align: top;
    background: url(../images/tb1fwagqfxxxxx7xxxxxxxxxxxx-124-18.png) 0 0 no-repeat
}

.widget-supplier-card .card-icon.icon-ggs {
    background-position: -20px 1px
}

.widget-supplier-card .card-icon.icon-ta {
    background-position: 0 0
}

.widget-supplier-card .card-icon.icon-as {
    background-position: -42px 0
}

.widget-supplier-card .card-icon.icon-os {
    background-position: -64px 0
}

.widget-supplier-card .card-icon.icon-av {
    background-position: -87px 0
}

.widget-supplier-card .card-icon.icon-video {
    background-position: -108px 0
}

.widget-supplier-card .ta-info {
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding: 6px 15px 4px;
    color: #666;
    background: #f5f7fa;
    text-decoration: none
}

.widget-supplier-card .ta-info .diamond {
    padding-top: 4px;
    padding-left: 20px
}

.widget-supplier-card .ta-info .diamond .diamond-title {
    font-size: 12px;
    vertical-align: top;
    padding-right: 5px
}

.widget-supplier-card .card-main .ta-info {
    margin-bottom: 8px
}

.widget-supplier-card .ta-info .diamond .ui2-icon-svg-xs {
    width: 12px;
    height: 12px;
    background-size: 53px !important
}

.widget-supplier-card.dropdown-card {
    position: relative;
    height: 30px;
    overflow: visible
}

.widget-supplier-card.dropdown-card .card-supplier {
    height: 30px;
    line-height: 30px;
    padding: 0 25px 0 15px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f5f5f5;
    border: 1px solid #fff;
    border-bottom: none
}

.widget-supplier-card.dropdown-card .card-supplier:after {
    content: " ";
    display: block;
    position: absolute;
    left: auto;
    right: 15px;
    top: 14px;
    bottom: auto;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 4px solid transparent;
    border-top-color: #333
}

.widget-supplier-card.dropdown-card:hover .card-supplier {
    background-position: 244px -28px;
    background-color: #fff;
    border-color: #ddd;
    box-shadow: 3px 3px 3px hsla(0, 0%, 70.6%, .5)
}

.widget-supplier-card.dropdown-card:hover .card-supplier:after {
    top: 10px;
    border-top-color: transparent;
    border-bottom-color: #333
}

.widget-supplier-card.dropdown-card:hover .card-supplier .company-name {
    vertical-align: top
}

.widget-supplier-card.dropdown-card .card-main {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
    box-shadow: 3px 3px 3px hsla(0, 0%, 70.6%, .5)
}

.widget-supplier-card.dropdown-card .card-main .ta-info .diamond {
    float: left;
    position: absolute;
    top: 2px;
    left: 125px
}

.widget-supplier-card.dropdown-card .card-main .ta-info {
    position: relative
}

.widget-supplier-card.dropdown-card .card-main .ta-info .diamond .diamond-title {
    font-size: 14px;
    vertical-align: top;
    padding-right: 5px
}

.widget-supplier-card.dropdown-card:hover .card-main {
    display: block
}

.widget-supplier-card .ta-info .diamond .ui2-icon-svg-xs {
    width: 14px;
    height: 14px;
    background-size: 60px !important;
    margin-right: 1px
}

.widget-supplier-card.narrow-card .company-info .card-table.performance-table th {
    padding-right: 12px
}

.serverating .serve-avg-star {
    font-weight: 700
}

.icbu-certificate-icon {
    display: inline-block;
    width: 19px;
    height: 25px;
    vertical-align: top;
    margin-right: 9px
}

.icbu-certificate-icon.icbu-certificate-icon-verified {
    background: url(../fonts/tb1z2befnd1gk0jszfsxxbldvxa-42-10.svg) 0 0 no-repeat;
    background-size: 42px;
    background-position-y: center;
    width: 42px
}

.icbu-certificate-icon.icbu-certificate-icon-verified-w {
    background: url(../fonts/tb1f54mfnd1gk0jszfyxxciovxa-55-14.svg) 0 0 no-repeat;
    background-size: 52px;
    background-position-y: center;
    width: 52px
}

.icbu-certificate-icon.icbu-certificate-icon-brc {
    background: url(../fonts/tb1wjjjw_tybenjy1xdxxxxyvxa-86-106.svg) no-repeat 100% 0, linear-gradient(0deg, #fff 74%, #fff2e8)
}

.company-card-integrated .company-name-container {
    display: table-row;
    margin-bottom: 30px
}

.company-card-integrated .company-name {
    font-weight: 700;
    font-size: 12px;
    color: #333;
    letter-spacing: 0;
    text-align: left;
    line-height: 24px;
    padding-left: 15px;
    display: table-cell;
    vertical-align: top;
    word-break: break-word
}

.company-card-integrated .company-name.company-name-lite {
    padding-left: 5px;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    width: 170px;
    line-height: 16px;
    color: #fff
}

.company-card-integrated .company-avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: table-cell;
    box-shadow: 0 0 2px 0 #ffa033
}

.company-card-integrated .card-supplier {
    margin-top: 20px;
    padding: 0 0 0 7px
}

.company-card-integrated .card-supplier .icbu-icon-flag {
    margin-left: 15px;
    margin-right: 5px
}

.company-card-integrated .card-supplier .register-country {
    color: #666;
    line-height: 15px
}

.details-page .detail-content > .content-body > .sub-content.fusion-detail {
    width: 258px
}

.company-card-integrated .no-line:hover {
    color: #666;
    text-decoration: none
}

.company-card-integrated .business-type {
    margin-top: 10px
}

.company-card-integrated .card-icons {
    padding-left: 7px;
    padding-top: 11px
}

.company-card-integrated .icon-item {
    line-height: 19px;
    height: 19px;
    margin-bottom: 9px
}

.company-card-integrated .icon-item .gps-list {
    padding-left: 40px;
    list-style: disc;
    color: #999
}

.company-card-integrated .icon-item .gps-list a {
    color: #999
}

.company-card-integrated .card-complains p {
    border: 1px solid #ffd8d6;
    text-align: center;
    width: 206px;
    padding: 7px;
    box-sizing: border-box;
    margin-bottom: 16px;
    margin-top: 13px
}

.company-card-integrated .card-complains p .ui2-icon-warning {
    color: #cc2e26;
    margin-right: 7px
}

.company-card-integrated .icon-item a {
    display: inline-block;
    color: #666
}

.company-card-integrated .icon-item a:hover {
    color: #666
}

.company-card-integrated .icon-item a .card-icon {
    margin-right: 9px
}

.company-card-integrated .icon-item a .card-icon-img {
    width: 16px;
    height: 16px;
    background: none
}

.company-card-integrated .icon-item a .card-icon-img.card-icon-wide {
    width: auto;
    height: 10px;
    vertical-align: baseline
}

.company-card-integrated .transaction-info {
    margin-top: 15px;
    border-top: 1px solid #f2f3f7
}

.company-card-integrated .transaction-info .score {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #fdf0e5;
    border-radius: 2px;
    padding-left: 5px;
    box-sizing: border-box;
    color: #ff6a00;
    display: inline-block
}

.company-card-integrated .transaction-info .score:hover {
    text-decoration: none
}

.company-card-integrated .transaction-info .score-big {
    font-size: 20px;
    font-weight: 700
}

.company-card-integrated .transaction-info .score-common {
    font-size: 12px
}

.company-card-integrated .transaction-info .review-level {
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 32px;
    margin-left: 10px
}

.company-card-integrated .transaction-info .review-level .reviews {
    line-height: 12px;
    color: #000;
    vertical-align: top
}

.company-card-integrated .transaction-info .review-level .ui2-icon-arrow-down {
    margin-left: 6px;
    transform: scale(.8)
}

.company-card-integrated .review-level-tip {
    width: 205px;
    background: #fff
}

.company-card-integrated .review-level-tip .review-level-item {
    font-size: 14px;
    line-height: 30px
}

.company-card-integrated .review-level-tip .review-level-item-text {
    display: inline-block;
    width: 107px;
    text-align: right;
    margin-right: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.company-card-integrated .transaction-info .level-text {
    display: block;
    font-size: 15px;
    color: #000
}

.company-card-integrated .transaction-info .level-text:hover {
    text-decoration: underline
}

.company-card-integrated .card-info-item {
    line-height: 25px
}

.company-card-integrated .card-info-item a {
    color: #666
}

.company-card-integrated .card-info-item i.ui2-icon {
    margin-right: 8px;
    color: #adbacc
}

.company-card-integrated .card-info-item th {
    width: 118px;
    text-align: left
}

.company-card-integrated .card-info-item td {
    line-height: 14px
}

.company-card-integrated .card-info-item.item-async {
    display: none
}

.company-card-integrated .topmarket-title {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 16px
}

.company-card-integrated .card-footer {
    text-align: center;
    font-size: 13px;
    margin-top: 16px
}

.company-card-integrated [data-role=market-table] .progress-bar-wrap {
    height: 14px;
    margin-right: 5px
}

.company-card-integrated [data-role=market-table] .progress-bar {
    display: inline-block;
    margin: 6px 0;
    height: 4px;
    background: #f2f3f7
}

.company-card-integrated .transaction-section-tip {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    margin-top: 5px;
    width: 175px;
    margin-left: 10px
}

.company-card-integrated #transactionAmountTrigger:hover .transaction-section-tip {
    display: block
}

.company-card-integrated .complains {
    margin-top: 15px
}

.company-card-integrated .icbu-certificate-icon-container {
    margin-bottom: -10px
}

.company-card-integrated .icbu-certificate-icon-container .icbu-certificate-icon {
    position: relative;
    top: -6px
}

.company-card-integrated .icbu-certificate-icon-container .icbu-certificate-icon .icbu-certificate-icon-tip {
    display: none
}

.company-card-integrated .icbu-certificate-icon-container .icbu-certificate-icon:hover .icbu-certificate-icon-tip {
    display: block;
    position: absolute;
    top: 28px;
    left: -120px
}

.company-card-integrated .icbu-certificate-icon-container .icbu-certificate-icon:hover .icbu-certificate-icon-tip b {
    display: inline-block;
    margin-bottom: 12px
}

.company-card-integrated .icbu-certificate-icon-container .icbu-certificate-icon:hover .icbu-certificate-icon-tip .next-balloon {
    width: 210px
}

.company-card-integrated .icbu-certificate-icon-container .icbu-certificate-icon:hover .icbu-certificate-icon-tip .next-balloon-normal.next-balloon-top:after {
    left: calc(64% + -7px)
}

.svg-card-icon {
    display: inline-block;
    width: 16px;
    height: 20px;
    vertical-align: top;
    margin-right: 9px
}

.svg-card-icon-ta {
    background: url(../fonts/tb1frlwar1ybunjsszexxablfxa-200-200.svg) 0 0 no-repeat;
    background-size: 16px
}

.svg-card-icon-gs {
    background: url(../fonts/tb1pfd_gbgybunjy0foxxcibfxa-200-200.svg) 0 0 no-repeat;
    background-size: 16px
}

.svg-card-icon-oc {
    background: url(../fonts/tb1ztbpxi6guurjy1xdxxaawpxa-200-200.svg) 0 0 no-repeat;
    background-size: 16px
}

.svg-card-icon-av {
    background: url(../fonts/tb1p2d_gbgybunjy0foxxcibfxa-246-200.svg) 0 0 no-repeat;
    background-size: 16px
}

.svg-card-icon-as {
    background: url(../fonts/tb1pvd_gbgybunjy0foxxcibfxa-200-200.svg) 0 0 no-repeat;
    background-size: 16px
}

.svg-card-icon-video {
    background: url(../fonts/tb1znbpxi6guurjy1xdxxaawpxa-246-200.svg) 0 0 no-repeat;
    background-size: 16px
}

.svg-card-icon-gps {
    background: url(../fonts/tb1ze.har9ybunjy0fgxxcxcxxa-229-229.svg) 0 0 no-repeat;
    background-size: 16px
}

.svg-card-icon-pt {
    background: url(../fonts/tb16gniakl0gk0jszfaxxca9pxa-17-17.svg) 0 0 no-repeat;
    background-size: 16px
}

.icbu-icon-flag {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    overflow: hidden
}

.icbu-icon-flag:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../fonts/tb1czx5cvwg3kvjszfpxxxaixxa-1066-310.png) no-repeat;
    background-size: 100% 85px;
    background-color: #fff;
    position: relative;
    padding-top: 8px
}

.company-card-integrated-lite .company-avatar, .company-card-integrated-lite.has-ta .company-avatar {
    width: 48px;
    height: 48px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    background: #fff;
    margin-left: -3px
}

.company-card-integrated-lite .card-supplier .join-year, .company-card-integrated-lite.has-ta .card-supplier .join-year {
    font-size: 12px
}

.company-card-integrated-lite .card-supplier .verify-info, .company-card-integrated-lite.has-ta .card-supplier .verify-info {
    line-height: 16px;
    height: 16px
}

.company-card-integrated-lite .company-name-country, .company-card-integrated-lite.has-ta .company-name-country {
    background: #aab6c4;
    border-radius: 4px;
    line-height: 14px;
    padding-right: 4px;
    margin-right: 4px
}

.company-card-integrated-lite .company-name-country .icbu-icon-flag, .company-card-integrated-lite.has-ta .company-name-country .icbu-icon-flag {
    transform: scale(.7)
}

.company-card-integrated-lite .company-name-country .register-country, .company-card-integrated-lite.has-ta .company-name-country .register-country {
    color: #333;
    font-weight: 400;
    font-size: 12px;
    vertical-align: middle
}

.company-card-integrated-lite.has-ta .no-line, .company-card-integrated-lite .no-line {
    line-height: 16px;
    height: 16px;
    vertical-align: sub;
    display: inline-block
}

.company-card-integrated-lite .card-info-item th, .company-card-integrated-lite.has-ta .card-info-item th {
    width: 20px;
    text-align: left
}

.company-card-integrated-lite .card-info-item td, .company-card-integrated-lite.has-ta .card-info-item td {
    line-height: 14px;
    font-size: 14px;
    color: #666
}

.company-card-integrated-lite .card-info-item i.ui2-icon, .company-card-integrated-lite.has-ta .card-info-item i.ui2-icon {
    color: #999;
    margin-right: 4px
}

.company-card-integrated-lite .card-info-item, .company-card-integrated-lite.has-ta .card-info-item {
    line-height: 27px
}

.company-card-integrated-lite .card-action-split-line, .company-card-integrated-lite.has-ta .card-action-split-line {
    border: .5px solid #ebecf0;
    width: 228px;
    margin-top: 9px;
    margin-bottom: 12px
}

.company-card-integrated-lite .card-action-tip, .company-card-integrated-lite.has-ta .card-action-tip {
    font-size: 14px;
    color: #333
}

.company-card-integrated-lite .card-action-button-contact-supplier, .company-card-integrated-lite .card-action-button-self-buy-now, .company-card-integrated-lite.has-ta .card-action-button-contact-supplier, .company-card-integrated-lite.has-ta .card-action-button-self-buy-now {
    display: block;
    width: 228px;
    height: 32px;
    line-height: 32px;
    border-radius: 18px;
    border: 0;
    margin-top: 12px;
    margin-bottom: 14px;
    background: #f60;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.company-card-integrated-lite .card-action-button-contact-supplier .ui2-icon-message, .company-card-integrated-lite .card-action-button-self-buy-now .ui2-icon-message, .company-card-integrated-lite.has-ta .card-action-button-contact-supplier .ui2-icon-message, .company-card-integrated-lite.has-ta .card-action-button-self-buy-now .ui2-icon-message {
    line-height: 33px;
    margin-right: 8px
}

.company-card-integrated-lite .card-action-button-video, .company-card-integrated-lite.has-ta .card-action-button-video {
    display: block;
    width: 228px;
    height: 32px;
    line-height: 32px;
    border-radius: 18px;
    margin-top: 12px;
    margin-bottom: 14px;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #f60;
    color: #ff6444
}

.company-card-integrated-lite .card-action-button-video:hover, .company-card-integrated-lite.has-ta .card-action-button-video:hover {
    text-decoration: none;
    cursor: pointer
}

.company-card-integrated-lite .alitalk-container, .company-card-integrated-lite.has-ta .alitalk-container {
    text-align: center;
    font-size: 14px
}

.company-card-integrated-lite .alitalk-container a, .company-card-integrated-lite.has-ta .alitalk-container a {
    color: #1686cc
}

.company-card-integrated-lite .alitalk-container a:hover, .company-card-integrated-lite.has-ta .alitalk-container a:hover {
    text-decoration: none
}

.company-card-integrated-lite .business-type-lite, .company-card-integrated-lite.has-ta .business-type-lite {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite-b, .module-companyCardIntegrated-lite-b .company-card-integrated-lite-b.has-ta {
    margin-bottom: 12px;
    padding-top: 15px
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite, .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta {
    background: #fff;
    border: 1px solid #e6e7eb;
    text-align: center
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta > div, .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta > table, .module-companyCardIntegrated-lite-b .company-card-integrated-lite > div, .module-companyCardIntegrated-lite-b .company-card-integrated-lite > table {
    text-align: left
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite .alitalk-container, .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta .alitalk-container {
    text-align: center
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite-b, .module-companyCardIntegrated-lite-b .company-card-integrated-lite-b.has-ta {
    background: #fff;
    box-shadow: none;
    border: none;
    text-align: left
}

.module-companyCardIntegrated-lite-b .company-card-integrated .company-name.company-name-lite {
    color: #333;
    font-weight: 400
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite .company-name-country, .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta .company-name-country {
    background: #f2f3f5;
    margin-right: 0
}

.module-companyCardIntegrated-lite-b .widget-supplier-card .card-supplier.card-icons-lite {
    margin-top: 12px
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite .card-info-item i.ui2-icon, .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta .card-info-item i.ui2-icon, .module-companyCardIntegrated-lite-b .company-card-integrated .on-time-shippment > th .next-icon {
    color: transparent
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite .card-info-item td, .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta .card-info-item td {
    position: relative;
    left: -18px
}

.module-companyCardIntegrated-lite-b .company-card-integrated .company-name {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    display: inline-block;
    width: 285px;
    white-space: nowrap;
    padding-left: 0;
    text-decoration: underline
}

.module-companyCardIntegrated-lite-b .card-icon.card-icon-gps {
    background: none
}

.module-companyCardIntegrated-lite-b .company-card-integrated table {
    cursor: pointer
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite .business-type-lite, .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta .business-type-lite {
    margin-bottom: -8px
}

.module-companyCardIntegrated-lite-b .company-card-integrated {
    padding: 10px
}

.module-companyCardIntegrated-lite-b .card-central-logo {
    display: inline-block;
    line-height: 20px;
    height: 28px;
    margin-bottom: -5px;
    background: #fff;
    position: relative;
    top: -10px;
    border-radius: 0 0 8px 8px;
    font-weight: 700;
    padding: 0 12px
}

.module-companyCardIntegrated-lite-b .card-central-logo .svg-card-icon-gs {
    vertical-align: middle;
    margin-right: 0
}

.module-companyCardIntegrated-lite-b .card-central-logo a {
    color: #000
}

.module-companyCardIntegrated-lite-b .card-central-logo a:hover {
    color: #000;
    text-decoration: none
}

.module-companyCardIntegrated-lite-b .card-central-logo img {
    width: 50px
}

.module-companyCardIntegrated-lite-b .card-central-logo img, .module-companyCardIntegrated-lite-b .card-central-logo span {
    vertical-align: middle
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite.gs-background {
    background-image: url(https://img.alicdn.com/tfs/TB1ZXjqiRr0gK0jSZFnXXbRRXXa-94-81.svg), linear-gradient(0deg, #fff 54%, #f7f5ee 93%);
    background-repeat: no-repeat;
    background-position: right 0
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite.gps-background {
    background-image: url(../fonts/tb172lmiuh1gk0jszsyxxxtlpxa-82-71.svg), linear-gradient(0deg, #fff 54%, #e4edf3 93%);
    background-repeat: no-repeat;
    background-position: right 0
}

.module-companyCardIntegrated-lite-b .company-card-integrated-lite.ifm-background {
    background-image: linear-gradient(0deg, #fff 50%, #f6f6f6)
}

.module-companyCardIntegrated-lite-b .company-card-integrated .card-supplier .icbu-icon-flag, .module-companyCardIntegrated-lite-b .company-card-integrated .transaction-info-lite .score-lite img {
    margin: 0
}

.module-companyCardIntegrated-lite-b .company-card-integrated .transaction-info-lite {
    display: inline-block;
    color: #ff6a00;
    margin-right: 4px
}

.module-companyCardIntegrated-lite-b .company-card-integrated .transaction-info-lite a {
    background: #fff0e6;
    border-radius: 2px;
    padding: 0 3px;
    color: #ff6a00
}

.module-companyCardIntegrated-lite-b .company-card-integrated .transaction-info-lite img {
    vertical-align: inherit
}

.module-companyCardIntegrated-lite-b .svg-card-icon-pt, .module-companyCardIntegrated-lite-b .svg-card-icon-ta {
    margin: 0
}

.card-fix-top {
    position: fixed;
    top: 0;
    width: 260px
}

[dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite .card-info-item td, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta .card-info-item td {
    left: auto;
    right: -18px
}

[dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta .card-info-item th {
    text-align: right
}

[dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite > div.alitalk-container, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated.gps-background, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated.gs-background {
    text-align: center
}

[dir=rtl] .company-card-integrated .company-name, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta > div, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite.has-ta > table, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite > div, [dir=rtl] .module-companyCardIntegrated-lite-b .company-card-integrated-lite > table {
    text-align: right
}

#seller-self-operated-card {
    width: 260px;
    box-sizing: border-box;
    background-image: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #ffe4d0);
    background-color: #fff;
    border: 1px solid #e6e7eb;
    border-radius: 8px
}

#seller-self-operated-card .alibaba-shop-card {
    padding: 10px
}

#seller-self-operated-card .alibaba-shop-card .offical-name-and-photo .offical-photo {
    width: 33px;
    height: 33px;
    margin: 2px 4px
}

#seller-self-operated-card .alibaba-shop-card .offical-name-and-photo .offical-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    margin-left: 8px;
    color: #f60;
    width: 185px;
    font-weight: 700
}

#seller-self-operated-card .alibaba-shop-card .split-line {
    width: 229px;
    margin-top: 4px;
    margin-bottom: 4px;
    border: .5px solid #d9d9d9;
    opacity: .5
}

#seller-self-operated-card .alibaba-shop-card .we-promise {
    font-weight: 700;
    font-size: 14px;
    margin-left: 4px
}

#seller-self-operated-card .alibaba-shop-card .promise-list {
    margin-top: 8px
}

#seller-self-operated-card .alibaba-shop-card .promise-list .promise-list-li {
    padding-left: 4px;
    margin-bottom: 13px;
    font-weight: 500;
    color: #333;
    font-size: 14px
}

#seller-self-operated-card .alibaba-shop-card .promise-list .promise-list-li img {
    width: 16px;
    margin-right: 12px
}

#seller-self-operated-card .alibaba-shop-card .promise-list .promise-list-li span {
    vertical-align: middle
}

#seller-self-operated-card .alibaba-shop-card .promise-list .promise-list-li:last-child {
    margin-bottom: 0
}

#seller-self-operated-card .promise-list-li-balloon {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    font-size: 12px
}

#seller-self-operated-card .promise-list-li-balloon:after {
    background-color: #fafafa
}

.alibaba-selection-icon {
    margin-bottom: 8px
}

.alibaba-selection-icon img {
    height: 21px
}

#language-suggestion-container {
    position: absolute;
    top: 0;
    right: 0
}

.next-balloon.language-suggestion-balloon {
    background: #fafafa;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    max-width: 223px
}

.next-balloon.language-suggestion-balloon .switch-btn {
    width: 100%;
    text-align: right;
    margin-top: 16px
}

.language-suggestion-balloon.next-balloon-normal:after {
    background: #fafafa
}

#language-survey-container {
    z-index: 999;
    position: fixed;
    right: 60px;
    bottom: 50px;
    width: 210px;
    height: 50px
}

.language-survey-dialog .next-dialog-body {
    padding: 16px
}

.language-survey-dialog .language-survey-dialog-title {
    font-family: Helvetica;
    font-size: 12px;
    color: #333;
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px
}

.language-survey-dialog .language-survey-dialog-text {
    font-family: Helvetica;
    font-size: 12px;
    margin-bottom: 12px
}

.language-survey-dialog .language-survey-dialog-radios .next-radio-group {
    width: 100%
}

.language-survey-dialog .language-survey-dialog-radios .next-radio-group .next-radio .next-radio-inner {
    border-width: 2px
}

.language-survey-dialog .language-survey-dialog-radios .next-radio-group > label {
    width: 50%;
    display: inline-block
}