dt.bk-group-title span{
    font-weight: bold;
}
.bk-tab-nav li{
    width: 50%;
}
.bk-tab-nav-item {
    width: 100%;
    float: left;
    background: #F7F8FA;
    border-top: 1px solid #EEEEEE;
    height: 50px;
    font-size: 18px;
    color: #4B5154 !important;
    text-decoration: none;
    letter-spacing: 0px;
    text-align: center;
    line-height: 50px;
}
.bk-tab-nav-item:hover, .bk-tab-nav-item:active, .bk-tab-nav-item:focus {
    color: #00A2CA !important;
    background: #F7F8FA!important;
}
.active.bk-tab-nav-item {
    background-color: #fff;
    color: #00A2CA !important;
}
.active.bk-tab-nav-item:hover, .active.bk-tab-nav-item:active, .active.bk-tab-nav-item:focus{
    background: #ffffff!important;
}
html div.bk-theme-generation2 .bk-layout-2col-main {
    max-width: 1200px;
    min-width: 600px;
    margin: 0 auto !important;
}
html div.bk-theme-generation2 .bk-layout-2col-main form{
    margin: 0;
}
html div.bk-theme-generation2 .bk-group, html div.bk-theme-generation2 .bk-group-title, html div.bk-theme-generation2 .bk-group-switch, html div.bk-theme-generation2 .bk-group-switch-icon, html div.bk-theme-generation2 .bk-group-switch-arrow{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
html div.bk-theme-generation2 .bk-group {
    display: table;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    cursor: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    padding: 40px 0 20px 0;
    border-bottom: 1px solid #eee;
}
html div.bk-theme-generation2 .new-button-tab.bk-button, html div.bk-theme-generation2 .new-button-tab .bk-button-primary, html div.bk-theme-generation2 .new-button-tab .bk-button-default {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    min-width: 155px;
    height: 36px;
    border: 1px solid #DDDDDD;
    background: white;
    color: #373D41;
    font-size: 14px;
    line-height: 36px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
html div.bk-theme-generation2 .new-button-tab.bk-button.bk-button-current{
    background: #00C1DE;
    border-color: #00C1DE;
    color: white;
    cursor: default;
}
html div.bk-theme-generation2 .bk-group:hover {
    background: #fff;
}
html div.bk-theme-generation2 .bk-group-title {
    display: table-cell;
    width: 160px;
    padding: 0;
    font-size: 14px;
    background: #fff;
    color: #333;
    text-align: left;
    vertical-align: top;
    position: relative;
    top: 7px;
}
html div.bk-theme-generation2 .bk-group:hover .bk-group-title {
    background: #fff !important;
    color: #333;
}
html div.bk-theme-generation2 .bk-group-title span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    display: block;
    position: absolute;
    left: 20px;
    padding-left: 10px;
}

html div.bk-theme-generation2 .bk-group-title-icon {
    margin-left: 5px;
    margin-right: 5px;
    color: #ccc;
    position: relative;
    top: 1px;
}
html div.bk-theme-generation2 .bk-group:hover .bk-group-title-icon {
    color: #00C1DE;
}
html div.bk-theme-generation2 .bk-group-tip {
    position: absolute;
    width: 500px;
    left: 24px;
    top: 30px;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}
html div.bk-theme-generation2 .bk-group-detail {
    display: table-cell;
    padding: 0 0 0 20px;
}
html div.bk-theme-generation2 .bk-form-row {
    padding: 0;
    padding-bottom: 14px;
}
html div.bk-theme-generation2 .bk-label-non .bk-form-row-cell {
    margin-left: 0;
}
html div.bk-theme-generation2 .html body .bk-form-row-allocate-publicip .bk-form-row-cell .bk-form-row-cell .bk-form-row-li {
    padding: 0;
    padding-bottom: 8px;
}
html body .bk-form-row-allocate-publicip .bk-form-row-cell{
    margin-left: 0;
}
html div.bk-theme-generation2 .inline-display {
    display: inline-block;
}
html div.bk-theme-generation2 .new-button-tab.bk-button.bk-button-current {
    background: #00C1DE;
    border-color: #00C1DE;
    color: white;
    cursor: default;
}

html div.bk-theme-generation2 .new-button-tab {
    display: inline-block;
    margin: 0 10px 10px 0;
}
html div.bk-theme-generation2 .new-button-tab.bk-button {
    width: auto;
}
html div.bk-theme-generation2 .new-button-tab.bk-button, html div.bk-theme-generation2 .new-button-tab .bk-button-primary, html div.bk-theme-generation2 .new-button-tab .bk-button-default {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    min-width: 155px;
    height: 36px;
    border: 1px solid #DDDDDD;
    background: white;
    color: #373D41;
    font-size: 14px;
    line-height: 36px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
html div.bk-theme-generation2 .new-button-tab.bk-button:hover {
    border-color: #00b3dc;
}
html div.bk-theme-generation2 .bk-button .bk-icon-orange {
    color: #FF8A00;
    width: 12px;
}
html body .bk-button-relative .bk-button-text {
    position: relative;
    z-index: 3;
}
.bk-button-with-select-current .bk-button-text span,.bk-button-current .bk-button-text div{
    color: #ffffff;
}
html div.bk-theme-generation2 .aliyun-inline-tips {
    margin-left: 10px;
    vertical-align: top;
    height: inherit;
    display: inline-block;
}
html div.bk-theme-generation2 .aliyun-inline-tips .bk-lnk {
    margin-left: 10px;
    vertical-align: middle;
    height: 36px;
    line-height: 36px;
}

html body .bk-theme-generation2 .bk-lnk i {
    line-height: 36px;
    font-size: 14px;
    color: #aaa;
    white-space: nowrap;
    vertical-align: top;
}
html div.bk-theme-generation2 .bk-lnk i {
    line-height: inherit;
}
html body .bk-theme-generation2 .bk-lnk i:hover {
    color: #00a2ca;
}
.bk-scope .bk-lnk, .bk-scope .bk-lnk:link, .bk-scope .bk-lnk:visited {
    color: #666 !important;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.bk-group-intro {
    border-top: 1px dashed #EEE;
    padding-top: 15px;
    color: #999;
    margin-top: -8px;
    padding-bottom: 10px;
    font-size: 12px;
}

html body .bk-button-relative .bk-button-text {
    position: relative;
    z-index: 3;
}
html div.bk-theme-generation2 .bk-button-with-select {
    border: 1px solid #ddd;
    display: inline-block;
    width: 155px;
    clear: both;
}
html div.bk-theme-generation2 .bk-buttontab-with-select .bk-button-with-select {
    margin: 0 10px 10px 0;
}
html div.bk-theme-generation2 .bk-button-with-select .bk-button {
    float: left;
    height: 36px;
    width: 100%;
    overflow: inherit;
    margin: 0;
    background: transparent;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #333;
    cursor: pointer;
    border-radius: 0;
    border-bottom: 1px solid #ddd;
}

html div.bk-theme-generation2 .bk-button-with-select-current .bk-button {
    background: #00C1DE;
    color: #fff;
    cursor: default;
    border-bottom-color: #00C1DE;
}
html div.bk-theme-generation2 .bk-button-with-select-current {
    border: 1px solid #00C1DE;
}
html div.bk-theme-generation2 .bk-button-with-select:hover {
    border: 1px solid #00C1DE;
}
.bk-lnk-gray {
    color: #666 ;
}
.bk-lnk-gray:hover {
    color: #00a2ca;
}
html body div.bk-theme-generation2 .bk-group-intro  .bk-lnk {
    line-height: 14px;
    height: 16px;
}
html body .bk-form-row-txt {
    padding: 0 0 4px;
    line-height: 20px;
    color: #999;
    cursor: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    font-size: 12px;
}
/*select*/
html div.bk-theme-generation2 .bk-select .bk-select-button {
    height: 28px;
    line-height: 28px;
    background: #fff;
    font-size: 12px;
    padding: 0;
    color: #999;
    display: block;
}

html div.bk-theme-generation2 .bk-select {
    float: left;
    height: 28px;
    line-height: 28px;
    margin: 0;
}
html div.bk-theme-generation2 .bk-select .bk-select-button {
    border: 1px solid #00C1DE;
}
html body .bk-select .bk-select-group.bk-select-group-arrow {
    padding-right: 12px;
}
html body .bk-select .bk-select-group {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
html div.bk-theme-generation2 .bk-select .bk-select-group .bk-select-txt {
    color: #00C1DE;
    margin-left: 15px;
    float: none;
}
html body .bk-select-l2{
    width: 217px;
}
html div.bk-theme-generation2 .bk-select-linkage .bk-select-2 {
    margin-left: 10px;
    margin-right: 20px;
    display: inline-block;
}
html body .bk-form-row-name {
    float: left;
    display: inline;
    width: 94px;
    line-height: 36px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    font-weight: normal;
}
html div.bk-theme-generation2 .bk-form-row-name {
    padding-right: 20px;
    width: auto;
    min-width: 70px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}
html div.bk-theme-generation2 .bk-orange {
    color: #FF8A00;
}
html div.bk-theme-generation2 .bk-form-row-cell .bk-form-row-li {
    padding: 0;
}
html body .bk-form-row-li:after, html body .bk-form-row-txt:after, html body .bk-form-row:after{
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
    content: " ";
}
html body .bk-ecs-iooptimized {
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
html div.bk-theme-generation2 .bk-checkbox {
    line-height: 28px !important;
}
.bk-scope .bk-font-14 {
    font-size: 14px;
    color: #333333;
}
html body .bk-pb5 {
    padding-bottom: 20px;
}
html body .bk-light-gray {
    color: #999 !important;
}
html body .bk-form-row-cell {
    margin-left: 96px;
    line-height: 36px;
}
html body .bk-security-select {
    display: inline-block;
    margin-top: 3px;
}
html body .bk-rect-select i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #00c5e1;
    padding: 7px 0 0 7px;
    vertical-align: top;
}
html body .bk-rect-select .bk-rect-select-txt {
    margin-left: 5px;
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    vertical-align: top;
}
html body .bk-rect-select .bk-rect-select-icon-rect {
    float: left;
    display: inline;
    width: 1px;
    height: 1px;
    overflow: hidden;
    border: solid 2px #fff;
    margin: 0 2px 2px 0;
}

html body .bk-click-link:hover {
    text-decoration: underline;
}
html body .bk-rect-select-txt:hover {
    color: #00c5e1;
}
html body .bk-click-link {
    color: #00c5e1;
}
/*拖动条*/
html body .bk-slider .bk-slider-range {
    position: relative;
    display: block;
    height: 36px;
    background-color: #e8e8e8;
}
html div.bk-theme-generation2 .bk-label-non .bk-form-row-cell .bk-form-row-li {
    padding: 0;
    padding-bottom: 8px;
}
html div.bk-theme-generation2 .bk-slider {
    height: 20px;
    line-height: 20px;
}
html div.bk-theme-generation2 .bk-slider {
    margin-top: 4px;
    width: 414px;
    background-color: white;
}
html div.bk-theme-generation2 .bk-slider .bk-slider-range {
    height: 26px;
}
html div.bk-theme-generation2 .bk-slider .bk-slider-range {
    height: inherit;
}
html body .bk-slider .bk-slider-block {
    display: inline-block;
    height: 36px;
}
html div.bk-theme-generation2 .bk-slider .bk-slider-range {
    border: 1px solid #DDDDDD;
    background-color: white;
}html div.bk-theme-generation2 .bk-slider .bk-slider-range .bk-slider-block {
     height: inherit;
 }
html body .bk-slider .bk-slider-l2 {
    width: 206px;
}
html div.bk-theme-generation2 .bk-slider .bk-slider-range .bk-slider-block .bk-slider-block-box {
    height: inherit;
}
html div.bk-theme-generation2 .bk-slider .bk-slider-range .bk-slider-block .bk-slider-block-box .bk-slider-txt {
    height: inherit;
    line-height: inherit;
}
html div.bk-theme-generation2 .bk-slider .bk-slider-txt {
    font-size: 12px;
}
html body .bk-slider .bk-slider-l1 {
    width: 103px;
}
html body .bk-slider .bk-slider-block .bk-slider-block-box-last {
    border-width: 0;
    padding-right: 11px;
}
html body .bk-form-row-li .bk-lnk {
    line-height: 36px;
    white-space: nowrap;
    vertical-align: top;
}
html div.bk-theme-generation2 .bk-lnk {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    color: #373D41;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
html div.bk-theme-generation2 .bk-lnk:hover {
    color: #00C1DE;
}

 .bk-lnk:hover {
    color: #00a2ca !important;
}
/*checkbox*/
html div.bk-theme-generation2 .bk-checkbox {
    line-height: 28px !important;
}
html body .bk-security-enhancement .bk-ecs-security-enhancement .bk-order-pact-box {
    margin-right: 6px;
}
html body .bk-theme-generation2 .bk-order-pact-box {
    border: 1px solid #00c1de;
}
html .bk-theme-generation2 .bk-order-pact-box-select {
    border: 1px solid #00C1DE;
    background-color: #00C1DE;
}
html body .dis-inline-block {
    display: inline-block;
    margin-left: 1px;
}
.bk-checkbox .fa-check-square, .bk-checkbox .fa-square-o{
    color: #00C1DE;
}
html body div.bk-theme-generation2 .bk-disk-input {
    padding: 6px 18px 6px 4px;
    height: 30px;
    margin-left: 10px;
    border: 1px solid #00c5e1;
    width: 124px;
}
html body .bk-disk-input {
    float: left;
    display: inline;
    height: 28px;
    width: 81px;
    margin-left: 10px;
    padding: 10px 28px 10px 4px;
    border: solid 1px #e8e8e8;
    text-align: center;
    line-height: 20px;
    color: #333;
    font-size: 14px;
    outline: none;
}
html body .bk-form-input:focus {
    border-color: #44bee5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
html body .bk-form-status .bk-form-status-icon {
    display: inline-block;
    font-size: 14px;
    vertical-align: text-top;
}
html body .bk-form-input-error {
    border: solid 1px #ffb5b0 !important;
}
html body .bk-form-input-success{
    border: solid 1px #090 !important;
}
html body .bk-form-error {
    color: #f01b1b;
}
html body .bk-scope .bk-disk-storage span.bk-disk-unit {
    left: 103px;
    top: -3px;
}
html body .bk-disk-unit {
    position: absolute;
    left: 105px;
    top: 0;
    width: 28px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #999;
    font-size: 12px;
}
html body .bk-disk-cell-size {
    width: 140px !important;
}
.bk-form-row-li-info {
    line-height: 36px;
    color: #999;
    vertical-align: top;
}
.bk-form-row-li-info {
    line-height: 28px;
    height: 28px;
    font-size: 12px;
}
html body .bk-disk-cell {
    float: left;
    color: #999;
    min-height: 15px;
    text-align: center;
}
html body .bk-disk-storage {
    position: relative;
    float: left;
    display: inline;
    width: 90px;
}
html body .bk-disk-add .bk-disk-add-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #43bfe3;
    vertical-align: top;
}
html body .bk-disk-add .bk-disk-add-icon .bk-disk-add-icon-line, html body .bk-disk-add .bk-disk-add-icon .bk-disk-add-icon-line-b {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 16px;
    height: 4px;
    background: #fff;
}
html body div.bk-theme-generation2 .bk-disk-add .bk-disk-add-icon {
    width: 28px;
    height: 28px;
    background-color: #00c5e1;
}
html body div.bk-theme-generation2 .bk-disk-add .bk-disk-add-icon .bk-disk-add-icon-line {
    top: 13px;
    left: 8px;
    width: 12px;
    height: 2px;
}
html body div.bk-theme-generation2 .bk-disk-add .bk-disk-add-icon .bk-disk-add-icon-line-b {
    top: 8px;
    left: 13px;
    width: 2px;
    height: 12px;
}
html body div.bk-theme-generation2 .bk-disk-add {
    position: relative;
}
html body .bk-disk-add {
    cursor: pointer;
}
.inline-block {
    display: inline-block !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
html body .bk-disk-add .bk-disk-add-txt {
    margin-left: 10px;
    line-height: 36px;
    font-size: 14px;
    vertical-align: top;
}
html body div.bk-theme-generation2 .bk-disk-add .bk-disk-add-txt {
    line-height: 28px;
    font-size: 12px;
    display: inline-block;
    height: 28px;
}
.bk-ml2 {
    margin-left: 10px !important;
}
html div.bk-theme-generation2 .bk-number {
    height: 28px;
    line-height: 28px;
}
html div.bk-theme-generation2 .bk-number .bk-number-input {
    height: inherit;
    line-height: inherit;
}
html div.bk-theme-generation2 .bk-number .bk-number-input {
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    border: 1px solid #DDDDDD;
    width: 120px;
    font-size: 12px;
}
html div.bk-theme-generation2 .bk-number .bk-number-unit {
    height: inherit;
    line-height: inherit;
}
html div.bk-theme-generation2 .bk-number .bk-number-unit {
    right: 40px;
    left: initial;
    width: 40px;
    font-size: 12px;
}
html div.bk-theme-generation2 .bk-number .bk-number-control {
    height: inherit;
}
html div.bk-theme-generation2 .bk-number .bk-number-control {
    width: 40px;
    border: 1px solid #DDDDDD;
    border-left: none;
}
html body .bk-number .bk-number-control {
    float: left;
    display: inline;
    width: 22px;
    height: 36px;
    background: #e8e8e8;
}
html body .bk-number .bk-number-input {
    float: left;
    display: inline;
    height: 16px;
    width: 40px;
    padding: 9px 40px 9px 3px;
    margin-right: 1px;
    border: solid 1px #e8e8e8;
    text-align: center;
    line-height: 16px;
    color: #333;
    font-size: 14px;
    outline: none;
}
html body .bk-number {
    display: inline-block;
    position: relative;
    height: 36px;
    margin: 0 0 1px 0;
    vertical-align: top;
}

html body .bk-number .bk-number-unit {
    position: absolute;
    left: 43px;
    top: 0;
    width: 40px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #999;
    font-size: 12px;
}

html div.bk-theme-generation2 .bk-number .bk-number-control .bk-number-up, html div.bk-theme-generation2 .bk-number .bk-number-control .bk-number-down {
    background-color: #FAFAFA;
}
html div.bk-theme-generation2 .bk-number .bk-number-control .bk-number-up {
    border-bottom: 1px solid #DDDDDD;
}
html body .bk-number .bk-number-disabled, html body .bk-number .bk-number-disabled:hover {
    background: #e8e8e8;
    cursor: default;
}
html body .bk-number .bk-number-up, html body .bk-number .bk-number-down {
    display: block;
    height: 13px;
    background: #e8e8e8;
    overflow: hidden;
    cursor: pointer;
}
html div.bk-theme-generation2 .bk-number .bk-number-control .bk-number-up {
    height: 13px;
    line-height: 13px;
}
html div.bk-theme-generation2 .bk-number .bk-number-control .bk-number-up .bk-number-arrow {
    border-top-width: 3px;
}
html div.bk-theme-generation2 .bk-number .bk-number-control .bk-number-arrow {
    margin: 0;
    margin-left: 14px;
}
html div.bk-theme-generation2 .bk-number .bk-number-control .bk-number-down .bk-number-arrow {
    margin-top: 5px;
}
html body .bk-number .bk-number-up.bk-number-disabled .bk-number-arrow {
    border: solid 5px transparent;
    border-bottom-color: #b9b9b9;
}
html body .bk-number .bk-number-arrow {
    display: block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-top-color: #999;
    margin: 3px 6px
}
html body .bk-form-input {
    height: 16px;
    width: 86px;
    padding: 9px 10px 9px 10px;
    margin: 0 1px 1px 0;
    border: solid 1px #e8e8e8;
    line-height: 16px;
    color: #333;
    font-size: 12px;
    outline: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
html div.bk-theme-generation2 .bk-form-input {
    width: 317px;
    height: 28px;
    line-height: 28px;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 2px 15px;
}
html .bk-theme-generation2 .bk-subtotal {
    background-color: #FBFBFB !important;
}
html body .bk-items .bk-items-title {
    margin: 0 10px;
    padding: 10px;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    line-height: 1.5;
}
html .bk-theme-generation2 .bk-items .bk-items-title {
    border: 0 none;
    font-weight: bold;
    margin-left: 50px;
    color: #333;
}
html .bk-theme-generation2 .bk-items .bk-items-title i {
    color: #ccc;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
html .bk-theme-generation2 .bk-items .bk-items-right-tip {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #999;
}
html body .bk-scope .bk-lnk-gray {
    color: #666 ;
    font-size: 12px;
}
html body .bk-items .bk-items-list {
    margin: 0 10px;
    padding: 8px 10px;
    font-size: 12px;
}
html .bk-theme-generation2 .bk-items-list-ul {
    margin-left: 60px;
}
html .bk-theme-generation2 .bk-items .bk-items-item {
    width: 360px;
    display: inline-block;
    vertical-align: top;
}
html body .bk-items .bk-items-item-name {
    float: left;
    display: inline;
    width: 50px;
    color: #999;
    line-height: 2;
}
html body .bk-items .bk-items-item-value {
    display: block;
    margin-left: 52px;
    color: #666;
    line-height: 2;
}
html .bk-theme-generation2 .bk-items .bk-items-item-name {
    float: left;
    width: 60px;
}
html .bk-theme-generation2 .bk-items .bk-items-item-value {
    float: left;
    width: 280px;
    margin-left: 0;
}

html body .bk-items {
    background: #fafafa;
    position: relative;
}
html .bk-theme-generation2 .bk-items-price {
    padding-top: 0;
    background-color: #FBFBFB;
    z-index: 100;
    padding-bottom: 30px;
    margin: 0;
}
html .bk-theme-generation2 .bk-subtotal .bk-subtotal-footer {
    position: fixed;
    bottom: 0;
    padding-left: 80px;
    width: 1200px;
    background: #F7F8FA;
    -webkit-box-shadow: 0 -1px 3px 0 rgba(0,0,0,0.2);
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,0.2);
    min-height: 70px;
    vertical-align: middle;
}
html .bk-theme-generation2 .bk-subtotal .bk-subtotal-footer .bk-items-price-wrapper {
    margin-top: 20px;
}
html .bk-theme-generation2 .bk-items-price-item {
    margin-bottom: 5px !important;
}
html .bk-theme-generation2 .bk-items-price-title {
    display: inline-block;
}
.bk-scope .bk-pale {
    color: #999;
}
html body .bk-items-price-title {
    color: #000;
    line-height: 1;
}
html .bk-theme-generation2 .bk-items-price-settle .bk-items-price-money, html .bk-theme-generation2 .bk-items-price-settle .bk-cny, html .bk-theme-generation2 .bk-items-price-settle .bk-items-price-calculating {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}
html .bk-theme-generation2 .bk-items-price-settle {
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
}
html body .bk-items-price-settle {
    margin-top: 10px;
    color: #f60;
    font-size: 30px;
    line-height: 1;
}
.bk-spec-price-money .bk-cny, .bk-spec-price-money .bk-items-price-calculating {
    margin-left: 41px !important;
}
.bk-scope .bk-cny {
    margin: 0 .2em 0 0;
    font-family: "Arial";
}
html body .bk-items-price-settle .bk-items-price-unit {
    margin-left: 4px;
    color: #000;
    font-size: 12px;
    line-height: 1;
}
html .bk-theme-generation2 .bk-items-price-offer {
    display: inline-block;
    margin-left: 10px;
}
html body .bk-items-price-offer {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
}
html body .bk-items-price-rebate {
    color: #390;
}
html .bk-theme-generation2 .bk-items-price-control {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    height: 70px;
}
html body .bk-items .bk-items-price-control {
    padding: 10px 6px 5px 10px;
    text-align: left;
}

html body .bk-items .bk-items-price-control .bk-button {
    margin: 2px;
}
html div.bk-theme-generation2 .bk-button, html div.bk-theme-generation2 .bk-button-primary, html div.bk-theme-generation2 .bk-button-default {
    text-align: center;
    display: inline-block;
    width: 127px;
    height: 36px;
    border-width: 0;
    background: #f60;
    color: #fff;
    font-size: 18px;
    line-height: 2;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}
html div.bk-theme-generation2 .bk-button-orange-transparent {
    height: 38px;
    line-height: 38px;
    width: 153px;
    background: transparent;
    border: 1px solid #FF8A00;
    font-size: 16px;
    color: #FF8A00;
}
html div.bk-theme-generation2 .bk-button-orange {
    height: 40px;
    line-height: 40px;
    width: 155px;
    background: #FF8A00;
    font-size: 16px;
    color: #fff;
}

html body .bk-items .bk-items-price-info {
    margin: 0;
    padding: 13px 0 0;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
}

html .bk-theme-generation2 .bk-items-price-control .bk-items-price-info {
    padding:  0;
}
html .bk-theme-generation2 .bk-items-price-tag {
    color: #FF8A00;
    font-size: 12px;
}
html .bk-theme-generation2 .bk-items-price-tag {
    display: inline-block;
    margin-left: 5px;
}
html body .bk-items-price-tag {
    margin-top: 10px;
}
html body .bk-items-price {
    margin: 0 10px;
    padding: 13px 10px 0;
}
html body .fa-gift {
    float: left;
    display: inline;
    width: 12px;
    margin-top: 4px;
    color: #f60;
}
html .bk-theme-generation2 .bk-items-price-tag-list {
    margin-left: 15px;
}
html .bk-theme-generation2 .bk-ploy-more {
    cursor: pointer;
}






