
/*以下代码是我新增的*/
.content-wrap{
    min-width: 1280px;
    margin-top: 224px;
    background: #f5f5f5;
}
.clear-wrap, .cover {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
}
.clear-wrap .clear-info-box {
  width: 350px;
  padding: 28px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
  position: absolute;
  left: 50%;
  top: 300px;
  margin-left: -175px;
}
.clear-wrap .clear-info-box .Ticonfont {
  font-size: 20px;
  color: #FAAD14;
  width: 30px;
  text-align: left;
  min-width: 30px;
  display: block;
}
.clear-wrap .clear-info-box .clear-info{
    width: 100%;
    text-align: left;
}
.clear-wrap .clear-info-box .clear-info .title {
  font-size: 16px;
  padding-bottom: 15px;
  color: #222;
}
.clear-wrap .clear-info-box .clear-info .info {
  font-size: 14px;
  color: #666;
  line-height: 18px;
}
.clear-wrap .clear-info-box .clear-info .btn-box {
  padding-top: 24px;
  display: flex;
  justify-content: flex-end;
}
.clear-wrap .clear-info-box .clear-info .btn-box a {
  font-size: 14px;
  display: block;
  width: 65px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  margin-left: 8px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
.clear-wrap .clear-info-box .clear-info .btn-box .cancel {
  background-color: #fff;
  color: #666;
}
.clear-wrap .clear-info-box .clear-info .btn-box .confirm {
  background-color: #F5F7FA;
  color: #F5222D;
}
body{
    background: #f5f5f5;
    overflow-y: overlay;
}

/*以上代码是我新增的*/

body,
div,
ul,
li {
  margin: 0;
  padding: 0;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: black;
}
.none_active {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: 100px;
  width: 198px;
  height: 265px;
  background: #ffffff;
  box-shadow: 0px 4px 17px 1px rgba(0, 0, 0, 0.15);
}
 .shizi_box {
 margin: 0 auto;
}
.shizi_box img{
    width: 134px;
    height: 160px;
    margin-top: 153px;
}
.shizi_box .zwhd{
    height: 24px;
    font-size: 16px;
    font-family: Alibaba PuHuiTi-Medium;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}
.ljtj{
    width: 160px;
height: 40px;
background: #4987FB;
border-radius: 8px;
line-height: 40px;
font-size: 18px;
font-family: Alibaba PuHuiTi-Regular;
font-weight: 400;

}
.ljtj a{
color: #FFFFFF;    
}
.hmyrhhd{
    height: 20px;
font-size: 14px;
font-family: Alibaba PuHuiTi-Regular;
font-weight: 400;
color: #999999;
line-height: 20px;
margin: 10px 0;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
/* 主体内容 */
center {
  width: 1200px;
  margin: 0px auto;
  min-height: 700px;
}
.top {
  display: flex;
 
border-radius: 0px 0px 0px 0px;

margin-top: 20px;

background: #fff;
padding:0px 20px;
}
.daohang_list {
  height: 60px;
    width: 1360px;
    display: flex;
    border-bottom: 1px solid #E6E6E6;
    line-height: 60px;
}
.top .tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-right: 40px;
}

.daohang_list li:nth-child(1)
{
    margin-left: 0;
}
.daohang_list li{
    margin-left: 60px;
}
.top .daohang_list .list_item {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: Alibaba PuHuiTi-Regular;
    font-weight: 400;
    color: #999999;
    box-sizing: border-box;
}
.top .daohang_list .list_item:hover,
.top .daohang_list .list_item.on {
    color: #4987FB;
    border-bottom: 3px solid #4987FB;
}
.active_tit {
  text-align: left;
  line-height: 72px;
  color: #666666;
  margin-bottom: 20px;
}
.active_tit p {
  line-height: 0;
}
.active_tit p span {
  color: #da251d;
}
.active_list {
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF;
    /*width: 1360px;*/
    padding: 20px;
    /*height: 1230px;*/
    margin: 0 auto 30px auto;
}
.page{
    margin: auto;
}
.active_list .active_item {
  width: 370px;
  height: 535px;
  margin-right: 25px;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  text-align: left;
  position: relative;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.active_list .active_item:nth-child(3n) {
  margin-right: 0;
}
.left_bar{
    padding: 20px;
}
.active_name {
 height: 25px;
font-size: 18px;
font-family: Alibaba PuHuiTi-Medium;
font-weight: 500;
color: rgba(0,0,0,0.8000);
line-height: 21px;
 
}
.active_time {
 height: 21px;
width: 210px;
font-size: 14px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: rgba(0,0,0,0.6000);
line-height: 16px;
padding: 8px 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.cjshijian {
  display: flex;
 
  box-sizing: border-box;
 
  justify-content: space-between;
  font-size: 14px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: rgba(0,0,0,0.8000);
line-height: 16px;
}
.handle-box {
  position: absolute;
  top: 20px;
  right: 20px;
  text-align: center;
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C0C4CC;
  z-index: 1;
}
.handle-box:hover .handle-wrap {
  display: block;
}
.handle-box p {
  width: 100%;
  height: 100%;
  line-height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;
  
  
  font-size: 16px;
font-family: Source Han Sans CN-Regular, Source Han Sans CN;
font-weight: 400;
color: rgba(0,0,0,0.8000);
  
}
.handle-box p:hover .iconshangla {
  display: none;
}
.handle-box p:hover .iconxiala {
  display: block;
}
.handle-box p img {
  display: block;
  width: 17px;
  height: 19px;
  margin-right: 4px;
}
.handle-box p .Ticonfont {
  font-size: 12px;
  color: #666;
  margin-left: 8px;
}
.handle-box p .iconxiala {
  display: none;
}
.handle-box .handle-wrap {
  display: none;
  position: absolute;
  right: -10px;
  width: 120px;
  background: url(/static/index/img/clear_bg.png) no-repeat left top;
  background-size: cover;
  /*box-sizing: border-box;*/
  padding: 17px 8px 0px;
}
.handle-box .handle-wrap a {
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
  color: #666;
  font-size: 14px;
  font-family: Alibaba PuHuiTi-Regular;
  font-weight: 400;
  color: #999999;
  box-sizing: border-box;
}
.handle-box .handle-wrap a:last-child{
    border-bottom: none;
}
.handle-box .handle-wrap a:hover {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.8);
}
.img_box {
  display: flex;
  align-items: center;
  justify-content: center;
  /*width: 100%;*/
  height: 227px;
  margin: 0 15px;
  /*border-radius: 6px;*/
  position: relative;
}
.img_box:hover {
  cursor: pointer;
}
.img_box:hover .gjsz {
  display: block;
}
.img_box > img {
  width: 100%;
  height: 100%;
  /*border-radius: 6px;*/
}
.img_box .active_status {
  width: 97px;
  position: absolute;
  top: 0;
  left: 0;
}
.img_box .active_status img {
  width: 100%;
}
.img_box .guanbi {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.78;
  text-align: center;
  line-height: 247px;
  color: #ffffff;
  font-size: 24px;
}
.img_box:hover .gaoji {
  display: block;
}
.img_box .gaoji {
  display: none;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 120px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.78);
  border-radius: 6px 0px 0px 6px;
  color: #FFFEFE;
  font-size: 28px;
  cursor: pointer;
}
.img_box .gaoji img {
  width: 28px;
  height: 28px;
  margin: -3px 10px 0 0;
}
.img_box .shijianqujian {
  width: 100%;
  height: 32px;
  line-height: 32px;
  
background: rgba(0,0,0,0.4000);
  font-size: 14px;
font-family: Alibaba PuHuiTi-Regular;
font-weight: 400;
color: #FFFFFF;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.active_info,
.btn_box {
    padding: 0 20px;
}
.active_info {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.active_info p{
    height: 20px;
font-size: 14px;
font-family: Alibaba PuHuiTi-Medium;
font-weight: 500;
color: #5182F0;
line-height: 20px;

}
.active_info p:nth-child(1){
    
margin-top: 20px;
}
.active_info p:nth-child(2){
height: 20px;
font-size: 14px;
font-family: Alibaba PuHuiTi-Medium;
font-weight: 500;
color: rgba(0,0,0,0.8000);
line-height: 20px;
}
.btn_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-top: 26px; */
  margin-bottom: 16px;
}
.btn_box a {
  display: block;
  text-align: center;
  line-height: 30px;
  width: 100px;
  height: 32px;
  background: #FFFFFF;
  font-size: 14px;
  font-family: Alibaba PuHuiTi-Medium;
  font-weight: 500;
  color: rgba(0,0,0,0.8);
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.btn_box a:nth-child(1) {
  border-radius: 4px;
  background: #4987FB;
  color: #fff;
  border: 1px solid #4987FB;
}
.gjsz {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.3);
}
.gjsz a {
  width: 120px;
  height: 36px;
  background: #eb0000;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn_box a img {
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-top: -4px;
}
.long {
  height: 40px;
  background: #4987FB;
  border-radius: 4px;
  margin: 0 20px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  font-size: 14px;
  font-family: Alibaba PuHuiTi-Medium;
  font-weight: 500;
  color: #FFFFFF;
}
/*活动开关样式*/
.switch_active span {
  display: inline-block;
  padding: 0 10px;
  /*	width: 50px;*/
  height: 25px;
  background-color: #e3e3e3;
  text-align: center;
  line-height: 25px;
  border-radius: 6px;
  font-size: 12px;
  color: #010101;
  cursor: pointer;
  margin-right: -7px;
  font-weight: normal;
}
.switch_active span:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.switch_active span:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.switch_active .off:hover {
  border-color: #6F8CF0;
  color: #FFFFFF;
}
.switch_active .on {
  color: #FFF;
  background-color: #6F8CF0;
}
/* 弹窗样式 */
.shade {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 3;
}
.wxshade {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  z-index: 999;
}
.fuzhi {
  width: 87px;
  height: 33px;
  margin: 10px auto;
  text-align: center;
  line-height: 33px;
  color: #ffffff;
  font-size: 20px;
  background: #00a0e9;
  border-radius: 6px;
  cursor: pointer;
}
.alert_con {
  margin: 150px auto 50px;
  position: relative;
}
.alert_tit {
  width: 100%;
  /*height: 64px;*/
  background-color: #4caeff;
  color: #fff;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
}
.close {
  color: #FFFFFF;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  cursor: pointer;
}
.alert_con .con {
  background-color: #ffffff;
  padding-bottom: 30px;
  text-align: center;
}
.con_tit {
  padding: 20px 0;
}
.layui-form-item {
  margin: 10px auto;
}
.line_height {
  line-height: 38px;
}
.change_btn {
  width: 130px;
  height: 44px;
  margin: 10px auto 0;
  line-height: 44px;
  font-size: 24px;
  padding: 0px 20px;
  color: #FFF;
  background-color: #409EFF;
  border-color: #409EFF;
}
.wxshade .con p {
  font-size: 24px;
  line-height: 60px;
}
.wxshade .con img {
  height: 187px;
  width: 187px;
}
.wxshade .con input {
  width: 380px;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
}
.page ul {
  margin-bottom: 20px;
  font-size: 0;
}
.page ul li {
  display: inline-block;
  margin: 0px 5px;
  height: 30px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.page ul li a,
.page ul li span {
  display: block;
  padding: 0 15px;
}
.page ul li.disabled {
  color: #d2d2d2;
}
.page ul li.active {
  border: 1px solid #4987FB;
  background-color: #4987FB;
  color: #fff;
}
/* 高级设置样式 */
.gaojishezhi {
  width: 895px;
  height: 399px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: left;
}
.gaoji_tit {
  padding-left: 20px;
  font-size: 22px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #4d4d4d;
  line-height: 82px;
}
.line {
  width: 100%;
  height: 1px;
  background-color: #DEDEDE;
}
.guanzhu {
  padding-left: 20px;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #333333;
  line-height: 73px;
}
.guanzhu span {
  display: inline-block;
  margin-left: 100px;
}
.jihuo_box {
  width: 246px;
  height: 212px;
  background: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  text-align: center;
  margin-left: 20px;
  position: relative;
}
.jihuo_box p {
  /* height: 20px; */
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  margin-top: 18px;
  color: #333333;
  margin-top: 0px;
}
.jihuo_box p:nth-child(1) {
  padding-top: 40px;
}
.jihuo_btn {
  width: 128px;
  height: 38px;
  /* margin: 20px auto 0;
	 */
  margin: 0px auto;
  margin-top: 44px;
  background: #538ffc;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.jihuo_btn a {
  color: #fff;
}
.guanzhu_btnbox {
  margin-top: 51px;
  font-size: 20px;
  text-align: center;
}
.guanzhu_btnbox span {
  display: inline-block;
  width: 98px;
  height: 38px;
  margin-left: 10px;
  border: 1px solid #538ffc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #538FFC;
  line-height: 38px;
  cursor: pointer;
}
.guanzhu_btnbox .yulan {
  background-color: #538FFC;
  color: #FFFFFF;
}
.liuliangbao {
  width: 897px;
  height: 246px;
  margin-top: 30px;
  margin-bottom: 100px;
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 6px;
  text-align: left;
}
.llye {
  margin: 20px 0 0 40px;
  font-size: 18px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #8a8a8a;
}
.chongzhi {
  float: right;
  width: 90px;
  height: 38px;
  margin-right: 40px;
  background: #da251d;
  border-radius: 6px;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  font-family: Adobe Heiti Std;
  font-weight: normal;
  color: #ffffff;
}
.alert_con {
  width: 546px;
  height: 450px;
}
.con .tijiao_btn {
  width: 360px;
  height: 48px;
  margin-top: 37px;
  background: #538ffc;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
}
.nav_list .list_item {
  width: 100%;
  height: 53px;
  line-height: 52px;
  border-bottom: 1px solid rgba(185, 185, 185, 0.8);
  text-align: center;
  font-size: 22px;
}
.nav_list .on a {
  color: #fff;
}
.nav_list .list_item img {
  margin-right: 10px;
}
.nav_list .on {
  background: #538ffc;
  color: #fff;
}
.leftitem {
  float: left;
}
.tubiao{
  width: 32px;
height: 32px;
background: #4987FB;
border-radius: 20px 20px 20px 20px;
text-align: center;
line-height: 32px;
margin: 20px 15px;

}
.buzhoulc{
    position: absolute;
    width: 100%;
    min-width: 1280px;
    top: 80px;
    display: inline-block;
    height: 100px;
    z-index: 9;
    /*border-top: 20px solid #f1f3f7;*/
    padding-top: 20px;
}
.buzhoulc img{
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.buzhoulc ul{
    width: 1400px;
    margin: auto;
      background: #E9F1FF;
      height: 104px;
}

.neirong{
  width: 240px;
    text-align: left;
    margin-top: 20px;
  
}
.zhutine{
    width: 329px;
    float: left;
    display: flex;
}
.tubiao img{
    width: 14px;
    height: 14px;
    
  
}
.yangshi{
    height: 38px;
    font-size: 14px;
font-family: Alibaba PuHuiTi-Regular;
font-weight: 400;
color: #999999;
line-height: 16px;
}
.biaotin{
    height: 19px;
font-size: 14px;
font-family: Alibaba PuHuiTi-Medium;
font-weight: 500;
color: #666666;
line-height: 16px;
}
.jiantous{
    float: left;
    margin-top: 35px;
}
.wrapper {
    width: 412px;
    height: 476px;
    line-height: 22px;
    border-radius: 2px;
    background-color: #FFF;
    box-shadow: 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    color: rgba(0, 0, 0, 0.85);
    padding: 32px 32px 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}
.wrapper h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
.wrapper p {
    font-size: 14px;
}
.wrapper .qr_code {
    width: 180px;
    height: 180px;
    margin: 16px 0;
}
.wrapper .qr_code img {
    width: 100%;
    height: 100%;
}
.wrapper button {
    width: 88px;
    height: 32px;
    background-color: rgba(24, 144, 255, 1);
    color: #fff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.0400);
    border: 1px solid rgba(24, 144, 255, 1);
    cursor: pointer;
}
/* 微信扫描二维码弹窗 */
.activity-line {
  /*padding-top: 15px;*/
  background: #F0F0F0;
  padding: 8px 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.activity-line.fabu-line {
    padding: 15px 0;
}
.fabu-line span {
    color: #4987FB;
    font-size: 16px;
    margin-right: 10px;
}
.activity-line img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.activity-line .line {
  width: auto;
  height: 1px;
  background: #E6E6E6;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.succeed_show {
  width: 850px;
  /*height: 640px;*/
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  border-radius: 10px;
}
.succeed_show .succeed-theader {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  text-align: left;
  padding: 0px 20px;
  height: 40px;
  border-bottom: 1px solid #E6E6E6;
  box-sizing: border-box;
}
.succeed_show .succeed-theader p {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  color: #333333;
  font-weight: 500;
  font-size: 16px;
}
.succeed_show .succeed-theader i {
  color: #999999;
  font-size: 22px;
  cursor: pointer;
  font-style: normal;
}
.succeed_show .succeed-content {
    padding: 0 14px 0 20px;
    overflow: scroll;
    height: 530px;
}
.succeed_show .succeed-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: transparent;
}
.succeed_show .succeed-content::-webkit-scrollbar-thumb {
    background-color: #E6E6E6;
    border-radius: 3px;
}
.succeed_show .succeed-content::-webkit-scrollbar-track {
    border-radius: 6px;
}
.succeed_show .succeed-item {
  padding: 15px 0;
  position: relative;
  height: 144px;
  display: flex;
  flex-direction: row;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
}
.succeed_show .succeed-item .ljdz_left .ljdz-box {
  width: 600px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  border: 1px solid #E6E6E6;
  padding: 0px 6px;
  box-sizing: border-box;
  height: 32px;
}
.succeed_show .succeed-item .ljdz_left .ljdz-box input {
  border: 0px;
  outline: none;
  padding: 0px;
  margin: 0px;
  line-height: 30px;
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.succeed_show .succeed-item .ljdz_left .ljdz-box .copyUrl {
  color: #00A2FF;
  font-size: 14px;
}
.succeed_show .succeed-item .ljdz_rigt {
  width: 120px;
  height: 144px;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid #CCCCCC;
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.succeed_show .succeed-item .ljdz_rigt .wxcode_box {
  padding: 10px;
  box-sizing: border-box;
}
.succeed_show .succeed-item .ljdz_rigt .wxcode_box img {
  width: 100%;
  height: 100px;
}
.succeed_show .succeed-item .ljdz_rigt p {
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.succeed_show .succeed-item .ts {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}
.succeed_show .succeed-item .hdewmxz {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #4987FB;
  font-size: 14px;
  cursor: pointer;
}
.succeed_show .Share_posters {
  padding: 0px 20px;
  /*margin-top: 20px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.succeed_show .Share_posters .Share_img {
  width: 240px;
  height: 427px;
  position: relative;
}
.succeed_show .Share_posters .Share_img:hover .xiazai-box {
  /*display: block;*/
  opacity: 1;
}
.fengmtuh{
    display: block;
  width: 220px;
  height: 147px;
  margin: 0 auto 10px;
}
.poster_one .fengmtuh {
    margin-top: 10px;
}
.poster_two .fengmtuh {
    margin-top: 40px;
    margin-bottom: 8px;
}
.poster_three .fengmtuh {
    margin-top: 36px;
}
.erweima{
    display: block;
    width: 93px;
    height: 93px;
    margin: 0 auto;
}
.poster_one .erweima {
    margin-top: 25px;
}
.poster_two .erweima {
    margin-top: 20px;
}
.poster_three .erweima {
    margin-top: 25px;
}
.biaotis{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-family: Noto Sans SC-Medium, Noto Sans SC;
    font-weight: 500;
    color: #333333;
}
.shijdd{
  position: absolute;
    font-size: 12px;
    font-family: Noto Sans SC-Regular, Noto Sans SC;
    font-weight: 400;
    color: #999999;
    bottom: 47px;
    left: 98px;
}
.succeed_show .Share_posters .Share_img .xiazai-box {
  opacity:0;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  background: rgba(0,0,0,0.6);
}
.succeed_show .Share_posters .Share_img .xiazai-box .xiazai {
  width: 100px;
  height: 32px;
  background: #4987FB;
  border-radius: 37px 37px 37px 37px;
  opacity: 1;
  color: #fff;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.succeed_show .btn-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  border-top: 1px solid #E6E6E6;
  /*margin-top: 20px;*/
  padding: 20px;
  box-sizing: border-box;
}
.succeed_show a {
  width: 260px;
  height: 40px;
  background: #4987FB;
  border-radius: 40px 40px 40px 40px;
  opacity: 1;
  color: #fff;
  line-height: 40px;
  text-align: center;
  transition: all linear .2s;
}
.succeed_show a:hover {
    background: #6D92FD;
    color: #fff;
}

.wxcode_twobox {
  width: 300px;
  height: 300px;
  padding: 24px;
  box-sizing: border-box;
  margin: 0px auto;
  margin-top: 20px;
}
.wxcode_twobox img {
  width: 100%;
  height: 100%;
}
.wxcode_btnbox {
  padding: 10px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.wxcode_btnbox .wxcodebtn {
  width: 80px;
  height: 32px;
  background: #4987FB;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  text-align: center;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.shapbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999;
}
