* {
  border: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: white;
}
body::-webkit-scrollbar {
  width: 0px;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
}
.page {
  max-width: 1900px;
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  /* 登录弹窗start */
  /* 登录弹窗end */
}
.page .page_content {
  padding-bottom: 50px;
  position: relative;
}
.page .page_content .mobile_bottom_image {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: none;
}
.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 .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;
}
.top {
  font-size: 0;
  position: relative;
}
.login_view {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  color: white;
  font-size: 18px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.login_view_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  background: #000000;
  opacity: 0.5;
  border-radius: 20px;
  padding: 0 20px;
  cursor: pointer;
}
.login_view_content img {
  width: 10px;
  height: auto;
}
.login_view_content p {
  height: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 5px;
}
.nick_view {
  width: 110px;
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  color: white;
  font-size: 18px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.nick_view_content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  background: #000000;
  opacity: 0.5;
  border-radius: 20px;
  padding: 0 10px;
  cursor: pointer;
}
.nick_view_content p {
  height: 24px;
  font-size: 13px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  margin-left: 5px;
}
.banner_pc {
  width: 100%;
  height: auto;
  background-color: transparent;
  display: block;
}
.banner_mobile {
  display: none;
}
.video .content {
  width: 100%;
  margin: 0 auto;
  background-color: transparent;
  position: relative;
}
.video .content .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.video .video-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.video .content .video-content video {
  width: 60%;
  height: auto;
}
.page .line {
  width: 100%;
}
.timer_and_log {
  width: 65%;
  margin: 0 auto 0 auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.timer_and_log .left {
  width: 45%;
  flex: 45% 0 0;
}
.timer_and_log .middle {
  width: 2px;
  flex: 2px 0 0;
  align-self: center;
}
.timer_and_log .right {
  width: 45%;
  flex: 45% 0 0;
  color: white;
  min-width: 403px;
}
.right_btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 23px;
}
.right .right_btn .btn {
  width: 100px;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
}
.right .right_btn .btn .btn_title {
  position: absolute;
  font-size: 13px;
  font-weight: normal;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.right_title {
  position: relative;
  margin-top: 15px;
  font-size: 0;
}
.right_title .big {
  font-size: 30px;
}
.right_title .title {
  font-size: 15px;
  margin-left: 10px;
}
.right_title .right_title_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.right_title .right_title_content .text_line {
  margin: 0 20px;
}
#shareBtn {
  position: relative;
}
#qrcode {
  position: absolute;
  width: 160px;
  font-size: 0;
  bottom: 44px;
  left: -42px;
}
.qrcode_content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.qrcode_content_title {
  text-align: center;
  font-size: 11px;
  margin-top: 3px;
}
.timer_and_log_mobile {
  display: none;
}
@media screen and (min-width: 1919px) {
  .video .content {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    position: relative;
  }
}
/*@media screen and (min-width: 1441px ) and (max-width: 1919px) {*/
/*}*/
#ShareMask {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
#ShareMask .mask_view {
  position: relative;
  right: 0;
  top: 5px;
  background-color: transparent;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-end;
}
#ShareMask .mask_view img {
  position: relative;
  right: 0;
  top: 5px;
  background-color: transparent;
  margin-right: 10px;
}
#ShareMask .mask_view p {
  color: white;
  margin-top: 15px;
  margin-right: 20px;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  .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 .page_content {
    padding-bottom: 50px;
    position: relative;
  }
  .page .page_content .mobile_bottom_image {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 0;
    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;
  }
  .banner_pc {
    display: none;
  }
  .banner_mobile {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: block;
  }
  .video .content {
    width: 100%;
    display: block;
  }
  .video .content img {
    display: none;
  }
  .video .content .video-content {
    position: relative;
    width: 100%;
    padding-top: 0;
  }
  .video .content .video-content video {
    width: 100%;
    height: auto;
  }
  .line {
    display: none;
  }
  .timer_and_log {
    display: none;
  }
  .timer_and_log_mobile {
    position: relative;
    z-index: 1;
    display: block;
  }
  .timer_and_log_mobile_logo {
    width: 90%;
    margin: 50px auto 0 auto;
    font-size: 0;
  }
  .msg_tip {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
  }
  .msg_tip .left {
    flex: 61px 0 0;
    font-size: 0;
  }
  .msg_tip .right {
    flex: 61px 0 0;
    font-size: 0;
  }
  .msg_tip .title {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    height: 25px;
    line-height: 25px;
  }
  .right_title {
    color: white;
    width: 90%;
    margin: 15px auto 0 auto;
  }
  .right_title .right_title_content {
    padding: 0 10px;
    background-color: transparent;
  }
  .right_title .right_title_content .big {
    font-size: 26px;
  }
  .right_title .right_title_content .title {
    margin-left: 5px;
  }
  .right_btn_mobile {
    width: 90%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 23px auto 0 auto;
  }
  /*按钮*/
  .right_btn_mobile .btn {
    width: 32%;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    cursor: pointer;
  }
  /*按钮标题*/
  .right_btn_mobile .btn .btn_title {
    color: white;
    position: absolute;
    font-size: 13px;
    font-weight: normal;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}
/*# sourceMappingURL=like.css.map */