@font-face {
    font-family: "Regular";
    src: url('../font/SourceHanSansCN-Regular.otf');
}

@font-face {
    font-family: "Bold";
    src: url('../font/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: "Black";
    src: url('../font/lovelo.otf');
}

@font-face {
    font-family: "Adobe";
    src: url('../font/SourceHanSansCN-Bold.otf');
}

@font-face {
    font-family: "Ping";
    src: url('../font/PingFang Medium_downcc.otf');
}

body {
    padding: 0;
    margin: 0;
}

.w922 {
    width: 922px;
    margin: 0 auto;
}

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

.header {
    padding-top: 10px;
}

.header .phone {

}

.header .phone .phone_text {
    color: #595656;
    font-family: 'Regular', serif;
}

.header .phone img {
    margin-right: 6px;
}


.header .follow {
    color: #595656;
    font-family: 'Regular', serif;
    cursor: pointer;
}

.header .follow img {
    margin-right: 7px;
}

.line {
    margin: 0 15px;
}

.header .mall {
    color: #595656;
    font-family: 'Regular', serif;
    cursor: pointer;
}

.header .mall img {
    margin-right: 7px;
}

.header_img {
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

.header_item {
    margin-top: 28px;
}

.header_item img {
    margin-left: 5px;
}

.item {
    color: #595656;
    font-size: 18px;
    font-family: 'Regular', serif;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.item a{
    color: #595656;text-decoration:none;
}
.select_item {
    color: #f5a20b;
    font-size: 18px;
    font-family: 'Bold', serif;
    display: flex;
    align-items: center;
    position: relative;
}

.line_yellow {
    width: 33px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -15px;
    left: 20px;
}

.select_line_yellow {
    width: 33px;
    height: 3px;
    background: #F5A20B;
    position: absolute;
    bottom: -15px;
    left: 20px;
}

.about_mandioca {
width: 133px;
height: 144px;
color: #fff;
font-size: 18px;
font-family: 'Regular', serif;
background: #F5A20B;
position: absolute;
bottom: -170px;
left: -30px;
    z-index: 999;
    text-align: center;
}

.about_mandioca a,.about_mandioca1 a {
color: #fff;
}
.about_mandioca1 {
width: 133px;
height: 144px;
color: #fff;
font-size: 18px;
font-family: 'Regular', serif;
background: #F5A20B;
position: absolute;
bottom: -170px;
left: -30px;
    z-index: 999;
    text-align: center;
}


.mt12 {
    margin-top: 12px;
}

.bottom {
    background: #282828;
    height: 259px;
    margin-top: 60px;
    padding-top: 29px;
    box-sizing: border-box;
}

.bottom .line {
    margin-left: 25px;
}

.bottom .bottom_content {
    width: 780px;
    margin-left: 39px;
}

.content_title {
    width: 172px;
    font-size: 18px;
    font-family: 'Regular', serif;
    color: #fff;
}

.content_title a{
  color: #fff;
text-decoration: none;
}




.content_item {
    width: 172px;
    font-size: 14px;
    font-family: 'Regular', serif;
    color: #c4c4c4;
    margin-top: 10px;
    cursor: pointer;
}

.content_item:nth-child(3) {
    width: 250px;
}

.code .code_item .code_text {
    color: #fff;
    font-size: 14px;
    font-family: 'Regular', serif;
    margin-top: 10px;
}

.code .code_item:nth-child(2) {
    margin-left: 38px;
}


.copyright {
    background: #000;
    width: 100%;
    margin-top: 26px;
    height: 80px;
    color: #fff;
    font-family: 'Adobe', serif;
    font-size: 16px;
}


.flex {
    display: flex;
}

.center {
    align-items: center;
    justify-content: center;
}

.align-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.column {
    flex-direction: column;
}

.wrap {
    flex-wrap: wrap;
}

.mt20 {
    margin-top: 20px;
}


/*tab切换 流程 理念 故事*/
.flow_tab {
    width: 100%;
    /*margin-top: 50px;*/
    /*border: 1px solid red;*/
}

.flow_tab_item {
    border: 1px solid #5C7B4E;
    width: 170px;
    height: 44px;
    font-size: 16px;
    font-family: 'Regular', serif;
    color: #416531;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flow_tab_item  a{

    color: #416531;

    text-decoration: none;
}
.flow_tab_item:nth-child(2) {
    margin-left: 20px;
}

.flow_tab_item:nth-child(3) {
    margin-left: 20px;
}


.flow_tab_select_item {
    color: #fff;
    background: #416531;
}
.flow_tab_select_item  a{
    color: #fff;
}
/* 分页 */
.page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.page .page_item {
    min-width: 32px;
    height: 43px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: 'Regular', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
}

.select_page_item {
    background: #F5A20B;
    color: #fff;
}

.ml5 {
    margin-left: 5px;
}

.record {
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: 'Regular', serif;
    padding: 10px;
    padding-top: 12px;
    line-height: 1.5;
    display: inline-block;
    flex-wrap: nowrap;
}


.image img {
    margin-top: 15px;
    height: 600px;
    width: 100%;
}
