.d1 {
    height: 42px;
    overflow: hidden;
    background: #b20e10;
    line-height: 42px;}
.d1 a{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    vertical-align: middle;}
.d1 .ll a{
    margin-right: 24px;}
.d1 .rr a{
    padding-left: 19px;
    margin-left: 19px;
    border-left: 1px solid #f8f8f8;}
.d1 .rr a:nth-of-type(1){
    border-left:none;}
.d1 .rr a.log{
    padding-left: 45px;
    background: url(images/log.png) no-repeat left 19px center;
    background-size: 17px 19px;}
.d1 .rr a.reg{
    padding-left: 50px;
    background: url(images/reg.png) no-repeat left 20px center;
    background-size: 20px 20px;}
.d1 a:hover{
    text-decoration: underline;}
/*
*组件样式
*/
.banner .item img{max-height:915px;}
/*2023-4-24 登录美化*/
.layui-layer{
    border-radius: 10px !important;
    overflow: hidden;}
.loginBox{
    display: none;
    height: 100%;}
.loginBox .logCon{
    overflow:hidden;}
.tcTit {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #b31a2c;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;}
.layui-layer-setwin .layui-layer-close2{
    top: -11px !important;
    right: -5px !important;
    background-position: -104px -32px !important;}
.layui-layer-content{
    overflow: hidden !important;}
.logCon {
    height: 100%;
    margin-top: 40px;
    max-height: calc(100% - 40px);
    overflow-y: scroll;
    padding-top: 38px;
    text-align: center;
    background: url(../images/tcbg.jpg) no-repeat bottom center;
    background-size: cover;}
.logCon a:first-child{
    margin-left: 0;}
.logCon a{
    display: inline-block;
    width: 115px;
    line-height: 44px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    border: 1px solid #b31a2c;
    border-radius: 5px;
    background: #f9d8db;
    margin-left: 27px;}
.logCon a:hover{
    background: #b31a2c;
    color: #fff;}
/*2023-4-24 登录美化*/


