
/*==========contents==========*/
#wrapperBox #contents {
    /*border-top: solid 4px #00A893;*/
    border-bottom: solid 4px rgba(0, 168, 147, 0.7);
    min-height: calc(100vh - 253px);
}
/* 公共的版心宽度 */
#wrapperBox #contents .bigBox {
	width: calc(100% - 400px);
    max-width: 1920px;
    min-width: 1200px;
}

/*==========contents==========*/
