.codeimg{
    width: 110px;
    height: 50px;
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
    z-index: 100;
}
.codeimg h{
    position: absolute;
    left: 0;
    background-image: url("/static/images/cod.png");
    color: #ff3333;
    background-repeat: no-repeat;
    padding: 5px 15px 5px 8px;
    background-size: 100% 100%;
    font-size: 12px;
}
.codeimg img{
    width: 35%;
    position: absolute;
    right: 0;
    opacity: 0.7;
}
.codebox{
    background: #fff;
    margin-right: 0px;
    height: 418px !important;
    width: 344px;
    position: absolute;
    margin-top: 3px;
    top: 0px;
    right: 0px;
    z-index: 101;
    display: none;
}
.codebox .b{
    font-size: 14px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,-50%);
    z-index: 101;
    font-weight: 600;
}
.codebox .b img{
    float: left;
    width: 25%;
    padding-top: 5%;
    margin-right: 10%;
}
.codebox .b span{
    float: left;
}
.codebox .imgitem1{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-50%);
    z-index: 101;
}
.codebox .imgitem2{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 30px;
    cursor: pointer;
    z-index: 100;
    opacity: 0.7;
}

.codeclose span{
    top: 2%;
    position: absolute;
    left: 10%;
    font-size: 20px;
    font-weight: 700;
}
.codeclose h{
    position: absolute;
    right: 20%;
    background-image: url("/static/images/cod.png");
    color: #ff3333;
    background-repeat: no-repeat;
    padding: 5px 15px 5px 8px;
    background-size: 100% 100%;
    font-size: 12px;
    top: 3%;
}
