@charset "utf-8";
body {
	font-family: 'microsoft yahei';
	font-size: 14px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,* {
	margin: 0;
	padding: 0
}

a:focus,li:focus {
	outline: none;
}

.white_color,a.text-white,
 .chose-type>ul>li>a.white_color {
	color: #fff
}

.gray_color {
	color: #8795ca
}

.disabled,
a.disabled,
.disabled a,
.opera-box>a.disabled {
	pointer-events: none;
	color: #8795ca
}
/*------------------常用属性---*/
em, i {
	font-style: normal;
}

ul, p {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

a:link, a:visited, a:active {
	outline: 0 none;
	color: #2b2323;
	text-decoration: none;
}

a:hover {
	color: #ff1b80;
}

a:focus,
input:focus,
input,
button,
button:focus {
	outline: none;
}

.text-red {
	color: #d11515
}
.text-gray{
	color: #999
}
.pull-right {
	float: right;
}
.show{
 display: block;
}
.hide{
    display: none;
}
/*----分割区设置---*/
.blank10, .blank15, .blank20, .blank5 {
	width: 100%;
	clear: both;
}

.blank20 {
	height: 20px;
}

.blank5 {
	height: 5px;
}

.blank15 {
	height: 15px;
}

.blank10 {
	height: 10px;
}

/* 登录页面设置*/
.lg-box {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-linear-gradient(0deg, #260d86 0%,#11024d 100%); /* Safari 5.1 - 6.0 */
    background-image: -o-linear-gradient(0deg, #260d86 0%,#11024d 100%); /* Opera 11.1 - 12.0 */
    background-image: -moz-linear-gradient(0deg, #260d86 0%,#11024d 100%); /* Firefox 3.6 - 15 */
    background-image: linear-gradient(0deg, #260d86 0%,#11024d 100%); /* 标准的语法（必须放在最后） */
	height: 100%;
	background-size: cover;
	position: absolute;
	padding-top: 10%;
}

.login-con {
	width: 584px;
	margin: 0 auto;
}
.login-form{
   background: #fff;
   width: 100%;	
   border-radius: 4px;
   height: 332px
}
.logo-img {
	text-align: center;
	margin-bottom: 10px;
}

.logo-img img {
	display: inline-block;
}

.login-con h4 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 15px;
}

.login-con .input-box {
	background: rgba(255,255,255,1);
	width: 96%;
	height: 38px;
	position: relative;
	margin: 0 auto;
	border: #ddd 1px solid;
	margin-bottom: 25px;
	padding: 0 5px
}
.lg-left{
	float: left;
	width: 304px;
}
.lg-left img{
	border-radius: 4px 0 0 4px
}
.lg-rt{
	float: left;
	width: 262px;
	margin-left: 10px;
	position: relative;
}
.lg-rt h5{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 35px;
	margin-top: 15px;
}
a.lg-resgiter{
	display: block;
	text-align: center;
	color: #142ab4;
	margin-top: 12px;
	font-size: 12px;
	position: absolute;
	right: 8px;
	top: 8px;
	text-decoration: underline;
}
.login-con .label {
	color: #999;
	background: none;
	float: left;
	width: 12%;
	line-height: 32px;
	height: 32px;
	padding-left: 5px;
	display: none;
}
.text-input {
	border: #fff 0px solid;
	height: 32px;
	line-height: 32px;
	color: #333;
	float: left;
	width: 75%;
	padding: 2px 5px;
	background: none;
	font-family: "Microsoft YaHei"
}
/* 用户注册样式 */
.resi-con .login-form{
   height: 100%;
}
.register-box{
	width: 100%;
	margin: 10px auto;
	position: relative;
}
.register-box .label{
	display: inline-block;
	text-align: right;
	color: #333;
	font-weight: normal;
	font-size: 14px;
	margin-right: 8px;
	width: 90px;
}
.register-box h5{
	font-size: 16px;
	text-align: center;
	border-bottom: #ddd 1px solid;
	font-weight: normal;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.register-box .input-box{
	border: #fff 0px solid;
	margin-bottom: 8px;
}
.register-box .text-input{
	border: #ddd 1px solid
}

 .text-sm-input{
	width: 220px;
}

.sm-btn{
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 100px;
	margin: 0 auto;
	border-width: 0;
	border-radius: 4px;
	background: #142ab4;
}



.text-input:focus,
select {
	border: #fff 0px solid;
	text-outline: none;
	outline: none;
}
.register-box .text-input:focus{
	border: #3061c6 1px solid
}
.register-box .lg-resgiter{
	top: 0;
}
a.lg-btn {
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: block;
	width: 96%;
	margin: 0 auto;
	border-radius: 4px;
	background: #142ab4;
}

/*----工厂版房2018-1-08---*/
.b-top{
	width: 100%;
	height: 55px;
	position: relative;
	background:-webkit-linear-gradient(left top,#291572,#3732f1);
    background:-o-linear-gradient(bottom right,#291572,#3732f1);
    background:-moz-linear-gradient(bottom right,#291572,#3732f1);
    background:linear-gradient(to bottom right,#291572,#3732f1);
    text-align: center;
}
.top-title{
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	line-height: 55px;
	float: left;
}
.top-title img{
	width: 36px;
	height:36px;
	border-radius: 50%;
	vertical-align: -12px;
	margin-right: 8px;
	display: inline-block;
}
.user-info{
	color: #fff;
	position: absolute;
	right: 12px;
    top: 18px;
    font-size: 12px
}
.user-info a{
	color: #fff
}
/* 顶部搜索 */
.top-search{
	position: absolute;
	right:0;
	left: 0;
	margin: 0 auto;
	color: #999;
	top: 12px;
	width: 215px;
}
.top-search-input{
	background: #fff;
	border-radius: 12px;
	line-height: 28px;
	width: 205px;
	border:#fff 0px solid;
	padding:0 30px 0 6px;
	font-size: 12px;
	font-family: "microsoft yahei";
	padding-right: 30px;
}
.top-search-input:focus{
	background: #f0f0f0;
	outline: none;
}
.top-search-submit{
    position: absolute;
    right: 8px;
    top: 4px;
    cursor: pointer;
}
/* 产品类别 */
.pcate-box{
	background: #f8f8f8;
	border: #ddd 1px solid;
	padding: 5px 10px;
	width: 98%;
	overflow: hidden;
	margin: 10px auto;
}
.pcate-box h2.title{
	color: #999;
	float: left;
	font-weight: normal;
	margin-right: 10px;
	font-size: 14px;
}
.pcate-box .cate-body{
	float: left;
}
.cate-body a.text-red{
	display: inline-block;
	padding: 2px 0
}
.pcate-box span.item{
    float: left;
    margin: 0px 30px 0px 0;
    color: #000;
    padding: 2px 5px;
    cursor: pointer;
    text-decoration: none;
}
.pcate-box span.on{
	background:#362fe3;
	color: #fff;
}
a.text-red{
	color: #ff1b80;
}
a.pop-search{
	cursor: pointer;
}
/* 筛选条件 */
.shaixuan{
	background: rgba(84,84,84,0.5);
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 88;
	display: none;
	top: 0;
}
.search-set{
	background: #fff;
	width: 420px;
	height: 100%;
	float: right;
	position: relative;
	overflow-y: auto;
}
.search-set h3{
	font-size: 16px;
	color: #333;
	line-height: 42px;
	text-align: center;
	margin-top: 6px;
	width: 100%;
	position: relative;
	border-bottom: #ddd 1px solid
}
.search-set h3 .close{
	position: absolute;
	right: 8px;
	top: 1px;
	color: #999;
	font-weight: normal;
	font-size: 12px;
	cursor: pointer;
}
.set-box{
	width: 94%;
	border-bottom: #ddd 1px solid;
	padding-top: 5px;
	margin: 0 auto
}
.set-box h4{
	margin:10px 0;
	font-weight: normal;
}
.set-box .item-set{
	border: #ddd 1px solid;
	padding: 2px 10px;
	border-radius: 4px;
	color: #999;
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 15px;
}
.set-body{
	margin-top: 15px;
}
.set-body .on{
	border: #362fe3 1px solid;
	background: ;
	color: #362fe3;
}
.searchset-btn {
	position: fixed;
	bottom: 0;
	width: 420px;
	right: 0;
	border-top: #ddd 1px solid;
	background: #fff
}
.btn{
	padding: 2px 8px;
	border-width: 0;
	background: none;
	cursor: pointer;
	font-family: "microsoft yahei";
}
.searchset-btn .btn{
	width: 50%;
	font-size: 16px;
	line-height: 28px;
	float: left;
}
.searchset-btn .blue-btn{
	background: #362fe3;
	color: #fff;
}
.no-data{
	width: 100%;
	text-align: center;
	color: #333
}
/* 模型展示 */
.modelimg-box{
/*     overflow-y:scroll;
min-height: 500px; */
    padding: 10px 15px;
}
.modelimg-box ul{
	margin-top: 15px;
}
.modelimg-box li {
    float: left;
    width: 14.6%;
    margin: 0 1.1%;
    margin-bottom: 25px;
}
.modelimg-box h4{
	font-weight: normal;
	width: 98%;
}
.modelimg-box p{
	color: #999;
	font-size: 12px
}
.modelimg-box li:nth-child(6n) {
	margin-right: 0
}

.modelimg-box li:nth-child(6n+1) {
	margin-left: 0
}

.modelimg-box li a {
	width: 100%;
	display: inline-block;
	cursor: pointer;
}

.modelimg-box li img {
	width: 100%;
	border-radius: 4px;
	border: #fff 3px solid;
}
.modelimg-box li.on img{
	border: #4c16ad 3px solid;
}
.modelimg-box h4,
.modelimg-box p{
	width: 100%;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page-box{
	background:rgba(84,84,84,0.5);
	height: 40px;
	position: fixed;
	width: 100%;
	bottom: 0px;
	left: 0;
	right: 0
}
.page-box .next-page{
	float: right;
	background: #362fe3;
	color: #fff;
	padding: 2px 8px;
	margin-right: 10px;
	margin-top: 8px;
	border-radius: 4px;
}
.page-box .nums{
	float: right;
	color: #333;
	margin-right: 15px;
	line-height: 40px

}
.load-box{
	text-align: center;
}
/*模型下单页面*/
.main-bg{
	background: url(../img/bg.png) no-repeat left top;
	background-size: 100%;
	width:100%;
	height:100%;
}
.model-info{
	position: absolute;
	left: 40px;
	top: 4%;
	color: #fff;
	width: 260px;
	font-size: 14px;
	line-height: 22px;
	z-index: 63;
	max-height:180px; 
	overflow-y: auto;
	overflow-x: auto;
}
.order-box{
	position: absolute;
	right: 20px;
	bottom: 45px;
	color: #fff;
	width: 230px;
}
.order-box textarea{
	width: 98%;
	border: #ddd 1px solid;
    padding:5px;
    color: #999;
    border-radius: 2px;
}
.order-box h4{
	font-weight: normal;
}
.num-input{
	border: #ddd 1px solid;
	line-height: 22px;
	width: 40px;
	padding-left: 5px;
	border-radius: 2px;
}
.sub-order{
	background: #4c16ac;
	color: #fff;
	border-radius: 2px;
	padding: 4px 12px;
	margin-left: 5px;
}
/* @media   screen and (max-width: 820px) {
.modelimg-box li img{
	height: 80px;
}
}
@media   screen and (min-width: 820px) and (max-width: 920px) {
.modelimg-box li img{
	height: 100px;
}
}
@media   screen and (min-width: 921px) and (max-width: 1069px) {
.modelimg-box li img{
	height: 120px;
}
}
@media   screen and (min-width: 1070px) and (max-width: 1199px) {
.modelimg-box li img{
	height: 140px;
}
}

@media screen and (min-width: 1200px) and (max-width: 1499px){
.modelimg-box li img{
	height: 160px;
}
} */