.gw_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1000px;
    height: 1150px;
    font-family: 'Microsoft JhengHei', 'arial';
    overflow: hidden;
    z-index: 1;
    background: radial-gradient(transparent 79%, #87411e 80%);
    background-size: 4em 4em;
    background-color: #703b20;
    opacity: 1;
}

.gw_wrap_middle {
    width: 1500px;
    background: linear-gradient(0deg, #4827169c, #6434209c);
    margin: 20px auto;
    height: 1100px;
    border-width: 0 300px;
    border-radius: 10px;
}

.gw_wrap_inner {
    width: 1500px;
    z-index: 2;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    height: 100%;
    margin: 0 auto;
}

.gw_title {
    font-size: 24px;
    font-weight: bold;
    color: #dd9d81;
    line-height: 45px;
    padding: 10px 0;
}

.gw_main {
    display: flex;
    color: #ebb9a4;
    font-size: 15px;
    line-height: 180%;
}

.staff {
    width: 280px;
    text-align: right;
    padding: 0 20px 0 0;
}

.poster {
    flex: 1;
    height: 563px;
    background: url(https://pic.imgdb.cn/item/627e71000947543129cd9a8c.jpg) no-repeat top center;
    border-radius: 5px;
}

.cv {
    width: 280px;
    text-align: left;
    padding: 0 0 0 20px;
}

.staff>section {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(45deg, #5e301b, #322117);
    padding: 8px;
    margin-left: 20px;
}

.cv>section {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(45deg, #322117, #5e301b);
    padding: 8px;
    margin-right: 20px;
}

.gw_main>section x {
    cursor: pointer; 
    margin: 5px
}

.gw_ed {
    margin-top: 20px;
}

.lk_wrap {
    display: flex;
    width: 100%;
    margin: 30px 0;
}

.lk {
    width: 40%;
    margin: 0 0 0 20px;
    display: flex;
}

.lk x {
    width: 100px;
    height: 100px;
    border-radius: 0 50% 50% 50%;
    margin: 55px auto;
    display: table;
    background: linear-gradient(147deg, #783719, #efe4e026);
    transition: all 0.1s ease;
}

.lk x:hover {
    transform: scale(1.2);
    transition: all 0.2s ease;
}

.lk a {
    color: #ebb9a4;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

.review {
    width: 60%;
    display: flex;
}

.review section {
    flex: 1;
}

.cover {
    width: 250px;
    height: 180px;
    background-color: #d6b8621c;
    margin: 0 auto 10px auto;
    padding: 8px;
    border-radius: 5px;
    transition: all 0.1s ease;
}

.cover:hover {
    transform: scale(1.1);
    transition: all 0.2s ease;
}

.cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review a {
    margin: auto;
    color: #ebb9a4;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 0;
    display: block;
}

.gw_footer {
    padding: 30px 0 15px 0;
    color: #dd9d81;
}

x {
    display: block;
}