@charset "UTF-8";

form {
  font-family: 'Noto Sans TC', Helvetica, Arial, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ", sans-serif;
}

.userData {
  padding-bottom: 30px;
}

.pdRepairBox {
  position: relative;
  margin-top: 20px;
  padding: 40px 0;
  border-top: 2px dotted #d9e1e5;
}

/*.pdRepairBox:nth-of-type(2) .deleteBox {
  display: none;
}*/
.deleteBox {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: none;
  cursor: pointer;
  background-color: #717579;
  transition: all .5s ease-out;
}

.deleteBox:hover {
  background-color: #585c5f;
}

.deleteBox:hover::before, .deleteBox:hover::after {
  background-color: #fff;
}

.deleteBox::before, .deleteBox::after {
  content: '';
  position: absolute;
  top: 15px;
  width: 20px;
  height: 1px;
  background-color: #ccc;
}

.deleteBox::before {
  left: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.deleteBox::after {
  right: 5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-list li {
  margin-bottom: 20px;
}

.form-list .textEditor ol li,
.form-list .textEditor ul li{
	margin-bottom:0;
}

.form-list input[type="text"], .form-list input[type="email"], .form-list input[type="tel"], .form-list input[type="number"] {
  padding: 10px 0 10px 20px;
  line-height: 1.6;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: .9em;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  color: #52575c;
}

.form-list input[type="number"]::-webkit-outer-spin-button, .form-list input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-list input[type="radio"] {
  display: none;
}

.form-list input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-list input[type="radio"] + label {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  line-height: 46px;
  padding-left: 23px;
  cursor: pointer;
}

.form-list input[type="radio"] + label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #e9f1f5;
}

.form-list input[type="radio"] + label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #82868a;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.2s ease;
}

.form-list textarea {
  width: 96%;
  height: 80px;
  margin: 0 auto 0 22px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: .9em;
  vertical-align: top;
  color: #52575c;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  resize: none;
  padding: 20px 20px 20px 0;
}

.form-list .phoneAddExt li {
  overflow: hidden;
}

.form-list .phoneAddExt li:first-child {
  float: left;
  margin-right: 15px;
  width: 65%;
}

.inputBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #717579;
  background-color: #e9f1f5;
}

.inputBox > :first-child {
  min-width: 80px;
  padding-right: 20px;
  margin-right: 10px;
  border-right: 1px solid #b3b3b3;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.inputBox > input, .inputBox select,
.inputBox textarea {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.inputBox #address,.inputBox #address02, .inputBox #address2, .inputBox #address3 {
  display: inline-block;
}

.inputBox #address2, .inputBox #address3 {
  width: 100%;
}

.inputBox #address2 input[name="data_address"], .inputBox #address3 input[name="rma_addr2"] {
  width: 65%;
}

.inputBox #address:after,.inputBox #address02:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  border-right: 1px solid #CCC;
  position: relative;
  top: 6px;
}

.inputBox #address select,.inputBox #address02 select, .inputBox #address2 select, .inputBox #address3 select {
  padding: 0 15px;
  margin-right: 5px;
  height: 39px;
  background: #e9f1f5;
  border: 1px solid transparent;
  box-sizing: border-box;
}

.inputBox #address input[type="text"],.inputBox #address02 input[type="text"], .inputBox #address3 input[type="text"] {
  width: 80px;
}

.inputBox #address ~ input[type="text"],.inputBox #address02 ~ input[type="text"], .inputBox #address2 ~ input[type="text"], .inputBox #address3 ~ input[type="text"] {
  display: inline-block;
}

.inputBox #address2.flex {
  display: flex;
}
@media (max-width: 768px) {
  .inputBox #address2.flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.inputBox #address2.flex > input {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.expBox {
  padding: 20px 0;
}

.expBox > :first-child {
  padding-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.selectBox {
  background-image: url("../images/onlineArrow.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.selectBox select, .selectBox span {
  height: 40px;
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #717579;
  letter-spacing: 1px;
  font-family: '微軟正黑體', sans-serif;
}

.tipItem {
  position: relative;
  margin-bottom: 40px;
}

.tipItem .light-box-btn {
  position: absolute;
  bottom: -25px;
  left: 100px;
  z-index: 1;
  color: #6a8ddd;
  text-decoration: underline;
}

.tipItem .light-box-btn:hover {
  text-decoration: none;
}

.pdNameItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pdNameItem .remark {
  min-width: 80px;
  padding-right: 20px;
}

.pdNameItem .rightData {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.remark {
  position: relative;
  padding: 10px 0 10px 20px;
}

.remark::before {
  content: '*';
  position: absolute;
  color: #7d0000;
  font-size: 1.1em;
  top: 13px;
  left: 10px;
}

.remark2 {
  position: relative;
  padding: 10px 0 10px 20px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}

.checkArea::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.checkArea .btn {
  display: inline-block;
}

.checkArea a {
  cursor: pointer;
  display: inline-block;
  height: 47px;
  line-height: 45px;
  padding: 0 25px;
  font-size: 15px;
  color: #FFF;
  border-radius: 0;
  background: #da224b;
}

.checkArea button {
  float: left;
  display: block;
  padding: 13px 20px;
  font-size: 15px;
  border: none;
  background-color: #797f82;
  color: #fff;
  letter-spacing: .5px;
  cursor: pointer;
  font-family: 'Calibri', Helvetica, Arial, sans-serif, "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", Heiti TC, "メイリオ";
  transition: all 0.5s ease;
}

.checkArea button:hover {
  background-color: #1f1f1f;
}

.sliderBox {
  position: relative;
  float: left;
  vertical-align: top;
  margin-right: 8px;
}

.sliderBox::before, .sliderBox::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 1px;
  height: 30px;
}

.sliderBox::before {
  left: 45px;
  background: #b9d2df;
}

.sliderBox::after {
  left: 43px;
  background: #a0948d;
}

.error {
  box-shadow: 0 0 10px #F00;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
  position: relative;
}

.QapTcha .clr {
  clear: both;
}

.QapTcha .bgSlider {
  width: 200px;
  height: 47px;
  float: left;
  background: #e9f1f5;
}

.QapTcha .Slider {
  cursor: pointer;
  width: 45px;
  height: 45px;
  background: transparent;
  position: relative;
  left: 0;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  z-index: 99;
}

.QapTcha .Slider::after {
  content: '\f105';
  font-family: FontAwesome;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 44px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  background: #95bcd0;
}

.note {
  font-size: 15px;
  font-family: '微軟正黑體';
  color: #52575c;
  position: absolute;
  left: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: .05em;
}

.dropSuccess {
  color: #4e8b37;
}

.dropError {
  display: none;
}

.morePdAdd {
  position: relative;
  padding-bottom: 20px;
}

.morePdAdd::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 17px;
  left: 0;
  z-index: -1;
  border-top: 2px dotted #d9e1e5;
}

.morePdAdd .selectBox {
  max-width: 280px;
  margin: auto;
  background-color: #e9f1f5;
}

.morePdAdd select, .morePdAdd span {
  width: 100%;
  padding-left: 20px;
}

.morePdAdd span {
  padding-top: 10px;
  display: block;
}

.applyDataBox {
  padding: 20px 30px;
  background: #f2f6f8;
  border-radius: 10px;
}

.applyTitleBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-bottom: 20px; */
}

.applyTitleBox h2, .applyTitleBox h3 {
  font-weight: 500;
  line-height: 80px;
}

.applyTitleBox h4 {
  font-weight: 500;
  line-height: 40px;
  font-size: 1.5em;
}

.applyTitleBox h4 span {
  font-size: 1.25em;
}

.applyTitleBox h2 {
  font-size: 2.154em;
}

.applyTitleBox h3 {
  font-size: 1.5em;
}

.applyDataList {
  padding: 30px 0;
  border-bottom: 2px dotted #d9e1e5;
}

.applyDataList:first-child {
  padding: 0 0 30px 0;
}

.applyDataList:last-child {
  border-bottom: none;
  padding: 30px 0 0 0;
}

.applyDataList li {
  padding: 5px 0;
}

.applyDataList strong {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
}

.dataTitle {
  display: inline-block;
  vertical-align: middle;
  min-width: 120px;
  padding-right: 10px;
  font-size: 15px;
  border-right: 1px solid #d8d8d8;
  margin-right: 20px;
}

.printLetter {
  display: inline-block;
  padding: 3px 15px;
  background: #0e2431;
  color: #FFF !important;
  margin: 0 5px;
}

.numberBox {
  margin-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 30px;
  background: #f2f6f8;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.8;
}

/*7-11*/
.btn_711store{
  display: flex; 
}

.btn_711store a{
  cursor: pointer;
  display: inline-block;
  padding:10px 15px;
  background-color: #797f82;
  color: #FFF;
}

.btn_711store a:hover{
  background: #1f1f1f;
}

.btn_711store .store_name{
    cursor: pointer;
    background: #e9f1f5;
    color: #717579;
    display: block;
    box-sizing: border-box;
    min-width: 180px;
    line-height: 37px;
    padding: 0 10px;
}

/*select2*/
.inputBox .select2-container--default .select2-selection--single{
	height:35px;
	border: none;
    background: transparent;
}

.inputBox .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 35px;
	height:35px;
}

.inputBox .select2-container--default .select2-selection--single .select2-selection__arrow{
	height:35px;
}

@media (max-width: 768px) {
  .inputBox.addressBox {
    display: block;
  }
  .inputBox.addressBox > :first-child {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
  }
  .inputBox #address,.inputBox #address02 {
    display: block;
  }
  .inputBox #address:after,.inputBox #address02:after {
    display: none;
  }
  .inputBox #address select,.inputBox #address02 select {
    width: 48%;
  }
  .inputBox #address input[type="text"],.inputBox #address02 input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
  }
  .inputBox #address ~ input[type="text"],.inputBox #address02 ~ input[type="text"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #CCC;
  }
}

@media (max-width: 640px) {
  .selectBox {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-size: 40px 40px;
    background-position-y: 100%;
  }
  .selectBox > :first-child {
    padding-top: 11px;
    padding-bottom: 12px;
  }
  .selectBox select {
    width: 100%;
    padding-left: 20px;
  }
  .tipItem .light-box-btn {
    left: auto;
    right: 0;
  }
  .form-list .phoneAddExt li:first-child {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .morePdAdd .selectBox {
    max-width: 200px;
  }
  .checkArea button {
    padding-left: 8px;
    padding-right: 8px;
  }
  .applyTitleBox {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .applyTitleBox h2, .applyTitleBox h3 {
    line-height: 1.8;
  }
}

.hide {
  display: none;
}

.select-box {
  position: relative;
  display: inline-block;
  width: 170px;
  background-color: #e8ecee;
  letter-spacing: .1em;
  text-align: left;
  font-size: 1rem;
}

.select-box[data-title]::before {
  content: attr(data-title);
  position: absolute;
  top: 9px;
  right: 180px;
  font-size: .8em;
  color: #c3c7c9;
  letter-spacing: .6px;
}

.select-box.select-open ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate3d(1, 0, 0, 0);
  transform: rotate3d(1, 0, 0, 0);
  transition: all 0.3s ease;
}

.select-box.select-open div::before {
  color: #b9bbd5;
  background-color: #6a70a4;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.select-box div {
  padding-left: 15px;
  line-height: 38px;
  font-size: .625em;
  color: #717579;
  cursor: pointer;
  transition: all 0.2s ease;
}

.select-box div::before {
  content: '\f107';
  float: right;
  width: 38px;
  height: 38px;
  border-left: 1px solid #fff;
  font-family: FontAwesome;
  font-size: 2em;
  color: #62666c;
  text-align: center;
  cursor: pointer;
  transition: background-color .2s ease-out, color .2s ease-out;
}

.select-box div::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.select-box div:hover::before {
  color: #b9bbd5;
  background-color: #6a70a4;
}

.select-box ul {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 1px;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotate3d(1, 0, 0, 60deg);
  transform: rotate3d(1, 0, 0, 60deg);
  z-index: 2;
  background-color: rgba(232, 236, 238, 0.95);
  visibility: hidden;
}

.select-box li {
  font-size: 14px;
  color: #717579;
  letter-spacing: .1em;
}

.select-box li a {
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #717579;
  transition: all 0.2s ease;
}

.select-box li[data-disable] {
  color: rgba(113, 117, 121, 0.8) !important;
}

.select-box li.select-active {
  color: #424ca4;
}

.select-box li:hover {
  color: #424ca4;
}

.select-box + .select-box {
  margin-left: 10px;
}

.stepBox {
  font-size: 20px;
  color: #525252;
  font-weight: bold;
}

.userData .form-list li > p {
  padding-left: 10px;
  padding-top: 5px;
  color: #c30000;
}

.userData .form-list li > p span {
  text-decoration: underline;
}

.stepBox.Box2 {
  padding-top: 40px;
}

.stepBox.Box3 {
  padding: 40px 0;
}

.stepBox .btn_same {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
  font-size: 13px;
  margin-top: 15px;
  color: #51aac5;
}

.stepBox .btn_same a {
  color: #51aac5;
  text-decoration: underline;
}

.stepBox .btn_same a:hover {
  text-decoration: none;
}

.form-excel {
  margin-left: 80px;
}

.flex_li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newRepairTitle {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 47px;
}

.pdNoItem.pdNoItem {
  margin-bottom: 5px;
}

.warrantyPeriodTextBox {
  font-size: 13px;
  color: #9f0000;
}