

* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: var(--color-neutrals-500);
    background: #f7f8fd;
    font-family: "Roboto,arial,sans-serif" !important;
}

@media screen and (max-width: 500px) {
    #main-footer .fixed-btn {
        display: none;
    }
}
/*.content-wrapper {
   min-height:auto !important;
   height:auto;
}*/
.content-wrapper > *:not(.layui-tab-content) {
    background-color: white;
    padding: 0 3rem;
}


.content-info {
    max-width: 1500px !important;
    margin: 0 auto;
    width: 100%;
}

.container-fluid-main {
    padding: 1rem 0;
}











.main-footer {
    min-height: 70px;
    align-items: center;
    justify-items: center;
    padding: .5rem 1rem;
    margin: 0 !important;
}

.minw800, .fr_Iframe.content, .fr_content.content {
    min-width: 800px; /*等于800px*/
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, button, input, optgroup, select, textarea {
    font-family: "Roboto,arial,sans-serif" !important;
    color: var(--color-neutrals-700);
}

iframe {
    border: 0;
    width: 100%;
}

.TipW100 .tooltip-inner {
    max-width: 95% !important;
    text-align: left;
}

.TipW30 .tooltip-inner {
    max-width: 30% !important;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

.text-primary, .text-blue {
    color: var(--master-color) !important;
}

.bg-primary {
    background-color: var(--master-color) !important;
}

.btn-outline-secondary:hover, .btn-outline-primary:hover {
    border: 1px solid var(--master-color);
    background-color: var(--master-color);
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid var(--master-color);
    color: var(--master-color);
}

ul, li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        display: block;
        overflow: hidden;
        clear: both;
        height: 0;
        visibility: hidden;
        content: ".";
    }

a {
    text-decoration: none;
    color: var(--color-neutrals-500);
}

    a:hover {
        color: var(--master-color);
    }

ul, li {
    list-style: none;
}

input, select, area, textarea, button {
    outline: 0;
    -moz-outline: 0;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline-width: 0;
}

    input::-ms-clear {
        display: none;
    }

    input::-ms-reveal {
        display: none;
    }

    input[type="button"] {
        cursor: pointer;
    }

    input[type="checkbox"] {
        width: 14px;
        height: 14px;
        margin: 0;
        margin-right: 5px;
        padding: 0;
    }


.main-header-top .navbar {
    border: 0px;
    padding: 0px;
}


.navbar-collapse .navbar {
    flex-grow: 1;
}

.navbar-light {
    box-shadow: inset 0 -1px 0 0 rgba(101,109,119,.16);
    background-color: #fff;
}



.navbar-nav .brand-image {
    height: 50px;
    width: 85px;
}

.navbar-nav .logoTtitle {
    color: var(--master-color) !important;
    letter-spacing: 2px;
}

.navbar-nav .version {
    margin-left: 20px;
}

    .navbar-nav .version code {
        color: #db6334;
    }



.FrmenNavbar .navbar {
    align-items: stretch;
    /*padding-top: 0.25rem;*/
    /*min-height: 3rem;*/
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid rgba(232, 232, 232, 0.7);
    box-shadow: inset 0 -1px 0 0 rgba(101,109,119,.16);
}

.FrmenNavbar .nav-sidebar > .nav-item {
    /* margin: 0 0.35em;*/
    padding: 0 1em;
}

.FrmenNavbar .nav-sidebar .nav-item[codeData='Searchs'] {
    border-left: 1px solid rgba(101,109,119,.16);
}

.FrmenNavbar .nav-sidebar > .nav-item .nav-icon {
    margin: auto;
    width: auto;
}

#Menu_Ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#Menu_Ul .nav-link {
    /*    padding: 1.2rem 0.5em 0.5em;  */
    letter-spacing: .15rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: var(--color-neutrals-500); /* !important;*/
    /*display: flex;
    align-items: center;  */
    white-space: nowrap;
    height: auto;
}

.FrmenNavbar .nav-sidebar .nav-link.active, .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border-bottom: 4px solid var(--master-color);
    border-radius: 0;
    /*color: #6c757d;*/
    background-color: white;
    color: var(--color-neutrals-500);
    /*  padding-bottom: 0.1rem;*/
}



.FrmenNavbar .nav-sidebar .nav-treeview {
    display: none;
    padding: 0;
    position: absolute;
    z-index: 9999;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(101,109,119,.16);
    border-radius: 4px;
    /*max-height: 500px;*/
    overflow-y: auto;
    min-width: 120px;
    /*margin-left: -1rem;*/
    height: auto !important;
}


    .FrmenNavbar .nav-sidebar .nav-treeview .nav-item {
        margin: 0;
        padding: .5rem 2rem;
    }

        .FrmenNavbar .nav-sidebar .nav-treeview .nav-item:not(:last-child) {
            border-bottom: 1px dashed var(--color-neutrals-100);
        }
        /* .FrmenNavbar .nav-sidebar .nav-treeview .nav-item:first-child {
            padding-top: 1rem;
        }
        .FrmenNavbar .nav-sidebar .nav-treeview .nav-item:last-child {
            padding-bottom: 1rem;
        }
        */
        .FrmenNavbar .nav-sidebar .nav-treeview .nav-item .nav-link {
            padding: 0;
        }

        .FrmenNavbar .nav-sidebar .nav-treeview .nav-item:hover {
            background-color: var(--master-color) !important;
            border: 0;
        }

            .FrmenNavbar .nav-sidebar .nav-treeview .nav-item:hover .nav-link {
                color: white !important;
            }

    .FrmenNavbar .nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
        width: auto;
    }



.main-Menu-top {
    width: 100%;
    font-size: 1rem;
}

    .main-Menu-top .nav-sidebar {
        margin: 2px 0;
    }

    .main-Menu-top .nav-link {
        color: white !important;
        margin-bottom: 0 !important;
    }

        .main-Menu-top .nav-link:hover {
            color: #3915b9 !important;
        }

        .main-Menu-top .nav-link .nav-icon {
            margin: 0 !important;
            width: auto;
        }

    .main-Menu-top .nav-sidebar > .has-treeview > .nav-treeview {
        position: fixed;
        background: rgb(63, 183, 202);
    }

    .main-Menu-top .menu-is-opening > .nav-link i.right, .main-Menu-top .menu-open > .nav-link i.right {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.badge {
    padding: .25em .4em !important;
}






.fs01 {
    font-size: 14px;
}

.matop {
    margin-top: 10px;
}

.matop02 {
    margin-top: 20px;
}

.matop03 {
    margin-top: 10px;
}


.spaceword {
    display: inline-block;
    width: 1em;
}

.spaceword02 {
    display: inline-block;
    margin-left: 2em;
}

.spaceword03 {
    display: inline-block;
    width: 0.5em;
}

.highspace {
    height: 5px;
}

.banner {
    font-size: 0;
    width: 100%;
}

    .banner img {
        width: 100%;
        height: auto;
    }

.Hyperlink a {
    /* color: #E68F24;*/
}

    .Hyperlink a:hover {
        text-decoration: underline;
    }




[data-role="transition"],
[data-before="transition"]:before,
[data-after="transition"]:after {
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}



.animation-effect {
    transition: all 0.2s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}





/*--  header--*/
.biggerbox01 {
    position: fixed;
    top: 0;
    width: 100%;
    background: url(../img/comm/bjline.png) repeat-x;
    z-index: 99;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 1px solid #ddd;
    -moz-box-shadow: 0 1px 10px #999;
    -webkit-box-shadow: 0 1px 10px #999;
    box-shadow: 0 1px 10px #999;
}

.biggerbox {
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
}

.kunting {
    overflow: hidden
}

.topt {
    width: 100%;
    /* color: #6c6f73;*/
    border-bottom: 1px solid rgba(232, 232, 232, 0.7);
    padding: 0.25rem 1rem;
    background-color: var(--master-color);
    color: white;
}

    .topt > .nav {
        line-height: 5px;
        float: right;
    }

    .topt .word {
        overflow: hidden;
        padding: 0 10px;
    }

    .topt a {
        /*color: #6c757d;*/
        /*display: inline-block;*/
        padding: 4px 0;
        text-align: center;
        cursor: pointer;
        color: white;
    }

        .topt a:hover {
            color: var(--orange);
        }

        .topt a.dropdown-item {
            color: black;
            font-size: 15px;
            padding: 5px;
            text-align: left;
        }

.accoutLogin .dropdown-item {
    font-weight: 100;
}

    .accoutLogin .dropdown-item:not(:last-child) {
        border-bottom: 1px dashed #ccc;
    }

    .accoutLogin .dropdown-item b {
        margin-left: 3px;
    }

.accoutLogin .dropdown-item {
    color: #007bff !important;
}


.xiala {
    width: 25px;
    height: 9px;
    display: inline-block;
    margin-left: 5px;
    background-image: url(../img/comm/icns-all.png);
    background-position: 0 -4127px;
    background-repeat: no-repeat;
}

.shoucang {
    position: relative;
}

    .shoucang i {
        display: inline-block;
        margin-left: 5px;
        margin-top: -5px;
        font-size: 16px;
    }

.topthide {
    position: absolute;
    top: 26px;
    right: 0;
    border: 1px solid #ddd;
    background-color: rgba(255,255,255,0.8);
    display: none;
    padding: 0 13px;
    z-index: 999;
    width: 80px;
}

    .topthide a {
        display: block;
        border-bottom: 1px dashed #ddd;
        text-align: center;
        line-height: 26px;
        cursor: pointer;
        color: #0d8eff;
        position: relative;
    }

        .topthide a:hover {
            color: #6da6d8;
        }

/*top*/
.top {
    width: 980px;
    margin: 0 auto;
}

.header {
    overflow: hidden;
    padding: 5px 0 20px 0;
}

.header2 {
    overflow: hidden;
    padding: 5px 10px;
}

.logo {
    position: relative;
}

.logoright {
    position: absolute;
    right: 0;
    top: 20px;
}

    .logoright a {
        margin: 0 0 0 12px;
        display: inline-block;
        font-size: 14px;
    }

        .logoright a i {
            display: inline-block;
            margin-right: 3px;
            background: none;
        }

        .logoright a:hover i {
            opacity: 0.6;
            filter: alpha(opacity=60);
            -webkit-opacity: 0.6;
            color: #000;
        }

.search {
    border: 2px solid #1b7ace;
    height: 40px;
    width: 585px;
    overflow: hidden;
    background: white;
}

    .search .in1, .search .in2 {
        border: 0;
        font-size: 14px;
        height: 34px;
        padding: 2px 5px;
    }

        .search .in1 input {
            width: 456px;
            height: 38px;
            line-height: 38px;
            border: 0;
            padding: 0;
            margin: 0;
            padding-left: 5px;
        }

    .search .in1 {
        position: relative;
    }

#Masking {
    width: 40px;
    height: 30px;
    background: white;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
    border: none;
    display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .search .in1 input {
        width: 360px;
    }
}

.search .in2 {
    /*background-image: url(../img/comm/huicha.png);*/
    background-position: 10px 15px;
    background-repeat: no-repeat;
    font-size: 14px;
    height: 34px;
    line-height: 38px;
    padding-left: 25px;
    display: inline-block;
    color: #999;
    border-left: 1px dashed #ddd;
    width: 66px;
    cursor: pointer;
}

.search span {
    border-left: 1px dashed #ccc;
    height: 25px;
    background: #06C;
    line-height: 30px;
}

.searchbtn, .highsearch {
    width: 80px;
    height: 44px;
    display: inline-block;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
}

.highsearch, .searchbtn {
    float: left;
}

.searchbtn {
    background-image: url(../img/comm/search.jpg);
    color: #fff;
    cursor: pointer;
}

    .searchbtn span {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        display: inline-block;
    }

.highsearch {
    width: 90px;
    color: #fff;
    background: #1b7ace;
    margin: 0 4px;
}

    .highsearch:hover {
        color: #fff;
    }

.profession_search {
    margin-left: 0px !important;
}

.searchright {
    margin-top: 5px;
    margin-left: 119px;
    overflow: hidden;
}

/*footer_nav*/
.footer_nav {
    height: 36px;
    background: #f1f1f1;
}

    .footer_nav a {
        line-height: 36px;
        font-size: 14px;
        padding: 0 10px;
    }



/*logoin*/

.login {
    color: #444;
}

    .login h3 {
        background: #f0f6fd;
        padding: 3px 6px;
        /* color: #fff; */
        text-align: center;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .login .login_3 h3 {
        background: none;
        margin: 30px 0 10px;
        border-bottom: 1px dashed #ddd;
    }

    .login h3 .sonLogin_tishi {
        color: red;
        display: block;
        font-size: 12px;
        margin-top: 5px;
    }

.sonLogin-title a {
    color: #999;
    cursor: pointer;
}

.sonLogin-title .sonLogin-title-active {
    color: #0889fb;
}

.firstPartSonLogin-title .firstPartSonLogin-title-active {
    color: #0889fb;
}

.sonLoginBox {
    display: none;
}

.login01, .login02 {
    width: 320px;
    margin: 0 auto;
    padding: 20px 0 20px;
}

.firstPartSonLogin02 input {
    width: 198px;
    padding: 4px 6px;
    margin: 10px 0;
}

.firstPartSonLogin02 div span {
    display: inline-block;
    width: 80px;
    /*float: left;*/
    line-height: 50px;
}

.RegisterSub_div {
    padding: 0 0 30px
}

.AgreeBox {
    margin: 15px 0
}

.login01 div span, .login02 div span {
    display: inline-block;
    width: 102px;
    float: left;
    line-height: 50px;
}


.login01 div, .login02 div {
    overflow: hidden;
}

.login02 label.remenber {
    width: auto;
}

.login01 input, .login02 input, .registerBoxBtn {
    margin: 10px 0;
    border: 1px solid #5e99cb
}

.login01 input, .login02 input {
    width: 198px;
    padding: 4px 6px;
    margin: 10px 0;
}

.login01 .tel-check-01 input {
    margin: 0;
}

.login01 div.tel-check-01 span {
    line-height: 30px;
}

.VerificationCodeActive {
    color: #999;
}

.login01 #Button1 {
    width: 90px;
    margin-right: 30px;
    cursor: pointer;
}

.remenber input, .AgreeBox input, #cbRememberMe {
    width: auto;
    margin-right: 3px;
}

.login01 #Button1:hover {
}

.login01 lable {
}

/*.login_3 a{display:inline-block;width:32px; height:32px;background:url(../img/comm/login-third-party-new.png)}
	.login_3 a:nth-child(1){background-position:0px 0px;}
	.login_3 a:nth-child(2){background-position:-38px 0px;}
	.login_3 a:nth-child(3){background-position:-74px 0px;}
	.login_3 a:nth-child(4){background-position:-112px 0px;}
	.login_3 a:nth-child(5){background-position:-149px 0px;}
	.login_3 a:nth-child(6){background-position:-185px 0px;}
	.login_3 a:hover
	{
		opacity:0.8;
		-webkit-opacity:0.8;
		-moz-opacity:0.8;
		filter:alpha(opacity=80);
	}*/

.login_btn {
    margin: 10px 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
    text-align: center;
}

    .login_btn input, #register_btn, .registerBoxBtn {
        width: 100px;
        padding: 4px 2px;
        background: #5e99cb;
        color: #fff;
        border: 0
    }

.AgreeBox input[type='checkbox'] {
    margin-right: 5px;
}

.login_btn a:first-child {
    padding: 5px 20px;
    background: #257ada;
    color: #fff;
    margin: 0 30px 0 65px;
}

.login_btn a:nth-child(2) {
    color: #0A5FCA;
    text-decoration: underline;
    line-height: 30px;
}

.registered {
}

    .registered a, .ForgetPassword {
        display: inline-block;
        margin-left: 10px;
        text-decoration: underline;
        cursor: pointer;
    }

.box-login-3 .box-login-3-logo {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.box-login {
    width: 200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 30px;
}

    .box-login a {
        display: inline-block;
        text-align: center;
        line-height: 30px;
        width: 76px;
        color: #2a9cd5;
    }

        .box-login a.wx-logo {
            color: #51c332;
            margin-left: 30px;
        }

        .box-login a span {
            display: block;
            width: 76px;
            height: 76px;
            background: url(../img/comm/lreg-icons.png) no-repeat;
        }

    .box-login .qq-icon {
        background-position: 0 -33px;
    }

    .box-login .wx-icon {
        background-position: -83px -33px;
    }

    .box-login .qq-icon:hover {
        background-position: 0 -118px;
    }

    .box-login .wx-icon:hover {
        background-position: -83px -118px;
    }

.RegisterSub {
    display: none;
}

.PasswordError, .UserError {
    color: red;
    display: none;
}

.Back_login_3 {
    text-decoration: underline;
    margin-left: 20px;
    cursor: pointer;
}

.login-third-party-new {
    width: 170px;
    line-height: 28px;
    float: right;
    margin-top: 12px;
}

.login02 .login-third-party-new span, login-third-party-new-btn {
    float: left;
    line-height: 28px;
}

.login_btn .login-third-party-new a {
    display: inline-block;
    width: 25px;
    height: 26px;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    cursor: pointer;
    background: url(../img/comm/login-third-party-new.png) no-repeat;
    -webkit-filter: grayscale(100%); /* webkit内核支持程度较好 */
    -moz-filter: grayscale(100%); /* 其他内核现在并不支持，为了将来兼容性书写 */
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

    .login_btn .login-third-party-new a:hover {
        -webkit-filter: grayscale(80%);
        -moz-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
        -o-filter: grayscale(80%);
        filter: grayscale(80%);
    }

    .login_btn .login-third-party-new a:first-child {
        background-position: 0 0;
    }

    .login_btn .login-third-party-new a:nth-child(2) {
        background-position: -29px 0;
    }

    .login_btn .login-third-party-new a:nth-child(3) {
        background-position: -58px 0;
    }

    .login_btn .login-third-party-new a:nth-child(4) {
        background-position: -87px 0;
    }

    .login_btn .login-third-party-new a:nth-child(5) {
        background-position: -116px 0;
    }

.BackToLogin01, .BackToLogin02 {
    margin-left: 20px;
    cursor: pointer;
    color: #ff8015;
    text-decoration: underline;
}

.mandatory {
    display: inline-block;
    margin: 0 5px;
    color: Red;
    font-weight: 600;
    font-size: 14px;
}

.pVerificationCodeBox {
    overflow: hidden;
}

    .pVerificationCodeBox span, .pVerificationCodeBox input {
        float: left;
        margin-left: 0;
        margin-right: 0
    }

.errorMessage {
    color: Red;
    margin-left: 100px;
    margin-top: -6px;
    display: none;
}

#FontScroll {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

    #FontScroll li {
        height: 26px;
        overflow: hidden;
        width: 80%;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.main-header-top .carousel .carousel-caption {
    position: initial;
    color: #6c6f73;
    padding: .5rem 0 .25rem 0;
    text-align: left;
}

    .main-header-top .carousel .carousel-caption a:hover {
        color: var(--master-color);
    }
/*-- footer --*/
.footer {
    /* margin-top: 20px;
    */
    padding: 20px 0;
    background: #f5f5f5;
    bottom: 0px;
    position: absolute;
}

.ftword a {
    padding-right: 20px;
    font-size: 14px;
    line-height: 26px;
}

.ftword {
    text-align: center;
}

.fttail {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.footer .w2 {
    position: relative;
}

.fticn {
    position: absolute;
    right: 200px;
    top: 0
}

.fticn1 {
    top: -10px;
}

.toprow {
    margin: 0;
    top: 0px;
    position: absolute;
    font-size: 12px;
}
/*-- go to top --*/
.online {
    position: fixed;
    /* right: 1%;*/
    right: 3px;
    bottom: 40px;
    z-index: 10000;
    cursor: pointer;
}

.online02 {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #4695d8;
}

.onlinetop {
    display: block;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 5px;
}

.qqonline span, .gotop span, .onlinetel span {
    display: block;
    width: 40px;
    height: 20px;
}

.gotop span {
    background: url(../img/comm/a.png) 5px 0 no-repeat;
    opacity: 0.6;
    -webkit-opacity: 0.6;
    filter: alpha(opacity=60)
}

.qqonline span {
    height: 30px;
    background: url(../img/comm/a.png) 6px -84px no-repeat;
}

.onlinetel span {
    height: 30px;
    background: url(../img/comm/a.png) -68px -84px no-repeat;
}
/*.qqonline:hover span{background:url(../img/comm/a.png) -33px -84px no-repeat;}
	.onlinetel:hover span{background:url(../img/comm/a.png) -106px -84px no-repeat;}*/
.onlinetel:hover #onlinetel_number {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    left: -120px;
    z-index: 2;
}

.onlinetel {
    position: relative;
    /*   cursor: auto;*/
}

    .onlinetel #onlinetel_number {
        position: absolute;
        top: 0;
        left: -25px;
        width: 120px;
        height: 50px;
        background: #0F5BBB;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        text-align: center;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-opacity: 0;
        transition: all 0.3s;
        -webkit- transition:all 0.3s;
        -mos-transition: all 0.3s;
        -ms- transition:all 0.3s;
    }

#mobile_kes span, #mobile_kes img {
    display: block;
    text-align: center;
}

    #mobile_kes span:not(first-child) {
        border: 1px solid #ddd;
        margin-bottom: 10px;
    }
/*-- share --*/
#toshare {
    width: 24px;
    height: 24px;
    padding: 0;
    overflow: hidden;
    background: url(../img/comm/toshare.png) no-repeat;
    font-size: 12px;
}

    #toshare :hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-opacity: 0.8;
    }

.bshare-custom, .icon-medium-plus {
    width: 110px;
    overflow: hidden;
}

.book_view #toshare {
    margin-left: 18px;
}

.book_veiw .bshare-custom, .icon-medium-plus {
    width: 130px;
}

.QRcode, .QRcode span {
    display: block;
}

.QRcode {
    position: relative;
    width: 40px;
    display: none;
}

.QRcode_span img {
    display: block;
    margin: 0 auto;
}

#mobile_kes {
    position: absolute;
    top: -44px;
    left: -1px;
    display: none;
    padding: 10px;
    background: #0F5BBB;
    border: 1px solid #ddd;
    text-align: center;
}

.QRcode:hover #mobile_kes {
    left: -142px;
    display: block;
}

#mobile_kes strong {
    line-height: 24px;
    color: #fff;
}

.main-header_fixed {
    /*  z-index: 99 !important;
    opacity: 1;
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white;//url(../img/comm/bjline.png) repeat-x;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);*/
    border-bottom: 1px solid #ddd;
    -moz-box-shadow: 0 1px 10px #999;
    -webkit-box-shadow: 0 1px 10px #999;
    box-shadow: 0 1px 10px #999;
}

/*.FrmenNavbar .nav-item {
    margin-left: 5px !important;
}

.FrmenNavbar .nav-link {
    color: black;
    font-size: 12px;
    padding-right: 10px !important;
    padding-left: 5px !important;
}

    .FrmenNavbar .nav-link:hover {
        color: white !important;
        background-color: #257cd5;
    }

.FrmenNavbar .nav-item .nav-link.active {
    color: white;
    background-color: #257cd5;
}

.FrmenNavbar .nav-link .material-icons {
    font-size: 20px !important;
    line-height: normal;
}

.FrmenNavbar .dropdown-menu {
    margin-top: 1px !important;
    padding: 0 !important;
}

    .FrmenNavbar .dropdown-menu .nav-item {
        margin: 0 !important;
    }

        .FrmenNavbar .dropdown-menu .nav-item:not(:first-child) {
            border-top: 1px dashed #ccc;
        }*/

.btnInput {
    width: 40%;
    flex: revert !important;
    max-width: none;
    height: 40px;
    border-color: #6c757d;
    /* border: 2px solid #007bff;*/
}


.rowzylx .img-fluid {
    cursor: pointer;
    margin: 0.5rem;
}

    .rowzylx .img-fluid:hover .card-img-overlay {
        display: flex !important;
        opacity: 1;
    }

/* .rowzylx .img-fluid:not(:first-child) {
        margin-left: auto;
    }*/

.rowzylx .card-img-overlay {
    position: absolute;
    top: 0;
    padding: 0px !important;
    background: url(../img/comm/index-line.png);
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    line-height: 100%;
    color: #fff;
    /*color: #257cd5;*/
}

    .rowzylx .card-img-overlay .card-content {
        margin: auto;
        font-size: 13px;
        text-align: center;
    }

.carousel {
    margin-bottom: 10px;
}

    .carousel .carousel-icons {
        color: black;
        font-size: 70px;
        cursor: pointer;
    }

.carousel-inner img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.handsSort th {
    cursor: pointer;
}

    .handsSort th:hover {
        color: dodgerblue;
    }


    .handsSort th .sortName {
        float: left;
    }

    .handsSort th .sortingType {
        float: right;
    }


    .handsSort th .fa {
        font-size: 14px;
        float: right;
    }

    .handsSort th .sortingType .fa.dropdown-toggle::after {
        content: none !important;
    }

.fixed-btn {
    position: fixed;
    right: .3%;
    bottom: 2%;
    display: grid;
    /*width: 40px;*/
    border: 1px solid #eee;
    background-color: white;
    font-size: 24px;
    z-index: 1040;
    -webkit-backface-visibility: hidden
}

    .fixed-btn .rightItem {
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        border-bottom: 1px solid #eee;
        color: #595959;
    }

        .fixed-btn .rightItem:hover {
            background-color: #257cd5;
            color: white;
        }

        .fixed-btn .rightItem:after {
            content: ".";
            font-size: 0;
            height: 100%;
            display: inline-block;
            vertical-align: middle
        }

        .fixed-btn .rightItem:focus {
            outline: none;
            border: none;
        }

        .fixed-btn .rightItem i {
            vertical-align: middle
        }
    /*.fixed-btn a i.icon {
            font-size:30px;
        } */


    .fixed-btn .writer {
        background-color: #96b97d;
        font-size: 18px;
        color: white
    }

    .fixed-btn .hide-go-top {
        display: none;
        opacity: 0;
        filter: alpha(opacity=0)
    }

    .fixed-btn .modal {
        background-color: white;
        border: 1px solid #d9d9d9;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        position: fixed;
        top: 10%;
        left: 50%;
        z-index: 1050;
        width: 560px;
        margin-left: -280px;
        border: 1px solid rgba(0,0,0,0.3);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
        box-shadow: 0 3px 7px rgba(0,0,0,0.3);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        outline: 0;
    }

        .fixed-btn .modal.fade.in {
            top: auto;
            bottom: 0;
            height: 188px;
            width: 128px;
            padding: 10px;
            margin: 0;
            right: 65px;
            left: auto;
            text-align: center
        }

            .fixed-btn .modal.fade.in h4 {
                margin: 0 0 10px;
                font-size: 14px
            }

            .fixed-btn .modal.fade.in:after, .fixed-btn .modal.fade.in:before {
                position: absolute;
                top: 109px;
                right: -8px;
                content: '';
                display: inline-block;
                border-top: 9px solid transparent;
                border-bottom: 9px solid transparent;
                border-left: 9px solid white
            }

            .fixed-btn .modal.fade.in:before {
                right: -9px;
                border-left: 9px solid #d9d9d9
            }

    .fixed-btn.close {
        right: 0;
    }

        .fixed-btn.close .rightItem {
            width: 20px;
            color: white;
            background-color: #9d9d9d;
        }





.fa-icon-text {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

    .fa-icon-text:after {
        content: attr(data-text); /* 这里使用data-*属性来显示文字 */
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: black; /* 文字颜色 */
        font-size: 50%; /* 文字大小 */
        font-weight: bold; /* 文字粗细 */
    }

.amount-alt {
    padding: 0;
    border: 1px solid #ced4da;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .amount-alt .amount-card-body {
        border-left: 1px solid #ced4da;
    }

    .amount-alt .amount-card-header, .amount-alt .amount-card-body {
        padding: 1rem;
    }
