body{
    background: url("/statics/wanyuan/images/sfjzt/bg.jpg") no-repeat;
    background-size: cover;
}
a{
    text-decoration: none;
    color:#333333;
}

.container{
    margin:auto;
    width:1200px;
}

.container .container-head{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    width:1200px;
    height:364px;
    /* background-color: aquamarine; */
}
@font-face {
    font-family: 'ZhenyanGB Regular' !important;
    src: url('../font/ZhenyanGB Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.container .container-head .head-title{
    font-family: 'ZhenyanGB Regular','sans-serif';
    font-size: 48px;
    color:white;
    line-height:56px;
    letter-spacing: .2em;
    font-weight: bolder;
}

.container .container-head .head-subtitle{
    margin-top:20px;
    font-size: 24px;
    color:white;
    background-image: linear-gradient(to right,#0044CF,#217AF9);
    background-color: transparent;
    padding: 12px 24px;
    border-radius: 24px;
    letter-spacing: .2em;
}

.container-main{
    width:1200px;
    background-color: white;
    min-height:1000px;
    border-radius: 20px;
    padding: 38px;
    box-sizing: border-box;
}

.container-main .main-title{
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
    font-family: "Microsoft Ya Hei";
}
.divider{
    margin:34px 0 ;
    width: 1118px;
    height: 1px;
    background-color: #e6e9ef;
}

.main-content .content-title{
    padding:40px 142px;
    /* width: calc(1200px - (142px * 2)); */
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 48px;
    color: #333333;
    font-family: "Microsoft Ya Hei";
    text-align: center;
}
.main-content .content-info{
    margin:auto;
    width: calc(1200px - (332 * 2px));
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.content-info a{
    /* 下划线 */
    text-decoration: none;
    color:black;
}

.qr{
    margin:auto;
    margin-top:62px;
    width:132px;
    height:132px;
}

#qrcode {
    
    width:132px;
    height:132px;
}

.tips{
    margin-top:20px;
    text-align: center;
}

.content-txt p{
    line-height:1.5rem;
}