.cjdh-bg {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    background: url("/images/01-16-cjdh-content-bg.jpg") no-repeat;
    background-size: 100% 100%;
}
.cjdh-bg.hidden {
    filter: blur(2px);
}
.cjdh-bg .card {
    display: inline-block;
    width: 326px;
    height: 354px;
    margin: 170px 55px 0;
    border-radius: 10px;
    vertical-align: top;
    background: #fff;
    background: rgba(255,255,255,0.7);
}
.cjdh-bg .content {
    width: 160px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
	line-height: 38px;
	color: #333945;
}
.cjdh-bg .card img {
    display: block;
    height: 69px;
    margin: 52px auto 42px;
}
.cjdh-bg .line {
    width: 53px;
    height: 6px;
    margin: 24px auto 0;
	background-color: #f35b10;
}
.cjdh-bg .next {
    width: 43px;
    height: 43px;
    margin: 22px 0 0 253px;
    background: url("/images/01-01-common-sprint-icon.png");
    background-position: -400px -2px;
    cursor: pointer;
}

.cjdh-ts-ly a {
    position: relative;
    display: inline-block;
    width: 280px;
    padding: 0 76px 0 0;
    margin: 40px 30px 0;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
    color: #fff;
    cursor: pointer;
}
.cjdh-ts-ly .ts {
    background: url("/images/01-16-cjdh-content-bg-1.png") no-repeat;
    background-size: 100% 100%;
}
.cjdh-ts-ly .ly {
    background: url("/images/01-16-cjdh-content-bg-2.png") no-repeat;
    background-size: 100% 100%;
}

.dialog {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    display: none;
}
.dialog-content {
    position: relative;
    width: 600px;
    height: 510px;
    margin: 130px auto 0;
    background: #fafafa;
    border-radius: 20px 20px 0 0;
    z-index: 2;
}
.dialog-content .close {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    content: "";
    background: url("/images/01-01-common-sprint-icon.png") no-repeat;
    background-position: -393px -70px;
    cursor: pointer;
}
.dialog-content .icon {
    position: absolute;
    top: -40px;
    left: 40px;
    width: 138px;
	height: 138px;
	background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
}
.dialog-content .icon img {
    height: 72px;
    margin: 30px auto 0;
}
.dialog a {
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    font-size: 18px;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    background: #fafafa;
    color: #000;
}
.dialog a:hover {
    background: #ebf9ff;
}
.dialog-content .title {
    padding: 0 0 0 274px;
    height: 110px;
    line-height: 110px;
    border-radius: 20px 20px 0px 0px;
    font-size: 22px;
    color: #fff;
    background: url("/images/01-16-bg-dialog-title.png") no-repeat;
    background-position: 100% 100%;
}

.dialog-1 .title {
    margin: 0 0 60px 0;
}