.field {
  width: 100%;
}
.field .item {
  padding: 223px 0 177px 0;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.field .item .wrap{
  width: 1691px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  z-index: 1;
}
.nb{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}


.field .item .picture{
  width: 40%;
  height: 400px;
}
.field .item .cxk {
  height: fit-content;
  width: 44%;
}
.field .item .clone{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 150px;
  right: 60px;
  opacity: 0;
  transition: 1s;
  display: none;
}
.field .item .clone .clone_joke{
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
}
.field .item .clone .clone_joke:after{
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  background: #fff;
}
.field .item .clone .clone_joke:before{
  content: '';
  position: absolute;
  width: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  background: #fff;
}
.field .item .click {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 65;
  opacity: 0;
  display: none;
}
.field .item .images{
  width: 820px;
  height: 500px;
  margin: 0 69px 0 0;
  background: #D5D5D5;
  box-shadow: 13px 13px 20px 0px rgba(0,6,30,0.2);
}
.field .item:nth-child(2n) .wrap{
  flex-direction: row-reverse;
}
.field .item:nth-child(2n) .images{
  margin: 0 0 0 69px;
}
.field .item .images img{
  width: 100%;
  height: 100%;
}

/*.field .item:hover {*/
/*  width: 27%;*/
/*}*/
.field .item:hover .click {
  opacity: 1;
  transition: 0.6s;
}
.field .item:hover .bg {
  opacity: 1;
}
.field .item .down {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 0 50px 0 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.field .item .down .num {
  display: flex;
  align-items: flex-end;
  transition: 1.2s cubic-bezier(0.46, 0.24, 0, 0.88);
  display: none;
}
.field .item .down .num span {
  transition: 0.7s;
}
.field .item .down .num span:first-child {
  font-size: 42px;
  font-family: OPPOSans;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.7;
  margin: 0 10px 0 0;
  line-height: 35px;
}
.field .item .down .num span:last-child {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 300;
  color: #FFFFFF;
  opacity: 0.5;
}
.field .item .down .text {
  transition: 1.2s cubic-bezier(0.46, 0.24, 0, 0.88);
  position: absolute;
  left: 90%;
  transform: translateX(-50%);
  display: none;
}
.field .item .down .text p {
  font-size: 22px;
  font-family: OPPOSans;
  font-weight: 200;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  letter-spacing: 2px;
  transition: 0.7s;
}
.field .item .down .text .color {
  margin: 12px auto;
  width: 20px;
  height: 20px;
  position: relative;
}
.field .item .down .text .color:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #0a7dda;
}
.field .item .down .text .color:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 100%;
  background: #0a7dda;
}
.field .item .button {
  display: none;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;

  padding: 0 50px;
  opacity: 0;
  transition: 1s;
}
.field .item .button img {
  cursor: pointer;
}
.field .item .content {
  width: 100%;
}
.field .item .content span {
  font-size: 30px;
  color: rgba(26, 26, 26, 1);

}
.field .item .content .pick {
  /* margin: 59px 0 0 0; */
  display: flex!important;
  width: 100%;
  /*grid-template-columns: repeat(2,1fr);*/
  /*grid-gap: 0 35px;*/
  margin: 50px 0 0 0;

}
.field .item .content .pick p {
   font-size: 16px;
  font-weight: 200;
  /* color: rgba(255, 255, 255, 0.7); */
  color: rgba(26, 26, 26, 1);
  position: relative;
  padding: 0 0 0 23px;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.field .item .content .pick p:not(:last-child) {
  margin: 0 0 24px 0;
}

.field .item .content .pick p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #0A7DDA;
  border-radius: 50%;
}
.field .item .content .more {
  margin: 65px 0 0 427px;
  display: none;
}
.field .item .content .more p {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 14px 0 0;
}
.field .item .content .more .circle {
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field .item .content .more .circle .iconfont {
  font-size: 16px;
  font-weight: bold;
  transform: rotate(-45deg);
}
.field .item.on {
  width: 100%;
  pointer-events: auto;
}
.field .item.on .clone{
  opacity: 1;
}

.field .item.on .click {
  opacity: 0!important;
}
.field .item.on .button {
  opacity: 1;
  transition-delay: 0.6s;
}
.field .item.on .button img {
  pointer-events: auto;
}
.field .item.on .bg {
  opacity: 1;
}
.field .item.on .down .num span:last-child {
  opacity: 0;
}
.field .item.on .content {
  pointer-events: auto;
}
.field .item.on .text {
  left: 95%;
  opacity: 0;
}
.field .item.on .animate_huitan {
  transition: 0.5s cubic-bezier(0.75, 0.53, 0.34, 1.59);
  transform: translateY(0) !important;
  opacity: 1!important;
}
.field .item.xiao {
  width: 0;
  pointer-events: none;
}
.field .item.xiao .down .num {
  opacity: 0;
}
.field .item.xiao .text {
  left: 50%;
}
/*.field .item.xiao:hover {*/
/*  width: 10% !important;*/
/*}*/
.animate_huitan {
  transform: translateY(0px);
  opacity: 1;
}
.animate_huitan.on {
  transition: 0.5s cubic-bezier(0.75, 0.53, 0.34, 1.59);
  transform: translateY(0) !important;
  opacity: 1!important;
}
.none_time {
  transition-delay: unset!important;
}
.fixed_click {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  margin-top: -34px;
  margin-left: -34px;
}
.fixed_click.on {
  transform: scale(1.3);
  opacity: 0;
  transition: 1s;
}
/*# sourceMappingURL=field.css.map */

.field .item .content .txt{
  color: rgba(26, 26, 26, 1);
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  line-height: 28px;
  font-size: 14px;
  font-weight: 200;
}
.field .item.on .txt{
  transition: 0.5s 0.8s cubic-bezier(0.75, 0.53, 0.34, 1.59);
  transform: translateY(0) !important;
  opacity: 0.8 !important;
}
.field .item .content .pick_joke{
  width: 400px;
}
.field .item .content .pick .term{
  margin-bottom: 15px;
}
.field .item .content .pick .term .towhead p::before{
  display: block;
  transition: all .5s;
}

.field .item .content .pick .term .towList{
  display: none;
  width: 100% !important;
}

.field .item .content .pick .term .towList a p{
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.6!important;
}
.field .item .content .pick .term .towList p::after,
.field .item .content .pick .term .towList p::before{
  display: none;
}
.field .item .content .pick p:not(:last-child) {
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1800px){
  .field .item .content .pick .term {
    margin-bottom: 15px;
  }
  .field .item .cxk {
  }
  .field .item .content .pick p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px){
  .field .item .down .num span:first-child {
    font-size: 34px;
  }
  .field .item .down .text{
    left: 85%;
  }
  .field .item .down {
    padding: 0 43px 0 20px;
  }
  .field .item .content span {
    font-size: 28px;
  }
  .field .item .down .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1365px){
  .field .item .cxk {
    transform: unset;
  }
  .field .item .content{
    z-index: 10;
  }
  .field .item .cxk{
    width: 100%;
  }
  .field .item .content .pick_joke {
    width: 100% !important;
  }
  .field .item .button {
    display: none;
  }
  .field .item {
    width: 100%;
    height: 100vh;
  }
  .field {
    height: auto;
    display: block;
  }
  .field .item .down .text {
    display: none;
  }
  .field .item .down .num {
    display: none;
  }
  .field .item .content {
    width: 100%;
    top: 50%;
    left: 50%;
    right: unset;
  }
  .animate_huitan {
    transform: translateY(0px);
    opacity: 1;
  }
  .field .item.xiao {
    width: 100%;
  }
  .field .item .clone {
    display: none;
  }
  .field .item .click{
    display: none;
  }
  .field .item .content span{
    font-size: 32px;
  }
  .field .item .content .txt {
    width: 90%;
    transform: unset;
    opacity: 1;
  }
  .field .item .content {
    pointer-events: auto;
  }
  .field .item .wrap{
    flex-direction: column!important;
  }
  .field .item:nth-child(2n) .images {
    margin: 0;
  }
  .field .item .images{
    width: 100%;
    height: auto;
    margin: auto;
  }
  .field .item{
    padding: 36px 0;
  }
  .field .item .content .pick .term {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px){
  .field .item {
    width: 100% !important;
  }
  .field .item .content .pick p {
    margin: 16px 0 0 0;
  }
  .field .item .content .pick{
    margin: 0;
  }

  .field {
    padding-top: 80px;
  }
  .field .item .content {
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    margin: auto;
    padding: 23px 0;
  }
  .field .item .content .txt {
    width: 100%;
  }
  .field .item {
    height: auto;
  }
  .field .item .content span {
    font-size: 22px;
  }
  .field .item .content .txt {
    font-size: 14px;
  }
  .field .item .content .pick{
    grid-template-columns: repeat(1,1fr);
  }
  .field .item .content .pick p {
    font-size: 14px;
    margin: 16px 0 0 0;
  }
  .field .item .content .more {
    margin: 40px 0 0 0px;
  }
}
@media screen and (max-width: 500px){
  .field .item .content .pick {
    display: block !important;
  }
}
