﻿
* {
    margin: 0;
    padding: 0
}

em,
i {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

.button,button {
    cursor: pointer
}
a {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #c81623
}

button,
input {
     font-family: "SimSun" , "宋体" , "Arial Narrow";
}


input {
    outline: 0;
}


body {
    /* -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666  */
    
    font-family: "SimSun" , "宋体" , "Arial Narrow";
	font-size: 12px;
	color: #444;
}

.hide,
.none {
    display: none
}

.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.app-box {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.app-contaier {
    margin: 0 auto;
    width: 1024px;
}


.primary-button {
    color:#fff;
    background-color:#008080;
    outline: none;
    border:0;
    border-radius: 5px;   
   
}

.small-button {
    color:#fff;
    background-color:#008080;
    outline: none;
    border:0;
    border-radius: 5px;
  
}

.tishi {
    width:16px;
    height: 16px;
}

.com-tishi-info {
    padding-left:5px;
}

.star {
    color:red;
}
