*{
    padding: 0;
    margin: 0;
      }
      body {
    position: relative;
    background-size: 100%;
    max-width: 580px;
    margin: 0 auto;
      }
      a {
    text-decoration: none;
      }
      header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    font-weight: 400;
    background-image: -webkit-linear-gradient(355deg,rgba(255,255,255,1.00) 0%,rgba(255,248,235,1.00) 100%);
    background-image: -moz-linear-gradient(355deg,rgba(255,255,255,1.00) 0%,rgba(255,248,235,1.00) 100%);
    background-image: -o-linear-gradient(355deg,rgba(255,255,255,1.00) 0%,rgba(255,248,235,1.00) 100%);
    background-image: linear-gradient(95deg,rgba(255,255,255,1.00) 0%,rgba(255,248,235,1.00) 100%);
      }
      header h3 {
    font-weight: bolder;
    text-align: center;
    color: #042478;
    font-style: italic;
    background-color: #FFFFFF;
      }
      .img-box {
        width: 100%;
        height:360px;
        position: relative;       
        margin: 0 0 2px; 
        background-image: url(../images/img.jpg);
        background-size: 100%
      }
      .img-box>img {
         position: absolute;
         width: 100%;
         height: 100% ;
         top: 0;
         right: 0:
      }
      .box {
        width: 80%;
        height: 180px;
        border-radius: 14px;
        background-color: rgba(255,255,255,0.3);
        margin: 0 auto;
        position: relative;
        top: 56%;        
        transform: translateY(-50%);
        box-shadow: 0 2px 5px 1px #ddd;
      }
      .imgs {
        position: absolute;
        width: 108px;
        height: 108px;        
        top: -46px;
        right: 20px;
        background-color: #fff;
        box-shadow: 0 2px 5px 3px #bbb;
        transition: 0.5s;
        overflow: hidden;
        border-radius: 4px;
      }
      .imgs:hover {
        transform:rotate(360deg);
-ms-transform:rotate(360deg); /* Internet Explorer */
-moz-transform:rotate(360deg); /* Firefox */
-webkit-transform:rotate(360deg); /* Safari 和 Chrome */
-o-transform:rotate(360deg); /* Opera */
      }
      .imgs img {
        width: 100%;
        height: 108px;
      }
      .box .dss {
        position: absolute;
        top: 10px;
        left: 20px;
        color: rgba(255,255,255,0.9);
      }
      .left {
        position: absolute;
        display: flex;
        height: 50px;
        top: 45px;
        left: 20px;
      }
      .logos {
        margin-right: 10px;
        width: 50px;
        height: 50px;        
        top: 0px;
        left: 20px;
        background-color: #fff;
        border-radius: 4px;
      }
      #wxName {
        color: rgba(255,255,255,0.9);
      }   
      .ids {
        color: rgba(255,255,255,0.9);
        font-size: 13px;
        margin-top: 8px;
      }
      .ewms {
        position: absolute;
        top: 80px;
        width: 80px;
        right: -12px;
      }
      .ewms span {
        display: inline-block;
        margin-left: 10px;
        color: rgba(255,255,255,0.9);
      }
      .status {
    position: absolute;
    top: 110px;
    left: 80px;
    padding: 2px 8px;
    border: 1px solid rgba(255,255,255,0.9);
    ;
    font-size: 13px;
    color: rgba(255,255,255,0.9);
    border-radius: 10px;
      }
      .cks {
        position: absolute;
        top: 140px;
        right: 0px;
        padding: 2px 8px;
        border: 1px solid #ccc;
        font-size: 13px;
        color: rgba(255,255,255,0.9);
        border-radius: 10px 0 0 10px;
      }
      .alerts {        
        display: none;
        position: absolute;
        width: 80%;
        top: 80%;
        left: 50%;
        transform: translate(-50%,-50%);
        border-radius: 8px;           
      }
      .alerts img {        
        width: 100%;
        height:100%;
        border-radius: 8px;
        z-index: 8;
      }
      .alerts #close {
        position: absolute;
        top: -12px;
        right: -12px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        z-index: 9
      }
      .input-box {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #FFFFFF;
      }
      .input-tiem {
    width: 80%;
    height: 40px;
    line-height: 40px;
    display: flex;
    items-align: center;
    justify-content: space-between;
    margin: 0px auto 20px;
    border: 1px solid #70B4F4;
    border-radius: 10px;
    overflow: hidden
      }
      
      .button-tiem {
        width: 80%;        
        height: 42px;        
        line-height: 42px;
        display: flex;
        items-align: center;   
        justify-content: space-between;     
        margin: 0px auto 20px;
        border: 0px solid #ccc;
        border-radius: 4px;
        overflow: hidden
      }
      .button-tiem button:nth-child(1) {
    width: 50%;
    border: none;
    background-image: -webkit-linear-gradient(355deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    background-image: -moz-linear-gradient(355deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    background-image: -o-linear-gradient(355deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    background-image: linear-gradient(95deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    color: #fff;
    border-radius: 10px;
    margin-right: 8px;
    font-weight: bolder;
      }
       .button-tiem button:nth-child(2) {
    width: 50%;
    border: none;
    background-image: -webkit-linear-gradient(355deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    background-image: -moz-linear-gradient(355deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    background-image: -o-linear-gradient(355deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    background-image: linear-gradient(95deg,rgba(4,36,120,1.00) 0%,rgba(4,36,120,1.00) 100%);
    color: #fff;
    border-radius: 10px;
    margin-left: 8px;
    font-weight: bolder;
      }
      .input-tiem label {
    width: 38%;
    text-align: center;
    color: #333;

	
    background-color: ;
    border-right: 3px solid #042478;
    border-left-color: #042478;
    border-bottom-color: #042478;
    border-top-color: #042478;
      }
.input-tiem label2 {
    width: 38%;
    text-align: center;
    color: #333;
}

      .input-tiem input {
    width: 100%;
    line-height: 40px;
    color: #888888;
    border: none;
    border-bottom: 0px solid #ccc;
    text-indent: 15px;
    background-color: transparent;
      }
      .btn-upload {
         background-color: transparent
       }
      .input-tiem button {
    width: 100%;
    border: none;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 0px 0px;
    background-color: #042478;
    border-radius: 10px;
      }
