*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.middle-before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0px;
    vertical-align: middle;
}

.inner {
    display: inline-block;
    position: relative;
    width: 1120px;
    max-width: 100%;
    text-align: left;
    vertical-align: top;
}

html.noScroll {
    overflow: hidden;
}

.oneline {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
}

.clear {
    clear: both;
    float: left;
}

.inline-block {
    display: inline-block;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    -ms-text-justify: inter-ideograph;
}

.w-fix {
    display: inline-block;
    width: 100%;
    height: 0;
    vertical-align: middle;
}

.h-fix {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.container {
    text-align: center;
    margin: auto;
    position: relative;
}

header,
#content,
footer {
    width: 100%;
    float: left;
    clear: both;
}

header {
    height: 126px;
}

@media (max-width: 1199px) {
    header {
        height: 120px;
    }
}

@media (max-width: 1023px) {
    header {
        height: 90px;
    }
}

header .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 126px;
    padding: 0 30px;
    background: #fff;
    box-shadow: 0 3px 9px -4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1199px) {
    header .header {
        height: 120px;
    }
}

@media (max-width: 1023px) {
    header .header {
        height: 90px;
        line-height: 90px;
        padding: 0 20px;
    }
}

header .header .inner {
    text-align: right;
}

header .header .inner #logo {
    position: absolute;
    top: 43px;
    left: 0;
    width: 252px;
    height: 56px;
    background: url(../images/logo.png) no-repeat center center;
}

@media (max-width: 1199px) {
    header .header .inner #logo {
        top: 37px;
    }
}

@media (max-width: 1023px) {
    header .header .inner #logo {
        top: 23px;
        width: 196px;
        height: 44px;
        background: url(../images/logom.png) no-repeat center center;
        background-size: 100%;
    }
}

header .header .inner .lang {
    margin: -1px 0;
}

header .header .inner .lang a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #58585a;
    border-radius: 50%;
    background: #dfdfdf;
    margin-left: 11px;
    vertical-align: top;
}

header .header .inner .lang a:last-of-type {
    font-size: 14px;
}

header .header .inner .lang a.cur,
header .header .inner .lang a:hover {
    color: #fff;
    background: #f58220;
}

header .header .inner .nav {
    display: inline-block;
    line-height: 24px;
    margin-top: 32px;
    vertical-align: top;
}

header .header .inner .nav>div {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 1199px) {
    header .header .inner .nav {
        margin-top: 26px;
    }
}

@media (max-width: 1023px) {
    header .header .inner .nav {
        margin-top: 0;
        vertical-align: middle;
    }

    header .header .inner .nav .navBtn {
        display: inline-block;
        width: 20px;
        height: 40px;
        background: url(../images/icon-nav.png) no-repeat center center;
        background-size: 100% auto;
        margin-left: 20px;
        vertical-align: middle;
    }

    header .header .inner .nav .lang {
        display: none;
    }
}

header .header .inner .nav .tel {
    font-size: 15px;
    color: #58585a;
    padding-left: 28px;
    background: url(../images/icon-tel-d4de5e.png) no-repeat center left;
    background-size: 18px;
    margin-right: 25px;
}

header .header .inner .nav .tel a {
    font-size: 15px;
    color: #58585a;
}

@media (max-width: 1023px) {
    header .header .inner .nav .tel {
        display: none;
    }
}

header .header .inner .nav .search {
    padding-right: 27px;
    border-right: 1px solid #dfdfdf;
    margin-right: 16px;
}

header .header .inner .nav .search form {
    display: none;
    position: relative;
    margin: -7px 0;
    margin-right: 11px;
    vertical-align: top;
}

header .header .inner .nav .search form input {
    display: inline-block;
    width: 282px;
    height: 38px;
    line-height: 36px;
    font-size: 13px;
    border: 1px solid #dfdfdf;
    padding-left: 40px;
    padding-right: 10px;
}

header .header .inner .nav .search form button {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 40px;
    height: 36px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 13px;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search form {
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 1;
        width: calc(100% + 40px);
        padding: 12px 20px;
        background: #58585a;
        margin: 0;
    }

    header .header .inner .nav .search form input {
        width: 100%;
        padding-left: 20px;
        padding-right: 45px;
    }

    header .header .inner .nav .search form button {
        left: initial;
        top: 13px;
        right: 21px;
        width: 45px;
        background-size: 18px;
        opacity: 0.47;
    }
}

header .header .inner .nav .search .searchBtn {
    display: inline-block;
    width: 20px;
    height: 24px;
    background: url(../images/icon-search.png) no-repeat center center;
    background-size: 18px;
    cursor: pointer;
    vertical-align: top;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search .searchBtn {
        height: 40px;
    }
}

header .header .inner .nav .search.open form {
    display: inline-block;
}

header .header .inner .nav .search.open .searchBtn {
    background: url(../images/icon-close.png) no-repeat center center;
    background-size: 16px;
}

@media (max-width: 1023px) {
    header .header .inner .nav .search {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }
}

header .header .inner .menu {
    display: inline-block;
    margin: 0 -20px;
}

@media (max-width: 1199px) {
    header .header .inner .menu {
        margin: 0 -10px;
    }
}

@media (max-width: 1023px) {
    header .header .inner .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: -20px;
        z-index: 1;
        width: calc(100% + 40px);
        line-height: normal;
        padding: 10px 0;
        background: #58585a;
        margin: 0;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}

header .header .inner .menu .page {
    display: inline-block;
    position: relative;
    line-height: 30px;
    text-align: left;
    padding: 20px 0;
    margin: 0 20px;
    vertical-align: top;
}

@media (max-width: 1199px) {
    header .header .inner .menu .page {
        margin: 0 10px;
    }
}

header .header .inner .menu .page a {
    color: #58585a;
}

header .header .inner .menu .page a.cur {
    color: #f58220 !important;
}

header .header .inner .menu .page .main {
    font-size: 16px;
    font-weight: 600;
    vertical-align: top;
}

header .header .inner .menu .page .subpage {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
}

header .header .inner .menu .page .subpage .subInner {
    position: relative;
    left: -50%;
    padding: 12.5px 30px;
    border-top: 5px solid #f58220;
    background: #58585a;
}

header .header .inner .menu .page .subpage .subInner a {
    display: block;
    line-height: 26px;
    font-size: 15px;
    color: #fff;
    padding: 6px 0;
    white-space: nowrap;
}

@media (max-width: 1023px) {
    header .header .inner .menu .page .subpage .subInner a {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    header .header .inner .menu .page:hover .subpage {
        display: block;
    }

    header .header .inner .menu .page:hover .main,
    header .header .inner .menu .page a:hover {
        color: #f58220 !important;
    }
}

@media (max-width: 1023px) {
    header .header .inner .menu .page {
        width: 100%;
        padding: 7px 20px;
        border-bottom: 1px solid #6f6f6f;
        margin: 0;
    }

    header .header .inner .menu .page .main {
        color: #fff;
        font-size: 17px;
    }

    header .header .inner .menu .page.noLink:before {
        content: '';
        position: absolute;
        top: 21px;
        right: 20px;
        width: 12px;
        height: 2px;
        background: #fff;
    }

    header .header .inner .menu .page.noLink:after {
        content: '';
        position: absolute;
        top: 16px;
        right: 25px;
        width: 2px;
        height: 12px;
        background: #fff;
    }

    header .header .inner .menu .page.open.noLink:after {
        display: none;
    }

    header .header .inner .menu .page.open .subpage {
        display: block;
        position: static;
        width: 100%;
    }

    header .header .inner .menu .page.open .subpage .subInner {
        position: static;
        padding: 0 20px;
        border: 0;
    }
}

header .header .inner .menu .mobile {
    display: none;
    margin-top: 25px;
}

@media (max-width: 1023px) {
    header .header .inner .menu .mobile {
        display: block;
        text-align: left;
        padding: 0 20px;
    }

    header .header .inner .menu .mobile * {
        color: #fff;
    }

    header .header .inner .menu .mobile .tel {
        line-height: 25px;
        font-size: 15px;
        font-weight: 600;
        padding-left: 30px;
        background: url(../images/icon-tel-fff.png) no-repeat center left;
        background-size: 18px;
        margin-bottom: 28px;
    }

    header .header .inner .menu .mobile .tel a {
        font-size: 15px;
        font-weight: 600;
    }

    header .header .inner .menu .mobile .lang {
        margin: 0;
        margin-left: -11px;
        margin-bottom: 25px;
    }

    header .header .inner .menu .mobile .lang a {
        color: #58585a;
    }

    header .header .inner .menu .mobile .lang a.cur {
        color: #fff;
    }
}

@media (max-width: 1023px) {
    header.navOpen .header .inner .menu {
        display: block;
    }
}

#content {
    min-height: 500px;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner .title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .title h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
}

@media (max-width: 550px) {
    .banner {
        position: relative;
        height: 135px;
        overflow: hidden;
    }

    .banner img {
        width: auto;
        height: 100%;
        margin: 0 -100%;
    }
}

.path {
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 0 20px;
}

.path span {
    vertical-align: top;
}

.path a {
    font-size: 15px;
    vertical-align: top;
}

.path a.current {
    color: #f58220;
}

@media (max-width: 767px) {
    .path a {
        font-size: 13px;
    }
}

.path .arrow {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../fonts/arrow-path-000.svg) no-repeat center center;
    vertical-align: top;
}

.editorOnly {
    padding: 60px 20px;
    padding-top: 0px;
}

footer .map {
    padding: 55px 20px;
    background: #58585a;
}

footer .map .inner>div {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}

@media (max-width: 1023px) {
    footer .map .inner>div {
        width: 50%;
        vertical-align: top;
    }
}

@media (max-width: 450px) {
    footer .map .inner>div {
        width: 100%;
    }
}

footer .map .inner>div * {
    color: #fff;
}

footer .map .inner>div a:hover {
    color: #f58220;
}

footer .map .inner>div a:not([href]):hover {
    color: #fff;
}

footer .map .inner>div .main,
footer .map .inner>div p {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}

@media (max-width: 1023px) {

    footer .map .inner>div .main,
    footer .map .inner>div p {
        font-size: 17px;
    }
}

footer .map .inner>div .subpage {
    line-height: 24px;
}

@media (max-width: 1023px) {
    footer .map .inner>div .subpage {
        margin-bottom: 35px;
    }
}

footer .map .inner>div .subpage a {
    display: block;
    font-size: 15px;
}

@media (max-width: 1023px) {
    footer .map .inner>div .subpage a {
        font-size: 16px;
    }
}

footer .map .inner>div .subpage a:hover {
    color: #f58220;
}

footer .map .inner .follow .media {
    margin: -5px;
}

footer .map .inner .follow a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 5px;
    overflow: hidden;
    vertical-align: top;
}

footer .map .inner .follow a img {
    width: 100%;
    height: 100%;
}

footer .bottom {
    line-height: 12px;
    padding: 19px 20px;
    background: #000;
}

footer .bottom a:hover {
    color: #f58220;
}

@media (max-width: 1023px) {
    footer .bottom {
        padding: 35px 20px;
    }
}

@media (max-width: 1023px) {
    footer .bottom .inner {
        text-align: center;
    }
}

footer .bottom .inner * {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

footer .bottom .inner .link {
    width: calc(100% - 280px);
}

footer .bottom .inner .link a:not(:last-of-type) {
    padding-right: 12px;
    border-right: 2px solid #fff;
    margin-right: 12px;
}

@media (max-width: 1023px) {
    footer .bottom .inner .link {
        width: 100%;
    }

    footer .bottom .inner .link a:nth-of-type(3) {
        padding-right: 0;
        margin-right: 0;
        border: 0;
    }

    footer .bottom .inner .link span {
        display: block;
        height: 23px;
    }
}

footer .bottom .inner .copyright {
    width: 280px;
    text-align: right;
}

@media (max-width: 1023px) {
    footer .bottom .inner .copyright {
        width: 100%;
        text-align: center;
        margin-top: 39px;
    }
}

.backTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: url(../fonts/arrow-f58220.svg) no-repeat center center, #fff;
    background-size: auto 24px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.33);
    cursor: pointer;
    transform: rotate(-90deg);
}

.solutions {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 130px;
}

.solutions .all {
    text-align: left;
    margin: -30px -20px;
}

.solutions .all a {
    display: inline-block;
    width: calc((100% - 1px) / 3);
    padding: 30px 20px;
    vertical-align: top;
    text-align: center;
}

@media (max-width: 1023px) {
    .solutions .all a {
        width: 50%;
    }
}

.solutions .all a>span {
    display: inline-block;
    width: 100%;
}

.solutions .all a>span img {
    width: 100%;
    height: auto;
}

.solutions .all a>span img+.title {
    margin-top: 20px;
}

.solutions .all a>span .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #f58220;
}

.solutions .all a>span .intro {
    display: block;
    line-height: 28px;
    font-size: 15px;
    margin-top: 10px;
}

a.back {
    display: inline-block;
    width: 92px;
    line-height: 32px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 16px;
    background: #f58220;
    margin-top: 30px;
}

a.back:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -1px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    margin-right: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.detail {
    padding: 0 20px;
    margin-top: 20px;
    margin-bottom: 70px;
}

.detail .gallery {
    float: right;
    width: 482px;
    max-width: 100%;
    margin-left: 50px;
}

@media (max-width: 1023px) {
    .detail .gallery {
        float: none;
        margin-bottom: 40px;
        margin-left: 0;
    }
}

.detail .gallery .gallery-main {
    border: 1px solid #d5d5d5;
}

.detail .gallery .gallery-main img {
    width: 100%;
    height: 300px;
    display: block;
    max-width: 100%;
    object-fit: cover;
}

.detail .gallery .gallery-main .item {
    cursor: pointer;
}

.detail .gallery .gallery-thumbs {
    margin-top: 22px;
}

.detail .gallery .gallery-thumbs .item {
    padding-left: 1px;
    padding-right: 1px;
}

.detail .gallery .gallery-thumbs .image {
    border: 1px solid #d5d5d5;
    cursor: pointer;
}

.detail .gallery .gallery-thumbs .current .image {
    border: 1px solid #f58220;
}

.detail .gallery .gallery-thumbs img {
    width: 100%;
    height: 80px;
    display: block;
    object-fit: cover;
    max-width: 100%;
}

.detail .gallery .gallery-thumbs .owl-carousel {
    padding-left: 42px;
    padding-right: 42px;
}

.detail .gallery .gallery-thumbs .owl-nav {
    height: 0;
}

.detail .gallery .gallery-thumbs .owl-prev span,
.detail .gallery .gallery-thumbs .owl-next span {
    position: absolute;
    top: 0px;
    background: none;
    background-image: url('../images/arrow-path-000.svg');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.detail .gallery .gallery-thumbs .owl-prev.disabled,
.detail .gallery .gallery-thumbs .owl-next.disabled {
    opacity: 0.6;
}

.detail .gallery .gallery-thumbs .owl-prev span {
    left: 13px;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

.detail .gallery .gallery-thumbs .owl-next span {
    right: 13px;
}

.detail hr.split {
    margin: 35px 0;
}

.detail .models .model {
    padding-bottom: 20px;
}

.detail .models .model img {
    margin-top: 55px;
}

.detail .models .model img+.info {
    display: inline-block;
    width: calc(100% - 336px);
    padding-top: 15px;
    padding-left: 20px;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .detail .models .model img+.info {
        width: 100%;
        padding-left: 0;
    }
}

.detail .models .model .info .name {
    font-size: 18px;
    font-weight: 600;
    color: #f58220;
    margin-bottom: 10px;
}

.detail .allTag {
    min-height: 250px;
    margin-top: 33px;
    overflow-x: hidden;
}

.detail .allTag .tags {
    position: relative;
    border-bottom: 2px solid #f58220;
    margin: 0 -2.5px;
    margin-bottom: 40px;
}

@media (max-width: 1023px) {
    .detail .allTag .tags {
        border: 0;
    }
}

@media (max-width: 1023px) {
    .detail .allTag .tags .tag.cur {
        display: none;
    }
}

.detail .allTag .tags .tag,
.detail .allTag .tags .selected {
    display: inline-block;
    min-height: 46px;
    padding: 0 2.5px;
    cursor: pointer;
    vertical-align: bottom;
}

@media (max-width: 1023px) {

    .detail .allTag .tags .tag,
    .detail .allTag .tags .selected {
        width: 100% !important;
    }
}

.detail .allTag .tags .tag>span,
.detail .allTag .tags .selected>span {
    display: inline-block;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #58585a;
    padding: 8px;
    background: #f0f0f0;
    vertical-align: bottom;
}

@media (min-width: 1024px) {

    .detail .allTag .tags .tag.cur>span,
    .detail .allTag .tags .selected.cur>span {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        padding: 10px 8px;
        background: #f58220;
    }
}

@media (min-width: 1200px) {

    .detail .allTag .tags .tag:hover>span,
    .detail .allTag .tags .selected:hover>span {
        font-size: 17px;
        font-weight: 700;
        color: #fff;
        padding: 10px 8px;
        background: #f58220;
    }
}

.detail .allTag .tags .tag:nth-of-type(6),
.detail .allTag .tags .tag:nth-of-type(6)~.tag {
    margin-top: 5px;
}

.detail .allTag .tags .selected {
    display: none;
}

.detail .allTag .tags .selected>span {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    padding: 10px 50px;
    background: #f58220;
}

.detail .allTag .tags .selected>span:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../fonts/arrow-fff.svg) no-repeat center center;
    background-size: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1023px) {
    .detail .allTag .tags .selected {
        display: block;
    }
}

@media (max-width: 1023px) {
    .detail .allTag .tags .select {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        width: 100%;
    }

    .detail .allTag .tags.open .select {
        display: block;
    }
}

.detail .allTag .contents .content {
    overflow: hidden;
    display: none;
}

.detail .allTag .contents .content.cur {
    display: block;
}

.detail .allTag .contents .content .mainContent {
    margin-bottom: 15px;
}

.detail .allTag .contents .content>div+div {
    margin-top: 30px;
}

.detail .allTag .contents .content .videos {
    margin-top: -15px;
}

.detail .allTag .contents .content .videos .video {
    padding: 15px 0;
}

.detail .allTag .contents .content .videos .video .playBtn {
    display: inline-block;
    position: relative;
    width: 380px;
    max-width: 100%;
    cursor: pointer;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .detail .allTag .contents .content .videos .video .playBtn {
        max-width: 50%;
    }
}

@media (max-width: 450px) {
    .detail .allTag .contents .content .videos .video .playBtn {
        max-width: 100%;
    }
}

.detail .allTag .contents .content .videos .video .playBtn img {
    width: 100%;
    height: auto;
}

.detail .allTag .contents .content .videos .video .playBtn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../fonts/icon-play-fff.svg) no-repeat center center, #000;
    opacity: 0.5;
}

/*953795e33e25c16a067bcfa2a5842f5b*/
@media (min-width: 1200px) {
    .detail .allTag .contents .content .videos .video .playBtn:hover:after {
        display: none;
    }
}

.detail .allTag .contents .content .videos .video .playBtn+.info {
    display: inline-block;
    width: calc(100% - 380px);
    padding-left: 40px;
    margin-top: 0;
    vertical-align: middle;
}

@media (max-width: 1023px) {
    .detail .allTag .contents .content .videos .video .playBtn+.info {
        width: 50%;
        padding-left: 29px;
        margin-top: 0px;
    }
}

@media (max-width: 450px) {
    .detail .allTag .contents .content .videos .video .playBtn+.info {
        width: 100%;
        padding-left: 0px;
        margin-top: 20px;
    }
}

.detail .allTag .contents .content .videos .video .info .name {
    font-size: 20px;
    font-weight: 700;
    color: #f58220;
    margin-bottom: 25px;
}

.detail .allTag .contents .content .dwonload {
    margin-top: -15px;
}

.detail .allTag .contents .content .dwonload .list {
    padding: 15px 0;
}

.detail .allTag .contents .content .dwonload .list .heading {
    font-size: 20px;
    font-weight: 700;
    color: #f58220;
    margin-bottom: 10px;
}

.detail .allTag .contents .content .dwonload .list .files a {
    display: inline-block;
    width: 100%;
    line-height: 27px;
    font-size: 17px;
    color: #893f00;
    padding: 16px 0;
    padding-left: 60px;
    border-bottom: 1px solid #b9b9b9;
    background: url(../images/icon-dl.png) no-repeat left 1px bottom 18px;
    background-size: 22px;
    vertical-align: top;
}

.detail .allTag .contents .content .related {
    margin: -20px -5px;
    margin-bottom: 10px;
}

.detail .allTag .contents .content .related a {
    display: inline-block;
    width: 50%;
    padding: 20px 5px;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .detail .allTag .contents .content .related a {
        width: 100%;
    }
}

.detail .allTag .contents .content .related a>span img {
    width: 200px;
    height: auto;
}

@media (max-width: 450px) {
    .detail .allTag .contents .content .related a>span img {
        width: 100%;
    }
}

.detail .allTag .contents .content .related a>span img+.info {
    display: inline-block;
    width: calc(100% - 200px);
    padding-left: 20px;
    margin-top: 5px;
    vertical-align: top;
}

@media (max-width: 1023px) {
    .detail .allTag .contents .content .related a>span img+.info {
        padding-left: 29px;
        margin-top: 0px;
    }
}

@media (max-width: 450px) {
    .detail .allTag .contents .content .related a>span img+.info {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.detail .allTag .contents .content .related a>span .info {
    line-height: 32px;
}

.detail .allTag .contents .content .related a>span .info span {
    display: block;
    font-size: 15px;
}

.detail .allTag .contents .content .related a>span .info .name {
    font-size: 17px;
    font-weight: 700;
}

.detail .allTag .contents .content .related a>span .info .more {
    color: #f58220;
}

.detail .allTag .contents .content .related a>span .info .more:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 32px;
    background: url(../images/arrow-f58220.svg) no-repeat center center;
    margin-left: 5px;
    vertical-align: top;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.85);
    overflow-y: scroll;
}

.popup.galleryPopup:not(.loaded) {
    display: block;
    top: -100%;
    left: -100%;
}

.popup .inner {
    text-align: center;
    margin: 43px 0;
}

.popup .inner .close {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../fonts/arrow-fff.svg) no-repeat center right -7px;
    background-size: 32px 27px;
    opacity: 0.5;
}

.popup .inner .gallery .prev:not(.disable),
.popup .inner .gallery .next:not(.disable) {
    cursor: pointer;
    opacity: 1;
}

.popup .inner .gallery .prev {
    left: 0;
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.popup .inner .gallery .next {
    right: 0;
}

.popup .inner .gallery .slide {
    display: inline-block;
    width: calc(100% - 160px);
    margin: 0 80px;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.popup .inner .gallery .slide .slider {
    display: inline-block;
    vertical-align: top;
}

.popup .inner .gallery .slide .thumb {
    white-space: normal;
}

.popup .inner .gallery .slide .thumb img {
    width: 100%;
    height: auto;
}

.popup .inner .gallery .slide .thumb .title {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    margin: 20px 0;
}

@media (max-width: 1023px) {

    .popup .inner .gallery .prev,
    .popup .inner .gallery .next {
        width: 40px;
        padding-bottom: calc((100% - 80px) * 640/960);
    }

    .popup .inner .gallery .slide {
        width: calc(100% - 80px);
        margin: 0 40px;
    }
}

.popup .inner .youtube {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

.popup .inner .youtube .youtubeInner {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.popup .inner .youtube .youtubeInner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}