.content_warp {
  background: #010101;
  min-width: 1280px;
}
.content_warp .platform {
  height: 650px;
  background: url(../image/banner/background.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
}
.content_warp .platform .logo_warp {
  width: 194px;
  height: 52px;
  position: absolute;
  top: 45px;
  left: 86px;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/banner/logo.svg) no-repeat;
  background-size: cover;
}
.content_warp .platform .platform_left_warp {
  float: left;
  width: 50%;
  margin-top: 170px;
}
.content_warp .platform .platform_left_warp .inner_warp {
  float: right;
  margin-right: 63px;
}
.content_warp .platform .platform_left_warp .inner_warp .title {
  text-align: center;
  font-size: 70px;
  font-weight: bold;
  font-style: italic;
  color: #ffffff;
  background: linear-gradient(180deg, #ffe498 0%, #e2a13d 99.63378906%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content_warp .platform .platform_left_warp .inner_warp .tips {
  text-align: center;
  font-style: normal;
  font-size: 20px;
  color: #F0BE66;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.content_warp .platform .platform_left_warp .inner_warp .tips > span {
  padding: 8px 16px;
  border-radius: 25px;
  border: 1px solid #F0BE66;
}
.content_warp .platform .platform_left_warp .inner_warp .tips > span:nth-of-type(2) {
  margin: 0 25px;
}
.content_warp .platform .platform_left_warp .inner_warp .btn_warp {
  text-align: center;
  margin-top: 127px;
}
.content_warp .platform .platform_left_warp .inner_warp .link_us {
  display: inline-block;
  width: 150px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #107632;
  margin-right: 87px;
  cursor: pointer;
}
.content_warp .platform .platform_left_warp .inner_warp .pop_btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  background: linear-gradient(0deg, #277f2f, #1bda51);
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FEFEFE;
  cursor: pointer;
}
.content_warp .platform .platform_right_warp {
  float: right;
  display: flex;
  width: 50%;
  height: 630px;
  margin-top: 110px;
}
.content_warp .platform .platform_right_warp .bg_one {
  width: 316px;
  height: 630px;
  background: url(../image/banner/chart1.png) no-repeat;
  background-size: cover;
}
.content_warp .platform .platform_right_warp .bg_two {
  width: 282px;
  height: 562px;
  background: url(../image/banner/chart2.png) no-repeat;
  background-size: cover;
  margin-left: 20px;
  position: relative;
  bottom: -66px;
}
.content_warp .characteristic {
  height: 250px;
  margin-top: 326px;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.content_warp .characteristic .item {
  width: 250px;
  height: 250px;
  border: 1px solid #1c5e33;
  box-shadow: 0px 3px 24px 0px rgba(48, 138, 43, 0.6);
  border-radius: 8px;
  margin-right: 67px;
  text-align: center;
  transition: 0.5s;
  background: #010101;
  cursor: pointer;
}
.content_warp .characteristic .item .icon {
  width: 52px;
  height: 52px;
  margin: 28px auto 0;
}
.content_warp .characteristic .item:nth-of-type(1) .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/1.svg) no-repeat;
  background-size: cover;
}
.content_warp .characteristic .item:nth-of-type(2) .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/2.svg) no-repeat;
  background-size: cover;
}
.content_warp .characteristic .item:nth-of-type(3) .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/3.svg) no-repeat;
  background-size: cover;
}
.content_warp .characteristic .item:nth-of-type(4) .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/4.svg) no-repeat;
  background-size: cover;
}
.content_warp .characteristic .item:hover {
  background: #149740;
}
.content_warp .characteristic .item:nth-of-type(1):hover .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/1_hover.svg) no-repeat;
}
.content_warp .characteristic .item:nth-of-type(2):hover .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/2_hover.svg) no-repeat;
}
.content_warp .characteristic .item:nth-of-type(3):hover .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/3_hover.svg) no-repeat;
}
.content_warp .characteristic .item:nth-of-type(4):hover .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/1/4_hover.svg) no-repeat;
}
.content_warp .characteristic .item .title {
  color: #FEFEFE;
  font-size: 20px;
  margin: 30px auto 20px;
  font-weight: bold;
}
.content_warp .characteristic .item .text {
  color: #E4F2E8;
  padding: 0 36px;
  font-size: 16px;
}
.content_warp .characteristic .bg_warp {
  width: 100%;
  height: 786px;
  position: absolute;
  top: 0;
  z-index: -1;
}
.content_warp .about {
  position: relative;
  z-index: 2;
  margin-top: 186px;
}
.content_warp .about .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  width: 360px;
  margin: 0 auto;
}
.content_warp .about .title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material2.png) no-repeat;
  background-size: cover;
}
.content_warp .about .title::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material1.png) no-repeat;
  background-size: cover;
}
.content_warp .about #featured-area {
  height: 290px;
  width: 1250px;
  margin: 122px auto 0 auto;
  position: relative;
  z-index: 99;
}
.content_warp .about .roundabout-holder {
  list-style: none;
  width: 516px;
  height: 100%;
  margin: 0px auto;
}
.content_warp .about .roundabout-moveable-item {
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 99;
}
.content_warp .about .roundabout-moveable-item img {
  height: 100%;
  width: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
}
.content_warp .about .roundabout-in-focus {
  cursor: auto;
}
.content_warp .about .about_warp .tip_left {
  position: absolute;
  width: 342px;
  height: 171px;
  border: 1px solid #292929;
  left: 25px;
  top: 145px;
  color: #FFFFFF;
}
.content_warp .about .about_warp .tip_left > span {
  width: 114px;
  height: 40px;
  background: #0c5019;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  text-align: center;
  line-height: 40px;
}
.content_warp .about .about_warp .tip_right {
  position: absolute;
  width: 150px;
  height: 141px;
  border: 1px solid #292929;
  right: 140px;
  top: 50px;
  color: #D7E2DB;
}
.content_warp .about .about_warp .tip_right > span {
  width: 240px;
  height: 33px;
  font-size: 14px;
  display: inline-block;
  position: absolute;
  bottom: -130px;
  left: -40px;
}
.content_warp .about .about_warp .tip_right > span::before {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #D7E2DB;
  position: absolute;
  left: -26px;
}
.content_warp .about .title_bottom {
  margin-top: 100px;
  color: #D7E2DB;
  font-size: 16px;
  text-align: center;
}
.content_warp .advantage {
  overflow: hidden;
}
.content_warp .advantage .title {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  position: relative;
  width: 358px;
  margin: 92px auto 0;
}
.content_warp .advantage .title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material2.png) no-repeat;
  background-size: cover;
}
.content_warp .advantage .title::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material1.png) no-repeat;
  background-size: cover;
}
.content_warp .advantage .advantage_warp {
  width: 1000px;
  height: 580px;
  margin: 0 auto;
  background: url(../image/3/background-2.png) no-repeat;
  background-size: 80% 80%;
  background-position: center center;
  margin-top: 107px;
  position: relative;
}
.content_warp .advantage .advantage_warp .item {
  width: 245px;
  height: 100px;
  position: absolute;
}
.content_warp .advantage .advantage_warp .item .tip {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.content_warp .advantage .advantage_warp .item .tip .icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
  margin-right: 5px;
}
.content_warp .advantage .advantage_warp .item .text {
  font-size: 14px;
  color: #D9D9D9;
}
.content_warp .advantage .advantage_warp .item.one {
  top: 0;
  left: 0;
}
.content_warp .advantage .advantage_warp .item.one .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/3/1.svg) no-repeat;
}
.content_warp .advantage .advantage_warp .item.two {
  top: 0;
  right: 0;
}
.content_warp .advantage .advantage_warp .item.two .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/3/2.svg) no-repeat;
}
.content_warp .advantage .advantage_warp .item.three {
  bottom: 0;
  left: 0;
}
.content_warp .advantage .advantage_warp .item.three .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/3/3.svg) no-repeat;
}
.content_warp .advantage .advantage_warp .item.four {
  bottom: 0;
  right: 0;
}
.content_warp .advantage .advantage_warp .item.four .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/3/4.svg) no-repeat;
}
.content_warp .advantage .advantage_warp .bg {
  width: 220px;
  height: 220px;
  background: url(../image/3/bg2.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_warp .advantage .advantage_warp .bg .bg_warp {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_warp .advantage .advantage_warp .bg .bg_warp ._title {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.content_warp .advantage .advantage_warp .bg .bg_warp .line {
  width: 130px;
  height: 1px;
  background: #949494;
  margin: 12px auto 10px;
}
.content_warp .advantage .advantage_warp .bg .bg_warp .tip {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
}
.content_warp .advantage .advantage_warp .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.content_warp .lightspot {
  background: #010101;
  margin-top: 187px;
}
.content_warp .lightspot .lightspot_warp {
  display: flex;
  justify-content: center;
}
.content_warp .lightspot .lightspot_warp .item {
  width: 173px;
  height: 270px;
  margin-right: 90px;
  position: relative;
  cursor: pointer;
}
.content_warp .lightspot .lightspot_warp .item:hover .top {
  opacity: 1;
}
.content_warp .lightspot .lightspot_warp .item:nth-of-type(4) {
  margin: 0;
}
.content_warp .lightspot .lightspot_warp .item .top {
  width: 160px;
  height: 195px;
  background: url(../image/3/Source_material.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  opacity: 0.5;
  transition: 0.5s;
}
.content_warp .lightspot .lightspot_warp .item .center {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  position: absolute;
  top: 94px;
  left: 50%;
  transform: translate(-50%, 0);
}
.content_warp .lightspot .lightspot_warp .item .center img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_warp .lightspot .lightspot_warp .item .bottom {
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  bottom: 0;
}
.content_warp .lightspot .bg {
  height: 180px;
  margin-top: 143px;
  background: url(../image/3/Small_banner.png) no-repeat;
  background-size: cover;
  text-align: center;
  overflow: hidden;
}
.content_warp .lightspot .bg .text_one {
  font-size: 34px;
  font-weight: bold;
  color: #00FF43;
  margin: 40px 0 25px;
}
.content_warp .lightspot .bg .text_two {
  font-size: 26px;
  color: #00FF43;
}
.content_warp .channel {
  overflow: hidden;
}
.content_warp .channel .title {
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin: 148px auto 0;
  width: 361px;
  position: relative;
}
.content_warp .channel .title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material2.png) no-repeat;
  background-size: cover;
}
.content_warp .channel .title::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material1.png) no-repeat;
  background-size: cover;
}
.content_warp .channel .channel_warp {
  width: 1200px;
  height: 611px;
  margin: 120px auto 0;
  position: relative;
}
.content_warp .channel .channel_warp .mask {
  width: 672px;
  height: 677px;
  background: url(../image/4/Source_material.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.content_warp .channel .channel_warp .bg_center {
  width: 611px;
  height: 611px;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.content_warp .channel .channel_warp .bg_center img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content_warp .channel .channel_warp .item {
  width: 252px;
  height: 127px;
  border-radius: 8px;
  position: absolute;
  color: #FFFFFF;
  padding: 0 20px;
  box-sizing: border-box;
  transition: 0.5s;
  cursor: pointer;
}
.content_warp .channel .channel_warp .item:hover {
  box-shadow: 0px 5px 21px 0px rgba(101, 181, 122, 0.6);
}
.content_warp .channel .channel_warp .item .tip {
  margin: 18px 0 22px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.content_warp .channel .channel_warp .item .tip .icon {
  display: inline-block;
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: 5px;
}
.content_warp .channel .channel_warp .item .text {
  font-size: 14px;
  color: #D9D9D9;
}
.content_warp .channel .channel_warp .item.one {
  top: 120px;
  left: 0;
}
.content_warp .channel .channel_warp .item.one .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/4/SVG/1.svg) no-repeat;
}
.content_warp .channel .channel_warp .item.two {
  top: 120px;
  right: 0;
}
.content_warp .channel .channel_warp .item.two .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/4/SVG/2.svg) no-repeat;
}
.content_warp .channel .channel_warp .item.three {
  bottom: 120px;
  left: 0;
}
.content_warp .channel .channel_warp .item.three .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/4/SVG/3.svg) no-repeat;
}
.content_warp .channel .channel_warp .item.four {
  bottom: 120px;
  right: 0;
}
.content_warp .channel .channel_warp .item.four .icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/4/SVG/4.svg) no-repeat;
}
.content_warp .centralize {
  margin-top: 230px;
}
.content_warp .centralize .title {
  font-size: 30px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin: 0 auto 75px;
  width: 300px;
  position: relative;
}
.content_warp .centralize .title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material2.png) no-repeat;
  background-size: cover;
}
.content_warp .centralize .title::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 80px;
  height: 66px;
  background: url(../image/banner/Source_material1.png) no-repeat;
  background-size: cover;
}
.content_warp .centralize .item_one {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_warp .centralize .item_one .bg_center {
  width: 538px;
  height: 303px;
  background: url(../image/5/2.png) no-repeat;
  background-size: cover;
  margin: 0 65px;
}
.content_warp .centralize .item_one .bg_left,
.content_warp .centralize .item_one .bg_right {
  width: 234px;
  height: 176px;
  position: relative;
}
.content_warp .centralize .item_one .bg_left > span,
.content_warp .centralize .item_one .bg_right > span {
  width: 100%;
  position: absolute;
  bottom: -24px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transform: translate(0, 100%);
}
.content_warp .centralize .item_one .bg_left {
  background: url(../image/5/1.png) no-repeat;
  background-size: cover;
}
.content_warp .centralize .item_one .bg_right {
  background: url(../image/5/3.png) no-repeat;
  background-size: cover;
}
.content_warp .centralize .item_two {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
.content_warp .centralize .item_two .bg {
  width: 234px;
  height: 176px;
  margin: 0 35px;
  background-size: cover;
  position: relative;
}
.content_warp .centralize .item_two .bg.one {
  background: url(../image/5/5.png) no-repeat;
}
.content_warp .centralize .item_two .bg.two {
  background: url(../image/5/4.png) no-repeat;
}
.content_warp .centralize .item_two .bg > span {
  width: 100%;
  position: absolute;
  bottom: -24px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  transform: translate(0, 100%);
}
.content_warp .free_from {
  margin-top: 182px;
  overflow: hidden;
  text-align: center;
  background: url(../image/6/background.png) no-repeat;
  background-size: cover;
}
.content_warp .free_from .title {
  margin-top: 50px;
  text-align: center;
}
.content_warp .free_from .title p:nth-of-type(1) {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 23px;
}
.content_warp .free_from .title p:nth-of-type(2) {
  font-size: 16px;
  color: #D9D9D9;
  margin-bottom: 50px;
}
.content_warp .free_from input {
  display: block;
  margin: 0 auto 33px;
  width: 340px;
  height: 36px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  background: none;
  padding: 0 1em;
  box-sizing: border-box;
  color: #FFFFFF;
}
.content_warp .free_from input::placeholder {
  color: #DCDCDC;
}
.content_warp .free_from .pop_apply_intro {
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #f35;
  font-size: 14px;
}
.content_warp .free_from .pop_submit {
  width: 150px;
  height: 50px;
  background: linear-gradient(0deg, #277f2f, #1bda51);
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #FEFEFE;
  margin: 50px auto 46px;
  cursor: pointer;
}
.content_warp .bottom {
  overflow: hidden;
}
.content_warp .bottom .tip_warp {
  height: 120px;
  background: #081219;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_warp .bottom .tip_warp .item {
  color: #D2D2D2;
  font-size: 16px;
  margin: 0 67.5px;
}
.content_warp .bottom .tip_warp .item ._icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: cover;
  vertical-align: middle;
  margin-right: 20px;
}
.content_warp .bottom .tip_warp .item:nth-of-type(1) ._icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/6/SVG/1.svg) no-repeat;
}
.content_warp .bottom .tip_warp .item:nth-of-type(2) ._icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/6/SVG/2.svg) no-repeat;
}
.content_warp .bottom .tip_warp .item:nth-of-type(3) ._icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/6/SVG/3.svg) no-repeat;
}
.content_warp .bottom .tip_warp .item:nth-of-type(4) ._icon {
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/6/SVG/4.svg) no-repeat;
}
.content_warp .bottom .contact {
  width: 390px;
  height: 74px;
  border: 1px solid #ffffff;
  margin: 105px auto 93px;
  position: relative;
}
.content_warp .bottom .contact > div {
  text-align: center;
  width: 290px;
  background: #010101;
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 40px;
  color: #FFFFFF;
  font-weight: bold;
  transform: translate(-50%, 50%);
}
.content_warp .bottom .icon {
  width: 194px;
  height: 52px;
  background: url(https://static-1.talk-fun.com/talklfun_index/pc/jewelry/image/banner/logo.svg) no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.content_warp .bottom .tip {
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  margin: 17px auto 30px;
}
.content_warp .bottom .phone {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
}
.content_warp .bottom .link {
  text-align: center;
  margin: 52px auto 80px;
  color: #302F30;
  font-size: 14px;
}
.content_warp .bottom .link a {
  display: inline;
  color: #949494;
  font-size: 14px;
}
.content_warp .bottom .link span {
  margin: 0 17px;
}
.content_warp .bottom .other {
  height: 54px;
  border-top: 1px solid #1A1A1A;
  color: #434343;
  text-align: center;
  font-size: 14px;
  line-height: 54px;
}
.content_warp .pop_warp {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.content_warp .pop_warp .pop_inner_warp {
  width: 570px;
  height: 492px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 16px;
}
.content_warp .pop_warp .pop_inner_warp .close {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(40%, -40%);
  cursor: pointer;
}
.content_warp .pop_warp .pop_inner_warp .close::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../image/pop/Close.png) no-repeat;
  background-size: cover;
}
.content_warp .pop_warp .pop_inner_warp .bg {
  height: 165px;
  background: url(../image/pop/Background_map-1.png) no-repeat;
  background-size: cover;
  border-radius: 16px 16px 0px 0px;
  line-height: 165px;
  text-align: center;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
}
.content_warp .pop_warp .pop_inner_warp .pop_from {
  height: 327px;
  background: url(../image/pop/Background_map.png) no-repeat;
  background-size: cover;
  border-radius: 0px 0px 16px 16px;
  padding-top: 28px;
  box-sizing: border-box;
}
.content_warp .pop_warp .pop_inner_warp .pop_from .input_warp {
  text-align: center;
  margin: 0 auto;
  width: 450px;
  height: 36px;
  border: 1px solid #cacdca;
  border-radius: 2px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}
.content_warp .pop_warp .pop_inner_warp .pop_from .input_warp div {
  flex: none;
  width: 10px;
  color: #FF2020;
  margin: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.content_warp .pop_warp .pop_inner_warp .pop_from .input_warp input {
  flex: 1;
  outline: none;
  border: none;
  background: none;
  color: #3E4247;
}
.content_warp .pop_warp .pop_inner_warp .pop_from .input_warp input::placeholder {
  color: #3E4247;
  font-size: 14px;
}
.content_warp .pop_warp .pop_inner_warp .pop_from .from_intro {
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #f35;
  font-size: 14px;
}
.content_warp .pop_warp .pop_inner_warp .pop_from .pop_submit_form {
  width: 172px;
  height: 50px;
  background: linear-gradient(0deg, #1e9d2a, #1bda51);
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  margin: 0 auto;
  font-size: 16px;
  color: #FEFEFE;
  margin-top: 0px;
  cursor: pointer;
}
