html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
    display: block;
}

ul, ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}

body {
    background: #fff;
    min-width: 1140px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

button {
    border: none;
    outline: none;
}

/* 版心 */
.wrap {
    width: 1140px;
    margin: 0 auto;
}

/* ----- header  头部----- */
.header {
    height: 30px;
    background: #393D49;
}

.headerBox {
    display: flex;
    justify-content: space-between;
}

.headerBox-left {
    /*width: 411px;*/
    height: 30px;
    font-size: 14px;
    color: #B0B5C2;
    line-height: 30px;
}
.headerBox-right{
    display: flex;
}
.headerBox-navBox {
    /*margin-left: 79px;*/
    height: 30px;
    line-height: 30px;
}

.header-nav {
    line-height: 30px;
    padding-right: 12px;
    font-size: 14px;
    color: #FFFFFF;
}

.header-nav:hover {
    color: #FFFFFF;
}

.header-loginBox {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
}

.header-login {
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.logo-text {
    line-height: 30px;
}

.header-login:hover {
    color: #FFFFFF;
}

.login-box {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;

}

.login-box .icondenglu {
    color: #393D49;
    font-size: 10px;
    margin: 5px 0 5px;

}

.header-free {
    margin-left: 40px;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
}

.header-free span {
    line-height: 30px;
}

.header-free:hover {
    color: #FFFFFF;
    cursor: pointer;
}

/* ----- logo 区域----- */

.logo {
    height: 90px;
    background: #f9f9f9;
}

.logoBox {
    display: flex;
}

.logo-left {
    display: inline-block;
    width: 261px;
    height: 48px;
    margin-top: 21px;
}

.logo-left img {
    width: 100%;
}

.logo-input {
    margin: 25px 0 0 77px;
    width: 544px;
    height: 40px;
    display: flex;
}

.logo-input input {
    padding-left: 14px;
    width: 452px;
    height: 38px;
    border: 1px solid #DCDCDC;
    font-size: 14px;
    line-height: 40px;
}

.logo-btn {
    width: 92px;
    height: 40px;
    background: #00B1FB;
    line-height: 40px;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}

.logo-btn img {
    margin-top: 14px;
    width: 14px;
    height: 13px;
    margin-right: 4px;
}

.logo-phone {
    display: flex;
    margin-left: 63px;
    margin-top: 26px;
}

.logo-phone img {
    width: 194px;
    height: 36px;
}


/* ----- 导航 区域----- */

.nav {
    height: 50px;
    background: #F2F2F2;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .12);
    overflow: hidden;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    color: #333;
    font-size: 16px;
}

.nav-info:hover a {
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.nav-info:hover .nav-info-line {
    display: block;
}

.nav-info-line {
    display: none;
    width: 30px;
    height: 4px;
    margin: 5px auto 0;
    background: #00B1FB;
    border-radius: 2px;
}

.nav-top {
    position: sticky;
    top: -1px;
    z-index: 999;
}

/* ----- 友情链接区域----- */

.link {
    height: 227px;
    background: #393D49;
}

.ym-friendship {
    clear: both;
    height: 187px;
    background: #393D49;
    padding-top: 40px;
}

.ym-friendship .w {
    display: flex;
    justify-content: space-between;
}

.ym-friendship .ym-friendship-link {
    display: inline-block;
    width: 580px;
}

.ym-friendship .ym-friendship-link .ym-friendship-link-p,
.ym-friendship-contact .ym-friendship-contact-p {
    display: inline-block;
    width: 181px;
    height: 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.ym-friendship .ym-friendship-link .ym-friendship-link-ul {
    margin-top: 20px;
}

.ym-friendship .ym-friendship-link .ym-friendship-link-li {
    float: left;
    margin-right: 12px;
    font-size: 12px;
    color: rgba(114, 118, 130, 1);
    line-height: 32px;
}

.ym-friendship .ym-friendship-link .ym-friendship-link-li:hover a {
    color: #fff;
}

.ym-friendship .ym-friendship-link .ym-friendship-link-li a {
    font-size: 12px;
    color: rgba(114, 118, 130, 1);
}

.ym-friendship .ym-friendship-contact .ym-friendship-contact-code {
    margin-top: 25px;
}

.ym-friendship .ym-friendship-contact .ym-friendship-contact-code-one {
    display: inline-block;
    width: 93px;
    margin-right: 20px;
}

.ym-friendship .ym-friendship-contact .ym-friendship-contact-code-one:last-child {
    margin-right: 0;
}

.ym-friendship-contact-code-one .ym-friendship-contact-code-img {
    width: 93px;
}

.ym-friendship .ym-friendship-contact .ym-friendship-contact-code-p {
    display: inline-block;
    width: 98px;
    height: 40px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 40px;
    text-align: center;
}

/* ----- 底部区域----- */

.footer {
    height: 40px;
    background: #2C2E37;
}

.footerBox {
    display: flex;
}

.footerBox p {
    margin-left: 212px;
    font-size: 12px;
    color: #616572;
    line-height: 40px;
}

.record {
    color: #616572;
}

.record:hover {
    color: #616572;
}

.websiteMap {
    margin-left: 40px;
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 40px;
}

.websiteMap:hover {
    color: #FFFFFF;
}

/* ----- 面包屑导航 ------ */
.crumbs {
    padding: 15px 0;
    color: #333;
}

.crumbs a {
    color: #999;
}

.grey {
    color: #999;
    padding: 0 4px;
}

.crumbs a:hover {
    color: #00b1fb;
}

/* -------------------右侧部分----------- */
/* ---- 移民项目 ------*/
.project-box {
    /*height: 376px;*/
    border: 1px solid #E6E6E6;
}

.project-box-show {
    height: 383px;
    overflow: hidden;
}

.project-title {
    height: 40px;
    padding-left: 16px;
    background: #F2F5F7;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    border-left: 5px solid #00B1FB;
}

.project-content {
    position: relative;
    padding: 5px 18px 8px 17px;
}

.project-text {
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 32px;
    cursor: pointer;
}

.project-text:last-child {
    margin: 0;
}

.project-text:hover {
    color: #00B1FB;
}

.iconwenjianjia {
    margin-right: 7px;
}

.project-info {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 221px;
    height: 96%;
    padding: 4% 18px 0 17px;
    background: #fff;
}

.project-info-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.info-title-text {
    display: flex;
    color: #00B1FB;
    font-size: 14px;
}

.info-title-text-info {
    width: 165px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.close {
    flex-shrink: 0;
    font-size: 12px;
    color: #999;
    line-height: 20px;
    cursor: pointer;
}

.project-info-list-box {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.list-text a {
    color: #333;
}

.list-text span {
    font-size: 14px;
}

.iconyuandian {
    margin-right: 5px;
    font-size: 15px;
    position: relative;
    top: 1px;
    color: #ccc;
}

.list-text:hover a {
    color: #00B1FB;
}

.list-text:hover span {
    color: #00B1FB;
}

.list-text {
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.look-more {
    position: absolute;
    bottom: 21px;
    width: 180px;
    height: 25px;
    margin-left: 23px;
    background: #00B1FB;
    font-size: 14px;
    color: #fff !important;
    text-align: center;
    line-height: 25px;
    border-radius: 4px;
}

/* ---- 项目专题 ------*/
.project-special {
    margin-top: 38px;
    padding-bottom: 17px;
    border: 1px solid #E6E6E6;
}

.special-title {
    display: flex;
    justify-content: space-between;
    height: 40px;
    padding: 0 13px 0 16px;
    background: #F2F5F7;
    border-left: 5px solid #00B1FB;
}

.special-title-text {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.special-more {
    font-size: 12px;
    line-height: 40px;
}

.special-more a {
    color: #999;
}

.special-pic {
    position: relative;
    width: 230px;
    margin: 17px auto 0;
    height: 129px;
    overflow: hidden;
}

.special-pic img {
    width: 230px;
    height: 129px;
}

.special-pic:hover .special-pic-content {
    position: absolute;
    bottom: 0;
    transition: .3s;
}

.special-pic-content {
    position: absolute;
    bottom: -30px;
    width: 210px;
    height: 30px;
    padding: 0 10px;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    transition: .3s;
}

.special-pic-content a {
    color: #fff;
}

/* ---- 移民社区 ------*/
.community {
    margin-top: 40px;
}

.community-title {
    height: 16px;
    padding-left: 10px;
    border-left: 3px solid #00B1FB;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.community-content {
    margin-top: 12px;
    border: 1px solid #e6e6e6;
}

.tab-box {
    display: flex;
    height: 31px;
}

.tab-box-son {
    width: 130px;
    height: 31px;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}

.tab-active {
    height: 32px;
    color: #fff;
    background: #00B1FB;
    border: none;
}

.tab-info {
    display: none;
    padding: 18px 15px 20px 10px;
}

.tab-info-list {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 14px;
}

.tab-info-list:last-child {
    margin: 0;
}

.tab-info-list a {
    width: 157px;
    margin-right: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.tab-info-list:hover a {
    color: #00B1FB;
}

.tab-info-list:hover span {
    color: #00B1FB;
}

.tab-info-active {
    display: block;
}

.tab-info-time {
    margin-top: 2px;
    color: #999;
}

.tab-look-more {
    margin: 20px auto 0;
    background: #00B1FB;
    border-radius: 4px;
    width: 230px;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.tab-look-more a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

/* ---- 免费咨询 ------*/
.phone-consultation {
    height: 330px;
    margin-top: 40px;
    border: 1px solid #dcdcdc;
}

.phone-pic {
    width: 258px;
    height: 250px;
    margin-left: -1px
}

.phone-pic img {
    width: 258px;
    height: 250px;
}

.user-phone {
    display: flex;
    width: 230px;
    height: 40px;
    margin: 20px auto 0;
    color: #333;
    font-size: 14px;
}

.user-phone-text {
    display: block;
    width: 160px;
    border: 1px solid #c9c9c9;
}

.user-phone-text input {
    display: block;
    height: 35px;
    border: none;
    padding: 3px 0 0 15px;
    color: #333;
}

.user-phone-text input::-webkit-input-placeholder {
    color: #c9c9c9;
}

.inquiry-btn {
    width: 70px;
    height: 40px;
    background: #00B1FB;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
}

.inquiry-btn a {
    display: block;
    color: #fff;
}

/* ---- 推荐阅读 ----- */
.recommend-read {
    padding: 15px 15px 0 17px;
}

.recommend-text {
    margin-bottom: 12px;
    font-size: 14px;
}

.recommend-text a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend-text:last-child {
    margin: 0;
}

.recommend-text a {
    color: #666;
}

.recommend-text a:hover {
    color: #00b1fb;
}

/* ----- 列表模块公共上标题边框（可复用）----- */
.common-indexRight {
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
}

.add-circle {
    width: 12px;
    height: 12px;
    margin-top: 15px;
    margin-left: 4px;
}

.special-more:hover:hover .add-circle {
    animation: rotateImg 2s linear infinite;
}

.special-more > a:hover {
    color: #00B1FB;
}

.common-indexRight > span:hover {
    color: #00B1FB;
}

.common-indexRight:hover .add-circle {
    animation: rotateImg 2s linear infinite;
}

@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.common-indexRight:hover {
    color: #999999;
}

/* --- 综合资讯 ---- */
.recommend-read {
    padding: 15px 15px 0 17px;
}

.recommend-text {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px;
    font-size: 14px;
}

.recommend-content {
    width: 164px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.recommend-text:last-child {
    margin: 0;
}

.recommend-text a {
    color: #666;
}

.recommend-text a:hover {
    color: #00b1fb;
}

.recommend-time {
    color: #999;
    margin-top: 3px;
}

/* layui按钮样式 */
.layui-btn {
    width: 70px;
    height: 38px;
    padding: 0;
    background: #00B1FB;
    font-size: 14px;
    text-align: center;
    line-height: 38px;
    border-radius: 0;
    color: #fff;
}

.inquiry-btn .layui-btn:hover {
    opacity: 1;
    filter: alpha(opacity=80);
    /* color: #fff; */
}

/* 分页样式 */

.page {
    overflow: hidden;
    text-align: center;
}

.page .pagination {
    display: inline-block;
}

.page .pagination > li {
    display: inline;
}

.page .pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.page .pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #666;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.page .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #00B1FB;
    border-color: #00B1FB;
}

.page .pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}




/* 登录成功样式 */
.user-name {
    width: 88px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

.user-name a {
    width: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}

.welcome {
    color: #616572;
}

.logOut-btn {
    display: flex;
    align-items: center;
    width: 50px;
    height: 20PX;
    margin: 5px 0 0 13px;
    background: #FF0000;
    border-radius: 10px;
}

.logOut-pic {
    height: 11px;
}

.logOut-pic img {
    width: 11px;
    height: 11px;
    margin-left: 7px;
}

.logOut-text {
    margin-left: 2px;
    font-size: 12px;
    cursor: pointer;
    color: #fff !important;
}


/* ----- 相关资讯 ------ */
.about-info {
    margin: 52px 0 50px 0;
}

.about-info-title {
    width: 840px;
    padding-bottom: 8px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.about-info-text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}

.info-text-box {
    display: flex;
    align-items: center;
    width: 407px;
    margin-bottom: 18px;
}

.info-text-box:hover .about-spot {
    background: #00B1FB;
}

.info-text-box:hover .about-text-content a {
    color: #00B1FB;
}

.about-spot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-right: 11px;
    background: #ccc;
    border-radius: 50%;
}

.about-text-content {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.about-text-content a {
    color: #333;
}
.layui-layer-page .layui-layer-content{
    overflow: unset !important;
}
/* 2021-7-27 新增左侧gif样式 */
.mainbox {
    background: #ffffff;
    width: 150px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 1px solid #FF6666 !important;
    border-radius: 9px;
    text-align: center;
    position: absolute;
    left: 173px;
    top: -2px;
    line-height: 20px;
}

.jian1 {
    /*content: "";*/
    /*display: block;*/
    border-width: 7px 14px;
    position: absolute;
    left: 147px;
    top: 30px;
    transform: translateY(-50%);
    border-style: solid dashed dashed;
    border-color: transparent #FFFFFF transparent transparent;
    font-size: 0;
    line-height: 0;
    z-index: 3;
}

.jian2{
    /*content: "";*/
    /*display: block;*/
    border-width: 7px 14px;
    position: absolute;
    left: 145px;
    top: 30px;
    transform: translateY(-50%);
    border-style: solid dashed dashed;
    border-color: transparent #FF6666 transparent transparent;
    font-size: 0;
    line-height: 0;
    z-index: 2;
}

.fuChuang-img {
    position: relative;
    width: 188px;
    height: 167px;
    background: url('https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images2.0/index/mascot-show.svg') no-repeat center;
    display: none;
    /*padding: 0 0 17px 17px;*/
    margin: 0 0 17px 17px;
}
.fuChuang-img2{
    position: fixed;
    bottom: 17px;
    left: 0;
    width: 78px;
    height: 152px;
    background: url('https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images2.0/index/mascot-hide.svg') no-repeat center;
    /*display: none;*/
    /*padding: 0 0 17px 17px;*/
    /*margin: 0 0 17px 0;*/
}
.layui-layer{
    box-shadow: none !important;
}
.main-box-black {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    line-height: 20px;
}

.main-box-yellow {
    font-size: 14px;
    font-weight: 400;
    color: #FFC409;
    line-height: 20px;
}

.main-box-red {
    font-size: 14px;
    font-weight: 400;
    color: #FF6666;
    line-height: 20px;
}

.main-box-blue {
    font-size: 14px;
    font-weight: 400;
    color: #2982FF;
    line-height: 20px;
}

.fu-close{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: absolute;
    left: 323px;
    top: -26px;
    cursor: pointer;
}

.fu-close img{
    width: 100%;
}

.fu-close-hode{
    left: 68px;
    top: 11px;
}

.show1 {
    border: 1px solid #2982FF !important;
}
.show2 {
    border: 1px solid #FFC409 !important;
}

.btn-show1{
    border-color: transparent #2982FF transparent transparent;
}

.btn-show2{
    border-color: transparent #FFC409 transparent transparent;
}


.show {
    border: 1px solid #FBAE3B;
}

/* 2021-7-27 新增 */
.ym-footer-fixed {
    position: fixed;
    right: 0;
    bottom: 100px;
    width: 70px;
    height: 280px;
}

.ym-footer-fixed .ym-footer-fixed-icon {
    font-size: 26px;
    color: #fff;
}

.ym-footer-fixed .ym-footer-fixed-kefu {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #00B1FB;
    border-radius: 50%;
    margin-bottom: 10px;
}

.ym-footer-fixed-kefu .ym-footer-fixed-kefu-img {
    width: 60px;
    height: 60px;
}

.ym-footer-fixed-tel {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 7px;
    background: url("https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images2.0/index/tel.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.ym-footer-fixed .ym-footer-fixed-xiangshang {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #666;
    opacity: 0.5;
    margin-top: 7px;
}

.ym-footer-fixed-kefn-show {
    position: fixed;
    bottom: 254px;
    right: 80px;
    display: none;
    z-index: 2;
}

.ym-footer-fixed-shangqiao-show {
    position: fixed;
    bottom: 216px;
    right: 80px;
    z-index: 1;
}

.ym-footer-tel-hover:hover .ym-footer-fixed-tel-show {
    display: block;
}

.ym-footer-fixed-tel-show {
    position: fixed;
    height: 44px;
    background: transparent;
    bottom: 189px;
    right: 70px;
    display: none;
    z-index: 2;
}

.ym-footer-fixed-tel-show .ym-footer-fixed-tel-flex {
    display: flex;
    align-items: center;
    width: 133px;
    height: 44px;
    background: #fff;
    border: 1px solid rgba(210, 210, 210, 1);
    border-radius: 5px;
    padding-left: 6px;
    padding-right: 6px;
    margin-right: 10px;
}

.ym-footer-fixed-tel-flex .tel-input {
    font-size: 12px;
    color: #999;
    width: 84px;
    height: 28px;
    border: 1px solid rgba(56, 133, 205, 1);
    border-radius: 5px;
    padding: 0 5px;
}

.ym-footer-fixed-tel-flex .tel-btn {
    width: 36px;
    height: 28px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 28px;
    background: rgba(56, 133, 205, 1);
    border-radius: 5px;
    margin-left: 2px;
    border: none;
    cursor: pointer;
}

.ym-footer-fixed-tel-flex .tel-input::-webkit-input-placeholder {
    color: #999;
}

.ym-footer-fixed-icon:hover {
    cursor: pointer;
}

/*.fuChuang-img {*/
/*    position: relative;*/
/*    width: 290px;*/
/*    height: 240px;*/
/*    background: url(../images2.0/index/fuChuang3.png) no-repeat center;*/
/*    display: none;*/
/*    padding: 0 0 30px 30px;*/
/*}*/

/*.fuChuang-img > a {*/
/*    display: block;*/
/*    height: 100%;*/
/*}*/

.ym-footer-fixed-weixin {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 7px;
    background: url("https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images2.0/index/ask.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.ym-footer-fixed-weixin-show {
    width: 145px;
    position: fixed;
    bottom: 320px;
    right: 80px;
    display: none;
    z-index: 2;
    border: 1px solid #d2d2d2;
    height: 174px;
    border-radius: 5px;
    background: #ffffff;
}

/* 微信移上图片 */
.ym-footer-fixed-weixin-show img {
    width: 123px;
    height: 100px;
    margin: 20px 10px 3px;
}

/* 微信移上扫码 */
.weixin-show-code {
    text-align: center;
    color: #999999;
    font-size: 14px;
}

/* 微信移上电话 */
.weixin-show-phone {
    text-align: center;
    font-size: 15px;
    color: #333333;
}

/* 客服移上 */
.ym-footer-fixed-kefn-show {
    position: fixed;
    bottom: 254px;
    right: 80px;
    background: #ffffff;
    /* display: none; */
    z-index: 2;
    width: 143px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

/* 客服移上 24小时*/
.kefn-blue {
    color: #00B1FB;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0 14px;
}

/* 客服移上 灰色文字*/
.kefu-gray {
    color: #999999;
    font-size: 14px;
}

.ym-footer-fixed-tel {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 7px;
    background: url("https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images2.0/index/tel.png") no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.ym-footer-fixed .ym-footer-fixed-pinggu {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    background: url("https://static-cdn.immiknow.com/site/v2.immiknow.com/static/images2.0/index/assess.png") no-repeat center;
    background-size: contain;
}

.ym-footer-fixed-pinggu-show {
    padding: 13px 24px;
    position: fixed;
    bottom: 98px;
    right: 80px;
    z-index: 2;
    background: #FFEAEA;
    border: 1px solid #EE0000;
    border-radius: 5px;
}

.pinggu-title {
    font-size: 13px;
    color: #AF9898;
}

.pinggu-text {
    font-weight: bold;
    font-size: 20px;
    color: #6B2F2F;
}

.pinggu-text-red {
    color: #FF3535;
}

/* 2021-7-27 新增 */

.calculator-info{
    width: 100%;
    /*margin: 10px 0;*/
}

.calculator-info img{
    width: 100%;
}
.calculator-pc{
    width: 260px;
    height: 232px;
    margin-top: 40px;
}
.calculator-pc img{
    width: 100%;
}

.layui-layer-title{
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #333333 !important;
    line-height: 28px !important;
    padding: 30px 0 !important;
    text-align: center !important;
    background: unset !important;
    border: unset !important;
    height: unset !important;
}
.layui-layer{
    border-radius: 10px !important;

}

.jisuan{
    background: unset !important;
}



/*  计算器弹出层样式  */
.calculator-table{
    display: flex;
    justify-content: space-between;
}
.calculator-table .right{
    height: 370px;
    overflow-y: auto;
}

.layui-form-select{
    width: 100% !important;
}

.user-phone1 {
    width: 100%;
    /*padding: 30px;*/
    box-sizing: border-box;
    margin: 0;
}

.user-phone1 .user-name1 {
    margin: 0 0 16px 0;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    width: 320px;
    display: flex;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
}

.user-phone1 .user-name1:first-child input{
    width: 90%;
}

.user-phone1 .user-name1 .user-left{
    width: 72px;
    height: 20px;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    flex-shrink: 0;
    padding-left: 15px;
    box-sizing: border-box;
    border-right: 1px solid #E6E6E6;
}
.user-phone1 .user-name1 .user-left span{
    color: #FF0000;
}
.user-phone1 .user-name1 input {
    height: 100%;
    border: none;
    background: unset;
    color: #29345C;
    padding: 0 0 0 15px;
    box-sizing: border-box;
    line-height: 38px;
}

/* placeholder样式 */
.right-search input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 48px;
}
.user-phone1 input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #8A92AC;
    line-height: 38px;
}

.calculator-btn{
    width: 320px;
}
.calculator-btn .layui-input-block{
    margin: 0!important;
    display: flex;
    justify-content: space-between;
}
.calculator-btn .btn-left{
    width: 155px;
    height: 46px;
    background: #02B1FB;
    font-size: 15px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 46px;
}
.calculator-btn .btn-right{
    width: 155px;
    height: 46px;
    background: rgba(2,177,251,0.2);
    border: 1px solid #02B1FB;
    font-size: 15px;
    font-weight: 600;
    color: #02B1FB;
    line-height: 46px;
    margin-left: 0!important;
}

.calculator-left-tip{
    width: 320px;
    font-size: 14px;
    font-weight: 400;
    color: #02B1FB;
    line-height: 20px;
    margin-top: 26px;
}

.layui-table{
    margin: 0 !important;
}
.layui-table td, .layui-table th{
    height: 46px!important;
    box-sizing: border-box!important;
    font-size: 14px!important;
    font-weight: 400!important;
    color: #333333!important;
}

.layui-table td:first-child, .layui-table th:first-child{
    width: 150px !important;
}
.layui-table td:last-child, .layui-table th:last-child{
    width: 240px !important;
}
.layui-table tr:first-child>td,.layui-table tr:first-child>th{
    background: #F4F5F7;
    font-size: 14px;
    font-weight: 600 !important;
    color: #000000;
}

.service-terms-footer .ym-company-introduce .introduce-title{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 22px;
}
.service-terms-footer .ym-company-introduce .introduce-link{
    margin-top: 15px;
}

.service-terms-footer .ym-company-introduce .introduce-link:hover a{
    color: #fff;
}
.service-terms-footer .ym-company-introduce .introduce-link a{
    font-size: 12px;
    font-weight: 400;
    color: rgba(114, 118, 130, 1);
    line-height: 17px;
}

body .toKefu{

    border-radius: 14px!important;
    overflow: hidden;
}
body .toKefu .layui-layer-title{
    padding: 30px 30px 0!important;
    box-sizing: border-box;
    text-align: left!important;
    border: none;
    background: #FFFFFF;
    height: 78px;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}
body .toKefu .layui-layer-content{
    padding-bottom: 50px;
    height: auto!important;
}
body .toKefu .layui-layer-btn{
    padding: 0 30px 30px!important;
    box-sizing: border-box;
}
body .toKefu .layui-layer-btn0{
    margin: 0!important;
    padding: 0 18px;
    /*width: 92px;*/
    height: 34px;
    background: #00B1FB;
    box-shadow: 0px 3px 15px 0px rgba(223,223,223,0.5);
    border-radius: 4px;
    line-height: 34px;
    border: none;
}


.toKefu-open{
    display: none;
    padding: 20px 30px 0;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 27px;
    text-shadow: 0px 3px 15px rgba(223,223,223,0.5);
}
.toKefu-open .toKefu-url{
    color: #00B1FB;
    width: 100%;
    word-wrap:break-word;
}

body.ym-body {
    background: #F4F6F7;
}

.ym-body {
    background-color: #fff;
    min-width: 1140px;
}

/*计算器新增样式*/
.send-code{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.send-btn{
    background-color: transparent; /* 清除默认背景色 */
    flex-shrink: 0;
    margin-right: 15px;
    font-size: 14px;
    color: #02B1FB;
    border: none; /* 清除默认边框 */
}

.code-input{
    width: 113px!important;
}

.send-code .disabled{
    opacity: 0.5;
}