*{
    padding: 0;
    margin: 0;
    Letter-spacing:1px;
}



body{
    background: #e5e5e5;
}

#head{
    height: 100px;
    width: 100%;
    background: #11a2fd;
    color: white;
    position: relative;
}

#head p:nth-child(1){
  position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

#head p:nth-child(1) img{
  height: 12px;
}

#head p:nth-child(2) {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
}

#tab{
    background: #e5e5e5;
    width: 100%;
}



#tab div{
    height: 35px;
    width: 100%;
    margin-bottom: 1px;
    background: white;
    font-size: 12px;
    color: #7f7f7f;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

#tab div span{

    margin-left: 20px;
}

#tab div ul{
    display: flex;
    flex-wrap: nowrap;
    margin-left: 20px;
    list-style-type: none;
    overflow-x: auto;

}
#tab div ul::-webkit-scrollbar{
  display: none;
}

#tab div ul li{

    margin-right: 20px;
    white-space: nowrap;

}

#main{
    width: 100%;
    margin-top: 20px;
}



#main ul li{
    width: calc(100% - 40px);
    height: 140px;
    background: white;
    margin-bottom:2px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
}

#main ul li div:nth-child(1){
    font-size: 15px;
    color: black;
}

#main ul li div:nth-child(2){
   display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#main ul li div:nth-child(2) p{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

#main ul li div:nth-child(2) p span:nth-child(2){

    font-size: 12px;
    color: #757575;
    margin-top: 5px;
}

#main ul li div:nth-child(2) p:nth-child(1) span:nth-child(1){

    font-weight: bold;
    color: red;
}

#main ul li button{
    background: #5bb0f9;
    height: 30px;
    width: 200px;
    border: none;
    color: white;
    align-self: center;
    margin-top: 20px;
    border-radius: 5px;
}

.tabChecked{
    font-weight: bold;
    color: #11a2fd;
}


#kefu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 3;
}

#kefu div {
    width: 300px;
    height: 400px;
    background: white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20%;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}


#kefu div img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}


#kefu div svg {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
}
