/* 弹出层样式 */
.modal {
  display:none;
  position:fixed; 
  z-index:1; 
  left:0;
  top:0;
  width:100%;
  height:100%;
  overflow:auto; 
  background-color: rgba(0,0,0,0.4);
}
.modal-content {
  position:fixed;  
  left:66.5%;
  top:100px;
  background-color: #fefefe;
  margin:10px;
  border:1px solid #888;
  width:300px;
  height:180px;
  border-radius:8px;
}

/* 弹出层内容样式 */
.modal-content-1{
display:flex;
align-items:center;
justify-content:left;
width:980px;
}

.title-modal{
width:305px;
height:35px;
line-height:35px;
background-color:#056DE8;
font-size:14px;
padding-left:15px;
font-weight:bold;
font-family:"微软雅黑";
color:#ffffff;
font-smooth:never;
-webkit-font-smoothing:none;
-moz-osx-font-smoothing:grayscale;
}

.title-modal-1{
width:20px;
height:35px;
line-height:35px;
background-color:#056DE8;
font-size:16px;
color:#ffffff;
}
.title-modal-2{
width:310px;
height:230px;
line-height:30px;
background-color:#ffffff;
font-size:12px;
box-shadow: 2px 2px 6px 3px rgba(232,232,232,0.6);
display:flex;
color:#333333;
padding-left:15px;
padding-right:15px;
padding-top:10px;

}
/* 关闭按钮样式 */
.close {
  color: #aaa;
  float: right;
  font-size:28px;
  font-weight: bold;
}

/* 鼠标悬停在关闭按钮上的样式 */
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* 关闭按钮样式 */
.closee {
  color: #aaa;
  float: right;
  font-size:28px;
  font-weight: bold;
}

/* 鼠标悬停在关闭按钮上的样式 */
.closee:hover,
.closee:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#myBtn{
background-color:#056DE8;
border:1px solid #056DE8;
font-size:12px;
color:#FFFFFF;
width:30px;
height:25px;
line-height:25px;
border-radius:2px;
}
#myBtn-1{
background-color:#056DE8;
border:1px solid #056DE8;
font-size:12px;
color:#FFFFFF;
width:30px;
height:25px;
line-height:25px;
border-radius:2px;
}

  
   *{margin: 0;padding: 0}
   li{list-style: none;}
   form a{text-decoration: none;}

   .wrapper{text-align: center;}
   .header{
       font-size: 25px;
       font-family: 微软雅黑;
       color: rgb(98,94,91);
   }   
   form{
       background: url(input-bg.png);
       width: 290px;
       height: 180px;
       margin: 10px auto;
       padding: 10px;
       box-shadow:0px 1px 2px 1px #aaaaaa,
       inset 0px 1px 1px rgba(255,255,255,0.7);
       border-radius: 3px;
   }
   form ul{
       width: 100%;
       height: 100%;
       text-align: left;
       display: flex;
       flex-flow: column nowrap;
       justify-content: space-between;
   }
   ul li div{
       width: 260px;
       height: 40px;
       background: #e1dcd8;
       color: rgb(98,94,91);
       box-shadow: inset 0px 2px 5px #aaaaaa;
       border-radius: 5px;
       position: relative;
   }
   ul li .yonghu{
       font-family: iconfont;
       position: absolute;
       top: 12px;
       left: 10px;
   }
   ul li .mima{
       font-family: iconfont;
       position: absolute;
       top: 12px;
       left: 10px;
   }
   ul li div input{
       height: 40px;
       width: 190px;
       padding: 0 35px;
       border: none;
       background: #e1dcd8;
       color: rgb(98,94,91);
       box-shadow:
               0px 1px 1px rgba(255,255,255,0.7),
               inset 0px 2px 5px #aaaaaa;
       border-radius: 5px;
   }
   ul li input:focus{
       outline: none;
       background: #f5f2ef;
   }
   ul .remember{
       font-size: 14px;
       font-family: 微软雅黑;
       font-weight: bold;
       color: rgb(98,94,91);
       position: relative;
       display: flex;
       justify-content: center;
   }
   ul .remember input[type*="checkbox"]{
       width: 20px;
       height: 20px;
       vertical-align: super;
       margin-right: 12px;
   }
   .remember label {
       cursor: pointer;
       position: absolute;
       width: 22px;
       height: 22px;
       top: 7px;
       left: 0;
       background: #eee;
       border:1px solid #cccccc;
       border-radius: 4px;
   
   }
   /*Display the tick inside the checkbox*/
   .remember label:after {
       opacity: 0.4;
       content: '';
       position: absolute;
       width: 12px;
       height: 5px;
       background: transparent;
       top: 6px;
       left: 4px;
       border: 3px solid #74884a;
       border-top: none;
       border-right: none;
   
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
   }
   /*Create the hover event of the tick*/
   .remember label:hover::after {
       opacity: 0.7;
   }
   /*Create the checkbox state for the tick*/
   .remember input[type=checkbox]:checked + label:after {
       opacity: 1;
       border-color: #74884a;
   }
   ul li a{
       font-size: 14px;
       font-family: 黑体;
       color: rgb(152,142,135);
       display: flex;
       justify-content: center;
   }
   ul li input[type*="button"]{
       width: 100%;
       height: 40px;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 18px;
       color: #ffffff;
       background:#94aa64;
     
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
       border: 1px solid #7d8862;
       -moz-box-shadow:
               0px 1px 0px rgba(170,170,170,1),
               inset 0px 1px 1px rgba(255,255,255,0.7);
       -webkit-box-shadow:
               0px 1px 0px rgba(170,170,170,1),
               inset 0px 1px 1px rgba(255,255,255,0.7);
       box-shadow:
               0px 1px 0px rgba(170,170,170,1),
               inset 0px 1px 1px rgba(255,255,255,0.7);
       text-shadow:
               0px -1px 0px rgba(000,000,000,0.3),
               0px 0px 0px rgba(255,255,255,0);
   }
   ul li input[type*="button"]:hover{
       opacity: 0.8;
   }
   ul li input[type*="button"]:active{
       width: 100%;
       height: 40px;
       font-family: Arial, Helvetica, sans-serif;
       font-size: 18px;
       color: #ffffff;
       background: -moz-linear-gradient(
               top,
               #607738 0%,
               #7a924a 50%,
               #94aa64 );
       background: -webkit-gradient(
               linear, left top, left bottom,
               from(#607738),
               color-stop(0.50, #7a924a),
               to(#94aa64));
       -moz-border-radius: 5px;
       -webkit-border-radius: 5px;
       border-radius: 5px;
       border: 1px solid #7d8862;
       -moz-box-shadow:
               0px -1px 0px rgba(170,170,170,1),
               inset 0px -1px 1px rgba(255,255,255,0.7);
       -webkit-box-shadow:
               0px -1px 0px rgba(170,170,170,1),
               inset 0px -1px 1px rgba(255,255,255,0.7);
       box-shadow:
               0px -1px 0px rgba(170,170,170,1),
               inset 0px -1px 1px rgba(255,255,255,0.7);
       text-shadow:
               0px 1px 0px rgba(000,000,000,0.3),
               0px 0px 0px rgba(255,255,255,0);
   }