@charset "UTF-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body, ul, li, p, h1, h2, h3, dt, dd, dl, input, ol {
    margin: 0;
}

img {
    border: 0;
}

input, button, select, textarea {
    outline: none;
}

html {
    height: 100%;
}

body {
    font: 13px/1.4 "Microsoft YaHei";
    height: 100%;
}

ul, ol {
    padding: 0;
    list-style: none;
}

.dsin {
    display: inline-block;
}

.tj {
    text-align: justify;
}
.tc{
    text-align: center;
}

.rel {
    position: relative;
}
.fwn{
    font-weight: normal;
}
.inner-wrap5 {
    width: 84%;
    margin: 0 auto;
}

.c333 {
    color: #333;
}

.c15 {
    color: #151515;
}

.fs13 {
    font-size: 13px;
}

.fs15 {
    font-size: 15px;
}

.ls1 {
    letter-spacing: 1px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.mt55 {
    margin-top: 55px;
}

.w70 {
    width: 70px;
}

.w165 {
    width: 165px;
}

.p4x8 {
    padding: 4px 8px;
}

.bb_d6 {
    border-bottom: solid 1px #d6d6d6;
}
.icon-logo{
    background: url("./logo.png") no-repeat left center;
    width: 153px;
    height: 45px;
}
.banner {
    width: 100%;
    height: 45px;
    padding-left: 8%;
    background: #fe7d21;
    line-height: 45px; }
.mustComplete::before {
    content: "*";
    color: #ff2d68;
    position: absolute;
    left: -10px;
    top: 3px;
}

.btn {
    display: inline-block;
    padding: 2px 10px;
    box-sizing: border-box;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    color: #000000;
    background-color: #eeeeee;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn.btn-xlarge {
    padding: 4px 20px;
    line-height: 22px;
    font-size: 14px;
}

.btn_kind1 {
    background: #f7611f;
    color: #ffffff;
    border: solid 1px #f7611f;
}