@charset "utf-8";
.movie {
  position: relative;
  overflow: hidden;
  background-color: #F7F8FA;
  background-image:
    repeating-linear-gradient(0deg, rgba(218, 225, 233, 1) 0px 1px, transparent 1px 40px), repeating-linear-gradient(90deg, rgba(218, 225, 233, 1) 0px 1px, transparent 1px 40px);
}
/*.movie::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #fff;  
    border-left: 100vw solid transparent;
  }*/
.movie::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-top: 10vw solid #fff;
  border-right: 100vw solid transparent;
}
.movie h2 {
    background-image: url(../images/movie_tit.png);
    background-size: 100% 100%;
    width: 212px;
    height: 55px;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .movie .items .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 248px;
    height: 52px;
    margin: 10px auto 80px;
    background: #486992;
    color: #fff;
    border-radius: 9999px;
    cursor: pointer;
  }
.movie .connection {
    margin-left: 20px;
  }
		.movie .items .item .connection .connection__detail p{
		font-size: 24px;
			line-height: 1.8;
	}
  .movie .items .item .connection .connection__title {
	  margin-top: 60px;
    font-size: 32px;
    text-align: center;
  }
  .movie .items .item .connection .connection__detail a{
    display: flex;
    margin-top: 40px;
	          color: unset;
	  text-decoration: none;
  }

  .movie .items .item .connection .connection__image {
    margin-right: 20px;
  }
 .movie .items .more.active {
    display: none;
  }
@media print, screen and (min-width: 851px) {
  .movie .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
  }
  .movie .back span:nth-child(1) {
    display: block;
    background-image: url(../images/movie_top.png);
    background-size: 100% 100%;
    height: calc(320px / 2);
  }
  .movie .back span:nth-child(2) {
    display: block;
    background-color: #F5F7F8;
    flex: 1;
  }
  .movie .back span:nth-child(3) {
    display: block;
    background-image: url(../images/movie_bottom.png);
    background-size: 100% 100%;
    height: calc(320px / 2);
  }
  .movie .inner {
    padding-top: 225px;
    padding-bottom: calc(320px / 2);
    position: relative;
  }
  .movie h3 {
    font-size: 188%;
    display: flex;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.35em;
  }
  .movie h3 span {
    display: block;
    width: 10px;
    background: #ffc207;
    background: -moz-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: -webkit-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: linear-gradient(to bottom, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc207', endColorstr='#a1f3f1', GradientType=0);
    border-radius: 100px;
    margin-right: 20px;
  }
  .movie .lead {
    margin-top: 30px;
    font-size: 120%;
    line-height: 1.5em;
    text-align: center;
  }
  .movie .items {
    margin-top: 30px;
    width: calc(10px + 386px + 20px + 386px + 20px + 386px + 10px);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
  }
  .movie .items .movieList {
    /* width: 99999px; */
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .movie .acco {
    position: relative;
    flex-wrap: wrap;
  }
  .movie .items .movieWrapper {
    padding: 80px 0 30px;
    border-bottom: 3px dotted #BFBFBF;
  }
  .movie .items .pt0 {
    padding-top: 0 !important;
  }
	.movie .items .pb0 {
    padding-bottom: 0 !important;
  }
  .movie .items .noBorder {
    border-bottom: none;
  }
  .movie .items .item {
    width: 386px;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
	  margin-bottom: 50px;
    
  }
  .movie .items .item .playbtn {
    width: 386px;
    height: calc(386px / 16 * 9);
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #231815;
    overflow: hidden;
  }
  .movie .items .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .movie .items .item .playbtn .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../../common/images/movie_play.png);
    background-size: calc(230px / 3) calc(230px / 3);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
  }
  .movie .items .item .text {
    margin-top: 10px;
    text-align: center;
    font-size: 120%;
    line-height: 1.5em;
  }
  .movie .items .item .text span {
    display: block;
    font-size: 12px;
    text-align: center
  }
  .movie .items .item .infoText {
    margin-top: 5px;
    font-size: 11px;
  }
  .movie .current {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
  }
  .movie .current .prev {
    display: block;
    background-image: url(../images/movie_prev.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(90px / 2);
    height: calc(28px / 2);
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  .movie .current .next {
    display: block;
    background-image: url(../images/movie_next.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(90px / 2);
    height: calc(28px / 2);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  .movie .current .prev.hide, .movie .current .next.hide {
    visibility: hidden;
  }
  .movie .current ul {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .movie .current ul li {
    display: block;
    border-radius: 100%;
    margin-left: 6px;
    margin-right: 6px;
    border: 3px #F5F7F8 solid;
  }
  .movie .current ul li span {
    display: block;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background-color: #c7cbcd;
    border: 2px #c7cbcd solid;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  .movie .current ul li.active {
    display: block;
    border: 2px #486992 solid;
  }
  .movie .current ul li.active span {
    background-color: #486992;
    border: 3px #F5F7F8 solid;
  }
}
@media only screen and (max-width: 850px) {
  .movie {
    margin-top: calc(-320px / 4);
    margin-bottom: calc(-320px / 4);
   
  }
  .movie .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
  }
  .movie .back span:nth-child(1) {
    display: block;
    background-image: url(../images/movie_top.png);
    background-size: 100% 100%;
    height: calc(320px / 4);
  }
  .movie .back span:nth-child(2) {
    display: block;
    background-color: #F5F7F8;
    flex: 1;
  }
  .movie .back span:nth-child(3) {
    display: block;
    background-image: url(../images/movie_bottom.png);
    background-size: 100% 100%;
    height: calc(320px / 4);
  }
  .movie .inner {
    padding-top: calc(320px / 4);
    padding-bottom: calc(320px / 4);
    position: relative;
  }
  /*.movie h2 {
    background-image: url(../images/movie_tit.png);
    background-size: 100% 100%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }*/
  .movie h2 {
    background-image: url(../images/movie_tit.png);
    background-size: 100% 100%;
    width: calc(424px / 3);
height: calc(110px /3);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  .movie h3 {
    font-size: 138%;
    display: flex;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.35em;
  }
  .movie .lead {
    margin-top: 20px;
    line-height: 1.5em;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }
  .movie .items {
    margin-top: 30px;
   margin-left: 20px;
        margin-right: 20px;
    overflow: hidden;
    position: relative;
  }
  /*.movie .items > div {
    left: calc(50% - 330px / 2);
    width: 99999px;
    position: relative;
    display: flex;
  }*/
  .movie .items .item {
    width: 100%;
    position: relative;
 
	  margin-bottom: 50px;
  }
  .movie .items .item .playbtn {
    display: block;
    position: relative;
    border-radius: 20px;
    border: 1px solid #231815;
    overflow: hidden;
    width: 100%;
  }
  .movie .items .item .playbtn .cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    background-image: url(../../common/images/movie_play.png);
    background-size: calc(230px / 4) calc(230px / 4);
    background-repeat: no-repeat;
    background-position: center center;
  }
  .movie .items .item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
  .movie .items .item .text {
    margin-top: 10px;
    text-align: center;
    font-size: 110%;
    line-height: 1.5em;
  }
	  .movie .items .item .text span {
    display: block;
    font-size: 12px;
    text-align: center
  }
  .movie .items .item .infoText {
    margin-top: 5px;
    font-size: 11px;
  }
  .movie .current {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    height: 30px;
    align-items: center;
  }
  .movie .current .prev {
    display: block;
    background-image: url(../images/movie_prev.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(90px / 2);
    height: calc(28px / 2);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  .movie .current .next {
    display: block;
    background-image: url(../images/movie_next.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: calc(90px / 2);
    height: calc(28px / 2);
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  .movie .current .prev.hide, .movie .current .next.hide {
    visibility: hidden;
  }
  .movie .current ul {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .movie .current ul li {
    display: block;
    border-radius: 100%;
    margin-left: 3px;
    margin-right: 3px;
    border: 3px #F5F7F8 solid;
  }
  .movie .current ul li span {
    display: block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #c7cbcd;
    border: 1px #c7cbcd solid;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  .movie .current ul li.active {
    display: block;
    border: 1px #486992 solid;
  }
  .movie .current ul li.active span {
    background-color: #486992;
    border: 2px #F5F7F8 solid;
  }
	
  .movie h3 span {
    display: block;
    width: 10px;
    background: #ffc207;
    background: -moz-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: -webkit-linear-gradient(top, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    background: linear-gradient(to bottom, #ffc207 0%, #ffee7c 50%, #a1f3f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc207', endColorstr='#a1f3f1', GradientType=0);
    border-radius: 100px;
    margin-right: 20px;
  }
	.movie .items .item .connection .connection__detail p{
		font-size: 18px;

	}
}