.detail__left {
    width: 940px;
    float: left;
}
.detail__left__info {
    width: 940px;
    position: relative;
}
.info__thumbnail {
    width: 300px;
    height: 256px;
    border: solid 1px #dfe3f1;
    margin: 20px 20px 10px 20px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.info__thumbnail .tm-image-tips {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 16px;
    border-radius: 15px;
    display: block;
    color: #666;
    border: 1px #eee solid;
    font-size: 12px;
}
.info__thumbnail img {
    max-width: 70%;
    max-height: 70%;
    vertical-align: middle;
}
.info__message {
    width: 580px;
    padding-bottom: 35px;
    float: left;
    padding-top: 15px;
}
.info__message .title {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.info__message .safe {
    background: #ff7733;
    font-size: 12px;
    color: #ff7733;
    line-height: 24px;
    padding: 0 6px;
    margin-top: 4px;
    height: 24px;
    float: right;
    background: rgba(255, 119, 51, 0.1);
    border-radius: 4px;
}
.info__message .safe i {
    margin-right: 4px;
    margin-top: -2px;
}
.info__message .price {
    margin-top: 20px;
    width: 100%;
    height: 56px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    padding-left: 20px;
    align-items: center;
    background: url(/statics/eqibaba/img/detail-detach-bg-01.png) no-repeat center center;
    background-size: cover;
}
.info__message .price i {
    color: #333;
}
.info__message .price span {
    font-size: 24px;
    font-weight: bold;
    color: #ff4433;
}
.info__message .list {
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: space-between;
}
.info__message .list label {
    color: #999;
    float: left;
}
.info__message .list span {
    color: #333;
    float: left;
    max-width: 520px;
}
.info__message .list .view {
    line-height: 24px;
    font-size: 12px;
    padding-left: 62px;
}

.info__message .list .view span{
    background-color: #fff;
    color: #FF6700;
    border: solid 1px #FF6700;

    color: var(--theme_colors_primary);
    border: solid 1px var(--theme_colors_primary);

    margin-left: 5px;
    line-height: 22px;
    padding: 0px 5px;
}

.info__message .list li:nth-child(4), .info__message .list li:nth-child(5) {
    flex-basis: 100%;
}


.eqibaba__button {
    border-radius: 4px;
    padding: 9px 22px;
    border: 1px solid #ef3f17;
    border: 1px solid var(--theme_colors_primary_plus);
    cursor: pointer
}

.eqibaba__button--share {
    color: #ef3f17;
    color: var(--theme_colors_primary_plus)
}

.eqibaba__button--order {
    color: #fff;
    background: #ef3f17;
    background: var(--theme_colors_primary_plus)
}



.jiaoyidetails .detail__left .info__button {
    border: 1px solid #ff6700;
    border: 1px solid var(--theme_colors_primary);
}
.jiaoyidetails .detail__left .info__button--share {
    color: #ff6700;
    color: var(--theme_colors_primary);
}

.info__button {
    border-radius: 4px;
    padding: 9px 22px;
    border: 1px solid #ff6700;
    border: 1px solid var(--theme_colors_primary);
    cursor: pointer;
}
.info__button--order {
    color: #fff;
    background: #ff6700;
    background: var(--theme_colors_primary);
}
.info__favourites {
    margin-bottom: 15px;
    left: 30px;
    top: 290px;
    position: absolute;
    width: 289px;
}
.info__favourites a {
    color: #666;
    font-size: 14px;
    line-height: 14px;
}
.info__favourites i {
    vertical-align: baseline;
    font-size: 14px;
}
.info__favourites img.image-selected{
    border-color: #ff6700;
    border-color: var(--theme_colors_primary);
}
.info__favourites img.image-selected {
    border: 1px #3c7ee5 solid;
}
.info__favourites img {
    border: 1px #ddd solid;
    cursor: pointer;
    width: 40px;
    height: 31px;
    float: right;
    margin-top: -8px;
}
.info__process {
    height: 52px;
    display: flex;
    align-items: center;
}
.info__process li {
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    flex: 1;
}

.info__process li:last-child {
    border-right: none;
}
.detail__left__tabs {
    display: flex;
}
.detail__left__tabs li:first-child.active {
    border-left: none;
}
.detail__left__tabs li.active {
    color: #ff6700;
    color: var(--theme_colors_primary);
    border-left: solid 2px #ff6700;
    border-left: solid 2px var(--theme_colors_primary);
    border-right: solid 2px #ff6700;
    border-right: solid 2px var(--theme_colors_primary);
    border-top: solid 2px #ff6700;
    border-top: solid 2px var(--theme_colors_primary);
    border-bottom-color: #fff;
    border-bottom: none;
}
.detail__left__tabs li {
    color: #333333;
    line-height: 50px;
    cursor: pointer;
    flex: 1;
    text-align: center;
    border: 2px solid #fff;
    border-bottom-color: #ff6700;
    border-bottom-color: var(--theme_colors_primary);
    border-right: none;
    border-left: none;
    font-size: 16px;
}

.detail__left__content {
    padding: 0 20px;
}
.content__title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-top: 42px;
    line-height: 22px;
    margin-bottom: 12px;
}
.content__title--en {
    color: #999;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 30px;
}
.content__table {
    border-left: solid 1px #ECECEC;
    border-top: solid 1px #ECECEC;
    line-height: 50px;
    width: 100%;
    text-align: center;
}
.content__table th {
    background: #F0F6FF;
    color: #333;
    font-weight: normal;
    border-right: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
}
.content__table th, .content__table td {
    border-right: solid 1px #ECECEC;
    border-bottom: solid 1px #ECECEC;
}
.content__table--material {
    width: 100%;
    text-align: center;
}
.content__question {
    padding-bottom: 23px;
}
.content__question li:nth-child(odd) {
    height: 40px;
    background: #F5F6FA;
    color: #333;
    line-height: 40px;
    padding-left: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content__question li {
    line-height: 24px;
}
.content__question li:nth-child(even) {
    padding-left: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}


.detail__right {
    width: 250px;
    float: right;
}
.customer {
    height: 406px;
    padding: 0 15px 8px 15px;
}
.detail__right .title {
    margin-top: 27px;
    margin-bottom: 27px;
}

.detail__right .title .line {
    width: 60px;
    height: 1px;
    background-color: #ff6700;
    background-color: var(--theme_colors_primary);

    opacity: .5;
    display: inline-block;
    vertical-align: middle;
}
.customer__logo {
    width: 122px;
    height: 122px;
    line-height: 120px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.customer__logo img {
    max-width: 102px;
    max-height: 102px;
    vertical-align: middle;
}
.customer__name {
    text-align: center;
    margin-bottom: 20px;
    color: #FF4F19;
    color: var(--theme_colors_primary)

}

.customer__button, .customer__qr_button {
    width: 140px;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    color: #ef3f17;
    color: var(--theme_colors_primary_plus);
    border: 1px solid #ef3f17;
    border: 1px solid var(--theme_colors_primary_plus);
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.customer__contact.customer__contact-phone {
    width: 160px;
    height: 28px;
    color: #FF4F19;
    color: var(--theme_colors_primary_plus);
    background-color: #FFF3EB;
    border-radius: 2px;
    line-height: 28px;
    margin: 0 auto;
    margin-top: 17px;
}
.customer__contact {
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}

.qrcode-container ,.qrcode-container-xunjia{
    background-color: #fff;
    display: none;
    width: 200px;
    height: 200px;
    padding-top: 10px;
    text-align: center;
    box-shadow: 0 0 5px #ddd;
    position: absolute;
}

.qrcode-container{
    margin: 10px 0px 0px 10px;
}

.qrcode-container-xunjia{
    margin: 25px 0px 0px -60px;
}



.recommend__list {
    width: 250px;
}
.recommend__list>a {
    display: block;
}
.recommend__list li {
    height: 250px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(182, 192, 219, 0.3);
    line-height: 160px;
    overflow: hidden;
    transition: all 0.3s;
}
.recommend__list li:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.recommend__list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.recommend__list li img {
    width: 170px;
    max-height: 100%;
    margin-bottom: 12px;
    transition: all 0.3s;
    vertical-align: middle;
}

.recommend__list li:hover img {
    transform: scale(1.1);
}

.recommend__list li h3 {
    font-weight: bold;
    color: #333;
    line-height: 20px;
}
.recommend__list li p {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}
.recommend__list li p.price {
    font-size: 14px;
    color: #FF4433;
}
.showLayer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 3000;
}
.share-content {
    position: absolute;
    z-index: 3008;
    box-sizing: content-box;
    /* padding: 10px; */
    width: 523px;
    top: 40px;
    left: 50%;
    margin-left: -261px;
}

.showWrap {
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 3008 !important;
    box-sizing: content-box;
    padding: 10px;
    width: 680px;
    top: 50px;
    left: 50%;
    margin-left: -340px;
}

.showWrap img,
.share-content img {
    width: 100%;
    height: auto !important;
}

.share-download {
    width: 210px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    color: #507CF3;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
    font-size: 18px;
}

.share-download i {
    color: #507CF3;
}

.imgbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url(/statics/eqibaba/img/imgbox-close.png) top left no-repeat;
    cursor: pointer;
    outline: none;
}

.content__advantage {
    width: 100%;
    /* height: 340px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
}
.content__advantage li {
    width: 440px;
    height: 150px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 38px;
}
.content__advantage li:nth-child(1) {
    margin-bottom: 20px;
    background: #F4F8F8;
}
.content__advantage li:nth-child(2) {
    background: #F3F5F9;
}
.content__advantage li:nth-child(3) {
    background: #FFF6F6;
}
.content__advantage li:nth-child(4) {
    background: #F6F3FF;
}
.content__advantage li h3 {
    color: #0E0E0E;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.content__advantage li p {
    color: #6A6A6A;
    line-height: 24px;
}

.content__process {
    height: 203px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
    justify-content: flex-end;
    padding: 10px;
    text-align: center;
    background: url(/statics/eqibaba/img/detail-detach-process.png) no-repeat center center;
    background-size: cover;
}
.content__process li.active {
    width: 235px;
    background: transparent;
    text-align: left;
    color: #fff;
}
.content__process li.active .process__info {
    height: auto;
    color: rgba(255, 255, 255, .79);
}
.content__process li {
    width: 130px;
    height: 183px;
    background: rgba(255, 255, 255, .8);
    cursor: pointer;
    margin-right: 2px;
    padding: 0 20px;
}
.content__process li.active .process__circle {
    border: none;
    background: transparent;
    margin: 0;
    height: auto;
    margin-bottom: 8px;
    margin-top: 28px;
    line-height: normal;
    text-align: left;
}
.content__process li.active .process__title {
    color: #fff;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
}
.process__circle {
    width: 60px;
    background: #fff;
    border: 8px solid rgba(182, 192, 219, 0.3);
    text-align: center;
    border-radius: 50%;
    margin: 0 auto;
    height: 60px;
    line-height: 44px;
    margin-top: 18px;
    margin-bottom: 16px;
}

.process__circle--zero {
    font-size: 16px;
}
.process__circle--num {
    font-size: 20px;
}
.process__title {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}
.process__info {
    color: #999;
    font-size: 12px;
    margin-bottom: 6px;
    line-height: 16px;
    height: 16px;
    overflow: hidden;
}



.content__process--text {
    line-height: 50px;
    border-radius: 4px;
    line-height: 20px;
    padding: 15px 0;
    background: #F0F6FF;
    color: #FF6700;
    color: var(--theme_colors_primary);
    text-align: center;
    display: flex;
}

.content__process--text li {
    border-right: dashed 1px #FF6700;
    border-right: dashed 1px var(--theme_colors_primary);
    flex: 1;
}
.content__process--text li:last-child {
    border-right: none;
}

.content__table--material th, .content__table--material td {
    border-right: solid 1px #ECECEC;
}
.content__table--material th {
    color: #fff;
    line-height: 50px;
    background: #FF6700;
    background: var(--theme_colors_primary);

}
.content__table--material td:first-child {
    text-align: center;
    padding-left: 0;
}
.content__table--material td {
    border-bottom: 1px solid #ECECEC;
    height: 96px;
    line-height: 26px;
    padding-left: 44px;
    text-align: left;
    color: #666;
}
.content__table--material td b {
    width: 4px;
    height: 4px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: 2px;
    background: #999;
    border-radius: 50%;
}
.content__question {
    padding-bottom: 23px;
}
.content__question li {
    line-height: 24px;
}
.content__question li:nth-child(odd) {
    height: 40px;
    background: #F5F6FA;
    color: #333;
    line-height: 40px;
    padding-left: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.content__question li:nth-child(even) {
    padding-left: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}


.info__off {
    padding-top: 40px;
    padding-left: 80px;
    height: 250px;
}

.info__off--title {
    line-height: 22px;
    font-size: 22px;
    color: #333;
    margin-bottom: 32px;
}
.info__off .customer__logo {
    float: left;
}
.customer__logo {
    width: 122px;
    height: 122px;
    line-height: 120px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.customer__logo img {
    max-width: 102px;
    max-height: 102px;
    vertical-align: middle;
}
.customer__name--wrap {
    width: 328px;
    margin: 10px 0;
    padding-left: 40px;
    text-align: left;
    border-right: dashed 1px #DFE3F1;
}
.customer__contact--wrap {
    padding-left: 80px;
    padding-top: 31px;
}
.customer__name--wrap .customer__name {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
}
.customer__contact--wrap .customer__contact:nth-child(1) {
    margin-bottom: 8px;
}
.customer__contact--wrap .customer__contact {
    border: none;
    line-height: normal;
}


.showLayer {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 3000;
}

.shareLayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    z-index: 3000;
    height: 100%;
}

.share-content {
    position: absolute;
    z-index: 3008;
    box-sizing: content-box;
    /* padding: 10px; */
    width: 523px;
    top: 40px;
    left: 50%;
    margin-left: -261px;
}

.showWrap {
    display: none;
    position: absolute;
    background: #FFF;
    z-index: 3008 !important;
    box-sizing: content-box;
    padding: 10px;
    width: 680px;
    top: 50px;
    left: 50%;
    margin-left: -340px;
}

.showWrap img,
.share-content img {
    width: 100%;
    height: auto !important;
}

.share-download {
    width: 210px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    border: 1px solid #FFFFFF;
    color: #507CF3;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 48px;
    margin-top: 20px;
    font-size: 18px;
}

.share-download i {
    color: #507CF3;
}


.imgbox-close {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    background: url(/statics/eqibaba/img/imgbox-close.png) top left no-repeat;
    cursor: pointer;
    outline: none;
}

.share-close {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 20px;
    width: 20px;
    cursor: pointer;
    outline: none;
}

.share-close i {
    color: #fff;
}
