﻿html,body{
	min-width: 1300px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
.focus-green{
	color: #00AA00!important;
}
.focus-red{
	color: #f10215!important;
}
.focus-blue{
	color: #00AEEE!important;
}
.focus-orange{
	color: #f9955a!important;
}
.focus-brown{
	color: #ac4f14!important;
}
.focus-gray{
	color: #dddddd!important;
}
.form-control[readonly='readonly']
{
	background-color: #FFFFFF;
}
.content{
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 42px;
}
.through{
	text-decoration:line-through;
}

.digital-select{
	height: 40px;
	width: 190px;
	overflow: hidden;

}
.digital-select .add , .digital-select .sub{
	width: 40px;
	height: 40px;
	border: 1px solid #999999;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	float: left;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.digital-select .value{
	width: 90px;
	height: 40px;
	float: left;
	border: 0;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0 8px;
}
.login-box{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 460px;
	height: 550px;
	margin: auto;
}
.logo{
	text-align: center;
}
.logo img{
	width: 80%;
}
.login{
	padding: 26px;
	margin-top: 32px;
	width: 100%;
	height: 300px;
	background-color: rgba(215,237,254,1);
	border-radius: 25px;
}
.login-title{
	text-align: center;
}
.login-title > img{
	width: 50%;
}
.login-login{
	width: 70%;
	margin: 0 auto;
	padding: 24px 0;
}
.login-input::-webkit-input-placeholder{
color:#bbc0fe;
}
.login-input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#bbc0fe;
}
.login-input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#bbc0fe;
}
.login-input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#bbc0fe;
}
.login-input{
	margin: 12px 0;
	display: inline-block;
    padding: 9px 22px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    /*border-radius: 24px;*/
}
.login-user{
	width: 100%;
	background: #f3f9ff;
    color: #43a7fe;
    background-image: url(../images/login_user.png);
    background-repeat:no-repeat;
    background-size: 18px 20px;
    background-position: 93% 50%;
}
.login-user:focus,.login-pwd:focus{
	background-color: #ffffff;
}
.login-pwd{
	width: 100%;
	background: #f3f9ff;
    color: #43a7fe;
     background-image: url(../images/login_pwd.png);
    background-repeat:no-repeat;
    background-size: 18px 20px;
    background-position: 93% 50%;
}
.login-button{
	width: 100%;
	color: #FFFFFF;
	background-color: #517fff;
	transition: .5s linear;
}
.login-button:hover{
	background-color: #5882fb;
}

.header{
	min-width: 1200px;
	width: 100%;
	height: 43px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ff4200;
	z-index: 19;
	background: url('../images/shop-header-bg.png');
	text-align: center;
}
.header > .info{
	display: inline-block;
	width: auto;
	height: 100%;
	margin: 0 auto;
	line-height: 43px;
}
.header > .logo{
	position: absolute;
	left: 52px;
	width: 240px;
	height: 43px;
	line-height: 43px;
}
.header > .info > a{
	display: inline-block;
	padding: 0 22px;
	color: #FFFFFF;
	line-height: 43px;
	height: 43px;
	cursor: -ms-pointer;
	cursor: pointer;
	transition: 0.3s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.header > .info > a.active{
	background: #98805e;
}
.header > .info > a:hover{
	text-decoration: none;
	background: #98805e;
}
.login2{
	position: absolute;
	right: 12px;
	top: 0;
	line-height: 43px;
	color: #FFFFFF;
	white-space: nowrap;
	width: auto;
}
.login2 > span{
	cursor: -ms-pointer;
	cursor: pointer;
}

/*分页样式*/
.tcdPageCode {
	width: 100%;
	padding: 15px 20px;
	/*text-align: left;*/
	color: #ccc;
	text-align: center;
	float: left;
}

.tcdPageCode a {
	display: inline-block;
	color: #428bca;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	border: 1px solid #ddd;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #428bca;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #428bca;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 16px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	vertical-align: middle;
}
.my-badge {
    border-radius: 12px;
    background-color: #FFFFFF;
    color: #999999;
    font-size: 12px;
    padding: 0 4px;
    display: none;
}


#footer {
    width: 100%;
    position: relative;
    margin-top: 100px;
    padding-top: 32px;
    background: #352d27;
}
#footer p , #footer a , #footer div{
    color: #FFFFFF!important;

}
.footer1 {
	/*position: relative;*/
	width: 900px;
	height: 110px;
	margin: 20px auto;
}

.footer2 {
	width: 900px;
	height: 120px;
	margin: 0 auto;
	display: none;
}

.fff {
	width: 180px;
	height: 110px;
	float: left;
	text-align: center;
}

.fffp1 {
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
}

.fffp2 {
	font-size: 12px;
	color: gray;
	line-height: 24px;
}

.f-nav {
	width: 92px;
	float: left;
	/*text-align: center;*/
}

.f-nav:first-child {
	margin-left: 40px;
}

.f-nav h6 {
	font-size: 12px;
	/*line-height: 1.2rem;*/
	margin-bottom: 4px;
}

.f-nav a {
	display: block;
	width: 100%;
	font-size: 12px;
	color: gray;
	line-height: 24px;
}

.f-ewm {
	width: 220px;
	height: 120px;
	float: left;
}

.f-ewm img {
	padding: 4px;
	width: 90px;
	border: 1px solid #EEEEEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.f-wxtitle {
	width: 120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/footer/wxlogo.png) no-repeat;
	padding-left: 30px;
	font-size: 12px;
	float: right;
}

.f-ewm p {
	width: 120px;
	font-size: 12px;
	float: right;
	color: gray;
	margin-top: 20px;
}

.f-kf {
	width: 120px;
	float: left;
	margin-left: 10px;
}

.f-kf p:nth-child(1) {
	font-size: 12px;
	color: gray;
	line-height: 24px;
}

.f-kf p:nth-child(2) {
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
}

.f-kf a {
	display: block;
	width: 80px;
	height: 28px;
	margin-top: 8px;
	background-color: #98805f;
	color: white;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
}

.footer3 {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.footer3 a {
	width: 64px;
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 40px;
}

.footer3 a:first-child {
	margin-left: 21px;
}

.footer3 p {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666666;
	line-height: 40px;
}


.header2{
	height: 110px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}
.header2 .top{
	height: 100px;
	width: 100%;
	background: #352d27;
	position: relative;
}
.header2 .top{
	text-align: center;
}
.header2 .top img{
	width: 300px;
	margin-top: 12px;
}

.header2.top.meu{
	position: absolute;
	right: 12px;
	top: 0;
	line-height: 43px;
	color: #FFFFFF;
	white-space: nowrap;
	width: auto;
}
.header2.top.meu > span{
	cursor: -ms-pointer;
	cursor: pointer;
}

.header2 .top .contact{
	position: absolute;
	left: 32px;
	bottom: 6px;
	text-align: center;
	color: #d1c5b0;
}
.header2 .top .mine{
	position: absolute;
	right: 32px;
	bottom: 6px;
	color: #352d27;
}
.header2 .top .mine .login3{
	margin-right: 22px;
}
.header2 .menu{
	width: 100%;
	height: 35px;
	/*background: url();
	background-size: 100%;
	background-repeat: no-repeat;*/
	background: #3f3934;
}
.header2 .menu > div{
	width: 750px;
	height: 100%;
	margin: 0 auto;
}
.header2 .menu > div > a{
	display: inline-block;
	color: #d1c5b0;
	line-height: 30px;
	text-align: center;
	width: 12.5%;
	float: left;
}
.header2 .menu > div > div > a{
	display: inline-block;
	color: #d1c5b0;
	line-height: 30px;
	text-align: center;
	width: 12.5%;
	float: left;
}

.index-search-window2{
	position: fixed;
	left: 0;
	width: 100%;
	min-width: 1300px;
	height: 80px;
	top: 135px;
	margin-top: 0;
	background-color: #FFFFFF;
	z-index: 9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);/*for ie6,7,8*/
    -moz-box-shadow:0 0 15px 1px #666666;/*firefox*/
    -webkit-box-shadow:0 0 15px 1px #666666;/*webkit*/
    -ms-box-shadow:0 0 15px 1px #666666;/*opera或ie9*/
    -o-box-shadow:0 0 15px 1px #666666;
    box-shadow: 0 0 15px 1px #666666;
}
.index-search-window2 > div{
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}
.index-search-window2 .logo{
	width: 45%;
	float: left;
	text-align: center;
}
.index-search-window2 .logo img{
	width: 409px;
	margin-top: 22px;
}

.index-search-window2 .search{
	width: 55%;
	float: left;
}
.index-search-window2 .search-body{
	margin: 6px 0 0 32px;
}
.index-search-window2 .search-body .form-control{
	border: 2px solid #9f8c71;
	/*border-radius: 20px;*/
	padding-left: 32px;
	height: 42px;
	line-height: 42px;
	    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.index-search-window2 .search-body .btn{
	/*border-radius: 20px;*/
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	height: 42px;
	padding-left: 22px;
	padding-right: 22px;
	border: 2px solid #9f8c71;
	border-left: 1px solid #9f8c71;
	background-color: #9f8c71;
	color: #FFFFFF;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
	font-size: 16px;
}
.index-search-window2 .search-body .btn:hover{
	background-color: #a08a6f;
}
.index-search-window2 .search .recommend{
	margin-top: 4px;
	padding: 0 32px;
	height: 20px;
	overflow: hidden;

}
.index-search-window2 .search .recommend a{
	color: #A08A6F;
	font-size: 14px;
	margin: 0 8px;
}


/*********************首页头部***********************/
