/* 清除默认标签margin padding */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, button, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input,textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    /*font-family: PingFang-SC-Medium,Helvetica;*/
    font-family: Arial,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;
}
body {
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto !important;
    background-color: #fff;
    /*ioc禁止调整字体大小*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
/*清除点击默认样式*/
a,button,input,textarea{
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-user-modify:read-write-plaintext-only;*/
    text-decoration: none;
}
/*清楚默认加粗*/
h1,h2,h3,h4,strong{
    font-weight:normal;
}
/*清除默认样式*/
ol li,ul li,li{
    list-style-type:none;
    vertical-align:middle;
}
i,em{
    font-style: normal;
}
img{
    width: 100%;
    border:none;
    vertical-align:middle;
}

/*loading_page 样式*/
.loading_page{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 99999;
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 0 !important;
    margin-left: -15rem;
}
.loading_page:before,
.loading_page:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 9999;
    background: rgba(0,0,0,.3);
}
.loading_page:after{
    left: 100%;
}
.loading_page .loading_con{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
}
.loading_page .loading_con .box{
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 1rem 2rem  1.5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    background: #fff;
}
.loading_page .loading_con p{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.loading_page .loading_con p:before,
.loading_page .loading_con p:after{
    content: "";
    position:absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.loading_page .loading_con p:before{
    z-index: 1;
    width: 2.24rem;
    height: 2.24rem;
    -webkit-animation: 1.5s loading linear infinite;
    -o-animation: 1.5s loading linear infinite;
    animation: 1.5s loading linear infinite;
    background: transparent;

    border: 0.08rem solid #ff6f0c;
    border-right-color: transparent;
    border-left-color: transparent;
}
.loading_page .loading_con p:after{
    width: 2.08rem;
    height: 2.08rem;
    z-index: 0;
    background: #ff6f0c url(../images/icon/load_more_bg.png) no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}
.loading_page .loading_con span{
    display: block;
    padding-top: 1.5rem;
    line-height: 1;
    font-size: 1.1rem;
}
/*加载更多*/
.load_more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.8rem;
    background: transparent;
}

.load_more i{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.12rem;
    height: 1.12rem;
    position: relative;
    margin: 0 0.4rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.load_more span{
    line-height: 1;
    font-size: 1.04rem;
    font-weight: 400;
    color: #999;
}
.load_more i:before,
.load_more i:after{
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.load_more i:before{
     z-index: 0;
     width: 1.04rem;
     height: 1.04rem;
     -webkit-animation: 1.5s loading linear infinite;
     -o-animation: 1.5s loading linear infinite;
     animation: 1.5s loading linear infinite;
     background: transparent;
     border: 0.04rem solid #ff6f0c;
     border-right-color: transparent;
     border-left-color: transparent;
 }
.load_more i:after{
     position: absolute;
     width: 0.96rem;
     height: 0.96rem;
     z-index: 1;
     background: #ff6f0c url("../images/icon/load_more_bg.png") no-repeat;
     -webkit-background-size: 100% auto;
     background-size: 100% auto;
     border: 0.04rem solid #fff;
 }
/*旋转图*/
.icon_spin{
    -webkit-animation: 1.5s loading linear infinite;
    -o-animation: 1.5s loading linear infinite;
    animation: 1.5s loading linear infinite;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*百度地图显示弹窗*/
.bmap_pop{
    padding-top: 3.44rem;
    left: 100%;
}
.bmap_pop .top_fixed_bar{
    position: absolute;
}
.bmap_pop .bmap_con{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*隐藏百度地图*/
.anchorBL {
    display: none;
}


/*提示信息通用*/
.hint_info_type{
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    max-width: 30rem;
    height: 100%;
    background: transparent;
    overflow: hidden;
}
.hint_info_type .content_box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.hint_info_type .alone{
    background: transparent;
}
.hint_info_type .alone p{
    max-width: 50%;
    padding: .5rem 2rem;
    color: #fff;
    line-height: 1.5em;
    font-size: 1rem;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: .3rem;
    -moz-border-radius: .3rem;
    border-radius: .3rem;
}
.hint_info_type .judge_ok{
    background: rgba(0,0,0,.3);
}
.hint_info_type .judge_ok .clear_info {
    display: flex;
    flex-flow: column;
    width: 21.6rem;
    background: #fff;
    -webkit-border-radius: .96rem;
    -moz-border-radius: .96rem;
    border-radius: .96rem;
    overflow: hidden;
}
.hint_info_type .clear_info p{
    width: 100%;
    height: 100%;
    padding: 1.68rem 1.52rem;
    line-height: 1.5;
    color: #000;
    font-size: 1.2rem;
    text-align: justify;
    text-align-last: left;
    font-weight: 500;
}
.hint_info_type .clear_info ul {
    flex-shrink: 0;
    display: flex;
    height: 3.52rem;
    border-top: 1px solid #ebebed;
}
.hint_info_type .clear_info li{
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #0f82ff;
    font-size: 1.4rem;
}
.hint_info_type .clear_info li:nth-child(2){
     border-left: 1px solid #ebebed;
 }


/*修改弹窗*/
.img-container {
    background: #1c1c1c;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 1001;
    overflow: hidden;
}
.img-container_top{
    top: 0;
}
.img-container img {
    max-width: 100%;
}

.img-container .tool-bar {
    display: flex;
    color: #f2f2f2;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.img-container .tool-bar div {
    padding: 15px 20px;
    font-size: 1em;
    color: #fff;
}
