/*head*/
body{
    width: 100%;
    height: 100%;
    display: table;
    background:url("../images/bg_icon1.png") left top no-repeat,
    url("../images/bg_icon2.png") right bottom no-repeat;
    background-color: #f4f5fa;
}

#body{
    margin: auto;
    text-align: center;
    /* display: table-cell; */
    /* vertical-align: middle; */
    z-index: 99;
}
#header{
    width:100%;
    /* position: absolute; */
    top: 0;
    margin-top: 22px;
    margin-bottom: 31px;
}
.header_content{
	width: 1140px;
    margin: auto;
    overflow: hidden;
/*     position:fixed;
    margin:0 auto;
    width:100%; */
}
.help{
	margin-right: 6px;
	font-size: 18px;
}
.loginBoxTitle{
	color: rgb(76, 157, 213);
    font-size: 24px;
    margin-top: 15px;
    width: 476px;
    position: relative;
    left: -98px;
    padding: 0 10px;
}
.loginBoxTitle .pro_name {
	font-size: 24px;
}
#content{
    width: 900px;
    height: 484px;
    margin: auto;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
    background-image:url("../images/body_bg.png");
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    box-shadow: 3px 8px 13px rgba(0,0,0,.05);
    /* margin-top: 80px; */
}
.logo{
    float: left;
    /* margin-top: 15px; */
    /* cursor: pointer; */
    height: 50px;
}
.logo_title{
	float: left;
    margin-top: 20px;
    margin-left: 10px;
    height: 30px;
    line-height: 30px;
    color: #01737D;
    font-weight: 600;
}
.con-right{
    float: right;
    height: 50px;
    line-height: 50px; 
   /*  margin-top: 24px;  */
    position: relative;
    min-width: 470px;
    text-align: right;
}
.con-right > a{
	cursor: pointer;
}
.small_right_box{
    /* padding-top: 10px;
    padding-bottom: 10px; */
    color: #666666;
}
.small_right_box:hover,.small_right_box:active{
    color: #038df0;
}
.mobile{
    padding: 0 12px 0 5px;
    border-right:1px solid #666666;
    font-size: 15px;
    margin-left: 4px;
}
.ml8 {
	padding: 0 12px 0 5px;
    font-size: 15px;
    margin-left: 4px;
}
.mobile_icon{
    width: 24px;
    margin-bottom: 5px;
}

/*body*/
.input_box{
    width: 300px;
    text-align: center;
    float: right;
    margin-top: 30px;
    margin-right: 100px;
}
.account,.password{
    width:100%;
    min-height: 42px;
    line-height:42px;
    position:relative;
}
.account{
    margin-top: 35px;
    /*margin-bottom: 28px;*/
}
.password{
    margin-bottom: 26px;
}

#usernames_container{
	position: absolute;
	width: 100%;
    font-size: 12px;
    text-align: left;
    z-index: 2;
    border: 1px solid #000;
	background: #fff;
	font-weight: 600;
}

#usernames_container > li{
	line-height: 26px;
	padding: 0 3px;
}

#usernames_container > li:hover{
	background: #4AC7FF;
}

.full_input{
    height: 40px;
    font-size: 14px;
    width: 300px;
    color: #313131;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}
.full_input:focus,.full_input:hover,.full_input:visited{
    outline: none;
}

.input_box li:focus,.input_box li:active{
    border:none;
    color: #313131;
}
.full_input:focus,.full_input:active{
    color: #313131;
}
.remind{
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    height: 20px;
    line-height: 20px;
}
.error_tips{
    text-align: left;
    font-size: 14px;
    color: #f55440;
    /*margin-top: 20px;*/
    padding-right: 86px;
    min-height: 40px;
}
#content button{
    background: #038df0;
    outline: none;
    color: white !important;
    width:100%;
}

/*footer*/
#footer{
    text-align: center;
    color: #b5b5b5;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}
@media screen and (max-device-width: 1320px) {
    #content {
        margin-top: 70px;
    }
    #footer {
         margin-top: 28px;
    }
 }
.loginType{
/*     border-bottom: 1px solid #cccccc;
    min-height: 42px; */
}
.loginTypeSpanLeft{
    width: 139px;
    display: block;
    float: left;
    line-height: 25px;
}
.loginTypeSpan{
    width: 150px;
    display: block;
    float: left;
    line-height: 25px;
}
.checkClick{
    min-height: 44px;
    float: left;
    cursor: pointer;
}
.checkClick span{
	border-bottom: 1px solid #cccccc;
    padding-bottom: 2px;
    min-height: 42px;
   	margin-left: -1px;
}
.col-line{
	border-right: 1px solid #cccccc;
	height:25px;
    float: left;
}
.active{
    border-bottom: 5px solid #4C8DD5;
}
.active span{
    color:#4C8DD5;
   	border-bottom: 0;
	padding-bottom: 0;
	min-height: 39px;
}
.hide{
    display: none;
}
.show{
    display: block;
}
#get_msg_link{
    background-color: #038df0;
    min-width: 110px;
    display: block;
    height: 35px;
    z-index: 99;
    position: absolute;
    /*border: 1px solid #d8d8d8;*/
    border-radius: 4px;
    line-height: 35px;
    right: 0;
    font-size: 13px;
    font-family: -webkit-body;
    margin-top: 4px;
}
.pointer{
    cursor : pointer;
}
.not-allowed{
    cursor: not-allowed;
}
#mask_pwd {      
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
   /*  position: absolute;
    top: 0px; */ 
    z-index:1002;
    left: 0px;
    -moz-opacity: 0.5;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8); 
    /***IE浏览器下的遮罩层**/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)
}
#thirdProductList {
    position: fixed;
    left: 318px;
    top: 102px;
    margin: inherit;
    -moz-opacity: 0.5;
    width: 900px;
    height: 490px;
    background: #fff;
}
.changePass{
    width: 500px;
    height: 270px;
    top: 20%;
    position: absolute;
    left: 33.5%;
    background-color: white;
    border-radius: 4px;
    padding-top: 21px;
}
#verification_code{
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 47%;
    border-bottom:0;
}
.get_code_div{
    width: 116px;
    display: inline-table;
    float: right;
    height: 34px;
    background-color: #038df0;
    /*border: 1px solid #d0cece;*/
    border-radius: 4px;
    color: #909090;
    font-size: 14px;
    margin-top: 15px;
}
.changePassBtn{
    background-color: #038df0;
    float: right;
    /* border: 1px solid #4a8ad2; */
    margin: 5px 0px;
    color: white;
    width: 132px;
    border: 0;
    border-radius: 0;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    outline: none;
}
.changePassBtn:hover{
	color: #fff;
}
.btn_gray{
	background-color: #9EA4AD;
}
.btn_blue{
	background-color: #038df0;
}
/* .abolish{
    background-color: white;
    color: #4a8ad2;
    margin-right: 15px;
} */
/* .abolish:hover{
    background-color: #f5f5f5;
    color: #4a8ad2;
} */
.formGroup{
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
}
.modalHader{
    text-align: left;
    padding: 15px;
    display: block;
    height: 52px;
    border-bottom: 1px solid #e5e5e5;
}


.modalHader h4{
    display: block;
    float: left;
}
.form-group{
    height: 45px;
}
#verification_code_find{
    width: 325px;
    float: left;
}
.dis_hide{
    display: none;
}
.forget_password{
	position: absolute;
    right: -19px;
    top: 136px;
    font-size: 14px;
    color: #666;
}
#user_login_form{
	position: relative;
}
#idCard_login_form{
	position: relative;
}
#findfindPass{
    background-color: white;
    width: 496px;
    /* padding-top: 20px; */
    top: 20%;
    min-height: 350px;
    left: 32%;
    border-radius: 4px;
    display: block;
    position: absolute;
}
#tdNJHeight3{
	width: 496px;
}
.form-group input{
    height: 42px;
}
#close{
    float: right;
    cursor: pointer;
}
#close img{
    width: 15px;
    margin-top: 4px;
}

#closeSelectProduct{
    float: right;
    cursor: pointer;
}
#closeSelectProduct img{
    width: 15px;
    margin-top: 4px;
}


.footer_reserved_div a{
    color: #b5b5b5;
}
a:focus,a:hover,a:visited,a:link{
    text-decoration: none;
}
.btn{
    background-color: #038df0;
}
#change_language_btn{
    color: #666;
    cursor: pointer;
    padding-right: 9px;
    text-align: right;
    padding-bottom: 10px;
    padding-left: 9px;
    font-size: 15px;
    padding-top: 6px;
}
#change_language_btn:hover{
    color: #038df0; 
}
#findfindPass .pl-input{
	bottom:1px;
	z-index:999;
}
#code_login_form_find .form-control input{
	width: 422px;
	font-size: 14px;
	outline: none;
}
#code_login_form_find .form-control input:focus{
	outline: none;
}
.verification_code_div{
	width: 325px !important;
    margin-right: 5px;
    display: inline-block;
}
.verification_code_div input{
	width:299px !important;
}
.verification_code_div .pl-input{
	bottom:-22px !important;
}
#code_login_form_find .form-control{
    height: 34px;
    width: 100%;
    margin-top: 15px;
/*     padding-top: 11px; */
    outline: none;
    border-radius: 0; 
    -webkit-box-shadow: none;
    box-shadow: none;
}

.KyeeNext-footer-box{
	display: flex;
    justify-content: center;
    align-items: center;
}

.KyeeNext-footer-box .footer-outer__container {
    /* width: 630px; */
    margin: 60px auto 15px auto;
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}

.KyeeNext-footer-box .footer-outer__container span{
	font-size: 14px;
}

.KyeeNext-footer-box .footer-outer__logo {
    float: left;
    position: relative;
    top: 4px;
    margin-right: 30px;
}

.KyeeNext-footer-box .footer-outer__link a {
    color: #333;
    text-decoration: none;
}

.KyeeNext-footer-box .footer-outer__link b,
.KyeeNext-footer-box .footer-outer__label b {
    margin: 0 8px;
    font-weight: normal;
}

.KyeeNext-footer-box .footer-outer__label,
.KyeeNext-footer-box .footer-outer__label a {
    color: #666;
}

.KyeeNext-footer-box .footer-outer__label a:hover {
    text-decoration: underline;
}

.modalHader_title{
	display: inline-block;
    height: 21px;
	padding-left: 10px;
	border-left: 4px solid #179CFE;
	font-size:18px !important;
}
#rePass{
	margin-bottom: 5px;
}

#tdNJHeight4{
	padding-right: 0;
}

.sys-less-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 190px;
    background-size: 270px !important;
    border-radius: 35px;
    cursor: pointer;
    color: #f4f5fa;
}

.sys-less-item:hover {
    border: 1px solid #fff;
    box-shadow: rgba(0,0,0,0.2) 0 4px 10px;
}

.sys-less-item i {
    margin-top: 20px;
    font-size: 65px;
}

.sys-less-item h3 {
    height: 65px;
    line-height: 65px;
    font-size: 24px;
}

.sys-less-item p {
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
}

.product-default-logo{
    width: 65px;
    height: 65px;
    background-size: cover;
    background-image:url(../images/productDefaultLogo.png) ;
}

#productListTable {
    display: grid !important;
    justify-items: center !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
    padding: 10px 16px;
    color: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    overflow-y: scroll;
    height: 424px;
}

.third-product-in{
   background-image:url(../images/productDefaultLogo.png) ;;
}


