* {
    margin: 0;
    padding: 0;
}
body{
    box-sizing: border-box;
    overflow: overlay;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    /* width: 1920px ; */
    width: 100%;
}
.handMenu .menu-container .el-menu-item{
    margin: 0 !important;
}
.con-title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #000000;
    opacity: 1;
    position: relative;
    text-align: center;
    padding: 40px 0 25px 0;
}
.el-footer{
    padding-left: 0 !important;
    height: 80px;
  }
.el-breadcrumb__inner.is-link {
    color: #999999 !important;
}

.el-popup-parent--hidden{
    padding: 0 !important;
    margin: 0 !important;
}
.el-breadcrumb__inner {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    opacity: 1;
}

.con-title::after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 6px;
    background: rgba(0, 0, 0, 1);
    opacity: 1;
    left: calc(50% - 30px);
    bottom: 15px;
}

.text-con {
    max-width: 1420px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.con-p {
    text-indent: 40px;
    font-size: 20px;
    font-weight: 400;
    color: #555;
    line-height: 38px;
    text-align: justify;
    text-justify:inter-ideograph;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}
@media screen and (max-width:1520px) {
    p {
      padding: 0 50px !important;
    }
    .con-img{
        padding: 0 40px 40px 0 !important;
    }
  }
.con-img {
    max-width: 1420px;
    margin: 0 auto;
}

.con-img img {
    width: 100%;
    height: 100%;
}

.container-width {
    max-width: 1420px;
    margin: 0 auto;
}
.el-aside{
    padding: 0;
    margin:0;
    border: none;
    font-size: 0;
}

ul {
    list-style-type: none;
}

a {
    color: initial;
    text-decoration: none;
}

.input {
    width: 320px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #707070 !important;
    opacity: 1;
    border-radius: 6px;
    padding-left: 10px;
    margin-right: 20px;
    font-size: 20px;
    outline: none;
}
.flexCenter{
    display: flex;
    align-items: center;
}
.el-menu {
    justify-content: center;
}

.btn {
    width: 70px;
    height: 40px;
    background: linear-gradient(180deg, #999999 0%, #000000 100%);
    opacity: 1;
    border-radius: 6px;
    font-size: 20px;
    color: #FFFFFF;
    vertical-align: -0.05em;
    cursor: pointer;
    line-height: 40px;
    border: none;
}
.el-header{
    padding: 0;
}
.title-text {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    position: relative;
    padding-left: 15px;
}

@media screen and (max-width:1470px){
    .title-text{
        margin-left: 80px;
    }

}

.title-text::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 20px;
    background: linear-gradient(180deg, #999999 0%, #000000 100%);
    opacity: 1;
    left: 0;
    top: 4px
}
.el-message-box{
    border: none !important;
}

.el-message-box__headerbtn {
    display: none;
}

.el-message-box__header {
    width: 520px;
    height: 33px;
    background: linear-gradient(360deg, #000000 0%, #999999 100%);
    opacity: 1;
    border-radius: 20px 20px 0px 0px;
    padding-left: 4px !important;

}

.el-message-box__header span {
    font-size: 24px;
    color: #FFFFFF;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 33px;
    margin-top: -5px;
}

.el-message-box__status {
    display: none !important;
}

.el-message-box.el-message-box--center {
    width: 530px;
    height: 267px;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    border-radius: 20px;
    padding-bottom: 20px;

}

.el-message-box__message {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 112px;
}

.el-message-box__message p {
    font-size: 24px !important;
    color: #000000;
    display: block;
}

.el-message-box__content {
    height: 113px;
    border-bottom: 1px solid rgba(221, 221, 221, 1);
}

.el-button--primary {
    display: none !important;
}
.el-message-box--center {
   padding-bottom: 0 !important;
}

.el-button {
    width: 90px !important;
    height: 50px !important;
    background: linear-gradient(180deg, #999999 0%, #000000 100%);
    opacity: 1;
    border-radius: 5px;
}

.el-button span {
    font-size: 24px;
    line-height: 50px;
    color: #FFFFFF;
}
.el-message-box__btns{
    margin-top: 9px;
}

.number,
.btn-next,
.btn-prev,
.more.el-icon {
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    color: #000000;
    font-weight: 400 !important;
    padding: 0 !important;
    margin: 0;
}

.el-input,
.el-input__inner {
    width: 80px !important;
    height: 40px !important;
    font-size: 20px;
}

.el-pagination__jump {
    display: inline-block;
}
.no-date{
    width: 100%;
    height: 42px;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 42px;
    color: #000000;
    opacity: 1;
    margin-top: 106px;
    text-align: center;
    margin-left: -70px;
}
