/* Write your styles */
/**********城市选择****************/
.index_city{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    overflow: auto;
    z-index: 999;
    display: none;
}
.index_city_out{
    width: 0.4rem;
    height: 0.4rem;
@include fangtu("../img/return.png");
    position: absolute;
    top: 0.24rem;
    left: 0.24rem;
}
.city-xuanze-box{
    width: 100%;
    height: 0.9rem;
    background: #fff;
    border:0.01rem solid #fff;
    padding-top: 0.16rem;
    box-sizing: border-box;
}

.city-head-box{
    width: 3.6rem;
    height: 0.58rem;
    display: flex;
    justify-content:space-between;
    font-size: 0.26rem;
    color: #00ae66;
    line-height: 0.58rem;
    margin: 0 auto;
    border:0.01rem solid #00ae66;
    box-sizing: border-box;
}
.city-head-box span{
    width: 50%;
    height: 100%;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.city-xuanze{
    background: #00ae66;
    color: #fff;
}

.city-allcity{
    width: 100%;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.city-zimu-daohang-box{
    width: 0.8rem;
    height: 10rem;
    position: fixed;
    bottom: 0;
    top:0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction:	column;
}
.city-zimu-daohang{
    font-size: 0.24rem;
    text-align: center;
    margin-bottom: 0.1rem;
}
.city-zimu-daohang a{
    display: block;
    width: 100%;
    height: 100%;
}
.panel-body{
    border-bottom: 0.01rem solid #f2f2f2;
}
.index_city_chuxian{
    display: block;
}
/*****头部样式******/
.head-box {
    background: #fff;
    z-index: 111;
    width: 100%;
    height: 0.96rem;
    padding-left: 0.24rem;
    padding-right: 0.24rem;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    display: flex;
    justify-content: space-between;
    font-size: 0.26rem;
    border: 0.01rem solid #f0f0f0;
}

.head-box .head-nei {
    display: inline-block;
    line-height: 0.96rem;
    color: #1b2d25;
    height: 100%;
    font-size: 0.36rem;
}

.head-box .head-return {
    width: 0.24rem;
    height: 100%;
    background: url("../img/return.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.head-box .head-tuzi .icon {
    width: 0.4rem;
    height: 100%;
    float: left;
    background: url("../img/return.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.head-box .head-tuzi .text {
    height: 100%;
    float: left;
    color: #1b2d25;
    font-size: 0.32rem;
}

.head-box .icon a {
    display: block;
    width: 100%;
    height: 100%;
}
.head-title{
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/*************页脚*****************/
.foot-box {
    width: 100%;
    height: 1.06rem;
    display: flex;
    justify-content: space-between;
    padding: 0.16rem 0.88rem 0.1rem;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    bottom: 0;
    border-top: 0.01rem solid #eeeeee;
}

.foot-box a {
    width: 0.56rem;
    height: 100%;
    display: inline-block;
}

.foot-box a .foot-img {
    display: inline-block;
    width: 100%;
    height: 0.5rem;
    background: red;
    vertical-align: middle;
    margin-bottom: 0.08rem;
    background: url("../img/shouye_weixuan.png") no-repeat;
    background-size: contain;
    background-position: center;
}

.foot-box a .foot-img-quan {
    background-image: url("../img/zixun_weixuan.png");
}

.foot-box a .foot-img-my {
    background-image: url("../img/me1.png");
}

.foot-box a .foot-img-no1 {
    background-image: url("../img/shouye_xuanzhong.png");
}

.foot-box a .foot-img-no2 {
    background-image: url("../img/zixun_xuanzhong.png");
}

.foot-box a .foot-img-no3 {
    background-image: url("../img/me2.png");
}

.foot-box a .foot-title {
    width: 100%;
    height: 0.26rem;
    font-size: 0.22rem;
    color: #87908c;
    vertical-align: middle;
    text-align: center;
}

.foot-box a .foot-font {
    color: #00ae66;
}
/*加载动画*/
.load_donghua_box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #eeeeee;
    display: none;
    z-index: 222;
}
.loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 1.64rem;
    height: 1.68rem;
}
.load_donghua_img{
    width: 1rem;
    height: 1rem;
    background: url("../img/ball.png") no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 0.4rem;
    animation:load 1s infinite;
    -webkit-animation:load 1.5s infinite linear; /* Safari 和 Chrome */

}
@keyframes load {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);	/* Safari 和 Chrome */
        -moz-transform: rotate(0);	/* Firefox */
    }
    100% {
        transform: rotate(720deg);
        -webkit-transform: rotate(720deg);	/* Safari 和 Chrome */
        -moz-transform: rotate(720deg);	/* Firefox */
    }
}
.load_donghua_title{
    width: 100%;
    height: 0.28rem;
    font-size: 0.28rem;
    line-height: 0.28rem;
    color: #c4c4c4;
    text-align: center;
}
.load_donghua_bian{
    display: block;
}
.fanhui_tishi_box{
    width: 25%;
    height: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    line-height: 0.5rem;
    font-size: 0.3rem;
    text-align: center;
    z-index: 999;
    color: #fff;
    background: #000;
    opacity: 0.8;
    display: none;
}