@media(max-width:1560px) {

    .main-div,
    .dk_live,
    .Student>*,
    .design_box {
        width: 1200px !important;
    }
}

hr {
    margin-bottom: 0;
}

html,
body {
    min-width: 1200px;
    width: 100vw;
    font-size: 16px;
    overflow-x: hidden;
    font-family: 微软雅黑;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    out-line: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

hr {
    border-top: 1px solid rgba(222, 228, 239, 1);
}



.nav_xiala {
    position: absolute;
    top: 60px;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
    padding: 4px 0 10px;
    width: 190px;
    display: none;
}

.nav_xiala li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    padding: 16px 22px;
}

.nav_xiala li:hover {
    background: rgba(0, 87, 255, 1);
    color: rgba(254, 254, 254, 1);
}

/*侧边导航*/
.floor-nav {
    position: absolute;
    width: 60px;
    top: 20px;
    left: -80px;
    /* transform: translateY(-50%); */
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0px 10px 1px rgba(215, 223, 237, 0.5);
}

.floor_nav_fixed {
    position: fixed;
    top: 10%;
}

.scroll-nav {
    font-size: 14px;
    line-height: 20px;
    height: 70px;
    padding: 1rem;
    text-align: center;
    font-weight: 400;
    color: #666666;
    border-bottom: 1px solid #F3F6FB;
}

.scroll-nav:hover {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(0, 87, 255, 1);
    background: rgba(0, 87, 255, 1);
}

.active {
    color: rgba(255, 255, 255, 1) !important;
    background: rgba(0, 87, 255, 1);
}

.floor-nav .active {
    color: rgba(255, 255, 255, 1) !important;
    border-bottom: 1px solid rgba(0, 87, 255, 1);
    background: rgba(0, 87, 255, 1);
}

/*返回顶部*/
.return_top {
    /* display: none; */
    position: fixed;
    z-index: 100;
    right: 0;
    bottom: 20px;
    /* transform: translateY(-50%); */
    width: 60px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 0px 10px 1px rgba(215, 223, 237, 0.5);
}

/* .return_top_fixed{
    position: fixed;
    bottom: 0px;
} */
.page_top {
    display: none;
}

.return_top ul {
    margin: 0;
}

.return_top li {
    height: 70px;

    padding: 12px 5px 0;
    border-bottom: 1px solid rgba(243, 246, 251, 1);
}

.return_top a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.return_top li p {
    margin-top: 8px;
}

.return_top_img2 {
    display: none;
}

.return_top a:hover li {
    background: #0057FF;
    color: rgba(255, 255, 255, 1);
}

.return_top a:hover .return_top_img1 {
    display: none;
}

.return_top a:hover .return_top_img2 {
    display: inline-block;
}

.return_top>a img {
    max-width: 100%;
}

/* 更多福利 */
.return_top_welfare {
    position: relative;
    z-index: 100;
}

.return_top_qr {
    display: none;
    z-index: 100;
    position: absolute;
    top: -48px;
    left: -192px;
    width: 180px;
    height: 180px;
    text-align: left;
    padding-left: 17px;
    /* background: url(../images//right_nav/bg.png) no-repeat; */
    background: #FFFFFF;
    box-shadow: 0 0px 10px 1px rgba(215, 223, 237, 0.5);
}

.return_top_qr::after {
    content: '';
    width: 12px;
    height: 24px;
    z-index: 1;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    background: url(../images//right_nav/bg_san.png) no-repeat;
    /* box-shadow: 0 0px 10px 1px rgba(215, 223, 237, 0.5); */

}

.return_top_qr>img {
    margin-top: 7px;
    max-width: 100%;
}

.return_top_qr>p {
    text-indent: 8px;
    font-size: 12px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: rgba(0, 87, 255, 1);
    line-height: 13px;
    margin: 0 !important;
}

.return_top_welfare:hover .return_top_qr {
    display: block
}

/*轮播图*/
.main-div {
    /* width: 73%; */
    /* margin: 20px auto 40px; */
    margin: 0 auto;
}

.carousel-inner {
    border-radius: 4px;
}

#myCarousel .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 0px;
    margin: 0 6px;
}

#myCarousel .carousel-indicators .active {
    width: 20px;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    margin-top: -50px;
}
.banner_left_icon{
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url('/static/home/common/images/icon-2_left.png') no-repeat center center;
    background-size: 100% 100%;

    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 50px;
}
.banner_right_icon{
    display: inline-block;
    width: 62px;
    height: 62px;
    background: url('/static/home/common/images/icon-1_right.png') no-repeat center center;
    background-size: 100% 100%;

    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 50px;
}
.main-div_title {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    text-align: right;
    color: rgba(255, 255, 255, 1);
}

.main-div_title h1 {
    font-size: 3.75rem;
    font-weight: bold;
    margin: 0;
}

.main-div_title h2 {
    font-size: 2.5rem;
    font-weight: bold;
}

.main-div_title h3 {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0 0 20px;
}

.main-div_title_div {
    overflow: hidden;
}

.main-div_title_div>div {
    float: right;
}

.main-div_title>div p {
    float: right;
    width: 70px;
    height: 130px;
    background: rgba(0, 74, 218, 1);
    margin: 0px 0 0 20px;
    font-size: 40px;
    text-align: center;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 64px;
}

/*轮播图下方列表*/
.img-title {
    height: auto;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 20px 0 30px;

}

.lun_div {
    width: 24%;
    /*height:220px;*/
    background: rgba(255, 255, 255, 1);
    /*border:2px solid rgba(13, 144, 255, 0.16);*/
    /*border-image:linear-gradient(0deg, rgba(13, 144, 255, 0.16), rgba(46, 91, 255, 0.16)) 2 2;*/
    border-radius: 4px;
    position: relative;
    margin-bottom: 1rem;

}

.img-title img {
    border-radius: 4px 0 0 0;
}

.lun_div_border {
    position: absolute;
    border-radius: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(46, 91, 255, 0.16);
}

.lun_div_top {
    position: relative;
}

.item img {
    width: 100%;
}

.lun_div_top span {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 48px;
}

.lun_div_conten {
    /*height: 130px;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px 100px 20px;
}

.lun_div_conten>* {
    z-index: 10;
}

.lun_div_conten h3 {
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    color: rgba(64, 64, 64, 1);
    margin: 30px 0 20px;
}

.lun_div_conten p {
    font-size: 0.87rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin: 0;
}

.img-title .lun_div_bot {
    position: absolute;
    border-radius: 0 0 4px 4px;
    bottom: 0;
}

.lun_div_bot {
    width: 100%;
    padding: 1rem;
    height: 60px;
    display: flex;
    align-items: center;
    background: url("../..//index/images/xinke-bg.png") no-repeat top left;
    background-size: 100% 100%;
}

.lun_div_bot p {
    width: 100%;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    /*text-indent: 22px;*/
}

.img-font-bottom-ding,
.img-font-middle-study,
.img-font-bottom-headImg {
    color: rgba(160, 160, 160, 1);
}

.img-font-bottom-headImg {
    margin-left: 0.5rem;
}

.img-font-bottom {
    position: relative;
}

.img-font-bottom .img-font-bottom-ding {
    /* width: 40px; */
    padding: 0 7px;
    height: 20px;
    box-sizing: border-box;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    right: 0rem;
    border-radius: 10px;
}

/*大咖直播课程*/
.daka {
    margin-top: -20px;
    position: relative;
}

.daka>h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(48, 48, 48, 1);
    margin: 3rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(222, 228, 239, 1);
}

.small-nav-font {
    color: rgba(151, 151, 151, 1);
}

.daka .dake-box {
    margin-top: 40px;

    display: flex;
    display: -ms-flexbox;

    justify-content: space-between;
    -ms-flex-pack: justify;
}

.dake-box_left {
    width: 49.5%;
    position: relative;
    /* background: url("../..") no-repeat center center; */
    background-size: 100% 100%;
    border-radius: 4px;
    overflow: hidden;
}

.dake-box_left img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}


.dake-box_left:hover a img {
    transform: scale(1.1);
}

.dake-box_left:hover .head_left_play {
    border-radius: 4px;
    display: block;
    z-index: 1;
}

.dake-box_left:hover .dake-box_left_bot {
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.dake-box_left_bot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    /* transform: translateY(100%); */

    height: 110px;
    background: linear-gradient(270deg, rgba(13, 144, 255, 1), rgba(46, 91, 255, 1));
    opacity: 0.9;
    border-radius: 0px 0px 4px 4px;
    transition: all 0.4s;
}

.dake-box_left_bot>div {
    width: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 22px;
}

.dake-box_left_bot>div h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 24px;
    margin: 19px 0 10px;
}

.dake-box_left_bot>div p {
    font-size: 14px;
    font-weight: 400;
    min-height: 40px;
    color: rgba(255, 255, 255, 1);

    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flex;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 21;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dake-box_left_bot>span {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 30px;
    background: rgba(248, 249, 253, 1);
    border-radius: 15px;

    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 30px;
    text-align: center;
}

.dake-box_right {
    width: 49%;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -ms-flex-align: start;
    align-content: space-between;
}

.dake-box_right>div {
    border-radius: 4px;
    overflow: hidden;
    width: 48.6%;
    position: relative;
    min-height: 200px;
}

.dake-box_right>div:hover .head_left_play {
    border-radius: 4px;
    display: block;
    z-index: 1;
}
.dake-box_right>div:hover a img{
    transition: all 0.3s;
}
.dake-box_right>div:hover a img {
    transform: scale(1.1);
}

.head_left_play {
    border-radius: 4px;

    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 0 0 ;
}

.head_left_play>i {
    border-radius: 4px;
    box-sizing: border-box;
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    border: 5px solid #ffffff;
    border-radius: 50%;
    padding:18px 20px;
}

.fa-play:before {
    margin-left: 5px;
}

.dake-box_right>div:hover p {
    transform: translateY(0%);
}

.dake-box_right>div>a img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
}

.dake-box_right>div p {
    bottom: 0;
    /* transform: translateY(100%); */
    width: 100%;
    background: linear-gradient(270deg, rgba(13, 144, 255, 1), rgba(46, 91, 255, 1));
    opacity: 0.9;
    border-radius: 0px 0px 4px 4px;
    margin: 0;
    padding: 1rem 1rem;

    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    transition: all 0.4s;


}

.dake-box_right>div p span {
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flex;
    -moz-line-clamp: 1;
    -ms-line-clamp: 1;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.dake-box_right>div:nth-child(1),
.dake-box_right>div:nth-child(2) {
    margin-bottom: 3%;
}

/*公开课*/
.list-head {
    display: flex;
    display: -ms-flexbox;

    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
}

.list-head h3 {
    width: 20%;
    font-size: 1.5rem;
    font-weight: bold;
    color: rgba(48, 48, 48, 1);
}

.small-navigation,
.transverse {
    overflow: hidden;
}

.transverse {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;

    -ms-flex-pack: justify;
    justify-content: flex-start;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;


}

.transverse_two {
    margin-top: 30px;
}

.transverse>li {
    /*margin: 0;*/
    width: 24%;
    margin-top: 30px;
}

.transverse>li>a img {
    border-radius: 4px 4px 0 0;
    width: 100%;
}

.transverse>li:hover .label-div>a img {
    transform: scale(1.2);
}

.label-div {
    margin: 0;
    z-index: 1;
}

.label-div>a {
    display: grid;
    overflow: hidden;
}

.img-font-div {
    padding: 0 20px;
    width: auto;
}

.img-type {
    margin: 0;
    position: relative;
    z-index: 10;
    height: auto;
    border: 0;
    transition: all 0.5s;
    margin-right: 18px;
}

.img-type:nth-child(4n) {
    margin-right: 0;
}

.img-type img {
    border-radius: 4px 0px 0 0;
}


.img-font-middle {
    margin-top: 6px;
    margin-bottom: 12px;
}

.img-type>a {
    border-radius: 4px 4px 0px 0px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.small-navigation,
.transverse {
    overflow: inherit;
}

.img-type:hover {
    transform: translateY(-6px);
    box-shadow: 0px 15px 8px -10px rgba(75, 75, 75, 0.1);
}
.img-type:hover .head_left_play{
    border-radius: 4px;
    display: block;
    z-index: 1;
}
.img-type a img{
    transition: all 0.3s;
}
.img-type:hover a img{
    transform: scale(1.1);
}

.img-type:hover .img-font-head {
    color: rgba(0, 87, 255, 1);
}

.img-font-head {
    margin-top: 10px;
    color: rgba(75, 75, 75, 1);
}



/*优秀学员作业*/
.Student {
    width: 100vw;
    background: rgba(255, 255, 255, 1);
    margin-top: 80px;
    padding: 25px 0;
}

.Student>* {
    /* width: 73%; */
    width: 1400px;
    margin: 0 auto;
}

.img-font-bottom {
    margin: 12px 0;
}

.Student .img-font-bottom {}

.Student .img-font-bottom-ding {
    border: 1px solid rgba(238, 238, 238, 1);
    padding: 0 7px;
    border-radius: 8px;
    /* margin-top: 3px; */
}

/*移入底部头像 显示详细信息*/
.Notes_content_box_tou {
    display: inline;
}

.Notes_content_box_tou:hover .Notes_content_card {
    display: block;
}

.Notes_content_card {
    display: none;
    min-width: 300px;
    position: absolute;
    white-space: nowrap;
    /*    top: -185px;
        left: -141px;*/
    z-index: 10;

    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 7px 1px rgba(126, 126, 126, 0.3);
    border-radius: 5px;
}

.Notes_content_card_top {
    padding: 17px 12px 23px;
    background: rgba(245, 245, 245, 1);
    border-radius: 5px 5px 0px 0px;
    display: flex;
    display: -ms-flexbox;

    justify-content: flex-start;
    -ms-flex-pack: start;

    align-items: center;
    -ms-flex-align: center;
}

.Notes_content_card_top>span {
    min-width: 50px;
    height: 50px;
}

.Notes_content_card_top>span img {
    width: 50px;
    height: 50px;
}

.Notes_content_card_top>div {
    width: 100%;
    padding-left: 1rem;
    font-size: 14px;
}

.Notes_content_card_top>div p>a {
    float: right;
    width: 60px;
    height: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-top: -6px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: rgba(54, 153, 255, 1);
    border-radius: 5px;
    line-height: 18px;
}

.Notes_content_card_top>div p>a:first-child {
    width: 40px;
    margin-left: 0.5rem;
    border: 1px solid rgba(153, 153, 153, 1);
    line-height: 18px;
    background: rgba(245, 245, 245, 1);
    color: rgba(102, 102, 102, 1);
}

.Notes_content_card_top>div p>a:last-child {
    width: 60px !important;
}

.Notes_content_card_top>div p:last-child {

    margin-top: 0rem;
    font-size: 12px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.Notes_content_card_bot>span {
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    width: 3rem;
    overflow: hidden;
    height: 1.5rem;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 10;
}

.Notes_content_card_bot>span::after {
    content: '';
    position: absolute;
    bottom: 1rem;
    left: 25%;
    width: 1.5rem;
    height: 1.5rem;
    background: #ffffff;
    z-index: -10;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    box-shadow: 0px 0px 7px 1px rgba(126, 126, 126, 0.3);
}

.Notes_content_card_bot>ul {
    padding: 0;
    display: -ms-flexbox;
    display: flex;

    justify-content: center;
    -ms-flex-pack: center;

    text-align: center;
}

.Notes_content_card_bot>ul li {
    padding: 0.5rem 35px;
    position: relative;
}

.Notes_content_card_bot>ul li::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: rgba(238, 238, 238, 1);
}

.Notes_content_card_bot>ul li:last-child::after {
    width: 0;
}

.Notes_content_card_bot>ul li>* {
    font-size: 0.875rem;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.Notes_content_card_bot>ul li>span {
    display: block;
    height: 20px;
    transform: translateY(7px);
}

.Notes_content_card_bot>ul li>p {
    margin-top: 0.5rem;
    margin-bottom: 7px;
}

.Notes_content_card_top>div p:first-child {
    margin-bottom: 10px;
}

.Notes_content_card_top>div p:first-child:hover {
    color: rgba(0, 87, 255, 1);
}

.Notes_content_card_top>div p>a:last-child:hover {
    background: rgba(0, 87, 255, 1);
}

.Notes_content_card_bot>ul li:hover>* {
    color: rgba(0, 87, 255, 1) !important;
}

/*设计教程资源*/
.design {}

.design-box {
    /* margin-top: -20px; */
    display: -ms-flexbox;
    display: flex;

    -ms-flex-pack: justify;
    justify-content: space-between;
}

.design_right {
    width: 74.3%;
}

.design_right .transverse li {
    width: 32%;
    margin-right: 20px;
}

.design_right .transverse li:nth-child(3n) {
    margin-right: 0px;
}

.design_div_bot {
    width: 100%;
    padding: 20px 20px 30px;
    background: rgba(255, 255, 255, 1);
    border-radius: 0px 0px 4px 4px;
}

.design_div_bot h3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;

    font-size: 16px;
    font-weight: 400;
    color: rgba(64, 64, 64, 1);
    margin-bottom: 14px;
    margin-top: 0px;
}

.design_div_bot h3:hover {
    color: #0057ff;
}

.design_div_bot p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);

    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.design_left {
    width: 24%;
    margin: 30px 0 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 0;
}

.design_left>h3 {
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    padding: 0px 15%;
    position: relative;
    margin-top: 2.5rem;
}

.design_left>h3::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 2px;
    top: 0;
    left: 10%;
    background: rgba(255, 55, 21, 1);
}

.design_left>ul {
    padding: 0px 10%;
    margin: 0;
}

.design_left>ul li {
    /*padding: 1rem 0;*/
    height: 40px;
    overflow: hidden;
    transition: all 0.2s;

    font-size: 1rem;
    color: rgba(179, 179, 179, 1);
}

.design_left>ul li:hover {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
}

.design_left>ul li:first-child img {
    transform: rotateX(0deg);
}

.design_left>ul li p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 1.2rem 0;
    font-size: 1rem;
}

.design_left>ul li p span {
    font-weight: bold;
}

.design_left>ul li img {
    width: 100%;
    transform: rotateX(-90deg);
    transition: all 0.5s;
}

/*底部标签*/
/*暑假班招生简章*/
.shujia {
    margin: 50px 0;
}

.shujia,
.shujia img {
    width: 100%;
}

/*标签群*/
.label_list>div {
    display: flex;
    display: -ms-flexbox;

    -ms-flex-pack: justify;
    /* justify-content: space-around; */

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.label_list>div a {
    box-shadow: 0px 0px 8px -2px rgba(0, 87, 255, 0.1) !important;
    display: flex;
    display: -ms-flexbox;
    height: 45px;
    /* justify-content: center;
align-items: center; */
    /* box-shadow:0px 0px 8px 0px rgba(0,87,255,0.1); */
    border-radius: 18px;

}

.label_list>div a.left30px {
    margin-left: 30px;
}

.label_list>div a.right20px {
    margin-right: 20px;
}

.label_list>div a.top20px {
    margin-top: 17px;
}

.label_list>div a.w150px {
    width: 150px;
}

.label_list>div a.w100px {
    width: 100px;
}

.label_list>div a.w160px {
    width: 160px;
}

.label_list>div a.w180px {
    width: 180px;
}

.label_list>div a.w140px {
    width: 140px;
}

@media (max-width:1560px) {
    .img-type {

        margin-right: 15px;
    }

    .img-type:nth-child(4n) {
        margin-right: 0;
    }

    .design_right .transverse li {
        margin-right: 13px;
    }

    .label_list>div a>span {
        font-size: 16px !important;
    }

    .label_list>div a.left30px {
        margin-left: 30px;
    }

    .label_list>div a.right20px {
        margin-right: 20px;
    }

    .label_list>div a.w150px {
        width: 122px;
    }

    .label_list>div a.w100px {
        width: 81px;
    }

    .label_list>div a.w160px {
        width: 130px;
    }

    .label_list>div a.w180px {
        width: 146px;
    }

    .label_list>div a.w140px {
        width: 114px;
    }
}

@media (max-width:1400px) {
    .label_list>div a span {
        padding: 0 !important;
        font-size: 16px !important;
    }

}

.label_list>div a span {
    border-radius: 45px !important;
    display: inline-block;
    background: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 400;
    /* padding: 12px 17px; */
    /*margin: 0 5px;*/
    color: rgba(146, 156, 176, 1);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-align: center;
}

.label_list>div a span:hover {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    background: #388CFF;
    box-shadow: 0px 2px 9px 0px rgba(64, 110, 253, 0.4);
}