body {
    margin: 0px;
    padding: 0px;
}

.navbar {
    color: #fff;
    background: linear-gradient(to right,#0052cd,#1fa5c7);
    width: 100%;
    float: right;
    border-radius: 0px;
    position: absolute;
    top: 20px;
    min-height: 0px;
}

.navbar-collapse {
    padding: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.main {
    width: 100%;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    top: 31%;
}

.banner {
    width: 100%;
}

.endTime {
    position: absolute;
    float: right;
    right: 100px;
    top: 250px;
    width: 500px;
    height: 250px;
    text-align: center;
}

.timeTitle {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 20px;
}

.timeLine {
    width: 100%;
    position: relative;
    top: -20px;
}

.lineLeft {
    display: inline-block;
    position: relative;
    top: 50px;
    height: 3px;
    width: 160px;
    background: linear-gradient(to left,#fff,#0052cd);
}

.lineRight {
    display: inline-block;
    position: relative;
    top: 50px;
    height: 3px;
    width: 160px;
    background: linear-gradient(to right,#fff,#0052cd);
    left: -10px;
}

.timeShow {
    height: 120px;
    position: relative;
    top: 30px;
    padding-left: 80px;
    padding-top: 15px;
}

.day {
    width: 100px;
    height: 80px;
    float: left;
    text-align: center;
}

.hours {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
}

.minutes {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
}

.seconds {
    width: 80px;
    height: 80px;
    float: left;
    text-align: center;
}

.showSpan {
    display: block;
    font-size: 12px;
    color: #fff;
}

.showSpan1 {
    font-size: 50px;
    color: #fff;
    display: block;
    position: relative;
    top: 20px;
    font-weight: bold;
}

.tep1 {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.modelMenu {
    width: 40%;
    float: left;
    padding-left: 60px;
    position: relative;
    top: 10px;
}

.conInfo {
    width: 60%;
    float: left;
    padding-top: 10px;
    padding-right: 60px;
}

.menuSpan {
    width: 228px;
    height: 202px;
    box-shadow: 0px 0px 9px 2px #c9c9c9;
    border-radius: 17px;
    cursor: pointer;
}

.menuSpan1 {
    display: inline-block;
}

.menuSpan2 {
    display: inline-block;
    margin-left: 20px;
}

.menuSpan3 {
    margin-top: 20px;
    display: inline-block;
}

.menuSpan4 {
    margin-top: 20px;
    display: inline-block;
    margin-left: 20px;
}

.importentDate {
    height: 300px;
}

.sceneShow {
    width: 900px;
    margin: 0px auto;
    margin-top: 50px;
}

.review {
    width: 100%;
    margin: 0px auto;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.sceneShowItem {
    width: 300px;
    height: 260px;
    float: left;
    background: #fff;
    padding: 20px;
    color: #2b5f75;
}


