/*头部*/
.wt-cp-base .wt-m-pop .wt-w-close,
.wt-cp-base .wt-w-button,
.wt-cp-icon-close, 
.wt-cp-icon-wtfixedtool, 
.wt-cp-icon-wtfoot, 
.wt-cp-icon-wtmember, 
.wt-cp-icon-wtnormal, 
.wt-cp-icon-top {
    display: -moz-inline-stack;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    font-size: 12px;
    word-spacing: normal;
    letter-spacing: normal;
}

.wt-cp-m-top {
    position: relative;
    z-index: 99;
}
.wt-cp-m-top.fixed{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-animation: hdnav2-show .3s;
	-moz-animation: hdnav2-show .3s;
	-o-animation: hdnav2-show .3s;
	animation: hdnav2-show .3s;
}
.wt-cp-m-siteNav {
    position: relative;
    height: 36px;
    line-height: 36px;
    background-color: #f2f2f2;
    z-index: 4;
}
.wt-cp-m-top .wt-cp-row {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wt-cp-base * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wt-cp-m-siteNav .wt-cp-siteNav-l {
    float: left;
}
.wt-cp-m-siteNav .wt-cp-siteNavItem {
    float: left;
    margin-left: 10px;
    position: relative;
    color: #757575;
}
.wt-cp-m-siteNav .wt-cp-siteNavItem:hover {
    color: #1378ce;
}
.wt-cp-m-siteNav .wt-cp-siteNavItemHd a:hover {
    color: #1378ce;
}
.wt-cp-m-siteNav .wt-cp-siteNavItemHd {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}
.wt-cp-m-siteNav .wt-cp-siteNavItemHd a {
    display: inline-block;
    color: #757575;
}
.wt-cp-m-noticeList {
    margin-left: 20px;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    background: url(../images/icons/notice2.gif) center left no-repeat;
}

.wt-cp-m-noticeList .wt-cp-noticeItem {
    padding-left: 26px;
    height: 36px;
}
.wt-cp-m-noticeList .wt-cp-noticeItem .wt-cp-noticeTxt {
    color: #af9a71;
    font-size: 12px;
}

.wt-cp-m-siteNav .wt-cp-siteNav-r {
    float: right;
}
.wt-cp-m-siteNav .wt-cp-siteNavItemHd.pipe:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    height: 16px;
    border-left: 1px solid #ddd;
    vertical-align: middle;
}
.wt-cp-base i {
    font-style: normal;
}
.wt-cp-m-siteNav .wt-cp-icon-top {
    vertical-align: middle;
}
.icon-top-upArrow {
    background-position: 0 -321px;
    height: 5px;
    width: 11px;
}

.wt-cp-icon-top {
	background-image:url(../images/icons/icon_1.png);
    }
.wt-cp-siteNavItemBd{ display: none;}
.wt-cp-m-dropdownMenu, .wt-cp-m-funcTab {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}
.wt-cp-m-dropdownMenu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 83px;
    padding: 3px 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}
.wt-cp-m-dropdownMenu .wt-cp-dropdownMenuItem {
    position: relative;
    display: block;
    margin: 0 13px;
    color: #999;
    text-align: center;
    line-height: 38px;
    border-top: 1px solid #ddd;
    white-space: nowrap;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}
.wt-cp-m-dropdownMenu .wt-cp-dropdownMenuItem:first-child {
    border-top: 0;
}
.icon-top-upArrowshadow {
    background-position: 0 -336px;
    height: 7px;
    width: 12px;
}
.wt-cp-m-siteNav .wt-cp-siteNavItem:hover .icon-top-upArrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.wt-cp-m-dropdownMenu .icon-top-upArrowshadow {
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    margin: auto;
}

.icon-top-app {
    background-position: 0 0;
    height: 11px;
    width: 7px;
}
.wt-cp-m-dropdownMenu-appDownload {
    width: 139px;
    text-align: center;
    left: -43px;
    padding: 10px 0!important;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.wt-cp-m-dropdownMenu {
    position: absolute;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 83px;
    padding: 3px 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
}
.wt-cp-m-dropdownMenu-appDownload .wt-cp-QRcode {
    vertical-align: middle;
    margin: 0 auto 6px;
    width: 117px;
    height: 117px;
}
.wt-cp-m-dropdownMenu-appDownload .wt-cp-QRcode img{
    width: 117px;
    height: 117px;
}
.wt-cp-m-dropdownMenu-appDownload .wt-cp-QRtxt {
    display: block;
    text-align: center;
    line-height: 1;
    color: #1378ce;
    font-size: 12px;
}

.wt-cp-m-funcTab {
    position: relative;
    height: 140px;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.2);
    border-bottom: 1px solid #e8e8e8\9;
}
.wt-cp-m-top .wt-cp-row {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.wt-cp-m-funcTab .wt-cp-tabLogo-activityWrap {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 0;
    display: block;
    text-align: center;
    overflow: hidden;
}
.wt-cp-base img {
    border: 0;
    vertical-align: top;
}
.wt-cp-m-funcTab .wt-cp-tabLogo-activity {
    display: inline-block;
}
.wt-cp-m-funcTab .wt-cp-funcTab-hide {
    display: none;
}
.icon-top-miniLogo {
    background-position: 0 -216px;
    height: 35px;
    width: 105px;
}
.icon-top-bigLogo{	
    height: 60px;
    width: 164px;
	background-position: 0px -144px;
}
.wt-cp-m-funcTab .wt-cp-zIndex3 {
    z-index: 3;
}
.wt-cp-m-funcTab-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px!important;
	z-index: 9;
	-webkit-animation: hdnav2-show .3s;
	-moz-animation: hdnav2-show .3s;
	-o-animation: hdnav2-show .3s;
	animation: hdnav2-show .3s
}

.wt-cp-m-funcTab-fixed .wt-cp-tabLogo-fixed {
	position: absolute;
	top: 13px;
	left: 5px;
	z-index: 1
}

.wt-cp-m-funcTab-fixed .wt-cp-funcTabFixed-hide {
	display: none!important
}

.wt-cp-m-funcTab-fixed .wt-cp-funcTab-hide {
	display: block
}

.wt-cp-m-funcTab-fixed .wt-cp-fixed-user {
	position: relative;
	margin-top: 19px;
	padding-bottom: 19px;
	float: right
}

.wt-cp-m-funcTab-fixed .wt-cp-fixed-notLogin {
	z-index: 1;
	position: absolute;
	right: 85px;
	top: 20px
}

.wt-cp-m-funcTab-fixed .wt-cp-fixed-notLogin .wt-cp-fixed-login,
.wt-cp-m-funcTab-fixed .wt-cp-fixed-notLogin .wt-cp-fixed-register {
	color: #666
}

.wt-cp-m-funcTab-fixed .wt-cp-fixed-notLogin .wt-cp-fixed-login {
	margin-right: 23px
}
.wt-cp-m-funcTab-fixed .wt-cp-m-tabNav {
	top: 16px;
	left: 165px;
	bottom: auto;
	width: 800px
}
.wt-cp-m-funcTab-fixed .wt-cp-funcTabFixed-hide {
    display: none!important;
}
.wt-cp-m-tabNav .wt-cp-tabNav-item.wt-cp-lastItem{padding-right: 0;}
.wt-cp-m-funcTab-fixed .wt-cp-m-tabNav .wt-cp-tabNav-item {
	margin-top: 3px;
	padding: 0 10px
}

.wt-cp-m-funcTab-fixed .wt-cp-m-tabNav .wt-cp-tabNav-item.wt-cp-firstItem {
	margin-left: 12px
}
.wt-cp-m-cartEnterWrap {
   position: relative;
    margin-top: 26px;
    margin-left: 49px;
    float: right;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnterWrap{
	margin-top: 5px;
    margin-right: 24px;
    margin-left: 27px;	
}
.wt-cp-m-cartEnter {
	display: block;
	position: relative;
    cursor: pointer;
    width: 134px;
    height: 38px;
    border: 1px solid #1378ce;
    border-radius: 19px;
    padding: 8px 0;
}
.wt-cp-m-cartEnter:hover{
	background-color: #f3faff;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnter:hover{
	background-color: #fff;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnter {
    position: relative;
    cursor: pointer;
    width: 34px;
    height: 32px;
    border: 0;
}
.wt-cp-m-cartEnter .icon-top-cart-s {
    margin-left: 22px;
}
.icon-top-cart-s {
    background-position: -38px -80px;
    height: 18px;
    width: 18px;
}
.wt-cp-m-cartEnter .wt-cp-cartName {
    color: #1378ce;
    margin-left: 5px;
    margin-top: -1px;
    font-size: 14px;
}
.wt-cp-m-cartEnter .icon-top-badge, .wt-cp-m-cartEnter .icon-top-badge-l {
    margin-left: 5px;
    margin-top: -1px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    z-index: 1;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnter .icon-top-badge, .wt-cp-m-funcTab-fixed .wt-cp-m-cartEnter .icon-top-badge-l{
	position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 20px;
    z-index: 1;
}
.wt-cp-m-cartEnter .icon-yxtop-badge {
    margin-left: 10px;
}
.wt-cp-m-miniCart {
	position: absolute;
	right: -19px;
	top: 30px;
	z-index: 1;
	padding-top: 10px;
	padding-right: 10px;
	overflow: visible;
	display: none
}

.wt-cp-m-miniCart .wt-cp-tw-1,
.wt-cp-m-miniCart .wt-cp-tw-2 {
	position: absolute;
	right: 22px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent
}

.wt-cp-m-miniCart:after,
.wt-cp-m-miniCart:before {
	content: " ";
	display: table
}

.wt-cp-m-miniCart .wt-cp-tw-1 {
	top: -8px;
	border-bottom: 8px solid #ff5722
}

.wt-cp-m-miniCart .wt-cp-tw-2 {
	top: -6px;
	border-bottom: 8px solid #fff
}

.wt-cp-m-miniCart .wt-cp-wrap {
	position: relative;
	width: 330px;
	height: 328px;
	border: 1px solid #f5303f;
	border-top: 2px solid #f78d95;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.wt-cp-m-dropdownMenu,
.wt-cp-m-funcTab {
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-emptyCart {
	font-size: 17px;
	line-height: 80px;
	text-align: center
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo {
	margin: 14px 0 0;
	height: 244px;
	background-color: #fff;
	overflow: auto
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-cartInfo-inner {
	background-color: #e8e8e8
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart {
	margin: 10px 0;
	background-color: #fff
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-suitCartHd {
	height: 27px;
	border-bottom: 1px solid #eaeaea;
	margin: 0 0 4px 15px;
	line-height: 26px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-suitCartHd .wt-cp-suitFlag {
	display: inline-block;
	height: 14px;
	width: 28px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #fff;
	background-color: #d22b33;
	vertical-align: middle
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-suitCartHd .wt-cp-suitIntro {
	display: inline-block;
	margin-left: 8px;
	width: 167px;
	height: 27px;
	font-size: 14px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-suitCartHd .wt-cp-suitIntro .wt-cp-suitName {
	display: inline-block;
	vertical-align: middle;
	max-width: 122px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-suitCartHd .wt-cp-suitIntro .wt-cp-suitCount {
	vertical-align: middle
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-suitCartHd .wt-cp-suitPrice {
	display: inline-block;
	width: 60px;
	margin-right: 11px;
	height: 27px;
	vertical-align: middle;
	color: #b4282d;
	font-size: 14px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-suitCartHd .wt-cp-deleteSuit {
	height: 27px;
	padding: 8px 0;
	width: 10px;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-cartItem {
	background: 0 0
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-cartItem .wt-cp-price {
	color: #999
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-cartItem.wt-cp-invalid .wt-cp-item .wt-cp-count,
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-cartItem.wt-cp-invalid .wt-cp-item .wt-cp-price,
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-cartItem.wt-cp-invalid .wt-cp-item .wt-cp-specValue,
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-disValidSuit .wt-cp-cartItem .wt-cp-price,
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-disValidSuit .wt-cp-suitCartHd .wt-cp-suitPrice {
	color: #ccc
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart .wt-cp-deleteItem {
	display: none
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart:hover {
	background-color: #fffbf0
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-disValidSuit .wt-cp-suitCartHd .wt-cp-suitFlag {
	background-color: #ccc
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-disValidSuit:hover {
	background-color: #fcfcfc
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-suitCart+.wt-cp-cartItem {
	height: 80px;
	padding-top: 10px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-firstSuit {
	margin-top: 0
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-cartItem {
	height: 70px;
	padding: 0 0 10px 15px;
	background-color: #fff
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-cartItem.wt-cp-invalid {
	background-color: #fcfcfc
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item {
	float: left
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-left {
	background-color: #f4f4f4;
	position: relative;
	text-align: center
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-left img {
	width: 60px;
	height: 60px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-left .wt-cp-offShift,
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-left .wt-cp-sellOut {
	line-height: 11px;
	padding: 3px 0;
	position: absolute;
	bottom: 0;
	background: #999;
	color: #fff;
	width: 100%;
	font-size: 11px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle {
	width: 140px;
	margin-left: 10px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle p:first-child {
	font-size: 14px;
	line-height: 14px;
	padding: 12px 0 11px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle .wt-cp-count,
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle .wt-cp-specValue {
	display: block;
	color: #999;
	font-size: 11px;
	line-height: 12px;
	float: left
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle .wt-cp-count:hover,
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle .wt-cp-specValue:hover {
	cursor: default
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle .wt-cp-specValue {
	max-width: 84px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-middle .wt-cp-count {
	margin-left: 14px;
	margin-top: 1px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-right p {
	float: left
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-right .wt-cp-price {
	width: 50px;
	text-align: right;
	font-size: 11px;
	color: #b62628;
	margin-top: 14px;
	line-height: 11px
}
.wt-cp-base .wt-m-pop .wt-w-close, .wt-cp-icon-close {
    background-image: url(../images/icons/cha.png);
    background-repeat: no-repeat;
}
.icon-close-close11 {
    background-position: 0 -40px;
    height: 10px;
    width: 11px;
}
.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-right .wt-cp-deleteItem {
	margin: 14px 0 0 10px;
	line-height: 10px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-item-right .wt-cp-deleteItem:hover {
	cursor: pointer
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartInfo .wt-cp-invalidTitle {
	padding: 15px 0 0 15px;
	height: 40px;
	line-height: 1;
	font-size: 14px;
	background-color: #e8e8e8
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartBottom {
	border-top: 1px solid #e7e1d4;
	height: 66px;
	background-color: #f4f0ea;
	position: absolute;
	bottom: 0;
	width: 100%
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartBottom .wt-cp-totalPrice {
	line-height: 66px;
	font-size: 13px;
	padding-left: 42px;
	color: #999;
	float: left
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartBottom .wt-cp-totalPrice span {
	color: #b62628
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartBottom .wt-cp-goToCart {
	float: right;
	margin-right: 31px
}

.wt-cp-m-miniCart .wt-cp-wrap .wt-cp-cartBottom .wt-cp-goToCart .wt-cp-btn {
	width: 110px;
	height: 36px;
	line-height: 36px;
	margin-top: 15px
}

.wt-cp-m-dropdownMenu .icon-top-upArrowshadow {
    position: absolute;
    top: -7px;
    right: 0;
    left: 0;
    margin: auto;
}
.icon-top-badge {
   background: #0165ba;
   border-radius: 100px;
    height: 19px;
    min-width: 19px;
	padding: 0 2px;
}
.wt-cp-m-cartEnter .icon-top-cart {
    position: absolute;
    bottom: 0;
    left: 0;
	display: none;
}
.icon-top-cart {
    background-position: 0 -113px;
    height: 23px;
    width: 23px;
}
.icon-top-cart:hover{
	 background-position: 0 -80px;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnterWrap {
    margin-top: 10px;
    margin-right: 24px;
    margin-left: 27px;
}
.wt-cp-m-search {
    position: absolute;
    margin-top: 26px;
    left: 50%;
    width: 532px;
    height: 36px;
	margin-left: -266px;
}

.wt-cp-m-search .wt-cp-hiddenFixedSearchInputButton {
    display: none;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnter .icon-top-cart,
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-fixedSearchInputDisplay {
    display: block!important;
}
.wt-cp-m-search .icon-top-search-gray {
    position: absolute;
    left: 18px;
    top: 12px;
	background-position: -38px -261px;
    height: 14px;
    width: 14px;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnter .icon-top-cart-s,
.wt-cp-m-funcTab-fixed .wt-cp-m-cartEnter .wt-cp-cartName,
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchButton .wt-cp-searchButtonName,
.wt-cp-m-funcTab-fixed .wt-cp-m-search .icon-top-search-gray{
	display: none;
}

.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-hiddenFixedSearchInputButton {
    position: absolute;
    top: 1px;
    left: 40px;
    cursor: pointer;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchInputWrap .wt-cp-searchDefaultKeyword,
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchInputWrap .wt-cp-searchInput {
    left: auto;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchInputWrap .wt-cp-searchInput {
    right: 0;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchInputWrap .wt-cp-searchDefaultKeyword {
    right: 10px;
}
.wt-cp-m-search .wt-cp-searchInput {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    height: 38px;
    line-height: 38px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid #1378ce;
    font-size: 14px;
    width: 442px;
    padding-left: 38px;
    outline: 0;
    overflow: hidden;
    background: 0 0;
    background: url(../images/icons/bg_dian.png)\9;
}
.wt-cp-m-search .wt-cp-searchDefaultKeyword {
    position: absolute;
    top: 12px;
    left: 38px;
    color: #999;
    display: block;
    line-height: 1;
    cursor: text;
    touch-action: none;
    -ms-touch-action: none;
    pointer-events: none;
    -ms-pointer-events: none;
    -webkit-user-select: none;
    white-space: nowrap;
    overflow: hidden;
    width: 390px;
    text-overflow: ellipsis;
    font-size: 14px;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchInputWrap .wt-cp-searchInput {
    right: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    display: block;
    height: 22px;
    line-height: 22px;
    border: 0;
    border-bottom: 1px solid #D8CEBC;
    font-size: 12px;
    width: 252px;
    outline: 0;
    overflow: hidden;
    background: 0 0;
    border-radius: 0;
    padding-left: 10px;
    background: url(../images/icons/bg_dian.png)\9;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchDefaultKeyword{
	right: 10px;
    top: 5px;
    font-size: 12px;
    width: 230px;
}
.wt-cp-base .wt-f-hide {
    display: none;
}
.wt-cp-m-search .wt-cp-searchButton {
    width: 90px;
    height: 38px;
    background-color: #1378ce;
    cursor: pointer;
    float: right;
    color: #fff;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchButton .icon-top-search {
    display: block;
}
.wt-cp-m-search .wt-cp-searchButton:hover {
    background-color: #f52a3a;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchButton:hover {
    background-color: #ffffff;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchButton {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    float: right;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}
.wt-cp-m-search .wt-cp-searchButton .icon-top-search {
    display: none;
}
.icon-top-search {
    background-position: 0 -291px;
    height: 20px;
    width: 20px;
}
.icon-top-search:hover {
    background-position: 0 -261px;
}
/*热搜*/
.wt-cp-m-search .hotKeywordListWrap {
    margin-top: 46px;
    margin-left: 8px;
    width: 444px;
    height: 18px;
    overflow: hidden;
}
.wt-cp-m-search .hotKeywordListWrap .hotKeywordList {
    top: 0;
    position: relative;
    overflow: hidden;
}
.wt-cp-m-search .hotKeywordListWrap .hotKeywordRow {
    height: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    font-size: 0;
}
.wt-cp-m-search .hotKeywordListWrap .hotKeyword,
.wt-cp-m-search .hotKeywordListWrap .hotKeywordHidden {
   display: inline-block;
    color: #999;
    padding: 0 10px;
    border-right: 1px solid #ccc;
    cursor: pointer;
    line-height: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 444px;
    font-size: 12px;
}
.wt-cp-m-search .hotKeywordListWrap .hotKeyword.active,.wt-cp-m-search .hotKeywordListWrap .hotKeyword:hover{
	color: #ff6600;
}
.wt-cp-m-search .hotKeywordListWrap .hotKeyword:last-child, .wt-cp-m-search .hotKeywordListWrap .hotKeywordHidden:last-child {
    border-right: 0;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .hotKeywordListWrap {
    visibility: hidden;
    position: absolute;
    left: -10000px;
}
.wt-cp-m-search .wt-cp-m-suggest {
    position: absolute;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 14px;
    outline: 0;
    opacity: 0;
    top: 21px;
    width: 252px;
    -webkit-transition: opacity .1s ease-out;
    -moz-transition: opacity .1s ease-out;
    -o-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out;
}
.wt-cp-m-search .wt-cp-m-suggestList {
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
}
.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-top-item {
    color: #999;
    font-size: 13px;
    padding: 2px 10px;
}
.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-hl-item {
    height: 26px;
    line-height: 26px;
    padding: 0 12px 0 10px;
    cursor: pointer;
}
.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-hl-item.highlight {
    color: #b4282d;
}
.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-top-item .icon-wtnormal-deleteAll {
    float: right;
    margin-top: 2px;
    cursor: pointer;
}

.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-top-item {
    color: #999;
    font-size: 13px;
    padding: 2px 10px;
}

.wt-cp-icon-wtnormal {
    background-image: url(../images/icons/icon_5.png);
}
.icon-wtnormal-deleteAll {
    background-position: 0 -24px;
    height: 14px;
    width: 12px;
}

.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-hl-item-txt {
    display: inline-block;
    width: 210px;
    font-size: 13px;
    word-break: normal;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-hl-item .icon-close-close8 {
    display: none;
}
.wt-cp-base .wt-m-pop .wt-w-close, .wt-cp-icon-close {
    background-image: url(../images/icons/cha.png);
    background-repeat: no-repeat;
}

.icon-close-close8 {
    background-position: 0 -146px;
    height: 8px;
    width: 8px;
    margin-top: 9px;
}
.icon-close-close8.close8-hover, .icon-close-close8:hover {
    background-position: 0 -128px;
}
.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-hl-item-selected {
    overflow: hidden;
    background-color: #f8f5f0;
    color: #1378ce;
}
.wt-cp-m-search .wt-cp-m-suggestList .wt-cp-hl-item:hover{
	background-color: #f8f5f0;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search {
    margin-top: 21px;
    margin-right: 33px;
    width: 20px;
	position: static;
	float: right;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-searchInputWrap {
    position: absolute;
    display: none;
    width: 350px;
    height: 22px;
    right: 190px;
    background-color: #fff;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-search .wt-cp-m-suggest {
    left: -252px;
}

.icon-top-userempty {
    background-position: 0 -385px;
    height: 22px;
    width: 20px;
}

.icon-top-userempty.userempty-hover, .icon-top-userempty:hover {
    background-position: 0 -353px;
}
.wt-cp-m-funcTab-fixed .wt-cp-fixed-user {
    position: relative;
    margin-top: 19px;
    padding-bottom: 19px;
    float: right;
}

.wt-cp-m-funcTab-fixed .wt-cp-funcTab-hide {
    display: block;
}

/*弹出登录注册窗口*/
.m-loginPop{background: transparent !important; box-shadow:none !important}

/*导航*/
.wt-cp-m-tabNav {
    line-height: 1;
    font-weight: 700;
    position: absolute;
    height: 30px;
    bottom: 0;
    width: 100%;
}
.wt-cp-m-tabNav .wt-cp-tabNav-item {
    float: left;
    padding: 0 10px;
    font-size: 14px;
}
.wt-cp-m-tabNav .wt-cp-tabNav-item.wt-cp-firstItem{
	margin-left: 0;padding-left: 0;
}
.wt-cp-m-tabNav .wt-cp-tabNav-item .wt-cp-topLevel {
    display: block;
    padding: 5px 12px;
    color: #000;
}
.wt-cp-m-tabNav .wt-cp-tabNav-item.wt-cp-active .wt-cp-topLevel, .wt-cp-m-tabNav .wt-cp-tabNav-item:hover .wt-cp-topLevel {
    color: #fff;
    background: #1378ce;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    padding-left: 50%;
    background-color: transparent;
}

.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-cateCard {
    position: relative;
    padding-top: 33px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
    border-bottom: 1px solid #e8e8e8\9;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-cateCardList {
    display: inline-block;
    white-space: nowrap;
    width: 930px;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-cateCardList:after, .wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-cateCardList:before {
    content: " ";
    display: table;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-item {
    float: left;
    margin-bottom: 30px;
    vertical-align: middle;
    width: 44px;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-item .wt-cp-item-subCate {
    display: block;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-item .wt-cp-item-subCate>.wt-cp-subCate-icon {
    height: 44px;
    width: 44px;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-item .wt-cp-item-subCate>.wt-cp-subCate-text {
    font-size: 14px;
    line-height: 1;
    width: 100px;
    margin-left: -28px;
    padding-top: 10px;
}
.wt-cp-base a:hover p{
    color: #1378ce;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-cateCardList {
    display: inline-block;
    white-space: nowrap;
    width: 930px;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-item {
    float: left;
    margin-bottom: 30px;
    vertical-align: middle;
    width: 44px;
    margin-right: 102px;
}
.wt-cp-m-tabNav .wt-cp-tabNav-dropdown .wt-cp-dropdown-item:nth-child(7n){margin-right: 0;}

@-webkit-keyframes hdnav2-show {
	0% {
		top: -42px
	}
	100% {
		top: 0
	}
}

@keyframes hdnav2-show {
	0% {
		top: -42px
	}
	100% {
		top: 0
	}
}

/*右侧悬浮菜单*/
.wt-cp-fixedtool {
    position: fixed;
    bottom: 100px;
    z-index: 99;
    right: 0;
    display: none;
}
.wt-cp-fixedtool .wt-fixedtoolActivityEntry {
    position: absolute;
    top: -153px;
    display: block;
}
.wt-cp-fixedtool .wt-fixedtoolActivityEntry .wt-fixedtoolActivityPic {
    width: 72px;
}
.wt-cp-fixedtool a.wt-fixedtoolDownload, .wt-cp-fixedtool a.wt-fixedtoolNewuser {
    text-decoration: none;
}
.wt-cp-fixedtool .wt-fixedtoolCustomerService, 
.wt-cp-fixedtool .wt-fixedtoolDownload, 
.wt-cp-fixedtool .wt-fixedtoolGoTop, 
.wt-cp-fixedtool .wt-fixedtoolNewuser, 
.wt-cp-fixedtool .wt-fixedtoolSubscribe {
    display: block;
    width: 72px;
    height: 82px;
    background-color: #fff;
    color: #666;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    padding-top: 14px;
    position: relative;
}
.wt-cp-icon-wtfixedtool {
    background: url(../images/icons/icon_4.png);
   }
.icon-wtfixedtool-newuser {
    background-position: 0 -297px;
    height: 29px;
    width: 28px;
}

.icon-wtfixedtool-downloadapp {
    background-position: 0 -168px;
    height: 30px;
    width: 20px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog,
.wt-cp-fixedtool .wt-subscribeDialog {
    width: 400px;
    height: 220px;
    position: absolute;
    right: 62px;
    top: -68px;
    cursor: default;
    line-height: 20px;
    display: none;
}
.wt-cp-fixedtool .wt-fixedtoolDownload:hover .wt-downloadLinkDialog {
    display: block!important;
}
.wt-cp-fixedtool .wt-downloadLinkDialog {
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 260px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main, .wt-cp-fixedtool .wt-subscribeDialog .wt-main {
    width: 370px;
    height: 220px;
    background: #FFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0 2px 4px 0 #7f7f7f;
    position: relative;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main {
    width: 230px;
    height: 218px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-top {
    margin: 20px 0 8px 15px;
    overflow: hidden;
}
.wt-cp-base .wt-f-left {
    float: left;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-txt,
.wt-cp-fixedtool .wt-fixedtoolAppGift .wt-txt {
    line-height: 1;
    color: #BE4141;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main span {
    display: inline-block;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-top .wt-txt .wt-unit {
    line-height: 28px;
    position: relative;
    top: -2px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-top .wt-txt .wt-account {
    font-size: 54px;
    line-height: 54px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-top .wt-tag {
    margin-bottom: 4px;
    margin-left: 2px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-tag, .wt-cp-fixedtool .wt-fixedtoolAppGift .wt-tag {
    width: 40px;
    height: 18px;
    color: #A94528;
    border-radius: 2px;
    background: #F8BC59;
    line-height: 18px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-top .wt-txt1 {
    margin-left: 1px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-txt1, 
.wt-cp-fixedtool .wt-fixedtoolAppGift .wt-txt1 {
    color: #BE4141;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-bottom {
    overflow: hidden;
    margin-left: 15px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-bottom .wt-img {
    height: 114px;
    border: 1px solid #eaeaea;
    padding: 3px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-bottom .wt-img img{ width: 106px; height: 106px;}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-bottom .wt-txt3 {
    line-height: 28px;
    color: #333;
    margin-top: 30px;
    margin-left: 4px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .wt-main .wt-bottom .wt-txt4 {
    line-height: 20px;
    color: #333;
    margin-left: 4px;
}
.wt-cp-fixedtool .wt-downloadLinkDialog .icon-wtfixedtool-rightArrow,
.wt-cp-fixedtool .wt-subscribeDialog .icon-wtfixedtool-rightArrow {
    position: absolute;
    right: -11px;
    top: 96px;
}
.icon-wtfixedtool-rightArrow {
    background-position: 0 -336px;
    height: 19px;
    width: 11px;
}
.wt-cp-icon-wtfixedtool {
    background-image: url(../images/icons/icon_4.png);
 }
.icon-wtfixedtool-customerService {
    background-position: 0 -87px;
    height: 31px;
    width: 32px;
}
.wt-cp-fixedtool .wt-fixedtoolGoTop {
    position: absolute;
    bottom: -60px;
	right: 0;
    display: none;
    width: 72px;
    height: 60px;
}
.icon-wtfixedtool-goTop {
    background-position: 0 -233px;
    height: 15px;
    width: 24px;
}
.icon-wtfixedtool-newuser.newuser-hover,
.icon-wtfixedtool-newuser:hover, 
.wt-cp-fixedtool .wt-fixedtoolNewuser:hover .icon-wtfixedtool-newuser {
    background-position: 0 -258px;
}
.icon-wtfixedtool-downloadapp.downloadapp-hover,
.icon-wtfixedtool-downloadapp:hover, 
.wt-cp-fixedtool .wt-fixedtoolDownload.active .icon-wtfixedtool-downloadapp, 
.wt-cp-fixedtool .wt-fixedtoolDownload:hover .icon-wtfixedtool-downloadapp {
    background-position: 0 -128px;
}
.icon-wtfixedtool-customerService.customerService-hover, 
.icon-wtfixedtool-customerService:hover, 
.wt-cp-fixedtool .wt-fixedtoolCustomerService:hover .icon-wtfixedtool-customerService {
    background-position: 0 -46px;
}
.icon-wtfixedtool-goTop.goTop-hover, 
.icon-wtfixedtool-goTop:hover, 
.wt-cp-fixedtool .wt-fixedtoolGoTop:hover .icon-wtfixedtool-goTop {
    background-position: 0 -208px;
}
.wt-cp-fixedtool .wt-fixedtoolCustomerService p.wt-fixedtoolText,
.wt-cp-fixedtool .wt-fixedtoolDownload p.wt-fixedtoolText,
.wt-cp-fixedtool .wt-fixedtoolGoTop p.wt-fixedtoolText, 
.wt-cp-fixedtool .wt-fixedtoolNewuser p.wt-fixedtoolText, 
.wt-cp-fixedtool .wt-fixedtoolSubscribe p.wt-fixedtoolText {
    line-height: 20px;
    font-size: 14px;
    margin: 8px auto 0;
    position: relative;
}
.wt-cp-fixedtool a p:after{
    content: '';
    position: absolute;
    display: block;
    left: 6px;
    bottom: -10px;
    width: 60px;
    border-bottom: 1px solid #eaeaea;
}
.wt-cp-fixedtool a:nth-child(3) p:after{
	border-bottom: none;
}
.wt-cp-fixedtool .wt-fixedtoolGoTop:before {
    content: '';
    position: absolute;
    display: block;
    left: 6px;
    top: 0;
    width: 60px;
    /* border-bottom: 1px solid #eaeaea; */
}
.wt-cp-fixedtool .wt-fixedtoolCustomerService:hover, 
.wt-cp-fixedtool .wt-fixedtoolDownload.active, 
.wt-cp-fixedtool .wt-fixedtoolDownload:hover, 
.wt-cp-fixedtool .wt-fixedtoolGoTop:hover, 
.wt-cp-fixedtool .wt-fixedtoolNewuser:hover, 
.wt-cp-fixedtool .wt-fixedtoolSubscribe.active, 
.wt-cp-fixedtool .wt-fixedtoolSubscribe:hover {
    color: #1378ce !important;
}
/*底部*/

.wt-cp-m-foot .wt-cp-m-siteEnsure:after,
.wt-cp-m-foot .wt-cp-m-siteEnsure:before,
.wt-cp-m-foot .wt-cp-row:after,
.wt-cp-m-foot .wt-cp-row:before {
	content: " ";
	display: table;
	clear: both;
}
.wt-cp-m-foot {
	clear: both;
	padding-top: 0
}

.wt-cp-m-foot .wt-cp-row {
	width: 1090px;
	margin: 0 auto;
	position: relative
}

.wt-cp-m-foot .wt-cp-m-ft2 {
	height: 204px;
	padding-top: 37px;
	background-color: #414141
}

.wt-cp-m-foot .wt-cp-m-ft2 .wt-cp-hr {
	height: 1px;
	margin-bottom: 27px;
	background-color: #4f4f4f;
	border: 0
}

.wt-cp-m-foot .wt-cp-m-siteEnsure {
	margin-bottom: 30px!important
}

.wt-cp-m-foot .wt-cp-m-siteEnsure .wt-cp-item {
	float: left;
	width: 33.333333%;
	text-align: center
}

.wt-cp-m-foot .wt-cp-m-siteEnsure .wt-cp-item .wt-cp-inner {
	color: #fff;
	font-size: 18px;
	line-height: 51px;
	display: inline-block;
	vertical-align: middle
}

.wt-cp-m-foot .wt-cp-m-siteEnsure .wt-cp-item .wt-cp-inner .wt-cp-icon,
.wt-cp-m-foot .wt-cp-m-siteEnsure .wt-cp-item .wt-cp-inner .wt-cp-text {
	float: left
}

.wt-cp-m-foot .wt-cp-m-siteEnsure .wt-cp-item .wt-cp-inner .wt-cp-icon {
	margin-right: 17px
}

.wt-cp-m-foot .wt-cp-m-siteInfo {
	text-align: center;
	color: #999;
	position: relative
}

.wt-cp-m-foot .wt-cp-m-siteInfo .wt-cp-nav .wt-cp-text {
	color: #999
}

.wt-cp-m-foot .wt-cp-m-siteInfo .wt-cp-nav .wt-cp-split {
	margin: auto 13px
}

.wt-cp-m-foot .wt-cp-m-siteInfo .wt-cp-businessAdmin {
	display: block;
	width: 36px;
	position: absolute;
	right: 108px;
	top: -4px
}

.wt-cp-m-foot .wt-cp-m-siteInfo .wt-cp-businessAdmin .wt-cp-img {
	width: 100%
}

.wt-cp-m-foot .wt-cp-m-ft1 {
	padding-top: 60px;
	padding-bottom: 34px;
	background-color: #fff;
	border-top: 1px solid #e8e8e8
}

.wt-cp-m-foot .wt-cp-m-ft1 .wt-cp-item {
	width: 33.33333%;
	height: 204px;
	float: left;
	border-left: 1px solid #e9e9e9
}

.wt-cp-m-foot .wt-cp-m-ft1 .wt-cp-item:after,
.wt-cp-m-foot .wt-cp-m-ft1 .wt-cp-item:before {
	content: " ";
	display: table;
	clear: both;
}

.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn .icon-wtfoot-feedback.feedback-hover,
.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn .icon-wtfoot-service.service-hover,
.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn:hover .icon-wtfoot-feedback,
.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn:hover .icon-wtfoot-service {
	display: none
}

.wt-cp-m-foot .wt-cp-m-ft1 .wt-cp-item:first-child {
	border-left: 0
}

.wt-cp-m-foot .wt-cp-m-ft1 .wt-cp-item .wt-cp-hd {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 28px;
	line-height: 1
}

.wt-cp-m-foot .wt-cp-m-serviceTel {
	text-align: center;
	line-height: 1
}

.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-phone {
	margin-top: 25px;
	font-size: 26px
}

.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-datetime {
	margin-top: 15px;
	margin-bottom: 35px;
	font-size: 14px
}

.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn {
	width: 80px;
	height: 100px;
	font-size: 14px;
	background-color: #fff;
	padding-top: 25px;
	text-align: center;
	border: 1px solid #E8E8E8
}

.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn.wt-cp-feedbackBtn {
	margin-left: 29px
}

.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn:hover {
	color: #1378ce
}

.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn:hover .icon-wtfoot-feedback.feedback-hover,
.wt-cp-m-foot .wt-cp-m-serviceTel .wt-cp-btn:hover .icon-wtfoot-service.service-hover {
	display: inline-block
}

.wt-cp-m-foot .wt-cp-m-whatIsYX {
	padding: 0 37px;
	text-align: center;
	line-height: 1
}

.wt-cp-m-foot .wt-cp-m-whatIsYX .wt-cp-hd {
	margin-bottom: 23px
}

.wt-cp-m-foot .wt-cp-m-whatIsYX .wt-cp-desc {
	text-align: left;
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 22px
}

.wt-cp-m-foot .wt-cp-m-followUs {
	padding: 0 37px;
	line-height: 1;
	text-align: left
}

.wt-cp-m-foot .wt-cp-m-followUs:after,
.wt-cp-m-foot .wt-cp-m-followUs:before {
	content: " ";
	display: table
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-title {
	margin-right: 15px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 32px;
	float: left
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-followWayList {
	float: left
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-followWay {
	margin-right: 15px;
	position: relative;
	padding-bottom: 10px
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-followWay .wt-cp-bd {
	position: absolute;
	display: none;
	top: 38px;
	left: -47px;
	width: 123px;
	padding-top: 5px
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-followWay:hover .wt-cp-bd {
	display: block
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-followWay .wt-cp-wrap {
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2)
}

.wt-cp-m-foot-official,
.wt-cp-m-foot-official .wt-cp-m-ft1 {
	border-top: 0
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-followWay .wt-cp-wrap .wt-cp-imgQR {
	width: 103px;
	height: 103px
}

.wt-cp-m-foot .wt-cp-m-followUs .wt-cp-followWay .wt-cp-wrap .icon-top-upArrowshadow {
	display: block;
	position: absolute;
	top: -7px;
	right: 0;
	left: 0;
	margin: auto
}

.wt-cp-m-foot .wt-cp-m-ftAppDownload {
	text-align: center
}

.wt-cp-m-foot .wt-cp-m-ftAppDownload .wt-cp-title {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.wt-cp-m-foot .wt-cp-m-ftAppDownload .wt-cp-tip {
	color: #1378ce;
	font-size: 12px;
	margin-top: 3px
}

.wt-cp-m-foot .wt-cp-m-ftAppDownload .wt-cp-footQRcode {
	display: inline-block;
	width: 104px;
	height: 104px
}

.wt-cp-m-foot .wt-cp-m-ftAppDownload .wt-cp-footQRcode .wt-cp-arcodeImg {
	width: 104px;
	height: 104px
}

.wt-cp-m-foot-official .wt-cp-m-whatIsYX .wt-cp-desc {
	font-size: 14px;
	line-height: 30px;
	margin-top: -5px
}

.wt-cp-m-foot-official .wt-cp-m-ft1 .wt-cp-item .wt-cp-hd {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 28px;
	line-height: 1
}

.wt-cp-m-foot-official .wt-cp-m-followUs {
	text-align: center
}

.wt-cp-m-foot-official .wt-cp-m-followUs .wt-cp-followWayList {
	margin-left: 43px;
	margin-top: 29px
}

.wt-cp-m-foot-official .wt-cp-m-followUs .wt-cp-followWayList:after,
.wt-cp-m-foot-official .wt-cp-m-followUs .wt-cp-followWayList:before {
	content: " ";
	display: table
}

.wt-cp-m-foot-official .wt-cp-m-followUs .wt-cp-followWay {
	float: left;
	margin-right: 41px
}

.wt-cp-m-foot-official .wt-cp-m-followUs .wt-cp-followWay .wt-cp-bd {
	top: 43px;
	left: -44px
}
.wt-cp-icon-wtfoot {
	background-image: url(../images/icons/icon_3.png);
	}

.icon-wtfoot-baoyou {
	background-position: 0 0;
	height: 51px;
	width: 51px
}

.icon-wtfoot-feedback {
	background-position: 0 -98px;
	height: 27px;
	width: 30px
}

.icon-wtfoot-feedback.feedback-hover,
.icon-wtfoot-feedback:hover {
	background-position: 0 -61px
}

.icon-wtfoot-netease {
	background-position: 0 -135px;
	height: 51px;
	width: 51px
}

.icon-wtfoot-service {
	background-position: 0 -232px;
	height: 26px;
	width: 31px
}

.icon-wtfoot-service.service-hover,
.icon-wtfoot-service:hover {
	background-position: 0 -196px
}

.icon-wtfoot-wb {
	background-position: 0 -268px;
	height: 32px;
	width: 32px
}

.icon-wtfoot-wuyou {
	background-position: 0 -310px;
	height: 51px;
	width: 51px
}

.icon-wtfoot-wx {
	background-position: 0 -371px;
	height: 32px;
	width: 32px
}

.icon-wtfoot-wt {
	background-position: 0 -413px;
	height: 32px;
	width: 32px
}

/* 弹出反馈 */
.m-feedbackModal {
    padding: 30px 30px 0 50px;
}
.m-feedbackModal .w-tit-feedback {
    margin-bottom: 26px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}
.cp-m-feedbackForm .cp-formGroup {
    margin-bottom: 20px;
    line-height: 34px;
    overflow: hidden;
}
.cp-m-feedbackForm .cp-formGroup .cp-formLabel {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    text-align: right;
    width: 70px;
}
.cp-m-feedbackForm .cp-formGroup-type .cp-typeOpts {
    position: absolute;
    border: 1px solid #ddd;
    display: inline-block;
    width: 180px;
}
.cp-formGroup-type .cp-typeOpts .w-select{ border: none; height: 34px; width: 100%;}
.cp-m-feedbackForm .cp-inputControl {
    float: left;
	height: 102px;
    width: 344px;
    font-size: 13px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cp-m-feedbackForm .cp-formGroup-feedbackCnt .cp-inputControl .cp-inputArea {
    vertical-align: middle;
    margin: 0;
    outline: 0;
    border: 0;
    height: 70px;
    padding: 5px 5px 0;
    width: 100%;
    resize: none;
    overflow: auto;
    font-size: 12px;
    line-height: 1.5;
}
.cp-m-feedbackForm .cp-formGroup-feedbackCnt .cp-tip {
    margin-top: 10px;
    line-height: 1;
    margin-right: 10px;
    text-align: right;
	color: #999;
}
 .m-pop-feedback .layui-layer-btn .layui-layer-btn0{
	 margin-left: 125px;
 }
.cp-formGroup-phone .w-ipt{ height: 34px; line-height: 34px;width: 180px;}
.m-pop-feedback .m-uploadImage{ width: 345px;}
.m-pop-feedback .m-uploadImage .queue {
    float: none;
}
.m-pop-feedback .m-uploadImage .w-upload-img {
    margin: 0 9px 9px 0;
}
 
/*店铺头部*/
.headerpageShop .wt-cp-m-funcTab{ height: 125px;}
.headerpageShop .wt-cp-m-search{ width: 420px; }
.headerpageShop .wt-cp-m-funcTab-fixed .wt-cp-m-search{ width: 20px;}
.headerpageShop .wt-cp-m-search .wt-cp-searchInput{ width: 330px;}
.headerpageShop .wt-cp-m-funcTab-fixed .wt-cp-m-search{ position: relative; right: auto; bottom: auto;}
.wt-shoinfo{ position: absolute; left: 150px; top: 24px; width: 300px; border-left: 1px solid #e6e6e6; padding-left: 15px;}
.wt-shoinfo-hd{ line-height: 1.1; cursor: pointer;}
.wt-shoinfo .shoplogo{ height: 40px; width: 40px; margin-right: 10px; border-radius: 50%; overflow: hidden;}
.wt-shoinfo .shoplogo img{ width: 100%; height: 100%;}
.wt-shoinfo .shopName{ font-size: 16px; font-weight: bold; margin-bottom: 5px;}
.wt-shoinfo .fans{ font-family: serif; color: #666; font-size: 12px;}
.headerpageShop .navbg{ width: 100%; height: 36px; background: #1378ce; position: absolute; left: 0; bottom: 0;}
.wt-cp-m-tabNav2{
	line-height: 36px;
    font-weight: 700;
    position: absolute;
    height: 36px;
    bottom: 0;
    width: 100%;
	z-index: 2;
}
.wt-cp-m-tabNav2 .wt-cp-tabNav-item {
    float: left;
    font-size: 14px;
}
.wt-cp-m-tabNav2 .wt-cp-tabNav-item a{ color: #fff;display: block;padding: 0 23px;}
.wt-cp-m-tabNav2 .wt-cp-tabNav-item.wt-cp-active,.wt-cp-m-tabNav2 .wt-cp-tabNav-item:hover{ background: #9a7c40;}
.wt-cp-m-funcTab-fixed .wt-cp-m-tabNav2 {
    top: 0;
    left: 165px;
    bottom: auto;
    width: 738px;
    z-index: 0;
    height: 60px;
    line-height: 60px;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-tabNav2 .wt-cp-tabNav-item a {
    color: #000;
}
.wt-cp-m-funcTab-fixed .wt-cp-m-tabNav2 .wt-cp-tabNav-item.wt-cp-active a,.wt-cp-m-funcTab-fixed .wt-cp-m-tabNav2 .wt-cp-tabNav-item:hover a{
	color: #fff;
}
.wt-shoinfo-bd{ 
	position: absolute;
	z-index: 9; 
	padding-top: 10px;
}
.wt-shoinfo-bd .wt-cp-wrap{
	position: relative;
	padding: 10px;
	border: 1px solid #b5a176;
	border-top: 2px solid #d7ccb6;
	background-color: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .2);
}
.wt-shoinfo-bd .wt-cp-tw-1, .wt-shoinfo-bd .wt-cp-tw-2 {
    position: absolute;
    left: 22px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.wt-shoinfo-bd .wt-cp-tw-1 {
    top: -8px;
    border-bottom: 8px solid #d7ccb6;
}
.wt-shoinfo-bd .wt-cp-tw-2 {
    top: -6px;
    border-bottom: 8px solid #fff;
}
.wt-shoinfo-bd .followbtn{ 
	width: 74px;
	display: block;
	text-align: center;
	background: #1378ce;
    color: #fff;
    padding: 4px 0;
}
.wt-shoinfo-bd .followbtn i{ margin-right: 4px; font-size: 14px;}
.wt-shoinfo-bd .followbtn.followed{ background: #fff; color: #666; border: 1px solid #ddd;}
.wt-shoinfo-bd .info-item{ margin-bottom: 10px;}
.wt-shoinfo-bd .info-item:last-child{ margin-bottom: 0;}
.wt-shoinfo-bd .rateTxt{ font-size: 16px; margin-bottom: 10px;  }
.wt-shoinfo-bd .rateList .rate-item{overflow: hidden;}
.wt-shoinfo-bd .rate-item >div{ float: left; height: 30px; line-height: 30px;}
.wt-shoinfo-bd .rate-item .bar{ padding: 10px;}
.progress-bar{ height: 8px; width: 150px; background: #e6e6e6; border-radius: 4px; position: relative;}
.progress-bar .inner-bar{ display: block; height: 8px; background: #ff6666; border-radius: 4px; }
.progress-bar .num{ color: #ff6666;}
.wt-shoinfo-bd .infodetail{ padding-top: 10px; border-top: 1px #ddd dashed; line-height: 1.4;}
.wt-shoinfo-bd .infodetail .row{ border-bottom: 1px solid #eee; overflow: hidden; padding: 10px 0;}
.wt-shoinfo-bd .infodetail .row:last-child{border-bottom: none;}
.wt-shoinfo-bd .infodetail .row .lab{ float: left;}
.wt-shoinfo-bd .infodetail .row .desc{ margin-left: 66px; color: #666;}
.wt-cp-tabNav2-right{ position: absolute; right: 0; bottom: 5px; z-index: 2;}
.wt-cp-tabNav2-right>div{ float: left;}
.wt-cp-follow .followbtn{ display: block; height: 26px; width: 84px; line-height: 26px; background: #fff; border-radius: 6px; text-align:center; color: #999; }
.wt-cp-follow .followbtn i{ font-size: 14px; margin-right: 4px;}
.wt-cp-follow .followbtn.followed{ color: #9a7c3f; }
.wt-cp-tabNav2-right .shopSearch{ height: 26px; margin-right: 10px;border-radius: 6px; background: #fff; overflow: hidden;}
.shopSearch input{ float: left; border: none; padding-left: 10px; height: 26px; width: 120px;}
.shopSearch .shopsearchButton{ float: left; display: block; height: 26px; width: 30px;}
.shopsearchButton .icon-top-search-gray {
    background-position: -38px -261px;
    height: 14px;
    width: 14px;
	margin: 6px 0 0 8px;
}

