@charset "utf-8";




ul, ol, li {
    list-style-type: none;
    vertical-align: 0
}

a {
    outline-style: none;
   
    text-decoration: none
}

a:hover {
    text-decoration: none
}

.clear {
    height: 0;
    overflow: hidden;
    clear: both
}

button {
    font-family: 微软雅黑, Arail, sans-serif;
    outline: none;
}

input {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-warning {
    color: #C30D23;
}

p.text-warning {
    color: #C30D23;
    font-size: 12px;
}

p span.text-warning {
    color: #C30D23;
    font-size: 14px;
}



.gj-input::-moz-placeholder {
    color: #DCDDDD;
    opacity: 1
}

.gj-input:-ms-input-placeholder {
    color: #DCDDDD;
}

.gj-input::-webkit-input-placeholder {
    color: #DCDDDD;
}

.home {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.gj-cell-home {
    flex: 1;
}

.footer {
}

.footer-box {
}

.footer-box .gj-cells-btn {
    margin: 15px;
}

.gj-cells {
    margin-top: 10px;
    background-color: #FFFFFF;
    line-height: 1.41176471;
    font-size: 17px;
    overflow: hidden;
    position: relative;
}

.gj-cells:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.gj-cells-access .gj-cell:not(.no-access) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gj-cells-access a.gj-cell {
    color: inherit;
}

.gj-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gj-cell-hd {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gj-cell {
    position: relative;
}

.gj-cells-access a.gj-cell {
    color: inherit;
}

.gj-cell-primary {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	margin-left:8px;
}

.gj-cell-ft {
    text-align: right;
    color: #888;
    font-size: 12px;
}

.gj-cells-access .gj-cell-ft:after {
    content: " ";
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #C8C8CD;
    border-style: solid;
    position: relative;
    top: -2px;
    top: -1px;
    margin-left: .3em;
}

.gj-cell:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 15px;
}

.gj-cell-bd {
    font-size: 12px;
}

.gj-cell:first-child:before {
    display: none;
}

.gj-cells:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    color: #D9D9D9;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.gj-cells-form input, .gj-cells-form textarea, .gj-cells-form label[for] {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gj-input {
    width: 100%;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    height: 1.41176471em;
    line-height: 1.41176471;
    font-size: 16px;
	back
}

textarea.gj-input {
    height: 80px;
}

.gj-btn-primary {
    background-color: #f8b62d;
}



.gj-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.33333333;
    border-radius: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.gj-btn:active {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFF00;
    line-height: 2.33333333;
    border-radius: 20px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
	border: 1px solid rgba(255, 0, 0, 0.2);
	background-color: #f80000;
}

.gj-cells.gj-cells-font {

}

.gj-cells.gj-cells-font p {
    font-size: 16px;
    color: #9FA0A0;
    line-height: 2em;
}

.gj-cells.gj-cells-font span {
    font-size: 14px;
    color: #3E3A39;
}

.gj-cells-no {
    background: none;
    border: 0;
}

.gj-cells-no.gj-cells:after {
    height: 0;
    border: 0;
}

.gj-cells-no.gj-cells:before {
    height: 0;
    border: 0;
}


.login .gj-cell-hd {
    width: 36px;
    text-align: center;
    border-right: 1px solid #9FA0A0;
}

.gj-form .gj-cell-bd .gj-input {
    text-indent: 9px;
    font-size: 15px;
    color: #a4b3c5;
}

.gj-form-hot {
    margin-left: 15px;
    color: #8f8d8c;
}

.login-logo {
    padding-top: 88px;
    padding-bottom: 47px;
    text-align: center;
}

.gj-form {
    padding: 0 15px;
}

.gj-form .gj-cells-input {
    margin-top: 5px;
}

.gj-form .gj-cells {
    border: 1px solid #DCDDDD;
    border-radius: 1px;
}

.gj-form .gj-cells-no {
    border: 0;
}

.gj-form .gj-cells-btn {
    border: 0;
    border-radius: 0;
    background: none;
}

.gj-form .gj-cells:after {
    display: none;
}

.gj-check-label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gj-radius {
    padding-left: 8px;
    padding-right: 8px;
}

.gj-radius .gj-cells {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}

.login-check {
    display: none;
}

.login-check + .login-label {
    background-color: #FFF;
    border: 1px solid #C1CACA;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 5px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

.login-check + .login-label:active {
}

.login-check:checked + .login-label {

    background-color: #ECF2F7;
    border: 1px solid #92A1AC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
    color: #243441;
}

.login-check:checked + .login-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border-radius: 50%;
    background: #13AE67;
}

.gj-form .gj-cell-bd {
    color: #b5b5b6;
}

.gj-form .gj-cell-bd a {
    color: #b5b5b6;
}


.reg {
    padding-top: 35px;
}

.reg .gj-form-yzmBtn {
    border: 1px solid #7f7e7e;
    padding: 10px 8px;
    color: #7f7e7e;
    background: none;
    border-radius: 6px;
    margin-top: -6px;
    margin-bottom: -6px;
}

.reg .gj-cells-btn {
    margin-top: 20px;
}

.facility {
    padding: 0;
    margin-top: 15px;
    background: #fff;
}

.facility .gj-cell-ft {
    flex-basis: 70px;
}

.facility .gj-cells {
    margin: 0;
}

.facility .icon.slice {
    margin-bottom: 2px;

}

.facility .facility-success {
    border-left: 4px solid #1BBC9B;
    margin-bottom: 1px;
}

.facility .facility-success .icon.slice {
    background: url("../images/slice.png") no-repeat;
    background-size: 100% auto;

}

.facility .facility-success .gj-cell-ft {
    color: #1BBC9B;
}

.facility .facility-warning {
    border-left: 4px solid #C30D23;
    margin-bottom: 1px;
}

.facility .facility-warning .gj-cell-ft {
    color: #C30D23;
}

.facility .facility-warning .icon.slice {
    background: url("../images/slice2.png") no-repeat;
    background-size: 100% auto;
}

.facility .facility-hint .icon.slice {
    background: url("../images/slice3.png") no-repeat;
    background-size: 100% auto;
}

.facility .facility-hint {
    border-left: 4px solid #EA5514;
    margin-bottom: 1px;
}

.facility .facility-hint .gj-cell-ft {
    color: #EA5514;
}

.facility-hd {
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
}

.facility .gj-cell-ft {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.facility-hd h3 {
    color: #3e3a39;
    font-size: 13px;
    margin-right: 10px;
}

.facility-hd span {
    color: #898989;
    font-size: 12px;
}

.facility-bd p {
    color: #898989;
    font-size: 12px;
}

.facility-bd p span {
    color: #e83828;
}

.user .gj-cell-hd {
    padding-right: 15px;
}

.user .icon-left {
    padding-left: 35px;
}

.user .icon-left .gj-cell-hd {
    padding-right: 0;
}

.user .icon-left .icon {
    margin-left: -35px;
    padding-right: 15px;
}

.equipmentAlarm {
    padding-left: 8px;
    padding-right: 8px;
}

.equipmentAlarm-info {
    padding: 36px;
}

.facilityInfo {
    margin-top: 15px;
}

.facilityInfo .gj-cell-hd .gj-form-hot {
    margin: 0;
    color: #AAAAAA;
    font-size: 13px;
    position: relative;
    padding-left: 10px;
}

.facilityInfo .gj-cell-hd .select:after {
    content: "*";
    width: 10px;
    position: absolute;
    left: -5px;
    font-size: 20px;
    top: 35%;
    margin-top: -4px;
    color: #DE3B1A;
}

.maintenanceRecord {
}

.maintenanceRecord .gj-cells {
}

.maintenanceRecord .gj-cells:before {
    height: 0;
    border: 0;
}

.maintenanceRecord .gj-cells .gj-cell .gj-cell-bd:nth-child(2) {
    margin-left: 5px;
}

.faultInfo {
}

.comments {
    padding: 0 40px
}

.comments-con {
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.comments-con p {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comments-con p .icon {
    margin-left: 5px;
}

.mainRe-con {
    background: #fff;
    padding: 10px 15px;
    display: none;
}
.mainRe-con.hover {
    display: block;
}

.mainRe-con .gj-cells {
    background: #F8F8F9;
    border-radius: 10px;
}
.mainRe-con .gj-cell-hd{
    padding-right: 10px;
}
.sherd-tab {
    margin-top: 10px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sherd-tab div {
    border-radius: 10px 10px 0 0;
    flex: 1;
    margin: 0 7px;
    text-align: center;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #3E3A39;
    cursor: pointer;
}

.sherd-tab div.hover {
    background: #fff;
    color: #F8B62D;

}

/*6.30*/
.gj-form .gj-cell-bd a{
	padding: 10px;
	font-size: 16px !important;
}
.gj-cells-access .gj-cell-primary p{
	line-height: 26px;
}
input{
	-webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}

.friend-1{
    background-image: url(../../images/login/icon-username.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 19px;
}

.locked-place-2{
    background-image: url(../../images/login/icon-password.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
}

.icon {
    background-size: 100% auto;
}



.gj-qq-primary {
    
	 background-image: url(../../images/login/qq.png);
    background-repeat: no-repeat;
}

.gj-wx-primary {
    
	background-image: url(../../images/login/weixin.png);
    background-repeat: no-repeat;
}

.login-btn {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 2.33333333;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.login-btn:active {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 14px;
    padding-right: 14px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFFF00;
    line-height: 2.33333333;
    border-radius: 4px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: hidden;
	border: 1px solid rgba(255, 0, 0, 0.2);
	background-color: #f80000;
}

.verify-place {
	background-image: url(../../images/login/icon-verify.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 18px;
}