#goodcoverModel {
    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;*/
}

#goodcoverModel .wrap {
    height: 100%;
}

#codeModel {
    width: 724px;
    height: 337px;
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

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

#codeModel #closebt img {
    width: 15px;
}
#codeModel ul li:first-child {
    width: 70px;
    height: 70px;
    background: url(../images/pass.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
}
#codeModel ul.pass li:first-child {
    background: url(../images/pass.png) no-repeat;
    background-size: cover;
}
#codeModel ul.unpass li:first-child {
    background: url(../images/unpass.png) no-repeat;
    background-size: cover;
}
#codeModel ul {
    margin: 40px auto;
}
#codeModel ul li:nth-child(2){
    margin: 14px 0 10px 0;
    height: 33px;
    font-size: 24px;
    font-weight: 500;
    color: #2A2D2F;
    line-height: 33px;
}
#codeModel ul li:nth-child(3){
    height: 56px;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    color: #878D99;
    line-height: 28px;
}
#codeModel ul li:nth-child(4){
    width: 166px;
    height: 44px;
    background: #0B7BF0;
    border-radius: 4px;
    margin: 0 auto;
    line-height: 44px;
    font-size: 18px;
}
/*#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;*/
/*}*/

/*#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;*/
/*}*/

/*#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;*/
/*}*/