
/*遮罩层*/
.pop-inp {
    margin-top: .5rem;
    background: #FFFFFF;
    border: .0625rem solid #9B9B9B;
    border-radius: .25rem;
    width: 12.5rem;
    height: 2.125rem;
    padding-left: .3125rem;
}

.dn {
    display: none;
}
.selected {
    border: .0625rem solid red;
}
.email-err-tips,.err-tips,.company-err{
    color: red;
}



.tips-message {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 19.75rem;
    height: 6.25rem;
    font-size: 1rem;
    color: #333;
    border-radius: .3125rem;
    z-index: 100;
}

.bg-col {
    background: #fff;
}
.bg-sucess {
    background: #60d2f4;
}

.tips-message > div {
    float: left;
    height: 100%;
}

.tips-message > div:nth-child(1) {
    width: 8.125rem;
    text-align: right;
    line-height: 6.75rem;
}

.tips-message > div:nth-child(2) {
    padding-left: 1.25rem;
    text-align: left;
    line-height: 6.25rem;
}

/*弹窗*/
.pop-wrap {
	position:fixed;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.20);
	z-index:88;
}

.pop-wrap-inner > form {
	padding:3.125rem 1.875rem 3.8125rem 3.4375rem;
	background:#fff;
}


.pop-wrap-inner {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 46.875rem;
    max-height: 45.06rem;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: 0.375rem 0.375rem 2.5rem rgb(3 23 64 / 60%);
    border-radius: 1rem;
    z-index: 9999;
}
.pop-wrap-inner h1 {
    font-size: 2.25rem;
    font-weight: 500;
    /* line-height: 3.13rem; */
    color: #090F21;
    margin-bottom: 0.6875rem;
}
.pop-wrap-inner h2 {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(29,35,37,.5);
    margin-bottom: 0.875rem;
}
.whitebook-tips{
width: auto;
    position: absolute;
    top: 4.125rem;
    font-size: 0.6875rem;
    color: #ff0000;
}

