.page-login{
    position:relative;
    background-color:#F0F2F4;
    min-width:1200px;
   /*  min-height: 680px; */
	height: 100%;
    display: flex;
    flex-direction: column;
}
.container {
    width: 1100px;
}
.page-container{
    width: 1080px;
    margin:0 auto;
    position:relative;
}
.page-body {
    height: 100%;
    overflow-y: auto;
    background-image: url(../images/login/login-bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #e6f0f7;
    background-size: cover;
    position: relative;
	/* flex:1; */
}
.page-body .form-container {
    width: 300px;
    height: 250px;
    /* margin:80px auto 40px; */
    background-color: rgba(255,255,255,0.2);
    border-radius: 3px;
    box-shadow: 0px 0px 5px #cac9c9;
    overflow: hidden;
    position: absolute;
    z-index:5;
    transform: translate(-50%,-50%);
    top: 45%;
    left: 87%;
}

.page-body .form-horizontal {
    padding: 15px 30px;
}
.sparkleDiv{
    position:absolute;
    width:100%;
    height:100%;
    z-index:3;
    top: 0;
    left: 0;
}

/**/

.page-header {
    font-size: 19px;
    margin: 0;
    height: 80px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    color: #333;
    border-bottom: none;
   /*  background: rgba(17, 34, 90, 0.6); */
   /*  position:absolute; */
    width:100%;
    top:0;
    left:0;
    z-index:8;
}
.page-header .login-logo{
	width: 224px;
    height: 80px;
    margin: 0;
    background: url(../images/login/login-logo2.png) no-repeat ;
   /*  background-size: 100%; */
}

.page-header .logo img {
    height: 50px;
    vertical-align:top;
}

.page-header span {
    line-height: 55px;
    padding-left: 15px;
    border-left: 2px solid #eee;
}
.contactrea{
    position:absolute;
    right: -10%;
    top: 20px;
    vertical-align:top;
    text-align:center;
    z-index: 10;
}
.qqdiv,.weixindiv,.teldiv,.chrome{
    display:inline-block;
    width:30px;
    height:30px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin:0 2px;
    position:relative;
}
.qqdiv{background-image:url(../images/login/qq-pic.png);}
.weixindiv{background-image:url(../images/login/weixin-pic.png);}
.teldiv{background-image:url(../images/login/tel-pic.png);}
.chrome{background-image:url(../images/login/chrome.png);}
.qqdiv span,.weixindiv span,.teldiv,{
    position:absolute;
    right:0;
    top:10px;
    background:#fff;
    font-size: 14px;
    color: #000000;
    padding:10px;
    border-radius: 3px;
    border: 0;
}
.teldiv span{
    width:200px;
    height:38px;
    line-height:18px;
    text-align:center;
}
.weixindiv span{
    width:160px;
    height:180px;
    text-align:center;
}
.qqdiv span{
    width:160px;
    height:180px;
    text-align:center;
}
.chrome span{
    position:absolute;
    right:100;
    top:50px;
   	background-color: rgba(255,255,255,0.2);
    font-size: 12px;
    color: #fff;
    padding:5px;
    border-radius: 3px;
    border: 0;
}
.chrome span{
    width:140px;
    height:60px;
    text-align:center;
}
.qqdiv span:after,.weixindiv span:after,.teldiv span:after{
    position:absolute;
    width:0px;
    height:0px;
    content:"";
    right: 20px;
    top: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #fff;
}
.chrome span:after{
    position:absolute;
    width:0px;
    height:0px;
    content:"";
    right: 20px;
    top: -4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(255,255,255,0.2);
}
.ewm{
    height:135px;
    background:url(../images/login/ewm.png) no-repeat left top;
    background-size:100% 100%;
}
.qqdiv p,.weixindiv p{
    margin: 0;
    line-height: 24px;
    padding-top: 5px;
}
.qqdiv .ewm{background:url(../images/login/ewm.png) no-repeat left top;}
.weixindiv .ewm{background:url(../images/login/ewm.png) no-repeat left top;}

/**/

.login-pic{
    width:45%;
    padding:15px 5px 15px 15px;
}
.login-pic .pic-area {
    margin-top:15px;
    height: 244px;
    background: url(../images/login/pic.png) no-repeat ;
    background-size: 100% 100%;
}
.languageDiv{ /*languageDiv syy zmz */
    width:86px;
    height:30px;
    padding-right:10px;
}
.languageDiv .form-control{
    height:24px;
    font-size:12px;
    padding-left:5px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 2px;
    border: 1px solid #E1E4E7;
    box-shadow: none;
}

/**/
.login-form{
    width:100%;
    padding: 20px 20px 20px 20px;
}
.welcom-form{
    width:100%;
    padding: 50px 60px 15px 50px;
}
.welcom-text{
    font-size: 20px;
    color: #2a3c59;
    text-align: center;
    margin:0;
    margin-bottom: 10px;
}
.goPanelDiv{
    margin-top:48px;

}
.goPanel{
    width: 100%;
    display:block;
    background: #499DF2;
    border-radius: 2px;
    height:36px;
    line-height:36px;
    padding:0px;
    text-align:center;
    font-size:14px;
    color: #fff;
    border: 0;
}
a.goPanel:hover{
    background: #499DF2;
    color: #fff;
}
.toLogout{
    display:block;
    text-align:center;
    font-size: 12px;
    color: #499DF2;
    margin-top:35px;
    cursor: pointer;
}

/**/
.loginInput{
    padding:16px 0 0px;
    font-size:12px;
}
.loginInput input{
    border: 1px solid #DFE3E6;
    border-radius: 2px;
    box-shadow: none;
    background: rgb(255, 255, 255);
    font-size:12px;
}
.loginInput .to-reg{
    text-align:center;
    color: #499DF2;
}
.loginInput .to-reg a{
    color: #499DF2;
}
.loginInput .remPass .checkbox input[type="checkbox"]{
    top:-2px !important;
    margin-left: -16px !important;
}
.loginInput .remPass .pull-right a{
    font-size: 12px;
    color: #fff !important;
}
.autologin input[type="checkbox"]{
    position: relative;
    top:2px !important;
}
.autologin label{
    font-weight: normal;
}



.page-nav {
    font-size: 12px;
    color: #666;
}

.page-nav a {
    color: #333;
    margin: 0 10px;
    font-size: 14px;
}

.login-hd {
    height: 60px;
    line-height: 36px;
    background: #fafafa;
    text-align: center;
}

.login-hd .pull-left {
    margin-top: 12px;
    margin-left:10px;
}

.login-hd .pull-right {
    width: 50%;
    background: #575877;
}

.login-hd .pull-right a {
    color: #fff;
}

.page-news {
    padding-top: 15px;
}

.toLoginBtn{
    width: 100%;
    background: #3883ff;
    color: #fff;
}
.toLoginBtn:hover{
    color: #fff;
}



.page-foot {
    width: 100%;
    height:100px;
    padding:15px 0;
    text-align: center;
    left:0;
    bottom: 0px;
    font-size: 12px;
    color: #666;
    z-index:5px;
}

.page-foot .foot-info {
    width:100%;
}
.page-foot .foot-info span{
    text-align: center;
}

.auto-login input{
    position: relative;
    top: 2px;
}

.tips {
    background: #fef4e5;
    border: solid 1px #f6c090;
    color: #bc5212;
    padding: 0 12px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    width:96px;
    margin-top:-32px;
    margin-left:282px;
    font-size: 8px;
}

.comInfoShow{
    padding-top:15px;
}
.partnersDiv,.businessInfo{
    height:248px;
    padding:35px 20px 10px;
}
.partnersDiv{
    background:#fff url(../images/login/trgtype.png) no-repeat right top ;
    background-size:130px 128px;
}
.businessInfo{
    background:#fff url(../images/login/rediustype.png) no-repeat right top ;
    background-size:130px 128px;
}
.comInfoShow{
    padding-top: 15px;
    overflow: hidden;
    zoom: 1;
}
.BusOpp .partDiv{
    float: left;
    width: 50%;
}
.BusOpp .newsDiv{
    float: left;
    width: 50%;
}

.frindLink{
    text-align:center;
    vertical-align:top;
}
.frindLink li{
    display:inline-block;
    font-size: 14px;
    padding:0 10px;
    color:#1D1E1F;
    position:relative;
}
.frindLink li:after{
    position:absolute;
    width:1px;
    height:13px;
    right:-1px;
    top:3px;
    background:#1D1E1F;
    content:" ";
}
.frindLink li:last-child:after{
    display:none;
}
.copyRight{
    color: #1D1E1F;
}
.infoHd{
    height:48px;
    padding:0 50px 0 90px;
    position:relative;
}
.infoHdInner h3,.infoHdInner p{
    margin:0;
}
.infoHdInner h3{
    font-size: 22px;
    color: #000000;
}
.infoHdInner p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.partners:before{
    position:absolute;
    content:"";
    left: 32px;
    top: -5px;
    width: 55px;
    height: 55px;
    background:#fff url(../images/login/part.png) no-repeat right top ;
    background-size:100% 100%;
}
.news:before{
    position:absolute;
    content:"";
    left: 32px;
    top: -5px;
    width: 55px;
    height: 55px;
    background:#fff url(../images/login/news.png) no-repeat right top ;
    background-size:100% 100%;
}
.moreStyle{
    position:absolute;
    right:30px;
    top:0px;
    font-size: 14px;
    color: #499DF2;
    cursor: pointer;
    z-index: 3;
}
.moreStyle:hover{
    color: rgb(81, 129, 210);
}
.infoBd{

}
.infoList{
    padding: 15px 0;
}
.infoList li{
    height:40px;
    line-height:40px;
    padding:0 10px;
}
.infoList li:nth-child(2n+1){
    background: #F7F9FA;
}
.infoList li{
    position:relative;
    font-size: 14px;
}
.infoList li .listLabel{
    color: #000;
    width:60px;
    position:absolute;
    top:0;
    left:10px;
    line-height:40px;
}
.infoList li .listTitle{
    color: #666;
    padding:0 165px 0 65px;
    overflow: hidden;
    height: 40px;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.infoList li .listContact{
    right: 10px;
    position: absolute;
    top:0;
    line-height:40px;
    color: #000;
}
/*圆点闪动效果*/
.start{
    padding-top:90px;
    height:100%;
    position: relative;
}
.s {
    width: 200px;
    height: 200px;
    position: relative;
    left: 50px;
    top: 50px;
    overflow: hidden;
    margin-bottom: 100px;
}

.small {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    right: 20%;
    bottom: 50px;
    animation: run 6s linear infinite;
    background:#fff;
    position: absolute;
}

/*自定义动画执行*/

.circle {
    background:#fff;
    border-radius:100%;
    width:4px;
    height:4px;
    z-index:999;
    text-align:center;
    right: 23%;
    bottom: 71px;
    position:absolute;
}
.circle:nth-child(1){
    bottom: 100px;
}
.circle:nth-child(2){
    bottom: 68px;
    animation-delay:-1.5s;
}
.circle:nth-child(3){
    bottom: 150px;
    right:24%;
}
.circle:nth-child(4){
    bottom: 110px;
    right:22%;
    animation-delay:-1.5s;
}
.circle:nth-child(5){
    bottom: 80px;
    right:22%;
}
.circle:before{
    content:" ";
    background:rgb(251, 82, 144);
    border-radius:100%;
    width:6px;
    height:6px;
    filter:alpha(opacity=40);
    z-index:-100;
    position:absolute;
    top: -1px;
    left: -1px;
    -webkit-animation:twinkling 2s infinite ease-in-out;
    animation:twinkling 2s infinite ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.circle:after{
    content:" ";
    background:rgba(58,150,225,0.2);
    border-radius:100%;
    width:6px;
    height:6px;
    top: -1px;
    left: -1px;
    filter:alpha(opacity=20);
    z-index:-110;
    position:relative;
    -webkit-animation:twinkling 1.1s infinite ease-in-out;
    animation:twinkling 1.1s infinite ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.animation {
    -webkit-animation:twinkling 2.1s infinite ease-in-out;
    animation:twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.animation2 {
    -webkit-animation:twinkling 2.1s infinite ease-in-out;
    animation:twinkling 2.1s infinite ease-in-out;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
.register-p{
	display:flex;
	justify-content:space-around;
	margin: 15px 0 0;
   
}
.register-p a {
	color: #1d13ff;
	font-size: 14px;
	line-height: 18px;
}
.register-p a:hover {
	color: rgba(27, 17, 24, 0.93) !important;
}
.passwordOut{
    margin-left: 20%;
}
@-webkit-keyframes twinkling {
    0% {
        opacity:0.2;
        filter:alpha(opacity=20);
        -webkit-transform:scale(1);
    }
    50% {
        opacity:0.5;
        filter:alpha(opacity=50);
        -webkit-transform:scale(1.12);
    }
    100% {
        opacity:0.2;
        filter:alpha(opacity=20);
        -webkit-transform:scale(1);
    }
}
@keyframes twinkling {
    0% {
        opacity:0.2;
        filter:alpha(opacity=20);
        -webkit-transform:scale(1);
    }
    50% {
        opacity:0.5;
        filter:alpha(opacity=50);
        -webkit-transform:scale(1.12);
    }
    100% {
        opacity:0.2;
        filter:alpha(opacity=20);
        -webkit-transform:scale(1);
    }
}


