@charset "utf-8";
/* CSS Document */



.bg-blur {
            float: left;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
            -webkit-filter: blur(5px);
            -moz-filter: blur(5px);
            -o-filter: blur(5px);
            -ms-filter: blur(5px);
            filter: blur(5px);
        }
.bg_pic{background:url(../images/bg2019.png) no-repeat !important;height: 100%;
            text-align: center;background-size: cover;width:100%;    position: absolute;
    left: 0;
    bottom: 0;
   }

.login-root{display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;}
	.login-main{ width:100%; height: 100%;}
	.bg{background-size: cover;width:100%; height: 100%;
}
.main{width: 900px;
    margin: auto; position:absolute;
          left: 10px;
          right: 10px;top:80px;}
.login-container{    width: 400px;
    padding-top: 50px;
    height: 400px;
    float: left;
    vertical-align: middle;}
	.login-desc{
    display: inline-block;
    line-height: 20px;
    color: #fafafa;
    font-size: 17px;
}
.login-desc-icon{    line-height: 20px;
    color: #fafafa;
    font-size: 17px;}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.login-box{    background-color: #fff;
    width: 360px;
    float: right;
    height: 436px;
}
.iframe-title{font-size: 18px;
    font-weight: 400;
    color: #333;
    padding: 30px 0 0 20px;}
.field {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
	
.input_desc{
    padding: 9px 32px 5px;
}

.input{
 
    color: #333;
    outline: none;
    font-size: 14px;
    line-height: 24px;
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.input_m{
    border: 1px solid #ccc;
    padding: 5px 32px 5px 10px;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    height: 40px;
}
.field .label__icon-m {
    height: 40px;
    line-height: 40px;
}
.input_primary:focus {
    border-color: #3dc6b6 !important;
}
.field .label__icon-desc {
    position: absolute;
    top: 0;
    left: 12px;
    height: 24px;
    line-height: 24px;
    color: #ccc;
}
.field .label__icon-m {
    height: 40px;
    line-height: 40px;
}
.field .label__icon-clear {
    position: absolute;
    padding: 0 10px;
    margin-left: -32px;
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
}
.content {
    padding: 10px 0 12px;
}
.container {
    margin: 0 20px;
}
.btn_primary {
    color: #fff !important;
    border-color: #3dc6b6 !important;
    background-color: #3dc6b6 !important;
}
.btn_m {
    font-size: 14px;
    line-height: 38px;
    padding: 7px 15px;
    border-radius: 2px;
}
 .btn_primary:hover {
        color: #fff !important;border-color: #20bba9 !important;background-color: #20bba9 !important;
      }
.btn {
    display: inline-block;
    margin-bottom: 0;
    border: 1px solid transparent;
    padding: 0;
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    webkit-touch-callout: none;
}
.quetion{    padding-top: 20px;
    overflow: hidden;
    font-size: 12px;}
 .footer {
    background-color: #e9ecf2;
    padding-top: 20px;
}
.footer .contact-data {
    overflow: visible;
    text-align: center;
}
.footer .contact-data .tel-data {
    margin-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.footer .contact-data .tel-data li {
    position: relative;
    text-align: left;
    display: inline-block;
    padding: 0 20px;
}
.footer .contact-data .tel-data li h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
