/* CSS Document  -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; */

.login{
    padding-top: 0px; background: #FDD000;     padding-bottom: 100px;
}

html, body{
    background:#222222;
}

.login .container{
    width: 1000px;
    position: relative;
}

.login .container .pis{
    width: 600px;
    min-height: 30px;
    position: fixed;
    line-height: 30px;
    left:0;
    right:0;
    margin:15% auto;
    z-index: 98;
    font-size: 20px;
    padding: 10px 30px;
    color: #ffffff;
    overflow: hidden;
    text-align: center;
    background:url(../images/mb.png) repeat;
    background-color:rgba(0,0,0,0.1);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#10000000,endColorstr=#10000000);
    border-radius: 10px;
    display: none;
}

.login .tips{
    width: 382px;
    height: 64px;
    margin: 0px auto;
    position: absolute;
    top:50px;
    left: 0;
    right: 0;
    bottom: 0;
    background:url("../images/login-ico02.png");
}


.balloon-show {
    -webkit-animation: pulsate 1s linear infinite backwards;
    animation: pulsate 1s linear infinite backwards;
    -moz-animation: pulsate 1s linear infinite backwards;
    -ms-animation: pulsate 1s linear infinite backwards;
    -o-animation: pulsate 1s linear infinite backwards;
}

@keyframes pulsate{
   0%{top:40px;}
   50%{top:50px;}
   100%{top:40px;}
}
 @-webkit-keyframes pulsate{
   0%{top:40px;}
   50%{top:50px;}
   100%{top:40px;}
}

.item-mode{
        width: 850px;
    margin: 0 auto;
    padding-top: 150px;
    background: url(../images/login-ico01.png) no-repeat center 240px;

}


.item-wx{
    width: 200px;
    height: 260px;
    float: left;
    cursor: pointer;
    padding: 10px 30px;
}

.item-wx .item-ico{
    width: 100%;
    height: 180px;
    display: block;
    background: url("../images/login-l01.png") no-repeat center;
    background-size: 70%;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.item-mode .item-wx .ico-act,.item-mode .item-tel .ico-act{
    -webkit-filter: brightness(1);
    filter: brightness(1);
    background-size: 80%;
}

.item-wx .item-text,.item-tel .item-text{
    display: block;
    text-align: center;
    font-size: 28px;
    padding-top: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.item-tel .item-text{
    display: block;
    text-align: center;
    font-size: 24px;
    padding-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.item-tel{
    width: 200px;
    height: 260px;
    float: right;
    position: relative;
    cursor: pointer;
    padding: 10px 30px;
}



.item-tel .item-ico{
    width: 100%;
    height: 180px;
    display: block;
    background: url("../images/login-l02.png") no-repeat center;
    background-size: 70%;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}



.box-tel {
    position: absolute;
    top: 160px;
    left: -71px;
    padding-top: 20px;
    z-index: 97;
    cursor: auto;
    

}

.tag-tel {
    width: 360px;
    padding: 15px 20px 20px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    -moz-box-shadow: 1px 1px 3px #DBDBDB;
    -webkit-box-shadow: 1px 1px 3px #DBDBDB;
    box-shadow: 1px 1px 3px #DBDBDB;
    text-align: center;
    -moz-box-shadow:1px 1px 4px #666666; -webkit-box-shadow:1px 1px 4px #666666; box-shadow:1px 1px 4px #666666;

}

.tag-tel em {
    display: block;
    border-width: 10px;
    position: absolute;
    top: 0px;
    left: 190px;
    border-style: solid dashed dashed;
    border-color: #DBDBDB transparent transparent;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
 /* Safari å’Œ Chrome */
    -o-transform: rotate(180deg);
  /* Opera */
}

.tag-tel span {
    display: block;
    border-width: 10px;
    position: absolute;
    top: 1px;
    left: 190px;
    border-style: solid dashed dashed;
    border-color: #FFF transparent transparent;
    font-size: 0;
    line-height: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
     /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
 /* Safari å’Œ Chrome */
    -o-transform: rotate(180deg);
  /* Opera */
}


.box-tel input{
    width: 258px;
    height: 58px;
    text-align: center;
    margin:30px auto;
    line-height: 58px;
    font-size: 22px;
    padding: 0 20px;
    border:1px #d7d7d7 solid;
    border-radius: 68px;
}



.item-but .but-login {
    width: 160px;
    height: 56px;
    line-height: 56px;
    margin: 10px auto;
    background: url(../images/login-but.png) no-repeat;
    color: #906507;
    text-align: center;
    font-size: 18px;
    display: block;
    padding: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    
}

.item-but{
    position: relative;
}



.tag-tel .disabled{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: no-drop;
}

.loading{
    width: 54px;
    height: 60px;
    position: absolute;
        top: 5px;
    left: 30px;
    background: url("../images/preloader.gif") no-repeat;
    background-size: 100%;
    display: block;

}



.pop_mb {
    z-index: 9997;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url(../images/mb.png) repeat;
    background-color:rgba(0,0,0,0.2);
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#20000000,endColorstr=#20000000);
    display:none;
}

.pop{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin:auto;
    
    width: 1100px;
    height: 600px;
    z-index: 9998;
    
    border-radius: 6px;
    display: none;
}

.pop .p-title{
    width:100%;
    height: 120px;
    text-align: center;
    font-size: 18px;
    line-height: 120px;
    background:#ffffff;
    border-radius: 10px 10px 0px 0px;
}

.pop .p-title .item{
    max-width: 220px;
    height: 70px;
    line-height: 62px;
    border-radius: 10px;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
    display: inline-block;
    margin: 0 20px;
    padding: 4px 8px 4px 4px;
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2BC600;
}

.pop .p-title .item img{
        width: 60px;
    height: 60px;
    border-radius: 10px;
    float: left;
    margin-right: 11px;
    
}



.pop .p-bz{
    width:100%;
    border-radius: 0px 0px 10px 10px;
    height: 480px;
    padding-top: 10px;
    background:#eeeeee;
}

.error a:hover{
    opacity:0.8;
    filter:alpha(opacity=80);
}



