/**********************************************************************************************/


.tab-menu {
    box-sizing: border-box;
    width: 100%;
    min-width: 600px;
    border-radius: 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: none;
    background-color: transparent;
    border-top: none;
    border-bottom: none;
    box-sizing: border-box;
}

.tab-menu .banner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0px;
    box-sizing: border-box;
    width: 100%;
    min-height: 50px;
    height: auto;
    font-size: 18px;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0px;
    box-sizing: border-box;
}

.tab-menu .banner .split {
    width: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tab-menu .banner .menu-item-selected {
    background-image: linear-gradient(orange, white);
    font-weight: bold;
    border-bottom: none !important;
}

.tab-menu .banner .menu-item {
    background-color: transparent;
    color: black;
    margin: 0px;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
}

.mybutton {
    background-color: #dfdfdf;
    color: black;
    border-radius: 4px;
    margin-right: 10px;
}


/*************Input********************/
.top .banner .item .myinput {
    background-color: transparent;
    display: inline-block;
    color: black;
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    margin: 0px;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted black;
    border-radius: 0;
    max-width: 200px;
    min-width: 100px;
    width: 100%;
    outline: none;
}

/*************AutoCompelete********************/
.top .banner .item .myautocom-input {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted black;
    border-radius: 0;
    color: black;
    max-width: 300px;
    min-width: 100px;
    width: 100%;
}

/*************ComboBox********************/
.top .banner .item .mycombobox-input {
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted black;
    border-radius: 0;
    color: black;
}

.top .banner .item .mycombobox-input input[type="text"] {
    color: black;
}

.top .banner .item .mycombobox-input input[type="button"] {
    background-color: transparent;
    border-radius: 4px;
}

.top .banner .item .mycombobox-input input[type="button"]:focus,
.top .banner .item .mycombobox-input input[type="button"]:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.4);
}


/******************************************************************************************************/

.content .content-inner .pagging {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    box-sizing: border-box;
}

.content .content-inner .pagging .pagebutton {
    margin: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.content .content-inner .pagging .cur {
    color: black;
    letter-spacing: 3px;
    margin: 0px 10px;
}

/******************************************************************************************************************/
.order {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.order .order-num {
    display: inline-block;
    font-weight: 900;
    color: red;
    font-size: 30px;

}

.order .order-pecent {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
    letter-spacing: normal;
}

.score {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.score .score-num {
    display: inline-block;
    font-weight: 900;
    color: red;
    font-size: 30px;
}

.score .score-times {
    display: inline-block;
    font-size: 12px;
    margin-left: 10px;
}
