*{
    padding: 0;
    margin: 0;
}


.under{
    width: 100%;
    height: 180px;
    background-color: black;
}

.overPic{
    width: 100%;
    height: 800px;
    overflow: hidden;
    background-color: rgb(50,50,50);
}


.under_left{
    margin-left: 30px;
    /*background-color: #0066B1;*/
    float: left;
}
.under_left img{
    width: 260px;
    height: 64px;
    margin-top: 30px;
    margin-bottom:18px;
}

.under_left h6{
    margin-left: 30px;
    font-size: 15px;
    font-weight: lighter;
    color: white;
    word-spacing: 5px;
}


.under_right{
    width: 500px;
    float: right;
}

.under_right_li ul{
    margin-top: 30px;
}
.under_right_li img{
    width: 30px;
    height: 30px;
}

.under_right_li li{
    margin: 20px;
    color: white;
    list-style: none;
    text-decoration: none;
    float: left;
}
.under_right_li li img{
    float: left;
}

.under_right_li li h6{
    float: right;
    margin:7px 6px;
    /*line-height: 250%;*/
}


.fast{
    /*background: white;*/
    border-bottom: 1px solid rgb(160,160,160);
	margin-left: 10%;
    z-index: 0;
    /*margin-top: 0.3%;*/
	color: #FFFFFF !important;
	width: 80%;
    font-family: 华文楷体;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
}
.mar{
    position: fixed;
    z-index: 1000;
    top: 12%;
    width: 80%;
    left: 10%;
}
body{
    background-color: rgb(18,18,18);
}
/*.nav{*/
/*    z-index: 1000;*/
/*    background-color: rgb(50,50,50);*/
/*    position: fixed;*/
/*    top: 0;*/
/*    height:  12%;*/
/*    width: 100%;*/
/*}*/
/*.nav h1{*/
/*    font-family: '宋体', sans-serif;*/
/*    font-weight: lighter;*/
/*    color: white;*/
/*    margin-left: 200px;*/
/*    line-height: 85px;*/
/*    float: left;*/
/*}*/
/*.nav h1 img{*/
/*    height: 25px;*/
/*}*/
.bottom_in_top:hover{
    background-color: rgb(90,90,90);
}
.bottom_in_top{
    font-weight: bold;
    text-align:center;
    line-height: 300%;
    color: white;
    float: right;
    margin: 18px 100px 0 0;
    width: 15%;
    height: 50%;
    border: 1px solid  gray;
    background-color: rgb(18,18,18);
}

.bigBox{
    border-top: 1px solid gray;
    width: 80%;
    margin: 0 auto;
    height: 500px;
    background-color: rgb(18,18,18);
}
.boxBottom{
    width: 100%;
    height: 200px;
    background-color: rgb(0,0,0);
}
.text_bottom a{

    font-size: 18px;
    color: rgb(150,150 ,150);
}
.text_bottom_img{
    float: right;
    font-size: 18px;
    color: rgb(140,140 ,140);
}
.text_bottom_img img{
    height: 90px;
    top: -30px;
    position: relative;
    right: 130px;
}
.text_bottom{
    position: relative;
    top: 50px;
    float: left;
    width: 80%;
    margin: 0 auto;
    height: 30%;
}
.text{
    float: left;
    width: 20%;
    height: 100%;
}
.textSmall{
    font-weight: normal;
    font-size: 15px;
    position: relative;
    right: 115px;
    top: -25px;
}
.text h1{
    font-family: Georgia, serif;
    margin-top:90px;
    font-size: 220px;
    font-weight: lighter;
    color: rgb(160,160,160);
}
.car{
    float: left;
    display: inline;
    width: 80%;
    height: 100%;
}
.carOne:hover{
    transition: 600ms;
    transform: translate3d(0,-12px,20px) ;
    background-color: rgb(25,25,25);
}
.carOne{
    float: left;
    width: 32%;
    height: 85%;

    margin: 30px 5px 30px 0;
    background-color: rgb(18,18,18);
}
.carOne img{
    width: 100%;
    margin-top: 100px;
}
.describe{
    margin-left: 50px;
    font-size: 20px;
    line-height: 90px;
    color: white;
    width: 100%;
    height: 18%;

}
.price{
    margin-top: -20px;
    margin-left: 50px;
    font-size: 18px;
    color: rgb(100,100,100);
}
.bottom_in_buy:hover{
    background-color: rgb(90,90,90);
}
.bottom_in_buy{
    font-weight: bold;
    text-align:center;
    line-height: 50px;
    color: white;
    float: right;
    margin: 18px 20% 0 0;
    width: 60%;
    height: 50px;
    border: 1px solid  gray;
    background-color: rgb(18,18,18);
    pointer-events: none;
}

.dialog{
    display: none;
    position: fixed;
    height: 45%;
    width: 40%;
    left: 30%;
    top: 30%;
    /*box-shadow:  0 0 15px #888888;*/
    background-color: rgb(50,50,50);
    border-radius: 30px;
}
.d_nav{
    line-height: 90px;
    text-align: center;
    height: 30%;
    width: 100%;
    background-color: gray;
}
.d_nav a img{
    width: 30px;
    margin-top: 0;
    float: right;
}
.d_pic{
    background-color: gray;
    width: 50%;
    height: 70%;
    text-align: center;
    line-height: 30px;
    float: left;
}
.dialog img{
    margin-top: 10%;
    width: 100%;
}
.d_text{
    background-color: gray;
    height: 70%;
    width: 50%;

    float: right;
}
.d_text img{
    width: 50%;
    margin: -5% 0 0  20%;
}
.confirm {
    background-color: silver;
    width: 55%;
    height: 20%;
    margin-top: 5%;
    margin-left: 18%;
    border-radius: 10px;
    text-align: center;
    color: #262626;
    font-size: 20px;
    line-height: 230%;
}



@media screen and (max-device-width: 600px) {
    .nav{
        height: 5%;
    }
    .mar{
        top: 5%;
    }
}





.nav {
    background: url("../images/icon-header-dark.png") no-repeat;
    background-size: 130%;
    width: 100%;
    height: 13%;
    position: fixed;
    z-index: 1000;

}
.login {

    margin-top: 3%;
    margin-right: 6%;
    text-align: center;
    color: white;
    float: right;
}

.r_ine {
    width: 202px;
    height: 92px;

}
.nav img {
    margin-left: 1%;
    margin-top: 0.5%;
    width: 20%;
}


.navlist {
    margin-right: 1%;
    float: right;
    width: 60%;
}

.navlist ul {
    margin-top: 0.5%;
    list-style: none;
    width: 100%;
    float: right;
    /*border-bottom :  1px solid  #bfbfbf;*/

}

.navlist li a {
    font-weight: normal;
    display: block;
    margin-left: 5px;
    padding: 20px 16px;
    color: #bfbfbf;
    width: 100%;
    text-decoration: none;
}

.navlist li {
    margin-top: 15px;
    float: left;
    margin-left: 5px;
    font-size: 20px;
}

.r_ine {
    width: 202px;
    height: 92px;

}

.navlist ul li:not(.Sed):hover {
    border-bottom: 4px solid #1C69D4;
}

