﻿/*public*/
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:5px;
}
    select option {
        font-family: "Mongolian White";
        font-size: .9em;
    }

#messegeList i, .welcome i, .Account_chadamj i, .master_chadamj i, .horizontal_tb {
    writing-mode: horizontal-tb;
}

.align_center {
    text-align: center;
}

#Account fieldset, #Reg_Account fieldset {
    height: calc(100% - 30px);
    border: 1px solid #ccd7ea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right: 10px;
}
#Account legend, #Reg_Account legend {
    background-color: #ccd7ea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 28px;
    line-height: 28px;
    padding: 20px 0;
}

/*login start*/
#login_box {
    width: 320px;
    writing-mode: horizontal-tb;
}
    #login_box .Input_Wrapper {
        border-bottom: 1px solid #dedede;
        padding-bottom: 5px;
        margin-bottom: 5px;
        padding-right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
        #login_box .Input_Wrapper label {
            font-size: 15px;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 18%;
            -ms-flex: 1 0 18%;
            flex: 1 0 18%;
            text-align: left;
            max-height: 40px;
        }
        #login_box .Input_Wrapper input {
            padding: 10px;
            border: 1px solid #ccd7ea;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            margin: 10px;
            font-size: 1em;
        }
            #login_box .Input_Wrapper input:hover {
                background-color: #ffffff;
                -webkit-box-shadow: inset 0 -3px 0 #dedede, 0 0 15px 5px #ebebeb;
                box-shadow: inset 0 -3px 0 #dedede, 0 0 15px 5px #ebebeb;
            }

            #login_box .Input_Wrapper input:focus {
                transform: scale(1.01, 1);
            }

    #login_box .Submit_Wrapper {
        border-bottom: 1px solid #dedede;
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        text-align: center;
    }
        #login_box .Submit_Wrapper input {
            width: 90%;
            padding: 10px;
            border: 1px solid #ccd7ea;
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            margin: 10px;
            font-size: 1em;
        }
            #login_box .Submit_Wrapper input:hover {
                -webkit-box-shadow: inset 0 -3px 0 #dedede, 0 0 15px 5px #ebebeb;
                box-shadow: inset 0 -3px 0 #dedede, 0 0 15px 5px #ebebeb;
            }


    #login_box .Reg_new a {
        display: inline-block;
        text-align: left;
        height: 70px;
        float: left;
        border: 1px solid #ccd7ea;
        padding: 8px;
        margin: 5px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
        #login_box .Reg_new a:hover {
            background-color: #ccd7ea;
        }

.w240 {
    width: 240px;
}

.Login_Focus_Link {
    background-color: #f2f2f2;
    color: red;
    width: 50px;
}
.Login_Focus_Link:hover {
    background-color: #ccd7ea;
}
/*login end*/
/*reg start*/
#Reg_Account {
}

.message{
    color:red;
}
.Image_button {
    border: 1px solid #ccd7ea;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    .Image_button:hover {
        background-color: #ccd7ea;
    }
/*reg end*/
/*mgongol input*/
.Address_Line, .Input_Line {
    width: 50px;
    height: 100%;
    border-right: 1px solid #ccd7ea;
    overflow: hidden;
}
    .Address_Line:hover, .Input_Line:hover {
        background-color: #f2f2f2;
    }
    .Address_Line label, .Input_Line label{
        height: 100px;
        float: left;
        padding: 50px 0;
        line-height: 50px;
    }
    .Address_Line select {
        font-family: "Mongolian White";
        font-size: .8em;
        margin: 10px 0;
        box-shadow: 2px 2px 2px rgba(0,0,0,.1);
        border: 1px solid #DFE4E6;
        border-bottom-color: #ccd7ea;
        border-right-color: #ccd7ea;
    }

.editor {
    -webkit-user-select: text;
    min-width: 24px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    border: 1px solid #DFE4E6;
    border-bottom-color: #ccd7ea;
    border-right-color: #ccd7ea;
    margin: 10px;
    max-height: calc(98% - 40px);
    padding: 10px;
}
    .editor:hover {
        background-color:white;
    }
.Birth_Input {
    width: 24px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    border: 1px solid #DFE4E6;
    border-bottom-color: #ccd7ea;
    border-right-color: #ccd7ea;
    height:100px;
    padding:5px;
    margin-left:2px;
}
.submitDiv {
    padding-left: 10px;
    width: 40px;
    height: 100%;
    text-align: center;
}
.bosoo_btn {
    width: 32px;
    height: 180px;
    border: 1px solid #ccd7ea;
    background-color: #f2f2f2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    .bosoo_btn:hover {
        background-color: #ccd7ea;
    }
/*mgl input end*/

/*chadamj */
.AboutMe{
    position:relative;
    height:100%;
    width:auto;
    overflow:hidden;
}
.welcome {
    width: 24px;
    background-color: #f2f2f2;
    margin: 5px;
    padding: 20px 5px;
    color: red;
}

.Account_face {
    width: 150px;
    height: 150px;
    padding: 10px;
    margin:5px;
    background-color: #f2f2f2;
    border: 1px solid #ccd7ea;
    float:left;
}
    .Account_face img {
        width:150px;
        height:150px;
    }
.Account_Info {
    width: 150px;
    padding: 10px;
    margin: 5px;
    float: left;
    height: calc(100% - 215px);
    border: 1px solid #ccd7ea;
    overflow:hidden;
}
@media(max-height:500px){
    .Account_Info {
        height: calc(100% - 32px);
    }
}
.Account_Info span {
    display: inline-block;
    text-align: left;
}
    .Account_Info span.o-noo-per {
        border: 1px solid #dedede;
        width: 24px;
        height: 200px;
        margin-top:10px;
    }
    .Account_Info span.o-noo-in {
        background-color: #dedede;
        overflow: visible;
        font-family: Georgia;
        font-size:14px;
        padding:3px;
        white-space:nowrap;
    }

.Account_chadamj {
    width: 140px;
    height: 100%;
}
.master_chadamj {
    position: relative;
}

    .Account_chadamj a, .master_chadamj a {
        display: block;
        height: 150px;
        width: 24px;
        border: 1px solid #ccd7ea;
        background-color: #f2f2f2;
        text-align: center;
        margin: 5px;
        float: left;
        padding: 5px;
    }
        .Account_chadamj a:hover, .master_chadamj a:hover {
            background-color: #dedede;
        }


/*chadamj end*/


#Comment_Form {
    margin: 0 20px;
    padding: 10px;
    border: 1px solid #dedede;
    height: calc(100% - 22px);
}

.mon {
    font-family: 'Mongolian White';
    -webkit-font-feature-settings: "ccmp";
    writing-mode: vertical-lr;
    text-orientation: sideways;
    -o-transform: matrix(0, 1, 1, 0, 0, 0);
}
.Mgl_Input {
    height: calc(100% - 20px);
    width: 30px;
    padding: 5px;
    /*display: table-cell;*/
    font-size: 120%;
    border: 1px solid #ccd7ea;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
}
#content {
    width: 150px;
    height: calc(100% - 20px);
    display: table-cell;
    line-height: 1.5;
    font-size: 120%;
    border: 1px solid #ccd7ea;
    box-shadow: 2px 2px 2px rgba(0,0,0,.1);
    padding:5px;
}

#emoji {
    width: 30px;
    font-size: 1.5em;
    cursor: pointer;
    float: left;
    margin: 10px;
}

/*下面是表情的一些样式，可自行修改*/
.emoji-box {
    overflow: hidden;
    width: auto;
    position: absolute;
    border: 1px solid #ccd7ea;
    z-index: 9998;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

em.tip {
    content: '';
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ccd7ea transparent;
    position: absolute;
    z-index: 99999;
}

em.tip2 {
    content: '';
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    z-index: 99999;
}

.emoji-box > ul.emoji-ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

    .emoji-box > ul.emoji-ul > li.emoji-li {
        border: 1px solid #fff;
        list-style: none;
        float: left;
    }

        .emoji-box > ul.emoji-ul > li.emoji-li:HOVER {
            border: 1px solid blue;
        }

#keyboard_help {
    width: 30px;
    font-size: 1.5em;
    cursor: pointer;
    float: right;
    margin: 10px;
}
#keyboard_help_div img{
    max-height:80%;
    max-width:100vw;
}
#messegeList {
    height: calc(100% - 20px);
    border: 1px solid #ccd7ea;
    margin: 5px;
    padding: 5px;
}







/*blue #0078d7 red #008a17 Gray #f2f2f2 #dedede green #91c181 LOGO blue #003994*/