.landHeader{
    width: 100%;
    height: 16px;
    background: #ffcb01;
}
.landSection{
    max-width: 1200px;
    margin: 0 auto;
}
.logoName{
    font-size: 30px;
    background: url("../img/nameBackground.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: 10px;
}

.singleSection{
    padding: 60px 0;
}
.singleSection1{
    padding-top: 60px;
    margin-bottom: 60px;
}
.leftBox{
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    min-width: 320px;
    padding: 15px;
}
.centerBox{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.rightBox{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;

}
.loginContentImg{
    width: 100%;
    min-width: 200px;
    max-width: 400px;
    max-height: 440px;
    padding: 0 20px;
}
.loginContentImg1{
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    max-height: 440px;
    padding: 0 20px;
}
.fontTwo{
    font-size: 2.8rem;
}
.fontOne{
    font-size: 40px;
    font-weight: bold;
}
.font50{
    font-size: 50px;
}
.bacText{
    background: #FFFAE8;
}

.loginBegin{
    width: 115px;
    text-align: center;
    font-size: 16px;
    color: #FFFBE3;
    height: 45px;
    line-height: 45px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(157, 157, 157, 0.5);
    -moz-box-shadow: 0 1px 5px 0 rgba(157, 157, 157, 0.5);
    box-shadow: 0 1px 5px 0 rgba(157, 157, 157, 0.5);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #ffcb01;
    cursor: pointer;
    margin-top: 30px;
}
.loginCircle{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    color: #FFFAE8;
    margin-bottom: 30px;
}
.backgOne{
    background: #9848ff;
}
.backgTwo{
    background: #ffd000;
}
.backgThree{
    background: #32b682;
}
.backgFour{
    background: #69a1ff;
}
.backgFive{
    background: #ffa16b;
}
.landFooterOne{
    width: 100%;
    background: #252525;
    color: #ffffff;
    padding-bottom: 30px;
    margin-top: 100px;

}
.footerContent{
    max-width: 1000px;
    margin: 0 auto;
}
.landUlOne{
    width: 100%;
    padding: 20px 15px 15px;
    min-width: 320px;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

@media only screen and (max-width: 640px) {
    .landUlTwo{
        min-width: 320px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }
}
@media only screen and (min-width: 640px){
    .landUlTwo{
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
    }
}

@media screen and (max-width: 800px) {
    .landCenBack{
        display: none;
    }
    .font50{
        font-size: 40px;
    }
}
.landFooterTwo{
    width: 100%;
    background: #1b1b1b;
    padding-bottom: 20px;

}
.landWeiXin{
    width: 30px;
    height: 26px;
    margin: 20px 0 0 20px;
}
.backTop{
    margin: 0 auto;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.backTop:hover{
    background: rgba(255,255,255,0.1);


}
.loginBeginB{
    background: #ffffff;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 20px auto 0;

}
.colorBack{
    padding: 50px 15px 40px;
    width: 100%;
    background: url("../img/colorBackground.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.motherCompany:hover{
    color: #ffd000;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.userHeader{
    width: 100%;
    background: white;
    border: solid 1px #e1e1e1;
}
.userSection{
    width: 600px;
    margin: 0 auto;
}
.userLogo{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.userHeadPhoto{
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.userContentCenter{
    background: #ffffff;
    padding: 20px 20px 70px 20px;
    min-height: calc(100vh - 70px);
}
.userOfficial{
    position: absolute;
    background: #ffffff;
    top: 10px;
    left: -180px;
    padding: 30px 10px 20px;
    width: 170px;
}
.officialCode{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.userBackImg{
    width: 100%;
    max-width: 100%;
    height: 250px;
    -o-object-fit: cover;
    object-fit:  cover;
    -webkit-box-shadow:0 2px 20px 0 rgba(78, 78, 78, 0.5);
    -moz-box-shadow: 0 2px 20px 0 rgba(78, 78, 78, 0.5);
    box-shadow: 0 2px 20px 0 rgba(78, 78, 78, 0.5);
}
.fileIcon{
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
.userButton{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffcb01;
    text-align: center;
    color: #fff;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    cursor: pointer;
    -webkit-box-shadow: 0 -4px 14px 1px #dddddd;
    -moz-box-shadow: 0 -4px 14px 1px #dddddd;
    box-shadow: 0 -4px 14px 1px #dddddd;
}
.userMoneyBtn{
    padding: 5px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border:  solid 1px orangered;
    color: orangered;
}
.userShadow{
    position: fixed;
    width: 100%;
    background: rgba(0,0,0,0.3);
    height: 100vh;
    top: 0;
    left: 0;
}
.userShadowBox{
    background: #ffffff;
    width: 400px;
    padding: 50px 70px 30px;
}
.productPhoto{
    width: 50px;
    height: 35px;
    object-fit: cover;
}
.userPayCode{
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}
.weChatPayColor{
    color: #0f6f1f;
}
.aliPayColor{
    color: #00aaee;
}
.userPaFiBtn{
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 30px auto;
    outline: none;
    cursor: pointer;
    color: #ffffff;
}
.userEmail{
    width: 100%;
    padding: 8px;
    background: #fafafa;
    border: solid 1px #e4e4e4;
    margin-top: 10px;
    outline: none;
}
.bac-ccc{
    background: #ccc;
}
.header{
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    padding: 10px 0;
    z-index: 33;
}
.authorContent{
    width: 1000px;
    margin: 0 auto;
}
.authorPhoto{
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(137, 137, 137, 0.5);
    -moz-box-shadow: 0 2px 4px 0 rgba(137, 137, 137, 0.5);
    box-shadow: 0 2px 4px 0 rgba(137, 137, 137, 0.5);
    -o-object-fit: cover;
    object-fit: cover;
}
.tabName{
    margin-right: 50px;
    text-align: center;
}
.authorIframe{
    margin: 130px auto 30px;
    width: 1000px;
    -webkit-box-shadow:  0 2px 14px -1px #e9e9e9;
    -moz-box-shadow: 0 2px 14px -1px #e9e9e9;
    box-shadow: 0 2px 14px -1px #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
}
.authorXX{
    margin: 20px auto 30px;
}
.proDelName{
    margin: 130px auto 30px;
    width: 1000px;
    font-size: 18px;
}
.dataPadding{
    padding: 35px 80px 50px;
}
#chooseDate{
    width: 180px;
    height: 35px;
    padding: 0 10px;
    border: solid 1px #d9d9d9;
    background:  #f6f6f6 url("../img/xiala.png") no-repeat 150px 9px;
    -webkit-background-size: 15px;
    background-size: 15px;
}
.dateBtmBox{
    padding: 60px 80px 80px;
}
.date-allDate{
    border: solid 1px #e4e4e4;
    padding: 20px;
    width: 380px;
    height: 150px;
}
.data-point{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    background: #3cc53f;
    margin-right: 6px;
}
.data-point1{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    background: #0184ff;
    margin-right: 6px;
}
#e-chart{
    width: 100%;
    height: 500px;
    background: #fff;
    padding: 10px 0 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top: 60px;
}
.nothing{
    width: 1000px;
    margin: 130px auto 30px;
    height: 550px;
    background: white;
    -webkit-box-shadow: 0 2px 14px -1px #e9e9e9;
    -moz-box-shadow: 0 2px 14px -1px #e9e9e9;
    box-shadow: 0 2px 14px -1px #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.finishBody{
    width: 1000px;
    margin: 130px auto 30px;
    padding: 30px 125px 100px;
    background: white;
    -webkit-box-shadow: 0 2px 14px -1px #e9e9e9;
    -moz-box-shadow: 0 2px 14px -1px #e9e9e9;
    box-shadow: 0 2px 14px -1px #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.noDataImg{
    width: 180px;
    height: 130px;

}
.creatButton{
    width: 140px;
    height: 50px;
    background: #ffcb01;
    -webkit-box-shadow: 0 3px 6px 0 #dedede;
    -moz-box-shadow: 0 3px 6px 0 #dedede;
    box-shadow: 0 3px 6px 0 #dedede;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #f5f5f5;
    margin-top: 30px;
}
.flexOne{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flexTwo{
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.addMoney{
    width: 100px;
    height: 40px;
    color: #f5f5f5;
    text-align: center;
    background: #ffcb01;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.fontFamily{
    font-family: PingFangTC;
}
.singleRecord{
    padding: 30px 25px;
    margin-bottom: 20px;
}
.bac-fb{
    background: #fbfbfb;
}
.bac-fffcf2{
    background: #fffcf2;
}
.creatButton1{
    width: 210px;
    height: 50px;
    background: #ffcb01;
    -webkit-box-shadow: 0 3px 6px 0 #dedede;
    -moz-box-shadow: 0 3px 6px 0 #dedede;
    box-shadow: 0 3px 6px 0 #dedede;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: #f5f5f5;
    margin-top: 30px;
}
.searchProduct{
    width: 453px;
    height: 45px;
}
.searchInput{
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    height: 45px;
    outline: none;
    padding: 0 10px;
    border-top: solid 1px #c1c1c1;
    border-bottom: solid 1px #c1c1c1;
    border-left: solid 1px #c1c1c1;
    background: #f5f5f5;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}
.searchButton{
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border: solid 1px #d4d4d4;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #f6f6f6;
    cursor: pointer;
}
.productHeader{
    width: 1000px;
    margin: 140px auto 0;
    color: #999;

}
.addProButton{
    padding: 10px 20px 10px 40px;
    color: #f5f5f5;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background: #ffcb01 url("../img/add.png") no-repeat 15px 10px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    outline: none;
    font-size: 14px;
    cursor: pointer;
}
.myProductBox{
    margin: 60px auto 30px;
    width: 1000px;
    -webkit-box-shadow:  0 2px 14px -1px #e9e9e9;
    -moz-box-shadow: 0 2px 14px -1px #e9e9e9;
    box-shadow: 0 2px 14px -1px #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    min-height: 600px;
    padding: 0 45px;
}
.productContent{
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.proSingleProduct{
    padding: 30px 10px 30px 5px;
    border-bottom: solid 1px #f2f2f2;
}
.defaultLogo{
    width: 55px;
    height: 55px;
    -o-object-fit: cover;
    object-fit: cover;
}
.peopleNumber{
    width: 70px;
    padding: 0 15px 0 5px;
}
.selling{
    width: 90px;
    height: 62px;
    position: absolute;
    top: 0;
    right: 0;
}
.point-sellEmpty{
    border: solid 2px #ce0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin-top: 8px;
    margin-right: 5px;
}
.chooseBody{
    padding-top: 100px;
    min-height: 600px;

}
.chooseBox{
    width: 293px;
    height: 308px;
    box-shadow: 0 6px 8px 0 #ececec;
    background-color: #ffffff;
    border-radius: 30px;
    margin: 30px;
}
.chooseButton{
    padding: 7px 20px;
    color: #fafafa;
    font-size: 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #ffcb01;
    margin-top: 30px;

}
.mt-75{
    margin-top: 75px;
}
.wordProductName{
    width: 400px;

}
.wordProductPrice{
    width: 225px;

}
.wordNameInput{
    width: 100%;
    height: 40px;
    outline: none;
    border: solid 1px #c1c1c1;
    margin-top: 10px;
    padding: 0 10px;
    font-size: 14px;

}
.wordMoneyInput{
    width: 100%;
    border: solid 1px #c1c1c1;
    margin-top: 10px;
    height: 40px;
}
.wordYuan{
    height: 100%;
    line-height: 38px;
    background: #f6f6f6;
    border-right: solid 1px #c1c1c1;
    text-align: center;
    color: #858589;
}
.wordSonInput{
    height: 100%;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.wordUpBox{
    width: 400px;
    height: 200px;

}
.wordBackImg{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.addBackImgButton{
    padding: 10px 20px 10px 40px;
    color: #f5f5f5;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    background: #ffcb01 url("../img/add.png") no-repeat 15px 10px;
    -webkit-background-size: 18px 18px;
    background-size: 18px 18px;
    outline: none;
    font-size: 14px;
    cursor: pointer;
    position: absolute;
    top: 75px;
    left: 130px;
}
.addBackInput{
    width: 130px;
    height: 40px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    position: absolute;
    top: 75px;
    left: 130px;
    border: solid 1px orangered;
    cursor: pointer;
    opacity: 0;

}
.productIntroduce{
    width: 100%;
    height: 100%;
    font-size: 14px;
    resize: none;
    padding: 10px;
    border: solid 1px #c1c1c1;
}
.authorDateChoose{
    height: 40px;
    width: 270px;
    background: url("../img/chooseDateIcon.png") no-repeat 230px 10px;
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
    border: solid 1px #c1c1c1;
    outline: none;
    padding: 0 10px;
}
.addProductBut{
    padding: 10px 35px;
    color: #f5f5f5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}
.fileIntroduce{
    width: 100%;
    height: 250px;
    font-size: 14px;
    resize: none;
    padding: 10px;
    border: solid 1px #c1c1c1;
}
.addFileBox{
    width: 100%;
    height: 70px;
}
.uploadFileBtn{
    position: absolute;
    width: 145px;
    height: 40px;
    top: 0;
    left: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
    cursor: pointer;
}
.finishLine{
    height: 15px;
    border: solid 1px #fec31a;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.loadingInfo{
    width: 100%;
}
.finishLineSon{
    width: 100px;
    height: 100%;
    background: #ffefc5;
}
.BottomFont{
    color: #ccc;
    font-size: 13px;
}
.landCenter{
    width: 100%;
    background: url("../img/landCenBack.png") no-repeat bottom;
    -webkit-background-size: 100% 135px;
    background-size: 100% 135px;
}
.landCenBack{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;

}
.landCenLeft{
    padding: 0 20px;
    min-width: 200px;
}
.lianjie{
    height: 50px;
    border: solid 1px #c1c1c1;
    padding: 0 60px 0 20px;
    margin-top: 25px;
}
.copyUrl{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.copyInputUrl{
    width: 100%;
    height: 100%;
    border: 0;
    outline: none;
    font-size: 14px;
}
.productDelete{
    position: absolute;
    width: 28px;
    height: 28px;
    top: 45px;
    right: 240px;
    cursor: pointer;

}
.bianji{
    position: absolute;
    width: 28px;
    height: 28px;
    top: 45px;
    right: 200px;
    cursor: pointer;
}
.buyerList{
    width: 100%;
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
}
.buyerPhoto{
    width: 32px;
    height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
         /*新加头部样式*/
        .headerListNav{
            position: absolute;
            width: 90px;
            background: #fff;
            -webkit-box-shadow: 0 0 5px 0 rgba(196, 196, 196, 0.5);
            -moz-box-shadow: 0 0 5px 0 rgba(196, 196, 196, 0.5);
            box-shadow: 0 0 5px 0 rgba(196, 196, 196, 0.5);
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            top:24px;
            right: -10px;
        }
        .headerNavSingle{
            width: 100%;
            height: 35px;
            text-align: center;
            line-height: 35px;
            display: block;
            border-bottom: solid 1px #ececec;
        }
       .headerNavSingle:last-child{border-bottom: none;}
        .headerNavSingle:hover{
            color: #ffbc01;
        }
        a:focus{
            outline: none;
        }
        .triangle-down{
            position: absolute;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #fff;
            bottom: -20px;
            right: 10px;
        }
        .triangle-down:after{
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid #000;
            bottom: -7px;
            right: -5px;
            z-index: -1;
            filter: blur(3px);
        }