html{
    min-width: auto;
}

body{
    min-height: 100vh;
    padding-bottom: 120px;
}

.login_body {
    background: url(../image/contribution/loginbg_tgm.png) top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.login_logo{
    margin: 0 auto;
    padding: 12vw 0 18vw;
}

.login_form{
    width: 100%;
    background: none;
}

.login_formL{
    display: none;
}

.login_formR{
    float: none;
    width: 100%;
    left: auto;
    padding: 0 4vw;
}

.login_formR #loginform .sys_title{
    font-size: 20px !important;
    display: block !important;
    width: 100%;
    height: auto;
}

.login_formR #loginform table tr td{
    display: none;
}

.login_formR #loginform table tr td:last-child{
    display: unset;
}

.login_formR #loginform table tr td.error_block{
    display: none;
}

.login_formR input[type=text], .login_formR input[type=password]{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    border: 1px solid #b9defe;
    margin-bottom: 15px;
}

.login_formR a#subtn{
    width: 100%;
    height: 50px;
    background: #2451a0;
    line-height: 50px;
    border-radius: 25px;
    margin-top: 15px;
}

.login_formR a#subtn:hover{
    background: #2451a0;
}

.login_formR input::placeholder{
    color: #8d8d8d;
    font-style: italic;
}

.login_formR input#randCode{
    width: 68vw !important;
}

.login_formR img#randCodeImage{
    height: 50px !important;
    width: 20vw !important;
}

.footer{
    width: 92vw;
    bottom: 0;
    position: absolute;
    font-size: 14px;
    line-height: 28px;
    margin: 0 4vw;
    padding: 4vw 0;
    border-top: 1px solid #eeeeee;
    color: #8d8d8d;
    margin-top: 20px;
    background-color: unset;
}

.m{
    display: inherit;
}

.header{
    min-width: auto;
    background: url(../image/contribution/topbg_tgm.png) center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 145px;
}

.top{
    width: 100%;
}

.logo2{
    width: 60vw;
    background-position: left center;
    background-size: contain;
    margin-left: 4vw;
    margin-top: 4vw;
}

.menu{
    width: 100%;
}

.menu>ul{
    width: auto;
    right: 0;
    top: 7vw;
}

.menu>ul>li{
    display: none;
}

.menu>ul>li:last-child{
    display: block;
}

.menu>ul>li:last-child>a{
    display: flex;
    align-items: center;
}

.menu>ul>li:last-child>a::before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../image/contribution/logout.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.menu>ul>li>a{
    min-width: auto;
    padding: 0 4vw;
    font-size: 16px;
}

.user{
    display: none;
}

.content{
    width: 100%;
    min-height: auto;
}

.content .tab_title{
    display: block;
    position: absolute;
    left: 4vw;
    height: 40px;
    padding: 0 4vw;
    top: -38px;
    background: #fff;
    line-height: 40px;
    color: #2451a0;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    margin: auto;
}

.content table.gl tr{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 0 4vw;
}

.content table.gl tr:hover{
    background: unset;
}

.content table.gl tr:first-child,.content table.gl tr:first-child:hover{
    background: unset;
}

.content table.gl tr td{
    height: auto;
    border: none;
    padding: 0;
    text-align: left;
}

.content table.gl tr td p.date{
    display: flex;
    align-items: center;
    color: #8d8d8d;
    font-size: 14px;
    padding-top: 20px;
}

.content table.gl tr td p.date span{
    /* color: #2451a0; */
}

.content table.gl tr td p.date::before{
    content: '';
    background: #2451a0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.content table.gl tr .view_tg{
    width: auto;
    height: auto;
    display: block;
    top: 0;
    background: #f7f7f7;
    margin: 0;
    padding: 2vw 4vw;
    line-height: 28px;
    border-radius: 5px;
    font-size: 16px;
    color: #383838;
    font-weight: bolder;
    text-align: justify;
}

.content table.cx{
    width: 100%;
    margin: 0;
}

.content table.cx tr{
    display: flex;
    width: 100%;
    padding: 20px 4vw 0;
}

.content table.cx tr td{
    padding: 0 4vw;
    line-height: 28px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.content table.cx tr:first-child td{
    font-weight: bolder;
    font-size: 20px;
    width: 100%;
    text-align: justify;
}

.content table.cx tr td #textcode{
    background: transparent;
    font-style: italic;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    line-height: 45px;
    padding: 0 4vw;
    border: 1px solid #dcdcdc;
}

.commit_line{
    padding: 30px 4vw 0;
    display: flex;
    justify-content: flex-end;
}

.commit_line input[type=button]{
    margin: 0 0 0 4vw !important;
    padding: 0 4vw !important;
    border:0;
}

body.swal2-shown{
    padding-right: 0 !important;
}

body .swal2-popup{
    width: 280px;
    background-image: none;
    padding: 4vw;
}