a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

button,
html input[type=button],
input[type=submit] {
    -webkit-apperance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

em,
i,
u {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.hide {
    display: none
}

.clear,
.clr {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.dorpdown {
    position: relative
}

.dorpdown-layer {
    display: none;
    position: absolute
}

.dorpdown:hover .dorpdown-layer,
.hover .dorpdown-layer {
    display: block
}

.cw-icon {
    position: relative;
    cursor: default;
    zoom: 1
}

.cw-icon .i,
.cw-icon i {
    display: block;
    position: absolute;
    overflow: hidden
}

.w {
    width: 1200px;
    margin: 0 auto;
    
}

.root61 .w {
    width: 1200px;
}
.pointer {
    cursor: pointer;
}
body {
    font: 14px/150% microsoft yahei, verdana, "\5b8b\4f53";
    color: #666;
    background: #fff;
}

a {
    color: #666;
    text-decoration: none
}

/* a:hover {
    color: #c81623
} */

.border {
    border-width: 0 1px 1px 0 !important;
}

.none {
    display: none;
}

.left-icon {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
}
.left-icon:before {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 2px solid #424040;
    border-right: 2px solid #424040;
    transform: rotate(225deg);
    position: absolute;
    left: 12px;
    top: .3rem;
}

.bottom-line {
    position: relative;
}

.bottom-line:before{
    content: '';
    height: 1px;
    width: 100%;
    background: #000;
    transform-origin: 0 0;
    transform: scale(1, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.ml10 {
    margin-left: .1rem;
}
.ml20 {
    margin-left: .2rem;
}
.ml30 {
    margin-left: .3rem;
}
.ml40 {
    margin-left: .4rem;
}
.ml50 {
    margin-left: .5rem;
}

.mr10 {
    margin-right: .1rem;
}
.mr20 {
    margin-right: .2rem;
}
.mr30 {
    margin-right: .3rem;
}
.mr40 {
    margin-right: .4rem;
}
.mr50 {
    margin-right: .5rem;
}

.pl10 {
    padding-left: .1rem;
} 

.pr10 {
    padding-right: .1rem;
}

.btn-highlight {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none; /* ios safari */
    -webkit-user-select: none; /* chrome/safari/opera */
    -khtml-user-select: none; /* konqueror */
    -moz-user-select: none; /* firefox */
    -ms-user-select: none; /* internet explorer/edge */
    user-select: none;
}