/* 头部第一版 */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dy_headOne {
    box-sizing: border-box;
    height: 50px;

    background-color: #F5F7FA;
    border-bottom: 1px solid #E3E3E3;
}

/* 鐗堝績1190 */
.dy_headOne_content {
    width: 1190px;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

/* 绗竴鐗堝乏渚� */
.dy_headOne_left {
    display: flex;
    height: 50px;
}

.dy_headOne_left>a {
    align-self: center;
    margin: 0 15px;
    font-size: 14px;
    color: #828282;
}

.dy_learning_navigation {
    height: 50px;
    display: flex;
    margin: 0 !important;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    width: 107px;
}

.dy_learning_navigation_content {
    display: none;
    position: absolute;
    top: 49px;
    left: 0;
    width: 107px;
    background-color: #fff;
    z-index: 188;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    z-index: 100000!important;
}

.dy_learning_navigation_li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #828282;
    font-size: 14px;

}

.dy_learning_navigation_li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #828282 !important;
}

.dy_learning_navigation_li:hover>a {
    background-color: #F96B60;
    color: #fff !important;
}

.dy_learning_navigation_tab {
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
    padding: 0 14px;

    background-color: #fff;
}

.dy_learning_navigation>i {
    align-self: center;
    font-size: 12px;
    margin-left: 5px;
}

.dy_learning_navigation>span {
    align-self: center;
}

.dy_course_center>i {
    font-size: 14px;
}

.dy_headOne_left>a:hover {
    color: rgba(249, 107, 96, 1);

}

.dy_course_center:hover {
    color: rgba(249, 107, 96, 1);
}

.dy_live_center {
    display: flex;
}

.dy_live_center>span {
    align-self: center;
}

.dy_live_center>img {
    margin-right: 5px;
    align-self: center;
    margin-top: -2px;
}

.dy_league_center {
    display: flex;
}

.dy_league_center>span {
    align-self: center;
}

.dy_league_center>img {
    margin-right: 5px;
    align-self: center;
    margin-top: -2px;
}

/* 绗竴鐗堝彸渚� */
.dy_headOne_right {
    display: flex;
    height: 50px;
}

.dy_headOne_right_li {
    align-self: center;
    /* margin: 0  */
    font-size: 14px;
    color: #828282;
}

.dy_headOne_right_li>a:hover {
    color: rgba(249, 107, 96, 1);
}

.dy_headOne_right>a:nth-last-child(1) {
    margin: 0 0 0 15px;
}

.dy_official_accounts {
    position: relative;
}

.dy_official_accounts>i {
    font-size: 12px;
}

.dy_official_accounts_img {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 28px;
    left: -5px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    z-index: 111;
    border-radius: 5px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    line-height: 100px;
    text-align: center;
    z-index: 10000!important;
}

/* .official_accounts:hover .official_accounts_img {
    display: block;
  } */

.dy_official_accounts_img>div {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.dy_official_accounts_img>img {
    width: 97px;
}

.dy_login {
    display: inline-block;
}

.dy_login>a {
    display: inline-block;
    height: 18px;
    border: 0;
    outline: 0 none !important;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    color: #828282;
}

.dy_login>a:nth-child(2) {
    border-right: 1px solid #E1E6EE;
    width: 40px;
}

.dy_login>a:nth-child(3) {
    margin-left: 11px;
}

.dy_login_btn>a {
    color: #828282;
}

.dy_headTwo {
    display: flex;
    height: 77px;
    background-color: #fff;
    position: relative;
    z-index: 9999;
}

.dy_headTwo_content {
    width: 1190px;
    height: 77px;
    margin: 0 auto;
    display: flex;
    background-color: #fff;
    position: relative;
}

.dy_headTwo_float {
    display: none;
    position: absolute;
    left: 0;
    top: 67px;
    width: 100%;
    /* height: 230px; */
    background-color: #fff;
    z-index: 9899;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
    padding-bottom: 30px;
}

.dy_headTwo_float_content {
    width: 1190px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-left: 294px;
    padding-top: 10px;
}

.dy_headTwo_float_list {
    width: 860px;
    height: 100%;
}

.dy_headTwo_float_list_li {
    float: left;
    width: 138px;
    text-align: center;
}

.dy_headTwo_float_list_li>li {
    font-size: 14px;
    color: #474E5D;
    line-height: 222%;
    /* margin-top: 16px; */
}

.dy_headTwo_float_list_a {
    color: #474E5D !important;
}

.dy_headTwo_float_list_li>li:nth-child(1) {
    margin-top: 0;
}

.dy_headTwo_float_list_text {
    position: relative;
    display: inline-block;
    cursor: pointer;

}

/*.headTwo_float_list_text:hover {
    color: salmon;
  }*/
.dy_headTwo_float_list_a:hover {
    color: rgba(249, 107, 96, 1) !important;
}

.dy_headTwo_float_list_text>img {
    position: absolute;
    top: 5px;
    right: -12px;
    z-index: 999;
}

.dy_headTwo_logo {
    align-self: center;
    width: 250px;
    height: 44px;
    margin-right: 45px;
    overflow: hidden;
}

.dy_headTwo_logo>img {
    height: 100%;
}

.dy_headTwo_list {
    height: 77px;
    display: flex;
}

.dy_headTwo_list>a {
    position: relative;
    align-self: center;
    font-size: 19px;
    color: #545E64;
    text-align: center;
    padding: 0 30px;
    border-right: 1px solid #E5E5E5;
    line-height: 20px;
    height: 20px
}

.dy_headTwo_list>a:nth-last-child(1) {
    border-right: 0;
}

.dy_headTwo_list>a>div {
    position: absolute;
    left: 55px;
    top: 35px;
    width: 25px;
    height: 2px;
}

.dy_headTwo_list a:hover {
    color: rgba(249, 107, 96, 1);
}

.dy_headTwo_list>a:hover div {
    background-color: rgba(249, 107, 96, 1) !important;
}

.dy_headTwo_list_tab {
    background-color: rgba(249, 107, 96, 1) !important;

}

.dy_search_new {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    align-self: center;
    width: 51px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-left: 22px;
}

.dy_search_new>i {
    font-size: 30px;
    color: #545E64;
}

.dy_search_new:hover {
    background: rgba(249, 107, 96, 1);
    box-shadow: 0px 2px 9px 1px rgba(170, 12, 0, 0.24);
}

.dy_search_new:hover>i {
    color: #fff;
}

/* 鎼滅储鐗堝潡 */
.dy_search_three {
    position: relative;
    display: none;
    align-self: center;
    width: 623px;
    line-height: 40px;
    margin: 0 auto;
}

.dy_search_three_guanbi {
    align-self: center;
    color: #F96B60;
    font-size: 16px;
    margin-right: 20px;
    cursor: pointer;
}

.dy_search_three_sousuo {
    /* position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%); */
    align-self: center;
    color: #F96B60;
    font-size: 28px;
    margin-top: 1px;
    cursor: pointer;
}

.dy_search_three_input {
    align-self: center;
    font-size: 16px;
    width: 550px;
    height: 30px;
    border: 0;
    cursor: pointer;
}

.dy_my_new {
    display: flex;
}

.dy_my_new_img {
    /* float: left; */
    align-self: center;
    display: inline-block;

    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*background-color: pink;*/
    overflow: hidden;
    margin-right: 15px;
}

.dy_my_new_img:hover {
    transition: .9s;
    transform: rotate(360deg);

}

.dy_my_new_img>img {
    width: 32px;
}

.dy_my_new_name {
    align-self: center;
    font-size: 14px;
    color: #828282 !important;
    margin-right: 15px;
}

.dy_my_new_time {
    align-self: center;
    font-size: 14px;
    color: #828282;
    margin-right: 15px;
}

.dy_my_new_exit {
    display: inline-block;
    align-self: center;
    margin-top: -2px;
}

.dy_my_new_exit>a>span {
    margin-right: 5px;
    color: #828282 !important;
}

.dy_my_new_exit>a>i {
    color: #828282 !important;

}

.dy_headOne_right_li {
    display: flex;
}

.icon-ren {
    margin-top: -2px;
    margin-right: 5px;
    align-self: center;
}

input {
    outline: none;
}

input:focus {
    outline: none;
}

.recommend_box img {
    max-width: none !important;
}

.live_center>img {
    margin-top: -4px;
}

.league_center>img {
    margin-top: -3px;
}

/* 新搜索页面 */
.dy_new_search {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    height: 77px;
}

.dy_search_three_input {
    width: 400px !important;
    align-self: center;
}

.dy_new_search_sel {
    width: 120px;
    background-color: #fff;
    z-index: 99999;
    height: 77px;
    overflow: hidden;
    transition: all .25s;
    border: 1px solid #fff;
    border-top: 0;
}

.swiper-container1 {
    z-index: 1 !important;
}

.dy_search_three_sousuo {
    margin-left: 18px;
}

.dy_new_search_sel_title {
    height: 77px;
    width: 100%;
    background-color: #fff;
    display: flex;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.dy_new_search_sel_title>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
}

.dy_new_search_sel_list {
    background-color: #fff;
}

.dy_new_search_sel_list>a {
    width: 100%;
    height: 47px;
    background-color: #fff;
    color: #828282 !important;
    font-size: 16px;
    line-height: 47px;
    text-align: center;
    display: inline-block;
}

.dy_new_search_sel_list>a:hover {
    background-color: #fff4f3;
    color: #F96B60 !important;
}

.dy_new_search_sel_title>i {
    font-size: 12px;
    position: absolute;
    top: 31px;
    left: 78px;
    color: #828282;
}

.dy_new_search_sel_tab {
    box-sizing: border-box;
    border-color: #e3e3e3;
    height: 171px;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
}

.dy_new_search_hot {
    width: 440px;
    height: 0px;
    background-color: #fff;
    position: absolute;
    top: 77px;
    left: 36px;
    overflow: hidden;
    transition: all .25s;
    border: 0px solid #e3e3e3;
    border-top: 0;
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.2);
}

.dy_new_search_hot_li {
    display: flex;
    padding: 7.5px 15px;
    cursor: pointer;
}

.dy_new_search_hot_li>span {
    align-self: center;
}

.dy_new_search_hot_num {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    font-size: 12px;
    background-color: #b2b2b2;
    color: #fff;
    margin-right: 20px;
    position: relative;
}

.dy_new_search_hot_num>span {
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}

.dy_new_search_hot_title {
    color: #828282;
}

.dy_new_search_hot_li:nth-child(1) .dy_new_search_hot_num,
.dy_new_search_hot_li:nth-child(2) .dy_new_search_hot_num,
.dy_new_search_hot_li:nth-child(3) .dy_new_search_hot_num {
    background-color: #F96B60;
}

.dy_new_search_hot_li:hover {
    background-color: #fff4f4;
    background-image: linear-gradient(90deg, #fff4f4, #fff);
    color: #F96B60 !important;
}