.login-body-guide{
    position: relative;
}
#browserDownloadGuide{
    width:100%;
    height:100%;
    position: absolute;
    display: none;
    top:0;
    left: 0;
    z-index: 2;
}
.display-block{
    display: block !important;
}
.guide-content{
    width: 998px;
    height: 607px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -499px;
    margin-top: -304px;
}
/*头部*/
.top-content{
    height: 240px;
    width: 100%;
    padding-left: 37px;
    padding-right: 58px;
    margin-bottom: 97px;
}
.top-content-left{
    width: 310px;
    height: 100%;
    background-image: url("/Areas/UserPortalCenter/Content/img/pic.png");
    float: left;
}
.top-content-right{
    width: 538px;
    height: 100%;
    float: right;
    padding-top: 70px;;
}
.text-content{
    width: 538px;
    height: 65px;
    font-family: SourceHanSansCN-Regular;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222222;
}
/*中部*/
.middle-content{
    height: 56px;
    padding-left: 37px;
    font-family: SourceHanSansCN-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #222222;
}
.bottom-content{
    height: 214px;
    width: 100%;
}
.browser{
    height: 100%;
    width: 160px;
    float: left;
    padding-top: 32px;
    margin-right: 48px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(190, 202, 213, 0.5);
    behavior: url(/Areas/UserPortalCenter/Content/css/PIE.htc);
    position: relative;
    z-index: 10;
}
.last-browser{
    margin-right: 0px;
}
.browser-image{
    width: 52px;
    height: 52px;
    margin-left: 54px;
    margin-right: 54px;
}
.guge-browser{
    background-image: url("/Areas/UserPortalCenter/Content/img/guge.png");
}
.huohu-browser{
    background-image: url("/Areas/UserPortalCenter/Content/img/huohu.png");
}
.third-browser{
    background-image: url("/Areas/UserPortalCenter/Content/img/360.png");
}
.edge-browser{
    background-image: url("/Areas/UserPortalCenter/Content/img/edg.png");
}
.ie-browser{
    background-image: url("/Areas/UserPortalCenter/Content/img/ie.png");
}
.browser-name{
    font-family: SourceHanSansCN-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #000000;
    height: 70px;
    width: 100%;
    text-align: center;
}
.down-btn{
    width: 87px;
    height: 32px;
    background-color: #2191f3;
    border-radius: 6px;
    margin-left: 37px;
    color: #ffffff;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    line-height: 32px;
    behavior: url(/Areas/UserPortalCenter/Content/css/PIE.htc);
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: none;
}