/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/lato/v24/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* hebrew */
  @font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfpcuPP9g.woff2) format('woff2');
    unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfqMuPP9g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfqcuPP9g.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Varela Round';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/varelaround/v20/w8gdH283Tvk__Lua32TysjIfp8uP.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* .language ul li{
    display: none;
  }
  .language ul li:nth-child(1), .language ul li:nth-child(2){
    display: none;
  } */
  .order-table{
    width: 100%;
    table-layout: fixed;
  }
  .order-table tr th, .order-table tr td{
    border: 1px solid #dedede;
    text-align: center;
  }
  .order-table .ell{
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .common-bottom{
    margin: 0 auto;
    max-width: 1200px;
    background-color: red;
  }
  .common-bottom .bot-head{
    width: 100%;
    height: 45px;
    margin-bottom: 12px;
    background: url('../images/wssc.gif') center center no-repeat;
    border-bottom: 1px solid #ffffff;
  }
  .bot-content{
    margin: 0 auto;
    width: 694px;
    height: 228px;
    border: 1px solid #ffffff;
  }
  .bot-content .list-item{
    float: left;
    border-right: 1px solid #bea887;
    border-bottom: 1px solid #bea887;;
  }
  .bot-content .list-item:nth-child(5n + 5){
    border-right: none;
  }
  .bot-foot{
    padding: 20px 0;
    text-align: center;
    color: #ffffff;
  }
  .flexItems{
  	display: flex;
  	justify-content: space-between;
  }
.flexItems .left{
	width: 500px;
	line-height: 160px;
}
.logo{
	display: flex !important;
	align-items: center;
}
.titleImg{
	text-align: center;
}
#menu{
	border-bottom: 1px solid #f5f5f5;
	width: 100%;
	box-shadow:6px 6px 6px 0px rgba(0,0,0,.15);
	margin-bottom: 24px;
	height: 105px;
}
#menu .content{
	display: flex;
	width: 1200px;
	align-items: center;
	justify-content: space-between;
}
#menu .logo img{
	width: 100px;
}
#menu .order-now a{
	color: #fff;
}
#menu ul li{
	position: relative;
}
#menu ul li::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	height: 40%;
	top: 30%;
	width: 1.5px;
	background: #bea887;
}
#menu ul li:last-child:after{
	display: none;
}
