@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900&display=swap");
/*google font
https://fonts.google.com/specimen/Nunito+Sans?selection.family=Nunito+Sans:300,400,600,700,800,900
*/

/*css reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  max-width: 100%;
  height: auto;
}

/*all*/
html body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #1c1c1e;
  letter-spacing: 0.02em;
}
h1 {
  font-weight: 700;
  color: #1c1c1e;
  font-size: 36px;
  text-align: left;
  line-height: 40px;
}
h2 {
  font-weight: 700;
  color: #4a4a4a;
  font-size: 24px;
  line-height: 24px;
}
h3 {
  color: #4a4a4a;
  font-size: 18px;
  line-height: 26px;
}
h4 {
  font-weight: 700;
  color: #00cda1;
  font-size: 18px;
  line-height: 40px;
}
h5 {
  color: #cccccc;
  font-size: 15px;
}
a {
  color: #1c1c1e;
  font-size: 16px;
  display: block;
}
p {
  color: #1c1c1e;
  font-size: 14px;
  line-height: 18px;
}
.clearfix {
  clear: both;
}
@media (max-width: 900px) {
  h1 {
    font-size: 32px;
  }
  h3 {
    font-size: 16px;
    line-height: 22px;
  }
}


/*header*/
.header {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  color: #1c1c1e;
  letter-spacing: 0.02em;
  width: 100%;
  background: white;
  border-bottom: #f2f2f2 solid 2px;
}

.header a,
.header_mobile a {
  color: #1c1c1e;
  font-size: 16px;
  display: block;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.header img,
.header_mobile img {
  max-height: 54px;
}

.header {
  height: 54px;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
  top: 0px;
}

.header_logo {
  float: left;
  margin-left: 0;
}

.header_menu {
  float: right;
}

.header_menu li {
  float: left;
}

.header_menu a {
  margin-left: 30px;
  margin-right: 10px;
  transition: 0.25s;
}

.header_menu a:hover {
  color: #00ffc8;
}

.header-drop-down-menu {
  float: left;
  width: 230px;
  background: white;
  border-radius: 15px;
  display: none;
  z-index: 100;
  padding: 16px 5px;
  position: absolute;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header_menu_products {
  right: 191px;
}

.header_menu_about {
  width: 180px;
  right: 36px;
}

.header_menu_section {
  height: 38px;
  margin: 8px 0;
}

.header_menu_section img {
  width: 38px;
  float: left;
  margin: 0 20px;
}

.header_menu_section a {
  line-height: 38px;
  color: #1c1c1e;
  width: 170px;
}

/*次選單選取時,上層按鈕還是亮著 */
.header_menu li:hover > a {
  color: #00cca0;
}

.header-drop-down-menu li a:hover {
  color: gray;
  opacity: 70%;
}

.header_menu li:hover .header-drop-down-menu {
  display: block;
}

/* Header Contact Us*/
.contact_btn a {
  color: #1c1c1e;
  transition: 0.25s;
  padding: 0 15px;
  border-radius: 50px;
  margin: 4px 5px 4px 15px;
  height: 46px;
  line-height: 46px;
}

.contact_btn a:hover {
  background: #f1f1f1;
  color:#1c1c1e;
  transition: 0.5s;
}

/* Header Mobile */
.header_menu_btn {
  position: absolute;
  right: 0;
  display: none;
  padding: 0;
  border: none;
  background: none;
}

.header_mobile {
  height: 100vh;
  background: black;
  color: white;
  z-index: 1000;
  box-sizing: border-box;
  padding-top: 20px;
  position: fixed;
  top: 54px;
  right: 0;
  left: 0;
  display: none;
}

.header_mobile a {
  height: 44px;
  line-height: 44px;
  padding-left: 50px;
  color: white;
}

.header_mobile a:hover {
  color: #00ffc8;
}

.header_mobile a:active {
  color: #00ffc8;
}

.header_mobile_products a {
  height: 38px;
  line-height: 38px;
  margin-left: 34px;
}

.header_mobile_contactus a {
  color: #00cca0;
}

@media (max-width: 604px) {
  .header_menu {
    display: none;
  }
  .header_menu_btn {
    display: block;
  }
}

/*docscan*/
.content_product_docscan {
  margin: 54px auto 0 auto;
}
.hero_title {
  max-width: 660px;
  margin: 170px auto 70px auto;
  padding: 0 30px;
}
.hero_title h1 {
  font-size: 48px;
  text-align: center;
  color: #000000;
  margin: 160px auto 14px auto;
  line-height: 60px;
  font-weight: 800;
}
.hero_title h2 {
  font-size: 23px;
  text-align: center;
  color: #393939;
  line-height: 34px;
  word-spacing: 1.2px;
}
.main {
  margin: 54px auto 0 auto;
  max-width: 1200px;
  height: 600px;
}
.main_pic {
  margin-top: 40px;
  float: left;
  max-width: 700px;
  margin-right: 40px;
}
/*Main Pic 動畫 - 上下漂浮*/
.main_pic {
  -webkit-animation: baloon_1 3s infinite;
  -moz-animation: baloon_1 3s infinite;
  -ms-animation: baloon_1 3s infinite;
  -o-animation: baloon_1 3s infinite;
  animation: baloon_1 3s infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  -ms-animation-direction: alternate;
  -o-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes baloon_1{
0% { transform:translateY(10px);}
50% {transform:translateY(25px);}
100% {transform:translateY(10px);}
}

@-moz-keyframes baloon_1{
0% { transform:translateY(10px);}
50% {transform:translateY(25px);}
100% {transform:translateY(10px);}
}

@-ms-keyframes baloon_1{
0% { transform:translateY(10px);}
50% {transform:translateY(25px);}
100% {transform:translateY(10px);}
}

@-o-keyframes baloon_1{
0% { transform:translateY(10px);}
50% {transform:translateY(25px);}
100% {transform:translateY(10px);}
}

@keyframes baloon_1{
0% { transform:translateY(10px);}
50% {transform:translateY(25px);}
100% {transform:translateY(10px);}
}
/*動畫*/
.main_text {
  width: 290px;
  float: left;
  margin-top: 120px;
}
.main_text h1,
.main_text h3 {
  text-align: center;
  margin-bottom: 10px;
}
.main_text h3 {
  margin-bottom: 20px;
}
.main_text img {
  display: table-cell;
  margin: 0 auto 21px auto;
}

@media (max-width: 1200px) {
  .main {
    height: 620px;
    max-width: 1024px;
  }
  .main_pic {
    margin-top: 60px;
    max-width: 623px;
    margin-right: 0px;
  }
  .main_text {
    margin-top: 120px;
    margin-left: 30px;
  }
}

@media (max-width: 960px) {
  .main {
    height: auto;
  }
  .main_pic {
    width: 100%;
    float: none;
    margin: 60px auto;
  }
  .main_pic img {
    display: table-cell;
    margin: 0 auto;
  }
  .main_text {
    float: none;
    margin: 0 auto 100px auto;
  }
}
/*docscan style_a*/
.style_a {
  height: 620px;
  background: #fafafa;
  border-top: #f2f2f2 solid 2px;
  border-bottom: #f2f2f2 solid 2px;
}
.style_a_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_text {
  max-width: 400px;
  float: left;
  margin-top: 190px;
  padding-left: 56px;
}
.style_a_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}

/*DocScan features - 按鈕*/
.docscan_features {
  height: 764px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.docscan_features_btn {
  max-width: 263px;
  /* float: left; */
  margin-left: 50px;
  margin-top: 50px;
}
.docscan_features_btn label {
  display: block;
  margin: 30px 0;
  width: 263px;
  height: 73px;
}
.docscan_features_btn label h5 {
  font-size: 19px;
  color: #333333;
  padding-left: 108px;
  line-height: 32px;
  font-weight: 700;
}

.docscan_features_btn label:hover h5,.docscan_features_btn label:hover p{
  transition: 0.4s;
  color: #00cca0;
}

.docscan_features_btn p {
  font-size: 14px;
  color: #8D8D8D;
  padding-left: 108px;
}

.docscan_features_scan {
  transition: 0.3s;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url('../pic/docscan/docscan_icon_scan_off.png');
  background-size: 73px 73px;
}
.docscan_features_edit {
  transition: 0.3s;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url('../pic/docscan/docscan_icon_edit_off.png');
  background-size: 73px 73px;
}
.docscan_features_convert {
  transition: 0.3s;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../pic/docscan/docscan_icon_convert_off.png);
  background-size: 73px 73px;
}
.docscan_features_ocr {
  transition: 0.3s;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../pic/docscan/docscan_icon_ocr_off.png);
  background-size: 73px 73px;
}
.docscan_features_share {
  transition: 0.3s;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../pic/docscan/docscan_icon_share_off.png);
  background-size: 73px 73px;
}
.docscan_features_collage {
  transition: 0.3s;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../pic/docscan/docscan_icon_collage_off.png);
  background-size: 73px 73px;
}
.docscan_features_cloudbackup {
  transition: 0.3s;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../pic/docscan/docscan_icon_cloudbackup_off.png);
  background-size: 73px 73px;
}


/*Hover*/
.docscan_features_scan:hover {
  cursor: pointer;
  background-image: url(../pic/docscan/docscan_icon_scan_on.png);
}

.docscan_features_edit:hover{
  cursor: pointer;
  background-image: url(../pic/docscan/docscan_icon_edit_on.png);
}
.docscan_features_convert:hover{
  cursor: pointer;
  background-image: url(../pic/docscan/docscan_icon_convert_on.png);
}
.docscan_features_ocr:hover{
  cursor: pointer;
  background-image: url(../pic/docscan/docscan_icon_ocr_on.png);
}
.docscan_features_share:hover{
  cursor: pointer;
  background-image: url(../pic/docscan/docscan_icon_share_on.png);
}
.docscan_features_collage:hover{
  cursor: pointer;
  background-image: url(../pic/docscan/docscan_icon_collage_on.png);
}
.docscan_features_cloudbackup:hover{
  cursor: pointer;
  background-image: url(../pic/docscan/docscan_icon_cloudbackup_on.png);
}


/*DocScan features - 右側圖片*/
.docscan_features_pic {
  /* float: right; */
  /* visibility: hidden; */
  flex: auto;
  position: relative;
  /* overflow: hidden; */
}

.sticky_box{
  position: sticky;
  top: 0;
  left: 0;
}

.sticky_box > div{
  width: 100%;
  position: relative;
  display: none;
  /* visibility: hidden; */
}
.docscan_features_pic video {
  width: 260px;
  z-index: 1;
  position: absolute;
  top: 255px;
  left: 88px;
  border-radius: 36px;
}
.docscan_features_pic img {
  width: 880px;
  /* max-width: 880px; */
  /* position: absolute;
  top: 0;
  left: 0; */
  /* width: 880px;
  height: 866px;
  position: absolute;
  top: 990px;
  left: 408px;
  object-fit: cover; */
}
.docscan_features_pic_cloudbackup img {
  width: 1280px;
  max-width: 1280px;
  height: 866px;
  /* position: absolute;
  top: 990px;
  left: 408px; */
  object-fit: cover;
  object-position: left;
}



/*RWD*/
/* @media (max-width: 960px) {
  .docscan_features_pic video {
    top: 1444px;
  }
  .docscan_features_pic img {
    top: 1190px;
    object-position: left;
  }
} */
/* @media (max-width: 900px) {
  .docscan_features_pic video {
    left: 445px;
  }
  .docscan_features_pic img {
    left: 358px;
  }
}

@media (max-width: 760px) {
  .docscan_features_pic video {
    left: 395px;
    top: 1484px;
  }
  .docscan_features_pic img {
    left: 308px;
    top: 1230px;
  }
} */

@media (max-width: 640px) {
  .docscan_features {
    height: 1256px;
  }

  .docscan_features_btn {
    max-width: 124px;
    margin-left: 40px;
  }
  .docscan_features_btn label {
    margin: 10px 0 105px 0;
    width: 124px;
  }
  .docscan_features_btn label h5 {
    font-size: 16px;
    padding-left: 0px;
    padding-top: 75px;
    text-align: center;
  }
  .docscan_features_btn p {
    font-size: 13px;
    padding-left: 0px;
    padding-top: 0px;
    text-align: center;
  }
  /* .docscan_features_pic video {
    left: 250px;
    top: 1514px;
  }
  .docscan_features_pic img {
    left: 163px;
    top: 1260px;
  } */


  .docscan_features_scan {
    background-position: center;
  }
  .docscan_features_edit {
    background-position: center;
  }
  .docscan_features_convert {
    background-position: center;
  }
  .docscan_features_ocr {
    background-position: center;
  }
  .docscan_features_share {
    background-position: center;
  }
  .docscan_features_collage {
    background-position: center;
  }
  .docscan_features_cloudbackup {
    background-position: center;
  }
}

@media (max-width: 560px){
  .docscan_features_pic img {
    width: 616px;
    height: 606px;
    /* left: 153px; */
  }
  .docscan_features_pic video {
    width: 182px;
    top: 178px;
    left: 61.5px;
    border-radius: 25px;
  }
}
@media (max-width: 440px){
  .docscan_features_btn label {
    width: 118px;
  }
  .docscan_features_btn {
    margin-left: 19px;
  }
  /* .docscan_features_pic img {
    left: 130px;
  }
  .docscan_features_pic video {
    left: 192px;
  } */

}




/* @media (min-width: 1340px) {
  .docscan_features_pic video {
    left: 645px;
  }
  .docscan_features_pic img {
    left: 558px;
  }
} */

/* @media (min-width: 1540px) {
  .docscan_features_pic video {
    left: 695px;
  }
  .docscan_features_pic img {
    left: 608px;
  }
} */

/* @media (min-width: 1740px) {
  .docscan_features_pic video {
    left: 765px;
  }
  .docscan_features_pic img {
    left: 678px;
  }
}

@media (min-width: 1740px) {
  .docscan_features_pic video {
    left: 765px;
  }
  .docscan_features_pic img {
    left: 678px;
  }
} */






input[name="z"] {
  position: absolute;
  visibility: hidden;
}

#z1:checked ~ .docscan_features_pic_scan {
  /* visibility: visible; */
  display: block;
}
#z2:checked ~ .docscan_features_pic_edit {
  /* visibility: visible; */
  display: block;
}
#z3:checked ~ .docscan_features_pic_convert {
  /* visibility: visible; */
  display: block;
}
#z4:checked ~ .docscan_features_pic_ocr {
  /* visibility: visible; */
  display: block;
}
#z5:checked ~ .docscan_features_pic_share {
  /* visibility: visible; */
  display: block;
}
#z6:checked ~ .docscan_features_pic_collage {
  /* visibility: visible; */
  display: block;
}
#z7:checked ~ .docscan_features_pic_cloudbackup {
  /* visibility: visible; */
  display: block;
}

/* #z2:checked ~ .docscan_features_pic_scan {
  visibility: hidden;
}
#z3:checked ~ .docscan_features_pic_scan {
  visibility: hidden;
}
#z4:checked ~ .docscan_features_pic_scan {
  visibility: hidden;
}
#z5:checked ~ .docscan_features_pic_scan {
  visibility: hidden;
}
#z6:checked ~ .docscan_features_pic_scan {
  visibility: hidden;
}
#z7:checked ~ .docscan_features_pic_scan {
  visibility: hidden;
} */

/*DocScan feature icons*/
.docscan_features_icons_wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1008px;
  margin: 120px auto 80px auto;
  justify-content: center;
}

.docscan_features_icon {
  width: 134px;
  height: 134px;
  border: 2px solid #F5F5F5;
  border-radius: 16px;
  margin: 14px 15px;
}
.docscan_features_icon img {
  width: 74px;
  margin: 15px auto 8px auto;
  display: block;
}
.docscan_features_icon p {
  font-size: 14px;
  text-align: center;
}

@media (max-width: 530px) {
  .docscan_features_icons_wrap {
    margin: 40px auto;
  }
  .docscan_features_icon {
    margin: 11px 11px;
    width: 110px;
    height: 110px;
  }
  .docscan_features_icon p {
    font-size: 13px;
  }
  .docscan_features_icon img {
    margin: 8px auto 0px auto;
  }
}
@media (max-width: 440px) {
  .docscan_features_icon {
    margin: 8px 8px;
  }
  .docscan_features_icon p {
    font-size: 12px;
  }

}




/*DocScan Enhance (Before after comparison)*/
.container_wrap {
  max-width: 500px;
  width: 100%;
  height: 100%;
  background-image: url(../pic/docscan/docscan_enhance_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  float: right;
  margin: 120px 0 0 0;
}

#comparison {
  width: 100%;
  padding-bottom: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(0.82) translateY(11%);
}

figure {
  position: absolute;
  background-image: url(../pic/docscan/docscan_enhance_before.png);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#divisor {
  background-image: url(../pic/docscan/docscan_enhance_after.png);
  background-size: cover;
  position: absolute;
  width: 50%;
  /* box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3); */
  bottom: 0;
  height: 100%;

  &::before,
  &::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }

  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(103, 103, 103, 0.3);
  }

  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(103, 103, 103, 0.3);
  }
}

#handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;

  &::before,
  &::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }

  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }

  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 49.6%;
  left: -26px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;

  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(103, 103, 103, 0.3);
}

input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

/*Enhance RWD*/
@media (max-width: 960px) {
  .style_a {
    height: auto;
  }
  .style_a_text {
    float: none;
    margin: 90px auto 45px auto;
  }
  .container_wrap {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .style_a_text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*docscan style_b */
.style_b {
  height: 620px;
  max-width: 1024px;
  margin: 0 auto;
}
.style_b h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.style_b h5 {
  line-height: 52px;
  padding-left: 58px;
  margin-bottom: 31px;
}
.style_b_icon {
  float: left;
  margin-left: 30px;
  margin-top: 206px;
}
.style_b_pic {
  width: 315px;
  height: 420px;
  float: left;
  margin-top: 140px;
  position: relative;
  visibility: hidden;
}
.style_b_pic img {
  position: absolute;
  top: 140;
}
.style_b_text {
  max-width: 420px;
  float: right;
  margin-top: 220px;
  margin-right: 32px;
}
.style_b_icon_receipt h5 {
  transition: 0.3s;
  background: url(../pic/docscan/docscan_icon_receipt_off.png) no-repeat left;
}
.style_b_icon_qrcode h5 {
  transition: 0.3s;
  background: url(../pic/docscan/docscan_icon_qrcode_off.png) no-repeat left;
}
.style_b_icon_book h5 {
  transition: 0.3s;
  background: url(../pic/docscan/docscan_icon_book_off.png) no-repeat left;
}
.style_b_icon_whiteboard h5 {
  transition: 0.3s;
  background: url(../pic/docscan/docscan_icon_whiteboard_off.png) no-repeat left;
}

.style_b_icon_receipt h5:hover {
  color: #00cda1;
  cursor: pointer;
  background: url(../pic/docscan/docscan_icon_receipt_on.png) no-repeat left;
}
.style_b_icon_qrcode h5:hover {
  color: #00cda1;
  cursor: pointer;
  background: url(../pic/docscan/docscan_icon_qrcode_on.png) no-repeat left;
}
.style_b_icon_book h5:hover {
  color: #00cda1;
  cursor: pointer;
  background: url(../pic/docscan/docscan_icon_book_on.png) no-repeat left;
}
.style_b_icon_whiteboard h5:hover {
  color: #00cda1;
  cursor: pointer;
  background: url(../pic/docscan/docscan_icon_whiteboard_on.png) no-repeat left;
}

input[name="r"] {
  position: absolute;
  visibility: hidden;
}
#r1:checked ~ .style_b_pic_receipt {
  visibility: visible;
}
#r2:checked ~ .style_b_pic_qrcode {
  visibility: visible;
}
#r3:checked ~ .style_b_pic_icon_book {
  visibility: visible;
}
#r4:checked ~ .style_b_pic_whiteboard {
  visibility: visible;
}

@media (max-width: 960px) {
  .style_b {
    position: relative;
    max-width: 600px;
    height: 800px;
  }
  .style_b_text {
    position: absolute;
    margin: 90px 0 45px 126px;
  }
  .style_b_icon {
    margin-left: 90px;
    margin-top: 400px;
  }
  .style_b_pic {
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
@media (max-width: 600px) {
  .style_b {
    height: 920px;
    max-width: 414px;
  }
  .style_b_text {
    margin: 90px auto 45px auto;
    padding-left: 30px;
    padding-right: 20px;
  }
  .style_b_pic {
    right: 50px;
  }
  .style_b_pic img {
    bottom: 0;
  }
  .style_b_icon {
    width: 320px;
    margin-left: 40px;
  }
  .style_b h5 {
    width: 80px;
    text-align: center;
    line-height: 19px;
    padding-top: 58px;
    padding-left: 0;
    float: left;
    background-position: 14px 0;
  }
  .style_b h5:hover {
    background-position: 14px 0;
  }
}
@media (max-width: 410px) {
  .style_b_icon {
    margin-left: 20px;
    margin-top: 420px;
  }
  .style_b_pic img {
    left:8%;
  }
}
@media (max-width: 370px) {
  .style_b {
    height: 970px;
  }
  .style_b_icon {
    margin-left: 10px;
    margin-top: 460px;
  }
}
@media (max-width: 330px) {
  .style_b_icon {
    margin-left: 0;
  }
}

/*docscan ocr*/
.style_a_ocr {
  height: 568px;
}
.style_a_ocr_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_ocr_text {
  max-width: 360px;
  float: left;
  margin-top: 190px;
  padding-left: 56px;
}
.style_a_ocr_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.style_a_ocr_wrap img {
  float: right;
  margin: 60px 0 0 0;
  max-width: 513px;
}

@media (max-width: 960px) {
  .style_a_ocr {
    height: auto;
  }
  .style_a_ocr_text {
    float: none;
    margin: 90px auto 45px auto;
  }
  .style_a_ocr_wrap img {
    float: none;
    display: table-cell;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .style_a_ocr_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_a_ocr_wrap img {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100%;
  }
}

/*docscan collage*/
.docscan_collage_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.docscan_collage_text {
  max-width: 420px;
  float: right;
  margin-top: 260px;
  margin-right: 32px;
}
.docscan_collage_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.docscan_collage_video {
  float: left;
  max-width: 494px;
  margin: 100px 0 0 0;
}

@media (max-width: 960px) {
  .docscan_collage {
    height: auto;
  }
  .docscan_collage_text {
    position: absolute;
    margin: -820px 0 45px 300px;
  }
  .docscan_collage_video {
    float: none;
    margin: 320px auto 0 auto;
  }
}
@media (max-width: 800px) {
  .docscan_collage_text {
    margin: -820px 0 45px 200px;
  }
}
@media (max-width: 700px) {
  .docscan_collage_text {
    margin: -820px 0 45px 100px;
  }
}
@media (max-width: 600px) {
  .docscan_collage_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .docscan_collage_video {
    margin: 330px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .docscan_collage_text {
    margin: -800px 0 45px 0px;
  }
}
@media (max-width: 430px) {
  .docscan_collage_text {
    margin: -700px 0 45px 0px;
  }
}
@media (max-width: 330px) {
  .docscan_collage_text {
    margin: -650px 0 45px 0px;
  }
}

/*docscan search*/
.style_a_search {
  height: 568px;
}
.style_a_search_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_search_text {
  max-width: 360px;
  float: left;
  margin-top: 250px;
  padding-left: 56px;
}
.style_a_search_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.docscan_search_video {
  float: right;
  margin: 60px 0 0 0;
  max-width: 513px;
}

@media (max-width: 960px) {
  .style_a_search {
    height: auto;
  }
  .style_a_search_text {
    float: none;
    margin: 130px auto 0px auto;
  }
  .docscan_search_video {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .style_a_search_text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*docscan qrcode*/
.style_a_qrcode {
  height: 568px;
}
.style_a_qrcode_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_qrcode_text {
  max-width: 360px;
  float: left;
  margin-top: 195px;
  padding-left: 56px;
}
.style_a_qrcode_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.docscan_qrcode_video {
  float: right;
  margin: 60px 0 0 0;
  max-width: 513px;
}

@media (max-width: 960px) {
  .style_a_qrcode {
    height: auto;
  }
  .style_a_qrcode_text {
    float: none;
    margin: 90px auto 45px auto;
  }
  .docscan_qrcode_video {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .style_a_qrcode_text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*docscan cloud backup*/
.docscan_cloud_backup_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.docscan_cloud_backup_text {
  max-width: 420px;
  float: right;
  margin-top: 190px;
  margin-right: 32px;
}
.docscan_cloud_backup_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.docscan_cloud_backup_video {
  float: left;
  max-width: 494px;
  margin: 100px 0 0 0;
}
.action_button a {
  width: 130px;
  padding: 12px 10px 12px 17px;
  background: #f5f5f5;
  display: block;
  border-radius: 20px;
  color: #333333;
}
.action_button a:hover {
  opacity: 0.7;
}

@media (max-width: 960px) {
  .docscan_cloud_backup {
    height: auto;
  }
  .docscan_cloud_backup_text {
    position: absolute;
    margin: -820px 0 45px 300px;
  }
  .docscan_cloud_backup_video {
    float: none;
    margin: 320px auto 0 auto;
  }
}
@media (max-width: 800px) {
  .docscan_cloud_backup_text {
    margin: -820px 0 45px 200px;
  }
}
@media (max-width: 700px) {
  .docscan_cloud_backup_text {
    margin: -820px 0 45px 100px;
  }
}
@media (max-width: 600px) {
  .docscan_cloud_backup_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .docscan_cloud_backup_video {
    margin: 330px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .docscan_cloud_backup_text {
    margin: -800px 0 45px 0px;
  }
}
@media (max-width: 430px) {
  .docscan_cloud_backup_text {
    margin: -700px 0 45px 0px;
  }
}
@media (max-width: 330px) {
  .docscan_cloud_backup_text {
    margin: -650px 0 45px 0px;
  }
}

/*share (style_a)*/
.style_a_share {
  height: 568px;
}
.style_a_share_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_share_text {
  max-width: 360px;
  float: left;
  margin-top: 155px;
  padding-left: 56px;
}
.style_a_share_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.style_a_share_wrap img {
  float: right;
  margin: 104px 0 0 0;
  width: 512px;
}

@media (max-width: 960px) {
  .style_a_share {
    height: auto;
  }
  .style_a_share_text {
    float: none;
    margin: 90px auto 45px auto;
  }
  .style_a_share_wrap img {
    float: none;
    display: table-cell;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .style_a_share_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_a_share_wrap img {
    box-sizing: border-box;
    padding-left: 20px;
  }
}
/*style_c edit*/
.style_c {
  background: #fafafa;
  padding-bottom: 25px;
  border-top: #f2f2f2 solid 2px;
  border-bottom: #f2f2f2 solid 2px;
}
.style_c_title {
  width: 230px;
  margin: 60px auto;
}
.style_c_title h4 {
  text-align: center;
  float: left;
  margin-right: 10px;
}
.style_c_title img {
  margin-top: 6px;
  width: 104px;
}
.style_c_tabs_a {
  font-weight: 700;
  color: #4a4a4a;
  font-size: 24px;
  display: inline-block;
  justify-content: center;
  border-bottom: #f2f2f2 solid 2px;
  width: 215px;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.style_c_tabs_a:hover {
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 10px 10px 0 0;
}
.style_c_tabs_component {
  max-width: 900px;
  height: 580px;
  margin: 20px auto;
  position: relative;
}
.style_c_tabs_component img {
  position: absolute;
  left: 56px;
  width: 513px;
}
.style_c_tabs_component h2 {
  display: none;
  max-width: 334px;
}
.style_c_tabs_component h3 {
  max-width: 334px;
  position: absolute;
  top: 250px;
  left: 568px;
}
.style_c_tabs_component_b {
  visibility: hidden;
}
.style_c_tabs_component_c {
  visibility: hidden;
}
.style_c_tabs_component_d {
  visibility: hidden;
}
.docscan_edit_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
}

input[name="c"] {
  position: absolute;
  visibility: hidden;
}
input[type="radio"]:checked + label {
  color: #00cda1;
  border-bottom: #00cda1 3px solid;
}
#c1:checked ~ .style_c_tabs_component_a {
  visibility: visible;
}
#c2:checked ~ .style_c_tabs_component_b {
  visibility: visible;
}
#c3:checked ~ .style_c_tabs_component_c {
  visibility: visible;
}
#c4:checked ~ .style_c_tabs_component_d {
  visibility: visible;
}

#c2:checked ~ .style_c_tabs_component_a {
  visibility: hidden;
}
#c3:checked ~ .style_c_tabs_component_a {
  visibility: hidden;
}
#c4:checked ~ .style_c_tabs_component_a {
  visibility: hidden;
}

@media (max-width: 900px) {
  .style_c_tabs_component {
    max-width: 513px;
    margin: 0 auto;
    height: auto;
  }
  .style_c_tabs_component_a,
  .style_c_tabs_component_b,
  .style_c_tabs_component_c,
  .style_c_tabs_component_d {
    visibility: visible;
  }
  #c2:checked ~ .style_c_tabs_component_a {
    visibility: visible;
  }
  #c3:checked ~ .style_c_tabs_component_a {
    visibility: visible;
  }
  #c4:checked ~ .style_c_tabs_component_a {
    visibility: visible;
  }
  .style_c_tabs_a {
    display: none;
  }
  .style_c_tabs_component h2 {
    display: block;
    color: #00cda1;
    text-align: center;
    margin: 0 auto 10px auto;
    max-width: 320px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_c_tabs_component h3 {
    position: initial;
    margin: 0 auto;
    text-align: center;
    max-width: 320px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_c_tabs_component img {
    margin-top: 145px;
  }
  .style_c_tabs_component_a img {
    position: absolute;
    top: -10px;
    left: 0;
  }
  .style_c_tabs_component_b h2 {
    margin-top: 580px;
  }
  .style_c_tabs_component_b img {
    position: absolute;
    top: 700px;
    left: 0;
  }
  .style_c_tabs_component_c h2 {
    margin-top: 580px;
  }
  .style_c_tabs_component_c img {
    position: absolute;
    top: 1410px;
    left: 0;
  }
  .style_c_tabs_component_c h3 {
    margin-bottom: 530px;
  }
  .style_c_tabs_component_d h2 {
    margin-top: 580px;
  }
  .style_c_tabs_component_d img {
    position: absolute;
    top: 2130px;
    left: 0;
  }
  .style_c_tabs_component_d h3 {
    margin-bottom: 530px;
  }
}
@media (max-width: 430px) {
  .style_c_tabs_component_b h2 {
    margin-top: 480px;
  }
  .style_c_tabs_component_b img {
    position: absolute;
    top: 560px;
    left: 0;
  }
  .style_c_tabs_component_c h2 {
    margin-top: 480px;
  }
  .style_c_tabs_component_c img {
    position: absolute;
    top: 1135px;
    left: 0;
  }
  .style_c_tabs_component_c h3 {
    margin-bottom: 430px;
  }
}
@media (max-width: 360px) {
  .style_c_tabs_component_b h2 {
    margin-top: 400px;
  }
  .style_c_tabs_component_b img {
    position: absolute;
    top: 500px;
    left: 0;
  }
  .style_c_tabs_component_c h2 {
    margin-top: 400px;
  }
  .style_c_tabs_component_c img {
    position: absolute;
    top: 1020px;
    left: 0;
  }
  .style_c_tabs_component_c h3 {
    margin-bottom: 390px;
  }
}
/*style_d Organize*/
.style_d {
  height: 683px;
  background: url(../pic/docscan/docscan_search.jpg) center center no-repeat;
  background-size: cover;
}
.style_d_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_d_text {
  max-width: 400px;
  padding-left: 30px;
  padding-right: 30px;
  float: right;
  margin: 220px 0 0 0;
}
.style_d_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.privacy_link a img {
  margin: 0px;
  float: none;
  margin: 0 0 0 0;
}
.privacy_link a {
  margin-top: 25px;
  line-height: 20px;
  color: #333333;
}


/*ScannerApp*/
.style_context {
  margin-top: 54px;
  height: 675px;
  background: url(../pic/scannerapp/scannerapp_context.jpg) center center
    no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .style_context {
    height: 320px;
  }
}



/*ScannerApp scan&share (style_a)*/
.style_a_scan {
  height: 620px;
  background: #fafafa;
  border-top: #f2f2f2 solid 2px;
  border-bottom: #f2f2f2 solid 2px;
}
.style_a_scan_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_scan_text {
  max-width: 464px;
  float: left;
  margin-top: 155px;
  padding-left: 56px;
}
.style_a_scan_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.style_a_scan_text h3 {
  max-width: 400px;
}
.style_a_scan_wrap img {
  float: right;
  margin: 129px 56px 0 0;
  max-width: 304px;
}
.style_a_scan_icon {
  margin: 46px 0 0 0;
}
.style_a_scan_icon li {
  display: block;
  width: 68px;
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  color: #9b9b9b;
  padding-top: 75px;
}
.scannerapp_icon_print {
  background: url(../pic/scannerapp/scannerapp_icon_print.png) top center
    no-repeat;
}
.scannerapp_icon_fax {
  background: url(../pic/scannerapp/scannerapp_icon_fax.png) top center
    no-repeat;
}
.scannerapp_icon_mail {
  background: url(../pic/scannerapp/scannerapp_icon_mail.png) top center
    no-repeat;
}
.scannerapp_icon_openin {
  background: url(../pic/scannerapp/scannerapp_icon_openin.png) top center
    no-repeat;
}
.scannerapp_icon_photos {
  background: url(../pic/scannerapp/scannerapp_icon_photos.png) top center
    no-repeat;
}
.scannerapp_icon_reminders {
  background: url(../pic/scannerapp/scannerapp_icon_reminder.png) top center
    no-repeat;
}
@media (max-width: 960px) {
  .style_a_scan {
    height: auto;
  }
  .style_a_scan_text {
    float: none;
    margin: 90px auto 45px auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_a_scan_text h1 {
    text-align: center;
  }
  .style_a_scan_text h3 {
    max-width: 320px;
    text-align: center;
    margin: 0 auto;
  }
  .style_a_scan_icon li {
    margin: 0 0 10px 0;
    width: 100px;
  }
  .style_a_scan_wrap img {
    float: none;
    display: table-cell;
    margin: 0 auto;
    padding-top: 40px;
  }
  .style_a_scan_icon {
    max-width: 320px;
    float: none;
    margin: 46px auto;
  }
}
@media (max-width: 600px) {
  .style_a_scan_icon {
    max-width: 320px;
    float: none;
    margin: 46px auto;
  }
  .style_a_scan_icon li {
    margin: 0 0 10px 0;
    width: 100px;
  }
}
@media (max-width: 380px) {
  .style_a_scan_icon li {
    width: 90px;
  }
}
@media (max-width: 345px) {
  .style_a_scan_icon li {
    width: 80px;
  }
}
/*scannerapp sign&share style_e*/
.style_e {
  height: 620px;
  max-width: 1024px;
  margin: 0 auto;
}
.style_e h1 {
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 48px;
}
.style_e_text {
  max-width: 340px;
  float: right;
  margin-top: 200px;
  margin-right: 32px;
}
.style_e_pic {
  float: left;
  margin-top: 33px;
  max-width: 576px;
}
@media (max-width: 960px) {
  .style_e {
    max-width: 556px;
    position: relative;
    height: 730px;
  }
  .style_e h1 {
    text-align: center;
  }
  .style_e_text {
    text-align: center;
    float: none;
    margin: 90px auto 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_e_pic {
    position: absolute;
    top: 130px;
    margin-top: 66px;
  }
}
@media (max-width: 500px) {
  .style_e {
    height: 600px;
  }
}
@media (max-width: 370px) {
  .style_e {
    height: 500px;
  }
  .style_e_pic {
    top: 90px;
  }
}

/*ScannerApp Search*/
.style_a_search {
  height: 620px;
  background: #fafafa;
  border-top: #f2f2f2 solid 2px;
  border-bottom: #f2f2f2 solid 2px;
}
.style_a_search_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_search_text {
  max-width: 300px;
  float: left;
  margin-top: 240px;
  padding-left: 56px;
}
.style_a_search_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.style_a_search_wrap img {
  float: right;
  margin: 25px 0 0 0;
  max-width: 578px;
}
@media (max-width: 960px) {
  .style_a_search {
    height: auto;
  }
  .style_a_search_text {
    float: none;
    margin: 90px auto 10px auto;
  }
  .style_a_search_wrap img {
    float: none;
    display: table-cell;
    margin: 0 auto;
  }
  .style_a_search_text h1,
  .style_a_search_text h3 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .style_a_search_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_a_search_wrap img {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100vw;
  }
}

/*Store & organize*/
.style_a_store {
  height: 620px;
  background: #fafafa;
  border-top: #f2f2f2 solid 2px;
  border-bottom: #f2f2f2 solid 2px;
}
.style_a_store_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.style_a_store_text {
  max-width: 300px;
  float: left;
  margin-top: 240px;
  padding-left: 56px;
}
.style_a_store_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.style_a_store_wrap img {
  max-width:576px ;
  float: right;
  margin: 54px 0 0 0;
}

/* Remove Shadows Compare*/
.scannerapp_container_wrap {
  max-width: 580px;
  width: 100%;
  height: 100%;
  background-image: url(../pic/scannerapp/scannerapp_enhance_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  float: right;
  margin: 40px 0 0 0;
}

#scannerapp_comparison {
  width: 100%;
  padding-bottom: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(0.82) translateY(11%);
}

#scannerapp_figure {
  position: absolute;
  background-image: url(../pic/scannerapp/scannerapp_enhance_before.png);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#scannerapp_divisor {
  background-image: url(../pic/scannerapp/scannerapp_enhance_after.png);
  background-size: cover;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;

  &::before,
  &::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }

  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(103, 103, 103, 0.3);
  }

  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(103, 103, 103, 0.3);
  }
}

#scannerapp_handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;

  &::before,
  &::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }

  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }

  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}

.scannerapp_container_wrap input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 49.6%;
  left: -26px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;

  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}

.scannerapp_container_wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(103, 103, 103, 0.3);
}

.scannerapp_container_wrap input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}


@media (max-width: 960px) {
  .style_a_store {
    height: auto;
  }
  .style_a_store_text {
    float: none;
    margin: 90px auto 45px auto;
  }
  .style_a_store_wrap img {
    float: none;
    display: table-cell;
    margin: 0 auto;
  }
  .style_a_store_text h1,
  .style_a_store_text h3 {
    text-align: center;
  }
  .scannerapp_container_wrap {
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .style_a_store_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .style_a_store_wrap img {
    box-sizing: border-box;
    padding-left: 20px;
    max-width:100vw ;
  }
}

/*collage*/
.scannerapp_collage_video {
  float: right;
  max-width: 576px;
  margin: 50px 0 0 0;
}

/*scannerapp_pro*/
.scannerapp_pro {
  height: 620px;
  background: #1e272e;
}
.scannerapp_pro h1 {
  text-align: center;
  max-width: 290px;
  padding-top: 95px;
  background: url(../pic/scannerapp/scannerapp_pro.png) right 70px no-repeat;
  margin: 0 auto;
  color: white;
}
.scannerapp_pro p {
  max-width: 271px;
  font-weight: 300;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  margin: 10pt auto 0 auto;
}
.scannerapp_pro_wrap {
  max-width: 500px;
  margin: 60px auto 90px auto;
}
.scannerapp_pro_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.scannerapp_pro_wrap li {
  width: 120px;
  padding-top: 70px;
  font-weight: 300;
  font-size: 16px;
  color: #9b9b9b;
  text-align: center;
  flex-direction: row;
  margin-bottom: 40px;
}
.scannerapp_pro_dropbox {
  background: url(../pic/scannerapp/scannerapp_icon_dropbox.png) top center
    no-repeat;
}
.scannerapp_pro_googledrive {
  background: url(../pic/scannerapp/scannerapp_icon_googledrive.png) top center
    no-repeat;
}
.scannerapp_pro_onedrive {
  background: url(../pic/scannerapp/scannerapp_icon_onedrive.png) top center
    no-repeat;
}
.scannerapp_pro_box {
  background: url(../pic/scannerapp/scannerapp_icon_box.png) top center
    no-repeat;
}
.scannerapp_pro_evernote {
  background: url(../pic/scannerapp/scannerapp_icon_evernote.png) top center
    no-repeat;
}
.scannerapp_pro_webdav {
  background: url(../pic/scannerapp/scannerapp_icon_webdav.png) top center
    no-repeat;
}
.scannerapp_pro_smb {
  background: url(../pic/scannerapp/scannerapp_icon_smb.png) top center
    no-repeat;
}
.scannerapp_pro_files {
  background: url(../pic/scannerapp/scannerapp_icon_files.png) top center
    no-repeat;
}
@media (max-width: 500px) {
  .scannerapp_pro {
    height: 660px;
  }
  .scannerapp_pro_wrap {
    max-width: 300px;
  }
  .scannerapp_pro_wrap li {
    width: 100px;
  }
}
/* Docr */
.content_product_docr {
  margin: 54px auto 0 auto;
}
.main_docr_wrap {
  background: url(../pic/docr/docr_main_bg.jpg) center center no-repeat;
  background-size: cover;
}
.main_docr {
  margin: 54px auto 0 auto;
  max-width: 1024px;
  height: 620px;
}
.docr_768,
.docr_960 {
  display: none;
}
.main_docr_pic {
  margin-top: 104px;
  float: left;
}
.main_docr_text {
  width: 290px;
  float: left;
  margin-top: 160px;
}
.main_docr_text h1,
.main_docr_text h3 {
  text-align: center;
  margin-bottom: 10px;
}
.main_docr_text h3 {
  margin-bottom: 20px;
}
.main_docr_text img {
  display: table-cell;
  margin: 0 auto 21px auto;
}
@media (max-width: 960px) {
  .main_docr_wrap {
    background: none;
  }
  .main_docr {
    height: auto;
  }
  .main_docr_pic {
    margin: 0 auto 50px auto;
  }
  .main_docr_text {
    float: none;
    margin: 0 auto 100px auto;
  }
  .docr_960 {
    display: block;
  }
  .docr_png,
  .docr_768 {
    display: none;
  }
}
@media (max-width: 768px) {
  .docr_768 {
    display: block;
  }
  .docr_png,
  .docr_960 {
    display: none;
  }
}
/*step1 Scan*/
.docr_style_a {
  background: #fafafa;
  border-bottom: #f2f2f2 2px solid;
}
.docr_style_a_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.docr_style_a_pic {
  float: left;
  margin-left: 38px;
  max-width: 481px;
}
.docr_style_a_text {
  max-width: 345px;
  float: right;
  padding: 0 30px;
  margin-top: 192px;
}
.docr_style_a_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .docr_style_a {
    border-top: #f2f2f2 2px solid;
    border-bottom: #fafafa 2px solid;
    position: relative;
  }
  .docr_style_a_text {
    position: absolute;
    margin: 0;
    top: 50px;
    left: 20vw;
  }
  .docr_style_a_pic {
    float: none;
    margin: 250px auto 30px auto;
  }
}
@media (max-width: 500px) {
  .docr_style_a_text {
    left: 0;
  }
}

/*step2_dewarp*/
.docr_style_b {
  background: #fafafa;
  border-bottom: #f2f2f2 2px solid;
}
.docr_style_b_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.docr_style_b_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.docr_style_b_text {
  float: left;
  max-width: 345px;
  padding: 0 30px;
  margin-top: 160px;
  margin-left: 20px;
}
.docr_style_b_pic {
  float: right;
  max-width: 518px;
}
.docr_style_b_pic img {
  margin-bottom: -3px;
}
@media (max-width: 960px) {
  .docr_style_b {
    border-top: #f2f2f2 2px solid;
    border-bottom: #f2f2f2 2px solid;
    position: relative;
  }
  .docr_style_b_text {
    position: absolute;
    margin: 0;
    top: 50px;
    left: 20vw;
  }
  .docr_style_b_pic {
    float: none;
    margin: 250px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .docr_style_b_text {
    left: 0;
  }
  .docr_style_b_text h4 {
    width: 275px;
  }
}

/*step3_generate*/
.docr_style_a_generate {
  background: #fafafa;
  border-bottom: #f2f2f2 2px solid;
}
.docr_style_a_generate_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.docr_style_a_generate_pic {
  float: left;
  margin-top: 30px;
  max-width: 539px;
}
.docr_style_a_generate_pic img {
  margin-bottom: -3px;
}
.docr_style_a_generate_text {
  max-width: 345px;
  float: right;
  padding: 0 30px;
  margin-top: 180px;
}
.docr_style_a_generate_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 960px) {
  .docr_style_a_generate {
    border-top: #f2f2f2 1px solid;
    border-bottom: #fafafa 2px solid;
    position: relative;
  }
  .docr_style_a_generate_text {
    position: absolute;
    margin: 0;
    top: 50px;
    left: 20vw;
  }
  .docr_style_a_generate_pic {
    float: none;
    margin: 250px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .docr_style_a_generate_text {
    left: 0;
  }
}
/*step4*/
.docr_style_b_2 {
  background: #fafafa;
}
.docr_style_b_wrap_2 {
  max-width: 1024px;
  margin: 0 auto;
}
.docr_style_b_text_2 h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.docr_style_b_text_2 {
  float: left;
  max-width: 345px;
  padding: 0 30px;
  margin-top: 160px;
  margin-left: 20px;
}
.docr_style_b_pic_2 {
  float: right;
  max-width: 518px;
}
.docr_style_b_pic_2 img {
  margin-bottom: -3px;
}
@media (max-width: 960px) {
  .docr_style_b_2 {
    border-top: #f2f2f2 2px solid;
    border-bottom: #f2f2f2 2px solid;
    position: relative;
  }
  .docr_style_b_text_2 {
    position: absolute;
    margin: 0;
    top: 50px;
    left: 20vw;
  }
  .docr_style_b_pic_2 {
    float: none;
    margin: 250px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .docr_style_b_text {
    left: 0;
  }
  .docr_style_b_text h4 {
    width: 275px;
  }
}

/*Mu*/
.content_product_mu {
  margin-top: 54px;
}
/*context*/
.mu_context {
  background: url(../pic/mu/mu_context_bg.jpg) center center no-repeat;
  background-size: cover;
}
.mu_context_1024 {
  display: none;
}
.mu_context_1440 {
  margin-bottom: -3px;
  width: 1024px;
  margin: 0 auto;
}
.mu_context_1440 img {
  margin-bottom: -3px;
}
@media (max-width: 1024px) {
  .mu_context {
    background: none;
  }
  .mu_context_1024 {
    display: block;
  }
  .mu_context_1440 {
    display: none;
  }
}
/*mu_main*/
.mu_main_text {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fafafa;
}
.mu_main_text h1,
.mu_main_text h3 {
  text-align: center;
  margin-bottom: 10px;
}
.mu_main_text h3 {
  margin-bottom: 20px;
}
.mu_main_text img {
  display: table-cell;
  margin: 0 auto 21px auto;
}
.mu_main_text_mu img {
  box-shadow: 0 0 10px rgba(166, 166, 166, 0.5);
  border-radius: 21px;
}
.mu_main_pic {
  max-width: 1024px;
  margin: 50px auto;
}


/*fasterscan*/
.content_product_fasterscan {
  margin-top: 54px;
  margin-bottom: 80px;
}
.fasterscan_context {
  background: url(../pic/fasterscan/fasterscan_context_bg.jpg) center center
    no-repeat;
  background-size: cover;
}
.fasterscan_context_1024 {
  display: none;
}
.fasterscan_context_1440 {
  margin-bottom: -3px;
  width: 1024px;
  margin: 0 auto;
}
.fasterscan_context_1440 img {
  margin-bottom: -3px;
}
@media (max-width: 1024px) {
  .fasterscan_context {
    background: none;
  }
  .fasterscan_context_1024 {
    display: block;
  }
  .fasterscan_context_1440 {
    display: none;
  }
}
/*fasterscan features*/
.fasterscan_features {
  background: #fafafa;
  padding: 100px 0;
  border-bottom: #f2f2f2 solid 2px;
  border-top: #f2f2f2 solid 2px;
}
.fasterscan_features h1 {
  text-align: center;
  margin-bottom: 50px;
}
.fasterscan_features_wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.fasterscan_features_1 {
  width: 243px;
}
.fasterscan_features_1 h2,
.fasterscan_features_1 h3 {
  text-align: center;
}
@media (max-width: 800px) {
  .fasterscan_features_wrap {
    flex-flow: column wrap;
  }
  .fasterscan_features_1 {
    margin: 20px auto;
  }
}
/*fasterscan content*/
.fasterscan_content {
  height: 620px;
}
.fasterscan_content_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.fasterscan_content_text {
  max-width: 300px;
  float: left;
  margin-top: 200px;
  padding-left: 56px;
}
.fasterscan_content_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.fasterscan_content_wrap img {
  float: right;
  margin: 54px 0 0 0;
  max-width: 578px;
}
.fasterscan_collage_video {
  float: right;
  max-width: 542px;
  margin: 40px 0 0 0;
}
.pro_tag p {
  color: white;
  background: #52aaf1;
  padding: 4px 10px;
  width: 30px;
  border-radius: 5px;
}

/*FasterScan Compare Slider*/
.fasterscan_container_wrap {
  max-width: 605px;
  width: 100%;
  height: 100%;
  background-image: url(../pic/fasterscan/fasterscan_enhance_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;

  float: right;
  margin: 30px 0 0 0;
}

#fasterscan_comparison {
  width: 100%;
  padding-bottom: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  transform: scale(0.62) translateY(-6.5%)translateX(1%);
}

#fasterscan_figure {
  position: absolute;
  background-image: url(../pic/fasterscan/fasterscan_enhance_after.png);
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

#fasterscan_divisor {
  background-image: url(../pic/fasterscan/fasterscan_enhance_before.png);
  background-size: cover;
  position: absolute;
  width: 50%;
  bottom: 0;
  height: 100%;

  &::before,
  &::after {
    content: "";
    position: absolute;
    right: -2px;
    width: 4px;
    height: calc(50% - 25px);
    background: white;
    z-index: 3;
  }

  &::before {
    top: 0;
    box-shadow: 0 -3px 8px 1px rgba(103, 103, 103, 0.3);
  }

  &::after {
    bottom: 0;
    box-shadow: 0 3px 8px 1px rgba(103, 103, 103, 0.3);
  }
}

#fasterscan_handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;

  &::before,
  &::after {
    content: "";
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    top: 50%;
    margin-top: -6px;
  }

  &::before {
    border-right: 6px solid white;
    left: 50%;
    margin-left: -17px;
  }

  &::after {
    border-left: 6px solid white;
    right: 50%;
    margin-right: -17px;
  }
}

.fasterscan_container_wrap input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 49.6%;
  left: -26px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;

  &:focus,
  &:active {
    border: none;
    outline: none;
  }
}

.fasterscan_container_wrap input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(103, 103, 103, 0.3);
}

.fasterscan_container_wrap input[type="range"]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}



@media (max-width: 960px) {
  .fasterscan_content {
    height: auto;
  }
  .fasterscan_content_text {
    float: none;
    margin: 90px auto 45px auto;
  }
  .fasterscan_content_wrap img {
    float: none;
    display: table-cell;
    margin: 0 auto;
  }
  .fasterscan_content_text h1,
  .fasterscan_content_text h3 {
    text-align: center;
  }
  .fasterscan_collage_video {
    float: none;
    max-width: 542px;
    margin: 40px auto 0 auto;
  }
  .pro_tag p {
    margin: 0 auto;
  }
  .fasterscan_container_wrap {
    float: none;
    margin: 0 auto;
  }

}
@media (max-width: 600px) {
  .fasterscan_content_text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fasterscan_content_wrap img {
    box-sizing: border-box;
    padding-left: 20px;
    width: 100vw;
  }
}

/*Docfax*/
.main_docfax_wrap {
  background: url(../pic/docfax/docfax_main_bg.jpg) center center no-repeat;
  background-size: cover;
}
.main_docfax {
  margin: 54px auto 0 auto;
  max-width: 1024px;
  height: 620px;
}
.docfax_768,
.docfax_960 {
  display: none;
}
.main_docfax_pic {
  max-width: 589px;
  margin-top: 60px;
  float: left;
}
.main_docfax_text {
  width: 290px;
  float: left;
  margin-top: 160px;
}
.main_docfax_text h1 {
  text-align: center;
  margin-bottom: 10px;
}
.main_docfax_text h3 {
  text-align: center;
  margin-bottom: 20px;
}
.main_docfax_text img {
  display: table-cell;
  margin: 0 auto 21px auto;
}
@media (max-width: 960px) {
  .main_docfax_wrap {
    background: none;
  }
  .main_docfax {
    height: auto;
  }
  .main_docfax_pic {
    margin: 0 auto 50px auto;
    max-width: 100%;
  }
  .main_docfax_text {
    float: none;
    margin: 0 auto 100px auto;
  }
  .docfax_960 {
    display: block;
  }
  .docfax_png,
  .docfax_768 {
    display: none;
  }
}
@media (max-width: 768px) {
  .docfax_768 {
    display: block;
  }
  .docfax_png,
  .docfax_960 {
    display: none;
  }
}
/*docfax_b*/
.docfax_status {
  max-width: 1300px;
  margin: 0 auto;
  background: url(../pic/docfax/docfax_flag.jpg) no-repeat center 180px;
}
.docfax_status img {
  margin: 90px auto 0 auto;
  max-width: 800px;
  width: 100%;
  display: block;
}
.docfax_status h1 {
  text-align: center;
  margin-top: 110px;
}
.size_big {
  font-size: 70px;
  font-weight: 800;
  color: #ff804b;
}
.font_orange {
  color: #ff804b;
}

@media (max-width: 800px) {
  .docfax_status h1 {
    font-size: 30px;
    margin-top: 45px;
  }
  .size_big {
    font-size: 60px;
  }
}
@media (max-width: 440px) {
  .size_big {
    font-size: 40px;
    font-weight: 700;
  }
  .docfax_status h1 {
    font-size: 24px;
    margin-top: 0px;
  }
}
@media (max-width: 430px) {
  .docfax_status {
    background: url(../pic/docfax/docfax_flag_414.jpg) no-repeat center 160px;
  }
}
@media (max-width: 360px) {
  .docfax_status h1 {
    font-size: 20px;
  }
}
/*docfax main fature*/
.docfax_main_features {
  padding: 50px 0 100px 0;
  border-bottom: #e8e8e8 1px solid;
}
.docfax_main_features_wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.docfax_main_features_1 {
  width: 245px;
}
.docfax_main_features_1 h2 {
  text-align: center;
}
.docfax_main_features_1 h3 {
  text-align: center;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .docfax_main_features_wrap {
    flex-flow: column wrap;
  }
  .docfax_main_features_1 {
    margin: 20px auto;
  }
}

/* Privacy Link */

.privacy_link_docfax a {
  font-size: 14px;
  line-height: 24px;
  color: #9A9A9A;
  text-align: center;
}

/*docfax_style_a*/
.docfax_style_a {
  padding: 50px 0;
}
.docfax_style_a_wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.docfax_style_a_pic {
  float: left;
  max-width:600px ;
}
.docfax_style_a_text {
  max-width: 345px;
  float: right;
  padding: 0 30px;
  margin-top: 192px;
}
.docfax_style_a_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 1020px) {
  .docfax_style_a {
    position: relative;
  }
  .docfax_style_a_text {
    position: absolute;
    margin: 0;
    top: 50px;
    left: 20vw;
  }
  .docfax_style_a_pic {
    float: none;
    margin: 250px auto 30px auto;
  }
  .docfax_style_a_pic img {
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .docfax_style_a_text {
    left: 0;
  }
  .docfax_style_a {
    padding: 40px 0 0 0;
  }
}

/*docfax_style_b*/
.docfax_style_b {
  padding: 50px 0;
}
.docfax_style_b_wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.docfax_style_b_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.docfax_style_b_text {
  float: left;
  max-width: 330px;
  padding: 0 20px;
  margin: 160px 0 0 30px;
}
.docfax_style_b_pic {
  float: right;
  max-width: 600px;
}
.docfax_style_b_pic img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .docfax_style_b {
    position: relative;
  }
  .docfax_style_b_text {
    position: absolute;
    margin: 0;
    top: 50px;
    left: 20vw;
  }
  .docfax_style_b_pic {
    float: none;
    margin: 250px auto 0 auto;
  }
}
@media (max-width: 500px) {
  .docfax_style_b_text {
    left: 0;
    padding: 0 30px;
  }
  .docfax_style_b_text h4 {
    max-width: 275px;
  }
  .docfax_style_b {
    padding: 40px 0 0 0;
  }
}
/*docfax_feature*/
.docfax_features {
  padding: 50px 0 100px 0;
}
.docfax_features_wrap {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.docfax_features_1 {
  padding: 50px 30px;
  width: 175px;
}
.docfax_features_1 img {
  display: block;
  margin: 0 auto;
}
.docfax_features_1 h2 {
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
  color: #1c1c1e;
}
@media (max-width: 800px) {
  .docfax_features_1 {
    margin: 20px auto;
  }
}
@media (max-width: 470px) {
  .docfax_features_1 h2 {
    font-size: 21px;
  }
  .docfax_features_1 {
    padding: 10px 0;
  }
}
/*docfax situation*/
.docfax_stuation {
  height: 683px;
  background: url(../pic/docfax/docfax_stuation.jpg) center center no-repeat;
  background-size: cover;
}

/*doc OCR*/

/*main*/

.main {
  margin-bottom: 0px;
}
.main_dococr_wrap {
  position: relative;
  height: 740px;
  padding-top: 54px;
}
.main_dococr_alpha {
  width: 100%;
  height: 740px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 54px;
  z-index: 5;
}
/*video*/
.main_dococr_video {
  height: 740px;
}
.main_dococr_video video {
  position: absolute;
  top: 54px;
  left: 0;
}
/*text */
.main_dococr_text {
  width: 290px;
  z-index: 10;
  margin: auto;
  position: relative;
  top: -520px;
}
.main_dococr_text h1,
.main_dococr_text h3 {
  text-align: center;
  margin-bottom: 10px;
  color: white;
  letter-spacing: 0.05em;
}
.main_dococr_text h3 {
  margin-bottom: 20px;
  color: #b3b3b3;
  font-size: 22px;
  line-height: 28px;
}
.main_dococr_text img {
  display: table-cell;
  margin: 0 auto 21px auto;
}
@media (max-width: 960px) {
  .main_dococr {
    height: auto;
  }
  .main_dococr_pic {
    margin: 0 auto 50px auto;
  }
  .main_dococr_text {
    float: none;
    margin: 0 auto 100px auto;
  }
}

/*feature*/
.dococr_main_features {
  padding: 70px 0 80px 0;
  border-bottom: #e8e8e8 2px solid;
}
.dococr_main_features_wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.dococr_main_features_1 {
  width: 245px;
}
.dococr_main_features_1 h2 {
  text-align: center;
}
.dococr_main_features_1 h3 {
  text-align: center;
  margin-top: 10px;
  padding: 0 12px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .dococr_main_features_wrap {
    flex-flow: column wrap;
  }
  .dococr_main_features_1 {
    margin: 20px auto;
  }
}

/*dococr_ocr*/
.dococr_ocr {
  border-bottom: #e8e8e8 2px solid;
  position: relative;
}
.dococr_ocr_wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.dococr_ocr_wrap h1 {
  text-align: center;
  padding: 130px 50px 50px 50px;
}
.dococr_ocr_mobile {
  display: none;
}
.dococr_ocr_text {
  position: absolute;
  top: 300px;
  width: 100%;
}
.dococr_ocr_text h2 {
  padding-bottom: 10px;
}
.dococr_ocr_text_2 h2 {
  padding-left: 100px;
}
.dococr_ocr_text_1 {
  position: absolute;
  left: 75vw;
}
.dococr_ocr_text_2 {
  position: absolute;
  right: 75vw;
  top: 500px;
}
.dococr_ocr_text_3 {
  position: absolute;
  left: 75vw;
  top: 780px;
}

@media (max-width: 1700px) {
  .dococr_ocr_text_1 {
    position: absolute;
    left: 80vw;
  }
  .dococr_ocr_text_2 {
    position: absolute;
    right: 80vw;
    top: 500px;
  }
  .dococr_ocr_text_3 {
    position: absolute;
    left: 80vw;
    top: 780px;
  }
}
@media (max-width: 1450px) {
  .dococr_ocr_text_1 {
    position: absolute;
    left: 85vw;
  }
  .dococr_ocr_text_2 {
    position: absolute;
    right: 85vw;
    top: 500px;
  }
  .dococr_ocr_text_3 {
    position: absolute;
    left: 85vw;
    top: 780px;
  }
}
@media (max-width: 1450px) {
  .dococr_ocr_text {
    display: none;
  }
}

@media (max-width: 430px) {
  .dococr_ocr_web {
    display: none;
  }
  .dococr_ocr_mobile {
    display: block;
  }
  .dococr_ocr_wrap h1 {
    padding: 60px 30px 20px 30px;
  }
}

/*docscan auto scan*/
.docscan_autoscan {
  border-top: #e8e8e8 1px solid;
}
.docscan_autoscan_wrap {
  max-width: 1024px;
  margin: 100px auto 20px auto;
}
.docscan_autoscan_text h1 {
  padding-bottom: 10px;
}
.docscan_autoscan_text h1,
.docscan_autoscan_text h3,
.docscan_autoscan_text h4 {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .docscan_autoscan_wrap {
    margin: 60px auto 50px auto;
  }
}
@media (max-width: 430px) {
  .docscan_autoscan_wrap {
    margin: 70px auto 40px auto;
  }
}

/*詳細介紹*/
.font_dococr_yellow {
  color: #f5a623;
  font-weight: 800;
  font-size: 24px;
  line-height: 70px;
}
.dococr_style_a_wrap,
.dococr_style_b_wrap,
.dococr_style_c_wrap,
.dococr_style_d_wrap,
.dococr_collage_wrap,
.dococr_style_e_wrap {
  max-width: 1100px;
}
/*style_a*/
.dococr_style_a {
  background: #fafafa;
  border-bottom: #e8e8e8 1px solid;
}
.dococr_style_a_wrap {
  margin: 0 auto;
}
.dococr_style_a_pic {
  float: left;
}
.dococr_style_a_text {
  max-width: 345px;
  float: right;
  padding: 0 30px;
  margin-top: 110px;
}
.dococr_style_a_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 1020px) {
  .dococr_style_a {
    position: relative;
  }
  .dococr_style_a_text {
    max-width: 330px;
    position: absolute;
    margin: 0;
    top: 80px;
    left: 25vw;
  }
  .dococr_style_a_text h3 {
    display: none;
  }
  .dococr_style_a_pic {
    float: none;
  }
  .dococr_style_a_pic img {
    display: block;
    padding-top: 250px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .dococr_style_a_text {
    left: 12vw;
  }
}
@media (max-width: 500px) {
  .dococr_style_a_text {
    left: 0;
  }
  .dococr_style_a {
    padding: 40px 0 0 0;
  }
}
/*style_b*/
.dococr_style_b {
  background: #fafafa;
  border-bottom: #e8e8e8 1px solid;
}
.dococr_style_b_wrap {
  margin: 0 auto;
}
.dococr_style_b_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.dococr_style_b_text {
  float: left;
  max-width: 330px;
  padding: 0 20px;
  margin: 190px 0 0 30px;
}
.dococr_style_b_pic {
  float: right;
}
.dococr_style_b_pic img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .dococr_style_b {
    position: relative;
  }
  .dococr_style_b_text {
    max-width: 400px;
    position: absolute;
    margin: 0;
    top: 80px;
    left: 25vw;
  }
  .dococr_style_b_pic {
    float: none;
    margin: 0 auto;
  }
  .dococr_style_b_pic img {
    width: 100%;
    padding-top: 250px;
  }
}
@media (max-width: 820px) {
  .dococr_style_b_text {
    left: 12vw;
  }
}
@media (max-width: 500px) {
  .dococr_style_b_text {
    left: 0;
    padding: 0 30px;
  }
  .dococr_style_b_text h4 {
    max-width: 275px;
  }
  .dococr_style_b {
    padding: 40px 0 0 0;
  }
}

/*dococr search*/
.dococr_search {
  height: 700px;
  background: #fafafa;
  border-bottom: #e8e8e8 1px solid;
}
.dococr_search_wrap {
  max-width: 1024px;
  margin: 0 auto;
}
.dococr_search_text {
  max-width: 345px;
  float: right;
  padding: 0 30px;
  margin-top: 250px;
}
.dococr_search_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.dococr_search_video {
  float: left;
  max-width: 494px;
  margin: 50px 0 0 0;
}

@media (max-width: 1020px) {
  .dococr_search {
    height: 850px;
    position: relative;
    margin: 0 auto;
  }
  .dococr_search_text {
    max-width: 400px;
    position: absolute;
    margin: 0;
    top: 80px;
    left: 25vw;
  }
  .dococr_search_video {
    margin-left: 25vw;
    margin-top: 250px;
  }
}
@media (max-width: 820px) {
  .dococr_search_text {
    left: 15vw;
  }
  .dococr_search_video {
    margin-left: 12vw;
    margin-top: 250px;
  }
}
@media (max-width: 500px) {
  .dococr_search_text {
    left: 10px;
  }
  .dococr_search_video {
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .dococr_search {
    height: 750px;
  }
}
@media (max-width: 370px) {
  .dococr_search {
    height: 680px;
  }
}

/*style_c*/
.dococr_style_c {
  background: #fafafa;
  border-bottom: #e8e8e8 1px solid;
}
.dococr_style_c_wrap {
  margin: 0 auto;
}
.dococr_style_c_text {
  max-width: 345px;
  float: right;
  padding: 0 30px;
  margin-top: 130px;
}
.dococr_style_c_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}

.dococr_video_c {
  float: left;
  padding: 28px 26px 28px 24px;
  margin: 59px 0 59px 80px;
  background: #faf1ec;
  border: #dbdbdb 1px solid;
  border-radius: 19px;
}
.dococr_video_c video {
  width: 326px;
}

@media (max-width: 1020px) {
  .dococr_style_c {
    position: relative;
  }
  .dococr_style_c_text {
    max-width: 400px;
    position: absolute;
    margin: 0;
    top: 80px;
    left: 25vw;
  }
  .dococr_video_c {
    margin: 450px 0 40px 260px;
  }
}
@media (max-width: 820px) {
  .dococr_style_c_text {
    left: 12vw;
  }
  .dococr_video_c {
    margin: 420px 0 40px 120px;
  }
}
@media (max-width: 500px) {
  .dococr_style_c_text {
    left: 0;
  }
  .dococr_style_c {
    padding: 40px 0 0 0;
  }
  .dococr_video_c {
    margin: 380px 0 40px 40px;
  }
}
@media (max-width: 450px) {
  .dococr_video_c {
    margin: 350px 0 40px 18px;
  }
}
@media (max-width: 410px) {
  .dococr_video_c {
    margin: 350px 0 40px 12px;
    padding: 28px 10px;
  }
}
@media (max-width: 370px) {
  .dococr_video_c {
    margin: 450px 0 -2px 0;
    padding: 0;
    background: none;
    border: none;
  }
  .dococr_video_c video {
    width: 100%;
  }
}

/*collage*/
.dococr_collage {
  height: 700px;
  background: #fafafa;
  border-bottom: #e8e8e8 1px solid;
}
.dococr_collage_wrap {
  margin: 0 auto;
}
.dococr_collage_text {
  float: left;
  max-width: 330px;
  padding: 0 20px;
  margin: 210px 0 0 30px;
}
.dococr_collage_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.dococr_collage_video {
  float: right;
  max-width: 576px;
  margin-top: 50px;
}
@media (max-width: 1020px) {
  .dococr_collage {
    height: auto;
  }
  .dococr_collage_text {
    float: none;
    margin: 0 auto;
    padding: 90px 20px 45px 20px;
  }
  .dococr_collage_video {
    float: none;
    margin: 0 auto;
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  .dococr_collage_text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*style_d*/
.dococr_style_d {
  background: white;
  border-bottom: #e8e8e8 1px solid;
}
.dococr_style_d_wrap {
  margin: 0 auto;
}
.dococr_style_d_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
.dococr_style_d_text {
  float: left;
  max-width: 330px;
  padding: 0 20px;
  margin: 260px 0 0 30px;
}
.dococr_style_d_pic {
  float: right;
}
.dococr_style_d_pic img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 1020px) {
  .dococr_style_d {
    position: relative;
  }
  .dococr_style_d_text {
    max-width: 400px;
    position: absolute;
    margin: 0;
    top: 80px;
    left: 25vw;
  }
  .dococr_style_d_pic {
    float: none;
    margin: 0 auto;
  }
  .dococr_style_d_pic img {
    width: 100%;
    padding-top: 250px;
  }
}
@media (max-width: 820px) {
  .dococr_style_d_text {
    left: 12vw;
  }
}
@media (max-width: 500px) {
  .dococr_style_d_text {
    left: 0;
    padding: 0 30px;
  }
  .dococr_style_d_text h4 {
    max-width: 275px;
  }
  .dococr_style_d {
    padding: 40px 0 0 0;
  }
}
/*style_a*/
.dococr_style_e {
  background: white;
}
.dococr_style_e_wrap {
  margin: 0 auto;
}
.dococr_style_e_pic {
  float: left;
}
.dococr_style_e_text {
  max-width: 345px;
  float: right;
  padding: 0 30px;
  margin-top: 230px;
}
.dococr_style_e_text h1 {
  margin-top: 8px;
  margin-bottom: 24px;
}
@media (max-width: 1020px) {
  .dococr_style_e {
    position: relative;
  }
  .dococr_style_e_text {
    max-width: 330px;
    position: absolute;
    margin: 0;
    top: 80px;
    left: 25vw;
  }
  .dococr_style_e_pic {
    float: none;
  }
  .dococr_style_e_pic img {
    display: block;
    padding-top: 250px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .dococr_style_e_text {
    left: 12vw;
  }
}
@media (max-width: 500px) {
  .dococr_style_e_text {
    left: 0;
  }
  .dococr_style_e {
    padding: 40px 0 0 0;
  }
}

/*dococr*/
.dococr_situation {
  height: 800px;
  background: url(../pic/dococr/dococr_situation.jpg) center center no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .style_context {
    height: 320px;
  }
}

/*footer*/
footer {
  border-top: #f2f2f2 solid 2px;
}

.footer {
  height: 308px;
  margin: 0 auto;
  width: 1024px;
}
.footer p {
  font-weight: 300;
  font-size: 12px;
  color: #1c1c1e;
  margin-top: -4px;
  margin-bottom: 15px;
  line-height: 18px;
}
.footer a:hover {
  color: #00cda1;
}
.footer a:active {
  color: #00cda1;
}
.footer_logo {
  width: 160px;
  float: left;
  margin: 65px 120px 0 30px;
}
.footer_logo img {
  margin-right: 50px;
  margin-bottom: 10px;
}
.footer_logo_a {
  text-decoration: underline;
  color: #1c1c1e;
  font-size: 14px;
  margin-right: 3px;
}
.footer_text {
  float: left;
  margin-top: 70px;
  margin-left: 60px;
}
.footer_text p {
  color: #9b9b9b;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 10px;
}
.footer_products,
.footer_ourteam,
.footer_support {
  width: 210px;
  float: left;
}
.footer_text li a {
  font-size: 16px;
  line-height: 26px;
}
.wearehiring {
  color: #00cda1;
  font-weight: 700;
  text-decoration: underline;
}

.footer_deco {
  display: none;
}

/*footer-RWD*/
@media (max-width: 900px) {
  .footer {
    width: 100%;
  }
  .footer_logo {
    margin-left: 100px;
  }
  .footer_text {
    margin-left: 100px;
  }
  .footer_products,
  .footer_ourteam,
  .footer_support {
    width: 180px;
    margin-bottom: 50px;
  }
}
