a {
    text-decoration: none;
    color: #111;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: red;
}

a:active {
    text-decoration: none;
}

#myfooter{
    background-color: #343539;
}
#footer {
    width: 1280px;
    height: 312px;
    margin: 0 auto;
    clear: both;
}

.myFooterHeader{
    color: white;
}

#footer div p {
    font-size: 18px;
    text-indent: 5px;
    line-height: 40px;
}

#footer h2 {
    color: #ff7676;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
}


.footer-p {
    text-align: center;
    /*height: 26px;*/
    /*font-family: MicrosoftYaHei-Bold;*/
    font-size: 26px;
    font-weight: 700;
    font-stretch: normal;
    /*line-height: 33px;*/
    /*line-height: 100px;*/
    letter-spacing: 1px;
    color: #ff4d6e;
    /*margin-top: 50px;*/
    padding-top: 20px;
    padding-bottom: 20px;
    /*border:1px solid red;*/
}


.footerMain{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
}

.footer_l {

}

#tablist2{
    margin-top: 10px;
}

/*.footer_l h1 {*/
/*    height: 18px;*/
/*    font-family: MicrosoftYaHei-Bold;*/
/*    font-size: 18px;*/
/*    font-weight: normal;*/
/*    font-stretch: normal;*/
/*    line-height: 26px;*/
/*    font-weight: bold;*/
/*    letter-spacing: 0px;*/
/*    color: #272727;*/
/*}*/


.footer_l h3 {
    font-weight: 700;
}

.footer_l2 h3{
    font-weight: 700;
}

.footer_l1 h3{
    font-weight: 700;
}

.footer_l1{
    /*border: 1px solid black;*/
    width: 400px;
}

.footer_l2{
    /*border:1px solid red;*/
}

.footer_l2 > Ul{
    color: #7b7b7b;
    font-size:14px;
}
.footer_l2 > Ul >li{
    margin-top: 8px;
}
.footer_l2 > Ul >li > a{
    color: #7b7b7b;
}

.w200 {
    clear: both;
    width: 200px;
}


#footer_link a {
    border: 1px solid red
}

.footer_h10 {
    width: 500px;
    font-weight: bold;
    float: left;
    height: 18px;
    line-height: 18px;
    color: #272727;
    font-size: 18px;
}

.footer_module_a{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer_module_a > a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0;
    padding: 8px 8px 8px 0;
    color: #7b7b7b;
        width: auto;
}

.clear24 {
    clear: both;
}


#footerlin {
    display: flex;
    display: -webkit-flex;
    width: 1280px;
    margin: 0 auto;
    justify-content: flex-start;
    border-bottom: 1px solid #2D2D2D;
}



.footerLink{
    display: inline-block;
    width: 110px;
}

#footerlinHot {
    display: flex;
    display: -webkit-flex;
    width: 1280px;
    margin: 0 auto;
    justify-content: flex-start;
    border-bottom: 1px solid #2D2D2D;
}



.display_123 li {

    display: inline-block;
    width: 24%;
    text-align: center;
}


#tab2 {
    margin-top: 15px;
    height: 42px;
}

#tab2 ul {
    /*margin: 0;*/
    /*padding: 0;*/
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#tab2 li {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items:center;
}

#tab2 li.now {
    /*width: 45px;*/
    /*height: 45px;*/
    padding: 6px;
    border-radius: 30px;
    /*box-shadow: 2px 2px 2px #ff4b6d;*/
    background-color: #ff4b6d;
}

#tab2 li.now > img {
    /*mix-blend-mode: red;*/
    filter:grayscale(100%) brightness(200%);
}

.tablist {
    /*clear: both;*/
    /*width: 168px;*/
    height: 106px;
    margin-top: 10px;
    display: none;
}

.tablist img {
    float: left;
    width: 106px;
    height: 106px;
}

.tablist div {
    float: left;
    text-align: center;
    height: 106px;
    line-height: 106px;
    color: #7b7b7b;
    padding-left: 8px;
    }

.block01 {
    display: none;
}

#myLinks{
    background-color: #2A2A2A;
}

#developer{
    display: flex;
    width: 1280px;
    margin: 0 auto;
    justify-content: flex-start;
    color: #7b7b7b;
    font-size: 14px;
    line-height: 25px;
    padding: 8px 8px 20px 0;
}



