html {
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.vip-banner {
    width: 1280px;
    height: 400px;
    background: url("../../images/banner/banner_center.jpg");
    background-size: 100% auto;
    z-index: 1;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}

/* 不要删 */
.ourteam-page {
    margin: 0 auto;
    padding: 0;
    height: auto;
    width: 1400px;
    margin-top: 47px;
    margin-bottom: 97px;
}

.table-left {
    margin-left: 160px;
    width: 245px;
    float: left;
}

.left {
    width: 245px;
    height: 32px;
    /*	margin-left: 160px;
    */
    background-color: #e5e5e5;
}

.left-active {
    width: 245px;
    height: 32px;
    /*	margin-left: 160px;
    */
    background-color: #a3161c;
}

.left-font {
    height: 13px;
    font-family: HiraginoSansGB-W3;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    margin-left: 8px;
    margin-top: 2px;
    color: #454545;
}

.left-font-active {
    height: 13px;
    font-family: HiraginoSansGB-W3;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    margin-left: 8px;
    margin-top: 2px;
    color: #fbfafa;
}


.slip-font {
    height: 13px;
    font-family: HiraginoSansGB-W3;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    color: #a3161c !important;
    letter-spacing: 1px;

}

a:link {
    text-decoration: none;
}

.page_container {
    width: 800px;
    display: inline-block;
    margin-left: 32px;
}

.slip_front {
    width: 794px;
    height: 31px;
    padding-left: 6px;
    background-color: #f7f1f1;
}

.content {
    width: 794px;
}

/* 选择部门 */
.contentTitle {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 29px;
}

/* 设置icon */
.contentTitle .titleIcon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-image: url("../../assets/finish.png");
    background-repeat: no-repeat;
    background-size: 100%;
}

/* 设置icon对应文本 */
.contentTitle .titleText {
    color: #333333;
    font-size: 16px;
    margin-left: 22px;
    /* font-family:  PingFangSC-Regular; */
    line-height: 20px;
}

.backLastPage {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    font-size: 14px;
    cursor: pointer;
}

.backLastPageText {
    /*color: #0084ff;*/
    color: #1677FF;
    margin-left: 8px;
    border-bottom: 2px;
}

.backLastPageText:hover {
    text-decoration: underline;
}

/* 部门 */
.deptList {
    width: 100%;
    height: 695px;
    margin-left: 9px;
    margin-top: 6px;
    border-left: 2px solid #9B1E22;
}

.deptItem {
    width: 315px;
    height: 295px;
    background-color: #F6F6F6;
    margin: 0 30px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(197, 197, 197, 0.50);
    float: left;
    text-align: center;
    margin-top: 40px;
}

.deptItem:nth-of-type(n+3) {
    margin-top: 60px;
}

.itemImg {
    width: 72px;
    height: 74px;
    margin: 0 auto;
    padding: 0;
    margin-top: 77px;
}

.itemTitle {
    height: 48px;
    line-height: 48px;
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    /* font-family: PingFangSC-Regular; */
    font-weight: 400;
}

.deptItem.active {
    background-color: #9B1E22;
    cursor: pointer;
}

.deptItem.active .itemTitle {
    color: #fff;
}

/*登录页1*/
.loginList {
    display: none;
}

.loginList.medical.active {
    display: block;
    width: 100%;
    height: 490px;
    margin-left: 9px;
    margin-top: 6px;
    border-left: 2px solid #9B1E22;
    overflow: hidden;
}


.loginTable.medical {
    width: 690px;
    height: 445px;
    margin-left: 30px;
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 #C5C5C5;
    border-radius: 6px;
    text-align: center;

}

.queryTitle.medical {
    padding-top: 70px;
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    line-height: 48px;
}

.promptTitle.medical {
    width: 100%;
    margin-top: 17px;
    font-size: 18px;
    color: #999999;
    line-height: 18px;
}

.uniqueCode.medical {
    width: 372px;
    height: 62px;
    padding: 0;
    margin-top: 40px;
    text-indent: 22px;
    border: 1px solid #979797;
    border-radius: 6px;
    outline: none
}

.phstype {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #999999;
}

#queryButtonMedical {
    width: 374px;
    height: 64px;
    margin-top: 25px;
    border: 1px solid #979797;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
    background: #9B1E22;
    outline: none;
    cursor: pointer;
}

/*登录页面2*/
.loginList.food.active {
    display: block;
    width: 100%;
    height: 571px;
    margin-left: 9px;
    margin-top: 6px;
    border-left: 2px solid #9B1E22;
    overflow: hidden;
}

.loginTable.food {
    width: 690px;
    height: 526px;
    margin-left: 30px;
    margin-top: 40px;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 #C5C5C5;
    border-radius: 6px;
    text-align: center;
}

.queryTitle.food {
    padding-top: 70px;
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    line-height: 48px;
}

.promptTitle.food {
    margin-top: 17px;
    font-size: 18px;
    color: #999999;
    line-height: 18px;
}

.tapItemCode {
    margin-left: 54px;
}

.uniqueCode.food {
    width: 372px;
    height: 62px;
    padding: 0;
    margin-top: 30px;
    text-indent: 22px;
    border: 1px solid #979797;
    border-radius: 6px;
    outline: none
}

.uniqueCode.food.active {
    border-color: red;
}

.checkCode.food {
    width: 210px;
    height: 62px;
    padding: 0;
    margin-top: 17px;
    text-indent: 22px;
    border: 1px solid #979797;
    border-radius: 6px;
    outline: none
}

.checkCode.food.active {
    border-color: red;
}

.check_button {
    width: 157px;
    font-size: 18px;
    color: #333333;
    height: 62px;
    background: #fff;
    border: 0;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    outline: none;
    cursor: pointer;
}

#queryButtonFood {
    width: 374px;
    height: 64px;
    margin-top: 25px;
    border: 1px solid #979797;
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 18px;
    background: #9B1E22;
    outline: none;
    cursor: pointer;
}

.tabList.code {
    color: #999999;
}

.iconList.codeIcon {
    margin-left: 72px;
    background: #fff;
}

.tabList.code.active {
    color: #333333;
}

.iconList.codeIcon.active {
    margin-left: 72px;
    background: #9B1E22;
}

.iconList.phoneIcon {
    margin-left: 8px;
}

.iconList.phoneIcon.active {
    margin-left: 8px;
    background: #fff;
}

.tabList.phone.active {
    color: #999999;
}


.tabList {
    display: inline-block;
    margin-top: 17px;
    /*text-align: center;*/
    cursor: pointer;
}

.iconList {
    width: 47px;
    height: 5px;
    margin-top: 3px;
    background: #9B1E22;
}

/*详情页面*/
.loginDetail {
    display: none;
}

.loginDetail.medical.active {
    display: block;
    width: 790px;
    /*width: 100%;*/
    margin-left: 9px;
    margin-top: 6px;
    border-left: 2px solid #9B1E22;
    /*overflow: hidden;*/
}

.loginDetail.food.active {
    display: block;
    width: 100%;
    margin-left: 9px;
    margin-top: 6px;
    border-left: 2px solid #9B1E22;
    /*overflow: hidden;*/
}

.selectContractNo {
    width: 100%;
    margin-left: 9px;
    margin-top: 6px;
    border-left: 2px solid #9B1E22;
    overflow: hidden;
}

.constractLists {
    width: 690px;
    height: 72px;
    margin-left: 30px;
    margin-top: 40px;
    background: #FFFFFF;
    /*box-shadow: 0 2px 4px 0 #C5C5C5;*/
    border: 1px solid #D8D8D8;
    border-radius: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.constractItem {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
}

.constractLists:last-child {
    margin-bottom: 20px;
}

.constractItem:hover {
    color: #FFFFFF;
    background-color: #9B1E22;

}

.constractItem .constractNoTextRight {
    margin-left: 10px;
}

.loginDetail.env.active {
    display: block;
    width: 100%;
    margin-left: 9px;
    margin-top: 6px;
    border-left: 2px solid #9B1E22;
    /*overflow: hidden;*/
}

#phoneMsgErr {
    text-align: left;
    margin-left: 160px;
    margin-top: 5px;
}

.check_button_active {
    color: #999999;
}

#codeMsgErr {
    text-align: left;
    margin-left: 160px;
    margin-top: 5px;
}

.uniqueCode.medical.active {
    border-color: red;
}

.uniqueCode.two {
    width: 372px;
    height: 62px;
    padding: 0;
    margin-top: 40px;
    text-indent: 22px;
    border: 1px solid #979797;
    border-radius: 6px;
    outline: none
}

.uniqueCode.two.active {
    border-color: red;
}

#codeMsgErrTwo {
    text-align: left;
    margin-left: 160px;
    margin-top: 5px;
}