﻿
.maui-layout-box {
    padding-right: 0;
}
.compose-topbar .btn-reset {
    height: 30px;
    width: 49%;
}
.maui-layout-box .maui-row-right {
    float: none;
    width: 100%;
    margin-right: auto;
    display:flex;
}
.side-bar {
    width: 100%;
    position: inherit;
}
.selected-price-header {
    display: flex;
    justify-content: space-between;
}
.options-field .option.selected {
    display: flex;
    justify-content: space-between;
}
#spShipMoeny {
display:none;
}
.span_area {
    line-height: 2;
    margin-left: 22px;
    color: red;
}
input[type="text"] {

}
.other_option dl {
    height: 38px;
    margin-bottom: 0px;
    border-bottom: 1px solid #7890b3;
}
.other_option .name {
    padding: 10px 5px;
    height: 38px;
    float: left;
    cursor: pointer;
}
    .other_option .name.active {
        border: 1px solid #7890b3;
        border-bottom: 1px solid #ffffff;
        color: #7890b3;
    }
.select_item_box {
    width: 100%;
    padding: 10px 10px 0;
    border: 1px solid #7890b3;
    border-top: none;
}
.other_option .arr_bottom {
    display: inline-block;
    background: url(/pagesV1/images/onejian.png) no-repeat;
    width: 11px;
    height: 9px;
    margin-left: 5px;
}
.other_option .name.active .arr_bottom {
    background: url(/pagesV1/images/hoveronejian.png) no-repeat;
}
.hover_detail, .hover_detail .hover_detail_content {
    top: 50%;
    transform: translate(0,-50%);
}
.hover_detail {
    position: fixed;
    width: 1200px;
    z-index: 1000;
}
    .hover_detail .hover_detail_title {
        width: 60px;
        height: 70px;
        background-color: #009c4b;
        color: #fff;
        font-size: 15px;
        text-align: center;
        padding: 10px 0;
        box-sizing: border-box;
        letter-spacing: 1px;
        cursor: pointer;
        position: absolute;
        right: -80px;
        top: -40px;
    }
    .hover_detail .hover_detail_content {
        width: 1220px;
        padding: 15px;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        display: none;
        top: -39px;
        z-index: 10;
        background: #fff;
        box-shadow: rgba(0,0,0,.3)0 0 20px;
    }
.pcbDetail li {
    border: 1px solid #f3f3f3;
    border-right: none;
    border-bottom: none;
}

.pcbDetail li, .hover_detail li {
    float: left;
    width: 25%;
    height: 50px;
    font-size: 14px;
    overflow: hidden;
}
.ullifc li span, .ullifc li em {
    display: flex;
    float: left;
    width: 50%;
    align-items: center;
    box-sizing: border-box;
    height: 50px;
    padding: 0 0.7em;
    line-height: 14px;
}
.pcbDetail li span, .hover_detail li span {
    background: #F9F9F9;
}
.pcbDetail li em, .hover_detail li em {
    text-align: left;
    justify-content: left;
    font-style:normal;
}