body {
    overflow-x: hidden;
}

@media screen and (max-width: 1230px) {
    body {
        width: 100%;
        min-width: 1230px;
    }
}

#GlobalNotice {
    background: #F76566;
    padding: 18px 0 16px;
}

#GlobalNotice .container {
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#GlobalNotice .container, #GlobalNotice .container > div {
    min-height: 96px;
}

#GlobalNotice .container > div {
    display: table;
}

#GlobalNotice .container > div > div {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: auto;
    vertical-align: middle;
}

#GlobalNotice .content-wrap {
    width: 1020px;
    margin-left: 30px;
    display: table;
}

#GlobalNotice .content-wrap li {
    display: none;
}

#GlobalNotice .content-wrap li.show {
    display: block;
}

#GlobalNotice .content-wrap .text-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}

#GlobalNotice .content-wrap .text-desc {
    max-height: 65px;
    font-size: 14px;
    overflow: hidden;
}

#GlobalNotice .content-wrap .text-desc .href-details {
    margin-left: 5px;
}

#GlobalNotice .button-group {
    width: 80px;
}

#GlobalNotice .button-group button {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: none;
}

#GlobalNotice .button-group .button-know {
    background: #FF9900;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#GlobalNotice .button-group .button-next {
    color: #FF9900;
    background: none;
}

.button-line {
    display: inline-block;
    background: white;
    color: rgb(255, 59, 48);
    border: 1px solid rgb(255, 59, 48);
    text-align: center;
    cursor: pointer;
}

.carousel-control .iconfont {
    font-size: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

input:focus {
    -webkit-tap-highlight-color: transparent;
}

a, div, section, img, button, input {
    -webkit-tap-highlight-color: transparent;
}

textarea {
    resize: none;
}

.input {
    border: 1px solid #E3E3E3;
    padding: 0 10px;
}

.button {
    width: 100%;
    background: rgb(255, 59, 48);
    border: 1px solid rgb(255, 59, 48);
    text-align: center;
    color: white;
    cursor: pointer;
}

.button:hover {
    color: #fff;
}

.btn-lg, .input-lg {
    padding: 0;
}

.input-lg {
    font-size: 14px;
}

.textarea {
    padding: 10px;
}

.input-lg {
    height: 48px;
}

.scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: rgb(176, 176, 176);
    height: 5px;
    border-radius: 4px;
}

.btn-lg {
    height: 48px;
    line-height: 48px;
}

.button.disabled, button.disabled {
    background: #d8d8d8;
    border-color: #d8d8d8;
    color: #fff;
    cursor: text !important;
    user-select: text;
}

.modal-dialog {
    margin: 50px auto 0;
    width: 600px;
}

#GlobalModal .modal-dialog {
    width: 650px;
    margin: 100px auto 0;
}

#GlobalModal .modal-body {
    padding: 0 0 30px;
}

#GlobalModal .modal-body .text-wrap {
    padding: 30px 30px 0;
    max-height: 500px;
}

#GlobalModal .modal-dialog .text-title {
    font-size: 16px;
}

#GlobalModal .modal-dialog .text-content {
    margin: 10px 0 20px;
}

#GlobalModal .modal-dialog .text-content img {
    max-width: 100%;
}

#GlobalModal .modal-dialog .btn-wrap {
    text-align: center;
}

#GlobalModal .modal-dialog .btn-wrap .clearfix {
    display: inline-block;
}

#GlobalModal .modal-dialog .btn-wrap .selected-wrap .img-selected, #GlobalModal .modal-dialog .btn-wrap .selected-wrap.selected .img-select {
    display: none;
}

#GlobalModal .modal-dialog .btn-wrap .selected-wrap.selected .img-selected {
    display: inline-block;
}

#GlobalModal .modal-dialog .btn-wrap .selected-wrap img {
    margin-bottom: -2px;
}

#GlobalModal .modal-dialog .btn-wrap .selected-wrap {
    color: rgb(171, 171, 171);
    margin-top: 9px;
    margin-left: 20px;
    cursor: pointer;
}

.container {
    margin: auto;
    width: 1230px;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (max-width: 1230px) {
    .container {
        width: auto;
        min-width: 1230px;
    }
}

.steps.center .steps-item {
    text-align: center;
}

.steps .steps-list {
    position: relative;
}

.steps .steps-list .steps-item-last {
    position: absolute;
    right: 0;
    top: 10px;
}

.steps .steps-list .steps-item-last .steps-icon {
    display: inline-block !important;
    float: right;

}

.steps .steps-line, .steps .steps-line-2 {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 4px;
    top: 20px;
    background: #F5F5F5;
    border-top: 3px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
}

.steps .steps-line div, .steps .steps-line-2 div {
    width: 70%;
    height: 100%;
}

.steps .steps-line span, .steps .steps-line-2 span {
    float: left;
    display: inline-block;
    height: 100%;
    background: #f5f5f5;
    width: 5%;
    margin-left: 5%;
}

.steps .steps-line-2 {
    border: 0;
    background: white !important;
    height: 10px;
}

.steps .steps-list {
    width: 100%;
}

.steps .steps-list::after {
    clear: both;
    content: "";
    display: block;
}

.steps .steps-list .steps-item {
    float: left;
}

.steps .steps-list .steps-item.active.active-all .steps-line span {
    background: #66CC99;
}

.steps.step-active-1 .steps-item-1 .steps-line div,
.steps.step-active-2 .steps-item-1 .steps-line div, .steps.step-active-2 .steps-item-2 .steps-line div,
.steps.step-active-3 .steps-item-1 .steps-line div, .steps.step-active-3 .steps-item-2 .steps-line div, .steps.step-active-3 .steps-item-3 .steps-line div,
.steps.step-active-4 .steps-item-1 .steps-line div, .steps.step-active-4 .steps-item-2 .steps-line div, .steps.step-active-4 .steps-item-3 .steps-line div, .steps.step-active-4 .steps-item-4 .steps-line div, .steps.step-active-all .steps-item .steps-line div {
    background: #66CC99;
}

.steps.step-active-1 .steps-item-1 .steps-line div, .steps.step-active-2 .steps-item-2 .steps-line div, .steps.step-active-3 .steps-item-3 .steps-line div, .steps.step-active-4 .steps-item-4 .steps-line div {
    width: 70%;
}

.steps.step-active-2 .steps-item-1 .steps-line div, .steps.step-active-3 .steps-item-1 .steps-line div, .steps.step-active-3 .steps-item-2 .steps-line div, .steps.step-active-3 .steps-item-1 .steps-line div, .steps.step-active-4 .steps-item-3 .steps-line div, .steps.step-active-4 .steps-item-2 .steps-line div, .steps.step-active-4 .steps-item-1 .steps-line div, .steps.step-active-all .steps-item .steps-line div {
    width: 100%;
}

.steps-2.step-active-3 .steps-line-block-1, .steps-2.step-active-3 .steps-line-block-2, .steps-2.step-active-3 .steps-line-block-3, .steps-2.step-active-3 .steps-line-block-4, .steps-2.step-active-3 .steps-line-block-5, .steps-2.step-active-4 .steps-line-block-1, .steps-2.step-active-4 .steps-line-block-2, .steps-2.step-active-4 .steps-line-block-3, .steps-2.step-active-4 .steps-line-block-4, .steps-2.step-active-4 .steps-line-block-5, .steps-2.step-active-4 .steps-line-block-6, .steps-2.step-active-4 .steps-line-block-7, .steps-2.step-active-4 .steps-line-block-8, .steps-2.step-active-4 .steps-line-block-9, .steps-2.step-active-4 .steps-line-block-10 {
    background: #66CC99;
}

.steps.step-active-1 .steps-item-1 .steps-number,
.steps.step-active-2 .steps-item-1 .steps-number, .steps.step-active-2 .steps-item-2 .steps-number,
.steps.step-active-3 .steps-item-1 .steps-number, .steps.step-active-3 .steps-item-2 .steps-number, .steps.step-active-3 .steps-item-3 .steps-number,
.steps.step-active-4 .steps-item-1 .steps-number, .steps.step-active-4 .steps-item-2 .steps-number, .steps.step-active-4 .steps-item-3 .steps-number, .steps.step-active-4 .steps-item-4 .steps-number {
    background: #66CC99;
    color: white;
}

.steps.step-active-1 .steps-item-1 .steps-text,
.steps.step-active-2 .steps-item-1 .steps-text, .steps.step-active-2 .steps-item-2 .steps-text,
.steps.step-active-3 .steps-item-1 .steps-text, .steps.step-active-3 .steps-item-2 .steps-text, .steps.step-active-3 .steps-item-3 .steps-text,
.steps.step-active-4 .steps-item-1 .steps-text, .steps.step-active-4 .steps-item-2 .steps-text, .steps.step-active-4 .steps-item-3 .steps-text, .steps.step-active-4 .steps-item-4 .steps-text, .steps.step-active-all .steps-item .steps-text {
    color: #66CC99;

}

.steps.step-active-all .steps-item-last .icon-step-4, .steps.step-active-all .steps-item .steps-icon {
    display: inline-block;
}

.steps .steps-item-last .icon-step-4, .steps.step-active-all .steps-item-last .icon-finished, .steps.step-active-all .steps-item .steps-number {
    display: none;
}

.steps .steps-number, .steps .steps-icon {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    color: #B0B0B0;
    text-align: center;
    z-index: 2;
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f5f5f5;
}

.steps .steps-list .steps-icon .icon {
}

.steps .steps-list .steps-text {
    margin-top: 10px;
    color: #B0B0B0;
}

.steps .steps-list .steps-text span, .steps .steps-list .steps-text {
    font-size: 12px;
}

.steps .btn-danger, .steps .btn-success {
    padding: 2px 5px;
    border-radius: 3px;
    line-height: 1;
    margin-top: -4px;
}

.steps-2 .steps-icon {
    display: none;
}

.steps-2 .btn {
    width: auto;
}

.steps-2.step-active-1 .steps-item-1 .steps-number, .steps-2.step-active-2 .steps-item-1 .steps-number, .steps-2.step-active-2 .steps-item-2 .steps-number, .steps-2.step-active-3 .steps-item-1 .steps-number, .steps-2.step-active-3 .steps-item-2 .steps-number, .steps-2.step-active-3 .steps-item-3 .steps-number, .steps-2.step-active-4 .steps-item-1 .steps-number, .steps-2.step-active-4 .steps-item-2 .steps-number, .steps-2.step-active-4 .steps-item-3 .steps-number, .steps-2.step-active-4 .steps-item-4 .steps-number {
    display: none;
}

.steps-2.step-active-1 .steps-item-1 .steps-icon, .steps-2.step-active-2 .steps-item-1 .steps-icon, .steps-2.step-active-2 .steps-item-2 .steps-icon, .steps-2.step-active-3 .steps-item-1 .steps-icon, .steps-2.step-active-3 .steps-item-2 .steps-icon, .steps-2.step-active-3 .steps-item-3 .steps-icon, .steps-2.step-active-4 .steps-item-1 .steps-icon, .steps-2.step-active-4 .steps-item-2 .steps-icon, .steps-2.step-active-4 .steps-item-3 .steps-icon, .steps-2.step-active-4 .steps-item-4 .steps-icon {
    display: inline-block;
}

.icon, .icon-1, .icon-2 {
    display: inline-block;
    margin-bottom: -2px;
}

.icon-wrap .icon-2 {
    display: none;
}

.icon-hover:hover .icon-1, .icon-hover:hover span, .icon-hover:hover a, .icon-wrap.active .icon-1, .icon-wrap.active a, .icon-wrap.active span, .icon-wrap.selected .icon-1, .icon-wrap.selected a, .icon-wrap.selected span {
    color: rgb(255, 59, 48);
}

.icon-wrap.disabled .icon, .icon-wrap.disabled .icon-1, .icon-wrap.disabled .icon-2 {
    opacity: .5;
}

.icon-hover {
    cursor: pointer;
}

.icon-hover:hover .icon-1, .icon-wrap.active .icon-1, .icon-wrap.selected .icon-1 {
    display: none;
}

.icon-hover:hover .icon-2, .icon-wrap.active .icon-2, .icon-wrap.selected .icon-2 {
    display: inline-block;
}

.not-data {
    padding: 90px 0;
    text-align: center;
    font-size: 18px;
    color: rgb(176, 176, 176);
    font-weight: normal;
}

.not-data p {
    margin: 10px 0;
}

.not-data .btn {
    width: 200px;
    padding: 0;
    height: 40px;
    line-height: 40px;
}

.text-ellipsis {
    width: 100%;
    overflow: hidden;
    -webkit-white-space: nowrap;
    -moz-white-space: nowrap;
    -ms-white-space: nowrap;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.vertical-middle {
    display: table;
    height: 100%;
    margin: auto;
}

.vertical-middle > div {
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    overflow: hidden;
    border: none !important;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -ms-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -ms-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    line-height: 1.5;
}

.modal-content .btn-danger {
    background: #F76566;
    border-color: #F76566;

}

.modal-content .text-danger {
    color: #F76566;
}

.modal-header {
    background: #F76566;
    color: white;
    padding: 10px 15px;
    min-height: 14px;
    position: relative;
}

.modal-header .icon-wrap {
    margin-right: 15px;
}

.modal-header .title {
    font-size: 16px;
}

.modal-header .title {
    font-size: 16px;
    margin: -3px 0 5px;
}

.modal-header .desc {
    font-size: 12px;
}

.modal-body {
    padding: 30px;
}

.modal-text-wrap {
    padding: 5px 0;
}

.modal-header .btn-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn-link {
    background: transparent;
}

.prompt-wrap {
    background-color: #FFFFCC;
    border: 1px dashed #FF6600;
    padding: 10px;
    position: relative;
    line-height: 1.5;
}

.prompt-wrap-2 {
    border-style: solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.prompt-wrap-2 .prompt-triangle div {
    display: block;
    border-bottom-color: rgb(254, 252, 236);
    top: -6px;
}

.prompt-triangle, .prompt-triangle div {
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom-color: rgb(255, 59, 48);
}

.prompt-triangle div {
    display: none;
}

.prompt-sm {
    padding: 5px 10px;
}

img {
    max-width: 100%;
}

.btn-danger {
    background: rgb(255, 59, 48);
    border-color: rgb(255, 59, 48);
}

.text-danger, .text-danger:hover, .text-danger:active {
    color: rgb(255, 59, 48);
}

.btn-success {
    background: #66CC99;
    border-color: #66CC99;
}

.text-success, .text-success:hover, .text-success:active {
    color: #66CC99;
}

.modal-body-2 .modal-body-right {
    width: 465px;
    margin-left: 20px;
}

.modal-body .btn-wrap {
    margin-top: 10px;
}

.modal-body .btn-wrap.center {
    text-align: center;
}

.modal-body .btn-wrap .btn-danger {
    min-width: 100px;
}

.modal-body .btn-wrap .btn-link {
    width: auto;
    display: inline-block;
    padding: 0 20px;
    color: rgb(176, 176, 176);
    height: 33px;
    line-height: 33px;
    border: none;
    font-size: 14px;
}

.modal-body .btn-wrap .btn-cancel {
    color: rgb(176, 176, 176);
    line-height: 33px;
    position: relative;
    bottom: -3px;
    margin-left: 10px;
}

.modal-body .btn-wrap .btn-sm {
    font-size: 14px;
}

.popover {
    border-radius: 3px
}

.dropdowns-element {
    position: relative;
    cursor: pointer;
}

.dropdowns-wrap .currency-list li {
    width: 50%;
    cursor: pointer;
}

.dropdowns-wrap .currency-list li:hover {
    color: #66CC99;
}

.dropdowns-wrap .currency-list .selected {
    color: rgb(255, 59, 48);
}

.dropdowns-wrap.center .dropdowns-triangle {
    left: 50%;
    margin-left: -5px;
}

.dropdowns-wrap.center .dropdowns-main {
    min-width: 100%;
    max-width: 100%;;
}

.dropdowns-wrap.bottom .dropdowns-main {
    top: auto;
    bottom: 0;
    padding-top: 0;
    padding-bottom: 10px;
}

.dropdowns-wrap.no-triangle .dropdowns-main {
    padding-top: 0;
    padding-bottom: 0;
}

.dropdowns-wrap.bottom .dropdowns-triangle, .dropdowns-wrap.bottom .dropdowns-triangle div {
    top: auto;
    bottom: -6px;
    border-top-color: #E3E3E3;
    border-bottom-color: transparent;
}

.dropdowns-wrap.bottom .dropdowns-triangle div {
    bottom: -7px;
}

.dropdowns-wrap.bottom .dropdowns-triangle div {
    border-top-color: white;
}

.dropdowns-wrap .dropdowns-triangle {
    z-index: 1000;
}

.dropdowns-main {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    display: none;
    z-index: 999;
    min-width: 300px;
    max-width: 450px;
}

.dropdowns-box {
    padding: 10px;
    background: white;
    border: 1px solid #E3E3E3;
    line-height: 1.8;
    text-align: left;
}

.dropdowns-triangle, .dropdowns-triangle div {
    position: absolute;
    top: -6px;
    left: 8px;
    border: 8px solid transparent;
    border-bottom-color: #E3E3E3;
    width: auto !important;
}

.dropdowns-triangle div {
    top: -7px;
    left: -8px;
    border-bottom-color: white;
    width: auto !important;
}

.dropdowns-wrap.right .dropdowns-main {
    left: auto;
    right: 0;
}

.dropdowns-wrap.right .dropdowns-triangle, .dropdowns-wrap.right .dropdowns-triangle div {
    left: auto;
    right: 8px;
}

.dropdowns-wrap.right .dropdowns-triangle div {
    left: auto;
    right: -8px;
}

.dropdowns-wrap {
    position: relative;
}

.badge.bg-danger {
    background: rgb(255, 59, 48);
}

#LoadWrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -70px;
    width: 100px;
    padding: 20px;
    z-index: 2222;
    background: rgba(0, 0, 0, .7);
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    opacity: 0;
}

#ErrorModal {
    z-index: 2221;
}

#ErrorModal .btn-wrap .btn-affirm-2 {
    background: white;
    color: #F76566;
}

#ErrorModal .btn-wrap .btn-affirm {
    margin-right: 15px;
}

#LoadWrap .load-box {
    text-align: center;
}

#LoadWrap .load-box .img-wrap {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0 auto 10px;
}

.btn-1.disabled, .btn-buy.disabled, .btn-2.disabled, .bth-submit.disabled, .button.disabled, .btn.disabled, button.disabled {
    cursor: not-allowed !important;
    background: #b0b0b0 !important;;
    border-color: #b0b0b0 !important;;
    color: #fff !important;;
}

#LoadWrap .load-box img {
    width: 30px;
    height: 30px;
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

#LoadWrap .load-box .img-load {
    display: inline-block;
    opacity: 1;
}

.progress-bar-danger {
    background-color: rgb(255, 59, 48);
}

.commodity-wrap .commodity-item-1 .text-wrap .risk-btn-wrap, .commodity-wrap .commodity-item-1 .text-wrap .text-desc, .commodity-wrap .commodity-column-1 .text-wrap .risk-btn-wrap, .commodity-wrap .commodity-column-1 .text-wrap .text-desc {
    padding-top: 10px;
}

.commodity-column-1 .text-wrap, .commodity-item-1 .text-wrap, #Header .header-wrapper .shopping-cart .dropdowns-main .list-item-left {
    overflow: hidden;
}

.commodity-item-1 .text-title, .commodity-column-1 .text-wrap .text-title, #Header .header-wrapper .shopping-cart .dropdowns-main .list-item-left span {
    -ms-word-break: break-all;
    -webkit-word-break: break-all;
    -o-word-break: break-all;
    -moz-word-break: break-all;
    word-break: break-all;
}

.commodity-wrap.not-desc .text-desc {
    display: none;
}

.commodity-list-body .commodity-item {
    padding: 20px 0;
    border-bottom: 1px dashed #E3E3E3;
}

.commodity-list-body .commodity-wrap {
    padding: 0 20px;
}

a.text-danger:focus, a.text-danger:hover, .commodity-wrap a:hover {
    color: rgb(255, 59, 48);
}

.commodity-wrap a.btn-danger:hover {
    color: #fff;
}

.commodity-item:last-of-type {
    border-bottom: none;
}

.commodity-item-1 .img-wrap {
    min-width: 80px;
    height: 80px;
}

.commodity-item-1 .img-wrap.more img {
    margin-right: 10px;
}

.commodity-item-1 .img-wrap img {
    width: 80px;
    height: 80px;
}

.commodity-item-1 .text-wrap {
    margin-left: 10px;
}

.commodity-item-1 .text-desc a, .commodity-item-1 .text-price {
    margin-top: 10px;
}

.commodity-item-1 .text-desc a, .commodity-item-1 .text-price span {
    margin-right: 30px;
}

.commodity-item-1 .text-desc a, .commodity-item-1 .text-price span:last-of-type {
    margin-right: 0;
}

.commodity-item-1 .risk-btn-wrap.open .icon-1, .commodity-column-1 .risk-btn-wrap.open .icon-1 {
    display: none;
}

.commodity-item-1 .risk-btn-wrap.open .icon-2, .commodity-column-1 .risk-btn-wrap.open .icon-2 {
    display: inline-block;
}

.commodity-item-1 .risk-btn-wrap {
    width: 320px !important;
}

.commodity-item-1 .risk-btn-wrap .btn-wrap, .commodity-column-1 .risk-btn-wrap .btn-wrap {
    float: left;
    width: 295px;
    height: 25px;
    overflow: hidden;
}

.commodity-item-1 .risk-btn-wrap li, .commodity-column-1 .risk-btn-wrap li {
    border: 1px dashed rgb(102, 204, 153);
    color: rgb(102, 204, 153);
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 10px 10px 0;
    font-size: 12px;
    width: 75px;
    overflow: hidden;
    -webkit-white-space: nowrap;
    -moz-white-space: nowrap;
    -ms-white-space: nowrap;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
}

.commodity-item-1 .risk-btn-wrap .icon-wrap, .commodity-column-1 .risk-btn-wrap .icon-wrap {
    padding: 5px;
    cursor: pointer;
}

.list-hover:hover, .list-hover-show, .input-focus:focus {
    border: 1px solid rgb(255, 59, 48) !important;
    -webkit-box-shadow: 0 0 5px 2px rgba(255, 59, 48, .2);
    -moz-box-shadow: 0 0 5px 2px rgba(255, 59, 48, .2);
    box-shadow: 0 0 5px 2px rgba(255, 59, 48, .2);
}

.commodity-list .commodity-list-item .header-wrap {
    border-bottom: 1px solid rgb(227, 227, 227);
    height: 44px;
    line-height: 44px;
}

.commodity-list .commodity-list-item .header-wrap .icon-wrap.checkbox, .commodity-list-header .icon-wrap.checkbox .icon-wrap-2 {
    margin: 14px 10px 0 0;
}

.commodity-list .commodity-list-item .header-wrap, .commodity-list-header {
    padding: 0 20px;
}

.commodity-list-body .commodity-item .commodity-item-checkbox {
    margin: 26px 10px 0 0;
    cursor: pointer;
}

.commodity-list-footer .icon-wrap.checkbox {
    margin: 23px 20px 0 20px;
}

.commodity-list-footer {
    width: 1230px;
    height: 70px;
    line-height: 70px;
    border: 1px solid rgb(227, 227, 227);
    background: white;
}

.commodity-list-footer.is-fixed {
    position: fixed;
    bottom: -1px;
}

.commodity-list-footer .bth-submit {
    background: rgb(255, 59, 48);
    font-size: 28px;
    padding: 0 20px;
    color: white;
    cursor: pointer;
}

.commodity-list-header .commodity-item {
    padding: 20px 0;
}

.commodity-list-wrap .icon-wrap.checkbox, .commodity-list-wrap .commodity-item-checkbox {
    cursor: pointer;
}

.commodity-list-wrap .icon-wrap.checkbox.disabled, .commodity-list-wrap .commodity-item-checkbox.disabled {
    cursor: not-allowed;
}

.commodity-list-wrap .icon-wrap.checkbox.disabled .icon-1, .commodity-list-wrap .icon-wrap.checkbox.disabled .icon-2, .commodity-list-wrap .commodity-item-checkbox.disabled .icon-1, .commodity-list-wrap .commodity-item-checkbox.disabled .icon-2 {
    opacity: .4;
}

.commodity-list-header .icon-wrap.checkbox, .commodity-list-header .icon-wrap.checkbox div {
    height: auto;
    min-height: auto;
    line-height: 1;
}

.commodity-list-header .icon-wrap.checkbox .text {
    margin-top: 18px;
}

.counter-decrease, .counter-increase {
    width: 45px;
    height: 33px;
    line-height: 27px;
    border: 1px solid #E3E3E3;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    background-color: rgb(245, 245, 245);
    cursor: pointer;
    overflow: hidden;
    user-select: none;
}

.counter-input {
    width: 100px;
    text-align: center;
    height: 33px;
    border-right: none;
    border-left: none;
    font-size: 14px;
}

.disabled, .disabled .icon-wrap, .disabled .icon-wrap-2 {
    cursor: not-allowed !important;
}

select, textarea, input {
    border: 1px solid #E3E3E3;
}

input[type=text], input[type=search] {
    -webkit-appearance: none;
}

.checkbox, .radio {
    margin: 0;
}

table {
    width: 100%;
}

table th, table td {
    padding: 10px;
    border-bottom: 1px solid #E3E3E3;
}

table td {
    -moz-word-break: break-all;
    -ms-word-break: break-all;
    -webkit-word-break: break-all;
    word-break: break-all;
    min-width: 100px;
}

.img-circle {
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    border-radius: 1000px;
}

.navigation {
    text-align: center;
}

.text-hover:hover {
    color: rgb(255, 59, 48) !important;
}

input[disabled] {
    background: #ebebeb;
}

#NoticeModal .modal-body .text-title {
    font-size: 16px;
}

#NoticeModal .modal-body .text-content {
    max-height: 140px;
    margin-top: 10px;
}

#NoticeModal .modal-footer {
    border-top: none;
    text-align: center;
}

#NoticeModal .modal-footer .button-line {
    border: none;
    color: #b0b0b0;
}

#RightSidebar {
    position: fixed;
    width: 36px;
    top: 50%;
    right: 0;
    margin-top: -295px;
    z-index: 100;
}

#RightSidebar .list-item > div {
    height: 1px;
}
#RightSidebar .list-item > div .icon-line {
    height: auto;
    background: none;
    border-bottom: 1px solid #888;
}

#RightSidebar .list-item, #RightSidebar .list-item-wrap {
    width: 38px;
    text-align: center;
}

#RightSidebar .list-item {
    background: #999;
}

#RightSidebar.animation-hide .list-item {
    -webkit-animation: sidebarHide .1s;
    -moz-animation: sidebarHide .1s;
    animation: sidebarHide .1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#RightSidebar.animation-hide .list-item:nth-of-type(8), #RightSidebar.animation-show .list-item:nth-of-type(8) {
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    animation: none !important;
}

#RightSidebar.animation-hide .list-item:nth-of-type(8) .icon, #RightSidebar.animation-show .list-item:nth-of-type(8) .icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#RightSidebar .list-item:nth-of-type(8) .list-item-wrap {
    height: 24px;
}

#RightSidebar .list-item:nth-of-type(8) .text {
    display: none;
    height: 24px;
    line-height: 24px;
    margin: 0;
}

#RightSidebar .list-item:nth-of-type(8):hover .text {
    display: inline-block;
}

#RightSidebar .list-item:nth-of-type(8):hover .icon {
    display: none;
}

#RightSidebar.animation-show .list-item {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: sidebarShow .1s;
    -moz-animation: sidebarShow .1s;
    animation: sidebarShow .1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@-webkit-keyframes sidebarHide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@-moz-keyframes sidebarHide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@-ms-keyframes sidebarHide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sidebarHide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes sidebarShow {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@-moz-keyframes sidebarShow {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@-ms-keyframes sidebarShow {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes sidebarShow {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

#RightSidebar .list-item-wrap {
    margin: auto;
    display: block;
    padding: 10px 0;
}

#RightSidebar .list-item-wrap .text {
    font-size: 12px;
    margin-top: 10px;
    display: block;
    color: #fff;
}

#RightSidebar .list-item.mail .dropdowns-box p {
    font-size: 14px;
}

#RightSidebar .list-item.mail .dropdowns-box .text-danger {
    width: 150px;
    font-size: 20px;
}

#RightSidebar .list-item.mail .dropdowns-box {
    text-align: center;
}

#RightSidebar .list-item.mail .dropdowns-box .icon {
    margin-bottom: 10px;
}

#RightSidebar .list-item.information .list-item-wrap {
    border-bottom: none;
}

#RightSidebar .dropdowns-main {
    right: 48px;
    top: 0 !important;
    min-width: auto;
    cursor: auto;
}

#RightSidebar .dropdowns-box {
    padding: 15px 20px;
    border-color: rgb(153, 153, 153);
}

#RightSidebar .dropdowns-triangle {
    border-bottom-color: transparent;
    border-left-color: rgb(153, 153, 153);
    top: 27px;
    right: -16px;
}

#RightSidebar .dropdowns-triangle div {
    border-bottom-color: transparent;
    border-left-color: #fff;
    right: -7px;
    top: -8px;
}

#RightSidebar .list-item.service .dropdowns-box li, #RightSidebar .list-item.service .dropdowns-box li a {
    display: block;
    width: 140px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

#RightSidebar .list-item.service .dropdowns-box li {
    margin-bottom: 10px;
    background: #6c6c6c;
}

#RightSidebar .list-item.service .dropdowns-box li:hover {
    background: #ff3300;
}

#RightSidebar .list-item.service .dropdowns-box li.online:hover {
    background: #607fac;
}

#RightSidebar .list-item.service .dropdowns-box li.qq:hover {
    background: #14b9f7;
}

#RightSidebar .list-item.service .dropdowns-box li.wx:hover {
    background: #77ce39;
}

#RightSidebar .list-item.service .dropdowns-box li.wx, #RightSidebar .list-item.service .dropdowns-box li:last-of-type {
    margin-bottom: 0;
}

#RightSidebar .list-item.service .dropdowns-box .content-wrap {
    display: inline-block;
}

#RightSidebar .list-item.service .dropdowns-box .content-wrap .icon {
    margin: 4px 5px 0 0;
}

#RightSidebar .list-item.service .dropdowns-box li:last-of-type .content-wrap .icon {
    margin-top: 5px;
}

#RightSidebar .list-item.service .dropdowns-box li span {
    color: white;
}

#RightSidebar .list-item.list .dropdowns-box .content-wrap .icon {
    margin-top: 6px;
}

#RightSidebar .list-item.app .dropdowns-box .img-wrap {
    width: 130px;
}

#RightSidebar .list-item.app .dropdowns-box .img-wrap img {
    width: 130px;
}

#RightSidebar .list-item.app .dropdowns-box .img-wrap p {
    margin-top: 5px;
    font-size: 12px;
}

.set-password-modal h2 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 35px;
    text-align: center;
    font-weight: normal;
}

.set-password-modal .form-wrap {
    width: 450px;
    margin: auto;
}

.set-password-modal .form-text {
    font-size: 18px;
    line-height: 23px;
}

.set-password-modal .form-input {
    margin-top: 15px;
}

.set-password-modal .form-input input {
    height: 30px;
    padding: 10px;
    width: 430px;
}

.set-password-modal .form-button {
    margin-top: 30px;
    width: 450px;
}

.set-password-modal .hint-wrap {
    margin: 30px auto 0;
    width: 450px;
}

.set-password-modal .modal-content {
    padding: 40px 0 50px;
    position: relative;
}

.set-password-modal .close-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

#SelectCountryModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, .65);
    display: none;
    opacity: 0;
}

#SelectCountryModal.is-search .container .search-list {
    display: block;
}

#SelectCountryModal.is-search .container .classify-wrap {
    display: none;
}

#SelectCountryModal .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1230px;
    height: 570px;
    z-index: 9999;
    padding: 0;
    margin: -285px 0 0 -615px;
    background: white;
}

#SelectCountryModal .container .header-wrap {
    width: 100%;
    height: 53px;
    background: #E3E3E3;
}

#SelectCountryModal .container .header-wrap .pull-left {
    line-height: 53px;
    font-size: 18px;
    margin-left: 30px;
}

#SelectCountryModal .container .header-wrap .pull-right {
    margin: 15px 30px 0 0;
}

#SelectCountryModal .container .btn-link {
    border: none;
}

#SelectCountryModal .container .content-wrap {
    width: 1170px;
    margin: auto;
}

#SelectCountryModal .container .search-wrap {
    margin-top: 27px;
}

#SelectCountryModal .container .search-wrap .text {
    line-height: 40px;
    font-size: 18px;
    color: #757575;
    margin-right: 55px;
}

#SelectCountryModal .container .search-wrap form {
    overflow: hidden;
}

#SelectCountryModal .container .search-wrap input {
    width: 712px;
    height: 40px;
    line-height: 40px;
    padding-right: 36px;
    font-size: 20px;
    border: none;
    border-bottom: 2px solid #E3E3E3;
}

#SelectCountryModal .container .search-wrap input:focus {
    border-bottom-color: #FF3B30;
}

#SelectCountryModal .container .search-wrap .btn-link {
    margin-left: -30px;
}

#SelectCountryModal .container .search-wrap .btn-link .icon {
    position: relative;
    top: 3px;
}

#SelectCountryModal .container .search-list {
    width: 708px;
    max-height: 395px;
    margin-left: 163px;
    border: 2px solid #E3E3E3;
    border-bottom-width: 1px;
    display: none;
}

#SelectCountryModal .container .search-list li {
    width: 668px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    border-bottom: 1px solid #E3E3E3;
}

#SelectCountryModal .container .search-list li.text-ellipsis:hover {
    background: #FFFFCC;
    cursor: pointer;
}

#SelectCountryModal .container .classify-wrap .nav-wrap {
    font-size: 18px;
    margin-top: 40px;
}

#SelectCountryModal .container .classify-wrap .nav-wrap .text {
    width: 163px;
    color: #757575;
}

#SelectCountryModal .container .classify-wrap .nav-wrap .list-wrap {
    width: 1000px;
}

#SelectCountryModal .container .classify-wrap .nav-wrap .list-wrap li {
    padding: 0 5px;
    margin: 0 10px 5px 0;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

#SelectCountryModal .container .classify-wrap .nav-wrap .list-wrap li.selected {
    color: #FF3B30;
    border-bottom-color: #FF3B30;
}

#SelectCountryModal .container .classify-wrap .data-wrap {
    max-height: 320px;
    margin-top: 5px;
}

#SelectCountryModal .container .classify-wrap .data-wrap .list-wrap .list-item {
    width: 1170px;
    overflow: hidden;
    display: none;
}

#SelectCountryModal .container .classify-wrap .data-wrap .list-wrap .list-item.show {
    display: block;
}

#SelectCountryModal .container .classify-wrap .data-wrap .list-wrap .list-item li {
    width: 185px;
    margin: 10px 10px 10px 0;
    line-height: 20px;
    cursor: pointer;
}

#SelectCountryModal .container .classify-wrap .data-wrap .list-wrap .list-item li.selected {
    width: 165px;
    padding: 0 10px;
    background: #FF3B30;
    color: #fff;
}

.text-gray {
    color: #999 !important;
}