/*color*/
.dark-red-color{
    color:#C21F30;
}
.red-color{
    color:#DE1C31;
}
.light-red-color{
    color:#EE3F4D;
}
.blue-color{
    color:#2775B6;
}
.yellow-color{
    color:#FED71A;
}
.pink-color{
    color:#EB3C70;
}
.black-color{
    color:#000000;
}
.gray-color{
    color:#4A4A4A;
}
.light-gray-color{
    color:#9B9B9B;
}
.light-white-color{
    color:#F7F7F7;
}
/*font size*/
.big-title{
    font-size:42px;
}
/*header */
a:hover, a:visited, a:link, a:active {
    text-decoration: none;
}
#header{
    width: 100%;
   /* height: 200px;*/
    float: left;
    position: absolute;
    /*position: fixed;*/
    top: 0;
    left: 0;
    z-index: 100;
    margin-top:20px;
}
#header>.header-logo{
    float:left;
    width:20%;
    height: 200px;
}
#header>.header-nav{
    float:left;
    width:50%;
    height: 200px;
}
#header>.header-user{
    display:table;
    float:left;
    width:30%;
    height: 100px;
}
.header-logo>:first-child{
/*    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);*/
    text-align: center;
}
.header-logo img{
    width:90px;
}
.header-nav ul{
    margin-top: 0;
    margin-bottom: 0;
    padding-left:0;
    overflow: hidden;
    line-height: 100px;
}
.header-nav ul li{
    list-style:none;
    font-size:18px;
    display:inline;
}
.header-nav ul li>a:hover{
    color:#DE1C31;
    font-weight:bold;
}
/*header */
.header-nav ul li:first-child{
    font-weight: bold;
}
.header-nav li{
    margin-right:30px;
    cursor: pointer;
}
.header-user>:first-child{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right:30px;
}
.header-user>:first-child>:first-child{
    display:inline-block;
    width:100px;
    border-color:#DE1C31;
    cursor:pointer;
}
.header-nav-selected{
    color:#DE1C31;
    font-weight:bold;
}
.header-user>:first-child #logout{
    display:inline-block;
    cursor:pointer;
}
.header-user>:first-child #admin{
    display:inline-block;
    cursor:pointer;
    margin-left:10px;
    margin-right:20px;
}
.header-user #my-card{
    color:#000000;margin-right:50px;
}
.header-user #my-card>img{
    margin-right:5px;
    width:20px;
    transform: translateY(25%);
}
.header-user #my-card>div{
    display: inline-block;
    position: absolute;
}
.header-user #my-card>div>img{
    width:40px;
}
.header-user #login-btn{
    color:#DE1C31;
}
.header-user #login-btn>img{
    width:14px;
}
/*footer */
#footer{
    position: relative;
    text-align: center;
    width: 100%;
    bottom: 30px;
}

.footer-nav-left{
    width:720px;
    margin:0 auto;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
}
#footer-nav>.footer-nav-left #left-item{
    text-align:center;
    display: inline-block;
}
.footer-nav-left:first-child{
    height:100%;
}
#left-item a{
    margin-bottom:19px;
    display: block;
    color:#4A4A4A;
    cursor: pointer;
    font-size:12px;
}
#left-item :nth-child(2){
    color:#2A2A2A;
    font-size:15px;
    font-weight:bold;
}
#footer-nav>.footer-nav-right{
    margin-left:70%;
}
#footer-nav>.footer-nav-right>.footer-panel{
    width:250px;
    height:200px;
    border-radius: 5px;
    vertical-align: middle;
    background: #C21F30;
    line-height: 40px;
    color:#f5f5f5;
    text-align: left;
}
#footer-nav>.footer-nav-right>.footer-panel>div{
    margin-left:40px;position:absolute;margin-top:30px;
}
#footer-logo{
    float: left;
    height: 100px;
    width: 50%;
    text-align: left;
}

#footer-retu>span{
    color:#9B9B9B;
    font-size:12px
}
.yjzw_dividing_line{
    background: url(../images/index/dividing-line.png);
    width: 100%;
    display:inline-block;
    height: 3px;
    margin-top: 50px;
}
/*中空按钮*/
.cutout-btn{
    display: inline-block;
    border-radius: 5px;
    border: 2px solid #000000;
    height: 40px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    color:#000000;
    width:100px;
    cursor: pointer;
}
