
body{
    font-size: 0.28rem;
}
html {
    font-size: 13.33333vw;
}
@media screen and (max-width: 320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 721px) and (max-width: 768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw;
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size: 102.4px;
    }
}
/* 其他办事页面的样式 */
/* 带背景的顶部 */
.top-nav2016 {
    box-shadow: none;
}

.top-nav2016 .top-bar {
    
    height: 1.18rem;
    border-bottom: none;
    background-color: #FF8800;
}

.top-nav2016 .qita-city {
    position: absolute;
    display: inline-block;
    top: 0.38rem;
    left: 0.22rem;
    color: rgba(255, 255, 255, 1);
    font-size: 0.3rem;
    font-weight: 700;
}

.top-nav2016 .xian {
    display: inline-block;
    margin: 0 0.2rem;
    margin-top: 0.5rem;
    width: 0.02rem;
    transform: scaleX(50%);
    height: 0.2rem;
    background-color: #fff;
    float: right;

}

.top-nav2016 .xian-spacial {
    margin-left: 0 !important;
}

.top-nav2016 .top-bar div.home {
    float: right;
    width: 0.3rem;
    height: 0.3rem;
    border-right: none;
    margin-top: 0.42rem;
}

.top-nav2016 .top-bar div.home a {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url(../images/zixun-home.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-position: 0 0;
}

.top-nav2016 .top-bar div.list {
    float: right;
    overflow: hidden;
    width: 0.3rem;
    height: 0.3rem;
    margin-top: 0.44rem;
    margin-right: 0.2rem;
}

.top-nav2016 .top-bar div.list a.sou {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border-left: none;
    background-image: url(../images/zixun-search.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
}

.top-nav2016 .top-bar div.title {
    border-left: none;
    border-right: none;
}
.top-nav2016 .top-bar div.title a {
    font-size: 0.36rem;
    font-weight: 800;
    display: block;
    width: 2.6rem;
    height: 0.8rem;
    margin: auto;
    text-align: right;
    text-decoration: none;
    background-image: url(../images/icons2.png);
    background-size: 1.6rem 3.2rem;
    background-position: 0 -2.4rem;
    background-repeat: no-repeat;
}
.top-nav2016 .top-bar div.title {
    margin: 0;
    margin-top: 0.2rem;
    margin-left: 0.68rem;
}

.top-nav2016 .top-bar div.list a.dropdown {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border-left: none;
    background-image: url(../images/zixun-menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0.01rem;
}

/* 头部第二个部分导航 */
.breadcrumb {
    padding: 0 0.22rem;
    height: 0.8rem;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 242, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.breadcrumb a {
    display: inline-block;
    padding: 0.16rem 0.3rem 0.16rem 0.06rem;
    text-decoration: none;
    background: url(../images/doubleRightYellow.png) center right no-repeat;
    background-size: 0.2rem 0.12rem;
    color: rgba(151, 151, 151, 1);
    font-size: 0.28rem;
    font-weight: 500;
    margin-right: 0.1rem;
}

.breadcrumb span {
    color: rgba(255, 136, 0, 1);
    font-size: 0.28rem;
    font-weight: 500;
}

/* 脚注 */
.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.85rem;
    line-height: 0.85rem;
    text-align: center;
    background-color: rgb(34, 34, 34);
    color: rgb(155, 155, 155);
    font-size: 0.28rem;

}

.footer-wrap img {
    width: 100%;
    height: 43px;
}

.outer-yuan {
    display: inline-block;
    /* margin-left: 1.75rem; */
    margin-right: 0.02rem;
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    background-color: rgb(34, 34, 34);
    border: 0.02rem solid rgb(155, 155, 155);
}

.outer-yuan .inner-yuan {
    /* display: inline-block; */
    margin: 0 auto;
    margin-top: 0.02rem;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background-color: rgb(34, 34, 34);
    border: 0.02rem solid rgb(155, 155, 155);
}
/* 原有的脚注样式 */
footer {
    margin-top: 0!important;
}
footer .footer-info {
    padding: 0.3rem 0;
}
footer .link {

    font-size: 0.32rem;
}
footer .copyright {
    font-size: 0.24rem;
}
/* 每一行的样式 */
.list .list-item .fa {
    position: absolute;
    right: 0.27rem;
    right: 0.27rem;
    top: 50%;
    margin-right: 0;
    font-size: 0.4rem;
    transform: translateY(-50%);
    line-height: initial;
    color: #999;
}
section.main {
    padding: 0 0.22rem;
}
.list .list-item {
    font-size: 0.3rem;
    line-height: 0.42rem;
    color: #333333;
    /* height: 0.42rem; */
    padding: 5px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-bottom: 0.01rem solid rgba(235, 235, 235, 1);
    position: relative;
    padding: 0.36rem 0.4rem 0.36rem 0.02rem;
    height: initial;
}
/* footer固定到底部 */
footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 7.5rem;
    max-width: 640px;
    transform: translateX(-50%);
}
.container {
    background: #fff;
    padding-bottom: 3rem;
}
.container {
    background: #eee;
    padding-bottom: 3rem;
}
section.main{
    background: #fff;
}