@charset "UTF-8";

/*
  css reset
*/
html, body {
    -ms-overflow-style: scrollbar;
}

*, ol, ul{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
}

*:after,*:before{
    box-sizing: border-box;
}

a:hover,a:focus{
    text-decoration: none;
    outline: none;
}

h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}

input,textarea{
    font-family: "Microsoft YaHei", "Arial", "Helvetica", "Regular";
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

body {
    font-size: 1.4rem;
    font-family: "Microsoft YaHei", "Arial", "Helvetica", "Regular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    smoothing: grayscale;
	-o-smoothing: grayscale;
}

ul, ol, dl {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

/*
  custom style
*/

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.clear-float:after {
    content: '';
    display: block;
    clear: both;
}

.m-over:before {
    content: "";
    display: table;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.position-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.toUppercase {
    text-transform: uppercase;
}

.toCapitalize {
    text-transform: capitalize;
}

.only-one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.only-two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.only-three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.only-four {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.only-five{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.only-six{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/*
  this project common
*/

// .container{
//     width:100%;
//     max-width:1240px;
// }

.w-1040{
    max-width: 1040px;
    margin-left:auto;
    margin-right:auto;
}

body {
    max-width: 1920px;
    margin: 0 auto;
    color: #333;
    line-height: 23px;
    overflow-x: hidden;
}

.o-hidden{
	overflow: hidden;
}

hr{
    margin-top:20px;
    margin-bottom:20px;
    border:0;
    border-top:1px solid #eee;
}

a {
    color: #333;
    text-decoration: none;
}

.p-t-85 {
    padding-top: 85px;
}
.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-tb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.p-tb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.p-lr-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-lr-0 {
    padding-left: 0;
    padding-right: 0;
}

.p-lr-100 {
    padding-left: 100px;
    padding-right: 100px;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.m-b-30 {
    margin-bottom: 30px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-50 {
    margin-bottom: 50px;
}
.m-b-60 {
    margin-bottom: 70px;
}
.m-b-70 {
    margin-bottom: 60px;
}

.m-b-85 {
    margin-bottom: 85px;
}

.m-t-20{
    margin-top: 20px;
}

.m-t-40{
    margin-top: 40px;
}

.m-lr-auto {
    margin-left: auto;
    margin-right: auto;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.link-a {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.bg-center {
    background: center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
}

.is-table {
    display: table;
    height: 100%;
    width:100%;
}

.is-table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

.en-container {
    word-break: break-all;
}

.err-input[placeholder], .err-input::-webkit-input-placeholder {
    color: red !important;
}

.v-hidden{
    visibility: hidden;
}

.flex-center{
    height: 100%!important;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    height: 140px;
    /* margin-top: 65px; */
   /*  margin-bottom: 65px */
}

.animate{
    transition: linear 0.2s all;
    -webkit-transition: linear 0.2s all;
}
.xiangcai a{
    color: white;
}
.xiangcai a:before{

}
.xiangcai li:hover{
    opacity: 0.7;
}
.yi{display: block;
}
.yu{opacity: 0;
}