body,html{
    background: url(../../union/images/detailBgMin.png) repeat;
    min-width: 1400px;
}
.detailBg{
    background-image: url(../../union/images/detailBgTop.png),url(../../union/images/detailBgBottom.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
    min-width: 1400px;
    padding-bottom: 40px;
}
.unit{
    width: 384px;
    height: 90px;
    background: url(../images/index_pic34.png) no-repeat;
    padding: 0 18px 0 23px;
    display: flex;
    align-items: center;
}
.unit span {
    white-space: nowrap;  /* 防止 label 换行 */
    margin-right: 20px; 
    padding-left: 40px;  /* label 与内容的间距 */
    font-size: 16px;
    color: #666;
    height: 30px;
    line-height: 30px;
}
.unit p {
    flex: 1;              /* 内容区域占满剩余空间 */
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}
.unit .icon1{
    background: url(../images/index_pic35.png) no-repeat left center;
}
.unit .icon2{
    background: url(../images/index_pic36.png) no-repeat left center;
}
.unit .icon3{
    background: url(../images/index_pic37.png) no-repeat left center;
}
.titleStyle {
    margin-top: 32px;
    height: 50px;
    line-height: 50px;
    padding-left: 38px;
    color: #0052d9;
    font-size: 18px;
    font-weight: bold;
    background: #eaf2ff url(../../public/images/icons/icon_titleBg.png) no-repeat 15px center;
    border-radius: 10px;
}
/* 左侧 */
.leftBox{
    border: 2px solid #fff;
    padding: 20px;
    min-height: 500px;
    background: #fff url(../../union/images/detailInfoBg.png) no-repeat top center;
    border-radius: 8px;
    box-shadow: 0 0 10px #ccdffc;
}
.leftBox .titleBox h2{
    font-size: 24px;
    color: #303946;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 22px;
    width: 1170px;
}
.leftBox .titleBox a{
    width: 146px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: url(../images/index_pic33.png) no-repeat;
}
.answerContent{
    color: #5e6774;
    line-height: 28px;
    padding: 25px 0 0;
    background: none;
}
.answerContent p,.answerContent span,.answerContent em,.answerContent i{
    background: none !important;
    font-size: 16px  !important;
    color: #666  !important;
    line-height: 28px !important;
    overflow-wrap: break-word !important;
}
.answerContent img{
    max-width: 100%;
    display: block;
    margin: 5px auto;
}
/* 弹窗 */

.alertBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.alertCont {
    width: 818px;
    background-color: #ffffff;
    margin: 5% auto 0;
    border-radius: 5px;
    /* overflow: hidden; */
}

.alertTitle {
    line-height: 67px;
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    background: url(../../place/image/new_cycdPop1.png) no-repeat;
    text-align: center;
    position: relative;
}

.alertClose {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 20px;
    top: 26px;
}

.alertClose:hover {
    cursor: pointer;
}

.alertClose img {
    display: block;
    width: 100%;
}

.alertUl {
    max-height: 560px;
    padding: 30px 30px 30px 0;
    background: url(../../place/image/new_cycdPop2.png) no-repeat bottom center;
}

.tip {
    padding-left: 117px;
    color: #ff6000;
    margin-bottom: 15px;
}

.tip a {
    color: #077dea;
    text-decoration: underline;
}

.alertLable {
    width: 143px;
    font-size: 14px;
    color: #000000;
    text-align: right;
    line-height: 44px;
}

.alertLable em {
    color: rgb(243, 74, 74);
    margin-right: 4px;
}

.alertIpt {
    height: 44px !important;
    width: 601px !important;
    border: 1px solid #ededed !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    padding: 5px 10px !important;
    background: #fff !important;
}

.alertIpt input {
    width: 100%;
    height: 32px;
    border: none;
    outline: none;

}
.alertLi textarea{
    width: 601px !important;
    height: 100px;
    border: 1px solid #ededed !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    padding: 5px 10px !important;
    background: #fff !important;
}
.w390 {
    width: 390px;
}

.w250 {
    width: 250px;
}

.alertBtnCont {
    text-align: center;
}

.alertIptBtn:hover,
.alertBtn:hover {
    cursor: pointer;
}

.alertBtn {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    border-radius: 50px;
}

.btnCancel {
    border: 1px solid #8db6f2;
    color: #1569e6;
    background-color: #e7f1fc;
}
.btnSubmit {
    background: url(../../place/image/new_cycdPop3.png) no-repeat;
    color: #ffffff;
}