/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018-10-10, 10:02:48
    Author     : Administrator
*/

.double_eleven{
    position:fixed;
    top:0;
    left:0;
    z-index:999;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
    display:block;
}
.de_centent{
    position:absolute;
    top:50%;
    margin-top:-280px;
    left:50%;
    margin-left:-450px;
    width:900px;
    height:500px;
    background:#5796fe;
}
.de_centent .close_de{
    position: absolute; top: -40px; right: -50px; 
}
.de_centent .double_list{
    position: absolute; top: 82%; left: 50%; transform: translate(-50%, -50%)
}
.de_centent div h3{
    color: #fff;
    width: 277px;
    height: 54px;
    line-height: 54px;
    font-size: 38px;
}
.de_centent .time_de{
    font-size: 16px;
    color: red;
   
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    font-weight: 700; 
}
.de_centent .time_de span{display: inline-block; width: 84px;margin-left: 10px; background: #fff; border-radius: 40px;}
.one{width: 900px;text-align: center;margin:0 auto;padding: 50px;}
.one .haoli{width: 620px;margin: 160px auto 20px;}
.one ul{background: #ca1622;padding: 60px 0 20px;margin-top:-30px}
.five li,.one li{float: left;margin-left: 91px;}
.five li a,.one li a{display: block;margin-top: 30px;}
.five{text-align: center;width: 900px;text-align: center;margin:0 auto;padding: 50px;}
.five li{margin:30px 0 30px 91px; } 
.return_index{
    display: block;
    line-height:55px;
    width: 328px;
    background: #ca1622;
    border-radius: 30px;
    text-align: center;
    color: #fff100; 
    font-size: 30px;
    margin:20px auto;
}
.login_box{ 
    display: none;
    top:0;
    left:0;
    z-index:99999;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.5);
}