@charset "utf-8";

*{padding:0;margin:0;border:0;list-style:none;text-decoration:none;box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */font-family:Cambria, "微软雅黑", "Arial";}
/* @media screen and (min-width:1920px){html{font-size:20px;}} */
html,body{height:100%;}
body{font-size:.6rem;background:#f3f3f4;}
input{outline:none;}
.wrap{width:100%;height:100%;display:-webkit-flex;display:-ms-flexbox;display:flex;}

/*左侧共用模块开始*/
.wrap .leftTabControl{z-index:10;position:fixed;width:12.4%;height:100%;font-size:.7rem;background:#2e363f;}
.wrap .rightContent{width:87.6%;margin-left:12.4%;}
.leftTabControl.scrollNormalStyle{overflow-y:scroll;}
.leftTabControl .homeLogo{width:100%;height:4rem;padding-top:.88rem;text-align:center;background:#0bb9f8;}
.leftTabControl .homeLogo p{font-size:.65rem;color:#6f7780;letter-spacing:.1rem;text-align:center;}
.leftTabControl .homeLogo img{width:8rem;}
.leftTabControl dl.selectedStyle{background:#414c59;}
.leftTabControl dl dt,.leftTabControl dl dd{width:100%;height:2.5rem;line-height:2.5rem;padding-left:2.5rem;cursor:pointer;}
.leftTabControl dl dt{position:relative;border-top:1px solid #37414b;border-bottom:1px solid #1f262d;}
.leftTabControl dl dd.haveLeftStyle{border-left:2px solid #6ccac9;background-color:#414c59;}
.leftTabControl dl a{color:#939da8;}
.leftTabControl dl dd{display:none;font-size:.6rem;}
.leftTabControl dl dd:hover a{color:#7ffffd;}
.leftTabControl dl dd:hover{background-color:#3a4859;}
.leftTabControl dl dt .icon{position:absolute;top:.8rem;left:1rem;width:1.1rem;height:1.1rem;}
.leftTabControl dl dt a{display:inline-block;}
.leftTabControl dl dt .arrows{position:absolute;top:1.1rem;right:.5rem;display:inline-block;width:.5rem;height:.5rem;background:url("../img/rightArrowIcon.png") no-repeat 100%;background-size:100%;}
.leftTabControl dl dt .arrows.spreadStyle{background:url("../img/downArrowIcon.png") no-repeat;background-size:100%;}
i{color:red;font-style:normal;}
._scroll{position:relative;}

/*收缩比例显示*/
.leftTabControl .shrinkagehomeLogo{display:none;width:100%;height:1.88rem;padding-top:.5rem;color:#0bb9f8;text-align:center;}
.shrinkageRatio{display:none;}
.shrinkageRatio dl.selectedStyle{background:#414c59;}
.shrinkageRatio dl dt,.shrinkageRatio dl dd{width:100%;height:2rem;line-height:2rem;}
.shrinkageRatio dl dt{position:relative;padding-left:0;border-bottom:none;}
.shrinkageRatio dl dt .icon{top:.6rem;left:.7rem;}
.shrinkageRatio dl dt:hover{background:#414c59;}
.shrinkageRatio dl dt a{display:none;position:absolute;left:2.8rem;width:5rem;height:2rem;line-height:2rem;text-align:center;color:#939da8;font-size:.7rem;background:#1f2933;}
.shrinkageRatio dl dt a:after{position:absolute;left:-16%;top:50%;margin:-.4rem 0 0 .08rem;content:"";display:block;border:8px solid transparent;border-right-color:#1f2933;}
.shrinkageRatio dl dt:hover a{display:block;}

/*部门浮动窗口*/
.floatingFrame{display:none;z-index:112;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(46,54,63,.6);}
.floatingFrame .floatingFrameContent{position:relative;top:20%;padding:0 28% 0 35%;}
.floatingFrame .floatingFrameContent #departmentTitle{height:2rem;line-height:2rem;padding-left:2%;font-size:.6rem;font-weight:600;color:#323333;border-bottom:1px solid #e7eaec;background:#f2f2f2;}
.departmentList{width:100%;padding:.5rem .5rem .5rem 0;background:#fff;}
#generalDepartment{padding-left:1.5rem;}
#generalDepartment a{display:inline-block;width:.4rem;height:.4rem;vertical-align:middle;}
#generalDepartment a.mybgSpread{background:url("../img/v1.png") no-repeat;background-size:100%;}
#generalDepartment a.mybgUp{background:url("../img/v.png") no-repeat;background-size:100%;}
#generalDepartment span{display:inline-block;margin-left:.2rem;padding:.2rem .3rem;color:#0bb9f8;background-color:#e2f3fa;border-radius:.2rem;}
#generalDepartment span:hover{color:#0bb9f8;background:#e2f3fa;}
#generalDepartment span.clickDepStyle{color:#0bb9f8;background:#e2f3fa;}
#generalDepartment span.parentDepStyle{color:#000;background-color:#fff;}
#generalDepartment a.parentSpreadStyle{background:url("../img/v1parent.png") no-repeat;background-size:100%;}
.departmentListWrap{width:100%;}
.departmentListWrap.scrollDeparentList{height:20rem;overflow-y:auto;}
.departmentListWrap ul{display:inline-block;padding-left:1.8rem;}
.departmentListWrap ul li{display:block;margin-top:.6rem;padding-left:.5rem;}
.departmentListWrap ul li a{display:inline-block;width:.4rem;height:.4rem;vertical-align:middle;}
.departmentListWrap ul li a.mybgSpread{background:url("../img/v1.png") no-repeat;background-size:100%;}
.departmentListWrap ul li a.mybgUp{background:url("../img/v.png") no-repeat;background-size:100%;}
.departmentListWrap ul li span{display:inline-block;margin-left:.2rem;padding:.2rem .3rem;text-align:center;color:#666;border-radius:.2rem;}
.departmentListWrap ul li span:hover{color:#0bb9f8;background:#e2f3fa;}
.departmentListWrap ul li span.clickDepStyle{color:#0bb9f8;background:#e2f3fa;}
.departmentListWrap ul li span.parentDepStyle{color:#000;}
.departmentListWrap ul li a.parentSpreadStyle{background:url("../img/v1parent.png") no-repeat;background-size:100%;}
	/*部门按钮*/
.departmentList .submitBtn{overflow:hidden;margin-top:.8rem;}
.departmentList .submitBtn span{display:inline-block;float:right;margin-right:.5rem;padding:.4rem .8rem;border-radius:6px;font-size:.6rem;cursor:pointer;}
.departmentList .submitBtn span.submitDepartmentCancelBtn{color:#323333;background:#e6e6e6;}
.departmentList .submitBtn span.submitDepartmentOkBtn{color:#fff;background:#0bb4f7;}
.departmentList .submitBtn span.submitMouldBarsAmendDepartmentOkBtn{display:none;color:#fff;background:#0bb4f7;}
.departmentList .submitBtn span:hover{color:#fff;background:#1c84c6;}

/*右上共用模块开始*/
.rightTopCommon{z-index:7;position:fixed;width:87.6%;height:2rem;line-height:2rem;color:#929da8;font-size:.6rem;background:#2e363f;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;}
.rightTopCommon .functionsPersonnel{font-size:.6rem;border-right:1px solid #37414b;border-left:1px solid #1f262d;}
.rightTopCommon .functionsPersonnel>ul>li{position:relative;float:left;height:2rem;padding-right:1rem;text-align:center;border-right:1px solid #1f262d;border-left:1px solid #37414b;cursor:pointer;}
.rightTopCommon .functionsPersonnel>ul>li:hover{color:#fff;background:#20262c;}
.rightTopCommon .functionsPersonnel>ul>li>img{position:absolute;top:.5rem;left:.8rem;width:1.1rem;height:.8rem;}
.rightTopCommon .functionsPersonnel>ul>li>span{margin-left:2.2rem;}
.rightTopCommon .keyManagementSystem{color:#96f8ff;}
.rightTopCommon .companyPhone{margin-right:.5rem;}

/*标题栏*/
.rightDownContent{width:100%;margin-top:2rem;}
.rightDownContentTitle{z-index:5;position:fixed;width:87.6%;height:2rem;line-height:2rem;text-align:center;font-size:.6rem;color:#333;background:#fff;}
.rightDownContentTitle .titlePanel{position:absolute;left:.8rem;overflow:hidden;}
.rightDownContentTitle .titlePanel img{float:left;display:block;margin:.6rem .2rem 0 0;width:1rem;height:1rem;}
.rightDownContentTitle .titlePanel p{float:right;color:#333;}
.rightDownContentTitle .address{position:absolute;right:.6rem;height:2rem;}
.rightDownContentTitle .address p{height:1.1rem;line-height:1.1rem;margin-top:.45rem;padding:1px .25rem;color:#fff;background:#f8ac59}

/*九个设置模块*/
.rightDownContents{padding:2.3rem .9rem 0;border-top:1px solid #e7eaec;background:#f3f3f4;}
.rightDownContents .nineStepSetting{padding:.7rem 1.8rem;font-size:.7rem;background:#fff;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:space-between;align-items:space-between;}
.rightDownContents .nineStepSetting>div{width:6rem;border:1px solid #dadada;cursor:pointer;}
.rightDownContents .nineStepSetting .imgFather{height:3rem;padding-left:1.4rem;}
.rightDownContents .nineStepSetting .imgFather img{width:3rem;height:3rem;}
.rightDownContents .nineStepSetting .NameParameter{height:2.92rem;background:#f0f0f0;}
.rightDownContents .nineStepSetting .NameParameter p{text-align:center;line-height:1.5rem;}
.rightDownContents .nineStepSetting .NameParameter p:first-child{color:#808080;}
.rightDownContents .nineStepSetting .NameParameter p:last-child{color:#808080;}

/*登录加载中*/
.loadingProtectiveLayer{position:fixed;top:0;width:100%;height:100%;background-color:rgba(46,54,63,.6);z-index:30;}
.loadingProtectiveLayerHint{width:9rem;height:9rem;position:fixed;left:50%;top:40%;}
.circle{width:7.5rem;height:7.5rem;font-size:.5rem;border-radius:50%;
				border-top:solid .75rem rgba(255,255,255,0.9);
				border-bottom:solid .75rem rgba(255,255,255,0.6);
				border-right:solid .75rem rgba(255,255,255,0.0);
				border-left:solid .75rem rgba(255,255,255,0.0);
				animation:loading 0.5s linear infinite;
				-webkit-animation:loading 0.5s linear infinite;}
@keyframes loading{
	0%{transform:rotateZ(0deg);}
	100%{transform:rotateZ(360deg);}
}
.loadingProtectiveLayerHint>p{position:absolute;top:35%;left:20%;font-size:1.3rem;color:yellow;}
/*登录加载中*/

/*遮罩层-提示信息*/
.protectiveLayer{z-index:99998;position:absolute;top:0;width:100%;height:100%;background:rgba(56,65,77,.2);}
.promptBox{position:absolute;width:25rem;top:50%;left:50%;margin:-3.8rem 0 0 -12.5rem;background-color:rgba(56,65,77,.8);max-width:25rem;}
.promptBoxHint{width:25rem;height:1.5rem;padding-left:.5rem;line-height:1.5rem;color:#adbccc;font-size:.7rem;border-bottom:1px solid #708499;}
.promptBoxContent{position:relative;width:25rem;min-height:6rem;padding-top:1rem;text-align:center;color:#fff;font-size:.7rem;}
.promptBoxContent a{position:absolute;bottom:.5rem;right:0;display:inline-block;width:3rem;height:1.3rem;margin-right:.5rem;line-height:1.3rem;text-align:center;color:#fff;border-radius:2px;border:1px solid #5d6d80;}
.promptBoxContent a.makeSure{right:.5rem;}
.promptBoxContent a:hover{color:#000;background-color:#e5f1ff;cursor:pointer;}

/*遮罩层-修改密码*/
.amendPasswordLayer{z-index:99990;position:fixed;top:0;width:100%;height:100%;background:rgba(56,65,77,.2);}
.promptBox{position:absolute;width:25rem;top:50%;left:50%;margin:-3.8rem 0 0 -12.5rem;background-color:rgba(56,65,77,.8);max-width:25rem;}
.promptBoxHint{width:25rem;height:1.5rem;padding-left:.5rem;line-height:1.5rem;color:#adbccc;font-size:.7rem;border-bottom:1px solid #708499;}
.promptBoxAmendPwdContent{position:relative;width:25rem;padding:.5rem 0 .5rem 8%;color:#fff;font-size:.7rem;}
.promptBoxAmendPwdContent p.panelConfirmNewPwd,.promptBoxAmendPwdContent p.panelNewPwd{margin-top:.7rem;}
.promptBoxAmendPwdContent p label{display:inline-block;width:7.3rem;margin-right:.5rem;font-size:.65rem;color:#adbccc;text-align:right;}
.promptBoxAmendPwdContent p input{width:10rem;height:1.25rem;line-height:1.25rem;padding-left:.25rem;font-size:.65rem;}
.promptBoxAmendPwdContent .amendPwdBtn{margin-top:.7rem;overflow:hidden;}
.promptBoxAmendPwdContent .amendPwdBtn a{display:inline-block;float:right;padding:0 .5rem;height:1.3rem;margin-right:.75rem;line-height:1.3rem;text-align:center;color:#fff;border-radius:2px;border:1px solid #5d6d80;}
.promptBoxAmendPwdContent .amendPwdBtn a:hover{color:#000;background-color:#e5f1ff;cursor:pointer;}
.twoPwdNotAgree{margin-left:.25rem;color:red;font-size:.5rem;}

/*导出PDF弹窗*/
.PDFClass{z-index:20;display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(46,54,63,.6);}
.PDFClass .PDFBox{position:relative;left:43%;top:34%;width:18rem;}
.PDFClass .PDFBox .PDFBoxHintTitle{height:2rem;line-height:2rem;padding-left:.8rem;color:#fff;font-weight:600;border-bottom:1px solid #e7eaec;border-top-left-radius:.4rem;
border-top-right-radius:.4rem;background:#f2f2f2;overflow:hidden;}
.PDFBoxHintTitle span{font-size:.6rem;color:#323333;}
.panelPDFInforlContents{border-bottom-left-radius:.4rem;border-bottom-right-radius:.4rem;background:#fff;}
.panelPDFInforlContents .PDFPagesSearch{padding-top:1rem;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:space-between;}
.panelPDFInforlContents .PDFPagesSearch p:nth-child(1){position:relative;margin-right:10%;}
.panelPDFInforlContents .PDFPagesSearch p:nth-child(3){position:relative;margin-left:10%;}
.panelPDFInforlContents .PDFPagesSearch p input{width:2rem;height:1.5rem;line-height:1.5rem;font-size:.6rem;text-align:center;border:1px solid #b3b3b3;border-radius:.2rem;background:#fff;}
#prevStartPagePDF:after{position:absolute;left:-1.4rem;top:.2rem;content:"";display:block;border:.55rem solid transparent;border-left-color:#e6e6e6;transform:rotate(180deg);cursor:pointer;}
#nextStartPagePDF:after{position:absolute;right:-1.4rem;top:.2rem;content:"";display:block;border:.55rem solid transparent;border-left-color:#e6e6e6;transform:rotate(0deg);cursor:pointer;}
#prevEndPagePDF:after{position:absolute;left:-1.4rem;top:.2rem;content:"";display:block;border:.55rem solid transparent;border-left-color:#e6e6e6;transform:rotate(180deg);cursor:pointer;}
#nextEndPagePDF:after{position:absolute;right:-1.4rem;top:.2rem;content:"";display:block;border:.55rem solid transparent;border-left-color:#e6e6e6;transform:rotate(0deg);cursor:pointer;}
.panelPDFInforlContents .submitPDFBtn{padding:1rem 0 .8rem 0;overflow:hidden;}
.panelPDFInforlContents .submitPDFBtn span{display:inline-block;float:right;margin-right:.5rem;padding:.4rem .8rem;color:#fff;background:#0bb4f7;border-radius:.3rem;font-size:.6rem;cursor:pointer;}
.panelPDFInforlContents .submitPDFBtn span:first-child{color:#323333;background:#e6e6e6;}
.panelPDFInforlContents .submitPDFBtn span:hover{color:#fff;background:#1c84c6;}

/*新的售后回复消息*/
#newReplyMsgMark>a{z-index:12;display:inline-block;width:1.2rem;height:.8rem;top:0;right:0;line-height:.8rem;text-align:center;color:#fff;border-radius:.2rem;background-color:#ff4c7c;}
.newInformation{display:none;z-index:12;position:absolute;left:0;top:2rem;width:15rem;padding:0 .5rem;background-color:#fff;border:1px solid #e8e8e8;box-shadow:.2rem .2rem .5rem #ccc;}
.newInformation.scrollNewMsgListStyle{height:12.6rem;overflow-y:scroll;}
.newInformation ul>li{height:2.8rem;padding:.2rem 0;line-height:2.8rem;border-bottom:1px solid #eaeced;cursor:pointer;}
.newInformation ul>li:last-child{border-bottom:none;}
.newInformation ul>li>a{display:inline-block;width:100%;height:2.4rem;padding-left:.8rem;text-align:left;}
.newInformation ul>li>a>img{display:inline-block;width:1.1rem;height:.9rem;margin-right:.5rem;vertical-align:middle;}
.newInformation ul>li>a>span{display:inline-block;height:2.4rem;color:#4c4c4c;font-size:.7rem;}
.newInformation ul>li:hover>a{border-radius:.3rem;background-color:#f5f5f5;}

/*适配1366*768*/
/* @media screen and (min-width:1320px) and (max-width:1366px){} */

