@charset "UTF-8";
.AG亚娱-contact-us-page {
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  display: block;
  padding-bottom: 0px;
  background: #333333;
}
.AG亚娱-contact-us-page .content-width {
  margin: auto;
  width: 1440px;
  max-width: calc(100% - 100px);
}
.AG亚娱-contact-us-page img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 750px;
}
.AG亚娱-contact-us-page .form-content {
  margin-top: 2.083333vw;
}
.AG亚娱-contact-us-page .form-content .sub-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.AG亚娱-contact-us-page .form-content .sub-btn div {
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  -webkit-box-shadow: inset 0 0 0 1px #a0a0a0;
  box-shadow: inset 0 0 0 1px #a0a0a0;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  margin-top: 20px;
  padding: 0;
  border-radius: 0;
}
.AG亚娱-contact-us-page .form-content .sub-btn .btn-white:hover {
  background-color: #fff !important;
  color: #000;
}
.AG亚娱-contact-us-page .form-inp-contant {
  width: 100%;
}
.AG亚娱-contact-us-page .form-inp-contant > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-title {
  margin-top: 30px;
  color: #fff;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-title h3 {
  font-size: 16px;
  font-weight: normal;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #717171;
  height: 48px;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-file label {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-file div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #5c5c5c;
  width: 1px;
  margin: 0px 10px 0px 15px;
  height: 25px;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-file #btn {
  background: transparent;
  border: none;
  color: #bfbfbf;
  margin-right: 5px;
  width: 85%;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-file #text {
  color: #bfbfbf;
  line-height: 50px;
  margin-left: 10px;
  width: 15%;
  min-width: 85px;
}
.AG亚娱-contact-us-page .form-inp-contant .upd-file #fileUpload {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item {
  width: 47%;
  margin-top: 20px;
  margin-right: 16px;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item .inp-text {
  color: #fff;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item .inp-title {
  margin-bottom: 0.78125vw;
  font-size: 3.8888888889vw !important;
  font-weight: normal;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  height: 48px;
  outline: none;
  font-family: inherit;
  background: transparent;
  border: none;
  border-bottom: 1px solid #717171;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item input::-webkit-input-placeholder {
  color: #BFBFBF;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item input::-moz-placeholder {
  color: #BFBFBF;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item input:-ms-input-placeholder {
  color: #BFBFBF;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item input::-ms-input-placeholder {
  color: #BFBFBF;
}
.AG亚娱-contact-us-page .form-inp-contant .inp-item input::placeholder {
  color: #BFBFBF;
}
.AG亚娱-contact-us-page .form-inp-contant .remind {
  color: red;
  line-height: 1.6;
  margin: 5px 0 0 0px;
  visibility: hidden;
  font-size: 14px;
}
.AG亚娱-contact-us-page .form-inp-contant .remindActive {
  visibility: visible;
}
.AG亚娱-contact-us-page .question-form-title h2 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.145833vw;
  text-align: center;
}
.AG亚娱-contact-us-page .question-form-title p {
  color: #888888;
  font-size: 16px;
  line-height: 1.6;
}
.AG亚娱-contact-us-page .question-form-title p a {
  color: #717171;
  text-decoration: underline;
}
.AG亚娱-contact-us-page .form-textarea {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.AG亚娱-contact-us-page .form-textarea > div {
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
}
.AG亚娱-contact-us-page .form-textarea textarea {
  resize: none;
  border: none;
  outline: none;
  border: 1px solid #e3e3e4;
  width: 98%;
  height: 200px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.6;
  font-size: 16px;
  font-family: inherit;
}
.AG亚娱-contact-us-page .check-tips {
  color: #888888;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AG亚娱-contact-us-page .check-tips div {
  margin: 4px 5px 0px 0px;
}
.AG亚娱-contact-us-page .check-container {
  margin-top: 20px;
}
.AG亚娱-contact-us-page .check-container p {
  color: #020205;
  font-size: 16px;
}
.AG亚娱-contact-us-page .check-container .check-item {
  margin-top: 20px;
  font-size: 16px;
  color: #888888;
  text-align: center;
}
.AG亚娱-contact-us-page .check-container .check-item .noCheckedTip {
  color: red;
  font-size: 14px;
  visibility: hidden;
}
.AG亚娱-contact-us-page .check-container .check-item .noCheckedTip.isshow {
  visibility: visible;
}
.AG亚娱-contact-us-page .check-container .check-item .check-item-text {
  margin-left: 0.520833vw;
  font-size: 14px;
}
.AG亚娱-contact-us-page .check-container .check-item .check-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.AG亚娱-contact-us-page .check-container .check-item .check-item-wrap .check-item-text {
  text-align: left;
}
.AG亚娱-contact-us-page .check-container .check-item .checkLabel {
  font-size: 12px;
  cursor: pointer;
}
.AG亚娱-contact-us-page .check-container .check-item .checkLabel i {
  font-size: 12px;
  font-style: normal;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  margin: 2px 2px 1px 0px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  background-color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.AG亚娱-contact-us-page .check-container .check-item .checkLabel input[type=checkbox] {
  display: none;
}
.AG亚娱-contact-us-page .check-container .check-item .checkLabel input[type=checkbox]:checked + i {
  background-color: rgba(51, 51, 51, 0.8);
  color: rgb(255, 255, 255);
}
.AG亚娱-contact-us-page .check-container .checkLabel:hover i {
  border: 1px solid #5fb878;
}
.AG亚娱-contact-us-page .check-container .privacy-policy a {
  color: #e80000;
  text-decoration: underline;
  font-size: inherit;
}
.AG亚娱-contact-us-page .list {
  width: 1280px;
  max-width: calc(100% - 100px);
  margin: 0 auto;
}
.AG亚娱-contact-us-page .list .item {
  margin-top: 70px;
}
.AG亚娱-contact-us-page .list .item .title {
  font-size: 26px;
}
.AG亚娱-contact-us-page .list .item .text {
  color: #717171;
  font-size: 16px;
  margin-top: 28px;
}
.AG亚娱-contact-us-page .list .item .text-s {
  color: #717171;
  font-size: 16px;
}
.AG亚娱-contact-us-page .list .item .text-s-list {
  margin-top: 28px;
}
.AG亚娱-contact-us-page .content-wrap {
  margin: 4.1666666667vw auto 5.2083333333vw;
  width: 100%;
  height: 100%;
  color: #d2d2d2;
  height: 100%;
}
.AG亚娱-contact-us-page .content-wrap .AG亚娱-contact-us-buttom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: calc(100% - 100px);
  margin: auto;
}
.AG亚娱-contact-us-page .content-wrap .overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 37.5vw;
  max-width: 700px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1vw 1vw 1.4vw;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .content-su {
  width: 100%;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .content-su svg {
  width: 100%;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .content-su .img-delete {
  text-align: right;
  width: 100%;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .content-su .img-delete img {
  height: 25px;
  width: 25px;
  min-height: 16px !important;
  float: right;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .icon {
  width: 4.333333vw;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .img-delete:hover {
  cursor: pointer;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .title {
  padding: 0px 4.6875vw;
  text-align: center;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .title h3 {
  margin-top: 1.041667vw;
  font-size: 24px;
  font-weight: 600;
  color: #000;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .title p {
  font-size: 15px;
  margin: 20px 0px;
  color: #7a8080;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .title a {
  font-size: 15px;
  font-weight: 500;
  color: #7a8080;
  text-decoration: underline;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .jump {
  margin-top: 2.083333vw;
  color: #7A8080;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .jump a {
  text-decoration: underline;
  color: #7A8080;
}
.AG亚娱-contact-us-page .content-wrap .overlay .content .jump img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
}
.AG亚娱-contact-us-page .content-wrap.success .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .AG亚娱-contact-us-page .content-width {
    width: 86.111111vw;
    margin: 13.8888888889vw auto;
    max-width: 100%;
  }
  .AG亚娱-contact-us-page img {
    min-height: 1500px;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom {
    width: 100% !important;
    margin: 0px !important;
    max-width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form {
    border: none;
    padding: 0;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .question-form-title {
    text-align: center;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .question-form-title h2 {
    font-size: 6.1111111111vw;
    margin-bottom: 6.9444444444vw;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .question-form-title p {
    font-size: 4.444444vw;
    color: #4e5356;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content {
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant .upd-title {
    width: 100%;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant h3 {
    margin-bottom: 4.8611111111vw !important;
    font-size: 3.8888888889vw;
    text-align: left;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant .form-inp-contant-line {
    width: 120px;
    margin-bottom: 12.638889vw;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant .form-inp-contant-txt {
    text-align: center;
    font-size: 3.8888888889vw;
    color: #4e5356;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant .inp-item > .inp-title {
    margin: 6.944444vw 0 3.194444vw;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant .inp-item input {
    height: 12.222222vw;
    font-size: 3.8888888889vw;
    border: none;
    border-bottom: 1px solid #717171;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant .inp-item .remind {
    font-size: 3.333333vw;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 86.111111vw;
    margin: auto;
    max-width: 100%;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .form-inp-contant ul .inp-item {
    width: 100% !important;
    margin-top: 0;
    margin-right: 0;
  }
  .AG亚娱-contact-us-page .AG亚娱-contact-us-buttom .submit-question-form .form-content .sub-btn div {
    margin-bottom: 0px !important;
  }
  .AG亚娱-contact-us-page .content-wrap {
    margin: 13.8888888889vw auto 16.6666666667vw;
    top: 0 !important;
  }
  .AG亚娱-contact-us-page .content-wrap .overlay .content {
    width: 71.944444vw;
  }
  .AG亚娱-contact-us-page .content-wrap .overlay .content .icon {
    margin-top: 11.111111vw;
    width: 10.333333vw;
  }
  .AG亚娱-contact-us-page .content-wrap .overlay .content .img-delete img {
    width: 5.5555555556vw;
    height: 5.5555555556vw;
  }
  .AG亚娱-contact-us-page .content-wrap .overlay .content .title h3 {
    font-size: 4.444444vw;
    margin-top: 4.166667vw;
  }
  .AG亚娱-contact-us-page .content-wrap .overlay .content .title p {
    font-size: 1.9444444444vw;
  }
  .AG亚娱-contact-us-page .content-wrap .overlay .content .jump {
    margin-top: 8.333333vw;
    font-size: 3.333333vw;
  }
  .AG亚娱-contact-us-page .sub-btn {
    text-align: center;
  }
  .AG亚娱-contact-us-page .sub-btn div {
    width: 75vw;
    margin: 11.666667vw auto;
    height: 12.222222vw;
    line-height: 12.222222vw;
    font-size: 4.444444vw;
    border-radius: 0;
  }
  .AG亚娱-contact-us-page .AG亚娱-choice-select ul {
    padding: 10px 0;
    max-height: 27vw;
  }
  .AG亚娱-contact-us-page .AG亚娱-choice-select ul li {
    padding: 0 20px;
  }
  .AG亚娱-contact-us-page .check-tips {
    width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .AG亚娱-contact-us-page .check-container .check-item {
    margin-top: 35px;
  }
  .AG亚娱-contact-us-page .check-container .check-item .noCheckedTip {
    font-size: 3.333333vw;
    margin-left: 8.6vw;
  }
  .AG亚娱-contact-us-page .check-container .check-item .check-item-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 3.6111111111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .AG亚娱-contact-us-page .check-container .check-item .check-item-wrap .check-item-text {
    margin-left: 3.166667vw;
    text-align: left;
  }
  .AG亚娱-contact-us-page .check-container p {
    font-size: 3.6111111111vw;
  }
}
