/* CSS Document */
/*下划线*/
.blue-line{width: 36px;height: 5px;background: #7cacee;}
/*产品栏目菜单简介-left*/
.clothing-channel-menu{width:100%;height:auto;background:#edf0ef}
.clothing-channel-menu .subject .left h1.title{letter-spacing: 3px;color: #4c4c4c;}
.clothing-channel-menu .description{position: relative;margin:10px 0 10px;letter-spacing: 0;max-width: 840px;}
.clothing-channel-menu .relevant-option{font-size:0;}
.clothing-channel-menu .relevant-option a.blue{background: #7CACEE;}
.clothing-channel-menu .relevant-option a.green{background: #45E7B9;}
.clothing-channel-menu .relevant-option a.red{background: #FE507D;}
.clothing-channel-menu .relevant-option a{margin-left: 0;display: inline-block;padding: 5px 20px;margin: 0 5px 10px;border-radius: 2px;}
h1.title.f-26.h-30.nobold span {color: red;
}
/*产品栏目菜单简介-right*/
.clothing-channel-menu .consult{letter-spacing: 0;}
.clothing-channel-menu .consult a{display:inline-block;width: 110px;height: 38px;border: 2px solid #7cacee;border-radius: 2px;letter-spacing: 1px;line-height: 38px;}
.clothing-channel-menu .consult a:nth-child(2){background: #7cacee;}

.clothing-channel-list{width:100%;height:auto;background:#f9f9f9;}
.clothing-channel-list .subject{display:flex;justify-content: space-between;}
.clothing-channel-list .left-h h2.title,.left-h h2.title strong{display: inline-block;letter-spacing: 0;}
.clothing-channel-list .box{position: relative;}
.clothing-channel-list .right-search .box input{padding: 8px 30px 8px 10px;border: 2px solid #E3EBF5;border-radius: 3px;width:180px;-webkit-appearance: none;-moz-appearance: none;}
.clothing-channel-list .right-search .box button{-webkit-appearance: none;appearance: none;position: absolute;width: 22px;display: block;right: 10px;top: 10px;outline: none;border: 0;background: url(/skin/images/searc.png) no-repeat;-webkit-background-size: 100% auto;background-size: 100% auto;}

/*更多款式*/
.more_style a{text-decoration: underline;height: 34px;line-height: 34px;letter-spacing: 0;}
.more_style a:hover{text-decoration: none;background: url("/skin/images/more_style.svg") repeat-x 0 100%;background-size: 20px auto;animation: waveMove 1s infinite linear;display: inline-block;}
@keyframes waveMove{
	from{background-position:0 100%;}
	to{background-position:-20px 100%;}
}

/*goods分页*/
.pages{padding-bottom: 0;text-align: center;line-height: 36px;font-size: 14px;color: #333;}
.pages ul li.active{text-decoration: none;color: #fff;background-color: #7CACEE;border-color: #7CACEE;cursor: pointer;}
.pages ul li{margin: 0 3px;display: inline-block;background-color: #f3f4f8;border-radius: 4px;border: 1px solid #f3f4f8;color: #333;transition: .4s;}
.pages ul li.active a{color: #fff;padding: 0 14px;}
.pages ul li a{display: block;height: 36px;padding: 0 14px;color: #333;}
.pages ul li:hover{background-color: #7CACEE;border-color: #7CACEE;cursor: pointer;}
.pages ul li:hover a{text-decoration: none;color: #fff;}



