body {
  background-color: transparent;
}
.page {
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
  position: relative;
  /* 视频弹窗 start */
  /* 视频弹窗 end */
  /* 登录弹窗start */
  /* 登录弹窗end */
}
.page .nav {
  position: relative;
  z-index: 2;
}
.page .nav .nav_mobile {
  display: none;
}
.page .nav .nav_pc {
  display: block;
  position: relative;
  background-color: #0F0C15;
  padding: 0 5.263%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.page .nav .nav_pc .nav_content {
  width: 100%;
  position: relative;
  background-color: transparent;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.page .nav .nav_pc .nav_content a.logo {
  flex: 0 0 auto;
  width: 24%;
  height: auto;
  display: block;
}
.page .nav .nav_pc .nav_content a.logo img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.page .nav .nav_pc .nav_content .play_back_menu {
  flex: 1 1 auto;
  font-size: 16px;
  z-index: 2;
  color: white;
  padding: 0 2.631%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page .nav .nav_pc .nav_content .play_back_menu .item {
  display: block;
  height: 100px;
  line-height: 100px;
  width: 151px;
  font-size: 24px;
  font-weight: normal;
  color: white;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.select {
  color: white;
  font-weight: 600;
  border-bottom: 1px solid #5C8EE1;
  background-image: linear-gradient(transparent, #3e485f);
}
.page .nav .nav_pc .nav_content .play_back_menu .item.select a {
  color: white;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.select a:visited {
  color: white;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living {
  position: relative;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living > a {
  position: relative;
  box-sizing: border-box;
  padding-right: 0px;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content {
  display: none;
  position: absolute;
  left: -36px;
  top: 0px;
  padding: 102px 20px 20px 20px;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask {
  background: rgba(56, 43, 83, 0.9);
  padding: 0 20px 0px 20px;
  border-radius: 0px;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item {
  font-size: 16px;
  color: white;
  line-height: normal;
  margin-bottom: 0px;
  cursor: pointer;
  width: 160px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(232, 220, 255, 0.4);
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item a {
  color: white;
  display: inline-block;
  width: 100%;
  text-align: left;
  font-weight: 300;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item a:hover {
  color: white;
  font-weight: 600;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item.select a {
  font-weight: 600;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item:first-child {
  padding-top: 10px;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living .sub_living_content:hover > .sub_living_content {
  display: block;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac {
  position: relative;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac > a {
  position: relative;
  box-sizing: border-box;
  padding-right: 0px;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content {
  display: none;
  position: absolute;
  margin-left: -5px;
  width: 179px;
  top: 0;
  padding-top: 102px;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_living_content_mask {
  background: rgba(56, 43, 83, 0.9);
  padding: 0 20px 0px 20px;
  border-radius: 0;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_living_content_mask .sub_item {
  padding: 10px 0 10px 0;
  font-size: 16px;
  color: white;
  line-height: 21px;
  margin-bottom: 0px;
  cursor: pointer;
  width: 140px;
  border-bottom: 1px solid rgba(232, 220, 255, 0.4);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_living_content_mask .sub_item a {
  color: white;
  display: inline-block;
  width: 100%;
  font-weight: 300;
  text-align: left;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_living_content_mask .sub_item a:hover {
  font-weight: 600;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_living_content_mask .sub_item.select a {
  font-weight: 600;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_living_content_mask .sub_item:first-child {
  padding-top: 10px;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_living_content_mask .sub_item:last-child {
  border-bottom: none;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content .sub_item:last-child {
  margin-bottom: 0;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac .sub_apac_content:hover > .sub_living_content {
  display: block;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.sub_living:hover > .sub_living_content {
  display: block;
}
.page .nav .nav_pc .nav_content .play_back_menu .item.apac:hover > .sub_apac_content {
  display: block;
}
.page .nav .nav_pc .nav_content .play_back_menu .item:hover {
  color: white;
  font-weight: 600;
  border-bottom: 1px solid #5C8EE1;
  background-image: linear-gradient(transparent, #3e485f);
}
.page .nav .nav_pc .nav_content .play_back_menu .item:hover > a {
  color: white;
  font-weight: 600;
}
.page .nav .nav_pc .nav_content .user_info {
  flex: 0 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.page .nav .nav_pc .nav_content .user_info .name {
  height: 24px;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 24px;
  position: relative;
  top: -2px;
}
.page .nav .nav_pc .nav_content .user_info .user_icon {
  width: 24px;
  height: auto;
  margin-right: 9px;
}
@media screen and (min-width: 1300px) and (max-width: 1600px) {
  .page .nav .nav_pc .nav_content .menu .item {
    margin-right: 2.67%;
    font-size: 22px;
    width: 120px;
  }
  .page .nav .nav_pc .nav_content .play_back_menu .item {
    border-bottom: none;
    margin-right: 2.67%;
    font-size: 22px;
    width: 130px;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .page .nav .nav_pc .nav_content .menu .item {
    margin-right: 2%;
    font-size: 18px;
    width: 100px;
  }
  .page .nav .nav_pc .nav_content .play_back_menu .item {
    border-bottom: none;
    margin-right: 2%;
    font-size: 18px;
    width: 110px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
  .page .nav .nav_pc .nav_content .menu .item {
    margin-right: 2%;
    font-size: 15px;
    width: 100px;
  }
  .page .nav .nav_pc .nav_content .play_back_menu .item {
    border-bottom: none;
    margin-right: 0;
    font-size: 15px;
    width: 80px;
  }
  .page .nav .nav_pc .nav_content .user_info .user_icon {
    width: 12px;
    height: auto;
    margin-right: 2px;
  }
  .page .nav .nav_pc .nav_content .user_info .name {
    height: 24px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 24px;
    position: relative;
    top: 0px;
  }
}
.page .loader {
  position: absolute;
  top: 50%;
  left: 40%;
  margin-left: 10%;
  transform: translate3d(-50%, -50%, 0);
}
.page .dot {
  width: 24px;
  height: 24px;
  background: #3ac;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
.page .dot:nth-child(1) {
  animation-delay: 0.1s;
  background: #32aacc;
}
.page .dot:nth-child(2) {
  animation-delay: 0.2s;
  background: #64aacc;
}
.page .dot:nth-child(3) {
  animation-delay: 0.3s;
  background: #96aacc;
}
.page .dot:nth-child(4) {
  animation-delay: 0.4s;
  background: #c8aacc;
}
.page .dot:nth-child(5) {
  animation-delay: 0.5s;
  background: #faaacc;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
.page .person_main {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  background-color: transparent;
  z-index: 1;
}
.page .person_main .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page .person_main .mobile {
  display: none;
}
.page .person_main .schedule_top_pc {
  width: 50%;
  margin: 0 auto;
  padding-top: 60px;
}
.page .person_main .schedule_top_mobile {
  display: none;
}
.page .person_main .schedule_main {
  margin-top: 20px;
}
.page .person_main .schedule_main .line {
  font-size: 0px;
  margin: 0 auto;
}
.page .person_main .schedule_main .line_01 {
  width: 70%;
}
.page .person_main .schedule_main .line_02 {
  width: 85%;
  margin-bottom: 10px;
}
.page .person_main .schedule_main .line_pc {
  display: block;
}
.page .person_main .schedule_main .line_mobile {
  display: none;
}
.page .person_main .schedule_main .sche_video_pc {
  display: block;
}
.page .person_main .schedule_main .sche_video_mobile {
  display: none;
}
.page .person_main .schedule_main .ti_video {
  margin: 0 auto 0px;
}
.page .person_main .schedule_main .ti_video .sche_person {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  flex-wrap: wrap;
}
.page .person_main .schedule_main .sche_v_t {
  width: 70%;
}
.page .person_main .schedule_main .sche_v_t .sche_video {
  width: 48%;
  position: relative;
}
.page .person_main .schedule_main .sche_v_t .sche_video .fang {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 25%;
  left: 25%;
  cursor: pointer;
}
.page .person_main .schedule_main .sche_v_t .sche_video .down {
  position: absolute;
  width: 35%;
  height: auto;
  bottom: 20px;
  left: 30%;
  cursor: pointer;
}
.page .person_main .schedule_main .sche_v_s {
  width: 90%;
}
.page .person_main .schedule_main .sche_v_s .sche_video {
  width: 32%;
  position: relative;
}
.page .person_main .schedule_main .sche_v_s .sche_video .fang {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 22%;
  left: 25%;
  cursor: pointer;
}
.page .person_main .schedule_main .sche_v_s .sche_video .down {
  position: absolute;
  width: 35%;
  height: auto;
  bottom: 20px;
  left: 30%;
  cursor: pointer;
}
.page .person_main .schedule_partner {
  margin: 130px auto 80px auto;
  font-size: 50px;
  color: #ffffff;
  opacity: 0.6;
}
.page .person_main .partner_line {
  display: none;
}
.page .person_main .partner_img .partner_pc {
  display: block;
  width: 100%;
  height: auto;
}
.page .person_main .partner_img .partner_mobile {
  display: none;
}
.page .video_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11111;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.page .modal_title {
  box-sizing: border-box;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.2);
  /* display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; */
}
.page .modal_title .title {
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  overflow: hidden;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  padding: 0px 50px 0 10px;
}
.page .icon_close {
  position: absolute;
  top: 16px;
  right: 17px;
  /* flex: 0 0 30px;
    margin: 0 10px 0 0; */
  width: 20px;
  height: 20px;
  background-image: url(https://ingrammicro-one21.trr.pub/wap/reg/imgs/login_view/close_btn_img.png);
  cursor: pointer;
}
.page .video_container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  max-width: 888px;
  width: 62%;
  /* height: 335px; */
  text-align: center;
  background-color: black;
}
.page .video_wrapper #video {
  width: 100%;
  outline: none;
}
@media (max-width: 800px) {
  .page .video_container {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    /* Opera */
    max-width: 888px;
    width: 98%;
    /* height: 335px; */
    text-align: center;
  }
  .page .modal_title .title {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    padding: 0px 30px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .page .icon_close {
    position: absolute;
    top: 15px;
    right: 10px;
    /* flex: 0 0 30px;
      margin: 0 10px 0 0; */
    width: 20px;
    height: 20px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5QjYwQkVFM0ZGMjExRTlBMTVFQUIzRUM2ODZDNkFGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5QjYwQkVGM0ZGMjExRTlBMTVFQUIzRUM2ODZDNkFGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTlCNjBCRUMzRkYyMTFFOUExNUVBQjNFQzY4NkM2QUYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTlCNjBCRUQzRkYyMTFFOUExNUVBQjNFQzY4NkM2QUYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6QH0gKAAADN0lEQVR42tSZTWgTQRiGJ6GYCpIcJAWxx6K0gjWtEuJBm+hV8KDQcw8eLHjx3IMWe1SwWPHSs1LBXqwIkvVkCf60EVux9Gal9idaU0tMFcfvTb/F7brbzm4m2fjCC0t255tnJzvf/IWklMKn9pBT5DT5KPkQ+QB5H9//Tl4kz5Hfkg3yJHnTV20A9egE+R65IL3rC5dNeK3Xy8Od5Mfk37J6IcYEx9QG2ky+Sf4p9Qsxb3EdVYG2kadk7TXFdfkCPUFelvXTKjnpxhNy6fVJ8jNLD66XkCnOknP2G06gbeQX5LgIRivkk+R5649h20PN5LEAIQXXPcYsrqBD5GMieIHhhttf30l+RW4SjaFf5G4e1ba16JAK5Oe1H+L0dUPMLHzzXDPKoCxiKKiJmbYNoQmVEWfxa0m2X30iRe8DGb80Lt99XFPOPXgWZVAWMRBLcQSrDLdmi/bjM9jtFXtvT4r3n4pbXbNYFunB50oti2fwLMpAiIFYCgoxWwU0Qr6gUupOX5doiUb+5hEFWDskhBgjfd2qXwzYImFO7jGVEkdaYyI70KMM6wZpDKRFR2tUFRRsSYBmvHQIVVhcZ6qHNJVBenpEF+f99GCALFtA4hWQnq3ItnuAxAviRX1oHKAzdNHhp7QTrNnSGiGhWYCu0sV+vxGcYK3SAAkVAFrm9Y/QDasJEtoMi/9EAF2vRWua32lGcVDYResAXdIJib/bmro0wS6Fed0tdKUnfJP2PKsBdg6geZ05FB3HaVAwYWcXin5A8wDN6oS0j2BxG2x60PADayA9Rfg7jemC1Dze461a0KKI8FClRP/oG0+QZssaDi17efS1amti/VQ28+iISon7V1Ki/WBUGdINFjEQS1F37ZtkT1Wm3JiZn7qW9TS7t87yUVZxdi+Z6Z8NCKz8XjbY4u64mZWsQ+g0ebiBRs1ha+q075Ts5V2SoNf2ed4kLrltQODGRd5WCUorvE4q7bRTInjP5xx5IwDIDa573mn25CTspp3BhLWOkAWuM+c2zRM7wKa4k9Va07yDl6vmsKGZt68bemvcftgwoRFS+2FDLY5vurzWG9J4IHbY5UDsg44DsT8CDACt2z0rbYh59gAAAABJRU5ErkJggg==);
    cursor: pointer;
  }
}
.page .login_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background: rgba(4, 19, 43, 0.5);
}
.page .login_container {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  -moz-transform: translate(-50%, -50%);
  /* Firefox */
  -webkit-transform: translate(-50%, -50%);
  /* Safari 和 Chrome */
  -o-transform: translate(-50%, -50%);
  /* Opera */
  width: 98%;
  max-width: 464px;
  padding-top: 41px;
  padding-bottom: 44px;
  background-image: url("https://ingrammicro-one21.trr.pub/wap/reg/imgs/login_view/bg_img.png");
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  background-color: transparent;
}
.page .login_container .close_btn {
  position: absolute;
  width: 18px;
  top: 20px;
  right: 20px;
}
.page .login_container .login_container_title {
  font-size: 13px;
  color: rgba(210, 207, 255, 0.2);
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 18px;
  margin-top: 15px;
}
.page .login_container .login_container_title a {
  color: #D2CFFF;
  border-bottom: 1px solid #D2CFFF;
  margin-left: 4px;
}
.page .login_container .login_container_input {
  display: block;
  margin: 30px auto 20px auto;
  padding: 0 10px;
  width: 85%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: white;
  background: rgba(210, 207, 255, 0.1);
  border: 1px solid #D2CFFF;
  border-radius: 4px;
}
.page .login_container .login_container_input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 22px;
}
.page .login_container .login_container_input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 22px;
}
.page .login_container .login_container_input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 22px;
}
.page .login_container .login_container_input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: white;
  line-height: 22px;
}
.page .login_container .login_container_button {
  margin-top: 44px;
  color: white;
  width: 252px;
  height: 50px;
  font-size: 20px;
  background-color: transparent;
  background-image: url("https://ingrammicro-one21.trr.pub/wap/reg/imgs/reg/btn_border.png");
  background-size: 100% 100%;
  border: none;
  cursor: pointer;
}
.page input:focus {
  border: none;
}
.page .bottom_mobile {
  display: none;
}
.page .bottom_pc {
  padding: 32px 9%;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #272727;
  color: white;
  position: relative;
}
.page .bottom_pc .left {
  width: 850px;
}
.page .bottom_pc .left .name {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 23px 0 0 0;
  font-size: 0;
}
.page .bottom_pc .left .name img {
  flex: 0 0 175px;
  margin-right: 17px;
}
.page .bottom_pc .left .name p {
  font-size: 24px;
}
.page .bottom_pc .left .bottom_nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 23px;
  padding-bottom: 23px;
}
.page .bottom_pc .left .bottom_nav a {
  color: white;
  cursor: pointer;
  font-size: 21px;
  display: inline-block;
}
.page .bottom_pc .left .bottom_nav a:hover {
  font-weight: 600;
}
.page .bottom_pc .left .bottom_nav a:visited {
  color: white;
}
.page .bottom_pc .left .bottom_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 23px;
}
.page .bottom_pc .left .bottom_content .bottom_content_left {
  margin-right: 40px;
}
.page .bottom_pc .left .bottom_content .bottom_content_left .item span {
  font-size: 16px;
}
.page .bottom_pc .left .bottom_content .bottom_content_right {
  margin-right: 0px;
}
.page .bottom_pc .left .bottom_content .bottom_content_right .item span {
  font-size: 16px;
}
.page .bottom_pc .center {
  position: absolute;
  width: 200px;
  left: 40%;
  top: 70px;
}
.page .bottom_pc .name {
  margin-bottom: 16px;
}
.page .bottom_pc .item {
  font-size: 0px;
  color: #999999;
  line-height: 31px;
  height: 31px;
  vertical-align: middle;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.page .bottom_pc .item img {
  width: 15px;
  height: auto;
}
.page .bottom_pc .item img.dizhi {
  width: 14px;
  height: 18px;
  position: relative;
  top: 2px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAB2UlEQVQ4T42TP4hTQRDGv3lEsBHMNRJQ5AS1FCyuOrASEQvxwCAcWIU3IaLgKaQQ8TX+QTgUi2R3kxTXnI02KgdaaWGrdiII3qEQ0cJSkPfyyYbNcy/eoVPtfjO/2ZmdXUFknU7ncKVSuUDyBID9wbUhIs+TJHnQaDQ+TsLFL0iKc+4GgOsAkjhZtC5IZqp6U0Q4Bp1zyySXtgGm5buq2vYnHSP5csr7luRTr4nIaQBHYv9oNJoXa+1jAAuR416apld8OVEb9wFcKvsTeeTBHwB2B/HLcDiczbIsj0+w1u4AsAGgFvRvHhxnDmWtpWl6aqtenXMvSB4PPnrwA4BDQfhcrVZn6/V6EcNZllVqtdonAHuD/l6MMW0RuRMF3lLVa5O9H1Wv17tNsh3FXJXBYLArz/N1ADNRya9JPgvlnyE5F0Hf8zw/MJ6jMea8iKz85xwXVXV1DHqz1q4BOPkP+Imq+rmiBPv9/kxRFO8A7NsGXi+K4mir1fLj+wP6TbfbnUuS5BWAnVPwTwDzqvqmvIfp7M65cyQfRjpF5Gyapv6FlVaWGovGmCURWQ7aZVX1T26TbQmGy/Kz+9VsNv13+8s2gcaYiyJSB3AQwJ4Q/RWA/8CrqtqdZPgND6q0s/TX1n8AAAAASUVORK5CYII=);
}
.page .bottom_pc .item img.youxiang {
  width: 16px;
  height: 13px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAABBElEQVQ4T82SvUoEMRRGT2Ym90m0s7CyVARt/GkEG0HBagoRt/MxxK1mCpst3EKw2YVtlNXW2sLCJ0niXInMwLqMO9qZKgnnO/lCYgDKsuwBV3H+h3GR53nfFEWxrqpvSZI8Aiu/FLyGELZFZNmUZanGmIH3/jLLsgmwukhijHlR1V3gGjj6EtSB2zRNz6uqmqjqWpskhp1zO9bafgxHZlYQ13fW2rMQwrhF8mytPfTe3wD7zQHzgrg/EpET59w9sFmDUxE5cM4NZsNtDRrxyHt/KiJDVf0AjoEhsDV/tbYGDTMF9urFeKbNN8ciQQTfa3rpp5fpEnR+i/8heAI2Oru2Aw+fbKRqhtoCujgAAAAASUVORK5CYII=);
}
.page .bottom_pc .item img.chuanzhen {
  width: 15px;
  height: 14px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAABYUlEQVQ4T8WTv2sVURCFv3N3bxqb2KmpghII5B+wFmwECzvTRYQlaQTBJG1qQRHxwX0WVmolIQRrLWy1E0HEgAQCIWCTat/uHrnBPNZH8lqnuszwzY8zc0XPUkqbwAOgBbpeKAARGFRVtXXq1wT8DrjT9028d6uquj2GU0qXbV8vy/Jj27aPgXvnwbZfxxhXm6a5AXxRSmkbuGl7VdIikFs/z55K+mw72f6U4X1gLs8q6YrtjSmVn4UQvtt+ARxm+AdwFViz/VXSeoZtu59EUmE7V54HEvCrD7+X9Lbrut8ZkjQW8zSRpFlgGbg1CU8Z9czQP5X/H7z3V7DjKS1cAJaALNpJ2wfAJeBh0zQvi6LIB0AIYax213UKIYQY44e6rleAJ8CRhsPhG9t3bd+XtACcrOosk/Q8X5btV5J2NBgMLpZleW00Gn0riuKRpDWgmfgYeW0zGWrbdivGuFjX9c8/7WqkN22hRJUAAAAASUVORK5CYII=);
}
.page .bottom_pc .item img.dianhua {
  width: 17px;
  height: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAABuUlEQVQ4T5WSP4gTQRTGf28XTrAyKpaCjdrYKJyFh39QCw9sI1whh+C8QBqtxM4/YKOFVdidi2h5LHYKWggq3AliodcoWNhYWIgsKjYm2ScT2DAJyXG+ama+b368+d4IUXW73Z1VVZ0zs0VgHtgLzAF94JuZbSRJ8qzX6z1pt9tf66sSFp1O50CapteAJWBbDJ6xNqAws1utVuuj5Hl+D7gCpFu4PGkZAHcDJFDjulpV1YdZQBFZEJHbsR4gf4Dto/eJzDvn3s2CZFl2XEReR/pvWVlZOWJmh8KhmX0HXgKPgD1TQL/SNF3u9/vHkiTZFfTBYLAxDLauPM9DR0+BU5vks9ZoNE43m82/Y9MJm6Io5sqyfAycj562DqyZ2UngaARedc4ticgwz1EnWZY9FJHlyPjcObcYjEVRpGVZvgIWIv2Gqt4cQbz3l8zswVjiIm3nXKc+895fN7M7kcfCpJxzb4ad5Hn+CTg4kUNXVS9Hea0CFyY8L1T1bA0JnyaZEuZ9M1sXkTOATtF/qOruGjL54TYZzpj0U1V31JAvwL6t3ox871X18BDivT9hZh7Y/x+gz8BFVX37DwYNoN/AFN/JAAAAAElFTkSuQmCC);
}
.page .bottom_pc .item img.kefu {
  width: 15px;
  height: 16px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAACG0lEQVQ4T42SP2hTURSHv/NM1BoJRhR8Tor4bxCtTiIOgjjZRSnUQUFJc19BQ6G4iEhBheJQNDSQm5AEQVoQQTe7iaAouHSxOCgqCM90MFNB4+MdueFFgtrine6593z33N/5HaFvTU9PD2QyGQOMAAeAAeAz8BQoGWPe9edLL7DW7gOeAFuAuoi8VNXvwB4ROa+qh4AJY8xMj+nC1lofeCMii57njeTz+W+NRmNrHMcbstlsODw8/NNae1lE7qpqIQiCuuN68ENgL3AUuAhcB7YlFVz12VQqNR5F0RXgmud5u0ZHR1tSr9e3R1H0RUROATtVtdqvq28/H4bhkO/774GKMWZKqtXqWVVt5nK5XLvdXnQaV4ARkUFVzQM7jDGnxVr7HNgchuGg7/vui2tWglX1kohsAqaABw5WETmTTqefdTqd9kqgO1fVMRFxzboK3O7CcRyfaLVaL3zf7/SamDyyBITJfllVZ0TknIjMquqcg5dF5FihUFiw1n50epLkt8AcsDuJnZ3HATcoRWBeSqXSumKx+CPxu5FY5cJFEWmq6sGupyJLqvo6DMPHk5OTUbPZXP97wlxCrVbbH8fxArA2qdYCviZ6HwVBcOuf4+kOy+XyxlQqdQcY+6Nxn4CTxpgPf8HW2sMickNVhwBvlY47vTeNMbNdKbVa7Ugcx6+A9Go29d85y4IgqEilUrkgIvf/F0z03wuCYPwX8n3Xsc7cq9oAAAAASUVORK5CYII=);
}
.page .bottom_pc .item span {
  margin-left: 8px;
}
.page .bottom_pc .item span a {
  color: #999999;
}
.page .bottom_pc .item_code {
  position: absolute;
  top: 50%;
  right: 9%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.page .bottom_pc .item_code img.code {
  width: 153px;
  height: 153px;
}
.page .bottom_pc .item_code p {
  height: 19px;
  font-size: 14px;
  color: #999999;
  line-height: 19px;
}
.page a {
  text-decoration: none;
  color: white;
}
.page a:visited {
  color: white;
}
@media (max-width: 800px) {
  .page {
    width: 100%;
  }
  .page .nav {
    width: 100%;
    padding: 16px 0 0 0;
    background-color: #0F0C15;
  }
  .page .nav .nav_mobile {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 16px;
  }
  .page .nav .nav_mobile .logo_user {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .page .nav .nav_mobile .logo_user .left_logo {
    flex: 0 0 auto;
    width: 70%;
  }
  .page .nav .nav_mobile .logo_user .left_logo img {
    width: 100%;
    height: auto;
  }
  .page .nav .nav_mobile .logo_user .user_info {
    flex: 0 0 auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px;
    height: 30px;
    border-radius: 14px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .page .nav .nav_mobile .logo_user .user_info .name {
    flex: 1 1 auto;
    font-size: 13px;
    max-width: 42px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    color: #FFFFFF;
    position: relative;
  }
  .page .nav .nav_mobile .logo_user .user_info .user_icon {
    flex: 0 0 auto;
    width: 14px;
    font-size: 0;
    margin-right: 5px;
  }
  .page .nav .nav_mobile .play_back_menu {
    margin-top: 15px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .page .nav .nav_mobile .play_back_menu .item {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    padding-top: 6px;
    position: relative;
  }
  .page .nav .nav_mobile .play_back_menu .item .bottom_line {
    margin-top: 10px;
    width: 100%;
    height: 1px;
    background: transparent;
  }
  .page .nav .nav_mobile .play_back_menu .item.select {
    font-weight: 600;
    color: white;
  }
  .page .nav .nav_mobile .play_back_menu .item.select a {
    color: white;
    background: linear-gradient(to right, #db4dcc, #8661e4, #32adfa);
    -webkit-background-clip: text;
    color: transparent;
  }
  .page .nav .nav_mobile .play_back_menu .item.select a:visited {
    color: white;
  }
  .page .nav .nav_mobile .play_back_menu .item.select .bottom_line {
    background: linear-gradient(90deg, #DB4DCC, #8661E4, #32ADFA);
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living > a {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content {
    display: flex;
    padding: 0 20px 20px 20px;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content.show {
    display: flex;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask {
    flex: 0 0 auto;
    margin-top: 105px;
    background: rgba(56, 43, 83, 0.9);
    border-radius: 0;
    padding: 0px 10px;
    box-sizing: content-box;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item {
    font-size: 16px;
    color: white;
    line-height: normal;
    margin-bottom: 0px;
    cursor: pointer;
    width: 126px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 0;
    border-bottom: 1px solid rgba(232, 220, 255, 0.4);
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item a {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 12px;
    text-align: left;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item img {
    width: 3px !important;
    height: auto !important;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item:last-child {
    margin-bottom: 0;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item:first-child {
    padding-top: 5px;
  }
  .page .nav .nav_mobile .play_back_menu .item.sub_living .sub_living_content .sub_living_content_mask .sub_item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac > a {
    position: relative;
    box-sizing: border-box;
    padding-right: 8px;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: flex;
    left: auto;
    right: 0px;
    top: 0px;
    padding: 0 0px 20px 20px;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: flex-end;
    align-items: flex-start;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content.show {
    display: flex;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content .sub_apac_content_mask {
    margin-top: 105px;
    background: rgba(56, 43, 83, 0.9);
    padding: 0 10px 0px 10px;
    border-radius: 0;
    box-sizing: content-box;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content .sub_apac_content_mask .sub_item {
    padding: 5px 0 5px 0;
    font-size: 16px;
    color: white;
    line-height: normal;
    margin-bottom: 0px;
    cursor: pointer;
    width: 99px;
    border-bottom: 1px solid rgba(232, 220, 255, 0.4);
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content .sub_apac_content_mask .sub_item a {
    display: inline-block;
    width: 100%;
    color: white;
    font-size: 12px;
    text-align: left;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content .sub_apac_content_mask .sub_item img {
    width: 3px !important;
    height: auto !important;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content .sub_apac_content_mask .sub_item:last-child {
    margin-bottom: 0;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content .sub_apac_content_mask .sub_item:first-child {
    padding-top: 5px;
  }
  .page .nav .nav_mobile .play_back_menu .item.apac .sub_apac_content .sub_apac_content_mask .sub_item:last-child {
    border-bottom: none;
  }
  .page .nav .nav_pc {
    display: none;
  }
  .page .person_main .bg_img {
    display: none;
  }
  .page .person_main .mobile {
    display: block;
  }
  .page .person_main .schedule_top_mobile {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding-top: 30px;
  }
  .page .person_main .schedule_top_pc {
    display: none;
  }
  .page .person_main .schedule_main .line_01 {
    width: 90%;
  }
  .page .person_main .schedule_main .line_02 {
    width: 90%;
    margin-bottom: 10px;
  }
  .page .person_main .schedule_main .line_pc {
    display: none;
  }
  .page .person_main .schedule_main .line_mobile {
    display: block;
  }
  .page .person_main .schedule_main .sche_video_pc {
    display: none;
  }
  .page .person_main .schedule_main .sche_video_mobile {
    display: block;
  }
  .page .person_main .schedule_main .sche_v_t {
    width: 95%;
  }
  .page .person_main .schedule_main .sche_v_t .sche_video {
    width: 48%;
  }
  .page .person_main .schedule_main .sche_v_t .sche_video .fang {
    width: 40px;
    height: 40px;
    top: 20%;
    left: 25%;
  }
  .page .person_main .schedule_main .sche_v_t .sche_video .down {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 10px;
    left: 20%;
  }
  .page .person_main .schedule_main .sche_v_s {
    width: 100%;
  }
  .page .person_main .schedule_main .sche_v_s .sche_video {
    width: 48%;
    margin: 0 auto;
  }
  .page .person_main .schedule_main .sche_v_s .sche_video .fang {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 22%;
    left: 25%;
  }
  .page .person_main .schedule_main .sche_v_s .sche_video .down {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 15px;
    left: 25%;
  }
  .page .person_main .schedule_partner {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    color: rgba(210, 207, 255, 0.8);
    opacity: 1;
  }
  .page .person_main .partner_line {
    display: block;
    font-size: 0;
    margin-bottom: 20px;
  }
  .page .person_main .partner_img .partner_pc {
    display: none;
  }
  .page .person_main .partner_img .partner_mobile {
    width: 100%;
    height: auto;
    display: block;
  }
  .page .bottom_pc {
    display: none;
  }
  .page .bottom_mobile {
    display: block;
    padding: 32px 16px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #272727;
    color: white;
  }
  .page .bottom_mobile .name {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 0 0 0;
    font-size: 20px;
  }
  .page .bottom_mobile .name img {
    flex: 150px 0 0;
    margin-right: 17px;
  }
  .page .bottom_mobile .bottom_nav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 10px;
  }
  .page .bottom_mobile .item {
    font-size: 13px;
    color: #999999;
    line-height: 31px;
    vertical-align: middle;
  }
  .page .bottom_mobile .item img {
    vertical-align: middle;
    width: 15px;
    height: auto;
  }
  .page .bottom_mobile .item img.dizhi {
    width: 14px;
    height: 18px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAB2UlEQVQ4T42TP4hTQRDGv3lEsBHMNRJQ5AS1FCyuOrASEQvxwCAcWIU3IaLgKaQQ8TX+QTgUi2R3kxTXnI02KgdaaWGrdiII3qEQ0cJSkPfyyYbNcy/eoVPtfjO/2ZmdXUFknU7ncKVSuUDyBID9wbUhIs+TJHnQaDQ+TsLFL0iKc+4GgOsAkjhZtC5IZqp6U0Q4Bp1zyySXtgGm5buq2vYnHSP5csr7luRTr4nIaQBHYv9oNJoXa+1jAAuR416apld8OVEb9wFcKvsTeeTBHwB2B/HLcDiczbIsj0+w1u4AsAGgFvRvHhxnDmWtpWl6aqtenXMvSB4PPnrwA4BDQfhcrVZn6/V6EcNZllVqtdonAHuD/l6MMW0RuRMF3lLVa5O9H1Wv17tNsh3FXJXBYLArz/N1ADNRya9JPgvlnyE5F0Hf8zw/MJ6jMea8iKz85xwXVXV1DHqz1q4BOPkP+Imq+rmiBPv9/kxRFO8A7NsGXi+K4mir1fLj+wP6TbfbnUuS5BWAnVPwTwDzqvqmvIfp7M65cyQfRjpF5Gyapv6FlVaWGovGmCURWQ7aZVX1T26TbQmGy/Kz+9VsNv13+8s2gcaYiyJSB3AQwJ4Q/RWA/8CrqtqdZPgND6q0s/TX1n8AAAAASUVORK5CYII=);
  }
  .page .bottom_mobile .item img.youxiang {
    width: 16px;
    height: 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAABBElEQVQ4T82SvUoEMRRGT2Ym90m0s7CyVARt/GkEG0HBagoRt/MxxK1mCpst3EKw2YVtlNXW2sLCJ0niXInMwLqMO9qZKgnnO/lCYgDKsuwBV3H+h3GR53nfFEWxrqpvSZI8Aiu/FLyGELZFZNmUZanGmIH3/jLLsgmwukhijHlR1V3gGjj6EtSB2zRNz6uqmqjqWpskhp1zO9bafgxHZlYQ13fW2rMQwrhF8mytPfTe3wD7zQHzgrg/EpET59w9sFmDUxE5cM4NZsNtDRrxyHt/KiJDVf0AjoEhsDV/tbYGDTMF9urFeKbNN8ciQQTfa3rpp5fpEnR+i/8heAI2Oru2Aw+fbKRqhtoCujgAAAAASUVORK5CYII=);
  }
  .page .bottom_mobile .item img.chuanzhen {
    width: 15px;
    height: 14px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAYAAADwikbvAAABYUlEQVQ4T8WTv2sVURCFv3N3bxqb2KmpghII5B+wFmwECzvTRYQlaQTBJG1qQRHxwX0WVmolIQRrLWy1E0HEgAQCIWCTat/uHrnBPNZH8lqnuszwzY8zc0XPUkqbwAOgBbpeKAARGFRVtXXq1wT8DrjT9028d6uquj2GU0qXbV8vy/Jj27aPgXvnwbZfxxhXm6a5AXxRSmkbuGl7VdIikFs/z55K+mw72f6U4X1gLs8q6YrtjSmVn4UQvtt+ARxm+AdwFViz/VXSeoZtu59EUmE7V54HEvCrD7+X9Lbrut8ZkjQW8zSRpFlgGbg1CU8Z9czQP5X/H7z3V7DjKS1cAJaALNpJ2wfAJeBh0zQvi6LIB0AIYax213UKIYQY44e6rleAJ8CRhsPhG9t3bd+XtACcrOosk/Q8X5btV5J2NBgMLpZleW00Gn0riuKRpDWgmfgYeW0zGWrbdivGuFjX9c8/7WqkN22hRJUAAAAASUVORK5CYII=);
  }
  .page .bottom_mobile .item img.dianhua {
    width: 17px;
    height: 15px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAPCAYAAAACsSQRAAABuUlEQVQ4T5WSP4gTQRTGf28XTrAyKpaCjdrYKJyFh39QCw9sI1whh+C8QBqtxM4/YKOFVdidi2h5LHYKWggq3AliodcoWNhYWIgsKjYm2ScT2DAJyXG+ama+b368+d4IUXW73Z1VVZ0zs0VgHtgLzAF94JuZbSRJ8qzX6z1pt9tf66sSFp1O50CapteAJWBbDJ6xNqAws1utVuuj5Hl+D7gCpFu4PGkZAHcDJFDjulpV1YdZQBFZEJHbsR4gf4Dto/eJzDvn3s2CZFl2XEReR/pvWVlZOWJmh8KhmX0HXgKPgD1TQL/SNF3u9/vHkiTZFfTBYLAxDLauPM9DR0+BU5vks9ZoNE43m82/Y9MJm6Io5sqyfAycj562DqyZ2UngaARedc4ticgwz1EnWZY9FJHlyPjcObcYjEVRpGVZvgIWIv2Gqt4cQbz3l8zswVjiIm3nXKc+895fN7M7kcfCpJxzb4ad5Hn+CTg4kUNXVS9Hea0CFyY8L1T1bA0JnyaZEuZ9M1sXkTOATtF/qOruGjL54TYZzpj0U1V31JAvwL6t3ox871X18BDivT9hZh7Y/x+gz8BFVX37DwYNoN/AFN/JAAAAAElFTkSuQmCC);
  }
  .page .bottom_mobile .item img.kefu {
    width: 15px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAACG0lEQVQ4T42SP2hTURSHv/NM1BoJRhR8Tor4bxCtTiIOgjjZRSnUQUFJc19BQ6G4iEhBheJQNDSQm5AEQVoQQTe7iaAouHSxOCgqCM90MFNB4+MdueFFgtrine6593z33N/5HaFvTU9PD2QyGQOMAAeAAeAz8BQoGWPe9edLL7DW7gOeAFuAuoi8VNXvwB4ROa+qh4AJY8xMj+nC1lofeCMii57njeTz+W+NRmNrHMcbstlsODw8/NNae1lE7qpqIQiCuuN68ENgL3AUuAhcB7YlFVz12VQqNR5F0RXgmud5u0ZHR1tSr9e3R1H0RUROATtVtdqvq28/H4bhkO/774GKMWZKqtXqWVVt5nK5XLvdXnQaV4ARkUFVzQM7jDGnxVr7HNgchuGg7/vui2tWglX1kohsAqaABw5WETmTTqefdTqd9kqgO1fVMRFxzboK3O7CcRyfaLVaL3zf7/SamDyyBITJfllVZ0TknIjMquqcg5dF5FihUFiw1n50epLkt8AcsDuJnZ3HATcoRWBeSqXSumKx+CPxu5FY5cJFEWmq6sGupyJLqvo6DMPHk5OTUbPZXP97wlxCrVbbH8fxArA2qdYCviZ6HwVBcOuf4+kOy+XyxlQqdQcY+6Nxn4CTxpgPf8HW2sMickNVhwBvlY47vTeNMbNdKbVa7Ugcx6+A9Go29d85y4IgqEilUrkgIvf/F0z03wuCYPwX8n3Xsc7cq9oAAAAASUVORK5CYII=);
  }
  .page .bottom_mobile .item span {
    margin-left: 8px;
  }
  .page .bottom_mobile .item span a {
    color: #999999;
  }
  .page .bottom_mobile .item_code {
    margin-top: 16px;
    text-align: center;
  }
  .page .bottom_mobile .item_code img.code {
    width: 103px;
    height: 103px;
  }
  .page .bottom_mobile .item_code p {
    height: 19px;
    font-size: 14px;
    color: #999999;
    line-height: 19px;
  }
}
/*# sourceMappingURL=scheback.css.map */