.cursor_pointer{
  cursor: pointer;
}

.base_name {
  font-size: 20px;
  font-weight: bold;
  text-indent: 0.6em;
  position: relative;
}

.base_name::before {
  content: "";
  width: 6px;
  height: 18px;
  background: #ff4563;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
.gold_order_main{
  align-items: flex-start !important;
  justify-content: space-between;
  padding-top: 12px;
}
.gold_order_main img{
  width: 100%;
  height: 100%;
}
.gold_order_main .left{
  width: 230px;
}
.gold_order_main .left .userInfo{
  width: 100%;
  height: 163px;
  background: url(https://wbyixiu.oss-cn-hangzhou.aliyuncs.com/gold/gold_userInfo_bg.png) no-repeat;
  background-size: cover;
  padding: 30px 0px 23px;
  margin-bottom: 10px;
  flex-direction: column;
}
.gold_order_main .left .userInfo .user_head_img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}
.gold_order_main .left .userInfo .account{
  margin-bottom: 23px;
}
.gold_order_main .left .userInfo .fixture_num{
  color: rgba(67, 67, 67, .6);
  margin-bottom: 12px;
}
.gold_order_main .left .userInfo .fixture_num span{
  color: #434343;
}
.gold_order_main .left .side_menu{
  width: calc(100% - 80px);
  height: 446px;
  border-radius: 18px;
  background-color: #fff;
  padding: 30px 40px;
}
.gold_order_main .left .side_menu .side_menu_item{
  width: 100%;
  align-items: flex-start;
  font-size: 16px;
  margin-bottom: 19px;
}
.gold_order_main .left .side_menu .side_menu_item .item_img{
  width: 18px;
  height: 18px;
  margin-right: 16px;
}
.gold_order_main .left .side_menu .side_menu_item .item_con_tit{
  font-weight: bold;
  margin-bottom: 15px;
}
.gold_order_main .left .side_menu .side_menu_item .item_con p{
  color: rgba(67, 67, 67, .6);
  margin-bottom: 14px;
  cursor: pointer;
  transition: all .2s;
}
.gold_order_main .left .side_menu .side_menu_item .item_con p.active{
  color: #FF4866;
}
.gold_order_main .left .side_menu .side_menu_item .item_con p:hover{
  color: #FF4866;
}

/* 弹窗=============================================================================================================== */
/* 查看详情 */
.gold_order_border_radius{
  border-radius: 18px;
}
.order_detail_pop{
  width: 454px;
  height: 540px;
  font-size: 14px;
  padding: 36px;
}
.order_detail_pop h3{
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 28px;
}
.order_detail_pop .detail_standard_item{
  line-height: 14px;
  margin-bottom: 20px;
  margin-left: 25px;
}
.order_detail_pop>.detail_standard_item:nth-child(3){
  margin-bottom: 12px;
}
.order_detail_pop>.detail_standard_item:nth-child(4){
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 28px;
}
.order_detail_pop>.detail_standard_item:nth-child(4)  .detail_standard_tit{
  color: #434343;
}
.order_detail_pop .detail_standard_item .detail_standard_tit{
  display: inline-block;
  width: 84px;
  text-align: right;
  color: rgba(67, 67, 67, .6);
}
.order_detail_pop .detail_standard_item #buyGoldNum{
  display: inline-block;
  width: calc(100% - 90px);
  vertical-align: top;
  word-wrap: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
} 
.order_detail_pop .order_detail_con{
  width: 454px;
  height: 232px;
  background: #FBFBFB;
  border-radius: 18px;
  padding: 27px 0px;
  margin-bottom: 28px;
}
.order_detail_pop .order_detail_con>.detail_standard_item:nth-last-child(1){
  padding-top: 8px;
  margin-bottom: 0px;
}
.order_detail_pop .order_detail_con>.detail_standard_item:nth-last-child(1)>.price_con{
  color: #FF4563;
}
.order_detail_pop .order_detail_con>.detail_standard_item:nth-last-child(1)>.price_con .price{
  font-size: 28px;
}
.order_detail_pop .tips{
  width: calc(100% - 24px);
  color: rgba(67, 67, 67, .6);
  border-top: 1px dashed rgba(67, 67, 67, .3);
  font-size: 12px;
  line-height: 12px;
  padding-top: 27px;
  margin: 0 auto;
}
.order_detail_pop .tips>span{
  color: #434343;
}

/* 左侧内容部分========================================================================================================= */
.gold_order_main .right{
  width: 960px;
}
/* 金币订单 */
.gold_order{
  width: 100%;
}
.gold_order .gold_standard{
  width: calc(100% - 40px);
  height: 104px;
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.gold_order .gold_standard .gold_standard_top .gold_standard_item{
  width: 108px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 18px;
  cursor: pointer;
  transition: all .3s;
  margin-right: 1px;
}
.gold_order .gold_standard .gold_standard_top .gold_standard_item.active{
  background: #FF4563;
  color: #fff;
}
.gold_order .gold_standard .gold_standard_top .gold_standard_item:hover{
  background: #FF4563;
  color: #fff;
}
.gold_order .gold_standard .gold_standard_btm{
  font-size: 14px;
  color: rgba(67, 67, 67, .6);
}
.gold_order .gold_standard .gold_standard_btm input{
  width: 268px;
  height: 48px;
  background: #FFFFFF;
  font-size: 14px;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  outline: none;
  text-indent: 12px;
  margin-right: 12px;
}
.gold_order .gold_standard .gold_standard_btm input::placeholder{
  color: rgba(67, 67, 67, .6);
}
.gold_order .gold_standard .gold_standard_btm input:focus{
  border-color: #FF4563;
}
.layui-laydate{
  border-radius: 18px;
  overflow: hidden;
}
.layui-laydate-content td {
  height: 33px;
  border-radius: 50% !important;
  overflow: hidden !important;
}
.layui-laydate-content td>div{
  height: 33px;
  line-height: 33px;
  padding: 0;
}
.gold_order .gold_standard .gold_standard_btm .start,
.gold_order .gold_standard .gold_standard_btm .end{
  width: 140px;
  text-align: center;
  text-indent: 0;
}
.gold_order .gold_standard .gold_standard_btm .affirm_date{
  width: 82px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  background: #F6F6F6;
  border-radius: 8px;
  transition: all .3s;
  color: #434343;
  letter-spacing: 3px;
}
.gold_order .gold_standard .gold_standard_btm .affirm_date:hover{
  background-color: #FF4563;
  color: #fff;
}
.gold_order .order_th{
  width: calc(100% - 60px);
  font-size: 14px;
  justify-content: space-between;
  opacity: 0.6;
  padding: 20px 30px;
  text-align: center;
}
.gold_order .order_th .order_th_item:nth-child(1),
.gold_order  .gold_order_list .order_list_item>div:nth-child(1){
  width: 300px;
}
.gold_order .order_th .order_th_item:nth-child(2),
.gold_order  .gold_order_list .order_list_item>div:nth-child(2){
  width: 50px;
}
.gold_order .order_th .order_th_item:nth-child(3),
.gold_order  .gold_order_list .order_list_item>div:nth-child(3){
  width: 130px;
}
.gold_order .order_th .order_th_item:nth-child(4),
.gold_order  .gold_order_list .order_list_item>div:nth-child(4){
  width: 60px;
}
.gold_order .order_th .order_th_item:nth-child(5),
.gold_order  .gold_order_list .order_list_item>div:nth-child(5){
  width: 80px;
}
.gold_order .gold_order_list{
  width: 100%;
}
.gold_order .gold_order_list .order_list_item{
  width: calc(100% - 60px);
  height: 164px;
  background-color: #fff;
  border-radius: 18px;
  padding: 20px 30px 4px;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 10px;
}
.gold_order .gold_order_list.buyer .buyer_order_integral{
  width: calc(100% - 60px);
  background-color: #fff;
  border-radius: 18px;
  padding: 20px 30px 4px;
  margin-bottom: 10px;
}
.gold_order .gold_order_list.buyer .buyer_order_integral .order_list_item{
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.gold_order .gold_order_list .order_list_item .order_detail{
  text-align: left;
}
.gold_order .gold_order_list .order_list_item .order_detail .detail_h{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 23px;
}
.gold_order .gold_order_list .order_list_item .order_detail>p{
  margin-bottom: 19px;
  color: rgba(67, 67, 67, .6);
}
.gold_order .gold_order_list .order_list_item .order_detail>p .tit{
  display: inline-block;
  width: 70px;
  text-align: right;
}
.gold_order .gold_order_list .order_list_item .order_detail>p .color43{
  color: #434343;
}
.gold_order .gold_order_list .order_list_item .order_num{
  color: rgba(67, 67, 67, .6);
}
.gold_order .gold_order_list .order_list_item .order_price{
  color: #FF4563;
}
.gold_order .gold_order_list .order_list_item .order_price>span{
  font-size: 28px;
}
.gold_order .gold_order_list .order_list_item .order_status{
  color: rgba(67, 67, 67, .6);
}
.gold_order .gold_order_list .order_list_item .order_status.active{
  color: #FF4563;
}
.gold_order .gold_order_list.seller .order_list_item .order_status.active{
  color: #434343;
}
.gold_order .gold_order_list .order_list_item .order_operate>p{
  margin-bottom: 13px;
  cursor: pointer;
}
.gold_order .gold_order_list .order_list_item .order_operate>p:nth-last-child(1){
  margin-bottom: 0px;
}

/* 商品中心改版 */

.goods_management .gold_standard{
  width: 920px;
  height: 194px;
  background-color: #fff;
  border-radius: 18px;
  padding: 20px;
}

.goods_management .gold_standard .tabs{
  width: calc(100% - 24px);
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  padding: 0px 12px 3px;
}

.goods_management .gold_standard .tabs .tabs_item{
  cursor: pointer;
  margin-right: 40px;
}

.goods_management .gold_standard .tabs .tabs_item.active{
  color: #FF4866;
}

.goods_management .gold_standard .hr{
  border-bottom: 1px dashed #E7E7E7;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.goods_management .gold_standard .goods_standard_con{
  width: calc(100% - 14px);
  height: 80px;
  flex-wrap: wrap;
  /* overflow: hidden; */
  padding: 0px 7px;
}

.goods_management .gold_standard .goods_standard_con .goods_standard_item{
  font-size: 14px;
  color: rgba(67, 67, 67, .6);
  margin-bottom: 8px;
}

/* .goods_management .gold_standard .goods_standard_con .goods_standard_item .ipt{
  width: 126px;
  height: 34px;
  border: 1px solid rgba(67, 67, 67, .6);
  border-radius: 8px;
  justify-content: space-around;
  cursor: pointer;
  margin: 0px 20px 0px 6px;
} */

.goods_management .gold_standard .goods_standard_con .goods_standard_item .layui-form-select,
.rental_standard .rental_standard_item .layui-form-select{
  width: 128px;
  height: 36px;
  margin: 0px 20px 0px 6px;
  
}

.goods_management .gold_standard .goods_standard_con .goods_standard_item .layui-form-select input,
.rental_standard .rental_standard_item .layui-form-select input{
  height: 36px;
  border: 1px solid rgba(67, 67, 67, .6);
  border-radius: 8px;
}

.goods_management .gold_standard .goods_standard_con .goods_standard_item .layui-form-select dl dd.layui-this,
.rental_standard .rental_standard_item .layui-form-select dl dd.layui-this{
  color: #FF4866;
}

.goods_management .gold_standard .goods_standard_con .goods_standard_item .start,
.goods_management .gold_standard .goods_standard_con .goods_standard_item .end{
  width: 146px;
  height: 34px;
  margin: 0px 12px;
  outline: none;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid rgba(67, 67, 67, .6);
}

.goods_management .gold_standard .goods_standard_con .goods_standard_item #myGamePublishNo{
  width: 126px;
  height: 34px;
  text-align: center;
  border: 1px solid rgba(67, 67, 67, .6);
  border-radius: 8px;
  outline: none;
  margin: 0px 20px 0px 6px;
}

.goods_management .gold_standard .goods_standard_con .goods_standard_item input::placeholder{
  color: rgba(67, 67, 67, .6);
}

.goods_management .gold_standard .goods_standard_con .goods_standard_item .affirm_get_goods{
  width: 82px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #FF4866;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 8px;
}

.goods_management .gold_standard .batch{
  width: calc(100% - 16px);
  padding: 0px 8px;
  position: relative;
  z-index: 2;
}

.goods_management .gold_standard .batch>input{
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 5px;
  left: 7px;
  z-index: 2;
}

.goods_management .gold_standard .batch>input:checked{
  opacity: 0;
}

.goods_management .gold_standard .batch>input:checked + #cancelAllChecked{
  opacity: 1;
}

.goods_management .gold_standard .batch #cancelAllChecked{
  opacity: 0;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  text-align: center;
  line-height: 13.5px;
  border: 1.5px solid #FF4563;
  color: #FF4563;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 7px;
  z-index: 1;
}

.goods_management .gold_standard .batch>span{
  line-height: 16px;
  margin: 0px 20px 0px 26px;
}

.goods_management .gold_standard .batch .batch_item{
  width: 80px;
  height: 26px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #FF4866;
  background-color: #fff6f8;
  color: #FF4866;
  cursor: pointer;
  margin-left: 8px;
  transition: all .3s;
  border-radius: 4px;
}

.goods_management .gold_standard .batch .batch_item:hover{
  background-color: #FF4866;
  color: #FFFFFF;
}

.goods_management .th{
  width: calc(100% - 76px);
  font-size: 14px;
  line-height: 14px;
  padding: 20px 40px 20px 36px;
  text-align: center;
  justify-content: space-between;
}

.goods_management .th .tr:nth-child(1),
.goods_management  .goods_management_list .goods_management_item .management_item_con>div:nth-child(1){
  width: 320px;
}

.goods_management .th .tr:nth-child(2),
.goods_management  .goods_management_list .goods_management_item .management_item_con>div:nth-child(2){
  width: 100px;
}

.goods_management .th .tr:nth-child(3),
.goods_management  .goods_management_list .goods_management_item .management_item_con>div:nth-child(3){
  width: 150px;
}

.goods_management .th .tr:nth-child(4),
.goods_management  .goods_management_list .goods_management_item .management_item_con>div:nth-child(4){
  width: 60px;
}

.goods_management .th .tr:nth-child(5),
.goods_management  .goods_management_list .goods_management_item .management_item_con>div:nth-child(5){
  width: 100px;
}

.goods_management .th .tr:nth-child(6),
.goods_management  .goods_management_list .goods_management_item .management_item_con>div:nth-child(6){
  width: 70px;
}

.goods_management  .goods_management_list{
  width: 100%;
}
.goods_management  .goods_management_list .goods_management_item{
  width: 960px;
  height: 159px;
  border-radius: 18px;
  margin-bottom: 10px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top{
  width: calc(100% - 54px);
  height: 16px;
  font-size: 13px;
  line-height: 16px;
  padding: 11.5px 27px;
  position: relative;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top .top_bg{
  width: 960px;
  height: 60px;
  background-color: #F6F6F6;
  border-radius: 18px;
  position: absolute;
  inset: 0;
  z-index: -1;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top>input{
  width: 16px;
  height: 16px;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 12px;
  left: 27px;
  z-index: 2;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top>input:checked{
  opacity: 0;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top>input:checked + .top_bg{
  background-color: #FFF6F8;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top>input:checked + .top_bg + .cancelChecked{
  opacity: 1;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top>span{
  color: rgba(67, 67, 67, .6);
  margin-left: 26px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_top .cancelChecked{
  /* display: none; */
  opacity: 0;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  text-align: center;
  line-height: 14px;
  border: 1.5px solid #FF4563;
  color: #FF4563;
  margin: 0;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 12px;
  left: 27px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con{
  width: calc(100% - 76px);
  height: 118px;
  background-color: #fff;
  border-radius: 18px;
  justify-content: space-between;
  padding: 0px 40px 0px 36px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .one{
  text-align: left;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con>div{
  text-align: center;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .one .top{
  width: 100%;
  line-height: 24px;
  margin-bottom: 16px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .one .top>img{
  width: 64px;
  height: 24px;
  margin-right: 7px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .one .top>a{
  width: calc(100% - 71px);
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .one .top .tit{
  font-size: 18px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .one .areaServer{
  width: 100%;
  line-height: 16px;
  color: rgba(67, 67, 67, .6);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .two,
.goods_management  .goods_management_list .goods_management_item .management_item_con .five{
  color: rgba(67, 67, 67, .6);
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .five>p{
  width: 100%;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .four{
  color: rgba(67, 67, 67, .6);
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .five.active{
  color: #FF4866;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .six>p{
  cursor: pointer;
  margin-bottom: 8px;
  letter-spacing: 2px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .six>p:last-child{
  margin-bottom: 0px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .six>p.fourFont{
  letter-spacing: 0px;
}

.goods_management  .goods_management_list .goods_management_item .management_item_con .six .fix{
  width: 56px;
  height: 28px;
  line-height: 28px;
  background: linear-gradient(-90deg, #FF4866, #FF387A);
  border-radius: 4px;
  color: #fff;
  margin: 0 auto 8px;

}

.batchFixPrice_con{
  width: 856px;
  height: 701px;
  padding: 35px 20px 0px;
}

#batchFixCustomPriceMask .batchFixPrice_con{
  width: 636px;
}

.batchFixPrice_con .title{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.batchFixPrice_con .gameName{
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  padding: 28px 0px 16px 19px;
}

.batchFixPrice_con .fixPriceList_con{
  width: 854px;
  height: 498px;
  text-align: center;
  border: 1px dashed #E7E7E7;
  border-radius: 18px;
}

#batchFixCustomPriceMask .batchFixPrice_con .fixPriceList_con{
  width: 634px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList_th{
  width: calc(100% - 40px);
  color: rgba(67, 67, 67, .6);
  line-height: 14px;
  justify-content: space-between;
  padding: 20px 20px 25px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList_th>div:nth-child(1),
.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item>div:nth-child(1){
  width: 200px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList_th>div:nth-child(2),
.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item>div:nth-child(2){
  width: 130px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList_th>div:nth-child(3),
.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item>div:nth-child(3){
  width: 130px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item>div:nth-child(3)>p>span{
  color: #FF4866;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList_th>div:nth-child(4),
.batchFixPrice_con .fixPriceList_con .fixPriceList_th>div:nth-child(5),
.batchFixPrice_con .fixPriceList_con .fixPriceList_th>div:nth-child(6){
  width: 90px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList{
  width: calc(100% - 40px);
  height: 439px;
  overflow-y: scroll;
  padding: 0px 20px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item{
  width: 100%;
  justify-content: space-between;
  line-height: 18px;
  margin-bottom: 25px;
}

/* .batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item:last-child{
  margin-bottom: 0px;
} */

.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item>div:nth-child(1){
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item>div>.ipt{
  width: 88px;
  height: 34px;
  text-align: center;
  border: 1px solid #E7E7E7;
  border-radius: 8px;
}

.batchFixPrice_con .fixPriceList_con .fixPriceList .fixPrice_item>div>.ipt:focus{
  border-color: #FF4866;
}

.batchFixPrice_con .operation{
  width: 100%;
  justify-content: center;
  padding-top: 20px;
}

.batchFixPrice_con .operation>div{
  width: 198px;
  height: 62px;
  text-align: center;
  line-height: 62px;
  font-size: 16px;
  cursor: pointer;
  letter-spacing: 5px;
  background: #F6F6F6;
  border-radius: 8px;
}

.batchFixPrice_con .operation>div:nth-child(2){
  background-color: rgba(255, 69, 99, .1);
  color: #FF4563;
  margin-left: 12px;
}

/* ===================================================================================================================================== */
.flex_center{
  justify-content: center;
}

.layui-laypage a:hover {
  color: #FF4866;
}

.layui-laydate-footer span:hover {
  color: #FF4563;
}

.layui-laydate-footer span[lay-type=date] {
  color: #FF4563 !important;
}

.layui-laypage input:focus, .layui-laypage select:focus {
  border-color: #FF4563!important;
}

.register_merchant_border_radius{
  border-radius: 18px;
}

#isRegisterMask .isRegisterMask_con{
  width: 400px;
  height: 200px;
  padding: 40px;
}

#isRegisterMask .isRegisterMask_con .tit{
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #434343;
}

#isRegisterMask .isRegisterMask_con .content{
  width: 100%;
  /* text-indent: 2em; */
  font-size: 18px;
  line-height: 30px;
  padding: 20px 0px 40px;
  text-align: center;
}

#isRegisterMask .isRegisterMask_con .flex{
  justify-content: space-around;
}

#isRegisterMask .isRegisterMask_con .flex .btn{
  width: 120px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: rgba(67, 67, 67, .6);
  backGround-color: rgba(67, 67, 67, .1);
  border-radius: 8px;
  cursor: pointer;
}

#isRegisterMask .isRegisterMask_con .flex .btn.active{
  color: #fff;
  background: linear-gradient(-90deg, #FF4866, #FF387A);
}

/* 赠送积分 */
.points_bonus{
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
.points_bonus .points_bonus_title{
  font-weight: bold;
  padding: 45px 0px 60px;
}
.points_bonus .points_bonus_two{
  color: #FF4866;
  padding: 8px 0px 60px;
}
.points_bonus>.flex{
  width: calc(100% - 129px);
  margin: 0 auto;
}
.points_bonus .points_bonus_btn{
  width: 192px;
  height: 60px;
  color: #FF4563;
  line-height: 60px;
  background: rgba(255,69,99,0.1);
  border-radius: 10px;
  border: 1px solid #FF4563;
  cursor: pointer;
}
.points_bonus a .points_bonus_btn{
  color: #fff;
  background-color: #FF4563;
}