<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background-color: #f9f9f9;
}

body {
    background-color: initial;
}




.header, .footer {
	display: block;
}

.header {
    width: 100%;
    height: 54px;
    background-color: #FFFFFF;
	min-height: 0px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0;
    padding: 0;
    z-index: 100;
    position: absolute;    
	top: 0px;
	left: 0px;
    right: 0px;    
}

.header .title {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: 128px;
    height: 34px;
    font-size: 23px;
    font-weight: lighter;
}    
.header .logo {
    height: 38px;
    top: 0px;
    bottom: 0px;
    position: absolute;
    margin: auto 0px;
    left: 20px;
}
.header .logo &gt; a {
height: 38px;
}    
.header .logo img {
height: 38px;
} 


.footer {
    height: 32px;
    margin-top: 40px;
    margin-left: 250px;
    margin-right: 15px;  
}

.footer .copyright {
    width: 100%;
    text-align: center;
}

.side {
    height: 100%;
    position: absolute;
    top: 0px;
    padding-top: 50px;
    z-index: 10;
	padding-top: 54px;
	/*background-color: #414B56;*/
	width: 235px;
    background-color: #FFF; 
    border-right: 1px solid #E5E5E5;       
}

.content {
    margin-left: 250px;
    /* padding-top: 70px; */
    padding-bottom: 40px;
    /*background-color: aliceblue;*/
    margin-top: 66px;
    margin-right: 15px;
    min-height: 60px;       
}

.content .row {
    min-height: 60px;
    margin: 10px 0px;
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #efefef;    
}

.content .row .row-heading {
    border-bottom: 1px solid #efefef;
    padding: 0px 0px 10px 0px;
    font-size: 21px;
}
.content .row .row-body {

    padding: 10px 0px;
    font-size: 15px;
}
.content .row .row-footer {
    border-top: 1px solid #efefef;
    padding: 10px 0px 0px 0px;
    font-size: 13px; 
}


ul.menu {
    
    border-right: 1px solid #E5E5E5;    
}

.menu, .menu ul, .menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu &gt; li {
    position: relative;
    border-bottom: 1px solid #eee;
    background-color: #FFFFFF;    
}

.menu li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    color: #3C3C3C;
    /*border-bottom: 1px solid #515151;*/
}

.menu li a {
    padding: 12px 12px;
    color: #c4c4c4;
}

.menu &gt; li &gt; a {
    color: #6d6d6d;
    font-size: 14px;
    padding-left: 13px;
    border-bottom: 1px solid #585858;
    font-size: 17px;
    border-bottom: 0px;    
    padding: 20px;
}


.menu &gt; li.active &gt; a {
    /*color: #DDDDDD;*/
    /*background: #373737;*/
}

.menu li a i {
    font-size: 16px;
}

.menu li i {
    font-size: 19px;
}

.menu &gt; li &gt; a &gt; span {
    display: none;
    margin-left: 8px;
}

.menu &gt; li &gt; a &gt; span {
    display: inline;
}

.menu &gt; li &gt; ul {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    visibility: visible;
    background-color: #FDFDFD;
}

.menu &gt; li &gt; ul &gt; li {
    display: block;
    /*padding-left: 32px;*/
    font-size: 14px;
    color: #666;
}

.menu &gt; li &gt; ul &gt; li &gt; a { 
    padding-left: 32px;
}
.menu &gt; li &gt; ul.collapse.in &gt; li.active.open &gt; a.active {
    background-color: #d22222;
    color: #FFFFFF;
}


.menu li li a.parent:after, .menu &gt; li a.parent:after {
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    margin-right: 8px;
}

.menu li li.open &gt; a.parent:after, 
.menu &gt; li.open &gt; a.parent:after, 
.menu &gt; li li.open &gt; a.parent:after {
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 8px;
}

.content {

}

.content .content_box p {
    vertical-align: baseline; 
    text-indent: 0em; 
    line-height: 2em;
    margin: 0px;
}

.content .content_box span {
    font-family: arial, helvetica, sans-serif; font-size: 14px;
}

.content .content_box p span {
    
    /*font-family: 'å¾®è½¯é›…é»‘', 'Microsoft YaHei'; */
    /*font-size: 14px;*/
}
.content .content_box .bold {
    
    font-family: arial, helvetica, sans-serif; font-size: 16px; color: rgb(102, 102, 102);
}

.content .content_box p.code {
    
    vertical-align: baseline; background: rgb(247, 247, 247); line-height: 2em;
    line-height: 1.42;
    padding: 0px 10px;
}

.content .content_box p.code &gt; span {
    
    color: rgb(102, 102, 102); font-family: arial, helvetica, sans-serif; font-size: 14px;
}

.content .content_box p.subtext, .content .content_box h4.subtext {
    
    text-indent: 0em; line-height: 2em;
}

.content .content_box p a {
    text-decoration: none;
    color: #333333;
}

.content .content_box table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #e7e7eb;
}

.content .content_box table th, .content .content_box table td {
    padding: 8px 15px;
    border-bottom: 1px solid #e7e7eb;
    text-align: left;
}

.content.notice span.fs16 {
    font-size: 16px;
}

.content.payment_service {

}
.content.payment_service .service_box {
    width: 240px;
    float: left;
    height: 280px;
    border: 1px solid #d6d6d6;
    margin: 10px;
    text-align: center;
    padding: 0px 5px; 
}

.content.payment_service .service_box a, .content.payment_service .service_box a:hover {
    text-decoration: none;
    color: #333333;
}


.content.payment_service .service_box .service_image {
    width: 100%;
    height: 180px;
    overflow: hidden;
    vertical-align: middle;
    display: table-cell;    
}

.content.payment_service .service_box .service_image img {
    width: 100%;
}

.content.payment_service .service_box .service_title {
    width: 100%;
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    line-height: 121%;
}
.content.payment_service .service_box .service_subtitle {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 12px;
    color: #868686;
    padding: 2px 10px;    
}


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h3 {
    text-indent: 0em;
    line-height: 2em; 
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;       
}

h4 {
    text-indent: 0em;
    line-height: 2em; 
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;       
}

p.subtext {
    text-indent: 0em;
    line-height: 2em;
    margin: 0px;
    vertical-align: baseline;
}


.apitable {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #e7e7eb;
}

.apitable td {
    color: rgb(34, 34, 34);
    font-size: 11pt;
    vertical-align: middle;
    white-space: normal;
    /*border-left-width: 1.2pt;*/
    border-bottom-width: 1.2pt;
}

.apitable .header_row {
    background: rgb(244, 245, 249);
}

.apitable .header_row &gt; td {
    
}

.apitable .header_row:first-child &gt; td {
    border-bottom-color: rgb(231, 231, 235);
    border-bottom-width: 1.2pt;
    border-bottom-style: solid;
}

.apitable .content_row {
    
}

.apitable .content_row &gt; td {

}

.apitable .header_row &gt; td, .apitable .content_row &gt; td {
    padding: 10px 10px;
}


.apitable .content_row:not(:first-child):not(:last-child) &gt; td {
    border-bottom-color: rgb(231, 231, 235);
    border-bottom-width: 1.2pt;
    border-bottom-style: solid;
}

.redtext {
    color: #FF0000;
}

.langbox {
    float: right;
    display: flex;
    margin-top: 18px;
    margin-right: 4px;
}

.langbox &gt; div {
    padding: 0px 3px;
    color: #000000;
}
.langbox &gt; div.lang_opt {
    color: #d33d29;
}
.langbox a {
    color: #000000;
}
.langbox a:hover {
    text-decoration: none;
}

.content {
    padding-top: 8px;
}
.content .row {
    box-shadow: 0 0 20px 0px rgb(230 230 230);
    border-radius: 5px;
}

ol li, ul li {
    margin: 15px 0px;
    text-indent: 0px;
    font-size: 15px;
}</pre></body></html>