.open-header-wrap .header-layout {
    width: 960px;
    height: 80px;
    margin: 0 auto;
    background-color: #ffffff;
}

.open-header-wrap .header-layout .header-layout-side {
    float: left;
}

.open-header-wrap .header-layout .header-layout-oper {
    float: right;
    font-size: 20px;
    height: 100%;
    line-height: 80px;
}

.open-header-wrap .header-layout .header-layout-logo {
    display: block;
    line-height: 1.6;
    margin-top: 10px;
    font-size: 20px;
}

.open-header-wrap .header-layout .header-layout-logo > img {
    width: 100px;
    height: 60px;
}

.banner-wrap {
    background-image: url(../../image/banner.jpg);
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-color: #090b1a;
    background-size: 100% 100%;
}

.banner-wrap .banner-layout {
    width: 960px;
    margin: 0 auto;
    height: auto;
    min-height: 380px;
    padding: 20px 0;
}

.login-layout {
    width: 340px;
    position: relative;
    min-height: 238px;
    padding: 16px 20px;
    float: right;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.login-layout .login-title {
    font-size: 16px;
    margin-bottom: 26px;
}

.login-form-panel .login-input {
    position: relative;
    margin-top: -1px;
}

.login-form-panel .login-input .input-sms {
    position: absolute;
    z-index: 3;
    top: 1px;
    right: 1px;
    width: 100px;
    height: 38px;
    color: #fff;
    border-radius: 0 2px 2px 0;
    text-align: center;
    line-height: 38px;
    background: #a1a1a1;
}

.login-form-panel .login-input.sms .input-sms {
    background: #2d8cf0;
    color: #fff;
}

.login-form-panel .login-input.sms input {
    padding-right: 102px;
}

.login-form-panel .login-input + .login-input {
    margin-top: 10px;
}

.login-help-panel {
    margin-top: 26px;
}

.login-help-panel .checkbox-label {
    cursor: pointer;
    float: left;
    display: block;
}

.login-help-panel .help-link {
    float: right;
    color: #2d8cf0;
}

.login-help-panel .checkbox-label > span {
    margin-left: 5px;
    margin-top: 2px;
}

.login-btn-panel {
    margin-top: 30px;
    margin-bottom: 10px;
}

.login-btn-panel .swb-btn {
    padding: 10px 38px;
}

/* === 树形列表2 === */
.tree-menu {
    width: 100%;
    color: #ffffff;
    overflow: hidden;
}

.tree-menu .tree-caption {
    height: 34px;
    line-height: 34px;
    background-color: #009688;
    color: #fff;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

.tree-menu li {
    cursor: pointer;
    overflow: hidden;
}

.tree-menu li .first-title:hover,
.tree-menu li .second-title:hover,
.tree-menu li .third-title:hover {
    background-color: #2d8cf0;
}

.tree-menu .menu-title {
    line-height: 38px;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 10px;
    text-overflow: ellipsis;
}

.tree-menu .menu-title.current {
    background-color: #2d8cf0 !important;
}

.tree-menu .menu-title.first-title {
    background-color: #42485a;
    padding-left: 38px;
    font-size: 13px;
}

.tree-menu .menu-title.second-title {
    padding-left: 48px;
    font-size: 12px;
}

/*.tree-menu .menu-title.third-title {*/
/*background-color: #323644;*/
/*padding-left: 82px;*/
/*}*/

/*.tree-menu .menu-title.fourth-title {*/
/*background-color: #42485B;*/
/*padding-left: 105px;*/
/*}*/

.menu-title.first-title > .flexible-icon,
.menu-title.second-title > .flexible-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    font-size: 20px;
}

.menu-title.first-title > .catalog-icon,
.menu-title.second-title > .catalog-icon {
    width: 30px;
    height: 20px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -13px;
    font-size: 16px;
    color: #ececec;
}

/*  商户列表 */
.header-wrap {
    border-bottom: 4px solid #2d8cf0;
}

.main-layout {
    width: 960px;
    margin: 0 auto;
    min-height: 600px;
    /*margin-top: 60px;*/
    padding-top: 60px;
}

.main-layout .card-list {
    width: 975px;
}

.main-layout .card-list .card-item {
    width: 310px;
    border: 1px solid #e8e8e8;
    margin-right: 15px;
    margin-bottom: 20px;
    height: 310px;
    float: left;
    padding: 20px 30px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.main-layout .card-list .card-item .card-item-head {
    width: 88px;
    height: 88px;
    margin: 18px auto;
    background: cornflowerblue;
    border-radius: 50%;
    text-align: center;
    line-height: 88px;
    font-size: 36px;
    color: #fff;
    font-weight: 600;

}

.main-layout .card-list .card-item .card-item-body {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;

}

.main-layout .card-list .card-item .card-item-foot {
    color: #9a9a9a;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    margin-top: 20px;
}

.footer-layout {
    width: 960px;
    margin: 0 auto;
}

.footer-layout .oper-btn {
    margin: 30px 0;
    text-align: center;
}

.footer-layout .oper-btn .swb-btn + .swb-btn {
    margin-left: 30px;
}

/* 管理控制台 */

.open-plat-head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #3c4246;
    border-bottom: 1px solid #3c4246;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 13px;
}

.open-plat-head .merchant-logo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    padding: 2px 10px;
    cursor: pointer;
    overflow: hidden;
}

.open-plat-head .merchant-logo > img {
    height: 46px;
    width: 46px;
    display: block;
}

.open-plat-head .merchant-info {
    color: #fff;
    font-size: 14px;
}

.open-plat-main {
    width: 100%;
    position: absolute;
    top: 50px;
    bottom: 0;
    height: auto;
    overflow: auto;
    min-width: 1020px;
}

.open-plat-main .open-sidebar-area {
    width: 180px;
    height: calc(100% - 50px);
    background-color: #323644;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 10;
    overflow-y: auto;
    transition: all 0.2s;
}

.open-plat-main .open-content-area {
    width: calc(100% - 180px);
    overflow-x: hidden;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 180px;
    right: 0;
    bottom: 0;
    transition: all 0.2s;
}

/* 首页 */

.page-wrap {
    height: 100%;
}

.open-main-wrap .main-layout.banner {
    background-image: url(../../image/index.png);
    background-repeat: no-repeat;
    background-position: right center;
    box-sizing: border-box;
}

.main-layout.banner .index-caption {
    padding-top: 210px;
    font-size: 48px;
    font-weight: 400;
    color: #000;
}

.main-layout.banner .index-desc {
    max-width: 512px;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #555;
}

.main-layout.explain .home-title {
    width: 569px;
    font-size: 14px;
    line-height: 24px;
    margin: 0 auto;
}

.open-main-wrap {
    height: calc(100% - 84px - 80px);
    height: -webkit-calc(100% - 84px - 80px);
    height: -moz-calc(100% - 84px - 80px);
}

/* 底部 */
.open-footer-wrapper {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    text-align: center;
    background-color: #fff;
}

.open-footer-wrapper .item-link {
    display: inline-block;
}

.open-footer-wrapper .item-link a {
    margin: 0 10px;
}

/*列表*/

.sys-list .sys-item {
    border: 1px solid #e7e7eb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: auto;
    margin: 10px 0;
    cursor: pointer;
}

.sys-list .sys-item .sys-content {
    width: 100%;
    padding: 10px 20px;
}

.sys-list .sys-item .sys-content .logo {
    width: 60px;
    height: 60px;
    display: block;
    float: left;
}

.sys-list .sys-item .sys-content .logo img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
}

.sys-list .sys-item .sys-content .info {
    width: calc(100% - 60px - 20px);
    float: left;
    color: #9a9a9a;
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
}

.sys-list .sys-item .sys-content .info .name {
    color: #333;
    text-align: left;
    margin: 10px 0 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}