<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{margin:0;padding:0;list-style:none;border:0;}
a{text-decoration:none;}
body{width:100%;margin:0 auto;font-family: source-han-sans-simplified-c,sans-serif;}

.login_box {
    padding: 10px;
    background: #f6f4f4;
}

.login_name {
    background: none repeat scroll 0 0 #F8FDFF;
    border: 1px solid #dcdbdb;
    color: #CBCFD1;
    font-size: 14px;
    height: 40px;
    width: 100%;
    margin-bottom: 10px;
}

.person_bg {
    background: url(../../images/icons/name.png) no-repeat center;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background-size: 50% 50%;
}

.login_name .name {
    background: none;
    border: 0;
    color: #CBCFD1;
    font-size: 14px;
    height: 38px;
    width: 86%;
}


.login_name .name {
    background: none;
    border: 0;
    color: #CBCFD1;
    font-size: 14px;
    height: 38px;
    width: 86%;
}

.login_in {
    display: block;
    margin: 10px 0;
    background: #eba91f;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 0;
    color: #3f2b18;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    font-family: "hiragino Sans GB W3";
	color:white;
}</pre></body></html>