@import url('../layui/css/layui.css');
@import url('../swiper/swiper.css');
@import url('common.css?a=2674');
@import url('ad.css');
@import url('ad_copy.css');


/* 首页导航nav */
.nav {
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nav a {
    width: 33.3%;
    height: 97px;
    padding-top: 10px;
    text-align: center;    
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav a div {
    width: 56px;
    /* height: 56px;
    line-height: 56px; 
    border-radius: 28px;*/
    text-align: center;   
}
.nav a div .layui-icon {
    font-size: 30px;
    color: #fff;
}
.nav a span {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
    text-shadow: 0px 1px 3px #ccc;
}
/* 定义其他 */
.common-title{
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 750px;
    background-color: #fff;
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
}
.common-title .left{
    flex: 1;
    background-image: url('/static/img/title.png');
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 45px;
    font-size: 16px;
    font-weight: bold;
}
.common-title .right{
    flex: 1;
    text-align: right;
    padding-right: 10px;
    font-size: 14px;
    color: #999;
    /* background-color:#ccc; */
}

.item{
    width: 100%;
    height: 120px;    
    max-width: 750px;
    background-color: #fff;
    /* margin-top: 5px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.item .left{
    width: 120px;
    /* background-color: #ccc; */
    text-align: center;
}
.item .right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item .right .row{
    width: 100%;
    height: auto;    
    max-width: 750px;
    /* background-color: #ddd; */
    /* margin-top: 5px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item .right .row .col-01{
    flex: 1;
    /* background-color: #444; */
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    padding-left: 10px;
    overflow: hidden;
}
.item .right .row .col-02{
    width: 120px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;    
    padding-left: 10px;
}
.item .right .row .col-02 a:hover{
    color: #eee;
}



.item02{
    width: 100%;
    height: 120px;    
    max-width: 750px;
    background-color: #fff;
    /* margin-top: 5px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.item02 .left{
    width: 150px;
    /* background-color: #ccc; */
    text-align: center;
}
.item02 .right{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item02 .right .row{
    width: 100%;
    height: auto;    
    max-width: 750px;
    /* background-color: #ddd; */
    /* margin-top: 5px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.item02 .right .row .col-01{
    flex: 1;
    /* background-color: #444; */
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    padding-left: 10px;
    overflow: hidden;
}
.item02 .right .row .col-02{
    width: 120px;
    font-size: 14px;
    line-height: 25px;
    height: 25px;    
    padding-left: 10px;
}
.item .right .row .col-02 a:hover{
    color: #eee;
}


.btn_orange{
    background-color: orange; 
    display: block; 
    text-align: center; 
    margin-right: 10px; 
    border: 1px solid #e49903; 
    color:#fff; 
    border-radius: 10px; 
    font-size:12px;
    height: 25px;
    line-height: 2;
}

/* 
.row .right .right-1{
    flex: 1;
}

.row .right .right-2{
    width: 120px;
    background-color: #444;
} */
