@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
._kln{font-weight: bold;}
._ysc{text-align: center;}
._ysr{text-align: right;}
._gz{display: none;}
textarea:focus,input:focus{
    outline: none;
}
a:link,a:active,a:visited,a:focus{text-decoration:none}
a:hover{text-decoration:none}
*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family:'Open Sans',sans-serif;
}
body{
    display: flex;
    justify-content: center;
    min-height: 100vh;
    font-weight: 500;
    font-size: 12px;
    background: #d4d4d4
}
.kt{
    position: relative;
    width: 100%;
    border: 0;
    background: #fff;
    height: 100vh;
}
@media (min-width:740px){
    .kt{
        width: 700px;
        background: #fff;
    }
}
.kt-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #333;
    height: 60px;
}
.kt-a1{
    color: #fff;
    padding-left: 10px;
    font-size: 18px
}
.kt-a2{
    display: flex;
}
.kt-a2 a{
    margin-right: 5px;
    padding: 5px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}
.kt-a2 i{
    color: #fff;
    font-size: 18px;
}
.kt-b{
    height: calc(100vh - 60px);
    overflow-y: auto;
}
.b1{
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.b1 a{
    margin: 5px;
    padding: 10px;
    border: 1px dashed #9560a0;
}
.b2{
    position: relative;
}
.b2-a{
    display: flex;
    align-items: center;
    padding: 10px;
}
.b2-c-br{
    border-top: 1px solid #ccc;
}
.b2-b{
    width: 42px;
    font-size: 18px;
    color: #9560a0;
}
.b2-c{
    flex: 1
}
.b2-c1{
    display: flex;
    justify-content: space-between;
}
.b2-c1-b span{
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}
.b2-c1-b-r1{
    background: #6fd351;
}
.b2-c1-b-r0{
    background: #aa4331;
}
.b2-c2{
    display: flex;
}
.b2-c2-a{
    margin-top: 5px;
    margin-right: 3px;
    border: 1px dashed #6fd351;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f8f8f8;
}
.b2-c2-a i{
    color: #999;
    padding-right: 3px;
}
.b2-c2-a span{
    color: #999;
    margin-left: 5px;
}
.b2-c2-b{
    margin-top: 5px;
    border: 1px dashed #9560a0;
    border-radius: 8px;
    padding: 5px 10px;
    background: #f8f8f8;
}
.b2-c2-b i{
    color: #999;
    padding-right: 3px;
}
.b2-c2-b span{
    color: #999;
    margin-left: 5px;
}
.b2-d{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0,0,0,0.2);
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.b2-d-a{
    width: 320px;
    max-height: calc(100vh - 40px);
    background: #fff;
    overflow: scroll
}
.b2-d-b{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border:1px dashed #6e0a5e;
    border-radius: 12px;
    margin: 5px 10px;
    cursor: pointer;
}
.b2-d-b1{
    display: flex;
    align-items: center;
}
.b2-d-b1 span{
    margin-left: 5px;
}
.b2-d-c{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 2px solid #6e0a5e;
}
.b2-d-c i{
    color: #6e0a5e;
    font-size: 24px;
    cursor: pointer;
}
.b2-d-a::-webkit-scrollbar{
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}



.b2-e{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0,0,0,0.9);
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
}
.b2-e1{
    width: 320px;
    max-height: calc(100vh - 50px);
    background: #6e0a5e;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.b2-e2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 10px;
    color: #fff;
}
.b2-e2 i{
    color: #fff;
    font-size: 24px;
    cursor: pointer;
}
.b2-e3{
    background: #fff;
    max-height: calc(100vh - 110px);
    overflow-y: scroll;
}
.b2-e3::-webkit-scrollbar{
    width: 0px;
    background-color: transparent; /* make scrollbar transparent */
}
.b2-e3-a{
    padding: 10px;
    background: #e0a8d6;
}
.b2-e3-b{
    padding: 10px;
}
.b2-e3-c1{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.b2-e3-d1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.b2-e3-e{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.b2-e3-e2{
    color: #e0a8d6;
}
.b2-e3-e3{
    color: #999;
}
.b2-e3-br{
    border-top: 1px dashed #e0a8d6;
}
.b2-e3-bos{
    padding: 10px;
    font-style: italic;
    color: #999;
}
.b2-e4{
    height: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 100%;
    background: #fff;
}







.b2-d-b1{
    display: flex;
    align-items: center;
}
.b2-d-b1 span{
    margin-left: 5px;
}

.b2-d-a::-webkit-scrollbar{
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.b2-ee{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0,0,0,0.2);
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 2;
}
.b4-a{
    display: flex;
    padding: 5px 10px;
}
.b4-b{
    width: 40px;
    font-size: 18px;
}
.b4-e{
    padding-top: 3px;
}
.b4-e span{
    color: #999;
}
.b4-br{
    border-top: 1px solid #ccc;
}



.y1-a{
    display: flex;
    flex-direction: column;
    padding: 10px
}
.y1-a a{
    padding: 5px 0
}
.y1-b1{
	background: green;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.y1-b1>span{
	color: #fff;
}
.y1-b1>div>span{
	padding: 5px 10px;
	background: green;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.y1-bos{
	padding: 20px 10px;
	font-style: text-italic;
	color: #999;
}














.s4{
    display: flex;
    justify-content: center;
    width: 100%;
    background: #fff;
}
.s4-a{
    background: #fff;
}
.s4-b{
    font-size: 22px;
}
.s4-c{
    display: flex;
}
.s4-d{
    width: 250px;
    margin-right: 8px;
    border: 2px solid #666;
    font-size: 10px;
}
.s4-d1{
    padding: 1px 3px;
}
.s4-d2{
    display: flex;
    border-top: 1px solid #ccc;
}
.s4-d2-a{
    width: 27px;
    border-right: 1px solid #ccc;
}
.s4-d2-a-bg{
    background: #b1aeae;
}
.s4-d2-b{
    width: 37px;
    border-right: 1px solid #ccc;
}
.s4-d2-c{
    flex: 1;
    position: relative;
}
.s4-d2-c>i{
    position: absolute;
    right: 3px;
    top: 3px
}
.s4-d2-c1{
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
}
.s4-d2>div{
    padding: 1px 3px;
}
.s4-e{
    display: grid;
    grid-template-columns: repeat(1,450px);
    grid-auto-flow: row;
    gap: 3px;
    font-size: 10px;
}
.s4-f{
    border: 2px solid #666;
}



.d1-a{
    padding: 10px;
    background: #999;
    color: #fff;
}
.d1-b{
    padding: 10px;
}
.d1-c{
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.d1-c2{
    padding: 5px 10px;
    border: 1px dashed #999;
    color: #999;
}
.d1-br{
    border-top: 1px dashed #e0a8d6;
}
.d1-c1-b{
    font-style: italic;
    color: #999;
}

.d1-u1{
    padding: 10px;
    color: #3c8625;
}

.d1-e{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.d1-e1 input{
    padding: 10px;
}
.d1-e2{
    margin-top: 5px;
    display: flex;
}
.d1-e2 label{
    display: flex;
    align-items: center;
    margin-right: 8px;
}
.d1-e2 label span{
    padding-left: 3px;
}

.d1-a2{
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 10px;
}
.d1-a2 a{
    padding: 10px;
    border: 2px dashed #e0a8d6;
    width: 100px;
}
.d2 form{
    padding: 10px;
}
.d2-a{
    padding-bottom: 5px;
}
.d2-c{
    padding: 20px 0 5px 0;
}
.d2-d input{
    padding: 10px;
    width: 250px;
}
.d2-e{
    padding: 20px 0 5px 0;
}
.d2-f div{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.d2-f span{
    padding-left: 5px;
}
.d2-g{
    margin-top: 20px;
}
.d2-g input{
    padding: 10px;
    color: #fff;
    background: #999;
    border: 2px dashed #666;
}
.d3 form{
    padding: 10px;
}
.d3-a{
    padding-bottom: 5px;
}
.d3-c{
    padding: 20px 0 5px 0;
}
.d3-d input{
    padding: 10px;
    width: 250px;
}
.d3-e{
    margin-top: 20px;
}
.d3-e input{
    padding: 10px;
    color: #fff;
    background: #999;
    border: 2px dashed #666;
}
.d10 form{
    padding: 10px;
}
.d10-a{
    padding-bottom: 5px;
}
.d10-b input{
    padding: 10px;
    width: 100%;
}
.d10-c{
    margin-top: 20px;
}
.d10-c input{
    padding: 10px;
    color: #fff;
    background: #999;
    border: 2px dashed #666;
}

.b5-a{
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
}
.b5-br{
    border-top: 1px dashed #ccc;
}
.b5-b{
    padding: 15px 10px;
    background: #e0a8d6;
    font-size: 15px;
}
.b7-a{
    padding: 15px 10px;
    background: #e0a8d6;
}
.b7-b{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.b7-b1,.b7-b4{
    width: 20%;
}
.b7-b2,.b7-b3{
    width: 30%;
}
.b7-c{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.b7-br{
    border-top: 1px dashed #ccc;
}
.b7-tp{
    background: #f2f2f2;
}
.v2{
    padding: 10px;
}
.v2 input{
    border: 1px solid #ccc;
    padding: 10px;
}
.v2-a8{
    border: 1px solid #c06e38;
    background: #eecfbd;
    padding: 20px 10px;
    font-size: 16px;
}

.pd-5{margin:5px}.pd-10{margin:10px}.pd-15{margin:15px}.pd-20{margin:20px}
.pd-t5{margin-top:5px}.pd-t10{margin-top:10px}.pd-t15{margin-top:15px}.pd-t20{margin-top:20px}
.pd-b5{margin-bottom:5px}.pd-b10{margin-bottom:10px}.pd-b15{margin-bottom:15px}.pd-b20{margin-bottom:20px}
.pd-l5{margin-left:5px}.pd-l10{margin-left:10px}.pd-l15{margin-left:15px}.pd-l20{margin-left:20px}
.pd-r5{margin-right:5px}.pd-r10{margin-right:10px}.pd-r15{margin-right:15px}.pd-r20{margin-right:20px}
.mr-5{margin:5px}.mr-10{margin:10px}.mr-15{margin:15px}.mr-20{margin:20px}
.mr-t5{margin-top:5px}.mr-t10{margin-top:10px}.mr-t15{margin-top:15px}.mr-t20{margin-top:20px}
.mr-b5{margin-bottom:5px}.mr-b10{margin-bottom:10px}.mr-b15{margin-bottom:15px}.mr-b20{margin-bottom:20px}
.mr-l5{margin-left:5px}.mr-l10{margin-left:10px}.mr-l15{margin-left:15px}.mr-l20{margin-left:20px}
.mr-r5{margin-right:5px}.mr-r10{margin-right:10px}.mr-r15{margin-right:15px}.mr-r20{margin-right:20px}

.v1{
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.v1 a{
    margin: 5px;
    padding: 10px;
    border: 1px dashed #9560a0;
}
.v5-br{
    border-top: 1px solid #ccc;
}

.z1{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.z1 form{
    border: 1px solid #666;
    border-radius: 10px;
    padding: 20px;
    width: 250px;
}
.z1 form input[type="text"],.z1 form input[type="password"]{
    padding: 10px;
    width: 100%;
}
.z1 form input[type="submit"]{
    width: 100%;
    background: #aa4331;
    color: #fff;
    border: 1px solid #666;
    padding: 10px;
}
.z1 form div{
    display: flex;
    justify-content: center;
}

.c1-b{
    padding: 15px 10px;
    background: #e0a8d6;
}
.c1-br{
    border-top: 1px dashed #ccc;
}
.c1-c{
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.c1-c1{
    width: 40px;
}
.c1-c2{
    flex: 1;
}
.c1-c3{
    width: 50px;
}
.c2-a{
    padding: 15px 10px;
    background: #e0a8d6;
}
.c2-br{
    border-top: 1px dashed #ccc;
}
.c2-b{
    display: flex;
    padding: 10px;
}
.c2-b1{
    width: 40px;
}
.c2-b2{
    width: 40px;
}
.c2-c{
    padding: 10px;
}
.c2-c a{
    color: #3c8625;
}