.side-title {
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: rgba(128, 128, 128, 1);
}

.mar-13 {
    margin: 80px 13%;
}

.col-md-12 {
    margin: 0;
    padding: 0;
}

.row {
    margin: 0;
    padding: 0;
}


/* woyaojiameng */

#winTc {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9;
    overflow: hidden;
}

#winTc .boxMain {
    width: 500px;
    position: absolute;
    left: calc(50% - 250px);
    top: calc(50% - 224px);
}

#winTc .boxMain .one {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(245, 245, 245, 1);
}

#winTc .boxMain .top {
    border-radius: 12px 12px 0px 0px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(26, 26, 26, 1);
    text-align: center;
    position: relative;
}

#winTc .boxMain .top .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
}

#winTc .boxMain .main {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
}

#winTc .boxMain .main .line {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

#winTc .boxMain .main .line:last-child {
    margin-bottom: 0;
}

#winTc .boxMain .main .line .line-text {
    width: 90px;
    height: 34px;
    text-align: right;
    line-height: 34px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 16px;
}

#winTc .boxMain .main .line .line-input {
    flex: 1;
    text-indent: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#winTc .boxMain .main .line .line-input:focus {
    z-index: 3;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#winTc .boxMain .main .line .dropdown {
    flex: 1;
    display: flex;
}

#winTc .boxMain .main .line .dropdown .btn {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#winTc .boxMain .bott {
    border-radius: 0px 0px 12px 12px;
    text-align: center;
}

#winTc .boxMain .bott .btn-ns {
    width: 150px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #0093DD;
    border-radius: 4px;
    border: none;
}

.triangle-1 .ddd {
    position: absolute;
    width: 100px;
    height: 50px;
    left: -49px;
    top: 18px;
}


/* 我要加盟 begin */

#inTeam {
    cursor: pointer;
    position: fixed;
    right: 5vw;
    top: 65vh;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    background-color: #F7B52C;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 1023px) {
    #inTeam {
        display: none;
    }
}


/* 我要加盟 end */


/* 入驻条件 */

img {
    vertical-align: unset;
}

.smaller {
    letter-spacing: 10px;
}

.side-smaller {
    letter-spacing: 10px;
}

.condition-1 {
    background: rgba(62, 204, 156, 1);
    border-radius: 20px;
}

.condition-2 {
    background: rgba(75, 163, 234, 1);
    border-radius: 20px;
}

.condition-3 {
    background: rgba(40, 202, 204, 1);
    border-radius: 20px;
}

.condition-4 {
    background: rgba(21, 184, 225, 1);
    border-radius: 20px;
}

.ruzhu-width {
    width: 62px;
    height: 62px;
}

.yingye {
    margin-top: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

[class*="condition-"] {
    padding: 30px 25px;
    height: 200px;
}

.padd-right-15 {
    padding-right: 15px;
}

@media screen and (max-width: 426px) {
    .padd-right-15 {
        padding-bottom: 15px;
    }
    .yingye {
        font-size: 13px !important;
    }
    .mar-13 {
        margin: 30px 0;
    }
}

@media screen and (max-width: 768px) {
    [class*="condition-"] {
        margin-bottom: 15px;
    }
    .zhonglei>.row>.col-xs-6 {
        padding-left: 10px;
        padding-right: 10px;
    }
}


/* 商品种类 */

.zhonglei {
    background: rgb(240, 240, 240);
}

.goods-img {
    height: 200px;
}

.goods_name {
    font-size: 17px;
    font-family: PingFang SC;
    color: rgba(128, 128, 128, 1);
    padding: 15px;
}

@media screen and (max-width:435px) {
    .zhonglei {
        padding-top: 50px;
    }
    .goods-img {
        height: 140px;
    }
}


/* //商品种类 */


/* 行业痛点 */

.tongdian {
    background: rgba(243, 244, 248, 1);
}

.mar-top-10 {
    margin-top: 10px;
}


/* .nPage {
    width: 100%;
}

.nPage .sanjiao {
    width: 800px;
    margin: 60px auto;
    position: relative;
    overflow: hidden;
    color: white;
    font-size: 16px;
}

.nPage .sanjiao .line {
    width: 100%;
    height: 90px;
    margin-bottom: calc(25px);
    background-color: #0066DA;
}

.nPage .sanjiao .line:nth-child(1) {
    height: 115px;
}

.nPage .sanjiao .line:nth-child(5) {
    margin-bottom: 0;
}

.nPage .sanjiao .left {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(243, 244, 248, 1);
    transform-origin: 0 100%;
    transform: rotate(-55deg);
}

.nPage .sanjiao .right {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(243, 244, 248, 1);
    transform-origin: 100% 100%;
    transform: rotate(55deg);
}
 */

.tongdian-detail {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: white;
}

[class*="triangle-"] {
    position: relative;
}

.triangle-1 {
    width: 0px;
    height: 0px;
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-right: 66px solid rgba(0, 0, 0, 0);
    border-bottom: 78px solid #8FCA6E;
    border-left: 66px solid rgba(0, 0, 0, 0);
}

.triangle-1>span {
    position: absolute;
    width: 45px;
    top: 22px;
    left: -22px;
}

.triangle-2 {
    width: 270px;
    height: 0;
    border-width: 0 66px 78px 66px;
    border-style: none solid solid;
    border-color: transparent transparent #4AC4D3;
}

.triangle-2>span {
    position: absolute;
    top: 22px;
    left: -22px;
}

.triangle-3 {
    width: 408px;
    height: 0;
    border-width: 0 66px 78px 66px;
    border-style: none solid solid;
    border-color: transparent transparent #4AC4D3;
}

.triangle-3>span {
    position: absolute;
    top: 22px;
    left: 30px;
}

.triangle-4 {
    width: 548px;
    height: 0;
    border-width: 0 66px 78px 66px;
    border-style: none solid solid;
    border-color: transparent transparent #14A9E1;
}

.triangle-4>span {
    position: absolute;
    top: 22px;
    left: 55px;
}

.triangle-5 {
    width: 690px;
    height: 0;
    border-width: 0 66px 78px 66px;
    border-style: none solid solid;
    border-color: transparent transparent #1E81C4;
}

.triangle-5>span {
    position: absolute;
    top: 22px;
    left: 121px;
}

.jiejue {
    background-color: white;
    padding-bottom: 5%;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        top: 30%;
    }
}

.ddd2 {
    display: none;
}

@media screen and (max-width:769px) {
    .npage1 {
        display: none !important;
    }
    .npage2 {
        display: block !important;
    }
    .nPage .sanjiao .line:nth-child(1) {
        height: 90px !important;
    }
    .nPage .sanjiao {
        width: 100% !important;
    }
    .jiejue {
        padding-bottom: 0;
    }
    .tongdian-detail {
        height: 270px;
    }
    .triangle-1 {
        border: none;
        width: 80%;
        height: 40px;
        line-height: 40px;
        background-color: #8FCA6E;
        position: relative;
    }
    .triangle-1 .ddd {
        position: absolute;
        width: 100px;
        height: 100px;
        left: -49px;
        top: 18px;
    }
    .triangle-2 {
        border: none;
        width: 80%;
        height: 40px;
        line-height: 40px;
        background-color: #4AC4D3;
    }
    .triangle-3 {
        border: none;
        width: 80%;
        height: 40px;
        line-height: 40px;
        background-color: #4AC4D3;
    }
    .triangle-4 {
        border: none;
        width: 80%;
        height: 40px;
        line-height: 40px;
        background-color: #14A9E1;
    }
    .triangle-5 {
        border: none;
        width: 80%;
        height: 40px;
        line-height: 40px;
        background-color: #1E81C4;
    }
    .pad-34 {
        padding-bottom: 34px;
    }
}

@media screen and (min-device-width: 1920px) {
    .nPage .sanjiao {
        width: 1200px !important;
    }
    .nPage .sanjiao .line {
        height: 160px !important;
    }
    .nPage .sanjiao .line .txt1 {
        height: 160px !important;
        line-height: 160px !important;
    }
    .nPage .sanjiao .line .txt {
        padding-top: 64px !important;
    }
    .smaller {
        font-size: 60px;
    }
    .side-smaller {
        font-size: 25px;
    }
    .fon-26 {
        font-size: 34px;
    }
    .fon-14 {
        font-size: 20px;
    }
    h4 {
        font-size: 24px;
    }
    .fangan {
        height: 380px !important;
    }
    .fangan>ul {
        font-size: 20px !important;
    }
    .fangan>ul>li {
        line-height: 35px;
        margin-bottom: 15px;
    }
    .goods_name {
        font-size: 25px;
    }
    .xuxian {
        top: 193px !important;
    }
    .wenzi {
        font-size: 20px;
    }
}


/* 行业痛点 */


/* 解决方案 */

.fangan {
    height: 300px;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    border: 2px solid rgba(19, 141, 254, 1);
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.fangan:hover {
    background-color: rgba(19, 141, 254, 1);
    color: white !important;
}

.fangan:hover .blue-hr {
    background-color: #ffffff;
}

.fangan:hover.fangan>ul {
    color: white;
}

.fangan:hover.fangan li::before {
    color: white;
}

.fangan:hover.fangan-title div {
    background: rgba(255, 255, 255, 1);
}

.blue-yuan {
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
    left: calc(50% - 30px);
    top: -31px;
    padding: 11px;
    border: 1px solid rgba(19, 141, 254, 1);
    border-radius: 50%;
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(19, 141, 254, 1);
    width: 60px;
    height: 60px;
    position: absolute;
}

.fangan>ul {
    padding: 0;
    font-size: 14px;
    text-align: left;
    color: rgba(128, 128, 128, 1);
}

.fangan-title {
    height: 40%;
}

.fangan li::before {
    content: "ㆍ";
    color: blue;
    padding: 2px;
}


/* 加入流程 */

.join {
    background: rgba(82, 92, 102, 1);
    color: white;
    padding-bottom: 50px;
}

.jiaruliucheng {
    padding: 10px 10% !important;
}

.white-hr {
    width: 42px;
    height: 4px;
    background: white;
    margin: 17px auto;
}

.Tliucheng {
    background-color: rgba(82, 92, 102, 1);
    display: flex;
    flex-direction: row;
    justify-content: space-around
}

.liucheng {
    width: 70px;
    height: 70px;
    margin-bottom: 18px;
}

.blue-cir {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid rgba(19, 141, 254, 1);
    margin: 0 auto;
    background-color: rgba(82, 92, 102, 1);
}

.wenzi {
    margin: 9px 0;
}

.xuxian {
    height: 2px;
    border: none;
    border-top: 2px dashed #ffffff;
    width: 80%;
    position: absolute;
    top: 185px;
}

.mar-top-30 {
    margin-top: 30px !important;
}

.lianxi {
    margin-top: 30px;
}

.contact-button {
    width: 5rem;
    cursor: pointer;
    height: 1rem;
    margin: .5rem auto 0;
    border-radius: 4px;
    font-size: .35rem;
    color: #fff;
    line-height: 1rem;
    text-align: center;
    background-color: #138DFE;
}

@media screen and (max-width:435px) {
    .liucheng {
        width: 35px;
        height: 35px;
    }
    .jiaruliucheng {
        padding: 10px 10% !important;
    }
    .xuxian {
        top: 150px;
    }
    [class*="condition-"] {
        padding: 35px 25px;
        height: 188px;
    }
    .smaller {
        font-size: 16px;
        letter-spacing: 3px;
    }
    .side-smaller {
        font-size: 14px;
        letter-spacing: 3px;
    }
}


/* //加入流程 */