#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: 730px;
    /*height: 328px;*/
    /*background: #FFF url(../images/index/tcbg.png) no-repeat right center;*/
    background: #FFF radial-gradient(80.62% 211.55% at 80.62% 105.46%, rgba(61, 182, 246, 0.8) 0%, rgba(255, 255, 255, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    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 .content{
    margin-top: 40px;
}
#code .content h3{
    text-align: center;
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #14212F;
}
#code .content p{
    text-align: center;
    color: #566473;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
#code .content .zixuns{
    margin: 30px auto;
    width: 643px;
    /*height: 188px;*/
    background: #FEFFFF;
    border-radius: 20px;
    padding: 20px 30px;
    box-sizing: border-box;
    display: flex;
}
#code .content .zixuns .ma{
    width: 130px;
    height: 160px;
}
#code .content .zixuns .ma:nth-child(1){
    margin-right: 50px;
}
#code .content .zixuns .ma:nth-child(2){
    margin-right: 60px;
}
#code .content .zixuns .ma img{
    width: 130px;
    height: 130px;
}
#code .content .zixuns .ma p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    margin-top: 4px;
}
#code .content .zixuns .hot p{
    display: flex;
    margin-top: 35px;
}
#code .content .zixuns .hot p img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
#code .content .zixuns .hot p span{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #566473
}

#code .content .zixuns .hot h4{
    margin-top: 10px;
    font-weight: 700;
    font-size: 28px;
    line-height: 43px;
    color: #3185FE;
}
#code .content .zixuns .hot div{
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #14212F;
    margin-top: 10px;
}

#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(../images/index/telbg.png) no-repeat left center;
}

#code dl dd p.qq {
    background: url(../images/index/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(../images/consultService/plus-bg.png) no-repeat right center
}

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

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

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