
.container { margin: 20px auto; max-width: 1280px; width:100%; padding:0; box-sizing: border-box; }
.container p, .container td, .container li, .container label {font-size: 1.07rem; line-height: 2; font-weight: 300;}
.container p {margin: 1rem 0;}


.collapseBox {max-height: 270px; overflow: hidden; margin-bottom: 40px; position: relative; z-index: 1; transition: all 0.5s ease 0s;}
.collapseBtn {position: absolute; bottom: 0; left: 0; width: 100%; height: 40px; border: 2px solid #438cd8; background: rgba(255, 255, 255, 1); z-index: 100; /*background: rgba(0, 68, 141, 0.79); background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);*/ cursor: pointer;}
.collapseBtn::after {content: ""; position: absolute; bottom: 14px; left: calc(50% - 9px); width: 24px; height: 24px; border-width: 2px 2px 0 0; border-style: solid; border-color: #438cd8; transform: rotate(135deg);}
.showBox {max-height: inherit; padding-bottom: 70px!important; transition: all 1s ease 0s;}
.showBox > .collapseBtn {/*background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0) 100%);*/ height: 40px; bottom: 0;}
.showBox > .collapseBtn::after {transform: rotate(-45deg); bottom: 0;}
