/***  page  ***/

header {
    background-image: url(https://www.dianrong.com/mkt/sources/image/logo.jpg);
}
.capbox a {
    background-image: url(../image/refresh.jpg);
}
.appico {
    background-image: url(../image/drapp.jpg);
}
.qcodebox {
    background-image: url(../image/qcode.jpg);
}
footer {
    background-image: url(../image/logo_gray.jpg);
}
@media only screen and (min-width: 1025px) {
    header {
        background-image: none;
        height: 60px;
    }
    .phonebox {
        background-image: url(../image/logo.jpg);
    }
    .banbox-inner {
        background-image: url(../image/pc_banner_04.jpg);
    }
    .phonebox span {
        background-image: url(../image/phone.jpg);
    }
    .qcodebox {
        background-image: url(../image/qcode.jpg);
    }
    .tagsbox {
        background-image: url(../image/tagimgs.jpg);
    }
    footer {
        background-image: url(../image/copybg.jpg);
    }
}
.slg_tit {
    border: none;
    /* padding-top:10px; */
}
.mobile-first{
	display: none;
}
@media only screen and (max-width: 1024px) {
    header,.instrbox,.fcbox, footer{
        display: none;
    }
		html,body,.wrapper{
			height: 100%;
		}
		.mobile-first{
			display: block;
			width: 100%;
			height: 100%;
			background: url(../image/mobile_bg_02.jpg) no-repeat 0 0 / cover;
			overflow-y: scroll;
			padding-top: 1.5rem;
			box-sizing: border-box;
		}
    .banbox-inner dl{
      display: none;
    }

}
.banbox-inner dl {
    position: absolute;
    width: 360px;
    margin-right: 42px;
    margin-bottom: 0;
    right: 20%;
    top: 10%;
}

.banbox-inner dl dt {
    margin-top: 76px;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: #333
}

.banbox-inner dl dd {
    float: left;
    margin-top: 14px;
    width: 160px;
    font-size: 18px;
    color: #00BC8D;
    line-height: 1;
    margin-left: 0;
}

.banbox-inner dl dd.long {
    width: 200px
}

.banbox-inner dl .checkbox-icon {
    display: inline-block;
    margin-right: 8px;
    width: 22px;
    height: 16px;
    background-image: url(https://s.dianrong.com/static/image/homepage-1026.png);
    background-position: -544px -372px;
    content: "\20"
}
