div.HeadTopBannerShow {
    width: 100% !important;
    position: relative;
    display: none;
}
.HeadTopBannerShow a {
    display: inline-block;
}
.HeadTopBannerShow a>img {
    width: 100%;
    display: block;
}
.HeadTopBannerShow>span {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: rgba(55,55,55,0.6);
    background: #000 \9;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 20px;
}
#NavTop{
	width: 100%;
}
.NavTop_content{
	width: 100%;
    border-bottom: 1px solid #999999;
}
.NavTop_content>div{
	width: 1200px;
	margin: 0 auto;
}
.NavTop_content>.NavTop_TopShow{
	background-color: #eeeeee;
	height: 33px;
	width: 100%;
}
.NavTop_TopShow_content{
	width: 1200px;
	background-color: #eeeeee;
	margin: 0 auto;
}
.ShowAddres{
	float: left;
	padding: 0 10px;
	height: 33px;
    cursor: pointer;
}
.PositionIcon{
	display: inline-block;
	width: 14px;
	height: 20px;
	float: left;
	margin-top: 6.5px;
	background: url(../images/AllIcon.png) no-repeat -82px 0;
}
.ShowAddres>p{
	float: left;
	line-height: 33px;
	margin-left: 10px;
    color: #999;
}
.ShowAddresActive{
	background: #fff;
}
.Welcome{
    position: relative;
	float: left;
    padding: 0 10px;
    height: 33px;
    margin-left: 1%;
    line-height: 33px;
}
.Welcome>a{
    color:#999999;
}
.Welcome>a:hover{
    color:#e5bb73;
}
.TopPosition{
	position: relative;
	float: left;
}
.ChooseAddres{
	position: absolute;
	width: 380px;
    min-height: 160px;
	padding: 10px;
	top: 33px;
	left: 0;
	background-color: #fff;
	display: none;
}
.Choose_City{
	display: none;
}
.ChooseAddres>ul>li{
	float: left;
	padding: 2px 0;
}
.ChooseAddres>ul>li>a{
	float: left;
    padding: 0 8px;
    color: #999;
    line-height: 24px;
}
.ChooseAddres>ul>li>a:hover{
	background-color: #f4f4f4;
	color: #cea257;
}


/*顶部状态*/
.Menber_State{
	float: right;
}
.Menber_State>ul>li{
	float: left;
	margin-left: 25px;
	line-height: 33px;
}
.Menber_State>ul>li>a{
	color: #999999;
}
.Menber_State>ul>li>a:hover{
	color: #CEA257;
}

/*logo以及搜索等*/
.NavTop_MiddleSHow{
	text-align: center;
}
.Logo{
	width: 240px;
	float: left;
}
.Logo a>img{
    width: 240px;
    display: block;
    margin: 44px auto;
}
.SearchInput{
	display: inline-block;
	text-align: left;
	float: right;
	margin-top: 55px;
}
.SearchInput>form{
	position: relative;
	width: 280px;
	height: 32px;
}

.SearchIcon{
	display: inline-block;
	width: 13px;
	height: 13px;
	float: left;
	margin: 9.5px 10px;
	background: url(../images/AllIcon.png) no-repeat -117px 0;
}
#NavSearch{
	width: 240px;
    height: 32px;
    float: left;
    outline: none;
    line-height: 32px;
    color: #aaa;
    border-bottom: 1px solid #cccccc;
}
#NavSearch::-webkit-input-placeholder {
    color: #aaaaaa;
}
#SearchSure{
    display:none;
}
#SearchSure:active{
    box-shadow: inset 0 0 15px 3px #000000;
}
.SearchInput>form>label{
	position: absolute;
    display: block;
	width: 19px;
	height: 19px;
	right: 14px;
	top: 6px;
    cursor: pointer;
}
.OldSearchList li{
	height: 25px;
	line-height: 25px;
	float: left;
	color: #aaa;
}
.OldSearchList li>a{
	display: inline-block;
	color: #aaa;
	height: 25px;
	line-height: 25px;
	padding:0 5px;
}
.OldSearchList li:first-child>a{
	padding-left: 0;
}
.OldSearchList li>a:hover{
	color: #CEA257;
}
.ShopCart{
    position:relative;
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	margin-top: 58px;
	line-height: 34px;
	text-align: center;
}

.ShopCart>span{
	display: inline-block;
	width: 16px;
	height: 13px;
	vertical-align: middle;
	background: url(../images/AllIcon.png) no-repeat -132px 0;
}
.ShopCart>p{
	display: inline-block;
	margin: 0 4px;
	font-size: 14px;
}
.ShopCart>b{
    position:absolute;
	display: inline-block;
	background: #cc0000;
    top: -12px;
    right: -8px;
	text-align: center;
	line-height: normal;
    padding: 2px;
    min-width: 16px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
	color: #fff;
    font-family: Arial;
}

/*左边导航*/
#NavTop .NavTop_BottomSHow{
	width: 100%;
}
.NavTopShow{
	width: 1200px;
    height: 70px;
	margin: 0 auto;
}
.NavTopShow a{
    font-weight: bold;
}
.Gegege{
	width: 100%;
	height: 1px;
	background: #2b2b2b;
}
.NavTop_LeftNav{
	width: 240px;
    margin-top: 40px;
	float: left;
}
.LeftNavMain{
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.WatchDepot{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 16px 0 25px;
	background-color: #e5bb73;
}
.WatchDepot>p{
	height: 30px;
	color: #333;
	float: left;
	font-size: 15px;
}
.WatchDepot>span{
	float: right;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/AllIcon.png) no-repeat -66px 0;
	margin-top: 8px;
}
.WatchBrandList{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 240px;
    height: 551px;
	background: rgba(29,29,29,0.9);
	background: #1d1d1d \9;
}
.WatchBrandList>div:nth-child(2){
	border-top:0;
}
.WatchBrand{
	/*position: relative;*/
	padding: 16.5px 25px;
	border-top: 1px solid #b7b7b7;
}

.WatchBrand>a{
	display: block;
	height: 16px;
	color: #e5bb73;
}
.NavBrandShow{
	height: 60px;
	overflow: hidden;
}
.NavBrandShow>li{
	float: left;
}
.NavBrandShow>li>a{
	display: inline-block;
	height: 30px;
	margin-right: 12px;
	line-height: 30px;
	color: #fff;
}
.NavBrandShow>li>a:hover{
	text-decoration: underline;
}
.Choose_Move{
	display: none;
	position: absolute;
    height: 110px;
	width: 12px;
	background-color: #656565;
	top: 0;
	right: 0;
	z-index: -1;
	transition: all .1s;
	-webkit-transition: all .1s;
	-ms-transition: all .1s;
	-moz-transition: all .1s;
	-o-transition: all .1s;
}
.Choose_Move>span{
    display: inline-block;
    width: 5px;
    height: 7px;
    margin-top: 43px;
    margin-left: 3.5px;
	background: url(../images/AllIcon.png) no-repeat -190px 0;
}

.NavBrandHide{
    display: none;
    position: absolute;
    width: 628px;
    height: 502px;
    left: 240px;
    overflow: hidden;
    top: 0;
    background: #FFFFFF;
    padding: 30px 45px 19px 45px;

}

.NavBrandHide>p{
	font-size: 14px;
}

.NavBrandHide>ul{
    width: 653px;
    margin-top: 23px;
    height: 235px;
    overflow: auto;
}
.NavBrandHide ul::-webkit-scrollbar{
    width: 4px;  
    background-color: none;
}
.NavBrandHide ul::-webkit-scrollbar-thumb 
{  
    border-radius: 10px;    
    background-color: #d5d5d5;
} 
.NavBrandHide>ul>li{
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}
.NavBrandHide>ul>li:hover a{
    border-color: #e5bb73;
    box-shadow: inset 0 0 6px 1px #cea257;
}
.NavBrandHide>ul>li>a>div{
    height: 67px;
}
.NavBrandHide>ul>li a{
    display: inline-block;
    padding: 15px 26px;
    border: 1px solid #ccc;
    width: 93px;
    height: 75px;
    text-align: center;
}
.NavBrandHide>ul>li a img{
	width: 90%;
	display: block;
    margin: 0 auto;
}
.NavBrandHide>ul>li>a>p{
	height: 16px;
	line-height: 16px;
	color: #999999;
    word-break: break-all;
    overflow: hidden;
}
.NavBrandHide>div{
    width: 648px;
}
.NavBrandHide>div>a{
    display: inline-block;
    width: 303px;
    height: 227px;
    overflow: hidden;
    margin-right: 21px;
    float: left;
}
.NavBrandHide>div>a>img{
	width: 100%;
	display: block;
	transition: all .7s;
	-webkit-transition: all .7s;
	-ms-transition: all .7s;
	-moz-transition: all .7s;
	-o-transition: all .7s;
	transform-origin: center;
}
.NavBrandHide>div>a:hover>img{
	transform: scale(1.1);
}


/*主要导航*/
.NavTop_RightNav{
	float: left;
    padding-top: 40px;
}
.NavTop_RightNav>ul>li{
	float: left;
	margin-left: 42px;
	text-align: right;
    font-size: 0;
}
/*.NavTop_RightNav>ul>li:first-child{
	margin-left: 0!important;
}*/
.NavTop_RightNav>ul>li>a{
	display: inline-block;
	height: 28px;
	font-size: 14px;
	color: #333;
	border-bottom: 2px solid transparent;
}
.NavTop_RightNav>ul>li>a:hover{
	border-color:#CEA257;
}
.NavTop_RightNav>ul>li.NavTopAc>a{
    border-color:#CEA257;
}
#NavTop>.NavTop_content {
    border-color: #cccccc;
    background-color: #eeeeee;
}

.NavTop_LeftLogo{
    float: left;
}
.NavTop_LeftLogo>a{
    display: inline-block;
}

.NavTop_RightLogo{
    float: right;
}
.NavTop_RightLogo>a{
    display: inline-block;
}
/*头部结束*/
/*尾部开始*/
#NavBottom {
    width: 100%;
    margin-top: 52px;
    background: #303030;
}
.NavBottom_content{
	width: 1200px;
	background: #303030;
	margin: 0 auto;
	padding: 60px 0;
    padding-bottom: 10px;
}
.NavBottom_LeftNav{
	float: left;
    width: 50%;
}
.HelpQuestion {
    float: left;
    margin-right: 11%;
}
.HelpQuestion>span{
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
}
.HelpQuestion li{
	margin-top: 21px;
}
.HelpQuestion li a{
	color: #999999;
    font-size: 12px;
}
.HelpQuestion li a:hover{
	color: #ffffff;
}
.Help_Register>span{
	background: url(../images/AllIcon.png) no-repeat 0 -41px;
}
.Help_Pay>span{
    background: url(../images/AllIcon.png) no-repeat -132px -41px;
}
.Help_Receive>span{
    background: url(../images/AllIcon.png) no-repeat -33px -41px;
}
.Help_Promise>span{
    background: url(../images/AllIcon.png) no-repeat -66px -41px;
}
.Help_Cooperation>span{
    background: url(../images/AllIcon.png) no-repeat -99px -41px;
}

.NavBottom_RightShow{
	float: right;
    width: 48%;
}
.NavBottom_LinePhone{
	float: left;
    width: 34%;
}
.NavBottom_Qr_code{
	float: right;
    width: 64%;
}
.NavBottom_Qr_code>div{
	float: left;
    margin-left: 16%;
    width: 31.33%;
	text-align: center;
	color: #999999;
}
.NavBottom_Qr_code>div>img {
    width: 90%;
}
.NavBottom_BottomShow{
	margin-top: 30px;
	width: 100%;
	clear: both;
	text-align: center;
	color: #999999;
}
.NavBottom_BottomShow a{
	color: #999999;
}

/*0807 添加页脚链接*/
.NavBottom_MiddleShow{
    margin-top:190px;
    text-align:center;
}
.NavBottom_MiddleShow>a{
    color:#999;
    margin:0 7px;
}
.NavBottom_MiddleShow>a:hover{
    color:#fff;
}



/*尾部结束*/
.ProgerssHead{
	padding: 20px 0;
}
.ProgerssLeft{
    width: 40%;
    float: left;
    margin: 20px 0;
    font-size: 0;
    letter-spacing: 0;
    vertical-align: middle;
}
.ProgerssLeft a {
    display: inline-block;
    width: 46%;
    vertical-align: middle;
}
.ProgerssLeft a>img{
    width: 100%;
    display: block;
}
.ProgerssLeft>h1{
    margin-left: 5%;
    font-size: 25px;
    width: 40%;
    font-weight: normal;
    display: inline-block;
    padding: 0 4%;
    border-left: 2px solid #E2B05B;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: left;
}
.ProgerssRihgt{
	float: right;
	width: 50%;
	margin: 20px 0;
	overflow: hidden;
	padding-left: 2%;
}
.ProgressBar{
	position: relative;
	width: 100%;
	margin-top: 1.5%;
}
.Bar{
	position: absolute;
	top: 0;
	width: 93%;
	margin: 0 auto;
	height: 5px;
	background: #DDDDDD;
}
.Step{
	padding-top: 3%;
    margin-left: -13.3%;
    white-space: nowrap;
    font-size: 0;
    width: 100%;
}
.Step>li{
	display: inline-block;
	width: 30.2%;
	text-align: center;
	transition: all 0.5s;
	color: #DDDDDD;
}
.Step>li>p{
	font-size: 0.8rem;
	color: #666;
}
.Step>li.StepAC{
	color: #333333;
}
.Gress{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	/*width: 14.28%;*/
	width: 66%;
	height: 5px;
	background: #E2B05B;
	transition: all 0.5s;
}
.ProgressBar>ul{
	font-size: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	white-space: nowrap;
	left: 0;
	width: 100%;
	height: 10px;
}
.ProgressBar>ul>li{
	display: inline-block;
	width: 30.2%;
	height: 1rem;
	margin-left: -0.1%;
	margin-top: -1.1%;
}
.ProgressBar>ul>li>span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #FFFFFF;
	background: #DDDDDD;
	border-radius: 10px;
	transition: all .5s;
}
.ProgressBar>ul>.BallAC>span{
	background: #E2B05B;
}
#LayOutMark {
    position: fixed;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background: #ffffff \9;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
}
.ChangePhoneShow{
    position: relative;
    width: 300px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
}
.ChangePhoneShow >h2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.ChangePhoneShow>span {
    position: absolute;
    right: 13px;
    top: 10px;
    font-size: 20px;
    color: #999999;
    cursor: pointer;
}
.ChangePhoneShow form>div{
    width: 300px;
    height: 35px;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
}
.ChangePhoneShow form>div>input{
    width: 290px;
    display: block;
    height: 100%;
    padding: 0 5px;
    color: #333333;
    border: none;
    border-style: none;
    outline: none;
    border-radius: 3px;
}
.ChangePhoneShow form>div>.sendCode{
    position: absolute;
    height: 23px;
    line-height: 23px;
    padding: 0 10px;
    background: #333333;
    border: none;
    color: #FFFFFF;
    right: 10px;
    top: 6px;
    cursor: pointer;
}
input.Save{
    width: 300px;
    height: 35px;
    background: #E2B05B;
    color: #FFFFFF;
    border-radius: 3px;
    position: relative;
    outline: none;
    cursor: pointer;
}
.ShowRightFun {
    position: fixed;
    top: 40%;
    right: 2%;
    z-index: 200;
}
.ShowRightFun>ul>li {
    position: relative;
    background: #e5bb73;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
}
.ShowRightFun>ul>li.PKList {
    line-height: 35px;
}
.ShowRightFun>ul>li:hover {
    background-color: #cc9f52;
}
.ShowRightFun>ul>li:hover>a>img {
    display: none;
}
.ShowRightFun>ul>li:hover>a>span {
    display: inline-block;
}
.ShowRightFun li a {
    display: block;
    height: 100%;
}
.ShowRightFun>ul>li>a>span {
    display: inline-block;
    color: #ffffff;
    line-height: 18px;
    display: none;
}
.ShowRightFun>ul>li.OnLineContact>a>span {
    display: inline-block;
}
.ShowRightFun>ul>li>a>img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 0 \9;
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(0) \9;
    transform: translateY(0) \9;
}
*::-ms-backdrop, .ShowRightFun > ul > li > a > img {top: 0}/* IE11 */

li.PKList {
    text-align: center;
    display: none;
}
.PKList>a>p {
    font-size: 20px;
    color: #ffffff;
}
.PKList>span {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    text-align: center;
    line-height: 18px;
    background: #ff0000;
    color: #fff;
}
.PKList>div.RightProList {
    width: 90px;
    position: absolute;
    left: -100px;
    top: 0;
    display: none;
    padding: 5px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 0 6px 0 #dddddd;
}
.RightProList li{
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.RightProList li img {
    display: block;
    width: 100%;
    min-height: 90px;
}
.RightProList li span {
    position: absolute;
    display: block;
    font-size: 20px;
    color: #333333;
    cursor: pointer;
    top: 0;
    right: 0;
    line-height: 20px;
}
.RightProList>p {
    height: 20px;
    line-height: 20px;
    background: #e5bb73;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}
.PKList:hover>div.RightProList {
    display: block;
}
.WeiXinQR>div.RightQr {
    width: 130px;
    position: absolute;
    left: -140px;
    top: 0;
    display: none;
    padding: 5px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 0 6px 0 #dddddd;
}
.WeiXinQR>div.RightQr>img {
    width: 100%;
    display: block;
}
.WeiXinQR:hover>div.RightQr {
    display: block;
}
.ContactNumber>div {
    width: 177px;
    height: 42px;
    position: absolute;
    left: -186px;
    top: 0;
    display: none;
    padding: 4px;
    background: #ffffff;
    text-align: center;
    box-shadow: 0 0 6px 0 #dddddd;
}
.ContactNumber>div>p,.ContactNumber>div>b {
    line-height: 23px;
    height: 23px;
    display: block;
}
.ContactNumber:hover>div {
    display: block;
}
.ShowRightFun .AddCoupon{
    background:rgb(212,0,0);
    /*padding:0;*/
    box-sizing:border-box;
    width:100%;
    margin:0;
    height:45px;
}
.ShowRightFun .AddCoupon:hover{
    background:rgb(212,0,0);
}
.ShowRightFun .AddCoupon>a{
    width:100%;
}
.ShowRightFun .AddCoupon>a>img{
    width:100%;
    vertical-align:bottom;
}
.ShowRightFun .AddCoupon:hover>a>img{
    display:inline;
}