/**/
* {
    -webkit-font-smoothing: antialiased;
    /*对字体进行抗锯齿渲染可以使字体看起来会更清晰舒服*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*webkit是苹果浏览器引擎，tap点击，highlight背景高亮，color颜色，颜色用数值调节*/
    outline: 0;
    /*轮廓*/
    border: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;

}

body {
    background: #fff;
    margin: 0;
    -webkit-text-size-adjust: none;
    touch-action: manipulation;
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', miui, 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table,
td,
tr {
    border-collapse: collapse;
}



a {
    text-decoration: none;
}

/* a:active,
a:hover,
a:visited {
    color: inherit;
} */

button,
input,
textarea {
    color: inherit;
    font: inherit;
}


ol,
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

q:after,
q:before {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}


.fl {
    float: left
}

.fr {
    float: right
}

/*清除浮动*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.txt-default {
    color: #333333;
}

.txt-default2 {
    color: #717171;
}

.txt-primary {
    color: #07c160;
}

.txt-info {
    color: #1989fa;
}

.txt-danger {
    color: #ee0a24;
}

.txt-warning {
    color: #ff976a;
}

p {
    font-size: 1rem;
    line-height: 2;
    /* 行高*/

}

h1,
p,
.des {
    text-align: justify;
    /* 改变字与字之间的间距使得每行对齐*/
    text-justify: inter-word;
    /* 改变字与字之间的间距使得每行对齐*/
}


.mt3 {
    margin-top: 3.5rem;
}

.cont {
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 10px;
    background: url(../img/bg3.jpg) no-repeat center top;
    background-size: 100%;
    ;
}

.header {
    width: 100%;
    height: 3rem;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header .nav {
    padding: 0;
    font-size: 1rem;
    line-height: 3rem;
    width: 33% !important;
    display: flex;
    text-align: center;
}

.top {
    width: 100%;
    margin: 0 auto;
    display: flex;
    height: 4rem;
    padding: 0.5rem 0;
}

.top .search {
    width: 85%;
}

.top .search input {
    width: 100%;
    height: 3rem;
    font-size: 0.9rem;
    border-radius: 3rem;
    background: url(../icon/ss.png) no-repeat left 1rem center rgba(255, 255, 255, 0.6);
    background-size: 1.2rem;
    padding-left: 2.5rem;
    line-height: 2.4rem;
}

.top .xiaoxi {
    width: 15%;
    position: relative;
}

.top .xiaoxi img {
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 2rem;
    width: 2rem;
    margin-top: 0.5rem;
}

.top .xiaoxi sup {
    position: absolute;
    right: 5px;
    top: 5px;
    display: inline-block;
    background: #ee0a24;
    color: #fff;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 100%;
    text-align: center;
    line-height: 1.2rem;
    font-size: 12px;
}

.bdr10 {
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(150, 150, 150, .4);
}

.lanmu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 0 10px;
    margin-top: 10px;
}

.lanmu li {
    width: 48%;
    margin-top: 5px;
}

.fenlei {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 10px;
}

.fenlei li {
    display: flex;
    width: 25%;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top: 5px;
    color: #666;
}

.fenlei li img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5px;
}

.gonggao {
    width: 94%;
    margin: 0 auto;
    background: #f7f8fc;
    box-shadow: 1px 2px 3px rgba(200, 200, 200, 0.3);
    margin-top: 10px;
    margin-bottom: 10px;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 10px;
    display: flex;
}

.gonggao img {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.5rem;
    margin-right: 10px;
}

.gonggao p {
    font-size: 14px;
    line-height: 2.5rem;
    text-align: left;
    text-indent: 0;
}

.pro-list {
    width: 100%;
    display: block;
    margin: 0 auto;
    clear: both;
    height: auto;
    padding: 0 10px;
    margin-top: 1rem;
}

.pro-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.pro-list ul li {
    width: 47%;
    margin-bottom: 1rem;
    box-shadow: 0 1px 6px rgba(150, 150, 150, 0.3);
    border-radius: 4px;
}

.pro-list ul li img {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.pro-list ul li p.pro-title {
    padding: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
    color: #333;
}

.pro-list ul li p.pro-shuliang {
    padding: 5px 10px;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: left;
    color: #666;
}

.pro-list ul li p.pro-jiage {
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
    color: #ee0a24;
}

.pro-list ul li p.pro-jiage span {
    color: #999;
    text-decoration: line-through;
    font-size: 0.8rem;
}

/*底部*/
.footer {
    position: fixed;
    bottom: 0;
    height: 4rem;
    background: #fafafa;
    border-top: 1px solid #eee;
    width: 100%;
    z-index: 10;
    padding: 0.3rem 0;
}

.footer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.footer ul li {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-around;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
}

.footer ul li .iconfont {
    font-size: 1.4rem;
}

.footer ul li:hover {
    color: #666;
}

.foot-zw {
    height: 5rem;
    width: 100%;
    clear: both;
}

.copy {
    text-align: center;
    font-size: 0.8rem;
    line-height: 2;
    color: #999;
    padding: 15px 10px;
    text-transform: uppercase;
}

/*会员中心*/
.aui-health-head .aui-flex {
    padding-top: 0;
}

.aui-health-head {
    background-repeat: no-repeat;
}

.aui-health-user {
    width: 60px;
    height: 60px;
    margin-right: 0.8rem;
}

.aui-health-user img {
    width: 100%;
    height: auto;
    display: block;
    border: 2px solid #fff;
    border-radius: 100%;
}

.aui-flex-box h1 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    margin-bottom: 0.3rem;
}

.aui-flex-box h3 {
    width: 40%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50px;
    padding: 0.1rem 0.4rem;
    font-weight: normal;
    font-size: 0.9rem;
}

.aui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1rem 0.8rem;
    position: relative;
}

.aui-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

/* 必要布局样式css */
.aui-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.aui-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

aui-flex-box h2 {
    color: #333333;
    font-size: 1rem;
    font-weight: normal;
}

.aui-arrow {
    text-align: right;
    color: #999999;
    padding-right: 12px;
    position: relative;
    font-size: 0.8rem;
}

.aui-arrow:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #999999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;
}

.aui-health-box {
    background: #fff;
    border-radius: 6px;
    width: 93%;
    box-shadow: 0 3px 9px #D9D9D9;
    margin: 0 auto 15px;
}

.aui-health-box-top {
    margin-top: -3rem;
}

.aui-palace {
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
}

.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 33%;
    box-sizing: border-box;
    margin: 5px 0;
}

.aui-palace-grid-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.2rem;
}

.aui-palace-grid-text h2 {
    font-size: 0.8rem;
    font-weight: normal;
    color: #666666;
}

.aui-palace-text .aui-palace-grid-icon {
    width: auto;
    text-align: center;
    height: auto;
}

.aui-palace-text .aui-palace-grid-text h2 {
    color: #fff;
    font-size: 0.8rem;
}

.aui-palace-text .aui-palace-grid-icon span {
    color: #fff;
    font-size: 1rem;
}

.aui-cou-img {
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
}

.aui-cou-img img {
    width: 25px;
    height: 25px;
    display: block;
    border: none;
}

.aui-flex-box p {
    font-size: 0.9rem;
    color: #373737;
}

.aui-ren-arrow {
    text-align: right;
    color: #a5a5a5;
    padding-right: 13px;
    position: relative;
}

.aui-ren-arrow span {
    font-size: 0.8rem;
    color: #a5a5a5;
}

.aui-ren-arrow:after {
    content: " ";
    display: inline-block;
    height: 7px;
    width: 7px;
    border-width: 2px 2px 0 0;
    border-color: #cccccc;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 2px;
    border-radius: 2px;
}

.p3 {
    padding: 3rem 0.8rem;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background: #ffffff;
}

.aui-footer:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e4e4e4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
}

.aui-tabBar-item-text {
    display: inline-block;
    font-size: 0.65rem;
    color: #818085;
    padding-top: 2px;
}

.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #1ca1f0;
}

.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}

.pst {
    position: relative;
    margin-top: -2rem;
}

.user_center {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    padding: 1rem 0;
}

.user_center li {
    width: 14%;
    text-align: center;
    font-size: 0.8rem;
    line-height: 2;
}

.user_center li img {
    display: block;
    margin: 0 auto;
    clear: both;
    width: 2rem;
    margin-bottom: 0.2rem;
}

.user_center li a {
    color: #666;
}

/*内页顶部*/
.top-header {
    z-index: 999;
    width: 100%;
    height: 3rem;
    background-color: #3e984e;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
}

.top-header h3 {
    font-size: 1rem;
    color: #fff;
    font-weight: normal;
    text-align: center;
    padding: 1rem 0;
}

.top-header a {
    width: 1.6rem;
}

.top-header a.fh {
    margin-left: 0.5rem;
    margin-top: 0.7rem;
}

.top-header a.dl img {
    float: right;
    margin-right: 0.5rem;
    margin-top: 0.7rem;
}

.top-header img {
    width: 100%;
    height: auto;
}

/*固定顶部*/

/*登录注册*/
.login {
    width: 94%;
    margin: 0 auto;
    margin-top: 4.5rem;
}

.login form {
    width: 100%;
}

.login form ul {
    width: 100%;
    overflow: hidden;
}

.login form ul li {
    width: 100%;
    padding: 0;
    height: 3rem;
    border: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 0.8rem;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.login form ul li img {
    width: 1.2rem;
    height: 1.2rem;
    margin-top: 0.9rem;
    vertical-align: middle;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.login form ul li label {
    font-size: 0.9rem;
    vertical-align: middle;
    height: 3rem;
    line-height: 3rem;
    color: #666;
    margin: 0 2%;
    /* border-left: 1px solid #eee;
    text-align: center;
    padding:0 1.5%; */
}


.login form ul li input {
    width: 64%;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    height: 3rem;
    line-height: 3rem;
    color: #666;
    border: none;
}

.login form ul li label img{ width: auto; height: 2.2rem; margin:0; display: block; float: right; margin-top: 0.4rem;}
.login form ul li label a{color: #666;}

.login form input[type="submit"],
.gobuy-btn {
    width: 50%;
    margin: 0 auto;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    display: block;
    background-color: #3e984e;
    color: #fff;
    margin-bottom: 3rem;
    margin-top: 1rem;
    font-size: 1rem;
    border-radius: 8px;
    border: none;
}


.loginLink {
    text-align: center;
    margin-top: 0.8rem;
}

.loginLink_text {
    display: inline-block;
}

.loginLink_text a {
    font-size: 0.92rem;
    color: #888;
}

.loginLink_text a:last-child {
    color: #3e984e;
}

.loginLink_text span {
    margin: 0 0.3rem;
    height: 0.9rem;
    color: #888;
}

.optCont {
    overflow: hidden;
}

.OptContInfo {
    margin: 0 0.8rem 0.8rem 0;
}

.OptContInfo2 {
    margin: 0;
}

.OptInfoL {
    margin: 0 0.4rem 0 0;
}

.OptInfoR {
    font-size: 0.9rem;
    color: #3e984e;

}

.OptInfoR a {
    color: #3e984e;
    text-decoration: underline;
}

.checkedNum[data-style="checkeds"] {
    display: none;
}

.checkedNum[data-style="checkeds"]+label {
    border: 1px solid #3e984e;
    padding: 6px;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 0.4rem;
    height: 0.4rem;
}

.checkedNum[data-style="checkeds"]:checked+label {
    background-color: #3e984e;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.checkedNum[data-style="checkeds"]+label:before {
    position: absolute;
    top: 0.15rem;
    content: "\e919";
    color: #3e984e;
    width: 100%;
    text-align: center;
    left: 0rem;
    font-size: 0.8rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;

}

.checkedNum[data-style="checkeds"]:checked+label:before {
    color: #fff;
}

.BtnCont {
    margin: 0.3rem 1rem;
    overflow: hidden;
}

.BigBtn {
    padding: 0.7rem 0;
    background: #3e984e;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 0.92rem;
    text-align: center;
    margin: 0.8rem 0 0;
    display: block;
    width: 100%;
}

.BigBtnTwo {
    background: #f19625;
}

.DeInfoInput {
    height: 2.4rem;
    line-height: 2.4rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 0.9rem;
    margin-bottom: 0.8rem;
    background: #fff;
    clear: both;
}

.DeInfoInput label {
    padding: 0 0.4rem 0 0;
    color: #666;
    float: left;
}

.DeInfoInput .DeInfo_text {
    border: none;
    height: 100%;
    font-size: 0.9rem;
    color: #333;
    float: left;
}

.DeInfoInput_Job {
    height: auto;
    overflow: hidden;
}

.DeInfoInput_Job textarea {
    resize: none;
    margin: 0.6rem 0;
}

.DeInfoInputSub {
    float: left;
    width: 42.33%;
    clear: inherit;
}

.InfoInputTwo .DeInfoInputSub:last-child {
    float: right;
}

#registerBtn .BigBtn {
    display: block;
}

#registerBtn .BigBtnTwo {
    display: none;
}

.LoginInput label {
    line-height: 1rem;
    padding: 0 0.6rem 0 0.1rem;
    margin: 0.65rem 0.6rem 0.65rem 0;
    border-right: 1px solid #ccc;
}

.LoginInput label:before {
    font-size: 1.4rem;
}

.cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.cmn-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.cmn-toggle-round+label {
    padding: 2px;
    width: 4rem;
    height: 2rem;
    background-color: #dddddd;
    border-radius: 4rem;
}

input.cmn-toggle-round+label:before,
input.cmn-toggle-round+label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}

input.cmn-toggle-round+label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
}

input.cmn-toggle-round+label:after {
    width: 2rem;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}

input.cmn-toggle-round:checked+label:before {
    background-color: #8ce196;
}

input.cmn-toggle-round:checked+label:after {
    margin-left: 2rem;
}

.danye {
    width: 96%;
    margin: 0 auto;
    text-align: left;
    margin-top: 3.5rem;
}

.danye h2 {
    font-size: 1.3rem;
    display: block;
    text-align: center;
    margin-bottom: 1rem;
}

.danye p {
    text-indent: 2em;
    font-size: 1rem;
    line-height: 2;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.lyk {
    border: 1px solid #eee;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: block;
    background-color: #fafafa;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 1rem;
    text-align: left;
    line-height: 1.5;
    color: #666;
}

.dh {
    height: 3rem;
    background: #fafafa;
    line-height: 3rem;
    border: 1px solid #eee;
    margin-top: 1rem;
    width: 100%;
    border-radius: 4px;
    padding: 0 0.5rem;
}

.tijiao {
    width: 120px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    display: block;
    margin-top: 1.5rem;
    background: #3e984e;
    color: #fff;
    border-radius: 4px;
}

.mynumber {
    text-align: center;
    padding: 0.3rem 0;
    color: #fff;
    bottom: 1rem;
    position: absolute;
    left: auto;
    font-size: 0.8rem;
    border-radius: 1rem;
    right: 1rem;
    width: 3rem;
    background: rgba(0, 0, 0, .5);
    display: inline-block;
}

.topf {
    width: 100%;
    display: flex;
    position: absolute;
    top: 0;
    z-index: 999;
    padding: 1.5rem 1rem;
    flex-direction: row;
    justify-content: space-between;
}

.tbbg {
    background: rgba(0, 0, 0, .5);
    border-radius: 100%;
    width: 2rem;
    height: 2rem;
    text-align: center;
}

.topf span.iconfont {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
}

.zwf {
    height: 10px;
    background: #f4f4f4;
    width: 100%;
}

.zw {
    height: 4.5rem;
    width: 100%;
}
.zw3{ height: 3rem;
    width: 100%;}

.bgf4 {
    width: 100%;
    background: #f4f4f4;
}

.pro-t1 {
    padding: 1rem;
    width: 100%;
    text-align: left;
    background-color: #fff;
}

.pro-t1 h2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.pro-t1 .pro-info {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
}

.pro-t1 .pro-info .sale {
    font-size: 0.8rem;
    color: #666;
    text-align: left;
}

.pro-t1 .pro-info .jiage {
    font-size: 1.2rem;
    color: #c00;
    font-weight: bold;
    text-align: right;
}

.pro-t1 .pro-info .jiage span {
    font-size: 0.8rem;
    font-weight: normal;
    color: #999;
    text-decoration: line-through;
    display: inline-block;
    margin-right: 0.5rem;
}

.pro-t2 {
    width: 96%;
    margin: 0 auto;
    border-radius: 8px;
    background: #fff;
    margin-top: 10px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(220, 220, 220, .5);
}

.pro-t2 ul {
    width: 100%;
    margin: 0 auto;
    clear: both;
    height: auto;
}

/* .pro-t2 ul li {
    clear: both;
    width: 100%;
    text-align: left;
    height: 2rem;
    margin-top: 0.5rem;
} */
.pro-t2 ul li {
    clear: both;
    width: 100%;
    text-align: left;
    height: auto;
    margin-top: 0.5rem;
 
}

.pro-t2 ul li dl {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.pro-t2 ul li dl dt {
    width: 15%;
    font-size: 0.9rem;
    color: #666;
    float: left;
    line-height: 2;
}

.pro-t2 ul li dl dd {
    width: 85%;
    font-size: 0.9rem;
    float: left;
    line-height: 2;
    vertical-align: text-top;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-t2 ul li dl dd span {
    float: right;
    font-size: 0.9rem;
    line-height: 2;
}

.pro-t2 ul li dl dd img {
    float: left;
    width: 1rem;
    height: 1rem;
    margin-top: 0.5rem;
    margin-right: 0.2rem;
}

/*遮罩*/
.pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.8);
    z-index: 9999;
}

.pop .popMain {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    padding: 1rem;
    bottom: 0;
}



.pop .popBottom {
    position: absolute;
    top: 0.2rem;
    right: 0.5rem;
    display: flex;
    width: 2rem;
    height: 2rem;
    text-align: center;

}

.pop .popBottom span {
    flex: 1;
    text-align: center;
    font-size: 1.2rem;
    color: #666;
    line-height: 2rem;
    cursor: pointer;
}

.pop .popBottom span:first-of-type {
    border-right: 1px solid #fff;
}

.info1 {
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 0;
    border-bottom: 1px solid #eee;
}

.info1 dt {
    width: 20%;
}

.info1 dt img {
    width: 5rem;
    height: 5rem;
}

.info1 dd {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.info1 dd h3 {
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
}

.info1 dd span.if_kc {
    font-size: 0.8rem;
    color: #888;
}

.info1 dd span.if_jg {
    font-size: 1rem;
    color: #c00;
    font-weight: bold;
    text-align: left;
}

.pro-t2 ul li dl.info2 {
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0;
    border-bottom: 1px solid #eee;
}

.pro-t2 ul li dl.info2 dt {
    font-size: 0.9rem;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.pro-t2 ul li dl.info2 dd {
    display: flex;
    justify-content:left;
    padding: 0.5rem 0;
    width: auto;
    flex-wrap: wrap;
  
   
 
}

.pro-t2 ul li dl.info2 dd span {
    background: #f2f2f2;
    display: block;
    border-radius: 20px;
    float: none;
    margin-bottom: 0.5rem;
    line-height: 1.5;
    margin-right: 0.5rem;
}

.pro-t2 ul li dl.info2 dd span a {
    background: #f2f2f2;
    text-align: center;
    border-radius: 20px;
    display: block;
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    color: #333
}

.pro-t2 ul li dl.info2 dd span a.active,
.pro-t2 ul li dl.info2 dd span a:hover {
    color: #fff;
    background: #3e984e;
    display: block;
}

.pro-t2 ul li dl.info3 {
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 0;
    /* margin-bottom: 2rem; */
    border-bottom: 1px solid #eee;
}

.pro-t2 ul li dl.info3 dt {
    width: 20%;
    font-size: 0.9rem;
    text-align: left;
    line-height: 1.5rem;
}

.pro-t2 ul li dl.info3 dd {
    display: flex;
    justify-content: right;
}

.pro-t2 ul li dl.info3 dd input {
    width: 3rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    text-align: center;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.pro-t2 ul li dl.info3 dd .iconfont {
    line-height: 1.5rem;
}

.gobuy {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.gobuy p {
    background: #3e984e;
    padding: 0.3rem 1rem;
    width: 45%;
    border-radius: 2rem;
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}

.gobuy p:first-child {
    background: #f60;
}

/*滑动tag*/
.mt-tabpage {
    width: 96%;
    margin: 0 auto;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 1px 3px rgba(220, 220, 220, .5);
    background-color: #FFFFFF;
}

.mt-tabpage-title {
    height: 44px;
    font-size: 0;
    background-color: #fff;
    width: 94%;
    margin: auto;
    background: #fff;
    border-bottom: 1px solid #f1f1f1;
}

.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    width: 50%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.mt-tabpage-title .mt-tabpage-item:hover {
    color: #3e984e;
}

.mt-tabpage-title .mt-tabpage-item-cur {
    color: #3e984e;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: 1px solid #3e984e;
}

.mt-tabpage-count {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/* .mt-tabpage-cont__wrap {
	position: absolute;
} */
.mt-tabpage-count .mt-tabpage-item {
    width: 100%;
    height: auto;

    text-align: center;
    padding: 1rem;
}

.pinglun {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
}

.pinglun dt {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 0.5rem;
}

.pinglun dt img {
    float: left;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
}

.pinglun dt div {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.3;
    color: #666;
}

.pinglun dd {
    text-align: left;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}

.buy-footer {
    position: fixed;
    bottom: 0;
    height: 4rem;
    background: #fafafa;
    border-top: 1px solid #eee;
    width: 100%;
    z-index: 10;
    padding: 0.3rem 0;
}

.buy-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.buy-footer ul li {
    text-align: center;
    color: #333;
    width: 15%;
}


.buy-footer ul li p {
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: center;
    color: #333;
}

.buy-footer ul li span.iconfont {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
}

.buy-footer ul li:nth-child(3) {
    width: 30%;
    background: #f60;
    padding: 0rem 1rem;
    border-radius: 2rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 0.9rem;
    color: #fff;

}

.buy-footer ul li:nth-child(4) {
    width: 30%;
    background: #3e984e;
    padding: 0rem 1rem;
    border-radius: 2rem;
    text-align: center;
    height: 3rem;
    line-height: 3rem;
    color: #fff;
    font-size: 0.9rem;
    color: #fff;

}

.buy-footer ul li:nth-child(3) a,
.buy-footer ul li:nth-child(4) a {
    color: #fff;
}

/*新闻*/
.news {
    width: 94%;
    margin: 0 auto;
    clear: both;
    height: auto;
    margin-top: 3.5rem;
}

.news ul li {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.news ul li img {
    display: block;
    float: left;
    width: 30%;
    padding: 2px;
    border: 1px solid #eee;
    margin-right: 2%;
    max-height: 6rem;
}

.news ul li div {
    float: left;
    width: 68%;
}

.news ul li h3 {
    font-weight: normal;
    font-size: 1rem;
    text-align: left;
    color: #333;
    line-height: 2rem;
    height: 2rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news ul li p {
    font-size: 0.8rem;
    color: #888;
    text-align: left;
    line-height: 1.5;
}

.newtitle {
    text-align: center;
    font-size: 1.1rem;
    color: #333;
    font-weight: 600;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
    line-height: 1.5;
}

.fabu {
    font-size: 0.8rem;
    display: block;
    padding: 1rem 0.5rem;
    color: #888;
    text-align: center;
    border-top: 1px dashed #eee;
    width: 100%;
    margin-top: 1rem;
}

.fanye {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    width: 96%;
    margin: 0 auto;
    border-top: 1px solid #eee;
    padding-top: 1rem;
}

.fanye li {
    line-height: 1rem;
    color: #666;
    font-size: 0.9rem;
    padding: 0.5rem 1.5rem;
    border: 1px solid #eee;
    background: #fafafa;
}

.pl {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-bottom: 1px dashed #eee;
    padding: 0.3rem 0;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

.pl img {
    display: block;
    float: left;
    width: 20%;
    padding: 2px;
    border: 1px solid #eee;
    margin-right: 2%;
    max-height: 5rem;
}

.pl div {
    float: left;
    width: 78%;
}

.pl h3 {
    font-weight: normal;
    font-size: 0.9rem;
    text-align: left;
    color: #333;
    line-height: 1.2rem;
    height: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    
    text-overflow: ellipsis;
}

.pl p {
    font-size: 0.8rem;
    color: #888;
    text-align: left;
    line-height: 1.5;
    text-indent: 0;
}


.pl-list {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.pl-list ul li {
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
}
.pl-list ul li div.plly{background: #fafafa; text-align: left; width: 100%; margin: 0 auto; padding:1rem 0.5rem; border-radius: 4px; font-size: 0.8rem; color: #666;}
.pl-list ul li div.plly span{color: #333; margin-right: 0.5rem;}
.pl-list ul li div.plly i{color: #c00;}

.shenqing{ width: 96%; margin: 0 auto; border-radius: 10px; height: auto; background: #fff; padding: 1rem; position: relative;}
.shenqing ul li{line-height: 2;}
.shenqing ul li select{border: 1px solid #eee; height:2rem; font-size: 0.9rem; padding:0 0.5rem ; outline: none;}

.des{background: #fafafa; width: 100%; box-sizing: border-box; padding: 0.8rem; margin-top: 0.5rem; color: #333; margin-bottom: 0.5rem;}

/*上传*/
.upload{ margin: 0 auto; display: block; width: 100%; background: url(../img/up.png) no-repeat  left 33% center #fafafa; text-align: center; height: 40px; line-height: 40px; border: 1px solid #eee; font-size: 0.9rem; background-size: 2rem; }
.shenqing ul li img{ float: left; width: 4rem; height: 4rem; margin-right: 0.5rem; margin-top: 1rem; border: 1px solid #eee;  padding: 2px;}
.up-tj{display: block; width:8rem; height: 2.5rem; margin: 0 auto; margin-top: 1rem; background: #3e984e; color: #fff; border-radius: 4px;}

/*加载更多*/
/* 插件样式 */
.refreshWrap .refresh{position: absolute;left: 0;top: 0;width: 100%;height:60px;line-height: 60px;text-align: center;}
.refreshWrap .loadingBox{width: 100%;height:40px;text-align: center;padding: 10px;position: relative;background-color: #fff;z-index: 2}
.refreshWrap .loading,.refreshWrap .loadTxt{vertical-align: middle;display: inline-block;}
.refreshWrap .loading{border-radius: 50%;width: 16px;height: 16px;border: 1px solid #666;border-top-color: transparent;margin-right: 8px;transform: translateZ(0);position: relative;}
.refreshWrap .noMore .loading{display:none;}
.refreshWrap .success{border-color: transparent;}
.refreshWrap .success:before{content:"";border:1px solid #666;border-top-color: transparent;border-left-color:transparent;position: absolute;left: 0;bottom: 0;width: 8px;height: 16px;}
.refreshWrap .rotate {
    -webkit-animation: refresh-rotate 0.6s linear infinite;
    animation: refresh-rotate 0.6s linear infinite;
}
@keyframes refresh-rotate {
    0% {
        transform: rotateZ(0deg);
        -moz-transform: rotate(0deg);
    }
    100% {
        transform: rotateZ(360deg);
        -moz-transform: rotate(360deg);
    }
}


/* page */
#jzmore{position: absolute;left: 0;top: 0;width: 100%;height: 100%;overflow-y:auto;-webkit-overflow-scrolling: touch;}
#jzmore ul{background-color: #fff;position: relative;z-index: 3;}
#jzmore li{padding:10px 15px;}
 
/*视频*/
.girdlist {
	overflow: hidden;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px;
}
.girdlist .list {
	width: 100%;
    display: flex;
    flex-direction: column;
}

.girdlist .item {
	width: 100%;
 	position: relative;
	background: #fff;
     
}
.girdlist .item a {
	display: block;
}
.girdlist .item .img {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: #eeeeee solid 1px;
	position: relative;
    padding: 0.5rem;
	text-align: center;
}
.girdlist .item .img img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
    height: 16rem;  
 
 }
.girdlist .item .item_mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}
.girdlist .item .item_mask .item_link_icon {
	display: block;
	width: 60px;
	height: 60px;
	text-align: center;
	background-position: -440px -313px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
*top: 40%;
	margin-left: -30px;
	margin-top: -0px;
	opacity: 0;
	filter: Alpha(opacity=0);
*zoom: 1;
}
.girdlist .item .txt {
	background: #eee;
	height: 3rem;
	line-height: 3rem;
	position: relative;
	font-size: 16px;
	color: #333;
 
    display: flex; flex-direction: row;
}
.girdlist .item .txt p {
	font-size: 1rem;
    line-height: 3rem;
	color: #333;
	float: left;
	transition: .5s ease;
}
.girdlist .item .txt img{width: 2rem; height: 2rem; margin-top: 0.5rem; margin-right: 0.5rem;}
.girdlist .item:hover p {
	color: #3fb150;
	transition: .5s ease;
}
.girdlist .item:hover .txt i {
	background-position: -487px -228px;
	transition: .5s ease;
}
/*.girdlist .item:hover{box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);}*/
.girdlist .item:hover img {
	transform: scale(1.1, 1.1);
}
.girdlist .item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}
.girdlist .item:hover .item_mask .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}
.iconx {
	background: url(../img/icon2.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}