@import url('reset.css');
/* @import url('font.css'); */
@import url('../plugin/bootstrap/bootstrap.css');

/* customer */
body {
    font-size: 14px;
    font-family: Calibri, "Microsoft JhengHei", Helvetica, Arial, Verdana, sans-serif;
    background-color: #f8f7fc;
    background-image: url('../images/signin_bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

p {
    line-height: 1.5;
    color: #292e3e;
}

/*春節公告*/
.nyimg {
    width: 100%;
}

.nyBG {
    background-color: #ff4b47;
}

.nyContent {
    padding: 0px 25px;
    color: #fff;
}

.nyWord {
    padding: 20px 25px;
    background-color: rgb(0 0 0 / 0.15);
    border-radius: 10px;
}

.nyWord h3 {
    font-size: 1.2rem;
}

.nyWord h3 span {
    font-size: 1.75rem;
    margin: 0 10px;
    font-family: arial;
}

.nyContent .nyWord ul {}

.nyContent .nyWord ul li {
    font-size: 1.2rem;
    font-weight: bold;
    font-style: oblique;
}

.nyWord p {}

.nyTxt {
    padding: 10px 10px 0;
    font-size: 18px;
}

.nyContent h4 {
    font-size: 38px;
}

.nyContent h4 span {
    color: #ffffff;
    background-color: #a83031;
    border-radius: 30px;
    font-size: 30px;
    font-size: 14px;
    padding: 6px 10px;
    vertical-align: middle;
    margin-right: 7px;
}

.nyContent p {
    color: #fff;
    margin-bottom: 5px;
}

.nyContent ul {}

.nyContent ul li {
    margin-bottom: 10px;
    list-style: disc;
    margin-left: 27px;
}

.nyContent ul li a {
    color: #fff;
    text-decoration: underline;
}

.nyContent ul li a:hover {}

.nyNotice {
    font-weight: bold;
    font-size: 18px;
}
.nyNotice span{
    font-size: 24px;
}
.nyNotice::before {
    content: "!";
    display: inline-block;
    background-color: #ffffff;
    border-radius: 30px;
    color: #c7402f;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 7px;
}

.nyfooter {
    text-align: right;
    margin-top: 20px;
}