a{
  color: inherit;
}
#root {
  width: 100%;
  overflow-x: hidden;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 0.22rem 0.4rem;
  position: relative;
  min-width: 13.6rem;
  background: #fff;
}

.header .logo {
  background: url('../image/logo.png') center no-repeat;
  background-size: contain;
  width: 1.28rem;
  height: 0.37rem;
}

.header .navbox {
  flex: auto;
  display: flex;
  margin-left: 136px;
}

.header .navbox li {
  margin-right: 60px;
}

.header .navbox li:last-child {
  margin-right: 0;
}

.header .navbox a {
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  color: #4A4E59;
  cursor: pointer;
  border-radius: 50px;
}

.header .navbox .active a {
  background: rgba(254, 107, 0, 0.08);
  color: #FE6B00;
}

.header .account {
  display: flex;
  align-items: center;
}

.header .account img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
}

.header .account .down {
  padding-left: 8px;
  padding-right: 12px;
  color: #223141;
  font-size: 14px;
  cursor: pointer;
  /* background: url('../image/down.png') right center no-repeat; */
  /* background-size: contain; */
}

.header .account button {
  margin-left: 12px;
  padding: 8px 16px;
  background-color: rgb(254, 150, 0);
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}

.header .account .exit {
  cursor: pointer;
}

.banner {
  width: 100%;
  height: 4.61rem;
  background: url('../image/modules/businessOperation/pc_banner_bg.png') no-repeat;
  background-size: 100% 100%;
}

.mobileBanner {
  width: 100%;
  height: 6.8rem;
  background: url('../image/modules/businessOperation/mobile_banner_bg.png') no-repeat;
  background-size: 100% 100%;
}

.games-box {
  width: 100%;
  background: url('../image/modules/businessOperation/bg1.png');
  background-size: cover;
  border: 1px solid transparent;
}

.main-games-box {
  width: 12.8rem;
  height: 4.28rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1.2rem;
}

.game-wrapper {
  width: 49%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 12px;
  box-sizing: border-box;
  padding: .2rem .3rem;
  position: relative;
}

.game-wrapper-desc-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 82%;
  background: #FFFFFF;
  font-size: 14px;
  padding: .2rem .3rem;
  color: #73798E;
  z-index: 99;
  border-radius: 0 0 12px 12px;
  display: none;
}

.game-wrapper-operation-method {
  width: 100%;
  position: absolute;
  top: 1.15rem;
  left: 0.42rem;
  display: flex;
}

.game-wrapper-operation-method p {
  max-width: 0.5rem;
  font-size: 12px;
  padding: 3px 12px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-right: 0.12rem;
}

.game-wrapper-top {
  width: 100%;
  height: 0.72rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.game-wrapper-top-left {
  width: 0.72rem;
  height: 100%;
  margin-right: 0.12rem;
}

.game-wrapper-top-right {
  min-width: 0;
  height: 100%;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.game-wrapper-name {
  font-size: 18px;
  font-weight: 600;
  color: #25272E;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}

.game-wrapper-tags {
  width: 100%;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.game-wrapper-desc {
  width: 100%;
  font-size: 14px;
  cursor: pointer;
}

.game-wrapper-desc .commonDesc {
  color: #73798E;
}

.game-wrapper-desc .commonDesc .highlight {
  color: #FE9600
}

.game-wrapper-tags .tag {
  color: #73798E;
  padding: 0 0.04rem;
  background: #F2F4F8;
  border-radius: 5px;
  display: inline;
  margin-top: 5px;
  margin-right: 10px;
}

.game-wrapper-tags .commonDesc {
  color: #73798E;
}

.game-wrapper-tags .commonDesc .highlight {
  color: #FE9600
}

.game-wrapper-tags-right {
  width: 0.3rem;
  height: 0.3rem;
  background: url('../image/modules/businessOperation/expand.png') no-repeat;
  background-size: 100% 100%;
}

.game-wrapper-tags-right-expand {
  background: url('../image/modules/businessOperation/fold.png') no-repeat;
  background-size: 100% 100%;
}

.game-wrapper-middle {
  width: 100%;
  margin-top: 0.1rem;
}

.game-wrapper-bottom {
  width: 100%;
  max-height: 0.4rem;
  font-size: 14px;
  color: #73798E;
  line-height: 16px;
  display: -webkit-box;
  /* 弹性盒子元素垂直排列 */
  -webkit-box-orient: vertical;
  /* 控制要显示的行数 */
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
}

.rec-games-box {
  width: 100%;
  background: url('../image/modules/businessOperation/bg1.png');
  background-size: cover;
  margin: 0 auto;
}

.rec-games-box-title {
  display: block;
  width: 8.7rem;
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 0.2rem;
}

.rec-games-layout {
  width: 12.8rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.12rem;
  padding-bottom: 0.4rem;
}

.rec-game-wrapper {
  height: 3.2rem;
  background: #FFFFFF;
  border-radius: 12px;
  margin-bottom: 0.15rem;
  position: relative;
}

.rec-game-wrapper-active {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;

  box-shadow: 0px 8px 28px 4px rgba(19, 18, 55, 0.06);
}

.rec-game-wrapper-active>.rec-game-wrapper-desc {
  display: block;
}

.rec-game-wrapper-desc {
  box-sizing: border-box;
  width: 100%;
  color: #73798E;
  font-size: 14px;
  padding: 0 0.12rem;
  text-align: justify;
  display: none;
  position: absolute;
  left: 0;
  top: 310px;
  z-index: 99;
  background: #FFFFFF;
  box-shadow: 0px 20px 28px 4px rgba(19, 18, 55, 0.06);
  border-radius: 0 0 12px 12px;
  padding-bottom: 0.1rem;
  padding-top: 10px;
}


.rec-game-wrapper-operation-method {
  width: 100%;
  position: absolute;
  top: 0.12rem;
  left: 0.12rem;
  display: flex;
}

.rec-game-wrapper-operation-method p {
  max-width: 0.5rem;
  padding: 4px 12px;
  margin-right: 0.12rem;
  color: #fff;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.rec-game-wrapper-top {
  width: 100%;
  display: block;
  height: 164px;
}

.game-wrapper-middle{
    width: 100%;
  margin-top: 0.1rem;
  height: 242px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.game-wrapper-middle img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.game-wrapper:hover{
  cursor: pointer;
box-shadow: 0 11px 10px 0 rgba(0,0,0,0.03);
transform:scale(1.01);
z-index: 100;
}
.rec-game-wrapper:hover{
  cursor: pointer;
  box-shadow: 0 11px 10px 0 rgba(0,0,0,0.03);
  transform:scale(1.01);
  z-index: 100;
}
.rec-game-wrapper-middle {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.12rem;
  display: flex;
  margin-top: -0.2rem;
  margin-bottom: 0.16rem;
}

.rec-game-wrapper-middle img {
  display: block;
  width: 0.6rem;
  margin-right: 0.08rem;
}

.rec-game-wrapper-middle p {
  flex: 1;
  min-width: 0;
  height: 100%;
  box-sizing: border-box;
  font-size: 0.18rem;
  font-weight: 600;
  color: #25272E;
  padding-top: 0.27rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rec-game-wrapper-bottom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.12rem;
  box-sizing: border-box;
  padding-bottom: 0.1rem;
}

.rec-game-wrapper-bottom-tags {
  width: 100%;
  height: 0.3rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.15rem;
  justify-content: space-between;
}

.rec-game-wrapper-bottom-tags-left span {
  display: block;
  font-size: 12px;
  background: #F2F4F8;
  border-radius: 5px;
  text-align: center;
  line-height: 0.2rem;
  padding: 4px;
  float: left;
  margin-right: 10px;
}

.rec-game-wrapper-bottom-tags-right {
  width: 0.3rem;
  height: 0.3rem;
  background: url('../image/modules/businessOperation/expand.png') no-repeat;
  background-size: 100% 100%;
}

.rec-game-wrapper-bottom-tags-right-expand {
  background: url('../image/modules/businessOperation/fold.png') no-repeat;
  background-size: 100% 100%;
}

.rec-game-wrapper-bottom-zone-desc {
  font-size: 14px;
  color: #73798E;
  /* 弹性盒子元素垂直排列 */
  -webkit-box-orient: vertical;
  /* 控制要显示的行数 */
  -webkit-line-clamp: 2;
  overflow: hidden;
  cursor: pointer;
}


.rec-game-wrapper-bottom-zone-desc span {
  color: #FE9600;
}

.footer {
  background-color: #222;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #fff;
  min-width: 1440px;
}

.footer .logo1 {
  background: url('../image/logo1.png') center no-repeat;
  background-size: contain;
  width: 128px;
  height: 37px;
}

.footer ul {
  margin: 28px auto 16px auto;
}

.footer ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px #fff solid;
  cursor: pointer;
}

.footer ul li:last-child {
  border-right: 0;
}

.footer p {
  opacity: 0.6;
  margin-bottom: 12px;
}
body{
	background: url('../image/bodybg.png') repeat;
}
.safe-wight{
	width: 1500px;
	margin: auto;
}
.box-content{
	font-size: 14px;
}



.ct-box-button{
	width: 204px;
	height: 50px;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	border: 1px solid #FF9900;
	color: #FF9900;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	float: right;
	margin-top: 21px;
	margin-right: 82px;
}
.page-path{
	font-size: 16px;
	margin-left: 21px;
	margin-top: 28px;
	float: left;
}
.ct-box{
	background-color: #FFFFFF;
}
.ct-top{
	height: 92px;
}
.ct-base{
	margin-top: 8px;
}
.ct-info{
	height: 200px;
	margin-top: 8px;
}
.ct-desc{
	height: auto;
	margin-top: 8px;
}
.box-title{
	background: url('../image/redtip.png') no-repeat;
	width: 100%;
	padding-left: 20px;
	font-size: 16px;
	color: #20222D;
	float: left;
	margin-top: 10px;
}
.box-content{
	padding-top: 20px;
	margin-left: 20px;
  display: inline-block;
}
.box-content_01{
  float: left;
}
.box-content_01 img{
  width: 360px;
}
.box-content_02{
  float: left;
  margin-left: 400px;
  padding-bottom: 10px;
}
.box-content_02_01{
  float: left;
}
.box-content_02_01 img{
  width: 72px;
}
.box-content_02_02{
  font-size: 20px;
  float: left;
  margin-left: 20px;
  line-height: 72px;
}
.box-content_03{
  margin-left: 730px;
}
.box-content_03 td{
  padding: 10px 30px;
}
.box-content_03 tr td:first-child{
  color: #73798E;
}
.box-content_03 td span{
  color: #EF502F;
}
.ct-info-l{
	width: 746px;
	height: 200px;
	float: left;
}
.ct-info-r{
	width: 746px;
	height: 200px;
	float: right;
}
.ct-desc .box-content{
	font-size: 14;color: #73798E;
}
.ct-info-l tr{
	height: 28px;
}
.ct-info-l .info-key{
	font-size: 14px;
	color: #73798E;
	text-align: right;
}
.ct-info-l .info-val{
	font-size: 14px;
	color: #20222D;
	text-align: left;
	padding: 10px 80px;
}
.info-val span{
   display: inline-block;
   background: #F2F4F8;
   padding: 5px 10px;
   border-radius: 5px;
   margin-right: 10px;
}
.ct-info-r table{
	border: 1px solid #DFE3ED;
	background-color: #F4F7FE;
}
.ct-info-r tr{
	height: 40px;
}

.ct-info-r .info-key{
	font-size: 14px;
	color: #73798E;
	width: 213px;
	text-align: left;
	padding-left: 10px;
}

.ct-info-r .info-val{
	font-size: 14px;
	color: #20222D;
	width: 460px;
	text-align: left;
	padding-left: 20px;
}
.container{
	margin-bottom: 30px;
	background: url('../image/topbg.png') repeat-x;
	background-size: 100% 300px;
}
.safe-wight{
	background: #f4f6fa;
}
.header_h5{
  display: none;
}
.box-content_04{
  display: none;
}
/* @media screen and (max-width: 550px) {}

@media screen and (max-width: 768px) {} */

@media screen and (max-width: 960px) {

  .header {
    display: none;
  }

  .banner {
    width: 100%;
    height: 6.8rem;
    background: url('../image/modules/businessOperation/mobile_banner_bg.png') no-repeat;
    background-size: 100% 100%;
  }

  .games-box {
    background: linear-gradient(180deg, #FEA900 19%, #FEA900 40%, #FEA900 100%);
    margin-top: -0.02rem;
  }

  .main-games-box {
    width: 7rem;
    height: unset;
    display: block;
  }

  .game-wrapper {
    width: 100%;
    height: unset;
    padding-top: 0.25rem;
    margin-bottom: 0.3rem;
  }

  .game-wrapper-top {
    height: unset;
  }

  .game-wrapper-middle {
    margin-top: 0.2rem;
  }

  .game-wrapper-top .game-wrapper-top-left {
    width: 1.24rem;
    height: 1.24rem;
  }

  .game-wrapper-bottom {
    max-height: 0.6rem;
  }

  .rec-games-box {
    background: linear-gradient(180deg, #FEA900 19%, #FEA900 40%, #FEA900 100%);
    margin-top: -0.1rem;
  }

  .rec-games-box-title {
    display: none;
  }

  .rec-games-layout {
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.25rem;
  }

  .rec-game-wrapper-bottom-zone-desc {
    font-size: 12px;
  }

  .rec-game-wrapper-active>.rec-game-wrapper-desc {
    top: 5rem;
    font-size: 12px;
  }

  .rec-game-wrapper {
    height: auto;
    width: 100%;
    padding-bottom: 0.2rem;
  }

  .game-wrapper-operation-method {
    top: 2.1rem;
  }

  .game-wrapper-operation-method p {
    max-width: 1rem;
  }

  .rec-game-wrapper-operation-method p {
    max-width: 1rem;
  }
  .game-wrapper-desc{
    margin-top: 0.1rem;
  }

  .footer {
    display: none;
  }

  .ct-top{
    height: 1rem;
  }
  .page-path{
    margin-top: 0.28rem;
  }
  .ct-base{
  }
.box-content{
  padding-top: 0.5rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.box-conten img{
  width: 100%;
}
.container{
  width: 100%;
}
.ct-info{
  overflow: hidden;
 margin-top: 0.3rem
}
.ct-info-l{
  float: none;
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  height: auto;
}
.ct-info-r{
  float: none;
  width: 100%;
  background: #fff;
  border-radius: 0.6rem;
  height: auto;
  margin-top: 0.3rem;
}
.ct-info{
  height: auto;
}
.safe-wight{
	width: 100%;
	margin: auto;
}
.header_h5{
  width: 100%;
  height: 1rem;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(88,91,100,0.12);
  font-size: 0.34rem;
  position: fixed;
text-align: center;
line-height: 1rem;
display: block;
z-index: 10;
}
.header_h5_01{
  width: 0.8rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.5rem;
  font-size: 0.34rem;
  color: #333;
  border: 0.5px solid #73798E;
  border-radius: 0.56rem;
  position: absolute;
  left: 0.5rem;
  top: 0.2rem;
}
.ct-top{
  display: none;
}
.safe-wight{
  background: none;
}
.ct-box{
  border-radius: 0.3rem;
}
.ct-base{
  background: none;
}
.box-content{
  padding:0;
  margin: 0;
  width: 6.9rem;
  margin-left: 0.3rem;
  margin-top: 0.5rem;
}
.box-content_01{
  float: none;
  border-radius: 0.2rem 0.2rem 0 0;
  overflow: hidden;
  width: 6.9rem;
}
.box-content_01 img{
  float: left;
}
.box-content_02{
  float: none;
  margin-left: 0;
  background: #fff;
  position: relative;
}
.box-content_02_01{
  float: none;
  position: absolute;
  top: -0.5rem;
  left: 0.2rem;
}
.box-content_02_02{
  float: none;
  margin-left: 1.8rem;
  line-height: 100%;
  padding-top: 0.3rem;
  font-size: 0.28rem;
  font-weight: bold;
}
.box-content_03{
  margin-left: 0;
  background: #fff;
  padding: 0.5rem 0;
}
.box-content_04{
 display: block;
}
.box-content_04{
  background: #fff;
  text-align: center;
  padding: 0 0 0.6rem 0;
}
.box-content_04 span:nth-child(1){
 width: 3.1rem;
 height: 0.88rem;
 text-align: center;
 color: #FF9900;
 border: 0.02rem solid #FF9900;
 line-height: 0.88rem;
 font-size: 0.32rem;
 margin-right: 0.2rem;
 display: inline-block;
 border-radius: 0.2rem;
}
.box-content_04 span:nth-child(2){
  width: 3.1rem;
  height: 0.88rem;
  text-align: center;
  color: #fff;
  border: 0.02rem solid #FF9900;
  background:#FF9900 ;
  line-height: 0.88rem;
  font-size: 0.32rem;
  display: inline-block;
  border-radius: 0.2rem;
 }
 .ct-info{
  background: none;
 }
 .box-title{
  margin-top: 0.4rem;
 }
 .ct-info-l .info-val{
  padding: 0.2rem 0.5rem 0.2rem 0.5rem;
 }

 .ct-info-r .info-key{
  width: 5rem;
 }
.ct-desc{
  margin-top: 0.3rem;
}
.ct-desc{
  height: auto;
}
.rec-game-wrapper-top{
   height: auto;
}
.rec-game-wrapper-bottom-tags-left span{
  font-size: 0.18rem;
}




}

/* @media screen and (max-width: 320px) {
  body {
    background-color: #FFFF00;
  }
} */