@charset "UTF-8";
@import "fonts/iconfont.css";
html {
    font-family: "microsoft yahei", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
.page .con p{
line-height: 50px;
font-size: 16px;
color: #666;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 500;
}
mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    display: inline-block;
    outline: none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
    outline: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
    width: 100%;
}
input:-webkit-autofill{
    background-color: transparent;
    background-image : none ;
}
input::-ms-clear{
    display: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

select {
    width: 100%;
    height: 36px;
    border: solid 1px #ddd;
    box-shadow: none;
    outline: none;
}

select:focus {
    border: solid 1px #c83f35;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul li {
    list-style: none;
}

td,
th {
    padding: 0;
}

body {
    font-family: "Microsoft YaHei", "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px;
    line-height: 1;
    color: #333333;
    background-color: #f5f5f5;
}
/*公共类*/
a {
    text-decoration: none;
    color: #333;
}

a:active,
a:hover {
    outline: 0;
    color: #33ffff;
}
.content{
    width: 1226px;
    margin: 0 auto;
}
.bg-white{
    background-color: #fff;
}
.show{
    display: block;
}
.hide{
    display: none;
}
.show2{
    opacity: 1;
}
.hide2{
    opacity: 0;
}
.my-btn{
    border: none;
    width: 100%;
    line-height: 40px;
    background-color: #33ffff;
    color: #fff;
}
.btn-settle{
    width: 150px;
}

.padding{
    padding: 10px;
}
.padding-tb-sm{
    padding: 10px 0;
}
.padding-xl{
    padding: 20px;
}
.padding-bottom{
    padding-bottom: 10px;
}
.padding-right{
    padding-right: 10px;
}
.margin-tb-sm{
    margin: 5px 0;
}
.margin-tb-auto{
    margin: 5px auto;
}
.margin-r-sm{
    margin-right: 5px;
}
.margin-b-sm{
    margin-bottom: 5px;
}
.margin-b-ml{
    margin-bottom: 30px !important;
}
.margin-tb-xl{
    margin: 50px auto;
}
.margin-t-ml{
    margin-top: 30px;
}
.padding-lr-xxl{
    padding: 0 55px;
}
.padding-tb-xxl{
    padding: 50px 0;
}
/*顶部*/
.top{
    height: 40px;
    line-height: 40px;
    background-color: #2d2d2d;
    color: #afafaf;
}
.top .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top .other a{
    position: relative;
    padding: 0 10px;
    color: #afafaf;
    display: inline-block;
}
.top .other a:hover{
    color: #fff;
}

.top .other a:before{
    content: '';
    width: 1px;
    height: 10px;
    background-color: #4c4c4c;
    position: absolute;
    left: 0;
    top: 15px;
}
.top .other a:first-child:before{
    display: none;
}
.top .other a.login,
.top .other a.register{
    color: #33ffff;
}

.top .other a.wechat .ewm {
    display: none;
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: -65px;
    width: 120px;
    height: 120px;
    z-index: 99;
}
.top .other a.wechat .ewm:after{
    position: absolute;
    left: 50%;
    top: -20px;
    margin-left: -5px;
    content: '';
    border: 10px solid transparent;
    border-bottom-color: #fff;
    width: 0;
    height: 0;
}
.top .other a.wechat .ewm img {
    width: 100%;
}
/*购物车*/
.top .other .cart{
    padding: 0 10px;
    background-color: #424242;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.top .other .cart:hover{
    background-color: #fff;
    color: #33ffff;
}
.top .other .cart:before{
    display: none;
}
.top .other .cart-list{
    position: absolute;
    top: 40px;
    right: 0;
    width: 316px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    display: none;
    z-index: 10;
}
.top .other .cart:hover .go{
    color: #33ffff;
}
.top .other .cart:hover .cart-list{
    display: block;
}
.top .other .cart-list .none{
    text-align: center;
    padding: 20px 0;
    color: #333;
}
.top .other .cart-list .item{
    padding: 10px 0;
    border-bottom: solid 1px #eee;
}
.top .other .cart-list .item a{
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
    color: #666;
    font-size: 12px;
}
.top .other .cart-list .item .thumb{
    width: 60px;
    height: 60px;
    border: solid 1px #efefef;
}
.top .other .cart-list .item .info{
    margin: 0 10px;
    flex: 1;
}
.top .other .cart-list .item a:hover .name,
.top .other .cart-list .item a:hover .desc{
    color: #33ffff;
}
.top .other .cart-list .last{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #f5f5f5;
}
.top .other .cart-list .last .info{
    line-height: 1;
}
.top .other .cart-list .last .info .number{
    color: #666;
    margin-bottom: 8px;
    font-size: 12px;
}
.top .other .cart-list .last .info .price{
    color: #33ffff;
    font-size: 16px;
    font-weight: bold;
}
.top .other .cart-list .last .info .price:after{
    content: '元';
    font-size: 12px;
    color: #33ffff;
}

/*导航*/
.header{
    background-color: #fff;
    position: relative;
    margin-bottom: 2px;
}
.header .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav li{
    float: left;
    position: relative;
}
.header .nav li a{
    display: inline-block;
    padding: 20px;
    font-size: 16px;
}
.header .nav li.active a{
    color: #33ffff;
    font-weight: bold;
}
.header .sub-menu{
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
}
.header .sub-menu .children{
    width: 1226px;
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header .sub-menu .children .item .tit{
    font-size: 14px;
    font-weight: bold;
    padding:10px 0 20px;
}
.header .sub-menu .children .item a{
    display: block;
    line-height: 40px;
}
.header .search{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .search .key{
    padding: 0 20px;
    height: 40px;
    width: 200px;
    border: solid 1px #666;
    outline: none;
}
.header .search .search-btn{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background-color: #33ffff;
    color: #fff;
}
.header .search .search-btn i{
    font-size: 20px;
}
.footer{
    padding: 30px 0;
    background-color: #fff;
}
.footer .service{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .service a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
}
.footer .service a span{
    font-size: 20px;
    margin-left: 20px;
}
.footer .foot-nav{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.footer .foot-nav .nav-left,
.footer .foot-nav .nav-right{
    display: flex;
    justify-content: space-between;
}
.footer .foot-nav .nav-left dl{
    width: 140px;
}
.footer .foot-nav .nav-left dl dt{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 20px;
}
.footer .foot-nav .nav-left dl dd a{
    line-height: 35px;
}
.footer .foot-nav .nav-right{
    width: 460px;
}
.footer .foot-nav .nav-right .weixin{
    text-align: center;
}
.footer .foot-nav .nav-right .weixin img{
    width: 120px;
}
.footer .foot-nav .nav-right .ask .tel{
    color: #E53E49;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
.footer .foot-nav .nav-right .ask .time{
    padding-bottom: 10px;
}
.footer .foot-nav .nav-right .ask .online{
    margin-top: 10px;
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #E53E49;
    text-align: center;
    border: solid 1px #E53E49;
}
.footer .foot-nav .nav-right .ask .online i{
    font-size: 14px;
}
.footer .copy{
    text-align: center;
}


/*筛选部分*/

.dia .item-box{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
.dia .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.dia .item .title{
    width: 45px;
    background: url("../images/dia_searh_arrow.png") right center no-repeat;
    margin-right: 10px;
}
.dia .item .con{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dia .item .shape-list a {
    width: 60px;
    height: 90px;
    display: block;
    color: #666;
    text-align: center;
}
.dia .item .shape-list a i {
    background-image: url("../images/shape.png");
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: block;
    margin-bottom: 5px;
    float: left;
}
.dia .item .shape-list a.select{
    color: #BBA496;
    font-weight: bold
}

.dia .item .con .inp-box{
    position: relative;
    background-color: #fff;
    border: solid 1px #eee;
}
.dia .item .con .inp-box .inp{
    border: none;
    background: transparent;
    outline: none;
    line-height: 30px;
    padding: 0 10px;
}
.dia .item .con .inp-box .ct{
    position: absolute;
    top: 8px;
    right: 8px;
}
.dia .item .range{
    width: 35px;
    height: 30px;
    margin: 0 20px;
    background: #fff url("../images/dia_searh.jpg") center center no-repeat;
}
.dia .item-box .flex-start{
    justify-content: flex-start;
}
.dia .item-box .width-550{
    width: 566px;
}
.dia .item .con .inp-box .select-list{
    position: absolute;
    top: 31px;
    left: -1px;
    background-color: #fff;
    width: 100%;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    box-sizing: content-box;
    z-index: 9;
}
.dia .item .con .inp-box .select-list li{
    padding: 0 10px;
    line-height: 30px;
    cursor: pointer;
    border-bottom: solid 1px #eee;
    position: relative;
}
.dia .item .con .inp-box .select-list li:after{
    position: absolute;
    top: 0;
    right: 10px;
}
.dia .item .con .inp-box .select-list.w li:after{
    content: 'ct';
}
.dia .item .con .color{
    width: 50px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: solid 1px #e6e6e6;
}
.dia .item .con .color:hover,
.dia .item .con .cut:hover,
.dia .item .con a.select{
    color: #fff;
    background-color: #33ffff;
    border-color: #33ffff;
}
.dia .item .con .cut{
    width:160px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: solid 1px #e6e6e6;
}
.dia .item .btn{
    letter-spacing: 5px;
    width: 150px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    display: block;
}
.dia .item .btn.search-confirm{
    background-color: #dc383f;
}
.dia .item .btn.search-reset{
    border: solid 1px #000;
    color: #000;
}

#fixed {
    position: fixed;
    bottom: 200px;
    right: 20px;
}
#fixed a.weixin {
    background-image: url(../images/icons/ewm.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#fixed a {
    width: 50px;
    height: 50px;
    background-color: #F6EEE2;
    margin-bottom: 5px;
    display: block;
    font-size: 0;
}
#fixed a.gotop {
    background-image: url(../images/icons/top.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
}
#fixed a.qq {
    background-image: url(../images/icons/qq2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
}
#fixed .ewm {
    display: none;
    position: absolute;
    top: -50px;
    left: -130px;
    width: 120px;
    height: 120px;
    background-color: #fff;
}
#fixed .ewm:after{
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -5px;
    content: '';
    border: 10px solid transparent;
    border-left-color: #fff;
    width: 0;
    height: 0;
}
#fixed .ewm img {
    width: 100%;
}

.txt-color1{
    color: #dc393f;
}
.txt-color2{
    color: orange;
}
.txt-color3{
    color: green;
}

