﻿*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-word;
}
@font-face {
    font-family: 'costomFont';
    src: url("../font/font.ttf");
}
@font-face {
    font-family: 'LamaSans-Bold';
    src: url("../font/LamaSans-Bold.ttf");
}
@font-face {
    font-family: 'LamaSans-Medium';
    src: url("../font/LamaSans-Medium.ttf");
}
@font-face {
    font-family: 'LamaSans-Regular';
    src: url("../font/LamaSans-Regular.ttf");
}
@font-face {
    font-family: 'LamaSans-SemiBoldCondensed';
    src: url("../font/LamaSans-SemiBoldCondensed.ttf");
}

body{
    font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li,i,em{
    list-style: none;
}
a{
    text-decoration: none;
}
html,body{
    overflow-x: hidden;
    width: 100%;
    color: #333;
    font-size: 14px;
}
.container{
    width: 100%;
    position: relative;
    word-break: break-all;
}


