html {
    font-size: 13.33333vw;
}

@media screen and (max-width:320px) {
    html {
        font-size: 42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:321px) and (max-width:360px) {
    html {
        font-size: 48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:361px) and (max-width:375px) {
    html {
        font-size: 50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:376px) and (max-width:393px) {
    html {
        font-size: 52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:394px) and (max-width:412px) {
    html {
        font-size: 54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:413px) and (max-width:414px) {
    html {
        font-size: 55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:415px) and (max-width:480px) {
    html {
        font-size: 64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:481px) and (max-width:540px) {
    html {
        font-size: 72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:541px) and (max-width:640px) {
    html {
        font-size: 85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:641px) and (max-width:720px) {
    html {
        font-size: 96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:721px) and (max-width:768px) {
    html {
        font-size: 102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width:769px) {
    html {
        font-size: 102.4px;
    }
}

a,
blockquote,
body,
code,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
img,
input,
label,
li,
object,
ol,
p,
q,
small,
span,
strong,
table,
tbody,
td,
th,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

body {
    font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

a,
img {
    -webkit-touch-callout: none
}

li,
ol,
ul {
    list-style: none
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
}

body {
    max-width: 750px !important;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 0.8rem;
}


/* #container {
		height: 100%
	} */

.body {
    position: relative;
}

.bg-img {
    z-index: -1;
    position: absolute;
    width: 100%;
}

.head {
    padding-top: 35%;
    margin: 0 .28rem;
}

.card-city-title {
    font-size: 0.3rem;
    font-weight: 500;
    padding-top: 0.01rem;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    border-radius: 0.2rem;
    padding: 0.17rem 0.3rem;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 0 0.3rem #0000002b;
}

.card-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.card-top {
    display: flex;
    align-items: center;
}

.input input {
    width: 71%;
    height: 0.6rem;
    padding-left: 0.12rem;
    margin-right: 0.2rem;
    font-size: 0.28rem;
    line-height: 0.6rem;
    border-radius: 0.4rem;
    background: #EFEEF1;
    padding-left: 0.4rem;
}

.input input:focus {
    outline: none;
}

.input input::-webkit-input-placeholder {
    font-size: 0.28rem;
}

::-webkit-input-placeholder {
    color: #A7A6A6;
    font-weight: 500;
    font-size: 0.2rem;
}

.input button {
    padding: 0.1rem 0.3rem;
    background-color: #5096DE;
    border-radius: 0.5rem;
    color: #ffffff;
    border: none;
    font-size: 0.28rem;
}

.select select:first-child {
    margin-left: 0;
    padding-left: 0;
}

.card div {
    display: inherit;
}

#map-container {
    width: 100%;
    height: 4rem;
}

.map-title {
    font-size: 0.33rem;
    font-weight: 500;
    margin: 0.4rem 0rem;
    font-weight: bold;
}

.notice {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #000000;
}

.notice-head {
    display: flex;
    align-items: center;
}

.notice-icon {
    width: 0.275rem;
    height: 0.275rem;
    margin-right: 0.3125rem;
}

.notice-title {
    font-size: 0.36rem;
    font-weight: 600;
    margin-top: 0.27rem;
    margin-bottom: 0.17rem;
    padding-bottom: 0.1rem;
    color: #141414;
}

.notice-time {
    color: rgb(153, 153, 153);
    font-size: 0.3rem;
}

.notice-content {
    padding: 0.25rem 0.26rem;
    font-weight: 500;
    background-color: rgb(245, 246, 248);
    border-radius: 0.1125rem;
    font-size: 0.28rem;
}

.notice-border {
    margin-top: 0 !important;
}

.map {
    position: relative;
}

.see {
    height: 0.7rem;
    position: absolute;
    right: 0.3rem;
    bottom: 0.3rem;
    font-size: 0.4rem;
    line-height: 0.7rem;
    background-color: rgb(21, 30, 135);
    border-radius: 0.1rem;
}

.select select {
    margin-left: 0.38rem !important;
}

.see a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.25rem;
    font-size: 0.32rem;
    color: #ffffff;
}

.share:hover {
    color: #fff;
}

.daofen-box {
    background: #fff;
    padding: 0.1rem;
    margin-top: 0.2rem;
    max-width: 100% !important;
    font-size: 0.31rem !important;
    line-height: 0.48rem !important;
}

.daofen-box img {
    max-width: 100% !important;
    height: auto !important;
}

.daofen-box * {
    max-width: 100% !important;
    font-size: 0.31rem !important;
    line-height: 0.48rem !important;
}

footer {
    display: none;
}

.back_to_top,
.back_to_feed {
    display: none;
    font-size: 0;
}

.list {
    margin-top: 0.26rem;
}

.title-icon {
    width: 0.34rem;
    height: 0.17rem;
}

.control {
    display: flex;
    align-items: center;
    font-size: 0.46rem;
    opacity: .7;
    font-weight: 400;
    color: rgb(154, 154, 154);
}

.control p {
    margin-right: 0.2rem;
    font-size: 0.26rem;
}

.list-detail {
    margin-top: 0.2rem;
}

.swiper {
    margin: 0.3rem 0;
}

.list-xq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.02rem solid #cccccc2b;
    padding: .14rem 0.1rem;
    font-size: 0.31rem;
    color: #000000;
}

.list-detail-title {
    align-items: center;
    justify-content: space-between;
    margin: 0 0.07rem;
}

.list-detail-num {
    display: block;
    font-size: 0.08rem;
    color: #666;
}

#list-xq {
    margin-top: 0.1rem;
}

.fare-link {
    display: flex;
    justify-content: center;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
    width: 98%;
    margin: 0.4rem auto 0.3rem auto;
    border-radius: 0.1rem;
    background: #5395DE;
}

.fare-link a span {
    color: #ffffff;
}

.detail-icon {
    width: 0.1rem;
    height: 0.17rem;
    margin-left: 0.09rem;
}

.detail-border {
    display: flex;
    align-items: center;
    font-size: 0.22rem;
    color: #093;
}

.list-detail-icon {
    width: 0.16rem;
    height: 0.27rem;
}

.card-city {
    width: 94%;
    background-color: #ffffff;
    border-radius: 0.225rem;
    padding: 0.3875rem 0rem;
    padding-top: 0.17rem;
    margin: 0 auto;
    box-shadow: 0 0 0.3rem #0000002b;
}

.card-title {
    height: .4rem !important;
}

.card-title p {
    margin: 0;
}

.title-text {
    font-size: 0.34rem;
    font-weight: bold;
    color: #000000;
}

.time {
    font-size: 0.26rem;
    color: rgb(138, 138, 138);
}

.data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0.375rem;
}

.data-item {
    text-align: center;
}

.num {
    font-size: 0.5rem;
    font-weight: 600;
    margin-bottom: 0.02rem;
}

.city-local .desc {
    padding: 0rem 0.45rem;
}

.data-item:nth-child(1) .num,
.data-item:nth-child(1) .add-num span {
    color: rgb(254, 0, 0);
}

.data-item:nth-child(2) .num,
.data-item:nth-child(2) .add-num span {
    color: rgb(255, 102, 0);
}

.data-item:nth-child(3) .num,
.data-item:nth-child(3) .add-num span {
    color: rgb(8, 180, 42);
}

.data-item:nth-child(4) .num,
.data-item:nth-child(4) .add-num span {
    color: rgb(102, 102, 102);
}

.data-item-1 .num,
.data-item-1 .add-num span {
    color: rgb(254, 0, 0) !important;
}

.data-item-2 .num,
.data-item-2 .add-num span {
    color: rgb(255, 102, 0) !important;
}

.data-item-3 .num,
.data-item-3 .add-num span {
    color: rgb(8, 180, 42) !important;
}

.data-item-4 .num,
.data-item-4 .add-num span {
    color: rgb(102, 102, 102) !important;
}

.no-result-box {
    color: #999;
    text-align: center;
    line-height: 1rem;
    font-size: 0.28rem;
}

.time-box {
    color: #B8B8B8;
    font-size: 0.24rem;
    justify-content: flex-end;
    margin-top: 0.2rem
}

.title-name {
    width: 50%;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    text-align: center;
    font-weight: bold
}

.bar-title {
    border: 0.02rem solid #5195DD !important;
    border-radius: 0.28rem;
    padding: 0rem !important;
    padding: 0 0.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
}

.left-click,
.right-click {
    background-color: #E6EFFA;
    color: #5195DD;
}

.left-click {
    border-radius: .26rem 0 0 .26rem;
}

.right-click {
    border-radius: 0 .26rem .26rem 0;
}

.list-item {
    display: flex;
    justify-content: space-between;
}

.city {
    position: absolute;
    top: 0.26rem;
    right: 0.25rem;
    width: 1.15rem;
    height: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.375rem;
    border-radius: 1.875rem;
    background-color: #ffffff;
}

.city-name {
    font-weight: 600;
    color: rgb(14, 20, 87);
    font-size: 0.26rem;
}

.city-icon {
    width: 0.18rem;
    margin-left: 0.1rem;
}

.fgx {
    /*height: 0.16rem;*/
    background: #f7f7f7;
}

.bobao {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.21rem 0.22rem;
    margin: .2rem 0;
    border-radius: .16rem;
    background-color: #F8F8F8;
}

.bobao-border {
    display: flex;
    align-items: center;
}

.bobao-border img {
    width: .62rem;
    height: .51rem;
    margin-right: .31rem;
}

.bobao-title {
    margin-bottom: .18rem;
    font-size: .3rem;
    font-weight: bold;
    color: #333333;
}

.bobo-detail {
    font-size: .25rem;
    line-height: .25rem;
    color: #666666;
}

.arrow-right {
    width: .16rem;
    height: .16rem;
}

.notice_box {
    /*margin:  0 0.1rem;*/
    padding: 0.24rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    background-color:#FEF6F4;
}

.notice_box .left{
    color: #DC5F5F;
    font-size: 0.28rem;
    font-weight: 700;
}

.notice_box .left span {
    font-family: "PingFang SC" !important;
    line-height: unset;
}

.notice_box .left img {
    width: 0.26rem;
    height: 0.26rem;
    margin-right: 0.2rem;
}

.notice_box .right {
    font-size: 0.22rem;
    color:#EF6E59;
}

.notice_box .origin {
    margin: 0 0 0 0.42rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    font-size: 0.22rem;
}

.notice_box .right-img {
    width: 0.12rem;
    height: 0.14rem;
}

.overHid {
    height: 0.34rem;
    overflow: hidden;
}

.select select{
    color:#67A3F5;
    background-image: url(http://imgbdb3.bendibao.com/whbdb/20202/26/20200226162105_59108.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.time-box {
    justify-content: flex-start;
    margin-top: 0;
}

#mask {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -moz-opacity: 0.8;
    opacity: 0.5;
    filter: alpha(opacity=80);
    background-color: black;
}

.notice_pop {
    position: fixed;
    display: none;
    bottom: 0;
    z-index: 1001;
    max-width: 7.5rem;
}

.notice_pop .pop_con {
    max-height: 9.92rem;
    overflow-y: scroll;
    padding: 0.48rem 0.3rem 1rem;
    border-radius: 0.3rem 0.3rem 0 0;
    font-size: 0.28rem;
    color: #333;
    background-color: #fff;
}

.notice_pop .pop_head {
    margin-bottom: 0.4rem;
    font-size: 0.32rem;
     font-weight: 700;
}

.notice_pop ul li {
    margin-bottom: 0.3rem;
}

.notice_pop ul li:last-child {
    margin-bottom: 0;
}

.notice_pop ul li .risk_btn {
    display: inline-block;
    padding: 0.07rem 0.24rem;
    border-radius: 1rem;
    color: #fff;
}

.notice_pop ul li p {
    margin-top: 0.2rem;
    text-align: justify;
}

.high_bg {
    background-color: #E0261C;
}

.mid_bg {
    background-color: #FF7009;
}

.low_bg {
    background-color: #FFBB0B;
}

.no_bg {
    background-color: #53A046;
}

/* 通知的样式 */
.tongzhi {
    height: .84rem;
    margin: .2rem 0rem;
    padding: 0 .28rem;
    flex-wrap: nowrap;
    line-height: .92rem;
    font-size: .24rem;
    color: #333333;
    line-height: 0.40rem;
    text-align: center;
    border-radius: .22rem;
    /* background-color: #FFFFFF; */
    background-color: #F8F8F8;
    /*box-shadow: 1px 1px 0.2rem rgb(0 0 0 / 20%);*/
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tongzhi-icon {
    width: .37rem;
    margin-right: .28rem;
}


.show-toast {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    font-size: .35rem;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toast-item {
    margin: 0 .65rem;
    max-height: 50%;
    /* margin-top: 20%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: .3rem;
    width: 100%;
}
.toast-item {
    max-height: 70%;
    background-color: transparent;
}
.toast-img {
    width: 100%;
    height: 2.53rem;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, #fff 50%);
}
.toast-content {
    width: 100%;
    padding: .49rem .44rem;
    font-size: .3rem;
    border-bottom: .01rem solid #CCC;
    overflow-y: auto;
}
.toast-content {
    padding: 0.39rem 0.44rem;
    color: #666;
    background-color: #fff;
}
.toast-confirm {
    height: .98rem;
    width: 100%;
    line-height: .98rem;
    color: #3887D9;
    text-align: center;
}
.toast-content p {
    white-space: pre-line;
}
.toast-content a {
    display: inline-block;
    margin-top: .2rem;
    color: #3887D9;
}
.toast-content a {
    padding: 0.04rem 0.23rem;
    border-radius: 0.49rem;
    color: #3588da;
    background-color: #dbeafb;
}
.toast-confirm {
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    color: #fff;
    background-color: #5994f4;
}

	

.flex-center {
			display:flex;
			align-items: center;
		}
		.flex-between {
			display: flex;
			justify-content: space-between;
		}
		.same_text .risk_btn:nth-child(n+2) {
			margin-left: 0.2rem;
		}
		.same_text {
			display: none;
		}
		.origin a,.pop_head a {
			color:#67A3F5;
			text-decoration: underline;
		}
		.select_city .sheng,.select_city .shi,.select_city .qu {
			text-align: center;
			font-size: 0.28rem;
		}

		.select_city .sheng {
			width: 1.7rem;
			margin-right: 0.1rem;
			margin-left: 0.1rem;
		}
		.select_city .shi {
			width: 1.7rem;
			margin-right: 0.1rem;
			margin-left: 0.1rem;
		}
		.select_city .qu {
			width: 1.3rem;
			margin-left: 0.2rem;
			margin-right: 0.2rem;
		}
		.index_update{
			position: absolute;font-size: 0.22rem;color: #fff;top: 1.8rem;left: 0.6rem;color: #fff
		}
		::-webkit-input-placeholder { 
			color:#999;font-size:0.24rem;
		}
		input {
			color: #999;
			font-size:0.24rem;
		}
		.new-search{
			position:relative
		}

		.new-search input {
			height: 0.73rem;
			width: 75%;
			border: 0.02rem solid #6779E2;
			padding: 0rem 1rem 0rem 0.32rem;
			border-radius: 0.5rem;
			display: flex
		}

		.new-search .button {
			border-radius: 0.5rem;
			width: 0.85rem;
			height: 0.61rem;
			background-color: rgba(219, 224, 251, 1);
			position: absolute;
			top: 0.35rem;
			right: 0.07rem;
		}

		.new-search .img {
			width: 0.35rem;
			height: 0.34rem;
			position: absolute;
			top: 0.12rem;
			left: 0.26rem;
		}
		.input-show-toast {
			position: fixed;
			top: 0;
			width: 100%;
			max-width: 750px;
			height: 100%;
			font-size: .35rem;
			background-color: rgba(0, 0, 0, .3);
			z-index: 1000;
			display: flex;
			align-items: center;
			justify-content: center;
		}

		.show-toast-item {
			position: fixed;
			bottom: 0rem;
			max-width: 7.5rem;
			width: 100%;

		}

		.tips {
			border-radius: 0.5rem 0.5rem 0rem 0rem;
			background-color: #fff;
			position: relative;
		}

		.tips .delete {
			width: 0.21rem;
			height: 0.22rem;
			position: absolute;
			right: 0.39rem;
			top: 0.56rem
		}

		.show-state {
			display: flex;
			justify-content: center
		}

		.show-state img {
			width: 1.5rem;
			height: 1.5rem;
			margin: 0.66rem 0rem 0.36rem 0rem
		}

		.show-text {
			text-align: center;
			font-size: 0.32rem;
			/*margin: 0.22rem 0.5rem 0rem 0.5rem;*/
			padding-bottom: 0.4rem;


		}
		.show-text  span {
			line-height: 0.32rem !important;
		}


		.show-blue {
			color: #67A3F5
		}

		.show-black {
			color: #222222

		}

		.show-color-high {
			color: #FF3B3B;
		}

		.show-color-middle {
			color: #FF8A00;
		}
		.show-color-low {
			color: #FFB800;
		}

		.show-color-sure {
			color: #8DC361;
		}

		.show-map {
			padding-bottom: 0.42rem;
			font-size: 0.30rem;
			display: flex;
			justify-content: center;
			border-bottom: dashed 0.01rem #dadada;
			/*margin-bottom: 0.4rem;*/
		}

		.show-map-link {
			/*padding: 0.1rem 0.26rem;*/
			background-color: rgba(103, 163, 245, 0.1);
			border-right: 0.1rem;
			border-radius: 0.1rem;
			/*margin-top: 0.42rem;*/
			display: flex;
			width: 2.02rem;
			justify-content: center;
		}

		.show-map-link img {
			width: 0.12rem;
			height: 0.21rem;
			margin: 0.19rem 0rem 0rem 0.14rem
		}
		.bottom{
			margin-bottom: 0.2rem;
		}

		.search-posi {
			text-align: center;
			padding: 0.29rem 0rem 0.65rem 0rem;
			border-top: 0.01rem dashed #DEDEDE;
			font-size: 0.32rem
		}
		.show-none{
			display: none;
		}
		.quyu{
			width: 1.2rem;
		}
		.quyu span{
			font-size: 0.24rem!important;
		}
		.quyu img{
			width: 0.2rem;
			height: 0.1rem;
		}
		.view-fengkong {
			margin-top: 0.32rem;
			padding: 0.12rem 0;
			justify-content: center;
			text-align: center;
			font-size: 0.23rem;
			background: linear-gradient(to left,rgba(217,224,250,0),rgba(218,224,250,1),rgba(217,224,250,0));
		}
		.view-fengkong a {
			color: #2D30E3;
		}
		.view-fengkong img {
			width: 0.32rem;
			height: 0.32rem;
			margin-right: 0.1rem;
		}
		.notice_box {
			margin-top: 0.32rem;
		}
		.tab-risk {
			margin: 0.32rem 0.16rem;
			font-size: 0.28rem;
			color: #999999;
		}
		.tab-risk .fx-item {
			display: flex;
			align-items: center;
			flex-direction: column;
		}
		.tab-risk .fx_active {
			color:#333;
		}

		.tab-risk .line {
			width: 0.72rem;
			height: 0.06rem;
			margin-top: 0.12rem;
			visibility: hidden;
			border-radius: 0.1rem;
			background-color:#53A5F9;
		}

		.tab-risk .fx-item:first-child .line {
			visibility: visible;
		}
		
.cls1{background-color: #F5F3FC;border-radius:0.1rem;font-size: 0.28rem;margin-bottom: 0.28rem}
.cls2{padding:0.28rem 0rem;margin: 0rem 0.22rem;display: flex;justify-content: space-between;border-bottom: 0.01rem solid rgba(103,121,226,0.2);}
.cls3{text-align: right;margin-bottom: 0.17rem;color:#FF3B3B}
.cls4{display: flex;justify-content: right}
.cls5{text-align: right;margin-bottom: 0.17rem;color:#FF8A00}
.cls6{width: 82%;align-items: center;display: flex;color: #333}
.cls7{width: 0.2rem;height: 0.25rem;margin-right: 0.06rem;}
.cls8{color: #67A3F5;font-size: 0.2rem}
.cls9{width: 18%;display: flex;justify-content: end;align-items: center}
.cls10{text-align: right;color:#FFB800}
.cls11{text-align: right;color:#FF8A00}
.cls12{text-align: right;color:#FF3B3B}
.cls13{width: 82%;align-items: center;display: flex;color: #333}
.cls14{padding: 0.23rem;display: flex;justify-content: center;color: #67A3F5;font-size: 0.24rem}
.cls15{text-align: right;margin-bottom: 0.17rem;color:#53A046}
.cls16{width: 75%;align-items: center;display: flex;color: #333}
.cls17{width: 25%;display: flex;justify-content: end;align-items: center}
.cls18{text-align: right;color:#53A046}
.cls19{text-align: right;margin-bottom: 0.17rem;color:#FFB800}
.cls20{width: 75%;}
.cls21{width: 25%;}
.cls22{text-align: right;color:#53A5F9}


.weixin-mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: rgba(0, 0, 0, .6);
	display: none;
	background-image: url(https://imgbdb4.bendibao.com/images/wxbj.png);
	background-position: top right;
	background-size: 100%;
	background-repeat: no-repeat;
}

.mobile-mask {
			position: fixed;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 99999;
			background-color: rgba(0, 0, 0, .6);
			display: none;
			max-width: 750px;
			width: 100%;
			margin: auto;
		}


		mip-share .c-share-list .c-span3 {
			width: 16%;
			-webkit-box-flex: none;
			-webkit-flex: none;
			font-size: 0.2rem
		}

		.c-span3 {
			float: left;
		}

		mip-share .c-share-list .c-flexbox,
		mip-share .c-share-list .c-row {
			display: block;
		}

		.fenxiang {
			padding: 0.2rem 0 0 0.2rem;
			background: #fff;
			font-size: 0.2rem;
			margin: 0
		}

		.c-share-list.mip-fill-content {
			padding-top: 0.2rem;
			padding-bottom: 0.2rem;
		}

		.c-share-list {
			overflow: hidden;
			margin-top: 0;
			box-sizing: border-box;
		}

		.c-line-clamp1 {
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		
			.weui-mask {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

.weui-dialog {
    position: fixed;
    z-index: 5000;
    width: 80%;
    max-width: 750px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 0.06rem;
    overflow: hidden;
}

.weui-dialog__hd {
    padding: 1.3em 1.6em 0.5em;
}

.weui-dialog__title {
    font-weight: 400;
    font-size: 0.36rem;
}

.weui-dialog__bd {
    padding: 0 1.6em 0.8em;
    min-height: 0.8rem;
    font-size: 0.3rem;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #808080;
	text-align:left;
}

.weui-dialog__bd  img{ max-width:100%;}

.weui-dialog__bd:first-child {
    padding: 2.7em 0.4rem 1.7em;
    color: #353535;
}

.weui-dialog__ft {
    position: relative;
    line-height: 0.96rem;
    font-size: 0.36rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.weui-dialog__ft:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 0.02rem;
    border-top: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}

.weui-dialog__btn {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #09BB07;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
}

.weui-dialog__btn:active {
    background-color: #EEEEEE;
}

.weui-dialog__btn:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.02rem;
    bottom: 0;
    border-left: 0.02rem solid #D5D5D6;
    color: #D5D5D6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}

.weui-dialog__btn:first-child:after {
    display: none;
}

.weui-dialog__btn_default {
    color: #353535;
}

.weui-dialog__btn_primary {
    color: #09BB07;
}
	