
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 15px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #cccccc;
  font-size: 15px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cccccc;
  font-size: 15px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc;
  font-size: 15px;
}
.login {
    overflow: hidden;
    padding: 20px 35px;
}
.logo {
    width: 114px;
}
.title {
	margin-top: 4px;
    margin-bottom: 35px;
    text-align:center;
}
.tabtitle {
	font-size: 20px;
	font-weight:bold;
	color: #cccccc;
    margin: 0;
   	padding: 0;
	line-height: 19px;
	margin-bottom: 43px;
}
.tabline {
	color: #cccccc;
	margin-left:20px;
	margin-right:20px;
	line-height: 19px;
	border:none;
}
.weui-bar__item_on {
	color: #2a8ded;
	margin: 0;
	padding: 0;

}
.input {
	border:0px solid #f2f2f2;
	border-radius: 50px;
	background-color: #f2f2f2;
	margin-bottom: 19px;
	line-height:normal;
	height: 42px;
}
.iconimage {
	margin-left: 17px;
	margin-right: 16px;
}
.inputcontent {
	color: #000000;
	font-size: 17px;
}
.captcha {
	border-radius: 50px;
	margin-right:2px;
	height:37px;
	width:99px;
}
.submit-button {
    margin-top: 32px;
}
.btn {
	border:0px solid #2a8ded;
	border-radius: 50px;
	background-color: #2a8ded;
	display: block;
	text-align:center;
	height: 42px;
	line-height: 42px;
}
.btntitle {
	font-size: 19px;
	color: #ffffff;
	font-weight: bold;
	text-align:center;
	display: block;
	text-align:center;
}
.getcaptcha {
	font-size: 14px;
}
.forgetPass {
	float:right;
	margin-top:10px;
	margin-right:16px;
}
.forgetname {
	color:#999999;
	font-size: 11px;
}

.contact {
	position: fixed;
	bottom: 5%;
}

.info {
    padding: 10% 20px;
}
.info-title {
    text-align:center;
    margin-bottom: 30px;
}

.info-detail {
    line-height: 2.5;
    color: rgb(102, 102, 102);
}

.info-notify {
    color: #FF0000;
    margin-top: 30px;
    margin-bottom: 50px;
}
.video-empty {
    margin-top: 20%;
    text-align: center;
    color:rgb(102, 102, 102);
    font-size: 16px;
}
.empty-img {
    width: 200px;
}
.align-left .weui-dialog__bd {
	text-align: left;
}

.language-select {
	height: unset;
	line-height: unset;
	width: 80px;
	float:right;
	margin-top:10px;
	margin-right:16px;
	color: #999999;
    font-size: 11px;
}