
html{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: '微软雅黑', Arial,serif;
    /*-webkit-filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(graysale=1);*/
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: '微软雅黑', Arial,sans-serif;
}
img{
    border: none
}
.el-select-dropdown{
    border-radius: 0!important;
}
.el-select-dropdown .el-select-dropdown__item{
    font-size: 12px;
    line-height: 28px;
}
.el-select-dropdown .selected{
    color: #cc0000!important;
    background-color: #fff!important;
}
.el-select__tags{
    white-space: nowrap!important;
    flex-wrap: nowrap!important;
}
.el-select-dropdown__item {
    height: 28px!important;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-family: 'Microsoft YaHei',sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: 'Microsoft YaHei',sans-serif;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: 'Microsoft YaHei',sans-serif;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: 'Microsoft YaHei',sans-serif;
}



.footer1 {
    margin-top: -330px;
    text-align: center;
    display: none;
    font-family: "Microsoft YaHei";
    font-size: 14px;
}
.footer1 .footer-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footer1 .footer-center {
    /*height: 240px;*/
    background-color: #ececec;
}
.footer1 .footer-center .our-partner{
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
    border-top: 1px solid #fff;
}
.footer1 .footer-center .our-partner ul{
    font-size: 12px;
    list-style-type: none;
    padding: 10px 0;
    margin: 0;
    color: #999999;
}
.footer1 .footer-center .our-partner ul li .link{
    color: #cc0000;
}
.footer1 .footer-center .our-partner ul li{
    padding: 0 15px;
    border-right: 1px solid #585858;
    display: inline-block;
    color: #585858;
}
.footer1 .footer-center .our-partner ul li:last-child{
    border-right: none;
}
.footer1 .footer-center .our-partner ul li a:hover {
    color: #cc0000;
    text-decoration: underline;
    text-decoration-color: #cc0000;
}
.footer1 .footer-center .footer-grid {
    display: grid;
    justify-items: end;
    grid-template-columns: 15% 20% 20% 45%;
}
.footer1 .footer-center .footer-item {
    display: inline-block;
    vertical-align: top;
}
.footer1 .footer-center .footer-item h4 {
    text-align: left;
    color: #585858;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer1 .footer-center .footer-item h4 img {
    margin-right: 5px;
    vertical-align: middle;
}
.footer1 .footer-center .footer-item ul {
    list-style-type: none;
    vertical-align: top;
    padding: 0;
    margin-left: 25px;
}
.footer1 .footer-center .footer-item ul li {
    text-align: left;
    padding-bottom: 8px;
}
.footer1 .footer-center .footer-item ul a {
    font-size: 12px;
    color: #585858;
    text-decoration: none;
    cursor: pointer;
}
.footer1 .footer-center .footer-item ul a:hover {
    color: #cc0000;
}
.footer1 .footer-center .beian {
    margin-top: 20px;
    width: auto;
}
.footer1 .footer-center .beian .QRCode .QRCode-box {
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    box-sizing: border-box;
}
.footer1 .footer-center .beian .QRCode .QRCode-box .img-con {
    padding: 5px;
    height: 105px;
    background-color: #fff;
    box-sizing: border-box;
}
.footer1 .footer-center .beian .QRCode .QRCode-box .img-con-l {
    padding: 10px;
    box-sizing: border-box;
    height: 105px;
    background-color: #fff;
}
.footer1 .footer-center .beian .QRCode .QRCode-box img {
    max-width: 95px;
}
.footer1 .footer-center .beian .QRCode .QRCode-box span {
    padding: 5px;
    display: block;
}
.footer1 .footer-center .beian .beian-info {
    margin-top: 20px;
}
.footer1 .footer-center .beian .beian-info img {
    vertical-align: middle;
    margin: 0 10px;
}
.footer-bottom-index {
    position: relative;
    text-align: center;
    font-size: 12px;
    background-color: #DEDEDE;
}
.footer-bottom-index .link:hover {
    text-decoration: underline;
    text-decoration-color: #bdbdbd;
}
.footer-bottom-index .bottom-left {
    width: 620px;
    height: 90px;
    float: left;
    color: #fff;
    text-align: left;
}
.footer-bottom-index .bottom-container {
    width: 1300px;
    height: 32px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    color: #444;
}
.footer-bottom-index .footer-item-with-icon {
    display: flex;
    align-items: center;
}
.footer-bottom-index .bottom-left p {
    margin: 18px 0;
}
.footer-bottom-index .bottom-left a:hover {
    color: #2192fe;
    text-decoration-color: #2192fe;
}
.bottom-right {
    text-align: left;
    float: right;
    vertical-align: middle;
    height: 90px;
    color: #fff;
}
.bottom-right span {
    vertical-align: middle;
    padding: 0 10px;
}
.bottom-right a:hover {
    color: #2192fe;
    text-decoration-color: #2192fe;
}
.bottom-right .word-item {
    vertical-align: middle;
    color: #bdbdbd;
    padding: 0;
    cursor: pointer;
}
/* message-box */
.el-message-box{
  width: auto;
  min-width: 420px;
  border: none;
  border-radius: 0;
}
.el-message-box__header{
  background-color: #e8e8e8;
}
.el-message-box__title{
  font-size: 16px;
  /*color: #fff;*/
}
.el-message-box__headerbtn .el-message-box__close{
  /*color: #fff;*/
}
.el-message-box__message p{
  color: #333;
}
.el-message-box__btns{
  padding: 20px 0;
  text-align: center;
}
.el-message-box__btns .el-button{
  height: 32px;
  border-radius: 0;
  margin: 0 30px;
  border: none;
  padding: 0 20px;
}
.el-message-box__btns .el-button--default{
  color: #333;
  background-color: #ccc;
}

.el-message-box__btns .el-button--primary{
  background-color: #cc0000;
  color: #fff;
}
.el-message {
  top: 250px!important;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.34);
  border-radius: 0;
}

