* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
    box-sizing: border-box;
}

input:focus {
    border: 0 none;
}

.ieFont * {
    font-family: 'Microsoft YaHei'!important;
}

img {
    border: none;
    user-select: none;
}

.right-button {
    display: none;
}

input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
select,
textarea,
button {
    -webkit-appearance: none;
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari 和 Chrome */
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}

.fixed.social-share {
    height: 40px;
    display: flex;
    justify-content: center;
}

.fixed.social-share.share-left {
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-size: 12px;
}

.social-share .icon-wechat .wechat-qrcode img {
    margin-bottom: 0;
}


/* 1920 */

.subscribe {
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 12;
    display: none;
    background: rgba(0, 0, 0, .7);
}

.subscribe .consult {
    width: 90%;
    height: auto;
    max-width: 655px;
    max-height: 497px;
    min-width: 375px;
    background: #FFFFFF;
    box-shadow: 0 -3px 8px 0 rgba(34, 34, 34, 0.4);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* display: flex; */
    /* justify-content: center; */
    /*左右居中*/
}

.subscribe .consult_item {
    width: 100%;
    /* height: 190px; */
    position: relative;
}

.subscribe .consult_item .item_title {
    width: 100%;
    height: 60px;
    background: url(consultation-bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    /*左右居中*/
    align-items: center;
    /*垂直居中*/
    float: left;
    margin-top: -30px;
}

.subscribe .consult_item .item_title>p {
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 50px;
}

.subscribe .consult_item {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    background: #ffffff;
}

.subscribe .consult_item .item_title {
    height: auto;
    width: 100%;
    margin-top: 0;
    float: none;
}

.subscribe .consult_item .item_title>p.p-pc {
    display: none;
}

.subscribe .consult_item .item_title>p.p-mo {
    display: block;
    font-size: 24px;
    padding: 0;
    line-height: 60px;
}

.subscribe .consult_item .item_detail {
    width: 100%;
    margin: 20px 0;
    text-align: center;
    float: none;
    padding: 0 10px;
}

.subscribe .item_detail .detail_time {
    font-size: 15px;
    text-align: center;
    margin-top: 0;
}

.subscribe .item_detail .detail_arrange {
    width: 100%;
    font-size: 11px;
    text-align: center;
}

.subscribe .no-prompt,
.subscribe .consult_item .consult_narrow {
    display: none;
}

.subscribe .consult_item .form_input_pc {
    display: none;
}

.subscribe .consult_item .form_input_mobile {
    display: block;
    padding: 0;
}

.subscribe .consult_item .form_input {
    float: none;
    margin-left: 0;
}

.subscribe .form_input .form_top {
    display: block;
}

.subscribe .form_input .form_top p {
    margin-bottom: 12px;
}

.subscribe .form_input .form_top .pgroup {
    float: none;
}

.subscribe .form_input .form_top .pgroup input {
    width: 100%;
    line-height: 20px;
    height: 50px;
    padding: 15px;
    font-size: 13px;
    border-radius: 10px;
    outline: none;
}

.subscribe .form_input .form_top .pg_right {
    float: none;
    margin-left: 0;
}

.subscribe .form_input .form_top .pgroup input {
    margin-left: 0;
}

.subscribe .form_input .form_top .getCode {
    float: none;
    display: flex;
    width: 100%;
    margin-left: 0;
    align-items: center;
    border-radius: 10px;
    height: auto;
}

.subscribe .form_input .form_top .getCode input {
    width: 70%;
    padding: 15px;
    font-size: 13px;
    border-radius: 10px;
    line-height: 20px;
    height: 50px;
    border: 0 none;
}

.subscribe .form_input .form_top .getCode input:focus {
    outline: none;
    border: 0 none;
}

.subscribe .form_input .form_top .getCode i {
    width: calc(30% - 1px);
    border: 0;
    border-left: 1px solid #d8d8d8;
    font-size: 13px;
    line-height: 20px;
}

.subscribe .form_input .form_bottom {
    float: none;
    display: flex;
    width: 100%;
    margin-left: 0;
    height: 50px;
    align-items: center;
    border-radius: 10px;
    margin-top: 0;
}

.subscribe .form_input .form_bottom input.textarea_item {
    width: 100%;
    line-height: 20px;
    height: 50px;
    padding: 15px;
    font-size: 13px;
    border-radius: 10px;
    margin-left: 0;
    outline: none;
}

.subscribe .consult_item .leaving {
    position: static;
    margin: 0 auto;
    width: calc(100% - 20px);
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    margin: 16px auto 0;
}

.subscribe .consult_item .consult_close {
    /* width: 18px; */
    /* height: 18px; */
    /* border-radius: 50%; */
    /* border: 1px solid #ffffff; */
    background: url('mobile_close_white.png') center center no-repeat;
    background-size: cover;
}

div.subscribe::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
    background-color: transparent;
    display: none;
}

.subscribe .consult_item .item_title>p.p-pc {
    display: none;
}

.subscribe .consult_item .item_detail {
    float: left;
    /* margin-left: 82px; */
    /* width: 359px; */
}

.subscribe .item_detail .detail_time {
    /* margin-top: 32px; */
    font-family: PingFangSC-Medium;
    font-size: 15px;
    color: #444444;
    letter-spacing: 0;
    line-height: 32px;
    padding-top: 10px;
}

.subscribe .item_detail .detail_arrange {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 0px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #444444;
    letter-spacing: 0;
    line-height: 22px;
}

.subscribe .consult_item .form_input {
    /* float: left; */
    /* margin-left: 63px; */
    width: 355px;
    margin: 0 auto;
}

.subscribe .form_input .form_top {
    margin-top: 25px;
    /* display: flex; */
}

.subscribe .form_input .form_top:after {
    content: '';
    display: block;
    clear: both;
}

.subscribe .form_input .form_top .pgroup {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    display: flex;
    float: left;
    width: 100%;
}

.subscribe .form_input .form_top .pg_right {
    /* margin-left: 15px; */
    position: relative;
    width: 100%;
}

.subscribe .pg_right .protect {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 20px;
    background: url(icon.png) no-repeat -142px -940px;
}

.subscribe .form_input .form_top .pg_right>span {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: right;
    line-height: 38px;
}

.subscribe .form_top .pgroup .input_item {
    width: 200px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin-left: 11px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.subscribe .form_top .getCode {
    width: 184px;
    height: 34px;
    background-color: #ffffff;
    border-radius: 2px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.subscribe .form_top .getCode input {
    width: 110px;
    height: 32px;
    background: #FFFFFF;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
    border: none;
}

.subscribe .form_top .getCode i {
    display: inline-block;
    width: 73px;
    border-left: solid 1px #DDDDDD;
    text-align: center;
    font-style: normal;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    cursor: pointer;
}

.subscribe .form_top .pgroup .guest_contacts {
    width: 120px;
}

.subscribe .form_input .form_bottom {
    /* margin-top: 15px; */
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
    line-height: 34px;
    display: flex;
}

.subscribe .form_input .form_bottom .textarea_item {
    width: 604px;
    height: 34px;
    resize: none;
    margin-left: 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    padding: 0 10px;
    letter-spacing: 0;
}

.subscribe .consult_item .consult_close {
    background: url(mobile_close_white.png) no-repeat center center;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -40px;
    right: -30px;
    cursor: pointer;
    background-size: cover;
}

.subscribe .consult_item .consult_narrow {
    background: url(icon.png) no-repeat -238px -949px;
    width: 25px;
    height: 14px;
    position: absolute;
    top: 27px;
    right: 47px;
    cursor: pointer;
    display: none;
}

.subscribe .consult_item .leaving {
    width: 100%;
    height: 50px;
    background: #0062FF;
    border-radius: 10px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    text-align: center;
    width: 355px;
    margin: 0 auto;
    margin-top: 12px;
}

.subscribe .no-prompt {
    position: absolute;
    right: 95px;
    top: 27px;
    display: none;
}

.subscribe .no-prompt label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.subscribe .no-prompt span {
    font-size: 12px;
    color: #444444;
    padding-left: 5px;
}

.subscribe .no-prompt input {
    cursor: pointer;
}


/* 返回顶部 */

.top-button {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 60px;
    bottom: 190px;
    color: white;
    text-align: center;
    line-height: 50px;
    z-index: 123;
    cursor: pointer;
    display: none;
}

.top-button img {
    width: 100%;
    height: 100%;
}

.top-button img.small-img {
    display: none;
}


/*提交成功*/

.submission {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: none;
}

.submission .submit_box {
    width: 650px;
    height: 307px;
    background: url(consultation-bg.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.submit_box .success_icon {
    background: url(icon.png) no-repeat -10px -910px;
    width: 80px;
    height: 80px;
    margin: 0px auto;
    margin-top: 51px;
}

.submit_box .success_title {
    margin-top: 13px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.submit_box .success_detail {
    width: 511px;
    text-align: center;
    margin: 0px auto;
    margin-top: 15px;
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
}

.submit_box .success_close {
    background: url(icon.png) no-repeat -540px -840px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -22px;
    top: -30px;
    cursor: pointer;
}

.consultation {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 12;
    background: rgba(0, 0, 0, 0.4);
}

.consultation_box {
    width: 800px;
    height: 450px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* background-image:url(center-sj.png);
	background-repeat: no-repeat;
	background-position: right bottom; */
    background-color: #FFFFFF;
    padding: 0px 150px;
}

.consultation_box .z_index {
    position: relative;
    z-index: 2;
}

.consultation_box .box_bg {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    right: 0px;
    width: 382px;
    height: 376px;
    background: url(consultation-sj.png) no-repeat;
    background-size: auto 100%;
    opacity: 0.5;
}

.consultation_box .information {
    margin-top: 72px;
    overflow: hidden;
}

.information .portrait {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.information .portrait>img {
    width: 100%;
    height: 100%;
}

.information .honorific {
    float: left;
    margin-left: 19px;
}

.information .honorific .p_header {
    font-family: PingFangSC-Medium;
    font-size: 30px;
    color: #222222;
    letter-spacing: 0;
}

.information .honorific .p_detail {
    font-family: PingFangSC-Light;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    margin-top: 12px;
}

.information .honorific .p_tel {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: justify;
}

.information .honorific .p_tel>span {
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #FF1240;
    letter-spacing: -0.2px;
    line-height: 40px;
}

.consultation_box .push_button {
    margin-top: 30px;
    display: flex;
    justify-content: space-between
}

.consultation_box .push_button .y_button {
    width: 180px;
    height: 42px;
    background: #E9E9E9;
    border-radius: 2px;
    font-size: 16px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.consultation_box .push_button .z_button {
    width: 310px;
    height: 42px;
    background: #FF1240;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
}

.consultation_box .push_button .z_button .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    height: 22px;
}

.consultation_box .push_button .z_button .line .icon {
    float: left;
    margin-top: 2px;
    background: url(icon.png) no-repeat -341px -41px;
    width: 18px;
    height: 18px;
    margin-right: 6.2px;
}

.consultation_box .comments {
    margin-top: 21px;
    font-size: 14px;
    color: #444444;
    letter-spacing: 0;
}

.consultation_box .refer {
    margin-top: 9px;
    width: 500px;
    height: 38px;
    border: 1px solid #4284ED;
    border-radius: 2px;
}

.refer .refer_input {
    width: calc(100% - 145px);
    height: 36px;
    float: left;
    border: 0px;
    outline: none;
    font-size: 14px;
    /* color: #BBBBBB; */
    letter-spacing: 0;
    padding: 0px 10px;
}

.refer .refer_button {
    float: left;
    width: 145px;
    height: 36px;
    background: #4284ED;
    border-radius: 0 2px 2px 0;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.consultation_box .box_close {
    background: url(icon.png) no-repeat -540px -840px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -22px;
    top: -30px;
    cursor: pointer;
}

.consultation_box .custmor {
    margin-top: 15px;
}

.custmor .custmor_people {
    float: left;
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
    margin-right: 10px;
}

.custmor .custmor_href {
    font-size: 14px;
    color: #4284ED;
    letter-spacing: 0;
    text-decoration: none;
}


/*地址*/

.address_box {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 12;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.address_box .address_view {
    width: 500px;
    min-height: 250px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 26px 60px;
    box-sizing: border-box;
    position: absolute;
    /* left: 50%;
    transform: translateX(-250px);
    top: 230px; */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    text-align: left;
}

.address_box .address_view img {
    display: none;
}

.address_box .address_view p:nth-child(1) {
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}

.address_box .address_view p:nth-child(2) {
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    margin-top: 7px;
}

.address_box .address_view p:nth-child(3) {
    margin-top: 15px;
}

.address_box .address_view p:nth-child(3),
.address_box .address_view p:nth-child(4),
.address_box .address_view p:nth-child(5) {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
}


/* .address_box .address_view .consult-btn{
	width: 120px;
	height: 36px;
	margin: 18px auto 0;
	background-color: #FF1240;
	border-radius: 2px;
	text-align: center;
	cursor: pointer;
}
.address_box .address_view .consult-btn a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 36px;
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0;
} */

.address_box .address_view .consult-btn {
    /* width: 120px; */
    height: 35px;
    margin: 18px auto 0;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
}

.address_box .address_view .consult-btn a {
    display: inline-block;
    width: 120px;
    /* height: 100%; */
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    color: #FF1240;
    border: solid 1px #FF1240;
    margin: 0 6px;
}

.address_box .address_view .consult-btn a:first-child {
    background-color: #FF1240;
    color: #fff;
}

.address_box .box_close {
    background: url(icon.png) no-repeat -540px -840px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -22px;
    top: -30px;
    cursor: pointer;
}


/*二维码弹窗*/

.code_popup {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 12;
    background: rgba(0, 0, 0, 0.4);
}

.code_popup .code_main {
    width: 310px;
    height: 415px;
    padding: 0px 20px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.code_main .logo {
    width: 270px;
    height: 270px;
    margin: 20px 0px;
}

.code_main .logo>img {
    width: 100%;
    height: 100%;
}

.code_main .detail {}

.code_main .detail>p {
    font-family: PingFangSC-Regular;
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
    white-space: pre;
}

.code_main .introduction {}

.code_main .introduction .int {
    float: left;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #444444;
    letter-spacing: 13px;
}

.code_main .introduction .intr {
    float: right;
    text-align: right;
    margin-right: -13px;
}

.code_main .code_close {
    background: url(icon.png) no-repeat -540px -840px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -22px;
    top: -30px;
    cursor: pointer;
}


/*短信验证码弹框*/

.smscode_pop {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 12;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

.smscode_pop .code_main {
    width: 500px;
    height: 200px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(smscodebg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 160px 169px;
}

.smscode_pop .code_main h2 {
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #444444;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 25px;
}

.smscode_pop .code_main .detail {
    width: 328px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.smscode_pop .code_main .detail input {
    width: 230px;
    height: 36px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    text-indent: 10px;
}

.smscode_pop .code_main .detail input::placeholder {
    color: #bbbbbb;
}

.smscode_pop .code_main .detail button {
    width: 88px;
    height: 36px;
    background-color: #ff003c;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-left: 3px;
    border: none;
    cursor: pointer;
}

.smscode_pop .code_main .detail button.disabled {
    background-color: #cccccc;
    cursor: no-drop;
}

.smscode_pop .code_main .time {
    margin-left: 86px;
    margin-top: 6px;
}

.smscode_pop .code_main .time span {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.smscode_pop .code_main .time span em {
    font-style: normal;
}

.smscode_pop .code_main .time button {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ff1240;
    border: none;
    cursor: pointer;
    background: #ffffff;
    display: none;
}


/*底部在线咨询小button*/

.bottom-online-talk {
    position: fixed;
    bottom: 0;
    right: 120px;
    cursor: pointer;
    z-index: 12;
    text-align: center;
    display: none;
}

.bottom-online-talk .top img {
    position: relative;
    width: 76px;
    height: 53px;
}

.bottom-online-talk .bottom {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF1240;
    border-radius: 3px 3px 0 0;
}

.bottom-online-talk .bottom i {
    display: inline-block;
    background: url('icon.png') no-repeat -341px -41px;
    width: 18px;
    height: 18px;
}

.bottom-online-talk .bottom span {
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
}


/*返回顶部上面的咨询按钮*/

.fixed-consultation {
    /* width: 111px;
	height: 211.5px;
	position: fixed;
	right: 38px;
	bottom: 250px;
	z-index: 123;
	cursor: pointer;
	background: url("fixed-consultation.png")no-repeat center center;
	background-size: 100% 100%;
	padding: 128px 22px 0 22px;
	font-size: 24px;
	line-height: 27px;
	text-align: center; */
    color: #ffffff;
    user-select: none;
    text-decoration: none;
    padding: 86px 16px 0 16px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 20px;
}

.fiexd_Talk {
    width: 111px;
    height: 211.5px;
    position: fixed;
    right: 38px;
    bottom: 250px;
    z-index: 123;
    cursor: pointer;
    background: url("fixed-consultation.png")no-repeat center center;
    background-size: 100% 100%;
    /* padding: 128px 22px 0 22px; */
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
    width: 76px;
    height: 141px;
    position: fixed;
    right: 85px;
    bottom: 247px;
    z-index: 124;
    user-select: none;
    text-decoration: none;
    display: none;
    transform: translateX(50%);
}

.consultation-a {
    width: 76px;
    height: 141px;
    position: fixed;
    right: 48px;
    bottom: 247px;
    z-index: 123;
    cursor: pointer;
    display: none;
}

.consultation-a img {
    width: 100%;
    height: 100%;
}


/*工作时间 底部在线留言*/

.popmessage {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}

.popmessage>div {
    width: 1680px;
    height: 70px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.popmessage .left {
    display: flex;
    align-items: center;
}

.popmessage .left input {
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin-left: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-size: 12px;
}

.popmessage .left p:nth-child(1) {
    font-size: 32px;
    color: #FF1240;
    font-weight: 600;
}

.popmessage .left .pgroup {
    color: #ffffff;
}

.popmessage .left .pgroup span {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: right;
    line-height: 38px;
}

.popmessage .left .pgroup:nth-child(4) {
    position: relative;
}

.popmessage .left .pgroup:nth-child(3) input {
    width: 120px;
}

.popmessage .left .pgroup:nth-child(4) input {
    width: 130px;
}

.popmessage .left .pgroup:nth-child(5) input {
    width: 200px;
}

.popmessage .left .protect {
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -8px;
    width: 17px;
    height: 20px;
    background: url(icon.png) no-repeat -142px -940px;
}

.popmessage .right {
    display: flex;
    align-items: center;
}

.popmessage .right .consult_close {
    background: url(icon.png) no-repeat -342px -942px;
    width: 17px;
    height: 17px;
    cursor: pointer;
}

.popmessage .right .consult_narrow {
    background: url(icon.png) no-repeat -238px -949px;
    width: 25px;
    height: 14px;
    cursor: pointer;
}

.popmessage .right {
    display: flex;
}

.popmessage .left .leaving {
    width: 105px;
    height: 34px;
    background: #4284ED;
    border-radius: 2px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 38px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    margin-right: 50px;
    margin-left: 10px;
}

.popmessage .right .no-prompt {
    margin-right: 20px;
}

.popmessage .right .no-prompt label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.popmessage .right .no-prompt span {
    font-size: 12px;
    color: #ffffff;
    padding-left: 5px;
}

.popmessage .right .no-prompt input {
    cursor: pointer;
}

.popmessage ul {
    width: 400px;
    height: 65px;
    background: #ffffff;
    position: absolute;
    top: -50px;
    left: 675px;
    border-radius: 3px 3px 0 0;
    padding-left: 10px;
    padding-top: 9px;
    display: none;
}

.popmessage ul li {
    display: inline-block;
    padding: 0 2px;
    font-size: 12px;
    color: #222222;
    cursor: pointer;
    margin-right: 5px;
    border: solid 1px #cccccc;
    border-radius: 3px;
    margin-bottom: 4px;
}

.popmessage ul li:hover {
    color: #0062FF;
    border-color: #0062FF;
}

.popmessage .left p:nth-child(2) a {
    margin-left: 20px;
    width: 130px;
    height: 34px;
    background-color: #FF1240;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 20px;
}

.popmessage .left p:nth-child(2) img {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}


/* 1920End */


/* 1680 1600 */

@media screen and (max-width: 1899px) and (min-width: 1580px) {
    .popmessage>div {
        width: 1520px;
    }
}


/* 1680 1600End */


/* 1366 */

@media screen and (max-width: 1579px) and (min-width: 1281px) {
    .fiexd_Talk {
        bottom: 220px;
    }
    .consultation-a {
        width: 52px;
        height: 96px;
        right: 65px;
        bottom: 202px;
    }
    /* 返回顶部 */
    .top-button {
        width: 38px;
        height: 38px;
        right: 72px;
        bottom: 160px;
    }
    .top-button img.small-img {
        display: block;
    }
    .top-button img.big-img {
        display: none;
    }
    .popmessage>div {
        width: 1246px;
    }
    .popmessage .left .pgroup:nth-child(3) input {
        width: 200px;
    }
    .popmessage .left p:nth-child(1) {
        font-size: 26px;
        color: #FF1240;
        font-weight: 600;
    }
}


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    html,
    body {
        min-width: 1230px;
    }
    .fiexd_Talk {
        bottom: 220px;
    }
    .consultation-a {
        width: 52px;
        height: 97px;
        right: 65px;
        bottom: 202px;
    }
    /* 杩斿洖椤堕儴 */
    .top-button {
        width: 38px;
        height: 38px;
        right: 72px;
        bottom: 160px;
    }
    .top-button img.small-img {
        display: block;
    }
    .top-button img.big-img {
        display: none;
    }
    .popmessage>div {
        width: 1200px;
    }
    .popmessage .left .pgroup:nth-child(3) input {
        width: 200px;
    }
    .popmessage .left p:nth-child(1) {
        font-size: 26px;
        color: #FF1240;
        font-weight: 600;
    }
}


/* 分页样式 start */

.pagination {
    text-align: center;
    font-size: 13px;
    padding: 2px 5px;
    margin: 0 0 40px;
    font-family: PingFang SC, Microsoft YaHei, SimSun, sans-serif;
}

.pagination .pg {
    display: inline-block;
}

.pagination a {
    color: #000;
    text-decoration: none;
}

.pagination a,
.pagination span,
.pagination button,
.pagination input {
    padding: 0 4px;
    line-height: 28px;
    min-width: 35.5px;
    display: inline-block;
    font-weight: 700;
    vertical-align: top;
    height: 28px;
    outline: none;
    transition: .6s;
}

.pagination a,
.pagination button {
    cursor: pointer;
}

.pagination a:hover,
.pagination button:hover {
    color: #ff1240;
}

.pagination span {
    line-height: 26px;
}

.pagination .active {
    color: #ff1240;
}

.pagination .total,
.pagination .jump,
.pagination input {
    line-height: 28px;
    color: #606266;
    font-weight: normal;
}

.pagination .jump {
    padding-left: 6px;
}

.pagination button {
    background: transparent;
    border: 0;
}

.pagination button:disabled {
    cursor: not-allowed;
}

.pagination button:disabled:hover {
    color: rgba(16, 16, 16, 0.3);
}

.pagination input {
    border: 1px solid rgba(220, 223, 230, .6);
    text-align: center;
    padding: 0 3px;
    border-radius: 4px;
    min-width: 50px;
}

.pagination input:hover {
    border-color: rgba(220, 223, 230, 1);
}

.pagination input:focus {
    border-color: #ff1240;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.subscribe .consult_item .form_input_mobile {
    /* display: none; */
}


/* 分页样式 end */

@media screen and (max-width:1000px) {
    html{
        width: 100%;
        font-size: calc(100vw/6.4);
        font-size: -webkit-calc(100vw/6.4);
        -webkit-text-size-adjust: 100%;
    }
    body{
        width: 100%;
    }
    .submission .submit_box {
        width: 80%;
        height: auto;
        padding-bottom: 30px;
    }
    .submit_box .success_detail {
        width: 80%;
        margin: 0 auto;
    }
    .smscode_pop .code_main {
        width: 80%;
        height: auto;
        padding: 20px;
    }
    .smscode_pop .code_main .detail {
        width: 100%
    }
    .smscode_pop .code_main .detail input {
        width: calc(100% - 92px);
    }
    .consultation-a {
        display: none!important;
        opacity: 0!important;
    }
    .top-button img.small-img {
        display: none!important;
    }
    .right-button {
        position: fixed;
        right: 10px;
        /* bottom: 30px; */
        height: 140px;
        width: 40px;
        max-height: 238px;
        max-width: 68px;
        z-index: 10;
        display: block;
        bottom: 75px;
    }
    .right-button .box-button {
        width: 100%;
        height: 100%;
        position: relative;
    }
    .right-button .box-button a {
        height: 40px;
        width: 40px;
        max-width: 68px;
        max-height: 68px;
        position: absolute;
        left: 0;
        border-radius: 50%;
        display: block;
        box-shadow: 0px 2px 4px 0px rgb(204 204 204 / 66%);
        background: url('mobile_right_message.png?val12') center center no-repeat;
        background-size: cover;
    }
    .right-button .box-button a.message {
        top: 0;
    }
    .right-button .box-button a.online {
        top: 50%;
        transform: translate(0, -50%);
        padding: 0;
        background-image: url('mobile_right_talking.png');
        background-size: cover;
    }
    .right-button .box-button a.phone {
        bottom: 0;
        background-image: url('mobile_right_phone.png');
        background-size: cover;
    }
    .right-button .box-button img {
        height: 2.38rem;
        width: 0.68rem;
        max-height: 238px;
        max-width: 68px;
    }
    .subscribe {
        height: 100%;
        z-index: 10000;
        min-width: 100%!important;
        width: 100%;
        top: auto!important;
        position: fixed!important;
    }
    .subscribe .consult {
        height: auto;
        width: 100%;
        padding: 0;
        margin: 0 auto;
        padding-bottom: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        max-height: 100%;
        overflow: auto;
        overflow-x: hidden;
        top: auto;
        transform: translate(0, 0);
        min-width: 100%;
        max-width: 100%;
    }
    .subscribe .consult_item {
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    .subscribe .consult_item .item_title {
        height: auto;
        width: 100%;
        margin-top: 0;
        float: none;
    }
    .subscribe .consult_item .item_title>p.p-pc {
        display: none;
    }
    .subscribe .consult_item .item_title>p.p-mo {
        display: block;
        font-size: 24px;
        padding: 0;
        line-height: 60px;
    }
    .subscribe .consult_item .item_detail {
        width: 100%;
        margin: 20px 0;
        text-align: center;
        float: none;
        padding: 0 10px;
    }
    .subscribe .item_detail .detail_time {
        font-size: 15px;
        text-align: center;
        margin-top: 0;
    }
    .subscribe .item_detail .detail_arrange {
        width: 100%;
        font-size: 11px;
        text-align: center;
    }
    .subscribe .no-prompt,
    .subscribe .consult_item .consult_narrow {
        display: none;
    }
    .subscribe .consult_item .form_input_pc {
        display: none;
    }
    .subscribe .consult_item .form_input_mobile {
        display: block;
        padding: 0 10px;
    }
    .subscribe .consult_item .form_input {
        float: none;
        margin-left: 0;
        width: 100%;
    }
    .subscribe .form_input .form_top {
        display: block;
    }
    .subscribe .form_input .form_top p {
        margin-bottom: 12px;
    }
    .subscribe .form_input .form_top .pgroup {
        float: none;
    }
    .subscribe .form_input .form_top .pgroup input {
        width: 100%;
        line-height: 20px;
        height: 50px;
        padding: 15px;
        font-size: 13px;
        border-radius: 10px;
        outline: none;
    }
    .subscribe .form_input .form_top .pg_right {
        float: none;
        margin-left: 0;
    }
    .subscribe .form_input .form_top .pgroup input {
        margin-left: 0;
    }
    .subscribe .form_input .form_top .getCode {
        float: none;
        display: flex;
        width: 100%;
        margin-left: 0;
        align-items: center;
        border-radius: 10px;
        height: auto;
    }
    .subscribe .form_input .form_top .getCode input {
        width: 80%;
        padding: 15px;
        font-size: 13px;
        border-radius: 10px;
        line-height: 20px;
        height: 50px;
    }
    .subscribe .form_input .form_top .getCode i {
        width: calc(20% - 1px);
        border: 0;
        border-left: 1px solid #d8d8d8;
        font-size: 13px;
        line-height: 20px;
    }
    .subscribe .form_input .form_bottom {
        float: none;
        display: flex;
        width: 100%;
        margin-left: 0;
        height: 50px;
        align-items: center;
        border-radius: 10px;
        margin-top: 0;
    }
    .subscribe .form_input .form_bottom input.textarea_item {
        width: 100%;
        line-height: 20px;
        height: 50px;
        padding: 15px;
        font-size: 13px;
        border-radius: 10px;
        margin-left: 0;
        outline: none;
    }
    .subscribe .consult_item .leaving {
        position: static;
        margin: 0 auto;
        width: calc(100% - 20px);
        border-radius: 10px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        display: block;
        margin: 16px auto 0;
    }
    .subscribe .consult_item .consult_close {
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        background: url('mobile_close_white.png') center center no-repeat;
        background-size: cover;
        top: 18px;
        right: 10px;
    }
    div.subscribe::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .model_alert {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .7);
        z-index: 10000;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .model_alert .box_alert_content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0.2rem 0;
        width: 80%;
        height: auto;
        max-height: 70%;
        overflow: auto;
        /* min-height: 40%; */
        /* min-height: 70%; */
        background: #ffffff;
        border-radius: 0.17rem;
    }
    .model_alert .alert_box {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-height: 100%;
        overflow: auto;
    }
    .model_alert .alert_box .alert_mes_p {
        font-size: 0.19rem;
        color: #222222;
        line-height: 0.32rem;
        background: #ffffff;
        padding: 0.3rem 0.34rem;
        width: 100%;
    }
    .model_alert a {
        width: 0.44rem;
        height: 0.44rem;
        display: block;
        background: url('mobile_close_alert.png') center center no-repeat;
        background-size: cover;
        margin-top: 0.17rem;
        border-radius: 50%;
    }
    .model_alert .alert_box::-webkit-scrollbar {
        height: 0 !important;
        width: 0 !important;
        background-color: transparent;
        display: none;
    }
    .model_alert .alert_box {
        -ms-overflow-style: none;
    }
    .model_alert .alert_box {
        overflow: -moz-scrollbars-none;
    }
    .pagination {
        width: 100%;
        padding: 0;
    }
    .pagination .total,
    .pagination .jump,
    .pagination input {
        font-size: 0.19rem;
        line-height: 0.34rem;
    }
    .pagination a,
    .pagination button {
        width: 0.34rem;
        min-width: 0.34rem;
        height: 0.34rem;
        line-height: 0.34rem;
        padding: 0;
        font-weight: normal;
        font-size: 0.19rem;
    }
    .pagination input {
        height: 0.34rem;
        width: 0.61rem;
        min-width: 0.6rem;
        max-width: 0.6rem;
    }
    .pagination .active {
        background: #4284ED;
        color: #ffffff;
        font-weight: normal;
        border-radius: 0.03rem;
    }
    .subscribe .pg_right .protect {
        display: none;
    }
    #LRdiv1,
    #LRdiv0,
    #LRdiv2,
    #LRdiv3,
    a.onlineTalk.consultation-a,
    .consultation-img,
    .fiexd_Talk,
    .top-button {
        display: none!important;
    }
    div,
    span,
    p,
    i,
    strong,
    b,
    em,
    input,
    button,
    select,
    a,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }
}


/* @media screen and (max-width:1280px) {
    html {
        font-size: 160px;
    }
    html,
    body {
        width: 100%;
        min-width: 100% !important;
    }
} */

/* @media screen and (max-width:1000px) {
    html,
    body {
        width: 100%;
        min-width: 100% !important;
    }
}

@media screen and (min-width: 320px) and (max-width:359px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width: 360px) and (max-width:374px) {
    html {
        font-size: 56.25px;
    }
}

@media screen and (min-width: 375px) and (max-width:399px) {
    html {
        font-size: 58.59375px;
    }
}

@media screen and (min-width: 400px) and (max-width:413px) {
    html {
        font-size: 62.5px;
    }
}

@media screen and (min-width: 414px) and (max-width:439px) {
    html {
        font-size: 64.6875px;
    }
}

@media screen and (min-width: 440px) and (max-width:479px) {
    html {
        font-size: 68.75px;
    }
}

@media screen and (min-width: 480px) and (max-width:1000px) {
    html {
        font-size: 75px;
    }
} */


/*搜索*/

.msearch{
	

	top:0px;
	left:0px;
	width: 100%;
	height: 40px;
}
.s_con{
	position: relative;
	float: left;
	display: block;
	width: 80%;
	height: 40px; background-color:#FFFFFF;
}
.s_con input{
	display: inline-block; 
	font-size:16px;
	border: 0px;
	width: 98%;
	height: 40px;
	line-height: 40px;
	padding-left:10px;
	
	border:1px solid #ddd;

}
.s_con .clear{
	display: none;
	position: absolute;
	right: 0px;
	top:6px;
	content: "";
	width: 25px;
	height: 25px;
	background-image:url('../images/del.svg');
	background-size: 25px 25px;
	cursor:pointer;

}
.s_btn{
	float: left;
	display: block;
	background-color:#FF6600;
	width: 20%;
	height: 40px; line-height:20px;

	color: #fff;
	font-size: 16px;
	text-align:center;

}


/*内容页栏目颜色*/
.content-main .footer-s .box .links2 a:hover,.content-main .footer-s .box .links2 .active {
    background: #1772E0;
    color: #fff;
}
