﻿@charset "utf-8";

.GIA_main {
    background: #fff;
}

.GIA_main .top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #dfdfdf;
    display: -webkit-box;
    font-size: 0.85em;
}

.GIA_main .top ul {
    -webkit-box-flex: 1;
    display: -webkit-box;
    color: #777777;
}

.GIA_main .top ul li {
    -webkit-box-flex: 1;
    text-align: center;
}

.GIA_main .top ul li span {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding-right: 18px;
    position: relative;
    z-index: 1;
}

.GIA_main .top ul li span:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 13px;
    right: 3px;
    display: block;
    width: 5px;
    height: 5px;
    border-color: #999;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.GIA_main .top ul li.cur.desc span:after {
    border-color: #3551ce;
}

.GIA_main .top ul li.cur.asc span:after {
    top: 16px;
    border-color: #3551ce;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

.GIA_main .top ul li.cur span {
    color: #3551ce;
    border-bottom: 1px solid #3551ce;
}

.GIA_main .top .top_R {
    width: 96px;
    text-align: center;
}

.GIA_main .top .top_R span {
    padding-left: 12px;
    background: url(../images/GIA_add.png) no-repeat left;
    background-size: 9px auto;
    color: #333333;
    display: inline-block;
}

.GIA_main .top .top_R.on span {
    padding-left: 12px;
    background: url(../images/GIA_addx.png) no-repeat left;
    background-size: 9px auto;
    color: #3551ce;
    display: inline-block;
    border-bottom: 1px solid #3551ce;
}

.GIA_main .goods_main {
    background: #fff;
}

.GIA_main .goods_main .goods_main_top ul li {
    height: 37px;
    line-height: 37px;
    font-size: 10px;
    display: inline-block;
    color: #c1c1c1;
}

.GIA_main .goods_main .goods_main_top ul li span {
    padding: 0px 10px;
    color: #c1c1c1;
}

.GIA_main .goods_main .goods_main_top ul li label.COR_CHECKBOX input[type="checkbox"] {
    -webkit-appearance: none;
    padding: 8px 0 8px 15px;
    margin-left: 10px;
    background: url(../images/GIA_dotbg.png) no-repeat center;
    background-size: 12px auto;
    vertical-align: middle;
}

.GIA_main .goods_main .goods_main_top ul li label.COR_CHECKBOX input[type="checkbox"]:checked {
    background: url(../images/GIA_dotbgx.png) no-repeat center;
    background-size: 12px auto;
}

.GIA_main .goods_main .goods_main_top ul li font {
    margin-left: 10px;
    color: #777777;
}

.GIA_main .goods_main .goods_main_top ul li em {
    color: #3551ce;
    padding-right: 10px;
}

.GIA_main .goods_main .goods_main_listT {
    text-align: center;
    background: #f3f3f3;
    font-size: 10px;
    color: #333333;
    display: -webkit-box;
    height: 40px;
    line-height: 40px;
}

.GIA_main .goods_main .goods_main_listT ul {
    -webkit-box-flex: 1;
    display: -webkit-box;
}

.GIA_main .goods_main .goods_main_listT ul li {
    -webkit-box-flex: 1;
    width: 14.3%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.GIA_main .goods_main .goods_main_listT ul li.on {
    background: #dedede;
}

.GIA_main .goods_main .goods_main_listT ul li.on span {
    padding-right: 9px;
    background: url(../images/GIA_arrow.png) no-repeat right;
    background-size: 6px auto;
}

.GIA_main .goods_main .goods_main_listT .goods_main_listTr {
    width: 96px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.GIA_main .goods_main .goods_main_listT .goods_main_listTr.on {
    width: 96px;
    height: 40px;
    line-height: 40px;
    background: #dedede;
}

.GIA_main .goods_main .goods_main_listT .goods_main_listTr.on span {
    padding-right: 9px;
    background: url(../images/GIA_arrow.png) no-repeat right;
    background-size: 6px auto;
}

.GIA_main .goods_main .goods_main_list {
    text-align: center;
    background: #fff;
    font-size: 10px;
    color: #666666;
    display: -webkit-box;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
}

.GIA_main .goods_main .goods_main_list ul {
    -webkit-box-flex: 1;
    display: -webkit-box;
}

.GIA_main .goods_main .goods_main_list ul li {
    -webkit-box-flex: 1;
    width: 14.3%;
}

.GIA_main .goods_main .goods_main_list ul li:last-child {
    width: 20%;
}

.GIA_main .goods_main .goods_main_list ul li img {
    width: 14px;
    height: auto;
    margin: 0 auto;
    padding-top: 12px;
}

.GIA_main .goods_main .goods_main_list ul li label.COR_CHECKBOX input[type="checkbox"] {
    -webkit-appearance: none;
    padding: 8px 0 8px 20px;
    background: url(../images/GIA_dotbg.png) no-repeat center;
    background-size: 12px auto;
    vertical-align: middle;
}

.GIA_main .goods_main .goods_main_list ul li label.COR_CHECKBOX input[type="checkbox"]:checked {
    background: url(../images/GIA_dotbgx.png) no-repeat center;
    background-size: 12px auto;
}

.GIA_main .goods_main .goods_main_list .goods_main_listr {
    width: 96px;
}

.GIA_main .page_box {
    padding: 10px;
    overflow: hidden;
    color: #666;
}

.GIA_main .page_box .page_info {
    line-height: 23px;
}

.GIA_main .page_box ul {
    width: 100%;
    border-top: solid 1px #CCC;
    padding-top: 5px;
    margin-top: 10px;
}

.GIA_main .page_box ul li {
    margin: 5px;
}

.GIA_main .page_box ul li.on a {
    color: #3551ce;
    font-weight: bold;
}

.GIA_xiangqing {
    background: #fff;
}

.GIA_xiangqing .banner_box {
    position: relative;
    z-index: 1;
}

.GIA_xiangqing .slide_box {
    position: relative;
    z-index: 1;
}

.GIA_xiangqing .slide_box .hd {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -48px;
    z-index: 2;
    padding-right: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-pack: center;
}

.GIA_xiangqing .slide_box .hd ul {
    padding: 2px 0;
}

.GIA_xiangqing .slide_box .hd ul li {
    width: 10px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/banner_dot.png) no-repeat center;
    background-size: auto 7px;
}

.GIA_xiangqing .slide_box .hd ul li.on {
    background: url(../images/banner_dotx.png) no-repeat center;
    background-size: auto 10px;
}

.GIA_xiangqing .slide_box .bd {
    position: relative;
    z-index: 1;
}

.GIA_xiangqing .slide_box .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.GIA_xiangqing .slide_box .bd li img {
    vertical-align: top;
    width: 100%;
}

.GIA_xiangqing a.url_360 {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    background: url("../images/details_icon_1.jpg") no-repeat;
    background-size: 100% auto;
}

.GIA_xiangqing .banner_box_button {
    height: 60px;
    background: url(../images/GIA_xq_buttonbg.png) no-repeat top;
    background-size: auto 37px;
    position: relative;
}

.GIA_xiangqing .banner_box_button ul {
    width: 180px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -90px;
    display: -webkit-box;
}

.GIA_xiangqing .banner_box_button ul li {
    width: 33.33%;
    -webkit-box-flex: 1;
}

.GIA_xiangqing .banner_box_button ul li.prev {
    background: url(../images/GIA_xq_button1.png) no-repeat center;
    background-size: 13px auto;
}

.GIA_xiangqing .banner_box_button ul li.playState {
    background: url(../images/GIA_xq_button2.png) no-repeat center;
    background-size: 13px auto;
}

.GIA_xiangqing .banner_box_button ul li.next {
    background: url(../images/GIA_xq_button3.png) no-repeat center;
    background-size: 13px auto;
}

.GIA_xiangqing_main .goods_xq {
    background: url(../images/GIA_xq_goodsbg.png) no-repeat center top 15px;
    background-size: auto 3px;
    box-shadow: 0px -3px 5px #e8e8e8;
}

.GIA_xiangqing_main .goods_xq .goods_xq_top {
    padding: 36px 14px 0 14px;
    font-size: 10px;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.GIA_xiangqing_main .goods_xq .goods_xq_top font {
    padding-left: 9px;
}

.GIA_xiangqing_main .goods_xq .goods_xq_main {
    padding: 6px 14px 0 14px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.GIA_xiangqing_main .goods_xq .goods_xq_bottom {
    height: 50px;
    line-height: 50px;
    margin-left: 14px;
    border-bottom: 1px solid #e4e4e4;
}

.GIA_xiangqing_main .goods_xq .goods_xq_bottom span {
    font-size: 9px;
    padding: 1px 5px;
    background: #e7ebff;
    color: #3551ce;
    vertical-align: middle;
}

.GIA_xiangqing_main .goods_xq .goods_xq_bottom font {
    font-size: 13px;
    color: #3551ce;
    font-weight: bold;
    vertical-align: middle;
}

.GIA_xiangqing_main .goods_xq .goods_xq_bottom s {
    font-size: 9px;
    color: #999999;
    vertical-align: middle;
}

.GIA_xiangqing_main .goods_cz {
    overflow: hidden;
    padding: 0 15px;
    margin-top: 5px;
}

.GIA_xiangqing_main .goods_cz ul {
    display: -webkit-box;
}

.GIA_xiangqing_main .goods_cz ul li {
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    -webkit-box-flex: 1;
    overflow: hidden;
    font-size: 9px;
    color: #999999;
}

.GIA_xiangqing_main .goods_cz a {
    font-size: 0.85em;
    color: #999999;
    line-height: 23px;
}

.GIA_xiangqing_main .goods_cz ul li span {
    padding-left: 12px;
    background: url(../images/GIA_goods_cz_dot.png) no-repeat left;
    background-size: 5px auto;
}

.GIA_xiangqing_main .zhengshu {
    margin: 14px;
    background: #f8f8f8;
    overflow: hidden;
    display: -webkit-box;
    padding: 15px;
}

.GIA_xiangqing_main .zhengshu dl {
    -webkit-box-flex: 1;
    overflow: hidden;
    background: url(../images/GIA_linebg.png) repeat-y right;
    background-size: 1px auto;
}

.GIA_xiangqing_main .zhengshu dl dt {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

.GIA_xiangqing_main .zhengshu dl dd {
    font-size: 9px;
    padding-top: 8px;
    color: #666666;
}

.GIA_xiangqing_main .zhengshu dl dd em {
    padding-left: 2px;
}

.GIA_xiangqing_main .zhengshu .zhengshuR {
    width: 95px;
    height: 36px;
    background: url(../images/GIA_xq_img1.png) no-repeat right;
    background-size: auto 24px;
}

.GIA_xiangqing_main .zscs {
    text-align: center;
}

.GIA_xiangqing_main .zscs .title {
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    letter-spacing: 1px;
    display: inline-block;
    background: url(../images/index_titlebg1.png) no-repeat left;
    background-size: 50px auto;
}

.GIA_xiangqing_main .zscs .title span {
    display: inline-block;
    padding: 0 50px;
    background: url(../images/index_titlebg2.png) no-repeat right;
    background-size: 50px auto;
}

.GIA_xiangqing_main .zscs .title span h3 {
    padding: 0 16px;
    letter-spacing: 1px;
    font-size: 15px;
}

.GIA_xiangqing_main .zscs ul.posUl {
    padding: 18px 14px;
}

.GIA_xiangqing_main .zscs ul li.posLi {
    display: -webkit-box;
    line-height: 35px;
    font-size: 11px;
    padding: 0 10px;
}

.GIA_xiangqing_main .zscs ul li.posLi:nth-of-type(even) {
    background: #f8f8f8;
}

.GIA_xiangqing_main .zscs ul li span.li_name {
    width: 50%;
    -webkit-box-flex: 1;
    display: block;
    text-align: left;
    color: #777777;
    overflow: hidden;
}

.GIA_xiangqing_main .zscs ul li font {
    width: 50%;
    -webkit-box-flex: 1;
    display: block;
    text-align: right;
    color: #333333;
    overflow: hidden;
}

.GIA_xiangqing_main .zscs ul li .zscs_icon {
    width: 20px;
    height: 35px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.GIA_xiangqing_main .zscs ul li .zscs_icon img {
    width: 13px;
    height: auto;
    margin: 0 auto;
}

.GIA_xiangqing_main .ckzs {
    margin: 0 24px;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #3551ce;
    border-bottom: 1px solid #3551ce;
    text-align: center;
}

.GIA_xiangqing_main .ckzs span {
    font-size: 11px;
    padding-right: 25px;
    background: url(../images/GIA_xq_arrow.png) no-repeat right;
    background-size: 20px auto;
    letter-spacing: 1px;
    color: #333333;
}

.price_note {
    line-height: 20px;
    background: #f8f8f8;
    color: #777777;
    padding: 0 10px;
    font-size: 0.85em;
    overflow: hidden;
}

.price_note p {
    margin-bottom: 10px;
}

.jgsm_main.showText .price_note {
    height: 60px;
}

.jgsm_main .toggleText {
    display: block;
}

.GIA_xiangqing_main .jgsm {
    margin: 28px 14px 0 14px;
    padding-top: 12px;
    background: url(../images/GIA_xq_bg.png) no-repeat top;
    background-size: auto 12px;
}

.GIA_xiangqing_main .jgsm .jgsm_main {
    background: #f8f8f8;
}

.GIA_xiangqing_main .jgsm .jgsm_main .jgsm_main_top {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    display: block;
}

.GIA_xiangqing_main .jgsm .jgsm_main .jgsm_main_top span {
    padding-left: 20px;
    background: url(../images/GIA_xq_topbg.png) no-repeat left;
    background-size: 15px auto;
    display: inline-block;
}

.GIA_xiangqing_main .jgsm .jgsm_main .jgsm_main_buttom {
    font-size: 11px;
    line-height: 16px;
    background: #f8f8f8;
    color: #777777;
    padding: 0 10px;
}

.GIA_xiangqing_main .jgsm .jgsm_main .jgsm_main_buttom p {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #9f9f9f;
}

.GIA_xiangqing_main .jgsm .jgsm_main .jgsm_main_buttom .p_hidebox {
    overflow: hidden;
    color: #9f9f9f;
    display: none;
}

.GIA_xiangqing_main .jgsm_main .toggleText {
    height: 35px;
    background: url(../images/GIA_xq_arrow2.png) no-repeat center;
    background-size: 14px auto;
    display: none;
}

.GIA_xiangqing_main .toggleText.showText {
    background: url(../images/xzfkfs_img5.png) no-repeat center;
    background-size: 14px auto;
}

.GIA_xiangqing_main .xsktj {
    text-align: center;
}

.GIA_xiangqing_main .xsktj .title {
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    letter-spacing: 1px;
    display: inline-block;
    background: url(../images/index_titlebg1.png) no-repeat left;
    background-size: 50px auto;
}

.GIA_xiangqing_main .xsktj .title span {
    display: inline-block;
    padding: 0 50px;
    background: url(../images/index_titlebg2.png) no-repeat right;
    background-size: 50px auto;
}

.GIA_xiangqing_main .xsktj .title span h3 {
    padding: 0 16px;
    letter-spacing: 1px;
    font-size: 15px;
}

.GIA_xiangqing_main .xsktj .xsktj_list {
    height: 185px;
    white-space: nowrap;
    overflow: scroll;
    padding-bottom: 10px;
}

.GIA_xiangqing_main .xsktj .xsktj_list ul {
    width: 100%;
    height: 175px;
    overflow-x: auto;
    overflow-y: hidden;
    font-size: 10px;
    padding-top: 10px;
}

.GIA_xiangqing_main .xsktj .xsktj_list ul li {
    height: 175px;
    display: inline-block;
}

.GIA_xiangqing_main .xsktj .xsktj_list ul li a {
    height: 175px;
    display: inline-block;
    margin: 0 10px;
}

.GIA_xiangqing_main .xsktj .xsktj_list ul li a img {
    width: 125px;
    height: auto;
    border-radius: 3px;
    border: 1px solid #e4e4e4;
}

.GIA_xiangqing_main .xsktj .xsktj_list ul li a dl {
    width: 125px;
    height: 50px;
    text-align: left;
}

.GIA_xiangqing_main .xsktj .xsktj_list ul li a dl dt, .GIA_xiangqing_main .xsktj .xsktj_list ul li a dl dd {
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.GIA_xiangqing_main .xsktj .xsktj_list ul li a dl dd {
    color: #3551ce;
    line-height: 20px;
}

.GIA_tanchuang {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.GIA_tanchuang .GIA_window {
    width: 100%;
    margin: 0 28px;
    padding: 12px;
    border-width: 0;
    background: #fff;
}

.GIA_tanchuang .GIA_window .GIA_window_top {
    height: 15px;
    overflow: hidden;
}

.GIA_tanchuang .GIA_window .GIA_window_top a {
    height: 15px;
    width: 15px;
    float: right;
    background: url(../images/GIA_xq_wrong.png) no-repeat center;
    background-size: auto 10px;
}

.GIA_tanchuang .GIA_window .GIA_window_title {
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}

.GIA_window .GIA_window_center {
    padding-bottom: 10px;
    margin: 0 10px;
    background: url(../images/GIA_xq_bg2.png) no-repeat bottom;
    background-size: auto 10px;
}

.GIA_window .GIA_window_center ul {
    background: #f4f4f4;
    display: -webkit-box;
}

.GIA_window .GIA_window_center ul li {
    width: 50%;
    -webkit-box-flex: 1;
    text-align: center;
    padding: 18px 0;
}

.GIA_tanchuang .GIA_window .GIA_window_center ul li span {
    display: block;
    height: 42px;
    line-height: 42px;
    border-right: 1px solid #d0d0d0;
    color: #3551ce;
    font-size: 12px;
    margin: 3px 0;
}

.GIA_tanchuang .GIA_window .GIA_window_center ul li img {
    height: auto;
    width: 50px;
    margin: 0 auto;
}

.GIA_tanchuang .GIA_window .GIA_window_list {
    padding-top: 10px;
    margin: 0 10px;
}

.GIA_tanchuang .GIA_window .GIA_window_list span.li_name {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
}

.GIA_tanchuang .GIA_window .GIA_window_list ul {
    overflow: hidden;
}

.GIA_tanchuang .GIA_window .GIA_window_list ul li {
    text-align: center;
    font-size: 10px;
    width: 33.33%;
    color: #666666;
    overflow: hidden;
    float: left;
    padding-top: 10px;
}

.GIA_tanchuang .GIA_window .GIA_window_list ul li span {
    height: 20px;
    line-height: 20px;
    border-bottom: 3px solid #e5e5e5;
    display: block;
    margin-right: 8px;
}

.GIA_tanchuang .GIA_window .GIA_window_list ul li.on span {
    border-bottom: 3px solid #3551ce;
    color: #3551ce;
}

.GIA_tanchuang .GIA_window .GIA_window_list ul li:last-child {
    margin-right: 0;
}

.GIA_tanchuang .GIA_window .GIA_window_bottom {
    padding-top: 20px;
    margin: 0 10px;
    font-size: 9px;
    padding-bottom: 10px;
}

.GIA_tanchuang .GIA_window .GIA_window_bottom span {
    line-height: 19px;
    color: #8d8d8d;
    display: inline-block;
}

.GIA_tanchuang .GIA_window .GIA_window_bottom span b {
    color: #333333;
    padding-right: 3px;
    font-weight: bold;
}

.GIA_window_center dl {
    width: 100%;
    padding: 20px 0px;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    background-color: #f4f4f4;
}

.GIA_window_center dl dt, .GIA_window_center dl dd {
    width: 50%;
    height: 50px;
    line-height: 50px;
    -webkit-box-flex: 1;
    text-align: center;
    overflow: hidden;
}

.GIA_window_center dl dt {
    border-right: 1px solid #d0d0d0;
    color: #3551ce;
}

.GIA_window_center dl dd img {
    width: 50px;
    margin: 0px auto;
}

.diamondFixed {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    position: fixed;
    z-index: 100;
    left: 0px;
    bottom: 0px;
    box-shadow: 0px -3px 5px #e8e8e8;
    background: rgba(255, 255, 255, .9);
}

.diamondFixed .kefu {
    width: 45px;
    height: 45px;
    background: url("../images/dingzhi_footer_left.png") no-repeat center;
    background-size: 20px auto;
}

.diamondFixed a {
    display: block;
    height: 45px;
    line-height: 45px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: center;
}

.diamondFixed a.purchase {
    width: 20%;
    background: url("../images/GIA_xq_line.png") no-repeat left center;
    background-size: auto 20px;
}

.diamondFixed a.customized {
    color: white;
    background-color: #3551ce;
}

.diamondFixed a.customized.disabled {
    background-color: #dddfdd;
    color: #666;
}

.list_box {
    padding: 0px 10px;
}

.list_box .item {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-top: 10px;
    background-color: white;
}

.list_box .item:nth-child(2n+2) {
    margin-right: 0px;
}

.list_box .item span {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    z-index: 1;
}

.list_box .item span img {
    height: 100%;
    position: absolute;
    z-index: 2;
}

.list_box .item dl {
    padding: 5px;
}

.list_box .item dl dt {
    height: 23px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list_box .item dl dd {
    height: 18px;
    line-height: 18px;
    color: #3551ce;
    font-size: 0.85em;
}

.listSort {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: white;
    border-bottom: solid 1px #CCC;
    display: -webkit-box;
    display: -moz-box;
    color: #666666;
}

.listSort .sort {
    width: 120px;
}

.listSort .sort dl {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}

.listSort .sort dl dt {
    width: 45px;
    height: 30px;
    line-height: 30px;
}

.listSort .sort dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    position: relative;
    z-index: 1;
    padding-right: 10px;
    box-sizing: border-box;
}

.listSort .sort dl dd:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 11px;
    right: 10px;
    display: block;
    width: 6px;
    height: 6px;
    border-color: #999;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.listSort .sort dl dd select {
    width: 100%;
    height: 30px;
}

.listSort .number {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.listSort .number a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.page_box {
    padding: 0px 10px;
    text-align: center;
}

.liucheng {
    background: #f6f6f6;
}

.liucheng ul {
    width: 100%;
    display: -webkit-box;
    height: 45px;
}

.liucheng ul li {
    width: 33.3%;
    -webkit-box-flex: 1;
    display: -webkit-box;
    padding: 0 5px 0px 10px;
}

.liucheng ul li.on {
    background: #3551ce;
}

.liucheng ul li dl {
    -webkit-box-flex: 1;
    font-size: 9px;

}

.liucheng ul li font {
    -webkit-box-flex: 1;
    font-size: 0.85em;
    display: block;
    line-height: 45px;
    color: #666666;
}

.liucheng ul li font b {
    font-weight: normal;
}

.liucheng ul li.on font {
    color: #fff;
}

.liucheng ul li dl dt {
    height: 25px;
    line-height: 25px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.liucheng ul li dl dd span {
    color: #3551ce;
    padding-top: 3px;
    display: block;
}

.liucheng ul li span {
    height: 45px;
    width: 25px;
    display: block;
}

.liucheng ul li span.resetSpan {
    height: 20px;
    line-height: 20px;
    padding: 0px;
}

.liucheng ul li span.one {
    background: url(../images/dingzhi_img1.png) no-repeat center;
    background-size: 19px auto;
}

.liucheng ul li span.two {
    background: url(../images/dingzhi_img2.png) no-repeat center;
    background-size: 16px auto;
}

.liucheng ul li span.three {
    background: url(../images/dingzhi_img3.png) no-repeat center;
    background-size: 20px auto;
}

.liucheng ul li.on span.one {
    background: url(../images/dingzhi_img1x.png) no-repeat center;
    background-size: 19px auto;
}

.liucheng ul li.on span.two {
    background: url(../images/dingzhi_img2x.png) no-repeat center;
    background-size: 16px auto;
}

.liucheng ul li.on span.three {
    background: url(../images/dingzhi_img3x.png) no-repeat center;
    background-size: 20px auto;
}

.triangle-right_one {
    width: 0;
    height: 0;
    border-top: 22.5px solid #3551ce;
    border-bottom: 22.5px solid #3551ce;
    border-left: 13px solid #fff;
    position: relative;
}

.triangle-right_one span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 12px solid #f6f6f6;
    top: -22.5px;
    right: 1px;
}

.triangle-right_two {
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 13px solid #fff;
    position: relative;
}

.triangle-right_two span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 12px solid #3551ce;
    top: -22.5px;
    right: 1px;
}

.triangle-right_three {
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 13px solid #fff;
    position: relative;
}

.triangle-right_three span {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 22.5px solid transparent;
    border-bottom: 22.5px solid transparent;
    border-left: 12px solid #f6f6f6;
    top: -22.5px;
    right: 1px;
}

.dz_xzxyks_main .goods_list .goods_shuliang {
    height: 45px;
    line-height: 45px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    background: url(../images/dz_xzxyks_line.png) no-repeat center bottom;
    background-size: 18px 2px;
}

.dz_xzxyks_main .goods_list .goods_shuliang span {
    color: #3551ce;
    padding: 0 3px;
}

.dz_xzxyks_main .goods_list ul li {
    width: 100%;
    padding: 15px 10px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: 1px solid #d6d6d6;
}

.dz_xzxyks_main .goods_list ul li img {
    width: 75px;
    height: 75px;
}

.dz_xzxyks_main .goods_list ul li dl {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    margin-left: 10px;
    font-size: 12px;
}

.dz_xzxyks_main .goods_list ul li dl dt {
    overflow: hidden;
    max-height: 40px;
    line-height: 20px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dz_xzxyks_main .goods_list ul li dl dd {
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3551ce;
    margin-top: 5px;
}

.dz_xzxyks_xq_two_main .banner_box {
    position: relative;
    z-index: 1;
}

.dz_xzxyks_xq_two_main .slide_box {
    position: relative;
    z-index: 1;
}

.dz_xzxyks_xq_two_main .slide_box .hd {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -48px;
    z-index: 2;
    padding-right: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-pack: center;
}

.dz_xzxyks_xq_two_main .slide_box .hd ul {
    padding: 2px 0;
}

.dz_xzxyks_xq_two_main .slide_box .hd ul li {
    width: 10px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/banner_dot.png) no-repeat center;
    background-size: auto 7px;
}

.dz_xzxyks_xq_two_main .slide_box .hd ul li.on {
    background: url(../images/banner_dotx.png) no-repeat center;
    background-size: auto 10px;
}

.dz_xzxyks_xq_two_main .slide_box .bd {
    position: relative;
    z-index: 1;
}

.dz_xzxyks_xq_two_main .slide_box .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.dz_xzxyks_xq_two_main .slide_box .bd li img {
    vertical-align: top;
    width: 100%;
}

.dz_xzxyks_xq_two_main .main_message {
    box-shadow: 0 -5px 5px #f4f3f3;
    padding-left: 14px;
    margin-top: 5px;
    background: url(../images/GIA_xq_goodsbg.png) no-repeat center 14px;
    background-size: 38px auto;
}

.dz_xzxyks_xq_two_main .main_message .bianhao {
    font-size: 11px;
    color: #999999;
    padding-top: 37px;
    margin-right: 14px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    display: -webkit-box;
}

.dz_xzxyks_xq_two_main .main_message .bianhao .bianhaoL {
    width: 3em;
    height: 18px;
}

.dz_xzxyks_xq_two_main .main_message .bianhao .bianhaoR {
    -webkit-box-flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dz_xzxyks_xq_two_main .main_goodname {
    padding-top: 10px;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 14px;
}

.dz_xzxyks_xq_two_main .main_jiage {
    position: relative;
    z-index: 1;
    padding-right: 12px;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

.dz_xzxyks_xq_two_main .main_jiage span {
    font-size: 12px;
    font-weight: bold;
    color: #3551ce;
    display: inline-block;
}

.dz_xzxyks_xq_two_main .main_jiage del {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-right: 3px;
}

.dz_xzxyks_xq_two_main .main_jiage em {
    font-size: 9px;
    color: #989898;
    padding-left: 5px;
}

.dz_xzxyks_xq_two_main .main_jiage .tankuang {
    position: absolute;
    z-index: 2;
    top: 33px;
    left: 64px;
    width: 184px;
    height: 45px;
    font-size: 9px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    background: url(../images/dingzhi_wenhao_bg.png) no-repeat top left;
    background-size: 184px auto;
    -webkit-box-shadow: #ccc 0px 5px 8px;
    -moz-box-shadow: #ccc 0px 5px 8px;
    box-shadow: #ccc 0px 5px 8px;
    display: block;
}

.dz_xzxyks_xq_two_main .tixing {
    line-height: 20px;
    padding: 5px 13px 0px 12px;
    font-size: 9px;
    color: #999999;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
    margin-top: 10px;
    background: url(../images/dingzhi_dot.png) no-repeat left 14px;
    background-size: 5px auto;
}

.dz_xzxyks_xq_two_main .main_caizhi {
    padding-top: 35px;
}

.dz_xzxyks_xq_two_main .main_caizhi span {
    font-size: 12px;
    font-weight: bold;
}

.dz_xzxyks_xq_two_main .main_caizhi ul {
    overflow: hidden;
}

.dz_xzxyks_xq_two_main .main_caizhi ul li {
    width: 63px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #666666;
    border: 1px solid #cecece;
    float: left;
    margin-right: 14px;
    font-size: 10px;
    margin-top: 10px;
}

.dz_xzxyks_xq_two_main .main_caizhi ul li.spec-select {
    color: #3551ce;
    border: 1px solid #3551ce;
    background: url(../images/dingzhi_bulearrow.png) no-repeat right bottom;
    background-size: 6px auto;
}

.dz_xzxyks_xq_two_main .main_footer {
    padding: 0 14px;
}

.dz_xzxyks_xq_two_main .main_footer .main_footer_top {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.dz_xzxyks_xq_two_main .main_footer .main_footer_top font {
    padding: 10px 20px;
}

.dz_xzxyks_xq_two_main .main_footer .main_footer_top font.on {
    background: url(../images/dingzhi_footer_line.png) no-repeat center bottom;
    background-size: 16px auto;
    font-weight: bold;
}

.dz_xzxyks_xq_two_main .main_footer .goods_js {
    padding-top: 10px;
    background: url(../images/jhdj_xq_arrow1.png) no-repeat top;
    background-size: auto 10px;
    margin: 5px 0 25px 0;
}

.dz_xzxyks_xq_two_main .main_footer .goods_js ul {
    overflow: hidden;
    background: #f8f8f8;
    padding: 15px;
    line-height: 20px;
}

.dz_xzxyks_xq_two_main .main_footer .goods_js ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9px;
    min-width: 50%;
    float: left;
}

.dz_xzxyks_xq_two_main .main_footer .goods_js ul li span {
    color: #999999;
    padding-right: 12px;
    width: 4em;
    display: inline-block;
    text-align-last: justify;
}

.dz_xzxyks_xq_two_main .main_footer img {
    margin-top: 30px;
    width: 100%;
    height: auto;
}

.dz_xzxyks_xq_two footer {
    display: -webkit-box;
    height: 45px;
}

.dz_xzxyks_xq_two footer .footer_left {
    width: 45px;
    background: url(../images/dingzhi_footer_left.png) no-repeat center;
    background-size: auto 16px;
}

.dz_xzxyks_xq_two footer .footer_right {
    width: 100%;
    -webkit-box-flex: 1;
    background: #3551ce;
    font-size: 12px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
}

.customizeFixed {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -moz-box;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0px -2px 3px #e8e8e8;
}

.customizeFixed .kefu {
    width: 60px;
    height: 40px;
    overflow: hidden;
    background: url("../images/dingzhi_footer_left.png") no-repeat center;
    background-size: 20px auto;
}

.customizeFixed .customized {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    background: #3551ce;
    font-size: 1.2em;
}

.dz_xzxyks_xq_three_main .banner_box {
    position: relative;
    z-index: 1;
}

.dz_xzxyks_xq_three_main .slide_box {
    position: relative;
    z-index: 1;
}

.dz_xzxyks_xq_three_main .slide_box .hd {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -48px;
    z-index: 2;
    padding-right: 10px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-pack: center;
}

.dz_xzxyks_xq_three_main .slide_box .hd ul {
    padding: 2px 0;
}

.dz_xzxyks_xq_three_main .slide_box .hd ul li {
    width: 10px;
    height: 23px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/banner_dot.png) no-repeat center;
    background-size: auto 7px;
}

.dz_xzxyks_xq_three_main .slide_box .hd ul li.on {
    background: url(../images/banner_dotx.png) no-repeat center;
    background-size: auto 10px;
}

.dz_xzxyks_xq_three_main .slide_box .bd {
    position: relative;
    z-index: 1;
}

.dz_xzxyks_xq_three_main .slide_box .bd li {
    position: relative;
    text-align: center;
    display: none;
}

.dz_xzxyks_xq_three_main .slide_box .bd li img {
    vertical-align: top;
    width: 100%;
}

.dz_xzxyks_xq_three_main .main_message {
    box-shadow: 0 -5px 5px #f4f3f3;
    padding-left: 14px;
    margin-top: 5px;
    background: url(../images/GIA_xq_goodsbg.png) no-repeat center 14px;
    background-size: 38px auto;
}

.dz_xzxyks_xq_three_main .main_message .bianhao {
    font-size: 11px;
    color: #999999;
    padding-top: 37px;
    margin-right: 14px;
    overflow: hidden;
    height: 18px;
    line-height: 18px;
    display: -webkit-box;
}

.dz_xzxyks_xq_three_main .main_message .bianhao .bianhaoL {
    width: 3em;
    height: 18px;
}

.dz_xzxyks_xq_three_main .main_message .bianhao .bianhaoR {
    -webkit-box-flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dz_xzxyks_xq_three_main .main_goodname {
    padding-top: 10px;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-right: 14px;
}

.dz_xzxyks_xq_three_main .main_jiage {
    position: relative;
    z-index: 1;
    padding: 12px 14px 12px 0;
}

.dz_xzxyks_xq_three_main .main_jiage span {
    font-size: 12px;
    font-weight: bold;
    color: #3551ce;
}

.dz_xzxyks_xq_three_main .main_jiage em {
    font-size: 9px;
    color: #989898;
    padding-left: 5px;
}

.dz_xzxyks_xq_three_main .main_jiage .tankuang {
    position: absolute;
    z-index: 2;
    top: 33px;
    left: 64px;
    width: 184px;
    height: 45px;
    font-size: 9px;
    line-height: 50px;
    text-align: center;
    letter-spacing: 1px;
    background: url(../images/dingzhi_wenhao_bg.png) no-repeat top left;
    background-size: 184px auto;
    -webkit-box-shadow: #ccc 0px 5px 8px;
    -moz-box-shadow: #ccc 0px 5px 8px;
    box-shadow: #ccc 0px 5px 8px;
}

.dz_xzxyks_xq_three_main .tixing {
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    font-size: 9px;
    color: #999999;
    border-top: 1px solid #e4e4e4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/dingzhi_dot.png) no-repeat left;
    background-size: 5px auto;
    padding-right: 14px;
}

.dz_xzxyks_xq_three_main .main_xinxi {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
}

.dz_xzxyks_xq_three_main .main_xinxi ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
    color: #777777;
    padding-right: 14px;
}

.dz_xzxyks_xq_three_main .main_xinxi ul li span {
    color: #333333;
    padding-right: 15px;
    font-weight: bold;
}

.dz_xzxyks_xq_three_main .main_footer {
    padding: 0 14px;
}

.dz_xzxyks_xq_three_main .main_footer .main_footer_top {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

.dz_xzxyks_xq_three_main .main_footer .main_footer_top font {
    padding: 10px 20px;
}

.dz_xzxyks_xq_three_main .main_footer .main_footer_top font.on {
    background: url(../images/dingzhi_footer_line.png) no-repeat center bottom;
    background-size: 16px auto;
    font-weight: bold;
}

.dz_xzxyks_xq_three_main .main_footer .goods_js {
    padding-top: 10px;
    background: url(../images/jhdj_xq_arrow1.png) no-repeat top;
    background-size: auto 10px;
    margin: 5px 0 25px 0;
}

.dz_xzxyks_xq_three_main .main_footer .goods_js ul {
    overflow: hidden;
    background: #f8f8f8;
    padding: 15px;
    line-height: 20px;
}

.dz_xzxyks_xq_three_main .main_footer .goods_js ul.qbpj {
    display: none;
}

.dz_xzxyks_xq_three_main .main_footer .goods_js ul li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 9px;
    min-width: 50%;
    float: left;
    max-width: 100%;
}

.dz_xzxyks_xq_three_main .main_footer .goods_js ul li span {
    color: #999999;
    padding-right: 12px;
    width: 4em;
    display: inline-block;
    text-align-last: justify;
}

.dz_xzxyks_xq_three footer {
    display: -webkit-box;
    height: 45px;
}

.dz_xzxyks_xq_three footer .footer_left {
    width: 90px;
    line-height: 45px;
    padding-left: 45px;
    background: url(../images/dingzhi_footer_left.png) no-repeat 13px;
    background-size: auto 16px;
    text-align: center;
    font-size: 10px;
    color: #333333;
    letter-spacing: 1px;
}

.dz_xzxyks_xq_three footer .footer_left span {
    display: block;
    background: url(../images/GIA_xq_line.png) no-repeat left;
    background-size: auto 25px;
}

.dz_xzxyks_xq_three footer .footer_right {
    width: 100%;
    -webkit-box-flex: 1;
    background: #3551ce;
    font-size: 12px;
    color: #fff;
    line-height: 45px;
    letter-spacing: 1px;
    text-align: center;
}

.dz_xzxyks_xq_three_main .mian_shoucun {
    padding-top: 25px;
}

.dz_xzxyks_xq_three_main .mian_shoucun span {
    font-size: 12px;
    font-weight: bold;
}

.dz_xzxyks_xq_three_main .mian_shoucun .shoucun_select {
    margin-top: 10px;
}

.dz_xzxyks_xq_three_main .mian_shoucun .shoucun_select select {
    width: 63px;
    height: 28px;
    border: 1px solid #dddddd;
    padding-left: 9px;
    background: url(../images/dingzhi_arrow.png) no-repeat center right 8px;
    background-size: auto 6px;
    font-size: 10px;
}

.dz_xzxyks_xq_three_main .main_kezi {
    padding: 25px 28px 30px 0;
    border-bottom: 1px solid #e4e4e4;
}

.dz_xzxyks_xq_three_main .main_kezi span {
    font-size: 12px;
    font-weight: bold;
}

.dz_xzxyks_xq_three_main .main_kezi input {
    overflow: hidden;
    width: 100%;
    height: 30px;
    padding-left: 9px;
    font-size: 10px;
    border: 1px solid #dddddd;
    margin-top: 10px;
}

.completeFixed {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    position: fixed;
    z-index: 100;
    left: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0px -2px 3px #e8e8e8;
}

.completeFixed .kefu {
    width: 60px;
    height: 40px;
    background: url("../images/dingzhi_footer_left.png") no-repeat center;
    background-size: 20px auto;
}

.completeFixed .customized {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    height: 40px;
    line-height: 40px;
    color: white;
    background-color: #3551ce;
    text-align: center;
    font-size: 1.2em;
}

.dz_xzxyks_xq_two_main .main_jiage em.tips, .goods_xq_bottom em.tips {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url(../images/jhdj_xq_img1.png) no-repeat center;
    background-size: 13px auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: -3px;
}

.dz_xzxyks_xq_two_main .main_jiage em.tips .tips_box, .goods_xq_bottom em.tips .tips_box {
    display: none;
    width: 180px;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 8px 4px rgba(244, 244, 244, 1);
    font-weight: normal;
    position: absolute;
    left: -70px;
    top: 30px;
    border-radius: 3px;
}

.dz_xzxyks_xq_two_main .main_jiage em.tips .icon, .goods_xq_bottom em.tips .icon {
    display: none;
    width: 20px;
    height: 15px;
    background: url(../images/details_icon_26.png) no-repeat center center;
    position: absolute;
    left: 2px;
    top: 18px;
}

.compareList ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
}

.compareList ul li {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 14.3%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 0.8em;
    color: #777777;
}

.GIA_main .goods_main .goods_main_listT ul li:last-child {
    width: 20%;
}

.compareList ul li:last-child {
    width: 20%;
}

.filterPopup {
    position: absolute;
    left: 0;
    top: 86px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 2.5% 140px;
    box-sizing: border-box;
    background-color: white;
}

.filterPopup .item {
    margin-top: 10px;
}

#slider_size, #slider_price, #slider_table, #slider_depth, #slider_length {
    padding-bottom: 20px;
}

.filterPopup .item .selItem {
    margin-left: 5px;
}

.filterPopup .item h3 {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    font-size: 1em;
}

.filterPopup .selItem dl {
    width: 18%;
    margin-right: 2.5%;
    background-color: #f6f6f6;
    margin-top: 10px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #f6f6f6;
}

.filterPopup .selItem dl:nth-child(5n+5) {
    margin-right: 0px;
}

.filterPopup .selItem.shape dl.selected {
    border-color: #3551ce;
}

.filterPopup .selItem dl dt {
    width: 25px;
    height: 25px;
    margin: 5px auto 0px;
    overflow: hidden;
}

.filterPopup .selItem dl dd {
    font-size: 0.85em;
    color: #777777;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.filterPopup .selItem dl:first-child dt {
    background: url("../images/shape_icon_1.png") no-repeat center;
    background-size: 25px auto;
}

.filterPopup .selItem dl:nth-child(2) dt {
    background: url("../images/shape_icon_2.png") no-repeat center;
    background-size: 23px auto;
}

.filterPopup .selItem dl:nth-child(3) dt {
    background: url("../images/shape_icon_3.png") no-repeat center;
    background-size: 23px auto;
}

.filterPopup .selItem dl:nth-child(4) dt {
    background: url("../images/shape_icon_4.png") no-repeat center;
    background-size: 26px auto;
}

.filterPopup .selItem dl:nth-child(5) dt {
    background: url("../images/shape_icon_5.png") no-repeat center;
    background-size: 23px auto;
}

.filterPopup .selItem dl:nth-child(6) dt {
    background: url("../images/shape_icon_6.png") no-repeat center;
    background-size: 23px auto;
}

.filterPopup .selItem dl:nth-child(7) dt {
    background: url("../images/shape_icon_7.png") no-repeat center;
    background-size: 23px auto;
}

.filterPopup .selItem dl:nth-child(8) dt {
    background: url("../images/shape_icon_8.png") no-repeat center;
    background-size: 25px auto;
}

.filterPopup .selItem dl:nth-child(9) dt {
    background: url("../images/shape_icon_9.png") no-repeat center;
    background-size: 23px auto;
}

.filterPopup .selItem dl:nth-child(10) dt {
    background: url("../images/shape_icon_10.png") no-repeat center;
    background-size: 23px auto;
}

.filterPopup .selItem ul li {
    width: 18%;
    margin-right: 2.5%;
    background-color: #f6f6f6;
    margin-top: 10px;
    float: left;
    height: 33px;
    line-height: 33px;
    color: #777777;
    text-align: center;
}

.filterPopup .selItem ul li.selected {
    color: white;
    background-color: #3551ce;
}

.filterPopup .selItem.fluor_intensity ul li, .filterPopup .selItem.type ul li {
    width: auto;
    display: inline-block;
    margin-right: 10px;
    padding: 0px 10px;
}

.filterPopup .selItem ul li:nth-child(5n+5) {
    margin-right: 0px;
}

.filterPopup .fixedHandle {
    position: fixed;
    z-index: 1001;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.filterPopup .fixedHandle .resetSel, .filterPopup .fixedHandle .confirmSel {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.filterPopup .fixedHandle .resetSel {
}

.filterPopup .fixedHandle .confirmSel {
    background-color: #3551ce;
    color: white;
}

.filterPopup .inputDiv {
    width: 100%;
    margin-top: 5px;
    padding: 0px 8px;
    box-sizing: border-box;
}

.filterPopup .inputDiv dl {
    float: left;
}

.filterPopup .inputDiv dl:last-child {
    text-align: right;
}

.filterPopup .inputDiv dl dt, .filterPopup .inputDiv dl dd {
    display: inline-block;
}

.filterPopup .inputDiv dl dt input {
    width: 50px;
    padding: 0px 5px;
    height: 22px;
    color: #777777;
    border: solid 1px #e3e3e3;
}

.filterPopup #slider_price .inputDiv dl dt input {
    width: 70px;
}

.filterPopup .inputDiv dl dd {
    color: #999999;
    margin-left: 3px;
}

.filterPopup .slider {
    width: 90%;
    height: 4px;
    margin: 10px auto 0px;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    background: url(../images/range_icon.png) repeat-x left 4px;
}

.filterPopup .slider .ui-widget-header {
    height: 4px;
    position: absolute;
    z-index: 2;
    top: 5px;
    background: url(../images/range_icon.png) repeat-x left -14px;
}

.filterPopup .slider .ui-slider-handle {
    width: 13px;
    height: 13px;
    position: absolute;
    z-index: 3;
    background: url(../images/range_icon.png) repeat-x left -28px;
    -ms-touch-action: none;
    touch-action: none;
    left: 0;
    top: 0;
    outline: none;
    margin-left: -6.5px;
}

.dz_xzxyks_main .moreFilter {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    text-align: right;
    margin-right: 10px;
}

.dz_xzxyks_main .moreFilter span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
    background: url(../images/GIA_add.png) no-repeat left;
    background-size: 9px auto;
}

.dz_xzxyks_main .moreFilter.on span {
    background: url(../images/GIA_addx.png) no-repeat left;
    background-size: 9px auto;
}

.dz_xzxyks_main .moreFilter.on {
    color: #337FE5;
}

.filterPopup.customizeFilter {
    top: 136px;
    padding-bottom: 200px;
}

.customizePage .selItem.styleChoice dl {
    width: 23%;
    margin-right: 2%;
    background-color: #f6f6f6;
    margin-top: 10px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #f6f6f6;
}

.customizeFilter .selItem.styleChoice dl {
    width: 23%;
    margin-right: 2%;
    background-color: #f6f6f6;
    margin-top: 10px;
    float: left;
    padding: 5px;
    box-sizing: border-box;
    border: solid 1px #f6f6f6;
}

.customizePage .filterPopup .selItem dl:nth-child(4n+4), .filterPopup.customizeFilter .selItem dl:nth-child(4n+4) {
    margin-right: 0px;
}

.customizePage .filterPopup .selItem.styleChoice dl.selected {
    border-color: #3551ce;
}

.customizePage .filterPopup .selItem dl dt {
    width: 40px;
    height: 20px;
    margin: 5px auto 0px;
    overflow: hidden;
}

.customizePage .filterPopup .selItem ul li {
    width: auto;
    padding: 0px 10px;
    display: inline-block;
}

.customizePage .filterPopup .selItem ul li.selected {
    color: white;
    background-color: #3551ce;
}

.customizePage .filterPopup {
    top: 86px;
}

* {
    touch-action: pan-y;
}

.filterPopup .inputDiv dl.end {
    float: right;
    text-align: right;
}

.ui-rangeslider-sliders {
    width: 100%;
    height: 4px;
    position: relative;
    z-index: 1;
    top: 40px;
    left: 0px;
    background: url(../images/range_icon.png) repeat-x left 4px;
}

.ui-slider-track {
    height: 4px;
    position: absolute;
    z-index: 2;
    top: 5px;
    background: url(../images/range_icon.png) repeat-x left 4px;
}

.ui-page-theme-a .ui-slider-track .ui-btn-active {
    background-color: #3551ce;
}

.ui-slider-track .ui-slider-bg {
    height: 4px;
}

.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track {
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    margin: 0;
    background: url(../images/range_icon.png) repeat-x left 0px;
}

.ui-slider-track .ui-btn.ui-slider-handle {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 3;
    background: url(../images/range_icon.png) repeat-x left -28px;
    -ms-touch-action: none;
    touch-action: none;
    left: 0px;
    top: -5px;
    outline: none;
    margin-left: -3px;
}

.ui-btn {
    display: block;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-loader {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
}

.fixedHandle .btnReset {
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
}