body{
    padding:0;margin:0;
}
a,a link{text-decoration:none;}
p{margin:0;padding:0;}
.landscape{display:none;}
.layerBox{
    position: fixed;top:50%;left:50%;transform: translate(-50%,-50%);min-width:100px;text-align: center;z-index:10001;
    background:rgba(0,0,0,0.6);padding:12px;box-sizing:border-box;font-size:15px;color:white;display:none;
}

@media all and (orientation : landscape) {
    .landscape{
        width:100%;
        height:100%;
        z-index:1100;
        color: white;
        font-weight:600;
        font-size:30px;
        background:rgba(18,18,18,0.9);
        position: fixed;
        top:0;bottom:0;
        left:0;right:0;
        margin:auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack:center;
        -webkit-box-align: center;
        -webkit-align-items:center;
        align-items: center;
        -webkit-justify-content:center;
        justify-content:center;
    }
}
 @media screen and (min-width:720px) {.landscape{display:none;}}

.loader{
    width:100%;
    height:100%;
    z-index:1100;
    background:rgba(0,0,0,0.9);
    position: fixed;
    top:0;bottom:0;
    left:0;right:0;
    margin:auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack:center;
    -webkit-box-align: center;
    -webkit-align-items:center;
    align-items: center;
    -webkit-justify-content:center;
    justify-content:center;
}
.loader-inner{
    width:60px;
    height:60px;
    position: absolute;
    top:0;bottom: 0;
    left:0;right:0;
    margin:auto;
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px); }

    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px); }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px); }

    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px); }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px); }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px); }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px); }

    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px); }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px); }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px); }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px); }

    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px); }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px); } }


.ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
.ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
.ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color:#ffffff;
    
}
.ball-triangle-path > div:nth-of-type(1) {
    top: 50px; }
.ball-triangle-path > div:nth-of-type(2) {
    left: 25px; }
.ball-triangle-path > div:nth-of-type(3) {
    top: 50px;
    left: 50px; }


/*Ìí¼ÓÐÅÈÎ*/
#modal_sw .swiper-pagination-bullet-active{
    background-color:#fda460;
}
.section{display:none;}
#modal_sw .swiper-slide{
    max-width:100%;
    padding-bottom:30px;
}
.section .right_modal {
    background: #fff;
    border-radius:5px;
    width: 80%;
    left: 10%;
    padding: 20px .2%;
    text-align: center;
    color: #6b240a;
    position: fixed;
    top: 10%;
    z-index: 1000;
    font-size: .3rem;
}
.section .right_modal .close {
    position: absolute;
    top:0;
    right: 10px;
    font-size:30px;
    color:#ccc;
}
.section .right_modal p.title {
    color: #000;
    font-size:0.3rem;
    text-align: center;
    background: none;
    padding-bottom:10px;
}
.section .right_modal a.btn-bg {
    background: #fa7403;
    color: #fff;
    font-size: 0.3rem;
    width: 90%;
    line-height:0.6rem;
    display: inline-block;
    border-radius: 5px;
    margin-top:8px;
}
.section .pagination-sw{bottom:5px !important;}

.text_box_bottom {
        padding: 0.1rem 0;
        position: relative;
        bottom: 0;
        width: 100%;
        background: #999;
        text-align: center;
}

.text_box_bottom p {
        padding: 0.1rem;
        color: #ccc;
        font-size: 10px;
}