@charset "utf-8";
html { font-size: 14px;}
* {font-family:"Microsoft YaHei", arial, Tahoma, Verdana,  simsun;margin:0;padding:0;box-sizing: border-box;}
li{list-style:none;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit; outline:none;}

a {text-decoration:none; cursor:pointer; color: #333;}
a:hover {text-decoration:none;color: #4F87FB; }
a.blue_color:hover{text-decoration: underline;}
.bgf8fa{ background:#f8faff;}
.blue_color{color: #4F87FB;}
.f666{ color:#666;}
.f999{ color:#999;}
.ff3e { color:#ff3e3e;}
img{ vertical-align:middle;border:0;}
.w1200 {width:1200px;margin:0 auto;}
.clear{ clear:both;}
.tl{ text-align: left;}
.tr{ text-align: right;}
.ttc{ text-align: center;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
/*一行内容出现省略号*/
.ofw{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ccc;
}
/*input清除谷歌浏览器记住密码是黄色底*/
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset !important;
}
/*input清除IE浏览器输入框输入时出现X和密码框输入时出现眼睛*/
input::-ms-clear { display: none;}
input::-ms-reveal { display: none;}
input{
    height: 36px;
    border-radius: 4px;
    border:1px solid #dedede;
    font-size: 14px;
    padding:0 8px;
    width: 100%;
}
input.error-input{
    border-color:#EE3317;
    background:rgba(238,51,23,0.08);
    color: #EE3317;
}
input[type=checkbox]{
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin-top: 3px;
}
input[type="button"]{cursor:pointer;}
/*图标*/
.icon_small {
    display: inline-block;
    width:18px;
    height:18px;
}
.notice {
    margin-right: 8px;
    vertical-align: middle;
    background: url(../images/notice.png) no-repeat center;
}
/*下拉框*/
.select {
    width:120px;
    height:32px;
    border-radius: 3px;
    border:1px solid #ddd;
}
/*图标*/
.icon_remind {
    position:relative;
    background-position:-31px 0;
}

.icon_file2{
    margin-left: 4px;
    background-position: -197px -171px;
}
.icon_file2:hover{
    margin-left: 4px;
    background-position: -197px -198px;
}
/*时间*/
.icon_time {
    margin-left:4px;
    background-position:-169px -171px;
}
.icon_time:hover {
    background-position:-169px -198px;
}
/*图标结束*/
/*信息提示图*/
.news {
    -webkit-text-size-adjust:none;
    font-weight:normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 4px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    background: #f44336;
    border-radius: 12px;
    line-height: 15px;
    color: #fff !important;
    position: absolute;
    top: -5px;
    left: 7px;
    z-index: 99;
}


/*按钮2021-03-20*/
.btn{
    padding:0 24px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    display: inline-block;
    width: auto;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
}
.flex1-btn{
    width: 100%;
    height: 40px ;
    line-height: 40px !important;
}
.btn1{
    background-color: #4f87fb;
    color: #fff;
}
.btn2{
    background-color: #fff;
    color: #4f87fb;
    line-height: 34px;
    border:1px solid #4f87fb;
}
.btn1:hover{
    opacity: 0.85;
    color: #fff;
}
.btn2:hover{
    background-color: #4f87fb;
    color: #fff;
}




/*红色报错提示文字*/
.error-tips{
    font-size: 13px;
    color: #EE3317;
    margin: 6px 0 0;
}

/*底部*/
.footer{
    height: 94px;
    line-height: 94px;
    background-color: #fff;
    text-align: center;
    border-top: 1px solid #eee;
    color: #666;
}
.footer a{color: #666;}
.footer2{
    width: 100%;
    position: fixed;
    bottom: 0;
}
.footer2 a,.footer2 span{
    font-size: 14px;
}

/*注册-忘记密码-蓝色提示文字块*/
.con_txt{
    border: 1px dashed #9abbff;
    background-color: #f6faff;
    padding: 26px;
}
.con_txt .title{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}
.txt_describe p{
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
}
.txt_describe ul li{
    color: #666;
    line-height: 24px;
    margin-top:4px;
}
.txt_describe ul li b{color: #333;}
/*注册-忘记密码-蓝色提示文字块 end*/



/*弹窗公用*/
.mask {
    display: none;
    position: fixed;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9;
    align-items: center;
    justify-content:center;
}
.alert-box {
    background: #fff;
    border-radius: 6px;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
}
/*不同尺寸宽度*/
.w520{width: 520px;}
.w720{width: 720px;}
.w880{width: 880px;}
.w1000{width: 1000px;}
/*关闭图标*/
.alert-close {
    position: absolute;
    right: 30px;
    top: 26px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(../images/alert_close_btn.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.3s;
    opacity: 0.2;
    z-index: 10;
}
.alert-close:hover {
    transform: rotate(90deg);
}
/*标题*/
.alert_title{
    position: relative;
    border-bottom: 1px solid #F1F2F4;
    padding-bottom: 16px;
}
.alert_title label{
    font-size: 18px;
    color: #383A40;
    font-weight: bold;
}
.alert-title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 20px 0;
    text-align: center;
}
.alert-content{
    padding-top:24px;
}
.alert-btn-group{
    margin-top:36px;
    text-align: center;
}

