﻿.am-topbar-tm {
    background-color: #fff;
    border: 0px;
    color: #eeeeee;
    border-bottom: 1px solid #188eee;
    margin-bottom:0;
    padding-bottom:1.6rem;
}

    .am-topbar-tm a {
        color: #eeeeee;
        /*padding-left:8px;
        padding-right:8px;*/
    }

    .am-topbar-tm .am-topbar-brand a {
        color: #fff;
    }

        .am-topbar-tm .am-topbar-brand a:hover,
        .am-topbar-tm .am-topbar-brand a:focus {
            color: #fff;
            background-color: transparent;
        }

    .am-topbar-tm .am-topbar-nav > li > a {
        color: #eeeeee;
    }

        .am-topbar-tm .am-topbar-nav > li > a:hover,
        .am-topbar-tm .am-topbar-nav > li > a:focus {
            color: #fff;
            background-color: rgba(0, 0, 0, 0.05);
        }

            .am-topbar-tm .am-topbar-nav > li > a:hover:after,
            .am-topbar-tm .am-topbar-nav > li > a:focus:after {
                border-bottom-color: #0b6fa2;
            }

        .am-topbar-tm .am-topbar-nav > li > a:after {
            border-bottom-color: #0e90d2;
        }

    .am-topbar-tm .am-topbar-nav > li.am-active > a,
    .am-topbar-tm .am-topbar-nav > li.am-active > a:hover,
    .am-topbar-tm .am-topbar-nav > li.am-active > a:focus {
        color: #fff;
        background-color: rgba(0, 0, 0, 0.1);
    }

        .am-topbar-tm .am-topbar-nav > li.am-active > a:after,
        .am-topbar-tm .am-topbar-nav > li.am-active > a:hover:after,
        .am-topbar-tm .am-topbar-nav > li.am-active > a:focus:after {
            border-bottom-color: #fff;
        }

    .am-topbar-tm .am-topbar-nav > li .disabled > a,
    .am-topbar-tm .am-topbar-nav > li .disabled > a:hover,
    .am-topbar-tm .am-topbar-nav > li .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

.am-topbar-brand {
    line-height: 46px;
}

.ym {
    width: 100%;
    height: 10px;
    background-color: #188eee;
}

.headerbox {
    position: relative;
    width: auto;
    height: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.logo {
    height: auto;
    margin-top:10px;
}

.logoSH {    
    margin-top: 35px;
}

.btn-se {
    color: #188eee;
    background-color: #fff;
    /*border: 1px solid #188eee;*/
}

.btnUser {
    color: #fff;
    background-color: #188eee;
    font-size: 1rem;
    border-radius: 3px;
}

    .btnUser:hover {
        background-color: rgba(24,142,238,0.9);
    }

.btnLogin {
    color: #fff;
    background-color: #188eee;
    font-size: 1rem;
    border-radius: 3px;
}

    .btnLogin:hover {
        background-color: rgba(24,142,238,0.9);
        color: #fff!important;
    }

.btnDZ {
    color: #fff;
    font-size: 1rem;
    border-radius: 3px;
}

@media only screen and (min-width:641px) {
    .am-topbar-form {
        padding: 0 10px;
        margin-top: 20px;
    }

    .am-topbar-right {
        margin-top: 25px;
    }

    .am-topbar-left {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .am-topbar-tm {
        background-color: #fff;
        padding-bottom: 10px;
    }

    .logo {        
        margin-top: 10px;
        width:100%;
        height:auto;
    }
    .logoSH {
        margin-top: 10px;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    
}
/*带搜索图标的搜索框样式*/
.iptGroup {
    position: relative;
    width: 100%;
    height: 40px !important;
}

.iptSer {
    width:100px!important;
}

    .formctrl {
        border: 1px solid #188eee;
        border-radius: 3px;
        color: #333;
        font-size: 1rem;
        height:40px!important;
        /*text-fill-color: #a3b3b7;
        -webkit-text-fill-color: #a3b3b7;*/
    }

.btnSearch {
    background-color: #188eee;
    border: 1px solid #188eee !important;
    border-radius: 0 3px 3px 0;
    font-size: 16px;
    color: #fff;
    height: 40px !important;
    padding: 0.3rem 0.6rem !important;
}

.iptGroup .rbSearch {
    line-height: 35px;
    position: absolute;
    top:0;
    right: 115px;
    z-index: 3;
    color: #188eee;
    height: 40px !important;
}
    .iptGroup .rbSearch .am-radio-inline + .am-radio-inline, .am-checkbox-inline + .am-checkbox-inline {
         margin-left: 0; 
    }
    .iptGroup .rbSearch .am-ucheck-icons {
        color: #188eee !important;
    }

.am-btn:hover, .am-btn:focus {
    /*border: 1px solid #188eee;*/
    color: #fff;
}

.btnHead {
    height: 37px;
    /*border: 1px solid #a3b3b7;
    background-color: rgba(4,77,109,0.2);
    border-radius: 6px;*/
    color: #a3b3b7;
    font-size: 1rem;
    line-height: 15px;
}

    .btnHead:hover, .btnHead:focus {
        /*border: 1px solid #fff;*/
        /*color: #fff;*/
    }

.btnHead2 {
    height: 38px;
    border: 1px solid #ced8da;
    background-color: #f5f5f5;
    color: #6d6e71;
    font-size: 1.2rem;
    line-height: 15px;
}

    .btnHead2:hover {
        color: #000;
    }

.userdown {
    /*top: -15px;*/
}
.userwap {
    display: none;
}

.welcome {
    font-size: 0.8rem;
    color: #188eee;
    word-break: normal;
    max-width: 140px;
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
    vertical-align:middle;
}

.welcome2 {
    display: none;
}

@media only screen and (max-width: 640px) {
    .am-topbar-collapse {
        position: relative;
        z-index: 1010;
        background-color: #fff;
        padding:0;
    }

    .am-topbar-left {
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }

    .am-btn:focus, .am-btn:active:focus {
        outline: none;        
    }

    .am-topbar-right {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
        /*margin-top: 20px;*/
    }

    .btnHead {
        color: #a3b3b7;
        background-color: #025883;
        border: 1px solid #a3b3b7;
    }
    .iptGroup {
        /*display: inline-block;*/
        width: 100%;
    }
    .iptGroup .rbSearch {
        right: 85px;
        float: none;
        margin: 0 auto;
        text-align: center;        
    }

        .iptGroup .rbSearch .hm {
            display:none;
        }

    .iptSer {
        width: 80px !important;
    }

    .am-checkbox, .am-radio, .am-checkbox-inline, .am-radio-inline {
         padding-left: 18px;         
    }
    .am-radio-inline + .am-radio-inline, .am-checkbox-inline + .am-checkbox-inline {
         margin-left: 0; 
    }

    .welcome {
        display:none;
    }

    .welcome2 {
        position: relative;
        width: 100%;
        padding: 5px 1rem 0 1rem;
        font-size: 0.8rem;
        color: #188eee;
        word-break: normal;
        display: block;
        white-space: pre-wrap;
        word-wrap: break-word;
        overflow: hidden;
        vertical-align: middle;
    }

    .userdown {
        display: none;
    }

    .userwap {
        display: block;
        padding-left: 1.6em;
    }

        .userwap li {
            list-style: none;
        }

    .btnLogout {
        font-size: 1.2rem;
    }

        .btnLogout:hover {
            color: #fff !important;
        }
}

.tpl-header-list-link {
    color: #999 !important;
}

.tpl-header-list-user-nick {
    color: #188eee;
}

.tpl-header-list-user-ico img {
    margin-right: 15px;
    margin-top: -4px;
    height: 39px;
    display: inline-block;
    border-radius: 50%;
}

.tpl-header-list-ico-out-size {
    font-size: 16px;
}

.am-dropdown-content3 {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    display: none;
    float: left;
    min-width: 120px;
    padding: 15px;
    margin: 9px 0 0;
    text-align: left;
    line-height: 1.6;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    box-shadow: 0px 0px 20px 3px rgba(200, 200, 200, 0.6);
}

    .am-dropdown-content3:before,
    .am-dropdown-content3:after {
        position: absolute;
        display: block;
        content: "";
        width: 0;
        height: 0;
        border: 8px dashed transparent;
        z-index: 1;
    }

    .am-dropdown-content3:before,
    .am-dropdown-content3:after {
        border-bottom-style: solid;
        border-width: 0 8px 8px;
    }

    .am-dropdown-content3:before {
        border-bottom-color: #188eee;
        bottom: 0;
        z-index:100;
    }

    .am-dropdown-content3:after {
        border-bottom-color: #fff;
        bottom: -1px;
    }

    .am-dropdown-content3:before,
    .am-dropdown-content3:after {
        left: 50px;
        top: -7px;
        pointer-events: none;
    }

    .am-dropdown-content3:after {
        top: -7px;
    }

ul.am-dropdown-content3 {
    list-style: none;
    padding: 0;
}

.lightblue {
    color: #cddbfb;
}

.ft {
    position: absolute;
    width: 100%;
    background-color: #e6e6e6;
    padding: 20px 10px 20px 10px;
    margin-bottom: 0px;
    color: #777;
    border-top: 1px solid #d1d1d1;
    display: flex;
    flex-direction: column; /*元素的排列方向为垂直*/
    justify-content: center; /*水平居中对齐*/
    align-items: center; /*垂直居中对齐*/
}

    .ft h6 {
        text-align: center;
        margin: 0 0 0.5rem 0;
        font-size: 0.85rem;
    }

    .ft a {
        color: #777;
    }

        .ft a:hover {
            color: #777;
            text-decoration: none;
        }

        .ft a img {
            float: left;
        }

        .ft a h6 {
            float: left;
        }

.inputtips {
    color:#333;
}
.btnAlert {
    font-size: 1.2rem;
}

.btnWD {
    font-size: 0.8rem;
    padding: 0;
}

    .btnWD span {
        font-size: 2rem;
    }

    .btnWD:hover, .btnWD:focus {
        color: #188eee;
    }

.btnFL {
    font-size: 0.8rem;
    padding: 0;
    color: #188eee!important;
    background-color: #fff!important;
}

    .btnFL span {
        font-size: 2rem;
    }


.btnmenu {
    background-color: #188eee;
    font-size:1.2rem;
}

    .btnmenu:hover {
        color:#fff!important;
    }

    