.header {
    display: table !important;
}
.pd_details_top {
    padding-top: 25px;
    position: relative;
    padding-bottom: 60px;
}

.pd_details_top_left {
    float: left;
    display: inline-block;
}
.error_form{
    width: 100% !important;
}
.preview {
    width: 472px;
    height: 581px;
    /* margin: 50px 0px 0px 150px; */
    position: relative;
}
/* smallImg */
.smallImg {
    position: relative;
    height: 60px;
    margin-top: 1px;
    width: 472px;
    overflow: hidden;
    float: left;
    margin: 15px auto;
}

.scrollbutton {
    width: 24px;
    height: 58px;
    overflow: hidden;
    /* position: relative; */
    /* float: left; */
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.scrollbutton.smallImgUp,
.scrollbutton.smallImgUp.disabled {
    left: 0;
    background: url(../img/product_detail/pd_left.png) no-repeat;
}

.scrollbutton.smallImgDown,
.scrollbutton.smallImgDown.disabled {
    right: 0;
    background: url(../img/product_detail/pd_right.png) no-repeat;
    margin-left: 19px;
}

#imageMenu {
    height: auto;
    width: 406px;
    overflow: hidden;
    margin-left: 0;
    float: left;
    margin-left: 33px;
}

#imageMenu li {
    height: 40px;
    width: 40px;
    overflow: hidden;
    float: left;
    text-align: center;
    padding: 6px;
    border: 2px solid transparent;
    margin-right: 4px;
     box-sizing: content-box;
}

#imageMenu li:nth-last-child(1) {
    margin-right: 0;
}

#imageMenu li img {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#imageMenu li#onlickImg {
    border: 2px solid #f49e15;
}

#imageMenu li:hover {
    border: 2px solid #f49e15;
}

/* bigImg */
.bigImg {
    position: relative;
    float: left;
    width: 472px;
    height: 472px;
    overflow: hidden;
}

.bigImg #midimg {
    width: 472px;
    height: 472px;
}

.bigImg #winSelector {
    width: 235px;
    height: 210px;
}

#winSelector {
    position: absolute;
    cursor: crosshair;
    filter: alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.15;
    background-color: #000;
    border: 1px solid #fff;
}


/* bigView */
#bigView {
    position: absolute;
    border: 1px solid #959595;
    overflow: hidden;
    z-index: 999;
    top: 0;
    left: 487px;
    width: 328px;
    height: 328px;
}

#bigView img {
    position: absolute;
}

.pd_details_top_right {
    float: right;
    margin-right: 280px;
    width: 410px;
}

.pd_details_top_right h2 {
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding-bottom: 20px;
}

.pd_details_top_right p {
    font-size: 14px;
    line-height: 26px;
    color: #333333;
}

.pd_details_top_right p i {
    line-height: 26px;
    color: #555555;
    padding-left: 25px;
}

.pd_details_top_right a {
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    letter-spacing: 3px;
    margin-top: 30px;
    color: #fff;
    background-color: #ff9539;
    width: 120px;
    display: inline-block;
    line-height: 36px;
    text-align: center;
}

.pd_details_top_right a:hover {
    background-color: #df7416;
}

.pd_details_top_right b {
    width: 100%;
    height: 2px;
    background-color: #ececec;
    margin-top: 30px;
    display: inline-block;
}

.pd_details_top_right div {
    font-size: 14px;
    color: #999999;
    padding-left: 25px;
    position: relative;
    line-height: 30px;
    margin-top: 5px;
    display: inline-block;
    cursor: default;
}

.pd_details_top_right div span {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/product_detail/pd_shouchang.png) no-repeat 50% 50%;
}

.pd_head_logo_info a span {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../img/product_detail/pd_shouchang.png) no-repeat 50% 50%;
}

.onlighting{
    color: #456598 !important;
}

.onlighting span ,#c_product .on{
    background: url(../img/product_detail/pd_shouchang_on.png) no-repeat 50% 50% !important;
}

.pd_details_top_right div:hover {
    color: #456598;
}

.pd_details_top_right div:hover span {
    background: url(../img/product_detail/pd_shouchang_on.png) no-repeat 50% 50%;
}

.pd_look {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #dfe0e1;
    width: 208px;
    text-align: center;
    padding-bottom: 20px;
    background: white;
}

.pd_look h2 {
    font-size: 14px;
    color: #555555;
    line-height: 32px;
    text-align: center;
    border-bottom: 1px solid #dfe0e1;
}
.pd_look_item .label:hover{
    background-color: #d9d9d9;
    color: #414141;
}

.pd_look_item .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}
.pd_look_item .label:hover i {
    color: #414141;
}

.pd_look_item:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: 10px;
}
.pd_look_item:hover .label {
    display: inline-block;
}

.pd_look_item {
    width: 166px;
    height: 166px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
}

.pd_look_item a img {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.pd_look_item_info {
    width: 167px;
    line-height: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    text-align: center;
    background-color: #e9e9e9;;
    bottom: 0;
    opacity: 0.85;
}

.pd_look_item_info h3 {
    font-size: 15px;
    line-height: 24px;
    color: #333;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
}



.pd_details_bottom {
    margin-bottom: 54px;
}

.pd_details_bottom_nav {
    height: 52px;
    background-color: #fafafa;
    border: 1px solid #e4e4e4;
}

.pd_details_bottom_nav a {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    width: 144px;
    border-right: 1px solid #e4e4e4;
    float: left;
}

.pd_details_bottom_nav a.on {
    color: #fff;
    background-color: #f49e15;
    border-right: 1px solid #f49e15;
}

.pd_details_bottom_nav a:hover {
    color: #fff;
    background-color: #f49e15;
    border-right: 1px solid #f49e15;
}

.pd_details_bottom_cont {
    margin-top: 20px;
    border: 1px solid #e4e4e4;
    background-color: #fafafa;
    text-align: center;
    padding: 20px 0;
}

.pd_details_bottom_item, .pd_details_bottom_item2 {
    /*background-color: #fafafa;*/
    /*border: 1px solid #e4e4e4;*/
    /*text-align: center;*/
    /*padding: 20px 0;*/
    display: none;
    font-size: 15px;
    line-height: 25px;
    color: #555555;
}

.pd_details_bottom_item img {
    max-width: 100%;
}

.pd_details_bottom_item.on, .pd_details_bottom_item2.on {
    display: block;
}
.pd_details_info {
    width: 100%;
    margin: 10px auto;
    display: table;
}
.pd_details_info p {
    font-size: 15px;
    line-height: 26px;
    color: #333333;
    margin-right: 40px;
    text-align: left;
}
.pd_details_info p i {
    line-height: 26px;
    color: #555555;
    padding-left: 15px;
}
.pd_store {
    position: relative;
    padding-bottom: 54px;
}

.pd_store_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pd_store h2 {
    line-height: 30px;
    height: 37px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 76px;
    color: #f49e15;
}
.swiper-container_store {
    overflow: hidden;
    padding-bottom: 86px;
    position: relative;
}

.swi_store {
    margin-top: 42px;

}

.swi_store_item {
    float: left;
    width: 205px;
    border: 1px solid #f1f1ef;
    padding: 10px;
    margin-right: 13px;
    position: relative;
    height: 263px;
    box-sizing: content-box;
}

.swi_store_item:nth-child(1) {
    margin-left: 5px;
}

.swi_store_item:nth-last-child(1) {
    margin-right: 5px;
}

.swi_store_item img {
    width: 205px;
    height: 205px;
}

.swi_store_item p {
    font-size: 14px;
    line-height: 16px;
    color: #444444;
    text-align: center;
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    height: 32px;
}
.swi_store_item .label:hover{
    background-color: #d9d9d9;
    color: #414141;
}

.swi_store_item .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}
.swi_store_item .label:hover i {
    color: #414141;
}

.swi_store_item:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: -5px;
}
.swi_store_item:hover .label {
    display: inline-block;
}

.swi_store_item:hover p {
    color: #456598;
}

.swi_store_item:hover img {
    opacity: 0.8;
}

.swiper-container_store .swiper-button-prev {
    width: 15px;
    height: 23px;
    background: url(../img/product_detail/swi_store_l.png) no-repeat 50% 50%;
    position: absolute;
    top: 93%;
    left: 40%;
}

.swiper-container_store .swiper-button-next {
    width: 15px;
    height: 23px;
    background: url(../img/product_detail/swi_store_r.png) no-repeat 50% 50%;
    position: absolute;
    top: 93%;
    right: 40%;
}

.swiper-container_store .swiper-button-prev:hover {
    background: url(/static/lamp/images/upload/swi_store_l_on.png) no-repeat 50% 50%;
}

.swiper-container_store .swiper-button-next:hover {
    background: url(/static/lamp/images/upload/swi_store_r_on.png) no-repeat 50% 50%;
}

.swiper-container_store .swiper-pagination {
    position: absolute;
    bottom: 30px;
}

.swiper-container_store > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 12px;
}

.swiper-container_store .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgb(165, 161, 161);
    margin: 0 12px;
}

.swiper-container_store .swiper-pagination-bullet-active {
    background-color: #f49e15;
}
