html,body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: PingFangSC-Thin, sans-serif;
    /*min-width: 1280px;*/
}
input,
select,
button {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}
input::-webkit-input-placeholder {
    color: #c1c1c1;
}
a,
a:hover {
    text-decoration: none;
}
.body-content {
    min-width: 1200px;
    overflow-x: auto;
}
.pagination {
    text-align: center;
    display: flex;
    justify-content: center;
}
.pagination ul li{
    float: left;
    list-style: none;
    line-height: 28px;
    border: 1px solid #cbcbcb;
    margin-left: 15px;
    padding: 0 2px;
    min-width: 30px;
    height: 30px;
    color: #cbcbcb;
}
.pagination ul li a {
    color: #cbcbcb;
}
.pagination-pre, .pagination-next {
    width: 60px !important;
}
.pagination-curr {
    background-color: #ffa529;
    color: #fff !important;
    border: 1px solid #ffa529 !important;
}
.star-rating {
    unicode-bidi: bidi-override;
    color: #ddd;
    font-size: 0;
    height: 25px;
    position: relative;
    display: table;
    margin: 10px 0;
    padding: 0;
    /*text-shadow: 0px 1px 0 #a2a2a2;*/
}

.star-rating span {
    display: inline !important;
    padding: 5px;
    font-size: 20px;
}

.star-rating-top {
    color: #ff9d03;;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}

.star-rating-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

.clear-both {
    clear: both;
}
/* 公共样式 end */

/* 媒体查询样式 */
/*@media (min-width: 768px) {*/
/*    .container {*/
/*        width: 1280px;*/
/*    }*/
/*    .box-select-item{*/
/*        width: 400px;*/
/*    }*/
/*}*/

/*@media (min-width: 1200px) {*/
/*    .container {*/
/*        width: 1600px;*/
/*    }*/
/*    .carousel {*/
/*        width: 1600px;*/
/*    }*/
/*}*/

/*@media (min-width: 768px) {*/
/*    !* Bump up size of carousel content *!*/
/*    .carousel-caption p {*/
/*        margin-bottom: 20px;*/
/*        font-size: 21px;*/
/*        line-height: 1.4;*/
/*    }*/
/*    .navbar {*/
/*        border-radius: 0px;*/
/*    }*/
/*}*/
/* 媒体查询样式 end */

/* 头部导航样式 */
.PubHeader {
    width: 100%;
    background-color: #5d89a7;
    border: 0px;
    color: #fff;
    border-radius: 0px;
    line-height: 50px;
}
.navbar {
    margin-bottom: 0px;
}

.navbar-default {
    width: 85%;
    margin: 0 auto;
}

.navbar-default .org {
    font-size: 16px;
}

.navbar .container {
    height: 50px;
    line-height: 50px;
}

.navbar .container a {
    color: #fff;
    text-decoration: none;
}

.navbar-right-menu {
    float: right;
}
.right-header {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
.right-header li {
    margin-left: 35px;
    margin-right: 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
}

.right-header li a {
    color: #fff;
    font-size: 16px;
}

.header-separate {
    border-top: 1px solid #c1c1c1;
}
/* 头部导航样式 end */

/* 子导航样式 */
.row-nav-sub-m {
    width: 86%;
    height: 90px;
    margin: 0 auto;
    line-height: 90px;
    margin-top: -88px;
    position: absolute;
    top: 0;
    left: 7.5%;
}
.row-nav-sub {
    width: 85%;
    height: 90px;
    margin: 0 auto;
    line-height: 90px;
    margin-top: -10px;
}

.row-nav-sub .org_logo,.row-nav-sub-m .org_logo {
    width: 170px;
    cursor: pointer;
}
.row-nav-sub .ajc_logo,.row-nav-sub-m .ajc_logo {
    width: 170px;
    margin-left: -13px;
}
.navbar-right-sub-menu {
    float: right;
    height: 90px;
}

.sub-right-header {
    line-height: 70px;
    display: inline-flex;
    justify-content: space-between;
    font-family: PingFangSC-Thin, sans-serif;
}

.sub-right-header li {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    list-style: none;
    text-align: center;
    margin: 0 0 0 40px;
}
.sub-right-header .ebooks_li {
    padding: 0 10px;
}
.sub-right-header li a{
	padding: 0 10px;
}
.ebooks_zi{
    padding-left: 0;
    position: relative;
    z-index: 99;
    display: none;
    background: #ffffff;
    padding-top: 10px;
    margin: 0px -10px 0px -10px;
}
.ebooks_zi li{
    margin-left: 0;
    text-align: left;
}
.ebooks_zi li a{
    color: #000000 !important;
    font-size: 16px;
}

.sub-right-header li:hover {
    height: 40px;
    border-radius: 5px;
    background-color: #ef7e1e;
}

.sub-right-header a {
    color: #000;
    text-decoration: none;
}

.sub-right-header a:hover {
    color: #fff !important;
}

.sub-right-header .curr {
    border-radius: 5px;
    background-color: #ef7e1e;
}

.sub-right-header .curr a {
    color: #fff;
}

.sub-right-header .isLibAdmin {
    display: none;
}
/*.sub-right-header .itextBook {*/
/*    display: -none;*/
/*}*/
/* 子导航样式 end */

/* 搜索区域 */
.nav-search {
    height: 600px;
    position: relative;
    margin-top: 75px;
}

.nav-search-static {
    position: absolute;
    top: 30%;
    font-size: 28px;
    font-family: PingFangSC-Light, sans-serif;
    left: 50%;
    transform: translate(-50%, 0%);
    text-align: center;
    width: 1000px;
    color: #5589a8;
}

.nav-search-text {
    width: 1137px;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
    font-weight: 300;
    /*background-color: rgba(0,0,0,0.36);*/
    padding: 39px 32px 54px;
}
.nav-search-text2 {
    width: 1137px;
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, 0%);
    font-weight: 300;
    padding: 39px 32px 54px;
}
.nav-search-text-select{
    display: flex;
}
.nav-search-text-select button {
    height: 72px;
    width: 180px;
    margin-left: 25px;
    border-radius: 10px;
    background-color: #F08300;
    color: white;
    font-size: 20px;
}
.nav-search-btn-curr {
    /*background-color: transparent !important;*/
    /*border: 2px solid #c1c1c1;*/
}
.nav-search-text-input {
    width: 100%;
    display: flex;
    border-radius: 10px;
    border: 2px solid #c1c1c1;
    background-color: #fff;
}
.nav-search-text-input input {
    height: 66px;
    border-radius: 10px 0 0 10px;
    border: 0px;
    font-size: 20px;
    background-color: transparent;
}
.nav-search-text-input select{
    height: 66px;
    width: 200px;
    border: 0px;
    font-size: 18px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/ico-select.png") no-repeat scroll right center transparent;
    background-position: 80%;
}


.nav-search-hot {
    font-size: 18px;
    /*margin: 10px 0 0 20px;*/
    color: #6c6c6c;
}

.nav-search-hot span {
    margin-right: 30px;
    cursor: pointer;
}
/* 子栏目搜索 */
.nav-sub-search {
    background-color: #f2f2f2;
}
.nav-sub-search-text-select {
    display: flex;
}
.nav-sub-search-text-input {
    height: 48px;
    width: 700px;
    display: flex;
    border-radius: 10px;
    border: 1px solid #c1c1c1;
    background-color: #fff;
}
.nav-sub-search-text-input input {
    height: 48px;
    border-radius: 10px 0 0 10px;
    border: 0px;
    font-size: 20px;
    background-color: transparent;
}
.nav-sub-search-text-input select{
    height: 48px;
    width: 150px;
    border: 0px;
    font-size: 18px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("../img/ico-select.png") no-repeat scroll right center transparent;
    background-position: 90%;
    background-size: 18px;
}
.nav-sub-search-text-select button {
    height: 48px;
    padding: 0 20px;
    border-radius: 10px;
    background-color: #5d89a7;
    color: white;
    font-size: 20px;
}
.nav-sub-search-btn-curr {
    background-color: transparent !important;
    border: 1px solid #c1c1c1;
    color: #a09f9f !important;
}
.nav-sub-search-resource {
    position: absolute;
    right: 10px;
    top: 35px;
    color: #716e6e;
    font-size: 20px;
}
/* 搜索区域 end */

/* 中部游客首页样式 */
.container-box-t {
    width: 85%;
    margin: 0 auto;
    margin-top: 80px;
}

.box-select-templete {
    display: flex;
    justify-content: space-between;
}
.box-select-templete-item{
    width: 460px;
    position: relative;
    padding-right: 10px;
}
.box-select-item {
    height: 255px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    text-align: center;
}

.select-ico {
    position: absolute;
    left: 195px;
    background-color: #fff;
    width: 65px;
    text-align: center;
}

.select-see {
    top: -14px;
}

.select-user {
    top: -22px;
}

.select-book {
    top: -22px;
}

.caption-content {
    padding: 25px;
    font-size: 16px;
    height: 230px;
    overflow: auto;
    margin-top: 15px;
    text-align: left;
    text-indent: 2rem;
}
.caption-content a {
    text-decoration: underline !important;
}

.caption-content-btn {
    position: absolute;
    left: 105px;
    bottom: -28px;
    border-radius: 10px;
    width: 263px;
    height: 60px;
    background-color: #5d89a7;
    color: #fff;
    font-size: 19px;
}

/* 新书推荐 */
.recommend-content {
    margin: 80px 0;
}

.content-books {
    display: flex;
    justify-content: space-between;
}
.content-books a {
    text-decoration: none;
}

.content-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9b9b9;
}

.content-header-title {
    font-family: PingFangSC-Light, sans-serif;
    font-size: 22px;
    cursor: pointer;
}

.content-header-title-last {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid;
}

.content-header-title img {
    margin-right: 20px;
    vertical-align: top;
}

.content-more {
    float: right;
    color: #000;
    text-decoration: none;
    padding-top: 4px;
}

.recommend-content p {
    font-size: 14px;
}

.row-book {
    margin: 0 auto;
    width: 160px;
    height: 250px;
    text-align: center;
}

.row-book a{
    line-height: 19px;
}

.row-book img {
    box-shadow: 0px 0px 10px #cacaca;
}

.row-book p {
    margin-top: 10px;
    width: 120px;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #666;
    word-break: break-all;
    overflow: hidden;
}
/* 新书推荐 end */

/* 中部游客首页样式 end */

/* 中部管理员兼读者首页样式 */
.container-box-a {
    width: 85%;
    margin-top: 50px;
}

.a-box-select-templete {
    display: flex;
    justify-content: space-between;
}

.a-box-select-category {
    width: 60%;
    flex: auto;
    margin-right: 65px;
}
.a-box-select-category .select-title {
    font-size: 26px;
    font-weight: 500;
    font-family: PingFangSC-Light, sans-serif;
    color: #212121;
    padding-bottom: 20px;
    border-bottom: 1px solid #b9b9b9;
}
.a-box-select-category-list{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.a-box-select-category-list ul {
    padding-left: 0;
}
.a-box-select-category-list ul>li {
    list-style: none;
    padding: 9px 0;
    border-bottom: 1px solid #b9b9b9;
    cursor: pointer;width: 30%;display: inline-block;margin-right: 20px;
}
.a-box-select-category-list ul>li a {
    color: #494848;
    font-size: 18px;
}
.a-box-select-templete-item{
    position: relative;
    padding-right: 10px;
}
.a-box-select-item {
    margin-top: 60px;
    width: 460px;
    height: 255px;
    border: 1px solid #bdbdbd;
    border-radius: 10px;
    position: relative;
}

.a-recommend-content{
    margin: 271px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.a-recommend-content-item-left {
    flex: 1;
    margin-right: 20px;
}
.a-recommend-content-item-right {
    flex: 1;
    margin-left: 20px;
}

.a-recommend-resource-title {
    margin-top: 40px;
    font-size: 22px;
    font-family: PingFangSC-Light, sans-serif;
}
.a-recommend-resource {
    margin: 40px 0;
    display: flex;
    justify-content: flex-start;
    /*background-color: red;*/
    overflow: hidden;
    /*overflow-x: scroll;*/
    /*-webkit-overflow-scrolling: touch;*/
}
.resource-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid gray;
}
.resource-title img{
    box-shadow: 0px 0px 10px #cacaca;
}
.resource-title span{
    position: absolute;
    bottom: 6px;
    left: 70px;
    font-size: 20px;
}
.a-box-select-content {
    flex: 1;
    margin-right: 100px;
}
.a-box-select-content .content {
    margin-top: 45px;
    font-size: 22px;
    text-indent:2em;
    line-height: 40px;
}
.a-box-select-content p {
    white-space: pre-line;
    text-indent:2em;
}
.a-box-select-content p a{
    color: #0098ff;
    text-decoration: underline;
}
.a-box-select-login {
    width: 394px;
}
.a-box-select-login .title, .a-box-select-content .title {font-size: 26px;font-weight: bold;font-style: italic;}
.a-box-select-login {width: 394px;}
.a-box-select-login .title, .a-box-select-content .title {font-size: 26px;font-weight: bold;font-style: italic;}
.a-box-select-login .userlogin {border: 1px solid #bdbdbd;border-radius: 10px;position: relative;margin-top: 20px;}
.a-box-select-login .userlogin input {line-height: 65px;height: 65px;padding: 0 60px 0 10px;width: 100%;}
.a-box-select-login .userlogin img {width: 25px;position: absolute;top: 22px;right: 20px;}
.a-box-select-login .last-input {margin-top: 10px;}
.a-box-select-login button {margin-top: 10px;line-height: 65px;height: 65px;width: 100%;text-align: center;background: #5d89a7;border-radius: 10px;font-size: 23px;color: #fff;}
.resource-view a{color: #000;text-decoration: none;}
.a-recommend-resource-item {width: 20%;flex-grow: 0;flex-shrink: 0;margin-right: 100px;}
.a-recommend-resource-item p{color: #898a8b;font-size: 14px;line-height: 25px;height: 80px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
/* 中部管理员兼读者首页样式 end */
/* 轮播样式 */
.carousel {width: 84%;height: 417px;margin: 0 auto;}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {z-index: 10;}
/* Declare heights because of positioning of img element */
.carousel .item {height: 417px;background-color: #777;}
.carousel-inner>.item>img {position: absolute;top: 0;left: 0;min-width: 100%;height: 100%;}
.second-slide {width: 100%;height: 100%}
.carousel .right:hover .exp,
.carousel .left:hover .exp{top: 45% !important;display: block !important;}
.glyphicon-chevron-right:before,
.glyphicon-chevron-left:before {content: '';}
.glyphicon-chevron-left {display: none !important;background: url('/pc/img/ico-banner-left.png');width: 63px !important;height: 63px !important;}
.glyphicon-chevron-right {display: none !important;background: url('/pc/img/ico-banner-right.png');width: 63px !important;height: 63px !important;}
.wechat {width: 226px; height:auto; position: absolute;right: 280px;top: 65px; display: none;z-index: 11;padding: 0 3px;}
.wechat img {width: 110px;}
/* 轮播样式 end */
/*toast*/
.show-toast {padding: 10px 20px;background: #000;border-radius: 5px;position: fixed;left: 50%;top: 50%;transform: translate(-50%, -50%);z-index: 10000;color: #ffffff;}
/*采选车按钮*/
.detailCheckbox {vertical-align: middle;height: 238px;margin-right: 20px !important;}
.addBtn {display: none; float: left; margin-top: 4px;}
.addBtn bntton {border-radius: 10px;background-color: #5d89a7;color: white;font-size: 15px;padding: 5px 10px; cursor: pointer;}
.shopNum {margin-left: 0 !important;}
/* 底部样式 */
.footer {background-color: #4d4d4d;margin-top: 40px;text-align: center;}
.footer-logo {padding-top: 30px;width: 170px;}
.footer .inner {padding-bottom: 30px; line-height: 17px;}
.footer .inner span {color: #fff;font-size: 12px;display: block}
.footer ul {display: flex;justify-content: center;margin: 20px 0;padding: 0;}
.footer ul>li {list-style: none;font-size: 14px;}
.footer li a {display: block;padding: 0 10px;height: 30px;line-height: 30px;text-align: center;color: #fff;text-decoration: none;border-right: 1px solid #fff;}
.footer .laster a {border-right: 0px;}
/*网站地图*/
.footer ul li:nth-child(1) {display: none;}
/* 底部样式 end */
/*loding*/
.lodingBox {width: 100%;height: 100%; position: fixed; left: 50%; top: 50%;transform: translate(-50%, -50%);background: rgba(0,0,0,0.2);}
.loding { position: fixed; left: 50%; top: 50%;transform: translate(-50%, -50%);display: inline-block;width: 200px;height: 200px;font-size: 70px;color: #fff;padding: 1em;margin-bottom: .25em;vertical-align: top;-webkit-transition: .3s color, .3s border;transition: .3s color, .3s border;}
.loader-18 {position: relative;}
.loader-18:before, .loader-18:after {content: '';display: block;position: absolute;border-radius: 50%;border: .1em solid transparent;border-bottom-color: currentcolor;top: 0;left: 0;-webkit-animation: 1s loader-18 linear infinite;animation: 1s loader-18 linear infinite;}
.loader-18:before {width: 1em;height: 1em;}
.loader-18:after {width: .8em;height: .8em;top: .1em;left: .1em;-webkit-animation-direction: reverse;animation-direction: reverse;}
@-webkit-keyframes loader-18 {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes loader-18 {
    0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
/*lodingEnd*/
.mail {display: none}

/*读者服务按钮*/
/*.readeService {display: none}*/


/*弹框XX*/
.closeBtn{position: absolute;right: 18px;cursor: pointer;}
/*搜索高亮*/
.searchHighlight {color: red;}

/* 轮播样式 */
.target {width:84%;height:415px;overflow:hidden;position:relative;margin:20px auto;}
.target img {position:absolute;top:0;left:0;width:100%;height:100%;}
/* 轮播样式 end */
/* 导航手机版二维码样式*/
.mobile_pop_item{ padding:15px 0 4px 0;border-bottom: 1px solid #e7e7e7;display: flex;align-items: center;background: #fff;width: 110px;flex-wrap: wrap;}
.mobile_pop_item_div{ padding: 0px 4px;color: #fff;width: 75px;}
.mobile_pop_ringth{float: right;}
.mobile_pop_left{float: left;}
/*.mobile_pop_item_text{padding: 5px;background: #008cd6;border-radius: 6px;font-size: 13px;margin: 0 auto;margin-top: 8px;text-align: center;}*/



.preSelect ul{
    position: absolute;
    top:68px;
    list-style: none;
    padding: 0 0;
    width: 100%;
    margin:5px 0 0 0;
    border: 1px solid #DCDFE6;
    display: none;
    background-color: #ffffff;
}
.preSelect ul li{
    width: 100%;
    height: 30px;
    margin: 5px 0;
    cursor: pointer;
    font-size: 19px;
    padding-left: 30px;
}
.preSelect ul li:hover{
    background-color: #e7e7e7;
}
.preSelect{
    position:absolute;
    height:68px;
    min-width:124px;
    display:block;
    color: #909399;

}
.preTags{
    position: absolute;
    right:15px;
    top:26px;
}
.preTags:before,.preTags:after{
    position: absolute;
    content: '';
    #border-top: 10px transparent dashed;
    border-top: 10px #fff solid;
    border-left: 10px transparent dashed;
    border-right: 10px transparent dashed;
    #border-bottom: 5px #fff solid;
    border-bottom: 10px transparent dashed;
    cursor: pointer;
}
.preTags:before{
    top: 2px; /*覆盖并错开1px*/
    border-top: 10px #89a7ba solid;
}
.preTags:after{

    border-top: 10px #fff solid;
}

.preSelect input{
    position:absolute;
    width:80%;
    height:68px;
    padding-left: 30px;
    font-size: 19px;
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    cursor: pointer;

}

.preSelect input:focus{
    outline:none;
}




.show{
    height: 40px;
    width: 100px;
    background: #316AC5;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFFFFF;
    z-index: 888;
    width: 671px;
    display: none;
    color: #000000;
}
.popup .title{
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #A9A7A7;
    position: relative;
}
.popup .title .name{
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}
.popup .title .hint{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 64px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #979797;
    font-size: 12px;
    cursor: pointer;
}
.content{
    padding: 30px 60px;
}
.content .hint{
    text-align: center;
    font-size: 15px;
}
.content .form{
    padding-top: 36px;
    padding-left: 30px;
}
.content .form .item{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.content .form .item .name{
    font-size: 17px;
}
.content .form .item input{
    height: 39px;
    width: 338px;
    border: 1px solid #979797;
    border-radius: 3px;
    font-size: 16px;
    padding: 0 10px;
}
.content .form .code-item input{
    width: 166px;
}
.content .form .code-item .code{
    width: 150px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #EF7E1E;
    font-size: 17px;
    margin-left: 22px;
    border-radius: 3px;
    cursor: pointer;
    color: #EF7E1E;
}
.popup_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}
.popup_btn .btn{
    width: 116px;
    height: 39px;
    text-align: center;
    line-height: 24px;
    background: #EF7E1E;
    border-radius: 3px;
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
}
.popup_btn .close{
    margin-left: 97px;
    background: none;
    color: #000000;
    border: 1px solid #979797;
}
.mask{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    top: 0px;
}
.bkname{
    width: 140px;
    margin-top: 10px;
}
.diySwitch{
    color: #5a5d5a;
    width: 1074px;
    position: absolute;
    text-align: right;
    left: 50%;
    top: 62%;
    transform: translate(-50%, 0%);
    font-size: 20px;
    font-family: PingFangSC-Light, sans-serif;
}
.diySwitch img{
    width: 3%;
}

.form-check-input{
    vertical-align: middle;
    margin-top: -3px !important;
    width: 18px;
    height: 18px;
}
.form-check-label{
    font-weight: normal;
}
.officeNamecls{
    margin-left: -30px;
}
.offceTextcls{

}
.officePcls{
    margin-top: 20px;
    line-height: 34px;
}
