/*=========================
	Start footer-mri CSS
===========================*/
.footer-mri {
    position: relative;
}

.footer-mri .footer-mri-top {
    padding: 100px 0px;
    position: relative;
    background: #1A76D1;
}

.footer-mri .footer-mri-top:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.1;
}

.footer-mri .single-footer-mri {

}

.footer-mri .single-footer-mri .social {
    margin-top: 25px;
}

.footer-mri .single-footer-mri .social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-mri .single-footer-mri .social li:last-child {
    margin-right: 0px;
}

.footer-mri .single-footer-mri .social li a {
    height: 34px;
    width: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #fff;
    text-align: center;
    padding: 0;
    border-radius: 100%;
    display: block;
    color: #fff;
    font-size: 16px;
}

.footer-mri .single-footer-mri .social li a:hover {
    color: #1A76D1;
    background: #fff;
    border-color: transparent;
}

.footer-mri .single-footer-mri .social li a i {

}

.footer-mri .single-footer-mri.f-link li a i {
    margin-right: 10px;
}

.footer-mri .single-footer-mri.f-link li {
    display: block;
    margin-bottom: 12px;
}

.footer-mri .single-footer-mri.f-link li:last-child {
    margin: 0;
}

.footer-mri .single-footer-mri.f-link li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
}

.footer-mri .single-footer-mri.f-link li a:hover {
    padding-left: 8px;
}

.footer-mri .single-footer-mri h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 40px;
    padding-bottom: 20px;
    text-transform: capitalize;
    position: relative;
}

.footer-mri .single-footer-mri h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    height: 3px;
    width: 50px;
    background: #fff;
}

.footer-mri .single-footer-mri .time-sidual {
    margin-top: 15px;
}

.footer-mri .single-footer-mri .time-sidual {
    overflow: hidden;
}

.footer-mri .single-footer-mri .time-sidual li {
    display: block;
    color: #fff;
    width: 100%;
    margin-bottom: 5px;
}

.footer-mri .single-footer-mri .time-sidual li span {
    display: inline-block;
    float: right;
}

.footer-mri .single-footer-mri .day-head .time {
    font-weight: 400;
    float: right;
}

.footer-mri .single-footer-mri p {
    color: #fff;
}

.footer-mri .single-footer-mri .newsletter-inner {
    margin-top: 20px;
    position: relative;
}

.footer-mri .single-footer-mri .newsletter-inner input {
    background: transparent;
    border: 1px solid #fff;
    height: 50px;
    line-height: 42px;
    width: 100%;
    margin-right: 15px;
    color: #fff;
    padding-left: 18px;
    padding-right: 70px;
    display: inline-block;
    float: left;
    border-radius: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 400;
    border-radius: 5px;
}

.footer-mri .single-footer-mri .newsletter-inner input:hover {
    padding-left: 22px;
}

.footer-mri input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer-mri input::-moz-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer-mri input::-ms-input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer-mri input::input-placeholder {
    opacity: 1;
    color: #fff !important;
}

.footer-mri .single-footer-mri .newsletter-inner .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    line-height: 50px;
    width: 50px;
    background: #fff;
    border-left: 1px solid #fff;
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    border-radius: 0px;
    border: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 0 5px 5px 0;
    color: #1A76D1;
    font-size: 25px;
}

.footer-mri .single-footer-mri .newsletter-inner .button i {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-mri .single-footer-mri .newsletter-inner .button:hover i {
    color: #2C2D3F;
}

.footer-mri .copyright {
    background: #1A76D1;
    padding: 25px 0px 25px 0px;
    text-align: center;
}

.footer-mri .copyright .copyright-content p {
    color: #fff;
}

.footer-mri .copyright .copyright-content p a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    margin-left: 4px;
}

/*=========================
	End footer-mri CSS
===========================*/
/*=========================
	START sider tips CSS
===========================*/
.card-details {
    /*margin-bottom: 30px;*/
}

.card-details .sider-card {
    background: #1A76D1;
    padding: 20px;
}

.card-details .sider-card .title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.card-details .sider-card .code {
    line-height: 52px;
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.card-details .sider-card .message {
    color: white;
}
.card-details .sider-card ul {
    margin: 0;
    padding: 0;
}
.card-details .sider-card ul li {
    list-style-type: none;
    display: block;
}

/*=========================
	END sider tips CSS
===========================*/
/*=========================
	START sider tips CSS
===========================*/

.card-details .introduce-card {
    padding: 20px;
}

.card-details .introduce-card .message {
    line-height: 42px;
    color: #1A76D1;
}

.card-details .introduce-card ul li {
    list-style-type: none;
    display: block;
}

/*=========================
	END sider tips CSS
===========================*/

/*=========================
	Start main CSS
===========================*/

.card-details {
    height: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px #ddd;
    box-shadow: 0px 0px 10px 0px #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.card-details-content {
    padding: 30px;
}

.card-details-content .first_title {
    font-weight: bold;
    font-size: 30px;
    color: black;
}
.card-details-content .sec_title {
    margin: 20px 0;
    font-weight: bold;
    font-size: 24px;
    color: black;
}

.page-title {
    text-align: center;
    padding: 20px;
}

.page-title p {
    font-size: 38px;
    font-weight: bold;
    color: black;
    margin-bottom: 20px;
}

.card-details-item h3 {
    font-weight: 600;
    font-size: 24px;
    color: #2f60bd;
    margin-bottom: 25px;
    margin-top: 25px;
}

.card-details-item p {
    margin-bottom: 0;
}

.card-details-item ul {
    margin: 0;
    padding: 0;
}

.card-details-item ul li {
    list-style-type: none;
    display: block;
    /*margin: 10px 0;*/
    line-height: 30px;
    color: black;
}

.card-details-item .title {
    font-weight: bold;
    color: black;
}

.card-details-item ul li:last-child {
    margin-bottom: 0;
}

.introduce-sec-title {
    margin-bottom: -15px
}

.introduce-sec-title .title {
    color: black;
}

.copy-identification {
    color: white;
    line-height: 35px;
    border: 1px solid white;
    font-weight: bold;
    padding: 5px 10px;
}

.copy-identification:hover {
    margin-left: 5px;
    color: white;
    border: 1px solid white;

}

.data-Owner .first_title {
    color: #000;
    font-weight: bold;
    font-size: 28px;
}

.data-Owner .title {
    color: #000;
    font-weight: bold;
    /*font-size:16px;*/
}

.data-Owner ul {
    margin: 0;
    padding: 0;
}

.data-Owner ul li {
    list-style-type: none;
    display: block;
    /*margin: 10px 5px;*/
    color: black;
}

/*=========================
	END main CSS
===========================*/
/*=========================
	START 搜索 CSS
===========================*/
.retrieval-search {
    /*background: #eee;*/
    /*border: 1px solid #eee;*/
    padding: 30px 0;
}
.retrieval-search .search-line{
    display: block;
}
.retrieval-search .search-line-2{
    display: none;
}
/*=========================
	END 搜索 CSS
===========================*/
.search-select-btn .el-input {
    width: 100px;
}

.import-data-select {
    display: block;
    position: relative;
}

.input-with-select .el-input-group__prepend {
    background-color: #fff;
}

.el-table__header-wrapper table {
    margin: 0
}

.nav-link-a {
    width: 100px;
    text-align: center;
}

.el-btn {
    line-height: 40px;
}

/*.el-input-group--append .el-input__inner, .el-input-group__prepend {*/
/*height: 60px;*/
/*}*/
@media screen and (min-width: 980px) {
}

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 750px) {
    .page-title p {
        font-size: 32px;
    }

    .card-details-content {
        padding: 30px;
    }

    .retrieval-search {
        padding: 50px;
    }

    .card-details .sider-card {
        padding: 20px;
    }

    .card-details {
        margin-bottom: 15px;
    }

    .card-details .sider-card {
        padding: 20px;
    }

    .card-details .first_title {
        font-size: 18px;
    }

    .card-details .sider-card .title {
        font-size: 16px;
    }

    .card-details .sider-card .code {
        line-height: 45px;
        font-size: 28px;
    }

    .card-details .margin-top-30 .margin-bottom-30 {
        margin-bottom: 15px;
    }

}

@media screen and (max-width: 570px) {
    .card-details-content {
        padding: 20px;
    }

    .retrieval-search {
        padding: 40px;
    }

    .card-details .sider-card {
        padding: 20px;
    }

    .page-title p {
        font-size: 28px;
    }
    .retrieval-search .search-line{
        display: block;
    }
    .retrieval-search .search-line-2{
        display: none;
    }
}

@media screen and (max-width: 450px) {
    .card-details-content {
        padding: 0;
    }
    .card-details .sider-card{
        padding-top: 20px;
    }
    .card-details-content .first_title {
        font-size: 24px;
    }
    .card-details-content .sec_title {
        font-size: 20px;

    }

    .retrieval-search {
        padding: 10px;
    }

    .card-details .sider-card {
        padding: 15px;
    }

    .page-title p {
        font-size: 18px;
    }

    .introduce-sec-title span {
        display: block;
        text-align: center;
    }
    .retrieval-search .search-line{
      display: none;
    }
    .retrieval-search .search-line-2{
        display: inline-block;
    }
}
