body{
    font-family: "Microsoft YaHei";
}
.tou_bd, .personal_data, .Novice_benefits, .Daily_benefits, .Daily_change {
    width: 804px;
    height: 100%;
    margin: 38px auto;
}

.raffle_bd {
    width: 760px;
    height: 100%;
    margin: 38px auto;
}

.Login_title {
    color: #ffffff;
    font-size: 14px;
    margin-left: 50px;
}

.Login_title a {
    color: #7c91ff;
    font-size: 14px;
}

.tou_file_btn {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
}

.upload_alread {
    width: 750px;
    height: 110px;
    background: #2e3657;
    margin: 68px auto;
}

.upload_alread table {
    width: 100%;
    height: 100%;
}

.upload_alread table thead tr {
    height: 41px;
    line-height: 41px;
    text-align: center;
    border-bottom: 1px solid #72788f;
    font-size: 14px;
    color: #7c91ff;
}

.upload_alread table tbody tr td {
    height: 69px;
    line-height: 69px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.upload_alread table tbody tr td button {
    display: inline-block;
    width: 70px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    font-size: 14px;
    background: none;
    cursor: pointer;
}

.coverFile {
    display: inline-block;
    width: 268px;
    height: 150px;
    /*background: url("../images/videoUploadList/upload_03.png") no-repeat center;*/
    position: relative;
}

#videoCover {
    display: block;
    width: 268px;
    height: 150px;
    background: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.delete {
    color: red;
    border: 1px solid red;
    margin-right: 10px;
}

.change {
    color: #7c91ff;
    border: 1px solid #7c91ff;
}

.tou_file_btn a {
    margin: 42px auto 84px auto;
    display: block;
    width: 249px;
    height: 81px;
    background: url("../images/videoUploadList/tou_btn_03.png") no-repeat center;
    position: relative;
}

.tou_file_btn a input {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    width: 249px;
    height: 81px;
    display: block
}

.tou_file_btn a:active {
    background: url("../images/videoUploadList/tou_btn_on_03.png") no-repeat center;
}

.welfare_image_frame {
    position: relative; /* 设置为相对定位 */
    width: 426px;
    height: 390px;
    margin: auto;
}

.welfare_image_frame img {
    width: 100%;
    height: 100%;
}

.welfare_image_frame .text_over_image { /* 文字 */
    position: absolute;
    top: 50%; /* 200px */
    left: 50%; /* 200px */
    transform: translate(-64%, -10%); 
    color: white; /* 文字颜色 */
    font-size: 16px; /* 文字大小 */
    /*text-align: center;  文本居中对齐 */
}

.welfare_image_frame .text_over_image img { /* 图片 */
    width: 120px;
    height: auto;
}

.welfare_image_frame .text_over_image input {
    position: absolute;
    top: 50%; /* 200px */
    left: 50%; /* 200px */
    transform: translate(-50%, -50%); 
    width: 150px;
}

.welfare_image_frame .image_button_overlay {
    position: absolute;
    top: 320px;
    left: 146px;
    width: 100px;
    height: 20px;
    cursor: pointer;
    background: transparent;
    border: none;
}

.Event_content label {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.Event_content input, .Event_content select {
    width: 300px;
    height: 30px;
    background: #ffffff;
    border-radius: 6px;
    font-size: 16px;
    text-indent: 10px;
}

.Event_content select option {
    color: #f11111;
}

.Event_content input::-webkit-input-placeholder {
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content textarea::-webkit-input-placeholder {
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c7c7c7;
    font-family: "Microsoft YaHei";
}

.Event_content {
    text-align: center;
    margin: 28px auto 0 auto;
}

.EventTitle {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.EventTitle label {
    display: inline-block;
}

.EventTitle span {
    text-align: left;
    width: 300px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
}

.ePay label {
  padding: 5px 10px;
  cursor: pointer;
  border: #CCCCCC solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block; /* 将label设置为内联块级元素 */
}


.ePay .checked {
  border: #33cabb solid 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #33cabb;
  background: #F1FCFA;
}

.ePay input[type="radio"] {
  display: none;
}

.videoDetail {
    margin-top: 20px;
}

.videoDetail span.t {
    top: 170px !important;
}

.Event_content textarea {
    display: inline-block;
    width: 600px;
    height: 200px;
    border-radius: 4px;
    font-size: 14px;
    text-indent: 10px;
}

.videoCover {
    text-align: left;
    margin-left: 57px;
    margin-top: 20px;
}

.EventText {
    text-align: left;
    margin-left: 220px;
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
    line-height: 17px;
}

.EventText span {
    color: #ff0000;
}

.UserText {
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 15px;
    font-size: 16px;
    color: white;
    line-height: 1.5; /* 增加行距为1.5倍字体大小 */
    padding-right: 20px; /* 添加右边缩进为20像素 */
}

.UserText::first-letter {
    margin-left: 2em; /* 添加2个字符的空格 */
}

.UserText::first-line {
    margin-left: 0; /* 去除首行的左边缩进 */
}

.EventText a {
    margin-top: 15px;
    font-weight: bold;
    display: block;
    color: #7c91ff;
}

.UserText p {
    color: white;
}

.UserText span {
    color: #ff0000;
}

.Event_submit,
.ModifyPs_submit,
.ModifyNk_submit {
    width: 100%;
    margin: 60px auto 0 auto;
}

.Event_submit button,
.ModifyPs_submit button,
.ModifyNk_submit button {
    display: block;
    width: 200px;
    height: 57px;
    line-height: 57px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: #5463b0;
    border-radius: 6px;
    border: none;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

.inner-container .inner-right .extra-list li.item-3 {
    background: url(../images/videoUploadList/list3_03.jpg) no-repeat;
}

.personal_data_data {
    width: 674px;
    height: 90px;
    background: #2e3657;
    margin: 35px auto 20px auto;
}

.personal_data_data table {
    width: 100%;
    height: 100%;
}

.personal_data_data table thead tr th {
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #444f78;
}

.personal_data_data table tbody tr td {
    width: 50%;
    height: 58px;
    line-height: 53px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.personal_data_data table tbody tr td span.count {
    font-size: 24px;
    font-weight: bold;
    margin-left: 76px;
}

.personal_data_data p {
    font-size: 14px;
    color: red;
    margin-top: 23px;
}

.personal_user {
    width: 674px;
    background-color: #2e3657; /* 背景颜色 */
    border-radius: 10px; /* 圆角 */
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 轻微阴影效果 */
    margin: 35px auto 20px auto;
}

.personal_user table {
    width: 100%;
    border-collapse: collapse; /* 移除单元格之间的间距 */
}

.personal_user th {
    background-color: #444f78; /* 表头背景颜色 */
    color: #ffffff; /* 表头文字颜色 */
    padding: 15px; /* 表头内边距 */
    font-size: 18px; /* 表头字体大小 */
    text-align: center;
}

.personal_user td {
    color: #ffffff; /* 表格文字颜色 */
    text-align: left; /* 左对齐 */
    padding: 10px; /* 内边距 */
    font-size: 18px; /* 字体大小 */
    vertical-align: middle; /* 垂直居中 */
    border-top: 1px solid #444f78; /* 分割线 */
}

.personal_user td img {
    vertical-align: middle; /* 图标和文字垂直对齐 */
    margin-right: 8px; /* 图标和文字之间的间距 */
}

.personal_user .count {
    font-weight: bold; /* 数字加粗 */
    color: #00d4ff; /* 让数字显示为亮色 */
}

.personal_user tr:hover {
    background-color: #3d4a6d; /* 鼠标悬停时的背景色 */
    cursor: pointer; /* 鼠标指针变化 */
}

.personal_user td:first-child {
    border-right: 1px solid #444f78; /* 左侧列分隔线 */
}

.personal_user table tbody tr td span {
    display: inline-block; /* 保证文本在同一行 */
    vertical-align: middle; /* 垂直居中 */
}

.publish_alread {
    width: 674px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 14px;
    background: url("../images/videoUploadList/publish_alread_03.jpg") no-repeat center;
    /*text-align: center;*/
    margin: 82px auto 15px auto;
}

.publish_alread p {
    margin-left: 27px;
}

.Obtain_unit {
    width: 594px;
    height: 100%;
    margin: 0 auto;
}

.Obtain_unit ul.units {
    overflow: hidden;
}

.Obtain_unit ul.units li {
    width: 148px;
    float: left;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
}

/*
.Obtain_unit ul.units li:nth-child(odd) {
    margin-right: 58px;
}*/

/*
.Obtain_unit .masker {
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    background: #595959;
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    left:0px;
}
*/

.Obtain_unit .name {
    width: 120px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    background: #595959;
    opacity: 0.8;
    /*position: absolute;*/
}

.Obtain_unit .masker {
    width: 65px;
    height: 15px;
    line-height: 15px;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    /*background: #595959;*/
    opacity: 0.8;
    position: absolute;
    bottom: 0px;
    right:0px;
}

.Obtain_unit .masker span {
    margin-right: 6px;
}

.Obtain_unit .file_title {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
}

.file_textt {
    font-size: 12px;
    color: #7f7f7f;
    line-height: 30px;
}

.file_textt .play {
    margin-right: 64px;
}

.file_textt img {
    margin-right: 8px;
}

ul.counts {
    width: 100%;
    margin: 73px auto 0 180px;
    text-align: center;
    overflow: hidden;
}

ul.counts li {
    width: 27px;
    height: 27px;
    color: #c2c4cd;
    font-size: 12px;
    float: left;
    margin-right: 18px;
    line-height: 27px;
    text-align: center;
}

ul.counts li.on {
    border: 1px solid #c2c4cd;
}

.clear {
    clear: both;
}

.upload_alread tbody tr td .progress {
    width: 100px;
    height: 10px;
    background: #ffffff;
    border-radius: 10px;
    float: left;
    margin-top: 30px;
    margin-left: 30px;
}

.upload_alread tbody tr td #progressNumber {
    background: #7c91ff;
    width: 0px;
    height: 10px;
    border-radius: 10px
}

.imgBgtt{
    display: block;
    /*width: 268px;
    height: 150px;*/
	width: 120px;
    height: 120px;
    position: relative;
}
.imgBgtt img{
    width: 100%;
    height: 100%;
}

.imgBgtt .Icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.imgBgtt .IconShip {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 38px;
    height: 30px;
}

/*备案号*/
.icpa {
    color: #FFFFFF;
}

/*九宫格*/
.kljgg{
   width:75%;
   margin:20px auto 10px auto;
   position:relative;
   overflow:hidden;	
}
.kljgg a.rolebtn{
   position:absolute;
   top:6%;
   right:2%;
   padding:4px 10px;
   border:1px #FFF solid;
   color:#FFF;
   font-size:12px;
   z-index:2;	
}

.jggbox{
   clear:both;
   position:relative;
}
.jggbox .cont{
   width:69%;
   height:68.48%;
   position:absolute;
   left:14.8%;
   top:8.8%;
   padding:6px;	
}
.jggbox .cont table tr td{
   padding:2px;
   text-align:center;
}
.jggbox .cont .toum{ position:absolute; width:100%; height:100%; background:rgba(0,0,0,0.5); border-radius:5px; top:0; left:0; }
.jggbox .cont table tr td.active .toum{ display:none; }
.cover{
   position:fixed;
   background:rgba(0,0,0,0.5);
   width:100%;
   height:100%;
   left:0;
   top:0;
   z-index:9;
   display:none;
}
.rolebox{
   width:30%;
   position:fixed;
   z-index:10;
   left:43%; 
   top:50%; 
   -webkit-transform:translate(-50%,-50%); 
   transform:translate(-50%,-50%); 
   display:none;
}
.rolebox .title{
   background:#362C51;
   color:#FFF;
   text-align:center;
   font-size:18px;
   border-top-left-radius:10px;
   border-top-right-radius:10px;
   border-bottom-left-radius:0px;
   border-bottom-right-radius:0px;
   line-height:40px;
   position:relative;	
}
.rolebox .title a{ position:absolute; display:block; width:20px; height:20px; float:none; right:10px; top:8px; }
.rolebox .cont{
   padding:20px;
   background:#FFF;	
   border-top-left-radius:0px;
   border-top-right-radius:0px;
   border-bottom-left-radius:10px;
   border-bottom-right-radius:10px;
   overflow:hidden;
}
.rolebox .cont p {
    line-height: 1.5;
}
.rolebox .cont a.btns{
   color:#E64834;
   border:1px #E64834 solid;
   display:block;
   line-height:30px;
   text-align:center;
   border-radius:30px;
   margin-top:15px;
}
.giftbg{
   width:85%;
   position:fixed;
   top:0;
   left:7.5%;
   z-index:12;
   display:none;
}
.giftout{
   position:fixed;
   width:30%;
   left:27%;
   top:35%;
   background:#FA4F47;
   padding:10px;
   z-index:11;
   border-radius:10px;
   padding-top:20px;
   display:none;
}
.giftclose{
   position:fixed;
   width:20px;
   height:20px;
   z-index:13;
   left:56%;
   top:37%;	
   display:none;
}
.giftout .org{
   color:#F9E607;
}
.giftout .pad-h{ width:70%; margin:0 auto; }
.giftout a.btns{
   color:#E64834;
   background:#FFF;
   display:block;
   line-height:30px;
   text-align:center;
   border-radius:30px;
   margin-top:15px;
   width:40%;
   margin:0 auto;
}

.text-center {
    text-align: center
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

/* layer */

.layer-popup {
    font-size: 14px; 
    padding-left: 30px;
    margin-bottom: 20px;
    /*background-color: #f0f0f0; /* 浅灰色背景 */
}

.layer-popup .popup-form {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.image-container {
  position: relative;
}

.layer-popup .popup-form .image-container img {
    width: 150px;
    height: 150px;
}

.layer-popup .popup-form .image-container .Icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.layer-popup .popup-form .info-container {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.layer-popup .popup-form .info-container .info {
    margin-bottom: 5px; 
    line-height: 1.4;
    padding-left: 20px;
}

.layer-popup .popup-form .form-container {
    width: 100%;
    margin-top: 10px;
    padding: 0 10px;
}

.layer-popup .popup-form .form-container .badge-display,
.layer-popup .popup-form .form-container .radio-group {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.layer-popup .popup-form .form-container .radio-group label {
    display: flex;
    align-items: center;
    margin: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.layer-popup .popup-form .form-container .radio-group label:hover {
    transform: scale(1.1);
}

.form-container input[type="radio"] {
    display: none;
}

.layer-popup .badge-display .image-0 {
    border: 1px solid gray;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
}

.form-container .option-1:checked + .image-1 {
    border: 1px solid yellow;
}
.form-container .option-2:checked + .image-2 {
    border: 1px solid blue;
}
.form-container .option-3:checked + .image-3 {
    border: 1px solid green;
}
.form-container .option-4:checked + .image-4 {
    border: 1px solid purple;
}
.form-container .option-5:checked + .image-5 {
    border: 1px solid red;
}

.form-container {
    position: relative;
}

.form-container .avatar img {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    transition: transform 1s ease;
}

.avatar:hover img {
    transform: scale(1.5);
}

/* 新增的CSS样式 */
/* 增强的表单容器样式 - 用于包裹强化等级和对战次数信息 */
.layer-popup .enhanced-form {
    margin-top: 5px;       /* 顶部外边距，与上方内容保持距离 */
    padding: 5px 10px;     /* 内边距：上下10px，左右20px，使内容不贴边 */
}

/* 徽章显示容器样式 - 用于包裹每条信息标签 */
.layer-popup .enhanced-badge {
    margin-bottom: 5px;    /* 底部外边距，增加与下个条目的间距 */
    padding: 8px 0;         /* 内边距：上下8px，左右0，提供垂直呼吸空间 */
}

/* 强化等级和对战次数标签的共用样式 */
.layer-popup .enhancement-label,
.layer-popup .battle-label {
    display: block;         /* 块级显示，使每个标签独占一行 */
    font-size: 15px;        /* 字体大小略大于基础14px，强调重要性 */
    color: #333;            /* 深灰色文字，提高可读性 */
    margin-bottom: 0px;     /* 标签底部外边距，与内容保持距离 */
    line-height: 1.6;       /* 行高1.6倍，提升阅读舒适度 */
}

/* 强化等级标签内图片的特殊样式 */
.layer-popup .enhancement-label img {
    margin-right: 5px;      /* 图片右侧外边距，与文字保持距离 */
    vertical-align: middle; /* 垂直居中对齐，使图片与文字中线对齐 */
}

/* 按钮样式调整 */
.layui-layer-btn .layui-layer-btn0 { /* 增加对战次数按钮 */
    background-color: #4a8bfc !important;
    color: white !important;
    border: none !important;
}

.layui-layer-btn .layui-layer-btn1 { /* 提升强化等级按钮 */
    background-color: #ff6b6b !important;
    color: white !important;
    border: none !important;
}

.layui-layer-btn .layui-layer-btn2 { /* 我再想想按钮 */
    background-color: #f0f0f0 !important;
    color: #4f4444 !important;
    border: none !important;
}

.layui-layer-btn .layui-layer-btn0:hover {
    background-color: #3a7be0 !important;
}

.layui-layer-btn .layui-layer-btn1:hover {
    background-color: #e05555 !important;
}

.layui-layer-btn .layui-layer-btn2:hover {
    background-color: #dde1e6 !important;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
        line-height: 46px
    }
}
