img {border:0;max-width: 100%;}
.mip-two {
    overflow: hidden;
    width: 100%;
    background: #fff;
    height: 3.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mip-left{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: 1.0625rem;
}
.groot-ui-image {
	border-radius: 6.25rem; overflow-y: hidden; width: 1.875rem; height: 1.875rem;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.mip-two.new-btn .mip-left-span {
    font-size: 0.9375rem;
    display: inline-block;
    margin-left: 0.50951087rem;
    max-width: 10rem;
}
.mip-two.new-btn .mip-right {
    min-width: 5.5625rem;
    width: 7.35960145rem;
    height: 2.37771739rem;
    border-radius: 1.1888587rem;
    margin-right: 0.9375rem;
    padding: 0;
}
.mip-right {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 5.5625rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 1.25rem;
    background: #1aad17;
    text-align: center;
    color: #fff;
    margin-right: 1.0625rem;
    padding: 0 1.25rem;
    box-sizing: border-box;
}








.wechat{
	display: block;
	width: 200px;
	margin: 50px auto;
	text-align: center;
	height: 60px;
	line-height: 60px;
	background: #008200;
	color: #fff;
	font-size: 18px;
}

.top-wechat-bar {position:fixed;z-index:9;width:100%;bottom:0;left:0;right:0;display:block;}
.wechat-icon {width:20px;height:20px;margin-right:5px;}
.top-wechat-bar-dialog {width:100vw;height:100vh;overflow:hidden;position:fixed;z-index:10001;top:0px;right:0px;left:0px;transition:opacity 0.3s ease-in 0s;display:none;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5);}
.dialog-content {width:360px;padding:20px;background-color:#ffffff;border-radius:10px;overflow:hidden;position:relative;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;}
.copy-icon {width:44px;height:44px;}
.copy-tips {color:#333;font-size:18px;font-weight:700;margin:.625rem 0;}
.dialog-desc {font-size:15px;color:#333;}
.i-see-btn {background-color:#1aad19;border-radius:.25rem;width:9rem;height:2.75rem;display:flex;align-items:center;justify-content:center;font-size:15px;color:#ffffff;cursor: pointer;}
.dialog-img {display:inline-block;margin:0 10px;margin:.625rem 0;}
.dialog-img img {background-color:#eee;border-radius:2px;padding:5px;}
