@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"], input[type="reset"], input[type="button"], input{ -webkit-appearance:none; resize: none; }
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article,aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {display: block; }
/* 图片自适应 */
img { max-width: 100%; height: auto; -ms-interpolation-mode:bicubic; /*为了照顾ie图片缩放失真*/ }
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0; padding:0; border:none;}
/* body{font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei;} */
em,i{font-style:normal;}
strong{font-weight: normal;}
a{ text-decoration:none; color:black;}
a:hover{color:#577DF7;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; }
img{ border: none; vertical-align: middle; }

/* clear */
input{
    /*1.清楚文本框获取焦点时默认的边框阴影*/
    outline: none;
    /*2.去掉边框*/
    border: none;
    /*3.添加边框*/
    border: 1px solid #cccccc;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    zoom: 1;
}
/* 超过隐藏 */
.ellipsis {
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 超过2行隐藏 */
.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/* 左浮动 */
.fl {
    float: left;
}
/* 右浮动 */
.fr {
    float: right;
}


/* html{
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    min-height: 100%;
    overflow: hidden;
} */

.nav_box{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #f6f6f6;
    z-index: 1100;
}
.nav{
    width: 100%;
    height: 0.8rem;
    display:flex;
    background:rgba(255,255,255,1);
    /* background: red; */
    z-index: 2;
}
.nav_left{
    display: flex;
    flex: 1;
    /* background: rebeccapurple; */
}
.nav_left a{
    display: inline-block;
    height: 100%;
    width: 100%;
    margin-left: 0.2rem;
    line-height: 0.8rem;
}
.nav_left a i{
    display: inline-block;
    font-size: 0.4rem;
    color: #4a4a4a;;
}
.nav_content{
    width: 100%;
    height: 100%;
    display: flex;
    flex: 4;
}
.nav_content p{
    line-height: 0.8rem;
    margin: 0 auto;
    font-size: 0.3rem;
}
.nav_right{
    flex: 1;
}
.appraisaProcess{
    width:100%;
    height:100%;
}
.guanzhu{
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9000;
    position: fixed;
    top: 0px;
    left: 0px;
}
.gz_box{
    position: fixed;
    top: 120px;
    left: 50%;
    z-index: 1000;
    margin-left:-120px;
    background: white;
    padding: 20px 25px;
    border-radius: 10px;
}
/*#gz_img{*/
    /*width: 190px;*/
    /*height: 190px;*/
    /*text-align: center;*/
    /*margin: 0 auto;*/
/*}*/
.gz_img img{
    width: 190px;
    height: 190px;
    display: flex;
    margin: 0 auto;
}
.gz_wenzi{
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}
.gz_bottome{
    text-align: center;
    font-size: 15px;
    padding-top:15px;
}
