<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/******************** 鐣欒█鏉� ********************/

/*閫傞厤contactUs.css鏍峰紡 begin*/
.slice.page-1 .page-1-main .page-1-right {
	overflow-y: auto;
}
.slice.page-1 .page-1-main .page-1-right &gt; img {
	height:auto;
}
.slice.page-1 .page-1-main .page-1-right .page-1-right-content {
	padding: 10px 0px 0px 59px;
}
.slice.page-1 .page-1-main .page-1-right .page-1-right-content .info .content ul li {
	margin-top: 18px;
}
.slice.page-1 .page-1-main .page-1-right .page-1-right-content .user-list {
	margin-top: 20px;
}
/*閫傞厤contactUs.css鏍峰紡 end*/

.message-panel{
	padding:2px;
	margin-top:45px;
}
.message-panel .message{
	margin:1px 1px 1px 0px;
}
.message-panel .message .row &gt; div{
	padding:5px;
}
.message-panel .message .row &gt; div &gt; div{
	padding:5px 0;margin:3px;
	background-color: #f5f7fa;		
}
.message-panel .message .row span{
	padding:5px 0 5px 15px;
	font-size: 14px;
	color: #888;
}
.message-panel .message .row input,textarea{
	width:80%;background-color: #f5f7fa;border:none;outline: none;
	padding-left: 15px;
	font-size: 14px;
	color: #888;
}
.message-panel .message .row textarea{
	width:100%;
}
.message-panel .message .row .message-submit{
	background-color: #de0020;
	text-align: center;
	color:white;
	font-size: 14px;
    cursor: pointer;
}
.message-panel .message .row .message-submit:active{
        background-color: #ff0000;
}

/******************** 鐣欒█鍒楄〃 ********************/
.message-body{
	background-color: #f5f7fa;
}
.message-body .container{
	padding:0;
}
.page-title{
    padding: 28px 0;
    overflow: hidden;
    margin-top: 0;
	text-align: center;
	height: 100px;
	font-weight: 700;
	font-size: 2em;
}
.page-content {
    background-color: #fff;
    padding-right: 20px;
	text-align: right;
}

.p-panel {
    display: block;
    border-radius: 6px;
    box-shadow: #e2e9f1 0px 0px 10px 3px;
    overflow: hidden;
    border: none;
    background-color: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	border-radius: 4px;
	float: right;
}

.pagination &gt; li {
	display: inline;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.428571429;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer
}

.pagination &gt; li:first-child &gt; a, .pagination &gt; li:first-child &gt; span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination &gt; li:last-child &gt; a, .pagination &gt; li:last-child &gt; span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; a:focus, .pagination &gt; li &gt; span:focus {
	border-color: #de0020;
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; span:focus {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	background-color: #de0020;
	border-color: #de0020;
}

.pagination &gt; .disabled &gt; span, .pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover, .pagination &gt; .disabled &gt; a:focus {
	color: #999999;
	cursor: not-allowed;
	background-color: #ffffff;
	border-color: #dddddd;
}

.pagination-sm &gt; li &gt; a, .pagination-sm &gt; li &gt; span {
	padding: 5px 10px;
	font-size: 12px;
}

.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
</pre></body></html>