.subscribe {
  display: flex;
}
.subscribe .l {
  width: 63%;
}
.subscribe .l img {
  position: relative;
  top: -5px;
  width: 100%;
}
.subscribe .r {
  width: 37%;
  margin: 190px 0 0 0;
  padding: 0 138px 0 115px;
}
.subscribe .r.on .r_first {
  display: none;
}
.subscribe .r.on .r_last {
  display: block;
  position: relative;
  top: 20%;
}
.subscribe .r.on .r_last .headline {
  font-size: 28px;
  color: #000;
  margin: 0 0 15px;
  opacity: 0.7;
}
.subscribe .r.on .r_last .pick {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  opacity: 0.5;
}
.subscribe .r.on .r_last .code {
  width: 150px;
  margin: 40px 0 0 0;
  border: 1px solid rgba(0, 0, 0, 0.04);
}
.subscribe .r .r_last {
  display: none;
}
.subscribe .r .title {
  margin: 0 0 72px;
}
.subscribe .r .title .h1 {
  font-family: "jiangchengyuanti400W", sans-serif;
  font-weight: normal;
  font-size: 32px;
  color: #1A1A1A;
  margin: 0 0 39px;
}
.subscribe .r .title p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.subscribe .r .content .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 18px;
  position: relative;
}
.subscribe .r .content .list .verification {
  position: absolute;
  right: 21px;
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  cursor: pointer;
}
.subscribe .r .content .list input {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: 100%;
  border: none;
}
.subscribe .r .content .list:not(:last-child) {
  margin: 0 0 30px;
}
.subscribe .r .content .list .p1 {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.subscribe .r .content .list .list_item .show {
  display: flex;
  align-items: center;
  width: 360px;
  justify-content: space-between;
  cursor: pointer;
}
.subscribe .r .content .list .list_item .show > p {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}
.subscribe .r .content .list .list_item .show .iconfont:last-child {
  font-size: 16px;
  color: #888888;
  font-weight: bold;
  transform: rotate(90deg);
}
.subscribe .r .content .list .list_item .show .orientation {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  pointer-events: none;
}
.subscribe .r .content .list .list_item .show .orientation .l_ {
  display: flex;
  align-items: center;
}
.subscribe .r .content .list .list_item .show .orientation .iconfont:not(:last-child) {
  font-size: 16px;
  color: #ECC78F;
}
.subscribe .r .content .list .list_item .show .orientation p {
  font-weight: 400;
  font-size: 16px;
  color: #ECC78F;
  margin: 0 10px 0 5px;
}
.subscribe .r .content .agreement {
  display: flex;
  align-items: center;
  margin: 35px 0 0 0;
  cursor: pointer;
}
.subscribe .r .content .agreement .circle {
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #ECC78F;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 16px 0 0;
}
.subscribe .r .content .agreement .circle div {
  width: 6px;
  height: 6px;
  background: #ECC78F;
  border-radius: 1px;
  opacity: 0;
  transition: 0.6s;
}
.subscribe .r .content .agreement .circle.on div {
  opacity: 1;
}
.subscribe .r .content .agreement p {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
}
.subscribe .r .content .agreement p a {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  text-decoration: underline;
}
.subscribe .r .content button {
  width: 100%;
  height: 55px;
  background: #383838;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin: 38px 0 0 0;
  transition: 0.6s ease;
}
.subscribe .r .content button:hover {
  background: #282828;
}

.a {
  width: 100%;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.a input {
  width: 400px;
  padding: 10px;
  margin: 10px;
}

.blank {
  float: left;
  width: 50%;
  height: 400px;
  border-top: 1px solid #333;
  margin-top: 50px;
}

.blank2 {
  float: left;
  width: 50%;
  height: 400px;
  border-top: 1px solid #333;
  padding-top: 50px;
}

.pick-area {
  width: 100% !important;
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-decoration: none;
}

.pick-show {
  position: relative;
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 !important;
  font-weight: 400;
  font-size: 14px;
  border: none;
  line-height: 48px;
  overflow: hidden;
}

.pick-show span {
  float: left;
  display: inline-block;
  max-width: 100px;
  line-height: 37px;
  padding: 0;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888 !important;
  cursor: pointer;
  font-size: 15px;
  background: transparent !important;
}

.pick-show span.pressActive {
  background: #7894D4;
  border-radius: 3px;
}

.pick-show em.pick-arrow {
  position: absolute;
  top: 14px;
  right: 8px;
  display: block;
  border: 8px solid #999;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.pick-show i {
  float: left;
  display: inline-block;
  padding: 0 3px;
  color: #333;
  font-style: normal;
}

.pick-list {
  width: 100% !important;
  display: none;
  position: absolute;
  line-height: 36px;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  margin: 7px 0 0 0;
  border-radius: 4px;
}

.pick-list li {
  margin: 0;
  padding-left: 21px !important;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pick-list li:hover {
  color: #fff;
  font-weight: bold;
}

.pick-show em.pick-arrow {
  display: none !important;
}

@media screen and (max-width: 1919px) {
  .subscribe {
    display: flex;
  }
  .subscribe .l {
    width: 63%;
  }
  .subscribe .l img {
    position: relative;
    top: -0.2604166667vw;
    width: 100%;
  }
  .subscribe .r {
    width: 37%;
    margin: 9.8958333333vw 0 0 0;
    padding: 0 7.1875vw 0 5.9895833333vw;
  }
  .subscribe .r .title {
    margin: 0 0 3.75vw;
  }
  .subscribe .r .title .h1 {
    font-family: "jiangchengyuanti400W", sans-serif;
    font-weight: normal;
    font-size: 1.6666666667vw;
    color: #1A1A1A;
    margin: 0 0 2.03125vw;
  }
  .subscribe .r .title p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #666666;
  }
  .subscribe .r.on .r_last {
    display: block;
    position: relative;
    top: 20%;
  }
  .subscribe .r.on .r_last .headline {
    font-size: 1.4583333333vw;
    color: #000;
    margin: 0 0 0.78125vw;
    opacity: 0.7;
  }
  .subscribe .r.on .r_last .pick {
    font-size: 0.7291666667vw;
    line-height: 1.3020833333vw;
    color: #000;
    opacity: 0.5;
  }
  .subscribe .r.on .r_last .code {
    width: 7.8125vw;
    margin: 2.0833333333vw 0 0 0;
    border: 0.0520833333vw solid rgba(0, 0, 0, 0.04);
  }
  .subscribe .r .content .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 0.9375vw;
    position: relative;
  }
  .subscribe .r .content .list .verification {
    position: absolute;
    right: 1.09375vw;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #888888;
    cursor: pointer;
  }
  .subscribe .r .content .list input {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #666666;
    width: 100%;
    border: none;
  }
  .subscribe .r .content .list:not(:last-child) {
    margin: 0 0 1.5625vw;
  }
  .subscribe .r .content .list .p1 {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #666666;
  }
  .subscribe .r .content .list .list_item .show {
    display: flex;
    align-items: center;
    width: 18.75vw;
    justify-content: space-between;
    cursor: pointer;
  }
  .subscribe .r .content .list .list_item .show > p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #1A1A1A;
  }
  .subscribe .r .content .list .list_item .show .iconfont:last-child {
    font-size: 0.8333333333vw;
    color: #888888;
    font-weight: bold;
    transform: rotate(90deg);
  }
  .subscribe .r .content .list .list_item .show .orientation {
    display: flex;
    align-items: center;
  }
  .subscribe .r .content .list .list_item .show .orientation .iconfont:not(:last-child) {
    font-size: 0.8333333333vw;
    color: #ECC78F;
  }
  .subscribe .r .content .list .list_item .show .orientation p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #ECC78F;
    margin: 0 0.5208333333vw 0 0.2604166667vw;
  }
  .subscribe .r .content .agreement {
    display: flex;
    align-items: center;
    margin: 1.8229166667vw 0 0 0;
    cursor: pointer;
  }
  .subscribe .r .content .agreement .circle {
    width: 0.625vw;
    height: 0.625vw;
    background: #FFFFFF;
    border-radius: 0.15625vw;
    border: 1px solid #ECC78F;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.8333333333vw 0 0;
  }
  .subscribe .r .content .agreement .circle div {
    width: 0.3125vw;
    height: 0.3125vw;
    background: #ECC78F;
    border-radius: 1px;
    opacity: 0;
    transition: 0.6s;
  }
  .subscribe .r .content .agreement .circle.on div {
    opacity: 1;
  }
  .subscribe .r .content .agreement p {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #888888;
  }
  .subscribe .r .content .agreement p a {
    font-weight: 400;
    font-size: 0.7291666667vw;
    color: #888888;
    text-decoration: underline;
  }
  .subscribe .r .content button {
    width: 100%;
    height: 2.8645833333vw;
    background: #383838;
    border-radius: 0.2083333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    margin: 1.9791666667vw 0 0 0;
    transition: 0.6s ease;
  }
  .subscribe .r .content button:hover {
    background: #282828;
  }
  .a {
    position: relative;
    top: 0.1041666667vw;
  }
  .a input {
    width: 20.8333333333vw;
    padding: 0.5208333333vw;
    margin: 0.5208333333vw;
  }
  .blank {
    float: left;
    width: 50%;
    height: 20.8333333333vw;
    border-top: 1px solid #333;
    margin-top: 2.6041666667vw;
  }
  .blank2 {
    float: left;
    width: 50%;
    height: 20.8333333333vw;
    border-top: 1px solid #333;
    padding-top: 2.6041666667vw;
  }
  .pick-area {
    width: 100% !important;
    display: inline-block;
    position: relative;
    font-size: 0.7291666667vw;
    text-decoration: none;
  }
  .pick-show {
    position: relative;
    width: 100%;
    height: 2.5vw;
    background: #FFFFFF;
    border-radius: 0.2083333333vw;
    padding: 0 !important;
    font-weight: 400;
    font-size: 0.7291666667vw;
    border: none;
    line-height: 2.5vw;
    overflow: hidden;
  }
  .pick-show span {
    float: left;
    display: inline-block;
    max-width: 5.2083333333vw;
    line-height: 1.9270833333vw;
    padding: 0;
    margin-top: 0.3125vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888 !important;
    cursor: pointer;
    font-size: 0.78125vw;
    background: transparent !important;
  }
  .pick-show span.pressActive {
    background: #7894D4;
    border-radius: 0.15625vw;
  }
  .pick-show em.pick-arrow {
    position: absolute;
    top: 0.7291666667vw;
    right: 0.4166666667vw;
    display: block;
    border: 0.4166666667vw solid #999;
    border-left: 0.4166666667vw solid transparent;
    border-right: 0.4166666667vw solid transparent;
    border-bottom: 0.4166666667vw solid transparent;
  }
  .pick-show i {
    float: left;
    display: inline-block;
    padding: 0 0.15625vw;
    color: #333;
    font-style: normal;
  }
  .pick-list {
    width: 100% !important;
    display: none;
    position: absolute;
    line-height: 1.875vw;
    padding: 0;
    background: #fff;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #dedede;
    margin: 0.3645833333vw 0 0 0;
    border-radius: 4px;
  }
  .pick-list li {
    margin: 0;
    padding-left: 1.09375vw !important;
    list-style: none;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.8333333333vw !important;
    line-height: 1.8229166667vw;
  }
  .pick-list li:hover {
    color: #fff;
    font-weight: bold;
  }
  .pick-show em.pick-arrow {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .head_click {
    filter: invert(100%);
  }
  .subscribe {
    padding: 60px 0 25px 0;
    flex-direction: column;
  }
  .subscribe .l {
    width: 100%;
  }
  .subscribe .r {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 5%;
  }
  .subscribe .r .title .h1 {
    font-size: 24px;
    margin: 0 0 10px;
  }
  .subscribe .r .title p {
    font-size: 12px;
    line-height: 25px;
  }
  .subscribe .r .title {
    margin: 0 0 30px;
  }
  .subscribe .r .content .list:not(:last-child) {
    margin: 0 0 15px;
  }
  .subscribe .r .content .list .p1 {
    font-size: 12px;
  }
  .subscribe .r .content .list {
    border-bottom: 1px solid #DEDEDE;
    padding: 0 0 18px;
  }
  .subscribe .r .content .list .list_item .show {
    width: 240px;
  }
  .subscribe .r .content .list .list_item .show > p {
    font-size: 12px;
  }
  .subscribe .r .content .list .list_item .show .iconfont:last-child {
    font-size: 12px;
  }
  .subscribe .r .content .list .list_item .show .orientation .iconfont:not(:last-child) {
    font-size: 12px;
  }
  .subscribe .r .content .list .list_item .show .orientation p {
    font-size: 12px;
    margin: 0 10px 0 5px;
  }
  .down_pull .pull p {
    font-size: 12px !important;
  }
  .subscribe .r .content .list input {
    font-size: 13px;
  }
  .subscribe .r .content .list .verification {
    right: 0;
    font-size: 13px;
  }
  .subscribe .r .content .agreement {
    margin: 25px 0 0 0;
  }
  .subscribe .r .content .agreement .circle {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 1px solid #ECC78F;
    margin: 0 16px 0 0;
  }
  .subscribe .r .content .agreement .circle div {
    width: 6px;
    height: 6px;
    border-radius: 1px;
  }
  .subscribe .r .content .agreement p {
    font-size: 14px;
  }
  .subscribe .r .content .agreement p a {
    font-size: 14px;
  }
  .subscribe .r .content button {
    width: 100%;
    height: 55px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    margin: 25px 0 0 0;
  }
  .pick-show{
        height: 24px;
  }
  .pick-show span{
        font-size: 13px;
        line-height: 24px;
        height: auto;
      
  }
  .pick-list{
      margin: 10px 0 0 0;
  }
  .pick-list li{
      font-size: 12px!important;
      line-height: 35px!important;
      margin-left: 10px;
  }
  
}

/*# sourceMappingURL=subscribe.css.map */
