﻿/* 初始化开始 */
body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
    color: #333;
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei;
    box-sizing: border-box;
}

body {
    background: #fff;
    color: #333;
    font-size: 12px;
}

ul, ol {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:link {
    color: #333;
    /* color: #4C75FF; */
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei;
}

a:visited {
    color: #333;
    font-family: PingFangSC-Regular, PingFang SC, Microsoft YaHei;
}

a:hover, a:active, a:focus {
    color: #4C75FF;
    text-decoration: none;
}

/* 版心 */
.page_designer {
    margin: 0 auto;
    width: 1200px;
}

/* 初始化结束 */

/* 头部css开始 */
.header_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
}
.header_box .header_logo {
    width: 192px;
    height: 50px;
    /* margin-right: 76px; */
}
.header_box .header_nav {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 100%;
}
.header_box .header_a {
    font-size: 16px;
    margin: 0 18px;
}
.header_box .header_a:hover {
    color: #4C75FF;
    text-decoration: none;
}
.header_box .header_a_active {
    display: inline-block;
    color: #4C75FF;
    padding-top: 7px;
    padding-bottom: 5px;
    border-bottom: 2px solid #4C75FF;
}
.header_box .login_box {
    font-size: 16px;
}
.header_box .login_box a:hover {
    color: #4C75FF;
    text-decoration: none;
}
.header_user {
    cursor: pointer;
    font-size: 16px;
}
.header_user_login {
    font-size: 16px;
}
.header_user .header_photo {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.header_user .header_username {
    font-size: 16px;
}
/* 头部css结束 */

/* 首页css开始 */
.column_title {
    font-size: 24px;
    font-weight: 600;
}
.banner_box {
    width: 100%;
    /* max-height: 400px; */
}
.banner_box .banner_img {
    width: 100%;
    min-width: 1200px;
    max-height: 400px;
    /* height: 100%; */
}
.company_box {
    margin-top: 74px;
}
.company_content {
    position: relative;
    margin-top: 35px;
    height: 250px;
    padding: 30px;
    padding-left: 379px;
    background: #F7F8FC;
}
.company_content .banner_img {
    position: absolute;
    top: -10px;
    left: 0;
    width: 346px;
    height: 260px;
    z-index: 999;
}
.layui-carousel-ind {
    top: 0 !important;
}
.layui-carousel-ind ul {
    background-color: #F7F8FC !important;
}
.layui-carousel-ind li {
    background-color: #fff !important;
    border: 1px solid #4C75FF;
}
.layui-carousel-ind li.layui-this {
    background-color: #4C75FF !important;
}

.company_content_text h4 {
    font-size: 20px;
    font-weight: 600;
}
.company_content_text p {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
}
.business_box {
    margin-top: 64px;
}
.business_box .business_ul {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    width: 100%;
}
.business_box .business_ul .business_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 285px;
    height: 200px;
    box-shadow: 0px 7px 24px 0px rgba(231,233,241,0.8);
}
.business_item img {
    margin-bottom: 17px;
    width: 70px;
    height: 70px;
}
.business_item h5 {
    font-size: 20px;
    font-weight: 600;
}
.business_item .business_item_img2 {
    display: none;
}
.business_item1:hover {
    background: #E04545;
}
.business_item2:hover {
    background: #4C75FF;
}
.business_item3:hover {
    background: #EE7022;
}
.business_item:hover .business_item_img1 {
    display: none;
}
.business_item:hover .business_item_img2 {
    display: block;
}
.business_item:hover h5 {
    color: #fff;
}
.music_box {
    margin-top: 80px;
    padding: 36px 0 39px;
    background: url("../images/index_music.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-width: 1200px;
    height: 482px;
} 
.music_box h1 {
    color: #fff !important;
}
.music_box .music_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    width: 100%;
}
.music_box .music_ul .music_li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 590px;
    height: 160px;
    background: rgba(255,255,255,0.2);
    border: 1px solid;
    border-image: linear-gradient(270deg, rgba(154, 165, 202, 1), rgba(17, 31, 79, 1)) 1 1;
}
.music_box .music_ul .music_li:hover {
    border: 1px solid #fff;
}
.music_li img{
    margin-right: 16px;
    width: 158px;
    height: 158px;
}
.music_li .music_name {
    margin-bottom: 15px;
    width: 346px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}
.music_li .music_author {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.music_li .music_time {
    position: absolute;
    top: 66px;
    right: 24px;
    font-size: 14px;
    color: #FFFFFF;
}
.face_box {
    margin-top: 76px;
    margin-bottom: 20px;
}
.face_box .face_ul {
    margin-top: 25px;
}
.face_box .face_ul .face_li {
    padding: 20px;
    width: 100%;
    height: 290px;
    background: #F7F8FC;
}
.face_li .face_title {
    font-size: 18px;
    margin-bottom: 22px;
}
.face_li .face_img_ul {
    display: flex;
    justify-content: space-between;
}
.face_li .face_img_ul .face_img_li {
    width: 200px;
    height: 200px;
    background-color: #fff;
}
.face_img_li img {
    width: 100%;
    height: 100%;
}
/* 首页css结束 */
/* 底部css开始 */
.footer_box {
    /* margin-top: 60px; */
    padding-top: 36px;
    width: 100%;
    height: 232px;
    min-width: 1200px;
    background: #F8F8FA;
}
.footer_box .footer_nav_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_box .header_logo {
    width: 192px;
    height: 50px;
    /* margin-right: 76px; */
}
.footer_box .footer_ul {
    display: flex;
}
.footer_box .footer_ul li {
    font-size: 16px;
    margin: 0 31px;
}
.footer_line {
    margin: 32px 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.footer_box .footer_rule {
    text-align: center;
}
.footer_box .footer_rule p {
    font-size: 12px;
    color: #999999;
}
/* 底部css结束 */

.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.pagination li {
    width: 38px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.pagination .disabled {
    cursor: no-drop;
}
.pagination .active {
    background: #3669FF;
    border-radius: 4px;
    color: #fff;
}
.pagination li:first-child,
.pagination li:last-child {
    line-height: 28px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}
/* 用户中心开始 */
.ueser_center_box {
    background: #F8F8FA;
    padding: 30px 0;
    min-height: calc(100vh - 322px);
    border-top: 1px solid #eee;
}
.ueser_center_box .layui-tab-title {
    margin-right: 20px;
    width: 140px;
    height: 184px;
    background: #FFFFFF;
    overflow: hidden;
}
.ueser_center_box .layui-tab-title li {
    display: block;
    margin: 12px 0 24px;
    width: 100%;
    line-height: 22px;
    font-size: 16px;
    color: #666666;
}
.ueser_center_box .layui-tab-title .layui-this {
    color: #4571FF;
}
.ueser_center_box .layui-tab-title li:nth-child(4n) {
    margin-bottom: 12px;
}
.ueser_center_box .layui-tab-title .layui-this:after {
    width: 3px;
    height: 22px;
    background: #4571FF;
    border-radius: 2px;
    border: none;
}
.ueser_center_box .layui-tab-content {
    padding: 30px;
    width: 1040px;
    background: #FFFFFF;
}

.ueser_center_box .layui-form-label {
    text-align: left;
    font-size: 14px;
    color: #666666;
}
.ueser_center_box .layui-input {
    height: 42px;
}
.ueser_center_box .form_img {
    display: flex;
    align-items: center;
}
.ueser_center_box .form_img .layui-upload-list {
    margin: 0 20px 0 0;
    width: 80px;
    height: 80px;
    border: 1px dotted #666;
}
.ueser_center_box .form_img .layui-upload-list #uplode_img_box {
    width: 100%;
    height: 100%;
}
.ueser_center_box .form_img #uplode_img {
    padding: 0;
    width: 80px;
    height: 36px;
    line-height: 34px;
    border-radius: 6px;
    border: 1px solid #E8E8E8;
    background-color: #fff;
    font-size: 14px;
    color: #333333;
}
.ueser_center_box .user_btn_save {
    width: 112px;
    height: 42px;
    line-height: 42px;
    background: #3E6DFF;
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
}
.ueser_center_box .user_btn_res {
    width: 112px;
    height: 42px;
    line-height: 42px;
    border-radius: 6px;
    border: 1px solid #3E6DFF;
    font-size: 14px;
    color: #3E6DFF;
}
.ueser_center_box .layui-form-item {
    margin-bottom: 30px;
    font-size: 14px;
}
.ueser_center_box .layui-form {
    width: 70%;
}
.ueser_center_box .user_table {
    border: 1px solid #E8E8E8;
}
.ueser_center_box .user_table thead {
    height: 50px;
}
.ueser_center_box .user_table thead tr{
    background: #F2F2F5;
    text-align: center;
}
.ueser_center_box .user_table thead tr th{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    line-height: 50px;
}
.layui-table[lay-even] tr:nth-child(even) {
    background-color: #F8F8FA;
}

.ueser_center_box .user_table td{ 
    font-size: 14px;
    color: #666666;
    line-height: 50px;
    text-align: center;
}

.ueser_center_box .user_input {
    padding-right: 50px;
}
.ueser_center_box .user_change_btn {
    position: absolute;
    top: 11px;
    right: 16px;
    cursor: pointer;
}
body .change_dialog  {
    border-radius: 6px;
}
body .change_dialog .layui-layer-content {
    padding: 35px;
}

.person_dialog {
    display: none;
}
.person_dialog .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #999;
    text-align: center;
    border-radius: 50%;
    background: #F8F8FA;
    cursor: pointer;
}

.person_dialog h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.person_dialog .layui-form {
    margin-top: 30px;
}
.person_dialog .layui-form-label {
    padding-right: 20px;
    width: 60px;
    text-align: left;
    font-size: 14px;
    color: #333;
}
.person_dialog  .layui-input-block {
    margin-left: 95px;
}
.person_dialog .change_btn {
    margin-top: 30px;
    margin-left: 34px;
    width: 112px;
    height: 42px;
    background: #3E6DFF;
    border-radius: 6px;
}