/*.tzy-tab-gray img{*/
/*-webkit-filter: grayscale(100%);*/
/*-moz-filter: grayscale(100%);*/
/*-ms-filter: grayscale(100%);*/
/*-o-filter: grayscale(100%);*/

/*filter: grayscale(100%);*/

/*filter: gray;*/
/*}*/


/*初始化*/
html{
    font-family:PingFangSC-Regular;
    color:rgba(131,131,131,1);
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font-size: 50px;
    overflow-x: hidden;
}
body{
    max-width: 7.5rem;
    margin: 0 auto;
    font-size: .32rem;
    line-height: .32rem;
    box-sizing:border-box !important;
    -moz-box-sizing:border-box !important; /* Firefox */
    -webkit-box-sizing:border-box !important; /* Safari */
}
a:hover, a:visited, a:link, a:active {
    color:rgba(131,131,131,1);
}


.tzy-tab-gray .tzy-tab-title {
    color: rgba(170, 170, 170, 1) !important;
}

.tzy-tab {
    height: .98rem;
    width: 7.5rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: .1rem .1rem .1rem .1rem rgba(209, 213, 212, 0.5);
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    padding-right: .36rem;
    padding-left: .36rem;
    box-sizing: border-box !important;
    -moz-box-sizing: border-box !important; /* Firefox */
    -webkit-box-sizing: border-box !important; /* Safari */

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 9999;
    line-height: .34rem;
}

.tzy-tab .tzy-tab-title {
    /*width:0.42rem;*/
    height: 0.21rem;
    font-size: 0.22rem;
    font-family: PingFangSC-Regular;
    color: rgba(50, 210, 131, 1);
    line-height: 0.28rem;
}

.tzy-tab-item-active .tzy-tab-title {
    color: rgba(50, 210, 131, 1) !important;
}

.tzy-tab .tzy-tab-item {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center;
}

.tzy-tab .tzy-tab-icon img {
    width: .39rem;
    height: auto;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #A5A5A5;
}

　　input:-moz-placeholder, textarea:-moz-placeholder {
    color: #A5A5A5;
}
　　input::-moz-placeholder, textarea::-moz-placeholder {
    color: #A5A5A5;
}

　　input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #A5A5A5;
}

/*头部导航*/
.tzy-header-nav{
    background-color: white;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    width: 7.5rem;
    height: .88rem;
    padding: 0 .34rem;
    box-sizing:border-box !important;
    -moz-box-sizing:border-box !important; /* Firefox */
    -webkit-box-sizing:border-box !important; /* Safari */
    border-bottom: solid .01rem rgba(227,227,227,1);
}
.tzy-header-nav-item{
    font-size:0.36rem;
    font-family:PingFangSC-Regular;
    color:rgba(56,56,56,1);
    line-height:0.28rem;
    width: 2rem;
}

/*多出省略*/
.tzy-override-hide1
{
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.tzy-override-hide2
{
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
/*展示*/
.tzy-active{
    display: block !important;
}

.tzy-center-h{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.tzy-center-v{
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.layui-m-layercont{
    max-height:400px;overflow:scroll;
}