 html, body {
     position: relative;
     height: 100%;
 }

 body {
     background: #000;
     font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
     font-size: 14px;
     background-image: url(/cms_fragments/res/140/images/PxCook-Temp_101.png);
     margin: 0;
     padding: 0;
     /* overflow: hidden; */
 }

 * {
     color: #fff !important;
 }

 .hide {
     display: none;
 }

 /*.swiper-button-next, .swiper-button-prev{
     margin-top: -178px!important;
}*/

 .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
     background-image: url(/cms_fragments/res/140/images/PxCook-Temp_102.png);
     background-size: 70px 90px;
     width: 70px;
     height: 90px;
     outline: none;
 }

 .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
     background-image: url(/cms_fragments/res/140/images/PxCook-Temp_103.png);
     background-size: 70px 90px;
     width: 70px;
     height: 90px;
     outline: none;
 }

 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
     left: calc((100% - 1100px) / 2);
 }

 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
     right: calc((100% - 1100px) / 2);
 }

 .cms_head {
     margin: 0 !important;
 }

 .cms_body {
     /* overflow-y: scroll; */
 }

 .body-container {
     width: 1120px;
     /* height: 100vh; */
     height: 100%;
     box-sizing: border-box;
     margin: 0 auto;
     padding: 0;
     position: relative;
     padding-top: 74px;
 }

 .swiper-container {
     width: 100%;
     height: 300px;
     margin-left: auto;
     margin-right: auto;
 }

 .swiper-slide div {
     background-size: 100%;
     background-position: center;
     height: 100%;
     width: 820px;
     background-repeat: no-repeat;
 }

 .swiper-slide {
     height: 100%;
     width: 900px;
     box-sizing: border-box;
     background: #fff;
     padding: 30px 40px;
     border-radius: 2px;
 }

 .gallery-top {
     /* height: 80%;
     width: 100%; */
     height: 600px;
     width: 900px;
     margin-top: 0;
 }

 .gallery-thumbs {
     height: 20%;
     box-sizing: border-box;
     padding: 10px 0;
     margin-top: 80px;
 }

 .gallery-thumbs .swiper-slide {
     width: 130px;
     height: 90px;
     opacity: 0.4;
     border-radius: 4px;
     border: 2px solid #fff;
     background-size: 100%;
 }

 .gallery-thumbs .swiper-slide-thumb-active {
     opacity: 1;
 }

 .gallery-msg {
     width: 900px;
     margin: 0 auto;
 }

 .photo-other {
     text-align: right;
     /*margin-top: 40px;*/
     margin-bottom: 15px;
 }

 .photo-country {
     font-family: MicrosoftYaHei;
     font-size: 24px;
     font-weight: normal;
     font-stretch: normal;
     /*line-height: 2;*/
     letter-spacing: 0px;
     color: #ffffff;
     margin-top: 30px;
     text-align: center;
 }

 .show-msg {
     margin-right: 30px;
     cursor: pointer;
     display: block;
 }

 .photo-msg {
     /* width: 500px; */
     width: 800px;
     height: auto;
     line-height: 1.5;
     margin: 0 auto;
     padding: 8px;
     /* background-image: linear-gradient(#444444, #444444), linear-gradient(#495a6e, #495a6e); */
     background-blend-mode: normal, normal;
     background-color: rgba(44, 44, 44, 0.5);
     border-radius: 6px;
     border: solid 1px #484848;
     position: absolute;
     /* top: 17%; */
     top: 83%;
     /* left: 37%; */
     left: 550px;
     transform: translate(-50%, -50%);
     z-index: 1314;
 }