.title{
    font-size: 20px;
    font-weight: 700;
    color: #3a3a3a;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .4);
    text-align: center;
    margin: 20px;
}

.title1{
    font-size: 10px;
    font-weight: 700;
    color: #888;
    text-shadow: 0 5px 5px rgba(0, 0, 0, .4);
    text-align: center;
    margin: 20px;
}

.gzh{
    overflow: hidden;
    height: 80px;
    border-radius: 15px;
    margin: 7px 15px;
    background-color: #fff;
    /* padding: 10px; */
    border-radius: 13px;
}

.gzh img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}



.gzh1{
    overflow: hidden;
    height: 200px;
    border-radius: 15px;
    margin: 7px 15px;
    background-color: #fff;
    /* padding: 10px; */
    border-radius: 13px;
}

.gzh1 img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}



.JabiAppRow{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0px;
}



.qita{
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px;
    background-color: #eee;
    margin: 20px 15px;
    padding: 10px 0px;
}

.qita_title{
    font-size: 17px;
    font-weight: 700;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    color: #000;
    margin-left: 20px;

    /* margin-bottom: 10px; */
}


.jygzgzh{
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    color: #ff0000;
    margin-left: 0px;
    /* margin-bottom: 10px; */
}

.sm{
    font-size: 13px;
    font-weight: 700;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .3);
    color: #000;
    margin-left: 0px;
    /* margin-bottom: 10px; */
}


.tuijian{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    
}
.tuijian a{
    color: #ff0000;
    /* flex: 1; */
    width: 45%;
    border-radius: 7px;
    /* margin-bottom: 10px; */
    margin-top: 10px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: 1px;

}
.tuijian a:nth-child(1),
.tuijian a:nth-child(3),
.tuijian a:nth-child(5){
    margin-right: 8px;
}
.tuijian a:nth-child(1){
    background: linear-gradient(600deg, #4ECDC4, #556270);
}
.tuijian a:nth-child(2){
    background: linear-gradient(60deg, #654ea3, #eaafc8);
}
.tuijian a:nth-child(3){
    background: linear-gradient(60deg, #3a6186, #89253e);
}
.tuijian a:nth-child(4){
    background: linear-gradient(60deg, #24C6DC, #514A9D);
}
.tuijian a:nth-child(5){
    background: linear-gradient(60deg, #4776E6, #8E54E9);
}
.tuijian a:nth-child(6){
    background: linear-gradient(60deg, #114357, #F29492);
}

.shuoming{
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #fff;
    margin: 0px 15px;
    padding: 10px 0px;
}
.shuoming a{
    display: block;
    border-bottom: 1px solid #ddd;
    margin: 0 20px;
    padding: 13px 0;
    padding-bottom: 5px;

    color: #545454;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    align-items: center;
    position: relative;
    align-self: center;
}
.shuoming a:nth-last-child(1){
    border-bottom: none;
}
.shuoming img{
    width: 20px;
    height: 20px;
    margin-right: 10px;

}

.shuoming .sign:after{
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #b1b1b1;
    border-style: solid;
    transform: matrix(0.71,0.71,-0.71,0.71,0,0);
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;

}

.itemsss{
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #ccc;
    margin: 10px 15px;
    padding: 10px 0px;
}

.itemss{
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #fff;
    margin: 10px 15px;
    padding: 5px 0px;
}

.items{
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #fff;
    margin: 10px 15px;
    padding: 10px 0px;
}

.item{
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-bottom: 1px solid #ddd;
    margin: 0px 10px;
    padding: 13px 0px;
}
.item:nth-last-child(1){
    border-bottom: none;
}
.item img{
    width: 60px;
    height: 60px;
    border-radius: 15px;
    
}








.item1{
    display: flex;
    justify-content: center;
    align-items: center;
    
    border-bottom: 1px solid #ddd;
    margin: 0px 10px;
    padding: 13px 0px;
}
.item1:nth-last-child(1){
    border-bottom: none;
}
.item1 img{
    width: 200px;
    height: 200px;
    border-radius: 10px;
    
}
.item1 .describe{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0px 8px;
}
.item1 .describe .name{
    font-weight: 700;
    color: #222;
}
.item1 .describe .wx{
    font-size: 11px;
    font-weight: 500;
    color: #888;
}


.item1 a{
    font-size: 13px;
    border-radius: 6px;
    padding: 0px 5px;
    letter-spacing: 1px;
    height: 32px;
    width: 45px;
    line-height: 32px;
    font-weight: 600;
}









.item .describe{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 0px 8px;
}
.item .describe .name{
    font-weight: 700;
    color: #222;
}
.item .describe .wx{
    font-size: 11px;
    font-weight: 500;
    color: #888;
}


.item a{
    font-size: 13px;
    border-radius: 6px;
    padding: 0px 5px;
    letter-spacing: 1px;
    height: 32px;
    width: 45px;
    line-height: 32px;
    font-weight: 600;
}

.logo_ziti{
    margin: 30px 0;
    margin-bottom: -10px;
    width: 50px;
    height: 35px;
    /* background-color: pink; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.logo_ziti img{
    width: 100%;
    height: 100%;
    opacity: 0.6;
}