/*移动端自适应css*/
.m {
  display: none;
}

/* 分辨率（大于1200px） */
@media screen and (min-width: 1200px) {
  .pc {
    display: block;
  }

  .banner_bg_text {}

  .chaungshi_center {
    height: 526px;
  }

  .tuku_title h2 {
    margin-top: 300px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1600px) {
  .luoma {
    margin-bottom: 150px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 1360px) {
  .pc {
    display: block;
  }

  .coffee .coffee_title {
    margin-top: 0px;
  }

  .snacks .snacks_center {
    height: 100%;
  }

  .snacks {
    height: 100%;
  }

  .snacks .snacks_center .snacks_center_text h3 {
    font-size: 18px;
  }
}



/* 分辨率（大于960px，小于1199px） */
@media screen and (min-width: 1537px) and (max-width: 1919px) {
  .pc {
    display: block;
  }

  .coffee .coffee_title {
    margin-top: 0px;
  }
}


@media screen and (min-width: 1200px) and (max-width: 1537px) {
  .pc {
    display: block;
  }

  .sarlad {
    height: 640px;
  }

  .snacks .snacks_title h2 {
    padding-bottom: 0px;
    line-height: 100px;
  }

  .coffee .coffee_title {
    padding-top: 0px;
  }
}

/* 分辨率（大于960px，小于1199px） */
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .pc {
    display: block;
  }

}

/* 辨率（大于768px，小于959px） */
@media screen and (min-width: 768px) and (max-width: 959px) {
  .pc {
    display: block;
  }

  .nav-list li a {
    font-size: 16px;
  }

}

/* 分辨率（大于480px，小于767px） */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .pc {
    display: block;
  }
  .m.pro_pc{display: block;}
  .pc.pro_pc{
    display: none;
  }

  .banner_bg_text {
    display: none;
  }

  .nav-list li a {
    font-size: 16px;
  }
  .pro_item_wrap{
    flex-direction: column !important;
  }
  .pro_feature-con{width: 100%;}

}

/* 分辨率（小于479px） */
@media only screen and (max-width: 479px) {
  .m {
    display: block;
  }

  .pc,
  .header .logo,
  #openMask {
    display: none;
  }

  .header .nav-list {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
  }

  .nav-list li {
    width: 25%;
    height: auto;
  }

  .a_txt {
    width: 100%;
  }

  /* 首页 */
  .about-con {
    background-image: url(../img/m-barnd_image02.jpg);
    height: 490px;
  }

  .born-create {
    height: 80px;
    background-image: url(../img/m-barnd_banner02.jpg);
  }

  .born-create img {
    transform: translate(-50%, -50%) scale(0.2);
  }

  /* 首页-(时间轴)我们的历程 */
  .acon1 {
    padding: 10px 5px;
  }

  .lineTime,
  .lineTime li,
  .timeCon {
    width: 100%;
  }

  /* 首页-食品安全荣誉 */
  .foodsafe-con {
    height: 190px;
    margin: 10px 0;
  }

  #copyrights {
    height: 80px;
  }

  /* 产品信息-开始 */
  .pro_item_wrap{
    flex-direction: column !important;
  }
  .pro_feature-con{width: 100%;}
  .pro_item_wrap_right h2, .pro_item_wrap_left h2,.pro_item_wrap_right p, .pro_item_wrap_left p,.pro_item_wrap_right h1, .pro_item_wrap_left h1{
    text-align: center;
  }
  .pro_item_img,.naixi_img{
    width: 60%;
    order: 1;
  }
  .pro_item_wrap_right{margin-left: 0px;}
.pro_item_wrap_left{margin-right: 0px;}
  .pro_item_wrap_right , .pro_item_wrap_left{
order: 2;
}
#slide_item_tabs .slide_item_tabs_img_wrap .tabs_img_2{
  width: 80px;
  right: -10px;
}
#slide_item_tabs{
  opacity: .5;
}
#slide_item_tabs:hover{opacity: 1;}
  .pro_feature {
    height: 500px;
  }

  .prod,
  .pro_feature,
  .pro_feature-con {
    min-width: 100%;
    width: 100%;
    padding-top: 14px;
  }

  .prod_con {
    height: 300px;
    width: 100%;
  }

  .prod_con_text {
    height: 500px;
  }
  .prod_con_text1 {
    height: 600px;
  }

  .prod_box9 {
    left: 3px;
  }

  .prod_box6,
  .prod_box9 {
    width: 63%;
    height: 290px;
  }
  .pro_img_1,.pro_img_3,.pro_img_5,.pro_img_7,.pro_img_9,.pro_img_11,.pro_img_13,.pro_img_17,.pro_img_19,.pro_img_21,.pro_img_23,.pro_img_25,.pro_img_33,.pro_img_27,.pro_img_31{
    width: 63%;
    height: 320px;
    left: 3px;
  }
  .pro_img_15,.pro_img_23,.pro_img_22,.pro_img_24,.pro_img_30,.pro_img_31{
    height: 420px;
  }
  .pro_img_28,.pro_img_29{
    height: 520px;
  }

  .pro_img_2,.pro_img_4,.pro_img_6,.pro_img_8,.pro_img_10,.pro_img_12,.pro_img_14,.pro_img_16,.pro_img_26,.pro_img_18,.pro_img_20,.pro_img_32{
   height: 300px;
  }

  .prod_1 .prod_txt {
    right: 5%;
  }

  .prod_txt_com {
    top: 70%;
  }

  .prod_2_1 {
    background-image: none;
  }

  .prod_2 .prod_txt {
    left: 5%;
  }

  .pro_gray-color {
    background: #f2f2f2;
  }

  .prod_box6 {
    height: 306px;
  }

  .prod_2_bgc_6 {
    height: 388px;
  }

  .prod_txt_com_6 {
    top: 86%;
  }

  .prod_box9 {
    left: 26px;
  }

  .prod_txt_7 {
    top: 88%;
  }

  .prod_1_bgc_7 {
    height: 368px;
  }

  .prod_2_bgc_8 {
    height: 418px;
  }

  .prod_txt_8 {
    top: 86%;
  }

  .prod_box9_img {
    top: 8%;
  }

  .banner_bg_text {
    display: none;
  }

  /* 产品信息-结束 */

  .banner_bg_text {
    display: none;
  }


  .pro_text p {
    text-indent: 2em;
    padding: 0 5%;
    text-align: left;
  }

  /* 创始榴莲 */
  .chaungshi {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .chaungshi_title h2 {
    margin-left: 0;
    font-size: 30px;
    text-align: center;
  }

  .chaungshi_center,
  .chaungshi_img {
    position: static;
    width: 90%;
    margin-left: 5%;
  }

  .chaungshi_center_text h3 {
    padding-left: 0;
  }

  .chaungshi_center_text p {
    padding-left: 0px;
  }

  /* 土酷中国 */
  .tuku {
    margin-bottom: 30px;
  }

  .tuku_img {
    position: static;
    width: 90%;
    margin-left: 5%;
  }


  .tuku_center {
    width: 90%;
    margin: 0 5%;
    height: 400px;
  }

  .tuku_center_text h3 {
    padding-right: 0;
    text-align: left;
    padding-left: 5%;

  }

  .tuku_center_text p {
    padding-right: 0;
    text-align: left;
    padding-left: 5%;

  }

  .tuku_title h2 {
    padding-right: 0;
    text-align: center;
    line-height: 60px;
    margin-top: 40px;
    font-size: 30px;
  }

  /* 梦回罗马 */
  .luoma {
    margin-bottom: 50px;
  }

  .luoma_title h2 {
    margin-left: 0;
    text-align: center;
    font-size: 30px;
  }

  .luoma_img {
    position: static;
    width: 90%;
    margin: 0 5%;
  }

  .luoma_center {
    width: 90%;
    margin: 0 5%;
    height: 326px;
  }

  .luoma_center_text h3 {
    padding-left: 0px;
    padding-left: 5%;
  }

  .luoma_center_text p {
    padding-left: 0px;
    padding-left: 5%;
  }

  /* 无国界 */
  .wuguojie {
    margin-bottom: 30px;
  }

  .wuguojie_center {
    width: 90%;
    margin: 0 5%;
  }

  .wuguojie_img {
    position: static;
    width: 90%;
    margin: 0 5%;
  }

  .wuguojie_center_text h3 {
    padding-right: 0;
    text-align: left;
  }

  .wuguojie_center_text p {
    padding-right: 0;
    text-align: left;
  }

  .wuguojie_title h2 {
    padding-right: 0px;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
  }

  /* 意面 */
  .yimian_img {
    position: static;
    width: 90%;
    margin: 0 5%;
  }

  .yimian_center_text h3 {
    padding-left: 0px;
  }

  .yimian_center_text p {
    padding-left: 0px;
  }

  /* 沙拉 */
  .sarlad {
    height: 100%;
    margin-top: 40px;
  }

  .sarlad_img {
    position: static;
    width: 90%;
    margin: 0 5%;
  }

  .sarlad_center {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }

  .sarlad_center .sarlad_center_text {
    width: 100%;
    margin: 0;
  }

  .sarlad_center .sarlad_center_text p {
    text-indent: 1em;
  }

  .snacks .snacks_title {
    padding-top: 40px;
  }

  .sarlad_title h2 {
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    font-size: 30px;
    width: 100%;
  }

  .yimian_title h2 {
    text-align: center;
    font-size: 30px;
    margin-left: 0;
  }

  .yimian_center {
    width: 90%;
    margin: 0 5%;
    height: 326px;
  }

  /* 小吃 */
  .snacks {
    height: 100%;
  }

  .snacks .snacks_img {
    position: static;
    width: 90%;
    margin: 0 5%;
  }

  .snacks .snacks_center {
    width: 90%;
    margin: 0 5%;
    height: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .snacks .snacks_title h2 {
    text-align: center;
    margin-right: 0;
    font-size: 30px;
  }

  .snacks .snacks_center .snacks_center_text.right_text {
    margin-right: 0;
  }

  .snacks .snacks_center .snacks_center_text h3 {
    text-align: left;
  }

  .snacks .snacks_center .snacks_center_text p {
    text-indent: 1em;
    text-align: left;
  }

  /* 饮品 */
  .drink {
    margin-top: 40px;
    height: 100%;
  }

  .drink_center {
    padding-left: 0;
    width: 90%;
    margin: 0 5%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .drink_center .drink_center_text p {
    text-indent: 1em;
  }

  .drink_center .drink_center_text.text_right {
    margin-left: 0;
  }

  /* 甜品/咖啡*/
  .coffee {
    height: 100%;
    margin-bottom: 100px;
  }

  .coffee .coffee_img {
    position: static;
    width: 90%;
    margin: 0 5%;
  }

  .drink_title h2 {
    margin-left: 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
  }

  .coffee .coffee_center {
    width: 90%;
    margin: 0 5%;
    height: 352px;
  }

  .coffee .coffee_center .coffee_center_text {
    margin-right: 0;
  }

  .coffee .coffee_center .coffee_center_text h3 {
    text-align: left;
  }

  .coffee .coffee_center .coffee_center_text p {
    text-align: left;
  }

  .coffee .coffee_title h2 {
    margin-right: 0;
    font-size: 30px;
    text-align: center;
  }

  .coffee .coffee_title {
    padding-top: 40px;
  }




  .artic_wrap {
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .artic_item{
    margin: 0 auto;
    margin-top: 10px;
  }








  /* 门店查询-开始 */
  .store_box {
    width: 100%;
  }

  #mapBox {
    transform: scale(0.5);
  }

  /* 门店查询-结束 */
  /* 最新资讯-开始 */
  .graphicList {
    width: 90%;
    min-width: 90%;
    display: block;
    height: 100%;
  }

  .graphicList_content {
    margin: 20px auto;
  }

  /* 最新资讯-结束 */
  /* 加入我们-开始 */
  .switch {
    bottom: 8%;
  }

  .switch div {
    background-color: rgba(0, 0, 0, .3);
  }

  .joinUs_main,
  #campusShow,
  #socialShow {
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    overflow: auto;
  }

  #copyrights_join {
    min-width: 100%;
    position: fixed;
    bottom: 0;
  }

  #copyrights_join .title_content {
    flex: 6;
  }

  #copyrights_join .email {
    height: 186px;
    display: block;
  }

  #campus_mask,
  #socialShow {
    padding-bottom: 236px;
  }

  /* 加入我们-结束 */
  /* 食品安全-开始 */
  #foodSafe {
    width: 100%;
    min-width: 100%;
  }

  #foodSafe .con_1 .pic {
    display: block;
  }

  #foodSafe .con_1 .pic div {
    margin-bottom: 20px;
  }

  .foodSafe_img {
    width: 100%;
  }

  .foodSafe_img .w,
  .foodsafe-con {
    width: 100%;
    min-width: 100%;
  }

  /* 食品安全-结束 */
  /* 联系我们-开始 */
  .qr {
    width: 100%;
    top: 220px;
  }

  .main_qr {
    flex-wrap: wrap;
  }

  .QR-icon {
    height: 162px;
  }

  .QR-txt {
    color: black;
  }

  .contactUs_card {
    margin-top: 458px;
    width: 100%;
    min-width: 100%;
  }

  /* 联系我们-结束 */
}