@charset "UTF-8";
.container-fluid-record {
  position: relative;
}

.head-pro-show {
  padding-top: 80px;
  min-height: 645px;
}

.head-pro-show .row {
  margin: 0 auto;
}

.head-pro-show .row .left-container {
  padding-right: 60px;
}

.head-pro-show .row .right-container {
  padding-top: 70px;
}

.record-ui {
  width: 100%;
  padding-bottom: 83px;
  background: #fff;
  position: absolute;
  top: 0;
  z-index: 400;
  padding-top: 100px;
}

.record-ui .col-xl-12 {
  padding: 0 40px;
}

.record-ui .return-x, .record-ui .close-x {
  display: block;
  position: absolute;
  top: 13px;
  right: 127px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  background: url("/record/images/close-x.png");
}

.record-ui .return-x {
  width: 31px;
  height: 25px;
  left: 127px;
  background: url("/record/images/return.png");
}

.record-ui .title {
  font-size: 50px;
  line-height: 120%;
  text-align: center;
  color: #000;
}

.record-ui .icons {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px 60px;
  color: #444444;
  margin-bottom: 0px;
}

.record-ui .icons li img {
  margin-right: 20px;
}

.record-ui .icons li span {
  font-size: 14px;
}

.record-ui .options {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 75px;
  border: 2px solid #e1e0e0;
  border-radius: 12px;
  margin-bottom: 45px;
}

.record-ui .options li {
  display: flex;
  align-items: center;
}

.record-ui .options input {
  display: none;
}

.record-ui .options input:checked + label::before {
  content: "✔";
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  color: #ff6d33;
  background-color: #fe605b;
  border: 1px solid #fe605b;
  font-family: "Segoe UI", Arial, verdana, Tahoma, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-right: 10px;
  color: #fff;
  border-radius: 3px;
}

.record-ui .options label {
  font-size: 22px;
  margin-bottom: 0;
}

.record-ui .options label::before {
  content: "✔";
  display: inline-block;
  text-align: center;
  width: 22px;
  height: 22px;
  background-color: #e3f8ff;
  border: 1px solid #3297f0;
  font-family: "Segoe UI", Arial, verdana, Tahoma, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 21px;
  margin-right: 10px;
  color: #e3f8ff;
  border-radius: 3px;
}

.record-ui .btn-container {
  text-align: center;
}

.record-ui .btn-container div {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #444444;
}

.record-ui .btn-container .recording {
  font-size: 18px;
  margin-bottom: 15px;
}

.record-ui .btn-container .record-btn {
  margin-bottom: 33px;
}

.record-ui .btn-container .record-btn a {
  padding: 19.5px 28px;
  font-size: 22px;
  font-weight: 600;
  background: #ffffff;
  color: #ff3d34;
  border: 1px solid #ff3d34;
}

.record-ui .btn-container .record-btn img {
  margin-right: 14px;
}

.record-ui .btn-container > p {
  font-size: 14px;
  color: #444444;
}

.record-ui h2.supported {
  text-align: center;
  color: #000000;
  font-size: 36px;
  line-height: 120%;
  margin-bottom: 40px;
}

.record-ui table {
  width: 100%;
  background: #f3f7fd;
}

.record-ui table th {
  background: #203ab6;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: 65px;
}

.record-ui table td {
  font-size: 14px;
  line-height: 35px;
  color: #444444;
}

.record-ui table td,
.record-ui table th {
  padding-left: 30px;
  border: 1px solid #d3d4d5;
}

.record-ui table tr:nth-child(2) td {
  line-height: 60px;
  text-align: center;
  padding: 0;
}

.record-ui table tr:nth-child(n+3) td:nth-child(n+2) {
  color: #70ec33;
  font-size: 20px;
  text-align: center;
}

.record-ui table tr:nth-child(n+8) td:nth-child(2) {
  color: #f94f67;
}

.record-ui table tr:last-child td:nth-child(n+2) {
  color: #444444;
  font-size: 14px;
}

.record-ui table .record-now-btn a {
  padding: 12px 35px;
  font-weight: 600;
  background: #ffffff;
  color: #ff3d34;
  border: 1px solid #ff3d34;
}

.record-ui table .free-download-btn a {
  font-weight: 600;
  padding: 12px 35px;
}

.record-ui .playVideo {
  width: 70%;
  height: 500px;
  margin: 0 auto 20px;
  display: block;
}

.record-ui .screenVideo {
  background: #000;
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
}

.record-ui .exports {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0;
  color: #fe3934;
  font-size: 20px;
  column-gap: 124px;
}

.record-ui .exports img {
  width: 26px;
  height: 26px;
  margin-right: 13px;
}

.record-ui .exports > div {
  cursor: pointer;
}

@media (max-width: 1500px) {
  .head-pro-show .row {
    width: 1300px;
    margin: 0 auto;
  }
  .head-pro-show .row .left-container {
    margin-left: 0px;
  }
}

@media (max-width: 1300px) {
  .head-pro-show .row {
    width: 1200px;
    margin: 0 auto;
  }
  .head-pro-show .row .left-container {
    margin-left: 0px;
  }
  .head-pro-show .row .btns {
    flex-direction: column;
  }
  .head-pro-show .row .btns .download-btn {
    width: max-content;
  }
  .head-pro-show .row .btns .record-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1200px) {
  .head-pro-show .row {
    width: auto;
    margin: 0 auto;
  }
  .head-pro-show .row .left-container {
    margin-left: 0px;
  }
}

.right-container > h2 {
  font-size: 28px;
  line-height: 28px;
  color: #2261da;
  font-weight: 600;
  margin-bottom: 20px;
}

.right-container > h2 p {
  display: none;
}

.right-container > h2 p.active {
  display: block;
}

.right-container > .title {
  font-weight: 600;
}

.right-container > .title .subtitle1 {
  font-size: 72px;
  line-height: 120%;
  color: #fe663e;
  margin-bottom: 35px;
}

.right-container > .title .subtitle2 {
  display: block;
  font-size: 41px;
  line-height: 135%;
  color: #000000;
}

.right-container > .desc {
  font-size: 16px;
  color: #696969;
  margin-bottom: 35px;
  line-height: 30px;
}

.right-container > .btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
  justify-content: flex-start;
}

.right-container > .btns .record-btn {
  margin-left: 24px;
}

.right-container > .btns .record-btn a {
  padding: 19.5px 28px;
  font-size: 22px;
  font-weight: 600;
  background: #ffffff;
  color: #ff3d34;
  border: 1px solid #ff3d34;
}

.right-container > .btns .record-btn img {
  margin-right: 14px;
}

.right-container > .btns > div a {
  height: auto;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.right-container > .btns > div img {
  width: 26px;
  margin-right: 23px;
}

.right-container > .btns .download-btn a {
  padding: 14.5px 28px;
  text-align: left;
  display: flex;
  transition: all .4s ease 0s;
}

.right-container > .btns .download-btn a img {
  object-fit: contain;
}

.right-container > .btns .download-btn a .right-text {
  display: flex;
  flex-direction: column;
}

.right-container > .btns .download-btn a .right-text p:first-child {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 4px;
}

.right-container > .btns .download-btn a .right-text p:last-child {
  font-size: 13px;
  font-weight: 500;
  line-height: 14px;
}

.right-container > .works-on {
  margin-left: 10px;
}

.right-container > .works-on .win {
  cursor: pointer;
  margin-left: 10px;
  width: 26px;
}

.right-container > .works-on .mac {
  cursor: pointer;
  margin-left: 30px;
  width: 26px;
}



.common-button {
  display: inline-block;
}

.common-button a,
.common-button input {
  text-align: center;
  text-decoration: none;
  user-select: none;
  font-weight: 500;
  display: inline-block;
}

.common-button input {
  border: none;
}

.common-button[type='12'] a,
.common-button[type='12'] input {
  user-select: none;
  transition: all .4s ease-in-out;
  background-size: 300% 100%;
  background-image: linear-gradient(to right, #fe3935, #ff6e33, #ff6e33, #fe3935);
  padding: 16px 45.15px;
  line-height: 100%;
  display: inline-block;
  border-radius: 8px;
  color: #ffffff;
}


.common-button[type='12'] a:hover,
.common-button[type='12'] input:hover {
  background-position: 100% 0;
  transform: translateY(-10px);
  box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .25);
}
