.main {
    background-color: #f6f6f6;
}

.main-left-top {
    height: 64px;
    background-color: #fff;
    border-bottom: 2px solid #ffc107;
    font-size: 18px;
    letter-spacing: 2px;
}

.img-con-600 {
    width: 600px;
    text-align: center;
}

.containerImg {
    text-align: center;
    margin: 0;
    padding: 0;
    justify-content: center;
}

.img-con-500 {
    width: 500px;
    text-align: center;
}

/*.main-left-top #title
{
    color: #ff7400;
}*/

.main-left-bottom {
    font-size: 14px;
    line-height: 26px;
}

s {
    width: 35px;
    height: 30px;
    float: left;
    background: url(../images/icon/ico.jpg) no-repeat;
}

.main-left-bottom strong {
    font-size: 16px;
    color: #007bff;
}

.main-left-bottom ul li {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 20px;
}

.main-left-bottom .triangle-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #ffc107;
    border-bottom: 5px solid transparent;
}

.main-left-bottom ul li a {
    color: rgb(41, 41, 41);
}

.main-right {
    background-color: #fff;
}

.main-right .fontType,
.main-right .share {
    font-size: 15px;
    color: black;
}

.main-right .shareImg {
    width: 13px;
}

/* footer  -------start----- */

.footer-icon {
    background-color: #fff;
    width: 100%;
}

.footer-icon ul {
    display: flex;
    margin: 0;
    box-sizing: border-box;
    padding: 14px 10px;
}

.footer-icon ul li {
    width: 20%;
    text-align: center;
    list-style: none;
}

.footer-icon ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #6597cc;
}

.footer-icon ul li a span {
    font-size: 13px;
}

.footer-icon ul li img {
    width: 30px;
    margin-bottom: 6px;
}

.footer {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.footer-top {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.footer-top .footer-top-left {
    display: inline-block;
    width: 20%;
    border: 2px solid #dedede;
    font-size: 13px;
    padding: 4px 0px;
}

.footer-top .footer-top-left p {
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 13px;
}

.footer-top .footer-top-right {
    display: inline-block;
    width: 60%;
}

.footer-top .footer-top-right b {
    margin-top: 4px;
    display: inline-block;
}

.footer-top .footer-top-right p,
.footer-top .footer-top-right b {
    font-size: 14px;
}

.footer-bottom {
    font-size: 12px;
    border-top: 2px solid #d4d4d4;
    color: #444444;
    text-align: center;
    padding: 15px 0px;
    box-sizing: border-box;
}

.footer-bottom ul {
    display: flex;
    padding: 0px;
    justify-content: space-around;
    padding: 0px 16px;
}

.footer-bottom ul li {
    list-style: none;
}

.footer-bottom ul a {
    font-size: 14px;
    color: #444444;
}

.footer-nav {
    background-color: #f5f5f5;
}

.footer .footer-nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    border-bottom: 0px;
}

.footer-nav ul {
    border-top: 2px solid #ff7400;
}

.footer-top {
    font-size: 14px;
}

.footer-nav li {
    list-style: none;
    line-height: 44px;
    flex: 1;
    text-align: center;
}

.footer .footer-nav ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: black;
    font-size: 15px;
}

.footer .footer-nav ul li img {
    width: 25px;
}

.release {
    position: fixed;
    right: 7px;
    bottom: 128px;
    z-index: 9;
}

.release span {
    font-size: 37px;
    color: #06152a;
    background: #fff;
    border-radius: 10px
}

.footer a {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .footer span {
        margin: 0 5px;
        color: #9999;
    }
}

.footer span {
    margin: 0 3px;
    color: #9999;
}

.footer p {
    font-size: 12px;
    margin-bottom: 4px;
}

/* footer  -------end----- */

/* m_bottom -----solid----  */
.m_bottom {
    background-color: #fff;
    text-align: center;
}

.m_bottom ul {
    display: flex;
    margin: 0;
    padding: 0;
    border-top: 1px solid #b8aea2;
    border-bottom: 1px solid #b8aea2;
    justify-content: space-around;
    background-color: #f5f5f5;
}

.m_bottom li {
    list-style: none;
    line-height: 44px;
    margin: 0 14px;
    text-align: center;
}

.m_bottom li a {
    color: #061e35;
    font-size: 14px;
}

.mb_nav span {
    font-size: 13px;
    margin-top: 3px;
}

.mb_nav img {
    width: 32px;
}

.m_bottom p {
    font-size: 12px;
}

.m_bottom .footer {
    font-size: 16px;
    padding: 15px 0px;
    text-align: center;
    color: #86898e;
    border-top: 1px solid;
}

.m_bottom .release {
    position: fixed;
    bottom: 50px;
    right: 10px;
    background-color: #fff;
}

.di01 {
    padding: 0;
    width: 100%;
    max-width: 1080px;
}

.pc-footer .row {
    display: flex;
    flex-direction: column;
}

.di01 a {
    color: #444;
    font-size: 14px;
}

.pc-label a {
    margin-left: 10px;
}

.phone {
    margin: 10px 0px;
}

.connect-iphone p {
    padding-left: 15px;
    font-size: 14px;
}

.connect table tr td img {
    width: 22px;
    vertical-align: bottom;
}

.connect table tr td a {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.connect table tr td img {
    width: 22px;
    vertical-align: bottom;
}

.connect table tr td a i {
    font-style: normal;
    display: block;
    text-align: center;
    color: #333333;
    font-size: 14px;
}

.connect p {
    margin: 0;
}

.connect {
    border-top: 1px solid #f60;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 5px;
    background-color: #f9f8f6;
    margin-bottom: 0;
    position: fixed;
    bottom: 0;
}

.m-footer {
    padding-bottom: 57px !important;
}

/*  m_bottom -----end----  */

@media (min-width: 768px) {
    .main-left-top strong {
        font-size: 18px;
    }

    .phone>a {
        display: none;
    }

    .phone {
        margin: 14px 0px;
    }

    .m-footer {
        display: none;
    }

    .m-show-icon {
        display: none;
    }
}


@media (max-width: 768px) {
    nav li a {
        line-height: 26px;
    }

    .footer span {
        font-size: 12px;
        color: black;
    }

    .nav-right li:nth-child(2) {
        margin: 0 !important;
    }

    .phone {
        margin: 10px 0px;
    }

    .pc-footer {
        display: none;
    }

    .phone {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .phone img {
        width: 38px;
        height: 38px;
    }
}

@media screen and (min-width:600px) and (max-width:1200px) {
    .main-left-bottom {
        padding: .1rem !important;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .header-pc-top {
        display: none;
    }

    .m-title {
        width: auto;
    }

    .m-label a {
        display: block;
        margin-bottom: 10px;
    }

    .nav-right li:nth-child(2) {
        padding: 0px 4px;

    }
}

@media (max-width: 576px) {
    .header-m-top {
        display: block !important;
    }

    /*   nav, .nav-right
    {
        padding-top: 6px;
    }*/
}