﻿html,body{
   width:100%;
}
.page-header{

}
.page-header .logo{
    width:100%;
}
.page-navs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top:10px;
}
.page-navs .page-nav{
    text-align: center;
    background-color: #ff9200;
    border-radius: 5px;
    padding:10px;
    width:25.333%;
    height:25vw;
    color:#fff;
}
.page-navs .page-nav img{
    width:30px;
}
.page-navs .page-nav .page-nav-title{
    margin-top:5px;
    font-size:14px;
    font-weight: bold;
}
.page-navs .page-nav .page-nav-mark{
    font-size:11px;
    font-weight: 400;
    margin-top:5px;
    color:#eee;
    text-align: left;
}
.container{
    padding:10px 15px;
}
.page-menus{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top:10px;
    padding:20px 20px;
}
.item-bg{
    background: url(../img/item-bg.png) no-repeat;
    background-size:100% 100% ;
    background-position: center center;
}
.page-menus .menu{
    width:25%;
    text-align: center;
}
.page-menus .menu > div{
    text-align: center;
    font-size: 12px;
    color:#818181;
    margin:0 auto;
    margin-bottom:10px;
}

.page-menus .menu img{
    width:50px;
    display: block;
    margin:0 auto;
    margin-bottom:5px;
}

.page-content{
    margin-top:10px;
    padding:10px;

}
.common-title{
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    margin-bottom:20px;
}
.page-content .items .item{
    padding:20px;
    margin-bottom:10px;
    display: flex;
    align-items: center;
}
.items .item .item-left{
    width:60px;
    margin:0 10px;
}
.items .item .item-right{
    flex:1;
    padding-left:10px;
}
.items .item .item-right img{
   width:70%;
}
.page-content .items .item .item-mark{
    font-size: 14px;
    color:#A95E24;
    margin-top:5px;
}
.page-hz{
    margin-top:10px;
}
.page-hz .title{
    text-align: center;
    font-size:20px;
    padding:20px 0;
}
.page-hz .hz-imgs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-hz .hz-imgs .hz-img{
    width:22%;
    margin-left:2.5%;
    margin-bottom:15px;
}
.page-hzhb{
    margin-top:10px;
}
.page-hzhb .title{
    text-align: center;
    font-size:20px;
    padding:20px 0;
}
.page-hzhb .hzhb-imgs{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-hzhb .hzhb-imgs .hzhb-img{
    width:22%;
    margin-left:2.5%;
    margin-bottom:15px;
}
.float-btn{
    z-index: 20;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: 2vw;
    top: 50%;
    text-align: center;
    font-size: 1.6vw;
}
.float-btn img{
    width: 18vw;
}
.pop-bg{
    position:fixed;
    top:0;
    bottom:0;right:0;left:0;
}
.pop-bg .bg{
    position:absolute;
    top:0;
    bottom:0;right:0;left:0;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.pop-bg.hide{
    display: none;
}
.pop-doc-header{
    display: none;
}
.pop{
    position: absolute;
    top: 50%;
    left:50px;
    right:50px;
    min-height:240px;
    transform: translateY(-50%);
    z-index: 99;
    background: url(../img/popbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 10px;
}
.pop .pop-title{
    padding:20px;
    text-align: center;
    color:#fff;
    font-size: 18px;;
}
.pop .pop-form-item{
    text-align: center;
    margin-top:20px;
}
.pop .pop-form-item input{
    width:80%;
    height:40px;
    line-height: 40px;
    padding-left:20px;
    font-size: 16px;
    color:#FFA752;
    border-radius: 5px;;
    border: #FFA752 2px solid;
}
.pop .pop-btn{
    width:85%;
    height:50px;
    background:#FFA752;
    color:#fff;
    text-align: center;
    line-height: 50px;
    border-radius: 8px;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
}
.layui-layer-loading{
    left:50% !important;
    transform: translateX(-50%) !important;
}
.layui-layer-loading .layui-layer-content{
    font-size:16px !important;
}

/***
 ä¿å•æŸ¥çœ‹
*/
.doc-header{
    padding:10px 0;
}
.doc-header img{
    width:110px;
}
.doc-title{
    font-size:16px;
    text-align: center;
    margin:20px 0px;
}
.doc-info{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding:0 10px;
}
.doc-info .info{
   width:50%;
   display: flex;
   align-items: center;
   margin-bottom:5px;
   font-size: 10px;
}
.doc-info .info.bold{
   font-size: 12px;
   font-weight: bold;
}
.doc-info .info .content{
   color:red;
}
.doc-yq{
    font-size: 12px;
    padding:10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top:10px;
}
.doc-content{
    font-size:12px;
    font-weight: 500;
    color:#000;
    padding:0 10px;
}
.doc-content span{
    display: block;
    margin-top:4px;
    text-indent: 20px;
}
.doc-content div{
    margin-top:5px;
}
.doc-content .r{
    margin-top:5px;
    text-align: right;
}
.page-gz{
    width:10%;    
    margin-left:85%;
    margin-bottom:5px;
    background-image: url("img/gz.png")
}
.image-wrapper {
position: relative;
}
.text-overlay {
position: absolute;
width:190px;    
    margin-left:190px;
    margin-bottom:5px;

top: 0;
left: 0;
}