body {
    background-color: #f4f6f9;
}

/*平板*/
@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

/*中等屏幕*/
@media (min-width: 992px) {
    .container {
        width: 950px;
        padding-left: 0;
        padding-right: 0;
    }
}

/*大屏幕*/
@media (min-width: 1200px) {
    .container {
        width: 1160px;
        padding-left: 0;
        padding-right: 0;
    }
}

a:hover, a:focus {
    text-decoration: none;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pb60 {
    padding-bottom: 60px;
}

.mt10 {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .pb60 {
        padding-bottom: 0;
    }
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.blue {
    color: #3b79ea;
}

@media (min-width: 769px) {
    /*在pc端隐藏，在平板端和手机端显示*/
    .hiddenl {
        display: none;
    }
}

@media (max-width: 768px) {
    /*在pc端显示，在平板端和手机端隐藏*/
    .hiddens {
        display: none;
    }
}

@media (max-width: 767px) {
    /*在pc和平板端显示，手机端隐藏*/
    .hiddens2 {
        display: none;
    }
}

@media (min-width: 768px) {
    /*在pc和平板端隐藏，手机端显示*/
    .hiddenl2 {
        display: none;
    }
}

/*右侧浮动*/
.fix_right {
    position: fixed;
    z-index: 23;
    right: 0;
    top: 158px;
    width: 110px;
    text-align: center;
}

.fix_right li {
    margin-bottom: 2px;
}

.menuBar {
    margin-bottom: 0;
}

.menuBar > li > a {
    display: block;
    padding: 10px 5px;
    background-color: #d7d7d7;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #333;
}

.menuBar li a:hover {
    background-color: #e93916;
    color: #fff;
}

.menuBar li a.menu_active {
    background-color: #e93916;
    color: #fff;
}

.menuBar li a.active {
    background-color: #2c75f9;
    color: #fff;
}

.mybiz {
    background-color: #e9e9e9;
}

.mybiz li {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.mybiz li > a {
    display: block;
    padding: 5px 5px;
    font-size: 15px;
    font-weight: bold;
}

.functionBar a {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.toTop, .returnHome {
    background-color: #2c75f9;
}

.mall {
    background-color: #1661e9;
}

.ewm {
    background-color: #2c75f9;
    padding: 10px;
}

.ewm img {
    max-width: 100%;
}

.ewm p {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.ewm_close a {
    padding: 5px 0;
}

.tel {
    background-color: #1968f8;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tel p {
    color: #fff;
}

.tel_tit {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

.tel_cont {
    font-size: 13px;
}

/*顶部菜单样式*/
.top_nav {
    z-index: 100;
    width: 100%;
    background: #125de4;
}

.top-left {
    float: left;
    text-align: left;
    padding-right: 0;
}

.top-right {
    float: right;
    text-align: right;
}

.top_nav img {
    padding-right: 5px;
}

.top_nav a {
    color: #fff;
}

.top_nav a:hover {
    color: #c2d8ff;
}

.top_nav.red {
    color: #ffafaf;
}

.top_nav ul {
    margin-bottom: 0;
}

.top_nav .nav_menu {
    float: left;
    display: list-item;
}

.nav_menu .nav_menu_fixed {
    z-index: 102;
    position: relative;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
}

.top-left .nav_menu .nav_menu_fixed:first-child {
    padding-left: 0;
}

.top-right .nav_menu .nav_menu_fixed:last-child {
    padding-right: 0;
}

.nav_menu .nav_menu_fixed a {
    float: left;
    font-size: 14px;
    color: #fff;
}

.nav_menu .nav_menu_fixed a:hover, .nav_menu .nav_menu_fixed a:focus, .nav_menu .nav_menu_fixed a:active {
    color: #fff;
}

.nav_menu .nav_menu_fixed a span {
    float: left;
    cursor: pointer;
}

.nav_menu .nav_menu_float {
    z-index: 101;
    position: relative;
    display: none;
    margin-top: -1px;
}

.nav_menu .nav_menu_float .nav_menu_float_panel {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 8px 0;
    line-height: normal;
    background: #125de4;
    text-align: center;
}

.nav_menu .nav_menu_float .nav_menu_float_panel a {
    display: block;
    padding: 0 10px;
    line-height: 28px;
    white-space: nowrap;
    font-size: 14px;
    color: #fff;

}

.nav_menu a:hover, .nav_menu .nav_menu_float .nav_menu_float_panel a:hover {
    color: #9abbf8;
}

@media (max-width: 768px) {
    .nav_menu .nav_menu_fixed {
        padding: 0 2px;
    }

    .nav_menu .nav_menu_float .nav_menu_float_panel {
        right: 0;
    }
}

/*登录后头部样式*/
.header {
    background-color: #1661e9;
}

.header img {
    width: 100%;
    height: auto;
}

.menu_bg {
    background-color: #edf3ff;
}

.modular_nav {
    height: auto;
    min-height: 88px;
    position: relative;
}

.modular_nav p {
    position: absolute;
    left: -25px;
    line-height: 30px;
}

.modular_nav span {
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #999;
}

.modular_nav span a {
    font-size: 18px;
    color: #333;
}

.modular_nav span a:hover {
    color: #3b79ea;
}

.btnBox {
    float: right;
    padding-left: 30px;
    padding-bottom: 8px;
    border-left: 1px solid #d3e2ff;
}

.btnBox a:hover {
    color: #fff;
}

.reg_btn, .login_btn {
    display: block;
    margin-top: 8px;
    padding: 3px 10px;
    background-color: #3b79ea;
    font-size: 16px;
    color: #fff;
    width: 100%;
}

.text_right {
    text-align: right;
}

/*移动端顶部样式*/
@media (max-width: 768px) {
    .top_box {
        /* height: 60px;*/
        background-color: #1661e9;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #fff;
    }

    .logo, .text {
        float: left;
    }

    .slogan {
        float: right;
    }

    .logo img, .slogan img {
        height: 60px;
    }

    .text {
        padding-top: 10px;
        padding-left: 10px;
    }

    .text p {
        font-size: 12px;
        margin-bottom: 0;
        line-height: 16px;
    }

    .user_login, .menu {
        float: right;
        padding-top: 10px;
    }

    .user_login {
        padding-right: 10px;
    }

    .user_login a {
        color: #fff;
    }

    .user {
        float: right;
        padding-top: 10px;
    }

    .menu img {
        width: 16px;
        cursor: pointer;
    }

    .user img {
        width: 24px;
        cursor: pointer;
    }

    .exit {
        float: right;
        padding-top: 12px;
        padding-left: 10px;
    }

    .exit a, .exit a:hover, .exit a:focus {
        color: #fff;
    }

    .menu_box, .userMenu {
        display: none;
        position: absolute;
        z-index: 20;
        top: 60px;
        right: 0;
        padding: 0 15px 15px 15px;
        background-color: #1661e9;
    }

    .menu_box li, .userMenu li {
        border-bottom: 1px solid #97bcff;
        padding: 10px 10px 10px 0;
    }

    .menu_box a, .userMenu a {
        color: #fff;
        line-height: 20px;
        font-size: 14px;
    }

    .show {
        display: block;
    }

    .user_btn {
        position: fixed;
        z-index: 22;
        bottom: 30px;
        width: 100%;
        text-align: center;
    }

    .user_btn a {
        margin: 0 auto;
        font-size: 16px;
        color: #fff;
        padding: 5px 30px;
        border-radius: 50px;
        background-color: #456fff;
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#418eff, endColorstr=#4566ff);
        background-image: linear-gradient(90deg, #418eff, #4566ff);
        -webkit-box-shadow: 0 5px 9px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 9px -2px rgba(0, 0, 0, 0.2);
        text-align: center;
    }

    /*综合首页手机版功能模块样式*/
    .fNav_m {
        position: relative;
    }

    .fNav_mName {
        background-color: #d5e3ff;
        padding: 0 15px;
        height: 38px;
        line-height: 38px;
        text-align: center;
    }

    .fNav_mName a {
        font-size: 15px;
        font-weight: bold;
        color: #5373ed;
    }

    .fNav_mMenu {
        display: none;
        position: absolute;
        z-index: 20;
        top: 38px;
        width: 100%;
        background-color: #edf3ff;
        padding: 10px 10px 20px 10px;
    }

    .fNav_mMenu li {
        float: left;
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
        padding: 5px;
        border-bottom: 1px solid #d1e0ff;
    }

    .fNav_mMenu li > a {
        font-size: 15px;
        color: #333;
        line-height: 30px;
    }

    .fNav_mMenu span {
        display: inline-block;
        background-color: #5373ed;
        padding: 0 4px;
        line-height: 16px;
    }

    .fNav_mMenu span a {
        font-size: 13px;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .top_box {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo img, .slogan img {
        height: 40px;
    }
}

/*移动端顶部样式-----结束*/

/*footer*/
.footer {
    width: 100%;
    /*margin-top: 20px;*/
    padding: 10px 10px;
    background-color: #3b79ea;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.footer a, .footer a:focus {
    color: #fff;
}

.footer a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .footer.position {
        position: fixed;
        z-index: 999;
        bottom: 0;
        margin-top: 30px;
    }
}

/*@media (max-width: 767px) {
    .footer {
        margin-top: 10px;
    }
}*/

/*个人中心*/
.personal_center {
    background-color: #f4f6f9;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}

.left_box {
    background-color: #fff;
    padding: 20px;
    font-size: 15px;
}

.user_photo, .user_cont {
    float: left;
}

.user_cont {
    padding-top: 8px;
    padding-left: 10px;
}

.user_cont p {
    font-size: 15px;
}

.user_cont p:last-child {
    margin-bottom: 0;
    font-size: 12px;
}

.btn_box {
    margin-top: 15px;
}

a.btn_shop {
    display: block;
    background-color: #5373ed;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    width: 100%;
}

.user_menu {
    margin-top: 10px;
}

.user_menu a {
    display: block;
    padding: 10px 5px 10px 0;
    border-bottom: 1px solid #efefef;
}

.user_menu a:hover {
    color: #5373ed;
}

.user_menu a img {
    position: relative;
    top: -1px;
}

.user_menu a span {
    padding-left: 10px;
    font-size: 15px;
}

.right_box {
    background-color: #fff;
    padding: 0 20px 20px 20px;
    font-size: 14px;
}

.mytable {
    margin-bottom: 0;
    word-break: break-all;
}

.mytable > tbody > tr > td:nth-child(1), .mytable > tbody > tr > td:nth-child(3) {
    background-color: #fafafa;
    text-align: right;
}

.main_tit {
    font-size: 20px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.main_hd {
    position: relative;
}

.main_subtit {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.add_student {
    position: absolute;
    right: 0;
    top: 20px;
}

.add_student a {
    display: inline-block;
    border: 1px solid #5373ed;
    padding: 2px 10px;
    font-size: 14px;
    text-align: center;
    color: #5373ed;
}

.add_student a:hover {
    background-color: #5373ed;
    color: #fff;
}

.main_cont {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

#mytab a {
    font-size: 15px;
    padding: 8px 15px;
}

#mytab li.active a {
    font-weight: bold;
}

#mytab a:hover {
    color: #333;
}

#myTabContent {
    padding-top: 15px;
}

.form-group, .input-group {
    margin-top: 15px;
    margin-bottom: 0;
}

.form-group > label, .input-group > label {
    margin-bottom: 0;
}

.inputType, .selectType {
    padding: 8px 12px 8px 12px;
    width: 100%;
    font-size: 14px;
    color: #333;
    border: 1px solid #dedfe0;
    border-radius: 0;
    height: auto;
}

.main_cont label {
    color: #666;
}

.prompt {
    padding-top: 7px;
    padding-right: 0;
    color: red;
}

.item_cont { /*办事事项*/
    height: auto;
    overflow: hidden;
}

.item_cont a:focus {
    text-decoration: none;
}

a.item {
    display: block;
    float: left;
    padding: 4px 10px;
    background-color: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

a.item:hover {
    color: #456fff;
}

a.item:focus {
    color: #333;
}

a.item.active {
    color: #fff;
    background: #317df4;
}

a.item.actively {
    color: #fff;
    background: #317df4;
}

.psw_btn {
    width: 100%;
    border: 1px solid #456fff;
    border-radius: 0;
    color: #456fff;
    font-size: 14px;
    text-align: center;
}

.psw_btn:hover {
    color: #456fff;
}

.sub_btn {
    display: block;
    padding: 10px;
    width: 100%;
    background-color: #456fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#418eff, endColorstr=#4566ff);
    background-image: linear-gradient(90deg, #418eff, #4566ff);
    border: none;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.sub_btn:hover {
    background-image: none !important;
    background-color: #4566ff !important;
    filter: none;
    color: #fff;
}

.sub_btn:focus {
    color: #fff;
}

.info_box {
    margin-bottom: 0;
}

.info_list {
    margin-right: 0;
    margin-left: 0;
    padding: 15px 0;
    border-bottom: 1px solid #f1f1f1;
}

.info_list:hover {
    background-color: #f5f5f5;
}

.info_list > div {
    padding-left: 0;
}

.info_list > div:last-child {
    padding-right: 0;
}

.info_text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.info_text a {
    font-size: 16px;
}

.info_text a span {
    font-size: 16px;
    color: #ff4400;
    padding-right: 5px;
}

.info_text a:hover {
    color: #3b79ea;
}

.info_time, .info_btn {
    text-align: right;
    font-size: 14px;
}

.info_btn {
    display: none;
}

.info_btn a {
    padding: 2px 8px;
    border: 1px solid #3b79ea;
    font-size: 14px;
    color: #3b79ea;
}

.info_btn a:hover {
    border: 1px solid #ff4400;
    color: #ff4400;
}

.pagination {
    margin: 15px auto 0 auto;
    width: 100%;
    text-align: center;
}

.pagination li {
    display: inline-block;
    padding: 0;
    border: 0;
}

.pagination li a {
    color: #333;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #5373ed;
    border: #5373ed 1px solid;
    color: #fff;
    border-top-left-radius: 4px;
}

.toggle_box {
    position: relative
}

.time_box {
    position: absolute;
    right: 0;
    top: 0;
}

.time_box .form-group {
    margin-top: 0;
}

.time_box .form-control.timeInput {
    border-radius: 3px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    padding: 6px 8px;
    font-size: 13px;
}

@media (max-width: 768px) {
    .personal_center {
        padding-top: 15px;
    }

    .personal_center .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .left_box {
        padding: 15px;
        margin-bottom: 15px;
    }

    .pr0 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .right_box {
        padding: 0 15px 20px 15px;
    }

    .main_subtit {
        padding-top: 10px;
    }

    .add_student {
        top: 10px;
    }

    .form-group, .input-group {
        margin-top: 5px;
    }

    .info_btn {
        display: block;
    }
}

@media (max-width: 767px) {
    .psw_btn {
        width: 50%;
    }

    .info_text {
        padding-right: 0;
        overflow: unset;
        text-overflow: unset;
        white-space: unset;
        -webkit-line-clamp: unset;
    }

    .info_time {
        padding-top: 10px;
        text-align: left;
    }

    .info_btn {
        padding-top: 10px;
    }

    .time_box {
        top: 2px;
    }

    .time_box .form-control.timeInput {
        width: 90px;
        padding: 6px;
    }
}

/*新闻列表页*/
.news_header {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.news_box {
    margin-left: 0;
    margin-right: 0;
}

.news_box > div {
    padding-left: 0;
    padding-right: 0;
}

.news_box > .news_left {
    padding-right: 40px;
}

.news_main {
    padding-top: 15px;
}

.item2 {
    display: block;
    float: left;
    padding: 4px 10px;
    background-color: #f5f5f5;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.item2:hover {
    color: #456fff;
}

.item2.active {
    color: #fff;
    background: #317df4;
}

.news_list {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
}

.news_list:last-child {
    margin-bottom: 0;
}

.news_list:hover {
    background-color: #f5f5f5;
}

.news_list a.picture {
    display: block;
    position: relative;
}

.news_list .picture {
    float: left;
    margin-right: 20px;
    width: 182px;
    height: 108px;
    overflow: hidden;
    min-width: 182px;
    max-width: 182px;
}

.news_list .Monograph {
    height: 108px !important;
    width: auto !important;
    overflow: hidden;
    margin-left: -11px !important;
}

.news_list .picture img {
    width: 100%;
    min-height: 108px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.news_list .picture img:hover {
    -ms-transform: scale(1.15); /* IE 9 */
    -webkit-transform: scale(1.15); /* Safari */
    transform: scale(1.15); /* 标准语法 */
}

.news_detail {
    padding: 0 4px;
}

.news_tit {
    min-height: 80px;
    font-size: 20px;
}

.news_list a {
    padding-right: 10px;
    line-height: 30px;
    font-size: 18px;
    color: #333;
}

.news_list a:hover, .news_list a:active, .news_list a:focus {
    color: #3b79ea;
}

.news_info {
    padding-top: 10px;
    font-size: 14px;
    color: #888;
}

.news_info .time img {
    margin-top: -4px;
    padding-right: 5px;
}

.icon_hot {
    display: inline-block;
    width: 20px;
    height: 18px;
    background: url("../images/hot_icon.png") 0 0 no-repeat;
    background-size: 16px;
}

.gg_header {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 0 10px 0;
    color: #333;
}

.gg_main {
    /*background-color: #f7f8f9;*/
}

/*.gg_video video{
    max-width: 100%;
}
.video_tit{
    position: relative;
    padding: 8px 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}*/
.gg_subbox {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.img_box {
    text-align: center;
}

.img_box img {
    max-width: 100%;
    max-height: 168px;
}

.gg_subbox a {
    position: relative;
    display: block;
    padding: 0 10px 0 10px;
}

.gg_subbox a > .ggNews_tit {
    font-size: 14px;
    line-height: 20px;
    padding-top: 8px;
    margin-bottom: 10px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.gg_subbox a:hover > .ggNews_tit {
    color: #3b79ea;
}

.gg_subbox a:hover .gg_subbox_fl {
    display: block;
}

.gg_subbox_fl {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 25;
    background-color: #f8faff;
    min-height: 210px;
}

.video_box video {
    width: 100%;
}

.gg_subbox_fl > .ggNews_tit {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px 0 10px;
    margin-bottom: 10px;
    color: #333;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

ul.gg_info {
    margin-bottom: 0;
    width: 100%;
}

.gg_info li {
    margin-bottom: 15px;
    width: 100%;
}

.gg_info a.picture {
    display: block;
    position: relative;
}

.gg_info .picture {
    float: left;
    margin-right: 10px;
    width: 120px;
    height: 80px;
    overflow: hidden;
    min-width: 120px;
    max-width: 120px;
}

.gg_info .Monograph {
    height: 80px !important;
    width: auto !important;
    overflow: hidden;
    margin-left: -11px !important;
}

.gg_info .picture img {
    width: 100%;
    min-height: 80px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.gg_info .picture img:hover {
    -ms-transform: scale(1.15); /* IE 9 */
    -webkit-transform: scale(1.15); /* Safari */
    transform: scale(1.15); /* 标准语法 */
}

.gg_info .info_tit {
    padding-right: 5px;
}

.gg_info .info_tit a {
    font-size: 14px;
    line-height: 20px;
}

.gg_info .info_tit a:hover {
    color: #3b79ea;
}

@media (max-width: 767px) {
    .news_box > .news_left {
        padding-right: 0;
    }

    .video_tit {
        font-size: 16px;
        line-height: 24px;
    }

    .gg_info .info_tit a {
        font-size: 16px;
        line-height: 24px;
    }
}

/*新闻详情页*/
.current {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.detail_box {
    color: #333;
}

.detail_box h3 {
    font-size: 34px;
    line-height: 44px;
}

.detail_box {
    margin: 10px 0 15px 0;
    font-size: 13px;
    color: #333;
}

.detail_info {
    margin: 0;
    color: #999;
    font-size: 14px;
}

.detail_info > div {
    padding-left: 0;
    padding-right: 0;
}

.detail_info a.collection {
    background-image: url("../images/per_icon4.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-left: 20px;
    font-size: 13px;
    margin-right: 10px;
}

.detail_info a.collection:hover {
    color: #ff4400;
}

.detail_info a.active {
    background-image: url("../images/per_icon4-4.png");
    color: #ff4400;
}

.detail_cont {
    margin-top: 15px;
}

.detail_cont p {
    /*text-indent: 2em;*/
    font-size: 16px;
    line-height: 28px;
    /*text-align:justify!important;*/
}

.detail_cont img {
    max-width: 100%;
}

.detail_cont .picture {
    margin-bottom: 8px;
    text-align: center;
}

.video_cont video {
    max-width: 100%;
}

.closePage {
    padding: 10px 0 18px 0;
}

.closePage a {
    display: block;
    /*background: url(../images/close2.png) left center no-repeat;*/
    color: #888;
    font-size: 16px;
    line-height: 24px;
    width: 100px;
    text-align: center;
    padding-left: 25px;
    margin: 0 auto;
}

.closePage a:hover {
    /*background: url(../images/close1.png) left center no-repeat;*/
    color: #2c75f9;
}

@media (max-width: 767px) {
    .detail_box h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .detail_box p {
        font-size: 18px;
        line-height: 30px;
    }
}

/*消息详情页*/
.message_box {
    border: 1px solid #e5e5e5;
    border-top: 0;
    padding: 0 25px;
    color: #333;
    overflow: hidden;
}

.message_box h3 {
    font-size: 34px;
    line-height: 44px;
}

/*.message_box p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 28px;
    text-align:justify!important;
}*/
@media (max-width: 768px) {
    .message_box {
        padding: 0 15px;
    }

    .message_box h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

/*划片查询页*/
.classify {
}

.choose_area {
    border: 1px solid #e8e8e8;
    padding: 0 10px;
}

.sub_area {
    position: relative;
    border-bottom: 1px dashed #dedede;
    font-size: 14px;
    padding-bottom: 9px;
}

.sub_area:last-child {
    border-bottom: 0;
}

.sub_area .s_header {
    position: absolute;
    left: 11px;
    top: 15px;
    color: #999;
}

.sub_area .s_body {
    padding-left: 100px;
}

.sub_area .s_body a {
    display: block;
    float: left;
    margin: 9px 5px 0 0;
    padding: 5px 10px;
    color: #333;
    text-decoration: none;
}

.sub_area .s_body a:hover {
    color: #1661e9
}

.sub_area .s_body a:focus {
    color: #333;
}

.sub_area .s_body a.active {
    background-color: #5373ed;
    color: #fff;
}

.s_body_main {
    height: 40px;
    overflow: hidden;
}

.expand .s_body_main {
    height: auto;
    overflow: auto;
}

.sub_area .s_footer {
    position: absolute;
    right: 0;
    top: 15px;
}

.s_footer .show_more, .s_footer .show_less {
    position: absolute;
    right: 10px;
    padding: 0 3px;
    border: solid 1px #dad9d9;
    cursor: pointer;
    white-space: nowrap;
    font-size: 12px;
}

.s_footer .show_less {
    display: none;
}

.s_footer a:hover {
    color: #5373ed;
}

.sch_box .row {
    margin-left: -5px;
    margin-right: -5px;
}

.sch_box .row .form-group {
    padding-left: 5px;
    padding-right: 5px;
}

.sch_box .row .form-group label {
    display: block;
}

.sch_box .selectType, .sch_box .inputType {
    padding: 8px 12px 8px 12px;
    width: 100%;
    font-size: 15px;
    color: #333;
    border: 1px solid #dedfe0;
    border-radius: 0;
    height: auto;
}

.sch_table {
    margin-top: 15px;
}

.sch_table a {
    color: #5373ed;
    font-size: 15px;
}

.sch_table a:hover {
    color: #ff4400;
}

.sch_table > tbody > tr > th, .sch_table > tbody > tr > td {
    padding: 12px 12px;
    font-size: 15px;
    vertical-align: middle;
}

.sch_table > tbody > tr > th {
    background-color: #efefef;
    color: #666;
}

.sch_table > tbody > tr > td {
    color: #333;
}

.items_cont {
    overflow: hidden;
    margin-bottom: 15px;
    list-style-type: none;
}

.item_s {
    display: table-cell;
    vertical-align: middle;
    width: 16.66%;
    min-height: 40px;
    max-height: 40px;
    line-height: 15px;
    float: left;
    position: relative;
    padding: 4px 15px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.items_cont .item_s:first-child {
    background-color: #efefef;
    color: #333;
}

.item_s:hover {
    color: #456fff;
}

.item_s.active {
    color: #fff;
    background: #317df4;
}

.serch_btn {
    display: inline-block;
    padding: 9px 20px 10px;
    background-color: #f6631a;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.serch_btn:hover {
    background-color: #ff4400;
    color: #fff;
}

.serch_btn:focus {
    color: #fff;
}

.null_box .img_box {
    padding: 40px 0;
}

.null_box .img_box img {
    max-width: 100%;
}

.null_box p {
    width: 100%;
    background-color: #efefef;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

@media (max-width: 768px) {
    .sub_screen .s_body a {
        margin: 9px 5px 0 0;
    }

    .serch_btn {
        display: inline-block;
        width: 100%;
    }
}

/*学校百科*/
.sch_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.clearfix {
    zoom: 1;
}

.sch_list {
    border: 1px solid #e9e9e9;
    padding: 0 24px 24px;
    margin-top: 15px;
}

.sch_list_item {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.sch_list_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sch_pic {
    float: left;
    width: 22%;
    padding-right: 20px;
    max-height: 136px;
    overflow: hidden;
}

.sch_cont {
    float: left;
    width: calc(63% - 1px);
    padding-right: 20px;
}

.sch_btn {
    float: left;
    width: 15%;
}

.sch_pic img {
    max-width: 100%;
}

.sch_cont {
    border-right: 1px dashed #e2e2e2;
}

.sch_tit {
    margin-bottom: 15px;
}

.sch_tit h3 {
    margin: 0;
}

.sch_tit h3 a {
    float: left;
    margin-right: 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.sch_tit h3 a:hover {
    color: #5373ed;
}

.sch_tit .address_icon, .sch_tit .address_icon a {
    font-size: 14px;
    color: #666;
}

.sch_tit .address_icon a:hover {
    color: #e07564;
}

.sch_tit .address_icon i {
    padding: 2px 10px;
    background: url(../images/address_icon.png) center center no-repeat;
}

.sch_type_list {
    line-height: 32px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sch_type_list .row {
    margin-left: 0;
    margin-right: 0;
}

.sch_type_list .row > div {
    padding-left: 0;
}

.sch_type_list b {
    font-weight: normal;
    font-size: 14px;
    color: #333;
}

.sch_type_list span, .sch_type_list a {
    font-size: 14px;
    color: #666;
}

.sch_type_list a:hover {
    /*color: #5373ed;*/
    color: #e07564;
}

.sch_type_list a.website {
    display: inline-block;
    font-size: 12px;
    color: #e07564;
    padding: 0 10px;
    margin-right: 10px;
    border: 1px solid #e07564;
    line-height: 26px;
    border-radius: 2px;
}

.sch_type_list a.website:hover {
    background-color: #e07564;
    color: #fff;
}

.sch_btn a {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 8px;
    background-color: #5373ed;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.sch_btn a:hover {
    background-color: #4466e8;
}

.sch_list .pagination {
    margin-top: 24px;
}

/*.pagination {
    margin: 15px auto 0 auto;
    width: 100%;
    text-align: center;
}
.pagination li {
    display: inline-block;
    padding: 0;
    border: 0;
}
.pagination li a{
    color: #333;
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    background-color: #5373ed;
    border: #5373ed 1px solid;
    color: #fff;
    border-top-left-radius: 4px;
}*/
@media only screen and (max-width: 1024px) {
    .sch_list {
        padding: 0 15px 15px;
    }

    .sch_list_item {
        padding: 20px 0;
    }

    .sch_pic {
        width: 30%;
    }

    .sch_cont {
        width: calc(55% - 1px);
    }

    .sch_btn {
        width: 15%;
    }

    .sch_tit h3 a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .serch_btn {
        display: inline-block;
        width: 100%;
    }

    .sch_list {
        margin-left: -1%;
        margin-right: -1%;
        padding: 0;
        border: 0;
    }

    .sch_list_item {
        float: left;
        width: 48%;
        margin: 1%;
        border: 1px solid #ddd;
        padding: 2%;
    }

    .sch_pic, .sch_cont, .sch_btn {
        width: 100%;
        padding-right: 0;
    }

    .sch_pic {
        min-height: 100px;
        max-height: 100px;
        margin-bottom: 10px;
    }

    .sch_pic img {
        min-height: 100%;
    }

    .sch_cont {
        border-right: 0;
    }

    .sch_tit {
        margin-bottom: 5px;
    }

    .sch_tit h3 a {
        font-size: 18px;
        width: 100%;
        margin: 0 auto 10px auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sch_btn a {
        width: 100%;
    }
}

/*学校详情页*/
.current {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #333;
}

.sch_detail_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sch_detail_box {
    border: 1px solid #e9e9e9;
    padding: 20px;
}

.sch_detail_box img {
    max-width: 100%;
}

.sch_detail_tit h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #31404c;
}

.sch_detail_tit i.sch_icon {
    background: url("../images/sch_icon.png") 0 center no-repeat;
    padding: 2px 20px;
}

.sch_detail_cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sch_detail_video {
    float: left;
    width: 27%;
    padding-right: 20px;
}

.sch_detail_type {
    float: left;
    width: calc(46% - 1px);
    padding-right: 20px;
}

.sch_detail_pic {
    float: left;
    width: 27%;
    max-height: 190px;
    overflow: hidden;
}

.sch_detail_video a {
    display: block;
}

.sch_video_cont {
    position: relative;
}

.sch_video_pic {
    width: 100%;
    max-height: 160px;
    overflow: hidden;
}

.sch_video_fl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/video_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 48px;
}

.sch_video_tit {
    padding: 0 5px;
    background-color: #5373ed;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
}

.detail_type_list b {
    font-size: 15px;
    font-weight: normal;
    color: #183049;
}

.detail_type_list {
    line-height: 32px;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.detail_type_list span {
    font-size: 15px;
    color: #58626d;
}

.detail_type_list a {
    font-size: 15px;
    color: #58626d;
}

.detail_type_list a:hover {
    color: #e07564;
}

.myCrl {
    width: 100%;
    left: 0;
    bottom: 30px;
    margin: 0;
    padding-right: 10px;
    text-align: center;
}

.carousel-inner {
    max-height: 190px;
    min-height: 190px;
}

.carousel-inner > .item {
    max-height: 190px;
    min-height: 190px;
}

.item_tit {
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.carousel-inner > .item img {
    cursor: pointer;
}

.arrow_position {
    position: absolute;
    top: 30%;
}

.sch_introduction {
    width: 100%;
    padding-top: 10px;
}

.sch_introduction_tit {
    font-size: 18px;
    font-weight: bold;
    color: #183049;
    border-bottom: 1px solid #eee;
}

.sch_introduction_line {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: -1px;
    border-bottom: 1px solid #192d76;
}

.sch_introduction_line i.introduction_icon {
    background: url("../images/sch_icon2.png") 0 center no-repeat;
    background-size: 22px;
    padding: 0 15px 2px;
}

.sch_introduction_cont {
    padding-top: 20px;
}

.sch_introduction_cont p {
    text-indent: 2em;
    text-align: justify;
    font-size: 15px;
    color: #183049;
    line-height: 30px;
}

.video_pop {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999 !important;
    justify-content: center;
    align-items: center;
    display: none;
}

.video_pop .z_row {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/colse.png) no-repeat center;
    z-index: 100;
    cursor: pointer;
}

#video {
    width: 100%;
    max-height: 100%;
}

@media (max-width: 767px) {
    .sch_detail_box {
        border: 0;
        padding: 0;
    }

    .sch_detail_video, .sch_detail_type, .sch_detail_pic {
        width: 100%;
        padding-right: 0;
    }

    .sch_detail_type {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .sch_video_pic {
        max-height: 200px;
    }

    .sch_detail_pic {
        max-height: 240px;
    }

    .carousel-inner {
        max-height: 190px;
    }

    .carousel-inner > .item {
        max-height: 190px;
    }
}

/*弹窗登录*/
.prompt p { /*注册登录以及忘记密码提示信息样式*/
    padding: 5px 10px;
    border: #ffbdbf 1px solid;
    background-color: #ffebed;
    text-align: left;
    color: #e7383c;
    font-size: 14px;
    margin-bottom: 0;
}

.popup_login_modal .modal-dialog {
    width: 460px;
    padding-top: 0;
    padding-bottom: 0;
    top: 15%;
}

.popup_login_modal .modal-header {
    border-bottom: 0;
}

.popup_login_modal .modal-body {
    padding: 0;
}

.popup_login {
    position: relative;
    width: 420px;
    background-color: #fff;
}

.login_box {
    padding: 30px;
    min-height: 550px;
}

.title {
    margin-top: 15px;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0;
    color: #3b79ea;
    text-align: center;
}

.toggle_module {
    margin-top: 20px;
    text-align: right;
    font-size: 14px;
    color: #3b79ea;
}

.toggle_module a {
    color: #3b79ea;
}

.toggle_module span {
    cursor: pointer;
}

.form-group {
    position: relative;
    /*padding-left: 10px;*/
    margin-top: 15px;
    margin-bottom: 0;
}

.input-group {
    position: relative;
    /* padding-left: 10px;*/
    margin-top: 15px;
    margin-bottom: 0;
}

.point {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 14px;
    font-weight: bold;
    color: #ff4400;
}

.form-control {
    height: auto;
    border-radius: 0;
    line-height: unset;
}

/*.inputType,.selectType{
    padding:10px 12px 10px 12px ;
    width: 100%;
    font-size: 16px;
    color: #333;
    border: 1px solid #dedfe0;
}*/
.input-group-addon {
    border-radius: 0;
    border: 1px solid #dedfe0;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.input-group-addon a, .input-group-addon a:hover {
    color: #3b79ea;
    /*font-size: 15px;*/
}

.login_yzm_img {
    height: 39px;  /*width: 100%;*/
    padding-top: 6px;
}

.btn_box {
    margin-top: 30px;
    position: relative;
}

.popup_login .login_btn {
    display: block;
    padding: 12px 12px 12px 12px;
    width: 100%;
    background-color: #456fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#418eff, endColorstr=#4566ff);
    background-image: linear-gradient(90deg, #418eff, #4566ff);
    border: none;
    border-radius: 0;
    font-size: 17px;
    color: #fff;
    text-align: center;
}

.login_btn:hover {
    background-image: none !important;
    background-color: #4566ff !important;
    filter: none;
    color: #fff;
}

.login_btn:focus {
    color: #fff;
}

.popup_login .reg_btn {
    width: 100%;
    padding: 11px 12px 11px 12px;
    border: 1px solid #456fff;
    border-radius: 0;
    background-color: #fff;
    color: #456fff;
    font-size: 17px;
    text-align: center;
}

.popup_login .reg_btn:hover {
    color: #456fff;
}

.hint {
    margin-top: 15px;
    font-size: 13px;
    color: #999;
}

.forget_pwd {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.forget_pwd a {
    font-size: 14px;
    color: #666;
}

.forget_pwd a:hover {
    color: #456fff;
}

.sxzs {
    margin-top: 30px;
    text-align: center;
}

.sxzs_tit {
    position: relative;
}

.sxzs_tit a {
    color: #456fff;
    font-size: 16px;
    font-weight: bold;
}

.sxzs_tit a:hover {
    color: #456fff;
}

.sxzs_tit::before {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}

.sxzs_tit::after {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: 50%;
    right: 0;
}

.hint2 {
    margin-top: 5px;
    font-size: 13px;
    color: #999;
}

.hint2 a {
    margin-right: 10px;
    background-color: #f1f1f1;
    font-size: 14px;
    color: #456fff;
    padding: 4px 10px;
}

.hint2 a:last-child {
    margin-right: 0;
}

/*点击弹窗效果:注册账号判断*/
.popup_choose_modal .modal-dialog {
    width: 440px;
    padding-top: 0;
    padding-bottom: 0;
    top: 15%;
}

.popup_choose_modal .modal-header {
    border-bottom: 0;
}

.popup_choose_modal .modal_tit {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    color: #3b79ea;
}

.popup_choose_modal .modal-body {
    position: relative;
    padding-top: 0;
    text-align: center;
}

.choose_hint {
    position: relative;
    margin-top: 5px;
}

.choose_hintTit {
    font-size: 14px;
    color: #999;
}

.choose_hintTit::before {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 0;
}

.choose_hintTit::after {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    right: 0;
}

.popup_choose_modal .modal_cont {
    border: 0;
}

.popup_choose_modal .modal_cont p {
    text-indent: 0;
    font-size: 14px;
    line-height: 24px;
}

.popup_choose_modal .modal_cont .radio {
    font-size: 14px;
}

.popup_choose_modal .sub_btn {
    width: 100%;
}

.input_box {
    position: relative;
}

.choose_list {
    padding: 10px 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    display: none;
}

.choose_list > a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}

.choose_list > a:hover {
    background-color: #f3f3f3;
}

.choose_list > a > div {
    float: left;
}

.choose_list > a > div.number {
    text-align: center;
    width: 40px;
}

/*-----结束-----*/


/*适配移动端*/
@media (max-width: 768px) {
    .popup_login_modal .modal-dialog {
        top: 5%;
    }

    .popup_choose_modal .modal-dialog {
        top: 5%;
    }

    .body_bg {
        background-color: #ffffff;
    }

    .bg {
        background: none !important;
        min-height: auto;
        margin: 0 auto;
    }

    .popup_login {
        position: relative;
        width: 100%;
    }

    .login_box {
        padding: 15px 15px 30px 15px;
    }
}

@media (max-width: 767px) {
    .popup_login_modal .modal-dialog {
        width: 100%;
    }

    .popup_choose_modal .modal-dialog {
        width: 100%;
    }
}

/*注销账号*/
.zxBtn {
    display: inline-block;
    float: right;
    top: 0;
    background-color: #fff7f0;
    border: 1px solid #ff7f00;
    color: #ff7f00;
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    padding: 0 10px;
}
.zxBtn:hover {color: #ff7f00;}
.flexBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.flexBox .xz {
    padding: 15px 20px;
    background-color: #f4f6f9;
    margin-bottom: 30px;
}
.flexBox .xz h4 {
    text-align: center;
    color: red;
    font-size: 16px;
    /*margin-top: 0;*/
    margin-bottom: 10px;
}
.flexBox .xz p {margin-bottom: 0;line-height: 22px;font-size: 15px;}
.flexBox .zxInfo{margin-bottom: 5px;}
.flexBox .zxInfo p {font-size: 15px;margin-bottom: 5px;}
.flexBox .zxInfo p span{font-size: 15px; color: #000}
.bordered {border: 1px solid #eee;padding: 0 20px 20px; }
.yzm {margin-top: 0;}
.b_box {text-align: center;margin-top: 20px;margin-bottom: 15px;}
.b_box a {
    display: inline-block;
    width: 200px;
    line-height: 38px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
}
.b_box a:last-of-type{margin-right: 0;}
.b_box a.btnA{
    background-color: #456fff;
    border: 1px solid #456fff;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#418eff, endColorstr=#4566ff);
    background-image: linear-gradient(90deg, #418eff, #4566ff);
}
.b_box a.btnB{
    background-color: #fff7f0;
    border: 1px solid #ff7f00;
    color: #ff7f00;
}
@media (max-width: 768px) {
    .flexBox .xz {padding: 15px;margin-bottom: 10px;}
    .flexBox .xz h4 {margin-bottom: 10px;}
    .flexBox .zxInfo p {font-size: 14px;}
    .bordered {padding: 0 15px 15px;}
}
@media (max-width: 767px) {
    .b_box a{margin-right: 0;margin-bottom: 10px;}
    .b_box a:last-of-type{margin-bottom: 0;}
}

/*模态框*/
.modal{width: 100%;height: 100%;}
.modal-dialog{top:10%;}
.modal-content {box-shadow:none;}
.modal-header {border-bottom: 0;}
.modal-body {padding-top: 0;text-align: center;}
.modal_tit{
    font-size: 26px;
    font-weight: bold;
    color: #3b79ea;
}
.modal_cont{padding: 15px;font-size: 15px;}
.modal_cont>h3{margin-top: 0}
.modal_cont>p{text-align: left;text-indent:2em;}
.modal_cont>p:last-of-type{margin-bottom: 0;}
.modal_cont a{display: block;margin: 0 auto;}
#phoneImg:hover img{
    content: url("../images/phone_hover.png");
}
#idImg:hover img{
    content: url("../images/id_hover.png");
}
.modal_cont a span{display: block;padding-top: 5px;}
.choose_hint{position: relative;margin-top: 5px;}
.choose_hintTit{font-size: 14px;color: #999;}
.choose_hintTit::before{
    content: "";
    width: 35%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    left: 0;
}
.choose_hintTit::after{
    content: "";
    width: 35%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 50%;
    right: 0;
}
@media screen and (min-width: 768px) {
    .modal-dialog {width: 420px;}
}
@media (max-width: 768px) {
    .modal-dialog {top:0;}
}
/*模态框-----结束*/
