body,
h1,
h2,
h3,
h4,
ul {
    margin: 0;
    padding: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

.content {
    margin: 0 auto;
    width: auto;
    overflow: hidden;
    font-family: 微软雅黑;
}

.content * {
    box-sizing: content-box;
}


/*通屏轮播*/

.content .flexslider {
    /* margin-left: -465px; */
    position: relative;
    width: 100vw;
    height: 900px;
    overflow: hidden;
}

.content .flexslider .slides li {
    width: 100%;
    height: 100%;
}

.content .flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px auto 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.content .flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.content .flex-direction-nav .flex-prev {
    left: 0;
}

.content .flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.content .flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.content .flexslider:hover .flex-next:hover,
.content .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.content .flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flexslider ol {
    overflow: hidden;
    padding: 0;
}

.content .flex-control-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.content .flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -34px;
    display: block;
    height: 14px;
    overflow: hidden;
    text-indent: -99em;
    width: 60px;
    cursor: pointer;
}

.content .flex-control-paging li a.flex-active,
.content .flex-control-paging li.active a {
    background-position: 0 0;
}

.content .flexslider .slides a img {
    width: 100%;
    height: 900px;
    display: block;
}

.deej18_w1008 {
    width: 1008px;
    overflow: hidden;
    margin-left: -9px;
}


/*通屏轮播*/


/* ------------动效--------------*/

.effect-move-left {
    transition: all .5s ease-out;
}

.effect-move-left:hover {
    transform: translateX(-10px);
}

.effect-move-right {
    transition: all .5s ease-out;
}

.effect-move-right:hover {
    transform: translateX(10px);
}

.effect-move-up {
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.effect-move-up:hover {
    transform: translateY(-10px);
}

.effect-move-down {
    transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
}

.effect-move-down:hover {
    transform: translateY(10px);
}

.effect-scale-in {
    transition: all .5s ease-out;
    vertical-align: middle;
}

.effect-scale-in:hover {
    transform: scale(1.04);
}

.effect-scale-out {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.effect-scale-out span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0 solid #fff;
    transition: all .2s ease-in;
}

.effect-scale-out span:first-child {
    top: 0;
    left: 0;
}

.effect-scale-out:hover span {
    border-width: 20px;
}

.eso-bder60:hover span {
    border-width: 60px;
}

.eso-bder120:hover span {
    border-width: 120px;
}

.effect-scale-in-up {
    transition: all .4s ease-out;
}

.effect-scale-in-up:hover {
    transform: scale(1) translateY(-6px);
}

.effect-scale-in-down {
    transition: all .8s ease-out;
    vertical-align: middle;
}

.effect-scale-in-down:hover {
    transform: scale(1.02) translateY(10px);
}

.effect-scale-in-elasticity {
    transition: all .6s ease-in-out;
    vertical-align: middle;
}

.effect-scale-in-elasticity:hover {
    transform: scale(1.03);
}

.effect-bigimg-scale-in {
    transition: all 3s ease-out;
    vertical-align: middle;
}

.effect-bigimg-scale-in:hover {
    transform: scale(1.1);
    transition: all 4s ease-out;
}

.bs-shadow {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.bs-shadow:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, .5);
    box-shadow: 10px 10px 50px 0px rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 10;
}

.effect-switch-move-left {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.effect-switch-move-left img {
    transition: all 1.5s ease;
}

.effect-switch-move-left img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translateX(100%);
    transition: all 1s ease;
}

.effect-switch-move-left:hover img {
    transform: translateX(-20%)
}

.effect-switch-move-left:hover img:first-child {
    transform: translateX(0)
}

.effect-switch-move-right {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.effect-switch-move-right img {
    transition: all 1.5s ease;
}

.effect-switch-move-right img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transform: translateX(-100%);
    transition: all 1s ease;
}

.effect-switch-move-right:hover img {
    transform: translateX(20%)
}

.effect-switch-move-right:hover img:first-child {
    transform: translateX(0)
}

.effect-switch-fadein {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.effect-switch-fadein img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    transform: scale(2);
    opacity: 0;
    transition: all .3s ease-out;
}

.effect-switch-fadein:hover img:first-child {
    transform: scale(1);
    opacity: 1;
}

.displayFl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.textAligCent {
    text-align: center;
}

.sectionHotSale {
    width: 1000px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    font-size: 18px;
    line-height: 18px;
}

.sectionHotSaleIcon {
    margin: 46px auto 35px auto;
}

.sectionHotSale div a {
    display: block;
    overflow: hidden;
}

.section-1000 {
    width: 1000px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 0 auto;
}

.section-1000 img {
    display: block;
    width: 100%;
}

.section-1000 span {
    display: block;
    margin: 10px auto 32px auto;
}

.sectionBrand {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 50px auto 80px auto;
}

.sectionBrand div {
    width: 172px;
    height: 172px;
    background: #000;
    border-radius: 86px;
}

.sectionCategory {
    width: 1000px;
    height: 104px;
    background: #000;
    margin: 0 auto 120px auto;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    padding: 27px 0 27px 32px;
    box-sizing: border-box;
}

.sectionCategory span {
    display: inline-block;
    margin: 0 22px;
}

.sectionCategory span {
    transition: all .3s ease-out;
}

.sectionCategory span:hover {
    transform: scale(1) translateY(-4px);
}

.sectionCategory div:nth-of-type(2) {
    margin-top: 14px;
}

.sectionCategory a {
    color: #fff;
}