/* curry nav */
.bodyover {
  overflow: hidden;
}

.curry-nav {
  padding-bottom: 20px;
}

.curry-nav-img {
  width: 35px;
  height: auto;
  margin-bottom: 20px;
}

.curry-nav-img2 {
  width: auto;
  height: 35px;
}

.curry-nav a span {
  padding-bottom: 10px;
}

.curry-nav a:hover span {
  border-bottom: 2px solid #DF0900;
}

/* curry-video */
.curry-video {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: #FFFFFF;
}

.curryplay {
  position: fixed;
  width: 100px;
  z-index: 10010;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -57px;
}

.curry-jump {
  cursor: pointer;
  position: fixed;
  z-index: 10010;
  right: 3%;
  padding: 8px 6px;
  bottom: 5%;
  line-height: 1.5;
}

.curry-jump img {
  position: relative;
  top: 2px;
  padding-left: 20px;
  height: 24px;
}

@media (min-width:0px) and (max-width:767px) {
  .curryplay {
    width: 1rem;
    margin-left: -.5rem;
    margin-top: -.56rem;
  }
}

.fcn-menu,
.fcn-btn {
  width: 3.5rem;
}

/* 关于日式咖喱 */
.curry-banner {
  margin-bottom: 40px;

}

.cb-p {
  top: 15%;
}

.cb-p p {
  margin-bottom: 30px;
}

.cb-link {
  bottom: 20%;
}

.cb-link a p{
  background: rgba(231, 1, 19, 0.6);
  width: 150px;
  height: 40px;
}

.cb-link img {
  width: 30px;
  margin-right: 20px;
}

.curry-list-link {
  margin: 60px auto;
}

.curry-list-link a {
  display: block;
}

.cl-linkimg {
  margin-bottom: 60px;
}

.curry-list-link a:nth-child(2n-1) {
  text-align: left;
}

.curry-list-link a:nth-child(2n) {
  text-align: right;
}

@media (min-width:0px) and (max-width:767px) {
  .cb-p p {
    margin-bottom: 0;
  }

  .cb-link {
    bottom: 5%;
  }

  .cb-p {
    top: 5%;
  }

  .cb-link a p{
    width: 1.6rem;
    height: .6rem;
  }

  .cb-link img {
    width: .3rem;
    margin-right: .2rem;
  }

  .curry-banner {
    margin-bottom: .4rem;
  }

  .cl-linkimg {
    margin-bottom: .6rem;
    max-width: 100%;
  }

  .curry-list-link {
    margin: .6rem auto;
  }
}

/* japancurry-banner */
.japancurry-banner {
  background: url(../../img/private/curry/japaneseCurry.png) no-repeat center center;
  background-size: cover;
}

.japancurry-type {
  position: relative;
  padding-left: 15px;
}

.japancurry-type:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  background-color: #FFFFFF;
}

/* japancurry-link */
.japancurry-link a p{
  width: 250px;
  padding: 20px 0;
}

@media (min-width:0px) and (max-width:767px) {
  .japancurry-link a p{
    width: 3rem;
    padding: 0.3rem 0;
  }

}


/* 什么是日式咖喱 */
.curry-shadow {
  box-shadow: 12px 12px 10px 1px #ccc;
}

.what-img {
  width: 40%;
  display: block;
  position: relative;
}

.what-img img {
  max-width: 100%;
}

.wath-p {
  position: relative;
  width: 30%;
  padding: 0 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.what-img:before {
  content: '01';
  font-size: 24px;
  line-height: 2;
  text-align: right;
  width: 100%;
  display: block;
  padding-right: 2%;
}

.what-img2:before {
  content: '02';
  text-align: left;
}

.what-img3:before {
  content: '03';
}

.wath-p:before {
  position: absolute;
  top: 0;
  content: '浓稠的酱汁';
  font-size: 24px;
  line-height: 2;
  text-align: center;
  display: block;
}

.wath-p2:before {
  content: '在一个盘中食用'!important;
}

.wath-p3:before {
  content: '食材美味可口'!important;
}

.what-box {
  margin-bottom: 60px;
}

.what-box-1 {
  width: 80%;
  margin: 0 auto;
}

@media (min-width:768px) and (max-width:1100px) {
  .wath-p {
    width: 40%;
    padding: 0 20px;
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width:768px) and (max-width:900px) {
  .wath-p {
    width: 52%;
    padding: 0 2%;
    margin-left: 2%;
    margin-right: 2%;
  }
}

@media (min-width:0px) and (max-width:767px) {
  .what-title{
    margin: 0;
  }
  .what-img {
    width: 100%;
    display: block;
    position: relative;
  }

  .wath-p {
    box-shadow: none;
    position: relative;
    width: 95%;
    padding: 0;
    padding-top: .6rem;
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
  }

  .what-img:before {
    content: '01';
    font-size: 24px;
    line-height: 2;
    text-align: left;
    width: 100%;
    display: block;
    padding-left: 0;
  }

  .what-img2:before {
    content: '02';
    text-align: left;
  }

  .what-img3:before {
    content: '03';
  }

  .wath-p:before {
    position: absolute;
    top: 0;
    content: '浓稠的酱汁';
    font-size: .32rem;
    line-height: 2;
    text-align: center;
    display: block;
  }

  .what-box {
    margin-bottom: .6rem;
  }

  .what-box-1 {
    width: 100%;
    margin: 0 auto;
  }
}

.history-curry-banner{
  
}
.history-curry-banner p {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 10%;
}
.history-curry-banner span{
  width: 200px;
  position: absolute;
  left: 50%;
  height: 80px;
  line-height: 80px;
  margin-left: -100px;
  top: 50%;
  margin-top: -40px;
  background: rgba(0,0,0,0.5);
}
@media (min-width:0px) and (max-width:767px) {
  .history-curry-banner span{
    width: 2rem;
    height: .8rem;
    line-height: .8rem;
    margin-left: -1rem;
    margin-top: -.4rem;
  }
}

/* history-item-box */
.history-item-box{
  background: url(../../img/private/curry/historyBg.png) center no-repeat;
  background-size: cover;
  padding: 30px;
}
.history-item-child{
  background-color: rgba(0,0,0,0.3);
}
.history-item-p1{
  padding: 30px 40px;
}
.history-item-box-row{
  background-color: rgba(0,0,0,.2);
  padding: 30px 40px;
}
.history-item-box-row-left{
  margin-right: 30px;
}
@media (min-width:0px) and (max-width:767px) {
  .history-item-box{
    padding: .2rem;
  }
  .history-item-p1{
    padding: .2rem .3rem;
  }
  .history-item-box-row{
    background-color: rgba(0,0,0,.2);
    padding: .3rem .4rem;
  }
  .history-item-box-row-left{
    margin-right: .1rem;
  }
}
/* 遍及全球 */
.global-list{}
.global-item{}
.global-item-title {
  width: 200px;
}
@media (min-width:0px) and (max-width:767px) {
  .global-item-title {
    width:2rem;
  }
}