@charset "utf-8";
/* CSS Document */
html{font-size: 62.5%;overflow-x: hidden;height: 100%;}
body{overflow: hidden;max-width: 640px;background: #FFFFFF;}
.header {
    overflow: hidden;
    height: 280px;
    max-width: 640px;
    background: #424458;
    position: relative;
}
.header_top {
    height: 90px;
    max-width: 640px;
    overflow: hidden;
}
.header_top img {width: 100%;}
.header_phone {
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -40px;
}
.header_phone a {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 80px;
}
.header_phone i {
    display: block;
    overflow: hidden;
    height: 80px;
    width: 80px;
    border-radius: 40px;
}
.header_phone em i {width: 100%;}
.header_phone span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    padding: 2px 0;
}
.header_phone em {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    color: #babcc6;
}
.header_cont {
    height: 100px;
    overflow: hidden;
    color: #fff;
    padding-top: 90px;
}
.header_cont span {
    float: left;
    color: #fff;
    text-align: center;
    width: 33.33%;
    border-right: 1px solid #595b6c;
    box-sizing: border-box;
}
.header_cont span:last-child {
    border-right:none;
}
.header_cont span b {
    display: block;
    color: #babcc6;
    font-size: 1.2rem;
}
.header_cont span em {
    display: block;
    font-size: 1.8rem;
}
.header_cont p {
    clear: both;
    padding-top: 14px;
}
.header_cont p a {
    display: block;
    background: #a10f0f;
    width: 62%;
    border-radius: 3px;
    color: #fff;
    margin: 0 auto;
    padding: 4px;
    font-size: 1.8rem;
    text-align: center;
}
.header_cont p a:active {background:#3caab8; }
.main {
    overflow: hidden;
    max-width: 640px;
    background: #383a4c;
}
.main_list {
    border-bottom:1px dashed #4c4e5e ;
    height: 48px;
    line-height: 48px;
}
.main_list h4 {float: left;color: #babcc6;padding:0 10px;font-size: 1.6rem;}
.main_list h4.on{color: #fff;border-bottom: 2px solid #64a0d7;margin-bottom: -1px;}
.main_cont {
    overflow: hidden;
    clear: both;
}
.main_cont a {
    display: block;
    overflow: hidden;
    color: #fff;
    font-size: 1.6rem;
}
.morebtn a {
    cursor: pointer;
}

#morebtn a {
    cursor: pointer;
}
.cont_list {
    overflow: hidden;
    position: relative;
}
.cont_list dt {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 50px;
    width: 50px;
    border-radius: 25px;
    overflow: hidden;
}
.cont_list dt img {width: 100%;}
.cont_list dd {
    margin-left: 60px;
    border-bottom:1px dashed #4c4e5e ;
    padding: 10px;
}
.cont_list dd p {
    color: #babcc6;
}
.cont_list dd em {display: block;padding-top: 10px;}
.cont_list dd em i {
    color: #606170;
    padding-right:10px;
}
.cont_list dd em i b{
    color: #fff;
}
.nav {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 640px;
    margin: 0 auto;
    display: none;
}
.sidebar{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    height: auto;
    overflow: auto;
    background: #383a4c;
    margin: 0;
}
.side_top {
    overflow: hidden;
    height: 100px;
    background: #424458;
    padding: 20px;
    color: #fff;
    text-align: center;
}
.side_top i {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
}
.side_cont {
    overflow: hidden;
    padding: 20px;
}
.side_cont p a {
    display: block;
    background: #a10f0f;
    padding:6px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
}
.side_cont p a:active {background: #3caab8;}
.side_cont dl {
    overflow: hidden;
    padding: 10px 0;
}
.side_cont dl dt {
    color: #8285a0;
    font-size: 1.6rem;
}
.side_cont dl dd a{
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 1.6rem;
    border-bottom:1px dashed #4c4e5e ;
    position: relative;
}
.side_cont dl dd a:active{background:#424458;border-radius: 5px; }
.side_cont dl dd a b {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    background: #ea5b4b;
    border-radius: 5px;
    color: #fff;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-size: 1.4rem;
    padding: 0 4px;
}
.side_cont dl i {
    display: block;
    background: url(../images/icon_add.png) center 0 no-repeat;
    height: 40px;
    width: 30px;
    margin: 0 auto;
    margin-top: 40px;
}
.slideright {
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
}
.menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    background: #a10f0f;
    max-width: 640px;
    z-index: 10;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
}
.menu1 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    background: green;
    max-width: 640px;
    z-index: 10;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
}
.user_menu {position:absolute;background: none;}

.menu span {
    position: absolute;
    left: 0px;
    top: 3px;
    height: 38px;
}

.menu em {
    position: absolute;
    right: 0px;
    top: 3px;
    height: 40px;
}

.menu em b {
    display: none;
    position: fixed;
    top: 48px;
    right: 32px;
}
.menu em b strong {
    color: #333;
    font-size: 2rem;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 2px;
}
.menu em b strong:first-child{
    font-size: 1.6rem;
}
.menu em b strong:last-child{
    font-size: 2.4rem;
}
.menu span i, .menu em i {
    display: inline-block;
    color: #fff;
    font-size: 2.2rem;
    padding: 0 10px;
}
.menu em i {
    transition: transform 2s;;
    -moz-transition: transform 2s;;
    -webkit-transition: transform 2s;;
    -o-transition: transform 2s;;
}
.listrotate{
    transform: rotate(540deg);
    -moz-transform: rotate(540deg);		/* Firefox */
    -webkit-transform: rotate(540deg);	/* Safari and Chrome */
    -o-transform: rotate(540deg);		/* Opera */
}
.menu p {
    overflow: hidden;
    padding: 0 46px;
    text-align: center;
}
.menu p img {
    width: 140px;
    padding: 5px;
}
.menu p a {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: 20%;
    text-align: center;
}

.menu p a.current {
    color: #82f0ff;
}


.menu1 span {
    position: absolute;
    left: 0px;
    top: 3px;
    height: 38px;
}

.menu1 em {
    position: absolute;
    right: 0px;
    top: 3px;
    height: 40px;
}

.menu1 em b {
    display: none;
    position: fixed;
    top: 48px;
    right: 32px;
}
.menu1 em b strong {
    color: #333;
    font-size: 2rem;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0 2px;
}
.menu1 em b strong:first-child{
    font-size: 1.6rem;
}
.menu1 em b strong:last-child{
    font-size: 2.4rem;
}
.menu1 span i, .menu1 em i {
    display: inline-block;
    color: #fff;
    font-size: 2.2rem;
    padding: 0 10px;
}
.menu1 em i {
    transition: transform 2s;;
    -moz-transition: transform 2s;;
    -webkit-transition: transform 2s;;
    -o-transition: transform 2s;;
}

.menu1 p {
    overflow: hidden;
    padding: 0 46px;
    text-align: center;
}
.menu1 p img {
    width: 80px;
    padding: 5px;
}
.menu1 p a {
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: 20%;
    text-align: center;
}

.menu1 p a.current {
    color: #82f0ff;
}
.menu_list {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    max-width: 640px;
    z-index: 10;
    display: none;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
}
.menu_list a {
    float: left;
    font-size: 1.6rem;
    text-align: center;
    width: 20%;
    height: 36px;
    line-height: 36px;
    border:1px dashed #f1f1f1;
    border-left: none;
    margin-right: -1px;
    margin-top: -1px;
}
/*.details_menu p {
    padding-right: 66px;
    text-align: center;
}
.details_menu p img {
    width: 100px;
    padding: 5px;
}*/
/* 焦点图 banner*/
.banner{
    position: relative;
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    max-width: 640px;
    margin:0 auto;
    margin-top: 73px;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
}
.slide {
    position: relative;
    overflow: hidden;
}
.caption {
    padding: 6px 14px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background:url(http://css.myhsw.cn/index/images/bg_caption.png);
    text-align: left;
}
.caption p {
    height:18px;
    line-height: 18px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: 0px -1px #000000;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 30px 4px 0;
}
.flex-direction-nav {
    display:none;
}
.flex-direction-nav a {
    width: 25px;
    height: 25px;
    margin-top: -27px;
    display: block;
    position: absolute;
    top: 50%;
    background-repeat: no-repeat;
    text-indent: -9000px;
}
.flex-direction-nav a.flex-prev {
    left: 6px;
    background-position: left top;
}
.flex-direction-nav a.flex-prev:hover {
    background-position: left bottom;
}
.flex-direction-nav a.flex-next {
    right: 6px;
    background-position: right top;
}
.flex-direction-nav a.flex-next:hover {
    background-position: right bottom;
}
.flex-control-paging {
    position: absolute;
    right: 10px;
    bottom: 14px;
}
.flex-control-paging li {
    margin: 2px;
    float: left;
    overflow: hidden;
}
.flex-control-paging li a {
    background:#fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 6px;
    width: 6px;
    border-radius: 3px;
    text-indent: -1000px;
}
.flex-control-paging li a.flex-active {
    background: #128DD1;
}
.block_home_post_feature {
    width: 300px;
}
.block_home_post_feature p {
    padding-bottom: 0px;
}
.banner .slides > li {
    display: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.banner .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.content {
    position: relative;
    overflow: hidden;
    max-width: 640px;
    background: #fff;
    transition: transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    -o-transition: -o-transform 0.4s;
}
.detail_cont {
    margin-bottom: 52px;
}
.content a {
    display: block;
    border-bottom: 1px dashed #dfdfdf;
    padding: 10px;
    min-height: 62px;
}
.content a:active, .morebtn a:active {background: #f3f3f3;}
.content a img {
    width: 60px;
    height: 60px;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}
.content a span {
    display: block;
}
.content a span p {
    color: #383a4c;
    font-size: 1.6rem;
    max-height: 42px;
    overflow: hidden;
}
.content a span em {
    display: block;
    color: #999;
}
.morebtn {
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.morebtn a {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.morebtnm {
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.morebtnm a {
    display: block;
    padding: 10px;
    cursor: pointer;
}
.translateX {
    transform: translateX(200px);
    -webkit-transform: translateX(200px);
    -o-transform: translateX(200px);
    -moz-transform: translateX(200px);
}
.layout {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    max-width: 640px;
    display: none;
    z-index: 10;
    -webkit-transform: translateX(200px);
    -o-transform: translateX(200px);
    -moz-transform: translateX(200px);
}
.layout_file {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    max-width: 640px;
    display: none;
    z-index: 20;
}
.content_list {
    overflow: hidden;
    margin:20px 10px;
    border-radius: 5px;
    background: #fff;
}
.first_list {margin-top: 66px;}
.content_list a {
    display: block;
    overflow: hidden;
}
.content_list a:active {background: #f3f3f3;}
.content_list a em {
    display: block;
    max-width: 640px;
    position: relative;
    color: #fff;
}
.content_list a em img {width: 100%;}
.content_list a span {
    display: block;
    overflow: hidden;
    padding:0 10px;
}
.content_list a em i.fa-star {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 2rem;
}
.content_list a em i.fa-clock-o {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    font-size: 2rem;
}
.content_list a em i.fa-clock-o b {font-size: 1.4rem;padding: 3px;}
.content_list a em b:last-child {
    float: right;
}
.content_list a span h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    padding: 10px 0;
}
.content_list a span p {
    overflow: hidden;
    font-size: 1.6rem;
    color: #999;
    padding-bottom: 10px;
}
.content_list a strong {
    overflow: hidden;
    display: block;
    background: #f3f3f3;
}
.content_list a strong i {
    float: left;
    height: 42px;
    line-height: 42px;
    color: #888888;
    box-sizing: border-box;
    padding-left: 10px;
    font-size: 1.8rem;
}
.content_list a strong i.fa-eye{
    width: 40%;
    border-right: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
}
.content_list a strong i.fa-comments{
    width: 30%;
    border-top: 1px solid #e4e4e4;
}
.content_list a strong i.fa-heart{
    width: 30%;
    color: #fff;
    border-top: 1px solid #dc6263;
    background: #dc6263;
}
.content_list a strong i b {font-size: 1.4rem;padding: 6px;}
.share {
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: 620px;
    background: #f8f8f8;
    display: none;
    z-index: 50;
}
.share h4{
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem;
}
.share p {
    overflow: hidden;
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
}
.share p b {
    display: table-row;
}
.share p a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 12px;
}
.share p a em {
    display: block;
    padding: 4px 0;
}
.share p a i {
    line-height: 46px;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius:23px ;
}
.share p a i.share_weibo {
    background: #ea1328;
}
.share p a i.share_QQ {
    background: #009cda;
}
.share p a i.share_star {
    background: #ffc028;
}
.share p a i.share_tencent {
    background: #23ccfe;
}
.share p a i.share_weixin {
    background: #44b549;
}.share p a i.share_renren {
     background: #105ba3;
 }

.share span:before {
    content: " ";
    display: block;
    height: 10px;
    background: rgba(0, 0, 0, 0.5);
}
.share span {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.share span a {
    display: block;
    font-size: 1.6rem;
    line-height: 42px;
}
.details {
    overflow: hidden;
    padding: 0 10px 10px;
    background: #fff;
    margin-top: 40px;
}
.details h2 {
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 0;
}
.details h5 {
    color: #a10f0f;
}
.details img {display:block;width: 100%;padding: 10px 0;}

.details p {
    overflow: hidden;
    line-height: 24px ;
    font-size: 1.6rem;
    text-align: justify;
}
.details p strong { /**/font-weight: bold;padding-bottom: 10px;}

.detail_comment {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    line-height: 52px;
    background: #f8f8f8;
    max-width: 620px;
    padding: 0 10px;
}
.comment_fl {
    position: absolute;
    right: 126px;
    left: 10px;
    top: 6px;
}
.comment_fl em {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    font-size: 1.6rem;
    border: 1px solid #eeeeee;
    border-radius: 3px;
    background: #fff;
    height: 37px;
}
.comment_fl em img {
    position: absolute;
    right: 0;
    top: 6px;
}
.comment_fl em i {
    position: absolute;
    left: 10px;
    top: 11px;
    color: #bfbfbf;
}
.comment_fr {
    position: absolute;
    right: 10px;
}
.comment_fr b {
    position: absolute;
    right: 60px;
    text-align: right;
}
.comment_fr i {
    padding: 15px 10px;
    cursor: pointer;
    font-size: 2.2rem;
}
.comment_fr i.fa-comment-o {
    position: absolute;
    top:-6px;
    right: 40px;
    font-size: 12px;
}
.comment_fr i.fa-heart {
    color: #dc6263;
}
.comment {
    max-width: 620px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
    display:none;
    background: #f9f8f9;
    padding:0 10px;
}
.comment h3 {
    position: relative;
    text-align: center;
    font-size: 1.8rem;
    height: 24px;
    line-height: 24px;
    padding:8px;
}
.comment h3 i {
    position: absolute;
    left: 6px;
}
.comment h3 button {
    position: absolute;
    top: 3px;
    right: 2px;
    font-size: 1.8rem;
    border: none;
    background: #a10f0f;
    color: #fff;
    padding: 4px 6px;
}
.comment em {
    display: block;
    position: relative;
    border: 1px solid #a10f0f;
    padding: 8px;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}
.comment em textarea {
    display: block;
    width: 100%;
    color: #333;
    font-size: 1.6rem;
    outline:0;
    height: 58px;
    background: none;
    border: none;
    overflow-x: visible;
}
.menu_custom {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff;
    display: none;
    z-index: 20;
}
.ui-sortable {
    overflow: hidden;
}
.menu_custom a {
    float: left;
    width: 17%;
    text-align: center;
    margin: 10px 4%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 4px 0;
    font-size: 1.6rem;
    position: relative;
}
.menu_custom a i {
    color: #67a54b;
    font-size: 1.8rem;
    position: absolute;
    right: -7px;
    top: -7px;
}
.menu_custom button {
    display: block;
    background: #a10f0f;
    padding: 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border: none;
    width: 100%;
    margin: 20px auto;
}

.share_code {
    overflow: hidden;
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    max-width: 620px;
    background: #f8f8f8;
    z-index: 50;
    display: none;
}
.code_main {
    background: #f8f8f8;
    text-align: center;
    padding: 10px;
}
.share_code span:before {
    content: " ";
    display: block;
    height: 10px;
    background: rgba(0, 0, 0, 0.5);
}
.share_code span {
    display: block;
    height: 52px;
    line-height: 52px;
    text-align: center;
}
.share_code span a {
    display: block;
    font-size: 1.6rem;
    line-height: 42px;
}
.paged {
    max-width: 640px;
    text-align: center;
    margin: 20px auto 10px;
}
.paged a {
    border: 1px solid #ddd;
    border-radius: 25px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.paged a:active{
    background: #a10f0f;
    color: #fff;
}
.paged span {
    background: #a10f0f none repeat scroll 0 0;
    border-radius: 16px;
    color: white;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.fontlvl2 p{
    font-size: 20px;
    line-height: 30px;
}
.fontlvl3 p{
    font-size: 24px;
    line-height: 32px;
}
/*-----------首页临时添加_temporary-------------*/
.temporary {
    overflow: hidden;
    background: #fff;
    padding: 4px;
}
.temporary span {
    float: left;
    width: 31.3%;
    padding:1%;
}
.temporary span img {width: 100%;}
@media only screen and (min-width : 480px){
    .temporary span {
        width: 14.3%;
    }
}
.backpc {
    overflow: hidden;
    height: 46px;
    line-height: 46px;
    background: #a10f0f;
    text-align: center;
}
.backpc a {color:#fff;}


.menunew_list {
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    overflow: hidden;
    background: #fff;
    max-width: 640px;
    z-index: 10;
    display: none;
    box-shadow: 2px 3px 5px #999;
}
.menunew_list a {
    border:none;
    height: 30px;
    line-height: 30px;
    margin: 8px 0;
    border-radius: 5px;
}
.menunew_list a.on {
    background: #a10f0f;
    color: #fff;
}

.comment_fr {
    position: absolute;
    right: 10px;
}

.details_menu span strong {
    display: inline-block;
    width: 24px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left: 40px;
}
.details_menu span strong b:first-child {
    display: inline-block;
    height: 46px;
    width: 1px;
    border-right: 1px solid #f9f9f9;
    transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    position: absolute;
    top: -6px;
    left: 22px;
}
.details_menu span strong b:last-child {
    display: inline-block;
    height: 46px;
    width: 1px;
    border-left: 1px solid #f9f9f9;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    position: absolute;
    bottom: -6px;
    left: 22px;
}


.top_menu_bar {
    background: rgba(255,255,255,.95);
    height: 33px;
    box-sizing: border-box;
    position: fixed;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    max-width: 640px;
}
.top_menu_more {
    float: right;
    position: relative;
}
.top_menu::-webkit-scrollbar {
    display: none;
}
.top_menu_more .list_shadow {
    position: absolute;
    width: 10px;
    height: 33px;
    left: -10px;
   /* background: url(http://css.myhsw.cn/index/images/icon1.png) no-repeat center right;*/
    background-size: contain;
}
.top_menu_more .more_btn {
    color: #a10f0f;
    font-size: 3rem;
    display: block;
    width: 45px;
    height: 33px;
    line-height: 16px;
    background-size: 20px;
    text-align: center;
}
.top_menu {
    /*overflow: hidden;
    overflow-x: scroll;
	overflow-y:visible;*/
    -webkit-overflow-scrolling: touch;
}
#app, form, .btn, .control, .top_bar .btn, .list_action, .list_content .swipe_bg, .list_img_holder img, .top_menu_list, .top_menu, .closeBtn, .top_menu_more .more_btn {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    text-decoration: none;
}
.top_menu_list {
    white-space: normal;
}
.top_menu_list .btn {
    white-space: nowrap;
    display: inline-block;
    padding: 0 6px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    line-height: 23px;
    height: 23px;
    margin: 5px 0 5px 5px;
    -webkit-tap-highlight-color: rgba(0,0,0,.3);
}
.top_menu_list .btn.cur {
    color: #a10f0f;
    font-size: 15px;
}
.iphone .top_menu_list .btn.cur {
    font-weight: 700;
}


.menunew_list p{
    padding: 10px;
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}
.menu_list.menunew_list strong {
    float: left;
    padding: 9px 10px;
}
.menunew_list strong em {
    color: #333;
    font-size: 2rem;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    border: 1px solid #a10f0f;
    margin: 0 10px;
}
.menunew_list strong em:first-child {
    font-size: 1.6rem;
}
.menunew_list strong em:last-child {
    font-size: 2.4rem;
}
.menunew_list strong em:active, .menunew_list strong em.on {
    background: #a10f0f;
    color: #fff;
    border: 1px solid #a10f0f;
}
.menunew_list span{
    float: right;
    padding: 3px 20px;
    overflow: hidden;
    position: relative;
}
.menunew_list span i {color: #a10f0f}

.menunew_list span em {
    position: absolute;
    top: 19px;
    right: 31px;
    font-size: 1.7rem;
    display: none;
}
.menunew_list span b {
    position: absolute;
    top: 19px;
    left: 31px;
    font-size: 1.7rem;
    display: inline;
}
.menunew_list .fa-toggle-on { display: none;}
.menunew_list .fa-toggle-off { display: inline;}

.bgloading {width: 100%;min-height: 200px;background: url("../2017/assets/img/loading.gif") no-repeat center center #f5f5f5;}