.indexbox {
    padding: 15px;
    box-sizing: border-box;
    overflow-y: auto;
}

#banner {
    width: 100%;
    height: 125px;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 125px;
    border-radius: 5px;
}

.swiper-container .swiper-slide {
    width: 100%;
    height: 125px;
    position: relative;
    left: 0vw;
    top: 0px;
    border-radius: 5px;

}

.swiper-container .swiper-slide a {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: block;
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

#banner .swiper-pagination {
    bottom: 0 !important;
}

#banner .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.40);
    opacity: 1;
}

#banner .swiper-pagination-bullet-active {
    background: rgba(144, 183, 56, 1);
}

.ziliaobox2,
.ziliaobox3 {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(183, 187, 252, 0.2);
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
}

.ziliaobox2 .top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.ziliaobox2 .top .right {
    flex: 1;
    /* margin-left: 10px; */
    height: 78px;
    padding-right: 5px;
    box-sizing: border-box;
}

.ziliaobox2 .top .right .title {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.ziliaobox2 .top .left {
    width: 86px;
    height: 78px;
    border-radius: 5px;
    margin-right: 10px;
}

.ziliaobox2 .top .right .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 3px;
    height: 14px;
    border-radius: 10px;
    background: #2461EE;
}

.ziliaobox2 .top .right .title span {
    width: 10px;
    height: 10px;
    background: #E45E50;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
}

.ziliaobox2 .top .right p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.flex {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.time {
    font-weight: 400;
    font-size: 14px;
    color: #2461EE;
    margin-top: 0.5px;
}

.look {
    /* width: 76px; */
    height: 19px;
}

.ziliaobox3 .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ziliaobox3 .title .left {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

.ziliaobox3 .title .left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 14px;
    background: #2461EE;
    border-radius: 5px 5px 5px 5px;
}

.ziliaobox3 .box {
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    margin-top: 15px;
    flex-wrap: wrap;
    flex-wrap: wrap;
}

.ziliaobox3 .box a {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.ziliaobox3 .box a:last-child {
    /* margin-bottom: 0; */
}

.ziliaobox3 .box a img {
    width: 53px;
    height: 53px;
    margin-bottom: 6px;
}

.ziliaobox3 .box a p {
    font-weight: 600;
    font-size: 14px;
    color: #333333;
}


.search {
    width: 100%;
    height: 75px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    padding: 15px;
    box-sizing: border-box;
    position: relative;
}

.search input {
    width: 100%;
    height: 100%;
    background: #F9F9F9 !important;
    border-radius: 45px 45px 45px 45px;
    padding-left: 15px;
    padding-right: 40px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 17px;
}

.search img {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 30px;
    top: 25px;
}

.search input::placeholder {
    font-weight: 400;
    font-size: 17px;
    color: #848484;

}



/* 我的信息 */

.userbox {
    width: 100%;
    height: 100vh;
    background: #F9F9F9;
}

::-webkit-scrollbar {
    display: none;
}

/* 业务概况 */


.indexsrc {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    padding-bottom: 30vw;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    box-sizing: border-box;
}


.yewubox {
    width: 100%;
    height: 90vh;
    padding-bottom: 12vh;
    box-sizing: border-box;
    /* background: linear-gradient(180deg, #DFF0FF 0%, #FFFFFF 6%); */
    border-radius: 20px 20px 0 0;
}


.sidebar {
    width: 27%;
    height: 80vh;
    overflow-y: auto;
    background: #F9F9F9;
    box-sizing: border-box;
    position: relative;
    padding-right: 2px;



}

.sidebar::-webkit-scrollbar {
    display: none;
}

.sidebar ul::-webkit-scrollbar {
    display: none;
}


.sidebar::-webkit-scrollbar {
    display: none;
}

.category {
    padding: 25px 5px;
    cursor: pointer;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    position: relative;
    z-index: 10;

    background: #fff;
    font-size: 14px;
    box-shadow: 1px 0px 3px rgba(45, 110, 189, 0.1);
}

.category::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* 虚线的高度 */
    background-image: linear-gradient(to right, rgba(210, 210, 210, 1) 50%, transparent 50%);
    background-size: 7px 2px;
}

.huise {
    width: 100%;
    height: 50vh;
    background: #fff;
    box-shadow: 2px 0px 5px rgba(45, 110, 189, 0.1);
    /* margin-top: 1px; */
}

.category.active {
    background-color: #F9F9F9;
    color: rgba(36, 97, 238, 1);
    font-weight: bold !important;

    box-shadow: 0px 0px 0px rgba(45, 110, 189, 0.1);
    margin-bottom: 1px;
}

.category.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* 虚线的高度 */
    background-image: linear-gradient(to right, transparent 50%, transparent 50%);
    background-size: 7px 2px;
}

.category.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 26px;
    background: rgba(36, 97, 238, 1);
    width: 5px;
    height: 18px;
    border-radius: 0 3px 3px 0;
}

.category.prev {
    border-bottom: 1px solid transparent !important;
    border-radius: 0 0 20px 0;
    box-shadow: 1px 2px 3px rgba(45, 110, 189, 0.1);
    margin-bottom: 1px;
}

.category.prev::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    /* 虚线的高度 */
    background-image: linear-gradient(to right, transparent 50%, transparent 50%);
    background-size: 7px 2px;
}

.category.ra {
    border-radius: 0 20px 0px 0 !important;
    box-shadow: 1px -1px 3px rgba(45, 110, 189, 0.1);
}

.yewubox>div {
    display: flex;
}

.yewutab {
    display: none !important;
}

.yewutab.dis {
    display: block !important;

}

.responsibilityitem {
    width: 100%;
    display: flex;
}

.sideright {
    /* width: 72%; */
    height: 78vh;
    overflow-y: auto;
    background-color: #F9F9F9;
    ;
    z-index: 1000;
    z-index: 9;
    padding-top: 5px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 5vh;
    padding: 5px 10px;
    box-sizing: border-box;
    flex: 1;
    overflow-x: hidden;

}

.weidu {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E45E50;
}

.sideright .item {
    height: 100%;
}

.sideright::-webkit-scrollbar {
    display: none;
}

.yewulc {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 13px 10px 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px 0px rgba(45, 110, 189, 0.16);
    margin-top: 10px;
    position: relative;
}

.yewulc::after {
    width: 110px;
    height: 86px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url("../images/icon16.png") no-repeat center;
    background-size: 100% 100%;
}

.yewulc:nth-child(2)::after {
    width: 110px;
    height: 86px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url("../images/icon17.png") no-repeat center;
    background-size: 100% 100%;
}

.yewulc:nth-child(3):after {
    width: 110px;
    height: 86px;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    background: url("../images/icon18.png") no-repeat center;
    background-size: 100% 100%;
}

.yewulc .biaoti {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.yewulc .biaoti img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.yewulc .biaoti h1 {

    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.yewulc p {
    font-weight: 400;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    font-size: 14px;
}

.yewulc .chakan {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;

    align-items: center;
}

.yewulc .chakan .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.yewulc .chakan img {
    width: 82px;
    height: 20.5px;
}

.no {
    display: none !important;
}

.item {
    display: none;
}

.item.dis {
    display: block;
}


.formbox {
    width: 100%;
    height: 100vh;
}

.formsrc {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 3vw;
    padding-bottom: 30vw;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    box-sizing: border-box;
    padding-top: 54px;
}

.formsrc::-webkit-scrollbar {
    display: none;
}

.formtop {
    width: 100%;
    height: 74px;
    background: url("../images/icon19.png") no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #F0F1F4;
    padding: 0 46px;
    box-sizing: border-box;
    text-align: center;
}
.formtop .back{
    position: absolute;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: 8px;
}

.formmain {
    width: 100%;
    border-radius: 0 0 15px 15px;
    background: #FFFFFF;
    padding: 15px 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px 0px rgba(56, 143, 240, 0.2);
    margin-bottom: 10px;

}


.formmain .box {
    border-radius: 10px;
    border: 1px solid #D8D8D8;
    box-sizing: border-box;
    margin-top: 10px;
}

.formmain .box>div {
    padding: 16px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.formmain .box>div .left {
    color: #767676;
    font-size: 14px;
    flex-shrink: 0;
}

.formmain .box>div .left .radio-box {
    display: inline-block;
    width: 100%;
}


.formmain .box>div:last-child {
    border-bottom: none;
}

.tabbox {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 998;
}

.tabbox>div {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.tabbox>div.active {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    position: relative;
}

.tabbox>div.active::after {
    width: 37px;
    height: 3px;
    background: rgba(36, 97, 238, 1);
    border-radius: 2px;
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.formmain .box>div .right {
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    flex: 1;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: end;
}

.formmain .box>div .right input {
    text-align: right;
    font-size: 15px;
    width:90%;
}
.formmain .box>div .right input::placeholder{
    color: #666666;
}

/* .formmain .box>div .right img{
    width: 14px;
    height: 14px;
    margin-left: 10px;
} */
.formmain h1{
    font-weight: bold;
font-size: 16px;
color: #333333;
position: relative;
}
.formmain h1::before{
    width: 4px;
    height: 18px;
    background: rgba(36, 97, 238, 1);
    border-radius: 0 6px 6px 0;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.formmain .box>div .right p {
    font-size: 14px;
    text-align: right;
}
.formmain .box>div .right .icon{
    width: 10px;
    height: 10px;
    margin-left: 3px;
    transition: transform 0.3s ease;
}
.formmain .box>div .right .wancheng{
    font-weight: 400;
font-size: 15px;
color: #FFFFFF;
width:60px;
height: 20px;
background: #1EC67D;
border-radius: 3px;
display: flex;
justify-content: center;
line-height: 0;
align-items: center;
}
.formmain .box>div .right .untreated{
    font-weight: 400;
font-size: 15px;
color: #FFFFFF;
width:60px;
height: 20px;
background: #B6B6B6;
border-radius: 3px;
display: flex;
justify-content: center;
line-height: 0;
align-items: center;
}
.formmain .box>div .right .processing{
    font-weight: 400;
font-size: 15px;
color: #FFFFFF;
width:60px;
height: 20px;
background: #F9C94C;
border-radius: 3px;
display: flex;
justify-content: center;
line-height: 0;
align-items: center;
}
.formsrc .tijiao{
    width: 100%;
height: 45px;
background: #2461EE;
box-shadow: 0px 2px 8px 0px rgba(36,97,238,0.3);
border-radius:10px;
font-weight: bold;
font-size: 16rpx;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
line-height: 0;
margin-top: 30px;
}
.formmain .box .gddetail{
    display: flex;
    flex-direction: column;

}
.formmain .box .gddetail>div:first-child{
    width: 100%;
display: flex;
justify-content: space-between;
}
.formmain .box .gddetail .detail{
    font-weight: 400;
font-size: 15px;
color: #333333;
margin-top: 15px;
}
.incompletebox .mescroll-upwarp{
    padding-bottom: 40px;
}
.xialaicon{
    width: 14px;
    height: 14px;
    margin-left: 13px;
}
.right .license {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    margin-top: 15px;
    position: relative;
    margin-left: 19px;
}

.right .license .img {
    width: 72px;
    height: 72px;
    border-radius: 5px;
}

.column {
    flex-direction: column;

}

.column>div {
    width: 100%;
}

.column>div.right {
    width: 100%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
}

.column .lary {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(64, 64, 64, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.column .lary img {
    width: 26px;
    height: 26px;

}

/* 工作单 */
.workorderbox {
    padding: 15px;
    box-sizing: border-box;
    overflow: scroll;

}

.topimg {
    width: 100%;
    height: 67px;
    background: url("../images/icon28.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: end;
    padding-bottom: 8px;
    padding-right: 18px;
    box-sizing: border-box;
}

.topimg div {
    height: 22px;
    padding: 0 8px;
    border-radius: 11px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;


}

.workorder {
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: auto;
    padding-bottom: 100px;
    box-sizing: border-box;

}

.personal {
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(45, 110, 189, 0.3);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 11px 0;
    box-sizing: border-box;
    margin-top: 10px;
}

.personal h1 {
    font-weight: bold;
    font-size: 16px;
    color: #2461EE;
    line-height: 22px;
    text-align: center;
    margin-bottom: 12px;

}

.personal h2,
.zhankainr h2 {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    text-align: center;
    margin-bottom: 15px;
}

.zhankainr h2 {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

.personal .box h3,
.zhankainr .box h3 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: justify;
    position: relative;
    margin-bottom: 15px;
}

.personal .box h3::before,
.zhankainr .box h3::before {
    position: absolute;
    left: -11px;
    top: 2px;
    content: "";
    background: url("../images/icon29.png") no-repeat center;
    background-size: 100% 100%;
    width: 4px;
    height: 18px;
}

.personal .box h4,
.zhankainr .box h4 {
    font-weight: 400;
    font-size: 15px;
    color: #333333;

}

.personal .box p,
.zhankainr .box p {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    margin-bottom: 20px;
}

.personal .box p:last-child,
.zhankainr .box p:last-child {
    margin-bottom: 8px;
}

.personal .box .line,
.zhankainr .box .line {
    width: 100%;
    height: 4px;
    background: #E2E2E2;
    margin: 20px 0;
}

.personal .box h4,
.zhankainr .box h4 {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 15px;
}

.personal .box>div,
.zhankainr .box>div {
    padding: 0 11px;
    box-sizing: border-box;
}

.other {
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(45, 110, 189, 0.3);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 11px 0;
    box-sizing: border-box;
    margin-top: 10px;
}

.other .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.other .top::before {
    width: 5px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/icon29.png") no-repeat center;
    background-size: 100% 100%;

}

.other .top h1 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}

.zhankai,
.shouqi {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    color: #2461EE;
    flex-shrink: 0;
}

.zhankai img,
.shouqi img {
    width: 19px;
    height: 19px;

}

/* 未完成工作 */
.incompletetop {
    width: 100%;
    height: 115px;
    background: #fff;
    position: fixed;
    top: 0;
}

.incompletetab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.incompletetab>div {
    flex: 1;
    text-align: center;
    font-weight: 400;
    font-size: 30rpx;
    color: #666666;
    height: 100%;
}

.incompletetab>div.active {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
}

.incompletetab>div.active::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
    content: "";
    background: rgba(36, 97, 238, 1);
    width: 30px;
    height: 3px;
    border-radius: 3px;
}

.incompletebox{
    width: 100%;
    height: 100vh;

    box-sizing: border-box;
    padding: 15px;
    padding-top: 130px;
    box-sizing: border-box;
}
.addressbook{
    width: 100%;
    height:100vh;
    box-sizing: border-box;
    padding: 15px;
    padding-top: 85px;
    padding-bottom: 10vh;
    box-sizing: border-box;
}
.addressbook2{
    margin-bottom: 20px;
}
.addressbook2 .box{
    padding-left: 8px !important;
    padding-right: 8px !important;
    box-sizing: border-box;
}
.addressbook2 .box>div.look{
    margin-bottom: 1px;
}
.addressbook2 .box>div.look img{
    margin-right: 0 !important;
}
.addressbook2 .box>div img{
    margin-top: 4px !important;
}
.addressbook2 .box>div{
    align-items: flex-start !important;
}
.addressbook2 .box>div p{
    min-height: 22px;
    line-height: 22px;
    max-width: 80% !important;
}
.incompletebox .box ,.addressbook .box{
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(183, 187, 252, 0.2);
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}

.incompletebox .box h1,.addressbook .box h1 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-left: 8px;
    box-sizing: border-box;
}

.incompletebox .box h1::before ,.addressbook .box h1::before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 13px;
    background: #2461EE;
    border-radius: 10px;
}
.addressbook .box h1 span {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-left: 6px;
}
.incompletebox .box>div,.addressbook .box>div  {
    display: flex;
    margin-top: 6px;
    align-items: center;
}
.addressbook .box>div p:nth-child(2) {
    width: 15% !important;
    color: #666666;
    text-wrap: nowrap;
}
.no2{
display: none !important;
}
.addressbook .box>div p:nth-child(3) {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}
.phonecopy ,.emailcopy{
    font-weight: 400;
    font-size: 15px;
    color: #2461EE;
    margin-left: 25px;
    text-wrap: nowrap;
}.addressbook .box>div.phone  .phoneToCopy {
    font-weight: bold;
    font-size: 15px;
    color: #2461EE;
    text-underline-offset: 3px;
    text-decoration: underline;

}

.fuzhilary{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    transition: all 1s ease-in-out;
}
.fuzhilary div{
    width: 26vw;
    line-height: 40px;
    color: #ffffff;
    background: rgba(0, 0, 0, .6);
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}

.incompletebox .box>div.neirong {
    align-items: start !important;
}

.incompletebox .box>div.neirong img {
    margin-top: 1px;
}

.incompletebox .box>div img,.addressbook .box>div img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.incompletebox .box>div p {
    flex: 1;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
}
.incompletebox .box .look{
    display: flex;
    justify-content:flex-end !important;
}
.incompletebox .box .look p{
    width: 60px !important;
    flex: none !important;
    color: #2461EE;
    font-weight: bold;
    font-size: 15px;
    margin-right: 4px;
}
.incompletebox .box>div p span {
    font-weight: 400;
    font-size: 15px;
    color: rgba(36, 97, 238, 1);
}

.incompletebox .box>div p span .red {
    color: rgba(251, 77, 71, 1);
}

.incompletebox .box .view {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 12px;
    bottom: 14px;
}
.incompletebox .box .Completed{
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
}

.incompletebox .item {
    display: none;
    width: 100%;
    height: 100%;
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow-y: auto;
}

.incompletebox .item.dis {
    display: block !important;
}

.incompletebox .item .default {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.incompletebox .item .default img {
    width: 70%;

}

.incompletebox .item .default p {
    font-weight: 500;
    font-size: 15px;
    color: #999999;
}

.clear {
    width: 20px;
    height: 20px;
}

.incompletetop .clear {
    position: absolute;
    right: 60px;
}

.incompletetop input {
    padding-right: 80px;
    box-sizing: border-box;
}

.beizhu {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.beizhu p {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.texttarea_application {
    width: 100%;
    padding: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 14px;
    padding-top: 5px !important;
    position: relative;
    border: none !important;
    border-radius: 10px;
    overflow: hidden;
    background: #F6F9FE;
}

.texttarea_application .textarea_text {
    width: 100%;
    background: #F6F9FE;
    color: #333333;
    font-size: 14px;
    outline: none;
    border: none;
    line-height: 24px;
    border-radius: 10px;
    overflow: hidden;
}

.texttarea_application textarea::placeholder {
    color: rgba(153, 153, 153, 1) !important;
}

.header {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 4px;
    height: 18px;
    background: rgba(36, 97, 238, 1);
    border-radius: 0 10px 10px 0;
}

.state {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    padding: 15px 8px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.state p {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.state>div {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

input[type="radio"] {
    opacity: 0;
    width: 0 !important;
    height: 0;
}

.radio-box {
    align-items: center;
    display: flex;
    flex: 1;
}

.radio-style::before {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #2461EE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
}

input[type="radio"]:checked+.radio-style::before {
    padding: 0;
    background: url("../images/icon38.png") no-repeat center;
    background-size: cover;
    border: none;
}

.radio-style {
    /* width: 100%; */
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
}

input[type="radio"]:checked+.radio-style {
    color: #333333;
}

.new {

    height: 37px;
    position: absolute;
    right: 10px;
    top: 0;
}

.nextbox {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.nextbox .type {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
}

.nextbox .type .left p {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.nextbox .type .right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nextbox .type .right p {
    font-weight: 400;
    font-size: 28px;
    color: #767676;
}

.nextbox .type .right input {
    font-size: 14px;
    width: 50%;
    text-align: right;
}

.nextbox .type .right input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.nextbox .type .right img {
    width: 14px;
    height: 14px;
    margin-left: 10px;
}

.delete {
    width: 100%;
    padding: 5px 8px 15px;
    box-sizing: border-box;
}

.delete img {
    width: 100%;
}


.linkbox {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.linkbox .linkname {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;

}

.linkbox p {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    text-wrap: nowrap;
}

.linkbox p span {
    color: #2461EE;
    font-weight: bold;
}

.linkbox input {
    flex: 1;
    padding-left: 10px;
    box-sizing: border-box;
    margin-top: 1px;
    text-align: right;
}

.linkbox input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.linkbox .link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
}

.linkbox .link input {
    text-align: right;
}

.shanchu {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #FF685E;
    border-radius: 22px;
    border: 1px solid #FF685E;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 1px;
    margin-top: 10px;

}

.submit {
    width: 100%;
    height: 45px;

    background: #2461EE;
    box-shadow: 0px 2px 8px 0px rgba(36, 97, 238, 0.3);
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
}

.reset {
    width: 100%;
    height: 45px;
    border: 1px solid #2461EE;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #2461EE;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.zanting {
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    /* padding: 15px 8px; */
    box-sizing: border-box;
    margin-bottom: 10px;
}

.responsibilitytop {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}

.responsibilitytop .top {
    width: 100%;
    height: 41px;
    background: url("../images/icon43.png") no-repeat center;
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    box-sizing: border-box;
}

.incompletetop .xiala {
    margin-right: 15px;
}

.xiala {
    background: rgba(40, 103, 238, 1);
    padding: 11px 15px;
    box-sizing: border-box;
    border-radius: 22px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.xialaimg {
    width: 14px;
    height: 14px;
}

.xiala p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border-right: 1px solid #fff;
    padding-right: 5px;
    box-sizing: border-box;
    margin-right: 5px;
    line-height: 20px;
}

.responsibilitytop p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border-right: 1px solid #fff;
    padding-right: 5px;
    box-sizing: border-box;
    margin-right: 5px;
    line-height: 20px;
}

.responsibilitytop .search {
    padding-left: 0;
}

.responsibilitytop .tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.responsibilitytop .tab div {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}

.responsibilitytop .tab div.active {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    position: relative;

}

.responsibilitytop .tab div.active::after {
    width: 34px;
    height: 3px;
    border-radius: 2px;
    background: #2461EE;
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

.responsibilitytop .tab div img {
    width: 23px;
    margin-left: 3px;
}

.category img {
    width: 23px;
    margin-left: 3px;
}

.responsibilitybox {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 13px 10px 4px;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-shadow: 0px 2px 5px 0px rgba(45, 110, 189, 0.16);
    margin-top: 10px;
    position: relative;

}

.responsibilitybox h1 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    width: 70%;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

.responsibilitybox h1::before {
    width: 3px;
    height: 13px;
    background: #2461EE;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}


.responsibilitybox .chakan {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;

    align-items: center;
    padding-right: 10px;
    box-sizing: border-box;
}

.yeresponsibilityboxwulc .chakan .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.responsibilitybox .chakan img {
    width: 82px;
    height: 20.5px;
}

.responsibilitybox .unreadimg {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon47.png") no-repeat center;
    background-size: 100% 100%;
}

.responsibilitybox .readimg {
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/icon46.png") no-repeat center;
    background-size: 100% 100%;
}

.defaultbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.defaultbox img {
    width: 70%;
    margin-top: -4vh;
}

.defaultbox p {
    font-weight: 500;
    font-size: 15px;
    color: #999999;
}

.Specification {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(45, 110, 189, 0.2);
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.Specification h1 {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    text-align: center;
    margin-bottom: 8px;
}

.Specification h2 {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    text-align: center;
}

.Specification .main {}

.Specification .main h3 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;

}

.Specification .main h4 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    margin: 15px 0;
}

.Specification .main p {
    font-weight: 400;
    font-size: 15px;
    color: #333333;

}

.yuedu {
    width: 100%;
    height: 45px;
    background: #16BAAA;
    box-shadow: 0px 2px 8px 0px rgba(39, 216, 139, 0.1);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 0;
    box-sizing: border-box;
    margin-top: 50px;


}

.yuedu.end {
    background: #2461EE;
    box-shadow: 0px 2px 8px 0px rgba(36, 97, 238, 0.2);
}

.lookrecords {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    border: 1px solid #FFB942;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    color: #FFBA44;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 15px;
    line-height: 0;
}

.viedo {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    margin: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.viedo video {
    width: 100%;
    border-radius: 10px;
    height: auto;
    object-fit: contain;
}


.fujian {
    width: 100%;
    background: #F9FBFF;
    border-radius: 6px;
    border: 1px solid #d8d8d896;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    box-sizing: border-box;
    margin-top: 15px;

}


.fujian .img {
    width: 26px;
    height: 26px;
    margin-right: 11px;
}

.fujian>div {
    display: flex;
    align-items: center;
    margin-left: 15px;
    flex-shrink: 0;
}

.fujian .migncheng {
    width: 40%;
    text-indent: 0em !important;
    margin-left: 0;
}

.look {
    /* width: 19px; */
    height: 19px;
    margin-right: 3px;
    flex-shrink: 0;
}

.down {
    flex-shrink: 0;
    width: 19px;
    height: 19px;
    margin-right: 3px;
}


.green {
    background: rgba(30, 198, 125, 0.20);
    border: 1px solid #1EC67D;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: #1EC67D;
    padding: 1px 3px;
    box-sizing: border-box;
    width: auto;
    border-radius: 3px;
    margin: 10px 0 0;
    display: inline-block;
}

.responsibilitybox .red {
    background: rgba(252, 99, 88, 0.20);
    border: 1px solid rgba(251, 77, 71, 1);
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    color: rgba(251, 77, 71, 1);
    padding: 1px 3px;
    box-sizing: border-box;
    width: auto;
    border-radius: 3px;
    margin: 10px 0 0;
    display: inline-block;
}


.Jobduties {
    margin-bottom: 70px;
}

.Jobduties .box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(183, 187, 252, 0.1);
    border-radius: 10px;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.Jobduties .box h1 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;

    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
}

.Jobduties .box h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 5px;
    height: 15px;
    background: #2461EE;
    border-radius: 0 3px 3px 0;
}

.Jobduties .box p {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
}

.Jobduties .box .lookbox {
    width: 100%;
    display: flex;
    justify-content: end;
    padding-right: 10px;
    box-sizing: border-box;

}

.Jobduties .box .lookbox>div {}

.Jobduties .box .lookbox .record {
    border: 1px solid rgba(255, 186, 69, 1);
    box-sizing: border-box;
    height: 36px;
    padding: 6px 15px;
    font-weight: 500;
    font-size: 14px;
    color: #FFB029;
    border-radius: 20px;
    line-height: 0;
    display: flex;
    align-items: center;
}

.Jobduties .box .lookbox .please {
    background: rgba(252, 99, 88, 1);
    box-sizing: border-box;
    padding: 6px 15px;
    height: 36px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 20px;
    margin-left: 15px;
    line-height: 0;
    display: flex;
    align-items: center;

}

.Jobduties .box .neirong {
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.Jobduties .box .neirong::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, rgba(210, 210, 210, 1) 50%, transparent 50%);
    background-size: 5px 2px;
}

.Jobduties .box .neirong .neiimg {
    width: 104px;
    height: 104px;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 10px;
}

.Jobduties .box .neirong .fujian {
    margin-top: 5px;
}

.Jobduties .box .lookbox .perusal {
    height: 42px;
    background: #16BAAA;
    box-shadow: 0px 2px 8px 0px rgba(39, 216, 139, 0.1);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    padding-bottom: 2px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-left: 15px;
    height: 36px;
    display: flex;
    align-items: center;
    line-height: 0;
}

.Jobduties .box .lookbox .perusal.end {
    background: rgba(4, 199, 121, 1);
}

.lookrecordsbox {
    width: 100%;
    height: 74vh;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    margin-top: 15px;

}

.lookrecordsbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
    padding-bottom: 14px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.lookrecordsbox .box .left {}

.lookrecordsbox .box .left h1 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;

}

.lookrecordsbox .box .left h1::before {
    width: 3px;
    height: 13px;
    background: #2461EE;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
}

.lookrecordsbox .box .left p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.lookrecordsbox .box .right {
    height: 24px;
    background: #1EC67D;
    border-radius: 3px;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.introducebox {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(45, 110, 189, 0.2);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.introducebox h1 {
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    text-align: center;
    margin-bottom: 8px;
}

.introducebox h2 {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
    text-align: center;
    margin-bottom: 10px;
}

.introducebox h3 {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
    margin-bottom: 12px;
}

.introducebox h3::before {
    content: "";
    position: absolute;
    left: -10px;
    width: 4px;
    height: 18px;
    background: rgba(36, 97, 238, 1);
    border-radius: 0 5px 5px 0;
    top: 2px;
}

.introducebox p {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    text-indent: 2em;
    line-height: 22px;
}

.introducebox h4 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 15px;
}

.rongyuimg {
    width: 100%;
    margin: 20px 0;
}

.rongyuimg:last-child {
    margin-bottom: 0;
}

.topic {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.topic::before {
    position: absolute;
    left: -10px;
    top: 2px;
    background: rgba(36, 97, 238, 1);
    border-radius: 0 3px 3px 0;
    width: 4px;
    height: 18px;
    content: "";
}


.qualifications {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.qualifications>div {
    width: 100%;
    display: flex;
    /* align-items: center; */
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 10px;
    box-sizing: border-box;
}

.qualifications>div:last-child {
    border-bottom: none;
}

.qualifications>div .left {
    width: 101px;
    height: 72px;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.qualifications>div .left .img {
    width: 100%;
    height: 100%;
}

.qualifications>div .right {
    padding-left: 15px;
    box-sizing: border-box;
    height: 100%;

}

.qualifications>div .right>div {
    display: flex;
}

.qualifications>div .right>div p:first-child {
    font-weight: 400;
    font-size: 14px;
    color: #767676;
}

.qualifications>div .right>div p:last-child {
    font-weight: 400;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}


.casebox .box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(45, 110, 189, 0.16);
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}

.casebox .box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 85px;
    background: url("../images/icon60.png") no-repeat center;
    background-size: 100% 100%;

}

.casebox .box .top {
    width: 100%;
    display: flex;
    /* align-items: center; */

}

.casebox .box .top .left {
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    flex-shrink: 0;
}

.casebox .box .top .left img {
    width: 85px;
    height: 64px;
}

.casebox .box .top .right {}

.casebox .box .top .right img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: 3.5px;
}

.casebox .box .top .right>div {
    display: flex;
    /* align-items: center; */
    margin-bottom: 8px;
}

.casebox .box .top .right>div h2 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
}

.casebox .box .top .right p {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    line-clamp: 2;
    -webkit-line-clamp: 2;
    /* 设置显示的行数 */

}

.casebox .box .look {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.casebox .box .look .time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.casebox .box .look img {
    height: 19px;
}


.headline {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    position: relative;
    margin: 15px 0;
}

.headline::before {
    width: 4px;
    height: 18px;
    background: rgba(36, 97, 238, 1);
    border-radius: 0 5px 5px 0;
    content: "";
    position: absolute;
    left: -10px;
    top: 2px;
}

.enterlink {
    width: 100%;
    border: 1px solid rgba(216, 216, 216, 1);
    padding: 15px 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    margin-top: 10px;
}

.enterlink p {
    font-weight: 400;
    font-size: 15px;
    color: #333333;

}

.enterlink .enter {
    background: linear-gradient(90deg, rgba(50, 167, 244, 1) 0%, rgba(52, 119, 224, 1) 100%);
    height: 45px;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 22px;
}

.product {
    width: 100%;
    margin-bottom: 10px;
}

.Memorabiliabox {
    margin-top: 10px;
}

.Memorabiliabox .box {
    width: 100%;
    position: relative;
    padding-left: 16px;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.Memorabiliabox .box::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 100%;
    /* 虚线的高度 */
    background-image: linear-gradient(to bottom, rgba(36, 97, 238, 1) 50%, transparent 50%);
    background-size: 10px 6px;

}

.Memorabiliabox .box:last-child::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 100%;
    /* 虚线的高度 */
    background-image: linear-gradient(to bottom, transparent 50%, transparent 50%);
    background-size: 10px 6px;

}

.Memorabiliabox .box .Memorabiliaboxtop {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.Memorabiliabox .box .Memorabiliaboxtop .left {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-align: left !important;
    position: relative;
    width: 100%;
    box-sizing: border-box;


}

.Memorabiliabox .box .Memorabiliaboxtop::before {
    content: "";
    background: #2461EE;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    position: absolute;
    left: -21px;
    top: 3px;
}


.Memorabiliabox .box:first-child .Memorabiliaboxtop:before {
    content: "";
    background: url("../images/icon62.png") no-repeat center;
    background-size: 100% 100%;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -23px;
    top: 1px;
}

.Memorabiliabox .box h2 {
    font-weight: bold;
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    text-align: left;
    margin-top: 6px;
    text-indent: 2em;
}

.Memorabiliabox .box .zhaopian {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 15px;
    gap: 6px;
}

.Memorabiliabox .box .zhaopian img {
    /* width: 95px; */
    height: 70px;
    border-radius: 5px;
}

.Memorabiliabox .box .zhaopian img:nth-child(3n) {
    /* margin-right: 0; */
}

.mui-preview-image.mui-fullscreen {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    margin-top: -7vh !important;
    max-height: 93% !important;
}

/* 错题本 */
.zuotisrc {
    width: 100%;
    padding: 10px !important;
    box-sizing: border-box;
}

.wzxqBox {
    margin-bottom: 100px;
}

.cuotizhanbi {
    width: 100%;
    background: #fff;
    box-shadow: 0px 1px 5px 0px rgba(175, 175, 175, 0.16);
    border-radius: 10px;
    padding: 2.667vw;
    margin-bottom: 4vw;
    box-sizing: border-box
}

.dzbTitleLeft span {
    width: 3px;
    height: 15px;
    background: #2767EE;
    border-radius: 10px;
    margin-right: 5px;
    margin-top: 0;
}

.dzbTitleLeft p {
    font-weight: bold;
    margin: 0;
    font-size: 16px;
}

.zhanbitulie .tulie {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.tulie>div {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 5px;
    text-align: left;
    justify-content: center;
}

.tulie>div span {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 5px;
    margin-right: 3vw;
}

.tulie>div p {
    width: 33px;
    font-size: 18px;
    margin: 0;
    margin-left: 2vw;
    text-align: right;

}

#zhanbi {
    width: 100%;
    height: 54vw;
}

.zhanbibox {
    position: relative;
}

.zhanbibox p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    line-height: 16px;

}

.zhanbitulie {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex2 {
    display: flex;
    align-items: center !important;
}

.zhanbibox {
    width: 80vw;
    height: 54vw;
    background: url("../images/icon72.png") no-repeat center;
    background-size: 44vw 44vw;
    position: relative;
    margin-left: 7%;
}

.wrongbox {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px 0px rgba(183, 187, 252, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.wrongbox>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: baseline;
}

.wrongbox>div p {
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    margin: 0;
    margin-bottom: 5px;
}

.wrongbox>div div {
    font-weight: 500;
    font-size: 14px;
    color: #333333;
}

.wrongbox>div div span {
    font-size: 19px;
    font-weight: bold;
}

.table>thead {
    background: url("../images/icon66.png") no-repeat center !important;
    background-size: 100% 100% !important;
    overflow: hidden;
}

.table>thead th {
    color: #fff;

}

.table>thead tr {}

.panel-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.progress-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-list svg {
    margin-right: 6px;
    transform: scale(0.85)
}

.text-center a {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #0162FF;
    flex-shrink: 0;
}

.text-center a img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

/* 周报表 */
.reportbox {
    width: 100%;
    height: 100%;
    background: #F9F9F9;
    padding: 15px 10px;
    box-sizing: border-box;
}

.reportsrc {
    width: 100%;
    margin-bottom: 100px;
}

.reportsrc .top {
    width: 100%;
    height: 70px;
    background: url("../images/icon67.png") no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.reportsrc .top h1 {
    font-weight: bold;
    font-size: 19px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

.reportsrc .top div {
    height: 24px;
    border-radius: 11px;
    border: 1px solid #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reportmain {
    width: 100%;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;

    box-shadow: 0px 1px 5px 0px rgba(183, 187, 252, 0.1);
    border-radius: 10px;
}

.reportmain h1 {
    font-weight: bold;
    font-size: 17px;
    color: #1A1A1A;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

.reportmain h1::before {
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 15px;
    background: #2767EE;
    border-radius: 10px;
    content: "";
}

.reporthead {
    width: 100%;
    height: 40px;
    background: #0162FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 15px;
}

.reporthead div {
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
}

.reporthead div:nth-child(2) {
    flex: 1;
    text-align: center;
}

.reportbody {
    /* padding: 0 13px; */
    box-sizing: border-box;
}

.reportbody .box {
    width: 100%;
    background: #FCFCFC;
    box-shadow: 0 1px 5px 0 rgba(128, 128, 128, 0.20);
    margin-top: 10px;
}

.reportbody .box>div {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
}

.reportbody .box>div:last-child {
    border-bottom: none;
}

.reportbody .box>div.tit {}

.reportbody .box>div.tit div {
    background: #FFA348;
    box-sizing: border-box;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-right: 15px;
    flex-shrink: 0;
}

.reportbody .box>div.tit h2 {

    font-weight: bold;
    font-size: 15px;
    color: #333333;
}

.reportbody .box>div p {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
    flex-shrink: 0;
    width: 80px;

}

.jindutiao {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.layui-progress {
    height: 10px !important;
    display: flex;
    align-items: center;
    width: 84%;
    position: relative;
}

.layui-progress-bar {
    height: 10px !important;
    background-color: rgba(1, 98, 255, 1) !important;
}

.text {
    display: block;
    position: absolute;
    top: -4px !important;
    right: -22%;
    font-weight: bold !important;
    font-size: 14px !important;
    color: #0162FF !important;
}

.layui-btn-primary {
    border: none !important;
}

.layui-btn-primary {
    border-color: transparent !important;
    background: 0 0;
    color: #5f5f5f;
}

.layui-layer-msg {
    border-radius: 8px !important;
}


.clear {
    width: 20px;
    height: 20px;
    margin-right: 30px;
}


.hidden {
    height: 100vh;
    overflow: hidden;
}

.roll {
    height: 100vh;
    overflow: hidden;
}

.allocation {
    /* padding: 0 13px; */
    box-sizing: border-box;
}

.allocation .box {
    width: 100%;
    background: #FCFCFC;
    box-shadow: 0 1px 5px 0 rgba(128, 128, 128, 0.20);
    margin-top: 10px;
}

.allocation .box>div {
    width: 100%;
    display: flex;
    align-items: stretch;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    justify-content: space-between;
}

.allocation .box>div:last-child {
    border-bottom: none;
}

.allocation .box>div p {
    font-weight: 400;
    font-size: 14px;
    color: #333333;

}

.allocation .box>div p:first-child {
    border-right: 1px solid #D8D8D8;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    text-align: center;
    text-align: left;
    width: 54vw !important;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}


.allocation .box>div p:last-child {
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.allocation .reporthead {
    justify-content: space-between;
}

.allocation .reporthead div:nth-child(1) {
    width: 210px;

}

.rate {
    /* padding: 0 13px; */
    box-sizing: border-box;
}

.rate .box {
    width: 100%;
    background: #FCFCFC;
    box-shadow: 0 1px 5px 0 rgba(128, 128, 128, 0.20);
    margin-top: 10px;
}

.rate .box>div {
    width: 100%;
    display: flex;
    align-items: stretch;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    justify-content: space-between;
}

.rate .box>div:last-child {
    border-bottom: none;
}

.rate .box>div p {
    width: 50%;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}

.rate .box>div p:first-child {
    border-right: 1px solid #D8D8D8;
    padding: 15px 15px 15px 0;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    align-items: center;
}

.rate .box>div p:last-child {
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rate .reporthead div {
    width: 50%;
}

.othertop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.others {
    width: 100%;
    margin-top: 15px;
}

.others .zhankainr .box p {
    margin-bottom: 0 !important;
}

.otherlary {
    width: 100%;
    height: 100%;
 background: rgba(51, 51, 51, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    opacity: 0;
    transition: all .6s ease-in-out;
}

.no {
    opacity: 1;
    display: block !important;
}

.otherlary .otherper.visible {
    left: 0;
    opacity: 1;
}

.otherlary .otherper {
    width: 80%;
    height: 100%;
    background: #FFFFFF;
    border-radius: 0 20px 20px 0;
    position: relative;
    left: -100%;
    opacity: 0;
    transition: all .6s ease-in-out;
    /* 动画过渡 */
}

.otherlary .otherper ul li {
    display: flex;
    align-items: center;
    position: relative;
    padding: 15px 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d870;
}

.otherlary .otherper ul li::before {
    width: 3px;
    height: 15px;
    background: #2767EE;
    border-radius: 10px;
    content: "";
    position: absolute;
    left: 15px;

}

.otherlary .otherper ul li::after {
    width: 15px;
    height: 15px;
    background: url("../images/icon74.png") no-repeat center;
    background-size: 100%;
    border-radius: 10px;
    content: "";
    position: absolute;
    right: 15px;

}

.otherlary .otherper ul li h2 {
    font-weight: bold;
    font-size: 18px;
    color: #1A1A1A;
}

.otherlary .otherper ul li p {
    width: 42px;
    height: 20px;
    color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    margin-left: 4px;
}

.otherlary .otherper ul li p.yidu {
    background: #1EC67D;
}

.otherlary .otherper ul li p.weidu {
    background: #FFA348;
}
.beijing{
    width: 100%;
    background: #F6F6F6;
    border-radius: 10px;
    padding: 10px 10px 13px;
    box-sizing: border-box;
    margin-bottom: 10px !important;
}
.beijing h2{
    text-align: justify !important;
}
.Memorabiliabox .box .Memorabiliaboxtop .left h1{
    text-align: left !important;
    font-size: 18px !important;
}

.weui-btn_primary{
    background-color :#2461EE !important
}
.weui-btn_icon{
    background: transparent !important;
}
.weui-mask {
    pointer-events: auto;
}

.rubric{
    font-weight: 700;
font-size: 16px;
color: #2461EE;
position: relative;
padding-left: 10px;
box-sizing: border-box;
margin-bottom: 15px;
}
.rubric::before{
    width: 4px;
    height: 15px;
    border-radius: 10px;
    background: #2461EE;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.incompletetop .searchbox{
   width: 100%;
    height:45px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;

}
.incompletetop .searchbox input {
    width: 100%;
    height: 100%;
    background: #F9F9F9 !important;
    border-radius: 45px 45px 45px 45px;
    padding-left: 15px;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 15px;
}

.incompletetop .searchbox img {
    width: 19px;
    height:19px;
    position: absolute;
    right: 14px;
   top: 50%;
   transform: translateY(-50%);
}

.incompletetop .searchbox input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: #848484;

}
.incompletetop .searchbox img.xialaicon{
    width: 15px;
    height: 15px;
}
.weui-picker__group:last-child .weui-picker__item{
    font-size: 16px !important;
}

.finddetail {
    width: 100%;
    height:calc(100vh - 80px);
    overflow-y: scroll;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
}
.finddetail h1{
    font-weight: bold;
font-size: 17px;
color: #333333;
text-align: center;
margin: 3px 0 12px;
}
.finddetail .tag{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.finddetail .tag>div{
    font-weight: 400;
font-size: 14px;
color: #767676;
height: 22px;
padding: 0 3px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
background: #F7F7F7;
border-radius: 5px;
margin-right: 22px;
margin-bottom: 12px;
}
.finddetail h2{
    font-weight: 400;
font-size: 14px;
color: #767676;
margin-bottom: 8px;
}
.finddetail ul li{
    border-top: 1px solid #D8D8D8;
    padding:10px 0;
    box-sizing: border-box;
}
.finddetail h3{
    font-weight: 400;
font-size: 15px;
color: #333333;
}
.finddetail p{
    font-weight: 400;
font-size: 15px;
color: #333333;
}
.finddetail img{
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
}
.searchpage{
    width: 100%;
    height: 100vh;
    background: #ffffff;
}
.searchpage .incompletetop{
    width: 100%;
    height: auto !important;
background: #FFFFFF;
box-shadow: 0px 2px 5px 0px rgba(105,105,105,0.2);
border: 1px solid;
border-image: linear-gradient(270deg, rgba(230.00000149011612, 243.00000071525574, 254.00000005960464, 1), rgba(230.00000149011612, 243.00000071525574, 254.00000005960464, 0)) 1 1;
border-radius: 0 0 15px 15px;
padding: 15px;
box-sizing: border-box;
position: relative;
}
.searchpage .xuanxiang{
   width: 100%;
border: 1px solid #D8D8D8;
border-radius: 10px;
margin-top: 14px;
padding: 16px 10px 0;
box-sizing: border-box;
display: flex;
align-items: center;
flex-wrap: wrap;

}
.searchpage .xuanxiang>div{
    margin-right: 17px;
    margin-bottom: 15px;
}


.xuanxiang input[type="checkbox"] {
    opacity: 0;
    width: 0 !important;
    height: 0;
}

.xuanxiang  .checkbox-box {
    align-items: center;
    display: flex;
    flex: 1;
}

.xuanxiang .checkbox-style::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #2461EE;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
}

.xuanxiang input[type="checkbox"]:checked+.checkbox-style::before {
    padding: 0;
    background: url("../images/icon100.png") no-repeat center;
    background-size: cover;
    border: none;
}

.xuanxiang .checkbox-style {
    /* width: 100%; */
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    position: relative;
    padding-left: 26px;
    box-sizing: border-box;
}

.xuanxiang  input[type="checkbox"]:checked+.checkbox-style {
    color: #333333;
    color: #077CFF;
}
.searchmain{
    width: 100%;
    height: calc(100vh - 220px);
    overflow-y: scroll;
}
.searchmain ul{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
.searchmain ul li{
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #D8D8D8;
}
.searchmain ul li h1{
    font-weight: bold;
font-size: 16px;
color: #333333;
margin-bottom: 10px;
}
.searchmain ul li  p{
    font-weight: 400;
font-size:15px;
color: #333333 ;
text-align: justify;
}
.searchmain ul li  p span{
    font-weight: 400;
    font-size:15px;
    color: #2461EE; 
}
.searchmain .mescroll-upwarp{
    margin-bottom: 60px !important;
}

.over{
    width: 100%;
    height: 40px;
    background: #0162ff9c;
    border-radius: 8px;
    display: flex
;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 15px; 
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
}


.interact .reporthead{
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.interact .box {
    width: 100%;
    background: #FCFCFC;
    box-shadow: 0 1px 5px 0 rgba(128, 128, 128, 0.20);
    margin-top: 10px;
}

.interact .box>div {
    width: 100%;
    display: flex;
    align-items: stretch;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    justify-content: space-between;
}

.interact .box>div:last-child {
    border-bottom: none;
}

.interact .box>div p {
    width: 100%;
    flex-shrink: 0;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-wrap: wrap;
    word-wrap: break-word;  padding: 15px 0;    box-sizing: border-box; 
text-align: justify;
}




.interact .reporthead div {
    width: 50%;
}