@charset "UTF-8";
.bg-org {
  background: radial-gradient(100% 70% at 100% 50%, #FFDEC9 0%, #FFEBDF 100%);
}

/*官方技术认证和服务保障*/
.pcook-server-ty-box {
  padding: 10rem 2rem 10rem;
}
.pcook-server-ty-box .pcook-common-title {
  margin-bottom: 6rem;
}
.pcook-server-map-box {
  padding: 10rem 2rem 10rem;
}
.pcook-server-map-box .pcook-common-title {
  margin-bottom: 6rem;
}
.pcook-server-map-box .pcook-server-map-content {
  width: 120rem;
  height: 60rem;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 6fr 2fr;
  column-gap: 0;
  border: 4px solid #ffffff;
  border-radius: 4px;
}
.pcook-server-map-box .pcook-server-map-content #map {
  width: 100%;
  height: 100%;
}
.pcook-server-map-box .pcook-server-map-content #locationList .list-item {
  padding: 1rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}
.pcook-server-map-box .pcook-server-map-content #locationList .list-item .title {
  font-weight: 500;
  cursor: pointer;
  font-size: 2rem;
  text-align: center;
}
.pcook-server-map-box .pcook-server-map-content #locationList .list-item .address {
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  align-items: start;
}
.pcook-server-map-box .pcook-server-map-content #locationList .list-item .address i {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../../img/dw-icon.png") no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.pcook-server-map-box .pcook-server-map-content #locationList .list-item:hover {
  background: #F5F5F5;
}
.pcook-server-map-box .pcook-server-map-content #locationList .list-item:hover .title, .pcook-server-map-box .pcook-server-map-content #locationList .list-item:hover .address {
  color: #F0830C;
}
.pcook-server-map-box .pcook-server-map-content #locationList .list-item:hover .title span, .pcook-server-map-box .pcook-server-map-content #locationList .list-item:hover .address span {
  color: #F0830C;
}
.pcook-server-map-box .address-box {
  margin-top: 4rem;
  background-color: white;
  border-radius: 1rem;
}
.pcook-server-map-box #locationList_M .list-item {
  padding: 1rem 2rem;
  cursor: pointer;
  border-bottom: 1px solid #efefef;
}
.pcook-server-map-box #locationList_M .list-item .title {
  font-weight: 500;
  cursor: pointer;
  font-size: 2rem;
  text-align: center;
}
.pcook-server-map-box #locationList_M .list-item .address {
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  align-items: start;
}
.pcook-server-map-box #locationList_M .list-item .address i {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../../img/dw-icon.png") no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
  margin-top: 0.5rem;
}
.pcook-server-map-box #locationList_M .list-item:hover {
  background: #F5F5F5;
}
.pcook-server-map-box #locationList_M .list-item:hover .title, .pcook-server-map-box #locationList_M .list-item:hover .address {
  color: #F0830C;
}
.pcook-server-map-box #locationList_M .list-item:hover .title span, .pcook-server-map-box #locationList_M .list-item:hover .address span {
  color: #F0830C;
}

.pcook-form-box {
  padding: 10rem 2rem;
}
.pcook-form-box .pcook-common-title {
  margin-bottom: 6rem;
}
.pcook-form-box .pcook-form-content {
  width: 120rem;
  min-height: 100rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left {
  background: linear-gradient(135deg, #E88930 0%, #FF867B 100%);
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 3.2rem 0 0 3.2rem;
  padding: 6rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .title {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 4.8rem;
  color: #FFFFFF;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .sub-title {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.4rem;
  padding: 3rem 0 2rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .pcook-list-item p {
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .pcook-list-item p i {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url("../../img/experience-icon-1.png") no-repeat center center;
  background-size: cover;
  margin-right: 1rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .us-title {
  margin: 4rem 0 2rem 0;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2.4rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .us-nav p {
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .us-nav p i {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .us-nav p i.tel {
  background: url("../../img/experience-icon-2.png") no-repeat center center;
  background-size: cover;
}
.pcook-form-box .pcook-form-content .pcook-form-content-left .us-nav p i.emile {
  background: url("../../img/experience-icon-3.png") no-repeat center center;
  background-size: cover;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right {
  background: #FFF9F5;
  box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0 3.2rem 3.2rem 0;
  padding: 6rem 10rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .item-row {
  padding: 0 0 2rem 0;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .item-row .label {
  font-weight: 400;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .item-row .input input {
  width: 100%;
  height: 4rem;
  border-radius: 0.8rem;
  padding: 0 1.6rem;
  border: 1px solid #CFCFCF;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .item-row .input input:focus {
  outline: none;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .item-row .input textarea {
  padding: 1rem 1.6rem;
  width: 100%;
  height: 12rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  border: 1px solid #CFCFCF;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .item-row .input textarea:focus {
  outline: none;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .pcook-submit-btn {
  width: 100%;
  height: 4rem;
  color: #ffffff;
  background: #E88930;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  outline: none;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right button:focus {
  outline: none;
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .pcook-submit-btn:hover {
  background-color: rgba(232, 137, 48, 0.85);
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .pcook-submit-btn:active {
  background-color: rgba(232, 137, 48, 0.9);
}
.pcook-form-box .pcook-form-content .pcook-form-content-right .pcook-submit-btn:disabled {
  background-color: rgba(232, 137, 48, 0.87);
  cursor: not-allowed;
}

/*下拉选项*/
/* 自定义下拉菜单容器 */
.custom-dropdown {
  position: relative;
}

/* 下拉按钮样式 */
.dropdown-btn {
  width: 100%;
  padding: 0 1.6rem;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  text-align: left;
  cursor: pointer;
  display: flex;
  height: 4rem;
  font-size: 1.4rem;
  justify-content: space-between;
  align-items: center;
}

.dropdown-btn:after {
  content: "▼";
  font-size: 1.2rem;
  color: #666;
  margin-left: 1rem;
}

.dropdown-btn:focus {
  outline: none;
}

/* 下拉菜单样式 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: 2px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  z-index: 100;
  border: 1px solid #ddd;
}

/* 下拉菜单打开状态 */
.dropdown-menu.open {
  max-height: 20rem;
  border-top: none;
  display: block;
}

/* 选项样式 */
.dropdown-menu li {
  padding: 1rem 1.5rem;
  cursor: pointer;
  font-size: 1.4rem;
  transition: background-color 0.2s;
}

/* 选项hover效果 - 完全可控 */
.dropdown-menu li:hover {
  background: rgba(232, 137, 48, 0.5);
  color: #ffffff;
}

/* 选项选中效果 */
.dropdown-menu li.selected {
  background: #e88930;
  color: #ffffff;
}

@media (max-width: 992px) {
  .pcook-server-map-box .pcook-server-map-content {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .pcook-form-box .pcook-form-content {
    width: 100%;
    min-height: 100rem;
    grid-template-columns: 1fr;
  }
  .pcook-form-box .pcook-form-content .pcook-form-content-left {
    border-radius: 3.2rem 3.2rem 0 0;
    box-shadow: none;
  }
  .pcook-form-box .pcook-form-content .pcook-form-content-right {
    border-radius: 0 0 3.2rem 3.2rem;
  }
  .pcook-form-box .pcook-form-content .pcook-form-content-right .item-row .input input {
    height: 6rem;
    font-size: 2rem;
  }
  .pcook-form-box .pcook-form-content .dropdown-btn {
    height: 6rem;
  }
}
