@charset "utf-8";
* {	
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    overflow-y: hidden!important;
}
@media screen and (max-width: 900px) {
    .show-list {
        display: none;
    }
}
a {
	color: #fff;
	text-decoration: none;
	transition: color 0.4s ease-in-out;
}
button {
	transition: background 0.4s ease-in-out;
}
a:hover {
	color: #428BCA;
   	text-decoration: none;
}
.clear {
    clear: both;
    display: block
}
.page-container {
    font-family: Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
/*     position: absolute; */
	color: #fff;
	font-weight: bold;
    height: 100%;
    width: 100%;
}
/*登录begin*/
.login_logo {
    margin: 20px 0 10px 40px;
    height: 50px;
    float: left;
}
.main_head .show-list .drop-wrap{
    background: #428bca;
    width: 50px;
     height: 0; 
    overflow: hidden;
    line-height: 43px;
    padding-top: 50px;
    border-radius: 25px;
    display: inline-block;
    transition: all .4s linear;
    position: absolute;
    top: 1px;
    z-index: -1;
    left: 5px;
    opacity: 0;
    /*display: none;*/
}
.main_head .show-list .drop-wrap .drop-item{
	display: inline-block;
    font-size: 12px;
    margin: 5px 0px;
    line-height: 18px;
    cursor: pointer;
    padding-left: 1px;
}
.login_logo img {
    height: 50px;
    float: left ;
    display: none;
}
.login_logo img.active { display: inline; }
.page-container .show-list {
    position: absolute;
    right: 45px;
    top: 15px;
    font-size: 0;
    z-index: 6;
}
.page-container .show-item {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.page-container .show-item .show-box {
    width: 50px;
    height: 50px;
    /* border-radius: 100%; */
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    border: 2px solid var(--movie-color,#fff);
    border-radius: 100%;
    margin: -20px 0 0 -20px;
    transition: all .4s cubic-bezier(0,0,1,1);
}
.page-container .show-item:hover .show-box{ 
	border:2px solid #428bca;
	transition: all .4s cubic-bezier(0,0,1,1);
	-webkit-transform:  translateY(-5px);
    -moz-transform:  translateY(-5px);
    -o-transform:  translateY(-5px);
    transform:  translateY(-5px);
}
.page-container .show-item:hover .drop-wrap{ 
	opacity: 1;
	height: 179px;
	transition: all .4s cubic-bezier(0,0,1,1);	
}
.page-container .show-item .drop-wrap .drop-item:hover{
	transition: color 0.4s ease-in-out;
	color: #000;
}
.page-container .login_bg{
	width: 400px;
	height: 420px;
	z-index: -1;
	background-color: #ccc;
	opacity: .4;
	border: 1px solid #ccc;
	border-radius: 10px; 
	box-shadow: -1px 2px 4px rgba(0,0,0,.5);
	position: absolute;
    top: 42%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    
}
.page-container .login_form{
	width: 320px;
	margin: 0 auto;
	position: absolute;
    top: 42%;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
.login_box label.warn {
    display: none;
    background: #fff6a4;
    padding: 5px;
    color: #7d4040
}
.page-container .show-item .show-box .icon-login {
    margin: 8px 0 0 10px;
}
.wei-xin-bg{
	width:25px;
	margin-top: 4px;
	cursor: pointer;
	display: inline-block;
	transition:width 0.4s;
	-webkit-transition:width 0.4s; /* Safari */
}
.wei-xin-bg:hover{
	width: 35px;	
}
.form-control::-webkit-input-placeholder {
    opacity: .6;
    filter: alpha(opacity=60)
}
.form-control:-webkit-input-placeholder {
    opacity: .6;
    filter: alpha(opacity=60)
}
.form-control::-moz-input-placeholder {
    opacity: .6;
    filter: alpha(opacity=60)
}

.form-control:-moz-input-placeholder {
    opacity: .6;
    filter: alpha(opacity=60)
}
#code{
	cursor: pointer;
	position: absolute;
    left: 234px;
    top: 203px;
}
.reg-btn{
	cursor: pointer;
}
.main_foot {
    position: absolute;
    bottom:20px; 
    width: 100%;
    text-align: center
}
.bottom {
    font-size:1em;
    color: #fff;
    line-height:30px
}
/*登录end*/

/*忘记密码begin*/
.pwd_form{
    width: 320px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.page-container .pwd_bg{
    width: 400px;
    height: 370px;
    z-index: -1;
    background-color: #ccc;
    opacity: .4;
    border: 1px solid #ccc;
    border-radius: 10px; 
    box-shadow: -1px 2px 4px rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pwd_box.step2 {
    display: none
}
.step1 .js-changeCode {
    position: absolute;
    font-size: 11px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    color: #999;
    -webkit-transform: translate3d(0,0,0) rotateZ(0deg);
    transform: translate3d(0,0,0) rotateZ(0deg);
    font-weight: 100;
    right: -22px;
    top: 160px;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background: url(../../img/reload.png) no-repeat;
    background-size: contain
}
label.js-changeCode:hover {
    -webkit-transform: translate3d(0,0,0) rotateZ(450deg);
    transform: translate3d(0,0,0) rotateZ(450deg)
}
.pwd_box #getTelCode{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
/*忘记密码end*/

/*注册begin*/
.SumoSelect{
    width: 100%!important;
    color: #555;
    background-color: #fff!important;
}
select[multiple], select[size] {
     height: 100%!important; 
}
.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #ddd;
    min-height: 14px;
    border-radius: 5px;
    margin: 0;
    background-color:#fff;
}
.asUno{
    color: #000;
    background: #fff;
    position: absolute;
    z-index: 1003;
    width: 80%;
    height: 80%;
    max-width: 600px;
    left: 53%;
    top: 10%; 
    margin-left: -25%;
    box-shadow: 0 2px 6px #000;
    border-radius: 5px;
    padding: 20px;
}
.asUno .active{
    overflow: auto;
    position: absolute;
    top: 50px;
    left: 25px;
    right: 20px;
    bottom: 50px;
}
/*注册end*/