@charset "UTF-8";

.mechanism_nav.navlist,
.mechanism_nav .navlist {
    background: #941211;
}

.mechanism_body.main_body {
    background-image: none;
}


.check-digit_login_form {
    max-width: 500px;
    margin: auto;
    width: 100%;
}

.check-digit_login_form .button {
    height: 35px;
    line-height: 35px;
    margin-left: 6px;
    background-color: #000000;
}

.register_cont {
    width: 500px;
    height: 550px;
    line-height: 1.8;
    color: #666;
    padding: 20px;
    border-left: 1px solid #ddd;
}

.register_cont .swiper-container {
    width: 100%;
    height: 100%;
    padding-right: 15px;
}

.register_cont .swiper-slide {
    height: auto;
}

.register_cont .swiper-container .swiper-scrollbar {
    width: 3px;
}

/* .register_cont  .swiper-scrollbar-drag{	 */
/* background:#efefef; */
/* } */

.com_name {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
}

.qy_banner {
    width: 1200px;
    margin: 20px auto 0;
}

.qy_banner img {
    display: block;
    width: 100%;
}

.qy_index {
    margin: 20px auto;
}

.qy_index_left {
    width: 280px;
}

.qy_index_right {
    width: 900px;
}

.qy_index_left_can {
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 8%);
    border: 1px solid #ddd;
    background: #fff;
}

.qy_index_left_can .tytitle {
    background: url(../images/index02_title2.jpg) no-repeat center left / cover;
}

.qy_index_left .lxfs {
    /* margin-top:20px; */
    padding: 14px;
    /* border-top:1px solid #ddd; */
    background: #fff;
}

.qy_index_left .lxfs a {
    width: 48%;
    border: 1px solid #ddd;
    height: 40px;
    color: #333;
    font-size: 14px;
}

.qy_index_left .lxfs a img {
    height: 22px;
    margin-right: 5px;
}

.qy_index_left .lxfs a:hover {
    color: #B40001;
}

.qy_index_left .ewm {
    padding: 15px 0;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #B40001;
    border-top: 1px solid #ddd;
}

.qy_index_left .ewm img {
    display: block;
    height: 150px;
    margin: 0 auto 10px;
}

.hot_news {
    margin-top: 20px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 8%);
    border: 1px solid #ddd;
    background: #fff;
}

.hot_news h3 {
    padding-left: 15px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}

.hot_news .list a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.companyinfo {
    background-color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 8%)
}

.cpy_top {
    height: 45px;
    border-bottom: 1px solid #ddd;
    line-height: 45px;
    padding-left: 16px;
    padding-right: 16px;
}

.cpyb_top h2 {
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.cpy_bot {
    padding: 20px;
}

.cpy_bot .cpy_img {
    width: 400px;
    margin-right: 20px;
}

.cpy_bot .img img {
    width: 100%;
}

.cpy_bot .cpy_def {
    width: 440px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.cpy_bot .cpy_def .more {
    color: #C40001;
}

.pro_hotsale_list {
    width: 100%;
    padding: 0 20px 20px;
}

.pro_hotsale_list li {
    width: calc((100% - 60px) / 4);
    height: 255px;
    padding: 5px;
    margin: 20px 20px 0 0;
    box-shadow: 0 0 10px 3px #dddddd;
}

.pro_hotsale_list li:nth-child(4n) {
    margin-right: 0;
}

.pro_hotsale_list li a {
    display: block;
}

.p_h_picture img {
    width: 100%;
    height: 180px;
}

.p_h_price {
    color: #B40001;
    font-size: 14px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.p_h_title {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 42px;
    margin-top: 10px;
}

.pro_hotsale_list li:hover .p_h_title {
    color: #B40001;
}

.p_h_price span {
    font-size: 18px;
}

.mechanism .item.on {
    background: #B40001;
    color: #fff;
}

.mechanism_news a {
    display: flex;
}

.mechanism_news a::before {
    /* display: none; */
}

.mechanism_news a .news_detail {
    color: #B40001;
}

.navlist .item {
    width: unset;
    min-width: calc(100% / 11);
}

.error-module {
    padding: 5% 0px;
    text-align: center;
}

.error-module .icon .layui-icon {
    font-size: 96px;
    color: #ddd;
}

.error-module .text {
    margin-top: 1%;
    font-size: 16px;
    color: #999;
}

.lay-login-guide-model {
    /* min-width: 450px; */
}

.lay-login-guide-model .title {
    font-size: 22px;
    padding-top: 24px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.lay-login-guide-model .login_form {
    padding-top: 12px;
}

.cursor_pointer {
    cursor: pointer;
}

.theme_color {
    color: #ff0000 !important;
}

.mtzy .item {
    width: calc(92% / 5);
    margin: 0 2% 2% 0;
    height: 70px;
    border: 1px solid #ddd;
}

.mtzy .item img {
    max-height: 90%;
}

.mtzy .item:nth-child(5n) {
    margin-right: 0;
}

.layui-form-select dl dd.layui-this {
    background-color: #B40001;
}

.login_form_input .layui-select-title input {
    width: 100% !important;
}

.layui-form-checkbox[lay-skin=primary] span {
    align-items: baseline;
    display: flex;
}

.layui-form-checkbox[lay-skin=primary] {
    display: flex;
    padding-left: 0px;
    justify-content: center;
    width: 100%;
}

.layui-form-checkbox[lay-skin=primary] i {
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    position: relative;
    order: -1;
    margin-right: 6px;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #000000;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #000000 !important;
    background-color: #000000;
}

.layui-unselect a {
    color: #000000 !important;
}

.login_form_input[lay-required]::after {
    display: block;
    content: "*";
    color: #000000;
    vertical-align: super;
    position: relative;
    top: -12px;
    left: 6px;
}

.lay-protocol-guide-model .lay-login-guide-module {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.lay-protocol-guide-model .lay-login-guide-module .protocol_content {
    flex: 1;
    overflow: scroll;
    padding: 24px;
}

.exam_record {
    margin-right: 24px;
}

.search_can button {
    margin-top: 0px !important;
}

.search_can input {
    border-top: unset;
    border-left: unset;
    border-right: unset;
}

.error_text {
    text-align: center;
    padding: 24px 12px;
    font-size: 18px;
    color: red;
}

.piclist .pic {
    margin-bottom: 12px;
}

.piclist .pic .el-image,
.piclist .pic img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.lay-form-msg.layui-layer {
    height: auto !important;
}

.zs-title {
    font-size: 18px !important;
    font-weight: bold;
}

.klsp {
    margin-top: 12px;
    color: gray;
}

.color_red {
    color: red;
}

.process>.bt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.process .jbxx-item {
    font-size: 16px;
    color: gray;
}

.process .jbxx-item:not(:last-child) {
    margin-bottom: 3px;
}

.video {
    max-height: unset !important;
    background-color: unset !important;
}

.process_list .item .zs {
    margin-top: 6px;
}

.process_list .item .zs .c003 {
    color: #4559A7;
}

.process_list .item .zs .c002 {
    color: #FF0000;
}

.process_list .item .zs .c001 {
    color: gray;
}

.process_list .item .zs .zs-item:not(:last-child) {
    margin-bottom: 6px;
}

.detail_pop .video .video_init {
    background: #000;
    max-height: 250px;
}

.ckwzsp {
    font-weight: initial !important;
    font-size: 12px !important;
}