.container {
    position: relative
}

.image_area .zoom_image {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 5px
}

.image_area .image_list {
    text-align: center;
    margin-top: 10px
}

.image_area .image_list a {
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 2px;
    display: inline-block;
    margin: 0 3px
}

.image_area .zoom_image img {
    max-width: 100%
}

.item-info {
    padding: 10px
}

.item-info h1 {
    font-size: 18px;
    margin: 0 0 10px
}
.item-info .feature-css {
    font-size: 14px;
    color: #FF0036;
}

.item-info dl dt {
    width: 150px;
    float: left;
    color: #838383;
    text-align: right;
    font-weight: 400;
    padding-right: 10px;
    line-height: 34px
}

.item-info dl dd {
    margin-left: 160px
}

.item-info dl dd.price strong {
    color: #c00;
    font-size: 24px;
    font-weight: 400
}

.item-info dl dd.post_fee strong {
    font-size: 14px;
    line-height: 34px
}

.item-info .buy_line {
    margin-top: 30px
}

.item-info .popover {
    position: relative;
    display: block
}

.item-info .popover .popover-title {
    font-size: 12px
}

.item-info .popover .arrow {
    left: 10%
}

.item-info dl .color_item,
.item-info dl .size_item {
    display: inline-block;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, .2);
    text-decoration: none;
    padding: 1px;
    color: #323232
}

.item-info dl .color_item {
    margin: 0 10px 6px 0
}

.item-info dl .color_item:hover,
.item-info dl .size_item:hover {
    border: 2px solid #be0106
}

.item-info dl .color_item img {
    width: 34px;
    height: 34px
}

.item-info dl .color_item .color_item_nopic {
    padding: 5px;
    display: inline-block
}

.item-info dl .size_item {
    padding: 6px 10px;
    height: 34px;
    margin: 0 10px 6px 0;
    background-color: #f7f7f7
}

.item-info dl .selected {
    border: 2px solid #be0106
}

.item-info dl .selectdisabled {
    opacity: .5;
    filter: alpha(opacity=50)
}

.item-info dl .selectdisabled:hover {
    border: 2px solid rgba(0, 0, 0, .2)
}

.item-info .buynum_select {
    width: 120px
}

.item-info .buynum_select input {
    text-align: center
}

.item-info #expressno_popup {
    display: none
}

.item-info .must-select {
    border: 2px solid #f60;
    padding-top: 20px
}

.item-info #note {
    width: 80%;
    height: 80px
}

.item-seller-info .headline {
    margin-top: 0
}

.item-seller-info .m-content {
    font-size: 14px;
}
.item-seller-info .m-content span:first-child {
    margin-right: 5px;
}

.item_desc_area {
    margin-top: 50px
}

#scrollTop {
    position: fixed;
    background-color: #fff;
    display: none;
    bottom: 50px;
    right: 50px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 47px;
    height: 47px;
    text-align: center
}

#loading {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999999
}

#loading .overlay {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8)
}

#loading .loading {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -16px;
    background: transparent url(../images/loading.gif) no-repeat 50% 50%
}

#popup_mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99999999
}

#popup_box {
    position: fixed;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    z-index: 999999999;
    top: 100px;
    width: 450px;
    left: 50%;
    margin-left: -225px;
    border-style: solid;
    border-width: 5px;
    border-color: rgba(0, 0, 0, .1)
}

#popup_box .glyphicon {
    font-size: 60px;
    margin: 20px auto;
    display: block;
    opacity: .9
}

#popup_box p {
    font-size: 12px;
    color: #525252;
    white-space: normal;
    word-break: break-all;
    width: 90%;
    margin: 0 auto
}

#popup_box .btn-border {
    display: inline-block;
    width: 50%;
    border: 1px solid #f60;
    color: #f60;
    font-weight: 700;
    border-radius: 2px;
    background: #fff;
    font-size: 12px;
    padding: 6px 12px;
    line-height: 1.428571429;
    margin: 20px auto
}

#popup_box .btn-border:active {
    background: #f60;
    color: #fff
}

.info .glyphicon {
    color: #ff7f00
}

.error .glyphicon {
    color: #d54a4a
}

.success .glyphicon {
    color: #51bd12
}

.info .c-btn-orange {
    background: #ff7f00
}

.error .c-btn-orange {
    background: #d54a4a
}

.success .c-btn-orange {
    background: #51bd12
}

.goods-desc {
    margin-bottom: 10px;
}

.goods-desc h2 {
    margin: 10px 0px;
}

.goods-desc p, .goods-desc .desc-content {
    text-align: center;
}

.goods-desc .attributes {
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: solid 1px #eee;
}

.goods-desc .attributes .attributes-list {
    padding: 0 15px;
}
.goods-desc .attributes li {
    display: inline;
    float: left;
    width: 206px;
    height: 24px;
    margin-right: 20px;
    overflow: hidden;
    text-indent: 5px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
}