@media screen and (min-width: 768px) {
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  header {
    width: 100%;
    min-width: 1200px;
    height: 64px;
    background-color: #191919;
    box-shadow: 0 1px 20px 0 black;
  }
  .header-box {
    width: 1200px;
    height: 100%;
    font-size: 18px;
    line-height: 62px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .header-link {
    width: 500px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-grow: 1;
  }
  header a {
    color: white;
    border-bottom: 2px solid transparent;
    padding: 0 10px;
  }
  .header-img {
    width: 120px;
    height: 100%;
    background: url(../images/logo-text_03.png) center no-repeat;
    background-size: contain;
    border: none;
    margin-right: 200px;
  }
  header .active {
    border-color: white;
  }
  .header-nav,
  .nav-mask {
    display: none;
  }
  footer {
    width: 100%;
    min-width: 1200px;
    background-color: #191919;
    text-align: center;
    font-size: 15px;
    color: #7c7c7c;

    line-height: 60px;
  }
  footer div {
    width: 100%;
    height: 67px;
    border-bottom: 1px solid #383b3e;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 67px;
    text-align: center;
  }
  footer a {
    font-size: 12px;
    color: #7c7c7c;
  }
  footer span {
    width: 1px;
    background: url(../images/borderbetween_03.png) center no-repeat;
    background-size: 1px 9px;
    margin: 0 27px;
  }
  .head {
    width: 100%;
    min-width: 1200px;
    height: 700px;
    background: url(../images/image2_02.jpg) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .head-box {
    width: 250px;
    height: 250px;
    padding: 10px 5px;
    border: 1px solid #bababa;
    border-radius: 9px;
    background-color: white;
    position: fixed;
    right: 70px;
    bottom: 100px;
    z-index: 9;
    overflow: hidden;
    font-size: 10px;
  }
  .head-box img {
    width: 100%;
    height: 100%;
  }
  .head-boss {
    width: 360px;
    height: 200px;
    border: 1px solid #bababa;
    border-radius: 9px;
    position: fixed;
    left: 70px;
    bottom: 130px;
    z-index: 9;
    overflow: hidden;
  }
  .head-boss img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .head-boss div {
    display: none;
  }
  .jqery {
    width: 100%;
    min-width: 1200px;
    background-color: white;
    text-align: center;
  }
  .query-arrow {
    width: 100%;
    height: 190px;
    background: url(../images/tobottom_03.png) center no-repeat;
    background-size: 15px 47px;
  }
  .query-title {
    width: 100%;
    font-size: 36px;
    color: #333;
    text-align: center;
    line-height: 40px;
  }
  .query-kinds {
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 24px;
    color: #666666;
  }
  .query-kinds span:nth-child(2) {
    width: 2px;
    background: url(../images/borderbetween_03.png) center no-repeat;
    background-size: 2px 18px;
    margin: 0 36px;
  }
  .query-input {
    width: 1120px;
    height: 80px;
    margin: 50px auto;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 6px;
    font-size: 24px;
  }
  .query button {
    display: block;
    width: 140px;
    height: 70px;
    margin: 0 auto 100px;
    border-radius: 10px;
    color: white;
    font-size: 24px;
    background-color: #2979ff;
    border: none;
    box-shadow: 3px 3px 10px 0 #29799b;
  }
  .advantage-title {
    width: 100%;
    height: 120px;
    min-width: 1200px;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 120px;
    font-size: 32px;
    color: #333333;
    letter-spacing: 3px;
  }
  .advantage-title span {
    font-weight: bold;
  }
  .advantage-kinds {
    width: 900px;
    margin: 100px auto 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    line-height: 160px;
    font-size: 30px;
    color: #666666;
  }
  .advantage-kinds img {
    width: 140px;
    height: 160px;
  }
  .detail-head {
    width: 100%;
    min-width: 1200px;
    height: 700px;
    background: url(../images/image2_02.jpg) center no-repeat;
    background-size: cover;
  }
  .detail-title {
    width: 100%;
    min-width: 1200px;
    height: 140px;
    text-align: center;
    line-height: 140px;
    font-size: 40px;
    color: #2979ff;
    border-bottom: 2px solid #bababa;
  }
  .detail-list {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 120px 0;
  }
  .detail-list li {
    width: 300px;
    border: 1px solid #bababa;
    border-radius: 6px;
    line-height: 80px;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
  }
  .detail-list img {
    width: 100%;
    height: 300px;
    border-bottom: 1px solid #bababa;
  }
  .result {
    width: 100%;
    min-width: 1200px;
    padding: 70px 0 160px;
    margin: 0 auto;
    background-color: white;
  }
  .result-box {
    width: 1120px;
    min-height: 768px;
    border: 1px solid #bababa;
    border-radius: 9px;
    margin: 0 auto;
  }
  .result-title {
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #666666;
    font-size: 20px;
    border-bottom: 1px solid #bababa;
  }
  .result-title span:nth-child(2) {
    font-weight: bold;
    color: #333;
  }
  .result-table {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-size: 18px;
    text-align: center;
    color: #666;
  }
  .result-table li {
    flex-grow: 1;
    line-height: 40px;
    border-bottom: 1px solid #bababa;
  }
  .result-table p {
    padding: 0 10px;
  }
  .result-table li .table-head {
    color: #333;
    line-height: 40px;
    border-bottom: 1px solid #bababa;
    background-color: #f4f4f4;
  }
  .result-table .result-table-name{
      width: 205px;
      flex: 0 0 auto;
  }
  .result-table .result-table-number{
      width: 237px;
      flex: 0 0 auto;
  }
  .result-table .result-table-tel{
      width: 193px;
      flex: 0 0 auto;
  }
  .result-table .result-table-contain{
      width: 187px;
      flex: 0 0 auto;
  }
  .result-kinds {
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #bababa;
    display: flex;
    flex-direction: row;
  }
  .result-kinds li {
    padding: 0 10px;
    border-right: 1px solid #bababa;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
  }
  .result-kinds p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .result-kinds li:last-child {
    border: none;
  }
  .result-mian {
    width: 100%;
    padding: 10px 20px;
  }
  .result-mian li {
    width: 100%;
    line-height: 26px;
    padding: 5px 0;
    font-size: 16px;
    color: #191919;
    display: flex;
    flex-direction: row;
  }
  .result-mian li span:first-child {
    margin-right: 20px;
    flex-shrink: 0;
  }
  .idcard {
    width: 100%;
    height: 800px;
    border-top: 1px solid transparent;
    background: url(../images/idcard_02.png) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .idcard-apply {
    width: 600px;
    height: 500px;
    background-color: white;
    border-radius: 20px;
    margin: 100px auto;
    border: 1px solid #bababa;
  }
  .idcard-title {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    border-bottom: 1px solid #bababa;
  }
  .idcard-common {
    width: 388px;
    margin: 0 auto;
  }
  .idcard-tips {
    margin-top: 5px;
    height: 60px;
    line-height: 60px;
    color: #2979ff;
    font-size: 18px;
  }
  .idcard-name,
  .idcard-number {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #bababa;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .idcard-common label {
    flex-shrink: 0;
    color: #666666;
    font-size: 16px;
    font-weight: 100;
  }
  .idcard-name label,
  .idcard-number label {
    width: 120px;
  }
  .idcard-name input,
  .idcard-number input {
    width: 100px;
    flex-grow: 1;
    background: url(../images/icon-name_03.png) right center no-repeat;
    background-size: 20px 20px;
    padding-right: 40px;
    font-size: 15px;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .idcard-number input {
    background: url(../images/icon-card_03.png) right center no-repeat;
    background-size: 22px 16px;
  }
  .idcard-face,
  .idcard-back {
    height: 40px;
    line-height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .idcard-face {
    margin-top: 35px;
  }
  .idcard-face label,
  .idcard-back label {
    color: #333333;
    font-size: 18px;
  }
  .idcard-face div,
  .idcard-back div {
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #bababa;
    background-color: #f4f4f4;
    border-radius: 3px;
    position: relative;
  }
  .idcard-face input,
  .idcard-back input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9;
  }
  .idcard-submit {
    display: block;
    height: 44px;
    background-color: #2979ff;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 3px;
    box-shadow: 3px 3px 10px 0 #29799b;
    margin-top: 40px;
  }
  .idcard-success {
    display: none;
    width: 480px;
    height: 300px;
    margin: 200px auto;
    background-color: white;
    border-radius: 18px;
    border: 1px solid #bababa;
    text-align: center;
  }
  .idcard-success p {
    line-height: 160px;
    color: #333333;
    font-size: 24px;
  }
  .idcard-success span {
    font-weight: bold;
  }
  .idcard-success button {
    display: block;
    width: 140px;
    height: 60px;
    margin: 0 auto;
    background-color: #2979ff;
    color: white;
    font-size: 20px;
    border: none;
    border-radius: 6px;
    box-shadow: 3px 3px 10px 0 #29799b;
  }
  .goods-header {
    width: 100%;
    height: 158px;
    background-color: #f5f5f6;
    margin-bottom: 14px;
  }
  .goods-header .goods-title {
    width: 1200px;
    height: 160px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .goods-header .goods-title p:first-child {
    font-size: 30px;
    color: #333;
    line-height: 50px;
    font-weight: bold;
  }
  .goods-header .goods-title p:last-child {
    font-size: 18px;
    color: #999;
    line-height: 36px;
  }
  .big-image {
    width: 100%;
    min-width: 1200px;
    font-size: 0;
  }
  .big-image ul {
    width: 1120px;
    height: 593px;
    margin: 0 auto;
    position: relative;
  }
  .big-image ul li,
  .big-image ul img {
    width: 100%;
    height: 100%;
  }
  .big-image ul li {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  .big-image ul li:first-child {
    display: block;
  }
  .small-images-pc {
    width: 1120px;
    height: 118px;
    margin: 12px auto 20px;
    display: flex;
    flex-direction: row;
  }
  .small-images-icon {
    width: 44px;
    height: 118px;
  }
  .small-images-left {
    background: url(../images/toleft_03.png) center no-repeat;
    background-size: 100%;
  }
  .small-images-right {
    background: url(../images/toright_03.png) center no-repeat;
    background-size: 100%;
  }
  .small-images-pc .small-images-box {
    width: 1032px;
    height: 118px;
  }
  .small-images-pc .small-images-box ul {
    height: 118px;
    display: flex;
    flex-direction: row;
  }
  .small-images-pc .small-images-box li {
    width: 158px;
    height: 118px;
    margin-left: 12px;
    flex: 0 0 auto;
    display: flex;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .small-images-pc .small-images-box li:last-child {
    margin-right: 12px;
  }
  .small-images-pc .small-images-box li img {
    width: 100%;
    height: 100%;
  }
  .small-images-pc .small-images-box .opacity {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .goods-block {
    width: 1120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .goods-block li {
    width: 354px;
    height: 158px;
    border-radius: 10px;
    border: solid 1px #d1cfcf;
    text-align: center;
    padding-top: 32px;
  }
  .goods-block li p:first-child {
    line-height: 44px;
    font-size: 24px;
    color: #999;
    text-align: center;
  }
  .goods-block li p:last-child {
    line-height: 52px;
    font-size: 30px;
    color: #ee3b3b;
  }
  .goods-info {
    width: 1120px;
    margin: 0 auto;
    padding: 25px 0 90px;
  }
  .goods-info-title {
    font-size: 26px;
    color: #333;
    line-height: 96px;
    font-weight: bold;
    margin-top: 20px;
  }
  .goods-info-main {
    width: 100%;
    border-bottom: 1px solid #d1cfcf;
    padding: 28px 0;
  }
  .goods-info-main:last-child {
    border: none;
  }
  .goods-info-block {
    display: flex;
    flex-direction: row;
  }
  .goods-info-block div {
    width: 100px;
    font-size: 20px;
    color: #999;
    flex: 0 0 auto;
  }
  .goods-info-block ul {
    width: 100px;
    flex: 1 0 auto;
    font-size: 18px;
    line-height: 32px;
    color: #333;
  }
  .goods-info-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 20px;
    color: #666;
    line-height: 30px;
  }
  .goods-info-items span {
    color: #333;
  }
  .goods-info-items div {
    padding: 5px 0;
  }
  .goods-info-items-area {
    width: 500px;
    padding-right: 50px;
  }
  .goods-info-items-number {
    width: 210px;
    flex: 1 1 auto;
  }
  .goods-info-date {
    width: 210px;
    flex: 0 0 auto;
  }
  .small-images-mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
  }
  button {
    margin: 0;
    padding: 0;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  header {
    width: 100%;
    height: 0.6rem;
    background-color: #191919;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
  .header-box {
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    line-height: 0.6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  header a {
    color: white;
    padding: 0 0.05rem;
  }
  .header-img {
    width: 0.84rem;
    height: 100%;
    background: url(../images/logo-text_03.png) center no-repeat;
    background-size: contain;
    border: none;
  }
  .header-link {
    position: fixed;
    right: 0;
    top: 0.6rem;
    display: none;
    flex-direction: column;
    background-color: rgba(25, 25, 25, 0.9);
    z-index: 20;
    text-align: center;
  }
  .nav-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
    display: none;
  }
  .header-nav {
    width: 30px;
    height: 30px;
    background: url(../images/icon-nav.png) center no-repeat;
    background-size: cover;
  }
  footer {
    width: 100%;
    background-color: #191919;
    text-align: center;
    font-size: 0.13rem;
    color: #7c7c7c;
    position: fixed;
    bottom: 0px;
  }
  footer div {
    width: 100%;
    height: 0.6rem;
    border-bottom: 1px solid #383b3e;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    line-height: 0.6rem;
    text-align: center;
  }
  footer a {
    font-size: 0.13rem;
    color: #7c7c7c;
    flex-shrink: 0;
  }
  footer span {
    width: 1px;
    background: url(../images/borderbetween_03.png) center no-repeat;
    background-size: 1px 9px;
    padding: 0 0.2rem;
    flex-shrink: 1;
  }
  footer p {
    padding: 0.08rem 0.2rem;
  }
  .head {
    width: 100%;
    height: 2rem;
    background: url(../images/image2_02.jpg) center no-repeat;
    background-size: cover;
    position: relative;
  }
  .head-box {
    width: 120px;
    padding: 5px;
    border: 1px solid #bababa;
    border-radius: 9px;
    background-color: white;
    position: fixed;
    right: 0.2rem;
    bottom: 0.5rem;
    z-index: 9;
    display: flex;
    flex-direction: column;
  }
  .head-box img {
    width: 100%;
    height: 100%;
  }
  .head-boss {
    width: 3.6rem;
    height: 2rem;
    position: fixed;
    left: 0.2rem;
    top: 50%;
    margin-top: -1rem;
    border-radius: 6px;
    overflow: hidden;
    z-index: 18;
  }
  .head-boss div {
    width: 0.2rem;
    height: 0.2rem;
    border: 1px solid #bababa;
    position: absolute;
    right: 3px;
    top: 3px;
    background: white url(../images/closeicon.png) center no-repeat;
    background-size: cover;
    z-index: 19;
  }
  .jqery {
    width: 100%;
    background-color: white;
    text-align: center;
  }
  .query-arrow {
    width: 100%;
    height: 1rem;
    background: url(../images/tobottom_03.png) center no-repeat;
    background-size: 0.08rem 0.25rem;
  }
  .query-title {
    width: 100%;
    font-size: 0.18rem;
    color: #333;
    text-align: center;
    line-height: 0.2rem;
  }
  .query-kinds {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 0.15rem;
    color: #666666;
  }
  .query-kinds span:nth-child(2) {
    width: 2px;
    background: url(../images/borderbetween_03.png) center no-repeat;
    background-size: 2px 0.16rem;
    margin: 0 0.2rem;
  }
  .query-input {
    width: 80%;
    height: 0.4rem;
    margin: 0.5rem auto;
    text-align: center;
    border: 1px solid #bababa;
    border-radius: 6px;
    font-size: 0.14rem;
    box-shadow: none;
  }
  .query button {
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 auto 1rem;
    border-radius: 10px;
    color: white;
    font-size: 0.16rem;
    background-color: #2979ff;
    border: none;
    box-shadow: 3px 3px 10px 0 #29799b;
  }
  .advantage-title {
    width: 100%;
    height: 0.6rem;
    background-color: #f4f4f4;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.16rem;
    color: #333333;
    letter-spacing: 3px;
  }
  .advantage-kinds {
    width: 90%;
    margin: 0.5rem auto 0.3rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.16rem;
    color: #666666;
  }
  .advantage-kinds img {
    width: 0.7rem;
    height: 0.8rem;
  }
  .detail-head {
    width: 100%;
    height: 2rem;
    background: url(../images/image2_02.jpg) center no-repeat;
    background-size: cover;
  }
  .detail-title {
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.2rem;
    color: #2979ff;
    border-bottom: 2px solid #bababa;
  }
  .detail-list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.6rem 0;
  }
  .detail-list li {
    width: 45%;
    border: 1px solid #bababa;
    border-radius: 6px;
    line-height: 0.4rem;
    font-size: 0.14rem;
    color: #333333;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .detail-list img {
    width: 100%;
    height: 1.5rem;
    border-bottom: 1px solid #bababa;
  }
  .result {
    width: 100%;
    padding: 0.7rem 0;
    margin: 0 auto;
    background-color: white;
  }
  .result-box {
    width: 80%;
    border: 1px solid #bababa;
    border-radius: 9px;
    margin: 0 auto;
  }
  .result-title {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    color: #666666;
    font-size: 0.18rem;
    border-bottom: 1px solid #bababa;
  }
  .result-title span:nth-child(2) {
    font-weight: bold;
    color: #333;
  }
  .result-table {
    display: flex;
    flex-direction: column;
    font-size: 0.16rem;
    color: #666;
  }
  .result-table li {
    padding: 0.1rem 0;
    line-height: 0.2rem;
    flex-grow: 1;
    border-bottom: 1px solid #bababa;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .result-table p {
    padding: 0 10px;
  }
  .result-table li div:first-child {
    color: #333;
    width: 1.2rem;
    flex-grow: 0;
    flex-shrink: 0;
  }
  .result-table li div:last-child {
    width: 1.2rem;
    flex-grow: 1;
    flex-shrink: 1;
  }
  .result-kinds {
    width: 100%;
    line-height: 0.2rem;
    font-size: 0.16rem;
    border-bottom: 1px solid #bababa;
    display: flex;
    flex-direction: column;
  }
  .result-kinds li {
    padding: 0.1rem;
    flex-grow: 1;
    flex-shrink: 1;
    overflow: hidden;
    border-bottom: 1px solid #bababa;
  }
  .result-kinds p {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .result-kinds p span:first-child {
    width: 1.36rem;
    flex-grow: 0;
    flex-shrink: 0;
    color: #333;
  }
  .result-kinds li:last-child {
    border: none;
  }
  .result-mian {
    width: 100%;
    padding: 0.1rem 0.2rem;
  }
  .result-mian li {
    width: 100%;
    line-height: 0.3rem;
    padding: 5px 0;
    font-size: 0.17rem;
    color: #191919;
    display: flex;
    flex-direction: column;
  }
  .result-mian li span:last-child {
    padding: 0.05rem 0 0.05rem 0.05rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
  }
  .idcard {
    width: 100%;
    height: 6rem;
    border-top: 1px solid #17365e;
    background: url(../images/idcard_02.png) center no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 0.5rem;
  }
  .idcard-apply {
    width: 80%;
    background-color: white;
    border-radius: 20px;
    margin: 0.5rem auto 0;
    border: 1px solid #bababa;
  }
  .idcard-title {
    width: 100%;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #333333;
    margin-top: 0.1rem;
    border-bottom: 1px solid #bababa;
  }
  .idcard-common {
    width: 80%;
    margin: 0 auto;
  }
  .idcard-tips {
    margin-top: 5px;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #2979ff;
    font-size: 0.16rem;
  }
  .idcard-name,
  .idcard-number {
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #bababa;
    border-radius: 6px;
    padding: 0 0.2rem;
    line-height: 38px;
    margin-bottom: 0.2rem;
  }
  .idcard-common label {
    flex-shrink: 0;
    color: #666666;
    font-size: 0.17rem;
    font-weight: 100;
  }
  .idcard-name input,
  .idcard-number input {
    width: 100px;
    flex-grow: 1;
    background: url(../images/icon-name_03.png) right center no-repeat;
    background-size: 0.2rem;
    padding-right: 0.4rem;
    font-size: 0.16rem;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .idcard-number input {
    background: url(../images/icon-card_03.png) right center no-repeat;
    background-size: 0.24rem 0.17rem;
  }
  .idcard-face,
  .idcard-back {
    height: 0.4rem;
    line-height: 0.4rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 0.18rem;
  }
  .idcard-face {
    margin-top: 0.24rem;
  }
  .idcard-face label,
  .idcard-back label {
    color: #333333;
    font-size: 0.17rem;
  }
  .idcard-face div,
  .idcard-back div {
    width: 1rem;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 0.17rem;
    color: #333333;
    border: 1px solid #bababa;
    background-color: #f4f4f4;
    border-radius: 3px;
    position: relative;
  }
  .idcard-face input,
  .idcard-back input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 9;
  }
  .idcard-submit {
    display: block;
    height: 0.4rem;
    background-color: #2979ff;
    color: white;
    font-size: 0.17rem;
    border: none;
    border-radius: 3px;
    box-shadow: 3px 3px 10px 0 #29799b;
    margin: 0.4rem auto;
  }
  .idcard-success {
    display: none;
    width: 80%;
    margin: 2rem auto 0;
    padding-bottom: 0.4rem;
    background-color: white;
    border-radius: 18px;
    border: 1px solid #bababa;
    text-align: center;
  }
  .idcard-success p {
    line-height: 1rem;
    color: #333333;
    font-size: 0.18rem;
  }
  .idcard-success button {
    display: block;
    width: 1rem;
    height: 0.48rem;
    margin: 0 auto;
    background-color: #2979ff;
    color: white;
    font-size: 0.18rem;
    border: none;
    border-radius: 6px;
    box-shadow: 3px 3px 10px 0 #29799b;
  }
  .goods-header {
    width: 100%;
    height: 80px;
    background-color: #f5f5f6;
    margin-bottom: 14px;
  }
  .goods-header .goods-title {
    width: 96%;
    height: 160px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .goods-header .goods-title p:first-child {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    font-weight: bold;
  }
  .goods-header .goods-title p:last-child {
    font-size: 13px;
    color: #999;
    line-height: 18px;
  }
  .big-image {
    width: 96%;
    font-size: 0;
    margin: 0 auto;
  }
  .big-image ul {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
  }
  .big-image ul li,
  .big-image ul img {
    width: 100%;
    height: 100%;
  }
  .big-image ul li {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
  }
  .big-image ul li:first-child {
    display: block;
  }
  .small-images-pc {
    display: none;
  }
  .small-images-mobile {
    width: 96%;
    height: 60px;
    margin: 12px auto 20px;
    overflow: hidden;
    outline: none;
  }
  .small-images-mobile ul {
    height: 60px;
    display: flex;
    flex-direction: row;
  }
  .small-images-mobile .opacity {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .small-images-mobile li {
    width: 68px;
    height: 45px;
    margin-right: 5px;
    opacity: 0.5;
    overflow: hidden;
    display: flex;
    flex: 0 0 auto;
  }
  .small-images-mobile li img {
    width: 100%;
    height: 100%;
  }
  .goods-block {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .goods-block li {
    width: 30%;
    height: 80px;
    border-radius: 5px;
    border: solid 1px #d1cfcf;
    text-align: center;
    padding-top: 16px;
  }
  .goods-block li p:first-child {
    line-height: 22px;
    font-size: 18px;
    color: #999;
    text-align: center;
  }
  .goods-block li p:last-child {
    line-height: 26px;
    font-size: 15px;
    color: #ee3b3b;
  }
  .goods-info {
    width: 96%;
    margin: 0 auto;
    padding: 12px 0 45px;
  }
  .goods-info-title {
    font-size: 18px;
    color: #333;
    line-height: 48px;
    font-weight: bold;
    margin-top: 10px;
  }
  .goods-info-main {
    width: 100%;
    border-bottom: 1px solid #d1cfcf;
    padding: 14px 0;
  }
  .goods-info-main:last-child {
    border: none;
  }
  .goods-info-block {
    display: flex;
    flex-direction: column;
  }
  .goods-info-block div {
    width: 100%;
    font-size: 16px;
    color: #999;
    flex: 0 0 auto;
    padding: 5px;
  }
  .goods-info-block ul {
    width: 100%;
    flex: 1 0 auto;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    padding-left: 30px;
  }
  .goods-info-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 14px;
    color: #666;
    line-height: 15px;
  }
  .goods-info-items span {
    color: #333;
  }
  .goods-info-items div {
    padding: 5px 0;
  }
  .goods-info-items-short {
    width: 50%;
  }
}
