

@media screen and (min-width:750px){
  body,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  ol,
  dl,
  dt,
  dd,
  a,
  img,
  textarea,
  input,
  span,
  button {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
  }
  
  * {
    list-style-type: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }
  
  img {
    display: block;
    border: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  
  }
  
  html,
  body {
    padding: 0;
    margin: 0;
    width: 100%;
    /* height: 100%; */
    height: auto;
    background: #fff;
    /* overflow-x: hidden; */
  }
  
  body {
    color: #fff;
    font-size: 12px;
    font-family: "微软雅黑", "宋体", "黑体", "Arial";
  }
  
  h2,
  h1,
  h3,
  h4,
  h5,
  strong,
  b,
  i,
  em {
    font-weight: normal;
    /* font-size:12px ; */
    font-style: normal;
  }
  
  a {
    text-decoration: none;
    color: #666;
  }
  
  input,
  textarea {
    font-family: "font-family";
    border: none;
    outline: none;
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
  }
  
  ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aaa;
  }
  
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
  }
  
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #aaa;
  }
  
  ul::-webkit-scrollbar {
    width: 0.2rem;
    height: 0.2rem;
  }
  
  ul::-webkit-scrollbar-thumb {
    width: 0.2rem;
    height: 0.2rem;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #755a63;
  }
  
  ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
  .hide {
    display: none;
  }
  
  .clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .get_back{
  cursor: pointer;
  }
  
  /* 登录页 */
  .login{
      position: absolute;
      width: 100%;
      height: 100%;
      background: url(../images/bg_img.png) no-repeat;
      background-position: center;
      background-size: cover;
  }
  .login .zhezhao{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      height: 100%;
  }
  .login .icon_right{
    display: none;
  }
  .login .logo{
      width: 13%;
      position: relative;
      text-align: center;
      /* top: 8%; */
      /* left: 42%; */
      margin: 178px auto 0;
  }
  .login .user_name{
      position: relative;
      margin: 19px auto;
      display: block;
      text-align: center;
      width: 369px;
      line-height: 3;
      border-radius: 5px;
  }
  .login .user_pw{
      position: relative;
      margin: 19px auto;
      display: block;
      text-align: center;
      width: 369px;
      line-height: 3;
      border-radius: 5px;
  }
  .login .btn{
      position: relative;
      margin: 19px auto;
      display: block;
      text-align: center;
      width: 369px;
      line-height: 3;
      border-radius: 5px;
      background-color: #502c1d;
      cursor: pointer;
      color: #fff;
  }
  .login .btn:hover{
      
      background-color: #351c12;
  }
  .login .icon_right{
      position: absolute;
      top: 3%;
      right: 2%;
  }
  .login .text{
      color: #ff0000;
      position: relative;
      text-align: center;
  }
  .login .footer_text{
     display: none;
  }
  /* 首页 */
  .indexPage{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg_img.png) no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  .indexPage .zhezhao{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
  }
  .indexPage .logo{
    width: 13%;
    position: relative;
    text-align: center;
    /* top: 8%; */
    /* left: 42%; */
    margin: 178px auto 0;
  }
  .indexPage .head{
   display: none;
  }
  
  .center{
    position: relative;
    margin: 13px auto;
    background-color: #fff;
    color: #666;
    border-radius: 5px;
    width: 25%;
      padding: 0px 30px 0px;
  }
  .center img,.center_exit img{
    display: inline-block;
    width:3%;
    margin: 0px 15px 10px 0;
    position: relative;
    top: 12px;
  }
  .indexPage .dayuhao{
    position: absolute;
    right: 0%;
    
    margin: -2px 30px;
  }
  .center .new,.center .search,.center .customer{
    line-height: 5;
    border-bottom: 1px #f5f5f5 solid;
    cursor: pointer;
  }
  .center .cancel{
    line-height: 5;
    cursor: pointer;
   
  }
  .center_exit{
    position: relative;
    margin: 13px auto;
    background-color: #fff;
    color: #666;
    border-radius: 5px;
    width: 25%;
      padding: 0px 30px 0px;
      line-height: 5;
      cursor: pointer;
  }
  
  /* 新建维修单页 */
  .mobile_new{
    display: none;
  }
  .newPage{
    background-color: #eaeef1;
    position: absolute;
    width: 100%;
    height: 120%;
    color: #000;
  }
  .newPage .shouye{
    cursor: pointer;
  }
  
  .newPage .new_box{
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .newPage .head{
    display: flex;
    margin-top:65px;
    margin-bottom: 20px;
  }
  .newPage .head span:nth-child(1){
    flex: auto;
      margin-top: 71px;
      font-size: 20px;
      
   
  }
  .newPage .head span:nth-child(1) img{
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    top: 2px;
    position: relative;
  }
  .newPage_center{
    font-size: 16px;
    color: #666;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
    /* display: flex; */
  }
  .cus_name{
    display: inline-block;
    width: 54%;
   
  }
  .label1{
    margin-right: 25px;
  }
  .cus_tel{
    display: inline-block;
    position: relative;
      /* right: 0; */
      width: 45%;
      text-align: right;
  }
  .name_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 21px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 40%;
  }
  .tel_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 0px 0 20px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 40%;
  }
  
  .date_img{
    position: absolute;
    width: 15px;
    top: 31%;
    right: 3%;
  }
  
  .shop_name{
    margin: 17px 0 30px;
    display: inline-block;
    width: 49%;
  }
  .shop_tel{
    display: inline-block;
    width: 50%;
    text-align: right;
  }
  .shop_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 21px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 44%;
  }
  .shopTel_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 0px 0 20px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 36%;
  }
  .box1{
    border-bottom: 1px #e9e9e9 solid;
  }
  .watch_type{
    margin: 30px 0 17px;
    display: inline-block;
    width: 49%;
  }
  .buy_shop{
    display: inline-block;
    width: 50%;
    text-align: right;
  }
  
  .watch_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 21px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 44%;
  }
  .buyShop_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 0px 0 20px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 36%;
  }
  .bianma{
    /* margin: 17px 0; */
    display: inline-block;
    width: 49%;
  }
  .buy_date{
    display: inline-block;
    width: 50%;
    text-align: right;
    position: relative;
  }
  
  .bianma_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 21px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 44%;
  }
  .buyDate_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 0px 0 20px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 36%;
  }
  .label2 {
    margin-right: 30px;
  }
  .choose_watch{
    display: inline-block;
    width: 49%;
    /* text-align: center; */
    padding-left: 101px;
    margin: 17px 0;
    box-sizing: border-box;
  }
  .label5 {
    /* margin-right: 17px; */
  }
  .ka_fapiao{
    display: inline-block;
    width: 49%;
    /* text-align: center; */
    padding-left: 101px;
    margin: 17px 0;
    box-sizing: border-box;
    text-align: right;
  }
  .reception{
    text-align: left;
    display: inline-block;
    width: 49%;
  }
  .reception_in{
    border: 1px #e5e5e5 solid;
    border-radius: 5px;
    margin: 0 0px 0 20px;
    text-align: center;
    box-shadow: 0px 1px 5px -1px #ccc;
    line-height: 2;
    width: 44%;
  }
  .jixin{
    
    display: inline-block;
    width: 50%;
    text-align: right;
  }
  #jixin_type{
    color: #666;
    width:37%;
    margin-left: 19px;
    height: 26px;
  }
  .watch_state{
    display: flex;
    margin: 17px 0;
  }
  .watch_state ul{
  flex: 1;
  line-height: 30px;
  }
  .watch_state ul li{
  float: left;
  margin-left: 30px;
  position: relative;
  }
  .watch_state input[type=checkbox] {
    visibility: hidden;
  }
  
  .watch_state input[type=checkbox] {
    visibility: hidden;
  }
  .watch_state label {
    cursor: pointer;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 8px;
    left: -5px;
    background: #e9e9e9;
    border: 2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
  }
  .watch_state label:after {
  opacity: 0;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 14px;
    background: #666;
    top: 2px;
    left: 2px;
  }
  .watch_state ul li input[type=checkbox]:checked + label:after{
    opacity: 1;
  }
  
  .order .beizhu{
    position: relative;
    top: -95px;
    margin-right: 15px;
  }
  .order textarea{
    text-indent: 16px;
    width: 40%;
    border: 1px #ccc solid;
    resize: none;
    box-shadow: 0px 1px 5px -1px #ccc;
  }
  .items{
    margin: 17px 0;
  }
  .items .items_text{
    position: relative;
    top: -95px;
    margin-right: 21px;
  }
  .items textarea{
    text-indent: 16px;
    width: 40%;
    border: 1px #ccc solid;
    resize: none;
    box-shadow: 0px 1px 5px -1px #ccc;
  }
  .newPage .box2{
    position: relative;
  }
  .up_img{
    border: 1px #ccc solid;
    width: 39%;
    height: 200px;
    position: absolute;
    right: 2%;
    bottom: 18.5%;
  }
  .up_img input{
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    opacity: 0;
  }
  .up_img .up_img2{
    width: 67px;
      text-align: center;
      margin: 59px auto 7px;
  }
  .up_img1{
    width: 100%;
      height: 99%;
      top: 1px;
      position: absolute;
      text-align: center;
      object-fit: contain;
  }
  .up_img p{
    text-align: center;
  }
  .up_img .chakan{
    text-align: center;
    margin-top: 66px;
    cursor: pointer;
  }
  .newPage_center .form_zhezhao{
    position: absolute;
    width: 100%;
    height: 80%;
      top: 119px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7)
  }
  .newPage_center .form_zhezhao .zz_box{
    width: 50%;
    text-align: center;
    margin: 10% auto;
    height: 526px;
  }
  .newPage_center .form_zhezhao .zz_box img{
    object-fit: contain;
    height: 100%;
  }
  
  
  
  .newPage .footer_btn{
    color: #fff;
    font-size: 16px;
    background-color: #502c1d;
    width: 17%;
    text-align: center;
    border-radius: 3px;
    margin: 28px auto;
    line-height: 3;
    cursor: pointer;
  }
  .zhezhao1,.zhezhao2,.zhezhao3{
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
  }
  .zhezhao1 .erweima_box,.zhezhao2 .erweima_box,.zhezhao3 .erweima_box{
    width: 500px;
    margin: 316px auto 0px;
    height: 473px;
    background-color: #fff;
    border-radius: 3px;
  }
  .zhezhao1 .erweima_box .title,.zhezhao2 .erweima_box .title,.zhezhao3 .erweima_box .title{
    color: #FFF;
    background-color: #000;
    text-align: center;
    line-height: 5;
    font-size: 18px;
  }
  .zhezhao1 .erweima_box .erweima_img,.zhezhao2 .erweima_box .erweima_img{
    width: 50%;
  
    margin: 59px auto 0px;
  }
  .zhezhao1 .erweima_btn,.zhezhao2 .erweima_btn,.zhezhao3 .erweima_btn{
    text-align: center;
    margin: 29px auto 12px;
    color: #fff;
    background-color: #502c1d;
    width: 236px;
    line-height: 3;
    border-radius: 3px;
    cursor: pointer;
  }
  .zhezhao1 .tishi,.zhezhao2 .tishi,.zhezhao3 .tishi{
    color: #999;
    text-align: center;
  }
  #demo1{
	  max-height: 200px;	  
  }
  
  
  /* 查询维修单详情 */
  .mobile_logo,.viewPage .mo_return,.viewPage .title,.viewPage .footer_btn1,.viewPage .footer_btn2{
    display: none;
  }


  .viewPage{
    background-color: #eaeef1;
    position: absolute;
    width: 100%;
    height: 120%;
    color: #000;
  }
  .viewPage .shouye{
    cursor: pointer;
  }
  
  .viewPage .viewPage_box{
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .viewPage .head{
    display: flex;
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .viewPage .head span:nth-child(1){
    flex: auto;
      margin-top: 71px;
      font-size: 20px;
      
   
  }
  .viewPage .head span:nth-child(1) img{
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    top: 2px;
    position: relative;
  }
  
  .viewPage_center{
    font-size: 16px;
    color: #666;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
    /* display: flex; */
  }
  .viewPage_center .search{
    text-align: center;
    margin-bottom: 48px;
    margin-top: 28px;
  }
  .viewPage_center .search input{
    border: 1px #ccc solid;
     
      text-indent: 11px;
      line-height: 37px;
      border-radius: 5px;
      width: 210px;
  }
  .viewPage_center .search span{
    background-color: #502c1d;
      color: #fff;
      line-height: 41.5px;
      height: 38.3px;
      width: 70px;
      cursor: pointer;
      display: inline-block;
      margin-left: -11px;
      border: 1px #ccc solid;
      border-radius: 5px;
      font-size: 12px;
  }
  .viewPage_center ul{
    border-bottom: 1px #e9e9e9 solid;
    height: 390px;
    overflow: hidden;
    overflow-y: auto;
  }
  .viewPage_center ul li{line-height: 4;}
  .viewPage_center .tableHead_p{
    font-weight: 700;
      border-bottom: 1px #e9e9e9 solid;
      border-top: 1px #e9e9e9 solid;
      line-height: 4;
  }
  
  .viewPage_center .sp{
    text-align: center;
    width: 25%;
    display: inline-block;
  }
  .viewPage_center .sp_num{
    cursor: pointer;
  }
  .viewPage .footer_text{
    color: #999;
    text-align: center;
    margin-top: 15px;
  }
  .viewPage_box .footer_btn{
    text-align: center;
    margin-top: 18px;
    color: #fff;
    font-size: 18px;
  }
  .viewPage_box .footer_btn .btn1{
    background-color: #502c1d;
      display: inline-block;
      width: 174px;
      line-height: 2.5;
      border-radius: 5px;
      margin-right: 20px;
      cursor: pointer;
  }
  .viewPage_box .footer_btn .btn2{
    background-color: #000;
      display: inline-block;
      width: 174px;
      line-height: 2.5;
      border-radius: 5px;
      cursor: pointer;
  }
  
  
  /* 未/已取表维修单 */
  .mo_takeout,.mo_Notakeout{
   display: none;
 
  }
  .takeout,.NO_takeout{
    background-color: #eaeef1;
    position: absolute;
    width: 100%;
    height: 120%;
    color: #000;
  }
  .takeout .shouye,.NO_takeout .shouye{
    cursor: pointer;
  }
  
  .takeout .takeout_box,.NO_takeout .NO_takeout_box{
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .takeout .head,.NO_takeout .head{
    display: flex;
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .takeout .head span:nth-child(1),.NO_takeout .head span:nth-child(1){
    flex: auto;
      margin-top: 71px;
      font-size: 20px;
      
   
  }
  .takeout .head span:nth-child(1) img,.NO_takeout .head span:nth-child(1) img{
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    top: 2px;
    position: relative;
  }
  
  .takeout_center,.NO_takeout_center{
    font-size: 16px;
    color: #666;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
    /* display: flex; */
  }
  .takeout_center .search,.NO_takeout_center .search{
    text-align: center;
    margin-bottom: 48px;
    margin-top: 28px;
  }
  .takeout_center .search input,.NO_takeout_center .search input{
    border: 1px #ccc solid;
     
      text-indent: 11px;
      line-height: 37px;
      border-radius: 5px;
      width: 210px;
  }
  .takeout_center .search span,.NO_takeout_center .search span{
  
      background-color: #502c1d;
      color: #fff;
      line-height: 41.5px;
      /* height: 38.3px; */
      height: 40.3px;
      width: 70px;
      cursor: pointer;
      display: inline-block;
      margin-left: -11px;
      border: 1px #ccc solid;
      border-radius: 5px;
      font-size: 12px;
  }
  .takeout_center ul,.NO_takeout_center ul{
    border-bottom: 1px #e9e9e9 solid;
    height: 390px;
    overflow: hidden;
    overflow-y: auto;
    margin-bottom: 40px;
  }
  .takeout_center ul li,.NO_takeout_center ul li{line-height: 4;}
  .takeout_center .tableHead_p,.NO_takeout_center .tableHead_p{
    font-weight: 700;
      border-bottom: 1px #e9e9e9 solid;
      border-top: 1px #e9e9e9 solid;
      line-height: 4;
  }
  
  .takeout_center .sp,.NO_takeout_center .sp{
    text-align: center;
    width: 25%;
    display: inline-block;
  }
  
  .color_li:hover{
    color: #f00;
  }
  
  
  
  
  /* 维修单进度 */
  .mo_pro{
    display: none;
  }
  .progressPage{
    background-color: #eaeef1;
    position: absolute;
    width: 100%;
    height: 120%;
    color: #000;
  }
  .progressPage .shouye{
    cursor: pointer;
  }
  
  .progressPage .progressPage_box{
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .progressPage .head{
    display: flex;
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .progressPage .head span:nth-child(1){
    flex: auto;
      margin-top: 71px;
      font-size: 20px;
      
   
  }
  .progressPage .head span:nth-child(1) img{
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    top: 2px;
    position: relative;
  }
  .progressPage_center{
    font-size: 16px;
    color: #666;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
  }
  .progressPage_center .left{
    width: 49%;
    display: inline-block;
    position: relative;
      top: -30px;
  }
  .progressPage_center .left img:nth-child(1){
    text-align: center;
      object-fit: contain;
      width: 100%;
      height: 400px;
      display: inline-block;
  }
  .progressPage_center .left .qvbiaoma{
    margin: 15px auto;
    width: 100%;
    position: relative;
  }
  .progressPage_center .left .qvbiaoma input{
    width: 67%;
      border: 1px #ccc solid;
      line-height: 2.5;
      text-indent: 8px;
      border-radius: 5px;
  }
  .progressPage_center .left .qvbiaoma span{
    display: inline-block;
      width: 126px;
      text-align: center;
      background-color: #502c1d;
      color: #fff;
      font-size: 12px;
      line-height: 2.7;
      border-radius: 5px;
      position: absolute;
     
      right: 0%;
      cursor: pointer;
  }
  .progressPage_center .left .tishiyu{
    color: #ff1111;
    font-size: 12px;
    text-indent: 8px;
  }
  .progressPage_center .left .left_btn{
    text-align: center;
    background-color: #502c1d;
    color: #fff;
    font-size: 12px;
    line-height: 3.5;
    border-radius: 5px;
    width: 209px;
    margin: 24px 0;
    cursor: pointer;
  }
  .progressPage_center .right{
    display: inline-block;
    margin: 0px 0 0 54px;
    width: 44%;
  }
  .progressPage_center .right .r_p{
    color: #000;
    line-height: 3;
    border-bottom: 1px #e9e9e9 solid;
  }
  .progressPage_center .right .r_p span{
    margin-left: 20px;
  }
  .progressPage_center .right .p13{
    border-bottom: 0px #e9e9e9 solid;
  }
  
  /* 关于此表 */
  .mo_about{
    display: none;
  }
  .about_watch{
    background-color: #eaeef1;
    position: absolute;
    width: 100%;
    height: 120%;
    color: #000;
  }
  .about_watch .shouye,.weixiu_jindu{
    cursor: pointer;
  }
  
  .about_watch .about_watch_box{
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .about_watch .head{
    display: flex;
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .about_watch .head span:nth-child(1){
    flex: auto;
      margin-top: 71px;
      font-size: 20px;
      
   
  }
  .about_watch .head span:nth-child(1) img{
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    top: 2px;
    position: relative;
  }
  .about_watch_center{
    font-size: 16px;
    color: #666;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
  }
  .about_watch_center .l_p{
    display: inline-block;
    width: 42%;
    border-bottom: 1px #e9e9e9 solid;
    line-height: 3;
    color: #000;
  }
  .about_watch_center .p12{
    display: block;
  }
  .about_watch_box .record{
    color: #fff;
    font-size: 16px;
    background-color: #502c1d;
    width: 17%;
    text-align: center;
    border-radius: 3px;
    margin: 28px auto;
    line-height: 3;
    cursor: pointer;
  }
  .about_watch_center .p2,.about_watch_center .p4,.about_watch_center .p6,.about_watch_center .p8,.about_watch_center .p10{
    margin-left: 15%;
  }
  
  .about_watch .record_center{
    font-size: 16px;
    color: #666;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
  }
  .about_watch .record_center .leftText{
    display: inline-block;
    position: relative;
    top: -282px;
    width: 44%;
    color: #000;
    font-weight: 700;
  }
  .about_watch .record_center .leftText p{
    line-height: 3;
      border-bottom: 1px #ccc solid;
  }
  .about_watch .record_center .rightText{
    display: inline-block;
    line-height: 3;
    width: 44%;
    margin-left: 7%;
    border: 1px #ccc solid;
  padding: 0 10px;
  }
  .about_watch .record_center .rightText p{
    border-bottom: 1px #ccc solid;
  }
  .about_watch .record_center .rightText p span{
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #000;
    font-weight: 700;
  }
  .about_watch .record_center .rightText ul{
    height: 360px;
    overflow: hidden;
    overflow-y: auto;
  }
  .about_watch .record_center .rightText li{
    line-height: 3;
  }
  .danhao{
    cursor: pointer;
  }
  .about_watch .record_center .rightText li span{
    display: inline-block;
    width: 50%;
    text-align: center;
  }
  .about_watch .record_tishi{
    color: #666;
    margin: 33px 10px;
  }
  .about_watch .record_tishi p:nth-child(2){
   
    margin: 5px 35px;
  }
  
  /* 核销兑换码 */
  .mo_can{
  display: none;
  }
  .cancelPage{
    background-color: #eaeef1;
    position: absolute;
    width: 100%;
    height: 120%;
    color: #000;
  }
  .cancelPage .shouye{
    cursor: pointer;
  }
  
  .cancelPage .code_box{
    position: relative;
    width: 60%;
    margin: 0 auto;
  }
  .cancelPage .head{
    display: flex;
    margin-top: 65px;
    margin-bottom: 20px;
  }
  .cancelPage .head span:nth-child(1){
    flex: auto;
      margin-top: 71px;
      font-size: 20px;
      
   
  }
  .cancelPage .head span:nth-child(1) img{
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    top: 2px;
    position: relative;
  }
  
  .code_center{
    background: url(../images/bg_img.png) no-repeat;
    background-position: center;
    background-size: 102%;
    font-size: 16px;
    color: #666;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
    height: 540px;
  }
  .code_center .search{
    text-align: center;
    margin-top: 56px;
  }
  .code_center .search input{
    border: 1px #ccc solid;
     
      text-indent: 11px;
      line-height: 44px;
      border-radius: 5px;
      width: 210px;
  }
  .code_center .search span{
    background-color: #502c1d;
      color: #fff;
      line-height: 45px;
      height: 44px;
      width: 70px;
      cursor: pointer;
      display: inline-block;
      margin-left: -11px;
      border: 1px #ccc solid;
      border-radius: 5px;
      font-size: 12px;
  }
  .cancelPage .code_zhezhao{
    position: absolute;
    width: 100%;
    top: 0%;
    left: 0%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
  }
  .cancelPage .code_zhezhao .tishi_box{
    width: 500px;
    margin: 270px auto 0px;
    height: 250px;
    background-color: #fff;
    border-radius: 3px;
  }
  .cancelPage .code_zhezhao .tishi_box .title{
    color: #000;
     
      text-align: center;
      line-height: 5;
      font-size: 14px;
  }
  .cancelPage .code_zhezhao .tishi_box .tishi_img{
    width: 16%;
    margin: 0px auto 40px;
    position: relative;
    top: 51px;
  }
  .cancelPage .code_zhezhao .code_zhezhao_btn{
    text-align: center;
    margin: 29px auto 12px;
    color: #fff;
    background-color: #502c1d;
    width: 500px;
    line-height: 3.5;
    border-radius: 3px;
    cursor: pointer;
  }
}


/* 显示移动端样式 */
@media screen and (max-width:750px){
  body,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  li,
  ol,
  dl,
  dt,
  dd,
  a,
  img,
  textarea,
  input,
  span,
  button {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
  }
  
  * {
    list-style-type: none;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  }
  
  img {
    display: block;
    border: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    outline: none;
  
  }
  
  html,
  body {
    padding: 0;
    margin: 0;
    width: 100%;
    /* height: 100%; */
    height: auto;
    background-color: #eaeef1;
    /* overflow-x: hidden; */
  }
  
  body {
   
    color: #fff;
    font-size: 12px;
    font-family: "微软雅黑", "宋体", "黑体", "Arial";
  }
  
  h2,
  h1,
  h3,
  h4,
  h5,
  strong,
  b,
  i,
  em {
    font-weight: normal;
    /* font-size:12px ; */
    font-style: normal;
  }
  
  a {
    text-decoration: none;
   color:#666;
  }
  
  input,
  textarea {
    font-family: "font-family";
    border: none;
    outline: none;
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
  }
  
  ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #aaa;
  }
  
  :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #aaa;
  }
  
  ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #aaa;
  }
  
  :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #aaa;
  }
  
  ul::-webkit-scrollbar {
    width: 0.2rem;
    height: 0.2rem;
  }
  
  ul::-webkit-scrollbar-thumb {
    width: 0.2rem;
    height: 0.2rem;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #755a63;
  }
  
  ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  
  .hide {
    display: none;
  }
  
  .clear:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  /* 登录页 */
  .login{
      position: absolute;
      width: 100%;
      height: 100%;
      /* background-color: #eaeef1; */
  }
  
  .login .logo{
      width: 42%;
      position: relative;
      text-align: center;
      margin: 24% auto 12%;
  }
  .login .user_name{
      position: relative;
      margin: 19px auto;
      display: block;
      text-align: center;
      width: 90%;
      line-height: 3;
      border-radius: 5px;
  }
  .login .user_pw{
      position: relative;
      margin: 19px auto;
      display: block;
      text-align: center;
      width: 90%;
      line-height: 3;
      border-radius: 5px;
  }
  .login .btn{
      position: relative;
      margin: 19px auto;
      display: block;
      text-align: center;
      width: 90%;
      line-height: 3;
      border-radius: 5px;
      background-color: #502c1d;
      cursor: pointer;
      color: #fff;
  }
  .login .btn:hover{
      
      background-color: #351c12;
  }
  .icon_right{
      position: relative;
      margin-top: 4%;
      left: 87%;
      width: 9%;
  
  }
  .login .text{
      color: #ff0000;
      position: relative;
      text-align: center;
  }
  .login .footer_text{
      color: #000;
      font-weight: 700;
      
      text-align: center;
      margin-top: 33%;
  }
  
  .logo{
    width: 37%;
    position: relative;
    text-align: center;
    /* top: 8%; */
    /* left: 42%; */
    margin: 29px auto 8%;
  }
  
  /* 首页 */
  .indexPage{
    position: absolute;
    width: 100%;
    /* height: 100%; */
   
  }
  
  
  .indexPage .head{
    position: relative;
    margin: 13px auto;
    background-color: #fff;
    color: #666;
    border-radius: 5px;
    width: 72%;
      padding: 0px 30px 0px;
      line-height: 4;
      font-size: 14px;
  }
  
  .indexPage .center{
    position: relative;
    margin: 13px auto;
    background-color: #fff;
    color: #666;
    border-radius: 5px;
    width: 72%;
    padding: 0px 30px 0px;
    font-size: 14px;
  }
  .indexPage .center img,.center_exit img{
    display: inline-block;
    width: 5%;
    margin: 0px 15px 10px 0;
    position: relative;
    top: 11px;
  }
  .indexPage .dayuhao{
    position: absolute;
    right: 0%;
    
    margin: -2px 30px;
  }
  .center .new,.center .search,.center .customer{
    line-height: 4;
    border-bottom: 1px #f5f5f5 solid;
    cursor: pointer;
  }
  .center .cancel{
    line-height: 4;
    cursor: pointer;
   
  }
  .center_exit{
    position: relative;
    margin: 13px auto;
    background-color: #fff;
    color: #666;
    border-radius: 5px;
    width: 72%;
      padding: 0px 30px 0px;
      line-height: 4;
      cursor: pointer;
  }
  
  /* 新建维修单 */
  .pc_new{
   display: none;
  }
  .newPage .return{
    width: 7%;
      margin: -23.5% 0 0 4%;
  }
  .newPage .title{
    margin: 15% 0 2% 5%;
    color: #000;
    font-size: 14px;
  }
  .new_center{
    font-size: 14px;
    color: #666;
    padding:15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
    
    width: 82%;
    margin: 14px auto;
  }

  /* 查看图片遮罩 */
  .form_zhezhaos{
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .form_zhezhaos .zz_box{
    position: relative;
    left: 0;
    right: 0;
    top: 10%;
    height: 80%;
    margin: 0 auto;
    width: 80%;
    
    overflow: hidden;
    display: block;
  }
  .form_zhezhaos .zz_box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }


  .new_center .cus{
    color: #000;
      font-weight: 700;
      line-height: 2;
  }
  .new_center .cus_name{
    line-height: 3;
    border-bottom: 1px #e9e9e9 solid;
  }
  
  .new_center .cus_name .name_in{
    text-align: right;
      position: relative;
      right: 0%;
      width: 81%;
  }
  .new_center .cus_sex{
    border-bottom: 1px #e9e9e9 solid;
    line-height: 3;
  }
  .new_center .cus_sex #sex_select{
    color: #666;
    font-size: 14px;
    width: 100%;
    border: solid 0px #000;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/jiantou1.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    background-size: 4%;
    outline: none;
  }
  .new_center .cus_tel{
    border-bottom: 1px #e9e9e9 solid;
    line-height: 3;
  }
  .new_center .cus_tel input,.new_center .shops_tel input,.new_center .shops_type input,.new_center .shops_num input,.buy_shop input,.jieshou_shop input{
    text-align: right;
      position: relative;
      right: 0%;
      width: 81%;
  }
  .new_center .shops{
    color: #000;
    font-weight: 700;
    line-height: 2;
    margin-top: 6%;
  }
  .new_center .shops_name{
    border-bottom: 1px #e9e9e9 solid;
    line-height: 3;
  }
  .new_center .shops_name input{
    text-align: right;
      position: relative;
      right: 0%;
      width: 72%;
      /* width: 81%; */
  }
  .ka_type,.new_center .shops_tel,.new_center .shops_type,.new_center .shops_num,.new_center .watch_type,.m_fapiao,.new_center .buy_shop,.buy_date,.jieshou_shop,.jixin_type{
    border-bottom: 1px #e9e9e9 solid;
    line-height: 3;
  }
  .m_fapiao .label7{
    /* margin-right: 19%; */
  }
  .mark-base_phone{
    position: relative;
    top: 2px;
    
  }
  @media screen and (max-width:361px){
    .new_center .shops_name input{
      text-align: right;
        position: relative;
        right: 0%;
        width: 71%;
        /* width: 81%; */
    }
  }
  @media screen and (min-width:413px){
    .m_fapiao .label7{
      margin-right: 22%;
    }
    .new_center .shops_name input{
      text-align: right;
        position: relative;
        right: 0%;
        width: 73%;
        /* width: 81%; */
    }
  }
  .new_center .watch_type #watch_sel{
    color: #666;
    font-size: 14px;
    width: 100%;
    border: solid 0px #000;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/jiantou1.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    background-size: 4%;
    outline: none;
  }
  .new_center .ka_type #ka_type{
    color: #666;
    font-size: 14px;
    width: 100%;
    border: solid 0px #000;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/jiantou1.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    background-size: 4%;
    outline: none;
  }

  .buy_date{
    position: relative;
    padding-right: 25px;
  }
  .buy_date .date_img{
    position: absolute;
    width: 15px;
    top: 31%;
    right: 3%;
  }
  #dateimg2{
    text-align: right;
      position: relative;
      right: 0%;
      width: 78%;
  }
  .new_center .jixin_type #jixin_sel{
    color: #666;
    font-size: 14px;
    width: 100%;
    border: solid 0px #000;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../images/jiantou1.png") no-repeat scroll right center transparent;
    padding-right: 14px;
    background-size: 5%;
    outline: none;
    width: 80%;
  }
  .watch_state .watch_title{
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
  }
  .watch_state ul{
   padding-left: 5px;
  }
  .watch_state ul li{
   display: inline-block;
   line-height: 3;
   width: 48%;
   position: relative;
  }
  .watch_state input[type=checkbox] {
    visibility: hidden;
  }
  
  .watch_state input[type=checkbox] {
    visibility: hidden;
  }
  .watch_state label {
    cursor: pointer;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 14px;
    left: -3px;
    background: #e9e9e9;
    border: 2px solid #ccc;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    border-radius: 20px;
  }
  .watch_state label:after {
  opacity: 0;
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 14px;
    background: #666;
    top: 2px;
    left: 2px;
  }
  .watch_state ul li input[type=checkbox]:checked + label:after{
    opacity: 1;
  }
  .new_center .other{
    border: 1px #ccc solid;
    line-height: 14px;
    /* text-indent: 14px; */
    padding: 10px 10px;
  }
  .new_center .other #other_text{
    width: 100%;
  }
  .new_center .tebie{
    border: 1px #ccc solid;
    line-height: 14px;
    /* text-indent: 14px; */
    padding: 10px 10px;
    margin: 10px 0;
  }
  .new_center .tebie #tebie_text{
    width: 100%;
  }
  .up_img{
    border: 1px #ccc solid;
    width: 100%;
    min-height: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
  }

  .up_img .layui-upload{
   width: 100%;
   height: 100%;
  }
  .up_img .layui-upload-list{
    width: 100%;
    margin: 0px;
    height: 100%;
  }
  .up_img .layui-upload-img{
    height: 100%;
    object-fit: contain;
  }
  .up_img input{
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    opacity: 0;
  }
  .up_img .up_img2{
    width: 67px;
      text-align: center;
      margin: 59px auto 7px;
  }
  .up_img1{
    width: 100%;
    height: 99%;
    top: 1px;
    position: absolute;
    text-align: center;
    object-fit: contain;
  }
  .up_img p{
    text-align: center;
  }
  .newPage .chakan{
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #000;
    line-height: 3;
    border-radius: 5px;
    margin: 0px auto;
    width: 90%;
  }
  .newPage .edit_end{
    color: #fff;
    font-size: 14px;
    background-color: #502c1d;
    text-align: center;
    line-height: 3;
    border-radius: 5px;
   
    width: 90%;
   
    margin: 14px 0 90px 5%;
  }
  
  /* 二维码 */
  .erweima_tel .erweima_box,.erweima_wxd .erweima_box,.erweima_address .erweima_box{
    width: 90%;
    margin: 0 auto;
    /* height: 372px; */
    background-color: #fff;
    border-radius: 3px;
  }
  .erweima_tel .erweima_box .title2,.erweima_wxd .erweima_box .title2,.erweima_address .erweima_box .title2{
    color: #FFF;
    background-color: #000;
    text-align: center;
    line-height: 5;
    font-size: 18px;
  }
  .erweima_tel .erweima_box .erweima_img,.erweima_wxd .erweima_box .erweima_img,.erweima_address .erweima_box .erweima_img{
    width: 50%;
    margin: 17% 25%;
    /* height: 12%; */
    position: relative;
    display: inline-block;
    text-align: center;
  }
  .erweima_tel .erweima_btn_tj,.erweima_wxd .erweima_btn_tj,.erweima_address .erweima_btn_tj{
    text-align: center;
    margin: 29px auto 12px;
    color: #fff;
    background-color: #502c1d;
    width: 236px;
    line-height: 3;
    border-radius: 3px;
  }
  .erweima_tel .erweima_btn_qr,.erweima_wxd .erweima_btn_qr,.erweima_address .erweima_btn_qr{
    text-align: center;
    margin: 29px auto 12px;
    color: #fff;
    background-color: #502c1d;
    width: 236px;
    line-height: 3;
    border-radius: 3px;
  }
  .erweima_tel .tishi,.erweima_wxd .tishi,.erweima_address .tishi{
    color: #999;
    text-align: center;
    margin-bottom: 100px;
  }
  
  /* 查看维修单 */
  .viewPage .pc_sea,.viewPage_box .head,.viewPage .footer_btn{
    display: none;
  }
  .viewPage .return{
    width: 7%;
      margin: -23.5% 0 0 4%;
  }
  .viewPage .title{
    margin: 15% 0 2% 5%;
    color: #000;
    font-size: 14px;
  }
  .viewPage_center{
    font-size: 12px;
      color: #666;
      padding: 0px 10px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0px 1px 5px 3px #ccc;
      margin: 12px auto 0;
      width: 85%;
  }
  .viewPage .mo_search{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 12px;
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    padding: 4px 5px;
    box-sizing: border-box;
  }
  .viewPage .mo_search input{
   
    line-height: 37px;
    width: 75%;
  }
  .viewPage .mo_search span{
        
        color: #000;
        line-height: 37.5px;
        height: 34.3px;
        width: 70px;
        cursor: pointer;
        display: inline-block;
        text-align: right;
        margin-left: -26px;
        
        font-size: 14px;
  }
  .viewPage_center ul{
    border-bottom: 1px #e9e9e9 solid;
    height: 390px;
    overflow: hidden;
    overflow-y: auto;
  }
  .viewPage_center ul li{line-height: 4;}
  .viewPage_center .tableHead_p{
    font-weight: 700;
      border-bottom: 1px #e9e9e9 dashed;
      line-height: 3;
  }
  
  .viewPage_center .sp{
    text-align: center;
    width: 25%;
    display: inline-block;
  }
  .viewPage .footer_text{
    color: #999;
    font-size: 12px;
    margin: 14px 0 20px 7%;
  }
  .viewPage .footer_btn1,.viewPage .footer_btn2{
    text-align: center;
    margin-top: 18px;
    display: block;
    color: #fff;
    font-size: 14px;
    width: 90%;
    line-height: 3;
    border-radius: 5px;
    /* margin-right: 20px; */
    cursor: pointer;
    margin: 12px auto;
  }
  .viewPage .footer_btn1{
    background-color: #000;
     
  }
  .viewPage .footer_btn2{
    background-color: #502c1d;
    
  }
  
  /* 已/未取表 */
  .pc_takeout,.pc_Notakeout{
  display: none;
  }
  .takeout .return,.NO_takeout .return{
    width: 7%;
      margin: -23.5% 0 0 4%;
  }
  .takeout .title,.NO_takeout .title{
    margin: 15% 0 2% 5%;
    color: #000;
    font-size: 14px;
  }
  .takeout_center,.NO_takeout_center{
    font-size: 12px;
      color: #666;
      padding: 0px 10px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0px 1px 5px 3px #ccc;
      margin: 12px auto 0;
      width: 85%;
  }
  .takeout .search,.NO_takeout .search{
    text-align: center;
    margin-bottom: 0px;
    margin-top: 12px;
    width: 90%;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 5px;
    padding: 4px 5px;
    box-sizing: border-box;
  }
  .takeout .search input,.NO_takeout .search input{
   
    line-height: 37px;
    width: 75%;
  }
  .takeout .search span,.NO_takeout .search span{
    background-color: #502c1d;
      color: #fff;
      line-height: 37.5px;
      height: 34.3px;
      width: 70px;
      cursor: pointer;
      display: inline-block;
      margin-left: -11px;
      border: 1px #ccc solid;
      border-radius: 5px;
      font-size: 12px;
  }
  .takeout_center ul,.NO_takeout_center ul{
    border-bottom: 1px #e9e9e9 solid;
    height: 390px;
    overflow: hidden;
    overflow-y: auto;
  }
  .takeout_center ul li,.NO_takeout_center ul li{line-height: 4;}
  .takeout_center .tableHead_p,.NO_takeout_center .tableHead_p{
    font-weight: 700;
      border-bottom: 1px #e9e9e9 dashed;
      line-height: 3;
      font-size: 14px;
  }
  
  .takeout_center .sp,.NO_takeout_center .sp{
    text-align: center;
    width: 25%;
    display: inline-block;
  }
  .takeout .footer_text,.NO_takeout .footer_text{
    color: #999;
    font-size: 12px;
    margin: 14px 0 20px 7%;
  }
  .takeout .footer_btn1,.takeout .footer_btn2,.NO_takeout .footer_btn1,.NO_takeout .footer_btn2{
    text-align: center;
    margin-top: 18px;
    display: block;
    color: #fff;
    font-size: 14px;
    width: 90%;
    line-height: 3;
    border-radius: 5px;
    /* margin-right: 20px; */
    cursor: pointer;
    margin: 12px auto;
  }
  .takeout .footer_btn1,.NO_takeout .footer_btn1{
    background-color: #000;
     
  }
  .takeout .footer_btn2,.NO_takeout .footer_btn2{
    background-color: #502c1d;
    
  }
  /* 未取表 */
  
  .NO_takeout .NO_takeout_center ul{
    color: #339900;
  }
  
  /* 维修单进度 */
  .pc_pro{
   display: none;
  }
  .progressPage .return{
    width: 7%;
      margin: -23.5% 0 0 4%;
  }
  .progressPage .title{
    margin: 15% 0 2% 5%;
    color: #000;
    font-size: 14px;
  }
  .progressPage_center{
    font-size: 14px;
      color: #666;
      padding: 0px 10px 1px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0px 1px 5px 3px #ccc;
      margin: 12px auto;
      width: 85%;
  }
  .progressPage_center .pro_p{
    color: #666;
    line-height: 3;
    border-bottom: 1px #e9e9e9 dashed;
  }
  
  .progressPage_center .p13 {
    line-height: 2;
    margin-top: 5px;
    
  }
  
  .progressPage_center .pro_p span{
    margin-left: 46px;
    color: #000;
  }
  .progressPage_center .p12 span{
    margin-left: 32px;
    
  }
  .progressPage_center .p13 span{
    display: inline-block;
    position: relative;
    top: 0px;
    margin-left: 70px;
    
  }
  .progressPage_center .pro_img{
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    height: 286px;
    overflow: hidden;
  }
  .progressPage_center .pro_img img{
  
    object-fit: contain;
    height: 100%;
  }
  .progressPage_center .about_btn{
   color: #fff;
   text-align: center;
   background-color: #000;
   margin: 22px auto;
   width: 33%;
      line-height: 2.5;
      border-radius: 5px;
  }
  .progressPage .in_ma{
    width: 90%;
    margin: 10px auto;
  }
  .progressPage .in_ma input{
    width: 100%;
      background-color: #e1e5e9;
      line-height: 2.5;
      text-indent: 12px;
  }
  .progressPage .pro_btn{
    width: 90%;
    margin: 0px auto 10px;
    color: #fff;
    text-align: center;
    background-color: #502c1d;
    line-height: 3;
    font-size: 14px;
    border-radius: 5px;
  }
  .progressPage .clue{
  
    margin: 0px auto 100px;
    color: #ff0000;
    text-align: center;
   
    font-size: 10px;
    
  }
  
  /* 关于此手表 */
  .about_watch .return{
    width: 7%;
      margin: -23.5% 0 0 4%;
  }
  .about_watch .title{
    margin: 15% 0 2% 5%;
    color: #000;
    font-size: 14px;
  }
  .about_watch_center{
    font-size: 14px;
      color: #666;
      padding: 0px 20px 1px;
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0px 1px 5px 3px #ccc;
      margin: 12px auto;
      width: 90%;
      box-sizing: border-box;
  }
  .about_watch_center .ab_p{
    color: #666;
    line-height: 3;
    border-bottom: 1px #e9e9e9 dashed;
  }
  
  
  .about_watch_center .ab_p span{
    margin-left: 46px;
    color: #000;
  }
  .about_watch_center .p10, .about_watch_center .p11{
    line-height: 2;
    padding: 5px 0;
  }
  .about_watch .ab_btn{
    width: 90%;
    margin: 0px auto 50px;
    color: #fff;
    text-align: center;
    background-color: #502c1d;
    line-height: 3;
    font-size: 14px;
    border-radius: 5px;
  }
  
  /* 送修详情 */
  .pc_about{
    display: none;
  }
  .details .return{
    width: 7%;
      margin: -23.5% 0 0 4%;
  }
  .details .title{
    margin: 15% 0 2% 5%;
    color: #000;
    font-size: 14px;
  }
  .details_box1{
    font-size: 14px;
    color: #666;
    padding: 0px 20px 1px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
    margin: 12px auto;
    width: 90%;
    box-sizing: border-box;
  }
  .details_box1 .de_p{
    color: #666;
    line-height: 3;
    border-bottom: 1px #e9e9e9 dashed;
  }
  .details_box1 .p3{
   
    border-bottom: 0px #e9e9e9 dashed;
  }
  
  
  .details_box1 .de_p span{
    margin-left: 46px;
    color: #000;
  }
  .details_box2{
    font-size: 14px;
    color: #666;
    padding: 0px 20px 1px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 5px 3px #ccc;
    margin: 12px auto;
    width: 90%;
    box-sizing: border-box;
  }
  .details_box2 .tableHead_p{
    font-weight: 700;
    border-bottom: 1px #e9e9e9 dashed;
    line-height: 3;
    font-size: 14px;
  }
  .details_box2 .tableHead_p{
    font-weight: 700;
    border-bottom: 1px #e9e9e9 dashed;
    line-height: 3;
    font-size: 14px;
  }
  .details_box2 .details_sp{
    /* text-align: center; */
    width: 49%;
    display: inline-block;
  }
  .details_box2 ul{
    height: 200px;
    overflow: hidden;
    overflow-y: auto;
  }
  
  .details_box2 ul li{line-height: 2.5;}
  .details .footer_text{
    color: #666;
    font-size: 10px;
    margin: 0 10% 15%;
  }
  
  /* 核销兑换码 */
  .pc_can{
    display: none;
  }
  .cancelPage .return{
    width: 7%;
      margin: -23.5% 0 0 4%;
  }
  .cancelPage .title{
    margin: 30% 0 2% 5%;
    color: #000;
    font-size: 14px;
  }
  .cancelPage .cancel_ma{
    width: 90%;
    margin: 10px auto;
  }
  .cancelPage .cancel_ma input{
    width: 100%;
      background-color: #e1e5e9;
      line-height: 2.5;
      text-indent: 12px;
  }
  .cancelPage .cancel_btn1{
    width: 90%;
    margin: 0px auto 10px;
    color: #fff;
    text-align: center;
    background-color: #502c1d;
    line-height: 3;
    font-size: 14px;
    border-radius: 5px;
  }
  .cancelPage .cancel_btn2{
    width: 90%;
    margin: 0px auto 10px;
    color: #fff;
    text-align: center;
    background-color: #000;
    line-height: 3;
    font-size: 14px;
    border-radius: 5px;
  }
  .cancelPage .cancel_zhezhao{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  }
  .cancelPage .cancel_zhezhao .zhezhao_box{
    font-size: 14px;
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    margin: 52% auto 0;
    width: 90%;
    font-weight: 700;
  
    text-align: center;
    
  }
  .cancelPage .cancel_zhezhao .zhezhao_box img{
    width: 17%;
    margin: 0px auto;
    padding-top: 47px;
    
  }
  .cancelPage .cancel_zhezhao .zhezhao_box p{
    margin: 13px auto;
    padding-bottom: 50px;
    padding-top: 50px;
    
  }
  .cancelPage .cancel_zhezhao .zhezhao_btn {
    width: 90%;
    margin: 0px auto 10px;
    color: #fff;
    text-align: center;
    background-color: #502c1d;
    line-height: 3;
    font-size: 14px;
    border-radius: 5px;
  }
}

.close {
  position: absolute;
    right: -80px;
    top: -60px;
    width: inherit;
    cursor: pointer;
}

.green {
  color: green;
}