.all-body {
  margin-top: 60px;
  padding: 20px 20px;
  margin-bottom: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.all-body .div-extension {
  width: 1px;
  height: 1px;
  display: none;
}

/* .all-body .div-tip {
  height: 30px;
  width: 720px;
  color: #e74436;
  line-height: 30px;
  margin: 25px 0;
  display: none;
  background-color: rgb(255, 248, 166);
  border-color: rgb(244, 236, 186);
  border-width: 1px;
  border-style: solid;
  font-size: 16px;
  padding: 0px;
  text-align: center;
  font-weight: normal;
  font-style: normal;
  color: #ff2020;
} */

.all-body .area-input {
  display: flex;
  height: 55px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #4E89C8;
  border-radius: 4px;
  border: 2px solid #4E89C8;
  padding: 0 10px;
}

.all-body .area-input .input-left {
  width: 602px;
  height: 74%;
  background-color: white;
  border-radius: 8px;
  margin-right: 10px;
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
  padding: 0 10px;
}

.all-body .area-input .input-left span {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #676a6e;
  margin-left: 10px;
}

.all-body .area-input .input-left span:hover {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
}

.all-body .area-input .input-left input {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  border: 0;
  margin-right: 10px;
  padding-left: 10px;
}

.all-body .area-input .input-left input:focus {
  outline: 0px;
}

.all-body .area-input .input-left img {
  width: 32px;
  vertical-align: middle;
}

.all-body .area-input .btn-download {
  background-color: transparent;
  border-radius: 6px !important;
  color: white;
  font-size: 14px;
  border: 2px solid #fff;
  height: 74%;
  padding: 0 18px;
  font-weight: 500;
  cursor: pointer;
}

.all-body .area-input .btn-download:hover:not([disabled="disabled"]) {
  background-color: rgba(204, 204, 204, 0.288)
}

.all-body .area-text {
  font-size: 12px;
  color: rgba(144, 147, 153, 1);
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
}

.all-body .area-text a {
  text-decoration: none;
}

.extension-wrap {
  padding: 20px 20px;
  margin: 0 auto 60px;
  text-align: center;
  border-radius: 10px;
  color: #000;
}

#saasbox_page_content .area-ce-button {
  width: 190px;
  height: 40px;
  background-color: #4E89C8;
  margin-top: 20px;
  line-height: 36px;
  text-align: center;
  border-radius: 6px;
  border: 2px solid #4E89C8;
  color: white;
  font-size: 14px;
  font-weight: 500;
  transform: translateX(-50%);
  margin-left: 50%;
  cursor: pointer;
  margin-bottom: 60px;
}

#ce-button01 img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 4px;
}

.links-client-wrap {
  width: 800px;
  height: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  margin-top: 33px;
  background: #fff;
  border-radius: 5px;
}

.links-client-wrap .links-head {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 11px;
}

.links-client-wrap .links-head .images {
  width: 32px;
  height: 32px;
}

.links-client-wrap .links-head .links-title {
  font-family: Source Han Sans;
  font-size: 24px;
  font-weight: 500;
  color: #3D3D3D;
  padding-left: 10px;
}

.links-client-wrap .links-content {
  width: 95%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 12px;
  margin-top: 21px;
  text-align: center;
  padding-left: 8px;
}

.links-client-wrap .free-download {
  width: 120px;
  height: 39px;
  line-height: 39px;
  border-radius: 5px;
  background: #FF9900;
  color: #fff;
  margin-top: 19px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border: 0;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  line-height: 24px;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid red;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox input[type="checkbox"]:checked~.checkmark {
  border: 1px solid #ccc;
}

.links-client-website {
  width: 652px;
  height: 150px;
  border-radius: 5px;
  background: #FFF8A6;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}

.links-client-website .website-supported {
  color: #FF1000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 28px;
}

.links-client-website .website-vidsme {
  width: 550px;
  height: 39px;
  line-height: 39px;
  border-radius: 5px;
  background: #FF7804;
  margin-top: 27px;
  text-align: center;
  margin: 0 auto;
  margin-top: 27px;
  cursor: pointer;
}

.links-client-website .website-vidsme p {
  font-family: Source Han Sans;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
}

.links-client-website .website-vidsme p:hover {
  text-decoration: underline;
}