@media screen and (max-width: 1440px) {
    body {
        overflow-x: hidden;
    }
}


@media screen and (max-width: 1400px) {
    .item3 .item3-content {
        min-width: 1170px;
    }

    .item1 .pic {
        background-position: -50px top;
    }
}

@media screen and (max-width: 980px) {

    /* hidden desktop */
    .topbar {
        display: none;
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none !important;
    }

    /* mobile */
    .wrapper {
        margin: 0 15px;
        padding: 0;
    }

    header {
        height: 60px;
    }

    header .logo {
        padding-top: 20px;
    }

    .logo img {
        width: 200px;
    }

    .btn-menu {
        display: block;
        padding-top: 20px;
    }

    .btn-menu img {
        width: 32px;
    }

    .img-block {
        display: block;
    }

    .search-popup-form {
        max-width: 88%;
        padding-top: 80px;
    }

    .search-popup-body {
        padding-bottom: 50px;
    }

    /* bg */
    .bg {
        background-position: top center;
        background-repeat: repeat-y;
    }

    .top {
        background-image: url(../image/mobile/bg/1.jpg);
        height: auto;
    }

    /* risk */
    .risk {
        margin: 20px auto 0 auto;
        width: auto;
    }

    .risk-footer {
        display: none;
    }

    /* tab */
    #popupMenu {
        margin: 0;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.95);
        z-index: 10;
        display: none;
        text-indent: 0;
    }

    .closePopupMenu {
        height: 60px;
        position: relative;
    }

    .closePopupMenu a {
        position: absolute;
        width: 40px;
        height: 40px;
        background-image: url(../image/btn-close.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 90%;
        top: 10px;
        right: 15px;
    }

    .mobile-nav ul li {
        border-top: 1px solid #cccccc;
        display: block;
        text-align: center;
    }

    .mobile-nav ul li a {
        color: #424242;
        padding: 15px 0;
        display: inline-block;
        font-size: 18px;
    }

    .nav-line {
        color: #424242;
        display: inline-block;
        padding: 0 10px;

    }

    .pc-br {
        display: inline;
    }

    .mo-br {
        display: block;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .img-block {
        display: block;
        width: 100%;
    }

    .top-line,
    .dot,
    .dot1,
    .dot2 {
        display: none !important;
    }

    /* item1 */
    .item1 .pic {
        display: none;
    }

    .item1-header p:nth-child(1) {
        font-size: 26px;
    }

    .item1-header p:nth-child(1)::before {
        content: '';
        display: block;
        border-top: 10px solid #ff5402;
        width: 35px;
        height: 20px;
        margin-top: 40px;
    }

    .item1-header p:nth-child(2) {
        font-size: 24px;
    }

    .item1-table {
        flex-direction: column;
    }

    .item1-header {
        padding-bottom: 20px;
    }

    .item1-col-left {
        width: auto;
    }

    .item1-table-header {
        margin: 20px 0;
    }

    .item1-col-right>div {
        margin-top: 15px;
    }

    .item1-table .t-col .t-left {
        width: 50%;
    }

    .item1-col-right {
        width: 90%;
        margin: auto;
    }

    .item1 .btn-group a {
        width: 90%;
        padding: 8px 0;
        margin: auto;
        margin-top: 30px;
        font-size: 20px;

    }

    .item1 .btn-group span {
        width: 90%;
        padding: 5px 0;
        margin: auto;
        margin-top: 15px;
        font-size: 20px;

    }

    .item1-footer {
        font-size: 14px;
        width: 90%;
        margin: auto;
        padding: 2rem 0;
    }

    /* item2 */
    .item2 {
        background-image: none;
        height: auto;
    }

    .item2-header {
        padding-top: 50px;
    }

    .item2-header::before {
        content: '';
        display: block;
        border-top: 8px solid #ff5400;
        width: 30px;
        height: 20px;
    }

    .item2 .data {
        position: relative;
        margin-top: 20px;
    }

    .item2-ul {
        width: 90%;
        margin-left: 1em;
    }

    .item2 .data-part2 {
        top: 27%;
    }

    .item2 .data-image {
        width: 100%;
    }

    .item2 .data-part1,
    .item2 .data-part2 {
        left: 50%;
    }

    .item2 .data-part1 {
        margin-top: -10px;
    }

    .item2 .data-part2 {
        top: 25%;
    }


    .item2 .data-part3 {
        color: #FFF;
        left: 0;
        position: relative;
        width: auto;
        margin: auto;
        right: 0;
        padding-top: 20px;
    }

    /* item3 */
    .item3 .left-image {
        position: relative;
        left: 0;
        top: 0;
        padding: 30px 0;
    }

    .item3 .left-image img {
        width: 100%;
    }

    .item3 .item3-content {
        max-width: 640px;
        background-image: none;
        min-height: 100px;
        border-left: 0;
        border-bottom: 0;
        float: none;
    }

    .item3-part1 {
        margin-left: 0;
    }

    .item3-part1 .item3-header {
        width: auto;
        word-wrap: break-word;
    }

    .item3 .item3-content {
        min-width: 200px;
    }

    .item3 .icon-group {
        padding-top: 50px;
        flex-direction: column;
    }

    .item3 .icon-group p {
        width: 100%;
    }

    .item3 .icon-group p img {
        display: block;
        width: 100%;
    }

    .item3-part1-table {
        width: auto;
        border-top: none;
        margin-top: 0;
        flex-direction: column;
        margin: 0 -15px;
    }

    .item3-part1-table div {
        width: auto;
    }

    .item3-part1-table div:nth-child(1) p {
        padding: 20px;
    }

    .item3-part1-table div:nth-child(2) {
        flex-direction: column;
        padding: 20px 0;
    }

    .item3-part1-table div:nth-child(2) p {
        width: auto;
        padding: 20px 0;
    }


    .item3-part2 {
        padding-top: 0;
        padding-bottom: 0;
        flex-direction: column;
    }

    .item3-part2 .item3-header {
        margin-top: 20px;
        margin-left: 15px;
    }

    .item3-part2 div:nth-child(1) {
        width: auto;
    }

    .item3-part2 div:nth-child(2) {
        padding: 40px 0;
        width: auto;
    }

    .item3-part2 div:nth-child(2) img {
        width: 100%;
    }

    /* item4 */
    .item4 {
        padding: 0 15px;
    }

    .item4-body {
        height: auto;
        background-image: none;
        margin-top: 50px;
    }

    .item4-image img {
        width: 100%;
    }

    .common-xline {
        display: none;
    }

    .item4-body .c1,
    .item4-body .c2 {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        padding-top: 0;
        font-size: 24px;
    }

    .item4-body .c2 p:nth-child(1) {
        width: auto;
        position: relative;
        margin: 20px 0;
        line-height: 38px;
        margin: 20px -30px 0 -30px;
    }

    .item4-body .c2 p:nth-child(2) {
        background-color: #ebecec;
        margin: 0 -30px;
        padding: 20px 30px 30px 30px;
    }

    /* item5 */
    .item5 {
        margin-top: 0;
    }

    .item5-header {
        padding: 40px 20px 0 20px;
    }

    /* item6 */
    .item6 {
        background-color: #ebecec;
    }

    .item6-top {
        height: auto;
        background-image: none;
        background-color: #ebecec;
    }

    .item6-top .c1 p:nth-child(1) {
        width: auto;
        line-height: 38px;
        position: relative;
        margin: 0 -15px;
    }

    .item6-top .c1 {
        width: auto;
        top: 0;
        left: 0;
        position: relative;
        padding-top: 0;
    }

    .item6-top .c1 p:nth-child(2) {
        padding: 20px;
    }

    .item6-top .c2 {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        padding: 20px;
        font-size: 22px;
    }

    .item6 .lady {
        width: 80%;
        margin: auto;
        padding-bottom: 50px;
    }


    .item6-body {
        background-image: none;
        background-color: #FFF;
    }

    .item6-header {
        font-size: 45px;
        padding-top: 50px;
    }

    .item6-header::before {
        border-top: 12px solid #ff5400;
        width: 55px;
        height: 20px;
    }

    .item6-desc {
        margin: 0 20px;
        font-size: 24px;
        padding: 20px 0 40px;
    }

    .item6-rank-footer {
        font-size: 22px;
        padding: 30px 20px;
    }

    /* item 7*/
    .item7-top {
        height: auto;
        background-image: none;
        background-color: #ebecec;
        margin-top: 0;
    }

    .item7-top .c1 p:nth-child(2) {
        padding: 30px 15px;

    }

    .item7-top .c1 {
        position: relative;
        width: auto;
        font-size: 22px;
        top: 0;
        left: 0;
        padding-top: 0;
    }

    .item7-top .c1 p:nth-child(1) {
        width: auto;
        line-height: 38px;
        position: relative;
        top: 0;
        right: 0;
        margin: 0 -15px;
    }

    .item7-body {
        flex-direction: column;
        padding: 30px 20px;
    }

    .item7-body .prize {
        margin: auto;
        width: 100%;
    }

    .item7-header {
        margin-right: 0;
        width: auto;
    }

    .item7-header-image {
        margin-top: 0;
        margin-left: 0;
        width: auto;
    }

    .item7-header-image p {
        padding-top: 20px;
    }

    /* item8 */
    .item8-top {
        height: auto;
        background-image: none;
        margin-top: 0;
    }

    .item8-top .c1 {
        width: auto;
        top: 0;
        left: 0;
        padding-top: 0;
        position: relative;
    }

    .item8-top .c1 p:nth-child(1) {
        width: auto;
        line-height: 38px;
        position: relative;
        top: 0;
        right: 0;
        margin: 0 -15px;
    }

    .item8-top .c1 p:nth-child(2) {
        padding: 30px 30px;
        margin: 0 -15px;
        background-color: #ebecec;
    }

    .item8 .study {
        margin: 0 -15px;
    }

    .item8 .study img {
        position: relative;
        top: -20px;
        margin-bottom: -20px;
    }

    .item8-top .c2 {
        position: relative;
        width: auto;
        top: 0;
        left: 0;
        margin: 0 -15px;
        background-color: #ebecec;
        padding: 30px 30px 0 30px;
    }


    .item8 .family {
        margin: 0 -15px;
    }

    .item8-b,
    .item8-b-body {
        padding-bottom: 0;
    }

    .item8-b-header {
        padding: 20px;
    }



    /* item9 */
    .item9 {
        background-color: #F4F4F4;
    }

    .item9-header {
        text-align: left;
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-top: 3rem;
        padding-bottom: 0;
    }

    .item9-header::before {
        left: 0;
        top: 0;
        margin-left: 0;
        width: 35px;
        height: 20px;
        border-top: 10px solid #ff5402;
        position: relative;
        display: block;
    }

    .video-header::before {
        display: none;
    }

    .item9-body {
        flex-direction: column;
    }

    .item9-body .article-item {
        margin-top: 2rem;
        padding-bottom: 10px;
        border: 1px solid #e5e6e5;
        display: block;
        border-top: 2px solid #FF5400;
        display: -webkit-flex;
        display: flex;
    }

    .item9-body .article-thum {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .item9-body .article-thum img {
        background-color: #FFF;
        width: 100%;
        margin: auto;
    }

    .item9-body .article-title {
        width: 70%;
        padding-left: 10px;
    }

    .item9-body .article-title p:nth-child(1) {
        font-size: 12px;
        padding-top: 0;
    }

    .item9-body .article-title p:nth-child(2) {
        font-size: 14px;
        padding: 0;
    }

    .item9-body .article-item {
        width: auto;
        max-width: 500px;
        padding: 10px;
        background-color: #FFF;
    }

    .item9-footer {
        padding: 1.5rem 0;
    }

    .item9-footer a {
        font-size: 1rem;
    }

    .article-link {
        display: block;
        padding-top: 10px;
    }

    .article-link a {
        color: #ff5400;
        padding-bottom: 1px;
        border-bottom: 1px solid #ff5400;
        font-size: 12px;
    }

    /* item 10 */
    .item10-body .btn-group {
        width: 90%;
        margin: auto;
    }

    .item10-body .btn-group .first {
        flex-direction: column;
        margin-left: 0;
    }

    .item10-body .btn-group div {
        padding-top: 1rem;
    }

    .item10-body .btn-group .first p {
        width: auto;
    }

    .item10-body .btn-group .first p a {
        margin-left: 0;
        margin-top: 1rem;
    }

    .item10-body .btn-group a {
        font-size: 1.2rem;
        height: 70px;
    }

    .item10-ul {
        font-size: 0.9rem;
        padding: 1rem 0;
    }

    /* item 11*/
    .item11-body {
        column-count: 1;
    }

    .footer-nav .footer-row {
        display: none;
    }



}