.flex {
    display: flex;
}
.mb-50 {
    margin-bottom: 50px!important;
}
.pt-50 {
    padding-top: 50px!important;
}
.container {
    width: 1240px;
    color: #333;
    margin: 0 auto;
}
.product .product-left {
    width: 390px;
}
.mr-50 {
    margin-right: 50px!important;
}
.product .product-show {
    height: 390px;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.product .product-show .el-image {
    width: 390px;
    height: 390px;
    text-align: center;
    background: #efefef;
    display: -webkit-flex;
    align-items: center;
    -webkit-justify-content: center;
    overflow: hidden;
}
.product .product-show .el-image .el-image__inner {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.el-image__inner {
    vertical-align: top;
}
.product .product-list .product-list-img{
    width: 70px;
    height: 70px;
    cursor: pointer;
}
.product .product-list .product-list-img:last-of-type {
    margin-right: 0;
    border-radius: 0px;
}
.product .product-list .product-list-img.active {
    border: 3px solid #e61717;
}
.global-avatar {
    overflow: hidden;
    background: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.height-100 {
    height: 100%;
}
.width-100 {
    width: 100%;
}
.global-avatar img {
    transition: none;
    font-size: 0;
    display: block;
    margin: 0 auto;
}
.flex-1 {
    flex: 1;
}
.product .classify-top {
    justify-content: space-between;
}
.mb-30 {
    margin-bottom: 30px!important;
}
.product .classify-top a, .product .classify-top span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.product .classify-top span {
    color: #999;
}
.product .product-rigth>h2 {
    line-height: 30px;
}
.product .product-rigth>h2 div{
    flex: 1;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
}
.product .product-rigth .tariff{
    height: 110px;
    /* height: 70px; */
    background: #f5f5f5;
}
.relative {
    position: relative;
}
.pl-30 {
    padding-left: 30px!important;
}
.pt-25 {
    padding-top: 25px!important;
}
.product .product-rigth .tariff h3 {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}
.mb-10 {
    margin-bottom: 10px!important;
}
.product .product-rigth .tariff h3 b{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #e61717;
}
.product .product-rigth .tariff p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
}
.product .product-rigth .tariff p span {
    color: #e61717;
    font-weight: 700;
}
.product .product-rigth .tariff .app-code{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.product .product-rigth .tariff .app-code img{
    display: block;
    margin: 0 auto;
}
.product .product-star p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}
.mr-20 {
    margin-right: 20px!important;
}
.product .product-star p span {
    color: #e61717;
}
.product .product-star p.flex {
    align-items: center;
}
.product .product-star p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}
.el-rate {
    height: 20px;
    line-height: 1;
}
.el-rate__item {
    font-size: 0;
    vertical-align: middle;
}
.el-rate__icon, .el-rate__item {
    position: relative;
    display: inline-block;
}
.mb-40 {
    margin-bottom: 40px!important;
}
.product .product-btns .el-button{
    width: 150px;
    height: 50px;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--primary {
    color: #fff;
    background-color: #e61717;
    border-color: #e61717;
}
.el-button:focus, .el-button:hover {
    color: #e61717;
    border-color: #f8b9b9;
    background-color: #fde8e8;
}
.el-button--primary:focus, .el-button--primary:hover {
    background: #eb4545;
    border-color: #eb4545;
    color: #fff;
}
.el-button+.el-button {
    margin-left: 10px;
}
.product .product-cx {
    position: relative;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 25px 20px;
}
.product .product-cx .cx-tips {
    position: absolute;
    width: 350px;
    text-align: center;
    top: -12px;
    left: 30px;
    background: #fff;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
}

.con-wrap {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.con-wrap .con-left {
    padding-right: 40px;
    width: 920px;
    /* border-right: 1px solid #ededed; */
}
.product .tab-product {
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #e61717;
}
.product .tab-product li{
    position: relative;
    text-align: center;
    bottom: -3px;
    width: 160px;
    height: 50px;
    margin-right: 20px;
    background: #ededed;
    line-height: 50px;
    cursor: pointer;
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #010101;
}
.product .tab-product li.active {
    font-weight: 700;
    height: 53px;
    bottom: -2px;
    color: #e61717;
    background: #fff;
    border: 2px solid #e61717;
    border-bottom: none;
    box-sizing: border-box;
}
.shop-rich span{
    font-size: 18px;
    font-family: 宋体;
}
.shop-rich .h1{
    line-height: 40px;
    font-weight: 700;
}
.product .shop-rich img {
    max-width: 100%!important;
    display: block;
}
.con-wrap .con-right {
    padding-left: 40px;
    width: 320px;
}
.person-des {
    margin-top: 30px;
    width: 280px;
    height: 351px;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 10px;
    text-align: center;
}
.person-des .img {
    margin: 30px auto 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.person-des h3 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #000;
}
.person-des p {
    color: #000;
    font-size: 14px;
}
.person-des .zhijie {
    display: block;
    margin: 30px auto 0;
    width: 220px;
    height: 40px;
    line-height: 40px;
    background: #e61717;
    border-radius: 3px;
    border: 1px solid #ededed;
    color: #fff;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
}
.person-des .menu-btn {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    width: 220px;
    margin: 0 auto;
}
.person-des .menu-btn .m-btn {
    cursor: pointer;
    width: 105px;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
}
.shop-module, .shop-module .mo-name {
    align-items: center;
}
.shop-module {
    justify-content: space-between;
}
.shop-module .mo-name i {
    display: block;
    width: 6px;
    height: 30px;
    border-radius: 3px;
}
.shop-skin-blue .skin-bg {
    background: #177ee6;
}
.shop-module .mo-name h3 {
    margin-left: 15px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 1;
    color: #333;
}
.shop-module>a {
    padding: 6px 13px;
    line-height: 1;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    border-radius: 3px;
}
.shop-module .mo-name i {
    display: block;
    width: 6px;
    height: 30px;
    border-radius: 3px;
}
.skin-col {
    color: #177ee6;
}
.skin-bg {
    background: #177ee6;
}
.skin-border-col {
    border: 2px solid #177ee6;
}
a.skin-border-col:hover {
    color: #e61717!important;
}

.swiper-list {
    width: 280px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.swiper-list h4 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #e61717;
    line-height: 1;
    margin-bottom: 15px;
}
.swiper-list h3 {
    font-size: 17px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333;
    line-height: 1.3;
    margin-bottom: 21px;
}
.swiper-list .go-mai {
    align-items: center;
    justify-content: space-between;
}
.swiper-list .go-mai p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999;
}
.swiper-list .go-mai p span {
    color: #000;
}
.swiper-list .go-mai a {
    width: 80px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
}
.swiper-list .go-mai a:hover {
    opacity: .5;
    color: #e61717;
}


.el-popper {
    margin-right: 12px;
}
.el-popover {
    position: absolute;
    background: #fff;
    min-width: 150px;
    border: 1px solid #ebeef5;
    padding: 12px;
    z-index: 2000;
    color: #606266;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    word-break: break-all;
}
.el-popover, .el-radio-button:first-child:last-child .el-radio-button__inner {
    border-radius: 4px;
}


.popper__arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popper__arrow {
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
}
.popper__arrow {
    top: 50%;
    right: -6px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #ebeef5;
}
.el-popover__reference-wrapper{
    position: relative;
}
.popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popper__arrow:after {
    content: " ";
    border-width: 6px;
}
.popper__arrow:after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff;
}
.mt20 {
    margin-top:20px;
    font-weight:700;
}