@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  font-size: 14px;
}
body {
  overflow-x: hidden;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  border: none;
}
address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
abbr,
acronym {
  border: 0;
}
em,
i {
  font-style: normal;
}
a {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
input {
  border: none;
  outline: none;
  background: none;
}
/*弹性盒子 */
.flex {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
.flex-y {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column !important;
  flex-direction: column !important;
}
/*垂直排列 垂直水平居中 */
.flex-center-xy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* 垂直排列 水平居中 */
.flexY-center-x {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* 垂直排列 垂直居中 */
.flexY-center-y {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flexX-center-xy {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flexX-center-y {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flexX-center-x {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.wrap {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
* {
  box-sizing: border-box;
}
.header {
  width: 100%;
  height: 80px;
  background: url('../image/head.png');
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .tab {
  margin-left: 147px;
  display: flex;
  justify-content: space-between;
  width: 875px;
  height: 100%;
}
.header .tab li {
  height: 100%;
  line-height: 80px;
}
.header .tab li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: #ffffff;
}
@keyframes btn_scale {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1.2);
  }
}
.c1-withBanner {
  position: relative;
  background-image: url('../image/PC-bg.png');
  background-size: cover;
}
.c1-withBanner .btn {
  position: absolute;
  width: 303px;
  height: 54px;
  background: #cd0000;
  border-radius: 27px;
  font-size: 24px;
  color: #ffffff;
  line-height: 54px;
  text-align: center;
  animation: btn_scale infinite ease 0.8s;
}
.c1-withBanner .btn:first-of-type {
  left: 917px;
  top: 332px;
}
.c1-withBanner .btn.btn-reflection {
  top: 530px;
  left: 917px;
  rotate: 180deg;
  background: linear-gradient(rgba(255, 182, 182, 0), #cd0000 70%);
  opacity: 0.4;
  z-index: 0;
}
.banner {
  width: 1920px;
  height: 460px;
  /*   .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-wrapper,
  .swiper-slide {
    height: 100%;
  }
  .swiper-slide {
    a {
      display: block;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
    }
  } */
}
.c-title {
  position: relative;
  z-index: 100;
  text-align: center;
  margin-bottom: 60px;
}
.c-title h2 {
  width: 628px;
  height: 75px;
  border-radius: 38px;
  background: url('../image/c-title.png') no-repeat;
  background-size: 100% 100%;
  font-size: 36px;
  line-height: 75px;
  color: #ffffff;
  text-align: center;
}
.c-title h2 span {
  font-weight: bold;
}
.c-title p {
  margin-top: 26px;
  font-size: 24px;
  color: #000671;
  line-height: 23px;
}
.c-button {
  margin-top: 85px;
  display: inline-block;
  height: 72px;
  padding: 0 96px;
  background-image: url('../image/button.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 26px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #ffffff;
  line-height: 72px;
}
.c-cont {
  width: 1200px;
  position: relative;
  z-index: 2;
}
.c-cont::after {
  content: '';
  display: inline-block;
  width: 1120px;
  position: absolute;
  z-index: -1;
  top: -20px;
  left: 40px;
  right: 40px;
  height: calc(100% + 40px);
  border: 2px dashed rgba(0, 2, 92, 0.3);
}
.c-cont .content-box {
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.c1 {
  padding: 70px 0;
}
.c1 .c-title p {
  color: #fff;
}
.c1 .c-cont .content-box {
  height: 640px;
  padding: 50px 70px 50px 82px;
  display: flex;
}
.c1 .c-cont .content-box h4 {
  margin-bottom: 34px;
  height: 29px;
  font-size: 30px;
  font-weight: bold;
  color: #000671;
  line-height: 29px;
}
.c1 .c-cont .content-box h4 .icon {
  width: 37px;
  height: 31px;
  margin-right: 7px;
}
.c1 .c-cont .content-box .left {
  padding-right: 70px;
  border-right: 3px dashed #000671;
}
.c1 .c-cont .content-box .left .yhq {
  width: 446px;
  height: 145px;
  background-size: contain;
  background-repeat: no-repeat;
}
.c1 .c-cont .content-box .left .yhq a {
  width: 142px;
  height: 100%;
  float: right;
}
.c1 .c-cont .content-box .left .yhq:nth-of-type(2) {
  margin-top: 15px;
}
.c1 .c-cont .content-box .left p {
  margin: 35px 0 20px 0;
  font-size: 18px;
  font-weight: bold;
  color: #000671;
  line-height: 18px;
}
.c1 .c-cont .content-box .left ul {
  display: flex;
}
.c1 .c-cont .content-box .left ul li {
  margin-right: 32px;
  width: 58px;
}
.c1 .c-cont .content-box .left ul li img {
  width: 100%;
  height: 65px;
}
.c1 .c-cont .content-box .left ul li span {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #000671;
  line-height: 13px;
}
.c1 .c-cont .content-box .right {
  position: relative;
  padding-left: 70px;
}
.c1 .c-cont .content-box .right p {
  margin-top: 155px;
  margin-bottom: 143px;
  width: 459px;
  font-size: 67px;
  color: #000671;
  line-height: 68px;
  background: linear-gradient(156deg, rgba(255, 0, 59, 0.1) 0%, rgba(255, 168, 0, 0.1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c1 .c-cont .content-box .right p span {
  font-weight: 800;
}
.c1 .c-cont .content-box .right .gift {
  position: absolute;
  left: 153px;
  top: 104px;
  width: 246px;
  height: 288px;
}
.c1 .c-cont .content-box .right .btn {
  margin-left: 130px;
  display: inline-block;
  width: 212px;
  height: 51px;
  background: linear-gradient(90deg, #cd0000, #fa2e2e, #d40000);
  border-radius: 26px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  line-height: 51px;
}
.c2 {
  padding: 70px 0;
  background-color: rgba(0, 138, 255, 0.29);
}
.c2 .content-box {
  padding: 53px 70px 56px 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}
.c2 .content-box .tit h3 {
  width: 420px;
  font-size: 30px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000671;
  line-height: 30px;
  position: relative;
}
.c2 .content-box .tit h3::before {
  position: absolute;
  top: -17px;
  left: -30px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 33px;
  background-image: url('../image/引号上标.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c2 .content-box .tit h3::after {
  position: absolute;
  bottom: -17px;
  right: -30px;
  content: '';
  display: inline-block;
  width: 42px;
  height: 33px;
  background-image: url('../image/引号下标.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.c2 .content-box .tit p {
  text-align: center;
  margin: 25px 0 44px 0;
  font-size: 16px;
  color: #000671;
  line-height: 18px;
}
.c2 .content-box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c2 .content-box ul li:nth-of-type(-n + 2) {
  margin-bottom: 60px;
}
.c2 .content-box ul li .profile {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 498px;
  padding-left: 85px;
  height: 154px;
  background-image: url('../image/profile-bg.png');
  background-position: right;
}
.c2 .content-box ul li .profile::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: inline-block;
  width: 21px;
  height: 154px;
  background: #008aff;
  opacity: 0.2;
}
.c2 .content-box ul li .profile .avatar {
  width: 178px;
  height: 178px;
  position: absolute;
  left: -12px;
}
.c2 .content-box ul li .profile .avatar img {
  width: 100%;
  height: 100%;
}
.c2 .content-box ul li .profile .intro {
  color: #000671;
}
.c2 .content-box ul li .profile .intro .name {
  font-size: 30px;
  font-weight: bold;
  line-height: 29px;
  margin-bottom: 16px;
}
.c2 .content-box ul li .profile .intro .job {
  line-height: 18px;
  font-size: 18px;
}
.c2 .content-box ul li .actions {
  margin-top: 56px;
  font-size: 18px;
  color: #000671;
  line-height: 31px;
}
.c2 .content-box ul li .more-btn {
  margin: 25px 0 0 163px;
  display: inline-block;
  width: 166px;
  height: 50px;
  background: #008aff;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
}
.c3 {
  padding-bottom: 80px;
  background: rgba(0, 138, 255, 0.29);
}
.c3 .living-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c3 .living-list li {
  width: 285px;
  margin-right: 20px;
}
.c3 .living-list li:nth-of-type(-n + 4) {
  margin-bottom: 19px;
}
.c3 .living-list li:nth-of-type(4n) {
  margin-right: 0;
}
.c3 .living-list li img {
  width: 100%;
  height: 178px;
  background: #008aff;
}
.c3 .living-list li .info {
  display: block;
  padding: 25px 21px;
  height: 101px;
  background: #ffffff;
}
.c3 .living-list li .info .live-name {
  height: 1px;
  background: rgba(0, 6, 113, 0.2);
  text-align: center;
}
.c3 .living-list li .info .live-name span {
  display: inline-block;
  padding: 0 15px;
  height: 15px;
  font-size: 15px;
  color: #000671;
  background-color: #fff;
  transform: translateY(-8px);
}
.c3 .living-list li .info p {
  margin-top: 25px;
  color: #000671;
  line-height: 27px;
  font-size: 16px;
  display: flex;
  justify-content: center;
}
.c3 .living-list li .info p .liver {
  margin-right: 10px;
  width: 86px;
  height: 27px;
  background: #f1f9ff;
  border-radius: 14px;
  text-align: center;
}
.c4 {
  padding: 79px 0 123px 0;
  background: url('../image/foot-background.png') no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.c4 .tit {
  color: #ffffff;
  text-align: center;
}
.c4 .tit h2 {
  height: 39px;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 39px;
}
.c4 .tit p {
  font-size: 24px;
  line-height: 24px;
  margin: 22px 0 73px 0;
}
.c4 .content {
  display: flex;
  align-items: center;
}
.c4 .gift-box {
  padding-top: 30px;
  width: 728px;
  height: 677px;
  background: linear-gradient(270deg, #ff684c 0%, #ff9b44 100%);
  border-radius: 50px;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c4 .gift-box::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 30px;
  width: 100%;
  height: 647px;
  background: linear-gradient(133deg, #ffd333 0%, #ff993b 100%);
  border-radius: 22px;
}
.c4 .gift-box .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 694px;
  height: 587px;
  background: linear-gradient(180deg, #fffaec 0%, #fff7e0 100%);
  border-radius: 22px;
  padding: 42px 25px 38px 30px;
}
.c4 .gift-box .list li {
  width: 200px;
  height: 178px;
}
.c4 .gift-box .list li .box {
  width: 100%;
  height: 121px;
  /*           padding: 2px;
          border-radius: 10px;
          background: linear-gradient(#fff, #fff),
            linear-gradient(rgba(252, 95, 18, 0.4), rgba(255, 43, 92, 0.4));
          background-clip: content-box, padding-box; */
  background-image: url('../image/渐变边框.png');
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c4 .gift-box .list li p {
  margin-top: 16px;
  font-size: 15px;
  color: #000671;
  text-align: center;
  line-height: 13px;
}
.c4 .boardcast {
  margin-left: 60px;
  width: 412px;
  transform: translateY(30px);
}
.c4 .boardcast h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 22px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.c4 .boardcast h3 .icon {
  vertical-align: bottom;
  margin-right: 17px;
}
.c4 .boardcast .inner {
  max-height: 576px;
  overflow: hidden;
}
.c4 .boardcast ul {
  font-size: 18px;
  color: #ffffff;
}
.c4 .boardcast ul li {
  width: 100%;
  height: 48px;
  line-height: 18px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c4 .boardcast ul li:hover {
  font-size: 22px;
}
.c4 .boardcast ul li.active {
  font-size: 22px;
}
.c4 .slogan {
  margin-top: 73px;
  width: 597px;
}
.c4 .popup {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c4 .popup h4 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.c4 .popup img {
  width: 200px;
  height: 200px;
}
@keyframes shake {
  0% {
    transform: rotateZ(0deg);
  }
  10% {
    transform: rotateZ(4deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  30% {
    transform: rotateZ(-4deg);
  }
  40% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  60% {
    transform: rotateZ(4deg);
  }
  70% {
    transform: rotateZ(0deg);
  }
  80% {
    transform: rotateZ(-4deg);
  }
  90% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.username {
  padding-right: 10px;
  color: #fefa97;
}
.btnn::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 50%;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  opacity: 0;
}
.btns::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 50%;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  opacity: 0;
}
@keyframes scale2 {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
input {
  border: none;
  outline: none;
  background: none;
}
input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.prop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.prop .prop_c {
  width: 574px;
  height: 500px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prop .prop_c .close {
  position: absolute;
  right: 33px;
  top: 24px;
  cursor: pointer;
}
.prop .prop_c .prop_logo {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.prop .prop_c .prop_logo h2 {
  font-size: 22px;
  color: #290452;
  text-align: center;
  margin-top: 65px;
}
.prop .prop_c .prop_logo .inp {
  width: 372px;
  height: 58px;
  margin: 0 auto;
  position: relative;
  margin-top: 30px;
}
.prop .prop_c .prop_logo .inp .label {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #290452;
  left: 13px;
  top: 21px;
  font-weight: 500;
}
.prop .prop_c .prop_logo .inp input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: solid 1px #888fad;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 16px;
  padding-left: 106px;
  padding-right: 123px;
}
.prop .prop_c .prop_logo .inp .befor {
  position: absolute;
  right: 2px;
  top: 0;
  width: 123px;
  font-size: 16px;
  line-height: 58px;
  text-align: center;
}
.prop .prop_c .prop_logo .inp .befor span {
  border-left: 1px solid #000;
  display: inline-block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-top: 14px;
}
.prop .prop_c .prop_logo .inp .befor button {
  border: none;
  background-color: transparent;
  outline: none;
}
.prop .prop_c .prop_logo .inp .befor button.red {
  color: #ff0025;
  cursor: pointer;
}
.prop .prop_c .prop_logo .inp .befor button.blue {
  color: #290452;
}
.prop .prop_c .prop_logo .inp .befor img {
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}
.prop .prop_c .prop_logo .btn {
  width: 372px;
  height: 58px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 36px;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 58px;
  letter-spacing: 2px;
  font-style: italic;
  background-color: #ff0025;
}
.prop_draw {
  display: none;
  box-sizing: border-box;
  background: url(../image/prop_bg.png) no-repeat;
  background-size: contain;
  width: 536px;
  height: 428px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prop_draw .close {
  position: absolute;
  right: 33px;
  top: 24px;
  cursor: pointer;
}
.prop_draw .pic {
  position: absolute;
  bottom: 0;
  right: -24px;
  z-index: -20;
}
.prop_draw .center .p1 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-top: 30px;
}
.prop_draw .center .p2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.prop_draw .center .content {
  width: 388px;
  height: 190px;
  border-radius: 6px;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
}
.prop_draw .center .content img {
  height: 80px;
  margin-top: 30px;
}
.prop_draw .center .content .p3 {
  text-align: center;
  font-size: 16px;
  color: #290452;
  margin-top: 20px;
}
.prop_draw .center .btn {
  display: block;
  width: 372px;
  height: 58px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 20px;
  border-radius: 10px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 58px;
  letter-spacing: 2px;
  font-style: italic;
  background-color: #ff0025;
}
