html,
body {
    min-height: 100%;
    width: 100%;
}

body > .common-content {
    min-height: 350px;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 64px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}

.header h1 img {
    display: block;
    margin-top: 17px;
}

.header .nav {
    padding-left: 75px;
}

.login-register > li, .infor {
    float: left;
    height: 70px;
    line-height: 70px;
}

.login-register > li a {
    color: #666;
    cursor: pointer;
    font-size: 16px;
}

.header .nav > li {
    position: relative;
    float: left;
    height: 64px;
    width: 64px;
    text-align: center;
    margin: 0 19px;
    line-height: 64px;
}

.header .nav > li:hover {
    box-sizing: border-box;
    border-bottom: 3px solid #007833;
}

.header .nav > .active {
    box-sizing: border-box;
    border-bottom: 3px solid #007833;
}

.header .nav > li > a {
    font-size: 16px;
}

.header .login-register {
    position: relative;
}

.header .login-register li {
    padding: 0 15px;
}

.header .login-register li:nth-last-child(1) {
    padding-right: 0;
}

.header .login-register span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    margin-left: 7px;
    display: block;
    width: 1px;
    height: 16px;
    background: #f3f3f3;
}

.header .logged {
    position: relative;
}

.header .logged .infor {
    position: relative;
    padding-left: 30px;
    padding-right: 20px;
    cursor: pointer;
}

.header .logged .infor img {
    position: absolute;
}

.header .logged .infor em {
    font-size: 16px;
}

.header .logged .infor .header-img {
    left: 0;
    top: 21px
}

.header .logged .infor .log-out {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #f3f3f3;
    font-size: 16px;
    color: #666;
}

.header .logged .infor .log-out:hover {
    color: #00572c;
}

.header .nav > li > a {
    color: #666;
    cursor: pointer;
    font-size: 16px;
}

.header .nav > li > a:hover {
    color: #007833;
}


.footer .nav-box {
    width: 300px;
    padding: 33px 0;
}

.footer .contact-box {
    padding: 33px 0;
}

.footer .contact-box p {
    padding-top: 17px;
    font-size: 14px;
    color: #999;
    text-align: right;
}

.footer .contact-box .contact-phone {
    padding-top: 0;
    font-size: 22px;
    color: #fff;
}

.footer .nav-box li {
    float: left;
    padding-top: 17px;
    width: 100px;
}

.footer .nav-box .title {
    font-size: 16px;
    color: #999;
}

.footer .nav li a {
    font-size: 14px;
    color: #fff;
}

.footer .record {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-top: 1px solid #4b4b4f;
}

.common-login {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .35);
}

.common-login .login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -180px 0 0 -182px;
}

.common-login .login-box .close {
    float: right;
    margin: 15px 15px 0 0;
    cursor: pointer;
}

.login-box {
    width: 364px;
    height: 360px;
    margin-top: 165px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(23, 23, 23, 0.1);
}

.login-box .tab {
    width: 300px;
    margin: 33px auto 0;
    position: relative;
    padding: 0 0 20px;
    height: 16px;
    color: #333;
    font-size: 18px;
}

.login-box button {
    float: left;
    width: 50%;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.login-box .active {
    color: #007833;
}

.login-box span {
    position: absolute;
    display: block;
    height: 16px;
    width: 1px;
    left: 50%;
    background: #e8e8e8;
}

.login-box > p {
    padding-left: 28px;
    width: auto;
    height: 14px;
    margin: 0 24px 9px;
    background: url(../img/index/spritelogin.png) no-repeat;
    background-position-y: -126px;
    color: #df3028
}

.login-box .sure-login {
    float: initial;
    display: block;
    width: 300px;
    height: 44px;
    margin: 0 auto;
    background: #007833;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}

.login-box .sure-login:hover {
    background: #00572c;
}

.login-box label {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 42px;
    margin: 0 31px;
    border-radius: 2px;
    border: solid 1px #e8e8e8;
}

.login-pass-box label {
    margin-bottom: 25px;
}

.login-code-box {
    position: relative;
}

.login-code-box label {
    margin-bottom: 13px;
}

.login-code-box .code-box {
    width: 196px;
    margin-right: 0;
}

.login-code-box .send-code {
    position: absolute;
    top: 57px;
    left: inherit;
    right: 31px;
    width: 95px;
    height: 42px;
    line-height: 42px;
    border-radius: 2px;
    border: solid 1px #007833;
    background: none;
    text-align: center;
    color: #007833;
    cursor: pointer;
}

.login-box label input {
    display: inline-block;
    width: 200px;
    height: 42px;
    padding-left: 16px;
}

.login-code-box .code-box input {
    width: 100px;
}

.login-box label em {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 31px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/index/spritelogin.png) no-repeat;
    cursor: pointer;
}

.login-box label .clear {
    background-position-y: -9px;
}

.login-box label .eye-open {
    background-position-y: -55px;
}

.login-box label .eye-close {
    background-position-y: -29px;
}

.login-code-box .sliding-code {
    width: 302px;
    height: auto;
    line-height: 42px;
    margin: 0 auto 16px;
    text-align: center;
}

.other-page {
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
}

.other-page a {
    font-size: 14px;
    color: #007833;
}

.other-page a:hover {
    color: #00572c;
}

.other-page .register {
    float: left;
}

.other-page .forget {
    float: right;
    color: #999;
}

#search {
    width: 80px;
    height: 38px;
    margin-left: 12px;
    font-size: 14px;
    background: #007833;
    border-radius: 2px;
    border: solid 1px #007833;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

#search:hover {
    background: #00572c;
}

.layui-table-cell {
    height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    padding: 0;
}

.slide-right {
    position: fixed;
    right: 0;
    top: 40%;
    margin-top: -67px;
}

.slide-right > div {
    width: 58px;
    height: 58px;
    margin: 6px;
    border-radius: 29px;
    background: #007833;
    text-align: center;
    cursor: pointer;
}

.slide-right .kefu-box {
    position: relative;
}

.slide-right .kefu-box .contact {
    display: none;
    position: absolute;
    top: 0;
    left: -165px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
    background: #fff;
}

.slide-right .kefu-box:hover .contact {
    display: block;
}

.slide-right .kefu-box .contact img {
    width: 154px;
}

.slide-right .kefu-box .contact .tips {
    padding: 0 0 4px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.slide-right .kefu-box .contact .tips-one {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #007833;
}

.slide-right .kefu-box .contact .phone {
    padding: 0 0 13px;
    text-align: center;
    font-size: 14px;
    color: #007833;
}

.slide-right .kefu-box > img {
    margin-top: 13px;
}

.slide-right .back-top img {
    margin-top: 19px;
}

@media screen and (min-width: 1300px) {
    body > .common-content {
        min-height: 575px;
    }
}

.card-type-shade {
    position: absolute;
    left: 0;
    display: inline-flex;
    background-color: #fff;
    box-shadow: 1px 4px 10px 0 rgba(0, 0, 0, 0.11);
    z-index: 99999;
    max-width: 1048px;
    height: 620px;
    overflow: auto;
}

.card-type-shade > li {
    width: 130px;
    float: left;
    border-right: 1px solid #f3f3f3;
    margin: 15px 0 30px;
    min-width: 130px;
}

.card-type-shade > li img {
    width: 28px;
    vertical-align: middle;
}

.card-type-shade > li > a {
    display: block;
    font-size: 14px;
    margin-top: 18px;
    text-align: left;
    text-indent: 10px;
}

.card-type-shade > li > a > span {
    color: #666;
}

.card-type-shade > li > p {
    font-size: 14px;
    color: #333;
}

.top-tab {
    position: fixed;
    top: 0;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    z-index: 2;
}

.top-logo {
    margin-top: 21px;
}

.nav-tree > img {
    display: block;
    margin: 0 auto;
    padding: 51px 0 58px;
}

.nav-tree {
    width: 200px;
    height: 100vh;
    background-color: #ffffff;
    box-shadow: 0 0 30px 0 rgba(153, 153, 153, 0.15);
}

.nav-tree .tree-bar {
    width: 125px;
    margin: 0 auto;
}

.tab-img {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 15px;
    margin-top: -3px;
}

.sort-unverified {
    position: relative;
}

.sort-unverified::after {
    content: '未认证';
    position: absolute;
    right: -5px;
    top: -15px;
    width: 42px;
    height: 17px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    background-color: #ff442b;
    border-radius: 10px 9px 9px 0;
}

.tree-bar dd {
    margin-bottom: 33px;
}

.tab-item {
    display: block;
    line-height: 43px;
    text-indent: 31px;
}

.son-pop {
    height: 0;
    padding-top: 10px;
    transition: height .5s;
    -moz-transition: height .5s;
    -webkit-transition: height .5s;
    -o-transition: height .5s;
    overflow: hidden;
}

.on {
    height: 170px;
    overflow: hidden;
}

.tree-bar a {
    font-size: 14px;
}

.direction {
    vertical-align: middle;
}

.tree-bar dd .active {
    color: #046837;
}

.tree-bar dd > .active {
    font-weight: 600;
    color: #046837;
}

.tree-bar a:hover {
    color: #046837
}

#download {
    width: 80px;
    height: 36px;
    border-radius: 2px;
    border: solid 1px #046837;
    font-size: 14px;
    color: #046837;
    text-align: center;
    line-height: 36px;
}

#download:hover {
    border: solid 1px #046837;
    color: #fff;
    background: #046837;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #046837 !important;
    background-color: #046837 !important;
    color: #fff;
}

.content-container, .account-setting-content {
    width: 80%;
}

.layui-input-inline {
    margin-bottom: 10px;
}

#logoInfoLi {
    border-bottom: none;
    margin-top: 27px;
    margin-right: 0;
    float: right;
}

#logoInfoLi img {
    width: 23px;
    height: 23px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: -6px 6px 0 0;
}

#logoInfoLi a:after {
    content: " ";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-width: 1px 1px 0 0;
    border-color: #999;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: absolute;
    top: 3px;
}

#logoInfoLi span {
    display: inline-block;
    max-width: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

#logoInfoLi a {
    position: relative;
    display: block;
    font-size: 14px;
    margin-top: 7px;
    cursor: pointer;
}