#goodcover {
    display: none;
    position: fixed;
    top: 2000px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
    /*transition: all .3s;*/
}

#goodcover .wrap {
    height: 100%;
}

#code {
    width: 724px;
    height: 328px;
    background: #FFF url(../image/tcbg.png) no-repeat right center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

#code .close1 {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
    position: absolute;
}

#code #closebt img {
    width: 15px;
}

#code dl {
    overflow: hidden;
}

#code dl dd {
    width: 376px;
    padding: 30px 0 0 30px;
    float: left;
}

#code dl dd img {
    width: 100px;
    margin-bottom: 40px;
    display: block;
}

#code dl dd p {
    height: 24px;
    line-height: 24px;
    margin: 25px 0 10px 20px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #292D2F;
    text-align: left;
}
#code dl dd div {
    display: flex;
    align-items: flex-end;
}
#code dl dd div h4 {
    margin-right: 10px;
}
#code dl dd div a {
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #7E8491;
    line-height: 26px;
}
#code dl dd p.tel {
    background: url(../image/telbg.png) no-repeat left center;
}

#code dl dd p.qq {
    background: url(../image/qqbg.png) no-repeat left center;
}

#code dl dd h4 {
    padding-left: 20px;
    font-size: 36px;
    font-family: "DIN-Bold";
    font-weight: bold;
    color: #0B7BF0;
    text-align: left;
}

#code dl dt {
    width: 318px;
    padding-top: 70px;
    text-align: center;
    float: right;
}

#code dl dt img {
    width: 175px;
}

#code dl dt p {
    padding-top: 5px;
    font-size: 20px;
    color: #FFF;
    font-weight: 400;
}

.enjoy-plus #code {
    background: #FFF url(../image/plus-bg.png) no-repeat right center
}

.enjoy-plus #code dl dd p.tel {
    background: url(../image/plus-tel.png) no-repeat left center;
    color: #DCB37B;
}

.enjoy-plus #code dl dd p.qq {
    background: url(../image/plus-qq.png) no-repeat left center;
    color: #DCB37B;
}

.enjoy-plus #code dl dd h4 {
    color: #675A56;
}