.content-wrap section .box .links li a,
.content-wrap section .box .links li a span,
.content-wrap section .box .links li a::before,
.content-wrap section h1::before,
.icon {
    background-image: url(../image/down-icon.png);
    background-repeat: no-repeat
}

.header {
    background: url(../image/download-header-img.jpg) no-repeat top center;
    height: 399px
}

.header .agewarn {
    background: url(../image/16years-icon.png);
    width: 95px;
    height: 123px;
    position: absolute;
    z-index: 2;
    right: 378px;
    top: 184px
}

.section {
    background: url(../image/download-content-bg.jpg) no-repeat top center;
    height: 1705px
}

.content-wrap {
    width: 980px;
    padding-top: 50px;
    color: #4e4e4e
}

.content-wrap section h1 {
    font-size: 24px;
    font-weight: 700;
    color: #2b2b2b;
    padding-left: 42px;
    position: relative
}

.content-wrap section h1::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    left: 0;
    top: 50%;
    margin-top: -14px
}

.content-wrap section .box {
    padding-left: 64px;
    padding-bottom: 20px
}

.content-wrap section .box .info {
    color: #4e4e4e;
    font-size: 15px;
    padding-top: 30px;
    padding-bottom: 20px
}

.content-wrap section .box .info li {
    float: left;
    padding-right: 36px
}

.content-wrap section .box .links li {
    float: left;
    position: relative;
    margin-right: 20px
}

.content-wrap section .box .links li:last-child {
    margin-left: 0
}

.content-wrap section .box .links li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 438px;
    height: 105px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease
}

.content-wrap section .box .links li a::before {
    position: absolute;
    content: "";
    width: 430px;
    height: 97px;
    left: 4px;
    top: 4px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.content-wrap section .box .links li a:hover {
    letter-spacing: .32em
}

.content-wrap section .box .links li a:hover::before {
    -webkit-transform: scale(.99);
    -moz-transform: scale(.99);
    -ms-transform: scale(.99);
    -o-transform: scale(.99);
    transform: scale(.99)
}

.content-wrap section .box .links li a.link1::before {
    background-position: -500px -160px
}

.content-wrap section .box .links li a.link2::before {
    background-position: -500px -301px
}

.content-wrap section .box .links li a span {
    width: 30px;
    height: 30px;
    position: relative;
    top: -9px;
    margin-right: 10px;
    background-position: -81px 0
}

.content-wrap section .box .links li a h2 {
    font-size: 30px;
    color: #fafafa
}

.content-wrap section .box .links li a p {
    font-size: 14px;
    color: #fff
}

.content-wrap section .box .links li a.link1 {
    background-position: 0 -160px
}

.content-wrap section .box .links li a.link2 {
    background-position: 0 -301px
}

.content-wrap section .box .tips {
    color: #959595;
    padding: 20px 0
}

.content-wrap section .box table {
    display: block;
    width: 100%;
    margin-top: 20px
}

.content-wrap section .box table td,
.content-wrap section .box table th {
    border: 1px solid #747474;
    padding: 10px 48px;
    color: #6e6e6e
}

.content-wrap section .box table th {
    background-color: #82a8ae;
    color: #fff;
    font-weight: 400
}

.content-wrap section .box table a,
.content-wrap section .box table tr td:first-child {
    color: #ac6e56
}

.content-wrap section .box table a:hover {
    text-decoration: underline
}

.content-wrap section .box h3 {
    font-weight: 700;
    color: #4e4e4e;
    padding-top: 20px;
    line-height: 1.6
}

.content-wrap section .box .row {
    position: relative;
    padding-left: 24px;
    margin: 20px 0;
    line-height: 1.6
}

.content-wrap section .box .row h4 {
    font-weight: 700;
    color: #ac6e56
}

.content-wrap section .box .row span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 15px;
    height: 15px;
    background-color: #ac6e56;
    color: #fff;
    text-align: center;
    line-height: 15px
}

@media screen and (max-width: 1024px) {
.header {height: 120px;background-size: 100%;margin-top: 50px;}
.content-wrap {width: 100%;}
.content-wrap section .box .links li:first-child{margin-bottom: 30px;}
.content-wrap section .box{ padding-left: 20px;}
.content-wrap section .box table td, .content-wrap section .box table th {padding: 10px;}
.section { height: auto; min-height: 100vh;}
.header .breads {left: auto;top: 90px;right: 10px;}
}