body{
    background-color: #fff;
}
.new-top{
    width: 94%;
    margin: 60px auto;
}
.new-top img{
    width: 100%;
}
.d1{
    width: 94%;
    margin:0 auto;
}
article{
    width: 94%;
    margin: 0 auto;
}
section{
    margin-bottom: 60px;
}
.lift{
    width: 45%;
    float: left;
}
.lift h3{
    font-size: 22px;
    margin-bottom: 20px;
}
.time{
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: -10px;
}
.right{
    width: 45%;
    position: fixed;
    /*top: 20%;*/
    /*left: 35%;*/
    top: 50%;
    left: 52%;
    margin: -15% 0 0 -15%;
    /*transform: scale(.5);*/
    z-index: 9;
    display: none;
    /*float: right;*/
}
.right img{
    width: 50%;

}
.button{
    width: 100%;
    margin: 40px 0;
}
.button>div{
    width: 400px;
    margin: 0 auto;
}
.page-button{
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
}
.page-button img{
    width: 30px;
}
.page-button:visited{
    background-color: #efefef;
}
.page-button:hover{
    background-color: #efefef;
}
.page-button:active{
    background-color: #efefef;
}
.page-button:nth-child(2){
    background-color: yellow;
}
.page-button:first-child{
    background-color: #fff;
}
.page-button:last-child{
    background-color: #fff;
}
.mask{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    opacity: .5;
    display: none;
}

.closeBtn {
    position: absolute;
    /*right: 4vw;*/
    width: 4vw;
    height: 4vw;
    line-height: 4vw;
    text-align: center;
    color: #222;
    right: 22vw;
    top: -1.5vw;
    transform: scale(.5);
    cursor: pointer;
}

.closeBtn:before {
    position: absolute;
    content: '';
    width: 0.8vw;
    height: 4vw;
    background: #222;
    transform: rotate(45deg);
    top: calc(50% - 0.45vw);
    left: 50%;
}

.closeBtn:after {
    content: '';
    position: absolute;
    width: 0.8vw;
    height: 4vw;
    background: #222;
    transform: rotate(-45deg);
    top: calc(50% - 0.45vw);
    left: 50%;
}
.payBtn{
    color: blue;
    cursor: pointer;
    margin-left: 20px;
    font-size: 16px;
}

/*右箭头*/
.right-arrow {
    display :inline-block;
    position: relative;
    width: 28px;
    height: 28px;
    margin-right: -20px;
}
.right-arrow::after {
    /*display: inline-block;*/
    /*content: " ";*/
    /*height: 13px;*/
    /*width: 13px;*/
    /*border-width: 3px 3px 0 0;*/
    /*border-color: #0177ff;*/
    /*border-style: solid;*/
    /*transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 150px;*/
    display: inline-block;
    content: " ";
    height: 10px;
    width: 10px;
    border-width: 1px 1px 0 0;
    border-color: blue;
    border-style: solid;
    transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
    position: absolute;
    top: 60%;
    left: 0px;
}
