html,
body {
    width: 100%;
    height: 100%;
}

#home {
    width: 100%;
    height: 100%;
    min-width: 1320px;
    position: relative;
}

.home_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.home_header {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 3;
}

.home_header_bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.home_header_bod {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.home_header_left {
    display: flex;
    align-items: center;
}

.home_header_logo {
    width: 213px;
    height: 23px;
    margin-right: 100px;
}

.header_left_bod {
    display: flex;
    align-items: center;
}


.header_left_item {
    width: auto;
    height: 40px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #673112;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.header_left_active {
    background: url(../../img/home/select_bod.png);
    background-size: 100% 100%;
    color: #ffffff;
}

.item1:hover .left_item_list {
    display: flex;
}

.left_item_list {
    width: 165px;
    height: auto;
    position: absolute;
    top: 40px;
    left: 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 2px 10px #999999;
    box-sizing: border-box;
    display: none;
    overflow: hidden;
}

.left_list_item {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
}

.left_list_active {
    background: #F6F0E6;
}

.home_header_right {
    width: auto;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #3E1701;
    /* font-weight: bold; */
    position: relative;
    height: 100%;
    justify-content: center;
    position: relative;
}

.home_header_xx {
    height: 100%;
    display: flex;
    align-items: center;
}

.home_header_xx:hover .tuichu_bod {
    display: flex;
}


.home_header_shouce {
    /* width: 60px; */
    /* border-bottom: 1px solid #000000; */
    padding: 0 20px;
    text-align: center;
    /* position: absolute; */
    /* left: -100px; */
}

.yuyan {
    height: 42px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
}

.yuyan_bod {
    width: 130px;
    height: auto;
    position: absolute;
    left: 0;
    top: 42px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #999999;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    display: none;
}

.yuyan:hover .yuyan_bod {
    display: block;
}

.yuyan_item:hover {
    background: #F6F0E6;
}

.yuyan_item {
    width: 100%;
    height: 35px;
    background: #ffffff;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    color: #333333;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
}

.tuichu_bod {
    width: 130px;
    height: auto;
    position: absolute;
    right: 0;
    top: 42px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 2px 10px #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    flex-flow: column;
}

.tuichu_bod div:hover {
    background: #F6F0E6;
}

.tuichu_item {
    width: 100%;
    height: 35px;
    background: #ffffff;
    border-top: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    color: #333333;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    margin-bottom: 0;
}

.xiugai {}

.tuichu {
    border-bottom: 1px solid #DCDCDC;

}

.home_header_touxiang {
    width: 28px;
    height: 29px;
    border-radius: 50%;
    margin-right: 5px;
}

.home_content {
    position: relative;
    z-index: 2;
}

.no-copy {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
    user-select: none;
    /* 标准语法 */
}

.shouce_tc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.shouce_tk {
    width: 510px;
    height: 317px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.shouce_tk_content {
    width: 100%;
    height: 220px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.shouce_tk_header {
    width: 100%;
    height: 56px;
    background: #F3F3F3;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xiugai_tc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /* display: none; */
}

.guanxi_tk {
    width: 397px;
    height: 266px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.guanxi_tk_header {
    width: 100%;
    height: 56px;
    background: #F3F3F3;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guanxi_tk_content {
    width: 100%;
    height: 146px;
    overflow: hidden;
}

.guanxi_tk_bottom {
    width: 100%;
    height: 64px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.shouce_tk_bottom {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.guanxi_tk_item {
    width: 318px;
    height: 32px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-top: 20px;
}

.guanxi_tk_name {
    width: 75px;
    font-size: 14px;
    text-align: right;
    padding-right: 10PX;
    box-sizing: border-box;
}

.guanxi_tk_input {
    width: 260PX;
    height: 32PX;
    border: 1px solid #DCDCDC;
}

.guanxi_tk_input input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 10px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.4);
}

.guanxi_tk_input input::placeholder {
    color: rgba(0, 0, 0, 0.4);
    /* 颜色 */

}

.guanxi_tk_input input:-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.guanxi_tk_input div {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.4);
}


.qvxiao {
    background: #E7E7E7;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    width: 60px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 5px;
}

.baocun {
    background: #D49051;
    color: #ffffff;
    cursor: pointer;
    width: 60px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 5px;
}

.guanbi {
    cursor: pointer;
}

.shouce_tk_left{
    width: 65%;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.shouce_tk_right{
    width: 35%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shouce_tk_right img{
    height: 100%;
}

.shouce_tk_item {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    background: #ffffff;
    color: #333333;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
}
.shouce_tk_item a{
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shouce_tk_item_play {
    width: 16px;
    height: 16px;
    cursor: pointer;
}