/*汇包装首页 2.0.4 by陆鹏*/
body{
    //background: #c2c2c2;
}
.index_user>.xj{
    width:280px;
    height:246px;
    margin: 0 auto;
    background: #fff;
}
.index_user>.xj>.title{
      text-align: center;
      color: #464646;
  }
.index_user>.xj>.title>img{
    width:280px;
    height:52px;
}
.index_user>.xj>.title>div{
    height:20px;
    line-height: 15px;
    margin-bottom: 5px;
	color:#777777;
}
.line{
    width:280px;
    height:34px;
    margin-bottom:3px;
    color:#464646;
}
.line2{
    width:210px;
    height:34px;
    color:#464646;
}
.lfl{
    float: left;
    width:210px;
}
.line .lineBox{
    float:left;
    width:134px;
    height:32px;
    border:1px solid #9f9f9f;
    border-radius: 3px;
    position: relative;
    overflow:inherit;
}
.lineBox>.select{
    float: left;
    width:70px;
    text-align: right;
    height:34px;
    line-height:34px;
    border:0;
    font-size: 12px;
    color:#464646;
    background: url(../images/arrow.jpg) no-repeat scroll 55px center transparent;
    box-sizing: border-box;
    padding-right: 17px;
    position: relative;
    cursor: pointer;
}
.lineBox>.select .boxStyleTip{
    width:140px;
    line-height:20px;
    padding:5px 10px;
    display: none;
    background: rgba(0,0,0,0.5);
    text-align: left;
    border-radius: 3px;
    color:#fff;
    position: relative;
    top: -40px;
    right:-99px;
    z-index: 99;
}
.xsj{
    position: absolute;
    left:-10px;
    top:13px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #000;
    border-bottom: 5px solid transparent;
    opacity: 0.5;
}
.lineBox .selectBox{
    display: none;
    position: absolute;
    right:-1px;
    top:32px;
    width:70px;
    background: #fff;
    border: 1px solid #9f9f9f;
}
.lineBox .selectBox .option{
    height:28px;
    line-height: 28px;
    padding-right: 17px;
    text-align:center;
    cursor: pointer;
}
.lineBox .selectBox .option:hover{
    background: #f1efef;
}
.line>.lineBox:nth-child(2){
    margin-left: 8px;
}
.line>div{
    border:1px solid #9f9f9f;
    border-radius:3px;
    overflow:hidden;
}
.line>div .iptName{
    box-sizing: border-box;
    float: left;
    width:40px;
    height:32px;
    line-height: 32px;
    padding-left:8px;
}
.line>div>input{
    height:32px;
    line-height: 32px;
    width:154px;
    outline:medium;
	padding-left:8px;
}
.line .size{
    float: left;
    width:60px;
    height:32px;
    line-height: 32px;
    text-align: center;
}
.line .dot{
    float: left;
    background: #333333;
    width:5px;
    height:5px;
    margin-top: 14px;
    border-radius: 50%;
}
.xj .xjBtn,#gotoModel,#gotoSteps{
    box-sizing: border-box;
    float: left;
    width:66px;
    height:60px;
    margin:8px 0 8px 4px;
    padding:5px;
    text-align: center;
    cursor:pointer;
    font-size: 18px;
    color:#fff;
    border-radius: 3px;
    background: #f88d2f;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#fdab08), to(#ff7502));
    background:-o-linear-gradient(top, #fdab08,#ff7502 );
    background:-moz-linear-gradient(top, #fdab08,#ff7502);
	-moz-box-shadow:1px 1px 6px #6f6d6d; -webkit-box-shadow:1px 1px 6px #6f6d6d; box-shadow:1px 1px 6px #6f6d6d;
}
/*.....询价结束........*/
#gotoModel{
    float: left;
    background:#23ddff;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(#23ddff), to(#4d86ff));
    background:-o-linear-gradient(top, #23ddff,#4d86ff );
    background:-moz-linear-gradient(top, #23ddff,#4d86ff);
	-moz-box-shadow:1px 1px 6px #6f6d6d; -webkit-box-shadow:1px 1px 6px #6f6d6d; box-shadow:1px 1px 6px #6f6d6d;

}
#gotoSteps{
    float: left;
    background: #fdcf33;
    background:-webkit-gradient(linear, 0 0, 0 bottom, from(FFCC00), to(FFCC00));
    background:-o-linear-gradient(top, FFCC00,FFCC00 );
    background:-moz-linear-gradient(top, FFCC00,FFCC00);
	-moz-box-shadow:1px 1px 6px #6f6d6d; -webkit-box-shadow:1px 1px 6px #6f6d6d; box-shadow:1px 1px 6px #6f6d6d;
}
.dDcx{
    width:280px;
    height:76px;
    background: #fff;
    margin: 0px auto;
}
.brtt{
    width:210px;
    height:32px;
    line-height: 32px;
    font-size: 15px;
    text-align: center;
    color:#716e7f;
}
.ddlf{
    float: left;
}
#orderId{
    width:198px;
    height:32px;
    line-height: 32px;
    border:1px solid #9f9f9f;
	padding-left:10px;
    border-radius:3px;
}
.goToModel{
    width:280px;
    height:80px;
    background: #fff;
    margin:0 auto;
    position: relative;
}
.goToModel .showModel{
    display: none;
    width:300px;
    height:300px;
    position: absolute;
    left:-309px;
    bottom: 0;
}
.goToModel:hover .showModel{
    display:block;
}
.showModel>img{width:100%}
.ddlf img{display:inline-block;}
.bgg{height:8px;background:#EBEBEB}
.index_user{height:235px}
.index_user>.xj{height:226px}
.title{padding-top:5px;}
