
body{
    overflow-x: hidden;
    min-width: 1180px;
    background: #FFF;
}
.container{
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
    background: #3f5601;
}

.mkt-fit-img {
    text-align: center;
    position: relative;
    height: 880px;
}

.mkt-fit-img .virtual-left-bg {
    display: block;
    width:50%;
    height: 702px;
    position: absolute;
    top: 0;
    left: 0;
    background: url("./imgs/cover.jpg") repeat-x;
}
.mkt-fit-img .virtual-right-bg {
    display: block;
    width:50%;
    height: 702px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("./imgs/cover2.jpg") repeat-x;
}


.mkt-fit-img img {
    position: absolute;
    width: 1680px;
    margin-left: -840px;
    left: 50%;
    z-index: 0;
}


.mkt-fit-img #rule {
    width: 128px;
    height: 45px;
    border-radius: 5px;
    color: #FFF;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    background: rgba(0,0,0,0.2);
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 1;
}

.mkt-fit-img .operations {
    position: absolute;
    top: 430px;
    right: 358px;
    z-index: 1;
}

.mkt-fit-img .operations:after {
    content: "";
    display:block;
    overflow: hidden;
    height:0;
    clear: both;
}

.mkt-fit-img .operations .btn {
    float: left;
    font-size: 26px;
    font-weight:bold;
    cursor: pointer;
    user-select: none;
}

.mkt-fit-img .operations .secKill {
    width: 271px;
    height: 95px;
    line-height: 80px;
    background: url("./imgs/btn1.png") no-repeat;
    background-size: cover;
    margin-right: 25px;
    color: #9a2b00;
}

.mkt-fit-img .operations .secKill span {
    vertical-align: center;
    display:inline-block;
}

.mkt-fit-img .operations .secKill:after {
    content: "";
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #9a2b00;
    display: inline-block;
    line-height: 66px;
    vertical-align: center;
    margin-left: 6px;
    margin-bottom: 5px;
}

.mkt-fit-img .operations .dirBooking {
    width: 259px;
    height: 81px;
    line-height: 72px;
    margin-top: 4px;
    background: url("./imgs/btn2.png") no-repeat;
    background-size: cover;
    color: #FFF
}

.mkt-fit-img .operations .dirBooking:after {
    content: "";
    width: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #FFF;
    display: inline-block;
    line-height: 66px;
    vertical-align: center;
    margin-left: 6px;
    margin-bottom: 2px;
}

.mkt-fit-img .v {
    width: 1680px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -840px;
}

.body {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding-bottom:100px;
}

#rule-modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.4);
    z-index: 111;
}

#rule-modal .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -333px;
    margin-top: -224px;
    width: 666px;
}

#rule-modal .modal .title {
    background-color: #58c1f7;
    text-align: center;
    color: #FFF;
    width: 100%;
    font-size: 30px;
    height: 80px;
    line-height: 80px;
    margin: 0;
}

#rule-modal .modal .title .close_btn {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 28px;
    background: url(https://pages.c-ctrip.com/commerce/promote/car/app/201806/wukongzuche/images/close.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

#rule-modal .modal .rules {
    padding: 20px 44px 40px;
    font-size: 24px;
    color: #525252;
    letter-spacing: 0;
    background-color: #fff;
}

#rule-modal .modal .rules p {
    margin-bottom: 12px;
    display: flex;
}

#rule-modal .modal .rules p:after {
    content:"";
    display: block;
    height:0;
    overflow:hidden;
    clear:both;
}

#rule-modal .modal .rules p span {
    display: block;
    float: left;
    max-width: 88%;
}
