﻿/* ==============
  loading
===================*/
.animationload {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
.loader {
    width:200px;
    height:200px;
    font-size:0;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url("/assets/img/loader.gif"); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


img.edu7 {
	margin-top: 15px;
	margin-bottom: 15px;
	width:174px;
}

div.bg_img {
	background:url(/assets/img/login_bk2.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0px;
}

div.qrcode_img {
	background:url(https://www.aioclinic.com/alioss-proxy/wenuan-oss-public/company-info/quanzhentong_qrcode.jpg) no-repeat center;
	background-size: contain;
	min-height: 130px;
}

div.hidden {
	display: none;
}

.poptip-content{
	color: #2f58bd;
	font-size: 12px;
}
.login-tip {
    position: absolute;
    top: 10px;
    right: 45px;
    display: block;
}
.poptip {
    line-height: 16px;
    position: relative;
    z-index: 9999;
    background-color: #edf2ff;
    border: 1px solid #1d558a;
    padding: 5px 10px;
}
.poptip .poptip-arrow {
    position: absolute;
    z-index: 10;
    *zoom: 1;
    top: 8px;
    right: 0;
}
.poptip .poptip-arrow em {
    top: 0;
    left: 1px;
    border-left-color: #1d558a;
    border-width: 6px 0 6px 6px;
}
.poptip .poptip-arrow span {
    border-left-color: #edf2ff;
    border-width: 6px 0 6px 6px;
}
.poptip-arrow em, .poptip-arrow span {
    position: absolute;
    *zoom: 1;
    width: 0;
    height: 0;
    border-color: hsla(0,0%,100%,0);
    border-color: transparent \0;
    *border-color: transparent;
    _border-color: tomato;
    _-webkit-filter: chroma(color=tomato);
    _: chroma(color=tomato);
    border-style: solid;
    overflow: hidden;
    top: 0;
    left: 0;
    border-left-color: #1d558a;
}

@media (min-width:1200px)/*大于*/
{
}

@media screen and (min-width: 375px) and (max-width: 960px) /*{//720 <= xxx < 960的设备}*/
{
    #div-shofts{display:none!important;}
    img.edu7{width:94px;}
}