/* 
    Created on : 2023-12-2, 16:13:41
    Author     : jialei
*/

html,body{
    height:100%;
}

body{
    background: url('../imgs/bg.png');
    background-size: cover;
}

a:hover{
    text-decoration: none;
}

.imgfull{
    vertical-align: middle;
    width:100%;
}

.container-fluid{
    height:100%;
}

/*****************************************************************************/

.page_one{
    left:25%;
    margin-top:-200px;
    position: fixed;
    top:50%;
    width:50%;
}

.page_one_title{
    font-size:48px;
    text-align: center;
}

.page_one_title span{
    color:#ff5967;
}

.page_one_input{
    margin-top:20px;
    position:relative;
    text-align:center;
}

.page_one_input input{
    background: #fff;
    box-shadow: 0 8px 48px 8px rgba(0,0,0,.08);
    border-radius: 32px;
    border:0px;
    font-size: 16px;
    height: 66px;
    padding: 0 24px;
    width:100%;
}

.page_one_input button{
    background:#ff5967;
    border-radius: 32px;
    border:0px;
    color:white;
    font-size:28px;
    height:50px;
    position:absolute;
    right:24px;
    top:8px;
    width:100px;
}

/*****************************************************************************/

.page_two{
    height:100%;
    position:relative;
}

.page_two_head{
    border-bottom: 1px solid rgba(30,32,35,.1);
    color:#ff5967;
    font-size:24px;
    padding:10px 0px;
}

.page_two_qrbtn{
    padding:10px 0px;
}

.page_two_qrbtn img{
    width:60%;
}

.page_two_qrbtn p{
    margin:0px;
    padding:0px;
}

.page_two_title{
    font-size:16px;
    margin-top:10px;
}

.page_two_title p{
    margin:0px;
    padding:0px;
}

.page_two_right{
    height:100%;
    position:relative;
}

.page_two_right_title{
    border-bottom: 1px solid rgba(30,32,35,.1);
    color:#ff5967;
    font-size:28px;
    position:relative;
}

.page_two_right_title_cloe{
    cursor:pointer;
    font-size:20px;
    position:absolute;
    right: 30px;
    top:2px;
}

.page_two_body{
    background:white;
    border-radius:30px;
    box-sizing:border-box;
    box-shadow: 0px 0px 5px rgba(30,32,35,.1);
    bottom:15px;
    left:15px;
    position:absolute;
    padding:10px;
    right:15px;
    top:15px;
    overflow-y:scroll;
}

.page_two_body::-webkit-scrollbar {
    width: 0;
}

.page_two_right_body{
    padding:15px 0px;
}

/******************************************************************************/

.swiper {
    width: 95%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper {
    height: 20%;
    box-sizing: border-box;
    margin-top:10px;
    padding: 10px 0;
}

.mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

/*****************************************************************************/

.fog{
    background:white;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
    box-shadow:0px 0px 5px gray;
    bottom:0px;
    cursor:pointer;
    position:fixed;
    text-align: center;
    right:15px;
    width:400px;
}

.fog_status{
    display: block;
    font-size:20px;
    height:60px;
    line-height:60px;
}

.fog_title{
    border-bottom:1px solid #F1F1F1;
    font-size:18px;
    height:50px;
    line-height:50px;
}

.fog_select{
    height:400px;
    padding:10px;
    overflow-y:scroll;
}

.fog_select::-webkit-scrollbar {
    display: none; /* 针对Webkit浏览器 */
}

.fog_select .col-md-4{
    margin-top:5px;
}

.fog_select .col-md-4.active .img-thumbnail{
    border: 2px solid #007bff;
}

.fog_button{
    border-top:1px solid #F1F1F1;
    padding:10px 15px;
    width:100%;
}



.fog_mask{
    background:rgba(0,0,0,0.5);
    bottom:0px;
    left:0px;
    position:fixed;
    top:0px;
    width:100%;
    z-index:100;
}

.fog_panel{
    background:white;
    border-radius:10px;
    box-sizing:border-box;
    left:50%;
    margin-left:-500px;
    overflow:hidden;
    position:absolute;
    top:150px;
    width:1000px;
}

.fog_panel_title{
    background:#007bff;
    color:white;
    font-size:20px;
    font-weight:bold;
    height:60px;
    line-height:40px;
    padding:10px 15px;
    position:relative;
}

.fog_panel_title_right{
    border:1px solid white;
    border-radius:30px;
    cursor:pointer;
    display:block;
    float:right;
    font-size:18px;
    height:36px;
    line-height:26px;
    margin-left:10px;
    padding:5px 30px;
}

.fog_panel_body{
    height:450px;
    padding:15px;
}

.fog_panel_body_menu{
    border-top:1px solid #ced4da;
    border-left:1px solid #ced4da;
    display:flex;
    width:100%;
}

.fog_panel_body_main{
    height:380px;
    overflow-y:scroll;
}

.fog_panel_body_main::-webkit-scrollbar {
    width: 0;
}

.fog_panel_body .col-md-3{
    margin-top:15px;
}

.fog_panel_body .col-md-3.active .img-thumbnail{
    border: 2px solid #007bff;
}

.fog_menu_item{
    border-right:1px solid #ced4da;
    border-bottom:1px solid #ced4da;
    flex:1;
    font-size:14px;
    height:40px;
    line-height:36px;
    padding:2px 5px;
    vertical-align:middle;
    text-align:center;
}

.fog_menu_itemx{
    border-right:1px solid #ced4da;
    border-bottom:1px solid #ced4da;
    flex:0.5;
    font-size:14px;
    height:40px;
    line-height:36px;
    padding:2px 5px;
    vertical-align:middle;
    text-align:center;
}

.fog_menu_item2{
    border-right:1px solid #ced4da;
    border-bottom:1px solid #ced4da;
    flex:5;
    font-size:14px;
    height:40px;
    line-height:36px;
    padding:2px 5px;
    vertical-align:middle;
    text-align:center;
}

.fog_menu_item2 span{
    color:#CACCCE;
}

.fog_menu_item .btn-xs{
    font-size:12px;
    vertical-align:middle;
    padding:3px 10px;
}

.fog_menu_item span.process{
    background:#F2F4F5;
    border: 1px solid #C6D9E4;
    cursor:pointer;
    color:#8A8A98;
    border-radius:3px;
    display:inline-block;
    height:24px;
    line-height:12px;
    font-size:12px;
    padding:5px 10px;
    vertical-align: middle;
}

.fog_menu_item span.process_light{
    background:#DCF0FF;
    color:#2897FF;
}

.fog_menu_item span.process_oexy{
    background:#FFE9D9;
    border: 1px solid #FC8225;
    color:#FC8225;
}

.fog_menu_item span.process_dang{
    background:white;
    border: 1px solid #C73C3B;
    color:#C73C3B;
}