a:hover,a:focus{
    text-decoration: none;
    color: #666;
}

.modal-open{
    overflow: hidden!important;    
}
h1 {
    margin: 0;
}

.new_app_box {
    margin-bottom: 50px;
}

.new_app_h1 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.show_1720 {
    display: none;
}

.new_relate_product {
    background: #DDDDDD;
    height: 120px;
    padding: 0 30px;
    font-size: 16px;
    align-items: center;
}

.new_relate_product_items {
    margin-right: 30px;
}

.new_relate_product_items>a>p {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.new_relate_product_items>a>img {
    max-width: 140px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.new_app_choose_os_items {
    margin-right: 30px;
    font-size: 18px;
    color: #666;
}

.new_app_choose_os_items:first-child {
    color: #111;
}

.new_app_choose_os {
    margin: 30px 0;
}

.new_app_choose_os_items.active {
    color: #CC0000;
}

.os_type {
    cursor: pointer;
}

.app_all_box {
    padding: 0px 20px;
}

.new_app_title {
    position: relative;
    font-size: 18px;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    color: #CC0000;
    padding: 15px 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.new_app_title::after,
.new_app_title::before {
    content: '';
    background-color: #B93D3F;
    position: absolute;
    transition: 0.5s;
}

.new_app_title::after {
    width: 18px;
    height: 2px;
    right: 20px;
    top: 50%;
    margin-top: -1px;
}

.new_app_title::before {
    width: 2px;
    height: 18px;
    right: 28px;
    top: 50%;
    margin-top: -9px;
}

.new_app_title.curent::before {
    transform: rotate(90deg);
}

.app_cion {
    width: 72px;
}

.app_cion>img {
    width: 100%;
}

.new_app_content_box {
    justify-content: space-between;
    
}

.new_app_deatil {
    width: calc(100% - 102px);
    position: relative;
    margin-left: 30px;
}

.new_app_deatil>h1 {
    font-size: 22px;
    font-weight: 400;
    position: relative;
}

.new_app_deatil>.kfs {
    color: #666666;
    font-size: 16px;
    margin: 13px 0;
}

.new_app_deatil>.nrty {
    font-size: 18px;
    margin-bottom: 5px;
}

.new_app_deatil>.contents {
    font-size: 18px;
    color: #666666;
    line-height: 1.6;
}
.new_app_deatil>.contents>span{
font-size: 15px;
}
.new_app_os {
    position: absolute;
    right: 0;
    top: 0;
}

.new_app_os>div {
    font-size: 14px;
    color: #666666;
    position: relative;
    margin-left: 80px;
    height: 39px;
    line-height: 39px;
}

.new_app_os>div:first-child {
    margin-left: 0px;
}

.new_app_iOS::before,
.new_app_Android::before {
    content: '';
    position: absolute;
    width: 39px;
    height: 39px;
    background-image: url(../img/iOS.png);
    left: -47px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.new_app_Android::before {
    background-image: url(../img/Android.png);
}

.app_table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #dddddd;
    width: 100%;
}

.app_table tr td {
    border: 1px solid #dddddd;
    padding: 20px;
    color: #666;
    font-size: 18px;
}

.app_table tr td:first-child {
    width: 260px;
}

.tab_title {
    font-size: 18px;
    background-color: #F4F5F5;
    color: #111!important;
}

.app_table_down {
    align-items: center;
}

.app_table_down_items {
    margin-right: 30px;
}

.app_table_down_items>p {
    max-width: 337px;
    margin-bottom: 10px;
    color: #666666;
    font-size: 14px;
}

.new_app_tab_swiper {
    max-width: 670px;
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
    width: 100%;
}
.new_app_tab_swiper_new{
    max-width: 280px;
}
.new_app_tab_swiper_new_ios {
    max-width: 230px;

}
.new_app_tab_swiper img {
    width: 100%;
    max-width: 670px;
    margin-bottom: 20px;
}

.new_app_tab_pagination {
    bottom: 0;
}

.new_app_tab_p {
    color: #000;
    font-size: 18px;
    margin: 10px 0;
}
.new_app_tab_p:first-child{
margin-top: 0;
}
.new_app_tab_ul {
    
    padding-left: 20px;
    line-height: 1.6;
}

.new_app_tab_ul li {
    list-style: disc;
    font-size: 18px;
    color: #666;
    word-break: break-all;
}
.new_app_tab_ul li>span{
    font-size: 15px;
}
.new_app_tab_marke{
    color: #666;
    font-size: 14px;
    margin-top: 6px;
}
.app_table_box,.os_hidden{
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.os_hidden{
    padding: 0;
    margin: 0;
}
.app_table_box_show,.os_show{
    visibility: visible;
    overflow: auto;
    height: auto;
    margin-top: 25px;
}
.fix_choose_os{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    height: 66px;
    z-index: 999999;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
}
.fix_choose_os>.new_app_choose_os{
    width: 90%;
    margin: 0px auto;
}
.new_app_none{
    text-align: center;
    font-size: 18px;
    display: none;
}
.os_select_spbox,.new_app_tab_sp,.new_app_sp_down_p{
    display: none;
}
.new_app_tab_pc{
    display: table-row;
}
.modal-dialog {
    width: 650px;
    position: absolute!important;
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%)!important;
    -webkit-transform: translate(-50%, -50%)!important;
    -moz-transform: translate(-50%, -50%)!important;
    -ms-transform: translate(-50%, -50%)!important;
    -o-transform: translate(-50%, -50%)!important;
}
.icon-cha {
    width: 20px;
    height: 20px;
    margin: auto;
    position: relative;
    display: inline-block;
}
.icon-cha::before, .icon-cha::after{
    content: "";
    position: absolute;
    height: 20px;
    width: 1.5px;
    top: 2px;
    right: 9px;
    background: #111;
}
.icon-cha::before {
    transform: rotate(45deg);
}
.icon-cha::after {
    transform: rotate(-45deg);
}
#Modal-product .media{
    padding: 30px;
    width: 100%;
}
#Modal-product .media>img{
    width: 100%;
    max-width: 538px;
    display: block;
    margin: 0 auto;
}
#Modal-product .media>p{
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
    color:#666;
}
#Modal-product .media>.medialink {
    margin: 0;
}
#Modal-product .media>.medialink a{
    color: #cc0000;
}
.bg_new{
    z-index: 1000;
}
@media screen and (min-width:975px) and (max-width:1726px) {
    .show_1720 {
        display: block;
    }

    .new_common_tab li.new_app_titlelong {
        line-height: 24px;
        font-size: 18px;
    }

    .new_common_tab li.new_app_titlelong.is-active {
        padding: 7px 0;
    }
}
@media screen and (max-width:974px) {
    .new_app_tab_pc{
        display: none;
    }
    .new_app_tab_sp{
        display: table-row;
    }
    .new_common_tab{
        flex-wrap: wrap;
    }
    .new_common_tab li{
        width: 31%;
        margin-right: 2%;
    }
    .new_common_tab li:nth-child(3n){
        margin-right: 0%;
    }
    .marg_bttom20{
        margin-bottom: 20px;
    }
    .show_1720{
        display: block;
        line-height: 23px;
    }
    .new_app_titlelong{
        line-height: 23px!important;
    }
    .new_app_titlelong.is-active{
        line-height: 28px!important;
    }
    .fix_menu_choose_os{
        display: none;
    }
    .os_select_spbox{
        display: block;
    }
    .os_select_menu{
        width: 100%;
        background: #F5F5F5;
        margin: 30px 0;
        padding: 15px 0;
        position: relative;
        margin-bottom: 70px;
    }
    .os_select_menu_os{
        font-size: 20px;
        position: relative;
        margin-left: 20px;
        padding: 10px 0 10px 41px;
        width: 178px;
    }
    .os_select_menu_os::before{
        content: '';
        position: absolute;
        width: 21px;
        height: 30px;
        background-image: url(../img/sp_os_icon.png);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        left: 0;
        top: 50%;
        margin-top: -15px;
    }
    .onlinesale_sp_menu_span{
        position: absolute;
        right: -20px;
        top: 50%;
        width: 22px;
        height: 22px;
        display: block;
        overflow: hidden;
        transform: rotate(135deg);
        margin-top: -19px;
    }
    .onlinesale_sp_menu_span i{
        width: 52px;
        height: 19px;
        display: block;
        background: #000;
        position: absolute;
        top: -2px;
        transform: rotate(45deg);
    }
    .onlinesale_sp_select01{
        margin: -1px 0 0 0;
        z-index: 99998;
    }
    .os_select_warm{
        color: #CC0000;
        font-size: 19px;
        position: absolute;
        bottom: -43px;
        left: 0;
    }
    .os_select_spbox.active .onlinesale_sp_select01{
        display: block;
    }
    .new_app_os{
        margin-left: 48px;
        margin-bottom: 20px;
        position: unset;
    }
    .new_app_tab_swiper{
        width: 400px;
        margin: 0 auto;
    }
    .app_table tr td:first-child {
        width: 160px;
    }
    .app_table tr td {
        font-size: 16px;
    }
    .new_app_title{
        font-size: 22px;
    }
    .new_app_sp_down{
        color: #CC0000;
        font-size: 18px;
    }
    .sp_app_sm_p{
        margin-top: 10px;
    }
    .new_relate_product{
        background-color: unset;
        padding: 0;
        height: 100%;
    }
    .new_rpi_contents_sp{
        width: 100%!important;
        margin-bottom: 10px;
        color: #111;
        font-size: 24px;
        max-width: 100%!important;
        margin-top: 30px;
    }
    .new_relate_product_items{
        width: 28%;
        max-width: 215px;
    }
    .new_relate_product_items>a>img{
        max-width: 100%;
    }
    .new_relate_product_sp{
        overflow: hidden;
        width: 100%;
        overflow-x: scroll;
        margin-bottom: 30px;
        
    }
    .new_relate_product_items>a{
        display: block;
    }
    .nrp_wid_camera{
        width: 950px;
        padding-bottom: 20px;
    }
    .new_relate_product>div:last-child{
        margin-right: 0;
    }
    .new_relate_product_sp::-webkit-scrollbar{
        height: 5px;
        border: 4px solid transparent;
        background-clip: content-box;
    }
  .new_relate_product_sp::-webkit-scrollbar-thumb {
        background-color: #B93D3F;
        border-radius: 3px;
    }
    .new_relate_product_sp::-webkit-scrollbar-thumb:active{
        border: 4px solid transparent;
        background-clip: content-box;
    }
    .new_common_tab li, .new_common_tab a{
        border-right: 0px;
    }
    .new_app_none{
        font-size: 30px;
        margin: 30px 0;
    }
    .modal-dialog{
        width: 90%;
    }
    #Modal-product .media>p{
        font-size: 28px;
    }

}
@media screen and (max-width:640px) {
    .new_app_tab_swiper{
        width: 320px;
    }
}