body {
  -webkit-font-smoothing: antialiased;
  font-family: "microsoft yahei", "STXihei" !important;
  background: #fff;
  font-size: 14px;
  color: #666;
}
.mainWrapperLocal {
  background-color: #E1E9FA;
}
.mainWrapperLocal * {
  box-sizing: initial;
}
.headerBox {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  font-size: 0;
  background-color: #cccccc;
}
.headerBox .topNavbarBox {
  position: absolute;
  left: 245px;
  bottom: 0;
  height: 65px;
  width: 1430px;
  background-color: #1950CB;
}
.headerBox .topNavbarBox .navItem {
  width: 138px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  color: #fff;
  font-size: 16px;
}

.headerBox .topNavbarBox .navItem:hover {
  cursor: pointer;
  background-color: #5B88EE;
  font-weight: 600;
}
.headerBox .topNavbarBox .bianse{
 
  background-color: #5B88EE;

}

.headerBox .topNavbarBox .navItem a {
  color: #fff;
}
.headerBox .topNavbarBox .specialItem_1v1 {
  width: 178px;
  background-color: #C41818;
  font-weight: 600;
}
.headerBox .topNavbarBox .specialItem_1v1:hover {
  cursor: pointer;
  background-color: #C41818;
  font-weight: 600;
}
.headerBox .topNavbarBox .specialItem_search {
  width: 178px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.flexBox {
  display: flex;
}
.clear {
  clear: both;
}
.inLineBlock {
  display: inline-block;
}
.marginRight0 {
  margin-right: 0;
}
.mainContainer {
  margin-top: 42px;
  clear: both;
}
.mainContainer .liveItemCard {
  position: relative;
  float: left;
  margin-right: 60px;
  margin-bottom: 32px;
  width: 360px;
  height: 405px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.mainContainer .liveItemCard .imgBox {
  width: 100%;
  height: 227px;
  background-color: #eee;
}
.mainContainer .liveItemCard .imgBox img {
  display: block;
  width: 100%;
  height: 227px;
}
.mainContainer .liveItemCard .infoBox {
  position: relative;
  height: 100px;
  box-sizing: border-box;
  padding-top: 24px;
  border-bottom: 1px solid #e2e2e2;
}
.mainContainer .liveItemCard .infoBox .infoBoxTitle {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  margin-left: 18px;
}
.mainContainer .liveItemCard .infoBox .underInfo {
  margin-left: 15px;
  margin-right: 20px;
  margin-top: 15px;
  line-height: 22px;
}
.mainContainer .liveItemCard .infoBox .underInfo .timeText {
  color: #959595;
  font-size: 14px;
}
.mainContainer .liveItemCard .infoBox .underInfo .liveInfo {
  display: inline-flex;
  float: right;
  width: 115px;
  height: 22px;
  line-height: 22px;
  background-color: #FFEBEB;
  color: #EC7766;
  font-size: 12px;
}
.mainContainer .liveItemCard .infoBox .underInfo .liveInfo .liveLeft {
  box-sizing: border-box;
  width: 27px;
  background-color: #FF0000;
}
.mainContainer .liveItemCard .infoBox .underInfo .liveInfo .liveRight {
  flex: 1;
  text-align: center;
}
.mainContainer .liveItemCard .btnBox {
  height: 70px;
}
.mainContainer .liveItemCard .btnBox .cardBtn {
  margin: 0 auto;
  margin-top: 17px;
  width: 145px;
  height: 40px;
  border-radius: 10px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  box-sizing: border-box;
}
.mainContainer .liveItemCard .btnBox .cardBtn:hover {
  cursor: pointer;
}
.mainContainer .liveItemCard .btnBox .reservation {
  background-color: #D82323;
  color: #ffffff;
}
.mainContainer .liveItemCard.active {
  box-shadow: 2px 2px 15px #ccc;
  top: -12px;
}
.mainContainer .liveItemCard.live.active {
  box-shadow: 2px 2px 15px #ccc;
  top: -12px;
}
.mainContainer .liveItemCard.live.active .btnBox .live {
  background-color: #1950CB;
  color: #ffffff;
}
.mainContainer .liveItemCard.live .btnBox .live {
  border: 1px solid #1950CB;
  color: #1950CB;
}
.mainContainer .liveInfoBoxWrap {
  position: relative;
  float: left;
  width: 1200px;
  margin-bottom: 35px;
}
.mainContainer .liveInfoBoxWrap .upTriangle {
  width: 50px;
  height: 25px;
  background-color: transparent;
  position: relative;
  top: 1px;
}
.mainContainer .liveInfoBoxWrap .upTriangle.left {
  left: 160px;
}
.mainContainer .liveInfoBoxWrap .upTriangle.middle {
  left: 580px;
}
.mainContainer .liveInfoBoxWrap .upTriangle.right {
  left: 1000px;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox {
  display: flex;
  margin: 0 130px;
  width: 940px;
  height: 240px;
  margin: 0 auto;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  box-shadow: 2px 2px 15px #ccc;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox {
  display: flex;
  width: 688px;
  box-shadow: 0px 2px 10px #ccc;
  padding-top: 28px;
  padding-left: 36px;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .qrImgBox {
  position: relative;
  width: 172px;
  height: 181px;
  border: 1px solid #AAC0F1;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .qrImgBox .qqrImg {
  display: block;
  width: 145px;
  height: 145px;
  margin: 0 auto;
  margin-top: 15px;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .qrImgBox .qrBoxTitle {
  position: absolute;
  bottom: -13px;
  left: 22px;
  width: 128px;
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  color: #AAC0F1;
  font-size: 14px;
  text-align: center;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .contentBox {
  flex: 1;
  margin-left: 30px;
  margin-right: 33px;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .contentBox .boxTitle .chsTitle {
  color: #1950CB;
  font-size: 18px;
  font-weight: 600;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .contentBox .boxTitle .engTitle {
  color: #BBBABA;
  font-size: 14px;
  margin-left: 3px;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .contentBox .boxLine {
  margin-top: 10px;
  width: 180px;
  height: 2px;
  background-color: #AEAEAE;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .leftBox .contentBox .boxContain {
  margin-top: 10px;
  line-height: 33px;
  color: #6E6E6E;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .rightBox {
  flex: 1;
  padding: 28px 36px;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .rightBox .imgBox {
  width: 138px;
  height: 84px;
  margin: 0 auto;
  background-color: #cecece;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .rightBox .imgBox img {
  display: block;
  width: 138px;
  height: 84px;
}
.mainContainer .liveInfoBoxWrap .liveInfoBox .rightBox .imgBox + .imgBox {
  margin-top: 20px;
}
.subscribeBanner {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  font-size: 0;
  background-color: #cccccc;
}
.subscribeBanner .subscribeContainer {
  position: absolute;
  top: 167px;
  left: 360px;
  width: 1200px;
  font-size: 18px;
}
.subscribeBanner .subscribeContainer .inputTitle {
  color: #fff;
}
.subscribeBanner .subscribeContainer .subscribeTip {
  color: #fff;
  text-align: center;
  font-size: 14px;
}
.subscribeBanner .subscribeContainer .subscribeBtnBox {
  text-align: center;
  margin-top: 33px;
}
.subscribeBanner .subscribeContainer .formBtn {
  width: 162px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #FF0000;
  border-radius: 10px;
  border: none;
}
.subscribeBanner .subscribeContainer .formBtn:hover {
  cursor: pointer;
}
.subscribeBanner .subscribeContainer .formBtn + .formBtn {
  margin-left: 80px;
}
.hotSupport {
  padding-bottom: 50px;
}
.hotSupport .blockTitle {
  margin-top: 35px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}
.hotSupport .blockTitle img {
  position: relative;
  top: -5px;
}
.hotSupport .recommendedBox {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.hotSupport .recommendedBox .recommendedItem {
  width: 288px;
  height: 155px;
  background-color: #BFBFBF;
  position: relative;
}
.hotSupport .recommendedBox .recommendedItem img {
  display: block;
  width: 288px;
  height: 155px;
}
.hotSupport .recommendedBox .recommendedItem:hover {
  cursor: pointer;
  top: -10px;
  box-shadow: 2px 5px 5px #ccc;
}
.subscribeContainer .layui-input,
.subscribeContainer #formProvinceSelect {
  padding-left: 5px !important;
}
