:root{
    --theme-color: #B59567;
    }
    body{
    
    padding: 0;
    margin: 0;
    color: #292F38;
    position: relative;
    }
    *,
    :after,
    :before {
        box-sizing: border-box
    }
    ul{
    padding: 0;
    margin: 0;
    }
    li{
    list-style: none;
    }
    a{
    text-decoration: none;
    }
    .container{
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    }
    .header .inner,.inner{
    width: 1200px!important;
    margin: 0 auto;
    }
    .bg-wrap{
        background: url(../images/bg-repeat.png) repeat-x center -29px;
    }
    .mid{
        width: 100%;
        background: #F1F8FE;
        padding-bottom: 20px;
        background: url(../images/main-bg.jpg) repeat-x center -83px;
        background-position: 0 105px;
        margin-top: -300px;
    }
    .mid .inner{
        width: 1200px;
        margin: 0 auto;
        position: relative;
    }
    .mian .inner{
        width: 1200px;
        margin: 0 auto;
    }
    .header{
    height: 64px;
    background: rgba(62,162,250,.6);
    display: flex;
    font-size: 16px;
    color: #333 !important;
    }
    .header .inner{
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }
    
    .header .inner .logo{
        display: flex;
        align-items: center;
    }
      
    .logo img{
        width: 80px;
    }
    .header .inner .nav{
        display: flex;
        flex: 1;
        justify-content: flex-start;
        margin-left: 100px;
        height: 60px;
    }  
    .header .inner .nav li{
        height: 100%;
        margin-right: 40px;
        border-bottom: 4px solid transparent;
        line-height: 60px;
    }
    .header .inner .nav a{
        color: #CFE8FE;
        font-size: 16px;
    }
    .header .inner .nav li.active,.header .inner .nav li:hover{
        border-color: #CFE8FE;
    }
    .top{
        width: 100%;
        height: 523px;
        background:
        url(../images/backimg.png) no-repeat center -28px;
    }
    .login a,.logout a{
        cursor: pointer;
        color: #fff;
    }
    .logout{
        display: flex;
    }
    .logout a{
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .logout a::after{
        content:'';
        display: block;
        width: 16px;
        height: 16px;
        background: url(../images/logout.svg);
        margin-left: 5px;
    }
    .tab-wrap{
        position: relative;
    }
    .nav-wrap{
        display: flex;
    }
    .nav-wrap .nav-item{
        background: #CFE8FE;
        border-radius: 8px 8px 0px 0px;
        margin-right: 8px;
        font-size: 16px;
        width: 200px;
        height: 50px;
        line-height: 50px;
        text-align: center;
    }
    .nav-wrap .nav-item a{
        color: #0158B5;
        display: block;
    }
    .nav-wrap .nav-item.active{
        background: #fff;
    }
    .nav-wrap .nav-item.active a{
        color: #292F38;
    }
    .mid .tab-content{
        padding: 0 40px 20px;
        background: #fff;
        border-radius: 0px 8px 8px 8px;
    }
    .tab-content>.tab-pane{
        display:none;
        width: 100%;
        padding-top: 20px;
    }
    .tab-content>.active {
        display:block
    }
    .text-tips{
        font-size: 14px;
        height: 42px;
        line-height: 42px;
    }
    .title-main{
        font-size: 16px;
        line-height: 16px;
    }
    .text-desc{
        color: #828F9B;
        line-height: 40px;
        font-size: 14px;
    }
    .cont-main{
        padding-left: 26px;
    }
    .pane-box{
        margin-bottom: 20px;
    }
    textarea.search-input{
        width: 100%;
        height: 100px;
        background: #F7F8FA;
        border: 1px solid #23446b;
        border: 0;
        border-radius: 4px;
        margin-top: 10px;
        padding: 0 10px!important;
        outline: 0px none transparent;
    }
    .text-title{
        color: #828F9B;
        font-size: 16px;
        padding: 10px 0;
    }
    .cont-form{
        background: #F1F8FE;
        padding: 10px;
        color: #292F38 !important;
    }
    .btn-large{
        width: 500px;
        height: 48px;
    }
    .btn-search{
        margin: 30px auto 0;
    }
    .btn-center-wrap{
        text-align: center;
        width: 100%;
    }
    
    .area-upload{
        width: 100%;
        height: 150px;
        background: #F2F2F2;
        border: 1px dashed #B2B2B2;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-top: 10px;
    }
    .area-upload.on{
        border: 1px dashed #0185F8;
        box-shadow:  #ccc;
        box-shadow: 0px 5px 5px #e8e8e8;
    }
    .area-upload .icon{
        width: 90px;
        height: 69px;
        background-image: url(./imgs/upload.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 20px;
    }
    .area-upload .icon.uploading{
        background-image: url(./imgs/text.svg);
    }
    
    .area-upload .upload-file-large{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .area-upload .large-text{
        color: #292F38;
        font-weight: 600;
        font-size: 16px;
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
    .area-upload .cont-inner{
        text-align: center;
    }
    .area-upload .cont-inner{
        display: none;
    }
    .area-upload .cont-inner.in{
        display: block;
    }
    .area-upload .cont-inner img{
        width: 50px;
    }
    .progress-bar{
        width: 240px;
        height: 6px;
        background: #E4E8EB;
        position: relative;
        display: inline-block;
        overflow: hidden;
        margin-left: 20px;
    }
    .progress-bar .done{
        display: block;
        height: 100%;
        background: #0185F8;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 2px;
    }
    
    .detail-info{
        height: 24px;
        overflow: hidden;
        position: relative;
        width: 300px;
    }
    .detail-info .btn-open{
        position: absolute;
        top: 0;
        right: 5px;
        background: rgba(236,237,242,1);
    }
    .parent .detail-info .btn-open{
        background: #F7F8FA;
    }    
    .detail-info.open{
        height: auto;
    }
    .steps-show{
        color: #0185F8;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    .steps-show .arrow{
        color: #A7B0B8;
        margin: 0 25px;
    }
    .box{
        margin-top: 20px;
    }
    .title{
        font-weight: 600;
        font-size: 18px;
        line-height: 30px;
    }
    .title.flex{
        display: flex;
        position: relative;
    }
    .title.flex .num{
        color: #FA573E;
    }
    .title.flex .handle-wrap{
        position: absolute;
        right: 0;
    }
    .result-example{
        width: 100%;
        padding: 20px 40px;
        background: #F7F8FA;
        margin-top: 20px;
        border-radius: 8px;
        display: flex;
        justify-content: space-between;
    }
    .result-example.has-child{
        flex-direction: column;
    }
    .result-example .parent{
        display: flex;
        justify-content: space-between;
        
    }
    .result-example .name{
        margin-bottom: 10px;
        color: #292F38;
        font-size: 16px;
        font-weight: 600;
    }
    .result-example .name .time{
        font-size: 14px;
        color: #828F9B;
        font-weight: normal;
        margin-left: 10px;
    }
    .tips{
        color: #F29E0F;
    }
    .result-example .num span{
        color: #FA573E;
    }
    .result-example .right{
        display: flex;
        align-items: center;
    }
    .result-example .right a{
        margin: 10px;
    }
    a[disabled]{
        color: #0185F8;
        opacity: 0.5;
    }
    a.order{
        color: #D97A1E!important;
    }
    a.cart{
        color: #FA573E!important;
    }
    .intro{
        color: #828F9B;
    }
    .blue-box{
        width: 100%;
        background: #F1F8FE;
        padding: 30px;
        margin-top: 30px;
    }
    .blue-box .title{
        color: #016FD7;
    }
    .advantage-wrap{
        display: flex;
        width: 100%;
        margin: 32px auto;
    }
    .advantage-wrap .item{
        height: 68px;
        display: flex;
    }
    .advantage-wrap .item .item-inner{
        background: #CFE8FE;
        display: flex;
        align-items: center;
        color: rgba(1,111,215,.7);
        padding-left: 10px;
        font-weight: 600;
        font-size: 16px;
    }
    .advantage-wrap .item .item-inner .num{
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #76BDFB;
        text-align: center;
        color: #fff;
        line-height: 32px;
        margin-right: 8px;
    }
    .advantage-wrap .item::before{
        content: '';
        display: block;
        width: 20px;
        height: 100%;
        background: url(../images/item-left.svg);
    }
    .advantage-wrap .item::after{
        content: '';
        display: block;
        width: 30px;
        height: 100%;
        background: url(../images/item-right.svg);
    }
    .btn-goto{
        border-radius: 8px;
    }
    .footer{
        height: 200px;
        width: 100%;
        background:#E4E8EB;
        margin-top: 30px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
    }
    .footer-top{
        margin-bottom: 48px;
        color: #292F38;
    }
    .footer-bottom{
        color: #4F5D6B;
    }
    .share{
        background: #FFD87E;
        width: 202px;
        height: 48px;
        border-radius: 4px;
        position: absolute;
        text-align: center;
        line-height: 48px;
        top: 0;
        right: 0;
        color: #A84A04;
        padding-left: 10px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .share:hover{
        background: #FFE6AD;
    }
    .share:hover{
        background: #FFE6AD;
    }
    .share:active{
        background: #FFC749;
    }
    .share::before{
        content: '';
        display: block;
        width: 18px;
        height: 17px;
        background: url(../images/share.svg);
        margin-right: 10px;
    }
    .contact{
        position: fixed;
        right: 5px;
        top: 200px;
    }
    
    .contact-header{
        width: 184px;
        height: 48px;
        background: linear-gradient(180deg, #D1EAFF 0%, #A8D5FD 100%);
        border-radius: 16px;
        color: #016FD7;
        font-weight: 600;
        font-size: 16px;
        text-align: center;
        line-height: 48px;
        z-index: 9;
        position: absolute;
        top: 0;
    }
    
    .contact-header .close{
        position: absolute;
        right: -3px;
        top: -8px;
        width: 24px;
        height: 24px;
        background: url(../images/close.svg);
        cursor: pointer;
    }
    .contact-body{
        background: linear-gradient(180deg, #76BDFB 12.58%, #A8D5FD 26.96%);
        /* background: #A8D5FD; */
        border-radius: 0px 0px 16px 16px;
        width: 172px;
        margin:40px 6px 0;
        padding: 8px;
        
    }
    .contact-body li{
        background: #FFFFFF;
        border-radius: 8px;
        margin-top: 8px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #0158B5;
        font-size: 14px;
    
    }
    .open-contact{
        width: 48px;
        height: 48px;
        background: url(../images/open.svg);
        position: fixed;
        top: 200px;
        right: 0;
        cursor: pointer;
        display: none;
    }
    .tags-wrap{
        max-height: 320px;
        overflow-y: auto;
        border-bottom: 1px solid #E4E8EB;
    }
    .tags-wrap .row{
        display: flex;
        border-top: 1px solid #E4E8EB;
        padding-top: 15px;
    }
    .row-title{
        width: 150px;
    }
    .row-content{
        display:flex;
        flex-wrap:wrap;
        flex: 1;
    }
    .row-content .item{
        border: 1px solid #A8D5FD;
        border-radius: 4px;
        padding: 0 10px;
        height: 32px;
        line-height: 32px;
        color: #0185F8;
        margin:0 13px 13px 0;
        cursor: pointer;
    }
    .row-content .item span{
        color: #A7B0B8;
        font-size: 12px;
        margin-left: 5px;
    }
    .box .children{
        width: 100%;
    }
    .result-example .children{
        padding: 20px;
    }
    .child-item{
        display: flex;
        justify-content: space-between;
        width: 100%;
        border: 1px solid rgba(196,201,207,0.4);
        border-top: 0;
        background: rgba(228,232,235, 0.4);
        padding: 20px;
        position: relative;
    }
    .child-item .tag{
        position: absolute;
        top: 0;
        left: 0;
        background: #CFE8FE;
        border-radius: 0px 0px 8px 0px;
        color: #0185F8;
        font-size: 12px;
        padding: 0 6px;
    }
    .child-item:first-child{
        border-top: 1px solid rgba(196,201,207,0.4);
    }
    .child-item .left{
        width: 300px;
    }
    .text-s{
        color: #828F9B;
    }
    .table{
        width: 100%;
        
        border: 1px solid #EBECF5;
        border-radius: 4px;
        /* 娑堥櫎鍗曞厓鏍间箣闂寸殑绌洪殭 */
        border-collapse: collapse;
        /* 娑堥櫎鎺夊杈规 */
        border-style:hidden; 
        /* hack涓�涓嬪姞涓槾褰� */
        box-shadow: 0 0 0 1px #EBECF5;
        margin-top: 20px;
    }
    tr{
        border:1px solid #EBECF5;
    }
    th,td{
        padding: 10px;
        color: #4F5D6B;
    }
    .table th{
        background: #F2F3F7;
        color: #828F9B;
    }
    tr:nth-child(2n){
        background: #FAFBFD;
    }
    .btn-add-card{
        background: #FFB610;
        border-color: #FFB610;
    }
    .btn-add-card:hover{
        background: #FFC749;
        border-color: #FFC749;
    }
    .btn-order{
        background: #FF7E8C;
        border-color: #FF7E8C;
    }
    .btn-order:hover{
        background: #FFADB5;
        border-color: #FFADB5;
    }
    .search-wrap{
        border: 1px solid #C4C9CF;
        border-radius: 4px;
        background: #F7F8FA;
        overflow: hidden;
    }
    .tab-content.textarea{
        padding: 0;
    }
    .search-wrap .tab-nav{
        border-bottom: 1px solid #C4C9CF;
        height: 32px;
        display: flex;
        background: #fff;
    }
    .search-wrap .nav-item{
        height: 32px;
        display: inline-block;
        padding: 0 16px;
        line-height: 32px;
        border-right: 1px solid #C4C9CF;
    }
    .search-wrap .nav-item.active{
        background: #0185F8;
        color: #fff;
        position: relative;
    }
    .search-wrap .nav-item.active::after{
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-top: 5px solid #0185F8;
        left: 50%;
        margin-left: -3px;
    }
    .confirm{
        background: #fff;
        box-shadow:0 5px 5px rgb(0 0 0 / 50%) ;
        width: 400px;
        height: 150px;
        position: absolute;
        border-radius: 4px;
        top: 100px;
        left: 50%;
        margin-left: -150px;
        text-align: center;
        padding-top: 50px;
        color: #4F5D6B;
        display: none;
    }
    .confirm .text{
        margin-bottom: 20px;
    }
    .center-text{
        text-align: center;
        margin-top:20px ;
        color:#828F9B;
        width: 100%;
    }