*{color: #2f2f2f;}
body{background: #f3f3f3;}
/*a{text-decoration: none;}*/
/*a:hover{text-decoration: none;}*/

/** 预设 */
.hideP{display: none !important;}
/** header + footer = 60+60  */
.container{
    min-height: calc(100% - 120px);
}


.flex{
    display: flex;justify-content: center;align-items: center;
}




#TipsModal{}
#TipsToast{
    position: absolute; bottom: 1rem; right: 2rem;
}

/** header */
.nav{display: flex;justify-content: center;align-items: center;margin: 0 auto;padding: 10px 0;max-width: 1200px;height: 60px;}

.header{background: #ffffff;}
.header a{color: #2f2f2f;margin: 0 30px 0 0;}
.header img{width: 40px;height: 40px;}

.footer{background: #ffffff;}
