﻿/*pc style*/
@media screen and (min-width: 1025px) {
  .qgls-box-detail-common {
    margin:0 auto;
    width:1200px;
    margin-top:65px;
  }
  .qgls-slysfw {
    position: relative; 
    overflow: hidden;
  }
  .slysfw-img {
    width:726px;
    height:426px;
    display: inline-block;
    overflow: hidden;
  }
  .slysfw-img img{
    width:100%;
    height:100%;
    transition: all .5s ease 0s;
  }
  .qgls-slysfw:hover  .slysfw-img img {
    transform: scale(1.1);  
  }
  .slysfw-text {
    width: 567px;
    height: 277px;
    background: #FFFFFF;
    box-shadow: 0px 8px 21px 0px rgba(156, 123, 91, 0.1);
    border-radius: 15px;
    opacity: 0.96;
    display: inline-block;
    margin-left:-96px;
    position: absolute;
    top: 78px;
  }
  .title-text {
    width: 334px;
    height: 52px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F8AB10;
    line-height: 52px;
  }
  .slysfw-text-content {
    width: 381px;
    height: 149px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
    margin: 0 auto;
    margin-top: 40px;
  }
  .slysfw-text-title {
    margin-top: 53px;
    margin-left: 33px;
  }
  .title-icons {
    vertical-align: top;   
    margin-right: 20px;
  }
  .title-icons img {
    margin-top: 5px;
  }
  .qgls-shiping-gushi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 28px;
  }
  .shiping-title {
    margin-left:0;
  }
  .shiping-content {
    margin-top: 50px;
    width: 590px;
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
  }
  .shiping-content .jcsp-icon {
    width:100%;
    height:100%;
    transition: all .5s ease 0s;
  }
  .shiping-content .jcsp-icon:hover {
    transform: scale(1.1);
  }
  .shiping-content .jcsp-switch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
  }
  .shiping-content p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 590px;
    height: 68px;
    background: #000000;
    border-radius: 0px 0px 15px 15px;
    opacity: 0.55;
    margin: 0;   
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;    
    line-height: 68px;
    padding-left: 20px;
  }
}



/*phone style*/
@media screen and (max-width: 1024px) {
  
}