﻿@charset "UTF-8";
html {
width: 100%;
}
body {
position: relative;
height: 100%;
min-width: 720px;
min-height: 550px;
margin: 0;
}
body,
table,
select,
input,
button {
font-size: 15px;
font-family: "微软雅黑",tahoma,verdana,sans-serif;
border: none;
}
a:link,
a:visited,
a:active {
color: #424242;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
.header {
width: 100%;
height: 88px;
border-bottom: 2px solid #E5E5E5;
background: url(../images/logo.png) top left no-repeat;
}
.mnc {
padding: 15px 10px;
}
.mnc .mnc-hd {
width: 100%;
height: 38px;
line-height: 38px;
text-align: center;
font-weight: bold;
color: #F07C01;
background-color: #FFF8E5;
}
.mnc .mnc-hd .mnc-hd-star {
height: 16px;
width: 16px;
background: url(../images/star.png) no-repeat;
}
.mnc .mnc-hd .mnc-hd-ws {
color: #D00000;
}
.mnc .mnc-tt {
width: 50%;
height: 60px;
background: url(../images/title.png) no-repeat;
margin: 0 auto;
}
.mnc .mnc-bd {
width: 1000px;
height: 300px;
margin: 0 auto;
}
.mnc .part {
width: 480px;
height: 300px;
margin: 0 10px;
}
.mnc .part .btn {
width: 153px;
height: 48px;
padding: 44px 120px 44px 210px;
}
.mnc .part a .lk {
color: #F07C01;
text-align: center;
line-height: 50px;
border: 2px solid #F07C01;
padding: 8px 26px;
border-radius: 8px;
}
.mnc .msg {
margin-left: 121px;
line-height: 23px;
}
.mnc .msg-tt {
font-weight: bold;
}
.mnc .part-rt {
background: url(../images/page1.png) no-repeat;
float: left;
}
.mnc .part-lf {
background: url(../images/page2.png) no-repeat;
float: right;
}
.mnc .mnc-ft {
text-align: center;
color: #A6A6A6;
}
.foot {
text-align: center;
font-size: 14px;
font-weight: bold;
}
.lnk-mnc {
font-size: 12px;
}
.lnk-clr{
color: #80c3d1;
}
.lnk-undl{
text-decoration: underline;
}