.page-tab-container { position: -webkit-sticky; position: sticky; top: 0; width: 100%; left: 0; top: 0; padding: 10px 0; background-color: #fff; z-index: 2; -webkit-transition: .4s; transition: .4s; }

.page-tab-container.sticky { position: fixed; box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05); }

.page-tab-container ul { list-style-type: none; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }

.page-tab-container ul li { position: relative; }

.page-tab-container ul li:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 1px; height: 14px; background-color: rgba(0, 0, 0, 0.1); }

.page-tab-container ul li:first-child a { padding-left: 0; }

.page-tab-container ul li:last-child a { padding-right: 0; }

.page-tab-container ul li:last-child:after { display: none; }

.page-tab-container ul li a { display: block; text-decoration: none; padding: 10px 15px; color: rgba(0, 0, 0, 0.4); -webkit-transition: .2s; transition: .2s; }

@media screen and (max-width: 340px) { .page-tab-container ul li a { padding: 10px; } }

.page-tab-container ul li a:hover { color: #000; }

.page-tab-container ul li.current a { font-weight: 500; color: #000; }

.page-tab-result-box { position: relative; overflow: hidden; width: 100%; }

.page-tab-result-box .page-tab-result-group { visibility: hidden; display: -webkit-box; display: flex; -webkit-box-align: start; align-items: flex-start; align-content: flex-start; -webkit-transition: .4s; transition: .4s; }

.page-tab-result-box .page-tab-result-group.active { visibility: visible; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container { position: relative; width: 100%; overflow: hidden; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group { position: relative; overflow: hidden; height: 600px; }

@media screen and (max-width: 1000px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group { height: 400px; } }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group { height: 600px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.fit { padding: 100px 0; height: auto; }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.fit { padding: 80px 0 0 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.case { height: 700px; }

@media screen and (max-width: 860px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.case { height: 800px; } }

@media screen and (max-width: 414px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.case .content-box .info .title, .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.case .content-box .info .intro { padding: 0 20px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.blue { color: #fff; background: linear-gradient(135deg, #0b396c 0%, #1886ff 100%); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:not(.fit) .content-box { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 100%; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(1) .content-box .demo-image { background-image: url(../img/product-1@3x.png?v=1.0.4); }

@media screen and (max-width: 460px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(1) .content-box .demo-image { width: 390px; height: 351px; } }

@media screen and (max-width: 400px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(1) .content-box .demo-image { width: 360px; height: 324px; } }

@media screen and (max-width: 370px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(1) .content-box .demo-image { width: 320px; height: 288px; } }

@media screen and (max-width: 320px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(1) .content-box .demo-image { width: 300px; height: 270px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(2) .content-box .demo-image { background-image: url(../img/product-2@3x.png?v=1.0.4); }

@media screen and (max-width: 500px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(2) .content-box .demo-image { width: 380px; height: 342px; } }

@media screen and (max-width: 414px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(2) .content-box .demo-image { width: 360px; height: 324px; } }

@media screen and (max-width: 380px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(2) .content-box .demo-image { width: 340px; height: 306px; } }

@media screen and (max-width: 360px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(2) .content-box .demo-image { width: 300px; height: 270px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(3) .content-box .demo-image { background-image: url(../img/product-3@3x.png?v=1.0.4); }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(3) .content-box .demo-image { left: -80px !important; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(4) .content-box .demo-image { background-image: url(../img/product-4@3x.png?v=1.0.4); }

@media screen and (max-width: 860px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(4) .content-box .demo-image { background-image: url(../img/product-4-mobile@3x.png?v=1.0.4); left: 20px; right: 0; top: auto; bottom: 0; } }

@media screen and (max-width: 860px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(4) .content-box .info { left: 0 !important; right: 0 !important; top: 60px; margin: auto; text-align: center; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(4) .content-box .info .showcase .case-overflow .case-list { -webkit-box-pack: center; justify-content: center; } }

@media screen and (max-width: 540px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(4) .content-box .info .showcase .case-overflow .case-list { -webkit-box-pack: left; justify-content: left; } }

@media screen and (max-width: 414px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group:nth-child(4) .content-box .info { left: 0 !important; top: 60px; margin: auto; text-align: left; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.left .content-box .info { left: auto; right: 20px; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group.left .content-box picture { left: 20px; right: auto; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info { position: absolute; left: 20px; z-index: 1; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .title { font-size: 42px; line-height: 48px; margin-bottom: 15px; }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .title { font-size: 28px; line-height: 34px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .intro { display: block; font-size: 16px; opacity: .5; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .intro { font-size: 12px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase { margin-top: 40px; }

@media screen and (max-width: 540px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow { height: 195px; overflow: hidden; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list { list-style-type: none; display: -webkit-box; display: flex; }

@media screen and (max-width: 540px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list { overflow-x: scroll; overflow-y: hidden; padding-bottom: 20px; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .bubble-tips { display: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item { padding-right: 8px; }

@media screen and (max-width: 540px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item:first-child { margin-left: 20px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item:last-child { padding-right: 0; }

@media screen and (max-width: 540px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item:last-child { padding-right: 20px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item .case-content { margin-bottom: 15px; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item .case-content .case-cover { display: block; width: 160px; height: 90px; background-color: rgba(255, 255, 255, 0.2); background-position: center; background-size: cover; background-repeat: no-repeat; margin-bottom: 10px; box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, 0.3); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item .case-content .case-title { width: 160px; font-size: 12px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: left; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item .case-content .case-desc { width: 160px; display: block; font-size: 12px; font-weight: 500; opacity: .4; text-align: left; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item a { position: relative; text-decoration: none; font-size: 12px; font-weight: 500; color: #fff; padding: 12px 40px 12px 15px; border: 1px solid rgba(255, 255, 255, 0.3); border-radius: 100px; display: table; -webkit-transition: .2s; transition: .2s; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item a:before { content: ""; position: absolute; top: 0; bottom: 0; right: 12px; margin: auto; width: 14px; height: 1px; background-color: #fff; -webkit-transition: .2s; transition: .2s; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item a:after { content: ""; position: absolute; top: 0; bottom: 0; right: 12px; margin: auto; width: 6px; height: 6px; border-right: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transition: .2s; transition: .2s; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item a:hover { background-color: rgba(255, 255, 255, 0.1); }

@media screen and (max-width: 540px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info .showcase .case-overflow .case-list .case-item a { background-color: rgba(255, 255, 255, 0.1); border: none; } }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info { left: 0 !important; right: 0 !important; top: 60px; margin: auto; text-align: center; } }

@media screen and (max-width: 414px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .info { left: 20px !important; top: 60px; margin: auto; text-align: left; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .demo-image { position: absolute; top: 0; bottom: 0; right: 20px; margin: auto; background-position: center; background-repeat: no-repeat; background-size: cover; width: 667px; height: 600px; }

@media screen and (max-width: 1000px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .demo-image { width: 444px; height: 400px; } }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .demo-image { top: auto; bottom: 0; left: 0 !important; right: 0 !important; } }

@media screen and (max-width: 414px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .demo-image { width: 100%; } }

@media screen and (max-width: 360px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.product .group .content-box .demo-image { height: 350px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group { position: relative; overflow: hidden; height: 600px; }

@media screen and (max-width: 1000px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group { height: 400px; } }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group { height: 600px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group.fit { padding: 100px 0; height: auto; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group.fit { padding: 80px 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group.blue { color: #fff; background: linear-gradient(135deg, #0b396c 0%, #1886ff 100%); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group:not(.fit) .content-box { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: center; align-items: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; width: 100%; height: 100%; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group:nth-child(1) .content-box .demo-image { background-image: url(../img/hardware-1@3x.png?v=1.0.4); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group:nth-child(2) .content-box .demo-image { background-image: url(../img/hardware-2@3x.png?v=1.0.4); }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group:nth-child(2) .content-box .demo-image { background-image: url(../img/hardware-2-mobile@3x.png?v=1.0.4); } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group:nth-child(3) .content-box .demo-image { background-image: url(../img/hardware-3@3x.png?v=1.0.4); }

@media screen and (max-width: 414px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group:nth-child(3) .content-box .demo-image { background-image: url(../img/hardware-3-mobile@3x.png?v=1.0.4); width: 100%; height: 60%; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group.left .content-box .info { left: auto; right: 20px; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group.left .content-box .demo-image { left: 20px; right: auto; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .info { position: absolute; left: 20px; z-index: 1; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .info .title { font-size: 42px; line-height: 48px; margin-bottom: 15px; }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .info .title { font-size: 28px; line-height: 34px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .info .intro { display: block; font-size: 16px; opacity: .5; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .info .intro { font-size: 12px; } }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .info { left: 0 !important; right: 0 !important; bottom: 80px; margin: auto; text-align: center; } }

@media screen and (max-width: 320px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .info { bottom: 110px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .demo-image { position: absolute; top: 0; bottom: 0; right: 20px; margin: auto; background-position: center; background-repeat: no-repeat; background-size: cover; width: 667px; height: 600px; }

@media screen and (max-width: 1000px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .demo-image { width: 444px; height: 400px; } }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .demo-image { top: 0; bottom: auto; left: 0 !important; right: 0 !important; } }

@media screen and (max-width: 414px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .demo-image { width: 400px; height: 360px; } }

@media screen and (max-width: 320px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .demo-image { width: 360px; height: 324px; left: -10px !important; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .headline { margin-bottom: 40px; }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .headline { text-align: center; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .headline .title { font-size: 42px; line-height: 48px; margin-bottom: 10px; }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .headline .title { font-size: 28px; line-height: 34px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .headline .desc { display: block; font-size: 16px; opacity: .5; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .headline .desc { font-size: 12px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list { display: -webkit-box; display: flex; -webkit-box-pack: justify; justify-content: space-between; -webkit-box-align: top; align-items: top; list-style-type: none; }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list { display: block; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item { position: relative; opacity: .5; padding: 20px 45px 0 45px; width: calc(100% / 3); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:before { content: ""; position: absolute; top: 0; left: 0; right: 0; margin: auto; width: calc(100% - 90px); height: 1px; background-color: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:before { width: 100%; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:first-child { padding-left: 0; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:first-child:before { right: auto; width: calc(100% - 45px); }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:first-child:before { width: 100%; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:last-child { padding-right: 0; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:last-child:before { left: auto; width: calc(100% - 45px); }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item:last-child:before { width: 100%; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item.current { opacity: 1; }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item { width: 100%; padding: 20px 0 0 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item .point-title { font-weight: 500; font-size: 32px; margin-bottom: 20px; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item .point-title { font-size: 26px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item .sub-list { position: relative; list-style-type: none; padding-bottom: 20px; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item .sub-list:after { content: ""; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; width: 100%; height: 1px; background-color: rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 760px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item .sub-list:after { display: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item .sub-list .sub-item { font-size: 14px; font-weight: 500; margin-bottom: 15px; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.hardware .group .content-box .main-list .main-item .sub-list .sub-item { font-size: 12px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter { padding: 64px 0 100px 0; }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter { padding: 20px 0 40px 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group { max-width: 890px; display: -webkit-box; display: flex; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group { max-width: 700px; } }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group { display: block; padding: 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title { position: relative; width: 120px; margin-right: 100px; font-size: 25px; font-weight: 500; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title { font-size: 18px; width: 80px; margin-right: 50px; } }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title { font-size: 14px; width: calc(100% - 60px); margin: 0 auto; font-weight: normal; line-height: 1; padding: 18px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); cursor: pointer; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title:before, .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 13px; height: 2px; background-color: #adadad; -webkit-transition: .2s; transition: .2s; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title.active { border-bottom: 1px solid transparent; -webkit-transition: 0s; transition: 0s; -webkit-transition-delay: 0s; transition-delay: 0s; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .title.active:after { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group:first-child .title { border-top: 1px solid rgba(0, 0, 0, 0.08); } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list { width: calc(100% - 220px); list-style-type: none; font-size: 16px; font-weight: 500; padding-bottom: 80px; margin-bottom: 80px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list { width: calc(100% - 130px); font-size: 14px; padding-bottom: 50px; margin-bottom: 50px; } }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list { display: none; width: 100%; padding: 0 40px; margin-bottom: 0; font-weight: normal; border-bottom: none; background-color: #f4f4f4; overflow: hidden; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item { display: -webkit-box; display: flex; }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item { display: block; margin-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item:first-child { padding-top: 20px; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item:last-child { border-bottom: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .option { width: 85px; margin-right: 50px; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .option { width: 80px; margin-right: 30px; } }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .option { display: block; opacity: .6; margin-bottom: 20px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .sub-list { list-style-type: none; width: calc(100% - 135px); }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .sub-list { width: calc(100% - 110px); } }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .sub-list { width: 100%; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .sub-list .sub-item { opacity: .5; margin-bottom: 30px; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .sub-list .sub-item { margin-bottom: 20px; } }

@media screen and (max-width: 490px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item .sub-list .sub-item { opacity: .3; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group .main-list .main-item:last-child .sub-list .sub-item:last-child { margin-bottom: 0; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.parameter .group:last-child .main-list { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility { padding: 20px 0 40px 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group { padding-top: 60px; max-width: 1040px; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group { padding: 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list { list-style-type: none; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item { position: relative; padding-left: 140px; padding-bottom: 30px; margin-bottom: 60px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item { padding-left: 100px; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item { padding-left: 0; margin-bottom: 0; padding-bottom: 0; border-bottom: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item:last-child { margin-bottom: 30px; border-bottom: none; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item:last-child { margin-bottom: 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-picture { position: absolute; top: 0; left: 0; width: 60px; height: 60px; background-position: center; background-repeat: no-repeat; background-size: cover; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-picture { display: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-picture.nikon { background-image: url(../img/nikon-logo@2x.jpg); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-picture.canon { background-image: url(../img/canon-logo@2x.jpg); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-picture.sony { background-image: url(../img/sony-logo@2x.jpg); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-logo-title { display: none; position: relative; font-size: 14px; font-weight: normal; line-height: 1; padding: 18px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-logo-title { display: block; width: calc(100% - 60px); margin: 0 auto; cursor: pointer; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-logo-title:before, .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-logo-title:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 13px; height: 2px; background-color: #adadad; -webkit-transition: .2s; transition: .2s; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-logo-title:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-logo-title.active { border-bottom: none; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-logo-title.active:after { -webkit-transform: rotate(0); transform: rotate(0); } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item:first-child .brand-logo-title { border-top: 1px solid rgba(0, 0, 0, 0.08); } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .header { list-style-type: none; display: -webkit-box; display: flex; -webkit-box-pack: left; justify-content: left; -webkit-box-align: center; align-items: center; font-size: 16px; font-weight: bold; margin-bottom: 20px; }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .header { font-size: 14px; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .header { display: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .header .header-item { width: calc(100% / 6); text-align: center; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list { list-style-type: none; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list { display: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item { display: -webkit-box; display: flex; -webkit-box-pack: left; justify-content: left; -webkit-box-align: center; align-items: center; padding: 22px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.05); color: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item { display: block; padding: 0; background-color: #f4f4f4; padding-right: 30px; border-bottom: none; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .device-title { display: none; position: relative; font-size: 14px; font-weight: normal; line-height: 1; padding: 15px 0; border-top: 1px solid rgba(0, 0, 0, 0.05); border-bottom: none; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .device-title { display: block; width: calc(100% - 50px); margin: 0 0 0 auto; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .device-title:before, .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .device-title:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 13px; height: 2px; background-color: #adadad; -webkit-transition: .2s; transition: .2s; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .device-title:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .device-title.active { border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .device-title.active:after { -webkit-transform: rotate(0); transform: rotate(0); } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item:first-child .device-title { border-top: none; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list { list-style-type: none; display: -webkit-box; display: flex; -webkit-box-pack: left; justify-content: left; -webkit-box-align: center; align-items: center; font-size: 16px; width: 100%; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list.active { display: -webkit-box !important; display: flex !important; }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list { font-size: 14px; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list { display: none; font-size: 12px; text-align: left; color: rgba(0, 0, 0, 0.3); width: calc(100% - 70px); margin: 0 0 0 auto; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list .info-item { width: calc(100% / 6); text-align: center; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list .info-item { word-wrap: break-word; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list .info-item { -webkit-box-align: center; align-items: center; position: relative; width: 100%; word-wrap: normal; text-align: right; font-weight: normal; line-height: 1; padding: 10px 0; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list .info-item:first-child { display: none; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list .info-item:last-child { padding-bottom: 20px; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list .info-item:last-child:before { -webkit-transform: translateY(-90%); transform: translateY(-90%); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .device-item .info-list .info-item:before { content: attr(data-title); position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); margin: auto; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list { list-style-type: none; padding: 30px 0; font-size: 16px; color: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list { font-size: 14px; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list { font-size: 12px; padding: 0 0 20px 0; background-color: #f4f4f4; color: rgba(0, 0, 0, 0.3); } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list .tips-title { display: block; margin-bottom: 5px; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list .tips-title { width: calc(100% - 50px); margin: 0 0 5px auto; padding-right: 30px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list .tips-item { margin-bottom: 5px; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list .tips-item:last-child { margin-bottom: 0; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .device-list .tips-list .tips-item { width: calc(100% - 50px); margin: 0 0 0 auto; padding-right: 30px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title { position: absolute; top: 0; left: 0; width: 60px; font-size: 28px; font-weight: bold; }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title { font-size: 26px; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title { position: relative; width: 100%; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title { width: calc(100% - 60px); margin: 0 auto; font-size: 14px; font-weight: normal; line-height: 1; padding: 18px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title:before, .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 13px; height: 2px; background-color: #adadad; -webkit-transition: .2s; transition: .2s; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title:after { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title.active { border-bottom: none; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .brand-title.active:after { -webkit-transform: rotate(0); transform: rotate(0); } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .other-list { list-style-type: none; font-size: 16px; color: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 960px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .other-list { font-size: 14px; } }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .other-list { display: none; font-size: 12px; font-weight: normal; color: rgba(0, 0, 0, 0.3); line-height: 1; padding: 0; background-color: #f4f4f4; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .other-list .other-item { position: relative; margin-bottom: 30px; padding-left: 20px; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .other-list .other-item:before { content: ""; position: absolute; left: 0; top: 10px; width: 6px; height: 6px; border-radius: 100%; background-color: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .other-list .other-item { width: calc(100% - 50px); padding: 20px 0 20px 0; margin: 0 0 0 auto; padding-right: 30px; margin-bottom: 0; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item .other-list .other-item:before { left: -10px; top: 24px; width: 4px; height: 4px; background-color: rgba(0, 0, 0, 0.3); } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item.sony .other-list { -webkit-transform: translateY(18px); transform: translateY(18px); margin-bottom: 60px; }

@media screen and (max-width: 720px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container.compatibility .group .brand-list .brand-item.sony .other-list { -webkit-transform: none; transform: none; margin-bottom: 0; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container { position: relative; display: -webkit-box; display: flex; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; width: 100%; height: 180px; background: -webkit-gradient(linear, left top, right top, from(#1886ff), color-stop(38%, #082648), color-stop(65%, #082648), to(#1886ff)); background: linear-gradient(to right, #1886ff 0%, #082648 38%, #082648 65%, #1886ff 100%); z-index: 0; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container { width: 100%; height: auto; border-top-left-radius: 20px; border-top-right-radius: 20px; padding: 50px 20px; margin-top: -20px; } }

@media screen and (max-width: 680px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container { display: block; padding: 100px 20px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .video-box { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; overflow: hidden; }

@media screen and (max-width: 768px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .video-box { border-top-left-radius: 20px; border-top-right-radius: 20px; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .video-box:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 135, 225, 0.7); }

.page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .video-box video { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .video-box .cover { display: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-position: center; background-repeat: no-repeat; background-size: cover; }

.page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .content-box { display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; }

@media screen and (max-width: 680px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .content-box { display: block; } }

.page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .content-box picture { display: block; background-image: url(../img/client-download-app-desktop@3x.png?v=1.0.4); background-position: center; background-repeat: no-repeat; background-size: cover; width: 267px; height: 79px; margin-right: 65px; }

@media screen and (max-width: 680px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .content-box picture { background-image: url(../img/client-download-app-mobile@3x.png?v=1.0.4); width: 197px; height: 190px; margin: 0 auto 30px auto; } }

@media screen and (max-width: 680px) { .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .content-box .link-button { display: block; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .content-box .link-button .button { margin: 0 auto 10px auto; }
  .page-tab-result-box .page-tab-result-group .page-tab-result-container .client-download-container .content-box .link-button .button:last-child { margin-bottom: 0; } }
