body{
    background: #fff;
}
.pp2 p{
    font-size: 12px;
    color: #303030;
    padding: 15px 15%;
    line-height: 2em;
    margin-top: 0;
}
.p1{
    font-size: 12px;
    color: #303030;
    padding: 15px 15%;
    line-height: 2em;
    margin-top: 0;
}
.jiangjin.active{
    opacity: 1;
    visibility: visible;
}
.jiangjin{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 99;
}
.jiangjin .img1{
    width: 80%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.img2{
    position: relative;
}
.img2 .span1{
    position: absolute;
    top: 63%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 80px;
    color: #ffe200;
    z-index: 1;
}
.img2 .span2{
    position: absolute;
    top: 68%;
    left: 66%;
    transform: translate(-50%,-50%);
    font-size: 19px;
    color: #ffe200;
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    /* background: #e91d32; */
    background: #FF6A00;
    text-align: center;
    line-height: 35px;
}
.img2 p{
    position: absolute;
    top: 78%;
    left: 52%;
    transform: translate(-50%,-50%);
    z-index: 3;
    font-size: 12px;
    color: #fff;
    line-height: 2em;
    width: 100%;
    text-align: center;
}
.bt{
    text-align: center;
    padding: 0 15px;
}
.bt a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    /* background: #ff0036; */
    background: #FF6A00;
    border-radius: 7px;
    text-decoration: none;
}
.p2{
    font-size: 12px;
    color: #303030;
    padding: 20px 15%;
    line-height: 2em;
    margin: 0;
    margin-bottom: 10px;
}
.p2 span{
    /* color: #ff0036; */
    color: #FF6A00;
}
.main{
    padding: 0 10px;
    background: #f5f5f5;
}
.row2{
    margin-top: -10px;
}
.img_t{
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.img_t img{
    width: 210px;
    vertical-align: middle;
}
.mb{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.mb.active{
    opacity: 1;
    visibility: visible;
}
.mb span{
    position: absolute;
    top: 62%;
    left: 44%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    color: #ffe200;
}
.img3{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.close{
    position: absolute;
    top: -35px;
    right: 13%;
    width: 30px;
}