﻿html, body {
    padding: 0;
    margin: 0;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.inline-block {
    display: inline-block;
}

/*.header {
    height: 60px;
    background-color: white;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    z-index: 100;
    top: 0px;
    border-bottom: 2px solid #dbdbdb;
}*/

.header[master] {
    height: 120px;
    background-color: white;
    width: 100%;
    min-width: 1200px;
    position: sticky;
    z-index: 100;
    top: 0px;
    /*border-bottom: 2px solid #dbdbdb;*/
}

    .header[master].header-bottom {
        height: 60px;
        position: relative;
        z-index: 0;
    }

    .header[master] .header-logo {
        width: 1110px;
        margin: 0 auto;
        height: calc(50% - 1px);
    }

    .header[master] .header-line {
        width: 100%;
        height: 1px;
        background-color: rgba(240,240,240,1);
    }

    .header[master] .header-content {
        width: 1110px;
        margin: 0 auto;
        height: 50%;
    }

@media screen and (max-width: 300px) {
    .header[master] .header-content {
        width: 1110px;
    }

    .header[master] .header-logo {
        width: 1110px;
    }
}

.header[master] .header-links {
    /*float: right;*/
    height: 100%;
    position: relative;
    font-size: 16px;
    /* display: flex; */
    justify-content: space-between;
    float: right;
    margin-bottom: 0px;
}

    .header[master] .header-links .link-item {
        width: 11.1111%;
        margin-left: 0px !important;
    }

    .header[master] .header-links.top {
        justify-content: flex-end;
    }

    .header[master] .header-links .first-level a {
        color: #333;
    }

        .header[master] .header-links .first-level a:hover {
            color: #44B449;
        }

    .header[master] .header-links .first-level {
        position: relative;
        display: inline-block;
        height: 100%;
        line-height: 60px;
        cursor: pointer;
        min-width: 80px;
        text-align: center;
        vertical-align: top;
        float: left;
    }

        .header[master] .header-links .first-level .title {
            position: relative;
            padding-right: 20px;
        }

        .header[master] .header-links .first-level .more::after {
            width: 8px;
            height: 8px;
            content: '';
            display: block;
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            background: url('../Img/Pages/Site/header/下.png') no-repeat center;
            background-size: 100% auto;
        }

        .header[master] .header-links .first-level.selected > a {
            color: #01C257;
        }

    .header[master] .header-links .flag-line {
        height: 4px;
        width: 0;
        background-color: #01c257;
        position: absolute;
        bottom: 0;
        transition: all 0.5s ease;
    }

    .header[master] .header-links .first-level .child-list-wrapper {
        position: absolute;
        white-space: nowrap;
        line-height: normal;
        background-color: transparent;
        display: none;
        font-size: 14px;
    }

    .header[master] .header-links .first-level:hover .child-list-wrapper {
        display: block;
    }

.zhibo {
    position: relative;
    font-size: 14px;
}

    .zhibo img {
        position: absolute;
        top: 10px;
        right: 10px;
    }

.download {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin-right: 20px;
}

    .download img {
        width: 14px;
        height: auto;
        margin-right: 10px;
    }

 .customer {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    margin-right: 40px;
}

    .customer img {
        width: 14px;
        height: auto;
        margin-right: 10px;
    }

    .customer:hover img.wxQr-code {
        display: block;
    }

    .customer img.wxQr-code {
        width: 182px;
        height: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -200px;
        z-index: 90;
        display: none;
    }

.header[master]  .child-list-wrapper .child-list {
    background-color: white;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    /*margin-top: 4px;*/
}

    .header[master] .child-list-wrapper .child-list li {
        padding: 5px;
        overflow: hidden;
        /*border-bottom: 1px solid #dbdbdb;*/
    }

        .header[master] .child-list-wrapper .child-list li img {
            float: left;
            padding: 8px 0;
        }
        .header[master] .child-list-wrapper .child-list li a {
            float: left;
        }

        .header[master] .child-list-wrapper .child-list li:last-child {
            padding: 5px;
            border-bottom: 0px solid #dbdbdb;
        }

    .header[master] .child-list-wrapper .child-list a {
        display: inline-block;
        padding: 5px 0px;
        color: #333;
        font-size: 16px;
    }

    .header[master] .child-list-wrapper .child-list li {
        /*display: flex;*/
        justify-content: flex-start;
        align-items: center;
    }

    .header[master] .child-list-wrapper .child-list img {
        width: 15px;
        height: auto;
        margin-right: 7px;
    }

    .header[master] .child-list-wrapper .child-list .first {
        display: block;
    }

    .header[master] .child-list-wrapper .child-list .second {
        display: none;
    }

    .header[master] .child-list-wrapper .child-list li:hover a {
        color: #44B449;
    }

    .header[master] .child-list-wrapper .child-list li:hover .first {
        display: none;
    }

    .header[master] .child-list-wrapper .child-list li:hover .second {
        display: block;
    }

.header[master] .header-links .first-level:hover .first-big {
    /*display: flex;*/
    justify-content: flex-start;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: content-box;
    background-color: #fff;
}

.header[master] .child-list-wrapper.first-big ul {
    border-radius: 0;
    border: none;
    padding: 10px;
}

.header[master] .header-img-wapper {
    width: 42px;
    height: 42px;
    text-align: center;
    overflow: hidden;
    background-image: url(/Img/NewSite/ring.png);
    background-size: 100%;
    vertical-align: middle;
    display: inline-block;
    z-index:100;
}

.header[master] .header-img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    vertical-align: top;
}

.header[master] .user-info {
    position: relative;
    vertical-align: top;
}

.header[master] .personal-info {
    background-color: transparent;
    position: absolute;
    right: 0;
    line-height: normal;
    text-align: left;
    border: 1px solid #dbdbdb;
    display: none;
    font-size: 12px;
    z-index: 30;
}

    .header[master] .personal-info span {
        cursor: default;
    }

.header[master] .user-info:hover .personal-info {
    display: block;
}

.header[master] .assist-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 1px;
    margin-right: -3px;
}
.header[master] .avatar {
display:inline-block;
vertical-align:top;
position:relative;
top:20%;
margin-left:20px;
}
.header[master] .info-body {
    display:inline-block;
    /*padding: 15px 25px;*/
    background-color: white;
    
    white-space: nowrap;
    padding-top: 25px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 16px;
}

    .header[master] .info-body .padding a:hover {
        color: rgb(119,198,71);
    }

    .header[master] .info-body .padding a {
        color: #696969;
    }

#overlogout {
    margin-top: 14px;
}

#logout {
    font-size: 12px;
}

    #logout:hover {
        color: rgb(119,198,71);
        font-size: 12px;
    }

.padding {
    /*padding: 5px;*/
}

.header[master] .info-body .padding:first-child {
    padding-right: 0px;
    padding-bottom: 9px;
}

.header[master] .padding > a:first-child {
    padding-right: 6px;
}

.header[master] .toggle .first {
    display: block;
}

.header[master] .toggle .second {
    display: none;
}

.header[master] .toggle:hover .first {
    display: none;
}

.header[master] .toggle:hover .second {
    display: block;
}

.header[master] .toggle.selected .first {
    display: none;
}

.header[master] .toggle.selected .second {
    display: block;
}


.footer[master] {
    height: 170px;
    background-color: #212221;
    color: white;
}

    .footer[master] .footer-content {
        width: 1000px;
        margin: 0 auto;
        font-size: 14px;
        font-family: "SimHei";
    }

        .footer[master] .footer-content .left {
            float: left;
            margin-top: 55px;
            margin-left: -100px;
        }

        .footer[master] .footer-content .middle {
            float: left;
            margin-left: 45px;
            margin-top: 30px;
            width: 300px;
        }

        .footer[master] .footer-content .right {
            float: left;
            margin-left: 60px;
            margin-top: 35px;
        }

        .footer[master] .footer-content ul li {
            padding: 5px;
            float: left;
        }

    .footer[master] .external-links {
        width: 300px;
        float: right;
        margin-top: 20px;
    }

        .footer[master] .external-links .links-title {
            padding-left: 5px;
        }

        .footer[master] .external-links .links li {
            width: 100px;
        }

.header[master] .menu-btn {
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    color: #77C647 !important;
    margin: 0 -3px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.header[master] .menu-btn:hover {
    color: #54b01c !important;
}

.header[master] .menu-btn.highlight {
    /*background-color: #01c257;
        color: white !important;*/
    color: #222 !important;
    font-size: 16px;
}

.header[master] .menu-btn.highlight:hover {
    /*background-color: #00e566;*/
    color: #01C257 !important;
}

.header[master] .menu-btn .menu-btn-login {
    width: 64px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 13px;
    background: rgba(68,180,73,1);
    border-radius: 2px;
    color: rgba(255,255,255,1);
}

        /*.menu-btn .menu-btn-login:hover {
            background-color: #01C257;
            border-color: #01C257;
            color: white;
        }*/

    .header[master] .reg-btn {
        height: 30px;
        line-height: 28px;
        cursor: pointer;
        font-size: 13px !important;
        border: 1px solid rgba(68,180,73,1);
        background: #fff;
        border-radius: 2px;
        color: rgba(68,180,73,1) !important;
    }
.value-add-header-img{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.value-add-portrait{
  width: 40px;
  height:40px;
  border-radius:50%;
}
.value-add-flex-around{
  display: flex;
  justify-content: space-around;
  align-items: center;
}


.warm-tip-modal {
    width: 500px !important;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
    border-radius: 4px;
}
    .warm-tip-modal .modal-header{
        margin:0 24px;
        padding:15px 0;
    }
    .warm-tip-modal p {
        margin-bottom: 0px;
    }
    .warm-tip-modal .close {
        width: 20px;
        height: 20px;
        float:right!important;
        left:0px!important;
    }
    .warm-tip-modal .guide-tip .text {
        margin-top: 0px;
        margin-right: 60px;
        font-weight:bold;
    }
    .warm-tip-modal .modal-body {
        padding: 24px 42px;
        border-top: 1px solid rgba(238,238,238,1);
    }
    .warm-tip-modal .modal-header {
        border-bottom: none;
    }
    .warm-tip-modal .modal-header {
        height: 64px;
    }
    .warm-tip-modal .notification {
    }
    .warm-tip-modal .team {
        display: flex;
        justify-content: flex-end;
    }
    .warm-tip-modal .modal-footer{
        height:70px;
        display:flex;
        justify-content:center;
        align-items:center;
        margin-top:0px;
        padding:20px;

    }
        .warm-tip-modal .modal-footer .know-button {
            width: 100px;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
            font-size: 13px;
            background: rgba(68,180,73,1);
            border-radius: 2px;
            color: rgba(255,255,255,1);
            outline:none;
            border:none;
            text-align:center
        }
  