﻿a, a:visited
{
    width:25px;height:25px;
}
a:hover{
    background-color:#f79634; 
}
.dropdowndiv
{
 position:fixed;
 top:0px;left:0px;
 width:100%;
 height:2000px;
 text-align:center;
 margin:0px !important;
 display:none;
 z-index:1500;
 background:#636060;
}
.dropdowndiv_li
{
 width:95%;
 /*height:500px;*/
 text-align:center;
 border-bottom: 1px solid #B1B1B1;
 /*padding:20px 5%;*/
 margin:10px !important;
 z-index:1500;
 background:white;
 overflow-y: scroll;
}
.ddown_list
{
    float:left; width:300px;height:300px;border:solid 1px gray;margin:5px;background:white;font-weight:bold;
}
.ddown_list_img
{
    width:300px;height:290px;
    cursor:pointer;
}
/*.ddown_list_img_view
{
    width:25px;height:25px;
}*/
.closedropdowndiv
{
    
}
.dropdowndiv_a
{
    float:left;display:none;
}
.dropdowndiv_btn
{
    width:1px;height:1px; display:none;
}
.dropdowndiv_title
{
    font-size:18pt; color:Red;background:white;
}
.divqc_thiep
{
    position:fixed;width:70%;height:2000px;z-index:200;border-radius:10px 10px 0px 0px;background:#f0f0ef;display:none;
    top: 0; left: 0;
    transform: translate(calc(50vw - 50%));
}
.divqc
{
    position:fixed;top:230px;right:0px;width:70%;height:2000px;z-index:200;border-radius:10px 10px 0px 0px;background:#f0f0ef;    
}
.divqctitle
{
    height:25px;padding-top:5px;font-size:12pt;border-radius:10px 10px 0px 0px;text-align:center;background:#f79634;cursor:pointer;
}
.divqcnd
{
    width:100%;overflow: scroll;
}