@charset "utf-8";
/* CSS Document */
.mainbox {
    width: 100%;
    height: auto; /*1680 border-bottom: 1px solid #eaeaea;*/
}
.main {
    width: 1140px;
    height: auto; /*1600*/ margin: 20px auto;
    position: relative;
    text-align: center;
}
.fltitle {
    width: 1140px;
    height: auto;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin: 10px auto;
    text-shadow: 0 2px 5px #000;
    font-weight: 400;
    letter-spacing: 8px;
}
.fenlan1 {
    background-image: url("/app/img/fenlan1.jpg");
    width: 625px;
    height: 100px;
    margin: 0px auto;

}
.tishi {
    width: 380px;
    height: 710px;
    border: none;
    background: url("/image/cart.jpg") no-repeat;
}
.tishi .tt2 {
    width: 214px;
    height: 55px;
    position: absolute;
    bottom: 55px;
    left: 85px;
    cursor: pointer;
}
#tinybox {
    position: absolute;
    display: none;
    background: #fc2828 no-repeat 50% 50%;
    border: 1px solid #fc2828;
    z-index: 2000;
}
#tinymask {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 1500;
}
#tinycontent {
    background: #ffffff;
}
.mainbox .goodsNavi {
    width: 1140px;
    height: 40px;
    position: relative;
    margin: 0px auto;
}
.mainbox .goodsNavi .ftas {
    color: #fc2828 !important;
}
.mainbox .goodsNavi ul li {
    list-style: none;
    float: left;
    margin-left: 25px;
    font-size: 24px;
    color: #000;
    line-height: 40px;
}
.mainbox .goodsNavi ul li div {
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 3px;
}
.mainbox .goodsNavi ul li div:hover {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*商品外框*/
.box {
    border: 1px solid #c3c3c3;
    margin: 10px 9px;
    float: left;
    position: relative;
    display: inline-block;
    padding: 25px;
    width: 360px;
    height: 500px;
    background-color: #fff;
    /*border-radius: 5px;*/
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box::after {
    content: "";
    /*border-radius: 5px; */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    /*transform: scale(1, 1);*/
}
.box:hover::after {
    opacity: 1;
}
.box img {
    width: 310px;
    height: 310px;
    cursor: pointer;
}
.box .sale {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #dd1528;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
}
.box .orig {
    width: 50px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background-color: #01bb80;
    position: absolute;
    left: 25px;
    top: 25px;
    text-align: center;
}
.box .p_title {
    font-size: 30px;
    line-height: 30px;
    margin: 15px auto 5px;
    text-align: center;
    color: #000;
    height: 30px;
}
.box .p_title2 {
    font-size: 26px;
    line-height: 30px;
    margin: 15px auto 5px;
    text-align: center;
    color: #000;
    height: 30px;
}
.box .p_title4 {
    font-size: 22px;
    line-height: 30px;
    margin: 15px auto 5px;
    text-align: center;
    color: #000;
    height: 30px;
}
.box .p_model {
    font-size: 12px;
    line-height: 12px;
    margin: 0px auto 6px;
    text-align: center;
    color: #6F6F6F;
    height: 12px;
}
.box .p_intro {
    font-size: 16px;
    line-height: 16px;
    margin: 6px auto 4px;
    text-align: center;
    color: #424242;
    height: 16px;
}
.box .p_price {
    font-size: 16px;
    line-height: 16px;
    margin: 4px auto 8px;
    text-align: center;
    height: 16px;
}
.box .p_price .prc {
    color: #C3C3C3;
    text-decoration: line-through;
    margin-right: 5px;
}
.box .p_price .ofprc {
    color: #fc2828;
}
.box .p_check {
    width: 100px;
    height: 32px;
    background: #e74c3c;
    border-radius: 5px;
    margin: 0px auto;
    text-align: center;
    color: #FFF;
    line-height: 32px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box .p_check:hover {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 1);
}
.box1 {
    margin: 10px 9px;
    float: left;
    position: relative;
    display: inline-block;
    width: 1120px;
    height: 10px;
    background-color: #fff;
    /*border-radius: 5px;*/
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box1::after {
    content: "";
    /*border-radius: 5px; */
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.box1:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    /*transform: scale(1, 1);*/
}
.box1:hover::after {
    opacity: 1;
}
.box1 .more {
    width: 42px;
    height: 10px;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
/*幻灯片*/
.slidcontainer {
    overflow: hidden;
    width: 1140px;
    margin: 0px auto;
    padding: 0 0px;
}
.pix_diapo {
    background: #f1f1f1;
    /*-moz-box-shadow: 0 2px 10px #000;
	-webkit-box-shadow: 0 2px 10px #000;
	box-shadow: 0 2px 10px #000;*/
    height: 440px;
    margin: 0 0px;
    overflow: hidden;
    position: relative;
    width: 1140px; /*scr wide*/
}
.pix_diapo > div {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#pix_prev, #pix_next {
    cursor: pointer;
    display: block;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
}
#pix_prev {
    background: url(/images/diapo/prev.png) no-repeat;
    left: 10px;
}
#pix_next {
    background: url(/images/diapo/next.png) no-repeat;
    left: auto !important;
    right: 10px !important;
}
#pix_pag {
    margin: 0 auto;
    position: relative;
    width: 1140px;
    z-index: 2;
}
#pix_commands {
    cursor: pointer;
    display: block;
    float: left;
    height: 26px;
    margin: 15px 0 0 13px;
    position: relative;
    width: 24px;
}
#pix_play {
    background: url(/images/diapo/play.png) center no-repeat;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
#pix_stop {
    background: url(/images/diapo/pause.png) center no-repeat;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
#pix_pag_ul {
    float: right;
    margin: 0;
    padding: 0;
}
#pix_pag_ul > li {
    cursor: pointer;
    display: block;
    .display: inline-block;
    float: left;
    list-style: none;
    margin: 0 10px 0 0;
    padding: 20px 8px 0px;
    text-align: center;
    text-indent: -9999px;
    width: 16px;
}
#pix_pag_ul > li > span {
    background: #222;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    height: 16px;
    width: 16px;
}
#pix_pag_ul > li:hover > span > span {
    background: #ccc;
}
#pix_pag_ul > li > span > span {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    display: block;
    float: left;
    height: 8px;
    margin: 4px;
    width: 8px;
}
#pix_pag_ul > li.diapocurrent > span > span {
    background: #fc2828;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#pix_pag_ul > li > .pix_thumb {
    border: 4px solid #f2f2f2;
    .border: 4px solid #e6e6e6;
    border: 4px solid #e6e6e6\9;
    -moz-box-shadow: 0 1px 8px #000;
    -webkit-box-shadow: 0 1px 8px #000;
    box-shadow: 0 1px 8px #000;
    height: 58px;
    left: -17px;
    position: absolute;
    top: -40px;
    width: 58px;
}
#pix_pag_ul > li > .thumb_arrow {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #e6e6e6;
    top: 26px;
    left: 12px;
    position: absolute;
}
.pix_relativize {
    overflow: hidden;
    position: relative;
}
.imgFake {
    cursor: pointer;
}
.elemHover {
    position: absolute;
}
.caption {
    background: rgba(0, 0, 0, 0.8);
    .filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)\9;
    bottom: 20px;
    color: #fff;
    display: block;
    font-size: 13px;
    padding: 20px;
    width: 1140px;
}
.ui-loader {
    display: none;
}
section {
    display: block;
    overflow: hidden;
    position: relative;
}
.line1 {
    width: 1140px;
    height: 10px;
    margin: 15px auto;
    position: relative;
}
.line1 .more {
    width: 42px;
    height: 10px;
    background: url("/image/more.png") no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.button {
    background: #014464;
    background: -moz-linear-gradient(top, #0D658E, #0C577A 50%, #014D71 51%, #003E5C);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0E658E), color-stop(.5, #0C577A), color-stop(.5, #014D71), to(#003E5C));
    border: 1px solid #368DBE;
    border-top: 1px solid #c3d6df;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 3px black;
    -webkit-box-shadow: 0 1px 3px black;
    box-shadow: 0 1px 3px black;
    color: white;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px black;
    text-transform: uppercase;
    width: auto;
}
.button2 {
    background: #d9ae00;
    background: -moz-linear-gradient(top, #b28b06, #9c7705 50%, #9c7705 51%, #5c4100);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b28b06), color-stop(.5, #9c7705), color-stop(.5, #9c7705), to(#5c4100));
    border: 1px solid #c7a60c;
    border-top: 1px solid #e5d51f;
}
.button3 {
    background: #ffd838;
    background: -moz-linear-gradient(top, #edbf21, #c89b0f 50%, #9c7705 51%, #906706);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #edbf21), color-stop(.5, #c89b0f), color-stop(.5, #c89b0f), to(#906706));
    border: 1px solid #c7a60c;
    border-top: 1px solid #e5d51f;
}