.page-login{
    position:relative;
    background-color: rgba(0,0,0,0.1);
    min-width:1200px;
	height: 100%;
    display: flex;
    flex-direction: column;
}
.container {
    width: 1100px;
}
.page-container{
    width: 1080px;
    margin:0 auto;
    position:relative;
}
.page-body {
    padding:0;
    margin:0;
    height:485px;
    width:100%;
    background: url(../images/login/qr-code.png) 96% 95% no-repeat,url(../images/login/login-bg.jpg) no-repeat;
    background-size: 150px 150px,100% 100%;
    position:relative;
	flex:1;
}
.page-body .form-container {
    width: 450px;
    height: 310px;
    /* margin:80px auto 40px; */
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 5px #cac9c9;
    overflow: hidden;
    position: absolute;
    z-index:5;
    transform: translate(-50%,-50%);
    top: 52%;
    left: 50%;
}

.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: 55px;
    padding-top: 13px;
    padding-bottom: 5px;
    text-align: left;
    color: #333;
    border-bottom: none;
    background: rgba(255, 255, 255, 0.15);
    position:absolute;
    width:100%;
    top:0;
    left:0;
    z-index:8;
}
.page-header .login-logo{
    margin:0;
    height:35px;
    width:160px;
    background: url(../images/login/login-logo-jetour.png) no-repeat ;
    background-size: 100% 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: -100px;
    top: 20px;
    vertical-align:top;
    z-index: 10;
}
.qqdiv,.weixindiv,.teldiv{
    display:inline-block;
    width:50px;
    height:50px;
    vertical-align:top;
    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);}

.qqdiv span,.weixindiv span,.teldiv span{
    position:absolute;
    right:0;
    top:50px;
    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;
}

.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;
}
.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:10%;
    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:14px;
    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: 40px 60px 15px 50px;
}
.welcom-form{
    width:100%;
    padding: 100px 60px 15px 50px;
}
.welcom-text{
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin:0;
    margin-bottom: 10px;
}
.goPanelDiv{
    margin-top:48px;

}
.goPanel{
    width: 100%;
    display:block;
    background: #8e0f10;
    border-radius: 2px;
    height:36px;
    line-height:36px;
    padding:0px;
    text-align:center;
    font-size:16px;
    color: #fff;
    border: 0;
}
a.goPanel:hover{
    background: #8e0f10;
    color: #fff;
}
.toLogout{
    display:block;
    text-align:center;
    font-size: 14px;
    color: #fff;
    margin-top:35px;
    cursor: pointer;
}

/**/
.loginInput{
    padding:16px 0 0px;
    font-size:14px;
}
.loginInput input{
    border: 1px solid #DFE3E6;
    border-radius: 2px;
    box-shadow: none;
    background: rgb(255, 255, 255);
    font-size:14px;
}
.loginInput .to-reg{
    margin-top:32px;
    text-align:center;
    color: #fff;
}
.loginInput .to-reg a{
    color: #fff;
}
.loginInput .remPass .checkbox input[type="checkbox"]{
    top:-2px !important;
    margin-left: -16px !important;
}
.loginInput .remPass .pull-right a{
    font-size: 14px;
    color: #434D54 !important;
}

/*登录按钮左右显示*/
.loginInput .pull-left{
    width: 45%;
}

.loginInput .pull-right{
    width: 45%;
}

.autologin input[type="checkbox"]{
    position: relative;
    top:2px !important;
}
.autologin label{
    font-weight: normal;
    color: #FFF
}



.page-nav {
    font-size: 14px;
    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: 14px;
    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: #8e0f10;
    color: #fff;
}
.toLoginBtn:hover{
    color: #fff;
}



.page-foot {
    width: 100%;
    padding:15px 0;
    text-align: center;
    left:0;
    bottom: 0px;
    font-size: 14px;
    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 14px;
    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{
    background:#fff url(../images/login/trgtype.png) no-repeat right top ;
    background-size:130px 128px;
}

.businessInfo{
    height:130px;
    padding:5px 10px 0 30px;
    background:#fff no-repeat right top ;
    border-radius: 10px;
}
.comInfoShow{
    padding-top: 15px;
    overflow: hidden;
    zoom: 1;
}
.BusOpp .partDiv{
    float: left;
    width: 1080px;
}
.BusOpp .newsDiv{
    float: left;
    width: 1080px;
}

.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{
    float:left;
    width:15%;
    height:48px;
    padding:0 10px 0 30px;
    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{
    width:25%;
    font-size: 14px;
    color: #499DF2;
    cursor: pointer;
    z-index: 3;
}
.moreStyle:hover{
    color: rgb(81, 129, 210);
}
.infoBd{
}
.infoList{
    float:left;
    width:85%;
    height:30px;
}
.infoList li{
    height:40px;
    line-height:40px;
    padding:0 20px;
}
.infoList li:nth-child(2n+1){
    background: #F7F9FA;
}
.infoList li{
    position:relative;
    font-size: 14px;
}
.infoList li .listLabel{
    color: #000;
    width:600px;
    position:absolute;
    top:0;
    left:10px;
    line-height:40px;
}
.infoList li .listTitle{
    color: #666;
    padding:0 0 0 650px;
    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:60px;
    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;
}

@-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);
    }
}


