body {}

.main {
    margin-top: 0px !important;
    padding-bottom: -20px;
    min-width: 1320px;
    background-image: url("/static/images/index/bg.png");
    background-repeat: repeat-y;
    background-position-y: 9%;
    background-size: cover;

}

#error_format_tip {
    margin: -60px 50px 50px 50px;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    display: none;
}

.underline span {
    text-decoration: underline;
}

#error_format_tip #icon-row img {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    position: relative;
    bottom: 1px;
}

.title_format {
    margin-left: 50px;
    margin-top: 20px;
}

.title_format .tip {
    font-size: 13px !important;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.title_format .title_format_star {
    color: rgba(236, 65, 77, 1) !important;
    border-bottom: unset !important;
    margin-right: 5px;
    margin-left: 0 !important;
}

.title_format .demo {
    margin-top: 12px;
    font-size: 13px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.title_format .demo img {
    width: 330px;
    height: 68px;
}

.comm_footer {
    background: #2F343D;
    display: table;
    width: 100%;
    padding-top: 20px;
    margin-top: 0px !important;
    position: relative;
}

.jc-banner-witer {
    width: 100%;
    background-color: #EBF1FA;
}

.reduce-banner-btn {
    position: absolute;
    right: 73px;
    bottom: 44px;
    width: 178px;
    height: 36px;
    cursor: pointer;
}

.reduce-sample-img img {
    width: 100%;
}

.banner-box {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.banner-box-l {
    margin: 0 415px;
    display: inline-block;
    position: absolute;
}

.banner-box-l>h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    color: #333333;
}

.banner-box-l>p {
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.banner-box-r {
    width: 100px;
    height: 100px;
    /*border: 1px solid #;*/
    background-color: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 30px;
}

.banner-box-r a {
    padding: 38px 8px;
    display: inline-block;
    text-align: center;
    text-decoration: underline;
}

.container1 {
    min-width: 1200px;
    /*background-color: #f6f9fd;*/
}

.jc-pop {
    position: fixed;
    display: none;
    left: 40%;
    top: 20%;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 25px;
    text-align: center;
    z-index: 999;
    background-color: #666666;
}

.container-box {
    margin: 0 auto;
    width: 1316px;
    padding-bottom: 70px;

}

.delete-success {
    width: 100px;
    height: 30px;
    display: none;
    line-height: 30px;
    text-align: center;
    position: absolute;
    z-index: 999;
    color: #ffffff;
    border-radius: 25px;
    background-color: #666666;
    top: 38%;
    left: 44%;
}

.jc-title {
    position: relative;
}

.jc-title span:first-child {
    font-size: 13px;
    color: #666666;
}

.jc-title h4 {
    font-size: 15px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    margin: 60px 5px 20px 0;
}

.jc-title span {
    font-size: 13px;
}

.jc-title em {
    width: 405px;
    height: 17px;
    font-size: 13px;
    font-family: MicrosoftYaHei;
    line-height: 17px;
    color: #999999;

    opacity: 1;
}

.content-box {
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 20px;
    position: relative;
}

/*无降重无可选部分的样式*/
.tj-none {
    height: 250px;
    text-align: center;
    position: relative;
}

.tj-none h4 {
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    padding-top: 60px;
    padding-bottom: 10px;
}

.tj-none>p {
    text-align: center;
    font-size: 14px;
    color: #999999;
    margin-bottom: 30px;
}

.tj-none-btn {
    width: 1000px;
    position: relative;
    margin: 0 auto;

}

.tj-none-btn a {
    width: 168px;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #5D85E8 0%, #6B96FF 100%);
    border-radius: 4px;
    margin-right: 20px;

}

.tj-none-btn-b:hover .btn-hover {
    display: block;
}

.btn-hover {
    position: absolute;
    width: 340px;
    font-size: 12px;
    float: left;
    display: none;
    border-radius: 3px;
    background-color: #ffffff;
    color: #8F8F8F;
    font-family: Microsoft YaHei;
    font-weight: 400;
    top: 1px;
    right: -30px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.btn-hover:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ffffff transparent transparent;
    left: -14px;
    /*调整小三角形的位置*/
    bottom: 25%;
    /*调整小三角形的位置*/
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

.tj-none-btn button:first-child {
    width: 155px;
    height: 30px;
    margin-right: 30px;
    background-color: #7585a2;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;

}

.tj-none-btn-b {
    width: 168px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border: 1px solid #467AF2;
    color: #467AF2;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
}

.tj-none-btn-b img {
    margin-right: 5px;
}

.jc-none {
    height: 230px;
    text-align: center;

}

.jc-none p {
    color: #999999;
}

.jc-none img {
    margin-top: 50px;
    margin-bottom: 20px;

}

.jc-have {
    margin: 0 auto;
    color: #333333;
    position: relative;
    padding: 40px 50px 30px;
}

.jc-have .page {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-right: 0;
}

.page .active {
    width: 22px;
    height: 22px;
    background: rgba(230, 238, 255, 0.39);
    opacity: 1;
    border-radius: 4px;
    padding: 0 !important;
    margin: 0 !important;
    color: #467AF2;
    font-size: 14px;
    border: none !important;
}

.jc-table {
    width: 100%;
    position: relative;
}

.jc-table th {
    text-align: left;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.jc-table tr {
    line-height: 50px;
    border-bottom: 1px solid #F0F0F2;
}

.text-overflow {
    max-width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-overflow1 {
    max-width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jc-table-thesis-title {
    text-decoration: none !important;
    color: #666666 !important;
}

.jc-table tr td a {}

.ck {
    color: #666666 !important;
    text-decoration: underline;
    margin-left: 5px;
}

.have-select-btn-hover {
    position: absolute;
    width: 340px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #9c9c9c;
    top: 0px;
    right: 186px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    display: none;
}

.have-select-btn-hover:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #ffffff;
    right: -14px;
    /*调整小三角形的位置*/
    bottom: 8px;
    /*调整小三角形的位置*/
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
}

.have-select-btn {
    position: absolute;
    right: 0;
    top: 60px;
    line-height: 32px;
    text-align: center;
    width: 168px;
    height: 32px;
    background: linear-gradient(90deg, #5D85E8 0%, #6B96FF 100%);
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.have-select-btn img {
    margin-right: 5px;
    margin-top: -2px;
}

.have-select-btn:hover .have-select-btn-hover {
    display: block;
}

/*有可选论文的卡片区*/
.lw-list {
    margin: 0;
    width: 100%;
    padding-bottom: 25px;
    position: relative;
    min-height: 252px;
}

.lw-list:after {
    content: '';
    display: table;
    clear: both;
}

.icon-more {
    position: relative;
    width: 13px;
    height: 15px;
    margin-top: 2px;
    display: inline-block;
    background: url("../image/ckbg_img1.png") no-repeat;
    cursor: pointer;
}

.report-type {
    width: 200px;
    height: 30px;
    line-height: 30px;
    background-color: #666666;
    border-radius: 15px;
    color: #ffffff;
    position: fixed;
    z-index: 999;
    display: none;
    top: 45%;
    left: 45%;
    text-align: center;
}

.icon-more img {}

.icon-more span {
    width: 70px;
    font-size: 13px;
    display: none;
    position: absolute;
    top: -7px;
    right: -85px;
    text-decoration: none !important;
    text-align: center;
    line-height: 29px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 5px 25px rgb(0 0 0 / 8%);
    z-index: 6;
    color: #999999 !important;
}

.icon-more:hover span {
    display: block;
}

.icon-more span:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-width: 7px;
    left: -14px;
    top: 6px;
    border-style: dashed solid dashed dashed;
    border-color: transparent #ffffff transparent transparent;
}

.eye-result1 {
    background: url("../image/icon_see_light.png") no-repeat 0 -47px !important;
    padding-left: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #73a0fa;
}

.eye-result2 {
    background: url("../image/icon_see_dark.png") no-repeat 0 4px !important;
    padding-left: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #d3dbe6;
}

.eye-result2:hover {
    color: #d3dbe6;
    cursor: default;
}


.lw-card-item {
    width: 32%;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    margin-right: 2%;
}

.lw-card-item:nth-child(3) {
    margin-right: 0;
}

.lw-card-item1 {
    width: 250px;
    float: left;
    display: none;
}

.lw-card-item-box {
    margin: 0 30px;
    font-size: 12px;

}

.ready-delete {
    width: 500px;
    display: block;
    position: fixed;
    right: 38%;
    top: 30%;
    z-index: 999;
    background-color: #fff;
    border-radius: 10px;
}

.ready-delete-btn-l {
    margin-bottom: 50px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    background-color: #edf2f7;
    color: #929eaa;
    border: none;
    cursor: pointer;
    border-radius: 7px;
}

.ready-delete-btn-r {
    margin-bottom: 30px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #467af2;
    color: #ffffff;
    border: none;
    cursor: pointer;
    border-radius: 7px;
}

.lw-card-item-box p:first-child {
    color: #333333;
    margin: 25px 0px 5px 0px;
    font-family: Microsoft YaHei;
    line-height: 19px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lw-card-item-box p:nth-of-type(2) {
    font-size: 13px;
    color: #999999;
    line-height: 19px;
}

.lw-card-data {
    position: relative;
    color: #333;
    font-size: 14px;

}

/*.lw-card-data em{*/
/*    position: absolute;*/
/*    right: 40px;*/
/*    top: 0px;*/
/*}*/
.lw-card-data em span {
    color: #E37F7F !important;
    font-size: 13px;
}

.lw-card-echars1 {
    width: 156px;
    height: 10px;
    border-radius: 25px;
    position: absolute;
    top: -8px;
    left: 30px;
}

.lw-card-echars2 {
    width: 156px;
    height: 10px;
    border-radius: 25px;
    position: absolute;
    top: -8px;
    left: 18px;
}

.lw-card-btn {
    width: 110px;
    height: 30px;
    background: linear-gradient(90deg, #5D85E8 0%, #6B96FF 100%);
    box-shadow: 0px 4px 14px rgba(46, 105, 242, 0.31);
    text-align: center;
    display: inline-block;
    line-height: 30px;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 30px;
}

.lw-card-btn:hover {
    box-shadow: none;
}

.lw-card-less {
    width: 250px;
    float: left;
    background: url('../image/znjc_littleBg1.png') no-repeat 0 0px;
    background-color: #fff;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 30px;
    text-align: center;
    position: relative;
}

.lw-card-less h4 {
    color: #333333;
    font-size: 15px;
    margin-bottom: 10px;
}

.lw-card-less p {
    color: #999999;
    font-size: 13px;
    width: 171px;
    margin: 0 auto 30px;
}

.lw-card-less-btn-t {
    height: 32px;
    line-height: 32px;
    width: 168px;
    display: block;
    border: none;
    background: linear-gradient(90deg, #5D85E8 0%, #6B96FF 100%);
    cursor: pointer;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 auto 15px;
}

.lw-card-less-btn-t:hover {
    color: #ffffff;
}

.lw-card-less-btn-b {
    height: 30px;
    width: 168px;
    line-height: 30px;
    border: 1px solid #467AF2;
    background-color: #ffffff;
    cursor: pointer;
    color: #467AF2;
    border-radius: 4px;
    display: inline-block;
    background: url(../image/znjc_upload1.png) no-repeat 13px 8px;
    text-indent: 20px;

}

.lw-card-less-btn-b:hover .lw-card-less-btn-b-hover {
    display: block;
}

.lw-card-less-btn-b-hover-title {
    margin-left: -24px;
}

.lw-card-less-btn-b-hover {
    position: absolute;
    width: 327px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: none;
    border-radius: 3px;
    background-color: #ffffff;
    color: #8F8F8F;
    bottom: -9px;
    right: -185px;
    box-shadow: 3px 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 999;

}

.lw-card-less-btn-b-hover:after {
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    /*调整小三角形的大小*/
    border-bottom-color: #ffffff;
    /*改变小三角的颜色（最好就是和父级div的背景颜色相同）;bottom是用于调整小三角的方向*/
    position: absolute;
    left: 25px;
    /*调整小三角形的位置*/
    bottom: 100%;
    /*调整小三角形的位置*/
    margin-top: 20px;
    /*调整小三角形的位置*/
}

/*.lw-btn{*/
/*    position: relative;*/
/*    width: 50%;*/
/*    margin: 0 auto;*/
/*}*/
.lw-btn {
    text-align: center;
}

.swiper-box {
    width: 100%;
    position: relative;
}

.btn-next {
    width: 26px;
    height: 26px;
    background: #fff url(../image/reduce_right_icon.png) no-repeat 9px 6px/32%;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
}

.btn-next-on {
    background: #fff url(../image/reduce_right_icon_on.png) no-repeat 9px 6px/32%;
    cursor: default;
    pointer-events: none;
}

.btn-next:hover {
    background: #fff url(../image/reduce_right_icon_hover.png) no-repeat 9px 6px/32%;
}

.btn-next-on:hover {
    background: #fff url(../image/reduce_right_icon_on.png) no-repeat 9px 6px/32%;
}

.btn-prev {
    width: 26px;
    height: 26px;
    background: #fff url(../image/reduce_left_icon.png) no-repeat 7px 6px/32%;
    border: 1px solid #F5F5F5;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    margin-right: 8px;
    cursor: pointer;
}

.btn-prev-on {
    background: #fff url(../image/reduce_left_icon_on.png) no-repeat 7px 6px/32%;
    cursor: default;
    pointer-events: none;
}

.btn-prev:hover {
    background: #fff url(../image/reduce_left_icon_hover.png) no-repeat 7px 6px/32%;
}

.btn-prev-on:hover {
    background: #fff url(../image/reduce_left_icon_on.png) no-repeat 7px 6px/32%;
}

.lw-have-jc-none {
    width: 100%;

}

.lw-have-jc-none-box1 {
    width: 100%;
    text-align: center;
}

.lw-have-jc-none-box1 p {
    text-align: center;
    color: #999999;
}

.lw-have-jc-none-box1 img {
    margin-top: 50px;
    margin-bottom: 20px;

}

.lw-have-jc-none-box2 {
    width: 1300px;
    margin: 0 auto;
    padding: 50px 0;
    display: none;
}

.jc-content {
    background: linear-gradient(180deg, #F9FAFC 0%, rgba(250, 251, 252, 0) 100%);
    opacity: 0.8;
    border-radius: 10px;
}

.jc-content h4 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 34px;
    margin-left: -12px;
    padding-left: 6px;
}

.jc-content h4:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #7990C9;
    margin-right: 10px;
    position: relative;
    top: 3px;
    margin-left: -10px;
}

.jc-content p {
    margin-bottom: 16px;
    font-size: 15px;
}

.jc-content p:nth-of-type(1) {
    color: #999999;
    position: relative;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}

.jc-content p:nth-of-type(2) {
    position: relative;
    color: #666666;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
}

.jc-content-xs {
    position: relative;
    width: 325px;
    height: 28px;
    background: #F7F9FA;
    opacity: 1;
    border-radius: 2px;
}

.add-word:before {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    border-width: 5px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #6CB171 transparent;
    left: 23px;
    /*right: -14px;!*调整小三角形的位置*!*/
    /*bottom: 22%;!*调整小三角形的位置*!*/
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);

}

.add-word-bd:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 12px;
    left: 34px;
    border-bottom: 2px dashed #6CB171;
}

.jc-content-xs em:nth-of-type(1) {
    left: 60px;
    position: absolute;
}

.jc-content-xs em:nth-of-type(2) {
    left: 160px;
    position: absolute;
}

.jc-content-xs del {
    left: 226px;
    position: absolute;
}

.jc-content-xs em:nth-of-type(3) {
    left: 260px;
    position: absolute;
}

.add-word1:before {
    content: '';
    width: 0;
    height: 17px;
    position: absolute;
    border-width: 5px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #6CB171 transparent;
    left: 142px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    color: #6CB171;

}

.add-word2:before {
    content: '';
    width: 0;
    height: 17px;
    position: absolute;
    border-width: 5px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #6CB171 transparent;
    left: 259px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    color: #6CB171;

}

.add-word3:before {
    content: '';
    width: 0;
    height: 17px;
    position: absolute;
    border-width: 5px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #6CB171 transparent;
    right: 286px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
    color: #6CB171;

}

.upadta-word {
    content: '';
    width: 24px;
    height: 12px;
    position: absolute;
    border-bottom: 2px solid #6CB171;
    right: 170px;
    color: #6CB171;
}

.jc-content p:nth-of-type(2) {}

.swiper-container {
    width: 100% !important;

}

.swiper-wrapper {
    width: 3000%;
}

.pagination-top {
    z-index: 20;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #e4e6ec;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #6e9aff;
}

.my-visible-switch {
    background: #6e9aff;
}

.ft-sel {
    padding-left: 0;
}

/*降重结果页*/
.my-checkbox {
    background: none;
    top: 3px !important;
    cursor: pointer;
}

.my-checkbox input {
    background: none;
    text-align: center;
    display: inline-block;
}

.my-check-on {
    background: none;
}

.my-checkbox input[type=checkbox] {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.jc-table-top {
    height: 44px;
    background: #F2F4FA;
    line-height: 44px;
    border-radius: 5px;
    overflow: hidden;
}

.jc-table-top li {
    float: left;
}

.delete-btn-del {
    margin-left: 20px;
    color: #C7CBD1;
    cursor: default;
    border: none;
    background-color: #ffffff;
}

.delete-btn-del-yes {
    color: #202020;
    cursor: pointer;
}

.my-checkbox-dan {
    width: 16px;
    height: 16px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.my-checkbox-dan:checked {
    border: none;
    background: url("../image/checkbox_icon_on.png") no-repeat;
}

.my-checkbox-all {
    width: 16px;
    height: 16px;
    border: 1px solid #C7C7C7;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    position: relative;
    top: 3px;
}

.my-checkbox-all:checked {
    border: none;
    background: url("../image/checkbox_icon_on.png") no-repeat;
}

.popup .popup-bd-ts {
    min-height: auto;
    transform: translateY(-50%);
    margin-top: 0;
}

.main .pagination>.next,
.main .pagination>.prev {
    color: #7F859A;
    font-size: 28px;
    line-height: 16px;
    margin: 0;
}

.icon-more-num {
    position: relative;
    display: inline-block;
    width: 45px;
    top: -2px;
}

/* 支付弹窗 */
.pay-wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: #000;
    /*display: none;*/
    opacity: 0.6;
    filter: Alpha(opacity=60);
}

.pay-box {
    width: 648px;
    height: 588px;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin: -294px auto 0;
    /*display: none;*/
    z-index: 999;
}

.pay-close {
    position: absolute;
    right: 16px;
    z-index: 101;
    top: 16px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.pay-title {
    /*width: 398px;*/
    height: 58px;
    font-size: 16px;
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    color: #3D3F4D;
    line-height: 58px;
    padding-left: 52px;
    padding-right: 52px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.pay-type {
    height: 190px;
    /*padding: 40px 50px 0;*/
    /*margin: 50px;*/
    margin: 50px 50px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}

.common {
    width: 262px;
    height: 140px;
    background: #EEF3FC;
    border: 2px solid #EEF3FC;
    border-radius: 6px;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
}

.common>p {
    padding-left: 21px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    margin-top: 14px;
    border-left: 2px solid #59AAFE;
}

.pay-text {
    float: right;
    height: 56px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #828282;
    line-height: 56px;
}

.pay-textDescription {
    /*display: inline-block;*/
    /*font-size: 14px;*/
    font-weight: 400;
    color: #828282;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
    padding: 0 34px 0 20px;
    line-height: 24px;
    width: 212px;
    /*height: 60px;*/
}

.pay-select {
    position: absolute;
    right: 20px;
    z-index: 101;
    bottom: 10px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: inline-block;
}

ol {
    width: 70%;
    float: left;
}

.pay-zhifu {
    width: 30% !important;
    height: 200px;
    /* position: absolute;
     z-index: 66;*/
    float: left;
    display: none;
}

.supreme-zhifu {
    width: 30% !important;
    height: 200px;
    /* position: absolute;
     z-index: 66;*/
    float: left;
    display: none;
}

.scan1 {
    width: 140px;
    height: 140px;
}

.pay-result {
    /*width: 100px;*/
    height: 300px;
    padding: 30px 70px 0 70px;
}

.pay-result ol {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.pay-result p {
    /*margin-left: 50px;*/
    width: 100px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    display: inline-block;
    height: 30px;
}

.options {
    display: inline-block !important;
    width: 100% !important;
}

.refer {
    border: 2px solid #59AAFE;
}

.select {
    width: 262px;
    /*border: none;*/
    /*outline: none;*/
    border: solid 1px #fff;
}

.select-card {
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 36px;
}

.select-option,
.integral-option {
    width: 262px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: absolute;
    bottom: 95px;
    left: 154px;
    z-index: 6;
}

.integral-option {
    width: 180px;
    bottom: 173px !important;
    left: 235px;
}

.options {
    width: 248px;
    height: 34px;
    line-height: 34px;
    text-indent: 19px;
}

#options {
    width: 248px;
    height: 34px;
    line-height: 34px;
    text-indent: 19px;
    cursor: pointer;
}

#newOptions {
    width: 248px;
    height: 34px;
    line-height: 34px;
    text-indent: 19px;
    cursor: pointer;
}

.scan1 {
    position: inherit !important;
}

.scan1 img {
    width: 140px !important;
    height: 140px !important;

}

.d-img {
    width: 97px !important;
    height: 98px !important;
    left: 12px;
    bottom: 130px;
}

.pay-mode {
    width: 114px;
    height: 20px;
    padding-left: 4px;
}

.pay-mode img {
    width: 18px;
    height: 18px;
    margin-top: -1px !important;
    margin-left: 5px;
}

.pay-mode span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 5px;
}

.btn-orange {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    min-width: inherit;
    font-size: 16px;
}

.orange {
    font-weight: 400;
    color: #F5602A;
}

.money {
    font-weight: 400;
    color: #F5602A;
}

.pay-card,
.upgrade-integral {
    font-weight: 400;
}

.upgrade-integral {
    padding-left: 10px;
}

.yingfu {
    font-size: 26px;
    font-weight: bold;
    color: #F5602A;
    line-height: 36px;
    vertical-align: middle;
    margin-right: 5px;
}

#deduct {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #BBBBBB;
    line-height: 30px;
    margin-left: 10px;
}

#supdeduct {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
    color: #BBBBBB;
    line-height: 30px;
    margin-left: 10px;
}

/*    上传*/
.pop-wrap {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: #000;
    /*display: none;*/
    opacity: 0.6;
    filter: Alpha(opacity=60);
}

.pop-upload-close {
    position: absolute;
    right: 34px;
    z-index: 101;
    top: 30px;
    cursor: pointer;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.content {
    width: 868px;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 14px;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0px auto 0;
    transform: translateY(-50%);
    /*display: none;*/
    z-index: 999;

}

a.disabled {
    color: #ffffff;
    background-color: #c7cbd1;
    cursor: default;
}

.content .report-wrap .report-hd {
    z-index: 0;
}

.content .report-wrap .report-hd em {
    color: #333333;
    font-size: 16px;
    margin-top: 25px;
}

.content .report-hd .upload_div {
    background-color: #FAFAFA;
    margin: 30px 50px 0;
    /*height: 133px;*/
    text-align: center;
    border-radius: 8px;
    padding-top: 50px;
    border: 2px dashed #DBDBDB;
}

.content .report-hd .upload_div #title1 {
    color: #333333;
    font-size: 15px;
    margin-top: 31px;

}

.content .report-hd .upload_div #title2 {
    color: #999999;
    font-size: 14px;
    margin-bottom: 50px;
}

/* 上传文件 */
.content .report-hd .upload_div .upload_box {
    position: relative;
    width: 220px;
    height: 40px;
    background-color: #467AF2;
    border-radius: 5px;
    margin: 14px auto;
}

.upload_box p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 40px;
}

/* 上传按钮 */
.file_upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 40px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    font-size: 0;
}

/* 重新上传按钮 父级 */
.reupload_box {
    position: relative;
    width: 100px;
    height: 30px;
    margin: -3px auto 14px;
    cursor: pointer;
    display: block;
    margin-bottom: 81px;
}

/* 重新上传按钮 */
.file_reupload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    font-size: 0;
    cursor: pointer;
}

.upload_file {
    text-align: center;
}

/* 重新上传 */
.upload_div .upload_file_name {
    color: #333333;
    font-size: 16px;
    display: inline-block;

}

/* 底部注意事项 */
.content .tips {
    background-color: #FAFAFA;
    color: #999999;
}

.content .tips .text_conent {
    width: 89%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-family: "MicrosoftYaHei";
}

.content .tips .text_conent p em {
    color: #333333;
    font-weight: 500;
}

/* 报告类型选择 */
#type_btn_list {
    list-style: none;
    margin: 8px 50px 0;

}

#type_btn_list li {
    display: inline-block;
    margin-bottom: 10px;
}

#type_btn_list li input {
    cursor: pointer;
    background-color: #ffffff;
    font-size: 15px;
    height: 30px;
    line-height: 27px;
    color: #666666;
    border: 1px solid #D7D9DC;
    border-radius: 15px;
    padding: 0 15px;
}

#type_btn_list li input.on {
    color: #ffffff;
    background-color: #7990C9;
}

#type_btn_list li {
    padding-right: 15px;
}

/* 降重按钮 */
.report-hd .begin_jiangchong {
    width: 160px;
    height: 44px;
    background-color: #467AF2;
    border-radius: 5px;
    color: #ffffff;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 49px;
    margin-top: 20px;
    display: block;
}

.report-hd input[disabled] {
    background-color: #EEEDED;
    cursor: not-allowed;
}

/* 进度条 */
.progress-container {
    margin-top: 18px;
}

.progress {
    margin: 0 auto;
    width: 400px;
    height: 6px;
    border-radius: 3px;
    background: #FFFFFF;
}

.f-15 {
    font-size: 16px;
    padding: 0px 0 20px 50px;
    color: #888888;
}

.f-15-1 {
    font-size: 16px;
    padding: 0px 0 20px 60px;
    color: #888888;
}

.progress>div {
    width: 0;
    height: 6px;
    background: linear-gradient(90deg, #59B6F9 0%, #5D8AF0 100%);
    border-radius: 3px;
}


/*媒体查询，小屏兼容*/
@media screen and (max-width: 1460px) {
    .jc-content-boxs {
        padding: 30px 50px 20px !important;
    }
}


.report-select-list{
    display: flex;
    justify-content: space-between;
    margin: 30px 50px;
    align-items: center;
}
.report-select--active{
    background: #7990C9 !important;
    color: white !important;
}
.report-select-list .report-select-list_child {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    border: 1px solid #D8DADD;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    cursor: pointer;
    background-color: #FAFBFC;
}
.report-select-list .report-select-list_child:hover{
    border-color: #7990C9;
    color: #7990C9;
}

.tip-demo{
    position: relative;
}
.tip-demo--pop{
    position: fixed;
    top: -20px;
    left: 100%;
    margin-left: 15px;
    width: 30%;
    min-height: 50px;
    /*height: 208px;*/
    z-index: 2000;
    box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.1);
    border: 1px solid #E6E8EA;
    border-radius: 8px;
    background: white;
    padding: 5px;
}
.tip-demo--pop::before{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    height: 100%;
    background: transparent;
}
.tip-demo--pop_blowUp img,
.tip-demo--pop img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.tip-demo--pop_blowUp{
    position: fixed;
    top: 0 !important;
    left: 50% !important;
    transform: translate(-50%);
    width: 80%;
    height: 100%;
    background: rgba(0,0,0,.7);
    z-index: 2001;

    transition: all .2s linear;
}
.tip-demo--pop:hover::after{
    content: "查看大图";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
}
.tip-demo--pop .tip-demo_left-arrow{
    position: absolute;
    top: 20px;
    left: -10px;
    width: 11px;
    height: 16px;
}
.tip-demo .tip_demo_pop{
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #ECECEC;
    padding: 6px;
    min-width: 300px;
}

.tip-demo .tip-demo-subtitle{
    display: flex;
    align-items: center;
    margin-top: 6px;
    padding-left: 53px;
    height: 28px;
    line-height: 28px;
    box-sizing: border-box;
    font-size: 13px;
    color: #333333 !important;
    text-underline: none !important;
    background-color: #F4F5F5;
    padding-right: 30px;
    cursor: pointer;
}

.tip-demo .tip-demo-subtitle .tip-demo-subtitle_child:hover{
    color: cornflowerblue;
    cursor: pointer;
    z-index: 200;
}
.tip-description{
    display: flex;
}
.tip-demo .tip-demo-subtitle .tip-demo-subtitle_child,
.tip-description-text_child
{
    display: inline-block;
    color: #333333;
}
.tip-description-text{
    display: inline-block;
    color: #888888;
}

.error_message{
    margin-top: 20px !important;
}
.reupload_error{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 150px;
    height: 36px;
    background: #467AF2;
    border-radius: 6px;
    margin: 12px auto 0 auto !important;
    cursor: pointer;
}

.reupload_error .reupload_error_img{
    width: 14px;
    height: 14px;
    object-fit: contain;
}
.reupload_error .reupload_error_title{
    font-size: 14px;
    font-family: 苹方-简-常规体, 苹方-简;
    color: #FFFFFF;
}

.tip-demo-title{
    padding-left: 10px;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center
}
#tip-demo-title1{
    font-size: 13px;
    color: #333333
}
