.market{background: #eeeff1; padding: 20px 0;}
.market .main{ background: #fff;}
.mkcon{ padding: 20px;}

.mktitle{ overflow: hidden; background: #5c5c5c;}
.mktitle a{ width: 120px;
    height: 60px;
    overflow: hidden;
    position: relative;
    line-height: 60px;
	padding-left: 50px;
    font-size: 16px;
	color: #fff;
    float: left;}
.mktitle a.on{background: #fff;color: #E4393C;}
.mktitle a i {
    position: absolute;
    width: 25px;
    height: 25px;
    overflow: hidden;
    display: block;
    top: 20px;
    left: 20px;
    background-image: url(offericons.png);
    background-repeat: no-repeat;
}
.mktitle a i.fb06 {
    background-position: -109px 0;
}
.mktitle a i.fb07 {
    background-position: -141px 0;
}
.mktitle a.on i.fb06 {
    background-position: -109px -30px;
}
.mktitle a.on i.fb07 {
    background-position: -141px -30px;
}

.mktips {
    padding: 25px 100px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
}
.mktips i {
    width: 20px;
    height: 20px;
    float: left;
    display: block;
    overflow: hidden;
    background: url(offericons.png) no-repeat 0 -55px;
    margin: 8px 5px 0 0;
}
.mktips a {
    background: #f80;
    color: #fff;
    padding: 5px 15px;
    display: inline;
    margin-left: 20px;
    font-size: 16px;
}
.mktips a:hover {
    background: #ff7300;
    text-decoration: none;
	color: #fff !important;
}
.mkcenter{ overflow: hidden; padding: 30px 0 30px 100px;}

.mklist{position: relative;
    margin-top: 20px;
    font-size: 0;}
.mklist label em{ color: red; margin-right: 5px; font-style: normal;}
.mklist label{ font-size: 16px; width: 200px; text-align: right; display: inline-block;  vertical-align: top; line-height: 48px;}
.mklist .mklistr{ width: 580px;   margin: 0 20px; display: inline-block; font-size: 14px;}
.mklist .mklistr input,.mklist .mklistr textarea{ border: 1px solid #ccc; height: 48px; padding: 0 10px;box-sizing: border-box;outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; width: 100%;}
.mklist	button{background: #E4393C;
margin-top: 20px;
    border: 0;
    color: #FFF;
    cursor: pointer;
    font-size: 16px;
    height: 48px;
    width: 205px;
    margin-left: 220px;}
.mklist	button:hover{background: #cc0000;}
.layui-input-xt{width: 2%;display: inline-block;}
.layui-input-inline{width: 23.5%;font-size:14px; }
.layui-unselect{border-radius: 0;}