html {
    max-width: 750px;
    margin: auto;
    overflow-x: hidden;
  }
  
  body {
    padding-top: 49px;
  }
  
  .am-header {
    max-width: 750px;
    margin: auto;
    background: #cbb586;
  }
  
  .am-header .am-header-title {
    font-size: 1.6rem;
  }
  
  main {
    padding: 0 1rem;
  }
  
  main .search {
    display: block;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    overflow: hidden;
  }
  
  main .search .am-btn {
    padding: 0 1rem;
    top: 0;
    color: #D5D5D5;
    background: transparent;
    border: 0;
    position: absolute;
    z-index: 3 !important;
    border-radius: 2rem;
    outline: none !important;
    border-radius: 20rem !important;
  }
  
  main .search .am-form-field {
    background: #F6F6F6;
    border: 0;
    font-size: 1.2rem;
    border-radius: 20rem !important;
    padding-left: 3.4rem;
    overflow: hidden;
  }
  
  main .am-thumbnails {
    margin: 0;
  }
  
  main .am-thumbnails li {
    padding: 0;
  }
  
  main .menu {
    padding-bottom: 1.6rem;
    height: 10rem;
  }
  
  main .menu .item {
    text-align: center;
    padding-bottom: .5rem;
  }
  
  main .menu .item a {
    color: #323232;
  }
  
  main .menu .item .pic {
    width: 70%;
    margin: auto;
    margin-bottom: 10px;
  }
  
  main .menu .item .pic img {
    width: 100%;
    max-width: 4.1rem;
  }
  
  main .menu .item .txt {
    font-size: 1.2rem;
  }
  
  main .menu .on {
    border-bottom: 3px solid #CFB47F;
  }
  


  
  main .ywdh .ywdh-bd {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 21px 0px rgba(222, 222, 222, 0.54);
            box-shadow: 0px 0px 21px 0px rgba(222, 222, 222, 0.54);
    border-radius: 15px;
    padding: 1rem 1rem;
    margin-bottom: 2rem;
  }
  
  main .ywdh .ywdh-bd p {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  
  main .ywdh .ywdh-bd .zs {
    margin-bottom: 0.2rem;
  }
  
  main .ywdh .ywdh-bd .zs p {
    display: inline-block;
  }
  
  main .ywdh .ywdh-bd .zs :nth-child(1) {
    color: #000;
    /* background: #8873FB; */
    border-radius: .4rem;
    padding: .2rem 1rem;
    /* margin-right: .5rem; */
  }
  
  main .ywdh .ywdh-bd .wrap {
    background: #F4F4F4;
    overflow: hidden;
    padding: 1.5rem 0;
    border-radius: 8px;
    margin-top: 0.6rem;

  }
  
  main .ywdh .ywdh-bd .wrap > div {
    float: left;
    width: 50%;
    padding: 0 2rem;
  }
  
  main .ywdh .ywdh-bd .wrap > div :nth-child(2) {
    color: #ccc;
  }
  main .ywdh .ywdh-bd .wrap > div :nth-child(1) {
    color: #ccc;
  }

  main .ywdh .ywdh-bd .wrap > :nth-child(2) {
    border-left: 2px solid #DADADA;
    padding-left: 2;
  }
  
  .tc {
    max-width: 750px;
    margin: auto;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 49px;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
  }
  
  .tc .tc-modal {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2rem;
    right: 2rem;
    padding: 3rem 0;
    background-color: #ffffff;
    border-radius: 50px;
  }
  
  .tc .tc-modal-hd {
    font-size: 1.6rem;
    color: #282828;
    margin-bottom: 1rem;
    padding: 0 3rem;
  }
  
  .tc .tc-modal-bd {
    padding: 1rem;
  }
  
  .tc .tc-modal-bd .items li {
    list-style: none;
    text-align: center;
    padding: 0.5rem;
    float: left;
  }
  
  .tc .tc-modal-bd .items li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    background-color: #f1f1f1;
    border-radius: 2rem;
    text-align: center;
    font-size: 13px;
    color: #282828;
    font-weight: bold;
    border: 3px solid transparent;
  }
  
  .tc .tc-modal-bd .items li a img {
    width: 3.3rem;
  }
  
  .tc .tc-modal-bd .items li a.active {
    position: relative;
    border: solid 3px #6fa6f6;
    background: #fff;
  }
  
  .tc .tc-modal-bd .items li a.active::before {
    content: "";
    position: absolute;
    z-index: 999;
    right: 0rem;
    top: 0rem;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 3rem;
    height: 3rem;
    background: url("../images/zhaosheng/gouxuan.png");
    background-size: 100%;
  }
  
  .tc .tc-modal-bd .items li .grayscale {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  
  .tc .tc-modal-bd .tc-link {
    display: block;
    width: 90%;
    height: 3rem;
    margin: auto;
    line-height: 3rem;
    text-align: center;
    border-radius: 5rem;
    background: #F0ECFF;
    font-size: 1.4rem;
    color: #ccc;
  }
  
  .tc .tc-modal-bd .tc-link.active {
    background: #CBB586;
    color: #fff;
  }
  
  .tc .tc-modal-bd .items li {
    float: left;
    width: 33.33%;
    list-style: none;
    text-align: center;
    margin-bottom: 5.33vw;
  }
  
  .tc .tc-modal-bd .items li .wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    text-align: center;
  }
  
  .tc .tc-modal-bd .items li a {
    position: relative;
    width: 20vw;
    height: 20vw;
    max-width: 100%;
    max-height: 100%;
    border: 3px solid transparent;
    background-color: #f1f1f1;
    border-radius: 3vw;
    text-align: center;
    font-size: 13px;
    color: #282828;
    font-weight: bold;
  }
  
  .tc .tc-modal-bd .items li a img {
    width: 10vw;
  }
  
  .tc .tc-modal-bd .items li a.active {
    position: relative;
    border: solid 3px #6fa6f6;
    background: #fff;
  }
  
  .tc .tc-modal-bd .items li a.active::before {
    content: "";
    position: absolute;
    z-index: 999;
    right: 0rem;
    top: 0rem;
    -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 9.33vw;
    height: 9.33vw;
    background: url("../images/zhaosheng/gouxuan.png");
    background-size: 100%;
  }
  
  .tc .tc-modal-bd .items li .grayscale {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }
  
  .tc .tc-modal-bd .tc-link {
    display: block;
    width: 90%;
    height: 3rem;
    margin: auto;
    line-height: 3rem;
    text-align: center;
    border-radius: 5rem;
    background: #F0ECFF;
    font-size: 1.4rem;
    color: #ccc;
    margin-top: 10vw;
  }
  
  .tc .tc-modal-bd .tc-link.active {
    background: #CBB586;
    color: #fff;
  }
  