/* PC端样式 - 媒体查询 */
@media screen and (min-width: 960px) {
  .main {
    background-color: #FFFFFF;
  }

  .layoutT_title {
    width: 100%;
    height: 8rem;
    background: url('//cdn.xuansiwei.com/yangy11566/images/layout2/bj1.jpg') center no-repeat;
    background-size: 100% 100%;
    text-align: center;
  }

  .layoutT_img1 {
    width: 10.52rem;
    margin-top: 2.75rem;
  }

  .layoutT_policy {
    width: 100%;
    height: 8rem;
    background: #FFFAF4;
    position: relative;
  }

  .tab-container {
    padding: 0.85rem 2rem;
    position: relative;
    display: flex;
    flex-direction: row;
  }

  .tab-header {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .tab-item {
    width: 2.2rem;
    height: 0.72rem;
    background: #FFFFFF;
    box-shadow: 0px 0.02rem 0.1rem 0px rgba(253, 235, 214, 0.74);
    border-radius: 0.36rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #663E0F;
    line-height: 0.72rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.56rem;
    display: inline-block;
    cursor: pointer;
  }

  .tab-item.active {
    background: #D6AB70;
    width: 2.2rem;
    height: 0.72rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.72rem;
    text-align: center;
    font-style: normal;
  }

  .tab-content {
    margin-left: 2rem;
  }

  .tab_img {
    width: 10.91rem;
    height: 6.29rem;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    cursor: pointer;
  }

  .tab_img img {
    width: 100%;
    transition: all 1s;
  }

  .tab_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1s;
  }

  .tab_title {
    width: 10.91rem;
    height: 1.5rem;
    background: url('//cdn.xuansiwei.com/yangy11566/images/layout2/tab1Bj.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0rem;
  }

  .tab_title span {
    padding-left: 0.9rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
    color: #FFFFFF;
    line-height: 1.9rem;
    letter-spacing: 0.02rem;
    text-align: left;
    font-style: normal;
  }

  .tab-pane {
    display: none;
    position: relative;
  }

  .tab-pane.active {
    display: block;
  }

  .layoutT_feature {
    width: 100%;
    text-align: center;
  }

  .layoutT_feature_list {
    display: flex;
    flex-direction: row;
    margin: 1.73rem 2rem;
  }

  .layoutT_feature_item {
    width: 3.8rem;
    position: relative;
  }

  .layoutT_feature_item_img {
    width: 3.8rem;
    height: 5.34rem;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    cursor: pointer;
  }

  .layoutT_feature_item_img img {
    width: 100%;
    height: 5.34rem;
    transition: all 1s;
  }

  .layoutT_feature_item_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1s;
  }

  .layoutT_feature_item_div {
    width: 100%;
  }

  .layoutT_feature_item_pos {
    width: 100%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    z-index: 2;
  }

  .layoutT_feature_item_pos img {
    width: 1.12rem;
  }

  .layoutT_feature_item_title {
    display: block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.4rem;
    letter-spacing: 0.05rem;
    text-shadow: 0px 1px 2px #B37D3C;
    text-align: center;
    font-style: normal;
    padding-top: 0.39rem;
  }

  .layoutT_increase {
    width: 100%;
    height: 8.8rem;
    text-align: center;
  }

  .tab-container2 {
    position: relative;
    display: flex;
    flex-direction: row;
  }

  .tab-header2 {
    width: 5.97rem;
    height: 8.8rem;
    ;
    background: url('//cdn.xuansiwei.com/yangy11566/images/layout2/tab2Bj.png') center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
  }

  .tab-header2_list {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    height: 6rem;
    overflow-x: hidden;

  }

  .tab-item2 {
    display: block;
    width: 1.69rem;
    height: 0.64rem;
    border: 2px solid #FFFFFF;
    border-radius: 0.32rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 0.64rem;
    letter-spacing: 0.05rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.56rem;
    margin-left: 2rem;
    cursor: pointer;
  }

  .tab-item2.active {
    background: #FFFFFF;
    width: 1.69rem;
    height: 0.64rem;
    border-radius: 0.32rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 0.28rem;
    color: #C49358;
    line-height: 0.64rem;
    letter-spacing: 0.05rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.56rem;
    margin-left: 2rem;
  }

  .tab_icon2 {
    width: 0.2rem;
    height: 0.2rem;
    padding: 0.6rem 0.5rem 0.28rem;
    margin-left: 2.35rem;
  }

  .tab_icon3 {
    width: 0.2rem;
    height: 0.2rem;
    padding: 0.6rem 0.5rem 0.28rem;
    margin-left: 2.35rem;
  }

  .tab-content2 {
    position: absolute;
    top: 0.52rem;
    right: 2rem;
    width: 12.7rem;
    height: 7.76rem;
    background-color: #FEEFDC;
  }

  .tab2_img {
    display: flex;
    flex-direction: row;
  }

  .tab2_title {
    width: 4.85rem;
    height: 5.56rem;
    margin: 0.3rem 0.12rem 0.6rem 0.36rem;
  }

  .tab2_images {
    width: 6.78rem;
    height: 7.2rem;
    overflow: hidden;
    margin: 0.28rem;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    cursor: pointer;
  }

  .tab2_images img {
    width: 100%;
    transition: all 1s;
  }

  .tab2_images img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }

  .tab2_title_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.3rem;
    color: #663E0F;
    line-height: 0.42rem;
    letter-spacing: 0.03rem;
    text-align: left;
    font-style: normal;

  }

  .tab2_title_text {
    height: 4rem;
    overflow: hidden;
    padding-top: 0.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.26rem;
    color: #663E0F;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    text-align: left;
    font-style: normal;
    text-indent: 2em;
  }

  .tab2_title_images {
    margin-top: 0.2rem;
    text-align: left;
  }

  .tab2_title_images img {
    width: 1rem;
    height: 1rem;
    margin-left: 0.24rem;
  }

  .tab2_title_but {
    width: 1.38rem;
    height: 0.48rem;
    background: #C49358;
    border-radius: 0.24rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    letter-spacing: 0.01rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.3rem;
  }

  .tab2_title_but img {
    width: 0.14rem;
  }

}

/* 移动端样式 - 媒体查询 */
@media screen and (max-width: 960px) {
  .main {
    background-color: #FFFFFF;
  }

  .layoutT_title {
    width: 100%;
    height: 6.09rem;
    background: url('//cdn.xuansiwei.com/yangy11566/images/layout2/min/bj1.png') center no-repeat;
    background-size: 100% 100%;
    text-align: center;
  }

  .layoutT_img1 {
    width: 6.85rem;
    margin-top: 1.58rem;
  }

  .layoutT_policy {
    width: 100%;
    height: 6.5rem;
    background: #FFFAF4;
    position: relative;
  }

  .tab-container {
    padding: 0.8rem 0 0.28rem;
    position: relative;
    display: flex;
    flex-direction: column;
  }

  .tab-header {
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .tab-item3 {
    width: 2.2rem;
    height: 0.72rem;
    background: #FFFFFF;
    box-shadow: 0px 0.02rem 0.1rem 0px rgba(253, 235, 214, 0.74);
    border-radius: 0.36rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.32rem;
    color: #663E0F;
    line-height: 0.72rem;
    text-align: center;
    font-style: normal;
    display: inline-block;
    cursor: pointer;
    margin-left: 0.12rem;
  }
  .tab-item3:nth-child(1){
    margin-left: 0;
  }
  .tab-item3.active {
    background: #D6AB70;
    width: 2.2rem;
    height: 0.72rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.72rem;
    text-align: center;
    font-style: normal;
  }

  .tab-content {
    margin-top: 0.32rem;
  }

  .tab_img {
    width: 100%;
    height: 4.33rem;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    cursor: pointer;
  }

  .tab_img img {
    width: 100%;
    transition: all 1s;
  }

  .tab_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1s;
  }

  .tab_title {
    width: 100%;
    height: 1.32rem;
    background: url('//cdn.xuansiwei.com/yangy11566/images/layout2/min/tab1Bj.png') center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0rem;
  }

  .tab_title span {
    padding-left: 1.2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.28rem;
    color: #FFFFFF;
    line-height: 1.6rem;
    letter-spacing: 0.01rem;
    text-align: left;
    font-style: normal;
  }

  .tab-pane {
    display: none;
    position: relative;
  }

  .tab-pane.active {
    display: block;
  }

  .layoutT_feature {
    width: 100%;
    text-align: center;
  }

  .layoutT_feature_list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0.4rem 0.32rem;
  }

  .layoutT_feature_item {
    width: 3.43rem;
    height: 3.43rem;
    position: relative;
  }

  .layoutT_feature_item_img {
    width: 3.43rem;
    height: 3.43rem;
    overflow: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    cursor: pointer;
  }

  .layoutT_feature_item_img img {
    width: 100%;
    transition: all 1s;
  }

  .layoutT_feature_item_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 1s;
  }

  .layoutT_feature_item_div {
    width: 100%;
  }

  .layoutT_feature_item_pos {
    width: 100%;
    position: absolute;
    top: 0.75rem;
    left: 0;
    z-index: 2;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    cursor: pointer;
  }

  .layoutT_feature_item_pos img {
    width: 1.12rem;
  }

  .layoutT_feature_item_title {
    display: block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.28rem;
    color: #fff;
    line-height: 0.4rem;
    letter-spacing: 0.05rem;
    text-shadow: 0px 1px 2px #B37D3C;
    text-align: center;
    font-style: normal;
    padding-top: 0.39rem;
  }

  .layoutT_increase {
    width: 100%;
    height: 10.4rem;
    text-align: center;
  }

  .tab-container2 {
    position: relative;
    display: flex;
    flex-direction: row;
  }

  .tab-header2 {
    width: 100%;
    height: 2.2rem;
    background: url('//cdn.xuansiwei.com/yangy11566/images/layout2/min/tab2Bj.png') center no-repeat;
    background-size: 100% 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
  }

  .tab-header2_list {
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap; */
    width: calc(100% - 0.8rem);
    height: 1.5rem;
    overflow-x: scroll;
    overflow-y: auto;
    white-space: nowrap;
  }
 ::-webkit-scrollbar-thumb{
  width: 0.1rem;
 }
  .tab-item5 {
    /* float: left; */
    display: inline-block;
    width: 1.69rem;
    height: 0.64rem;
    border: 0.02rem solid #FFFFFF;
    border-radius: 0.32rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    line-height: 0.64rem;
    letter-spacing: 0.05rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.8rem;
    margin-left: 0.28rem;
    cursor: pointer;
  }

  .tab-item5.active {
    background: #FFFFFF;
    width: 1.69rem;
    height: 0.64rem;
    border-radius: 0.32rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 0.32rem;
    color: #C49358;
    line-height: 0.64rem;
    letter-spacing: 0.05rem;
    text-align: center;
    font-style: normal;
    margin-top: 0.8rem;
    margin-left: 0.28rem;
  }

  .tab_icon2 {
    width: 0.2rem;
    height: 0.2rem;
    padding: 1rem 0.1rem 0.2rem 0.3rem;
  }

  .tab_icon3 {
    width: 0.2rem;
    height: 0.2rem;
    padding: 1.1rem 0.3rem 0.2rem 0.1rem;
  }

  .tab-content2 {
    position: absolute;
    top: 1.8rem;
    left: 0.32rem;
    width: 6.88rem;
    height:8.6rem;
    background-color: #FEEFDC;
    border-radius: 0.1rem;
  }

  .tab2_img {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tab2_title {
    margin: 0.3rem 0.12rem 0rem 0.36rem;
    height: 2.5rem;
    overflow: hidden;
  }

  .tab2_images {
    width: 6.3rem;
    height: 3.6rem;
    overflow: hidden;
    margin: 0.2rem 0 0.3rem;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    cursor: pointer;
  }

  .tab2_images img {
    width: 6.3rem;
    height: 3.6rem;
    /* transition: all 1s; */
  }

  /* .tab2_images img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  } */

  .tab2_title_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 0.3rem;
    color: #663E0F;
    line-height: 0.42rem;
    letter-spacing: 0.03rem;
    text-align: left;
    font-style: normal;

  }

  .tab2_title_text {
    overflow: hidden;
    padding-top: 0.15rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 0.3rem;
    color: #663E0F;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    text-align: left;
    font-style: normal;
    text-indent: 2em;

  }
  .tab2_title_bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .tab2_title_images {
    text-align: left;
  }

  .tab2_title_images img {
    width: 1.28rem;
    height: 1.28rem;
    margin-left: 0.3rem;
  }

  .tab2_title_but {
    width: 1.6rem;
    height: 0.56rem;
    background: #C49358;
    border-radius: 0.24rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.56rem;
    letter-spacing: 0.01rem;
    text-align: center;
    font-style: normal;
    margin-left: 0.3rem;
  }

  .tab2_title_but img {
    width: 0.14rem;
  }
}