/* 字体 */
@font-face {
    font-family: 'PingFang';   /*字体名称*/
    src: url(../font/PingFang\ Regular.ttf);       /*字体源文件*/
}

*{
    word-wrap:break-word;
    font-family: 'PingFang';
}


.c-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_auto{
    display: block;
    width:100%;
    max-width:100%;
    height:auto;
}

.pageContent{
    width:1200px;
    margin:0 auto;
}
.container{
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}


/* 注册。填写日报 */

/* pc端 */
@media only screen and (min-width:751px){
    *{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .container{
        width: 100%;
        height: 100%;
        /* overflow: hidden; */
    }
.content{
    width: 584px;
    height: 100%;
    margin: 51px auto;
}
.title{
    width: 100%;
    position: relative;
}
.title::before{
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    background: rgb(35,129,230);
    top: 5px;
}
.title span{
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    padding: 20px;
}
.form{
    width: 100%;
    height: 100%;
    margin-top: 51px;
}
.form li{
    width: 100%;
    height: 35px;
    margin-bottom: 14px;
}
.form li span{
    width: 33%;
    height: 100%;
    display: block;
    float: left;
    text-align: right;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 20px 0  0;
    font-size: 17px;
}
.form li input{
    width: 60%;
    height: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid rgb(145,145,145);
    outline: none;
    padding-left: 10px;
}
    #ipad, #mac, #time {
        width: 60%;
        height: 40px;
        display: block;
        float: left;
        box-sizing: border-box;
        border-radius: 5px;
        border: 1px solid rgb(145,145,145);
        outline: none;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
   :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #000; opacity:1; 
    }
    
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #000;opacity:1;
    }
    
    input:-ms-input-placeholder{
        color: #000;opacity:1;
    }
    
    input::-webkit-input-placeholder{
        color: #000;opacity:1;
    }
.tips{
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    color: rgb(145,145,145);
}
.btn{
    width: 60%;
    height: 50px;
    margin-top: 57px;
    margin-left: 30%;
    background-color: rgb(35,129,230);
    line-height: 50px;
    color: white;
    text-align: center;
    border-radius: 5px;
    outline: none;
    font-size: 18px;
}
}



/* 移动端 */
@media screen and (min-width:0) and (max-width:750px){
    *{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .container{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .content{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0.7675rem;
    }
    .title{
        width: 100%;
        position: relative;
    }
    .title::before{
        content: "";
        width: 0.1279rem;
        height: 0.8528rem;
        position: absolute;
        background: rgb(35,129,230);
        top: 0.2132rem;
    }
    .title span{
        height: 1.2793rem;
        line-height: 1.2793rem;
        font-size: 20px;
        padding: 0.8528rem;
    }
    .form{
        width: 100%;
        height: 100%;
        margin-top: 1rem;
    }
    .form li{
        width: 100%;
        height: 100%;
        margin-bottom:0.55rem;
        display: flex;
        flex-direction: column;
    }
    .form li span{
        width: 100%;
        height: 1rem;
        display: block;
        text-align: left;
        line-height:  1rem;
        box-sizing: border-box;
        padding: 0 20px 0  0;
        font-size: 16px;
    }
    .form li input{
        width: 90%;
        height:  1.5rem;
        display: block;
        box-sizing: border-box;
        border-radius: 0.1279rem;
        border: 1px solid rgb(145,145,145);
        outline: none;
        padding-left: 0.4264rem;
        padding-right: 0.4264rem;
    }
    #ipad,#mac,#time{
        width: 90%;
        height: 1.5rem;
        display: block;
        box-sizing: border-box;
        border-radius:  0.1279rem;
        border: 1px solid rgb(145,145,145);
        outline: none;
        padding-left: 0.4264rem;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #000; opacity:1; 
    }
    
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #000;opacity:1;
    }
    
    input:-ms-input-placeholder{
        color: #000;opacity:1;
    }
    
    input::-webkit-input-placeholder{
        color: #000;opacity:1;
    }
    .tips{
        width: 100%;
        height: 0.8528rem;
        text-align: left;
        font-size: 12px;
        color: rgb(145,145,145);
        margin-bottom: 0.7rem;

    }
    .btn{
        width: 90%;
        height: 2.1321rem;
        background-color: rgb(35,129,230);
        line-height: 2.1321rem;
        color: white;
        text-align: center;
        border-radius: 0.2132rem;
        outline: none;
        font-size: 22px;
    }
    }





/* 公共头部 */

/* pc端 */
@media only screen and (min-width:751px){

.header{
    width: 100%;
    height: 70px;
    background-color: black;
    overflow: hidden;
    }
.header-center{
    width: 85%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
}
.header-logo{
    width: 206px;
    margin-top: 10px;
}
.header-name{
    /* width: 30%; */
    height: 100%;
    float: right;
}
.header-name span{
    height: 100%;
    line-height: 70px;
    text-align: right;
    color: white;
    font-size: 20px;
}
}
/* 移动 */
@media screen and (min-width:0) and (max-width:750px){
   
    .pageContent{
        width:100%;
        padding:0 15px;
    }
    .header{
        width: 100%;
        height: 44px;
        background-color: black;
    }
    .header-center{
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        justify-content: flex-start;
        align-items: center;
    }
    .header-logo{
        width: 130px;
        margin-left: .6rem;
        margin-top: -2px;
    }
    .header-name{
        width: 30%;
        height: 100%;
        float: right;
        display: none;
    }
    .header-name span{
        height: 100%;
        line-height: 70px;
        text-align: right;
        color: white;
        font-size: 20px;
    }
}



/* 
弹框 */

.c-containerBox{
    width: 100vw;
    height: 100vh;
    background: #949494;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 1111;
}
.c-alertBox{
    width: 500px;
    /* height: 438px; */
    position: absolute;
    left: 50%;
    margin-left: -280px;
    top: 130px;
    z-index: 9999;
    border-radius: 5px;
    overflow: hidden;
}
.c-alertTitlt{
   width: 100%;
   height: 70px;
   background:#323232;
   padding: 0 20px 0 0;
   display: flex;
   align-items: center;
   justify-content: flex-end;
   box-sizing: border-box
}
.c-alertClose{
    width:30px ;
}
.c-alertClose img{
    width: 100%;
    height: 100%;
}
.c-alert{
    width: 100%;
    /* height: 365px; */
    padding: 70px 0 123px 0;
    text-align: center;
    box-sizing: border-box;
}
.c-alertCont{
  background: #f5f5f5;
  padding: 0 20px 70px;
  font-size: 17px;
  box-sizing: border-box;
  border-radius:  0 0  5px 5px;
}
.c-btn{
    padding: 10px;
    width: 65%;
    background:#2381e6;
    text-align: center;
    margin: 0 auto;
    color: #f5f5f5;
    font-size: 18px;
    border-radius: 5px;
}

@media(min-width:769px){
    *{
        margin: 0;
        padding: 0;
    }
    
  
  }
  
@media(min-width:1400px){
    *{
        margin: 0;
        padding: 0;
    }
   
    .c-alertBox{
        width: 560px;
        height: 438px;
        position: absolute;
        left: 50%;
        margin-left: -280px;
        top: 166px;
        z-index: 9999;
        border-radius: 5px;
        overflow: hidden;
    }
    .c-alertTitlt{
       width: 100%;
       height: 70px;
       background:#323232;
       padding: 0 20px 0 0;
       display: flex;
       align-items: center;
       justify-content: flex-end;
       box-sizing: border-box
    }
    .c-alertClose{
        width:30px ;
    }
    .c-alertClose img{
        width: 100%;
        height: 100%;
    }
    .c-alert{
        width: 100%;
        /* height: 365px; */
        padding: 70px 0 123px 0;
        box-sizing: border-box;
        text-align: center;
    }
    .c-alertCont{
      background: #f5f5f5;
      padding: 0 20px 70px;
      font-size: 17px;
      box-sizing: border-box;
      border-radius:  0 0  5px 5px;
    }
    .c-btn{
        padding: 10px;
        width: 65%;
        background:#2381e6;
        text-align: center;
        margin: 0 auto;
        color: #f5f5f5;
        font-size: 18px;
        border-radius: 5px;
    }
  }
  

  @media (max-width:768px){
    *{
        margin: 0;
        padding: 0;
    }
    
    .c-alertBox{
        width: 80vw;
        position: absolute;
        left: 50%;
        margin-left: -40vw;
        top: 166px;
        z-index: 9999;
        border-radius: 5px;
        overflow: hidden;
    }
    .c-alertTitlt{
       width: 100%;
       height: 50px;
       background:#323232;
       padding: 0 20px 0 0;
       display: flex;
       align-items: center;
       justify-content: flex-end;
       box-sizing: border-box
    }
    .c-alertClose{
        width:30px ;
    }
    .c-alertClose img{
        width: 100%;
        height: 100%;
    }
    .c-alert{
        width: 100%;
        /* height: 365px; */
        padding: 50px 0 50px 0;
        text-align: center;
        box-sizing: border-box;
    }
    .c-alertCont{
      background: #f5f5f5;
      padding: 0 20px 50px;
      font-size: 17px;
      box-sizing: border-box;
      border-radius:  0 0  5px 5px;
    }
    .c-btn{
        padding: 10px;
        width: 65%;
        background:#2381e6;
        text-align: center;
        margin: 0 auto;
        color: #f5f5f5;
        font-size: 18px;
    }
      
  }