@charset 'utf-8';

*{
	margin: 0;
	padding: 0;
	font-family: Arial, "微软雅黑", sans-serif;
}
.page-dialog {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}
.page-dialog .page-dialog-bg{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.page-dialog .content-dialog{
    width: 620px;
    height: 320px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-top:-160px;
    margin-left: -310px;
    text-align: center;
}
.dialog-input{
    width: 350px;
    height: 45px;
    margin: 95px auto 52px auto;
}
.dialog-input input{
    width: 100%;
    height: 45px;
    font-size: 14px;
    color: #333;
    line-height: 45px;
    outline: none;
    border-bottom: 1px solid #E7E7E7;
    border-top: none;
    border-left: none;
    border-right: none;
    font-family: PingFangSC-Regular;
    text-align: center;
}
.dialog-input input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
} 
.btn-sub{
    width: 144px;
    height: 35px;
    opacity: 0.6;
    background: #ef800e;
    border-radius: 0rem;
    color: #fff;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    text-align: center;
    outline: none;
    border: 1px solid #ef800e;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 3px;
}

/* 订阅成功 */
.success-icon{
	width: 70px;
	height: 70px;
	margin: 60px auto 20px auto;
}
.success-icon img{
	width: 100%;
}
.success-title{
	color: #666;
	font-size: 14px;
	text-align: center;
	margin-bottom: 35px;
}
.btn-back{
    width: 144px;
    height: 35px;
    background: #ef800e;
    border-radius: 0rem;
    color: #fff;
    font-family: PingFangSC-Medium;
    font-size: 14px;
    text-align: center;
    outline: none;
    border: 1px solid #ef800e;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 3px;
}

.modal-00{
    background-color: white;
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 100%;
    transform: rotate(45deg);
    cursor: pointer;
    opacity: 0.5;
    top: 1px;
    right: 1px;
    display: block;
    position: absolute;
}