a {
    color: #333;
}

a:hover {
    color: #d00000;
}

/*新版图标信息start*/
.qy_icon {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bz_icon {
    width: 16px;
    height: 18px;
    background-image: url(../images/svg/bz_icon.svg);
}

.bz_icon_wz {
    width: 60px;
    height: 19px;
    background-image: url(../images/svg/bz_icon_wz.svg);
}

.zy_icon {
    width: 16px;
    height: 18px;
    background-image: url(../images/svg/zy_icon.svg);
}

.zy_icon_wz {
    width: 60px;
    height: 19px;
    background-image: url(../images/svg/zy_icon_wz.svg);
}
.zx_icon_wz {
    width: 60px;
    height: 19px;
    background-image: url(../images/svg/zx_icon_wz.svg);
}
.zy_icon_vip {
    width: 93px;
    height: 88px;
    background-image: url(../images/svg/zy_icon_vip.svg);
}
.zx_icon_vip {
    width: 93px;
    height: 88px;
    background-image: url(../images/svg/zx_icon_vip.svg);
}

/*新版图标信息end*/

/* 头部企业号信息 */
.sub_top {
    background: url('../images/qiye_bg.png')no-repeat;
    background-size: 100% 100%;
    padding: 50px 20px;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sub_top.is-professional {
    background: url('../images/new_qiye_bg.png') no-repeat center;
    background-size: cover;
}

.company_tips,
.company_tips_level {
    position: absolute;
    color: #999;
    padding: 6px 10px;
    font-size: 12px;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    line-height: 24px;
    box-sizing: border-box;
    z-index: 9;
    top: -38px;
    left: 148px;
    display: none;
    width: 224px;
}


.company_logo {
    box-shadow: -7px 0px 18px -5px #ccc;
    position: relative;
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 120px;
    border-radius: 50%;
}

.company_logo:hover .company_tips {
    display: block;
}

.hm_level:hover+.company_tips_level {
    display: block;
}

.company_logo img {
    width: 100%;
    height: 100%;
}

/* .qiye_icon {
    position: absolute;
    right: 3px;
    bottom: 10px;
    background: url(/resources/images/icon.png)no-repeat 48% 39%;
    display: block;
    width: 20px;
    height: 20px;
}

.qiye2_icon {
    position: absolute;
    right: 5px;
    bottom: 10px;
    background: url(/resources/images/icon.png)no-repeat 57% 38%;
    display: block;
    width: 20px;
    height: 20px;
} */



.company_info {
    margin-left: 16px;
    padding-top: 0px;
    position: relative;
    width: 1px;
    flex: 1 1 auto;
    display: flex;
    align-items: stretch;
}

.company_info_left {
    flex: 1 1 auto;
    width: 1px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.company_info_right {
    flex: 0 0 auto;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, auto);
    gap: 16px;
    margin-left: 16px;
}

.company_info_right .btn_url, .company_info_right .manage_btn2 {
    margin: 0;
}

.company_info button {
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    border-radius: 3px;
    border: none;
}

.company_info button.atted {
    border: 1px solid #d00000;
    color: #d00000;
    background: rgba(0, 0, 0, 0);
}

.company_info .h3_title {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    line-height: 32px;
    display: flex;
    align-items: center
}

.company_info .h3_title span {
    display: inline-block;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    flex: 0 1 auto;
}

.company_info .h3_title a {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    margin-left: 0.5em;
}

.company_info .hm_level {
    font-size: 12px;
    background: #d22222;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    margin-left: 17px;
    margin-right: 30px;
    position: relative;
    top: -2px;
    user-select: none;
}

.company_num {
    margin: 15px 0 15px 0;
    font-size: 14px;
}


.company_num i {
    color: #333;
}

.company_desc {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*行数*/
    -webkit-box-orient: vertical;
    margin: 10px 0 14px;
}

.atted {
    background: #fff;
    border: 1px solid #ccc;
    color: #999;
}

/* .atted:hover {
    border: 1px solid #ccc;
    background: #fff;
    color: #999
} */

.manage_btn {
    border: 1px solid #333;
    padding: 0 10px;
    border-radius: 5px;
    color: #333 !important;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    box-sizing: border-box;
}

.manage_btn2 {
    position: relative;
    border: 1px solid #d00000;
    padding: 0 15px 0 32px;
    border-radius: 3px;
    color: #d00000 !important;
    background: #FFF;
    margin-left: 20px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    box-sizing: border-box;
    transition: all linear 0.2s;
}

.manage_btn2:before {
    content: '';
    width: 16px;
    height: 14px;
    position: absolute;
    left: 14px;
    top: 8px;
    background: url(/resources/images/svg/manage_red.svg) no-repeat 0px 0px;
    background-size: 100% 100%;
}
.manage_btn2::after {
    content: '';
    width: 16px;
    height: 14px;
    position: absolute;
    left: 14px;
    top: 8px;
    background: url(/resources/images/svg/manage_white.svg) no-repeat 0px 0px;
    background-size: 100% 100%;
    opacity: 0;
    transition: all linear 0.2s;
}
.manage_btn2:hover{
    color: #FFF!important;
    background: #D00000;
}
.manage_btn2:hover::after{
    opacity: 1;
}
/* 企业号首页 */
/* vip的icon */
.vip_icon {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 50px;
    background: url(/resources/images/bz_icon.png) left top no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 20px;
    right: 10px;
    bottom: 0px;
    cursor: pointer;
}

.vip_icon2 {
    background: url(/resources/images/zy_icon.png) left top no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.wrap {
    font-size: 14px;
}

.main {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.main_content {
    margin: 0 320px 0 200px;
    background: #fff;
    border: 1px solid #ececec;
}

.left_content {
    width: 180px;
    float: left;
    margin-left: -100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ececec;
}

.right_content {
    width: 300px;
    box-sizing: border-box;
    float: left;
    margin-left: -300px;
    border: 1px solid #ececec;
}

.left_content li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.left_content li:hover {
    background: #f9f9f9;
}

.left_content a {
    position: relative;
    z-index: 1;
}

.ac_left {
    color: #d22222;
    font-weight: 700;
    border-left: 3px solid #d22222;
    background: #f9f9f9;
}

.tit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
    font-weight: 700;
    font-size: 16px;
    padding-left: 30px;
    box-sizing: border-box;
    background: #fff;
    color: #333;
}

.attetion {
    margin: 10px 0;
    font-size: 12px;
    color: #999;
    border-radius: 20px;
    border: 1px solid #ececec;
    padding: 2px 10px;
    display: inline-block;
    box-sizing: border-box;
}

.attetion:hover {
    color: #d22222 !important;
    border: 1px solid #d00000;
}

.attetion:hover .phone {
    background-position: 39% 39%;
    width: 16px;
}

.concat {
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    background: #fff;
}

.concat a {
    display: block;
    color: #999 !important;
    text-align: right;
    margin: 10px 0 0 0;
}

.concat a:hover {
    color: #d00000 !important;
}

.icon {
    display: inline-block;
    background: url(/resources/images/icon.png)no-repeat;
    vertical-align: bottom;
}

.phone {
    background-position: 33% 39%;
    width: 18px;
    height: 16px;
}

.address,
.right_desc {
    line-height: 22px;
    margin-top: 5px;
    font-size: 14px;
    color: #333333;
}

.unioned {
    margin-top: 20px;
    background: #fff;
}

.unioned ul {
    padding: 0 20px 30px 20px;
    box-sizing: border-box;
}

.unioned ul li {
    margin: 20px 0 5px 0;
}

.unioned li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.unioned a {
    color: #333;
}

.unioned a:hover {
    color: #d22222;
}

/* 首页主体部分 */
.art_box {
    padding: 20px;
    box-sizing: border-box;
}

.art_item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.art_item>p,
.goods_item>p {
    font-size: 12px;
    color: #999;
}

.ar_tit {
    font-size: 16px;
    margin: 15px 0 10px 0;
    font-weight: 700;
}

.ar_tit span {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.ar_desc {
    line-height: 23px;
    margin-bottom: 13px;
    height: 46px;
}

.ar_cover {
    width: 140px;
    height: 80px;
    border-radius: 5px;
    margin-right: 20px;
}

.see_icon {
    background-position: 66% 39%;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.tag_icon {
    background-position: 75% 37%;
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
    position: relative;
    top: 1px;
}

.tag_box,
.tag_box a {
    font-size: 12px;
    color: #999;
}

.tag_box a:hover .tag_icon {
    background-position: 83% 37%;
}

.tag_box a:hover {
    color: #d22222;
}

.nothing {
    text-align: center;
    padding: 100px 0;
}

.nothing p {
    color: #999;
    position: relative;
    right: -10px;
    top: 20px;
}



/* 首页动态中资料样式 */
.type {
    width: 58px !important;
    height: 64px !important;
    margin-right: 20px;
}

.data_box .ar_tit {
    margin-top: 0
}

.data_box .ar_tit span {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    margin-top: 4px;
}

.data_box .download_icon {
    background-position: 91% 36.5%;
    width: 20px;
    height: 20px;
}

.exe_icon {
    background-position: 0% 0%;
}

.pdf_icon {
    background-position: 23% 0%;
}

.ppt_icon {
    background-position: 47% 0%;
}

.doc_icon,
.docx_icon {
    background-position: 71% 0%;
}

.zip_icon,
.rar_icon {
    background-position: 99% 0%;
}


/* 首页动态中产品样式 */
.goods_box {
    padding: 20px;
    box-sizing: border-box;
}

.goods_cover {
    width: 90px;
    height: 90px;
    margin-right: 30px;
}

.goods_info {
    width: 425px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 21px;
    padding-top: 10px;
}

.goods_info span {
    width: 160px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 10px;
    cursor: default;
}

.goods_item {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.goods_item .inquiry {
    margin-left: 380px;
}

.goods_box .goods_item:last-child {
    margin-bottom: 0;
}

.inquiry {
    border: none;
    width: 110px;
    height: 35px;
    border-radius: 3px;
    background: #ff9900;
    color: #fff;
    margin-top: 20px;
}

.inquiry:hover {
    background: #f09100;
}

.goods_item .see {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 12px;
    color: #999;
}



/* 询价弹出框 */
.pop_inquiry .layui-layer-title {
    color: #333;
    font-weight: 700;
    background: #fff;
}

.pop_inquiry .layui-layer-close {
    /* display: none; */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: url(/resources/images/close.png) no-repeat 0px 0px;
    background-size: 100%;
}

.pop_inquiry .layui-layer-close:hover {
    background: url(/resources/images/close.png) no-repeat 0px 0px;
    background-size: 100%;
}

.pop_inquiry {
    border-radius: 8px;
}

.pop_inquiry h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
}

.pop_inquiry h3.popTitle img {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
}

.pop_inquiry .layui-layer-content {
    padding: 26px 30px 30px;
    box-sizing: border-box;
}

.pop_inquiry b {
    flex: 1;
    overflow: hidden;
    color: #333;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inquiry_goods {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 20px;
    margin-bottom: 19px;
}

.input_item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.input_item label {
    width: 80px;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
    vertical-align: middle;
}

.input_item input, .input_item textarea {
    flex: 1;
}

.input_item label:before {
    content: "*";
    color: #d22222;
}

.input_item input {
    height: 40px;
    width: 320px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding-left: 10px;
    box-sizing: border-box;
}

.input_item textarea {
    width: 320px;
    height: 200px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
}

.input_item.words {
    position: relative;
    align-items: flex-start;
}

.input_item.words span {
    position: absolute;
    right: 11px;
    bottom: 8px;
    color: #999;
}

#submit_inquiry .submit {
    text-align: center;
}

#submit_inquiry button {
    width: 140px;
    height: 40px;
    background: #d00000;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 16px;
    margin: 36px 0 0 0;
}

#submit_inquiry button:hover {
    background: #bc1e1e;
}

.inquiry_pact {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inquiry_pact-warming {
    color: #d00000;
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    left: 0;
    top: 100%;
}

.inquiry_pact-text {
    position: relative;
    overflow: visible;
    white-space: normal;
}

.inquiry_pact-gary {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

#submit_inquiry .qyform-input-check-box {
    margin-right: 4px;
    font-size: 0;
}

#submit_inquiry .qyform-input-check-style::after {
    border-width: 1px;
    border-color: #FFF;
}

#submit_inquiry .qyform-input-check:checked+.qyform-input-check-style {
    border-color: #d00000;
    background-color: #d00000;
}

.inquiry_pact em {
    font-style: normal;
    cursor: pointer;
}

.inquiry_pact em:hover {
    color: #d00000;
}

.content img {
    max-width: 100% !important;
}

button.askPrice {
    background: #d00000;
    vertical-align: middle;
}

button.askPrice:hover {
    background: #bc1e1e;
}

.edit_main_content li {
    list-style: inherit;
    margin-left: 20px
}

/* .edit_main_content code {
    background-color: hsla(0,0%,78%,.5);
    padding: .15em;
    border-radius: 2px;
} */
.edit_main_content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: 5px solid #ccc
}

.edit_main_content pre {
    position: relative;
    padding: 1em;
    color: #353535;
    background: hsla(0, 0%, 78%, .3);
    border: 1px solid #c4c4c4;
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    margin-bottom: 25px;
}

.edit_main_content code[class^="language-"]::after {
    display: inline-block;
    position: absolute;
    background: #757575;
    top: -1px;
    right: 10px;
    padding: 2px 5px;
    font-size: 10px;
    line-height: 16px;
    color: #fff;
    white-space: nowrap;
}

.edit_main_content .language-plaintext::after {
    content: '纯文本'
}

.edit_main_content .language-c::after {
    content: 'C'
}

.edit_main_content .language-cs::after {
    content: 'C#'
}

.edit_main_content .language-cpp::after {
    content: 'C++'
}

.edit_main_content .language-css::after {
    content: 'CSS'
}

.edit_main_content .language-diff::after {
    content: 'Diff'
}

.edit_main_content .language-html::after {
    content: 'HTML'
}

.edit_main_content .language-java::after {
    content: 'Java'
}

.edit_main_content .language-javascript::after {
    content: 'JavaScript'
}

.edit_main_content .language-php::after {
    content: 'PHP'
}

.edit_main_content .language-python::after {
    content: 'Python'
}

.edit_main_content .language-ruby::after {
    content: 'Ruby'
}

.edit_main_content .language-typescript::after {
    content: 'TypeScript'
}

.edit_main_content .language-xml::after {
    content: 'XML'
}

.edit_main_content .image-style-align-right {
    float: right;
}

.edit_main_content figure {
    margin: 0 auto;
    text-align: center;
    display: table;
}

.edit_main_content figure img {
    width: 100%;
    vertical-align: middle;
}

.edit_main_content .image-style-align-left {
    float: left;
}

.art_content::after {
    content: "";
    display: block;
    clear: both;
}

.auth_info_title img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
}

.right_content {
    color: #333;
}

.right_content .tit {
    padding-left: 20px;
}

.right_content .concat {
    padding-top: 0px;
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
}

.right_content .concat>div, .right_content .concat>p, .right_content .concat>a {
    padding-top: 17px;
    margin-top: 0px;
}

.right_content .concat .attetion {
    margin: 0px;
}

.right_content .address, .right_content .right_desc {
    margin-top: 0px;
}

.newConcat {
    padding-bottom: 20px !important;
}

.newAbout {
    padding-top: 25px !important;
    padding-bottom: 60px !important;
}

.newAbout .compnay_desc {
    margin-bottom: 0px;
}


.btn_url {
    position: relative;
    display: inline-block;
    width: 102px;
    height: 30px;
    padding: 8px 0px 8px 33px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    border-radius: 3px;
    background: #FAB53B;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
}

.btn_url::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 8px;
    background: url(/resources/images/goStore.png) no-repeat 0px 0px;
    background-size: 100%;
    width: 16px;
    height: 14px;
}

a.btn_url:hover {
    background: #edab38;
    color: #fff;
}

.changeCompanyInfo {
    margin-top: 20px;
    padding: 24px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.changeCompanyInfo .company_logo {
    box-shadow: none;
    flex: 0 0 auto;
}

.changeCompanyInfo .company_logo img {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
}

.changeCompanyInfo .company_info .hm_level {
    margin-left: 20px;
    margin-right: 20px;
    top: 0px;
}

.changeCompanyInfo .company_info .h3_title {
    vertical-align: middle;
}

.changeCompanyInfo .company_num {
    margin: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: flex-end;
}

.changeCompanyInfo .company_num span {
    color: #666;
    font-size: 12px;
    line-height: 28px;
    display: inline-block;
}

.changeCompanyInfo .company_num span+span {
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}

.changeCompanyInfo .company_num span+span::before {
    content: '';
    width: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    height: 10px;
    background-color: #999;
    transform: translate(0, -50%);
}

.changeCompanyInfo .company_num i {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 4px;
}

.changeCompanyInfo .buttonList {
    margin-top: 10px;
    height: 24px;
    overflow: hidden;
    display: inline-grid;
    grid-template-columns: repeat(4, auto);
    gap: 8px;
}

.changeCompanyInfo .buttonList a.btn1 {
    background: #f2f2f2;
    border: 1px solid #f1f4ff;
    box-sizing: border-box;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    padding: 0 8px;
    font-size: 12px;
    line-height: 24px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    transition: all linear 0.2s;
    white-space: nowrap;
}

.changeCompanyInfo .buttonList a.btn1:hover {
    border-color: #d00000;
    background-color: #d00000;
    color: #FFF;
}

.changeCompanyInfo .zy_icon_vip,.changeCompanyInfo .zx_icon_vip {
    position: absolute;
    right: -4px;
    top: -4px;
}

.left_content {
    border: none;
    height: calc(100vh - 370px);
    float: none;
    margin-left: 0px;
    width: 180px;
    min-height: 420px;
}

.left_content li {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    padding: 18px 0 18px 46px;
    box-sizing: content-box;
    width: auto;
    height: 20px;
}

.left_content .ac_left {
    border: none;
    color: #d00000;
    font-weight: bold;
}

.left_content .ac_left::after {
    content: '';
    border: none;
    position: absolute;
    left: 0px;
    top: 18px;
    display: block;
    background: #d00000;
    width: 6px;
    height: 20px;
}

.indexView {
    display: flex;
}

.indexView .main {
    float: none;
    margin-left: 20px;
    margin-right: 20px;
    width: 680px;
}

.indexView2 .main {
    margin-right: 0px;
    flex: 1;
    overflow: hidden;
}

.indexView .main .main_content {
    margin: 0px;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.indexView .main_content .tit {
    font-size: 18px;
    padding-left: 0px;
    line-height: 1;
    height: auto;
    border: none;
    margin-bottom: 20px;
}

.indexView .main_content .art_box {
    padding: 0px;
}

.indexView .right_content {
    float: none;
    margin-left: 0px;
    position: static;
}

.trailItem-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
    margin-bottom: 20px;
}

.trailItem_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 20px;
}

.trailItem_content .trailItem_left {
    position: relative;
    display: block;
    width: 140px;
    height: 117px;
    margin-right: 20px;
}

.trailItem_left img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.trailItem_left span {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    line-height: 1;
    padding: 4px 5px;
    font-weight: 400;
    color: #fff;
    background: #d00000;
}

.trailItem_right {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.trailItem_right a {
    text-decoration: none;
}
.trailItem_right .item_title {
    display: block;
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all linear 0.2s;
    width: 100%;
}
.trailItem_right .item_title:hover{
    color: #D00000;
}

.trailItem_right .trailItem_price {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
    display: inline-grid;
    grid-template-columns: auto auto;
    gap: 22px;
}

.trailItem_right .trailItem_price .price {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.trailItem_right .trailItem_price .num {
    color: #333;
    font-size: 14px;
}

.trailItem_right .trailItem_time {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
}

.applyPeople {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.applyPeople_left img {
    vertical-align: middle;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.applyPeople_left img:first-child {
    margin-left: 0px;
}

.applyPeople_left span {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin-left: 20px;
}

.applyPeople_left em {
    font-style: normal;
    color: #D00000;
    font-weight: bold;
    font-size: 16px;
}

.applyPeople_right {
    font-size: 0px;
}

.applyPeople_right a {
    display: inline-block;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 28px;
    border: 1px solid #d00000;
    width: 78px;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
    color: #d00000;
    vertical-align: middle;
}

.applyPeople_right a.person_btn1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.applyPeople_right a.person_btn2 {
    color: #fff;
    background: #d00000;
}

.trial_Item {
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.trial_Item .trial_left {
    position: relative;
    margin-right: 20px;
}

.trial_Item .trial_left img {
    width: 140px;
    height: 117px;
    vertical-align: middle;
}

.trial_Item .trial_left span {
    position: absolute;
    left: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    background: #d00000;
    line-height: 20px;
    padding: 0 5px;
}

.trial_Item .trial_left span.isOver {
    color: #FFFFFF;
    background: #CCCCCC;
}

.trial_Item .trial_right {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}
.trial_Item .trial_right .trial_person,.trial_Item .trial_right .trial_title{
    width: 100%;
}
.trial_Item .trial_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trial_Item .trial_title h3 {
    flex: 1;
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 20px;
    transition: all linear 0.2s;
}
.trial_Item .trial_title h3:hover{
    color: #d00000;
}

.trial_Item .trial_title span {
    font-size: 12px;
    font-weight: 400;
    color: #cccccc;
    line-height: 1;
}

.trial_Item .trial_price {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 38px;
    margin-top: 6px;
    display:inline-grid;
    grid-template-columns: auto auto;
    gap: 24px;
}

.trial_Item .trial_price .price {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.trial_Item .trial_price .num {
    color: #333;
    font-size: 14px;
}

.trial_Item .trial_time {
    display: none;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 1;
}

.trial_Item .trialReportBtn {
    text-decoration: none;

}

.trialReportBtn {
    cursor: pointer;
}

.d00 {
    color: #D00000;
}

.trial_Item .trial_person {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.trial_Item .person_left img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: -12px;
    border-radius: 50%;
}

.trial_Item .person_left img:first-child {
    margin-left: 0px;
}

.trial_Item .person_left span {
    font-size: 12px;
    font-weight: 400;
    color: #666;
}

.trial_Item .person_left em {
    font-style: normal;
    color: #D00000;
    font-weight: bold;
    font-size: 16px;
}

.trial_Item .person_right {
    font-size: 0px;
    margin-top: 4px;
}

.trial_Item .person_right a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #d00000;
    line-height: 38px;
    width: 118px;
    text-align: center;
    border: 1px solid #d00000;
    border-radius: 4px;
    margin-left: 20px;
}

.trial_Item .person_right a.person_btn2 {
    background: #d00000;
    color: #fff;
}

.triggerJump {
    cursor: pointer;
}

.triggerJump span {
    cursor: pointer;
}

.tag_box .limitTagWidth {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tag_box2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tag_box2 a {
    display: inline-flex !important;
    align-items: center;
}

.tag_box2 .tag_icon {
    position: static;
}

.tag_box2 div {
    flex: 1;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*checkbox start*/
.qyform-input-check-box {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.qyform-input-check-style {
    width: 14px;
    height: 14px;
    border: 1px solid #ababab;
    box-sizing: border-box;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.qyform-input-check-box:hover .qyform-input-check-style {
    border-color: #d00000;
}

.qyform-input-check-style::after {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    left: 4px;
    bottom: 1px;
    box-sizing: border-box;
    border: 2px solid #d00000;
    border-top: none;
    border-right: none;
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
    cursor: pointer;
}

.qyform-input-check {
    width: 16px;
    height: 16px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.qyform-input-check:checked+.qyform-input-check-style::after {
    opacity: 1;
}

.qy-protocol-iframe {
    width: 100%;
    height: 60vh;
    margin-top: 20px;
}
/*checkbox end*/

.clue-content {
  position: relative;
  padding: 0 5px;
  width: 455px;
  height: 30px;
  background: linear-gradient(270deg,rgba(255,236,233,0.2) 100%);
  background: linear-gradient(270deg,rgba(255,236,233,0.05) 3%, #fff5f4 3%);
  color: #9A5151;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.clue-content .icon {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.clue-content .icon-msg {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background-image: url('../images/icons/icon_msg.png');
}
.clue-content .icon-right {
  position: relative;
  top: -2px;
  width: 16px;
  height: 16px;
  background-image: url('../images/icons/icon_right.png');
}
.clue-content strong {
  margin-left: 10px;
  color: #D00000;
}
.clue-content .clue-btn {
  margin-left: 60px;
  color: #D00000;
}