* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0 auto;
    min-width: 1200px;
    width: 100%;
    font-family: "微软雅黑" !important;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #252525;
}

/*内容*/
.main {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background: #fff;
}

.blank {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
}

.main nav {
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    margin: 0 auto;
    position: fixed;
    top: 0;
    z-index: 99;
    box-shadow:  0px 0px 10px 0px rgba(0,0,0,0.04);
}
.navContainer {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .logo {
    height: 80px;
    display: flex;
    align-items: center;
}

.navBox {
    height: 60px;
    display: flex;
    justify-content: flex-end;
}

.navItem {
    min-width: 80px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 80px;
    cursor: pointer;
}
.navItem:hover {
    font-weight: 400;
    color: #000000;
}

.active {
    font-weight: 600;
    color: #F8590E;
    border-bottom: 2px solid #F8590E;
}
.active:hover {
    font-weight: 600;
    color: #F8590E;
    border-bottom: 2px solid #F8590E;
}

.logo img {
    height: 35px;
}

.main header {
    width: 100%;
    height: 950px;
    background: #F8590E;
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
}

header .bannerImg {
    width: 860px;
    height: 830px;
}
.bannerImg img {
    width: 860px;
    height: 830px;
}

.bannerBox {
    width: 800px;
    height: 830px;
}

.bannerText {
    width: 560px;
    text-align: center;
}

.slogen {
    width: 417px;
    height: 72px;
    line-height: 72px;
    background: #FCD9B7;
    border-radius: 10px;
    font-size: 38px;
    font-weight: 400;
    color: #F8590E;
    text-align: center;
    margin: 0 auto;
    margin-top: 97px;
}

.title {
    font-size: 67px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 40px;
}

.subTitle {
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 41px 0 90px 0;
    color: #fff;
}

.downloadBox {
    width: 541px;
    height: 190px;
    background: #FFFFFF;
    border: 1px solid rgba(255,255,255,0.41);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    padding: 20px 22px;
    box-sizing: border-box;
    margin: 0 auto;
}

.downloadBox:hover {
    transform: translate(0, -8px);
    animation: move .3s linear;
}

.downloadBox:hover .downloadTitle {
    color: #F8590E;
}

.downloadLeft {
    display: flex;
    align-items: center;
}

.downloadTitle {
    text-align: left;
    font-size: 34px;
    font-weight: 500;
    color: #0E0F18;
}

.downloadSubtitle {
    font-size: 21px;
    font-weight: 400;
    color: #F8590E;
}

/* 内容 */
.sectionTitle {
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    color: #0E0F18;
    padding-top: 140px;
}

.sectionContent {
    width: 1200px;
    margin: 0 auto;
}

.health {
    width: 100%;
    height: 1000px;
    background: #F7F7F7;
}

.healthBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.expert {
    width: 582px;
    height: 318px;
    background: #FFFFFF;
    border-radius: 20px;
}

.expert:hover {
    transform: translate(0, -8px);
    animation: move .3s linear;
}

.expert:hover .expertText p:first-child  {
    color: #F8590E;
}

@keyframes move {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0, -8px); }
}

.expertImg {
    width: 100%;
    height: 146px;
    line-height: 146px;
    padding-left: 54px;
    font-size: 36px;
    font-weight: 600;
    color: #FFFFFF;
    background: url('../pcImage/expert.png');
    background-size: cover;
}

.store {
    background: url('../pcImage/store.png');
    background-size: cover;
}

.expertText {
    text-align: center;
    padding-top: 38px;
    font-size: 34px;
    font-weight: 600;
    color: #0E0F18;
}

.expertSubtitle {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-top: 25px;
}

.guarantee {
    width: 376px;
    height: 216px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 40px;
    padding: 34px 51px 0 51px;
}

.guarantee:hover {
    transform: translate(0, -8px);
    animation: move .3s linear;
}

.guarantee:hover .guaranteeTitle span  {
    color: #F8590E;
}

.guaranteeTitle {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
}

.guaranteeTitle img {
    width: 30px;
    height: 30px;
    margin-right: 19px;
}

.guaranteeContent {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 33px;
    opacity: 0.6;
}


.goods {
    width: 100%;
    height: 1182px;
    background: #fff;
}

.goodsBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 80px;
    cursor: pointer;
    width: 1200px;
    height: 764px;
    position: relative;
}
.goodsBg {
    background: url('../pcImage/type.png') no-repeat;
    background-size: 100% 100%;
}

.nest {
    position: absolute;
    left: 42px;
    top: 42px;
}

.flower {
    position: absolute;
    left: 449px;
    top: 42px;
}

.glue {
    position: absolute;
    left: 850px;
    top: 42px;
}

.grass {
    position: absolute;
    left: 850px;
    top: 296px;
}

.moreGoods {
    width: 384px;
    height: 240px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 48px;
    box-sizing: border-box;
}
.buyGoods {
    width: 90px;
    height: 34px;
    line-height: 34px;
    background: #F8590E;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 30px;
}

.goodsTitle {
    font-size: 32px;
    font-weight: 600;
    color: #0E0F18;
}
.goodsSubtitle {
    font-size: 18px;
    font-weight: 400;
    color: #0E0F18;
    margin-top: 15px;
}



.goodsContainer {
    width: 100%;
    height: 1500px;
    background: #fff;
}

.buyBox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.goodsBottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.storeName {
    width: 75%;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.storeName p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.storeName img {
    width: 24px;
    height: 24px;
    margin-top: -2px;
    margin-right: 3px;
}

.goodsItem {
    width: 380px;
    height: 340px;
    padding: 15px;
    margin: 0 10px;
    margin-bottom: 25px;
    border: 1px solid #eee;
    border-radius: 10px;
    cursor: pointer;
}

.buyMore {
    width: 380px;
    height: 340px;
    border-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #eee;
    padding-top: 100px;
    cursor: pointer;
    margin-left: 10px;
}

.goodsImg {
    width: 220px;
    margin: 0 auto;
}

.goodsImg img {
    width: 220px;
    height: 220px;
    object-fit: cover;
}

.goodsName {
    font-size: 20px;
    font-weight: 500;
    color: #0E0F18;
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.goodsPrice {
    text-align: center;
    color: #F8590E;
    font-size: 18px;
}
.goodsPrice b {
    font-size: 24px;
}
.goodsPrice span {
    font-size: 14px;
    font-weight: 600;
    text-decoration: line-through;
    color: #999;
    margin-left: 6px;
}


.about {
    width: 100%;
    height: 690px;
}

.aboutBg {
    width: 100%;
    height: 690px;
    background: url('../pcImage/bg.png');
    background-size: cover;
    background-position: center;
}

.aboutUs {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
    font-size: 18px;
    font-weight: 400;
    color: #0E0F18;
    line-height: 36px;
    text-align: center;
}

.contact {
    width: 100%;
    height: 560px;
    background: #fff;
}

.contactEmail {
    margin-top: 29px;
    font-size: 18px;
    font-weight: 400;
    color: #0E0F18;
    text-align: center;
}

.contactBox {
    display: flex;
    justify-content: center;
    margin-top: 116px;
}

.btn {
    width: 400px;
    height: 72px;
    border: 1px solid #F8590E;
    border-radius: 10px;
    font-size: 26px;
    font-weight: 400;
    color: #F8590E;
    line-height: 72px;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
}

.btn:hover {
    transform: translate(0, -8px);
    animation: move .3s linear;
}

.downBtn {
    background: #F8590E;
    color: #fff;
}


footer {
    width: 100%;
    height: 120px;
    background: #0E0F12;
    color: #FFFFFF;
}

.bottom {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.record p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    text-align: center;
}
.record p a {
    color: #fff;
    cursor: pointer;
}
.record p a:hover {
    text-decoration: underline;
}

.bottomTitle {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.bottomTitle span {
    margin-left: 8px;
}

.footerText {
    display: flex;
}

.bottomInfo {
    margin-left: 90px;
}
.bottomInfo p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    opacity: 0.6;
    margin-top: 15px;
}

.layout {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dialog {
    width: 700px;
    min-height: 530px;
    background: #FFFFFF;
    border-radius: 30px;
}

.dialog .close {
    width: 100%;
    padding: 30px;
}

.close img {
    float: right;
    width: 20px;
    height: 20px;
}

.codeContent {
    text-align: center;
    padding-top: 30px 30px 0 30px;
    margin-top: 30px;
}
.codeContent p {
    font-size: 34px;
    font-weight: 500;
    color: #0E0F18;
    margin-top: 30px;
}

.codeActivity {
    font-size: 21px;
    font-weight: 400;
    color: #F8590E;
    margin-top: 22px;
}

.form {
    height: 720px;
}

.formContent {
    padding: 0 96px;
}

.formTitle {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    width: 100%;
    text-align: center;
    margin-top: -10px;
}

#downloadDialog {
    z-index: 90;
    display: none;
}

#formDialog {
    z-index: 90;
    display: none;
}

#successDialog {
    z-index: 95;
    display: none;
}

#failDialog {
    z-index: 95;
    display: none;
}

.dialogSubTitle {
    width: 80%;
    height: 55px;
    font-size: 21px;
    font-weight: 400;
    color: #999;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 16px;
}

.failText{
    width: 80%;
    height: 55px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    color: #666;
    margin: 0 auto;
    margin-top: 26px;
    margin-bottom: 16px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.oneline {
    line-height: 1.5;
    margin: 10px auto;
}

.oneline .label {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
}
.label span {
    font-size: 18px;
    font-weight: 400;
    color: #F8590E;
}

.oneline input {
    width: 508px;
    height: 36px;
    background: #F7F7F7;
    border: 1px solid #F7F7F7;
    border-radius: 4px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
.errorBox {
    width: 100%;
    height: 20px;
}

.oneline input:focus {
    border: 1px solid #F8590E;
    outline: 1px solid #F8590E;
}

input::-webkit-input-placeholder{
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}
   　　
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}
    
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

input[type=number] { -moz-appearance: textfield;}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0;}

.submitBox {
    text-align: center;
}

#submits {
    width: 400px;
    height: 48px;
    line-height: 48px;
    background: #F8590E;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    margin: 0 auto;
}

.confirmBtn {
    margin: 0 auto;
    width: 260px;
    height: 48px;
    line-height: 48px;
    background: #F8590E;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}

.error-messages {
    color: red;
    font-size: 14px;
}

.qrcodeImg {
    width: 240px;
    height: 240px;
}
.codeImg {
    width: 148px;
    height: 148px;
}

.icpLink a {
    color: #fff;
}

.icpLink a:hover {
    color: #fff;
    text-decoration: underline;
}

.navRight {
    display: flex;
}

.member {
    min-width: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    margin-left: 50px;
    cursor: pointer;
}
.member:hover {
    color: #F8590E;
}