.body-bg { 
    background-image: url(lybbg.png);
	background-position: center center;
    font-size:16px;
    display:flex; justify-content:center;
 }

.body-bg-list {
background-image: url("lybbg.png");
background-position: center center;
position:fixed;
background-position: center;
background-size:cover;
background-repeat: no-repeat;
font-size:16px;
display:flex; justify-content:center;
}
 
.layout {
    width: 1024px;
    height: calc(100vh-40px);
    display: flex;
    flex-direction: column;
}

.main {
    flex-grow: 2;
    object-fit: contain;
    overflow-y: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    --padding-top:30px;
}
.content {padding-top:80px;
    width:100%;
    text-align:center;
}

.main1 {
    flex-grow: 2;
    object-fit: contain;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    --padding-top:15px;
    --padding-bottom:20px;
}
.content1{
    background-image: url("lybbg.png");
    width:100%;
    --margin-left:30px;
    --margin-right:20px;
    --padding-top:10px;
    text-align:center;
    background: #fff;
}
.content1 .title {
    margin-left:30px;
    margin-right:20px;
    margin-bottom:10px;
    display:flex; 
    justify-content:space-between;
    align-items: center;
}

.ctable{ text-align:left; display: flex; align-items: center; justify-content: center; border-spacing:250px 12px;}
.ctable1{ text-align:left; display: flex; align-items: center; justify-content: center; border-spacing:25px 12px;}

.ctable tr{ height: 40px;}
.ctable .ttd{ width:10px; text-align:right; padding-right: 15px; height: 35px; line-height: 35px;}

.ttdm{ width:150px; text-align:right; padding-top: 10px; padding-left: 0px;}
.ttdm1{ width:250px; text-align:right; padding-top: 10px; padding-left: 10px;}
.ttdr{ width:250px; text-align:left;}

#form {font-weight:bold;}
canvas{padding-top: 10px;}
a {text-decoration : none}

.ctable [type="text"] { 
    background-color: transparent;
	border: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
    border-radius: 5px;
    width: 160px;
    height: 35px;
    padding-left: 5px;
}
.ctable1 [type="text"] { 
    background-color: transparent;
	border: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
    border-radius: 5px;
    padding-left: 5px;
}

[type="password"] { 
    background-color: transparent;
	border: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
    border-radius: 5px;
    width: 160px;
    height: 35px;
    padding-left: 5px;
}

button {
border-radius: 11px;
padding: 8px 20px 8px 20px;
background-color: #707da5;
color: #fff;
cursor: pointer;
border: none;
font-weight:bold;
font-size:18px;
min-width: 130px;
height: 40px;
}

.button_min {
    border-radius: 11px;
    padding: 8px 20px 8px 20px;
    background-color: #707da5;
    color: #fff;
    cursor: pointer;
    border: none;
    font-weight:bold;
    font-size:12px;
    min-width: 60px;
    height: 30px;
    }

select::-ms-expand { display: none; }
select{
    font-size:  16px;
    border: solid 1px #ccc;
    padding: 3px;   
    border-radius: 4px;
}
textarea{ 
	border: solid 1px #ccc;
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 5px;
}
[type="file"]  { color: red;/*font-size: 0;818181 054a98*/} 
::file-selector-button {
    color: #fff;
    border-radius: .25rem;
    border: 1px solid #818181;
    padding: .50rem 1rem;
    background-color: #818181;
    box-sizing: border-box;
    font-family: inherit;
    cursor: pointer;
}


.pure-table {
    border-collapse: collapse;
    border-spacing: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border: 1px solid #cbcbcb;
    text-align: left;
    --margin:50px 0px 20px 10%;
    width:100%;
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial,sans-serif;
    padding: 1em 0;
    text-align: center;
}

.pure-table td,.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

.pure-table td { background-color: transparent; }
.pure-table-odd td { background-color: #f2f2f2; }
.pure-table-odd1 td { background-color: #ffffff; }