ul{
	padding: 0;
}
li{
	list-style: none;
}
td{
	word-break:break-all; /* 支持IE和chrome，FF不支持*/
    word-wrap:break-word;
    vertical-align: middle!important;
}
*{
	box-sizing: border-box;
}
html{
	/*min-width: 1200px;*/
}

::-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;
}
.border-red{
	border-color: #f10215!important;
}
.header{
	min-width: 1200px;
	width: 100%;
	height: 93px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #ff4200;
	z-index: 19;
	background: url('../images/shop-header-bg.png');
	text-align: center;
}
.header > .info{
    position: relative;
    translate: 80px;
    font-size: 16px;
    /* add */
	display: inline-block;
	width: auto;
	/* height: 100%; */
	height: 50px;
	margin: 0 auto;
	/* line-height: 43px; */
	line-height: 50px;
    min-width: 500px;
}
.header > .logo{
	position: absolute;
	left: 52px;
	width: 240px;
	height: 50px;
	line-height: 50px;
	/* height: 43px;
	line-height: 43px; */
}
.header > .info > a{
	display: inline-block;
	padding: 0 22px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	/* 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;
}

.header > .info > .login2 > a{
	display: inline-block;
	padding: 0 22px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	/* 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 > .login2 > a.active{
	background: #98805e;
}
.header > .info > .login2 > a:hover{
	text-decoration: none;
	background: #98805e;
}


.header > .info .titleBar> a{
	display: inline-block;
	padding: 0 22px;
	color: #FFFFFF;
	line-height: 50px;
	height: 50px;
	/* 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  .titleBar> a.active{
	background: #98805e;
}
.header > .info  .titleBar> a:hover{
	text-decoration: none;
	background: #98805e;
}
.header > .info2{
	width: auto;
	height: 43px;
	margin: 0 auto;
	line-height: 43px;
    min-width: 500px;
    font-size: 12px;
}
.header > .info2 > 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 > .info2 > a.active{
	background: #98805e;
}
.header > .info2 > a:hover{
	text-decoration: none;
	background: #98805e;
}
.header > .info2 .titleBar> 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 > .info2  .titleBar> a.active{
	background: #98805e;
}
.header > .info2  .titleBar> a:hover{
	text-decoration: none;
	background: #98805e;
}

.content{
	width: 1200px;
	padding-top: 50px;
	margin: 0 auto;
	border: 1px solid #DDDDDD;
	min-height: 100%;
	padding-bottom: 32px;
}
/*.buycar{
	float: right;
	margin-top:9px ;
	position: relative;
	display: inline-block;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	color: #F10215;
	padding: 4px 22px;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}*/
.myorder{
	float: right;
	display: inline-block;
	line-height: 50px;
	margin-right: 32px;
	color: #FFFFFF;
}

.myorder:hover{
	color: #efefef;
}
.myorder:focus{
	color: #efefef;
}
/*.buycar:hover,.buycar:focus{
	background-color: #efefef;
	text-decoration: none;
	color: #F10215;
}*/
.my-badge{
	border-radius: 12px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 12px;
	padding: 0 4px;
}

.my-msg{
	border-radius: 12px;
	background-color: red;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 4px;
}
.search-box .matching-list{
	display: none;
	width: 100%;
	position: absolute;
	top: 34px;
	border: 1px solid #AAAAAA;
	background-color: #FFFFFF;
	padding-left: 0;
	padding: 8px 0;
}

.matching-list li{
	list-style: none;
	padding: 3px 22px;
}
.matching-list li:hover{
	background-color: #EFEFEF;
}
.search-box{
	margin:200px auto;
}
.search-input{
	border: 2px solid #65a7fa;
}
.search-btn{
	background-color: #65a7fa;
	color: #FFFFFF;
}
.search-btn:hover,.search-btn:focus{
	background-color: #3061e5;
	color: #FFFFFF;
}
.product-list{

}
.product-list > li{
	padding: 6px 50px;
	height: 120px;
}
.product-list > li > div{
	height: 100%;
	float: left;
	word-break:break-all; /* 支持IE和chrome，FF不支持*/
    word-wrap:break-word; /* 以上三个浏览器均支持 */
}
.product-list .list-number{
	width: 40px;
	line-height: 120px;
	text-align: center;
}
.product-list .list-img{
	width: 80px;
	height: 80px;
}
.list-name{
	width: 150px;
	overflow: hidden;
	font-size: 15px;
	color: #555555;
	padding: 20px 12px;
}
.list-code{
	width: 150px;
	overflow: hidden;
	font-size: 16px;
	color: #555555;
	padding: 20px 12px;

}
.list-spec{
	width: 200px;
	padding: 20px 12px;

}
.list-price{
	width: 100px;
	font-size: 14px;
	padding: 20px 12px;


}
.onlydecimal{
	width: 100px;
}

.lalala{
	position: fixed;
	left: 0;
	top: 0;
	width: 34px;
	height: 34px;
	font-size: 20px;
	color: #F10215;
	z-index: 999;
}
.lalala > i{
	font-size: 24px;
}
.buycartitle{
	margin: 22px 32px;
}
.build-order{
	float: right;
}
.cus-info{
	padding: 0 32px;
	padding-top: 12px;
}
.over{
	color: #00AA00;
}
.doorwidth{
	width: 60px;
}
.shop-date{
	width: 100px;
}
.shop-remark{
	width: 150px;
}
.cho-pro-type{
	position: absolute;
	top: -22px;
}
.cho-pro-type > span{
	padding: 4px 8px;
	color: #65a7fa;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-transition: .3s linear;
	-moz-transition: .3s linear;
	-ms-transition: .3s linear;
	transition: .3s linear;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cho-pro-type > span.active{
	background-color: #65a7fa;
	color: #FFFFFF;
}
.login2{
	position: absolute;
	/* right: 52px; */
    left: -160px;
	top: 0;
	line-height: 50px;
	/* line-height: 43px; */
	color: #FFFFFF;
}
.login2 > span{
	cursor: -ms-pointer;
	cursor: pointer;
    font-size: 12px;
    padding: 0 12px;
}
/*.login2{
	color: #FFFFFF;
	line-height: 50px;
	margin-left: 52px;
}*/
.user-link,.logout{
	cursor: -ms-pointer;
	cursor: pointer;
	color: #FFFFFF;
	/* margin-left: 32px; */
}
.logout:hover{
	color: #EFEFEF;
}

.personal-center{
	color: #FFFFFF;
	margin-left: 32px;
}
.personal-center:hover{
	color: #EEEEEE;
}
.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;
			}

			#footer {
    width: 100%;
    position: relative;
    margin-top: 100px;
}

.footer1 {
	/*position: relative;*/
	width: 900px;
	height: 110px;
	margin: 20px auto;
}

.footer2 {
	width: 900px;
	height: 120px;
	margin: 0 auto;
}

.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;
}

.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;
}

/*分页样式*/
.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: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode a:hover {
	text-decoration: none;
	border: 1px solid #428bca;
}

.tcdPageCode span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #428bca;
	border: 1px solid #428bca;
	border-radius: 4px;
	vertical-align: middle;
}

.tcdPageCode span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}


.show-compoundway{
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	top: 14px;
	right: 12px;
	text-align: center;
	border-radius: 3px;
}
.show-compoundway:hover{
	background-color: #dddddd;
}
.compoundOption{
	position: absolute;
	width: 130px;
	z-index: 99;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.compoundOption > li{
	padding: 4px 12px;
	cursor: -ms-pointer;
	cursor: pointer;
}
.compoundOption > li:hover{
	background-color: #eeeeee;
}

.upload-box {
	position: relative;
    float: left;
    margin-right: 12px;
    margin-bottom: 6px;
    width: 180px;
    height: 129px;
    border: 1px solid #EEEEEE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.upload-box > input[type="file"]{
	position: absolute;
    width: 180px;
    height: 130px;
    top: 0;
    left: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.img-add {
	position: relative;
    width: 180px;
    height: 130px;
    background: url(../images/addeee.png) no-repeat;
    background-size: 60px 45px;
    background-position: 50% 50%;
}
.img-add-zm {
	position: relative;
    width: 180px;
    height: 130px;
    background: url(../images/zm.png) no-repeat;
    background-size: 60px 45px;
    background-position: 50% 50%;
}
.img-add-fm {
	position: relative;
    width: 180px;
    height: 130px;
    background: url(../images/fm.png) no-repeat;
    background-size: 60px 45px;
    background-position: 50% 50%;
}
.img-unknown {
	display: none;
	position: relative;
    width: 180px;
    height: 130px;
    text-align: center;
    line-height: 130px;
}
.upload-box img{
	position: relative;
    margin-left: 1px;
    margin-top: 1px;
    width: 176px;
    height: 126px;
    display: none;
}
.tab-content {
	display: none;
}

.tab-content.active {
	display: block;
}
.must{
	line-height: 32px;
	padding: 0 6px;
	font-size: 19px;
}
.form-x .tipss {
	width: 100%;
}
.operation-box{
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: -32px;
	color: #000000;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	font-size: 20px;
	line-height: 32px;
}
.show-images{
	color: #009900;
	font-size: 20px;
	margin-right: 6px;
	cursor: -ms-pointer;
	cursor: pointer;
}
#budcar-amount{
	display: none;
}
#msg-amount{
	display: none;
}

.order-list .cd{
	color: #00AAEE;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.order-list .cd:hover{
	text-decoration: underline;

}

.navBar {
	width: 100px;
	height: 80px;
	float: left;
	cursor: pointer;
}

.navBar i {
	width: 20px;
	height: 100%;
	line-height: 80px;
	margin-left: 7px;
	float: left;
	color: #999999;
}

.navBar p {
	height: 80px;
	float: left;
	line-height: 80px;
	color: #999999;
	font-size: 14px;
}

.navBar:hover {
	background-color: #f9fafc;
}

.navBar .tips {
	width: auto;
	height: 18px;
	border-radius: 8px;
	background-color: #36c6d3;
	float: left;
	margin: 31px 3px;
	padding: 0 6px;
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 18px;
}

#main {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background-color: #e9ecf3;
	padding: 0px 20px;
	padding-top: 50px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebar {
	position: fixed;
	top: 110px;
	width: 240px;
	padding: 10px 0;
	border-radius: 5px;
	background-color: white;
	/*overflow: hidden;*/
	overflow: auto;
	/* max-height: 100%; */
    max-height: calc(100% - 110px);
	z-index: 999;
}

.bars,
.barsTitle {
	width: 243px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: solid 3px #e9ecf3;
	/*border-bottom: solid 1px white;*/
	background-color: white;
	/*margin-left: -3px;*/
	margin-bottom: 1px;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Chrome/Safari/Opera */
	-khtml-user-select: none;
	/* Konqueror */
	-moz-user-select: none;
	/* Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;
	/* Non-prefixed version, currently
not supported by any browser */
}

.barsTitle p,
.barsTitle i {
	font-size: 18px!important;
	color: #8e44ad!important;
}

.bars:hover {
	border-left: solid 3px #5c9acf;
	background-color: #f2f6f9;
}

.bars:hover i,
.bars:hover p,
.barsSec:hover i,
.barsSec:hover p {
	color: #5b9bd1;
}

.bars i,
.bars p,
.barsSec p,
.barsSec i,
.barsTitle i,
.barsTitle p {
	float: left;
	color: #485a6a;
	line-height: 50px;
	margin: 0 5px;
}

.barsSec p,
.barsSec i {
	line-height: 45px
}
.barsSec > i{
	margin-left: 32px;
}
.bars p,
.barsSec p,
.barsTitle p {
	font-size: 14px;
}

.bars i,
.barsTitle i {
	margin-left: 20px;
}

.barFocus {
	border-left: solid 3px #5c9acf;
	background-color: #f2f6f9;
}

.barSecFocus {
	background-color: #f2f6f9;
}

.barFocus i,
.barFocus p,
.barSecFocus i,
.barSecFocus p {
	color: #5b9bd1;
}

.jiantouRight {
	float: right!important;
	margin-right: 20px!important;
	transform: rotate(90deg);
}

.jiantouBottom {
	float: right!important;
	margin-right: 20px!important;
	transform: rotate(180deg);
}

.barsSec {
	width: 240px;
	height: 45px;
	margin-left: 3px;
	display: block;
	cursor: -ms-pointer;
	cursor: pointer;
}

.ishide{
	float: right!important;
	margin-right: 12px!important;
}
.jiantou02 {
	margin-left: 30px!important;
	transform: rotate(90deg);
}

.barsSecBox {
	display: none;
}

.barsSec:hover {
	background-color: #f2f6f9;
}

.bars .tips {
	width: auto;
	height: 18px;
	border-radius: 8px;
	background-color: #36c6d3;
	float: right;
	margin: 16px 0;
	margin-right: 20px;
	padding: 0 6px;
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 18px;
}

.barsSec .tips {
	width: auto;
	height: 18px;
	border-radius: 8px;
	background-color: #36c6d3;
	float: right;
	margin: 13.5px 0;
	margin-right: 20px;
	padding: 0 6px;
	text-align: center;
	font-size: 12px;
	color: white;
	line-height: 18px;
}

.infoBox {
    width: 100%;
    /* min-width: 1000px; */
    /* height: 100%; */
    height:  calc(100% - 50px);
    position: absolute;
    padding-left: 300px;
    /* padding-bottom: 30px; */
    padding-top: 60px;
    left: 0;
    padding-right: 30px;
    top: 50px;
    padding-bottom: 30px;
}

.infoBox .title {
	line-height: 50px;
	font-size: 18px;
	padding-left: 52px;
	color: #917882;
}

.info {
	min-width: 900px;
}

.infoIframe {
	width: 94%;
	/*min-width: 900px;*/
	float: left;
	height: 100%;
	/*overflow: auto;*/
	margin: 0px 3%;
	border-radius: 5px;
	/*border: 1px solid #DDDDDD;*/
	border-top: 0;
}
.cho-order-type{
	margin-top: 12px;
}
.cho-order-type > span{
	display: inline-block;
	padding: 18px 12px ;
	color: #666666;
	border-bottom: 3px solid #FFFFFF;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cho-order-type > span:hover{
	background-color: #fafafa;
	border-bottom: 3px solid #fafafa;
}
.cho-order-type > span.active{
	border-bottom: 3px solid #00AA00;
	color: #00AA00;
}


.sample-order-type{
	margin-top: 12px;
}
.sample-order-type > span{
	display: inline-block;
	padding: 18px 12px ;
	color: #666666;
	border-bottom: 3px solid #FFFFFF;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sample-order-type > span:hover{
	background-color: #fafafa;
	border-bottom: 3px solid #fafafa;
}
.sample-order-type > span.active{
	border-bottom: 3px solid #00AA00;
	color: #00AA00;
}


.del-files{
	color: #F10215;
	font-size: 17px;
	cursor: -ms-pointer;
	cursor: pointer;
}

.del-files1{
	color: #F10215;
	font-size: 17px;
	cursor: -ms-pointer;
	cursor: pointer;
}

.btn-addtocart{
	color: #fff;
    background-color: #df3033;
    border-color: #df3033;
    border-radius: 0;
}
.btn-addtocart:hover{
	color: #fff;
	background-color: #df3033;
    border-color: #df3033;
}
.info-bg{
	position: relative;
	border-radius: 5px;
	background: #ffffff;
	width: 100%;
	height: 100%;
}

.cart-total{
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 52px;
	background: #ffffff;
	-webkit-box-shadow:  0 0 5px 1px #999999;
	box-shadow: 0 0 5px 1px #999999;
}
.order-status{
	width: 62px;
	height: 62px;
	border-radius: 99px;
	display: inline-block;
	float: right;
	margin-right:10%;
	line-height: 62px;
	text-align: center;
	border: 1px solid #DDDDDD;
	color: #DDDDDD;
}
.order-btns > .btn{
	margin: 0 6px;
}



/*****************************专卖店信息start************************/
.mydetail-list{
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 52px;
	font-size: 16px;
}
.mydetail-list .title{
	width: 100px;
	float: left;
	color: #888;
	line-height: 32px;
}
.mydetail-list .info{
	display: inline-block;
	float: left;
	color: #aaa;
	line-height: 32px;
	min-width: 0;
}
.mydetail-list .info input{
	padding:4px 12px;
	line-height: 20px;
	width: 300px;
	border: 0;
	border-bottom: 1px solid #ddd;
}
.mydetail-list .info img{
	width: 300px;
	height: 225px;
}
.mydetail-list .files-body{
	position: relative;
	margin-top: 8px;
	line-height: initial;
}
.mydetail-list .files-body .file-input{
	width: 100px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	cursor: pointer;
}
/*****************************专卖店信息end************************/


/*****************************样册start***********************/
.list-body .btn{
	margin:0 6px;
}
.ycimg{
	width: 50px;
	height: 50px;
}
.yc-cart{
	z-index: 9;
	position: fixed;
	right: 120px;
	top: 6px;
	display: inline-block;
	width: 170px;
	height: 40px;
	line-height: 40px;
	padding: 0 22px;
	color: #fff;
	background-color: #ff4f01;
	font-size: 14px;
}
.yc-num{
	border-radius: 99px;
	background-color: #fff;
	color: #ff4f01;
	padding: 0 4px;
	line-height: 15px;
	float: right;
	margin-top: 12px;
}
.yc-cart-info{
	z-index: 8;
	color: #888;
	position: absolute;
	width: 420px;
	height: 0;
	top:100%;
	margin-top: -1px;
	right: 0;
	padding-left: 22px;
	padding-right: 22px;
	overflow: auto;
	background-color: #fff;
	-moz-box-shadow:0 0 15px 1px #eee;/*firefox*/
    -webkit-box-shadow:0 0 15px 1px #eee;/*webkit*/
    -ms-box-shadow:0 0 15px 1px #eee;/*opera或ie9*/
    -o-box-shadow:0 0 15px 1px #eee;
    box-shadow: 0 0 15px 1px #eee;
}
.yc-cart-tip{
	color: #ff4f01;
}
.yc-cart-detail{
	padding: 5px 0;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 360px;
}
.yc-cart-detail > img{
	width: 50px;
	height: 50px;
	float: left;
}
.yc-cart-detail > div{
	float: left;
	width: 300px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 12px;
}
.yc-cart-detail .name{
	float: left;
	display: inline-block;
	width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	color: #555;
}
.yc-cart-detail .price{
	display: inline-block;
	float: left;
	color: #ff4f01;
}
.yc-cart-detail .add,.yc-cart-detail .sub{
	float: left;
	display: inline-block;
	border:1px solid #ddd;
	height: 26px;
	width: 32px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.yc-cart-detail .num{
	float: left;
	width: 60px;
	height: 26px;
	line-height: 26px;
	border:1px solid #ddd;
	border-left: 0;
	border-right: 0;
	padding: 0 12px;
}
.yc-cart-detail .del{
	float: right;
	cursor: pointer;
}
.yc-cart-detail .del:hover{
	color: #f10215
}
.yc-list > div{
	padding:12px ;
}
.yc-list .img-brace{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
}
.yc-list .body{
	border:1px solid #f1f1f1;
	padding:12px;
	transition: .3s;
}
.yc-list .body:hover{
	-moz-box-shadow:0 0 15px 1px #eee;/*firefox*/
    -webkit-box-shadow:0 0 15px 1px #eee;/*webkit*/
    -ms-box-shadow:0 0 15px 1px #eee;/*opera或ie9*/
    -o-box-shadow:0 0 15px 1px #eee;
    box-shadow: 0 0 15px 1px #eee;
}
.yc-list .body img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.yc-list .body video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.yc-list .name{
	position: absolute;
	width: 100%;
	left: 0;
	padding:4px 12px;
	bottom: 0%;
	margin-bottom: 0;
	background-color: rgba(0,0,0,.5);
	color: #fff;
}
.yc-list .add,.yc-list .see{
	width: 33.33%;
	float: left;
	height: 38px;
	border: 1px solid #eee;
	background-color: transparent;
	color: #555;
	transition: .3s;
}
.yc-list .add:hover,.yc-list .see:hover{
	background-color: #f1f1f1;
	color: #5bc0de;
}

/****************************样册end******************************/
/**********************订单2****************************/
.diandiandian{
	position: absolute;
	top: 0;
	right: 15px;
	height: 34px;
	border:1px solid #ddd;
	border-radius: 4px;
	line-height: 34px;
	padding: 0 8px;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.diandiandian:hover{
	background-color: #f1f1f1;

}

.diandiandian1{
	position: absolute;
	top: 0;
	right: 15px;
	height: 34px;
	width: 90px;
	border:1px solid #ddd;
	border-radius: 4px;
	line-height: 34px;
	padding: 0 8px;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.diandiandian1:hover{
	background-color: #f1f1f1;

}
.diandiandian2{
	position: absolute;
	top: 0;
	right: 105px;
	height: 34px;
	width: 90px;
	border:1px solid #ddd;
	border-radius: 4px;
	line-height: 34px;
	padding: 0 8px;
	cursor: -ms-pointer;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}
.diandiandian2:hover{
	background-color: #f1f1f1;

}
.cus-list-body{
	color: #888;
}
.order-receipt-box{
	width: 350px;
	height: 120px;
	float: left;
	padding:10px;
}
.order-receipt-box .order-receipt-select{
	/*float: left;*/
}
.order-receipt-box .img{
	width: 100px;
	height: 100px;
	float: left;
}
.order-receipt-box .img img{
	width: 100%;
	height: 100%;

}
.order-receipt-box .detail{
	float: left;
	width: 210px;
	padding-left: 12px;
	color: #777;
}
.order-receipt-box .detail p{
	margin-bottom: 4px;
}
.order-btns2{
	padding: 8px 0;
}
.order-btns2 .btn{
	margin: 0 8px;

}

.cd-info{
	display: block;
}


/*********************************homestart****************************/

.report-body{
	border: 1px solid #DDDDDD;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#eee', Direction=135, Strength=2);/*for ie6,7,8*/
    -moz-box-shadow:0 0 15px 1px #eee;/*firefox*/
    -webkit-box-shadow:0 0 15px 1px #eee;/*webkit*/
    -ms-box-shadow:0 0 15px 1px #eee;/*opera或ie9*/
    -o-box-shadow:0 0 15px 1px #eee;
    box-shadow: 0 0 15px 1px #eee;
    float: left;
    background: #ffffff;
    padding: 22px 32px;
    border-radius: 5px;
    margin-bottom: 16px;
}
.report-body > h4{
	color: #514d4f;
	font-weight: 600;
	font-size: 21px;
}
.report-year > .window1,.report-year > .window2{
	width: 37%;
	float: left;
	padding: 0 12px;
}
.report-year > .window3{
	width: 26%;
	float: left;
	padding: 0 12px;
}
.report-year{
	width: 40%;
	height: 224px;
}

.report-year .title{
	line-height: 32px;
	border-bottom: 1px solid #DDDDDD;
	padding-left: 6px;
	color: #999;
	margin-bottom: 0;
}
.report-year .info{
	font-size: 30px;
	color: #98805e;
	padding-left: 12px;
}
.report-news{
	width: 50%;
	height: 224px;
}
.report-day{
	width: 30%;
	height: 224px;
}
.report-day td{
	border: 0!important;
	text-align: left;
}
.report-day .mdqds,.report-day .grqds{
	color: #99815f;
}
.report-art{
	width: 30%;
	height: 224px;
}
.report-month{
	width: 100%;
}
.report-month th{
	text-align: center;
}
.report-month .grydjd{
	color: #777777;
}
.report-month .grydjd td{
	border: 0;
}
.report-month .name{
	display: inline-block;
	padding: 6px 22px;
	background-color: #99805f;
	color: #FFFFFF;
}

.report-month-chart{
	width: 100%;
}
.report-month-chart .total-info{
	float: right;
	font-weight: 500;
	font-size: 16px;
}
.report-month-chart .total-info > span{
	margin: 0 12px;
}
.report-month-chart .total-info .point{
	font-size: 38px;
	color: #99805f;
}
.report-pie{
	width: 100%;
}
.report-pie > .window > h5{
	text-align: center;
	font-size: 16px;
}
.report-pie .window{
	width: 25%;
	float: left;
	position: relative;
	padding-bottom: 32px;
}
.report-pie .pie-brace{
	width: 100%;
	height: 0;
	padding-top: 100%;
}
.report-pie .pie-body{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.report-pie .xxx{
	position: absolute;
	right: 0;
	top: 12px;
	bottom: 32px;
	width: 1px;
	background: #dddddd;
}
.my-input{
	display: block;
    width: 100%;
    padding: 4px 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.report-pie .select-emp{
	    display: inline;
    width: auto;
    float: right;
    margin-right: 8px;
    max-width: 93px;
}
.report-pie .select-date{
	display: inline-block;
	position: relative;
	margin-left: 22px;
}
.report-pie .select-date > .glyphicon{
	position: absolute;
	left: 0;
	top: 4px;
}
.report-pie .select-date > .date{
	display: inline-block;
	width: 120px;
	padding-left: 19px;
	position: relative;
	z-index: 2;
}
.report-pie .nothing{
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #999999;
	position: absolute;
	top: 50%;
	left: 0;
}
/*.report1{
	width: 100%;
	overflow: hidden;
	margin-bottom: 22px;
}
.report1-year,.report1-day{
	border: 1px solid #DDDDDD;
	padding:12px 22px;
}
.report1-day{
	border-top: 0;
}
.report1-year > h4,.report1-day > h4{
	text-align: center;
}
.report1-year > p{

}
.report1-year > p >span{
	color: #f10215;
	font-size: 16px;
}
.report1-mouth{
	width: 55%;
	height: 394px;
	float: left;
	padding: 12px 22px;
	padding-top: 0;
	border: 1px solid #DDDDDD;
	border-left: 0;
}
.report1-mouth > h3{
	text-align: center;
}
.report3{
	overflow: hidden;
}
.report3 > .window{
	width: 280px;
	height: 360px;
	border: 1px solid #DDDDDD;
	padding: 12px;
	padding-top: 0;
	float: left;
	position: relative;
}
.report3 > .window > h5{
	text-align: center;
	font-size: 18px;
	color: #777;
}
.report3 .pie-body{
	height: 275px;
}

.report3 .nothing{
	line-height: 260px;
	width: 100%;
	font-size: 22px;
	text-align: center;
	color: #999999;
	position: absolute;
	top: 80px;
	left: 0;
}
.my-input{
	display: block;
    width: 100%;
    padding: 4px 6px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.select-emp{
	display: inline;
	width: auto;
	float: right;
}
.select-date{
	display: inline-block;
	position: relative;
}
.select-date > .glyphicon{
	position: absolute;
	left: 0;
	top: 12px;
}
.select-date > .date{
	display: inline-block;
	width: 120px;
	padding-left: 19px;
	position: relative;
	z-index: 2;
}
.select-date-day1,.select-date-month{
	padding-left: 22px;
	position: relative;
	z-index: 2;
	font-size: 14px;
}*/

/*********************************homeend****************************/

.header-monthly-mission{
	width: 260px;
	position: absolute;
	background-color: #FFFFFF;
	right: 0;
	top: 45px;
	padding: 6px 12px;
	border: 1px solid #DDDDDD;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#eee', Direction=135, Strength=2);/*for ie6,7,8*/
    -moz-box-shadow:0 0 15px 1px #eee;/*firefox*/
    -webkit-box-shadow:0 0 15px 1px #eee;/*webkit*/
    -ms-box-shadow:0 0 15px 1px #eee;/*opera或ie9*/
    -o-box-shadow:0 0 15px 1px #eee;
    box-shadow: 0 0 15px 1px #eee;
}
.header-monthly-mission .toggle{
	position: absolute;
	left: -15px;
	top: 0;
	width: 15px;
	height: 30px;
	border: 1px solid #dddddd;
	border-right: 0;
	color: #999999;
	line-height: 30px;
	text-align: center;
	cursor: -ms-pointer;
	cursor: pointer;

}
.header-monthly-mission .month,.header-monthly-mission .today{
	color: #555555;
}
.header-monthly-mission .add-plan{
	color: #00AA00;
	cursor: -ms-pointer;
	cursor: pointer;
	float: left;
}
.header-monthly-mission .seen-detail{
	color: #00AEEE;
	cursor: -ms-pointer;
	cursor: pointer;
	float: right;
}
.monthly-mission-detail{
	position: fixed;
	width: 200px;
	right: -220px;
	height: 90%;
	top: 5%;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-radius: 12px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#eee', Direction=135, Strength=2);/*for ie6,7,8*/
    -moz-box-shadow:0 0 15px 1px #eee;/*firefox*/
    -webkit-box-shadow:0 0 15px 1px #eee;/*webkit*/
    -ms-box-shadow:0 0 15px 1px #eee;/*opera或ie9*/
    -o-box-shadow:0 0 15px 1px #eee;
    box-shadow: 0 0 15px 1px #eee;
}
.monthly-mission-detail .close{
	position: relative;
	z-index: 2;
	cursor: -ms-pointer;
	cursor: pointer;
	margin-right: 6px;
	margin-top: 3px;
}
.monthly-mission-detail .ul{
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 6px 12px;
	padding-top: 26px;
	color: #777777;
}
.monthly-mission-detail .ul > div{
	text-align: left;
	padding: 6px 0;
}
.report-center{
	text-align: center;
}
		.star{
			width: 30px;
			height: 30px;
			margin: 6px 0;
			float: left;
			position: relative;
		}
		.half-star{
			width: 15px;
		}
		.star img{
			width: 100% !important;
			height: 100% !important;
		}
		.focus{
			width: 15px;
			height: 100%;
			position: absolute;
			top: 0;
		}
		.focus-left{
			left: 0;
		}
		.focus-right{
			right: 0;
		}



		.my-bohui{
			width: auto;
			height: 18px;
			border-radius: 8px;
			float: right;
			margin: 0px 0;
			margin-left: 5px;
			padding: 0 6px;
			text-align: center;
			font-size: 12px;
			color: white;
			line-height: 18px;
		}
		.my-badge1{
			width: auto;
			height: 18px;
			border-radius: 8px;
			float: right;
			margin: 0px 0;
			margin-left: 5px;
			padding: 0 6px;
			text-align: center;
			font-size: 12px;
			color: white;
			line-height: 18px;
		}
		.my-badge2{
			width: auto;
			height: 18px;
			border-radius: 8px;
			float: right;
			margin: 0px 0;
			margin-left: 5px;
			padding: 0 6px;
			text-align: center;
			font-size: 12px;
			color: white;
			line-height: 18px;
		}
		.my-badge3{
			width: auto;
			height: 18px;
			border-radius: 8px;
			float: right;
			margin: 0px 0;
			margin-left: 5px;
			padding: 0 6px;
			text-align: center;
			font-size: 12px;
			color: white;
			line-height: 18px;
		}
		.my-badge4{
			width: auto;
			height: 18px;
			border-radius: 8px;
			float: right;
			margin: 0px 0;
			margin-left: 5px;
			padding: 0 6px;
			text-align: center;
			font-size: 12px;
			color: white;
			line-height: 18px;
		}
		.my-badge0{
			width: 20px;
			height: 18px;
			border-radius: 8px;
			float: right;
			margin: 0px 0;
			margin-left: 5px;
			padding: 0 6px;
			text-align: center;
			font-size: 12px;
			color: white;
			line-height: 18px;
		}
