﻿body {
    margin: 0;
    padding: 0;
}

.div_All {
    position: fixed;
    width: 100%;
    height: 100%;
    font-size: 14px;
    background-image: url("/Images/Manages/login/loginBack.jpg");
    background-size: 100% 100%;
    overflow:auto;
}

.div_top {
    height: 80px;
}

.tb_top {
    width: 100%;
    height: 100%;
}

.div_main {
    /*height:auto;*/
    /*height: calc(100% - 80px);*/
    /*background-color: #f1f2f3;*/
    padding-top: 50px;
    /*background-color: #F4F4F4;*/
    overflow-y: auto;
    /*padding-bottom:50px;*/
    /*border:5px solid red;*/
}

.div_fwxyInfo {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    height: auto;
    padding-bottom: 100px;
    /*border:1px solid red;*/
    margin-bottom: 100px;
}

.div_fwtk_header {
    font-size: 23px;
    font-weight: 500;
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 4vh;
}

.div_fwtk_content {
    font-size: 15px;
    padding-left: 100px;
    padding-right: 100px;
    /*line-height: 4vh;*/
    /*height: 56.5vh;*/
    /*overflow-y: auto;*/
    /*overflow-y:scroll;*/
}

    .div_fwtk_content p, dl {
        margin: 0;
        padding: 0;
    }

    .div_fwtk_content dt {
        color: #458DE1;
        line-height: 30px;
    }

    .div_fwtk_content p, dd {
        margin: 0;
        padding: 0; /*text-indent:20px;*/
        line-height: 30px;
    }

.SysName_Chinese {
    padding-left: 20px;
    font-size: 28px;
    letter-spacing: 5px; /*font-size:20px;*/
    /*font-weight: bolder;
    color: #164D7A;*/
    color:#1b9bf6;
}

.SysName_English {
    padding-left: 20px;
    font-size: 26px;
    font-weight: bolder;
    color: #164D7A;
}

#Login {
    color: #337AB7;
    cursor: pointer;
}

    #Login:hover {
        color: #55d1f8;
    }
