/* 底部抽奖悬浮模块样式---begin */
.cjbox{
    width: 100%;
    height: 221px;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    background-image: ;
    background-size:auto 100%;
    background-position:center center;
    cursor: pointer;
    display: block;
}
.cjboxcon{
    width: 1144px;
    height: 172px;
    margin: 49px auto 0;
    position: relative;
}
.telbox{
    width: 279px;
    height: 172px;
    float: left;
    position: relative;
}
.telbox > img{
    position: absolute;
    top: 66px;
    left: 91px;
    animation: lgimg 300ms linear;
}
.telboxs{
    width: 279px;
    height: 172px;
    position: absolute;
    top: 0;
    transform: scale(0);
    overflow: hidden;
    transform-origin: center 136px;
}
.telboxs.active1{
    transform: scale(1.2);
    transition-duration: 500ms;
}
.telboxs.active2{
    transform: scale(1);
    transition-duration: 300ms;
}
.telbox h3{
    height: 38px;
    line-height: 38px;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    padding-top: 43px;
    width: 279px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.telbox h4{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fefefe;
    letter-spacing: 1px;
    width: 279px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.telbox p{
    height: 18px;
    line-height: 18px;
    font-size: 13px;
    color: #fefefe;
    letter-spacing: 2px;
    width: 279px;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.cjboxcon .djsbox{
    width: 400px;
    height: 172px;
    float: left;
    margin-top: 36px;
    margin-left: 90px;
}
.djsbox h3{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color:#fff;
    letter-spacing: 2px;
    text-align: left;
}
.djsbox .djsdiv{
    width: 100%;
    height: 72px;
    display: flex;
}
.djsdiv > div{
    height: 72px;
}
.djsdiv .items{
    width: 70px;
    border-top: 5px solid #fff;
    box-sizing: border-box;
    border-radius:3px;
    background-color: rgba(0, 0, 0, .3);
    position: relative;
}
.djsdiv .items p{
    color:#fff;
    font-size: 36px;
    text-align: center;
    line-height: 55px;
    font-weight: 600;
}
.djsdiv .items span{
    color:#fff;
    font-size: 12px;
    position: absolute;
    top: 45px;
    right: 4px;
}
.djsdiv .item{
    width: 23px;
    height: 72px;
    line-height: 60px;
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-weight: bold;
}
.cjform{
    width: 320px;
    float: right;
    margin-top: 46px;
    margin-right: 34px;
}
.cjform .inputs{
    height: 54px;
}
.cjform .inputs input::placeholder{
    color: #333;
}
.cjform .inputs .sy_why_inputbox{
    width: 155px !important;
    height: 44px !important;
    border-radius:3px !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    position: relative;
}
.cjform .inputs input{
    background: #fff;
    display: block;
    width: 155px;
    height: 44px;
    border-radius:3px;
    text-indent: 12px;
    font-size: 14px;
    border:none;
    outline: none;
    color: #333;
}
.cjform .inputs input::placeholder{
    color: #333;
}
.cjform .inputs .sy_why_inputbox:nth-child(1){
    float: left !important;
}
.cjform .inputs .sy_why_inputbox:nth-child(2){
    float: right !important;
}
.sy_why_inputbox i {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 5px 8px;
    color: #fff;
    background: #3b65df;
    z-index: 10;
    border-radius: 2px;
    display: none;
}
.sy_why_inputbox i::after{
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #3b65df #3b65df transparent transparent;
    position: absolute;
    top: 23px;
    left: 6px;
}
.cjform .subscribe{
    width: 320px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius:3px;
    cursor: pointer;
    background:#fca021 !important;
    letter-spacing: 2px;
    border:none;
    outline: none;
}
.cjform p{
    padding-top: 5px;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    text-align: left;
}
.cjbtn{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
    right: 0;
    cursor: pointer;
}
.cjbtn img{
    width: 14px;
    height: 14px;
    display: block;
}
@keyframes  lgimg{
    0%{transform: rotate(0)}
    25%{transform: rotate(-20deg)}
    50%{transform: rotate(0)}
    75%{transform:  rotate(20deg)}
    100%{transform: rotate(0)}
}
/* 底部抽奖悬浮模块样式---end */