.egg-mask {   position: fixed;  width: 100%;  height: 100%;  background: rgba(0,0,0,0.6);   left: 0px;  top: 0px;   z-index: 33; font-size: 20px; }
.closed_a {  position: absolute;  right: 16px;  top:10px;  width: 40px;  height: 60px;  cursor: pointer;  font-size:40px;  color: #ff0000;  }
.tips{ box-sizing: border-box; width: 596px;  border-radius: 10px; position: absolute;  left: 50%;  top: 27.78%;  margin-left: -298px;background: #fff;text-align: center;padding: 47px 0 40px; }
.egg-mask .form{width: 480px;padding-left: 40px;padding-top: 15px;}
.egg-mask .text2{
    font-size:16px;
    color:#f2f2f2;
    text-align: left;
    max-width: 410px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.egg-mask .text2 img{
    width: 19px;
    height: 18px;
    margin-right: 8px;
}
.egg-mask input{
    width:420px;
    height:40px;
    margin-left: 4px;
    padding-left: 10px;
    background:rgba(255,255,255,1);
    border-radius:4px;
    border: 1px solid #C0C4CC;
    font-size: 16px;
    color:#303133;
}
.egg-mask .name{margin-top: 10px;padding-left: 20px;}
.egg-mask .date{padding-left: 20px;}
.egg-mask label{font-size:16px;text-align: right;
    display: inline-block;
    color: #151515;}
.egg-mask label em{
    color: #F50000;
}
.egg-mask button:focus{
    outline: none;
}
.egg-mask button{
    width:380px;
    height:54px;
    background:rgba(255,81,101,1);
    border-radius:3px;
    font-size:20px;
    font-family:MicrosoftYaHei-Bold;
    color:rgba(255,255,255,1);
    line-height: 51px;
    text-align: center;
    margin-top: 16px;
    margin-left: 10px;

}
.egg-mask .submitTips{
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(153,153,153,1);
}
.egg-mask  a:hover { text-decoration: none;color: #ff0000;}
.egg-mask .top {  margin-top: -10px; margin-bottom: -7px; }
.egg-mask .bottom{margin-top: -10px;}
.egg-mask .text1 {  margin-bottom: 30px; font-size:24px;
    font-family:MicrosoftYaHei-Bold;
    color:rgba(51,51,51,1); }
.egg-mask .content{background:#ffffff;margin-left: 2px;}
.egg-mask .ping {  position: absolute;  top: 0px;  right: 6px;  font: 400 12px/28px simsun;  }
.egg-mask .ping {  font-size: 18px;  color: #666666;  top: 5px;  }
.name, .phone, .date{position: relative;}
.phone{
    height: 40px;
    margin-bottom: 20px;
    float: right;
}
.phone:last-child{
    margin-bottom: 0px;
}
.egg-mask .container{
    width:100%;
    padding: 20px 60px 37px 0;
    box-sizing: border-box;
    text-align: left;
}
.egg-mask .shopName{
    font-size:20px;
    color:#fff;
    margin-bottom: 4px;
    text-align: left;
}
body {  background: transparent;   background-color:transparent; font-family: "Microsoft YaHei"; }
.inner-box{
    width:476px;
    height: 90px;
    background: url("./images/appoint-bg.png") center no-repeat;
    background-size: cover;
    margin: 0 auto;
    /*background:rgba(255,58,96,0.03);*/
    /*border-radius:4px;*/
    /*border:1px solid rgba(255,6,91,0.08);*/
    padding: 17px 30px;
    /*margin: 0 auto;*/
    box-sizing: border-box;
}
input:focus{
    border: 1px solid #C0C4CC;
    outline: none;
}