* {
    padding: 0;
    box-sizing: border-box;
    margin: 0
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

a, img {
    display: block
}

i {
    font-style: normal;
    font-family: iconfont
}
/*禁止复制*/
/*body, html {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}*/

.container {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden
}

.header {
    width: 100%;
    height: 110px;
    padding-top: 29px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc
}

.header > .container > .a {
    overflow: hidden
}

.logo {
    width: 170px;
    height: 43px;
    float: left
}

.logo img {
    width: 100%;
    height: 100%
}

.headerInput {
    width: 570px;
    height: 44px;
    border: 2px solid #e93274;
    margin-left: 30px;
    float: left;
    position: relative
}

.headerInput img {
    width: 17px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 17px
}

.headerInputText {
    outline: none;
    border: none;
    width: 466px;
    height: 40px;
    padding-left: 47px;
    padding-right: 12px;
    line-height: 40px;
    box-sizing: border-box;
    float: left
}

.headerInput a {
    float: left
}

.headerInputBtn {
    width: 100px;
    height: 40px;
    background-color: #e93274;
    line-height: 40px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    outline: none;
    border: none
}

.headerHot {
    font-size: 14px;
    line-height: 26px;
    margin-left: 30px;
    float: left;
    width: 300px
}

.headerHot > a {
    float: left;
    color: #9a9a9a
}

.headerHotRight {
    width: 220px;
    float: left;
    height: 56px;
    overflow: hidden;
    background: #fff
}

.headerHotRight span {
    margin-left: 20px
}

.headerHotRight a {
    display: inline-block;
    color: #9a9a9a
}

.headerHotRight a:hover, .headerMore {
    color: #e93274
}

.headerMore {
    display: none;
    cursor: pointer;
    margin-left: 8px
}

.footer {
    width: 100%;
    height: 103px;
    background-color: #2c2426;
    text-align: center;
    font-size: 14px;
    padding-top: 29px
}

.footerTig {
    color: #ddd;
    margin-bottom: 17px
}

.footerTig a {
    display: inline-block;
    color: #ddd
}

.footerPhone {
    color: #999;
    float: left;
    margin-left: 40%
}

.rightBar {
    width: 36px;
    height: 36px;
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    font-size: 24px;
    background: rgba(233, 50, 116, .6);
    text-align: center;
    line-height: 36px;
    color: #fff;
    display: none
}

.rightBar img {
    width: 18px;
    height: 18px;
    margin: 9px auto
}

.rightBar:hover {
    background: #e93274
}

.clear10 {
    height: 10px
}

.clear10, .clear20 {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%
}

.clear20 {
    height: 20px
}

.read_770_06 {
    border: 1px solid #eee;
    display: block;
    clear: both;
    background-color: #fff;
    overflow: hidden
}

.wenxian {
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid #99999952;
    font-size: 12px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #999999;
    line-height: 29px;
    padding: 12px 10px 16px;
}

.wenxian p {
    margin-bottom: 0 !important;
}

.detailText h2 {
    margin: 6px 0 4px;
    font-size: 24px;
    color: #ff82a1;
    font-weight: bold;
}
