.tangram-suggestion-main {
    z-index: 20000000;
}

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

.flex {
    display: flex;
}
.font-bold{
    font-weight: bold;
}

.flex-grow {
    flex-grow: 1;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

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

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


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

.container {
    min-width: 1182px;
    margin-top: 80px;
}

img {
    width: 100%;
}

input,
textarea,
select {
    border: none;
}

.icon {
    display: inline-block;
    background: url('/img/iconlist.png') no-repeat;
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.icon-menu {
    display: block;
    width: 22px;
}

.menu {
    display: inline-block;
    font-size: 12px;
    color: #b9636f;
    position: absolute;
    bottom: 25px;
    left: 40px;
}

.menu span {
    display: inline-block;
    margin-left: -1px;
    margin-top: 3px;
}

.icon-close {
    display: inline-block;
    width: 24px;
    height: 22px;
    background: url('/img/icon-5-2/icon_close.png') no-repeat;
}

.nav-left {
    float: left;
    margin-left: 5%;
    width: 40.5%;
    padding-top: 20px;
}

.nav-right {
    float: right;
    margin-right: 5%;
    width: 40.5%;
    padding-top: 20px;
}

.nav-right li {
    margin-left: 21.95%;
    float: right;
}

.header a {
    padding-top: 20px;
}

.nav-left li {
    float: left;
    margin-right: 21.95%;
}

.logo {
    width: 170px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.logo>img {
    width: 100%;
    padding-top: 12px;
}

.logo1 {
    margin: 0 auto;
    width: 50%;
}

.top-banner>img {
    width: 100%;
}

.login {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 14px;
}

.login a {
    padding: 0 5px;
    color: #b9636f;
    font-weight: bolder;
}

.section {
    background: #fff;
    text-align: center;
    padding: 60px 0;
}

.section p {
    margin: 10px 0 20px;
}

.border {
    display: block;
    width: 90px;
    border-top: 5px solid #e60012;
    margin: 0 auto;
}

.icon-arrow-right {
    width: 47px;
    height: 55px;
    background-position: -15px -1px;
    position: absolute;
    top: 25px;
    right: 55px;
}

.banner {
    background: #fff;
    overflow: hidden;
}

.banner1>div {
    width: 48.5%;
    position: relative;
}

.img-right {
    float: right;
}

.img-left {
    float: left;
}

.mask {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 105px;
    color: #fff;
}

.mask p {
    line-height: 2;
    padding-left: 15.3%;
}

.margin-top {
    margin-top: 20px;
}

.section .title {
    font-size: 30px;
    color: #000;
    padding-top: 20px;
}

.font-size-14 {
    font-size: 14px;
}

.img-list {
    width: 33.3333%;
    float: left;
    box-sizing: border-box;
}

.section-background-red {
    background-color: #e60012;
    color: #fff;
    height: 250px;
}

.img-container {
    width: 25%;
    float: left;
    position: relative;
}

.authcode .layui-input-inline {
    width: 165px;
}

.btn-play {
    width: 300px;
    height: 100px;
    background-position: -100px 0;
    position: absolute;
    right: 40px;
    bottom: 0;
}

.video {
    position: relative;
    padding: 0px 30px;
}

.video>div {
    float: left;
}

.video .video-main {
    width: 50%;
    max-height: 450px;
    overflow: hidden;
}

.video .video-sub {
    width: 25%;
}

.left,
.right {
    width: 65%;
    float: left;
}

.right {
    width: 35%;
}

.dish {
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.right .wrap {
    margin-left: 45px;
    text-align: left;
    margin-top: 25%;
}

.section6 {
    background: #d52d37;
    color: #fff;
    padding: 65px 11.63%;
    overflow: hidden;
}

.item {
    float: left;
    width: 25%;
    text-align: left;
}

.item a {
    color: #fff;
    font-size: 14px;
}

.item h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.item li {
    margin: 20px 0;
}

.footer {
    padding: 35px 12.13%;
    background: #fff;
    font-size: 14px;
}

.footer a.font-red {
    color: #e60012
}

.font-red {
    color: #e60012;
}

.footer a {
    padding: 0 10px;
}

.border-right-red {
    border-right: 2px solid #e60012;
}

.section3 .img-1 {
    width: 14%;
    margin: -75px 25px 0;
    display: inline-block;
    vertical-align: middle;
}

.img-2 {
    width: 12%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}

.img-3 {
    width: 9.31%;
    margin: 0 25px;
}

.img-4 {
    width: 11.93%;
    margin: 0 25px;
}

.section3 p {
    color: #f1bcbf;
    letter-spacing: 1px;
}

.section3 {
    background: #d52d37;
    padding: 50px;
    text-align: center;
}

.section3>img {
    display: inline-block;
    vertical-align: middle;
}

.section4 {
    padding-top: 40px;
}

.section4 .title {
    margin: 40px auto 20px;
    width: 120px;
    background: url('/img/icon-5-2/web_fuhao.png') no-repeat;
    background-size: 120px;
    padding: 0;
    color: #d42630;
}

.section7>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
}

.img-5 {
    width: 200px;
}

.qrcode {
    width: 155px;
}

.icon-ios {
    width: 35px;
    height: 35px;
    background-position: -8px -159px;
    vertical-align: middle;
}

.icon-android {
    width: 35px;
    height: 35px;
    background-position: -67px -159px;
    vertical-align: middle;
}

.icon-go {
    width: 20px;
    height: 25px;
    background-position: -20px -80px;
    vertical-align: middle;
}

.loadapp {
    text-align: left;
    width: 250px;
}

.section7 {
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.section7 .download {
    margin: 0;
}

.section7 .download>span {
    font-size: 12px;
}

.section8 {
    position: relative;
    padding-bottom: 10px;
}

.img-border {
    width: 74.95%;
    margin: 0 auto;
}

.logo-4 {
    width: 6.35%;
    ;
    position: absolute;
    top: 38px;
    left: 47.1%;
}

.brand {
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: 23%;
}

.img-group {
    overflow: hidden;
    padding: 27px 0;
}

.img-group img {
    width: 8.25%;
    float: left;
}

.img-group-1 img {
    margin: 0 5.86%;
}

.img-group-2 img {
    margin: 0 8.36%;
}

.img-group-3 img {
    margin: 0 12.52%;
}

.section9 {
    padding: 32px 12.525% 10px 12.525%;
    background: #fff;
    overflow: hidden;
}

.section9 img {
    width: 3.65%;
    float: right;
    margin-left: 20px;
    cursor: pointer
}

.swiper-container {
    width: 100%;
}

.swiper-container-food {
    margin-bottom: 20px;
}

.swiper-container-food .swiper-slide {
    width: auto;
}

.swiper-container-food .slideone {
    cursor: pointer;
}

.swiper-container-food img {
    height: 100%;
}

.login-pop {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    width: 17.3%;
    background: rgba(217, 171, 177, .78);
    z-index: 300;
    padding: 10px 40px 25px;
}

.input {
    margin: 15px 0;
}

.input label {
    color: #e60012;
    font-size: 16px;
}

.input input {
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    width: 92%;
    height: 50px;
    border-radius: 6px;
    padding: 0 4%;
}

.foget-password {
    color: #7c191f;
    cursor: pointer;
}

.login-pop .checkbox {
    font-size: 14px;
    overflow: hidden;
}

.login-pop .checkbox .checkbox1 {
    float: left;
    cursor: pointer;
}

.login-pop .checkbox .checkbox2 {
    float: right;
    cursor: pointer;
}

.icon-forget {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('/img/icons/forget.png') center;
    vertical-align: middle;
}

.checkbox2 span {
    display: inline-block;
    vertical-align: middle;
}

.button-login {
    width: 185px;
    height: 50px;
    background: #e13f4b;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
    margin: 25px auto;
    cursor: pointer;
    letter-spacing: 7px;
}

.triangle {
    position: absolute;
    top: -10px;
    right: 130px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid rgba(217, 171, 177, .78);
}

.btn-goicon {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    width: 180px;
}

.btn-gomenu {
    position: fixed;
    top: 200px;
    right: 0;
    z-index: 100;
    cursor: pointer;
    width: 200px;
}

.btn-gomenu:hover {
    opacity: .8;
}

.btn-gomenu img {
    width: 100%;
    height: 100%;
}

.btn-gomenu>div {
    height: 64px;
    width: 64px;
    float: left;
    background: #fff;
    border-radius: 64px 0 0 64px;
    padding: 10px 0 10px 10px;
}

.btn-gomenu span {
    display: inline-block;
    width: 121px;
    height: 64px;
    background: #fff;
    padding: 10px 0;
    line-height: 64px;
    text-align: center;
}

#index .layui-layer-page .layui-layer-content {
    overflow: visible;
}

.layui-form-item {
    float: left;
    margin: 0;
    clear: none;
}

.layui-input-block {
    margin: 0;
}

#index .layui-layer {
    background-color: transparent;
}

.address-pop .city {
    width: 15%;
    height: 100%;
}

.address-pop .ordertype {
    width: 15%;
    height: 100%;
    margin-right: 2%;
}

.address-pop .detail-addr {
    width: 60%;
    height: 100%;
}

.address-pop .mendian {
    width: 60%;
    height: 100%;
}

.address-pop .btn-sure {
    float: left;
    width: 8%;
    height: 38px;
    /*margin-right: 2%;*/
    background: #ff4c4c;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.btn-sure {
    cursor: pointer
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset;
}

.address-pop .history-addr {
    width: 15%;
    height: 100%;
}

.user {
    position: absolute;
    bottom: 25px;
    right: 115px;
    font-size: 14px;
}

.icon-user {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('/img/icon-5-2/web_people.png');
    vertical-align: baseline;
    margin-bottom: -2px;
}

.swiper-button-prev,
.swiper-button-next {
    background-image: none;
    background-color: rgba(180, 180, 180, 0.25);
    color: rgba(0, 0, 0, 0.44);
    width: 64px;
    height: 64px;
    border-radius: 64px;
    text-align: center;
}

.swiper-button-prev {
    left: 20px;
    right: auto;
}

.swiper-button-next {
    right: 20px;
    left: auto;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: rgba(180, 180, 180, 0.6);
    -webkit-transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear;
    transition: 250ms background-color linear, 250ms color linear, 250ms opacity linear;
}

.fa-angle-left,
.fa-angle-right {
    font-size: 34px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 64px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 50px;
    height: 2px;
    opacity: 1;
    background-color: rgba(128, 128, 128, 0.2);
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    border-radius: 0;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: gray
}

.img-label {
    display: none;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #eee;
    text-align: center;
    font-size: 40px;
    line-height: 300px;
}

.font-gray {
    color: #aaa;
}

.icon-car {
    margin-right: 10px;
    display: inline-block;
    width: 26px;
    height: 24px;
    background: url('/img/icon-5-2/web_gouwuche.png') no-repeat;
    background-size: 26px 24px;
    vertical-align: middle;
}

.icon-lan {
    margin-right: 10px;
    margin-left: 2px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url('/img/icon-5-2/web_yuyan.png') no-repeat;
    background-size: 26px 26px;
    vertical-align: middle;
}

.icon-phone {
    margin-right: 10px;
    margin-left: 5px;
    display: inline-block;
    width: 16px;
    height: 25px;
    background: url('/img/icon-5-2/web_shouji.png') no-repeat;
    background-size: 16px 25px;
    vertical-align: middle;
}

.item span {
    display: inline-block;
    vertical-align: middle;
}

.item .wid {
    margin-bottom: 30px;
}

.item .wid:nth-of-type(1) {
    margin-top: 0;
}

.section10 {
    background: #FB0009;
    padding: 110px 80px 80px 80px;
    position: relative;
}

.section10-qr-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    color: #FB0009;
    font-size: 26px;
}

#qrcode-mask {
    position: fixed;
    z-index: 999;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(39, 35, 35, 0.64);
}

.qrcode-weixin {
    width: 19%;
    margin: 0 auto;
    /*  position: absolute; */
    position: fixed;
    z-index: 1000;
    display: none;
    /* top: 26px; */
    top: 200px;
    left: 41.5%;
}

.section10-1 {
    width: 200px;
    margin: 0 auto;
}

.section10-2 {
    width: 200px;
    margin: 25px auto 0;
}

.section10-3 {
    width: 200px;
    margin: 20px auto 0;
}

.section10-logo {
    width: 110px;
    height: 110px;
    position: absolute;
    top: -60px;
    left: 496px;
    background: #d52d37
}

.section10-logo img {
    width: 100%;
    height: 100%;
}

.video-main {
    position: relative;
}

.video .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video .mask img {
    width: 100%;
    height: 100%;
}

.section {
    position: relative;
}

.btn-video {
    font-size: 16px;
    border: 2px solid #e40000;
    padding: 8px 20px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    cursor: pointer;
}

.logo-white {
    width: 7%;
    position: absolute;
    top: 40px;
    left: 47%;
}


/*
 
 * 注册
 * */

#register {
    display: none;
    position: absolute;
    z-index: 777;
    top: 0px;
    left: 0px;
    background: rgba(39, 35, 35, 0.64);
    width: 100%;
    height: 100%;
}

#mask-register {
    display: none;
    position: absolute;
    width: 400px;
    left: 50%;
    top: 12%;
    margin-left: -245px;
    height: 80%;
    background: #fff;
    padding: 10px 90px 25px;
    z-index: 1000;
    border-radius: 12px;
}


/*#mask-register .content {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 15%;
	margin-left: -245px;
	height: 70%;
	background: #fff;
	padding: 10px 90px 25px;
	z-index: 1000;
}*/

.pwd1,
.pwd2 {
    margin-top: 6px;
}

#mask-register .logo {
    width: 120px;
    height: auto;
}

#mask-register .layui-input {
    border: none;
}

#mask-register .layui-form-label {
    float: left;
    display: block;
    padding: 9px 15px 9px 0;
    width: 80px;
    font-weight: 400;
    text-align: left;
}

#mask-register .layui-form-item {
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
    margin-bottom: 10px;
}

#mask-register #form {
    margin-top: 25px;
}

#mask-register .layui-input-block {
    float: left;
}

#mask-register .sex .layui-input-block {
    margin-top: 5px;
}

#mask-register .sex .layui-input-block input {
    margin-left: 6px;
    margin-right: 3px;
}

.authcode,
.xieyi,
.btn,
.sex {
    border: none;
}


/*.layui-form input[type=checkbox],
.layui-form input[type=radio],
.layui-form select {
	display: none;
}*/

.xieyi a {
    color: #d73741;
}

.xieyi label {
    font-size: 14px;
}

.xieyi .layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    line-height: 14px;
}

.xieyi .layui-form-checkbox[lay-skin=primary] {
    margin-top: 0
}

.xieyi .layui-input-inline {
    width: 100%;
}

#mask-register .sex.layui-form-item {
    border-bottom: none;
}

#mask-register .authcode.layui-form-item {
    border-bottom: none;
}

#mask-register .xieyi.layui-form-item {
    border-bottom: none;
}

#mask-register .authcode input {
    border: 1px solid #E6E6E6;
}

.layui-btn {
    height: 40px;
    width: 100%;
    line-height: 40px;
    padding: 0;
    background-color: #e1b1c2;
    font-size: 21px;
    border-radius: 65px;
    cursor: pointer;
    opacity: .9;
    margin-top: 20px;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.mask-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 9998
}

.menu-list {
    width: 230px;
    background: #d52d37;
    padding: 20px;
    position: fixed;
    top: 0;
    left: -270px;
    z-index: 9999;
}

.menu-list a {
    display: block;
    color: #fff;
    padding: 10px 0;
}

.menu-list a:hover {
    color: #ccc;
}

.gif {
    padding-top: 60px;
    background-color: #fff;
}

.bd-t {
    border-top: 1px solid #bbb;
}

.bd-b {
    border-bottom: 1px solid #bbb;
}

.bd-l {
    border-left: 1px solid #bbb;
}

.bd-r {
    border-right: 1px solid #bbb;
}

.historyList {
    position: absolute;
    width: 60%;
    text-indent: 10px;
    background: #fff;
}

.historyList li {
    line-height: 30px;
    cursor: pointer;
}