/*********************************************************************************
** Version 1.0
 * Update diony
 * Time 2018-10-16
 ********************************************************************************/
@charset 'UTF-8';

* {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}
.input-system{width:200px; height:30px;padding:0 5px;}
            input::-webkit-input-placeholder{color:white;}
            input:-moz-placeholder{color:white;}
@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}
@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}
ul, ol {
    list-style: none;
}
input, button, select, textarea {
    outline: none;
}
input,textarea {
    font-family: tahoma,arial,'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei',宋体;
    font-size: 12px;
    -webkit-transition: box-shadow .30s ease-in-out;
    -moz-transition: box-shadow .30s ease-in-out;
    -o-transition: box-shadow .30s ease-in-out;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}
a:link, a:visited {
    text-decoration: none;
    color: #3399cc;
    outline: none;
}
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: tahoma,arial,'Hiragino Sans GB','Hiragino Sans GB W3','Microsoft Yahei',宋体;
    font-size: 12px;
    overflow: auto;
    height: 100%;
    color: #3d5266;
    background: #fff;
}
.inline-block {
    display: inline-block;
}

.crm-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
    background: #ebedf0;
}
.crm-container-bg {
    width: 100%;
    height: 100%;
    background-position: center !important;
    background-size: 100% 100% !important;
}
.crm-container-logo {
    background: url(../../dataCache/test/logo/crmlogo.png) center center no-repeat;
    position: absolute;
    width: 142px;
    margin: 0 auto;
    height: 32px;
    top: 22px;
    left: 100px;
    margin-left: -75px;
}
.crm-container-top {
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 40px;
}
.crm-container-topright {
    color: #fff;
    position: absolute;
    top: 42px;
    right: 40px;
}
.crm-container-topright a {
    color: #fff;
    padding: 0 8px;
    border-right: 1px solid #FFF;
}
.crm-container-topright a:first-child {
    padding-left: 0;
}
.crm-container-topright a:last-child {
    padding-right: 0;
    border-right: 0;
}
.crm-container-form {
    color: white;
    width: 385px;
    text-align: center;
    position: relative;
    z-index: 0;
    border-radius: 12px;
    top: 40%;
    -moz-transform: translateY(-50%);  /*向上平移 自身的50%*/
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    /*background: rgba(188, 183, 224, 0.2);*/
    background: rgb(75, 129, 239,0.3);
    /*background: rgba(191, 191, 191, 0.5);*/
    overflow: hidden;
}
.crm-container-form form {
    padding: 10px 0 20px;
}
.crm-container-form-left {
    left: 168px;
}
.crm-container-form-center {
    margin: 0 auto;
}
.crm-container-form-right {
    right: 168px;
    position: absolute;
}    
.crm-container-title {
    padding-bottom: 24px;
}
.crm-container-form header h1 {
    font-size: 25px;
    font-weight: normal;
    color: white;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 0;
}
.crm-container-body {
    transform: scale(0.9, 0.9);
}
.crm-container-body > ul li {
    margin-bottom: 20px;
}
.crm-container-choose {
    width: 100%;
    text-align: center;
    display: inline-flex;
    margin-bottom: 20px;
}
.crm-container-choose div {
    text-align: -webkit-center;
    width: 50%;
}
.crm-container-choose div:first-child {
    padding-left: 88px;
}
.crm-container-choose div:last-child {
    padding-right: 88px;
}
.crm-container-choose div label {
    padding: 5px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.crm-container-choose div label.choosed {
    border: 1px solid white;
}
.crm-container-input {
    line-height: 40px;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid white;
    position: relative;
}
.crm-container-input .text-input,.crm-container-input .password  {
    font-size: 16px;
    float: left;
    width: 65%;
    line-height: 32px;
    height: 32px;
    text-indent: 8px;
    border: none;
    border-radius: 100px;
    background-color: transparent !important;
    padding: 5px 0;
    color: white;
    margin-top: 3px;
}
.crm-container-input.error {
    border-bottom: 2px solid #fa7252;
    position: relative;
}
.crm-container-body span.errorinfo {
    text-align: left;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #fa7252;
}
.divError span.errorinfo {
    text-align: left;
    display: block;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #fa7252;
}
.crm-container-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 20px;
}
.crm-container-btn .btn-submit {
    font-size: 17px;
    line-height: 40px;
    width: 130px;
    height: 40px;
    color: #fff;
    border-radius: 3px;
    background: rgb(75, 129, 239);
}
.icon-qy-wexi-qywx-login {
    background-image: url(../../dataCache/test/logo/qy_wexi.png);
    display: inline-block;
    background-position: -152px -56px;
    vertical-align: middle;
    margin-right: 10px;
    width: 29px;
    height: 24px;
    margin-bottom: 2px;
}
.crm-container-btn .btn-submit-weixin {
    font-size: 17px;
    line-height: 40px;
    width: 168px;
    height: 40px;
    color: rgb(75, 129, 239);
    border-radius: 3px;
    background: #fff;
}
.crm-container-btn .btn-submit-installweixin {
    font-size: 17px;
    line-height: 40px;
    width: 168px;
    height: 40px;
    color: rgb(75, 129, 239);
    border-radius: 3px;
    background: #fff;
}
.crm-container-register a {
    color: white;
    margin-top: 15px;
    display: inline-block;
}
.crm-container-footer {
    position: absolute;
    right: 40px;
    bottom: 48px;
    
}
.crm-container-footer a {
    color: #fff;
    padding: 0 8px;
    border-right: 1px solid #FFF;
}
.crm-container-footer a:first-child {
    padding-left: 0;
}
.crm-container-footer a:last-child {
    padding-right: 0;
    border-right: 0;
}
.crm-container-footer-banquan {
    position: absolute;
    right: 40px;
    bottom: 0;
    color: #fff;
    margin: 0px auto 20px auto;
}

/*checkbox*/
.checkbox-item {
	  width: 14px;
	  height: 14px;
	  background-color: #fff;
	  -webkit-appearance:none;
	  border: 1px solid #AEB9CA;
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
	  border-radius: 2px;
	  overflow: hidden;
	  cursor: pointer !important;	
	}
	.checkbox-item{
		vertical-align: middle !important;
        margin-top: -1px !important;
        margin-bottom: -2px !important;
	}
	.checkbox-item:hover {
	  border: 1px solid #3B7CFF;
	}
	.checkbox-item:checked {
	  background: url(images/table-icon.png) -145.5px -34px no-repeat #3B7CFF;
	  border-color: #3B7CFF;
	}
/*checkbox*/