/* @media (max-width:370px){
    .tm-infoimg-sxz .m-img{
        height: 97px;
    }
    .tm-detail-cont .m-detail-img{
        height: 145px;
    }
} */
/* a:hover{
    color:black  !important;
} */
@-webkit-keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0);
    }
}

/* animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes animation_glint {
    form {
        color: #fff;
    }

    to {
        color: #d73048;
    }
}

@keyframes animation_glint {
    form {
        color: #fff;
    }

    to {
        color: #d73048;
    }
}

input:hover {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;

}

input:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}


/* mui-gallery */

.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 1003;
    background-color: #000;
}

.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}

.mui-preview-header {
    height: 44px;
    top: 0;
}

.mui-preview-footer {
    height: 50px;
    bottom: 0;
}

.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4px;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}

.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}

.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}

.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}

.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}

.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mui-preview-loading.mui-active {
    display: block;
}

.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}

.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

/* mui-gallery end */

/*  字体大小*/
.tm-font12 {
    font-size: 12px;
}

.tm-font14 {
    font-size: 14px;
}

.tm-font16 {
    font-size: 16px;
}

.tm-font18 {
    font-size: 18px;
}

.tm-font-w {
    font-weight: 600;
}

/* /字体大小 */
.tm-txt-cen {
    text-align: center;
}

/* 字体颜色 */
.tm-fc-white {
    color: #fff;
}

.tm-fc-blue {
    color: #fb8e29;
}

.tm-fc-grey {
    color: #989898;
}

/*  /字体颜色*/

/* bgc */
.tm-bgc-grey {
    background-color: #f3f1f2 !important;
}

/* /bgc */
/* flex */
.tm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tm-flex-ai {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tm-flex-spc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.tm-flex-spc.utm-flex-top{
    align-items: flex-start;
}

.tm-flex-cencen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tm-flex-sac {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tm-flex-colcen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* justify-content: space-between; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/* /flex */
/*  position*/
.tm-p-rel {
    position: relative;
}

.tm-p-ab {
    position: absolute;
}

/*  /position*/

/*  */
.tm-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    background: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 0 5px #f2f5f7;
            box-shadow: 0 0 5px #f2f5f7;
}

.tm-footer .tm-nav-tab {
    position: relative;
    height: 100%;
    padding: 5px 10px;
}

.tm-nav-tab>.tm-tab {
    background-color: #fb8e29;
    border-radius: 30px;
    height: 100%;
}

.tm-nav-tab>.tm-tab>a {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 40px;

}

/* .tm-nav-tab >.tm-tab >a:hover{
    color: #fff;
} */
/* content */
.tm-banner {
    background-color: #fff;
    padding:15px 15px;
}

.tm-author-sview {
     
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
}

.tm-author-sview .tm-logo {
    width: 64px;
    height: 64px;
    /*background-image: url(../images/fac_logo.png);*/
    background-image: url(../images/zc_logo.png);
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: center;
    margin-right: 10px;
}

.tm-author-sview .tm-intro {
    flex: 1;
	min-width: 0;
}

.tm-intro.TwoRow{
    margin-top: 0;
}

.tm-yz {
    padding-left: 10px;
    padding-right: 10px;
    height: 50px;
    background-color: #fb8e29;
}

.tm-yz>span {
    display: block;
    width: 67px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 2px;
    line-height: 22px;
}

/* .tm-yz > span a:hover{
    color: #fff;
} */
.tm-sy-nav:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.tm-sy-nav {
    height: 52px;
    padding: 0 10px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}

/*.tm-sy-nav .sy-cygl{
    background-image: url(../images/cygl_logo.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 16px 17px;
    width: 135px;
    padding-left: 43px;
    font-weight: 600;
    height: 100%;
    position: relative;

}
.tm-sy-nav .sy-bdgl{
    background-image: url(../images/baodan_logo.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 16px 17px;
    width: 135px;
    padding-left: 43px;
    font-weight: 600;
height: 100%;
position: relative;

}*/

.tm-sy-nav .tab {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
}

.tm-sy-nav .ic {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
    margin-right: 10px;
}

.tm-sy-nav .ic.ic-bd {
    background-image: url(../images/baodan_logo.png);
}

.tm-sy-nav .ic.ic-cy {
    background-image: url(../images/cygl_logo.png);
}

/* .tm-sy-nav a:hover{
    color: black !important;
} */
.tm-sy-nav .tab.uk-active:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    border-radius: 20%;
    background-color: #fb8e29;

}

.tm-inp-par {
    position: relative;
    width: 100%;
    height: 45px;
    padding: 7px 15px;
    border-radius: 30px;
}

.tm-inp-par:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.tm-inp {
    width: 100%;
    height: 31px;
    border-radius: 30px;
    background-color: #f4f5f9;
    overflow: hidden;
}

.tm-inp:focus-within {}

.tm-inp>input {
    height: 30px;
    border: none;
    padding: 0;
    background-color: #f4f5f9;
}

.tm-inp>input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.mui-input-group .mui-input-row input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tm-inp>span>img {
    width: 18px;
}

.tm-inp>span {
    margin-right: 7px;
    margin-left: 7px;
    height: 30px;
}

.mui-table-view-cell>.mui-slider-handle {
    position: relative;
    background-color: transparent !important;
}

.tm-slider-handle:after {
    content: '\e583';
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'Muiicons';
    font-size: 24px;
    line-height: 1;
    margin-top: -12px;
    color: #999;
}

.tm-item-icon1 {
    width: 25px;
    height: 25px;
    background-image: url(../images/inp_icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px 4px;
    border-radius: 50%;
    background-color: #fff;
}

.tm-item-icon2 {
    width: 25px;
    height: 25px;
    background-image: url(../images/remove_icon.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 5px 4px;
    border-radius: 50%;
    background-color: #fff;
}

.mui-ios .mui-table-view-cell .tm-mui-disabled>.mui-btn {
    padding: 0 8px;
}

.layer-anim .layui-layer-btn {
    text-align: right;
    padding: 0 69px 12px;
    pointer-events: auto;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none;
}

.mui-table-view-cell .mui-table-cell .tm-bdgl>p:nth-child(2) {
    margin-top: 0;
}

.tm-table-view .tm-table-view-cell {
    padding: 6px 15px 6px 15px;
}

/*.tm-lx-icon{
    height: 100%;
    padding-right: 15px;
    background-image: url(../images/phone_icon.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 90% 50%;
}*/
.tm-lx-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.tm-lx-icon .ic {
    display: inline-block;
    width: 15px;
    height: 15px;
    ;
    background-image: url(../images/phone_icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
}

.tm-lx-icon>span {
    margin-right: 6px;
}

.tm-table-view-cell>a:not(.mui-btn) {
    position: relative;
    display: block;
    overflow: hidden;
    margin: -5px -15px;
    padding: 0 15px;
    color: inherit;
}

.mui-icon-back:before,
.mui-icon-left-nav:before {
    content: '\e471';
}

.tm-hcen {
    width: 100%;
    height: 100%;
    line-height: 44px;
}

.tm-hcen:after {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.tm-addcp .mui-input-group {
    height: 100%;
}

.mui-input-group:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    content: none;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
        transform: scaleY(.5);
    background-color: #c8c7cc;
}

.mui-input-group:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: none;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
        transform: scaleY(.5);
    background-color: #c8c7cc;
}

.mui-input-row {
    border: none;
}

.tm-input-group .tm-input-row:not(:last-child):after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.mui-input-group .mui-input-row:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 10px;
    height: 1px;
    content: none;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
        transform: scaleY(.5);
    background-color: #c8c7cc;
}

.tm-addsure {
    padding: 0 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tm-addsure a {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fb8e29;
    line-height: 52px;
    text-align: center;
    border-radius: 30px;
}

/* .tm-addsure > a:hover{
    color: #fff;
} */
.tm-header-ic1 {
    margin-right: 0;
    padding: 0px 10px;
    padding-top: 7px;
}

.tm-header-ic1 .tm-ic {
    width: 25px;
    height: 25px;
    background-image: url(../images/bianji.png);
    background-position: center;
    background-size: cover;
}

.tm-hcen .tm-header-ic2 {
    display: block;
    /* margin-left: 14px;
    height: 44px; */
    margin-right: 0;
    padding: 0px 10px;
    padding-top: 5px;
}

.tm-header-ic2 .ic {
    height: 5px;
}

.tm-header-ic2 .ic>img {
    width: 15px;
    height: 5px;
    margin-bottom: 5px;
}

.tm-yyzz-con {
    padding: 0 10px;
    padding-top: 20px;
    background-color: #fff;
    min-height: 445px;
}

.tm-yyzz-con>ul {
    padding: 0;
}

.tm-yyzz-con>ul>.underline-dw {
    position: relative;
}

.tm-yyzz-con>ul>.underline-dw:not(:last-child):after {
    position: absolute;
    content: '';
    left: -10px;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 106%;
    background: #ddd;
    -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
            transform: scaleY(.5);
    z-index: 99;
}

.tm-yyzz-con>ul>li:first-child {
    padding-bottom: 10px;
}

.tm-yyzz-con>ul>li:not(:first-child) {
    min-height:40px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.tm-yyzz-con>ul>li{
	
}
.tm-yyzz-con>ul>li .tm-font16{
	font-size: 14px;
	white-space: nowrap;
}
.tm-yz-infoimg,
.tm-yz-infoimg>img {
    width: 100%;
}

.tm-yz-infoimg2 {
    min-height: 204px;
}

.tm-yz-infoimg {
    margin-top: 10px;
    background-color: #f3f1f2;
}

.tm-yz-infoimg>a>img {
    width: 31px;
}

.share-popover .share-view-cell .share-lk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-popover {
    padding-top: 23px;
    background-color: #f3f1f2;
    height: 115px;
}

.share-popover .ic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 0;
    line-height: 1;
    /* background: #fff; */
    border-radius: 7px;
}

.share-popover .ic img {
    width: 45px;
}

.share-popover .txt {
    margin-top: 10px;
    font-size: 13px;
    color: #555555;
}

.tm-yyzz-con>ul>li>input {
    border: none;
}

.tm-yyzz-con>ul>li>input::-ms-input-placeholder,
.tm-yyzz-con>ul>li>input::-webkit-input-placeholder {
    text-align: right;
}

.tm-yyzz-con>ul>li>input:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.tm-yyzz-con>ul>li>.tm-yyzz-bj {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

/* .tm-infoimg-sxz,
.tm-infoimg-sxz>img{
    height: 115px;
} */
.tm-infoimg-sxz {
    margin-top: 10px;
    margin-right: -10px;
}

.tm-infoimg-sxz .percard-img {
    position: relative;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.tm-infoimg-sxz .percard-img::before{
    content: '';
    display: block;
    padding-top: 60%;
}
.tm-infoimg-sxz .percard-img .mbg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.tm-infoimg-sxz .percard-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tm-infoimg-sxz>a {
    width: calc(50% - 10px);
    margin-right: 10px;
    padding-bottom: 20px;
    background-color: #f3f1f2;
}

.tm-infoimg-sxz>a>img {
    width: 30px;
    margin-top: 30px;
}

.tm-add-perinfo>ul {
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.tm-add-perinfo>ul li {
    position: relative;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 10px;
}

.tm-add-perinfo>ul li a {
    display: block;
    height: 100%;
    line-height: 50px;
}

/* .tm-add-perinfo >ul li a:hover{
    color: black;
} */
.tm-add-perinfo>ul li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
}

.tm-add-perinfo>ul li:before {
    content: '\e583';
    position: absolute;
    right: 0;
    top: 50%;
    font-family: 'Muiicons';
    font-size: 24px;
    line-height: 1;
    margin-top: -12px;
    color: #999;
}

/* 注册 */
.sign-logo{
	width: 180px;
	height: auto;
	vertical-align: middle;
}
.tm-new-log {
    padding: 0 37px 20px 37px;
    background-color: #fff;
    min-height: 100vh;
}

.tm-header~.mui-content .tm-new-log{
    min-height: calc(100vh - 44px);
}

.tm-nl-logo {
    width: 60%;
    padding-top: 25px;
    margin: 0 auto;
}
.tm-nl-logo img{
    max-width: 100%;
    height: auto;
    border:0;
}
.tm-nl-logo .tm-nl-logo1 {
    width: 70px;
}

.tm-nl-logo .tm-nl-logo2 {
    height: 20px;
    margin-top: 8px;
    margin-bottom: 5px;
}

.tm-nl-logo .tm-nl-logo3 {
    height: 12px;
    width: 200px;
}

.tm-zc-inpgro .tm-zc-inprow {
    height: 44px;
    margin-bottom: 18px;
    background-color: #f3f1f2;
    border-radius: 30px;
}

.tm-zc-inpgro .tm-zc-inprow>input {
    height: 100%;
}

.tm-zc-inpgro {
    margin-top: 15px;
}

.tm-zc-inpgro .tm-zc-inprow>input {
    padding-right: 35px;
}
.tm-zc-inpgro .tm-zc-inprow>input::-webkit-input-placeholder {    
    font-size: 12px;
    color: #bbb;
}

.tm-zc-inpgro .tm-zc-inprow>input:-moz-placeholder {    
    font-size: 12px;
    color: #bbb;
}

.tm-zc-inpgro .tm-zc-inprow>input:-ms-placeholder {    
    font-size: 12px;
    color: #bbb;
}

.tm-zc-inpgro .tm-zc-inprow>input:-o-placeholder {    
    font-size: 12px;
    color: #bbb;
}

.tm-zc-inpgro .tm-zc-inprow>input:placeholder { 
    font-size: 12px;
    color: #bbb;
}

.tm-zc-inpgro .tm-zc-inprow:nth-child(1) {
    background-image: url(../images/zc_saoyisao.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 96% 16px;
    position: relative;
}

.tm-zc-inpgro .tm-zc-inprow:nth-child(1)>a {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.tm-zc-inpgro .tm-zc-inprow:nth-child(2) {
    background-image: url(../images/zc_psd.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 95% 50%;
}
.utm-input-password{
    background-image: url(../images/zc_psd.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 95% 50%;
}
.tm-zc-inpgro .tm-zc-inprow:nth-child(4) {
    background-image: url(../images/zc_phone.png);
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 95% 50%;
}

.tm-zc-inpgro .tm-zc-lastinp {
    background-color: #fff;
    border-radius: none;
}

.tm-zc-inpgro .tm-zc-lastinp>.tm-sendnum {
    display: block;
    width: 58%;
    text-decoration: underline;
    text-align: right;
    line-height: 50px;
    color: #fb8e29;
}

.tm-zc-inpgro .tm-zc-lastinp>input {
    border-radius: 30px;
}

/*  注册radio*/
.utm-caview {
    background-color: #fff;
    height: 40px;
}

.fedt-mod {
    line-height: 20px;
    height: 40px;

}

.fedt-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 0;
    margin: 0;
    height: 40px;
}

.fedt-cell {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 45px;
    height: 40px;
    min-width: 0;
    padding-left: 5px;
}

.fedt-item {
    position: relative;
    display: block;

}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

.fedt-einput {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
}

.fedt-einput:checked~.fedt-ebody {
    background-color: #fb8e29;
    color: #ffffff;
    /* line-height: 26px; */
}

.fedt-ebody {
    font-size: 14px;
    height: 40px;
    border-radius: 50%;
    padding: 8px 0;
    text-align: center;
    background-color: #f3f1f2;
    color: #989898;
    line-height: 24px;
    font-size: 12px;
}

/* /注册radio */
.tm-letcen {
    width: 24px;
}

.tm-zcd {
    height: 40px;
    margin-top: 25px;
}

.tm-zc-zcbtn {
    width: 58%;
    height: 40px;
    border-radius: 30px;
    background-color: #fb8e29;
}

.tm-zc-zcbtn>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

/* /注册 */

/*  协议*/
.tm-zc-article {
    padding: 10px 10px 70px 10px;
}

/* /协议 */

.tm-login-nl {
    padding-top: 84px;
}

.tm-new-log .tm-zc-inpgro .tm-login-inprow {
    background-image: url(../images/login_user_icon.png);
    background-size: 18px;
    background-position: 96% 50%;
}

.tm-lostpsd {
    padding-left: 15px;
    padding-right: 15px;
}

.tm-lostpsd>span>a {
    text-decoration: underline;
    color: #fb8e29;
}

.tm-logbtn {
    height: 40px;
    margin-top: 40px;
}

.tm-logbtn .tm-logbtn-cen {
    height: 40px;
    width: 60%;
    background-color: #fb8e29;
    color: #fff;
    border-radius: 30px;

}

.tm-logbtn>.tm-logbtn-cen>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;

}

.tm-login-content {
    height: 100%;
}

.tm-inprow-newpsd {
    position: relative;
    padding-right: 80px;
}

.tm-inprow-newpsd .tm-newpsd-getnum {
    display: block;
    width: 67px;
    height: 100%;
    border-left: 1px solid #f3f1f2;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    line-height: 40px;
}

.tm-bdmanag {
    margin-right: 10px;
}

.tm-bdmanag-addicp {
    position: relative;
}

.tm-bdmanag-addicson {
    position: absolute;
    right: 10px;
    top: 14px;
}

.tm-bdmanag-addicson>img {
    width: 20px;
}

.mui-content .tm-bd-nav .uk-active:after {
    content: none;
}

.tm-author-sview .tm-bd-logo {
    background-image: url(../images/user.png);
    background-size: 64px;
    background-position: center;
}

/* 保单detail */
.tm-detail-head {
    height: 100px;
    position: relative;
}

.tm-detail-head .tm-bd-bgi>img,
.tm-detail-head .tm-bd-bgi {
    height: 100px;
    width: 100%;
}

.tm-bd-info {
    height: 162px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -8%);
        -ms-transform: translate(-50%, -8%);
            transform: translate(-50%, -8%);
    padding: 0 10px;
    /* background-color: #fff; */
}

.tm-bd-info .tm-bdinfo-cen {
    background-color: #fff;
    border-radius: 5px;
    height: 162px;
    width: 100%;
    position: relative;
}

.tm-bdinfo-cen .tm-bd-infoul>ul {
    padding: 0 10px;
    margin: 0;
}

.tm-bdinfo-cen .tm-bd-infoul>ul:after {
    content: '';
    left: 0;
    right: 0;
    top: 40px;
    height: 1px;
    position: absolute;
    height: 1px;
    background: #cccccc;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.tm-bdinfo-cen .tm-bd-infoul>ul>li {
    height: 40px;

}

.tm-detail-cont {
    margin-top: 120px;
    padding: 0 10px;
}

.tm-detail-cont>p {
    padding-left: 10px;
}

.tm-detail-cont>ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-right: -10px;
}

.tm-detail-cont>ul>li {
    /* height: 170px; */
    margin-bottom: 10px;
    margin-right: 10px;
    width: calc(50% - 10px);
}

.tm-detail-cont>ul>li>img {
    width: 100%;
}

/* /保单detail */

.tm-bdbj {
    padding-top: 0;
}

.mphoto-mod {
    background-color: #fff;
    /* padding: 14px 14px; */
    line-height: 20px;
}

.mphoto-mview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.mpho-vcell {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
}

.mpho-vcell:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.mpho-vcell .tm-media {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
}

.mpho-vfile {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 4px;
    cursor: pointer;
}

.mpho-vfile:before {
    display: block;
    content: " ";
    padding-top: 100%;
}

.mpho-vfile-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.mpho-vfile-overlay .cmic {
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/add_icon.png);
}

.mpho-vfile-overlay .tm-lab {
    margin-top: 4px;
    line-height: 16px;
}

.mphoto-mod.uk-active .mpho-coverlay {
    z-index: 8;
    opacity: 1;
}

.mpho-vcell .mpho-coverlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    cursor: pointer;
}

.mpho-check {
    position: absolute;
    right: -3px;
    top: -6px;
    background-color: #fff;
    border-radius: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../images/img_del.png);
    background-size: cover;
    background-position: center;
}

.mpho-vfile>input {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.mui-content .tm-bdbj ul .bd-li {
    position: relative;
    padding-bottom: 0;
}

.bd-li::after {
    position: absolute;
    content: '';
    left: -10px;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 106%;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
            transform: scaleY(0.5);
}

.tm-hcen .tm-tjcy,
.tm-yyzz {
    display: block;
    left: 50%;
    -webkit-transform: translate(-50%, -1%);
        -ms-transform: translate(-50%, -1%);
            transform: translate(-50%, -1%);

}

/*  */
footer {
    position: fixed;
    bottom: 0;
    height: 60px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px #ddd;
            box-shadow: 0 0 4px #ddd;

}

footer .tm-foo {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.tm-foo .tm-foo-add {
	display: block;
    width: 100%;
    height: 100%;
    background-color: #fb8e29;
    color: #fff;
    border-radius: 30px;
    line-height: 40px;
    text-align: center;
}

.bd-back {
    display: block;
    top: 0;
    left: 0;
    padding: 10px 10px;
}

.bd-back::before {
    content: '\e471';
    color: #fff;
    font-size: 24px;
}
.tm-bdbj .tm-input-body select{
    height: 40px;
    padding: 0 14px;
    line-height: 40px;
    border: 0;
}
.tm-bdbj .tm-input-body select:focus{
    box-shadow: none;
}
select[right] {
    direction: rtl;
}

.mphoto-mview .layui-upload-file{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tm-logout{
    position: fixed;
    right: 10px;
    top: 7px;
    width: 60px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    z-index: 9;
    background: #fff;
    text-align: center;
    color: #fb8e29 !important;
    font-size: 14px;
}

.tm-sel-wrap{
    position: relative;
}

.tm-sel-wrap input[type=radio],
.tm-sel-wrap input[type=checkbox]{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.tm-sel-wrap .lab{
    display: block;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    text-align: center;
    background: #fff;
    color: #fb8e29;
}
.tm-sel-wrap input[type=radio]:checked~.lab{
    background: #fb8e29;
    color: #fff;
}
.reg-type-p{
    display: flex;
    justify-content: center;
}
.reg-type{
    display: inline-flex;
    align-items: center;
    line-height: 1;
    border: 1px solid #fb8e29;
    margin-top: 15px;
    border-radius: 30px;
    overflow: hidden;
}
/*tm-lview*/
.mui-content .tm-lview:first-child {
    margin-top: 5px;
}

.tm-lview {
    position: relative;
    background: #fff;
}
.tm-lview.tm-tran .tm-lvcell+.tm-lvcell {
    margin-top: 10px;
}

.tm-lview.tm-tran.settings-ide-view .tm-lvcell+.tm-lvcell {
    margin-top: 5px;
}

.tm-lview.tm-tran.tm-form-group .tm-lvcell+.tm-lvcell {
    margin-top: 5px;
}

.tm-lview.tm-tran.tm-form-group .tm-lvcell+.tagsel-view {
    margin-top: 5px;
}

.tm-lview.tm-tran.tm-form-group .tm-lvcell+.tm-input-citem {
    margin-top: 5px;
}



.tm-lview+.tm-lview {
    margin-top: 5px;
}

.tm-lview .tm-lvcell {
    position: relative;
}

.tm-lview .tm-lvcell:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.tm-lview.tm-tran .tm-lvcell:not(:last-child)::after {
    content: none;
}

.tm-lview.aftmax .tm-lvcell:not(:last-child)::after {
    left: 0;
    right: 0;
}

.flex-body {
    min-width: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-foot {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

*+.flex-body {
    margin-left: 10px;
}


.flex-v *+.flex-body {
    margin-left: 0;
    margin-top: 10px;
}

*+.flex-foot {
    margin-left: 10px;
}

.flex-v *+.tm-flex-foot {
    margin-left: 0;
    margin-top: 10px;
}
.tm-lvcitem.tm-arrow {
    position: relative;
    padding-right: 35px;
}

.tm-lvcitem.tm-arrow::after {
    content: '\e583';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    font-family: 'Muiicons';
    font-size: 20px;
    color: #999;
}

.tm-lvcitem {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.tm-lview-md .tm-lvcitem {
    line-height: .6rem;
}

.tm-lvcitem.tm-flex-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tm-view-md .tm-lvcitem {
    padding: .26rem 10px .26rem 10px
}

.tm-lvcitem.tm-flex-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tm-lview.tm-tran .tm-lvcitem {
    background: #fff;
    border-radius: 5px;
}

.tm-lvcitem.tm-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tm-lview.tm-lview-tran .tm-lvcitem {
    background: #fff;
}

.tm-lvcitem.tm-arrow {
    position: relative;
    padding-right: 35px;
}

.tm-lvcitem.tm-arrow::after {
    content: '\e583';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    line-height: 1;
    font-family: 'Muiicons';
    font-size: 18px;
    color: #999;
}

.tm-panel-tran .tm-lview {
    background: transparent;
}

.tm-panel-tran .tm-lview .tm-lvcell {
    padding: 0 15px;
}

.tm-panel-tran .tm-lview .tm-lvcitem {
    background: #fff;
    border-radius: 5px;
}

.tm-panel-tran .tm-lvcitem.tm-arrow::after {
    right: 20px;
}

.tm-lvcitem.tm-arrow.nopad::after {
    right: 5px;
}

.tm-lview .tm-input-citem:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    transform: scaleY(.5);
    background: #ddd;
}

.tm-lview.aftmax .tm-input-citem:not(:last-child)::after {
    left: 0;
    right: 0;
}

.tm-lview.aftmax .tm-input-citem:not(:last-child)::before {
    left: 0;
    right: 0;
}

.tm-form-group.tm-lview .tm-lvcitem {
    font-size: .28rem;
    height: .88rem;
}
.tm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.x-btn{
    margin-left:5px;
}
.x-mtop-no{
    margin-top: 0;
}
.switcher_con_item{
    background-color: #fff;
}
.tm-ic {
    width: 50px;
    height: 40px;
    display: flex;
    vertical-align: middle;
    line-height: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
}
.tm-ic > img{
    width: 100%;
}
.flex-head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
.lh40{
    line-height: 40px;
}

.invite-img{
    margin-top: 20px;
}

.tm-mpanel{
    position: relative;
}
.tm-mpanel::before{
    content: '';
    display: block;
    padding-top: 100%;
}

.tm-mpanel .tm-mbg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.tm-mpanel .tm-mbg>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-select{
    display:flex;
    align-items: center;
    position: relative;
    height: 52px;
    padding: 0 14px;
    line-height: 52px;
    color: #fff;
    background: #fb8e29;
}
.index-select .tm-icon{
    width: 26px;
    height: 26px;
    background-size: 26px;
    margin-right: 10px;
}
.index-select::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    transform: scaleY(.5);
    background: #ffffff;
}
.index-select .tm-flex-body{
    flex: 1;
    min-width: 0;
}

.tm-pop{
    z-index: 1001;
    background: #fff;
}
.tm-pop .pop-tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 44px;
    background: #fff;
}
.tm-pop .pop-tit .title{
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
}
.tm-pop .pop-tit a{
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
}
.tm-font-theme{
    color: #fb8e29;
}
 
.tm-pop .pop-tit::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    transform: scaleY(.5);
    background: #ddd;
}
.tm-pop .pop-body{
    position: relative;
    height:80vh;
}

.tm-pop ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.sel-opts-view{

}

.sel-opts-view .sel-opt-cell{
    position: relative;
}
.sel-opts-view .sel-opt-cell:not(last-child)::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    transform: scaleY(.5);
    background: #ddd;
}

.sel-opts-view .sel-label{
    display: block;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
}

.sel-opts-view input[type=radio],
.sel-opts-view input[tupe=checkbox]{
    top: 50%;
    transform: translateY(-50%);
}

.tm-updimg{
    position: relative;
    overflow: hidden;
    min-width: 150px;
    min-height: 100px;
    background-color: #f4f5f9;
    margin: 10px 60px;
}
.tm-updimg>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tm-updimg input[type=file]{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.tm-updimg a img{
    width: 31px;
}


.tm-login-action .mui-btn-block{
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #fb8e29;
    color: #fff;
    font-size: 16px;
}
.tm-lview{}
.tm-lvcitem{
    display: flex;
    position: relative;
    padding: 10px;
    align-items: center;
}
.tm-lvcitem .tm-lvcell{
    position: relative;
}
.tm-lvcitem .tm-lvcell:not(last-child)::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    transform: scaleY(.5);
    background: #ddd;
}
.tm-lvcitem.tm-arrow{
    padding-right: 30px;
}
.tm-lvcitem.tm-arrow::after{
    content: '\e583';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    color: #999;
}
.home-header{
    background: #fb8e29;
}

.utm_number{
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 4px;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
    background-image: linear-gradient(to bottom, #fb8e29, #ffa726);
    border-radius: 3px;
}


.tm-icon{
    display: inline-flex;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-size: 24px;
    background-repeat: no-repeat;
}

.tm-icon.tm-icon-shenfen{
    background-image: url('../images/shenfen.png');
}

.filepdf_box{
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    overflow-y: scroll;
}
.filepdf_box iframe{
    width: 100%;
    /* height: auto; */
}
.filepdf_box iframe embed{
    position: static !important;
}
.filepdf_box .pdf_url{
    display: block;
    color: #fb8e29;
}
.wordSpaceTwo{
    letter-spacing: 2px;
}
.ptlTen.mphoto-mod{
    background-color: transparent;
}
.ptlTen .mphoto-mview{
    padding: 10px 0 0px 10px;
}
.noMargin{
    margin: 0 !important;
}
.mpho-vcell.fangKuai .tm-media{
    width: 100%;
    height: 100%;
}

.noFocus{
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.noFocus:focus{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}


/* 4字对齐 */
.wordAlign2_4{
    letter-spacing:32px;
    position: relative;
    margin-right: -15px;
}

.wordAlign3_4{
    letter-spacing:8px;
    position: relative;
    margin-right: -64px;
}
/* /4字对齐 */

/* 5字对齐 */
.wordAlign2_5{
    letter-spacing:48px;
    position: relative;
    margin-right: -20px;
}
.wordAlign4_5{
    letter-spacing:5px;
    position: relative;
}
/* 5字对齐 */

/* 6字对齐 */
.wordAlign2_6{
    letter-spacing:64px;
    position: relative;
    margin-right: -64px;
}
.wordAlign3_6{
    letter-spacing:24px;
    position: relative;
    margin-right: -64px;
}
.wordAlign4_6{
    letter-spacing:11px;
    position: relative;
    margin-right: -64px;
}
.wordAlign5_6{
    letter-spacing:4px;
    position: relative;
    margin-right: -64px;
}
.wordAlignAbs{
    position: absolute;
    right: -10px;
    color: red;
}
/* /6字对齐 */

/* 2020-03-09增加 */
.telBtn{
    display: inline-block;
    background-color: #fb8e29;
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
	font-size: 13px;
    color: #fff;
}

.lineHeight_m{
    line-height: 1.5;
}

.pTopBot_mini{
    padding: 5px 0;
}
.pTopBot_mini p~ p{
    padding-top: 5px;
}

.pop-tit.bgBlue{
    background-color: #fb8e29;
}

.tm-sic{
    width: 24px;
    height: 24px;
    display: flex;
    vertical-align: middle;
    line-height: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    align-items: center;
}
/* *+ .tm-sic{
    margin-left: 5px;
} */
.tm-sic img{
    width: 100%;
}

.reviseTit{
    display: flex;
    align-items: center;
}

.AlignCenter{
    margin-top: 50%;
}
/* /2020-03-09增加 */


/* notice */
.notice-mod{
	display: flex;
	align-items: center;
	/* height: 40px; */
	background-color: #fef2e4;
	color: #222;
	padding:10px 15px;
	line-height: 20px;
}
.notice-mhead{
	display: flex;
	align-items: center;
	margin-right:8px;
}
.notice-mhead .notice-icon{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.notice-mbody{
	flex: 1;
	min-width: 0;
	font-size: 14px;
}
.notice-swiper{
	/* height:20px; */
}
.notice-item{
	display: block;
}
.notice-item .item-text{
	 
}
.notice-item .txt-tit{
	
}
.notice-item .txt-num{
	color: #fb8e29;
}

.ialer-mod{
	display: flex;
	align-items: center;
	line-height: 20px;
	padding:10px 15px;
	color: #393939;
	background-color: #fff;
}
.ialer-mbody{
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
}
.ialer-mfoot{
	display: flex;
	align-items: center;
}
.ialer-mod .item-tit{
	
}
.ialer-mod .item-num{
	color: #fb8e29;
}
.ialer-mod .item-btn{
	padding:7px 8px;
	font-size: 12px;
	border-radius: 4px;
	background: #fb8e29;
	border-color: #fb8e29;
}
.ialer-mod +.tm-banner{
	padding-top: 0;
}

.mft-quit{
	align-self: flex-start;
	margin-right: -8px;
}
.mft-quit .mui-icon{
	color: #f44336;
	cursor: pointer;
	font-size:28px;
}

.policy-item{
	padding:5px 0;
	line-height: 1.2;
	font-size: 14px;
}
.policy-item .flex-head .tm-ic{
	width: 60px;
	height: 60px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.08);
}
.policy-item .item-code{
	margin-bottom:8px;
}
.policy-item .item-name{
	font-size:12px;
	color: #686160;
	margin-bottom:8px;
}
.policy-item .item-flex{
	display: flex;
	align-items: center;
}
.policy-item .item-time{
	color: #808080;
	font-size: 12px;
	flex: 1;
}
.policy-item .item-rbtns{
	position: absolute;
	right: 14px;
	bottom: 11px;
	z-index: 10;
}