/*css reset*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    color: #666;
    background-color: #f2f2f2;
    height: 100%;
    font-size: 62.5%;
}

a {
    font-family: microsoft yahei, helvetica neue, helvetica, stheiti, arial, sans-serif;
}

span {
    font-family: microsoft yahei, helvetica neue, helvetica, stheiti, arial, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: microsoft yahei, helvetica neue, helvetica, stheiti, arial, sans-serif;
}

body {
    font-family: 'xingothic-sinaweibo', 'microsoft yahei', helvetica, arial, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

input, textarea, select {
    *font-size: 100%;
    outline: none;
}

input[type="submit"], input[type="reset"], input[type="button"] {
    -webkit-appearance: none;
}

button {
    outline: none;
    border: none;
}

legend {
    color: #000
}

a:link, a:visited, a:active {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #3d69a4;
}

.cf {
    display: inline-block;
}

* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

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

img {
    vertical-align: bottom;
    width: auto;
    border: none;
}

a:link, a:visited, a:active {
    color: #666;
    text-decoration: none;
    outline: none;
}

@font-face {
    font-family: 'iconfont';  /* project id 225359 */
    src: ;
    src:  format('embedded-opentype'),  format('woff'),  format('truetype'),  format('svg');
}

/*header*/
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px; /*background-color: #158ee9;*/
    background-color: #fff; /*border-bottom: solid 1px #efefef;*/
    box-shadow: 0px 1px 3px #cfcfcf;
    z-index: 101;
}

header h1 {
    text-align: center;
    font: 18px/44px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
}

header a.user {
    position: absolute;
    top: 7px;
    right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    background: url(/uploads/image/rtdmimages/ico_avarta.png) no-repeat 50%;
    background-size: cover;
}

header a.cate {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font: 24px/30px "iconfont";
    text-align: center;
    color: #fff;
}

header a.return {
    position: absolute;
    top: 7px;
    left: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font: 24px/30px "iconfont";
    text-align: center;
    color: #fff;
}

header a.cate2 {
    position: absolute;
    top: 9px;
    right: 10px !important;
    width: 24px;
    height: 24px;
    overflow: hidden;
    font: 24px/30px "iconfont";
    text-align: center;
    color: #fff;
    background: url(/uploads/image/rtdmimages/menu-icon3.png);
    background-size: 100% 100%;
}

header a.cate2.active {
    background: url(/uploads/image/rtdmimages/menu-icon4.png);
    background-size: 100% 100%;
}

header h1 {
    color: #333;
    box-shadow: 0px 1px 3px #cfcfcf;
}

header .ml {
    position: absolute;
    left: 165px;
    top: 8px;
    color: #11a8dc;
    font-size: 16px;
    font-weight: normal
}

header .ml a {
    color: #11a8dc
}

/*顶部导航*/
.layout_nav {
    width: 100%;
    float: left;
    background-color: #fff;
    border-bottom: solid 1px #d9d9d9;
    padding: 6px;
    z-index: 100;
    position: fixed;
    top: 44px;
}
.layout_nav_more,.layout_nav_more:visited,.layout_nav_more:hover{position: absolute;right: 6px; top: 13px; z-index: 2; font-weight: bold; color: #e9000f}
.layout_nav ul{height: 32px; list-style: none; padding: 0; margin: 0; overflow: hidden;}
.layout_nav ul.expend{height: auto; overflow: auto; background-color: #fff;}
.layout_nav li {
    /*float: left;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-right: 4px;
    font-weight: bold;
    text-align: center;
    font: 14px/32px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    position: relative;
}

.layout_nav li a{

}

/*layout_main*/
.layout_main {
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    width: 100%; /*overflow: auto;*/
    background-image: -webkit-linear-gradient(to bottom, #eae9e9, #f2f2f2);
    background-image: linear-gradient(to bottom, #eae9e9, #f2f2f2);
}

.layout_main img{
    max-width: 100%;
}

/*footer*/
footer, div.footer {
    text-align: center; /*	height: 51px;*/
    padding: 10px 0;
    color: #666;
    overflow: hidden;
}

footer h6, div.footer p {
    font: bold 10px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

footer p, div.footer p {
    font: 8px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

/*layout_load*/
.layout_load {
    padding: 10px;
    text-align: center;
    font: 12px/20px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    background-color: #fff; /*display: none;*/
}

.layout_load span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}

.layout_load span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
}

.layout_load span.pulldown::before {
    background: url(/uploads/image/rtdmimages/ico_pulldown.png) no-repeat 50%;
    background-size: cover;
}

.layout_load span.loading::before {
    background:  no-repeat 50%;
    background-size: cover;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.layout_load span.finish::before {
    background: url(/uploads/image/rtdmimages/ico_finish.png) no-repeat 50%;
    background-size: cover;
}

/*index_announce 左右滚动*/
.index_announce {
    height: 32px;
    background-color: #fff;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

.index_announce .box {
    position: absolute;
    top: 0;
    left: 0;
}

.index_announce ul {
    float: left;
}

.index_announce li {
    float: left;
    padding: 0 10px;
    font: 12px/32px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    white-space: nowrap;
}

/*index_banner*/
.index_banner {
    margin-top: 5px;
    position: relative;
    width: 100%;
    padding-top: 42.8%;
    overflow: hidden;
}

.index_banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*index_policy*/
.index_policy {
    margin-top: 5px;
}

.index_policy .tit {
    padding: 5px 10px 0;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 40px;
    background-color: #fff;
    margin-bottom: 5px;
}

.index_policy .tit i {
    float: left;
    width: 20px;
    height: 20px;
    margin: 8px 5px 0 0;
    font: 20px/1em "iconfont";
    color: #158ee9;
}

.index_policy .tit h2 {
    float: left;
    color: rgba(21, 142, 233, 1);
}

.index_policy .tit p {
    float: left;
    margin-left: 5px;
    font-size: 10px;
    color: rgba(21, 142, 233, 0.63);
}

.index_policy .cnt {
    background-color: #fff;
}

.index_policy .cnt li {
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-top: solid 1px #d4d4d4;
}

.index_policy .cnt li:first-child {
    border-top: none;
}

.index_policy .cnt li span {
    float: right;
    color: #a2a2a2;
    margin-left: 1rem;
}

.index_policy .cnt li em {
    color: #158ee9;
}

.index_policy .cnt li a {
    color: #a2a2a2;
}

.index_policy .tit h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}

/*index_news*/
.index_news {
    margin-top: 5px;
}

.index_news .tit {
    padding: 5px 10px 0;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 40px;
    background-color: #fff;
    margin-bottom: 5px;
}

.index_news .tit i {
    float: left;
    width: 20px;
    height: 20px;
    margin: 8px 5px 0 0;
    font: 20px/1em "iconfont";
    color: #158ee9;
}

.index_news .tit h2 {
    float: left;
    color: rgba(21, 142, 233, 1);
}

.index_news .tit p {
    float: left;
    margin-left: 5px;
    font-size: 10px;
    color: rgba(21, 142, 233, 0.63);
}

.index_news .cnt {
    background-color: #fff;
}

.index_news .cnt li {
    font: 1.2rem/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
    border-top: dashed 1px #d4d4d4;
}

.index_news .cnt li:first-child {
    border-top: none;
}

.index_news .cnt li span {
    float: right;
    color: #a2a2a2;
    margin-left: 10px;
}

.index_news .cnt li em {
    float: left;
    height: 12px;
    width: 39px;
    padding-left: 12px;
    text-align: center;
    font: 8px/13px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    margin: 6px 6px 0 0;
}

.index_news .cnt li em.ico1 {
    background: url(/uploads/image/rtdmimages/ico_label1.png) no-repeat 50%;
    background-size: cover;
}

.index_news .cnt li em.ico2 {
    background: url(/uploads/image/rtdmimages/ico_label2.png) no-repeat 50%;
    background-size: cover;
}

.index_news .cnt li a {
    color: #a2a2a2;
}

/*news_page*/
.news_page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/*news_banner*/
.news_banner {
    position: relative;
    width: 100%;
    padding-top: 44.4%;
}

.news_banner .swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*news_search*/
.news_search {
    margin-top: 5px;
    background-color: #fff;
    padding: 10px 20px;
    height: 44px;
    position: fixed;
}

.news_search input {
    float: left;
    width: 83%;
    border: solid 1px #eee;
    padding: 1px 6px;
    font: 12px/20px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.news_search button {
    float: right;
    width: 15%;
    height: 24px;
    border: none;
    padding: 0;
    font: 12px/20px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    background-color: #158ee9;
}

/*news_list*/
.news_list {
    margin-top: 5px;
    background-color: #fff;
}

.news_list li {
    padding: 10px 20px;
    border-bottom: dashed 1px #d4d4d4;
    overflow: hidden;
}

.news_list li .img {
    float: right;
    width: 72px;
    height: 48px;
}

.news_list li .lab {
    float: left;
    width: 27px;
    height: 20px;
    font: 10px/22px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    overflow: hidden;
    text-align: center;
    background-color: #565052;
    border-radius: 4px;
    margin-top: 14px;
}

.news_list li .tit {
    margin: 6px 80px 0 35px;
    font: 16px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 3em;
    overflow: hidden;
}

.news_list li:first-child .lab {
    background-color: #158ee9;
}

/*news_content*/
.news_content {
    padding: 10px 15px;
    background-color: #fff;
    overflow: hidden;
}

.news_content .head {
    padding-top: 1px;
}

.news_content .head h1 {
    font: bold 22px/1.4em "";
    color: #000;
}

.news_content .head p {
    color: #999;
    font: 12px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.news_content .cont {
    font-size: 18px;
    line-height: 1.6em;
    overflow: hidden;
    position: relative;
}

.news_content .cont pre {
    padding-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #333;
}

.news_content .cont address, .news_content .cont p {
    text-indent: 2em;
    font-size: 1.2em;
    color: #333;
    line-height: 1.6em; /*text-align: left;*/
    word-break: normal;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: .5em;
}

.news_content .cont address img, .news_content .cont p img{
    display: block;
    width: auto;
    max-width: 100%;
}

.news_content .cont span.more {
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    padding-top: 3em;
    content: '点击查看全部';
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 60%, #ffffff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, #ffffff 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, #ffffff 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, #ffffff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%, #ffffff 100%);
    text-align: center;
}

.news_content .share {
    height: 24px;
    margin-top: 10px;
}

.news_content .share span {
    float: left;
    font: 12px/24px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    padding-right: 5px;
}

.news_content .share a {
    float: left;
    margin-left: 5px;
    font: 24px/1em "iconfont";
}

.news_content .share a.wx {
    color: #35b932;
}

.news_content .share a.qq {
    color: #4ab2ef;
}

.news_content .share a.xl {
    color: #ed476b;
}

.news_content .collect {
    float: right;
    font: 12px/24px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    margin-top: 10px;
    padding: 0 8px;
    background-color: #158ee9;
    color: #fff;
    border-radius: 5px;
}

.news_content .cont p {
    font-size: 18px;
    line-height: 1.6em;
}

.p_img {
    text-indent: 0 !important
}

.p_img img {
    height: auto !important
}

.news_content .head p {
    line-height: 24px;
}

#showarticle a:link, #showarticle a:visited, #showarticle a:active {
    color: blue;
    text-decoration: none;
    outline: none;
}

/*rel_news*/
.rel_news {
}

.rel_news .tit {
    border-left: solid 5px #158ee9;
    font: 18px/40px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    padding-left: 10px;
}

.rel_news .cnt {
    background-color: #fff;
    font: 18px/44px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.rel_news .cnt li {
    padding: 0 16px;
    border-top: dashed 1px #eee;
}

.rel_news .cnt li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}

.rel_news .cnt li:first-child {
    border-top: none;
}

/*site_map*/
.site_map {
    background-color: #158ee9;
    height: 100%;
}

.site_map dl {
    padding: 15px 20px;
}

.site_map dl dt {
    margin-bottom: 20px;
    overflow: hidden;
}

.site_map dl dt img {
    float: left;
    width: 105px;
    height: 35px;
}

.site_map dl dt span {
    display: block;
    margin-left: 135px;
    font: bold 20px/35px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
}

.site_map dl dd {
    font: 16px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    text-indent: -5em;
    padding-left: 5em;
    color: #fff;
}

.site_map dl dd a {
    color: #fff;
    margin-right: 10px;
}

/*login_page*/
.login_page {
    padding: 20px 10px 0;
}

.login_page .logo {
    width: 70px;
    margin: 0 auto;
}

.login_page .info {
    text-align: center;
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    padding: 15px 0;
}

.login_page .form {
    margin: 20px 10px 0;
}

.login_page .form dl {
    margin-bottom: 6px;
    background-color: #fff;
    border-radius: 5px;
    height: 42px;
}

.login_page .form dt {
    float: left;
    width: 42px;
    height: 42px;
    font: 21px/2em "iconfont";
    color: #999;
    text-align: center;
}

.login_page .form dd {
    margin-left: 42px;
    padding: 10px;
}

.login_page .form dd input {
    width: 100%;
    border: none;
    height: 22px;
    font: 12px/22px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    outline: none;
}

.login_page .button {
    padding: 20px 10px 0;
}

.login_page .button button {
    width: 100%;
    height: 42px;
    border-radius: 5px;
    border: none;
    background-color: #158ee9;
    font: 14px/20px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    outline: none;
}

.login_page .forget {
    padding: 6px 10px 0;
    overflow: hidden;
    font: 12px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.login_page .forget a.left {
    float: left;
}

.login_page .forget a.right {
    float: right;
}

.login_third {
    padding: 0 10px;
}

.login_third .tit {
    font: 12px/24px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    text-align: center;
    position: relative;
}

.login_third .tit::before {
    position: absolute;
    top: 12px;
    left: 0;
    width: -webkit-calc(50% - 4em);
    width: -moz-calc(50% - 4em);
    width: calc(50% - 4em);
    content: '';
    border-bottom: solid 1px #e8e8e8;
    z-index: 1;
}

.login_third .tit::after {
    position: absolute;
    top: 12px;
    right: 0;
    width: -webkit-calc(50% - 4em);
    width: -moz-calc(50% - 4em);
    width: calc(50% - 4em);
    content: '';
    border-bottom: solid 1px #e8e8e8;
    z-index: 1;
}

.login_third .tit span {
    position: relative;
    z-index: 2; /*background-color: #f2f2f2;*/
    padding: 0 10px;
}

.login_third .cnt {
    margin-top: 6px;
    text-align: center;
    font: 10px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.login_third .cnt i {
    display: block;
    width: 24px;
    height: 24px;
    font: 24px/1em "iconfont";
    color: #2ac928;
    margin: 0 auto;
}

/*register_page*/
.register_page {
}

.register_page .step {
    padding: 25px;
}

.register_page .step ul {
    overflow: hidden;
}

.register_page .step li {
    float: left;
    width: 20%;
    padding-top: 20%;
    position: relative;
    height: 0;
}

.register_page .step li p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: 14px/24px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #999;
    border-radius: 100%;
    text-align: center;
}

.register_page .step li p::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #fff;
    border-radius: 100%;
    opacity: 0.5;
    z-index: 1;
}

.register_page .step li p::before {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    content: '';
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
}

.register_page .step li p span {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
    z-index: 3;
}

.register_page .step li em {
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 100%;
    background: url(/uploads/image/rtdmimages/bind_step_bg.png) no-repeat 0 50%;
    background-size: 200% auto;
}

.register_page .step li.on p {
    color: #fff;
}

.register_page .step li.on p::after {
    background-color: #158ee9;
}

.register_page .step li.on p::before {
    background-color: #158ee9;
}

.register_page .step li.on em {
    background-position: 100% 50%;
}

.register_page .form {
    padding: 0 25px;
}

.register_page .form p {
    height: 36px;
    margin-top: 6px;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.register_page .form p span {
    display: block;
    margin-right: 86px;
}

.register_page .form p em {
    float: right;
    width: 86px;
    border-radius: 6px;
    background-color: #158ee9;
    height: 36px;
    font: 12px/36px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    text-align: center;
    color: #fff;
}

.register_page .form p input {
    padding: 8px 11px;
    width: 100%;
    border: none;
    outline: none;
    height: 36px;
    font: 14px/20px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.register_page .form dl {
    padding: 8px 11px;
    height: 36px;
    background-color: #fff;
    margin-top: 6px;
    border-radius: 6px;
    font: 14px/20px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #535353;
}

.register_page .form dt {
    float: left;
    width: 2em;
}

.register_page .form dd {
    margin-left: 2.5em;
    position: relative;
}

.register_page .form dd input {
    width: 100%;
    border: none;
    outline: none;
    height: 20px;
    padding-right: 24px;
    text-align: right;
}

.register_page .form dd i {
    position: absolute;
    top: 0;
    right: 0;
    font: 20px/1em "iconfont";
    color: #dcdcdc;
}

.register_page .form p.btn {
    margin-top: 15px;
}

.register_page .form p.btn button {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font: 16px/24px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    background-color: #158ee9;
}

.register_page .note {
    padding: 15px 0;
    text-align: center;
    font: 12px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.register_page .note a {
    color: #158ee9;
}

/*back_pass*/
.back_pass {
    padding: 20px;
}

.back_pass dl {
    background-color: #fff;
    border-radius: 4px;
    padding: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}

.back_pass dl dt {
    float: right;
    width: 96px;
    border-radius: 3px;
    background-color: #158ee9;
    color: #fff;
    text-align: center;
    font: 12px/32px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.back_pass dl.verify dd {
    margin-right: 96px;
}

.back_pass dl input {
    border: none;
    outline: none;
    height: 32px;
    width: 100%;
    padding: 5px 10px;
    font: 12px/22px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.back_pass .btn {
    padding-top: 10px;
    background-color: transparent;
}

.back_pass .btn button {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #158ee9;
    color: #fff;
    font: 14px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

/*update_nick*/
.update_nick {
    padding: 10px 0 0;
}

.update_nick .form {
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    padding: 0 10px;
    background-color: #fff;
}

.update_nick dl {
    background-color: #fff;
    overflow: hidden;
    font: 12px/32px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    line-height: 40px;
    clear: both;
}

.update_nick dl dt {
    float: left;
    width: 25%;
}

.update_nick dl dd {
    margin-left: 1em;
}

.update_nick dl input {
    border: solid 1px #eee;
    outline: none;
    height: 32px;
    width: 60%;
    padding: 5px 0;
    font: 16px/22px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    text-align: left;
    color: #333;
}

.update_nick dl select {
    border: solid 1px #eee;
    outline: none;
    height: 28px;
    padding: 5px 0;
    color: #333;
}

.update_nick .btn {
    padding: 20px;
    background-color: transparent;
}

.update_nick .btn button {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #158ee9;
    color: #fff;
    font: 14px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

/*update_phone*/
.update_phone {
    padding: 10px 0 0;
}

.update_phone .form {
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    padding: 0 10px;
    background-color: #fff;
}

.update_phone dl {
    background-color: #fff;
    overflow: hidden;
    font: 12px/32px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    border-top: solid 1px #e8e8e8;
}

.update_phone dl:first-child {
    border-top: none;
}

.update_phone dl dt {
    float: left;
    width: 5em;
}

.update_phone dl dd {
    margin-left: 5em;
}

.update_phone dl input {
    border: none;
    outline: none;
    height: 32px;
    width: 100%;
    padding: 5px 0;
    font: 12px/22px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #535353;
}

.update_phone dl input[readonly="readonly"] {
    color: #bfbfbf;
}

.update_phone dl dd.verify span {
    float: right;
    background-color: #158ee9;
    text-align: center;
    width: 96px;
    height: 28px;
    margin-top: 2px;
    border-radius: 4px;
    line-height: 28px;
    color: #fff;
}

.update_phone dl dd.verify input {
    width: -webkit-calc(100% - 96px);
    width: -moz-calc(100% - 96px);
    width: calc(100% - 96px);
}

.update_phone .btn {
    padding: 30px 20px 0;
    background-color: transparent;
}

.update_phone .btn button {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    background-color: #158ee9;
    color: #fff;
    font: 14px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

/*member_index*/
.member_index {
}

.member_index .head {
    border-bottom: solid 1px #e8e8e8;
    padding: 10px;
    height: 86px;
    background-color: #fff;
}

.member_index .head dt {
    float: left;
    width: -webkit-calc(100% - 66px);
    width: -moz-calc(100% - 66px);
    width: calc(100% - 66px);
    font: 12px/66px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.member_index .head dd {
    float: right;
    width: 66px;
    height: 66px;
    border-radius: 100%;
    overflow: hidden;
    border: solid 1px #eee;
}

.member_index .cont {
    margin-top: 6px;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    background-color: #fff;
    padding: 0 10px;
}

.member_index .cont dl {
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    overflow: hidden;
    border-top: solid 1px #e8e8e8;
    padding: 0.5em 0;
}

.member_index .cont dl:first-child {
    border-top: none;
}

.member_index .cont dt {
    float: left;
}

.member_index .cont dd {
    overflow: hidden;
    text-align: right;
}

.member_index .cont dd span {
    float: right;
    color: #999;
}

.member_index .cont dd span.money {
    color: #158ee9;
}

.member_index .cont dd span.telphone {
    color: #158ee9;
}

.member_index .cont dd button {
    float: right;
    border: solid 1px transparent;
    border-radius: 3px;
    font: 12px/18px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 20px;
    padding: 0 0.5em;
    margin-top: 2px;
    margin-right: 6px;
}

.member_index .cont dd button.recharge {
    border-color: #158ee9;
    color: #158ee9;
    background-color: transparent;
}

.member_index .cont dd button.verify {
    border-color: #dd2628;
    color: #dd2628;
    background-color: transparent;
}

/*tv_detail*/
.tv_detail {
    margin-top: 5px;
}

.tv_detail .head {
    padding: 15px;
    background-color: #fff;
}

.tv_detail .head dt {
    float: left;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
}

.tv_detail .head dd {
    margin-left: 45px;
}

.tv_detail .head dd h4 {
    font: 14px/1em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 1em;
    margin-bottom: 6px;
}

.tv_detail .head dd p {
    font: 12px/16px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.tv_detail .head dd p span {
    display: inline-block;
    font: 8px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    background: url(/uploads/image/rtdmimages/ico_label2.png) no-repeat 100% 50%;
    background-size: auto 100%;
    padding: 0 1.5em 0 1.9em;
    color: #fff;
}

.tv_detail .video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background-color: #000;
}

.tv_detail .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tv_detail .data {
    padding: 5px 10px;
    background-color: #181818;
    overflow: hidden;
}

.tv_detail .data dt {
    float: right;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    overflow: hidden;
}

.tv_detail .data dd {
    float: left;
    font: 12px/3em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
}

.tv_detail .data dd.number {
    width: 60%;
}

.tv_detail .data dd.praise {
    width: -webkit-calc(40% - 36px);
    width: -moz-calc(40% - 36px);
    width: calc(40% - 36px);
    text-align: center;
}

.tv_detail .data dd.praise span {
    display: inline-block;
    padding-left: 20px;
    background: url(/uploads/image/rtdmimages/ico_praise.png) no-repeat 0 0;
    background-size: 15px 28px;
    line-height: 14px;
}

.tv_detail .data dd.praise span.on {
    background-position: 0 100%;
}

.tv_detail .intro {
    margin-top: 5px;
}

.tv_detail .intro ul {
    background-color: #fff;
    margin-bottom: 5px;
    padding: 6px 10px 0;
    overflow: hidden;
    border-bottom: solid 2px #158ee9;
}

.tv_detail .intro ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
    font: 12px/32px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.tv_detail .intro ul li.on {
    background-color: #158ee9;
    border-radius: 5px 5px 0 0;
    color: #fff;
}

.tv_detail .mem_info {
    background-color: #fff;
}

.tv_detail .mem_info p {
    padding: 10px;
    border-bottom: dashed 1px #eee;
    font: 12px/3em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #333;
    overflow: hidden;
}

.tv_detail .mem_info span {
    float: right;
}

.tv_detail .mem_info span.avarta {
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
}

/*tv_index*/
.tv_index {
    height: 100%;
}

.tv_index .tabnav {
    padding: 0 30px 5px;
    margin-bottom: 5px;
    overflow: hidden;
    background-color: #fff;
}

.tv_index .tabnav span {
    float: left;
    width: 33.3333%;
    height: auto;
    background-color: transparent;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    text-align: center;
    position: relative;
}

.tv_index .tabnav span.active::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2em;
    content: '';
    background-color: #158ee9;
    border-radius: 0.1em;
}

.tv_index .tabcnt > div {
    display: none;
}

.tv_index .tabcnt > div:first-child {
    display: block;
}

.tv_index .swiper-slide {
    height: 100%;
    overflow: auto;
}

.tv_index .head {
    padding: 15px;
    background-color: #fff;
}

.tv_index .head dt {
    float: left;
    width: 36px;
    height: 36px;
    overflow: hidden;
    border-radius: 100%;
}

.tv_index .head dd {
    margin-left: 45px;
}

.tv_index .head dd em {
    float: right;
    color: #999;
}

.tv_index .head dd h4 {
    font: 14px/1em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
}

.tv_index .head dd a {
    float: right;
    font: 12px/24px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    padding: 0 8px;
    background-color: #158ee9;
    color: #fff;
    border-radius: 5px;
}

.tv_index .head dd p {
    font: 12px/16px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.tv_index .head dd p span {
    display: inline-block;
    font: 8px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    background: url(/uploads/image/rtdmimages/ico_label2.png) no-repeat 100% 50%;
    background-size: auto 100%;
    padding: 0 1.5em 0 1.9em;
    color: #fff;
}

.tv_index .video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    background-color: #000;
}

.tv_index .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.tv_index .button {
    position: absolute;
    bottom: 1.5em;
    left: 0;
    width: 100%;
    text-align: center;
}

.tv_index .button a {
    display: inline-block;
    width: 36%;
    margin: 0 6%;
    font: 16px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    background-color: #158ee9;
    border-radius: 5px;
}

.tv_index .button a i {
    display: inline-block;
    font: 24px/1em "iconfont";
    color: #fff;
    vertical-align: top;
    margin: 4px 10px 0 0;
}

/*tv_apply*/
.tv_apply {
    padding: 5%;
}

.tv_apply .form {
}

.tv_apply .form p {
    padding-top: 3%;
}

.tv_apply .form p input {
    width: 100%;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    border: solid 1px #ccc;
    padding: 0 3%;
    border-radius: 5px;
}

.tv_apply .form p textarea {
    width: 100%;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    border: solid 1px #ccc;
    padding: 0 3%;
    border-radius: 5px;
    resize: none;
    outline: none;
}

.tv_apply .btn {
    padding-top: 5%;
}

.tv_apply .btn button {
    width: 100%;
    padding: 2%;
    font: 16px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    background-color: #158ee9;
    color: #fff;
    border-radius: 6px;
}

/*activity_apply*/
.activity_apply {
    padding: 5%;
}

.activity_apply .form {
}

.activity_apply .form p {
    padding-top: 3%;
}

.activity_apply .form p input {
    width: 100%;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    border: solid 1px #ccc;
    padding: 0 3%;
    border-radius: 5px;
}

.activity_apply .form p textarea {
    width: 100%;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    border: solid 1px #ccc;
    padding: 0 3%;
    border-radius: 5px;
    resize: none;
    outline: none;
}

.activity_apply .btn {
    padding-top: 5%;
}

.activity_apply .btn button {
    width: 100%;
    padding: 2%;
    font: 16px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    background-color: #158ee9;
    color: #fff;
    border-radius: 6px;
}

/*activity_index*/
.activity_index {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: url(/uploads/image/rtdmimages/kctx_bj.jpg) no-repeat 50% 100% #31becf;
    background-size: 100% auto;
}

.activity_index article {
    position: absolute;
}

.activity_index article img {
    position: relative;
    z-index: 3;
}

.activity_index article.yun1 {
    width: 17%;
    right: 5%;
    top: 4%;
    -webkit-animation: arrowleft 3s ease infinite alternate;
    animation: arrowleft 3s ease infinite alternate;
}

.activity_index article.yun2 {
    right: 3%;
    top: 11%;
    -webkit-animation: arrowleft2 4s ease infinite alternate;
    animation: arrowleft2 4s ease infinite alternate;
}

.activity_index article.yuan {
    position: absolute;
    top: -5%;
    left: -150%;
    width: 220%;
    -webkit-animation: rotate 40s linear infinite;
    animation: rotate 40s linear infinite;
}

.activity_index article.menu1, .activity_index article.menu2, .activity_index article.menu3, .activity_index article.menu4 {
    width: 33.3334%;
}

.activity_index article.menu1::before, .activity_index article.menu2::before, .activity_index article.menu3::before, .activity_index article.menu4::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: url(/uploads/image/rtdmimages/bg_yuan.png) no-repeat 50%;
    background-size: cover;
    z-index: 2;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

.activity_index article.menu1 {
    top: 3%;
    left: 13%;
}

.activity_index article.menu2 {
    top: 23%;
    left: 43%;
}

.activity_index article.menu3 {
    top: 50%;
    left: 48%;
}

.activity_index article.menu4 {
    top: 75%;
    left: 35%;
}

.activity_index article.menu5 {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 40%;
}

/*activity_qmyd*/
.activity_qmyd {
    margin: 3%;
    background-color: #fff;
    box-shadow: 0 0 10px #999;
}

.activity_qmyd .head {
    padding: 3% 4%;
    border-bottom: solid 1px #ccc;
}

.activity_qmyd .head h2 {
    font: 20px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #333;
}

.activity_qmyd .head p {
    text-align: right;
    font: 12px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #999;
}

.activity_qmyd .cont {
    padding: 4%;
}

.activity_qmyd .cont img {
    margin-bottom: 0.6em;
}

.activity_qmyd .cont p {
    font: 14px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

/*activity_xly*/
.activity_xly {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/uploads/image/rtdmimages/bg_xly.jpg) no-repeat 50%;
    background-size: cover;
}

.activity_xly .menu {
    width: 33.3334%;
    margin: -10% auto 0;
    position: relative;
}

.activity_xly .menu img {
    position: relative;
    z-index: 3;
}

.activity_xly .menu::before {
    position: absolute;
    top: -4%;
    left: -4%;
    width: 108%;
    height: 108%;
    content: '';
    background: url(/uploads/image/rtdmimages/bg_yuan1.png) no-repeat 50%;
    background-size: cover;
    z-index: 2;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

.activity_xly .cont {
    padding: 5% 10%;
    font: 14px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #666;
}

.activity_xly .cont p {
    text-indent: 2em;
}

.activity_xly .btn {
    width: 38.4%;
    margin: 0 auto;
    padding-top: 17%;
    position: relative;
}

.activity_xly .btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/uploads/image/rtdmimages/btn_apply.png) no-repeat 50%;
    background-size: cover;
}

/*activity_qzy*/
.activity_qzy {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/uploads/image/rtdmimages/bg_qzy.jpg) no-repeat 50%;
    background-size: cover;
}

.activity_qzy .menu {
    width: 33.3334%;
    margin: -10% auto 0;
    position: relative;
}

.activity_qzy .menu img {
    position: relative;
    z-index: 3;
}

.activity_qzy .menu::before {
    position: absolute;
    top: -4%;
    left: -4%;
    width: 108%;
    height: 108%;
    content: '';
    background: url(/uploads/image/rtdmimages/bg_yuan1.png) no-repeat 50%;
    background-size: cover;
    z-index: 2;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

.activity_qzy .cont {
    padding: 5% 10%;
    font: 14px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #666;
}

.activity_qzy .cont p {
    text-indent: 2em;
}

.activity_qzy .btn {
    width: 38.4%;
    margin: 0 auto;
    padding-top: 17%;
    position: relative;
}

.activity_qzy .btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/uploads/image/rtdmimages/btn_apply.png) no-repeat 50%;
    background-size: cover;
}

/*activity_zwbs*/
.activity_zwbs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/uploads/image/rtdmimages/bg_zwbs.jpg) no-repeat 50%;
    background-size: cover;
}

.activity_zwbs .menu {
    width: 33.3334%;
    margin: -10% auto 0;
    position: relative;
}

.activity_zwbs .menu img {
    position: relative;
    z-index: 3;
}

.activity_zwbs .menu::before {
    position: absolute;
    top: -4%;
    left: -4%;
    width: 108%;
    height: 108%;
    content: '';
    background: url(/uploads/image/rtdmimages/bg_yuan1.png) no-repeat 50%;
    background-size: cover;
    z-index: 2;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

.activity_zwbs .cont {
    padding: 5% 10%;
    font: 14px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #666;
}

.activity_zwbs .cont p {
    text-indent: 2em;
}

.activity_zwbs .btn {
    width: 38.4%;
    margin: 0 auto;
    padding-top: 17%;
    position: relative;
}

.activity_zwbs .btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/uploads/image/rtdmimages/btn_apply.png) no-repeat 50%;
    background-size: cover;
}

/*activity_yjbs*/
.activity_yjbs {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: url(/uploads/image/rtdmimages/bg_yjbs.jpg) no-repeat 50%;
    background-size: cover;
}

.activity_yjbs .menu {
    width: 33.3334%;
    margin: -10% auto 0;
    position: relative;
}

.activity_yjbs .menu img {
    position: relative;
    z-index: 3;
}

.activity_yjbs .menu::before {
    position: absolute;
    top: -4%;
    left: -4%;
    width: 108%;
    height: 108%;
    content: '';
    background: url(/uploads/image/rtdmimages/bg_yuan1.png) no-repeat 50%;
    background-size: cover;
    z-index: 2;
    -webkit-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
}

.activity_yjbs .cont {
    padding: 5% 10%;
    font: 14px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #666;
}

.activity_yjbs .cont p {
    text-indent: 2em;
}

.activity_yjbs .btn {
    width: 38.4%;
    margin: 0 auto;
    padding-top: 17%;
    position: relative;
}

.activity_yjbs .btn a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(/uploads/image/rtdmimages/btn_apply.png) no-repeat 50%;
    background-size: cover;
}

/*activity_wyzt*/
.activity_wyzt .head {
    background: url(/uploads/image/rtdmimages/bg_zt1.png) no-repeat 50%;
    background-size: 100% auto;
    padding: 5% 20px;
    overflow: hidden;
}

.activity_wyzt .head li {
    float: left;
    width: 30%;
    margin-left: 5%;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    border: solid 1px #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
}

.activity_wyzt .head li:first-child {
    margin-left: 0;
}

.activity_wyzt .cont {
    padding: 7% 5% 50px;
    background: url(/uploads/image/rtdmimages/bg_zt2.png) no-repeat 50% 0;
    background-size: 100% auto;
}

.activity_wyzt .btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #666;
    text-align: center;
    padding: 10px;
}

.activity_wyzt .btn a {
    display: inline-block;
    width: 50%;
    font: 14px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
}

/*activity_tskc*/
.activity_tskc {
}

.activity_tskc .list {
    padding: 5% 0 0 10%;
}

/*activity_ydjt*/
.activity_ydjt {
}

.activity_ydjt .list {
    padding: 4% 4% 0;
}

.activity_ydjt .list dl {
    padding: 10px;
    background-color: #fff;
    position: relative;
    margin-bottom: 5%;
    box-shadow: 0 0 8px #ccc;
}

.activity_ydjt .list dl::after {
    display: block;
    content: '';
    clear: both;
}

.activity_ydjt .list dt {
    float: left;
    width: 40%;
}

.activity_ydjt .list dd {
    margin-left: 45%;
}

.activity_ydjt .list i {
    position: absolute;
    top: -4px;
    right: 10px;
    width: 38px;
    height: 36px;
    background: url(/uploads/image/rtdmimages/bg_label.png) no-repeat 50% 0;
    background-size: cover;
    text-align: center;
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    padding-top: 5px;
}

.activity_ydjt .list h4 {
    font: 16px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 2em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 1em;
}

.activity_ydjt .list p {
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #999;
}

/*activity_detail*/
.activity_detail {
}

.activity_detail .head {
    padding: 5%;
    background: url(/uploads/image/rtdmimages/bg_detail.png) no-repeat 50%;
    background-size: 100% auto;
}

.activity_detail .head h4 {
    font: 20px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
}

.activity_detail .head p {
    font: 14px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
}

.activity_detail .head p i {
    float: left;
    font-style: normal;
    font-size: 16px;
    font-family: "iconfont";
    margin-right: 10px;
}

.activity_detail .head a {
    display: block;
    width: 60%;
    margin: 10px auto 0;
    border: solid 1px #fff;
    font: 14px/2.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

.activity_detail .cont {
    padding: 0 5%;
}

.activity_detail .cont h2 {
    font: bold 14px/3em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    margin-bottom: 1em;
    border-bottom: dashed 1px #666;
}

.activity_detail .cont ul {
    margin-bottom: 1em;
}

.activity_detail .cont li {
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif"
}

/*activity_list*/
.activity_list {
}

.activity_list .list {
    background-color: #fff
}

.activity_list .list dl {
    padding: 15px;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}

.activity_list .list dt {
    float: left;
    width: 40%;
}

.activity_list .list dd {
    margin-left: 45%;
}

.activity_list .list dd h4 {
    font: 18px/1.75em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    height: 1.75em;
    margin-bottom: 0.25em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.activity_list .list dd p {
    font: 14px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.activity_list .list dd p i {
    float: left;
    font-style: normal;
    font-size: 16px;
    font-family: "iconfont";
    margin-right: 10px;
}

/*bbs_list*/
.bbs_list {
    padding-top: 5px;
}

.bbs_list a {
    display: block;
    overflow: hidden;
    padding: 10px;
    border-top: solid 1px #eee;
    background-color: #fff;
    position: relative;
}

.bbs_list .img {
    float: right;
    width: 36%;
    padding-top: 20%;
    overflow: hidden;
    position: relative;
}

.bbs_list .img img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
}

.bbs_list .txt {
    position: absolute;
    width: 57%;
    top: 50%;
    left: 10px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
}

.bbs_list .txt h4 {
    font: 14px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #333;
    height: 3em;
    overflow: hidden;
    text-align: justify;
}

.bbs_list .txt p {
    font: 12px/1em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #999;
    margin-top: 1em;
}

.bbs_list .txt p span {
    float: right;
}

/*bbs_detail*/
.bbs_detail {
}

.bbs_detail .head {
    background-color: #fff;
    padding: 10px;
}

.bbs_detail .head h1 {
    font: bold 18px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    margin-bottom: 0.5em;
}

.bbs_detail .head em {
    float: right;
    color: #158ee9;
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.bbs_detail .head p {
    color: #999;
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    overflow: hidden;
}

.bbs_detail .head p span {
    float: left;
    margin-right: 1em;
}

.bbs_detail .head p span::before {
    float: left;
    width: 1.5em;
    height: 1.5em;
    content: '';
    font-size: 16px;
    font-family: "iconfont";
}

.bbs_detail .head p span:nth-child(1)::before {
    content: "\e622";
}

.bbs_detail .head p span:nth-child(2)::before {
    content: "\e612";
}

.bbs_detail .info {
    padding: 10px;
    margin-top: 5px;
    background-color: #fff;
}

.bbs_detail .info span {
    float: right;
    font: 12px/22px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #999;
}

.bbs_detail .info dl {
    overflow: hidden;
}

.bbs_detail .info dt {
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
}

.bbs_detail .info dd {
    margin-left: 48px;
}

.bbs_detail .info dd h4 {
    font: 14px/22px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #666;
}

.bbs_detail .info dd p {
    font: 12px/18px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #999;
}

.bbs_detail .cont {
    border-top: solid 1px #ccc;
    padding: 10px;
    font: 14px/1.75em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    background-color: #fff;
    text-indent: 2em;
}

.bbs_detail .cont p {
    margin-bottom: 1em;
}

.bbs_detail .cont p > img {
    margin-left: -2em;
}

/*bbs_comment*/
.bbs_comment {
    margin-top: 10px;
    background-color: #fff;
    padding-bottom: 48px;
}

.bbs_comment dl {
    padding-top: 10px;
}

.bbs_comment dt {
    overflow: hidden;
    padding: 0 10px;
}

.bbs_comment dt span {
    float: right;
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #fff;
}

.bbs_comment dt i {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    overflow: hidden;
}

.bbs_comment dt h5 {
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #333;
    margin-left: 2.5em;
}

.bbs_comment dd {
    margin-left: 24px;
    padding-right: 10px;
}

.bbs_comment dd.cnt {
    padding: 10px;
    font: 14px/1.75em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.bbs_comment dd.bot {
    margin-left: 34px;
    padding: 0 10px 10px 0;
    font: 12px/1em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    border-bottom: solid 1px #eee;
    color: #999;
}

.bbs_comment dd.bot span {
    float: right;
    margin-left: 10px;
    font-family: "";
}

.bbs_comment dd.bot span::before {
    float: left;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    font-family: "iconfont";
}

.bbs_comment dd.bot span:nth-child(1)::before {
    content: "\e607";
}

.bbs_comment dd.bot span:nth-child(2)::before {
    content: "\e604";
}

/*bbs_bottom*/
.bbs_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-top: solid 1px #eee;
    z-index: 8;
}

.bbs_bottom span {
    float: right;
    font: 20px/1em "iconfont";
    margin-left: 10px;
}

.bbs_bottom p {
    font: 12px/20px "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #158ee9;
}

/*bbs_form*/
.bbs_form {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    border-top: solid 1px #eee;
    background-color: #fff;
    display: none;
    z-index: 9;
}

.bbs_form textarea {
    display: block;
    border: solid 1px #ddd;
    width: 100%;
    resize: none;
    outline: none;
    padding: 5px;
    font: 12px/1.5em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    color: #666;
}

.bbs_form span {
    float: right;
    font: 12px/1em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
}

.bbs_form p {
    font: 12px/1em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    margin-bottom: 1em;
}

/*pop_reg_confirm*/
.pop_reg_confirm {
    display: none;
    color: #bfbfbf;
    font: 12px/2em "microsoft yahei,helvetica neue,helvetica,stheiti,arial,sans-serif";
    padding: 0 10px;
}

.pop_reg_confirm span {
    color: #333;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotatez(0deg)
    }
    100% {
        -webkit-transform: rotatez(-360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotatez(0deg)
    }
    100% {
        -webkit-transform: rotatez(-360deg)
    }
}

@-webkit-keyframes arrowleft {
    0% {
        -webkit-transform: translatex(0);
    }
    100% {
        -webkit-transform: translatex(-80px);
    }
}

@-webkit-keyframes arrowleft2 {
    0% {
        -webkit-transform: translatex(0);
    }
    100% {
        -webkit-transform: translatex(-50px);
    }
}

/*图片缩放区域*/
.imgzoom_pack {
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    background: rgba(0, 0, 0, .7);
    display: none;
}

.imgzoom_pack .imgzoom_x {
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #000;
    text-align: center;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 10;
    cursor: pointer;
}

.imgzoom_pack .imgzoom_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%; /*overflow: hidden;*/
}
.imgzoom_pack .imgzoom_img img{ width: 750px;}

/*评论*/
.form-comment-container {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
}

.form-comment-container-nr {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 80%;
    position: relative;
    margin: 10px auto;
    height: 380px;
    background-color: #fff;
}

.form-comment-bottom {
    font-size: 18px;
    position: absolute;
    bottom: 10px;
    top: auto;
    width: 100%;
}

.form-comment-bottom #cmt_emoji_div {
    width: 98%;
    padding-left: 1%;
    padding-bottom: 10px;
    height: 100px;
    overflow: auto;
}

.form-comment-bottom #cmt_emoji_div img {
    margin: 2px;
    width: 25px;
    height: 25px;
    border: none;
}

.form-comment-bottom-bar {
    width: 100%;
    clear: both;
    margin-top: 10px;
}

.form-comment-bottom-bar div {
    width: 50%;
    float: left;
    text-align: center
}

/*登录*/
.form-login-container {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
}

.form-comment-container-nr {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    width: 80%;
    position: relative;
    margin: 10px auto;
    height: 380px;
    background-color: #fff;
}

.form-login-container .ui-form-warn {
    line-height: 3;
    padding-left: 10px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}

.form-login-container .ui-validate-info {
    line-height: 2;
    padding-left: 10px;
    color: #ff0;
}

.ui-login-form > div {
    position: relative;
    padding: 0 10px 10px;
    background: #fff; /*border-top: 1px solid #e5e5e5;*/ /*border-bottom: 1px solid #e5e5e5;*/
    margin-bottom: 10px;
}

.ui-login-form > div:last-child {
    border: none;
    padding-bottom: 0;
    background: none;
}

.ui-login-form > div > label {
    position: absolute;
    color: #999;
    padding-top: 8px;
    padding-left: 10px;
}

.ui-login-form > div > input[type="text"], .ui-login-form > div > input[type="password"], .ui-login-form > div > input[type="email"] {
    border-radius: 6px;
    text-indent: 10px;
    border: 1px solid #eee;
    padding-top: 3px;
    line-height: 1.8;
    height: 40px;
    width: 100%;
    font-size: 14px;
}

.ui-login-form > div > input[type="submit"] {
    background: #0a78cd;
    color: #fff;
    border: none;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

/*<span class="ad_2017">广告</span>*/
.ad_2017 {
    color: #fff;
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 17px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 0 8px 0 0;
    line-height: 17px;
    width: 30px;
    overflow: hidden;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.topic_flag {
    display: inline-block;
    width: 35px;
    height: 25px;
    border: solid 1px #f00;
    color: #f00;
    size: 10px;
    float: left;
    border-radius: 0 8px 0 0;
    text-indent: 2px;
}

/*tab列表*/
.tab_list {
    display: flex;
    display: -webkit-flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ececec;
}

.tab_list li {
    position: relative;
    flex: 1;
    text-align: center;
    width: 50%;
    float: left;
    font-size: 14px;
}

.tab_list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #888;
}

.tab_list a.on {
    color: #1a1a1a;
}

.tab_list a.on:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 12%;
    background-color: #3990e6;
}

.tab_list span {
    position: relative;
    display: inline-block;
}

.tab_list, .news.list dt {
    background-color: #f0f0f0;
}

/*关注成功弹窗*/
.tc_c_new2 {
    width: 280px;
    background-color: #fff;
    border-radius: 5px;
}

.tc_c_new2 .tc_c_close {
    height: 45px;
    float: right;
}

.tc_c_new2 .tc_c_close a {
    display: block;
    width: 15px;
    height: 16px;
    overflow: hidden;
    float: right;
    margin: 10px 10px 0 0;
}

.tc_c_new2 .tc_c_close a img {
    width: 15px;
    height: 31px;
}

.tc_c_new2 .tc_c_close a:active img {
    margin-top: -15px;
}

.tc_c_new2 .tc_attentok_k {
    padding: 18px;
}

.tc_c_new2 .tc_attentok_k .tc_biao {
    overflow: hidden;
    border-bottom: 1px dashed #999;
}

.tc_c_new2 .tc_attentok_k .tc_biao .img {
    text-align: center;
}

.tc_c_new2 .tc_attentok_k .tc_biao .img img {
    width: 69px;
    height: 69px;
}

.tc_c_new2 .tc_attentok_k .tc_biao .tit {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 10px 0 15px;
}

.tc_c_new2 .tc_attentok_k .tc_down .t {
    padding: 10px 0;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    text-align: center;
}

.tc_c_new2 .tc_attentok_k .tc_down .b {
    text-align: center;
}

.tc_c_new2 .tc_attentok_k .tc_down .b a {
    display: inline-block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #0099e9;
}

.tc_c_new2 .tc_attentok_k .tc_down .b a:active {
    color: #80ccf4;
}

/*收藏分享弹窗数据推荐*/
.wap_show_top {
    font-size: 12px;
    color: #888;
    margin: 14px 0 0;
}

ul.wap_show_ul li {
    overflow: hidden;
    height: 72px;
    position: relative;
    background: #fff;
}

ul.wap_show_ul li a {
    display: block;
    height: 72px;
}

ul.wap_show_ul li .wap_show_image {
    width: 105px;
    height: 60px;
    position: absolute;
    top: 11px;
    left: 0;
    display: block;
    overflow: hidden;
}

ul.wap_show_ul li .wap_show_image img {
    width: 105px;
    height: 60px;
}

ul.wap_show_ul li .wap_show_title {
    height: 50px;
}

/*width:calc(100% - 111px)*/
ul.wap_show_ul li .wap_show_title .txt {
    display: inline-block;
    margin: 8px 24px 3px 0;
    width: auto;
    line-height: 16px;
    text-align: left;
    color: #000;
    font-size: 12px;
    padding-left: 111px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

ul.wap_show_ul li .wap_show_title .live {
    height: 15px;
}

ul.wap_show_ul li .wap_show_title .live span {
    display: block;
    height: 15px; /*background:  no-repeat 112px 0px / 30px 14px;*/
}

ul.wap_show_ul li .wap_show_title .wap_show_icon {
    height: 12px;
    float: left;
    display: inline-block;
    margin-right: 5px;
}

ul.wap_show_ul li .wap_show_time {
    height: 20px;
    margin: 0 0 0 111px;
    font-size: 12px;
    line-height: 16px;
    color: #aaa;
    word-break: break-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.wap_show_bottom {
    font-size: 12px;
    color: #aaa;
    margin: 10px 0;
    line-height: 18px;
    text-align: center;
}

.wap_show_bottom a {
    color: #0099e9;
}

.wap_show_bottom a:active {
    color: #0082c6;
}
