.aside-blur2.transparent{
    display: none;
}
.aside{
    background-color: #ffffff;
    opacity: 1;
    height: 395px;
    box-shadow: 0px 0px 5px 5px #ffffff;
    border-radius: 5px;
    right:10%;
    top: 30%;
    width: 390px;
}
.loginArea{
    left: 45% !important;
    padding-top: 0px !important;
    width: 380px !important;
    position: relative !important;
}
.viceLogo,.loginArea .loginLang,.loginArea,.weather{
    position: absolute;
}
.viceLogo{
    width: 100%;
    text-align: center;
}
.viceLogo .logo img{
    margin-top: 20px;
    width:50%;
}
/*.loginArea .loginLang{-70px;}*/
.weather i{color: #c1c1c1;}
.weather{ margin-right:15px;width: 54% !important;
    left: 40% !important;
    top: 50px;
}
.aside-blur{display: none}
.loginArea{padding-top: 16px; position: absolute !important;background:rgba(0,0,0,0)}
.loginArea .loginLang{color: #212121; line-height: 36px;height: 30px;width: 350px;display: none;}
.normalForm .loginTypeSingle a[logintype="normalForm"]{
    font-weight:normal;font-size: 14px;}

@media only screen and (min-width: 481px){
    .main .content .logo{display: none;}
    .loginType a{width:inherit;}
    .viceLogo{display: block;}
}
@media (min-width: 1981px){
    .aside{
        top:30%;
    }
}
@media (min-width: 1680px) and (max-width: 1980px) {
    .aside{
        top:30%;
    }
}
@media (min-width: 1600px) and (max-width: 1679px) {
    .aside{
        top:24%;
    }
}
@media (min-width: 1440px) and (max-width: 1599px) {
    .aside{
        top:27%;
    }
}
@media (min-width: 1400px) and (max-width: 1439px) {
    .aside{
        top:30%;
    }
}
@media (min-width: 1367px) and (max-width: 1399px) {
    .aside{
        top:27%;
    }
}
@media (min-width: 1350px) and (max-width: 1366px) {
    .aside{
        top:16%;
    }
}
@media (min-width: 1025px) and (max-width: 1349px) {
    /*1920,选择150%为1271*/
    .aside{
        top:13%;
    }
}
@media (min-width: 481px) and (max-width: 1024px){
    .aside{
        top:26%;
    }
}