/* 底部抽奖悬浮模块样式---begin */
.cjBox{
    width: 100%;
    height: 221px;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    background-image: url('/skins/images/comedown.png');
    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 */