/*Public.Begin*/
html{
    background:#ff4243;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    width:100%;
    height:100%;
    background-size: 100%;
    margin:0px;
}

body{
    width:100%;
    height:100%;
    margin:0px;
    }
/*Public.End*/
#logo{
  position: relative;
  width: 300px;
  margin: auto;
  margin-top: 30px;
  margin-left:-moz-calc(50% - 150px);
  margin-left:-webkit-calc(50% - 150px);
  margin-left:calc(50% - 150px);
  margin-bottom: 15px;
}
#slogn{
  position: relative;
  width: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
#info{
  position: relative;
  width: 600px;
  margin: auto;
  margin-left:-moz-calc(50% - 300px);
  margin-left:-webkit-calc(50% - 300px);
  margin-left:calc(50% - 300px);
  margin-bottom: 15px;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  text-align: left; 
}
#poster{
  position: relative;
  width: 96%;
  margin-top: 10px;
  margin-left: 2%;
}
#poster img{
  position: relative;
  float: left;
  width: 18%;
  margin-left:1%;
  margin-right: 1%; 
}
#list{
  position: relative;
  width: 400px;
  margin-top: 30px;
  margin-left:-moz-calc(50% - 200px);
  margin-left:-webkit-calc(50% - 200px);
  margin-left:calc(50% - 200px);
}
#list li{
  position: relative;
  float: left;
  width: 398px;
  height: 38px;
  line-height: 38px;
  border-radius: 10px;
  margin-bottom: 15px;
  border:1px solid #ff4243;
  background-color: #fff;
}
#list input{
  position: relative;
  width: 90%;
  height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  border:none;
  background:transparent;
  outline:none;
  color:#888;
  font-size:14px;
  text-align: left;
  -webkit-appearance:none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
}
#list input::-webkit-input-placeholder{
    height:40px !important;
    padding-top:13px !important;
    padding-bottom:13px !important;
    vertical-align: middle;
    }
#btnli{
  border:1px solid #fff !important;
  font-size: 14px;
  text-align: center;
  background:#ff4243 !important; 
  color: #fff !important;
  cursor: pointer;
}
#infoli{
  background: #ff4243 !important;
  color: #fff;
  height: 20px !important;
  line-height: 20px !important;
}
#code{
  position: fixed;
  right: 30px;
  bottom: 60px;
  width: 150px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
#code img{
  position: relative;
  width: 100%;
}
#code h1{
  position: relative;
  float: left;
  width: 100%;
  color: #ff4343;
  height: 14px;
  line-height: 14px;
  padding-bottom: 10px;
  font-size: 14px;
  text-align: center;
}
#footer{
  position: relative;
  margin-top: 30px;
  width: 100%;
  height:auto;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
#footer a{
  color: #fff !important;
}