/* CSS Document */
@charset "utf-8";

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

* {
    /* touch-action: pan-y; */
    margin: 0;
    padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fiedldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

body {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 24px;
    color: black;
}

input,
select,
textarea,
button {
    vertical-align: middle;
    border: none;
    -webkit-appearance: none !important;
    outline: 0;
}

a,
a:link {
    text-decoration: none;
    outline: none;
}

.hide {
    display: none;
}

.op {
    opacity: 0;
}

.fix {
    position: fixed;
}

.wrap{
    width: 100%;
    position: relative;
    min-height: 100%;
    background-color: #f6f6f6;
    display: none;
}

.m-dl-box{
    padding-bottom: 0.3rem;
}

.m-dl-box img{
    width: 6.06rem;
}

.m-dl-box img:nth-child(1){
    margin-top: 0.4rem;
}

.m-dl-box img:nth-child(2){
    margin-top: 0.95rem;
}

.m-wrap{
    min-height: calc(100vh - 1.3rem);
}



.list-inner {
    width: 1300px;
    height: 568px;
    margin: 0 auto;
    padding: 50px;
    background-color: white;
    margin-top: 45px;
    background: url(../img/pc/dl/dl-bg.png) left bottom no-repeat;
    background-size: cover;
}

.dl-title{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 38px;
}

.dl-title span{
    display: inline-block;
    height: 48px;
    border-bottom: 2px solid #b03228;
}

.dl-title h5 {
    display: inline-block;
    font-size: 40px;
    line-height: 30px;
    /* font-weight: bold; */
    /* line-height: 38px; */
    vertical-align: top;
    margin-left: 10px;
    /* font-weight: bold; */
    font-family: 'hyf2gjm';
}

.dl-box{
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.dl-box >div{
    width: 610px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.dl-box >div ul{
    display: inline-block;
    width: 395px;
    vertical-align: top;
    float: right;
}

.dl-box >div ul li{
    height: 77px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}


.dl-box >div ul li a{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    color: #b89657;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.dl-box >div ul li a span{
    font-size: 18px;
    font-family: 'hyf2gjm';
    margin-top: 14px;
    line-height: 22px;
    vertical-align: top;
    display: inline-block;
}

.dl-box >div ul li a p{
    margin-top: 5px;
}

.dl-box >div ul li a span:nth-child(1){
    display: inline-block;
    width: 22px;
    height: 22px;
}

.yjcm-dl ul li:last-child div{
    font-size: 21px;
    font-family: 'hyf2gjm';
    margin-top: 15px;
}

.dl-box li:hover a{
    background-color: #c1a570;
    color: white;
}

.dl-box li:nth-child(1) div span:nth-child(1){
    background: url(../img/pc/dl/dl-icons.png) 0px 0px no-repeat;
    background-size: 70px 66px;
}

.dl-box li:nth-child(2) div span:nth-child(1){
    background: url(../img/pc/dl/dl-icons.png) 0px -22px no-repeat;
    background-size: 70px 66px;
}

.dl-box li:nth-child(3) div span:nth-child(1){
    background: url(../img/pc/dl/dl-icons.png) 0px -44px no-repeat;
    background-size: 70px 66px;
}

.dl-box li:nth-child(1):hover div span:nth-child(1){
    background: url(../img/pc/dl/dl-icons.png) -48px 0px no-repeat;
    background-size: 70px 66px;
}

.dl-box li:nth-child(2):hover div span:nth-child(1){
    background: url(../img/pc/dl/dl-icons.png) -48px -22px no-repeat;
    background-size: 70px 66px;
}

.dl-box li:nth-child(3):hover div span:nth-child(1){
    background: url(../img/pc/dl/dl-icons.png) -48px -44px no-repeat;
    background-size: 70px 66px;
}