@charset "utf-8";

/********@login********/
body{ font-family: microsoft yahei;}
.main-position{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -367px;
    width: 100%;
    height: 734px;
    overflow-x:hidden;
}

.content-page{
	overflow-x:hidden;
	margin: 0px;
	padding: 0px;
	width: 100%;
    height: 100vh;
    background-size: cover;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
   /*  background: url(/1.1/sys/images/default_login_bg.png); */
}
.login {
    background: none;
}

.site-title .logo-img {
    display: inline-block;
    float: left;
    margin-top: 10px;
   /*  width: 80px; */
    height: 40px;
}

.site-title .logo-text {
    display: inline-block;
    float: left;
    margin-left: 40px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #606060;
    font-family: Arial,"Microsoft YaHei";
    font-weight: normal;
}
.box-header-bottom{
	width: 100%;
	height: 60px;
	
}

.login-box {
    position: relative;
    width: 100%;
    height: 100%;
}
.login-box .login-form {
    display: inline-block;
    width: 360px;
    height: 100%;
    border-radius: 10px;
    padding: 10px 60px;
}

.divMsg.login-form-verify{
	height: 460px;
}
.login-box .login-form .login-form-title {
    text-align: center;
    font-size: 20px;
    color: #000000;
}
.login-box .login-form .login-error-msg {
    line-height: 30px;
    height: 30px;
    color: #f56c6c;
    font-size: 12px;
}

.login-box .login-form .login-footer:hover {
    opacity: .9;
}
.login-box .login-form .login-footer {
    cursor: pointer;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #56A13D;
    margin-top: 40px;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

.login-box .login-form .customize-label {
    font-size: 16px;
    color: #000000;
    line-height: 34px;
}
.login-box .login-form .login-footer .btn{
	font-size: 16px;
	outline: none;
}
.login-box .login-form .login-footer .btn:focus{
	outline:0;
} 
.login-box .login-form .customize-input {
    font-size: 14px;
    width: 100%;
}

.login-box .login-form .customize-input input:focus{
   border-bottom: 1px solid #609ACD;
}
.login-box .login-form .customize-input input {
    background-color: transparent;
    border: none;
    color: #000000;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.75);
    -webkit-appearance: none;
    background-color: transparent;
    background-image: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    outline: 0;
    padding: 0 11px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    margin: 0px;
}


/* border-bottom: 6px solid #0099ff; */
.box-page-header {
    max-width: 1330px;
    min-width: 1000px;
    height: 51px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.sys-login .box-header-title {
	position: absolute;
    height: 60px;
    background-color: transparent;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
    width: 100%;
}
.box-header-right{
	float: right;
	margin-right: 15px;
}
.app-download{
	float: right;
    margin-top: 13px;
    line-height: 34px;
    font-size: 14px;
    position: relative;
}
.app-download:hover .app-download-text{
	background: transparent;
}
.app-download:hover .app-download-content{
	display: block;
}
.app-download .app-download-text{
	display: inline-block;
    /* width: 110px; */
    padding: 0 20px;
    height: 34px;
    color: #000000;
    text-align: center;
    border: 1px solid #bfc8d1;
    /* margin-left: 15px; */
    border-radius: 17px;
    background: hsla(0,0%,100%,.1);
    cursor: pointer;
}
.box-header-right .right .app-download .app-download-text:hover {
    background: transparent;
}
.box-header-right .right .app-download:hover .app-download-content{
	display: block;
}
.box-header-right .app-download-content{
    position: absolute;
    width: 165px;
    height: 180px;
    right: -15px;
    top: 40px;
    z-index: 99;
    display: none;
}
.box-header-right .app-download-content .triangle {
    margin-left: 80px;
    border-style: solid;
    border-width: 10px;
    width: 0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: hsla(0,0%,100%,.1);
    border-left-color: transparent;
}
.box-header-right .app-download-content .container{
    width: 165px;
    height: 165px;
    background-color: hsla(0,0%,100%,.1);
    text-align: center;
    line-height: 165px;
}
.template-header .app-download-content .container img {
    margin-top: 10px;
    width: 145px;
    height: 145px;
}
.login-box .login-form .login-remember {
    margin-top: 10px;
}
.login-box .login-form .login-remember .remember-account {
	position: relative;
    float: left;
    height: 24px;
    line-height: 24px;
}

.login-box .login-remember .remember-account .el-checkbox__label{
   	color: #000000;
   	cursor: pointer;
   	margin-left: 6px;
   	font-size: 14px;
}

.login-box .login-form .customize-input input.check-code-input{
	width: 50px;
}

.login-box .login-form input[type=checkbox]{
	visibility: hidden;
}

.remember-radio-input +label{
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 6px;
    left: 0px;
    background: #fff;
    border: 1px solid #dcdfe6;
}
.remember-radio-input:checked +label{
	background: #fff;
	background-color: #56A13D;
    border-color: #56A13D;
}
.remember-radio-input:checked +label::before{
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 12px;
    color: white;
    height: 12px;
    line-height: 12px;
}
.login-box .code-error-box{
	line-height: 30px;
    height: 30px;
}

.login-box .login-form input:-webkit-autofill,
.login-box .login-form input:-webkit-autofill:hover,
.login-box .login-form input:-webkit-autofill:active {
    transition: background-color 500000s ease-in-out 0s;
    /* -webkit-text-fill-color: #d2d2d2 !important; */
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #d2d2d2;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #d2d2d2;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d2d2d2;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #d2d2d2;
}

.box-login-span{
	width: 60px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #0099ff;
	background: #fafafa;
	border: 1px solid #fafafa;
	cursor: pointer;
	display: block;
	font-size: 18px;
	border-radius: 3px;
	margin-top: 13px;
	border: 1px solid #0099ff;
}
.box-page-header .box-header-title .langbox {
    border-left: 1px solid #78b89b;
    padding-left: 20px;
}
.box-page {
    width: 100%;
    position: relative;
}
.box-login-img{
	width: 100%;
    height: 100vh;
    background-size: cover; 
	position: relative;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.box-login-img img{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.login-img {
    border: 0px;
    outline: none;
}
/* .box-page-foorer {
    width: 1330px;
    height: 64px;
    line-height: 50px;
    overflow: visible;
    margin-left: auto;
    margin-right: auto;
    color: #848585;
    position: relative;
} */
.box-page-foorer {
	width: 100%;
    overflow: visible;
    color: #7f838e;
    position: absolute;
    top: 95%;
    left: 0;
    text-align:center;
    font-size:12px;
}
.box-login .box-logo {
    text-indent: -999px;
    height: 59px;
    overflow: hidden;
}
.box-login .box-title {
    color: #2d2d2d;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 400;
    padding-top:25px;
    max-width: 424px;
    word-wrap: break-word;
}
.box-login .box-title .langbox {
    border-left: 1px solid #78b89b;
    padding-left: 20px;
}
.box-login .box-body {
	
}
.box-login .input-text {
    padding: 13px 8px 12px 42px;
    border-radius: 1px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 297px;
    height:47px;
    font-size: 14px;
    margin-left:50px;
}
.box-login .input-ui-box .icon {
    top: 3px;
   /*  left: 335px; */
}
.box-login .btn {
    width: 100%;
    border: 0;
    color: #fff;
}
/* .box-login .btn div,
.box-login .btn div:hover {
    background-color:#008ccf;
    display: block;
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
    border-color: #008ccf;
    border-radius: 0;
    height: 45px;
} */
/* .box-login .btn:hover div{
    background-color: #0090FF;
}
 */
/* .form-group-login {
    padding-top: 10px;
    padding-bottom: 10px;
} */
.form-group-login .form-item {
    padding-top: 5px;
    padding-bottom: 10px;
  
}
.form-group-login .form-label-icon {
    left: 64px;
    top: 28px;
    border-right:2px solid #9B9B9B;
    padding-right:20px;
    
}
.form-group-login .form-item-company .form-label-icon {
    background-position: -96px 0;
}
.form-group-login .form-item-username .form-label-icon {
    background-position: -168px 0;
}
.form-group-login .form-item-password .form-label-icon {
    background-position: -287px -24px;
}
.form-group-login .form-item-checkcode .input-text {
    width: 90px;
    min-width: 80px;
    padding: 12px 15px;
    font-size: 14px;
}
.form-group-login .form-item-checkcode .img-checkcode {
   margin-left: 10px;
   margin-right: 10px;
   height: 34px;
}
.form-group-login .validate-text {
    display: block;
    height: 30px;
    line-height: 30px;
}
.form-group-login .placeholder-text {
    left: 30px;
    top:0;
    line-height: 15px;
}
.form-group-login .form-item-checkcode .placeholder-text {
    left: 10px;
}
.form-group-login .input-ui-box {
    
}
.form-group-login .form-item-checkcode .input-ui-box {
    width: auto;
}
.see-another {
    display: inline-block;
    width: 46px;
    line-height: 16px;
    vertical-align: middle;
    font-size:12px;
}
.site-title:after {
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    width: 0;
    clear: both;
}
.site-title {
    zoom: 1;
}
.address {
    white-space: nowrap;
}
.box-page-foorer .address,
.box-page-foorer .tel,
.box-page-foorer .fax {
    margin-left: 10px;
}
.box-page-foorer .copyright {
    display: inline-block;
}
.box-page-foorer .company-info {
    margin-left: 30px;
    display: inline-block;
}
.box-page-foorer .copyright span {
    margin-right: 5px;
}

.remind-span{
	vertical-align: middle;
	color: #e60012;
	padding-right: 3px;
}
.required-span{
	color: #e60012;
}
.remind-autocomplete{
	color:#999; 
}

.dialog-msg{
	margin-bottom:10px;
	text-align:center;
	color:#ff0000;
	font-size:14px;
}
.list-validate-body .form-label{
	float: left;
	width:80px;
	text-align: right;
}
.list-validate-body .form-element{
	float: left;
	margin-left: 5px;
}
.list-validate-body .select,
.list-validate-body .input-text{
	width: 200px;
}
.hidden{
	display: none;
}
.validate-message
{
	color:red;
}

  
/*弹出层*/
.divMsg{
	display: none;
	position: fixed;
	top: 50%;
	z-index: 900;
	width: 360px;
	height: 380px;
	margin-top: -220px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
}
  
/*关闭按钮*/
.divMsg .msgClose{
	font-family:Tahoma;
	margin-right: 10px;
	text-decoration:none;
	font-size: 14px;
	color: #0099ff;
	position:absolute;
	right:5px;
	top:5px;
	line-height:14px;
	height:14px;
	width:7px;
}

.browser-tips-box{
    font-size:14px;
}
.browser-tips-box .browser-info{
    line-height:30px;
}
.browser-tips-box .browser-links a{
    display:inline-block;
    line-height:40px;
    padding-left:20px;
    padding-right:20px;
    border:1px solid #ddd;
    margin-right:10px;
    font-size:16px;
    margin-top:10px;
    margin-bottom:10px;
}

.browser-tips-box .browser-links a:hover{
    border-color:#999;
}

/* 按钮样式 */
.btn,
.btn div {
  background: none;
  border: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Microsoft YaHei";
}

.btn div {
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #ebebeb;
  display: inline-block;
  line-height: 30px;
}

.btn div div {
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}

.btn:hover div {
  background-color: #e0e0e0;
  color: #333;
  text-decoration: none
}

.btn-default span {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}

.span-download {
	width: 95px;
}
/* 点击APP下载后出现的二维码样式 */
.app-download-box {
	display: none;
    background-color: #fff;
    z-index: 10000;
    width: auto;
    height: auto;
    text-align: center;
    padding:20px;
}
.app-download-box img{
	width: 150px;
    height: 150px;
}
.app-download-box .msg-close {
    font-family: Tahoma;
    margin-right: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 5px;
    /* top: 15px; */
    line-height: 14px;
    height: 10px;
    width: 10px;
    background: url(../images/login_page.png) no-repeat;
    background-position: 0 -95px;
}

.div-app-download {
    display: none;
    _left: -10000px;
}
.div-msg {
    background-color: #fff;
    z-index: 10000;
    width: auto;
    height: auto;
}


/*关闭按钮*/
.div-msg .msg-close {
    font-family: Tahoma;
    margin-right: 10px;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    position: absolute;
    right: 5px;
    top: 15px;
    line-height: 14px;
    height: 10px;
    width: 10px;
    background: url(../images/login_page.png) no-repeat;
    background-position: 0 -95px;
}

.div-download-QRcode img {
    margin-top: 10px;
    width: 145px;
    height: 145px;
}

.div-download-tips {
    margin: 0 auto;
    margin-bottom: 55px;
}

.div-download-tips span {
    display: inline-block;
    padding-left: 40px;
    background-image: url(../images/login_page.png);
    background-position: 0 -60px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.box-app-download {
    color: #202020;
    /* margin-left: auto; */
    margin-right: auto;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}
.multi-language-selected{
	color: #eb2341;
}
/* 新改的样式 */
.input-text {
	width: 320px;
}
.remember-password{
	margin-left:50px;
}
.app-title{
	color: #008ccf;
    cursor: pointer;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
    width: 70px;
    margin: 0 auto;
}
/* 错误提示的颜色 */
.text-danger {
    color: red;
}
/* 换肤--登录页样式 */
.blue-style .login-box .login-form .login-form-title,
.purple-style .login-box .login-form .login-form-title {
	color:#D2D2D2;
}
.blue-style .login-box .login-form .customize-label,
.purple-style .login-box .login-form .customize-label,
.blue-style .login-box .login-remember .remember-account .el-checkbox__label,
.purple-style .login-box .login-remember .remember-account .el-checkbox__label{
	color:#FFFFFF;
}
.blue-style .login-box .login-form .customize-input input,
.purple-style .login-box .login-form .customize-input input{
	color:#9B9B9B;
	border-bottom:1px solid rgba(255, 255, 255, 0.75);
}
.login-box .login-form .customize-input.placeholder input:focus{
   border-bottom: 1px solid #609ACD;
}
.login-box .login-form .customize-input.new-border input:focus{
	border-bottom: 1px solid #609ACD;
}
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}
input {
  -webkit-text-fill-color: #FFFFFF;  
}
.purple-style .site-title .logo-text,
.blue-style .site-title .logo-text{
	color:#A5A5A5;
}
.purple-style .app-download .app-download-text,
.blue-style .app-download .app-download-text {
	color:#FFFFFF;
}
.forget-password{
	float: right;
    height: 24px;
    line-height: 24px;
    font-size:14px;
}
#forgetPassword:hover{
	color: #008ccf;
	cursor: pointer;
}
.purple-style #forgetPassword:hover,
.blue-style #forgetPassword:hover {
	color: #56A13D;
	cursor: pointer;
}
#resetPasswordForm .el-form-item {
	margin-bottom: 22px;
}
#resetPasswordForm .el-form-item__content {
    line-height: 34px;
    position: relative;
    font-size: 14px;
}
#resetPasswordForm .customize-label {
	font-size: 16px;
    color: #444;
}
.purple-style #resetPasswordForm .customize-label,
.blue-style #resetPasswordForm .customize-label {
    color: #FFF;
}
#resetPasswordForm .customeize-code .customize-input {
    font-size: 14px;
    width: 260px;
}
#resetPasswordForm .el-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
#resetPasswordForm .customize-input input {
    background-color: transparent;
    border: none;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}
#resetPasswordForm .el-input--suffix .el-input__inner {
    padding-right: 30px;
}
#resetPasswordForm .el-input__inner {
    border-radius: 0;
    height: 34px;
    line-height: 34px;
    background-image: none;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}
#resetPasswordForm .validate-text {
    color: #f56c6c;
    font-size: 12px;
    line-height: 1;
    padding-top: 4px;
    background: none;
    padding-left: 0;
    position: absolute;
}
#resetPasswordForm input {
    -webkit-text-fill-color: #000000;
    -webkit-input-placeholder-color: #dcdfe6;
}
.purple-style #resetPasswordForm input,
.blue-style #resetPasswordForm input {
    -webkit-text-fill-color: rgb(255 255 255 / 40%);
}
#resetPasswordForm input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #dcdfe6;
}
.forget-password-form .customeize-code .customeize-code-button {
	position: absolute;
    right: -20px;
    top: 34px;
    width: 150px;
    height: 34px;
    text-align: center;
    cursor: pointer;
    border-radius: 22px;
    background-color: #008ccf;
    line-height: 34px;
    color: #fff;
}
.purple-style .forget-password-form .customeize-code .customeize-code-button,
.purple-style .forget-password-form .cutomize-button {
	background-color: #fb9816;
	color: #560b03;
}
.forget-password-form.dialog,
.forget-password-form .dialog-heading,
.forget-password-form .dialog-footer,
.forget-password-form .dialog-body {
	background-color: rgba(255, 255, 255, 0.5);
}
.purple-style .forget-password-form.dialog,
.purple-style .forget-password-form .dialog-heading,
.purple-style .forget-password-form .dialog-footer,
.purple-style .forget-password-form .dialog-body {
	background-color: rgba(0, 0, 0, 0.3);
}
.blue-style .forget-password-form.dialog,
.blue-style .forget-password-form .dialog-heading,
.blue-style .forget-password-form .dialog-footer,
.blue-style .forget-password-form .dialog-body {
	background-color: rgba(6, 24, 47, 0.5);
}
.forget-password-form.dialog {
	border: none; 
    border-radius: 10px;
}
.forget-password-form .dialog-heading {
    border-bottom: none;
    border-radius: 10px 10px 0px 0px ;
    padding: 10px 40px;
}
.forget-password-form .dialog-body {
	padding: 20px 40px 8px 40px;
}
.forget-password-form .dialog-footer {
	border-top:none;
	padding: 10px 40px;
	border-radius: 0px 0px 10px 10px;
	position: relative;
}
.forget-password-form .dialog-title {
    font-family: "Microsoft YaHei";
    font-weight: normal;
    float: left;
    color: #444;
    font-size: 20px;
    margin-left: 140px;
}
.purple-style .forget-password-form .dialog-title,
.blue-style .forget-password-form .dialog-title {
    color: #d2d2d2;
}
.forget-password-form .customeize-code .customeize-code-button:hover,
.forget-password-form .cutomize-button:hover,
.forget-password-form .cancel:hover {
    opacity: .9;
}
.forget-password-form .dialog-actions {
    float: none;
}
.forget-password-form .cutomize-button {
	float: left;
    cursor: pointer;
    width: 180px;
    height: 44px;
    border-radius: 22px;
    background-color: #008ccf;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
}
button:focus{
	outline:0;
} 
.forget-password-form .cancel {
	float: right;
    cursor: pointer;
    width: 180px;
    height: 44px;
    border-radius: 22px;
    background: transparent;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    color: #666;
    border: 1px solid #d2d2d2;
}
.purple-style .forget-password-form .cancel,
.blue-style .forget-password-form .cancel{
	color: #d2d2d2;
}
.purple-style .forget-password-form .dialog-close,
.blue-style .forget-password-form .dialog-close {
	color: #d2d2d2;
}
.purple-style .forget-password-form .btn-default span,
.blue-style .forget-password-form .btn-default span {
	color: #d2d2d2;
}
.forget-password-form .dialog-tips {
	float: none;
	line-height: 28px;
	position: absolute;
    bottom: 100%;
}
.forget-password-form .cancel.btn-default span {
	background-color: transparent;
}
.forget-password-form .input-text {
    max-width: 100%;
    min-width: 100%;
}
#resetPasswordForm .el-form-item.form-item-adjust{
	margin-bottom: 10px;
}
#resetPasswordForm .el-form-item.form-item-last{
	margin-bottom: 0;
}
.white-style input{
	-webkit-text-fill-color: #000000;
}
.purple-style .divMsg{
	background-color: rgba(0, 0, 0, 0.5);
}
.blue-style .divMsg{
	background-color:rgba(6, 24, 47, 0.5);
}
.blue-style .forget-password,
.purple-style .forget-password {
	color: #FFFFFF;
}
.forget-password-form .text-danger{
	color: #f56c6c;
}
.blue-style .dialog.tooltip {
	background-color: #0f3147;
	border: none;
}
.blue-style .tooltip .dialog-heading {
    background: rgba(23,65,93,.8);
    border-bottom: none;
}
.blue-style .tooltip .dialog-body, 
.blue-style .tooltip .dialog-title,
.purple-style .tooltip .dialog-body,
.purple-style .tooltip .dialog-title {
    color: #fff;
}
.blue-style .tooltip .dialog-body {
    background: #0f3147;
}
.blue-style .tooltip .dialog-footer {
    background: rgba(21,62,88,.8);
    border-top: none;
}
.blue-style .tooltip .btn-success {
    background: #094;
}
.purple-style .dialog.tooltip {
	background-color: #431618;
	border: none;
}
.purple-style .tooltip .dialog-heading {
    background: rgba(53,17,18,.8);
    border-bottom: none;
}
.purple-style .tooltip .dialog-body {
    background: #431618;
}
.purple-style .tooltip .dialog-footer {
    background: rgba(55,17,19,.8);
    border-top: none;
}
.purple-style .tooltip .btn-success {
    background: #094;
}
.purple-style ::-webkit-scrollbar, 
.purple-style ::-webkit-scrollbar-thumb,
.blue-style ::-webkit-scrollbar, 
.blue-style ::-webkit-scrollbar-thumb {
    width: 10px;
    height: 10px;
}
.purple-style ::-webkit-scrollbar-thumb {
    background-color: #88555b;
    border-radius: 5px;
}
.blue-style ::-webkit-scrollbar-thumb {
    background-color: #3c6c91;
    border-radius: 5px;
}
/* 白色风格弹窗 */
.white-style .tooltip .btn-success {
    background: #008ccf;
}
.white-style .tooltip .dialog-close {
	color: #333;
}
.tooltip .btn {
    display: inline-block;
    padding: 6px 22px;
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'microsoft yahei';
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    border-radius: 4px;
}
.tooltip span {
	color: #fff;
}
.checkcode-grey-color {
	opacity: 0.6;
	pointer-events: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 32px transparent inset; /**通过边框阴影遮挡住背景*/
}
.dialog-close:hover {
	cursor: pointer;
}