@charset "utf-8";
/* CSS Document */
@charset "utf-8";
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.evaluates-wrap {
    font-size: .12rem;
}

.header {
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
}

/*进度条开始*/
.progressbar {
    overflow: hidden;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;
    line-height: .22rem;
    text-indent: .1rem;
    font-size: .1rem;
    background-color: #fff;
}

.progressbar .bg {
    position: relative;
    z-index: 2;
    height: 100%;
    text-align: center;
}

.progressbar .cover {
    position: absolute;
    height: 100%;
    background-color: #ff9900;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: right;
}

/*顶部提示*/
.header .tip {
    padding:2px;
    font-size: .11rem;
    line-height: .15rem;
    background: #f0f0f0;
    color: #9e9e9e;
}

/*估价容器*/
.evaluates-wrap {
    margin-top: .7rem;
}

/*公共部分*/
.toggle .evaluate-title {
    color: #ccc;
    font-size: 1em;
    padding: .1rem .1rem .05rem .1rem;
}
.toggle .evaluate-title i{
	font-size:0.85em;
	color:#ff9900;
}

.toggle .evaluate-title a{
	float:right;
	font-size:0.9em;
	color:#ff9900
}
.toggle.open .evaluate-title {
    color: #333;
}

.evaluate-title1 {
    color: #ccc;
    font-size: 1em;
    padding: .0rem .1rem .05rem .1rem;
}
.evaluate-title1 i{
	font-size:0.85em;
	color:#ff9900;
}

.evaluate-title1 a{
	float:right;
	font-size:0.9em;
	color:#ff9900
}
.evaluate-title1 {
    color: #333;
}

.toggle ul {
    display: none;
}

.toggle.open ul {
    display: block;
}

.evaluates-wrap .input-wrap {
    position: relative;
    width: 100%;
    height: .4rem;
    margin: .05rem 0;
    color: #666;
    text-align: center;
    background: #f5f5f5;
	border-radius:3px
}

li.selected .input-wrap {
    color: #fff;
    background: #c82027;
	background-color: rgba(255,153,0,0.5);
}

.evaluate-item span {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}
.none{
	display:none
}

/*基本选项*/
.basic-property ul {
    display: none;
    margin-top: .05rem;
    padding: 0 .05rem;
}

.basic-property ul li {
    position: relative;
    float: left;
    width: 1.45rem;
    padding: 0 .05rem;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.basic-property ul li .input-wrap input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    border: none;
    outline: none;
	border-radius:3px
}

/*功能选项*/
.function-property ul {
    padding: 0 .05rem;
}

.function-property li {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.function-property .evaluate-item {
    float: left;
    width: 1.45rem;
    padding: 0 .05rem;
}

.function-property .input-wrap input {
    display: none;
}

/*提交按钮*/
.sbt-wrap {
    position: fixed;
    bottom: 0;
    width: 100%;
}
#check_price {
    display: block;
    width:100%;
    border: none;
    font-size: 0.15rem;
    color: #ffffff;
	padding:15px 0;
	background:#c82027
}
#check_price:active {
    background: #f99800;
}

#check_price:disabled {
    color: #fff;
    background: #ccc !important;
}

html, body, #evaluate-form  {
    height: 100%;
}

.red .progressbar .cover,
.red li.selected .input-wrap,
.red #check_price {
    background: #ca141d;
    color: #ffffff;
}
.orange .progressbar .cover,
.orange li.selected .input-wrap,
.orange #check_price {
    background: #ec8420;
    color: #ffffff;
}
.red #check_price {
    border-radius: 25px;
    height: .32rem;
    line-height: .3rem;
    font-size: .15rem;
    margin: .15rem auto;
}
.red .evaluates-wrap .input-wrap {
    border-radius: 4px;
    background: #ffffff;
    color: #999;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}

.title{
	text-align:center;
	font-size:16px;
	background:#c82027;
	color:#FFF;
	padding:10px 0;
}
.title i{ display:block;width:60%; white-space:nowrap;overflow:hidden;text-overflow:ellipsis; margin-left:20%; margin-right:20%;}
.back {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 1px;
}
.back img {
    width: 40px;
    height: 40px;
    margin-top: -8px;
}
.evaluate-title b{
	font-weight:normal;
}

.tips:before {
    display: block;
    width: 18px;
    height: 19px;
    margin: 15px auto 0;
    background-image: url(../images/icons.png?v=2);
    background-position: -186px -152.5px;
    background-repeat: no-repeat;
    background-size: 467px 408px;
    content: '';
    background-color: #fff;
}
.tips {
    width: 30px;
    position: absolute;
    right: 10px;
}
/*iphone 4  screen-width:320px*/
@media only screen and (min-width: 320px) and (max-width: 360px) {
.tips {
    top: 0px;
}

}

/*三星Galaxy S5  screen-width:360px*/
@media only screen and (min-width: 360px) and (max-width: 375px) {
.tips {
    top: 3px;
}
}

/*iphone 6  screen-width:375px*/
@media only screen and (min-width: 375px) and (max-width: 414px) {
.tips {
    top: 5px;
}    
}

/*iphone 6plus  screen-width:414px*/
@media only screen and (min-width: 414px) and (max-width: 768px) {
.tips {
    top: 6px;
}    
}

/*iPad Mini  screen-width:768px*/
@media only screen and (min-width: 768px){
.tips {
    top: -4px;
}    
}
.pic_bg{
        overflow: auto;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.8);
}
.pic_inf {
    position: absolute;
        z-index: 1001;
    left: 50%;
    top: 30%;
    width: 84%;
    margin: -51px 0 0 -42%;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 #f4f4f4;
    -moz-box-shadow: 0 0 5px 0 #f4f4f4;
    box-shadow: 0 0 5px 0 #f4f4f4;
}
.close {
    padding: 10px;
}
.close img{
    width: 5%;
    float: right;
}
.img{
    padding:10px;
}
.img img{
    width: 100%;
}
.info{
    padding: 5px 10px;
    font-size: 1em;
}