.session-home-nav {
    margin: 30px 0 25px;
}

.session-home-nav h3 {
    color: #101d65;
    margin-bottom: 10px;
    font-size: 20px;
}

.session-home-nav p {
    color: #999999;
    font-size: 14px;
}

.session-home-setting {}

.session-home-setting_box {
    background: #fff;
    border: 1px solid #eee;
}

.session-home-setting_header {
    height: 60px;
    line-height: 60px;
    padding: 0px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #d9e2f2;
    font-size: 18px;
    font-weight: bold;
    color: #101d65;
}

.home-setting_header_more {
    position: absolute;
    top: 15px;
    right: 40px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #101d65;
}

.session-home-setting_content {
    position: relative;
    width: 100%;
    height: 280px;
}

.session-home-setting_aside {
    float: left;
    width: 200px;
    background: #fbfbfb;
    height: 100%;
    border-right: 1px solid #d9e2f2;
    z-index: 9;
}

.session-home-setting_aside ul {}

.session-home-setting_aside ul li {
    height: 80px;
    line-height: 80px;
    box-sizing: border-box;
    width: 100%;
    margin-left: 1px;
    margin-top: -1px;
    position: relative;
}

/*.session-home-setting_aside ul li:hover{background: #fff;}*/
.session-home-setting_aside ul li.actived {
    background: #fff;
    border: 1px solid #d8e2f3;
    border-right: none;
    color: #131a69;
    font-weight: bold;
}

.session-home-setting_aside ul li.actived:after {
    content: "";
    height: 100%;
    width: 3px;
    background: #131a69;
    position: absolute;
    top: 0px;
    left: -1px;
}

.session-home-setting_aside ul li p {
    box-sizing: border-box;
    padding-left: 30px;
    font-size: 16px;
}

.session-home-setting_aside ul li p i {
    display: inline-block;
    width: 15px;
    height: 60px;
    float: left;
    margin-right: 16px;
}

.session-home-setting_toggoleBox {
    width: 100%;
    box-sizing: border-box;
    padding-left: 200px;
    height: 100%;
}

.session-home-setting_toggoleBox ul {
    width: 100%;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
}

.session-home-setting_toggoleBox ul li {
    width: 100%;
    height: 100%;
    display: none;
}

.session-home-setting_toggoleBox ul li.session-home-li_product {
    background: url(../images/xinzengchanpin.png) 90% 8px no-repeat;
    background-size: 180px;
}

.session-home-setting_toggoleBox ul li.session-home-li_web {
    background: url(../images/shezhiwangzhan.png) 90% 8px no-repeat;
    background-size: 180px;
}

.session-home-setting_toggoleBox ul li.session-home-li_pay {
    background: url(../images/shezhishoukuan.png) 90% 8px no-repeat;
    background-size: 180px;
}




.session-home-setting_toggoleBox ul li .home-setting_toggoleBox_item {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 250px;
}

.session-home-setting_toggoleBox ul li .home-setting_toggoleBox_item h3 {
    margin-bottom: 9px;
    font-size: 16px;
}

.session-home-setting_toggoleBox ul li .home-setting_toggoleBox_item p {
    margin-bottom: 35px;
    font-size: 13px;
    color: #a4a4a4;
}

.session-home-setting_toggoleBox ul li .home-setting_toggoleBox_item a {
    width: 150px;
    height: 60px;
    line-height: 60px;
    background: #3545a7;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: -webkit-linear-gradient(top, #4b5fdc, #3545a7);
    background: -moz-linear-gradient(bottom, #4b5fdc, #3545a7);
    background: -o-linear-gradient(bottom, #4b5fdc, #3545a7);
    background: linear-gradient(to bottom, #4b5fdc, #3545a7);
    font-size: 16px;
}

.help_dom {
    background: #fff;
    border: 1px solid #eee;
    height: 100px;
    margin-top: 22px;

}

.help_link {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.help_box {
    height: 45px;
    width: 220px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}

.help_box>span {
    float: left;
}

.help_ico {
    width: 60px;
    height: 100%;
    background: url(../images/help_ico.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.help_font {
    width: 160px;
    height: 100%;
    font-size: 12px;
    color: #5F6265
}

.font_til_16 {
    font-size: 16px;
    color: #101d65;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

/* new version add */
.home-guide-box {
    padding-top: 35px;
}

.home-guide__title {
    padding-bottom: 16px
}

.home-guide__topic {
    line-height: 36px;
    font-size: 22px;
    color: #101d65
}

.home-guide__contain {
    display: flex;
    background: #fff;
    border-radius: 2px
}

.home-guide__contain::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    clear: both
}

.home-guide__left {
    width: 260px;
    flex-shrink: 1;
    overflow: hidden;
}

.home-guide__leftchild {
    height: 80px;
    line-height: 80px;
    background: #fbfbfb;
    border-bottom: 1px solid #d7e0f0;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.home-guide__pos {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: 39px;
    box-sizing: border-box;
    z-index: 3;

}

.home-guide__leftchild .name {
    display: inline-block;
    font-size: 16px;
    color: #31373e;
    vertical-align: middle
}

.home-guide__leftchild .iconfont {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.home-guide__leftchild .iconfont::before {
    content: "1";
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-style: normal;
    border: 1px solid #31373e;
    border-radius: 50%;
    font-size: 13px;
    text-align: center
}

.home-guide__leftchild:nth-child(1) .iconfont::before {
    content: "1"
}

.home-guide__leftchild:nth-child(2) .iconfont::before {
    content: "2"
}

.home-guide__leftchild:nth-child(3) .iconfont::before {
    content: "3"
}

.home-guide__leftchild:nth-child(4) .iconfont::before {
    content: "4"
}

.home-guide__leftchild:last-child {
    border: 0
}

.home-guide__leftchild--active {
    background: #fff;
    position: relative;
}

.home-guide__leftchild--mod {
    background: #fff;
}

.home-guide__leftchild--mod::before {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #3F51B5;
}

.home-guide__leftchild--mod .name {
    color: #3F51B5;
}

.home-guide__leftchild--active::before {
    content: " ";
    display: inline-block;
    width: 4px;
    height: 100%;
    background: #3F51B5;
    animation: widthmove 0.3s ease;
}

.home-guide__leftchild--active .name {
    color: #3F51B5;
}

.home-guide__leftchild--active::after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 1px;
    opacity: 0;
    background: #3F51B5;
    animation: boderhmove 0.3s ease;
}

.completeStatus.iconfont::before {
    content: "\e691" !important;
    color: #fff;
    background: #50AD55;
    border-color: #50AD55;
    font-size: 18px;

}

.home-guide__right {
    flex: 1
}

.home-guide__rightchild {
    padding: 40px;
    padding-right: 70px;
    display: none;
    position: relative;

}

.home-guide__rightchild:nth-child(1) {

    background: url("../images/addstore.png") no-repeat right center;
    background-size: 220px;
    background-origin: content-box;
}

.home-guide__rightchild:nth-child(2) {

    background: url("../images/shopset.png") no-repeat right center;
    background-size: 220px;
    background-origin: content-box;
}

.home-guide__rightchild:nth-child(3) {

    background: url("../images/setshipping.png") no-repeat right center;
    background-size: 220px;
    background-origin: content-box;
}

.home-guide__rightchild:nth-child(4) {

    background: url("../images/collectmoney.png") no-repeat right center;
    background-size: 220px;
    background-origin: content-box;
}

/* .home-guide__logopic{
    position: absolute;
    top: 66px;
    right: 70px;
} */
.home-guide__childTopic {
    line-height: 24px
}

.home-guide__childTopic .name {
    display: inline-block;
    color: #31373e;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle
}

.home-guide__childTopic .help {
    display: inline-block;
    margin: 0 5px;
    font-size: 18px;
    vertical-align: middle
}

.home-guide__childTopic .complete {
    display: inline-block;
    font-size: 10px;
    color: #fff;
    background: #50ad55;
    width: 64px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    vertical-align: middle;
}

.home-guide__childTopic .complete::before {
    display: inline-block;
    content: "\e691";
    font-size: 14px;
}

.home-guide__content {
    width: 378px;
    padding-top: 17px;
    line-height: 24px;
    font-size: 14px;
    color: #a2a7ab
}

.home-guide__btn {
    width: 100px;
    margin-top: 50px
}

@keyframes boderhmove {
    from {
        left: 0;
        opacity: 1;
    }

    to {
        left: 100%;
        opacity: 0;
    }
}

@keyframes widthmove {
    from {
        width: 100%;
        opacity: 0.4;
    }

    to {
        width: 4px;
        opacity: 1;
    }

}

@media screen and (min-width:1440px) {
    .home-guide__rightchild {
        background-size: 300px !important;
    }
}