﻿/*CSS*/

@charset "utf-8";

/*
* @description:;
* Name：编写者姓名
* Date：时间
*
*/

body{
    background-color: #f4f4f4;
}

.pb20{
	padding-bottom: 20px;
}

.pb15{
	padding-bottom: 15px;
}

.mb15{
	margin-bottom: 15px;
}

.w200{
	width: 200px;
}

.w250{
	width: 250px;
}

.w163{
	width: 163px;
	margin-right: 87px;
}

.w113{
	width: 113px;
}

.pt90{
	padding-top: 90px;
}

.w380{
	width: 380px;
}

.w220{
    width: 220px;
}

.borradius4 {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
/*head*/
/*container*/
.container{
	width: 1022px;
	height: 400px;
	margin: 20px auto 50px auto;
	background-color: #fff;
}

.box{
    background-color: #fff;
}

.u-head{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0 auto 20px auto;
}

.m_login{
	margin: 0 auto;
}

table.logina {
    position: relative;
}

.l-login-tips {
    position: absolute;
    top: -38px;
    left: 20px;
    display: none;
}

.displayblock {
    display: block;
}

.login-tips {
    position: relative;
    width: 222px;
    height: 33px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
}

.login-tips p{
    font-size: 12px;
    color: #313131;
    line-height: 33px;
    padding-left: 10px;
}

i.error-tips {
    width: 20px;
    height: 20px;
    background-position: 0px -88px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}


.icon{
    background: url(../images/icon.png);
}

i.bottom-triangle {
    width: 20px;
    height: 20px;
    background-position: -61px 2px;
    display: inline-block;
    vertical-align: middle;
    top: 30px;
    left: 25px;
    position: absolute;
}

.u-red{
	width: 4px;
	height: 4px;
	background-position: 0 -50px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}

.z-mark{
    font-size: 14px;
    color: #313131;
    padding-right: 15px;
    vertical-align: top;
    padding-top: 12px;
}

.z-success{
    width: 16px;
	height: 16px;
	background-position: -1px -63px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	display: none;
}

.z-error{
    width: 16px;
	height: 16px;
	background-position: -1px -88px;
    margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	display: none;
}

.z-warn{
    width: 16px;
	height: 16px;
	background-position: -1px -113px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	display: none;
}

.u-special{
	margin-top: 8px;
    font-size: 12px;
    color: #868686;
    padding: 0 10px;
}

.u-a-tips{
	display: none;
}

input.f-text{
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #ccc;
	font-family: "Microsoft YaHei";
}

.l-position{
	position: relative;
	width: 302px;
}

a.f-identify-code{
	width: 90px;
	height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 0px;
}

a.f-r0{
	width: 90px;
	height: 37px;
    line-height: 37px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0px;
}

.rightradius{
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.f-check{
    width: 90px;
    padding:0 20px;
    margin-left: 72px;
    margin-top: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #fefefe;
    cursor: pointer;
    font-family: "Microsoft YaHei";
}

.btn-default{
    font-size: 14px;
    color: #313131;
    line-height: 30px;
    width: 220px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    font-family: "Microsoft YaHei";
}

/****/
 #shade{
            position: absolute;
            left:0;
            top:0;
            z-index: 50;
            background:#ccc;
             filter:alpha(opacity=50);
              -moz-opacity:0.5;
              -khtml-opacity: 0.5;
              opacity: 0.5;
        }
        .point-box{
            width:600px;
            height:460px;
            background: #fff;
            position: absolute;
            border-top: 2px solid #be4242;
            z-index: 100;

            padding: 0 30px;
        }
        .point-box .point-title{
            font-size: 18px;
            color: #be4242;
            text-align: center;
            font-weight: 800;
            margin:30px 0;
        }
        .point-box .point-content{
            height: 330px;
            overflow-y: scroll;
            font-size: 14px;
            line-height: 30px;

        }
      .point-box .point-content p{
        text-indent: 28px;
		word-wrap: break-word;
      }
      .point-btn{
        width: 85px;
        font-size: 16px;
        padding: 10px;
        text-align: center;
        border-radius: 3px;
        background: #cccccc;
        color: #fff;
        position: absolute;
        left:255px;
        cursor: pointer;
      }
      .point-btn-red{
        background: #be4242;

      }

/*container*/

/*小程序提示*/
.container {
    position: relative;
}
.jiaobiao {
    position: absolute;
    right: 10px;
    top:10px;
    z-index: 99;
}
.jiaobiao p {
    display: inline-block;
    width: 104px;
    height: 30px;
    background: url(../images/tip.png) no-repeat 0 0;
    background-size: contain;
    font-size: 14px;
    color: #B71C23;
    line-height: 30px;
    vertical-align: 40px;
    padding-left: 7px;
}
.jiaobiao img {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 0;
    cursor: pointer;
}
.jiaobiao .pcSearch {
    display: none;
}
.xcx_div {
    width: 280px;
    margin:0 auto;
}
.xcx_div img {
    width: 280px;
    height: 280px;
    margin-top: 80px;
}
.xcx_div p {
    font-size: 14px;
    color: #333;
    text-align:center;
    margin-top: 20px;
    line-height: 2;
}
.feedback {
    position: absolute;
    right:-131px;
    /* bottom: 60px; */
    z-index: 999;
    background: #f4f4f4;
    display: inline-block;
    width: 100px;
    text-align: center;
}
.feedback img {
    display: block;
    width:40px;
    height: 40px;
    margin:0 auto 6px;
}
.feedback image {
    display: block;
    width:40px;
    height: 40px;
    margin:0 auto 6px;
}
.feedback .svg{
    margin-right: -43px;
}
.feedback span {
    font-size: 14px;
    color: #333;
    /* margin-top: 53px; */
    display: block;
}

/*20210520*/
.container {
	min-height:360px;
	height:360px;
	margin-bottom:20px;
}
.btn-login {
	width:72px;
}
.foot {
	padding:37px 0;
}
input.f-text {
	width: 365px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border:1px solid #dcdfe6;
    color: rgb(51, 51, 51);
}
input.f-text.error {
	border-color:#B71C23;
}
/*.yz_tip {
	height: 20px;
	color:#be4242;
	margin-top: 4px;
    font-size: 12px;
    padding: 0 10px;
}*/
.yz_tip {
	height: 20px;
	color:#be4242;
	margin-top: 8px;
    font-size: 12px;
    padding: 0 10px;
}
.pb20 {
	width: 420px;
	padding-bottom: 4px;
}
.m_login {
	width:500px;
}
.jiaobiao img {
	width: 73px;
	height: 73px;
}
.jiaobiao p {
	display: none;
	vertical-align: 50px;
}
.jiaobiao .showThis {
	display: inline-block;
}
.f-check {
	margin-left: 128px;
	margin-top:2px;
}
.pb20 {
	position: relative;
}
.pb20 .icon {
	position: absolute;
	top:14px;
	right:43px;
	width: 15px;
	height: 15px;
	background: none;
}
.pb20 .z-success {
	background: url(../images/yz1.png) no-repeat 0 0;
	background-size: cover;
}
.pb20 .z-error {
	background: url(../images/yz2.png) no-repeat 0 0;
	background-size: cover;
}
.tip_alert {
	position: fixed;
	left: 0;
	top:0;
	z-index: 9999;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,.5);
}
.tip_inner {
	width: 30%;
	background: #FFF;
	margin:24% auto 0;
	border-radius: 4px;
	padding-bottom: 20px;
}
.tip_inner h4 {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
    padding: 20px 20px 10px;
    font-weight: 400;
}
.tip_inner h4 i {
	float: right;
    width: 12px;
    height: 12px;
    background: url(../images/guanbi4.png) no-repeat 0 0;
	background-size: cover;
	margin-top:6px;
	cursor: pointer;
}
.tip_inner p {
	padding: 30px 20px;
    color: #333;
    font-size: 14px;
    word-break: break-all;
    text-align: center;
}
.tip_inner a {
	display: block;
	margin: 10px auto 0;
    width: 148px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: 1px solid #bd4141;
    color: #b71c23;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
}

/*统一账户认证-登录页*/
.container {
	height:auto !important;
	min-height: 430px;
	margin-top:-155px;
	margin-bottom: 30px;
}
.m_login {
    width: 390px;
}
.pb20 {
	padding-bottom:14px;
}
.f-check {
	margin-top:10px;
}
.pb20 .icon {
	right:15px;
}
.btn-login {
    width: 386px;
    margin-left: 0;
    background: #d03226;
}
.sfz_login {
	padding-top:22px;
}
