@charset "utf-8";
html,body{ height:100%;}
body{
  margin:0;
  padding:0;
  font-size:14px;
  font-family:"微软雅黑","宋体",arial;
  background-image:url(../images/template-bg.png);
  background-size: cover;
  background-repeat: repeat-y;
}
div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,form,input,select,textarea,table,th,td{
  margin:0;
  padding:0;
}
ul{
  list-style:none;
}
a{
  color:#1b67bf;
  text-decoration:none;
  outline:0;
}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color:#000;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color:#000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color:#000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color:#000;
}
.clear{
  clear:both;
  font-size:0;
  line-height:0;
}
.center{
  text-align: center;
}
img{
  border:0;
}
.mask{
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vw;
  background-color: rgba(0,0,0,0.5);
  z-index: 100;
}
.login-win{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 960px;
  height: 554px;
  margin: -264px 0 0 -480px;
  border-radius: 20px;
  background-color: #fff;
  padding: 75px 44px 0 30px;
  box-shadow: 0 0 5px #000;
  z-index: 101;
}
.login-close{
  position: absolute;
  top: -77px;
  right: -86px;
  width: 128px;
  height: 128px;
  background:url(../images/close_icon.png);
}
.login-title{
  float: left;
  width: 437px;
  height: 414px;
  margin-right: 40px;
  background-image: url(../images/login_title.jpg);
}
.login-info{
  float: left;
  width: 405px;
  height: 414px;
}
.item-input{
  position: relative;
  margin-bottom: 12px;
}
.go-btn{
  position: absolute;
  top: 1px;
  right: 0;
  border: none;
  width: 63px;
  height: 55px;
  background: url(../images/regist_inputbg.png) 0 -460px;
}
a.regist-link{
  display: block;
  width: 405px;
  height: 53px;
  line-height: 53px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: url(../images/regist_inputbg.png) 0 -350px;
}
.word-right{
  text-align: right;
}
.fast-login{
  border-top: 3px solid #f1fdfd;
  margin-top: 80px;
  padding: 18px 0 5px;
}
.qq-login,.weibo-login{
  display: inline-block;
  width:191px;
  height: 49px;
  background-image: url(../images/regist_inputbg.png);
}
.qq-login{
  background-position: 0 -410px;
  margin-right: 10px;
}
.weibo-login{
  background-position: -191px -410px;
}
.prompt-word{
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.success-expression,.fail-expression{
  width: 350px;
  height: 137px;
  margin: 10px auto;
}
.success-expression{
  background:url(../images/expression-bg.png);
}
.fail-expression{
  background:url(../images/expression-bg.png) 0 -137px;
}
.normal-btn{
  display: inline-block;
  background-color: #fe4032;
  padding: 5px 10px;
  color: #fff;
  border-radius: 10px;
  border: none;
  outline:none
}
.modal-footer button.red-bg{
  background: #fe4032;
  border: none;
  color: #fff;
  text-shadow: 0 0 0;
}

.fb_btn {
  display: block;
  width: 197px;
  height: 42px;
  margin-bottom: 10px;
  background: url(../images/images-tw/fbicon.png);
  text-indent: -9999px;
}

/* 隐藏html5 的 video 标签在chrome浏览器下出现的下载按钮*/
video::-webkit-media-controls {
  overflow: hidden !important
}
video::-webkit-media-controls-enclosure {
  width: calc(100% + 32px);
  margin-left: auto;
}