.tab_yxd {
    width: 100%;
    height: 326px;
    text-align: center;
    position: relative;
}
.tab_yxd:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    bottom: 0;
}
.tab_yxd .tab_yxd_con {
    position: relative;
    z-index: 10;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 16px rgba(159, 0, 25, 0.2);
    box-shadow: 0 0 16px rgba(159, 0, 25, 0.2);
}
.tab_yxd .bg_cric span {
    position: absolute;
    border-radius: 50%;
}
.tab_yxd .bg_cric .sp1 {
    width: 200px;
    height: 200px;
    background: rgba(255, 221, 226, 0.6);
    left: -98px;
    top: -149px;
}
.tab_yxd .bg_cric .sp2 {
    width: 45px;
    height: 45px;
    background: rgba(255, 202, 100, 0.3);
    left: 60px;
    top: 7px;
}
.tab_yxd .bg_cric .sp3 {
    width: 12px;
    height: 12px;
    background: rgba(255, 202, 100, 0.3);
    left: 174px;
    top: 18px;
}
.tab_yxd .bg_cric .sp4 {
    width: 20px;
    height: 20px;
    background: rgba(144, 255, 100, 0.4);
    left: 177px;
    top: 23px;
}
.tab_yxd .bg_cric .sp5 {
    width: 200px;
    height: 200px;
    background: rgba(255, 202, 100, 0.2);
    left: -178px;
    bottom: -44px;
}
.tab_yxd .bg_cric .sp6 {
    width: 200px;
    height: 200px;
    background: rgba(255, 221, 226, 0.8);
    right: -113px;
    bottom: -144px;
}
.tab_yxd .bg_cric .sp7 {
    width: 45px;
    height: 45px;
    background: rgba(255, 202, 100, 0.6);
    right: 25px;
    bottom: 7px;
}
.tab_yxd .bg_cric .sp8 {
    width: 30px;
    height: 30px;
    background: rgba(144, 255, 100, 0.6);
    right: 21px;
    bottom: 30px;
}
.tab_yxd .tab_yxd_p1 {
    position: relative;
    z-index: 10;
    font-size: 26px;
    font-weight: bold;
    color: #f73d54;
}
.tab_yxd .tab_yxd_p2 {
    position: relative;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
}
.tab_yxd .tab_yxd_p2:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background: #f73d54;
}
.tab_yxd .tab_yxd_inp {
    position: relative;
    margin: 14px 0;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    text-align: left;
    overflow: hidden;
}
.tab_yxd .tab_yxd_inp input {
    display: inline-block;
    border: none;
    outline: none;
    font-size: 14px;
    padding: 6px 10px;
    border-radius: 6px;
    width: 100%;
    line-height: 19px;
}
.tab_yxd .get_code3 {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    line-height: 31px;
    padding: 0 6px !important;
    text-align: center;
    color: #fff;
    background: #f73d54;
    border-radius: 6px;
    cursor: pointer;
}
.tab_yxd .tab_yxd_p3 {
    font-size: 12px;
    color: #999999;
}
@keyframes scale {
    0% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    50% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}
.tab_yxd .tab_yxd_btn {
    position: relative;
    z-index: 10;
    width: 90%;
    margin: 10px auto 0;
    cursor: pointer;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f66b80), to(#f73d54));
    background: linear-gradient(to right, #f66b80, #f73d54);
    padding: 10px 0;
    -webkit-animation: scale .5s infinite;
    animation: scale .5s infinite;
}