:root{
    --bg-color: #FFFFFF;
}
body {
    background: #EEF1F1;
    font-size: 16px;
}
body.body {
    background-color: #f5f5f5;
    font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
    position: relative;
}
a:link, a:visited, a:active, a:FOCUS,a:HOVER {
    text-decoration: none;
    color: #333333;
    outline: none;
}
b, ol, ul {
    list-style: none
}

html {
    font-size: 16px;
}
* {
    font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}

.main {
    width: 1080px;
    margin: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.content {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.header {
}

.logo_heads_main {
    background: #ffffff;
}

.logo_heads_main .header_logo {
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    background: #ffffff;
    width: 1080px;
    margin: auto;
}

.logo_heads_main .header_logo .logobox {
    width: 100%;
    box-sizing: border-box;
}

.logo_heads_main .header_logo .logobox2 {
    margin: auto 0;
    box-sizing: border-box;
}

.logo_heads_main .header_logo img {
    width: 100%;
    height: 100%;
}

.header_title {
    text-align: center;
    color: #fff;
    font-weight: 500;
    width: 100%;
    background: var(--bg-color);
    padding: 22.5px 0;
    margin: 0;
}

.header .nav_list {
    margin-top: 0;
    background: var(--bg-color);
}

.header .nav_list ul {
    display: flex;
    list-style: none;
    width: 1080px;
    justify-content: flex-start;
    position: relative;
    margin: auto;
}

.header .nav_list ul li {
    padding: 1rem;
    font-size: 1.13rem;
    width: inherit;
    text-align: center;
}

.header .nav_list ul li a{
    color: #FFF;
    text-decoration:none;
}

.header .nav_list ul li:hover,
.header .nav_list ul li.active,
.header .nav_list ul li.clickActive {
    background: #0B6F73;
}

.main .breadnav {
    font-size: 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
}

.main .breadnav .breadcrumb {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    padding: .75rem
}

.breadcrumb > li,
.breadcrumb a {
    display: inline-block;
    color: rgba(32, 36, 36, 1);
    text-decoration: none;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/***************************************/
.pop_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(142, 142, 142, 0.45);
    top: 0;
    left: 0;
    display: none;
}

.pop {
    width: 800px;
    height: 42rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    background: rgba(238, 241, 241, 1);
    overflow: hidden;
    box-shadow: 0.2rem 0.2rem 1rem 0rem rgb(79, 79, 79);
}

.pop h5 {
    background: var(--bg-color);
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    position: relative;
}

.pop .close {
    color: #FFF;
    position: absolute;
    right: 1em;
    cursor: pointer;
}

.pop div {
    font-size: 1.13rem;
    font-family: PingFang-SC-Bold;
    color: rgba(32, 36, 36, 1);
    line-height: 1.5rem;
    padding: 1rem 2rem;
    height: calc(100% - 8rem);
    overflow: auto;
}
.pop p {
    margin: 0px;
    font-weight: bold;
}

/***************************************/
.table_title {
    font-size: 1.15rem;
    color: var(--bg-color);
    font-weight: 500;
    margin: .5rem;
    letter-spacing: .25rem;
}

.table_title:before {
    content: "|";
    color: var(--bg-color);
    font-weight: bold;
}

.table {
    background: #fff;
    padding: .5rem;
}

.table > ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem;
    /*flex-wrap: wrap;*/
    border: 1px solid rgba(204, 204, 204, 1);
    margin: 0;
}

.table > ul:nth-of-type(odd) {
    background: rgba(228, 241, 241, 1);
}

.table > ul > li {
    width: 8rem;
    font-size: 0.88rem;
    line-height: 0.9rem;
    padding: .25rem 0;
    text-align: center;
}

table.table {
    margin: .5rem;
    width: calc(100% - 1rem);
    box-sizing: border-box;
    border-collapse: collapse;
}

table.table tr {
}

table.table tr:nth-of-type(odd) {
    background: rgba(228, 241, 241, 1);
}

table.table tr td {
    font-size: 0.88rem;
    line-height: 0.9rem;
    text-align: center;
    padding: .5rem;
    border: 1px solid rgba(204, 204, 204, 1);
}

.single_row {
    width: 100%;
    padding: 0;
}

.single_row textarea {
    padding: 1rem 1rem 2rem;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1rem;
    background: rgba(238, 241, 241, 1);
    border: none;
}

.single_row textarea::-webkit-input-placeholder {
    font-size: 1rem;
    color: rgba(146, 155, 155, 1);
    line-height: 1.5rem;
}

.table .thead {
    font-weight: bold;
}

.table .button {
    width: 10rem;
    height: 2.5rem;
    margin: 2rem auto 1rem;
    cursor: pointer;
    text-align: center;
    background: var(--bg-color);
    border-radius: 2rem;
    color: #fff;
    padding: .5rem;
    box-shadow: 2px 2px 9px #1ea1a6e3;
}

/************************************************************/

.describe_case {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.describe_case li {
    width: calc(33% - 1rem);
    font-size: 1.05rem;
    font-weight: 600;
    color: rgba(32, 36, 36, 1);
    padding: .5rem;
}

.related_case {
    border-top: 1px solid #D4D8D8;
    margin: 10px 0;
}

.related_case ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: .5rem;
}

.related_case ul li {
    padding: .5rem;
}

.related_case ul li .tag {
    padding: .25rem 1rem;
    border: 1px solid rgba(146, 155, 155, 1);
    border-radius: 0.3rem;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
}

/*******************************************************************/
.todo_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.todo_list li {
    width: calc(33%);
    margin: 1rem 0;
}

.todo_list li .mask {
    width: 10rem;
    height: 8rem;
    padding-top: 1.5rem;
    box-sizing: border-box;
    margin: auto;
    border: 1px solid rgba(223, 223, 223, 1);
    box-shadow: 0.25rem 0.25rem 0.25rem rgba(126, 126, 126, 0.25);
    position: relative;
    text-align: center;
    cursor: pointer;
}

.todo_list li .pic {
    width: 3rem;
    height: 3rem;
    margin: auto;
}

.todo_list li .pic img {
    width: 100%;
}

.todo_list li .events{
    pointer-events:none;
}
.todo_list li .mask p{
    margin: 20px 0px;
}
.todo_list2 {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.todo_list2 li {
    width: calc(25%);
    margin: 1rem 0;
}

.todo_list2 li .mask {
    width: 10rem;
    height: 8rem;
    padding-top: 1.5rem;
    box-sizing: border-box;
    margin: auto;
    border: 1px solid rgba(223, 223, 223, 1);
    box-shadow: 0.25rem 0.25rem 0.25rem rgba(126, 126, 126, 0.25);
    position: relative;
    text-align: center;
    cursor: pointer;
}

.todo_list2 li .pic {
    width: 3rem;
    height: 3rem;
    margin: auto;
}

.todo_list2 li .pic img {
    width: 100%;
}

.todo_list2 li .mask img {
    width: 100%;
    height: 100%;
}

.todo_list2 li .count_num {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(255, 30, 30, 1);
    border-radius: 50%;
    color: #fff;
    top: 1rem;
    right: 1rem;
    text-align: center;
}

.todo_list2 li .mask p{
    margin: 20px 0px;
}

.todo_list2 li .events{
    pointer-events:none;
}

/*********************help********************/

.case_help {}

.case_help ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    position: relative;
}

.case_help ul li {
    text-align: center;
    margin: auto;
}

.case_help ul li p {
    margin: .5rem;
    font-weight: bold;
    color: rgba(146, 155, 155, 1);
}

.case_help ul li .pic {
    position: relative;
    margin: auto;
    width: 6rem;
    height: 6rem;
}

.case_help ul li .pic img {
    width: 100%;
    height: 100%;
}

.case_help ul li .pic:before {
    content: ">";
    color: #929B9B;
    transform: scale(1, 2) translate(-400%, -50%);
    position: absolute;
    top: 60%;
    left: 0%;
}

.case_help ul li:first-of-type .pic:before {
    display: none;
}

.case_help ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 1.5rem;
    position: relative;
    z-index: 1;
    top: -1.5rem;
    border-style: solid;
    opacity: 0;
    border-color: transparent transparent #e5fcfd transparent;
}

.case_help .tag {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    background: rgb(229, 252, 253);
    padding: .5em 2em;
    bottom: 0;
    display: none;
    font-size: 1.13rem;
    font-weight: bold;
    color: rgba(5, 81, 84, 1);
}

.case_help ul li.active:after {
    opacity: 1;
}

.case_help ul li.active .tag {
    display: block;
}

.case_help ul li.active p {
    color: var(--bg-color);
}

.case_help ul li:hover:after {
    opacity: 1;
}

.case_help ul li:hover .tag {
    display: block;
    z-index: 9;
}

.case_help ul li:hover p {
    color: var(--bg-color);
}

.case_help2 {
    display: flex;
}

.case_help2 ul {
    list-style: none;
}

.case_help2 ul li {
    position: relative;
    padding-left: 3rem;
    box-sizing: border-box;
}

.case_help2 ul li * {
    color: #929b9b;
}

.case_help2 ul li h5 {
    font-size: 1.25rem;
    font-weight: bold;
}

.case_help2 ul li p {
    font-weight: 500;
    font-size: 1rem;
}

.case_help2 .icon_h {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.upload_list{

}
.upload_list ul{
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;list-style: none;
}
.upload_list ul li{
    margin: .5rem;
    overflow: hidden;
    border: 1px solid #D4D8D8;
    padding-bottom: .5em;
}
.upload_list ul li .pic{
    height: calc(100% - 4rem);
    padding: .5rem;
    box-sizing: border-box;
}
.upload_list ul li .pic>div{
    background: #9F9F9F;display: block;
    width: 100%;height: 100%;margin: auto;
}
.upload_list ul li .pic img{
    background: #9F9F9F;display: block;
    width: 100%;height: 100%;
}
.upload_list ul li .tool{
    display: flex;
    justify-content: space-around;
    height: 2em;
}
.upload_list ul li .tool .btn_hollow{
    padding: 1em;position: relative;
    display: block;cursor: pointer;
    width: 4em;margin: auto;
}
.upload_list ul li h5{
    margin: 0;
    text-align: center;
    padding: .5em;
    font-size:1rem;
    font-weight:400;
    background: var(--bg-color);
    color: #FFF;
}
.upload_list ul li .add_pic{
    background: #EAF6F7;
    width: 100%;height: 100%;
    background-image: url("../../images/static/ps341016e4e706450e-ee18-4dc3-b7e9-ff2c2ddf8e49.png");
    background-size: 40%;background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.btn_uploadr{
    background-image: url("../../images/static/ps2ce24956f7a87f6b-81a3-4e00-a796-ab5b08cc2556.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn_bianji{
    background-image: url("../../images/static/bj.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.btn_clear{
    background-image: url("../../images/static/ps79930c19ef686b05-c9f2-4846-8e85-5c47f5f7bf7c.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.button_an a.button_aa_hs2 {
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    background: var(--bg-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 20px;
    display: inline-block;
    box-shadow: 1px 1px 10px var(--bg-color);
}
.button_an a.button_aa_hs2:hover {
    background: var(--bg-color);
    text-decoration: none;
}
.button_an {
    text-align: center;
    overflow: hidden;
}
.button_an .button_aa_hs1 {
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    background: var(--bg-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 20px;
    display: inline-block;
    box-shadow: 1px 1px 10px var(--bg-color);
    border: none;
}
.button_an .button_aa_hs1:hover {
    background: var(--bg-color);
    text-decoration: none;
}

.content .title1{
    text-indent:42px;
}
.content .title2{
    text-indent:84px;
}

.todo_list li .count_num {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: rgba(255, 30, 30, 1);
    border-radius: 50%;
    color: #fff;
    top: 1rem;
    right: 1rem;
    text-align: center;
}

.todo_list .checkAvoid.events .pic,
.todo_list .applicantCheckAvoid.events .pic {
    background-image: url("../../images/static/1.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .checkAvoid .pic,
.todo_list .applicantCheckAvoid .pic{
    background-image: url("../../images/static/psb3d1ffcf92531bc0-072f-45fe-b5e7-75b85d9c3c4b.png");
    background-size: 48px;
    background-repeat: no-repeat;
}

.todo_list .checkBut.events .pic,
.todo_list .applicantCheckBut.events .pic{
    background-image: url("../../images/static/3.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .checkBut .pic,
.todo_list .applicantCheckBut .pic {
    background-image: url("../../images/static/ps5f3eceab0ff817d7-10d2-40b3-8782-1b1f5a3a6eb2.png");
    background-size: 48px;
    background-repeat: no-repeat;
}

.todo_list .countPlea.events .pic,
.todo_list .applicantCountPlea.events .pic{
    background-image: url("../../images/static/3.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countPlea .pic,
.todo_list .applicantCountPlea .pic {
    background-image: url("../../images/static/ps5f3eceab0ff817d7-10d2-40b3-8782-1b1f5a3a6eb2.png");
    background-size: 48px;
    background-repeat: no-repeat;
}

.todo_list .checkProof.events .pic,
.todo_list .applicantCheckProof.events .pic {
    background-image: url("../../images/static/2.png");
    background-size: 42px;
    background-repeat: no-repeat;
}
.todo_list .checkProof .pic,
.todo_list .applicantCheckProof .pic {
    background-image: url("../../images/static/pse37a513b9604050e-02d2-45de-9504-45e2f7c65740.png");
    background-size: 42px;
    background-repeat: no-repeat;
}

.todo_list .slippageProof.events .pic {
    background-image: url("../../images/static/2.png");
    background-size: 42px;
    background-repeat: no-repeat;
}
.todo_list .slippageProof .pic {
    background-image: url("../../images/static/pse37a513b9604050e-02d2-45de-9504-45e2f7c65740.png");
    background-size: 42px;
    background-repeat: no-repeat;
}

.todo_list .countCross.events .pic,
.todo_list .applicantCountCross.events .pic {
    background-image: url("../../images/static/4.png");
    background-size: 42px;
    background-repeat: no-repeat;
}
.todo_list .countCross .pic,
.todo_list .applicantCountCross .pic {
    background-image: url("../../images/static/psae2d30de9b54239f-1625-499a-9d21-b552cf403f38.png");
    background-size: 42px;
    background-repeat: no-repeat;
}

.todo_list .checkTrial.events .pic,
.todo_list .applicantCheckTrial.events .pic {
    background-image: url("../../images/static/5.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .checkTrial .pic,
.todo_list .applicantCheckTrial .pic{
    background-image: url("../../images/static/ps3d95b58be3df4839-e790-42ce-868e-5903256437fe.png");
    background-size: 48px;
    background-repeat: no-repeat;
}

.todo_list .countBook.events .pic,
.todo_list .applicantCountBook.events .pic {
    background-image: url("../../images/static/6.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countBook .pic,
.todo_list .applicantCountBook .pic {
    background-image: url("../../images/static/ps55b190c3592458fc-39e0-4179-8b94-4b8fd5ff48da.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .applicantCountPay.events .pic
{
    background-image: url("../../images/static/6.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .applicantCountPay .pic {
    background-image: url("../../images/static/ps55b190c3592458fc-39e0-4179-8b94-4b8fd5ff48da.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countSelect.events .pic,
.todo_list .applicantCountSelect.events .pic
{
    background-image: url("../../images/static/6.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countSelect .pic,
.todo_list .applicantCountSelect .pic {
    background-image: url("../../images/static/ps55b190c3592458fc-39e0-4179-8b94-4b8fd5ff48da.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list2 .countSupple.events .pic,
.todo_list2 .applicantCountSupple.events .pic {
    background-image: url("../../images/static/7.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list2 .countSupple .pic,
.todo_list2 .applicantCountSupple .pic {
    background-image: url("../../images/static/8.png");
    background-size: 48px;
    background-repeat: no-repeat;
}

.todo_list2 .countLetter.events .pic,
.todo_list2 .applicantCountLetter.events .pic {
    background-image: url("../../images/static/9.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list2 .countLetter .pic,
.todo_list2 .applicantCountLetter .pic {
    background-image: url("../../images/static/10.png");
    background-size: 48px;
    background-repeat: no-repeat;
}

.todo_list2 .countDebate.events .pic,
.todo_list2 .applicantCountDebate.events .pic {
    background-image: url("../../images/static/11.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list2 .countDebate .pic,
.todo_list2 .applicantCountDebate .pic {
    background-image: url("../../images/static/12.png");
    background-size: 48px;
    background-repeat: no-repeat;
}

.todo_list2 .countState.events .pic,
.todo_list2 .applicantCountState.events .pic {
    background-image: url("../../images/static/13.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list2 .countState .pic,
.todo_list2 .applicantCountState .pic {
    background-image: url("../../images/static/14.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countChange .pic,
.todo_list .applicantCountChange .pic {
    background-image: url("../../images/static/ps55b190c3592458fc-39e0-4179-8b94-4b8fd5ff48da.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countCounter .pic,
.todo_list .applicantCountCounter .pic {
    background-image: url("../../images/static/ps55b190c3592458fc-39e0-4179-8b94-4b8fd5ff48da.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countCounter.events .pic,
.todo_list .applicantCountCounter.events .pic {
    background-image: url("../../images/static/6.png");
    background-size: 48px;
    background-repeat: no-repeat;
}
.todo_list .countJurisdiction.events .pic,
.todo_list .applicantCountJurisdiction.events .pic {
    background-image: url("../../images/static/2.png");
    background-size: 42px;
    background-repeat: no-repeat;
}
.todo_list .countJurisdiction .pic,
.todo_list .applicantCountJurisdiction .pic {
    background-image: url("../../images/static/pse37a513b9604050e-02d2-45de-9504-45e2f7c65740.png");
    background-size: 42px;
    background-repeat: no-repeat;
}


.todo_list p{
    color: var(--bg-color);
    font-weight: bold;
}
.todo_list2 p{
    color: var(--bg-color);
    font-weight: bold;
}
.todo_list .events p{
    color: #555555;
    font-weight: bold;
}
.todo_list2 .events p{
    color: #555555;
    font-weight: bold;
}
.clearfix{
    clear: both;
}
.arbitrator_list > li > .radio{
    display: none;
}
.arbitrator_list{
    width: 90%;
    padding: 4px;
    margin: 0 auto;
}
.arbitrator_list .radio:checked + label h1 {
    color: #fff;
}
.arbitrator_list .radio:checked + label p{
    color: #fff;
}
.arbitrator_list li{
    padding: 2px;
    border-radius:6px;
    margin: 2px;
    width: 142px;
    float: left;
    list-style: none;
}

.arbitrator_list label{
    display: block;
    height: 72px;
    cursor: pointer;
    border-radius:4px;
    overflow: hidden;
    background-color: #f0f0f0;
    margin-bottom: 0px;
}

.arbitrator_list label h1{
    background-color: rgba(0, 255, 5, 0.5);
    line-height: 18px;
    height: 18px;
    font-size: 14px;
    text-align: right;
    padding: 0 3px 0 0;
    margin: 0;
}
.arbitrator_list .outer label  h1{
    background-color: rgba(255, 227, 0, 0.73);
}
.arbitrator_list label p{
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}
.arbitrator_list .radio:checked + label{
    background-color: var(--bg-color);
}
.arbitrator_list label h1{
    color: var(--bg-color);
}
.arbitrator_list li:hover{
    background-color: var(--bg-color);
}

.gjli > li > .radio{
    display: none;
}

.gjli li{
    width: 90px;
    height: 40px
}

.gjli li label{
    height: 40px
}

.gjli li label h1{
    height: 10px
}

.gjli li label p{
    line-height: 30px;
}

/*单选按钮选中后增加的样式*/
input[type="radio"]:checked:after + p{
    display: block;
    background-color: #b0d235;
}

.extend_btn{
    width: 110px;
    border: none !important;
    position: fixed;
    top: 135px;
    left: 50px;
    z-index: 999999;
    text-align: center;
}
.extend_btn a,.extend_btn_two a{
    border-radius: 0 !important;
    width: 90px;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    background: var(--bg-color) !important;
    margin-top: 1px;
    cursor: pointer;
}
.extend_btn a:hover,.extend_btn_two a:hover {
    background: var(--bg-color) !important;
}
.extend_title {
    cursor: move;
    background: var(--bg-color) !important;
    width: 90px;
    color: #fff;
    padding: 1px 6px;
}

.extend_btn a {
    display: inline-block;
}

.sqlb_cont{
    box-shadow:0 0 10px 1px #b6b8c2;
    margin: 20px 0;
}
.book_header,.book_content{
    margin:auto;
    padding:30px 0 20px 0;
    width:100%;
    font-size: 22px;
    font-family:FangSong;
}
.book_header .titleTwo{
    font-family:KaiTi_GB2312;
    font-size:50px;
    font-weight:bold;
    text-align: center;
    padding:40px 0 0 0;
}
.book_header .titleOne{
    font-family:KaiTi_GB2312;
    font-size:50px;
    font-weight:bold;
    text-align: center;
    padding:40px 0 0 0;
}

.modal.exampleDialog .chaxun.baocun{
    border: 1px solid #eee;
    height: 60px;
}

.modal.exampleDialog .button{
    float: right;
    margin: 4px 30px;
    width: 100px;
    border-radius:10px;
    padding: 0;
}
.example{
    font-size: 21px;
}
.example .title{
    font-family:KaiTi_GB2312;
    font-size:32px;
    text-align: center;
    font-weight: 300;
}
.example p{
    line-height: 42px;
    text-indent: 42px;
    text-align: justify;
    text-justify: inter-ideograph;
    font-family:FangSong;
}

.inputdiv{
    padding: 20px;
    margin: 20px 0;
    background:#f3f5f4;
    border:1px solid #e5e5e5;
    border-radius:10px;
    float: none;
    width: 100%;
}

.inputdiv ul{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.inputdiv ul li {
    width: 25%;
    font-size: 14px;
    font-weight: 600;
    padding: 8px;
    line-height: 30px;
}

.inputdiv ul li label {
    color: var(--bg-color);
    font-weight: 600;
}

.inputdiv select{
    height: 40px;
}

.inputdiv ul li .li-span{
    display: block;
    border: 1px solid #cccccc;
    width: 85%;
    height: 40px;
    line-height: 40px;
    background-color: #eeeeee;
    padding-left:8px;
    margin: 0;
    cursor:not-allowed;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inputdiv .guarantee .checked{
    zoom:250%;
}
.inputdiv .guarantee span{
    margin: 0 60px 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.inputdiv ul li.bit2{
    width: 44%;
}

.inputdiv ul li.bit100{
    width: 100%;
}

.inputdiv ul li .title.select{
    height: 40px;;
}

.inputdiv ul li .title .title-div{
    float: left;
    height: 40px;
    width: 200px;
}


.add_tjsc {
    overflow: hidden;
    text-align: center;
    margin-bottom: 10px;
}
.add_tjsc a {
    margin-right: 20px;
    padding: 10px 30px;
    font-size: 16px;
}
.add_tjsc a.xl_tj{
    padding:8px 10px;
    display:block;
    color:#fff;
    text-align:center;
    margin:0 auto;
    width:100px;
    font-size:14px;
    background:#5bb75b;
}
.xl_tjtop{
    margin:2px auto;
    width:45%;
}
a.xl_del{
    background:#CC0B1A;
    padding:8px;
    border-radius: 40px;
    display:block;
    color:#fff;
    float: right;
}

.codeBtn.getcode{
    margin-left:0.9rem;
    border-radius:1rem;
    height: 2.5rem;
    line-height: 2rem !important;
    font-family: PingFang SC;
    color: #fff;
}
button[disabled]{
    background: #999999 !important;
    color: #ffffff !important;
    cursor: default;
}
p[disabled]{
    color: #999999 !important;
    cursor: default !important;
}
.qqdiv{
    top:300px;
    right:20px;
    position:fixed;
}
.Zcgz{
    top:300px;
    left:10px;
    position:fixed;
    width: 200px;
    text-align: center;
}
.Zcgz a{
    display: inline-block;
    border-radius: 0 !important;
    width: 200px;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
    background: var(--bg-color) !important;
    margin-top: 1px;
    cursor: pointer;
}

.trialFileBox {
    background: #ffffff;
    z-index: 999;
    position: fixed;
    width: 1080px;
    height: 800px;
    padding: 1rem;
    top: 6rem;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #c6c6c6;
}

.trialFileBox iframe {
    width: 100%;
    height: 95%;
    overflow: hidden;
}

.trialFileBox .trialBtns {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.trialFileBox .trialBtns span {
    color: #ffffff;
    background:  var(--bg-color);
    height: 40px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 10px var(--bg-color);
}

.trialFileBox .trialBtns span:hover {
    cursor: pointer;
}



@media screen and (max-device-width: 960px) {
    .header{
        width: 100vw;
    }
    .header_logo{
        width: 100%;
    }
    .logo_heads_main{
        width: 100%;
    }
    .logo_heads_main .header_logo{
        width: 100%;
    }
    .header .nav_list{
        width: 100%;
    }
    .header .nav_list ul{
        width: 100%;
        font-size: smaller;
        padding-left: 0px
    }
    .header .nav_list ul li{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: smaller;
        padding: 1rem 0.05rem;
    }
    .header .nav_list ul li a{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main{
        width: 100vw;
    }
    .main .breadnav .breadcrumb {
        font-size: small;
    }
    .Zcgz a{
        width: 100%;
        line-height: 30px;
    }
    .Zcgz{
        font-size: small;
        width: 90px;
        top: auto;
        bottom: 20px;
    }
    .button_an a.button_aa_hs2{
        padding: 0 30px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin: 0px;
    }
    .getcert{
        padding: 5em 0 7em;
    }
    .qqdiv {
        top: auto;
        bottom: 20px;
    }
    table.table tr td{
        font-size: smaller;
    }
    .chromeUrl{
        display: none;
    }
    .content{
        padding: 1rem 0;
    }
    .case_help ul li .pic{
        width: 3rem;
        height: 3rem;
    }
    .case_help ul li .pic:before{
        top: 75%;
        left: 60%;
        transform: scale(2, 2) translate(-222%, -50%);
    }
    .case_help ul li{
        flex: 1;
        white-space: nowrap;
    }
    .case_help .tag{
        top: 100px;
        white-space: normal;
        height: fit-content;
        font-size: smaller;
    }
    .case_help ul li p{
        font-size: smaller;
    }
    .case_help ul li:after {
        border-width: 0.8rem;
        top: -0.8rem;
    }
    .case_help2 {
        display: block;
    }
    .case_help2 div {
        width: 100% !important;
    }
    .line{
        margin-top: 50px !important;
    }
    .describe_case{
        padding-left: 0;
        font-size: smaller;
    }
    .describe_case li {
        font-size: smaller;
        width: 33%;
    }
    .content{
        font-size: small;
        padding-bottom: 90px;
    }
    .related_case {
        font-size: small;
    }
    table.table tr td{
        vertical-align: middle;
        padding: 0.1rem;
        word-break: break-all;
    }
    .table .thead {
        min-height: 2rem;
        font-weight: bold;
    }
    table.table tr {
        min-height: 2rem;
    }
    .related_case ul li .tag{
        font-size: small;
    }
    .todo_list {
        padding-left: 0;
    }
    .todo_list li .mask{
        width: 7rem;
    }
    .table > ul {
        padding: 0;
    }
    .table > ul > li{
        display: flex;
        align-items: center;
        justify-content: center;
        word-break: break-all;
        border:1px solid rgba(204, 204, 204, 1);
        border-top: 0;
        border-bottom: 0;
    }
    .table{
        padding: 0;
    }
    .ko-gallery{
        max-width: 365px;
    }
    .extend_btn{
        top: auto;
        bottom: 50px;
        left: 280px;
    }
    .extend_btn a{
        height: 30px;
        line-height: 30px;
    }
    .book_header, .book_content{
        padding: 0 0 20px 0;
    }
    .book_header .titleTwo{
        font-size: 28px;
        padding: 0;
    }
    .arbitrator_list li{
        width: 80px;
    }
    .totable tr {
        display: flex;
        flex-direction: column;
    }
    .todo_list2{
        padding: 0;
    }
    .todo_list2 li{
        width: auto;
        flex: 1;
    }
    #pageContainer .page{
        width: 100vw !important;
        height: auto !important;
    }
    #pageContainer .page .canvasWrapper{
        width: 100vw !important;
        height: auto !important;
    }
    #pageContainer .page .canvasWrapper canvas{
        width: 100vw !important;
        height: auto !important;
    }

    .trialFileBox {
        background: #ffffff;
        z-index: 999;
        position: fixed;
        width: 100%;
        height: 80%;
        padding: 1rem;
        top: 6rem;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        box-shadow: 1px 1px 10px #c6c6c6;
    }

    .trialFileBox iframe {
        width: 100vw;
        height: 95%;
        overflow: hidden;
    }

    .trialFileBox .trialBtns {
        margin-top: 10px;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .trialFileBox .trialBtns span {
        color: #ffffff;
        background:  var(--bg-color);
        height: 40px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 1px 1px 10px var(--bg-color);
    }

    .trialFileBox .trialBtns span:hover {
        cursor: pointer;
    }


}
