﻿.compliance
{
    width: 100%;
    height: auto;
    padding-top: 100px;
}
.compliance .com_content
{
    width: 100%;
    height: auto;
}
.compliance .com_content .com_c_t
{
    width: 100%;
    height: 479px;
    position: relative;
    background: #f5f7f7;
}
.compliance .com_content .com_c_t .com_c_t_l
{
    width: 100%;
    height: 479px;
}
.compliance .com_content .com_c_t .com_c_t_l img
{
    width: 100%;
    height: 100%;
}
.compliance .com_content .com_c_t .com_c_t_r
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 511px;
    padding-right: 84px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.compliance .com_content .com_c_t .com_c_t_r .com_t_r_title
{
    text-align: center;
    color: #393e40;
    font-size: 24px;
    font-weight: 400;
}
.compliance .com_content .com_c_t .com_c_t_r .com_t_r_text
{
    margin-top: 20px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p
{
    text-indent: 2em;
}
.compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox
{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p
{
    color: #808284;
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .75px;
    line-height: 15px;
    margin: 0;
}
.compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img
{
    margin-top: 7px;
    width: 132px;
    height: auto;
}
.compliance .com_content .com_c_b
{
    width: 100%;
    height: auto;
    background: #f5f7f7;
}
.compliance .com_content .com_c_b .com_c_b_item
{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l
{
    width: 625px;
    height: 360px;
    padding: 70px 60px;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title
{
    color: #393e40;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc
{
    margin-top: 20px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a
{
    margin-top: 38px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 138px;
    height: 42px;
    border-radius: 2px;
    border: 1px solid #6c7174;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover
{
    background: #d01a19;
    border: 1px solid #d01a19;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover p
{
    color: #fff;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:first-child
{
    display: none;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:last-child
{
    display: block;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a p
{
    color: #6c7174;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .8px;
    margin: 0;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img
{
    margin-left: 4px;
    width: 9px;
    height: auto;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:first-child
{
    display: block;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:last-child
{
    display: none;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_r
{
    width: 625px;
    height: 360px;
}
.compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n)
{
    flex-direction: row-reverse;
}
.policy
{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: #f5f7f7;
}
.policy .policy_content
{
    width: 100%;
    height: auto;
    margin-top: 40px;
}
.policy .policy_content .policy_item
{
    width: 392px;
    height: 300px;
    margin-right: 30px;
}
.policy .policy_content .policy_item:last-child
{
    margin-right: 0;
}
.policy .policy_content .policy_item:hover .policy_item_box .policy_box
{
    height: 100%;
    padding: 0 30px;
    background: rgba(208,26,25,.78);
}
.policy .policy_content .policy_item:hover .policy_item_box .policy_box p
{
    height: 100%;
    line-height: 300px;
}
.policy .policy_content .policy_item .policy_item_box
{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.policy .policy_content .policy_item .policy_item_box>img
{
    width: 100%;
    height: 100%;
}
.policy .policy_content .policy_item .policy_item_box .policy_box
{
    transition: all .7s;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.62) 100%);
    padding: 15px 30px;
}
.policy .policy_content .policy_item .policy_item_box .policy_box p
{
    transition: all .7s;
    color: #fff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.92px;
    margin: 0;
}
.policy .policy_content .policy_item .policy_item_box .policy_box a
{
    display: none;
}
.policy .swiper-button-prev
{
    left: 10%;
}
.policy .swiper-button-next
{
    right: 10%;
}
.sound
{
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.sound .sound_content
{
    margin-top: 45px;
    width: 100%;
    height: 590px;
    background: #f5f7f7;
    display: flex;
    flex-direction: row;
}
.sound .sound_content .sound_c_l
{
    width: 624px;
    height: 100%;
}
.sound .sound_content .sound_c_l img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sound .sound_content .sound_c_r
{
    width: 626px;
    height: 100%;
    padding: 71px 42px 0 52px;
}
.sound .sound_content .sound_c_r .sound_c_r_title
{
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 30px;/* 187.5% */
}
.sound .sound_content .sound_c_r .sound_more
{
    border-radius: 2px;
    width: 138px;
    height: 42px;
    border: 1px solid #666;
    margin-top: 71px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.sound .sound_content .sound_c_r .sound_more:hover
{
    background-color: #e60d16;
    border-color: #e60d16;
}
.sound .sound_content .sound_c_r .sound_more:hover p
{
    color: #fff;
}
.sound .sound_content .sound_c_r .sound_more:hover .more_img img:first-child
{
    display: none;
}
.sound .sound_content .sound_c_r .sound_more:hover .more_img img:last-child
{
    display: block;
}
.sound .sound_content .sound_c_r .sound_more p
{
    color: #393e40;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: normal;
    margin-bottom: 0;
}
.sound .sound_content .sound_c_r .sound_more .more_img
{
    margin-left: 8px;
    width: 9px;
    height: auto;
}
.sound .sound_content .sound_c_r .sound_more .more_img img
{
    width: 100%;
    height: auto;
}
.sound .sound_content .sound_c_r .sound_more .more_img img:first-child
{
    display: block;
}
.sound .sound_content .sound_c_r .sound_more .more_img img:last-child
{
    display: none;
}
.mian
{
    width: 100%;
    height: auto;
    padding: 90px 0 580px;
}
.mian .mian_content
{
    width: 100%;
    height: auto;
    padding: 0 220px;
}
.mian .mian_content .mian_c_title
{
    color: #393e40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f7f7;
}
.mian .mian_content .mian_c_content
{
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.mian .mian_content .mian_c_content .mian_desc
{
    margin-bottom: 10px;
    text-indent: 2em;
    color: #393e40;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.mian .mian_content .mian_c_content .mian_text
{
    margin-bottom: 10px;
    color: #393e40;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.mian .mian_content .mian_c_content .mian_text a
{
    color: #e62129;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.mian .mian_content .mian_c_content .mian_text img
{
    width: 17px;
    height: auto;
    vertical-align: middle;
}
.scope
{
    width: 100%;
    height: auto;
    padding: 90px 0 580px;
}
.scope .mian_content
{
    width: 100%;
    height: auto;
    padding: 0 220px;
}
.scope .mian_content .mian_c_title
{
    color: #393e40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f7f7;
}
.scope .mian_content .mian_c_content
{
    margin-top: 20px;
    width: 100%;
    height: auto;
}
.scope .mian_content .mian_c_content .mian_desc
{
    margin-bottom: 10px;
    text-indent: 2em;
    color: #393e40;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.scope .mian_content .mian_c_content .mian_text
{
    margin-bottom: 10px;
    color: #393e40;
    text-align: justify;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.scope .mian_content .mian_c_content .mian_text a
{
    margin-left: 2em;
    color: #e62129;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}
.scope .mian_content .mian_c_content .mian_text img
{
    width: 17px;
    height: auto;
    vertical-align: middle;
}
.reportdetail
{
    width: 100%;
    height: auto;
    padding: 100px 0;
}
.reportdetail .rede_content
{
    width: 100%;
    height: auto;
    padding: 0 220px;
}
.reportdetail .rede_content .re_tab
{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reportdetail .rede_content .re_tab .re_tab_item
{
    cursor: pointer;
    color: #808284;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-right: 60px;
}
.reportdetail .rede_content .re_tab .re_tab_item.active
{
    color: #e60d16;
}
.reportdetail .rede_content .re_tab .re_tab_item.active::after
{
    content: '';
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e60d16;
}
.reportdetail .rede_content .re_content
{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.reportdetail .rede_content .re_content .re_c_item
{
    width: 100%;
    height: auto;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t
{
    width: 100%;
    height: auto;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title
{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title::after
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 90px;
    width: 48px;
    height: 14px;
    background: url(/png/bw83aoj4.png) no-repeat;
    background-size: 100% 100%;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item
{
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item p
{
    width: 252px;
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input
{
    margin-left: 20px;
    width: 507px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input::placeholder
{
    color: #ccc;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea
{
    margin-left: 20px;
    border: 1px solid #ccc;
    outline: none;
    max-width: 507px;
    min-width: 507px;
    max-height: 190px;
    min-height: 190px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea::placeholder
{
    color: #ccc;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div
{
    margin-left: 20px;
    width: 507px;
    height: 190px;
    border-radius: 2px;
    background: #f9f9f9;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div p
{
    width: 100%;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div button
{
    cursor: pointer;
    margin-top: 30px;
    width: 124px;
    height: 42px;
    border-radius: 2px;
    background: #e60d16;
    border: none;
    background: #e60d16;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div button input
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div span
{
    margin-top: 10px;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemfile, .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemcon
{
    align-items: flex-start;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b
{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title
{
    color: #000;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    margin-bottom: 15px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title::after
{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
    width: 48px;
    height: 14px;
    background: url(/png/bw83aoj4.png) no-repeat;
    background-size: 100% 100%;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item
{
    margin-top: 20px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item p
{
    width: 252px;
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio
{
    width: 507px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label
{
    cursor: pointer;
    width: 50%;
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]
{
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]::before
{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/png/xryczkz5.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]:checked::before
{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(/png/p7lfmrq0.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label p
{
    margin: 0;
    padding-left: 20px;
    color: #000;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1.8px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]
{
    margin-left: 20px;
    width: 507px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]::placeholder
{
    color: #ccc;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_itemidentity
{
    align-items: flex-start;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1
{
    margin-top: 35px;
    width: 100%;
    height: auto;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1>p
{
    color: #808284;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1>p span
{
    font-size: 12px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2
{
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 p
{
    width: 252px;
    color: #393e40;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]
{
    margin-left: 20px;
    width: 507px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 16px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]::placeholder
{
    color: #ccc;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 span
{
    margin-left: 20px;
    color: #808284;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_btn
{
    width: 100%;
    height: auto;
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_btn button
{
    border: none;
    cursor: pointer;
    width: 168px;
    height: 46px;
    border-radius: 2px;
    border: 1px solid #e60d16;
    background: #fff;
    color: #e60d16;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2.16px;
}
.reportdetail .rede_content .re_content .re_c_item .re_c_i_btn .sumbit
{
    background: #e60d16;
    color: #fff;
    margin-right: 45px;
}
.reportdetail .must
{
    position: relative;
}
.reportdetail .must::after
{
    content: '';
    position: absolute;
    top: 2%;
    right: 1%;
    width: 9px;
    height: 9px;
    background: url(/png/5006dmm7.png) no-repeat;
    background-size: 100% 100%;
}
.report_notice
{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.report_notice .notice_box
{
    width: 1100px;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 50px;
}
.report_notice .notice_box .notice_title
{
    color: #393e40;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f7f7;
}
.report_notice .notice_box .notice_content
{
    margin-top: 20px;
    padding: 0 146px;
    width: 100%;
}
.report_notice .notice_box .notice_content .notice_desc
{
    text-indent: 2em;
    margin-bottom: 10px;
    color: #808284;
    text-align: justify;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.report_notice .notice_box .notice_btn
{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}
.report_notice .notice_box .notice_btn .notice_b_t
{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.report_notice .notice_box .notice_btn .notice_b_t input
{
    margin: 0;
    cursor: pointer;
    width: 13px;
    height: 13px;
}
.report_notice .notice_box .notice_btn .notice_b_t p
{
    margin: 0;
    margin-left: 6px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1.8px;
}
.report_notice .notice_box .notice_btn .notice_b_b
{
    margin-top: 30px;
    width: 168px;
    height: 46px;
    border-radius: 2px;
    background: #e60d16;
}
.report_notice .notice_box .notice_btn .notice_b_b a
{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 2.16px;
}
@media screen and (max-width: 1600px)
{
    .policy .swiper-button-prev
    {
        left: 2%;
    }
    .policy .swiper-button-next
    {
        right: 2%;
    }
}
@media screen and (max-width: 1280px)
{
    .compliance
    {
        width: 100%;
        height: auto;
        padding-top: 100px;
    }
    .compliance .com_content
    {
        width: 100%;
        height: auto;
    }
    .compliance .com_content .com_c_t
    {
        width: 100%;
        height: 410px;
        position: relative;
        background: #f5f7f7;
    }
    .compliance .com_content .com_c_t .com_c_t_l
    {
        width: 100%;
        height: 100%;
    }
    .compliance .com_content .com_c_t .com_c_t_l img
    {
        width: 100%;
        height: 100%;
    }
    .compliance .com_content .com_c_t .com_c_t_r
    {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-left: 340px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_title
    {
        text-align: center;
        color: #393e40;
        font-size: 22px;
        font-weight: 400;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text
    {
        margin-top: 20px;
        color: #808284;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p
    {
        text-indent: 2em;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox
    {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p
    {
        color: #808284;
        text-align: right;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .75px;
        line-height: 15px;
        margin: 0;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img
    {
        margin-top: 7px;
        width: 95px;
        height: auto;
    }
    .compliance .com_content .com_c_b
    {
        width: 100%;
        height: auto;
        background: #f5f7f7;
    }
    .compliance .com_content .com_c_b .com_c_b_item
    {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l
    {
        width: 625px;
        height: 360px;
        padding: 70px 60px;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title
    {
        color: #393e40;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc
    {
        margin-top: 20px;
        color: #808284;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a
    {
        margin-top: 38px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 138px;
        height: 42px;
        border-radius: 2px;
        border: 1px solid #6c7174;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover
    {
        background: #d01a19;
        border: 1px solid #d01a19;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover p
    {
        color: #fff;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:first-child
    {
        display: none;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:last-child
    {
        display: block;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a p
    {
        color: #6c7174;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .8px;
        margin: 0;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img
    {
        margin-left: 4px;
        width: 9px;
        height: auto;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:first-child
    {
        display: block;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:last-child
    {
        display: none;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r
    {
        width: 625px;
        height: 360px;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n)
    {
        flex-direction: row-reverse;
    }
    .policy
    {
        width: 100%;
        height: auto;
        padding: 100px 0;
        background: #f5f7f7;
    }
    .policy .policy_content
    {
        width: 100%;
        height: auto;
        margin-top: 40px;
    }
    .policy .policy_content .policy_item
    {
        width: 293px;
        height: 255px;
        margin-right: 27px;
    }
    .policy .policy_content .policy_item:hover .policy_item_box .policy_box
    {
        height: 100%;
        padding: 0 30px;
        background: rgba(208,26,25,.78);
    }
    .policy .policy_content .policy_item:hover .policy_item_box .policy_box p
    {
        height: 100%;
        line-height: 300px;
    }
    .policy .policy_content .policy_item .policy_item_box
    {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .policy .policy_content .policy_item .policy_item_box>img
    {
        width: 100%;
        height: 100%;
    }
    .policy .policy_content .policy_item .policy_item_box .policy_box
    {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.62) 100%);
        padding: 15px 30px;
    }
    .policy .policy_content .policy_item .policy_item_box .policy_box p
    {
        color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1.92px;
        margin: 0;
    }
    .policy .swiper-button-prev
    {
        left: 2%;
    }
    .policy .swiper-button-next
    {
        right: 2%;
    }
    .sound
    {
        width: 100%;
        height: auto;
        padding: 100px 0;
    }
    .sound .sound_content
    {
        margin-top: 45px;
        width: 100%;
        height: 525px;
        background: #f5f7f7;
        display: flex;
        flex-direction: row;
    }
    .sound .sound_content .sound_c_l
    {
        width: 50%;
        height: 100%;
    }
    .sound .sound_content .sound_c_l img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .sound .sound_content .sound_c_r
    {
        width: 50%;
        height: 100%;
        padding: 15px 25px 0 30px;
    }
    .sound .sound_content .sound_c_r .sound_c_r_title
    {
        color: #666;
        font-size: 16px;
        font-style: normal;
        font-weight: 290;
        line-height: 30px;/* 187.5% */
    }
    .sound .sound_content .sound_c_r .sound_more
    {
        border-radius: 2px;
        width: 138px;
        height: 42px;
        border: 1px solid #666;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .sound .sound_content .sound_c_r .sound_more:hover
    {
        background-color: #e60d16;
        border-color: #e60d16;
    }
    .sound .sound_content .sound_c_r .sound_more:hover p
    {
        color: #fff;
    }
    .sound .sound_content .sound_c_r .sound_more:hover .more_img img:first-child
    {
        display: none;
    }
    .sound .sound_content .sound_c_r .sound_more:hover .more_img img:last-child
    {
        display: block;
    }
    .sound .sound_content .sound_c_r .sound_more p
    {
        color: #393e40;
        font-size: 16px;
        font-style: normal;
        font-weight: 290;
        line-height: normal;
        margin-bottom: 0;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img
    {
        margin-left: 8px;
        width: 9px;
        height: auto;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img img
    {
        width: 100%;
        height: auto;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img img:first-child
    {
        display: block;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img img:last-child
    {
        display: none;
    }
    .mian
    {
        width: 100%;
        height: auto;
        padding: 90px 0 380px;
    }
    .mian .mian_content
    {
        width: 100%;
        height: auto;
        padding: 0 110px;
    }
    .mian .mian_content .mian_c_title
    {
        color: #393e40;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f7f7;
    }
    .mian .mian_content .mian_c_content
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .mian .mian_content .mian_c_content .mian_desc
    {
        margin-bottom: 10px;
        text-indent: 2em;
        color: #393e40;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .mian .mian_content .mian_c_content .mian_text
    {
        margin-bottom: 10px;
        color: #393e40;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .mian .mian_content .mian_c_content .mian_text a
    {
        color: #e62129;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .mian .mian_content .mian_c_content .mian_text img
    {
        width: 17px;
        height: auto;
        vertical-align: middle;
    }
    .scope
    {
        width: 100%;
        height: auto;
        padding: 90px 0 380px;
    }
    .scope .mian_content
    {
        width: 100%;
        height: auto;
        padding: 0 110px;
    }
    .scope .mian_content .mian_c_title
    {
        color: #393e40;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f7f7;
    }
    .scope .mian_content .mian_c_content
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .scope .mian_content .mian_c_content .mian_desc
    {
        margin-bottom: 10px;
        text-indent: 2em;
        color: #393e40;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .scope .mian_content .mian_c_content .mian_text
    {
        margin-bottom: 10px;
        color: #393e40;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .scope .mian_content .mian_c_content .mian_text a
    {
        margin-left: 2em;
        color: #e62129;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .scope .mian_content .mian_c_content .mian_text img
    {
        width: 17px;
        height: auto;
        vertical-align: middle;
    }
    .reportdetail
    {
        width: 100%;
        height: auto;
        padding: 100px 0;
    }
    .reportdetail .rede_content
    {
        width: 100%;
        height: auto;
        padding: 0 80px;
    }
    .reportdetail .rede_content .re_tab
    {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .reportdetail .rede_content .re_tab .re_tab_item
    {
        cursor: pointer;
        color: #808284;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        margin-right: 60px;
    }
    .reportdetail .rede_content .re_tab .re_tab_item.active
    {
        color: #e60d16;
    }
    .reportdetail .rede_content .re_tab .re_tab_item.active::after
    {
        content: '';
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #e60d16;
    }
    .reportdetail .rede_content .re_content
    {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .reportdetail .rede_content .re_content .re_c_item
    {
        width: 100%;
        height: auto;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t
    {
        width: 100%;
        height: auto;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title
    {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        margin-bottom: 15px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title::after
    {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
        width: 48px;
        height: 14px;
        background: url(/png/bw83aoj4.png) no-repeat;
        background-size: 100% 100%;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item p
    {
        width: 252px;
        color: #808284;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input
    {
        margin-left: 20px;
        width: 507px;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 16px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea
    {
        margin-left: 20px;
        border: 1px solid #ccc;
        outline: none;
        max-width: 507px;
        min-width: 507px;
        max-height: 190px;
        min-height: 190px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 16px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div
    {
        margin-left: 20px;
        width: 507px;
        height: 190px;
        border-radius: 2px;
        background: #f9f9f9;
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div p
    {
        width: 100%;
        color: #ccc;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div button
    {
        cursor: pointer;
        margin-top: 30px;
        width: 124px;
        height: 42px;
        border-radius: 2px;
        background: #e60d16;
        border: none;
        background: #e60d16;
        position: relative;
        color: #fff;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        text-align: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div button input
    {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div span
    {
        margin-top: 10px;
        color: #ccc;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemfile, .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemcon
    {
        align-items: flex-start;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b
    {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title
    {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        margin-bottom: 15px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title::after
    {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 110px;
        width: 48px;
        height: 14px;
        background: url(/png/bw83aoj4.png) no-repeat;
        background-size: 100% 100%;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item p
    {
        width: 252px;
        color: #808284;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio
    {
        width: 507px;
        margin-left: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label
    {
        cursor: pointer;
        width: 50%;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]
    {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]::before
    {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        background: url(/png/xryczkz5.png) no-repeat;
        background-size: 100% 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]:checked::before
    {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        background: url(/png/p7lfmrq0.png) no-repeat;
        background-size: 100% 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label p
    {
        padding-left: 20px;
        color: #000;
        text-align: left;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.8px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]
    {
        margin-left: 20px;
        width: 507px;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 16px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_itemidentity
    {
        align-items: flex-start;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1
    {
        margin-top: 35px;
        width: 100%;
        height: auto;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1>p
    {
        color: #808284;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1>p span
    {
        font-size: 12px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2
    {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 p
    {
        width: 252px;
        color: #393e40;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]
    {
        margin-left: 20px;
        width: 507px;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 16px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 span
    {
        margin-left: 20px;
        color: #808284;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn
    {
        width: 100%;
        height: auto;
        margin-top: 70px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn button
    {
        border: none;
        cursor: pointer;
        width: 168px;
        height: 46px;
        border-radius: 2px;
        border: 1px solid #e60d16;
        background: #fff;
        color: #e60d16;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 2.16px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn .sumbit
    {
        background: #e60d16;
        color: #fff;
        margin-right: 45px;
    }
    .reportdetail .must
    {
        position: relative;
    }
    .reportdetail .must::after
    {
        content: '';
        position: absolute;
        top: 2%;
        right: -3%;
        width: 9px;
        height: 9px;
        background: url(/png/5006dmm7.png) no-repeat;
        background-size: 100% 100%;
    }
    .report_notice
    {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: fixed;
        top: 0;
        left: 0;
    }
    .report_notice .notice_box
    {
        width: 850px;
        height: 600px;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        padding: 50px;
    }
    .report_notice .notice_box .notice_title
    {
        color: #393e40;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f7f7;
    }
    .report_notice .notice_box .notice_content
    {
        margin-top: 20px;
        padding: 0 20px;
        width: 100%;
    }
    .report_notice .notice_box .notice_content .notice_desc
    {
        text-indent: 2em;
        margin-bottom: 10px;
        color: #808284;
        text-align: justify;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .report_notice .notice_box .notice_btn
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }
    .report_notice .notice_box .notice_btn .notice_b_t
    {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .report_notice .notice_box .notice_btn .notice_b_t input
    {
        cursor: pointer;
        width: 13px;
        height: 13px;
    }
    .report_notice .notice_box .notice_btn .notice_b_t p
    {
        margin-left: 6px;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.8px;
    }
    .report_notice .notice_box .notice_btn .notice_b_b
    {
        margin-top: 30px;
        width: 168px;
        height: 46px;
        border-radius: 2px;
        background: #e60d16;
    }
    .report_notice .notice_box .notice_btn .notice_b_b a
    {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 2.16px;
    }
}
@media screen and (max-width: 992px)
{
    .compliance
    {
        width: 100%;
        height: auto;
        padding-top: 48px;
    }
    .compliance .com_content
    {
        width: 100%;
        height: auto;
    }
    .compliance .com_content .com_c_t
    {
        width: 100%;
        height: auto;
        position: relative;
        background: #f5f7f7;
    }
    .compliance .com_content .com_c_t .com_c_t_l
    {
        width: 100%;
        height: auto;
    }
    .compliance .com_content .com_c_t .com_c_t_l img
    {
        display: none;
        width: 100%;
        height: 100%;
    }
    .compliance .com_content .com_c_t .com_c_t_r
    {
        width: 100%;
        height: 100%;
        position: static;
        top: 0;
        left: 0;
        padding: 16px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_title
    {
        text-align: center;
        color: #393e40;
        font-size: 24px;
        font-weight: 400;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text
    {
        margin-top: 20px;
        color: #808284;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_text p
    {
        text-indent: 2em;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox
    {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox p
    {
        color: #808284;
        text-align: right;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: .75px;
        line-height: 15px;
        margin: 0;
    }
    .compliance .com_content .com_c_t .com_c_t_r .com_t_r_datebox img
    {
        margin-top: 7px;
        width: 132px;
        height: auto;
    }
    .compliance .com_content .com_c_b
    {
        width: 100%;
        height: auto;
        background: #f5f7f7;
    }
    .compliance .com_content .com_c_b .com_c_b_item
    {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l
    {
        width: 100%;
        height: auto;
        padding: 30px 16px;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_title
    {
        color: #393e40;
        font-size: 24px;
        font-weight: 400;
        line-height: normal;
        text-align: left;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l .com_b_l_desc
    {
        margin-top: 20px;
        color: #808284;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a
    {
        margin-top: 38px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 138px;
        height: 42px;
        border-radius: 2px;
        border: 1px solid #6c7174;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover
    {
        background: #d01a19;
        border: 1px solid #d01a19;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover p
    {
        color: #fff;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:first-child
    {
        display: none;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a:hover img:last-child
    {
        display: block;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a p
    {
        color: #6c7174;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .8px;
        margin: 0;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img
    {
        margin-left: 4px;
        width: 9px;
        height: auto;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:first-child
    {
        display: block;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_l a img:last-child
    {
        display: none;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r
    {
        width: 100%;
        height: 54.4vw;
    }
    .compliance .com_content .com_c_b .com_c_b_item .com_c_b_r img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .compliance .com_content .com_c_b .com_c_b_item:nth-of-type(2n)
    {
        flex-direction: column-reverse;
    }
    .policy
    {
        width: 100%;
        height: auto;
        padding: 48px 0;
        background: #f5f7f7;
    }
    .policy .policy_content
    {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 30px;
    }
    .policy .policy_content .swiper-wrapper
    {
        flex-direction: column;
    }
    .policy .policy_content .swiper-button-prev, .policy .policy_content .swiper-button-next
    {
        display: none;
    }
    .policy .policy_content .policy_item
    {
        width: 100%;
        height: 72.26667vw;
    }
    .policy .policy_content .policy_item:hover .policy_item_box .policy_box
    {
        height: auto;
        background: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.62) 100%);
        padding: 20px 16px;
    }
    .policy .policy_content .policy_item:hover .policy_item_box .policy_box p
    {
        height: auto;
        line-height: normal;
    }
    .policy .policy_content .policy_item:last-child a .policy_box
    {
        height: auto;
        background: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.62) 100%);
        padding: 20px 16px;
    }
    .policy .policy_content .policy_item:last-child a .policy_box p
    {
        height: auto;
        line-height: normal;
    }
    .policy .policy_content .policy_item .policy_item_box
    {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .policy .policy_content .policy_item .policy_item_box>img
    {
        width: 100%;
        height: 100%;
    }
    .policy .policy_content .policy_item .policy_item_box .policy_box
    {
        width: 100%;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg,transparent 0%,rgba(0,0,0,.62) 100%);
        padding: 20px 16px;
    }
    .policy .policy_content .policy_item .policy_item_box .policy_box p
    {
        color: #fff;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1.92px;
        margin: 0;
    }
    .sound
    {
        width: 100%;
        height: auto;
        padding: 48px 0;
    }
    .sound .sound_content
    {
        margin-top: 30px;
        width: 100%;
        height: auto;
        background: #f5f7f7;
        display: flex;
        flex-direction: column;
    }
    .sound .sound_content .sound_c_l
    {
        width: 100%;
        height: auto;
    }
    .sound .sound_content .sound_c_l img
    {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .sound .sound_content .sound_c_r
    {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .sound .sound_content .sound_c_r .sound_c_r_title
    {
        color: #666;
        font-size: 16px;
        font-style: normal;
        font-weight: 290;
        line-height: 30px;/* 187.5% */
    }
    .sound .sound_content .sound_c_r .sound_more
    {
        border-radius: 2px;
        width: 138px;
        height: 42px;
        border: 1px solid #666;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .sound .sound_content .sound_c_r .sound_more:hover
    {
        background-color: #e60d16;
        border-color: #e60d16;
    }
    .sound .sound_content .sound_c_r .sound_more:hover p
    {
        color: #fff;
    }
    .sound .sound_content .sound_c_r .sound_more:hover .more_img img:first-child
    {
        display: none;
    }
    .sound .sound_content .sound_c_r .sound_more:hover .more_img img:last-child
    {
        display: block;
    }
    .sound .sound_content .sound_c_r .sound_more p
    {
        color: #393e40;
        font-size: 16px;
        font-style: normal;
        font-weight: 290;
        line-height: normal;
        margin-bottom: 0;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img
    {
        margin-left: 8px;
        width: 9px;
        height: auto;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img img
    {
        width: 100%;
        height: auto;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img img:first-child
    {
        display: block;
    }
    .sound .sound_content .sound_c_r .sound_more .more_img img:last-child
    {
        display: none;
    }
    .mian
    {
        width: 100%;
        height: auto;
        padding: 90px 0;
    }
    .mian .mian_content
    {
        width: 100%;
        height: auto;
        padding: 0 0;
    }
    .mian .mian_content .mian_c_title
    {
        color: #393e40;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f7f7;
    }
    .mian .mian_content .mian_c_content
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .mian .mian_content .mian_c_content .mian_desc
    {
        margin-bottom: 10px;
        text-indent: 2em;
        color: #393e40;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .mian .mian_content .mian_c_content .mian_text
    {
        margin-bottom: 10px;
        color: #393e40;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .mian .mian_content .mian_c_content .mian_text a
    {
        color: #e62129;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .mian .mian_content .mian_c_content .mian_text img
    {
        width: 17px;
        height: auto;
        vertical-align: middle;
    }
    .scope
    {
        width: 100%;
        height: auto;
        padding: 90px 0;
    }
    .scope .mian_content
    {
        width: 100%;
        height: auto;
        padding: 0 0;
    }
    .scope .mian_content .mian_c_title
    {
        color: #393e40;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f7f7;
    }
    .scope .mian_content .mian_c_content
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
    }
    .scope .mian_content .mian_c_content .mian_desc
    {
        margin-bottom: 10px;
        text-indent: 2em;
        color: #393e40;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .scope .mian_content .mian_c_content .mian_text
    {
        margin-bottom: 10px;
        color: #393e40;
        text-align: justify;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .scope .mian_content .mian_c_content .mian_text a
    {
        margin-left: 2em;
        color: #e62129;
        text-align: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
    }
    .scope .mian_content .mian_c_content .mian_text img
    {
        width: 17px;
        height: auto;
        vertical-align: middle;
    }
    .reportdetail
    {
        width: 100%;
        height: auto;
        padding: 48px 0;
    }
    .reportdetail .rede_content
    {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .reportdetail .rede_content .re_tab
    {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .reportdetail .rede_content .re_tab .re_tab_item
    {
        cursor: pointer;
        color: #808284;
        font-size: 15px;
        font-weight: 400;
        position: relative;
        margin-right: 60px;
    }
    .reportdetail .rede_content .re_tab .re_tab_item.active
    {
        color: #e60d16;
    }
    .reportdetail .rede_content .re_tab .re_tab_item.active::after
    {
        content: '';
        position: absolute;
        top: 110%;
        left: 0;
        width: 100%;
        height: 2px;
        background: #e60d16;
    }
    .reportdetail .rede_content .re_content
    {
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .reportdetail .rede_content .re_content .re_c_item
    {
        width: 100%;
        height: auto;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t
    {
        width: 100%;
        height: auto;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title
    {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #f5f7f7;
        margin-bottom: 0;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_t_title::after
    {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 90px;
        width: 0;
        height: 14px;
        background: url(/png/bw83aoj4.png) no-repeat;
        background-size: 100% 100%;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item p
    {
        width: 100%;
        color: #808284;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input
    {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 16px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item input::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea
    {
        margin-top: 10px;
        margin-left: 0;
        border: 1px solid #ccc;
        outline: none;
        max-width: 100%;
        min-width: 100%;
        max-height: 156px;
        min-height: 156px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 16px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item textarea::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div
    {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        height: 160px;
        border-radius: 2px;
        background: #f9f9f9;
        padding: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div p
    {
        width: 100%;
        color: #ccc;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div button
    {
        cursor: pointer;
        margin-top: 20px;
        width: 124px;
        height: 42px;
        border-radius: 0;
        padding-left: 30px;
        background: transparent;
        border: none;
        position: relative;
        color: #4b4b4b;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 42px;
        text-align: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div button::before
    {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background: url(/png/gufszd2d.png) no-repeat;
        background-size: 100% 100%;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div button input
    {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_item>div span
    {
        margin-top: 10px;
        color: #ccc;
        font-size: 13px;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemfile, .reportdetail .rede_content .re_content .re_c_item .re_c_i_t .re_c_t_itemcon
    {
        align-items: flex-start;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b
    {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title
    {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #f5f7f7;
        margin-bottom: 0;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_b_title::after
    {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 110px;
        width: 0;
        height: 14px;
        background: url(/png/bw83aoj4.png) no-repeat;
        background-size: 100% 100%;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item
    {
        margin-top: 20px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item p
    {
        width: 100%;
        color: #808284;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio
    {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label
    {
        cursor: pointer;
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]
    {
        width: 19px;
        height: 13px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        position: relative;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]::before
    {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        background: url(/png/xryczkz5.png) no-repeat;
        background-size: 100% 100%;
        left: 0%;
        right: 0%;
        top: 50%;
        transform: translateY(-50%);
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label input[type="radio"]:checked::before
    {
        content: '';
        position: absolute;
        width: 13px;
        height: 13px;
        background: url(/png/p7lfmrq0.png) no-repeat;
        background-size: 100% 100%;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item .re_c_b_radio label p
    {
        padding-left: 10px;
        color: #000;
        text-align: left;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.8px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]
    {
        margin-top: 10px;
        margin-left: 0;
        width: 100%;
        height: 40px;
        border-radius: 2px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 16px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item input[type="text"]::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_itemidentity
    {
        align-items: flex-start;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1
    {
        margin-top: 35px;
        width: 100%;
        height: auto;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1>p
    {
        color: #808284;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1>p span
    {
        font-size: 12px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2
    {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 p
    {
        width: 32px;
        color: #393e40;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]
    {
        margin-left: 20px;
        width: 84%;
        height: 32px;
        border-radius: 2px;
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 16px;
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 input[type="text"]::placeholder
    {
        color: #ccc;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_b .re_c_b_item1 .re_c_t_item2 span
    {
        margin-left: 20px;
        color: #808284;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn
    {
        width: 100%;
        height: auto;
        margin-top: 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn button
    {
        border: none;
        cursor: pointer;
        width: 146px;
        height: 46px;
        border-radius: 2px;
        border: 1px solid #e60d16;
        background: #fff;
        color: #e60d16;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: .8px;
    }
    .reportdetail .rede_content .re_content .re_c_item .re_c_i_btn .sumbit
    {
        background: #e60d16;
        color: #fff;
        margin-right: 6.4vw;
    }
    .reportdetail .must
    {
        position: relative;
    }
    .reportdetail .must>p
    {
        position: relative;
    }
    .reportdetail .must>p::after
    {
        content: '';
        position: absolute;
        top: 50%;
        right: 1%;
        transform: translateY(-50%);
        width: 9px;
        height: 9px;
        background: url(/png/5006dmm7.png) no-repeat;
        background-size: 100% 100%;
    }
    .reportdetail .must::after
    {
        content: '';
        position: absolute;
        top: 2%;
        right: 1%;
        width: 0;
        height: 9px;
        background: url(/png/5006dmm7.png) no-repeat;
        background-size: 100% 100%;
    }
    .report_notice
    {
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: fixed;
        top: 0;
        left: 0;
    }
    .report_notice .notice_box
    {
        width: 92%;
        height: 160vw;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        overflow: hidden;
        overflow-y: auto;
        padding: 16px;
    }
    .report_notice .notice_box .notice_title
    {
        color: #393e40;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
        padding-bottom: 20px;
        border-bottom: 1px solid #f5f7f7;
    }
    .report_notice .notice_box .notice_content
    {
        margin-top: 20px;
        padding: 0 16px;
        width: 100%;
    }
    .report_notice .notice_box .notice_content .notice_desc
    {
        text-indent: 2em;
        margin-bottom: 10px;
        color: #808284;
        text-align: justify;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .report_notice .notice_box .notice_btn
    {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }
    .report_notice .notice_box .notice_btn .notice_b_t
    {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .report_notice .notice_box .notice_btn .notice_b_t input
    {
        cursor: pointer;
        width: 13px;
        height: 13px;
    }
    .report_notice .notice_box .notice_btn .notice_b_t p
    {
        margin-left: 6px;
        color: #000;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 1.8px;
    }
    .report_notice .notice_box .notice_btn .notice_b_b
    {
        margin-top: 30px;
        width: 168px;
        height: 46px;
        border-radius: 2px;
        background: #e60d16;
    }
    .report_notice .notice_box .notice_btn .notice_b_b a
    {
        width: 100%;
        height: 100%;
        display: inline-block;
        color: #fff;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 46px;
        letter-spacing: 2.16px;
    }
}
